/*--------------------------------------
 * css(プロトタイプ) PC English
 *------------------------------------*/

/*--------------------------------------
 * メニュー改修　追加
 *------------------------------------*/
.nav {
	width: 100%;
	height: auto;
	margin: 0px auto 22px auto;
	clear: both;
	background: rgba(255,255,255,1.0);
}

#fixBox {
	margin-top: -1px;
}


/*ドロップメニュー*/
.dmenu {
    position: relative;
    width: 100%;
    max-width: 940px;
	text-align: center;
	list-style-type: none;
	border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
	
	display: flex;
	justify-content: center;
	
}

.dmenu > li {
	width: auto; /*  */
    background: rgba(0,0,0,0.0);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.dmenu > li a {
    display: block;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1;
	text-decoration: none;
	padding: 20px 25px 20px 25px;
}

.dmenu > li a:hover {
    color: #666;
}

.dmenu > li li a{
    display: block;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1;
	text-decoration: none;
	padding: 20px 30px 20px 5px;
}

ul.dmenu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
	list-style-type: none;
}

ul.dmenu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.dmenu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.dmenu > li:hover {
    background: rgba(80,80,80,0.0);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.dmenu> li.nav_inst {
	margin-left: auto;
	text-align: right;
}

.dmenu .dmenu__second-level-tex {
	text-align: left;
	margin: 10px 0px 20px 0px;
	line-height: 180%;
}

input.searchbox01 {
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 4px;
	padding: 3px;
	font-size: 12px;
	width: 150px;
	margin: 15px 5px 0px 0px;
}

.searchbtn01 {
	background-image: url(/ori/50172/etc_img/ico_search.svg);
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,1.00);
	background-size: 22px 22px;
	background-position: center;
	border: none;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	cursor: pointer;
}

/* floatクリア */
.dmenu:before,
.dmenu:after {
    content: " ";
    display: table;
}

.dmenu:after {
    clear: both;
}

.dmenu {
    *zoom: 1;
}

li.dmenu__mega {
	letter-spacing: 0.03em;
}

li.dmenu__mega ul.dmenu__second-level {
    position: absolute;
    top: 40px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 3% 30px 3%;
    background: rgba(255,255,255,0.7);
	backdrop-filter: blur(12px);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	border: 0px solid rgba(0,0,0,0.1);
}

li.dmenu__mega:hover ul.dmenu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

li.dmenu__mega ul.dmenu__second-level > li {
    float: left;
    width: 24%;
    border: none;
	text-align: left;
}
li.dmenu__mega ul.threerows > li {
    width: 32%;
}

li.dmenu__mega ul.dmenu__second-level > li a {
    color: rgba(0,0,0,1.00);
	letter-spacing: 0.05em;
}
li.dmenu__mega ul.dmenu__second-level > li a:hover {
    color: rgba(0,0,0,0.5);
	background: none;
}

li.dmenu__mega:hover ul.dmenu__third-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}
li.dmenu__mega ul.dmenu__second-level li ul.dmenu__third-level li {
    float: none;
    width: 100%;
    border: none;
	text-align: left;
	list-style: none;
}
li.dmenu__mega ul.dmenu__second-level li ul.dmenu__third-level li a {
    color: rgba(0,0,0,1.00);
	letter-spacing: 0.05em;
	padding: 13px 0px 13px 20px;
	font-weight: normal;
}
li.dmenu__mega ul.dmenu__second-level li ul.dmenu__third-level li a:hover {
    color: rgba(0,0,0,0.5);
	background: none;
}

li.dmenu__mega ul.dmenu__second-level li.dmenu_bold {
	font-weight: bold;
}

li.dmenu__mega ul.dmenu__second-level li.separator {
	width: 100%;
	padding: 0px 0px 0px 8px;
	letter-spacing: -0.1em;
	opacity: 0.8;
}

li a.jpns {
	font-size: 100%;
}


#fade-in li ul{
	visibility: hidden;
	/*opacity: 0;
	transition: 0s;*/
}
#fade-in li:hover ul{
	visibility: visible;
	/*opacity: 1;*/
}
#fade-in li ul li a{
	visibility: hidden;
	/*opacity: 0;*/
	transition: .5s;
}
#fade-in li:hover ul li a{
	visibility: visible;
	/*opacity: 1;*/
}

