@charset "UTF-8";

/********************************
common
********************************/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
html{
  font-size: 62.5%!important;
}
body {
    padding-bottom: 50px;
    font-size: 16px;
    color: #252525;
    line-height: 1.8rem;
    font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 600;
  }

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }
a {
    text-decoration: none;
    color: inherit;
  }

.mt1rem { margin-bottom: 1rem !important; }
.mt2rem { margin-bottom: 2rem !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.my30 { margin: 30px auto 0 !important; }

.fz12 { font-size: 12px; }
.c_pink { color: #F26D7D; }
.c_gray { color: #9c9c9c; }

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

#left_iframe {
  height: 5000px;
}
/********************************
header
********************************/
.header {
  width: 100%;
}
.header_top {
  width: 1040px;
  margin-bottom: 0;
}
.catchcopy {
  padding-top: 10px;
  font-size: 11px;
  color: #707070;
}
.del_info1 {
  font-size: 18px;
}
.del_info2 {
  font-size: 14px;
  margin-top: 5px;
}
.coupon {
  border-collapse: separate;
  border-spacing: 0 5px;
}

.coupon a:hover img.over {
	opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
}

.fs-l-header{
  font-size: 13px;
  color: #666;
}
.fs-p-headerUtilityMenu__list{
  font-size: 13px;
  color: #666;
}
.fs-l-header--min{
  border: none;
}

/* local_nav */

.local_nav {
  background-color: #ffefef;
}
.local_nav ul {
  width: 1040px;
  margin: 0 auto;
  padding:5px 0 5px 520px;
  line-height: 1.7rem;
  font-size: 1.7rem;
}
.local_nav li {
  float: left;
  padding-left: 3.4rem;
}

/* header(main) */

.header_inner {
  width: 1040px;
  margin: 0 auto;
}
.logo {
  float: left;
  margin-right: 50px;
}
.logo img{
  display: block;
}
.asuraku {
  margin-top: 5px;
}
.search_form {
  position: relative;
  height: 40px;
  float: left;
  margin-top: 54px;
}
.search_form input[type="text"] {
  display: block;
  width: 340px;
  padding: 0.8rem;
  font-size: 14px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  /* transform: scale(0.8); */
}
.search_form input[type="submit"] {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  display: inline-block;
  width: 100%;
  width: 21px;
  height: 21px;
  margin: auto;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url(https://omutsufactory.itembox.design/item/renew/ic_search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
}
.contact {
  float: right;
  text-align: center;
}
.contact img,
.contact span {
  display: block;
}
.contact span {
  margin-top: 5px;
}

/* header_navi */

.header_navi {
  background-color: #F26D7D;
}
.sarch_menu {
  width: 1040px;
  margin: 10px auto 0;
  display: flex;
}
.menu_list {
  width: calc(100% / 3);
  position: relative;
  line-height: 60px;
}
.menu_list a {
  display: block;
  color: #fff;
  text-align: center;
}
.menu_list .inner {
  width: 100%;
  border-bottom: 1px dotted #ccc;
  line-height: 50px;
  background-color: #fffbd9;
  position: absolute;
  z-index: 999;
  display: none;
}
.menu_list:hover .inner {
  display: block;
}
.menu_list .inner li {
  border-bottom: 1px dotted #ccc;
}
.menu_list .inner li:last-of-type {
  border-bottom: none;
}
.menu_list .inner li a {
  display: block;
  color: #252525;
  text-align: left;
  padding-left: 1rem;
  position: relative;
}
.menu_list .inner li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  right: 0.5rem;
  width: 20px;
  height: 20px;
  margin: auto;
  background-image: url(https://omutsufactory.itembox.design/item/renew/ic_arrow_radius_r_b.svg);
  background-repeat: no-repeat;
}
.menu_list .inner li:hover {
  opacity: 0.7;
}

/********************************
main
********************************/

/* slider */


.slider a:hover img.over {
	opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
}


.slick-prev {
  left: 10%;
  z-index: 3;
}
.slick-next {
  right: 10%;
  z-index: 3;
}
.slick-prev:before {
  content: url(https://omutsufactory.itembox.design/item/renew/arrow_l.svg);
}
.slick-next:before {
  content: url(https://omutsufactory.itembox.design/item/renew/arrow_r.svg);
}
.slick-prev, .slick-next {
  width: 25px;
  height: 25px;
}
.slick-dots li button:before {
  font-size: 20px;
}

/* content_wrap */

.content_wrap {
  width: 1040px;
}

/* reason_wrap */

.reason_wrap {
  margin-top: 80px;
}
.reason_title {
  font-size: 25px;
  line-height: 70px;
  text-align: center;
  background-color: #FFEC71;
  border: 1px solid #FFEC71;
}
.reason_title span {
  font-size: 29px;
}
.reason_list {
  padding: 1rem;
  background-color: #FFFBD9;
  border: 1px solid #FFFBD9;
  border-radius: 0 0 15px 15px;
  padding: 50px 130px;
}
.reason_list > li {
  margin-top: 1rem;
}
.reason_list > li:first-child {
  margin-top: 0;
}
.reason_list_title {
  font-size: 25px;
  font-weight: bold;
  line-height: 50px;
  display: inline-block;
}
.reason_list_title .num {
  display: inline-block;
  width: 44px;
  padding-left: 4px;
}
.reason_list_title span img {
  vertical-align: sub;
}
.reason_list_text {
  font-size: 18px;
  line-height: 1.6rem;
  padding-left: 1rem;
  display: inline-block;
}

/* column_wrap */

.column_wrap {
  margin-top: 100px;
  display: flex;
}
.main_colmun {
  width: 780px;
}

/* left_colmun */

.left_colmun {
  width: 230px;
  margin-right: 30px;
}
.left_content:not(:first-of-type) {
  margin-top: 20px;
}
.left_title {
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: #c6bda2;
  line-height: 30px;
}
.link_list {
  padding-top: 1rem;
}
.link_list > li{
  border-bottom: 1px dotted #ccc;
  font-size: 12px;
}
.link_list > li:first-child {
  border-top: 1px dotted #ccc;
}
.pill {
  display: inline-block;
  padding: 0 8px;
  margin-left: 10px;
  font-size: 10px;
  line-height: 18px;
  color: #fff;
  border-radius: 50px;
}
.pill_orange {
  background-color: #FFAA2A;
}
.pill_pink {
  background-color: #F26D7D;
}
.link_list > li a {
  padding: 0 0.5rem;
  display: block;
  position: relative;
}
.link_list > li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  right: 0.5rem;
  width: 20px;
  height: 20px;
  margin: auto;
  background-image: url(https://omutsufactory.itembox.design/item/renew/ic_arrow_radius_r_b.svg);
  background-repeat: no-repeat;
}
.link_list.price > li {
  line-height: 50px;
}
.left_bnr {
  margin-top: 20px;
  text-align: center;
}
.brand_sarch li {
  text-align: center;
  margin-top: 10px;
}
.link_list.category > li {
  height: 75px;
  position: relative;
}
.link_list.category > li a {
  position: absolute;
  top: 50%;
  transform : translateY(-50%);
  width: 100%;
  line-height: 30px;
  padding: 20px 0.5rem 20px 65px;
  background-repeat: no-repeat;
}
.link_list.category > li.two a {
  line-height: 15px;
}
.cat1 { background-image: url(https://omutsufactory.itembox.design/item/renew/cat1.jpg); }
.cat2 { background-image: url(https://omutsufactory.itembox.design/item/renew/cat2.jpg); }
.cat3 { background-image: url(https://omutsufactory.itembox.design/item/renew/cat3.jpg); }
.cat4 { background-image: url(https://omutsufactory.itembox.design/item/renew/cat4.jpg); }
.cat5 { background-image: url(https://omutsufactory.itembox.design/item/renew/cat5.jpg); }
.cat6 { background-image: url(https://omutsufactory.itembox.design/item/renew/cat6.jpg); }
.cat7 { background-image: url(https://omutsufactory.itembox.design/item/renew/cat7.jpg); }
.cat8 { background-image: url(https://omutsufactory.itembox.design/item/renew/cat8.jpg); }
.cat9 { background-image: url(https://omutsufactory.itembox.design/item/renew/cat9.jpg); }
.cat10 { background-image: url(https://omutsufactory.itembox.design/item/renew/cat10.jpg); }
.cat11 { background-image: url(https://omutsufactory.itembox.design/item/renew/cat11.jpg); }
.cat12 { background-image: url(https://omutsufactory.itembox.design/item/renew/cat12.jpg?20190612); }
.cat13 { background-image: url(https://omutsufactory.itembox.design/item/renew/cat13.jpg?20190612); }
.cat14 { background-image: url(https://omutsufactory.itembox.design/item/renew/cat14.jpg?20190612); }
.cat15 { background-image: url(https://omutsufactory.itembox.design/item/renew/cat15.jpg?20190612); }
.cat16 { background-image: url(https://omutsufactory.itembox.design/item/renew/cat16.jpg?20190612); }
.cat17 { background-image: url(https://omutsufactory.itembox.design/item/renew/cat17.jpg?20190612); }

.ca2 {
  font-size: 12px;
  color: #000;
  margin: 10px auto 0;
  border-collapse: inherit;
  border-spacing: 1px;
}

/* main_colmun */
.item_list:not(:first-child) {
  margin-top: 40px;
}


.item_list a:hover img.over {
	opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
}


.section_title {
  font-size: 18px;
  background-color: #c6bda2;

}
.ranking .section_title {
  color: #fff;
  padding-left: 30px;
  line-height: 50px;
}
.title_white .section_title {
  background-color: #c6bda2;
}

.title_orange .section_title {
  background-color: #f9b465;
}
.title_blue .section_title {
  background-color: #86c7f8;
}
.title_pink .section_title {
  background-color: #fe9db4;
}
.title_green .section_title {
  background-color: #72e1a2;
}
.item_list ul {
  display: flex;
  justify-content: space-between;
}
.item_list li {
  font-size: 12px;
}
.item_list span {
  display: block;
}
.item_list .item {
  padding: 5px 0 0 0.2rem;
}
.item_list .price {
  text-align: right;
}
.item_list .price::after {
  content: "円(税込)";
}
.ranking ul {
  margin-top: 70px;
}
.ranking li {
  width: 144px;
}
.rank1, .rank2, .rank3, .rank4, .rank5 {
  position: relative;
}
.rank1::before {
  position: absolute;
  content: url(https://omutsufactory.itembox.design/item/renew/icon_ranking1.png);
  top: -45px;
  left: 0;
}
.rank2::before {
  position: absolute;
  content: url(https://omutsufactory.itembox.design/item/renew/icon_ranking2.png);
  top: -45px;
  left: 0;
}
.rank3::before {
  position: absolute;
  content: url(https://omutsufactory.itembox.design/item/renew/icon_ranking3.png);
  top: -45px;
  left: 0;
}
.rank4::before {
  position: absolute;
  content: url(https://omutsufactory.itembox.design/item/renew/icon_ranking4.png);
  top: -45px;
  left: 0;
}
.rank5::before {
  position: absolute;
  content: url(https://omutsufactory.itembox.design/item/renew/icon_ranking5.png);
  top: -45px;
  left: 0;
}
.other {
  width: 340px;
  margin-left: 440px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  margin-top: 20px;
}
.other a {
  position: relative;
  display: block;
  width: 100%;
}
.other a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  right: 1rem;
  width: 20px;
  height: 20px;
  margin: auto;
  background-image: url(https://omutsufactory.itembox.design/item/renew/ic_arrow_radius_r_w.svg);
  background-repeat: no-repeat;
}

.title_white .other {
  background-color: #ddd8c7;
}

.title_orange .other {
  background-color: #f9b465;
}
.title_blue .other {
  background-color: #86c7f8;
}
.title_pink .other {
  background-color: #fe9db4;
}
.title_green .other {
  background-color: #72e1a2;
}
.recommend .section_title,
.bnr_area .section_title {
  color: #FFF;
}
.recommend ul {
  margin-top: 40px;
}
.recommend li {
  width: 180px;
}
.recommend .other {
  background-color: #c6bda2;
}
.bnr_area {
  margin-top: 50px;
}
.bnr_wrap {
  border-collapse: separate;
  border-spacing: 5px;
  margin-top: 20px;
}
.bnr_wrap img {
  width: 100%;
}

/********************************
footer
********************************/
footer {
  width: 1040px;
  margin: 90px auto 0;
}
.footer_wrap {
  width: 1040px;
  font-size: 12px;
}
.footer_title {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  background-color: #f26d7d;
  padding-left: 30px;
}
.footer_brand_list img {
  margin: 10px;
  border: none;
}
.footer_main305{
	padding:15px 15px 0;
	background:url(https://omutsufactory.itembox.design/item/renew/main_top_305.gif) no-repeat left top #f0efeb;
}
.footer305{
	margin-top:10px;
	padding-bottom:15px;
	width:340px;
	background:url(https://omutsufactory.itembox.design/item/renew/main_top_305.gif) no-repeat left bottom #f0efeb;
}
.footer_main315{
	margin-top: 0px;
	padding: 15px 15px 0;
	background: url(https://omutsufactory.itembox.design/item/renew/main_top_315.gif) no-repeat left top #f0efeb;
}
.footer315{
	margin-top:10px;
	padding-bottom:15px;
	width:340px;
	background:url(https://omutsufactory.itembox.design/item/renew/main_top_315.gif) no-repeat left bottom #f0efeb;
}

.footer_midashi{
	margin-bottom:15px;
	font-size:14px;
	font-weight:bold;
	color:#aa2b36;
}

.footer_section table {
  border-collapse:collapse;
  border-style:none;
  width:100%;
  }

  .footer_section table td{
  border:none;
  border-collapse:collapse;
  empty-cells:show;
  vertical-align:top;
  padding-top:10px;
  }
  .sp15{
    margin-bottom:15px;
  }
  .sp8{
    margin-bottom:8px;
  }
  .fontB{
    font-weight:bold;
  }
  .floatL{
    float:left;
    height:470px;
  }
  .floatR{
    float:right;
    height:320px;
  }

  .footer_copy{
    margin-top:30px;
    font-size:12px;
    }
