@charset "UTF-8";
/* カスタマイズ用CSS */
/*reset
---------------------------------------------------- */
article, aside, details, figcaption, figure, header, footer, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

::before, ::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
  content: none;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  cursor: default;
  font-family: sans-serif;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, article, aside, details, figcaption, figure, header, footer, main, menu, nav, section, summary, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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;
}

caption, th {
  text-align: left;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

br {
  letter-spacing: 0;
}

abbr, acronym {
  border: 0;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: bottom;
  border-style: none;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  width: 0;
}

@media screen and (min-width: 768px){
  .br-sp {display: none; }
}

/* レイアウト
-------------------------------------*/
body {
  width: 100%;
  min-width: 320px;
  color: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif !important;
}
button, input, optgroup, select, textarea {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif !important;
}

@media only screen and (min-width: 768px) {
  body {
    /*min-width: 1024px;*/
    min-width: 1110px;
  }
}
@media only screen and (min-width: 1365px) {
  body {
    min-width: 1318px;
  }
}

.flex {
  display: flex;
}

.col-xs-6{
	padding-right:5px;
	padding-left:5px;
}

@media only screen and (min-width: 768px) {
  .col-pc-3 {
    width: 33%;
    padding-right:8px;
    padding-left:8px;
  }
  .col-pc-4 {
    width: 25%;
  }
  .col-pc-5 {
    width: 20%;
  }
  .col-pc-7 {
    width: 14.28%;
  }
}
.row {
  padding-right: 8px;
  padding-left: 8px;
}
@media only screen and (max-width: 767.98px) {
  .row {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

.ec-role {
  /* display: none; */
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767.98px) {
  #item_list_title {
    margin-bottom: 0px;
  }
  .ec-shelfRole{
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .ec-role {
    max-width: inherit;
    padding-left: 0;
    padding-right: 0;
  }
}

.ec-layoutRole__header {
  position: sticky;
  top: 0;
  z-index: 5;
  background: #fff;
}

@media only screen and (min-width: 768px) {
  .ec-layoutRole__header {
    position: static;
  }
}

.ec-layoutRole__contents {
  max-width: 1080px !important;
  margin-bottom: 40px;
  /* padding-top: 5px; */
}

@media only screen and (min-width: 768px) {
  .ec-layoutRole__contents {
    padding-top: 0px;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1365px) {
  .ec-layoutRole__contents {
    max-width: 1318px !important;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .ec-layoutRole .ec-layoutRole__left {
    /* width: 20%; */
    width: 216px;
  }
}

@media only screen and (min-width: 768px) {
  .ec-layoutRole .ec-layoutRole__mainWithColumn{
    /* width: calc(80% - 24px); */
    flex-grow: 1;
    padding-left: 24px;
  }
}


.orig-container {
  max-width: 1080px !important;
  padding-left: 4px !important;
  padding-right: 4px !important;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .orig-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1365px) {
  .orig-container {
    max-width: 1318px !important;
  }
}

@media only screen and (min-width: 768px) {
  .orig-layoutRole__right {
    /* width: 75%; */
    /* max-width: 970px; */
    /* float: right; */
  }
}

@media only screen and (min-width: 1365px) {
  .orig-layoutRole__right {
    /* width: 100%;
    max-width: 1054px; */
  }
  .front_page .orig-layoutRole__right {
    /*margin-top: 280px;
    margin-top: 60px;*/
  }
  .ec-layoutRole__mainWithColumn {
    /*margin-top: 192px;*/
  }
  .ec-layoutRole .ec-layoutRole__mainWithColumn {
    /* width: auto; */
    max-width: 1102px;
  }
  .ec-layoutRole .ec-layoutRole__main.mainWrap {
    width: 100%;
    max-width: 1054px;
    margin-left: 264px;
  }
}
/* リンクスタイル
-------------------------------------*/
a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all  0.3s ease-in-out;
  color: #000;
  text-decoration: none;
}

a:hover, a:focus {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  color: #000;
  text-decoration: none;
}

@media only screen and (max-width: 767.98px) {
  .link-arr {
    position: absolute;
    right: 15px;
    top: 7px;
    font-size: 18px;
    font-weight: lighter;
  }
  .link-arr:after {
    content: ">";
  }
}
/* headline
-------------------------------------*/
.headline{
	padding: 10px 1px;
  margin-bottom:0;
	text-align: center;
	background: #fd3e3e;
	color: white;
}
.headline a{
	color: white;
}
@media only screen and (max-width: 767.98px) {
  .headline {
    padding:4px 1px;
    margin-bottom:4px;
  }
}
/* ヘッダー
-------------------------------------*/
.ec-headerRole {
  max-width: 1080px !important;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 1365px) {
  .ec-headerRole {
    max-width: 1318px !important;
  }
}

.ec-headerRole__cart {
  min-width: 100px;
  margin-left: 3px;
}
@media only screen and (min-width: 1365px) {
  .ec-headerRole__cart {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ec-headerRole__cart {
    min-width: inherit;
    margin-left: 0;
  }
}

.ec-cartNavi {
  margin-right: 12px;
  padding: 15px 25px !important;
  min-width: auto !important;
  width: 85px;
  height: 85px !important;
  align-items: center;
  background: #e64345;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 12px;
  border-radius: 100%;
  position: relative;
}
.ec-cartNavi__carticon img {
  display: block;
  margin: 0 auto 3px;
}

@media only screen and (max-width: 767.98px) {
  .ec-cartNavi {
    margin-right: 10px;
    padding: 8px 12px !important;
    font-size: 10px;
    width: 45px;
    height: 45px !important;
  }
  .ec-cartNavi__carticon img {
    margin: 0 auto;
    max-width: 21px;
  }
}

.ec-cartNavi .ec-cartNavi__badge{
  position: absolute;
  top: 6px;
  right: -10px;
  height: 34px;
  width: 34px !important;
  font-size: 20px !important;
  color: #000!important;
  background: #fed5d5 !important;
  left: inherit;
  line-height: 24px !important;
  text-align: center;
  border-radius: 100% !important;
  /*padding: 3px 7px !important;*/
  margin: 0;
  border: 3px solid #e64345;
}

@media only screen and (max-width: 767.98px) {
  .ec-cartNavi .ec-cartNavi__badge{
    height: 24px;
    width: 24px !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .ec-cartNavi .ec-cartNavi__badge{
    font-size: 13px !important;
    line-height: 13px !important;
    padding: 3px 5px !important;
    top: -4px;
    right: -12px;
  }
}

.ec-cartNavi__icon {
  padding-left: 32px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px !important;
  background: url(../img/cart-pc2.png) no-repeat;
  color: #333;
}

.ec-cartNavi__badge {
  position: static;
  margin-left: 10px;
  min-width: auto !important;
  font-size: 20px !important;
  background: none !important;
  width: auto !important;
  display: block !important;
  padding: 0 !important;
  border-radius: 0 !important;
  text-align: center !important;
}

.ec-cartNaviNull__message {
  padding: 16px 0 !important;
  font-size: 12px !important;
}

.orig-header__wrap {
  padding: 5px 10px;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 767.98px) {
  .orig-header__title {
    position: relative;
    width: 32%;
  }
  .orig-header__title img {
    margin-bottom: 6px;
  }
}

.orig-header__title .flex {
  align-items: center;
}

@media only screen and (max-width: 767.98px) {
  .orig-header__title .flex {
    display: block;
  }
}

.orig-header__title span {
  padding-bottom: 18px;
  margin-left: 20px;
  font-size: 17px;
  line-height: 1.4;
  color: #333;
}

.orig-header__name {
  font-size: 10px;
  min-width: 100px;
}

@media only screen and (min-width: 768px) {
  .orig-header__wrap {
    height: 139px;
    padding: 17px 5px;
    align-items: flex-end;
  }
  .orig-header__title {
    width: 154px;
    padding-bottom: 15px;
  }
  .orig-header__title img {
    width: 100%;
  }

  .orig-headerNav {
    position: relative;
  }
}

@media only screen and (min-width: 1365px) {
  .orig-header__title{
    width: 225px;
  }
}

.orig-headerNav__inner {
  justify-content: flex-end;
  align-items: flex-end;
}

@media only screen and (max-width: 767.98px) {
  .orig-headerNav__inner {
    width: 220px;
  }
}

.orig-headerNav__item {
  width: 15%;
  min-width: 50px;
  margin: 0;
  text-align: center;
  font-size: 10px;
}

.orig-headerNav__item a {
  display: block;
  padding: 5px 0;
  color: #000;
  border-radius: 3px;
}

.orig-headerNav__item a img {
  display: block;
  margin: 0 auto 5px;
}

@media only screen and (max-width: 767.98px) {
  .orig-headerNav__item a img {
    height: 36px;
    width: auto;
    margin: auto;
  }
}


.orig-headerNav__item a.beginner {
  /*background: #27ae60;*/
}

.orig-headerNav__item a.newmember {
  /*background: #e74c3c;*/
}

.orig-headerNav__item a.login {
  /*background: #2980b9;*/
}

.orig-headerNav__item a.sample {
  /*background: #f6b85d;*/
}

@media only screen and (min-width: 768px) {
  .orig-headerNav__item {
    width: 25%;
    min-width: 78px;
    margin: 0px 3px;
    font-size: 12px;
  }
  .orig-headerNav__item a {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 1365px) {
  .orig-headerNav__item {
    margin: 0px 7px;
  }
}

/* ヘッダーインフォメーション
-------------------------------------*/
.orig-headerInfo {
  padding: 8px 8px 5px;
  border: 1px solid #cbcbcb;
  position: relative;
}

@media only screen and (min-width: 1365px) {
  .orig-headerInfo {
    padding: 10px 13px 6px;
  }
}
.orig-headerInfo__item {

}
.orig-headerInfo__flex {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.orig-headerInfo__ttl {
  padding: 0 3px;
  margin-right: 6px;
  border: 1px solid #000;
  font-size: 11px;
  font-weight: normal;
}
.orig-headerInfo__txt {
  font-size: 11px;
}

.orig-headerInfo__item.item01 .orig-headerInfo__flex {
  align-items: flex-start;
}
.orig-headerInfo__item.item01 .orig-headerInfo__ttl,.orig-headerInfo__item.item01 .orig-headerInfo__txt {
  font-size: 11.6px;
}
.orig-headerInfo__item.item01 .orig-headerInfo__txt span {
  display: block;
  padding-bottom: 2px;
  font-weight: bold;
  font-size: 11.6px;
}
.orig-headerInfo__item.item01 .orig-headerInfo__txt img {
  margin-left: 5px;
}
.orig-headerInfo__item.item02 .orig-headerInfo__txt span {
  font-size: 10px;
}
.orig-headerInfo__item.item03 .orig-headerInfo__txt span {
  margin-left: 20px;
  font-size: 15px;
  font-weight: bold;
}
.orig-headerInfo__item.item03 .orig-headerInfo__txt img {
  vertical-align: middle;
  margin-right: 5px;
}


.orig-headerNav__name {
  position: absolute;
  top: -20px;
  left: 10px;
  font-size: 16px;
}

.icon-amazonpay {
  position: absolute;
  left: 320px;
  width: 105px;
  bottom: 8px;
}

/* 検索窓
-------------------------------------*/
.ec-headerNaviRole__search {
  /* width: 59%; */
  padding: 5px 0;
  flex-grow: 1;
}

@media only screen and (min-width: 768px) {
  .ec-headerNaviRole__search {
    width: 75%;
    /* max-width: 630px; */
    /* min-width: 300px; */
    /* margin-left: 234px; */
    margin-right: 18px;
    padding: 7px 0;
    position: relative;
  }
  /* .ec-headerNaviRole__search:after {
    content: "";
    width: 1px;
    height: 33px;
    background: #efeded;
    position: absolute;
    right: -12px;
    top: 9px;
  }
  .ec-headerNaviRole__search:before {
    content: "";
    width: 1px;
    height: 33px;
    background: #a4a4a3;
    position: absolute;
    right: -11px;
    top: 9px;
  } */
}

@media only screen and (min-width: 1365px) {
  .ec-headerNaviRole__search {
    max-width: 940px; 
    padding: 7px 13px 7px 0;
    position: relative;
  }
}

.ec-headerSearch__keyword {
  float: none !important;
  width: 100% !important;
  border-radius: inherit !important;
}

.ec-headerSearch__keyword .ec-input {
  position: relative;
  border: 1px solid #696969;
}

.ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
  padding: 5px;
  font-size: 16px;
  /* transform: scale(calc(16 / 16)); */
  /* left: 0; */
}

/* @media only screen and (min-width: 768px) {
  .ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
    font-size: 16px;
  }
} */

.ec-headerSearch__detailBtn {
  display: block;
  padding: 4px 12px;
  position: absolute;
  right: 70px;
  top: 7px;
  font-size: 9px;
  background: -moz-linear-gradient(top, #fcfcfc 0%, #f9f9f9 47%, #f2f2f2 52%, #e5e5e5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #f9f9f9 47%, #f2f2f2 52%, #e5e5e5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fcfcfc 0%, #f9f9f9 47%, #f2f2f2 52%, #e5e5e5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 1px solid #ccc;
  border-radius: 3px;
}

@media only screen and (min-width: 768px) {
  .ec-headerSearch__detailBtn {
    right: 105px;
    top: 5px;
    font-size: 12px;
  }
}

.ec-headerSearch__keywordBtn {
  transform: translateY(0) !important;
  right: 0 !important;
  top: 0 !important;
  line-height: inherit !important;
  background: #2c3e50 !important;
  text-align: center;
  color: #fff;
  letter-spacing: 3px;
  padding: 0;
}

.ec-headerSearch__keywordBtn .searchBtn {
  font-size: 12px;
  width: 50px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .ec-headerSearch__keywordBtn .searchBtn {
    width: 80px;
    padding: 7px 0;
    font-size: 14px;
  }
}


/* 絞り込み検索　2023.10
-------------------------------------*/
.ec-layoutRole__contentTop {
  /* position: absolute;
  top: 155px;
  width: 100%; */
  position: sticky;
  top: 0;
  z-index: 5;
}

@media only screen and (min-width: 768px) {
  .ec-layoutRole__contentTop {
    /* position: absolute;
    top: 230px; */
  }
}

.containerSearch{
  display: none;
  width: 100%;
  overflow-y: scroll;
  /* height: calc(100vh - 155px); */
  height: calc(100vh - 48px);
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .containerSearch{
    width: 880px;
    /* top: 51.2px; */
    /* right: 0; */
    left: 50%;
    transform: translateX(-50%);
    height: calc(100vh - 250px);
  }
}

@media only screen and (min-width: 1365px) {
  .containerSearch{
    /* height: calc(100vh - 308px); */
    /* left: 50%;
    transform: translateX(-50%); */
  }
}

.searchOpBtn{
  /* position: absolute; */
  /* top: 4.5px; */
  /* right: 52px; */
  position: relative;
  padding-left: 0.3em;
  padding-right: 1.2em;
  /* padding-top: 5px;
  padding-bottom: 6px; */
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: #00B522;
  color: white;
  border: 0;
  border-radius: 3px;
  font-size: 12px;
  margin-right: 2.5px;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .searchOpBtn{
    /* top: 4px;
    right: 86px; */
    font-size: 14px;
    padding-left: 1em;
    padding-right: 2em;
    /* padding-top: 5px;
    padding-bottom: 6px; */
    padding-top: 9px;
    padding-bottom: 10px;
    margin-right: 10px;
  }
}

@media only screen and (min-width: 1365px) {
  .searchOpBtn{
    /* top: 4px;
    right: 86px;   */
  }
}

.searchOpBtn::after{
  position: absolute;
  /* top: 10px; */
  top: 15px;
  right: 5px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 6px;
  height: 6px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

@media only screen and (min-width: 768px) {
  .searchOpBtn::after{
    /* top: 10px; */
    top: 13px;
    right: 10px;
    width: 8px;
    height: 8px;
  }  
}

.searchOption{
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #2D3E51;
  background-color: #F6F6F6;
  z-index: 1001;
  padding: 1em 1em;
  /* overflow-y: scroll; */
  /* height: calc(100vh - 155px); */
}

@media only screen and (min-width: 768px) {
  .searchOption{
    padding: 29px 32px;
    /* height: calc(100vh - 250px); */
  }
}

button.searchOptionBtn[aria-expanded="true"]::after{
  top: 13px;
  border: 2px solid currentColor;
  border-right: 0;
  border-top: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

.searchOption__ttl{
  font-size: 16px;
  border-bottom: 1px #D9D5D5 solid;
  padding-bottom: 8px;
  margin-bottom: 0px;
}

@media only screen and (min-width: 768px) {
  .searchOption__ttl{
    font-size: 18px;
    border-bottom: 1px #D9D5D5 solid;
    padding-bottom: 8px;
    margin-bottom: 12px;
  }
}

@media only screen and (max-height: 768px) {
  .searchOption__ttl{
    display: none;
  }
}

.searchCond{
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 6px 0;
  border-bottom: 1px #D9D5D5 solid;
}

@media only screen and (min-width: 768px) {
  .searchCond{
    width: 92%;
    padding: 6px 12px;
  }
}

.searchCond:last-child{
  margin-bottom: 16px;
}

@media only screen and (min-width: 768px) {
  .searchCond:last-child{
    margin-bottom: 32px;
  }
}

.searchCond__ttl{
  width: 22%;
  font-weight: 500;
  font-size: 12px;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .searchCond__ttl{
    font-size: 14px;
  }
}

.searchCond__txt{
  width: 78%;
  padding: 3px;
  font-size: 12px;
}

@media only screen and (min-width: 768px) {
  .searchCond__txt{
    font-size: 14px;
  }
}

.searchCond__txt_l{
  width: 100%;
}

.searchCond__txt input[type=search]{
  padding: 0.2em;
  padding: 3px;
  font-size: 12px;
  border: 1px solid #767676;
  box-shadow: none;
  outline-offset: inherit;
}

@media only screen and (min-width: 768px) {
  .searchCond__txt input[type=search]{
    font-size: 14px;
    padding: 6px;
  }
}

.searchCond__txt input[type=text]{
  padding: 0.2em;
  padding: 3px;
  font-size: 12px;
}

@media only screen and (min-width: 768px) {
  .searchCond__txt input[type=text]{
    font-size: 14px;
    padding: 6px;
  }
}

.searchCond__txt input[type=number]{
  padding: 0.2em;
  padding: 3px;
  font-size: 12px;
}

@media only screen and (min-width: 768px) {
  .searchCond__txt input[type=number]{
    font-size: 14px;
  }
}

.searchCond__list{
  display: flex;
  column-gap: 2em;
  flex-wrap: wrap;
}

.searchCond__input{
  font-weight: 400;
}

.searchCond__check input[type=checkbox]{
  display: inline-block;
  margin-top: 0;
  margin-right: 0.1em;
  width: 14px;
  height: 14px;
  vertical-align: -0.2em;
}

@media only screen and (min-width: 768px) {
  .searchCond__check input[type=checkbox]{
    width: 16px;
    height: 16px;
    vertical-align: -0.25em
  }
}

.searchCond__check span{
  font-weight: normal;
  padding-right: 0.5em;
  white-space: nowrap;
}

.searchCond__nums{
  display: flex;
  column-gap: 1em;
}

.searchCond__num{
  display: inline-block;
}

.searchCond__num input{
  width: 80px;
}

.searchCond__select{
  display: inline-block;
  width: auto;
  padding: 0.2em 0.5em;
  font-size: 12px;
  font-size: 12px;
  line-height: 1.42857;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 3px;
}

@media only screen and (min-width: 768px) {
  .searchCond__select{
    font-size: 14px;
  }
}

.searchCond__link{
  text-decoration: underline;
}

.searchCondAdditional{
  text-align: center;
  padding: 1em 0 1em 0;
  text-decoration: underline;
}

.searchOption__btn{
  /* margin-top: 32px; */
  margin-right: auto;
  margin-left: auto;
  width: 97px;
  background: #2c3e50 !important;
  text-align: center;
  color: #fff;
  letter-spacing: 3px;
  padding: 8px 0;
  display: block;
}

/* .searchOptionclose{
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 40px;
  width: 40px;
}

.searchOptionclose__btn::before, .searchOptionclose__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 30px;
  background: #333;
}
 
.searchOptionclose__btn::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
.searchOptionclose__btn::after {
  transform: translate(-50%,-50%) rotate(-45deg);
} */


/* グローバルナビゲーション
-------------------------------------*/
.orig-nav {
  /* position: absolute;
  left: 0;
  top: 0; */
  /* width: 235px; */
  padding-top: 20px;
}

.orig-nav .dropdown-menu {
  position: static;
  display: block;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 1365px) {
  .orig-nav .dropdown-menu {
    display: block!important;
    background-color: transparent;
  }
}

.orig-nav .dropdown-menu .orig-nav__list{
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}

@media only screen and (min-width: 1365px) {
  .orig-nav .dropdown-menu .orig-nav__list{
    background-color: white;
  }
}

.orig-nav .dropdown-menu .leftside-bnr {
  display: none;
}

@media only screen and (min-width: 768px) {
  .orig-nav .dropdown-menu .leftside-bnr {
    display: block;
  }
  .orig-nav .dropdown-menu .leftside-bnr li{
    margin:20px auto;
    text-align: center;
  }
}

.orig-nav__bg {
  background: #d5d3d3;
}

.orig-nav__wrap {
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 0;
}

@media only screen and (min-width: 1365px) {
  .orig-nav__wrap {
    justify-content: flex-end;
  }
}

.orig-nav__title {
  padding: 15px 0px 15px 1.5em;
  height: 52px;
  background: #2c3e50;
  color: #fff;
  font-size: 15px;
  position: relative;
  cursor: pointer;
}

@media only screen and (min-width: 1365px) {
  .orig-nav__title {
    cursor: inherit;
    pointer-events: none;
  }
}

.orig-nav__title:after {
  content: "";
  display: block;
  position: absolute;
  top: 44%;
  right: 15px;
  width: 16px;
  height: 9px;
  background: url(../img/orig-nav-arr.png) no-repeat;
  background-size: contain;
}

.orig-nav__list li {
  position: relative;
  border-bottom: 1px solid #333;
}

.orig-nav__list li a {
  display: block;
  display: flex;
  align-items: center;
  padding: 12px 5px 12px 15px;
  color: #000;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all  0s ease-in-out;
  
}

.orig-nav__list li a img {
  margin-right: 10px;
}

.orig-nav__list li > div {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 215px;
  width: 550px;
  padding: 30px 10px;
  background: #fff;
  border: 4px solid #acacad;
  z-index: 10;
}

.orig-nav__list li > div p {
  padding-left: 12px;
  margin-bottom: 15px;
  font-size: 20px;
}

.orig-nav__list li > div > ul {
  display: flex;
  flex-wrap: wrap;
}

.orig-nav__list li > div > ul li {
  /*width: 33%;*/
  width: 50%;
  border: 0;
}

.orig-nav__list li > div > ul li a {
  padding: 5px 0 5px 10px;
}

.orig-nav__list li > div > ul li a::before {
  content: ">";
  margin-right: 3px;
  color: #fb0303;
}

.orig-nav__list li:hover > div {
  visibility: visible;
  opacity: 1;
}

.orig-nav__item {
  width: 136px;
  margin: 0 10px;
  position: relative;
}

@media only screen and (min-width: 1365px) {
  .orig-nav__item {
    width: 160px;
  }
}

/* .orig-nav__item:after {
  content: "";
  width: 1px;
  height: 33px;
  background: #efeded;
  position: absolute;
  right: -6px;
  top: 0;
}

.orig-nav__item:before {
  content: "";
  width: 1px;
  height: 33px;
  background: #a4a4a3;
  position: absolute;
  right: -5px;
  top: 0;
} */

.orig-nav__item.favorite {
  width: 150px;
  /*margin: 0 30px;*/
  margin: 0 6px;
}

@media only screen and (min-width: 1365px) {
  .orig-nav__item.favorite {
    width: 160px;
    margin: 0 10px;
  }
}

.orig-nav__item a {
  display: block;
  padding: 5px  0 5px 35px;
  font-size: 15px;
  color: #1c1c1c;
}

.orig-nav__item a.favorite {
  background: url(../img/favorite-pc.png) no-repeat;
}

.orig-nav__item a.history {
  background: url(../img/history-pc.png) no-repeat;
  font-size: 13px;
  padding: 0px 0 0px 35px;
  background-position-y: 1px;
  line-height: 1.2;
}

@media only screen and (min-width: 1365px) {
  .orig-nav__item a.favorite {
    background: url(../img/favorite-pc.png) no-repeat;
    background-position: 14px center;
    padding: 5px 0 5px 58px;
  }
  
  .orig-nav__item a.history {
    background: url(../img/history-pc.png) no-repeat;
    background-position: 14px center;
    padding: 5px 0 5px 61px;
  }
}

/* フッター
-------------------------------------*/


.ec-footerRole {
  border-top: none;
  background: #eeeeee;
}

.ec-footerRole__inner {
  max-width: 1080px !important;
}

@media only screen and (min-width: 768px) {
  .ec-footerRole__inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .ec-footerRole .ec-footerRole__inner {
	font-size:14px;
	line-height:1.6;
  }
}
.orig-footerNavi__wrap {
  margin-bottom: 5px;
}
@media only screen and (min-width: 1365px) {
  .ec-footerRole__inner {
    max-width: 1318px !important;
  }
  .orig-footerRole__info,.ec-footerNavi,.orig-footerNavi__wrap {
    max-width: 1054px;
  }
  .orig-footerRole__info {
    margin-left: 241px;
  }
  .ec-footerNavi {
    margin-left: 256px;
  }
  .orig-footerNavi__wrap {
    margin-left: 264px;
  }
}

.ec-footerNavi {
  justify-content: center;
}

.ec-footerNavi__link {
  position: relative;
}

.ec-footerNavi__link a {
  color: #006699 !important;
  text-decoration: none !important;
}

.ec-footerNavi__link a:hover, .ec-footerNavi__link a:focus {
  text-decoration: underline !important;
}

@media only screen and (max-width: 767.98px) {
  .ec-footerNavi__link a {
    display: block;
    margin-bottom: 1px;
    padding: 10px !important;
    background: #b2b3b3;
    color: #fff !important;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    border: none !important;
  }
  .ec-footerNavi__link a:hover, .ec-footerNavi__link a:focus {
    text-decoration: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .ec-footerNavi__link:after {
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    width: 1px;
    height: 12px;
    background: #333;
  }
  .ec-footerNavi__link:last-of-type:after {
    content: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .ec-footerNavi {
    display: block;
  }
}

.ec-footerTitle {
  padding: 30px 0 80px;
}

@media only screen and (max-width: 767.98px) {
  .ec-footerTitle {
    padding: 18px 0 80px;
  }
}

.ec-footerTitle__copyright {
  color: #000;
}

@media only screen and (max-width: 767.98px) {
  .ec-blockTopBtn {
    bottom: 67px;
    padding: 5px;
    width: 106px;
    height: inherit;
    line-height: inherit;
    border-radius: 3px;
    font-size: 12px;
  }
}

.orig-footerRole__info {
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767.98px) {
  .orig-footerRole__info {
    margin-top: 10px;
  }

  .orig-footerRole__info .col-xs-12 {
    padding: 0;
  }
}

.orig-footerRole__box {
  padding: 25px 15px;
  background: #fff;
}

@media only screen and (min-width: 768px) {
  .orig-footerRole__box {
    display: block !important;
    padding: 25px 20px;
    margin-bottom: 30px;
  }
}

.orig-footerRole__title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

.orig-footerRole__title a {
  display: block;
}

@media only screen and (max-width: 767.98px) {
  .orig-footerRole__title {
    margin-bottom: 0;
  }
  .orig-footerRole__title a {
    margin-bottom: 1px;
    padding: 15px 10px;
    background: #b2b3b3;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    transition: inherit;
  }
  .orig-footerRole__title a.on {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
  }
  .orig-footerRole__title a:hover, .orig-footerRole__title a:focus {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}

.orig-footerNavi__title {
  padding-bottom: 8px;
  padding-left: 30px;
  padding-top: 5px;
  margin-top: 45px;
  margin-bottom: 25px;
  font-size: 18px;
  border-bottom: 2px solid #000;
  font-weight: bold;
  position: relative;
  background: url(../icon/search-dark.svg) no-repeat left;
  background-size: 25px 25px;
}

.orig-footerNavi__title a {
  display: block;
  cursor: inherit;
}

.orig-footerNavi__title a:hover, .orig-footerNavi__title a:focus {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

@media only screen and (max-width: 767.98px) {
  .orig-footerNavi__title {
    margin: 0;
    padding: 5px 10px 0;
    border: none;
    background: none;
    line-height: 1.3;
  }

  .orig-footerNavi__title .inline-block {
    display: inline-block;
  }

  .orig-footerNavi__title a {
    margin-bottom: 1px;
    padding: 5px;
    background: #2c3e50;
    /*color: #fff;*/
    font-size: 13px;
    font-weight: normal;
    transition: inherit;

    border: 1px solid #000;
    border-radius: 4px;

    background: #dadada; 
    background: -moz-linear-gradient(top,  #ffffff 17%, #ececec 53%, #dadada 100%); 
    background: -webkit-linear-gradient(top,  #ffffff 17%,#ececec 53%,#dadada 100%);
    background: linear-gradient(to bottom,  #ffffff 17%,#ececec 53%,#dadada 100%);
    position: relative;

  }

  .orig-footerNavi__title a::after {
    content: "";
    display: block;
    width: 1px;
    height: 75%;
    position: absolute;
    top: 6px;
    right: 42px;
    background: #8e8c8c;
  }

  .orig-footerNavi__title a.on {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
  }
}

.orig-footerNavi__list {
  font-size: 15px;
  font-weight: bold;
}

.orig-footerNavi__list a {
  color: #006699;
}

.orig-footerNavi__list a:hover, .orig-footerNavi__list a:focus {
  text-decoration: underline;
}

@media only screen and (max-width: 767.98px) {
  .orig-footerNavi__list {
    padding-top: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .orig-footerNavi__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: inherit !important;
  }
}

.orig-footerNavi__inner {
  margin: 5px 0 20px;
}

.orig-footerNavi__inner li {
  width: inherit;
  margin-right: 10px;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
}

.orig-footerNavi__inner li::before {
  content: ">";
  margin-right: 3px;
}

.orig-fixedNavi {
  flex-wrap: wrap;
  justify-content: space-around;
  /* background: #2980b9; */
  padding: 0;
  border-top: 1px solid #a8a8a8;
}

.orig-fixedNavi__wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.orig-fixedNavi__inner {
  padding: 15px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #e2dfdd;
}

.orig-fixedNavi__btn {
  margin-bottom: 15px;
}

.orig-fixedNavi__btn li {
  padding-right: 5px;
  padding-left: 5px;
}

.orig-fixedNavi__btn li a {
  display: block;
  padding: 10px 5px;
  text-align: center;
  background: #2c3e50;
  color: #fff;
}

.orig-fixedNavi__list li {
  padding-right: 5px;
  padding-left: 5px;
}

.orig-fixedNavi__list li a {
  display: block;
  margin-bottom: 1px;
  padding: 10px;
  background: #fff;
}

.orig-fixedNavi__link {
  width: 16.66666666%;
  border-left: 1px solid #fff;
  background: #cdcece;
  text-align: center;
  position: relative;
}


.orig-fixedNavi__link:first-of-type {
  /* width: 10%; */
  border: none;
}

.orig-fixedNavi__link .ftnav {
  display: block;
  height: 63px;
  /* height: 42px; */
  /* padding: 7px 0px; */
  color: #2c3f50;
  text-align: center;
  background: #fff;
  font-size: 10px;
  position: relative;
  cursor: pointer;
}

.orig-fixedNavi__link .menu-icon {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  /*
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  */
  bottom: 7px;
  width: 100%;
  padding: 2px;
}

.orig-fixedNavi__link:first-of-type .menu-icon {
  max-width: 51px;
}

.orig-fixedNavi__link:nth-of-type(2) .menu-icon {
  max-width: 51px;
} 

.orig-fixedNavi__link:nth-of-type(3) .menu-icon {
  max-width: 52px;
}

.orig-fixedNavi__link:nth-of-type(4) .menu-icon {
  max-width: 52px;
}

.orig-fixedNavi__link:nth-of-type(5) .menu-icon {
  max-width: 50px;
} 

.orig-fixedNavi__link:nth-of-type(6) .menu-icon {
  max-width: 46px;
} 


.orig-fixedNavi__link .menu-kana {
  display: block;
}

.orig-fixedNavi__link span.menu-bor {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  width: 15px;
  background: #fff;
  top: 10px;
}

.orig-fixedNavi__link span.menu-bor:after {
  content: "";
  width: 15px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  margin: auto;
}

.orig-fixedNavi__link span.menu-bor::before {
  content: "";
  width: 15px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  margin: auto;
}

.modal-dialog {
  width: 96%;
  margin: auto;
  top: 20%;
}

.modal-backdrop.in {
  filter: alpha(opacity=80);
  opacity: .8;
}

.collapse-down {
  position: absolute;
  right: 15px;
  top: 11px;
  font-size: 18px;
  font-weight: lighter;
}

.collapse-down::after {
  content: "+";
}

.collapse-up {
  position: absolute;
  right: 16px;
  top: 6px;
  font-size: 25px;
  font-weight: lighter;
}

.collapse-up::after {
  content: "-";
}

.collapse-item .collapse-down {
  position: absolute;
  right: 16px;
  top: 50%;
  font-size: 12px;
  font-weight: lighter;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.collapse-item .collapse-down:after {
  content: "";
  display: block;
  width: 10px;
  height: 8px;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #535050 transparent transparent transparent;
}

.collapse-item .collapse-up {
  position: absolute;
  right: 16px;
  top: 50%;
  font-size: 25px;
  font-weight: lighter;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.collapse-item .collapse-up:after {
  content: "";
  display: block;
  width: 10px;
  height: 8px;
  border-style: solid;
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent #535050 transparent;
}


/* SNSボタン設置(2020.10.09)
-------------------------------------*/
.orig-footerSns {
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
.orig-footerSns__link {
  padding-left: 5px;
  padding-right: 5px;
  max-width: 87px;
}
.orig-footerSns__link.icon-youtube {
  max-width: 70px;
}

@media only screen and (min-width: 768px) {
  .orig-footerSns {
    padding-top: 55px;
  }
}
/* タイトル
-------------------------------------*/
.title-m {
  padding-bottom: 3px;
  margin-bottom: 10px;
  font-size: 17px;
  border-bottom: 2px solid #000;
  font-weight: bold;
}

.title-m.no-bor {
  border-bottom: none;
  font-size: 15px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .title-m {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .title-m.no-bor {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.title-s {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}

.title-s a {
  display: block;
}

.ec-pageHeader h1 {
  padding: 0;
  margin: 0;
  padding-top: 1em;
  padding-bottom: 3px;
  margin-bottom: 20px;
  font-size: 17px;
  border-bottom: 2px solid #000;
  border-top: 0;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .ec-pageHeader h1 {
    font-size: 20px;
  }
}

/* 商品一覧　共通スタイル
-------------------------------------*/
@media only screen and (min-width: 768px) {
  .ec-shelfGrid {
    margin-left: -8px;
    margin-right: -8px;
  }
}

.orig-shelfGrid__list {
  flex-wrap: wrap;
}

.orig-shelfGrid__item {
  margin-bottom: 15px;
}

.orig-shelfGrid__thumb {
  position: relative;
  margin-bottom: 5px;
}

.orig-shelfGrid__thumb-img {
  /*border: 1px solid #000;*/
  border: 1px solid #000;
}

.orig-shelfGrid__thumb-icon {
  position: absolute;
  top: 5px;
  left: 3px;
  font-size: 8px;
}

.orig-shelfGrid__thumb-icon_same-day {
  position: absolute;
  bottom: 5px;
  left: 5px;
  font-size: 10px;
}

.orig-shelfGrid__thumb-icon .serect-color {
  display: inline-block;
  padding: 0 2px;
  margin-left: 3px;
  margin-bottom: 2px;
  background: rgba(82, 190, 128, 0.8);
  color: #fff;
  /*border: 1px solid #3f9d48;*/
}

.orig-shelfGrid__thumb-icon .serect-size {
  display: inline-block;
  padding: 0 2px;
  margin-left: 3px;
  margin-bottom: 2px;
  background: rgba(64, 188, 239, 0.8);
  color: #fff;
  /*border: 1px solid #479ace;*/
}

.orig-shelfGrid__thumb-icon_same-day .same-day {
  display: inline-block;
  padding: 1px 8px 2px 8px;
  background: #e74c3c;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .orig-shelfGrid__thumb-icon {
    font-size: 10px;
  }
}

.orig-shelfGrid__detail-name {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
}

.orig-shelfGrid__detail-icon {
  font-size: 10px;
}

.orig-shelfGrid__detail-icon .same-day {
  display: inline-block;
  padding: 1px 8px 2px 8px;
  color: #fff;
  background: #e74c3c;
  margin: 2px 0;
}

.orig-shelfGrid__detail-price {
  font-size: 16px;
  color: #b12704;
}
.orig-shelfGrid__detail-price .tax {
  font-size: 12px;
}
.orig-shelfGrid__detail-price.before {
  color: #4c4d4d;
  text-decoration: line-through;
}

/* トップページ
-------------------------------------*/
.front_page .orig-nav .dropdown-menu {
  display: block !important;
}

.banner-list {
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

@media only screen and (min-width: 768px) {
  .banner-list {
    margin-top: 20px;
  }
}

.banner-list li {
  margin-bottom: 10px;
}

.pt10bnr {
  width: 100%;
  margin: 10px auto 10px auto;
  text-align:center;
}
.pt10bnr img{
  width:70%;
}
@media only screen and (max-width: 767.98px) {
  .pt10bnr {
    width: 100%;
    margin: 0 auto 10px auto;
  }
  .pt10bnr img{
    width:100%;
  }
}

@media only screen and (max-width: 767.98px) {
  .ec-newsRole__news {
    border: 16px solid #F8F8F8;
    background: #F8F8F8;
  }
}

/* カテゴリ 共通スタイル (2020.07.09)
-------------------------------------*/
.orig-cateList__list {
  flex-wrap: wrap;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0px;
  padding-bottom: 16px;
  line-height: 1.3;
}

@media only screen and (min-width: 768px) {
  .orig-cateList__list {
    padding-right: 22px;
    padding-left: 22px;
  }
}

.orig-cateList__item {
  padding-bottom: 0.3em;
}

.orig-cateList__item a {
  color: #2f97bc;
  text-decoration: underline;
  font-size: 14px;
}

.ec-searchnavRole__item{
  color: #0092C4;
  font-size: 12px;
  padding: 10px 0 20px 0;
}

@media only screen and (min-width: 768px) {
  .ec-searchnavRole__item{
    font-size: 16px;
  }
}

.ec-searchnavRole__item_sub{
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}

@media only screen and (min-width: 768px) {
  .ec-searchnavRole__item_sub{
    border-bottom: none;
    padding-bottom: 0px;
  }
}

/* 下層　共通
-------------------------------------*/
.ec-contactRole {
  max-width: 1080px !important;
}

@media only screen and (min-width: 1365px) {
  .ec-contactRole {
    max-width: 1318px !important;
  }
}

.ec-off1Grid__cell {
  width: 100% !important;
  max-width: 1170px !important;
  margin: 40px auto !important;
}

.ec-searchnavRole {
  max-width: 1080px !important;
}

@media only screen and (min-width: 768px) {
  .ec-searchnavRole {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1365px) {
  .ec-searchnavRole {
    max-width: 1318px !important;
  }
}

.ec-searchnavRole__infos {
  max-width: 1080px !important;
}

@media only screen and (min-width: 768px) {
  .ec-searchnavRole__infos {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1365px) {
  .ec-searchnavRole__infos {
    max-width: 1318px !important;
  }
}

.ec-shelfRole {
  max-width: 1080px !important;
}

@media only screen and (min-width: 768px) {
  .ec-shelfRole {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1365px) {
  .ec-shelfRole {
    max-width: 1318px !important;
  }
}

.orig-pankz {
  margin-top: 0px;
  margin-bottom: 0px;
}

@media only screen and (min-width: 768px) {
  .orig-pankz {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.orig-pankz__list li {
  display: inline-block;
  font-size: 12px;
  color: #0d91bc;
  position: relative;
  margin-right: 15px;
}

.orig-pankz__list li a {
  color: #0d91bc;
  text-decoration: underline;
}

.orig-pankz__list li:after {
  content: ">";
  position: absolute;
  right: -15px;
}

.orig-pankz__list li:last-child:after {
  content: "";
}

@media only screen and (min-width: 768px) {
  .orig-pankz__list li {
    font-size: 14px;
  }
}

/* カテゴリページ
-------------------------------------*/
.ec-productRole {
  max-width: 1080px;
}

@media only screen and (min-width: 768px) {
  .ec-productRole {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1365px) {
  .ec-productRole {
    max-width: 1318px !important;
  }
}

.ec-productRole__actions {
  margin-top: 10px;
}

.ec-shelfRole {
  font-size: 12px;
}

.ec-blockBtn--action {
  margin-top: 5px;
  height: 40px;
  line-height: 37px;
  font-weight: normal;
  font-size: 13px;
}

@media only screen and (max-width: 767.98px) {
  #btn-confirm {
    display: none;
  }
}

.orig-cate {
  margin-top: 30px;
}

.orig-cate__title {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

@media only screen and (min-width: 768px) {
  .orig-cate__title {
    font-size: 20px;
  }
}

.orig-cate__txt {
  margin-bottom: 16px;
  font-size: 12px;
  border: 1px dotted #ccc;
  padding: 0.5em 1em;
}

@media only screen and (min-width: 768px) {
  .orig-cate__txt {
    font-size: 14px;
  }
}

.orig-cate__list {
  margin-bottom: 30px;
}

.orig-cate__list li {
  display: inline-block;
  font-size: 12px;
  color: #0d91bc;
  position: relative;
  margin-right: 30px;
}

.orig-cate__list li a {
  color: #0d91bc;
  text-decoration: underline;
}

.orig-cate__list li:after {
  content: "/";
  position: absolute;
  right: -15px;
}

.orig-cate__list li:last-child:after {
  content: "";
}

@media only screen and (min-width: 768px) {
  .orig-cate__list {
    margin-bottom: 60px;
  }
  .orig-cate__list li {
    font-size: 14px;
  }
}

.orig-cate__text {
  margin-bottom: 0px;
}

.product_page .ec-shelfGrid .orig-shelfGrid__item {
  margin-bottom: 45px;
}

@media only screen and (max-width: 767.98px) {
  .product_page .ec-shelfGrid .orig-shelfGrid__item {
    margin-bottom: 15px;
  }
  .ec-topicpath {
	border-top: none;
  }
}

/* 商品ページ
-------------------------------------*/
.ec-sliderItemRole {
  padding: 0;
  margin-bottom: 0;
}

.ec-sliderItemRole .slideThumb {
  width: 20%;
  margin-bottom: 4px;
  padding: 3px;
}

.ec-sliderItemRole .slideThumb img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .ec-sliderItemRole {
    margin-bottom: 25px;
  }
}

.ec-headingTitle {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 20px !important;
}

@media only screen and (min-width: 768px) {
  .ec-headingTitle {
    margin-top: 0;
    margin-bottom: .6em;
    font-size: 26px !important;
  }
}

.ec-productRole__tags {
  padding-bottom: 11px !important;
  border-bottom: 1px solid #a9a9a9 !important;
}

.ec-productRole__tag {
  border-color: #b4b3b3;
  background: #f0efef;
}

.ec-productRole__tag.same-day {
  border-color: #e74c3c;
  background: #e74c3c;
  color: #fff;
}

.orig-productRole__wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0px;
}

@media only screen and (min-width: 768px) {
  .orig-productRole__wrap {
    margin-bottom: 0px;
  }
}

.orig-productRole__left {
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .orig-productRole__left {
    /*width: 450px;*/
    width: 50%;
    margin-bottom: 0;
    /*margin-right: 30px;*/
    margin-right: 1%;
  }
}

@media only screen and (max-width: 767.98px) {
  .orig-productRole__left {
    margin-bottom: 0;
  }
}

.orig-productRole__right {
  width: 100%;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .orig-productRole__right {
    /*width: 600px;*/
    width: 49%;
  }
}

.orig-productRole__lead {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 15px;
}

@media only screen and (min-width: 768px) {
  .orig-productRole__lead {
    font-size: 20px;
  }
}

.orig-productRole__description {
  margin-bottom: 30px;
  font-size: 13px;
}
.orig-productRole__description .note {
  padding: 5px 0;
}
.orig-productRole__description .note a {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 5px;
  background: #e74c3c;
  border-radius: 2px;
  color: #fff;
  font-size: 90%;
}

.orig-productRole__description iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .orig-productRole__description {
    font-size: 15px;
  }
}

.orig-productRole__icon {
  display: flex;
  margin-bottom: 15px;
}
.orig-productRole__icon li {
  margin-right: 5px;
  max-width: 40px;
}
@media only screen and (min-width: 768px) {
  .orig-productRole__icon {
    margin-bottom: 0.5em;
  }
  .orig-productRole__icon li {
    margin-right: 7px;
    max-width: 58px;
  }
}

.orig-productRole__link {
  margin-bottom: 10px;
  font-size: 14px;
}

.orig-productRole__link ul li {
  display: block;
  margin-right: 10px;
  font-size: 13px;
}

@media only screen and (min-width: 768px) {
  .orig-productRole__link ul li {
    font-size: 15px;
  }
}

.orig-productRole__link ul li a {
  color: #0d91bc;
}

.orig-productRole__link ul li a:before {
  content: ">";
}

.orig-productRole__price {
  margin: 20px 0 40px;
  border-top: 1px solid #a9a9a9;
  padding-top: 11px;
}

.orig-productRole__ttl {
  padding-top: 6px;
  margin-bottom: 13px;
  font-size: 14px;
  border-top: 1px solid #535353;
  text-align:center;
}

@media only screen and (min-width: 768px) {
  .orig-productRole__ttl {
    font-size: 18px;
  }
}

.orig-productRole__quantity {
  margin-bottom: 0px;
}

.orig-productRole__quantity .flex {
  justify-content: space-between;
}

.orig-productRole__quantity .quantity-item {
  /*width: 32.5%;*/
  padding: 5px 10px;
  /* text-align: center; */
  color: #424343;
  font-size: 11px;
  /* letter-spacing: 1px; */
  line-height: 1;
  border: 1px solid #6e6b6b;
  /* flex-basis: 24%;
  flex-grow: 1; */
  margin: 0 0 6px;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  line-height: 1.3;
  background-color: #e9e8e8;
}

.orig-productRole__quantity .quantity-item.on {
  /*border-color: #b12704;*/
  border: 2px solid #fb0505;
  color: #fb0505;
  background-color: #fddfdf;
}

.orig-productRole__quantity .quantity-item span {
  display: block;
}

.orig-productRole__quantity .quantity-item .num {
  width: 40%;
}

.orig-productRole__quantity .quantity-item .price {
  width: 45%;
  font-size: 17px;
  /* color: #fb0505; */
}

.orig-productRole__quantity .quantity-item .yen {
  display: inline;
  font-size: 14px;
  /* color: #fb0505; */
}

.orig-productRole__quantity .quantity-item .tax {
  display: inline;
  font-size: 12px;
  /* color: #fb0505; */
}

.orig-productRole__quantity .quantity-item .pt {
  width: 15%;
  font-size: 10px;
  /* color: #fb0505; */
}


@media only screen and (min-width: 768px) {
  .orig-productRole__quantity {
    margin-bottom: 0px;
  }
  .orig-productRole__quantity .quantity-item {
    justify-content: left;
    padding: 10px 38px;
    font-size: 16px;
  }
  .orig-productRole__quantity .quantity-item .num {
    width: 173px;
  }
  .orig-productRole__quantity .quantity-item .price {
    width: 200px;
    font-size: 26px;
    /* margin-top: 6px; */
  }
  .orig-productRole__quantity .quantity-item .yen {
    font-size: 20px;
  }
  .orig-productRole__quantity .quantity-item .tax {
    font-size: 16px;
  }
  
  .orig-productRole__quantity .quantity-item .pt {
    width: 60px;
    font-size: 13px;
  }
  
}

.orig-productRole__lid {
  margin-bottom: 15px;
}

.orig-productRole__lid .flex{
  flex-wrap: wrap;
  row-gap: 1em;
}

.orig-productRole__lid li {
  width: 31.3333%;
  margin: 0 1%;
}

@media only screen and (min-width: 768px) {
  .orig-productRole__lid {
    margin-bottom: 40px;
  }
  .orig-productRole__lid li {
  }
}

.orig-productRole__accessory {
  margin-bottom: 15px;
}

.orig-productRole__accessory .flex{
  flex-wrap: wrap;
  row-gap: 1em;
}

.orig-productRole__accessory li {
  width: 31.3333%;
  margin: 0 1%;
}

@media only screen and (min-width: 768px) {
  .orig-productRole__accessory {
    margin-bottom: 40px;
  }
  .orig-productRole__accessory li {
  }
}

.orig-productRole__table {
  width: 100%;
  margin-bottom: 15px;
  font-size: 12px;
}

.orig-productRole__table th {
  width: 35%;
  padding: 5px 5px 5px 15px;
  background: #f0f0f0;
  border: 1px solid #cbc9c9;
}

.orig-productRole__table td {
  width: 65%;
  padding: 5px 10px 5px 10px;
  border: 1px solid #cbc9c9;
}

@media only screen and (min-width: 768px) {
  .orig-productRole__table {
    width: 48%;
    font-size: 14px;
  }
  .orig-productRole__table th {
    width: 25%;
  }
  .orig-productRole__table td {
    width: 75%;
  }
}

@media only screen and (max-width: 767.98px) {
  .orig-productRole__table {
    margin-top: 15px;
  }
}

.orig-price {
  margin-bottom: 3px;
  align-items: baseline;
  font-size: 20px;
  color: #b12704;
}

.orig-price .ttl {
  margin-right: 10px;
  font-weight: normal;
  color: #4c4d4d;
}

.orig-price .price {
  margin-right: 5px;
}
.orig-price .price .tax{
  font-size: 14px;
}

.orig-price .unit {
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .orig-price {
    font-size: 27px;
  }
  .orig-price .unit {
    font-size: 20px;
  }
}

.orig-price.before {
  font-size: 14px;
  color: #4c4d4d;
}

.orig-price.before .price {
  text-decoration: line-through;
}

@media only screen and (min-width: 768px) {
  .orig-price.before {
    font-size: 16px;
  }
}

.orig-price.off {
  font-size: 16px;
  color: #4c4d4d;
}

.orig-price.off .price {
  color: #b12704;
}

.orig-price.off .per {
  color: #b12704;
}

@media only screen and (min-width: 768px) {
  .orig-price.off {
    font-size: 20px;
  }
}

.orig-price.point {
  font-size: 16px;
  color: #4c4d4d;
}

.orig-price.point .price {
  color: #b12704;
}

.orig-price.point .per {
  color: #b12704;
}

@media only screen and (min-width: 768px) {
  .orig-price.point {
    font-size: 20px;
  }
}

.orig-cartArea__cart {
  /*width: 100%;*/
  width: 65%;
}

@media only screen and (min-width: 768px) {
  .orig-cartArea__cart {
    max-width: 280px;
  }
}

.orig-cartArea__wrap {
  flex-wrap: wrap;
  padding: 10px 15px 10px 15px;
  align-items: flex-end;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .orig-cartArea__wrap {
    justify-content: space-between;
  }
}

.orig-cartArea__text {
  margin: 0.7em auto 4px auto;
  text-align: center;
  width: 100%;
  font-size: 12px;
  justify-content: center;
}
.orig-cartArea__text_border {
  display: inline-block;
  border:1px solid #707070;
  border-radius: 4px;
  padding:3px 6px 5px 6px;
  text-align: center;
  margin-right:6px;
  font-size:12px;
}

@media only screen and (min-width: 768px) {
  .orig-cartArea__text {
    margin-top: 0;
    margin-bottom:10px;
    display: flex;
    align-items: center;
    font-size: 14px;
  }
}

@media only screen and (min-width: 1365px) {
  .orig-cartArea__text {
    font-size: 18px;
  }
}

.orig-cartArea__text-amazon {
  margin: 0 auto 0.7em;
  color:#2980b9;
}

.orig-cartArea__actions {
  padding: 0;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .orig-cartArea__actions {
    margin: 0;
    margin-right: 35px;
  }
}

.orig-cartArea__banner img{
  width: 100%;
}

.ec-numberInput input[type="number"] {
  margin-bottom: 0;
}

.ec-numberInput__quantity{
  display: none;
}
@media only screen and (min-width: 768px) {
  .ec-numberInput__quantity{
    display: inline;
  }
}

.ec-productRole__form{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.ec-productRole .ec-productRole__actions {
  width: 35%;
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .ec-productRole .ec-productRole__actions {
    width: 35%;
    max-width: 140px;
    padding: 14px 0;
  }
}

@media only screen and (max-width: 768px) {
  .ec-numberInput {
    font-size: 12px;
  }

  .ec-numberInput input[type="number"] {
    max-width: 170px;
    width: 90%;
  }
}

.orig-cartArea__btn {
  width: 100% !important;
  margin-bottom: 0 !important;
  min-width: inherit !important;
}

.orig-cartArea__btn .add-cart {
  background: #e60012 url(../img/add-cart.png) no-repeat !important;
  background-position: 11% center !important;
  font-size: 15px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-size: 18px !important;
  padding-left: 25px !important;
  margin-bottom: 0 !important;
  margin: auto;
}

.orig-cartArea__btn .add-cart:hover, .orig-cartArea__btn .add-cart:focus {
  opacity: .6;
}

@media only screen and (min-width: 768px) {
  .orig-cartArea__btn {
    margin-bottom: 10px !important;
  }

  .orig-cartArea__btn .add-cart {
    /*background-position: 28% center !important;*/
    background-position: 12% center !important;
    font-size: 20px !important;
    background-size: 24px 23px !important;
    padding: 10px 16px 10px 30px !important;
    max-width: inherit;
  }
}

.orig-cartArea__btn02 {
  width: 100% !important;
  min-width: inherit !important;
  margin-bottom: 0 !important;
}

@media only screen and (min-width: 768px) {
  .orig-cartArea__btn02 {
    margin: auto !important;
    /*margin-bottom: 10px !important;*/
  }
}

.orig-cartArea__btn02.flex {
  justify-content: space-between;
  flex-wrap: wrap;
}

.orig-cartArea__btn02 .favorite-btn {
  width: 100%;
}

.orig-cartArea__btn02 .favorite-btn .ec-productRole__btn {
  width: 100% !important;
  min-width: inherit !important;
}

.orig-cartArea__btn02 .favorite-btn .ec-productRole__btn .ec-blockBtn--cancel {
  background: #e74c3c;
  border: 1px solid #e74c3c;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.orig-cartArea__btn02 .favorite-btn .ec-productRole__btn .ec-blockBtn--cancel:focus, .orig-cartArea__btn02 .favorite-btn .ec-productRole__btn .ec-blockBtn--cancel:hover {
  background: #b76259;
  border: 1px solid #b76259;
}

@media only screen and (min-width: 768px) {
  .orig-cartArea__btn02 .favorite-btn {
    width: 49%;
  }
}

.orig-cartArea__btn02 .contact-btn {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .orig-cartArea__btn02 .contact-btn {
    width: 49%;
  }
}
.select_color{
  display: inline-block;
  padding: 1px 8px 2px 8px;
  color: #fff;
  background: rgba(82, 190, 128, 0.8);
  margin: 2px 0.5em 2px 0;
  font-weight: normal;
}
.select_size{
  display: inline-block;
  padding: 1px 8px 2px 8px;
  color: #fff;
  background: rgba(64, 188, 239, 0.8);
  margin: 2px 0.5em 2px 0;
  font-weight: normal;
}

.movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.hp_blue{
  color: #0d91bc;
}

.hp_underline{
  text-decoration: underline;
}


/* カートページ
-------------------------------------*/
.ec-cartRole {
  max-width: 1170px !important;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767.98px) {
  .ec-cartRole {
    padding-left: 7px;
    padding-right: 7px;
  }
}

.ec-cartRole__progress {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .ec-cartRole__progress {
    margin-bottom: 25px;
  }
}

.ec-cartRole__totalText {
  margin-bottom: 10px !important;
}

.ec-cartRole__totalText.shipping {
  color: #b12704;
  margin-bottom: 20px !important;
}

@media only screen and (max-width: 767.98px) {
  .ec-cartRole__totalText {
    margin-bottom: 5px !important;
    padding: 0 !important;
    font-size: 14px !important;
  }
}

.ec-cartRole__cart {
  margin: 0 !important;
}

.ec-cartRole__totalAmount {
  color: #424141 !important;
}

.ec-cartRole__unitPrice {
  color: #ee1919 !important;
}

.ec-progress__item:after {
  background: #2980b9 !important;
}

.ec-progress__number {
  background: #808080;
}

@media only screen and (max-width: 767.98px) {
  .ec-progress__label {
    font-size: 8px !important;
  }
}

.ec-progress .is-complete .ec-progress__number {
  background: #2980b9;
}

.ec-progress .is-complete .ec-progress__label {
  color: #2980b9;
}

.ec-cartHeader {
  background: #d5d3d3 !important;
}

.ec-cartHeader__label {
  background: #d5d3d3 !important;
}

@media only screen and (max-width: 767.98px) {
  .ec-cartRow__delColumn {
    width: 7% !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .ec-cartRow__img {
    width: 30% !important;
  }
}

.ec-cartRow__summary {
  font-weight: normal !important;
}

@media only screen and (max-width: 767.98px) {
  .ec-cartRow__summary {
    font-size: 12px !important;
  }
}

.ec-cartRow__unitPrice {
  color: #ee1919 !important;
}

@media only screen and (max-width: 767.98px) {
  .ec-cartRow__unitPrice {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .ec-cartRow__sutbtotalSP {
    padding: 4px 0 !important;
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .ec-cartRow__amountColumn {
    padding: 4px 0 !important;
    font-size: 12px !important;
  }
}

.ec-cartRow__name a {
  color: #424141 !important;
}

.ec-cartRow__delColumn {
  border-bottom: 1px solid #535353 !important;
}

.ec-cartRow__contentColumn {
  border-bottom: 1px solid #535353 !important;
}

.ec-cartRow__amountColumn {
  border-bottom: 1px solid #535353 !important;
}

.ec-cartRow__subtotalColumn {
  border-bottom: 1px solid #535353 !important;
}

.ec-cartRow__afterBtn {
  margin-top: 7px;
}

.ec-cartRow__afterBtn a {
  display: inline-block;
  background: #a3a2a2;
  color: #fff;
  padding: 3px 10px;
  border-radius: 3px;
}

@media only screen and (max-width: 767.98px) {
  .ec-cartRow__afterBtn {
    margin-top: 6px;
  }
  .ec-cartRow__afterBtn a {
    display: block;
    padding: 3px 8px;
    font-size: 10px;
  }
}

.ec-blockBtn--action {
  padding: 10px 16px !important;
  height: inherit !important;
  line-height: inherit !important;
  border-radius: 3px !important;
  margin-bottom: 15px !important;
}

.ec-blockBtn--action:hover, .ec-blockBtn--action:focus {
  color: #fff;
}

@media only screen and (max-width: 767.98px) {
  .ec-blockBtn--action.go-register {
    padding: 20px 16px !important;
    font-size: 17px;
  }
}

.ec-blockBtn--cancel {
  /*padding: 10px 16px !important;*/
  padding: 10px 0px !important;
  height: inherit !important;
  line-height: inherit !important;
  border-radius: 3px !important;
  background: #2980b9;
  border: 1px solid #2980b9;
  margin-bottom: 10px !important;
  font-weight: normal;
}

.ec-blockBtn--cancel:hover, .ec-blockBtn--cancel:focus {
  color: #fff;
}

.ec-blockBtn--cancel.new-member {
  /*padding: 10px 16px !important;*/
  padding: 10px 0px !important;
  height: inherit !important;
  line-height: inherit !important;
  border-radius: 3px !important;
  background: #e74c3c;
  border: 1px solid #e74c3c;
  margin-bottom: 15px !important;
  font-weight: normal;
}

.ec-blockBtn--cancel.new-member:hover, .ec-blockBtn--cancel.new-member:focus {
  color: #fff;
}

.ec-blockBtn--other {
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  font-size: 14px;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  padding: 10px 16px !important;
  height: inherit !important;
  line-height: inherit !important;
  border-radius: 3px !important;
  background: #2980b9;
  border: 1px solid #2980b9;
  margin-bottom: 15px !important;
}

.ec-blockBtn--other:hover, .ec-blockBtn--other:focus {
  color: #fff;
}

#shopping_order_card_exp_month,
#shopping_order_card_exp_year,
#credit_change_card_exp_month,
#credit_change_card_exp_year {
  width: 25%;
  display: inline;
}
#shopping_order_card_owner,
#credit_change_card_owner {
	display: block;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color:#555555;
	background-color:#fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-appearance: none;
	box-shadow: none;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	border-radius: 3px;
}

@media only screen and (max-width: 767.98px) {
  .ec-cartTable {
    border-top: 1px solid #535353 !important;
  }
}

@media only screen and (min-width: 768px) {
  .ec-cartRow .ec-cartRow__amountColumn {
    width: 20% !important;
  }
  .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amount {
    display: inline-block;
    margin-right: 15px;
  }
  .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpDown {
    display: inline-block;
  }
}

/* 詳細検索
-------------------------------------*/
.search-wrap .ec-select {
  display: inline-block;
  margin-right: 15px;
}

.search-wrap .checkbox-cell dd input {
  margin-left: 10px !important;
}

@media only screen and (max-width: 767.98px) {
  .search-wrap .flex {
    display: block;
  }
  .search-wrap input {
    width: 100% !important;
    width: auto !important;
  }
  .search-wrap .ec-select.size-cell {
    width: 48%;
    margin-right: 1%;
  }
}

/* 注文ページ
-------------------------------------*/
@media only screen and (min-width: 768px) {
  .account-payment {
    display: flex;
  }
}
.ec-orderRole{
	font-size: 14px;
	line-height: 1.6;
}
.ec-rectHeading h2 {
	font-size: 16px;
}
.ec-orderDelivery .ec-orderDelivery__title {
	font-size: 14px;
	margin-top: 10px;
}
.ec-orderAccount, .ec-orderDelivery {
	width: 100%;
}
.ec-orderAccount .ec-orderAccount__account,
.ec-orderDelivery .ec-orderDelivery__title,
.ec-orderDelivery .ec-orderDelivery__address,
.ec-orderDelivery .ec-orderDelivery__address,
.ec-radio,
.ec-input p {
	margin: 10px;
}
.ec-orderPayment .ec-input input {
	width: 120px;
}
.ec-orderConfirm .ec-input textarea {
	margin-bottom: 10px;
}
.ec-orderPayment p img {
	width: auto;
}
#shopping_order_use_point{
	margin-left:10px;
}
#customer_detail_box{
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
}
#customer_detail_box p{
	margin: 5px 0 16px 0;
}


/* マイページ注文履歴
-------------------------------------*/
.mypage .ec-orderPayment p,
.mypage .ec-orderConfirm p,
.mypage .ec-orderMail{
	margin: 10px;
}
@media only screen and (min-width: 768px) {
  .mypage .ec-inlineBtn{
	  margin-left:45px;
  }
}

/* 注文確認ページのみ
-------------------------------------*/
.ec-selects {
	border: 0;
}
.ec-orderPayment .ec-blockRadio,
#page_shopping_confirm .ec-orderConfirm .ec-input {
	margin: 10px;
}

/* マイページお届け先
-------------------------------------*/
@media only screen and (min-width: 768px) {
  .mypage .ec-inlineBtn_ml{
	  margin-left: 0;
  }
}

.delivery{
  margin-top: 0;
  width: 100%;
}

.delivery__btn{
  margin-bottom: 1.5em;
}

@media only screen and (min-width: 768px) {
  .delivery__btn{
    margin-bottom: 3em;
  }
}

@media only screen and (min-width: 768px) {
  .addressList{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2em;
  }
}

.addressList__item{
  margin-bottom: 1em;
}

.addressList__item_w1{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .addressList__item_w1{
    width: 60%;
  }
}

.addressList__remove{
  width: 10%;
}

@media only screen and (min-width: 768px) {
  .addressList__remove{
    width: 20%;
  }
}

.addressList__icon{
  width: 80%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}


@media only screen and (min-width: 768px) {
  .addressList__icon{
    width: 30%;
  }
}

.addressList__address{
  width: 85%;
}

@media only screen and (min-width: 768px) {
  .addressList__address{
    width: 75%;
  }
}

.addressList__item_w2{
  padding-bottom:1em;
  border-bottom: 1px solid #ccc;
}

.addressList__selected{
  margin-bottom: 1em;
}

@media only screen and (min-width: 768px) {
  .addressList__item_w2{
    border-bottom: none;
    width: 25%;
  }
}


/*# sourceMappingURL=../map/customize.css.map */

/* 特定商取引法
-------------------------------------*/
@media only screen and (min-width: 768px){
  .ec-borderedDefs dl{
    padding: 10px 0;
  }
}
.ec-borderedDefs p {
    line-height: 1.8;
}
/* ご利用ガイド
-------------------------------------*/
#pp-payment p{
	margin-bottom: 5px;
}
#pp-payment p.pp-payment-detail{
	font-size:13px;
	line-height:1.4;
	margin-left:1em;
	margin-bottom: 10px;
}
/* 郵便番号から住所入力ボタン
-------------------------------------*/
.ajaxzip3{
	padding:6px;
	background-color:#27ae60;
	color: #fff;
	border:none;
	border-radius: 3px;
	font-size: 14px;
	color: white
}



/* ショッピングログイン画面(2020.07.10/2020.11.27)
-------------------------------------*/
.cart_page .ec-guest {
  height: inherit;
  width: 100%;
  padding: 30px 13% 20px;
  margin: 0 0 20px;
}
.ec-guest .ec-guest__inner {
  text-align: left;
}
.ec-login__ttl {
  background: #797979;
  padding: 12px;
  margin-bottom: 5px;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .cart_page .ec-grid3__cell2 {
    padding: 0 15px;
  }
  .cart_page .ec-grid3__cell {
    padding: 0 15px;
  }
  .cart_page .ec-grid2__cell {
    padding: 0 15px;
  }
  .cart_page .ec-login {
    margin: 0;
  }
  .cart_page .ec-guest {
    margin: 0 0 30px;
    padding: 28px 15%;
  }
  .ec-login__ttl {
    padding: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  #page_shopping_login .ec-pageHeader h1 {
    margin-bottom: 0;
  }
  #page_shopping_login .ec-login {
    margin-bottom: 10px;
    padding: 15px 5%;
  }
  #page_shopping_login .ec-guest {
    margin-bottom: 10px;
    padding: 20px 5%;
  }
  .ec-login .ec-login__input {
    margin-bottom: 0;
  }
}

.ec-modal-box #AmazonPayButton img {height: inherit!important;width: inherit!important;}
h2.tokusyu1 {
  color: white;/*文字色*/
  padding: 0.5em;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 1.8;/*行高*/
  background: red;/*背景色*/
  vertical-align: middle;
  width: 100%;
  border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
  font-size:24px;
}

h2.tokusyu1:before {
  content: '●';
  color: white;
  margin-right: 8px;
}

h3.tokusyu1 {
  padding: 0.5em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #ffb6c1;/*背景透明に*/
  border-left: solid 5px red;/*左線*/
}

/* エントリーフォーム完了画面 */
.ec-reportDescription {
  font-size: 15px;
}


/* 商品詳細ページ2022.5 種別部分カスタマイズ
-------------------------------------*/
.item-type {
  margin-bottom: 20px;
}

.type-list {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 13px;
       column-gap: 13px;
}
.type-list__item {
  width: 100%;
  min-height: 76px;
  background-color: #E3E3E3;
  border: 1px solid #707070;
  font-size: 13px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .type-list__item {
    min-height: 70px;
    font-size: 12px;
  }
}
.type-list__item_bold {
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .type-list__item_bold {
    font-size: 14px;
  }
}
.type-list__item_bg_red {
  background-color: #E70A18;
  border: 1px solid #E70A18;
  color: #F8F4F4;
  position: relative;
}
.type-list__item_bg_red:after {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 10px);
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #E70A18;
}

.item-info {
  border: 1px solid #707070;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .item-info {
    margin-bottom: 5px;
  }
}
.info-list {
  padding: 10px 0px 10px 5px;
  display: flex;
  justify-content: center;
}
.info-list__item {
  margin-right: 6%;
  font-size: 19px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .info-list__item {
    font-size: 14px;
    margin-right: 4%;
  }
}
@media only screen and (max-width: 1365px) {
  .info-list__item {
    font-size: 15px;
    margin-right: 4%;
  }
}
.info-list__item_border {
  display: inline-block;
  border: 1px solid #707070;
  border-radius: 4px;
  padding: 2px 9px 5px 9px;
  text-align: center;
  margin-right: 6px;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .info-list__item_border {
    font-size: 10px;
    padding: 1px 3px 2px 3px;
  }
}

.item-price {
  display: flex;
  align-items: center;
  justify-content: center;
}

.item-price__txt {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-right: 6%;
  position: relative;
}

@media only screen and (min-width: 1365px) {
  .item-price__txt {
    font-size: 17px;
    margin-right: 8%;
  }  
}

.item-price__small-lot {
  display: flex;
  align-items: center;
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .item-price__small-lot {
    font-size: 23px;
  }
}

.item-price__txt_linethrough {
  text-decoration: line-through;
  font-size: 16px;
}

@media only screen and (min-width: 1365px) {
  .item-price__txt_linethrough {
    font-size: 24px;
  }
}

.item-price__small-lot_size_m{
  font-size: 35px;
  font-weight:bold;
}

@media only screen and (max-width: 767px) {
  .item-price__small-lot_size_m {
    font-size: 25px;
  }
}

.item-price__txt:after {
  position: absolute;
  top: calc(50% - 7px);
  right: -15%;
  content: "";
  width: 0;
  height: 0;
  border-left: 14px solid #707070;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

@media only screen and (min-width: 1365px) {
  .item-price__txt:after {
    right: -15%;
    border-left: 20px solid #707070;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
}

.item-price__sale {
  font-size: 20px;
  color: #E70A18;
  margin-right: 1%;
  line-height: 1;
  margin-top: 0px;
}

@media only screen and (min-width: 767px) {
  .item-price__sale {
    font-size: 26px;
    margin-right: 5%;
    margin-top: -4px;
  }
}

@media only screen and (min-width: 1365px) {
  .item-price__sale {
    font-size: 35px;
  }
}

.item-price__off {
  color: #E70A18;
  border: 1px solid #E70A18;
  padding: 5px 5px;
  border-radius: 4px;
}
.slick-track:after{
  font-size:10px!important; 
}
.orig-productRole__lid{
  margin-top:10px;
}
@media only screen and (max-width: 767px) {
  a.anchor{
    display: block;
    padding-top: 110px;
    margin-top: -110px;
  }
}

.notice{
  color: #DE5D50;
}

.ec-cartRole__progress{
  z-index: 1;
}

/* un_inqury
ご質問・お問い合わせについて */
.un_inqury .el_lv1Heading{
  margin-top: 1em;
}

.un_inqury .el_lv1Heading .rounded-label{
  background-color: #EC7072;
  width: 100%;
  font-size: 18px;
  text-align: center;
}

.un_inqury .rounded-label {
  display: inline-block;
  padding: .9em 1.1em;
  background-color: #38C2B0;
  border-radius: .6em;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.un_inqury .bl_cardUnit{
  margin-top: clamp(16px, 3.2vw, 46px);
}

.un_inqury .bl_cardUnit__col2{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
  row-gap: 22px;
}

@media (min-width: 768px) {
  .un_inqury .bl_cardUnit__col2{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 97%;
      margin-right: auto;
      margin-left: auto;
  }
}

.un_inqury .bl_cardUnit__col2 > .bl_card {
  width: 100%;
}

@media (min-width: 768px) {
  .un_inqury .bl_cardUnit__col2 > .bl_card {
      width: calc((100% - 24px) / 2);
      min-height: 164px;
  }
}

.un_inqury .bl_card{
  padding: 10px 14px 0px 14px;
  border: 1px solid #D0CCCC;

}

.un_inqury .bl_card_body{
  display: flex;
  justify-content: space-between;
  margin-top: clamp(1em, 1.87vw, 27px);
  margin-right: auto;
  margin-bottom: clamp(1em, 1.87vw, 27px);
  margin-left: auto;
  width: 96%;
}
@media (min-width: 768px) {
  .un_inqury .bl_card_body{
      width: 82%;
  }
}

.un_inqury .bl_card_body__widthImages{
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 1em;
  align-items: center;
}
@media (min-width: 768px) {
  .un_inqury .bl_card_body__widthImages{
      margin-bottom: 0;
  }
}

.un_inqury .bl_card_txt{
  font-size: 13px;
  width: 80%;      
}
@media (min-width: 768px) {
  .un_inqury .bl_card_txt{
      width: 77%;      
  }
}

.un_inqury .bl_card_body__widthImages .bl_card_txt{
  width: 100%;
  margin-top: .8em;
  margin-bottom: .8em;
}

.un_inqury .bl_card_ttl .rounded-label{
  width: 100%;
  text-align: center;
}

.un_inqury .bl_card_body__widthImages .bl_card_imgWrapper{
  width: 84%;
}

.un_inqury .bl_card_btn{
  width: 13.6%;
  margin-right: 2%;
}

.un_inqury .bl_card_body__widthImages .bl_card_btn{
  margin-right: 0;
}

.un_inqury .bl_card_btn img{
  width: 100%;
}

/* un_advanced_search
絞り込み検索 */
.un_advanced_search .containerSearch{
  position: relative;
  width: 100%;
  height: auto;
  transform: none;
  left: auto;
  overflow: auto;
  display: block;
}

.un_advanced_search .searchOption{
  border: none;
  z-index: auto;
}

.un_advanced_search .searchCond{
  padding-top: 12px;
  padding-bottom: 12px;
}

.un_advanced_search .searchOption__ttl {
  display: block;
}

.ec-role.un_advanced_search{
  padding-right: 0;
  padding-left: 0;
}

