/* カスタマイズ用CSS */
body{
    background-color: #ffffff;
    overflow-x: hidden;
    overflow-y: scroll;
  
}


.mt40{margin-top: 40px;}


.ec-cartNavi,
.ec-headerNav .ec-headerNav__itemIcon {
    color: #ffb6c1;
}




.ec-footerNavi .ec-footerNavi__link a {
        display: inline-block;
        border-bottom: none;
        margin: 0 10px;
        padding: 0;
        text-decoration: none;
    }


.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    background: #ffb6c1;
}
.ec-blockBtn--action {
    background-color: #ffb6c1;
    border-color: #ffb6c1;
}
.ec-blockBtn--action:hover {
    background-color: #5581C0;
    border-color: #ffb6c1;
}
.guide_t {
    margin-left: -15px;
    position: relative;
    padding-bottom: 10px;
    font-size: 20px;
}
.guide_t::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-image: repeating-linear-gradient(45deg, #4682B4 0px, #4682B4 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
    background-size: 5px 5px;
}
.ec-layoutRole__topmsg{
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1150px;
    text-align: right;
}
/*フッター*/
.ec-footerRole {
    background: #ffb6c1;
    border-top: 1px solid #d8d8d8;
    margin-top: 20px;
    padding-top: 0;
}
.ec-footerGuide .ec-footerGuide__inner {
    box-sizing: content-box;
    width: auto !important;
    max-width: 1280px;
    margin: 0 auto 20px;
    padding: 30px 0;
}
.ec-footerTitle {
    padding: 0;
}
.ec-footerGuide .ec-footerGuide__item:first-child {
    border-left: none;
}
.ec-footerGuide {
    background-color: #F8F8F8;
    color: #333;
}
.ec-footerGuide__wrap {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}
.ec-footerGuide__item {
    flex: 0 0 33.3%;
/*    display: flex;*/
    align-items: center;
    text-align: center;
    border-left: solid 1px rgba(255, 255, 255, 0.4);
}
.ec-footerGuide__itemText h3{
	color:#000000;
	font-size:22px;
}
@media only screen and (max-width: 767px){
    .f_box, .ec-footerGuide__item {
        flex-basis: 98%;
        margin: 1% 10px;
        padding: 10px;
        border-left: none;
        margin-bottom: 6.25vw;
    }
}

.f_agreement{
    width: 100%;
    height: 150px;
    border: 1px solid #ccc;
    margin-bottom: 8px;
    overflow: auto;
}
/*送料テーブル*/
.d_price {
    border-collapse: collapse;
    margin-left: 30px;
}

.d_price th,.d_price td {
    padding: 5px 20px;
}
.d_price th {
    background-color: #3EAFED;
    color:  #fff;
    font-weight:  normal;
    position:  relative;
    z-index: 10;
		text-align:left;
}

.d_price td {
    background-color:  #E6F4FD;
    padding-left: 25px;
		text-align:right;
}

.d_price th::after {
    content:'';
    position:  absolute;
    height: 24px;
    width: 24px;
    background-color: #3EAFED;
    transform:  rotate(45deg);
    top: 5px;
    right: -12px; 
    z-index:  -1; 
}

.d_price tr {
    border-bottom:  solid #fff;
}

.ec-sliderRole {
    padding: 0;
    max-width: 100%;
}
@media screen and (max-width:767px){
    .ec-blockTopBtn {
        bottom: 80px;
    }
}
/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 100%;
    margin:0 auto;
    padding: 0;
}