/*メニューsns追加*/
#header_login_area {
    position: absolute;
	right: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	width: 400px;
    padding: 0px 0px 0px 0px;
	text-align: right;
	font-size: 11px;
	letter-spacing: 0.03em;
}
#header_login_area div {
	margin: 0px 0px 5px 15px;
}

.spacer {
	width: 100%;
}

#header_login_area div.lang_adj {
	margin-top: -2px;
	margin-left: 12px;
	margin-right: 15px;
}
.selectbox-lang {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox-lang::after {
    position: absolute;
    right: 8px;
    width: 6px;
    height: 6px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox-lang select {
    appearance: none;
    min-width: 70px;
    height: 2.0em;
	padding: 0px 0px 0px 5px;
	border-top: 0px solid rgba(0,0,0,0.1);
	border-right: 0px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
	border-left: 0px solid rgba(0,0,0,0.1);
    /*background-color: #fff;*/
    color: #333333;
    font-size: 12px;
	letter-spacing: 0.02em;
    cursor: pointer;
}

.lang_btn {
	background-image: url(/ori/50172/etc_img/ico_arrow.svg);
	background-repeat: no-repeat;
	/*background-color: rgba(255,255,255,1.00);*/
	background-size: 20px 20px;
	background-position: center;
	border: none;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	cursor: pointer;
}


#search_wrap {
    margin: 0px 0px;
    display: inline-block;
    position: relative;
    height: 60px;
    float: right;
    padding: 0;
}

#search_wrap input[type="text"] {
    height: 20px;
    font-size: 12px;
    letter-spacing: 0.03em;
    display: inline-block;
    border: none;
    outline: none;
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 3px;
    padding-tleft: 3px;
    width: 0px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    z-index: 3;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
}

#search_wrap input[type="text"]:focus:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#search_wrap input[type="text"]:focus {
    width: 200px;
    z-index: 1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    cursor: text;
	background: rgba(255,255,255,1.0);
}
#search_wrap input[type="submit"] {
    height: 25px;
    width: 25px;
    display: inline-flex;
    float: right;
    background-image: url(/ori/50172/etc_img/ico_search.svg);
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,1.00);
    background-size: 22px 22px;
    background-position: center;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 1.0;
    transition: opacity .4s ease;
}

#search_wrap input[type="submit"]:hover {
    opacity: 1.0;
}

.username {
	position: absolute;
	top: 35px;
	right: 5px;
	font-size: 12px;
	letter-spacing: 0.03em;
}

/*固定用*/
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

/*--------------------------------------
 * その他　追加
 *------------------------------------*/

.pager_top {
	margin: 10px auto 20px auto;
}

.pager_bottom {
	margin: 20px auto 20px auto;
}

/*--------------------------------------
 * 全体の定義
 * ページ背景色・背景画像
 * 文字色・サイズ
 *------------------------------------*/
body {
    background-color:#fff;
    color:#444;
    font-size:12px;
    line-height:160%;
    margin: 0;
    padding: 0;
    text-align:center;
    font-family: "adobe-garamond-pro", "Times New Roman", Times, "a-otf-ryumin-pr6n", serif;
}

*{
	margin: 0px;
	padding: 0px;
}


tr,td,th,div {
    color: #444;
    font-size: 12px;
    line-height: 160%;
}
form {
    margin: 0px;
    padding: 0px;
}
img {
    border:0px;
}
hr {
    /*color:#afaeae;
    border-style:dotted;
    height:1px;*/
	color: #FFF;
	border-style: none;
}
button,
input,
select,
textarea,
option {
	font-family: "adobe-garamond-pro", "Times New Roman", Times, "a-otf-ryumin-pr6n", serif;
    color: #444;
}
input[type=radio] {
accent-color: #444;
}

.t10    { font-size: 10px;line-height: 140%; }
.t12    { font-size: 12px;line-height: 140%; }
.t13    { font-size: 13px;line-height: 140%; }
.t15    { font-size: 15px;line-height: 140%; }
.t18    { font-size: 18px;line-height: 140%; }
.t12_st { font-size: 12px;line-height: 120%; font-weight: normal; letter-spacing: 0.03em; padding-top:20px; }

