@charset "utf-8";
#container #wrapper {
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
}
#breadcrumbs a:hover {
  text-decoration: none;
}
@media screen and (max-width: 667px) {
  #wrapper img {
    width: 100%;
  }
}
@media screen and (min-width: 668px) {
  #container #wrapper {
    width: 100%;
    text-align: center;
  }
}
/*--------------
  title
----------------*/
.title_h2 {
  padding: 35px 0;
  background-color: #fc6e7a;
  font-size: 28px;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 667px) {
  .title_h2 {
    font-size: 24px;
    padding: 25px 0;
  }
}
/*----------------
  mv
--------------*/
.mv {
  margin-bottom: 60px;
	text-align:center;
}
.mv > h1 {
  background: url(/item/otameshi/images/2020/bg_stripe.png) repeat left top;
}
.mv img {
  margin: 0 auto;
}
.mv_lead {
  padding: 30px 0;
  background-color: #fff3b9;
  color: #fc6e7a;
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
}
.mv_supplement {
  margin: 1em auto;
}
@media screen and (max-width: 667px) {
  .mv {
    margin-bottom: 30px;
  }
  .mv_lead {
    padding: 25px 5px 17px;
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
  }
  .mv_supplement {
    margin: 12px 20px;
    font-size: 12px;
    line-height: 1.65;
	text-align:left;
  }
}
/*----------------
  flow 
--------------*/
.flow_order {
  margin: 80px auto 30px;
	text-align:center;
}
@media screen and (min-width: 668px) {
  .flow {
    padding-bottom: 115px;
    background-color: #fffbef;
  }
  .flow_description_inner {
    display: flex;
    width: 876px;
    margin: auto;
  }
}
.flow_description_item {
  width: 252px;
  margin-right: 60px;
}
.flow_description_item:last-child {
  margin-right: 0;
}
.flow_description_title {
  font-size: 20px;
  color: #fc6e7a;
  margin-bottom: 30px;
}
.flow_description_subtitle.pc_only {
  margin-bottom: 20px;
}
.flow_description_item:last-child .flow_description_title {
  letter-spacing: -1px;
}
.flow_description_comment {
  text-align: left;
  line-height: 1.65;
  font-size: 15px;
}
.flow_description_comment > a {
  color: #fc6e7a;
  text-decoration: underline;
}
.flow_description_comment > a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 667px) {
  .flow {
    margin-bottom: 55px;
  }
  .flow_description {
    padding: 20px 10px;
  }
  .flow_description_inner {
    padding: 40px 20px 0 67px;
    background-color: #fffbef;
  }
  .flow_description_item {
    position: relative;
    width: 100%;
    margin-right: 0;
    padding-bottom: 50px;
  }
  .flow_description_item:nth-of-type(3) {
    padding-bottom: 30px;
  }
  .flow_description_item::after {
    position: absolute;
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    left: -47px;
    top: 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(/item/otameshi/images/2020/sp/flow_num1_sp.png);
    background-size: contain;
  }
  .flow_description_item:nth-of-type(2)::after {
    background-image: url(/item/otameshi/images/2020/sp/flow_num2_sp.png);
  }
  .flow_description_item:nth-of-type(3)::after {
    background-image: url(/item/otameshi/images/2020/sp/flow_num3_sp.png);
  }
  .flow_description_title {
    font-size: 24px;
    margin-bottom: 0.5em;
    padding-top: 4px;
  }
  .flow_description_subtitle {
    width: 94%;
  }
  .flow_description_subtitle img {
    width: auto;
    max-width: 100%;
  }
  .flow_description_comment {
    font-size: 15px;
    margin-bottom: 0.5em;
  }
  .flow_description_item::before {
    position: absolute;
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    left: -32px;
    top: 0;
    background-color: #fc6e7a;
  }
  .flow_description_item:nth-of-type(3)::before {
    background: none;
  }
}
/*----------------
  products list
--------------*/
#products_search_header {
  width: 920px;
  margin: 45px auto;
  text-align: left;
}
.products_search_top {
  display: block;
  margin-bottom: 1em;
  font-size: 18px;
}
.products_search_item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.products_search_item li {
  border: #999999 solid 1px;
  padding: 10px 15px;
  color: #fc6e7a;
  font-size: 16px;
  font-weight: bold;
  margin: 0 20px 10px 0;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: auto;
  cursor: pointer;
}
.ua_pc .products_search_item li:hover {
  background-color: #f1f1f1;
}
.products_search_item li.active {
  background-color: #fcaeb4;
  color: #fff;
}
.products_search_bottom {
  text-align: right;
  padding-right: 21px;
  background: url(/item/otameshi/images/2020/icon_arrow_pink_under.png) no-repeat right center;
  background-size: 16px 10px;
}
.products_search_bottom a {
  font-size: 18px;
  font-weight: bold;
  color: #fc6e7a;
}
.products_search_bottom a:hover {
  opacity: 0.7;
}
.products_search_bottom a span {
  text-decoration: underline;
}
@media screen and (max-width:667px) {
  #products_search_header {
    width: 100%;
    margin: 30px auto 25px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .products_search_top {
    font-size: 16px;
  }
  .products_search_item {
    flex-wrap: wrap;
    margin-bottom: 0px;
    margin-left: -5px;
    margin-right: -5px;
  }
  .products_search_item li {
    padding: 6px 12px;
    font-size: 15px;
    margin: 0 5px 10px 5px;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: auto;
  }
  .products_search_bottom a {
    font-size: 16px;
  }
}
#products_list_contents {
  width: 960px;
  margin: 0 auto;
}
#products_list_mop, #products_list_kitchen, #products_list_mat {
  width: 100%;
  text-align: left;
  padding: 45px 30px;
  box-sizing: border-box;
}
#products_list_mop.category_mop {
  background-color: #fff9d9;
}
#products_list_kitchen.category_kitchen {
  background-color: #fff0f1;
}
#products_list_mat.category_mat {
  background-color: #f0fcff;
}
.title_h3 {
  font-size: 24px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 25px;
  background-image: url(/item/otameshi/images/2020/icon_circle_orange.png);
  line-height: 1;
  padding: 1px 0 1px 30px;
  margin-bottom: 35px;
}
.title_h3.col_mop {
  color: #ffb54c;
}
.title_h3.col_kitchen {
  color: #fc6e7a;
  background-image: url(/item/otameshi/images/2020/icon_circle_pink.png);
}
.title_h3.col_mat {
  color: #00bf8f;
  background-image: url(/item/otameshi/images/2020/icon_circle_green.png);
}
.products_list_items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#products_list_contents .item_recommend {
  position: relative;
  width: 440px;
  background-color: #fff;
  border: #ffb54c solid 1px;
  padding: 20px 25px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
