@charset "utf-8";
/* CSS Document */

/* CSS reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* ページ全体 */
.box {
}

.top_bnr img{
	margin:10px 5px;
	margin:10px 2px 0px;
}

/* パンくずリスト */
div#pan {
	padding:5px;
	text-align:left;
	width:960px;
	margin:auto;	
}

#pan a:link {
	color:#0099FF;
}

#pan a:visited {
	color:#0099FF;
}

#pan a:hover {
	color:#ff0079;
}

/* コンテンツ部分 */
.mv{
	width:100%;
	height: 502px;
	background-image:url("../korea/image/mv.jpg");
	background-repeat:no-repeat;
	text-align: center;
	color: #FFF;
	text-shadow: 0 0 8px rgb(0 0 0 / 100%);
	line-height: 1.2;
}
.mv1{
	display: block;
	font-weight: 700;
	font-size:90px;
}
.mv2{
	display: block;
	font-weight: 700;
	font-size: 50px;	
	padding-top:150px;
}

#wrap_all {
	width:960px;
	margin:0px auto;
	text-align:left;
	padding-top:20px;
	background-color:#FFF;
}

h2.point{
	font-size: 1.8em;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 40px;

}



/*商品ボックス設定*/

.shohin_box {
	display: inline-block;
	width:24.628%;
	background-color: #FFF;
	vertical-align: top;
	padding:5px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	/* box-shadow */
	border:solid 1px #CCCCCC;
	height:420px;
}
.shohin_box .pic img {
	width: 100%;
}

.shohin_box .icon{
	position: absolute;
	left: 5px;
	top:5px;
	background-color: #CC0000;
	padding: 5px;
	color: #FFFFFF;
	font-size: 14px;
		border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;

}



/*.shohin_box a {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
}
.shohin_box a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=70 )";
	transition: all 0.5s ease;
}*/

.waku a{
	display: block;
	height:100%;

}

.shohin_box:hover{
	border: 1px solid #E5C800;
}

/*アイコン*/
.icon_dpt{
	background-color: #000000;
	color: #FFFFFF;
	font-size: 11px;
	padding: 3px;
	position:absolute;
	left: 0px;
	bottom: 0px;

}
.icon_air{	
}

.icon_car{
	background-color:#00A2CB;
	color: #FFFFFF;
	font-size: 11px;
	padding: 3px;
}


/*商品タイトル*/
.shohin_ttl {
	font-size:18px;
	padding:15px 0px 15px 0px;
	font-weight: bold;
	color: #004098;
	line-height:1.2em;
}
/*.sho {
	font-size: 1.1em!important;
}*/
.sub {
	font-size: 0.9em!important;
}
.shohin_box .shohin_ttl a {
	text-decoration: none!important;
}
.shohin_point{
	font-size: 14px;
	color: #333333;
}

/*商品価格*/
.price {
	font-size: 16px;
	color: #F01C1C;
	margin-top:10px;
	margin-bottom:10px;
}
.shohin_box .shohin_info {
	font-size:18px;
	color: #333;
	padding:5px 0px 5px 0px;
	font-weight: normal;
	/*line-height:100%;*/
}

/*もっと見るボタン*/

.product__button--wrapper{
	margin-top: 20px;
}


.product__button--item {
    padding: 5px 15px;
    min-height: 38px;
    font-size: 16px;
    font-weight: bold;
}

.product__button--item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    background: #000;
    box-shadow: 3px 3px 0px 0px #7f7f7f;
}


 /*★ search ★*/
  /*検索ボタン*/
  .mv .search {
    display: none;
  }
  #product .search {
    width: calc(620vw / 7.5) !important;
    color: #000;
    border-bottom: calc(4vw / 7.5) solid;
    background: url("/cmn/icon/icon_search_black.svg") no-repeat calc(25vw / 7.5) center / calc(40vw / 7.5);
    margin: calc(46vw / 7.5) auto 0;
  }
  #product .search__button {
    display: block;
    font-size: calc(28vw / 7.5);
    line-height: 1.2;
    color: inherit;
    text-decoration: none;
    padding: calc(27vw / 7.5) calc(80vw / 7.5);
    background: url("/cmn/icon/icon_arrow_right_black.svg") no-repeat right calc(10vw / 7.5) center / calc(55vw / 7.5);
  }
  #product .search__button[href^="#"] {
    background-image: url("/cmn/icon/icon_arrow_down_black.svg");
  }
  #product .search__button[target="_blank"] {
    background-image: url("/cmn/icon/icon_blank_black.svg");
  }
}
/**/
/* ============================
検索ボックス searchModule.min.css リセット
============================ */
#searchModSection {
  max-width: 992px;
  margin: auto;
}
@media (min-width:841px) {
  .main .rn-searchMod {
    width: 90%;
    margin: auto;
    display: block;
  }
  .main .rn-searchMod__navSection {
    margin-right: 0;
  }
  .main .rn-searchMod__navListItem {
    margin-bottom: 0;
  }
  .main .rn-searchMod__navListItem:not(:last-child) {
    margin-right: 8px;
  }
  .main .rn-searchMod__navList {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
  }
  .main .rn-searchMod__navListButton {
    border-radius: 4px 4px 0 0;
    border: 1px solid #000;
  }
  .main .rn-searchMod__navListButton.active {
    border-bottom-color: #fff;
    margin-right: 0;
  }
  .main .rn-searchMod__formSection {
    width: 100%;
    min-height: auto;
    border: 1px solid #000;
    border-radius: 0;
    padding: 30px 40px;
    margin-top: -1px;
  }
}
@media only screen and (max-width: 828px) and (orientation: landscape), only screen and (max-width: 740px) {
  .main .rn-searchMod__checkBox::after, .main .rn-searchMod__checkBox::before {
    top: -1px;
  }
  .main .rn-searchMod--ovs .rn-searchMod__navListButton, .main .rn-searchMod--dom .rn-searchMod__navListButton {
    font-size: calc(20vw / 7.5);
  }
}
/**/
.sp{
	display:none;
}
.pc{
	display:block;
}