/*--------------------------------------
 * リンク 通常時(link,visited,active)
 * リンク マウスが当たっている時(hover)
 *------------------------------------*/
a:link    { color:#444; text-decoration:none; }
a:visited { color:#444; text-decoration:nonee; }
a:active  { color:#999; text-decoration:none; }
a:hover   { color:#999; text-decoration:none; background-color:none; }
a.blocklink {width:100%;}
a.disabled {
    pointer-events: none;
}

/*--------------------------------------
 * input box / text area / select menu
 *------------------------------------*/
.frm_num {
    font-size:12px;
    color:#444;
    background-color:#ffffff;
    ime-mode: disabled;
}

.frm_str {
    font-size:12px;
    color:#444;
    background-color:#ffffff;
}

.frm_area {
    font-size:12px;
    color:#444;
    background-color:#ffffff;
    overflow-y:auto;
}

/*--------------------------------------
 * 外枠
 *------------------------------------*/
#wrapper {
    background-color:#ffffff;
    width: 940px;
    margin: 0px auto;
	padding: 0;
}

/*--------------------------------------
 * ヘッダ
 *------------------------------------*/

#header_area {
    /*background-color: #ffffff;*/
    /*border-top:solid 1px;
    border-left:solid 1px;
    border-right:solid 1px;
    border-bottom:solid 1px;
    border-color:#afaeae;*/
    padding: 0px 0px 0px 0px;
    text-align: left;
    position: relative;
	margin: 0px auto;
}
#header_logo_area {
    float: left;
    padding:0px;
	margin: 30px 0px 45px 360px;
}
.header_logo {
    font-size: 22px;
    font-weight: normal;
    color: #444;
}
.header_logo img{
    width: 220px;
}
/*lightpage*/
#header_lightpage {
    position: absolute;
    left: 1px;
    top: 0px;
    padding: 0px 0px 0px 0px;
	margin: 0px;
	letter-spacing: 0.03em;
    width: 250px;
    text-align: left;
    font-size: 11px;
    /*background: url(https://contents.multilingualcart.com/ori/50172/etc_img/icon_blank.gif) no-repeat 0px 3px;*/
}
#header_lang_select_area {
    float: right;
    padding:10px 0px 0px 0px;
	width: 250px;
	text-align: right;
	font-size: 11px;
}
header_lang_select_tex {
	font-size: 11px;
	float: left;
}

#header_area a:link    { color:#444; text-decoration:none; }
#header_area a:visited { color:#444; text-decoration:none; }
#header_area a:active  { color:#999; text-decoration:none; }
#header_area a:hover   { color:#999; text-decoration:none; background-color:none; }

#header_menu_area {
    /*background-color: #ffffff;*/
    text-align: right;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	padding: 15px 2px 15px 0px;
	margin: 0px 0px 22px 0px;
}
#header_menu_area a {
    margin: 0px 0px 0px 12px;
}

/*--------------------------------------
 * フッタ
 *------------------------------------*/
#footer_area {
    background-color:#ffffff;
    /*border-left:solid 1px;
    border-right:solid 1px;
    border-bottom:solid 1px;
    border-color:#afaeae;*/
	border-top: 1px solid #E3E3E3;
    padding: 0px 0px 40px 0px;
	margin: 30px 0px 0px 0px;
    text-align:left;
	height: auto;
	font-size: 11px;
	letter-spacing: 0.03em;
    color: #444;
	clear: both;
}
.footer {
    font-size: 11px;
    color: #444;
}

#footer_area a {
	margin: 0px 14px 0px 0px;
}

#footer_area #copyright {
	float: right;
	font-size: 11px;
}

.sp_on {
	display: none;
}

.toroku_zone {
	text-align: center;
	margin: 0px auto 30px auto;
	padding: 70px 0px 60px 0px;
	border-bottom: 1px solid #E3E3E3;
}

.toroku_btnbox {
	text-align: center;
	margin: 0px auto 20px auto;
}