#products_list_contents .item_recommend > a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#products_list_contents .item_recommend > a:hover img, #products_list_contents .item_recommend > a:hover p {
  opacity: 0.7;
}
#products_list_contents .category_kitchen .item_recommend {
  border: #fc6e7a solid 1px;
}
#products_list_contents .category_mat .item_recommend {
  border: #00bf8f solid 1px;
}
#products_list_contents .item_recommend .products_list_detail_fl {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
.products_list_detail_left {
  width: 130px;
}
.products_list_detail_left img {
  width: 100%;
}
.products_list_detail_right {
  width: calc(100% - 130px);
  padding-left: 18px;
  box-sizing: border-box;
}
.products_list_detail_right .title {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.75em;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 8px 14px;
  background-image: url(/item/otameshi/images/2020/icon_arrow_orange_right.png);
  box-sizing: border-box;
}
.category_kitchen .products_list_detail_right .title {
  background-image: url(/item/otameshi/images/2020/icon_arrow_pink_right.png);
}
.category_mat .products_list_detail_right .title {
  background-image: url(/item/otameshi/images/2020/icon_arrow_green_right.png);
}
.products_list_detail_right .title span {
  font-size: 14px;
}
.products_list_detail_right .item_detail {
  font-size: 14px;
  line-height: 1.5;
}
.products_list_detail_price {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin: auto;
}
.products_list_detail_price em {
  font-size: 30px;
  padding-left: 5px;
}
.products_list_detail_price .col_red, .products_list_detail_price .col_red em {
  color: #ff0004;
  vertical-align: middle;
}
.products_list_detail_price .icon_trial4, .products_list_detail_price .icon_trial2 {
  background-color: #fff3b9;
  padding: 3px 8px 2px;
  vertical-align: middle;
  margin-right: 0.5em;
}
.products_list_detail_price .icon_trial2 {
  background-color: #e5e5e5;
}
@media screen and (max-width:667px) {
  #products_list_contents {
    width: 100%;
  }
  #products_list_mop, #products_list_kitchen, #products_list_mat {
    padding: 38px 10px 20px 10px;
    box-sizing: border-box;
  }
  #products_list_contents .item_recommend {
    width: 100%;
  }
  .title_h3 {
    line-height: 1.4;
    font-size: 20px;
    background-size: 20px;
    padding: 1px 0 1px 30px;
    margin-bottom: 20px;
    background-position: 0 3px;
  }
  #products_list_contents .item_recommend {
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .products_list_detail_left {
    width: 110px;
  }
  .products_list_detail_right {
    width: calc(100% - 110px);
  }
  .products_list_detail_right .title {
    font-size: 18px;
    margin-top: 15px;
  }
  .products_list_detail_right .title.icon_crown::before {
    width: 32px;
    height: 28px;
    top: -32px;
  }
  .products_list_detail_right .title span {
    font-size: 12px;
  }
  .products_list_detail_right .item_detail {
    font-size: 16px;
  }
  .products_list_detail_price {
    font-size: 12px;
  }
  .products_list_detail_price em {
    font-size: 26px;
  }
  .products_list_detail_price .icon_trial4, .products_list_detail_price .icon_trial2 {
    padding: 4px 8px 3px;
  }
}
/*--------------
  recommend
----------------*/
.recommend {
  margin: 70px auto;
}
@media screen and (min-width:668px) {
  .title_recommend {
    text-align: center;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 20%, #ffffff 20%, #ffffff 20%, #fff3b9 20%, #fff3b9 20%, #fff3b9 20%, #fff3b9 90%, #ffffff 90%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 20%, #ffffff 20%, #ffffff 20%, #fff3b9 20%, #fff3b9 20%, #fff3b9 20%, #fff3b9 90%, #ffffff 90%, #ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 20%, #ffffff 20%, #ffffff 20%, #fff3b9 20%, #fff3b9 20%, #fff3b9 20%, #fff3b9 90%, #ffffff 90%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  }
  .title_recommend img {
    margin: 0 auto;
  }
  .recommend_contents {
    width: 920px;
    margin: 45px auto 0;
  }
}
.recommend_point li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.recommend_point_flow {
  margin-bottom: 30px;
}
.recommend_point1 .recommend_point_summary, .recommend_point3 .recommend_point_summary {
  order: 2;
}
.recommend_point_summary {
  width: 491px;
}
.recommend_lead, .recommend_point_detail, .recommend_point_summary {
  font-size: 16px;
}
.recommend_point_title {
  font-size: 26px;
  color: #fc6e7a;
  line-height: 1.9;
  margin-bottom: 35px;
}
.recommend_point_title > em {
  background-color: #fc6e7a;
  color: #fff;
  padding: 0 10px;
}
.recommend_point1 .recommend_point_title > em {
  margin-right: 5px;
}
.recommend_point2 .recommend_point_title > em {
  margin-right: 10px;
}
.recommend_point3 .recommend_point_title > em {
  margin-left: 5px;
}
.recommend_lead {
  margin-bottom: 65px;
  text-align: left;
}
.recommend_point_detail {
  text-align: left;
  padding: 20px 50px;
  background-color: #fffcef;
  line-height: 1.65;
}
#sec_recommend .btn_basic a {
  position: relative;
  display: block;
  width: 550px;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto;
  color: #fff;
  background-color: #fc6e7a;
  padding: 30px 0;
  border-radius: 90px;
  text-align: center;
}
#sec_recommend .btn_basic a::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 13px;
  background: url(/item/otameshi/images/2020/icon_arrow_white_right.png) transparent left top no-repeat;
  background-size: contain;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#sec_recommend .btn_basic a:hover {
  opacity: 0.7;
  text-decoration: none;
}
@media screen and (max-width:667px) {
  .recommend {
    margin: 0 auto;
    padding: 65px 0 40px;
  }
  .title_recommend {
    margin-bottom: 25px;
  }
  .recommend_lead {
    font-size: 15px;
    line-height: 1.76;
    margin-bottom: 35px;
  }
  .recommend_contents {
    padding: 0 10px;
  }
  .recommend_point li {
    margin-bottom: 45px;
    flex-wrap: wrap;
  }
  .recommend_point li img {
    width: 100%;
  }
  .recommend_point li .recommend_point_summary {
    text-align: center;
    margin: 0 auto;
  }
  .recommend_point1 .recommend_point_summary, .recommend_point3 .recommend_point_summary {
    order: 1;
  }
  .recommend_point1 .cont_ot, .recommend_point3 .cont_ot {
    order: 2;
  }
  .recommend_point_title {
    font-size: 18px;
    text-align: center;
  }
  .recommend_point_detail {
    font-size: 15px;
    padding: 20px;
  }
  .recommend_point .cont_ot {
    text-align: center;
  }
  .recommend_point .cont_ot img {
    width: auto !important;
    max-width: 100%;
    margin: 0 auto 15px;
  }
  .recommend_point1 .cont_ot img {
    max-width: 233px;
  }
  .recommend_point2 .cont_ot img, .recommend_point3 .cont_ot img {
    max-width: 315px;
  }
  #sec_recommend .btn_basic a {
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 15px 0;
  }
}


/* 20200826追記 */
.bnr_area {
	margin: 0 0 60px;
}

.bnr_area a {
	position: relative;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	background: #faed00;
	padding: 15px 115px;
}

.bnr_area a .txt {
	color: #009be3;
}

.bnr_area a .arw {
	display: block;
	position: absolute;
	top: 25%;
	right: 30px;
}

.bnr_area a:hover {
	color: inherit;
	opacity: 0.8;
}


@media screen and (max-width:667px) {
.bnr_area {
	margin: 0 0 40px;
}

.bnr_area a {
	display: block;
	width: 82%;
	font-size: 5.5vw;
	padding: 15px 8%;
	margin: 0 auto;
}

.bnr_area a .arw {
	top: 33%;
	right: 13px;
}
}