.accordion-area li{
    margin: 10px 0;
}
.accordion-area ul{
    list-style: none;
}
.accordion-area section {
	border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title ,
.title2 {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
.title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}
section.lc{
    border: 1px solid #ccc;
}
/*　closeというクラスがついたら形状変化　*/

.title.close::before{
	transform: rotate(45deg);
}

.title.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.accordion-area .box {
    display: none;/*はじめは非表示*/
	margin:0 3% 3% 3%;
    padding: 3%;
}

/*メニューをページ下部に固定*/
/*PCの場合にはメニューを表示させない*/
@media (min-width: 768px) {
   .for-sp{
      display:none;
    }
}
@media print{
   .for-sp{
      display:none;
    }
}
@media screen and (max-width:767px) {
    footer{
        padding-bottom: 60px;
    }
    .ec-layoutRole__topmsg{
        display: none;
    }
}
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 99;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 50%;
   padding:0;
   margin:0;
   font-size: 14px;
   border-right: 1px solid #fff;
}

/*新規登録*/
#sp-fixed-menu li:first-child{
   background: #000000;
}

/*ログイン*/
#sp-fixed-menu li:last-child{
   background: #3d5789;
}

/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #fff;
   text-align: center;
   display:block;
   width: 100%;
   padding:20px;
}

.osusume h4{
 font-size:20px; 
 font-weight:bold; 
 margin-top:15px; 
 margin-bottom:-10px;   
}

.osusume p{
 font-size:14px !important; 
 line-height:23px !important; 
 margin-bottom:10px !important; 
 text-align: justify !important;   
}

.ec-shelfRole {
    padding-left: 20px;
    padding-right: 10px !important;
}

* {
  box-sizing: border-box;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.flex-container01 {
  display: flex;
  flex-wrap: wrap;
}


.flex-item {

  text-align: center;
  width: calc((100% - 40px) / 2);
 
  margin: 10px;
}

.flex-item01 {

  text-align: center;
  width: calc((100% - 40px) / 2);
 
  margin: 10px;
}

/*ここからline*/

    #t_links .line {
        margin-top: 10px;
    }

    .line {
    border: 4px solid #53B763;
    background-position: #FFF;
    border-radius: 10px;
    padding: 30px 20px;
    margin-top: 50px;
}

        .line .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .line .flex .left {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 30px;
    }

        .line .flex .left p {
        line-height: 25px;
        font-size:15px;
    }

        .line .flex .left .ttl {
        font-size: 30px;
        text-align: left;
        color: #53B763;


    }

    .line .flex .right {
        width: 45%;
        max-width: 310px;
        margin-top: 0px;
    }

    .line .flex .right .img {
        text-align: center;
        margin-bottom: 20px;
        width:150px;
    }

        .btn_line {
        padding: 15px 15px;
        font-size: 1.8rem;
    }

    .btn_line {
    width: 100%;
    display: inline-block;
    font-size: 1.5rem;
    color: #FFF;
    text-align: center;
    background-color: #53B763;
    font-weight: bold;
    padding: 13px 15px;
    border-radius: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.17, 0.935, 0.305, 1);
    transition: all 0.5s cubic-bezier(0.17, 0.935, 0.305, 1);
}

.fa-arrow-right::before {
    content: "→";
}

.ec-newsRole__newsDate{
    font-size: 1rem;
    display: inline-block;
    background-color: #FAA393;
    color: #FFF !important;
    font-weight: bold;
    padding: 2px 15px;
    margin: 0 !important;
    width: 100px;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: left;
}

.ec-newsRole .ec-newsRole__newsItem:not(:last-of-type){

    
    background-color: #FFF;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    position: relative;
    margin-bottom: 15px;
}

.ec-newsRole .ec-newsRole__newsColumn {
    display: flex;
    padding: 15px;
}

.ec-secHeading {
    margin-bottom: 15px;
    color: black;
    margin-top: 30px;
}

.ec-layoutRole__topmsg{
    margin-top: 20px;
}

@media screen and (max-width: 450px) {
.line .flex{
    flex-direction: column;
}

.btn_line{
    width: 250px;
    margin-left:-50%;
}

.ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
    padding: 10px;
}
.ec-newsRole .ec-newsRole__newsTitle{
    width: 100%;
}