a.toroku_btn {
	width: 350px;
	text-align: center;
	border: solid 1px rgba(184,184,184,0.3);
	padding: 15px 20px;
	font-size: 12px;
	letter-spacing: 0.02em;
	color: #444444;
	cursor: pointer;
	font-family: "adobe-garamond-pro", "Times New Roman", Times, "a-otf-ryumin-pr6n",serif;
	background: rgba(184,184,184,0.0);
	box-sizing: border-box;
	display: inline-block;
}

a.toroku_btn:hover{
	background: rgba(184,184,184,0.2);
	transition : all 0.5s ease 0s;
}

.toroku_tex {
	text-align: center;
	font-size: 11px;
	margin: 0px auto 0px auto;
}

/*--------------------------------------
 * トップ
 *------------------------------------*/

.top_news {
	padding: 0rem 0 1.6rem 0;
	border-bottom: 1px solid #E3E3E3;
	margin: 0px 0px 35px 0px;
}

.top_news p {
	margin: 0;
	line-height: 180%;
	letter-spacing: 0.03em;
}

.top_news br {
	display: none;
}

.top_wrap {
	width: 940px;
	margin: 30px auto 0px auto;
}

.clearfix::after{
    content: "";
    clear: both;
    display: block;
}

.top_wrap img {
	width: 100%;
}

.top_main01,
.top_main02,
.top_main03,
.top_main04,
.top_main05,
.top_main06,
.top_main07,
.top_main08,
.top_main09 {
	width: 100%;
	height: auto;
	margin: 0px 0px 50px 0px;
	
}

.top_youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.top_youtube iframe {
    width: 100%;
    height: 100%;
}

/*--------------------------------------
 * トップ　ホバー時にテキスト
 *------------------------------------*/

.top_item_box * {
  box-sizing: border-box;
}

.top_item_box {
  width: 100%;
  max-width: 100%; /* 幅調整 */
}

.top_item_link {
  display: block;
}

.top_item_content {
  position: relative;
  overflow: hidden;
}

.top_item_image img {
  width: 100%;
  vertical-align: top;
}

.top_item_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0.5);
  opacity: 0;
}

.top_item_mask-text {
  width: 100%;
  padding: 1em;
  color: #444;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.top_item_mask-text02 {
    width: 100%;
    padding: 1em;
    color: rgba(68,68,68,0.8);
    text-align: left;
    position: absolute;
    left: 15px;
    bottom: 10px;
    font-size: 11px;
    letter-spacing: 0.05em;
}

.top_item_mask-tl {
	font-size: 15px;
	letter-spacing: 0.05em;
	margin-bottom: 0.5rem;
	color: rgba(68,68,68,0.8);
}

.top_item_text {
  margin-top: 0px;
  text-align: center;
}

.top_item_box .top_item_link:hover .top_item_mask {
  opacity: 1;
}

/* -fade-in */
.top_item_box.-fade-in .top_item_mask {
  transition: opacity 0.8s ease;
}
	
/*--------------------------------------
 * メインコンテンツ
 *------------------------------------*/
#main_area {
	clear: both;
    background-color:#ffffff;
    /*border-left:solid 1px;
    border-right:solid 1px;
    border-color:#afaeae;*/
    margin: 0px;
    text-align:center;
}
#main_area2 {
	clear: both;
    background-position: top left;
    background-repeat: repeat-y;
    background-color:#ffffff;
    /*border-left:solid 1px;
    border-right:solid 1px;
    border-color:#afaeae;*/
    margin: 0px;
    text-align:center;
}
#main_cont {
    background-color:#ffffff;
    text-align:left;
    padding:10px 60px 20px 60px;
}
#main_cont2 {
	width: 100%;
    background-color:#ffffff;
    text-align:left;
    /*margin-left: 229px;*/
    padding:0px 0px 0px 0px;
    clear: both;
}
.clearing {
    height: 0;
    clear: both;
}

/*--------------------------------------
 * サイドバー
 *------------------------------------*/
