/* カスタマイズ用CSS */
/* 表示エフェクト */
.appearEffect.is-appear {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
/* フォント変更 */
body {
    font-family: 'Noto Sans JP', sans-serif !important;
}
.ec-borderedDefs dd {
    line-height: 1.6 !important;
    list-style: decimal;
}
.ec-list {
    line-height: 1.8em;
}
.mb-5, .my-5 img {
  height: auto;
  transition: transform .6s ease; /* ゆっくり変化させる */
}
.mb-5, .my-5:hover img {
  transform: scale(1.1); /* 拡大 */
}
.ec-headingTitle {
    margin: 0 0 8px;
    font-size: 24px !important;
    font-weight: normal;
    color: #3C3C3C;
}
.ec-shelfRole {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1.4;
    color: #3C3C3C;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1130px;
}
.c-select-reset {
    display: none;
}
a:hover{ 
	opacity:0.7;
	transition:0.3s;
}
.pt-2, .py-2 {
    padding-top: 12px !important;
}
.pb-3, .py-3 {
    padding-bottom: 10px !important;
    font-size: 14px;
    font-weight: 500;
}
.pl-3, .px-3 {
    padding-left: 10px !important;
    font-size: 14px;
    font-weight: 600;
}
.ec-pageHeader h1, .ec-pageHeader .h1 {
    padding: 0.25em 0.5em;
    color: #494949;
    background: transparent;
    border-left: solid 5px #dc3545;
}
@media only screen and (min-width: 768px) {
    .ec-pageHeader h1, .ec-pageHeader .h1 {
        border-top: none;
        border-bottom: 1px solid #E6E6E6;
        margin: 10px 16px 48px 0px;
        padding: 8px 16px;
        font-size: 24px;
        font-weight: bold;
    }
}
.ec-shelfGrid .ec-shelfGrid__item img {
    width: auto;
    max-height: 100%;
    object-fit: cover;
    height: 240px;
}
.ec-layoutRole .ec-layoutRole__contents {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1400px;
    display: flex;
    flex-wrap: nowrap;
    flex-grow: 1;
}
@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1400px;
    }
}
.Btn-action {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    padding: 0.3em 1em;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    color: #e11010;
    background-color: #fff;
    border: 1px solid #cb222263;
    height: 2.2rem;
    line-height: 2rem;
    padding-top: 0;
}
.Btn-norm {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 0.6em 1em;
    line-height: 1;
    transition: .3s;
    color: #1335dd;
    background-color: #fff;
    border-color: #4444441f;
    font-size: 0.9rem;
}
.link_btn01 {
    margin: 20px auto;
    text-align: center;
    padding: 20px;
}
.link_btn01 a {
    border: 1px solid #000;
    border-radius: 0;
    background: #fff;
    padding: 20px 40px;
}
.d-block {
    display: block !important;
    padding: 7px;
}
@media only screen and (min-width: 768px) {
    .ec-cartRole .ec-cartRole__cart {
        margin: 3%;
    }
}
/* 消費税率等非表示 */
.ec-totalBox .ec-totalBox__taxRate {
    font-size: 12px;
    display: none;
}
/* ----------- */
/* 配送先注釈 */
/* ----------- */
.tr_info {
    margin: 1em 0;
    border: 1px solid #ddd;
    padding: 15px;
}
.tr_info tr-list {
    margin: 1em 0;
}
.tr_info dd {
    line-height: 1.8;
    position: relative;
    padding-left: 1.3em;
}
.tr_info dt{
    display: list-item;
    list-style-type: desc;
    color: #444;
    font-weight: 300;
    line-height: 2.4em;
}
.tr_info {
    margin: 1em 0;
    border: 1px solid #ddd;
    padding: 15px;
}
.sipping_info01_in {
    background: #fff;
    margin: -10px 0px 0px;
}
tr_info dt {
    display: list-item;
    list-style-type: desc;
    color: #444;
    font-weight: 300;
    line-height: 2.4em;
}
.cRed {
    color: red;
    line-height: 2.0em;
    margin-left: 3em;
}
.tr_info h1, h2, h3, h4, h5, h6 {
    color: #444;
    line-height: 1.2;
    font-weight: 500;
    font-size: 1.4em;
    margin-left: 1em;
}
.tr_info h2 {
  position: relative;
  padding-left: 35px;
  line-height: 2.2em;
}
.tr_info h2:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0eb";
  background: #c7a130a3;
  color: white;
  font-weight: 900;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tr_info h2:after {
  /*吹き出しのちょこんと出た部分*/
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #c7a130a3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tr_info h4 {
  position: relative;
  padding-left: 1.2em;/*アイコン分のスペース*/
  line-height: 1.4;
}

.tr_info h4:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #5ab9ff; /*アイコン色*/
  font-weight: 900;
}
.tr_info h5 {
    font-size: 1.4em;
    text-align: center;
    padding: 20px;
}
.ec-orderRole *, .ec-orderRole *::before, .ec-orderRole *::after {
    list-style: none;
    text-align: left;
}
.sipping_info01_box1 {
    padding: 1.5em;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff -10px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 10px);
}
.sipping_info01_box2 {
    padding: 1.5em;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff -10px);
    background: repeating-linear-gradient(-45deg, #fffdf0, #fbfff0 3px, #f9ffe9 3px, #ffe7b2d4 10px);
}
.sipping_info01-w1 {
    width: 100%;
    text-align: center;
    margin: auto;
    padding: 30px;
}
.sipping_info01_in {
    background: #fff;
    margin: -10px 0px 0px;
}
.ec-inlineBtn {
    padding: 0.8em 1.6em;
    background-color: #0770ba;
    font-size: 18px;
    font-weight: 600 !important;
    color: #fff;
    margin: 20px 0px;
}
.raft_card_img {
    padding: 0em;
    max-width: 400px !important;
    height: auto;
}

.ec-rectHeading h1, .ec-rectHeading .h1, .ec-rectHeading h2, .ec-rectHeading .h2, .ec-rectHeading h3, .ec-rectHeading .h3, .ec-rectHeading h4, .ec-rectHeading .h4, .ec-rectHeading h5, .ec-rectHeading .h5, .ec-rectHeading h6, .ec-rectHeading .h6 {
    background: #F3F3F3;
    padding: 8px 12px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    margin-left: 0px;
}
.msg-kessai {
    margin: 2em auto;
    padding: 1em;
    width: 100%;
    color: #666;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    text-align: center;
}
/* ----------- */
.ec-topicpath {
    padding: 12px 0 8px 12px;
    border: 0;
    font-size: 16px;
}
/* 商品詳細ページ */
.raft_list_productname {
    font-weight: 800;
    color: brown;
}
.price02-default {
    font-weight: 600;
    color: #dc3545;
    font-size: medium;
}