.ec-newsRole .ec-newsRole__newsItem:not(:last-of-type){
    min-width: 70vw;
    -webkit-box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.05), 0px 0px 0px 1px rgba(10, 10, 10, 0.02);
    box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.05), 0px 0px 0px 1px rgba(10, 10, 10, 0.02);
    background-color: #FFF;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    position: relative;
    margin-bottom: 15px;
}

    .ec-blockTopBtn {
        bottom: 80px;
        margin-right: 15px;
    }
  .ec-newsRole .ec-newsRole__newsTitle{
   text-decoration: none;
   
  }
  
  .line .flex .left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px;
    margin-bottom: 15px;
}

    .flex-container {
        flex-direction: column;
        /* margin: 20px; */
        margin-top: 30px;
        margin-bottom: -35px;
    }

.box a {
    display: block;
    border: 4px solid #FAA393;
    border-radius: 10px;
    padding: 40px 20px 40px 20px;
    position: relative;
    overflow: hidden;
    color: #282828;
    width: 330px;
}

.flex-item {
    text-align: center;
    /* width: calc((100% - 40px) / 2); */
    margin: 0;
}
.box {
padding: 10px 0 !important;
}

box a .link {
    width: 100%;
    margin-top: 0px;
    position: absolute;
   bottom: -20px !important;
    right: 0px;
    padding: 0 40px;
}

box a .link span {
    display: block;
    max-width: 110px;
    margin-left: auto;
    margin-bottom: -30px;
}

.box p {
    font-size: 15px;
    text-align: left;
    margin: 20px 0 70px 15px !important;
}

    

}

.ec-role {
    margin: 0 auto;
    /* padding-left: 20px; */
    /* padding-right: 20px; */
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
   
    max-width:1150px;
    padding: 30px !important;
}


/*カラー設定*/

.ec-productRole .ec-productRole__category a {
    color: #db7093;
}

#sp-fixed-menu li:last-child {
    background: #db7093;
}

a {
    color: #db7093;
    text-decoration: none;
 
}



.ec-topicpath {
    letter-spacing: -0.4em;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px dotted #ccc;
    padding: 10px;
    list-style: none;
    overflow: hidden;
    font-size: 12px;
    color: #db7093;
}

h1{
    line-height: 40px;
}

.npsr-content{
    line-height: 30px;
    text-align: justify;
    margin-top: 20px;
}

/*ここからcta*/



.box a {
        padding: 50px 40px 70px 40px;
        font-size: 1.5rem;
    }

.box {
        padding: 10px;
    }

.box a {
    display: block;
    border: 4px solid #db7093;
    border-radius: 10px;
    padding: 40px 20px 20px 20px;
    position: relative;
    overflow: hidden;
    color: #282828;
}

.box a .icon {
        width: 80px;
        height: 62px;
        margin-bottom: 10px;
    }

.box a .icon img {
    width: 100px;
}

.box a .ttl {
        margin-bottom: 10px;
    }

.box a .ttl {
    color: #db7093;
    text-align: center;
    margin-bottom: 10px;
}

.box a .link {
        width: 100%;
        margin-top: 0px;
        position: absolute;
        bottom: 20px;
        right: 0px;
        padding: 0 20px;
    }

.box a .link span {
        -webkit-transition: all 0.5s cubic-bezier(0.17, 0.935, 0.305, 1);
        transition: all 0.5s cubic-bezier(0.17, 0.935, 0.305, 1);
    }

 .btn_style01 {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    color: #282828;
    font-weight: bold;
    border-bottom: 1px solid #5A5A5A;
    padding-bottom: 5px;
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
    transition: all 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
    margin: 20px;
}

.btn_style01 i {
    display: inline-block;
    margin-left: auto;
    float: right;
}

.fa-arrow-right::before {
    content: "→";
}

.btn_style01:after {
    content: "";
    width: 0%;
    height: 1px;
    display: block;
    background-color: #FAA393;
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
    transition: all 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
}

.box a .icon {
        width: 80px;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .box p{
        font-size: 15px;
       
        text-align: left;
        margin: 20px;
    }
    
  .box a .link span {
        display: block;
        max-width: 110px;
        margin-left: auto;
    }