#sidebar_area {
    background-color:#ffffff;
    text-align:left;
    margin:0px;
    padding:0px;
    width:210px;
    float: left;
    /*position: absolute;*/
}
.sidebardl {
    padding: 0 0 10px 0;
    margin: 0;
}
.sidebardl dt {
    /*background: #e0e0e0;*/
    color: #444;
    font-size: 12px;
    font-weight: normal;
    padding: 2px 0px;
}
.sidebardl dd {
    /*background: #f0f0f0;*/
	width: 210px;
    padding: 2px 0px;
    margin: 1px 0 0 0;
}
.sidebardl dd:hover {
    /*background: #e9e9e9;*/
    padding: 2px 0px;
    margin: 1px 0 0 0;
}

ul.side_nav {
	width: 210px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}
ul.side_nav li {
	display: block;
	list-style: none;
	margin: 0px 0px 18px 0px;
	padding: 0px 0px 0px 0px;
	/*float: left;*/
	font-weight: normal;
}
ul.side_nav li.nonfl {
	clear: both;
}
ul.side_nav li ul.side_subnav {
	display: block;
	width: 210px;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
}
ul.side_nav li ul.side_subnav li {
	display: inline;
	list-style: none;
	float: left;
	margin: 0px 9px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}

/*--------子カテゴリ変更--------*/
ul.side_nav li ul.side_subnav2 {
	display: block;
	width: 210px;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 10px;
}
ul.side_nav li ul.side_subnav2 li {
	display: block;
	list-style: none;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}

/*--------新カテゴリ--------*/
ul.side_nav2 {
	width: 210px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 13px 0px;
}
ul.side_nav2 li {
	display: block;
	list-style: none;
	margin: 0px 0px 16px 0px;
	padding: 0px 0px 0px 0px;
	/*float: left;*/
	font-weight: normal;
	letter-spacing: 0.03em;
}
/*--------新カテゴリ--------*/

.adj_line {
	border-bottom: 1px solid #E3E3E3;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}

.adj_line01 {
	border-bottom: 1px solid #E3E3E3;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}

ul.banner_box {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 210px;
}

ul.banner_box li {
	display: block;
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}
ul.banner_box li.nonfl {
	clear: both;
}

/*--------------------------------------
 * clearfix
 *------------------------------------*/

ul.side_nav li:after {
	content: url(https://contents.multilingualcart.com/ori/50172/etc_img/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
ul.side_nav li { 
	display: inline-block;
}
ul.side_nav li {
	display: block;
}

/*-------------
 * 検索窓に追加
 *-------------*/
#searchdd {
	width:150px;
	margin: 0px 0px 3px 0px;
}/*検索のselectに追加*/
#searchbx {
	width:205px;
	margin: 0px 0px 5px 0px;
}/*検索のboxに追加*/

#sidebar_area a:link    { color:#444; text-decoration:none; }
#sidebar_area a:visited { color:#444; text-decoration:none; }
#sidebar_area a:active  { color:#999; text-decoration:none; }
#sidebar_area a:hover   { color:#999; text-decoration:none; background-color:none; }

/*--------------------------------------
 * 共通枠
 *------------------------------------*/
.waku {
    /*border: 1px solid;
    border-color: #afaeae;*/
    padding:10px;
    margin:0px auto;
}

/*--------------------------------------
 * ページタイトル
 *------------------------------------*/
.title {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.03em;
    color: #444;
    background-color: none;
    border-bottom: 1px dotted #E3E3E3;
    padding: 0px 0px 1px 0.2em;
    margin:8px 0px 8px 0px;
}
.title_det {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 120%;
    color: #444;
    background-color: none;
    /*border-bottom: 1px dotted #E3E3E3;
    padding: 0px 0px 1px 0.2em;*/
    margin:8px 0px 20px 0px;
}

/*--------------------------------------
 * メインコンテンツ　追加
 *------------------------------------*/

.goodslist_box2_list {
	margin-top: 20px;
}

#item_ph {
	width: 630px;
	float: left;
	text-align:center;
}
.item_main img {
	width: 480px;
	height: 611px;
}
#zoombox {
	width: 490px;
	margin: 0px auto 0px auto;
}
#zoombox img {
	width: 90px;
	height: 115px;
}
#zoombox ul {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 8px 0px;
}
#zoombox ul li {
	display: inline;
	float: left;
	width: 90px;
	height: 130px;
	margin: 0px 4px 8px 4px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
}
#item_box {
	width: 300px;
	float: right;
}	
table.item_tex {
	text-align: left;
	border: none;
	line-height: 160%;
	padding: 0px 0px 0px 0px;
}
table.item_tex td {
	line-height: 160%;
	vertical-align: top;
}
table.item_tex td.adj_yh {
	height: 25px;
}

/*--------------------------------------
 * テーブル
 *------------------------------------*/
/* テーブル枠 */
.tbl {
    background-color:none;
	border: none;
	padding: 0px 0px 0px 0px;
	width: 100%;
}
/* タイトル部 */
.cell_t,
.cell_ts {
    color:#444;
    background-color:none;
	border: none;
    padding: 0px 0px 0px 0px;
    white-space:normal;
}
.cell_ts {
    width: 110px;
}
/* データ部 */
.cell_d {
    color:#444;
    background-color:#ffffff;
	border: none;
    padding: 3px 0px 3px 0px;
}
.tbl select,.tbl input {
    margin: 0px 0px 8px 0px;
}

/*新しいお問い合わせ*/
.tbl_inq input,
.tbl_inq textarea {
    width: 300px;
    border: 1px solid #ccc;
   background-color: #fff;
}

#search_button{
	border:0px;
	/*background: url(https://contents.multilingualcart.com/ori/50172/goods_img/btn_addcart.gif) no-repeat;
	width:235px;
	height:30px;*/
	padding: 15px 0px 0px 0px;
} 
/*テーブル tblc 商品部分*/
.tblc {
    background-color:none;
	border: 1px solid #E3E3E3;
	/*padding: 0px 0px 0px 0px;*/
	width: 100%;
	border-collapse: collapse;
}
.tblc .cell_t {
    background-color:#F7F7F3;
	border: 1px solid #E3E3E3;
	padding: 3px 5px 3px 5px;
    white-space:normal;
	border-collapse: collapse;
}
.tblc .cell_d {
    background-color:#FFF;
	border: 1px solid #E3E3E3;
	padding: 3px 5px 3px 5px;
    white-space:normal;
	border-collapse: collapse;
}
.sku_no {
	width: 235px;
	height: 40px;
	font-weight: normal;
	font-family: "adobe-garamond-pro", "Times New Roman", Times, "a-otf-ryumin-pr6n", serif;
	font-size: 14px;
	background-color: #FFF;
	border: 1px solid #CCC;
}
.sku_no:disabled {
    color: #CCC;
    border: 1px solid #E3E3E3;
}

/* テーブル_在庫 */
.tbl_z {
    background-color:#F6F6F6;
	border: 1px solid #E3E3E3;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
}
.tbl_z td {
	border: 1px solid #E3E3E3;
	border-collapse: collapse;
	padding: 5px 5px 5px 5px;
}
.tbl_z td.cell_t {
    color:#444;
    background-color:#F6F6F6;
    padding: 5px 5px 5px 5px;
    white-space:normal;
}
.tbl_z select,.tbl input {
    margin: 0px 0px 8px 0px;
}
span.zaiko_sold {
	padding: 0px 0px 10px 0px;
}

/*注文時同意*/
#privacy_agree {
	background-color: #F7F7F3;
	border: 1px solid #E3E3E3;
	padding: 15px;
}
iframe {
	margin: 0px 0px 0px 0px;
	border: 1px solid #E3E3E3;
}
.cell_dkk {
		text-align: center;
		padding: 10px 0px 0px 0px;
}

/*--------------------------------------
 * 強調文字
 *------------------------------------*/
.stress {
    color: #cc0000;
    font-weight: normal;
}

/*--------------------------------------
 * フォーム注意書き文字
 *------------------------------------*/
.note {            /* stress */
    font-size: 10px;
    color: #ff0000;
}
.note2 {        /* normal */
    font-size: 10px;
    color: #444;
}

/*--------------------------------------
 * エラーメッセージボックス
 *------------------------------------*/
.errbox {
    background: #ffffcc url(https://wipjp.hs.llnwd.net/e1/tpl_img/proto_ja/alert.gif) 4px 4px no-repeat;
    border: 1px solid;
    border-color: #ff0000;
    padding: 5px 5px 5px 32px;
    margin:10px auto;
    text-align: left;
    color:#ff0000;
    font-size:12px;
}

/*--------------------------------------
 * 商品リストボックス
 *------------------------------------*/
/* 一覧形式 */
.goodslist_box {
    /*background-color:#f7f7f3;
    border: 1px solid;
    border-color: #afaeae;*/
    padding:10px;
    margin: 10px 0px 10px 0px;
}
/* マス目形式 */
.goodslist_box2 {
    float:left;
    padding:0px;
	margin: 0px 20px 25px 0px;
}
.goodslist_box2 img {
	/*width: 300px;
	height: 375px;*/
	width: 100%;
	aspect-ratio: 700 / 891;
    object-fit: cover;
}
.goodslist_box2 table {
	border-spacing: 0px;
	border: none;
}
.goodslist_box2 table td {
	padding: 0px;
	border: none;
}

.goodslist_box2:nth-child(3) {
	margin: 0px 0px 20px 0px;
}
.goodslist_box2:nth-child(7) {
	margin: 0px 0px 20px 0px;
}
.goodslist_box2:nth-child(11) {
	margin: 0px 0px 20px 0px;
}
.goodslist_box2:nth-child(15) {
	margin: 0px 0px 20px 0px;
}
.goodslist_box2:nth-child(19) {
	margin: 0px 0px 20px 0px;
}
.goodslist_box2:nth-child(23) {
	margin: 0px 0px 20px 0px;
}
.goodslist_box2:nth-child(27) {
	margin: 0px 0px 20px 0px;
}
.goodslist_box2:nth-child(31) {
	margin: 0px 0px 20px 0px;
}
.goodslist_box2:nth-child(35) {
	margin: 0px 0px 20px 0px;
}
.goodslist_box2:nth-child(39) {
	margin: 0px 0px 20px 0px;
}
.goodslist_box2:nth-child(43) {
	margin: 0px 0px 20px 0px;
}

/*--------------------------------------
 * 商品リストサムネイル枠
 *------------------------------------*/
.thumbnail {
    background-color:#ffffff;
    /*border: 1px solid;
    border-color: #afaeae;*/
    width: 300px;
    height: 375px;
    text-align: center;
}

/*--------------------------------------
 * 商品リスト　ホバー時にテキスト
 *------------------------------------*/
.item_box * {
  box-sizing: border-box;
}

.item_box {
  width: 100%;
  max-width: 100%; /* 幅調整 */
}

.item_link {
  display: block;
}

.item_content {
  position: relative;
  overflow: hidden;
}

.item_image img {
  width: 100%;
  vertical-align: top;
}

.item_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0.5);
  opacity: 0;
}

.item_mask-text {
  width: 100%;
  padding: 1em;
  color: #444;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(40%);
}

.item_mask-tl {
	font-size: 12px;
	letter-spacing: 0.03em;
	margin-bottom: 0.5rem;
	color: rgba(68,68,68,0.8);
}
.item_mask-price {
	font-size: 12px;
	letter-spacing: 0.03em;
	margin-bottom: 0.5rem;
	color: rgba(68,68,68,0.8);
}

.item_text {
  margin-top: 10px;
  text-align: center;
}

.item_box .item_link:hover .item_mask {
  opacity: 1;
}

/* -fade-in */
.item_box.-fade-in .item_mask {
  transition: opacity 0.8s ease;
}

/*--------------------------------------
 * 商品カラーチップ
 *------------------------------------*/
.ad_freearea {
	margin: 0px 0px 0px 0px;
}
	
ul.list_color {
	margin: 25px 0px 20px 0px;
	padding: 0px;
	display: block;
}

ul.list_color li {
	list-style: none;
	float: left;
	width: 55px;
	margin: 0px 5px 5px 0px;
	text-align: center;
	font-size: 10px;
}

ul.list_color li img {
	width: 55px;
	height: 55px;
	border: none;
	margin: 0px 0px -5px 0px;
	padding: 0px 0px 0px 0px;
}

/*--------------------------------------
 * 商品　店舗自由項目1
 *------------------------------------*/

#zoombox00 {
	width: 490px;
	margin: 0px auto 0px auto;
}
#zoombox00 img {
	width: 90px;
	height: 115px;
}
#zoombox00 ul {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 8px 0px;
}
#zoombox00 ul li {
	display: inline;
	float: left;
	width: 90px;
	height: auto;
	margin: 0px 4px 4px 4px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
}

#zoombox01 {
	width: 490px;
	margin: 0px auto 150px auto;
}
#zoombox01 img {
	width: 90px;
	height: auto;
}
#zoombox01 ul {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 8px 0px;
}
#zoombox01 ul li {
	display: inline;
	float: left;
	width: 90px;
	height: auto;
	margin: 0px 4px 8px 4px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
}

.farea01_tl {
	clear: both;
	color: #444;
    font-size: 12px;
    font-weight: normal;
	text-align: left;
	letter-spacing: 0.03em;
	margin: 0px 0px -10px 5px;
	padding-top: 25px;
}

ul.farea01_li {
	
}

ul.farea01_li li {
	line-height: 100%;
}

ul.farea01_li li img {
	margin-bottom: 5px;
	width: 100%;
	aspect-ratio: 700 / 891;
    object-fit: cover;
}

/*--------------------------------------
 * カート　イレギュラーメッセージ
 *------------------------------------*/
.message_il {
	width: 100%;
	margin: 0px auto 30px auto;
	line-height: 180%;
}

/*--------------------------------------
 * リンク抑制文字色
 *------------------------------------*/
.linkoff {
    color: #c0c0c0;
    text-decoration: underline;
}

/*--------------------------------------
 * other table bug
 *------------------------------------*/
/* 3px IE bug hack hidden from IE5-mac */
* html #header_area { height: 1%; }
* html #main_cont { height: 1%; }
* html #main_cont2 { height: 1%; }
/* End hide from IE5-mac */ 

/*--------------------------------------
 * 画像リンク透明化
 *------------------------------------*/
a:hover img {
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/*--------------------------------------
 * パンくず
 *------------------------------------*/
#pannav {
	margin: 0px 0px 18px 0px;
}

/*--------------------------------------
 * トップページ一時的
 *------------------------------------*/
#headnews {
	padding: 10px 0px 10px 0px;
}

/*--------------------------------------
 * セール
 *------------------------------------*/
.sale_t {
    text-decoration:line-through; 
    color:#666;
}
.caut_red {
    color:#FF0000;
}

/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {background: #fff; border-bottom: 1px solid #E3E3E3; padding: 0px 0px 24px 0px; position: relative; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; zoom: 1; margin:0px 0px 25px 0px;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}


/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; /*-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);*/ zoom: 1;}
.flex-caption {width: 96%; padding: 2%; margin: 0; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.0); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.0); font-size: 10px; line-height: 120%; letter-spacing:0.05em; text-align:right;}

/* Direction Nav */
.flex-direction-nav { height: 0; display: none; }
.flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url(/ori/50172/etc_img/bg_direction_nav.png) no-repeat; position: absolute; top: 45%; cursor: pointer; text-indent: -999em;}
.flex-direction-nav li .next {background-position: -52px 0; right: -40px;}
.flex-direction-nav li .prev {left: -40px;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}
.flex-direction-nav li a:hover {opacity: .3; filter:alpha(opacity=70);}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -35px; text-align: center; display: none;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(/ori/50172/etc_img/bg_control_nav.png) no-repeat; cursor: pointer; text-indent: -999em;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	margin: -40px 0px 0px 0px;
}
#jquery-lightbox a img { border: none; }

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border: 1px solid #E3E3E3;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px "adobe-garamond-pro", "Times New Roman", Times, "a-otf-ryumin-pr6n", serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 10px 0px 20px 0px;
}
#lightbox-container-image-data {
	padding: 0px 0px 0px 0px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: normal; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 00px 0px 0px;
}

/*
#lightbox-image {
	width: 300px;
	height: 400px;
}
*/
