/* カスタマイズ用CSS */
body {
    background-image:
      url(/html/user_data/assets/img/common/bg_leaf.png), url(/html/user_data/assets/img/common/bg.png);
    background-position: center 100px, left top;
    background-repeat: no-repeat, repeat;
    background-size: 100%, 300px 300px;
  }
  html, body {
    height: auto;
  }
  .none-style {
    list-style: none !important;
  }
  /*
      -----------------------------------------------------------------------
      contents
      -----------------------------------------------------------------------
      */
  @media only screen and (min-width: 1280px) {
    body.side-contents .ec-layoutRole .ec-layoutRole__contents{
        display: flex;
        flex-flow: row;
        width: 100%;
        max-width: none;
        margin-left: auto;
        margin-right: auto;
        padding-left: 40px;
        padding-right: 40px;
    }
    body.side-contents .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__mainWithColumn{
        flex: 0 0 75%;
         order: 2;
         padding-left: 30px;
         min-height: 0;
         min-width: 0;
    }
    body#page_homepage .ec-layoutRole .ec-layoutRole__contents, body#page_product_list .ec-layoutRole .ec-layoutRole__contents,body.side-contents .ec-layoutRole .ec-layoutRole__contents {
      justify-content: center;
    }
  }
  .ec-layoutRole__contents {
    background-color: #fff;
  }
  /*-- タイトル --*/
  .ec-secHeading .ec-secHeading__maintitle {
    color: #1D5A91;
  }
  .ec-secHeading .ec-secHeading__maintitle:before, .ec-secHeading .ec-secHeading__maintitle:after {
    background-color: #C0C0C0;
    height: 1px;
  }
  /* 商品内 */
  .ec-productRole {
    max-width: 1150px;
  }
  #page_product_detail .ec-layoutRole .ec-layoutRole__contents {
    width: 100%;
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
  }
  #page_mypage_favorite .ec-blockBtn--action,
  #page_product_detail .ec-blockBtn--action{
    background-color: #ace3ff;
    border-color: #ace3ff;
    cursor: pointer;
  }
  #page_mypage_favorite .ec-blockBtn--action:hover,
  #page_product_detail .ec-blockBtn--action:hover{
    opacity: .5;
  }
  #page_product_detail #class_layout_area .ec-blockBtn--action:before{
    font-family: "jeiafont";
    content: "\e900";
    margin-right: 0.5em;
    display: inline-block;
    transform: scale(1.4);
  }
  .ec-productRole__grid {
    padding-top: 60px;
  }
  .ec-productRole__visual{
    display: block;
  }
  .ec-productRole__visual .ec-productVisualMain{
    width: 100%;
  }
  .ec-productRole__visual .ec-productVisualNav.desktop{
    width: 100%;
    height: 100% !important;
  }
  .ec-productRole__visual .ec-productVisualNav.desktop .slick-list{
    height: 100% !important;
  }
  .ec-productRole__visual .ec-productVisualNav.desktop .slideThumb{
    width: 30%;
  }
  .ec-productRole__visual .slick-vertical .slick-slide.flex{
    display: flex;
  }
  @media only screen and (min-width: 768px) and (max-width: 1279px) {
    .ec-productRole__grid {
      display: flex;
      justify-content: space-between;
    }
    .ec-productRole .ec-productRole__gridCell.cellLeft {
      width: 45%;
      margin-left: 0;
      margin-right: 0;
    }
  }
  @media only screen and (min-width: 1280px) {
    #page_product_detail .ec-layoutRole .ec-layoutRole__contents {
      padding-left: 40px;
      padding-right: 40px;
    }
    .ec-productRole .ec-productRole__gridCell.cellLeft {
      width: 45%;
    }
  }
  @media only screen and (min-width: 1480px) {
    #page_product_detail .ec-layoutRole .ec-layoutRole__contents {
      box-sizing: content-box;
    }
  }
  .jeia-arrow_b1:before,
  .jeia-arrow_b2:before{
    color: #1D5A91;
  }
  /* ぱんくず */
  .l-pankz ul li {
    font-size: 14px;
  }
  #ec-productRole__pinpoint_sale{
    color: #d41d17;
  }
  /*
      -----------------------------------------------------------------------
      header
      -----------------------------------------------------------------------
      */
  .postage_info {
    font-weight: 700;
    font-size: 20px;
  }
  @media only screen and (min-width: 1280px) {
    .ec-layoutRole__header {
      height: auto;
    }
    .ec-layoutRole .ec-layoutRole__header {
      position: relative;
    }
    .ec-layoutRole .ec-layoutRole__header.is-scroll {
      position: fixed;
    }
  }
  /*-- 検索窓 --*/
  .ec-headerSearch .ec-headerSearch__wrap {
    border: none;
    background-color: #E5EEF5;
  }
  .ec-headerSearch .ec-headerSearch__body {
    color: #C0C0C0;
  }
  @media only screen and (min-width: 1280px) {
    .ec-headerSearch .ec-headerSearch__body {
      width: 200px;
    }
  }
  /*--　アイコンカラー --*/
  .ec-headerMenu, .ec-headerMenu__itemIcon {
    color: #1D5A91;
  }
  .ec-cartNavi .ec-cartNavi__badge {
    background-color: #f982b7 !important;
  }
  @media only screen and (max-width: 767px){
    .ec-drawerRole{
      top: 70px;
    }
  }
  .ec-drawerMenu .ec-drawerMenu__itemBadge{
      background-color: #f982b7
  }
  @media only screen and (max-width: 767px){
    .ec-navlistRole{
      margin-top: 60px;
    }
    .ec-navlistRole .ec-navlistRole__navlist{
      flex-direction: column;
    }
    .ec-navlistRole .ec-navlistRole__navlist .ec-navlistRole__item{
      background: none;
      border: none;
    }
    .ec-navlistRole .mypageMenuBtn{
      top: -45px;
    }
  }
  /*--　アイコンカラーEND --*/
  /*
      -----------------------------------------------------------------------
      side-contents
      -----------------------------------------------------------------------
      */
  .ec-secHeading__maintitle {
    color: #004917;
  }
  .ec-layoutRole__left .ec-secHeading {
    border-bottom: solid 1px #004917;
  }
  .parent li a:hover {
    background-color: #fecfe4 !important;
  }
  .ec-categoryNavRole ul li a {
    padding: 0.45em 0;
  }
  @media only screen and (min-width: 1280px) {
    body.side-contents .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__left{
        flex: 0 0 25%;
        order: 1;
        min-height: 0;
        min-width: 0;
    }
    body#page_homepage .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__left, body#page_product_list .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__left,body.side-contents .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__left {
      flex: 0 0 16%;
      /*    flex: 0 0 25%; */
    }
  }
  .ec-mediaframe a{
    overflow: hidden;
    display: block;
  }
  .ec-mediaframe a *{
    overflow: hidden;
  }
  .ec-mediaframe a img{
    transition: .6s;
  }
  .ec-mediaframe a:hover img{
    transform: scale(1.1);
    filter: brightness(1.05);
  }
  /*--　side-contents END --*/
  /*
      -----------------------------------------------------------------------
      footer
      -----------------------------------------------------------------------
      */
  .ec-layoutRole__footer {
    padding-top: 0;
  }
  .ec-footerGuide__itemIcon {
    color: #C0C0C0;
  }
  .ec-footerGuide {
    background-color: #FBFBFB;
  }
  .ec-footerGuide .ec-footerGuide__itemText h3 {
    color: #000000;
  }
  .ec-footerNavi .ec-footerNavi__item h3 {
    color: #454545;
  }
  .ec-footerGuide .ec-footerGuide__item {
    border-left: solid 1px #C0C0C0;
  }
  .ec-footerRole {
    background-color: #ace3ff;
    color: #454545;
  }
  .ec-footerRole address {
    margin-bottom: 0;
  }
  .ec-footerNavi__item + .ec-footerNavi__item {
    margin-top: 40px;
  }
  .ec-footerNavi__contents {
    margin-top: 0 !important;
  }
  .ec-footerNavi__itemList {
    display: inline-block;
    padding-right: 40px !important;
  }
  .ec-footerNavi__itemList__cat {
    display: flex;
    flex-wrap: wrap;
  }
  .ec-footerNavi__itemList__cat li {
    width: 20%;
  }
  .ec-contactUsRole .ec-contactUsRole__address i {
    opacity: 1;
    color: #555;
  }
  .ec-footerCalendar {
    margin-left: 0;
    margin-right: 0;
  }
  /*-- SNSアイコン --*/
  .ec-footerSocial .ec-footerSocial__itemList li.facebook a:hover, .ec-footerSocial .ec-footerSocial__itemList li.instagram a:hover, .ec-footerSocial .ec-footerSocial__itemList li.twitter a:hover {
    background-color: rgba(0, 0, 0, 0);
  }
  .ec-footerSocial .ec-footerSocial__itemList li.facebook a, .ec-footerSocial .ec-footerSocial__itemList li.instagram a, .ec-footerSocial .ec-footerSocial__itemList li.twitter a {
    background-color: rgba(0, 0, 0, 0);
  }
  .ec-footerSocial .ec-footerSocial__itemList li a {
    background-color: rgb(255 255 255 / 0%);
    color: #1D5A91;
    border: 1px solid #1D5A91;
    width: 48px;
    height: 48px;
  }
  .ec-footerSocial .ec-footerSocial__itemList li a img {
    flex: none;
  }
  .ec-footerSocial .ec-footerSocial__itemList li.pinterest img {
    max-width: 24px;
  }
  .ec-footerSocial .ec-footerSocial__itemList li.twitter img {
    max-width: 33px;
  }
  .ec-footerSocial .ec-footerSocial__itemList li.instagram img {
    max-width: 27px;
  }
  .ec-footerSocial .ec-footerSocial__itemList li.ameba img {
    max-width: 28px;
  }
  .ec-footerSocial .ec-footerSocial__itemList li.facebook img {
    max-width: 16px;
  }
  .jeia-ameba:before {
    content: "\e921";
  }
  @media only screen and (min-width: 1280px) {
    .ec-footerNavi .ec-footerNavi__item {
      width: 60%;
    }
    .ec-footerNavi .ec-footerNavi__contents {
      width: 40%;
    }
  }
  @media screen and (max-width: 767px) {
    .ec-footerNavi__itemList__cat li {
      width: 100%;
    }
    .ec-footerNavi__contents {
      margin-top: 40px !important;
    }
  }
  /*
      -----------------------------------------------------------------------
      top
      -----------------------------------------------------------------------
      */
  /*-- mainimg --*/
  .ec-headPromotionRole .mediaCaption .linkBtn {
    background-color: #F99909;
  }
  @media only screen and (min-width: 768px){
    .ec-featuredBannerRole + .ec-featuredBannerRole{
      margin-top: 20px;
    }
  }
  /*-- お知らせ --*/
  .title-lv1 {
    padding-bottom: 10px;
    font-size: 1.4rem;
  }
  .title-lv2 {
    font-size: 1.2rem;
  }
  .pc-font16 {
    font-size: 1.0rem;
  }
  .section_news h3 {
    color: #d94d28;
  }
  .note-pink {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 100px;
    background-color: #fef2f9;
    color: #f982b7;
    font-weight: bold;
  }
  .note-pink img {
    width: 20px;
    height: 20px;
  }
  .color-green {
    color: #85d5ce;
  }
  /*-- 新着商品 --*/
  .slick-slider .slick-dots li.slick-active {
    background-color: #84E3F2;
  }
  
  /*--　タグカラー --*/
  
  .ec-productItemRole .ec-productItemRole__cornerTags .tag {
  padding: 0.2em 0.4em;
  border-radius: 10px;
  }
  
  .ec-productItemRole .ec-productItemRole__cornerTags .tag9{
    background-color: #93ddb3 !important;
  }
  .ec-productItemRole .ec-productItemRole__cornerTags .tag4{
    background-color: #f99fc5 !important;
  }
  .ec-productItemRole .ec-productItemRole__cornerTags .tag32{
    background-color: #84b3d1 !important;
  }
  .ec-productItemRole .ec-productItemRole__cornerTags .tag3{
    background-color: #d49ff5 !important;
  }
  
  
  /*-- SNS・メールマガジン --*/
  .join-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #dcdcdc;
    margin-top: 60px;
  }
  .join-sns .join-button {
    display: block;
    border-radius: 50px;
    background-color: #a1d5fd;
    background-image: url("/html/user_data/assets/img/top/icon_mail.png");
    background-repeat: no-repeat;
    color: #fff;
    font-size: 16px !important;
    text-align: center;
  }
  .join-sns .sns-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .join-sns .sns-list > li:not(:first-of-type) {
    margin-left: 10px;
  }
  .join-sns .sns-list > li {
    width: 60px;
    display: inline-block;
  }
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  @media screen and (min-width: 768px) {
    .join-sns {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 20px
    }
    .join-sns-box:not(:first-child) {
      margin-left: 80px
    }
    .join-sns .join-button {
      -webkit-transition: opacity .35s;
      width: 300px;
      background-position: 20px center;
      font-size: 1.8rem;
      line-height: 50px;
      transition: opacity .35s;
    }
    .join-sns .join-button:hover {
      opacity: .8
    }
  }
  @media screen and (max-width: 767px) {
    .join-sns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      flex-direction: column;
      align-items: center;
      padding: 10px
    }
    .join-sns .join-sns-title01 {
      width: 60%;
      margin-right: auto;
      margin-left: auto;
    }
    .join-sns .join-sns-title02 {
      width: 80%;
      margin-right: auto;
      margin-left: auto;
    }
    .join-sns .join-button {
      width: 270px;
      margin-right: auto;
      margin-left: auto;
      padding: 5px;
      background-position: 40px center;
      background-size: 20px auto;
    }
    .join-sns .sns-list > li:not(:first-child) {
      margin-left: 5px;
    }
    .join-sns .sns-list > li {
      width: 30px;
      margin: 0;
      padding: 0;
    }
  }
  @media screen and (min-width: 768px) and (min-width: 1025px) {
    .join-sns .item-wrap-pc-col5 > .item:not(:nth-child(5n+1)) {
      margin-left: 10px
    }
  }
  .appearItem {
    visibility: visible;
  }
  .appearItem:before {
    display: none;
    height: 0;
  }
  .appearItem .appearItemImage {
    transform: none !important;
  }
  .appearItem.is-appear .appearItemImage {
    animation: none !important;
  }
  
  @media only screen and (min-width: 1280px){
    .ec-topSaleRole .ec-productItemRole .ec-productItemRole__image{
      flex: 0 0 50%;
    }
  }
  /* 新製品 */
  @media only screen and (min-width: 768px){
    .ec-pickupCategoryRole .ec-pickupCategoryRole__list{
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
    }
    .ec-pickupCategoryRole .ec-pickupCategoryRole__list .ec-productItemRole:nth-child(1){
      width: calc((((100% - 20px) / 2) - 20px) / 2);
    }
    .ec-pickupCategoryRole .ec-pickupCategoryRole__list .ec-productItemRole{
      float: none;
    }
  }
  .ec-pickupCategoryRole .ec-pickupCategoryRole__list .ec-productItemRole:nth-child(n+2){
    margin-left: 0 !important;
  }
  /* おすすめ */
  .ec-slickContainer-v1{
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
    opacity: 1;
    overflow: inherit;
    visibility: inherit;
    filter: none;
  }
  .ec-recommendProductBlockRole .ec-productItemRole{
    width: 30%;
  }
  /*
      -----------------------------------------------------------------------
      商品カテゴリー
      -----------------------------------------------------------------------
      */
  /*-- タイトル --*/
  .title-lv1_category {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    background-image: url("/html/user_data/assets/img/common/titile_bg_sp.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    font-family: "Noto Serif JP", serif;
    font-weight: 300;
  }
  .ec-productItemRole .ec-productItemRole__title {
    margin: 1em 0 0.5em;
  }
  .title-lv1_category img {
    margin-right: 20px
  }
  .ec-productItemRole__image {
    margin-top: 20px;
  }
  .ec-blockBtn--favorite i {
    background-color: #cccccc !important;
  }
  .ec-blockBtn--favorite i:hover {
    background-color: #FE79B8 !important;
  }
  .ec-productItemRole .ec-productItemRole__stockout {
    background: rgba(204, 204, 204, 0.8);
  }
  @media only screen and (min-width: 768px) and (max-width: 1279px){
    #page_product_list .title-lv1_category,
    #page_product_list .title-lv2,
    #page_product_list .title-lv2 + p{
      margin-left: 3.906vw;
      margin-right: 3.906vw;
    }
  }
  @media screen and (min-width: 768px) {
    .title-lv1_category {
      padding-bottom: 10px;
      background-image: url("/html/user_data/assets/img/common/titile_bg_pc.png");
      font-size: 1.4rem;
    }
  }
  @media screen and (max-width: 767px) {
    #page_product_list .title-lv1_category,
    #page_product_list .title-lv2,
    #page_product_list .title-lv2 + p{
      margin-left: 6.25vw;
      margin-right: 6.25vw;
    }
    .title-lv1_category img {
      height: 20px;
      margin-right: 10px
    }
  }
  .ec-productItemRole .ec-quantityRole,
  .ec-productItemRole .ec-productItemRole__btn{
    margin-top: 5px;
  }
  /*-- テキスト --*/
  .ec-productItemRole p {
    margin-block-start: 0em;
    margin-block-end: 0em;
  }
  .ec-productItemRole .ec-productItemRole__description {
    margin: 0em 0;
  }
  .item .text-danger {
    color: #55CEE1 !important;
    font-size: 1.2rem;
  }
  /*-- リンク --*/
  .relation-links {
    padding: 10px;
    background-color: #f9f9f9
  }
  .relation-links > li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
  }
  .relation-links > li::before {
    display: block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    background-image: url("/html/user_data/assets/img/common/icon_star.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: ''
  }
  .relation-links > li a {
    text-decoration: underline
  }
  @media screen and (min-width: 768px) {
    .relation-links {
      -ms-flex-wrap: wrap;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      padding: 10px 20px 10px;
    }
    .relation-links > li {
      width: 50%;
      padding-right: 10px
    }
    .relation-links > li::before {
      width: 15px;
      height: 15px;
      margin-right: 20px
    }
  }
  .ec-quantityRole .ec-quantityRole__btn{
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .ec-quantityRole .ec-numberInput{
    width: 30px;
    height: 30px;
  }
  .ec-quantityRole .ec-numberInput input{
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
  }
  @media screen and (max-width: 767px) {
    .ec-productItemRole .ec-quantityRole .ec-numberInput{
      width: 2.65rem;
  
    }
  }
  h3 + .ec-shelfGrid{
    margin-top: 0;
  }
  .ec-shelfGrid{
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .ec-shelfGrid.col10 > * {
    width: calc(100% / 2 - 20px);
  }
  .ec-shelfGrid > *{
    margin-left: 0;
  }
  .ec-shelfGrid__item{
    width: calc((100% - 20px ) / 2);
  }
  .ec-shelfGrid__item.col1{
    width: 100%;
  }
  .ec-shelfGrid__item.col2{
    width: 100%;
  }
  @media (min-width: 1280px) {
    .ec-shelfGrid.col10 > * {
      width: calc(100% /4  - 20px);
    }
    .ec-shelfGrid__item{
      width: calc((100% - 60px ) / 4);
      margin-top: 20px;
    }
    .ec-shelfGrid__item.col1{
      width: 100%;
    }
    .ec-shelfGrid__item.col2{
      width: calc((100% - 60px ) / 2);
    }
  }
  .ec-productItemRole .ec-productItemRole__tags{
    position: absolute;
    bottom: 5px;
    right: 5px;
    margin: 0;
    
  }
  .ec-productItemRole .ec-productItemRole__tags .tag{
    background-color: #fff;
  }
  
  .ec-productItemRole .ec-productItemRole__code{
    margin: 0.2em 0;
  }
  .ec-productItemRole .ec-productItemRole__title{
    margin-bottom: 0;
  }
  /*
      -----------------------------------------------------------------------
      商品詳細
      -----------------------------------------------------------------------
      */
  /*-- 見出し --*/
  .title-lv3 {
    -webkit-box-align: center;
    font-size: 1.0rem;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 14px;
    background-color: #ebebeb;
    font-weight: 400;
    margin: 40px 0;
  }
  .title-lv4 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #205179;
    font-family: "Noto Serif JP", serif;
    font-size: 1.2rem !important;
  }
  .product-details h3 {
    font-size: 1.2rem;
  }
  label.plg-apg-price02{
    color: #55CEE1 !important;
  }
  /*--　テーブル --*/
  .product-details .table, .recipe-table {
    width: 100%;
    border-top: 1px solid #eeeeee
  }
  .product-details .table th, .product-details .table td, .recipe-table th, .recipe-table td {
    padding: 10px 20px;
    border-bottom: 1px solid #eeeeee;
    vertical-align: middle
  }
  .product-details .table th, .recipe-table th {
    background-color: #f9f9f9;
    font-weight: 500
  }
  .product-details .table thead th, .recipe-table thead th {
    background-color: #f9f9f9;
    font-weight: 500
  }
  .product-details .table img, .recipe-table img {
    max-width: 100%;
    width: auto;
    display: block;
  }
  .table--col4 th, .table--col4 td {
    width: calc(100% / 4)
  }
  .table--col2 th, .table--col2 td {
    width: calc(100% / 2)
  }
  .table-accent {
    background-color: #fce1e4;
    font-weight: 500
  }
  .table-small {
    border-top: 1px solid #eeeeee
  }
  .table-small th, .table-small td {
    border-bottom: 1px solid #eeeeee;
    vertical-align: middle
  }
  .table-small th {
    width: 70px;
    padding: 5px;
    background-color: #f9f9f9;
    font-weight: 500;
    text-align: center
  }
  .table-small td {
    padding: 5px 20px
  }
  .table-small thead th {
    background-color: #f9f9f9;
    font-weight: 500
  }
  @media screen and (min-width: 768px) {
    .table-small th {
      width: 120px
    }
  }
  @media screen and (max-width: 767px) {
    .product-details .table, .recipe-table {
      border-bottom: 1px solid #eeeeee
    }
    .product-details .table th, .product-details .table td, .recipe-table th, .recipe-table td {
      display: block;
      border: none
    }
    .table-small {
      width: 100%;
      border-bottom: 1px solid #eeeeee
    }
  }
  @media only screen and (min-width: 1280px){
    .ec-productRole__category{
      margin-bottom: 0 !important;
    }
    .ec-productRole .ec-productRole__grid{
      align-items: flex-start;
      overflow: hidden;
    }
  }
  .ec-productRole__cartinRow .ec-productRole__btn{
    margin-top: 0;
  }
  .ec-productRole .ec-productRole__freearea{
    margin-top: 10px !important;
  }
  .ec-productRole .ec-productRole__freearea img{
    max-width: 100%;
    width: auto;
  }
  /*--　レシピ --*/
  .recipe {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
  }
  .recipe-item img {
    margin-right: auto;
    margin-left: auto
  }
  .recipe-level {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-top: 10px
  }
  .recipe-level dt {
    margin-right: 10px
  }
  .recipe-level dd {
    margin-right: 3px
  }
  .bg-blue {
    position: relative;
    padding: 10px 15px;
    border: 1px solid #9ddcfb;
    background-color: #f2fbff
  }
  .bg-gray {
    position: relative;
    padding: 10px 15px;
    background-color: #f9f9f9
  }
  @media screen and (min-width: 768px) {
    .recipe {
      padding: 0 20px
    }
    .recipe-item {
      width: calc((100% - 99px) / 4)
    }
    .recipe-item:not(:first-child) {
      margin-left: 33px
    }
    .flex-pc {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex
    }
    .flex-between-pc {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between
    }
    .bg-gray {
      padding: 20px
    }
    .bg-blue {
      padding: 20px 30px;
    }
    .title-lv4 {
      font-size: 1.8rem
    }
  }
  @media screen and (max-width: 767px) {
    .recipe {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0 10px
    }
    .recipe-item {
      width: calc((100% - 13px) / 2)
    }
    .recipe-item:nth-child(n+3) {
      margin-top: 10px
    }
  }
  .ec-topicpath .ec-topicpath__item a {
    color: #F982B7;
  }
  .ec-topicpath .ec-topicpath__item:last-child a {
    color: #444444;
  }
  /*-- ボタン --*/
  .ec-blockBtn--cartin {
    background-color: #ace3ff;
    border-color: #ace3ff;
  }
  .ec-blockBtn--cartin:hover{
    background-color: #f982b7;
    border-color: #f982b7;
  }
  .ec-inlineBtn{
    border-color: #84E3F2;
    background-color: #84E3F2;
  }
  .ec-inlineBtn:hover{
      border-color: #84E3F2;
      background-color: #84E3F2;
      opacity: .5;
  }
  .ec-inlineBtn--action{
      background-color: #55CEE1;
      border-color: #55CEE1;
  }
  .ec-inlineBtn--action:hover{
    background-color: #f982b7;
    border-color: #f982b7;
  }
  .button-pink {
    background-color: #f982b7;
  }
  .button-pink:hover {
    color: #fff;
    text-decoration: none;
  }
  #page_product_detail .ec-blockBtn--cartin:hover{
    border-color: #ace3ff;
    background-color: #ace3ff;
    opacity: .5;
  }
  .btn-v1{
    background-color: #84E3F2 !important;
    border-color: #84E3F2 !important;
    color: #fff;
  }
  .btn-v2{
    background-color: #55CEE1 !important;
    border-color: #55CEE1 !important;
    border-radius: 100px;
    color: #fff;
  }
  /*-- SNSボタン --*/
  .ec-productRole .ec-productRole__share .shareBtnList li a {
    background: #fff;
    color: #1D5A91;
    border: 1px solid #1D5A91;
  }
  
  /*-- インプット・ボタン --*/
  
  .s8addcartPlg input[type='text'] {
      border: 1px solid #cccccc;
  }
  
  .s8addcartPlg input[type='submit']{
      border: none;
      background: #ace3ff;
      color: white;
  }
  
  /*
      -----------------------------------------------------------------------
      注文方法
      -----------------------------------------------------------------------
      */
  .button-green {
    background-color: #85d5ce
  }
  .button-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-transition: .35s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 12px;
    color: #fff;
    font-size: 1.2rem;
    transition: .35s
  }
  .button-icon > i {
    font-size: .9em
  }
  .button-icon:hover {
    opacity: .9
  }
  .list-number > li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
  }
  .list-number > li:not(:first-child) {
    margin-top: 5px
  }
  .list-number-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #ace3ff;
    color: #fff;
    font-weight: bold
  }
  @media screen and (min-width: 768px) {
    .list-number-icon {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      font-size: 1.6rem
    }
    .button-icon {
      padding: 6px 25px 8px 20px;
    }
    .button-icon > i {
      margin-right: 10px;
      padding-top: 4px
    }
  }
  /*
      -----------------------------------------------------------------------
    カート
    -----------------------------------------------------------------------
      */
  .ec-progress .is-complete .ec-progress__number {
    background-color: #55CEE1;
  }
  .ec-blockBtn--cancel {
    background-color: #ace3ff;
    border-color: #ace3ff;
  }
  .ec-blockBtn--cancel:hover{
      background-color: #ace3ff;
      border-color: #ace3ff;
      opacity: .5;
  }
  .ec-modal-box .ec-inlineBtn--cancel{
    background-color: #ace3ff !important;
    border-color: #ace3ff !important;
  }
  .ec-modal-box .ec-inlineBtn--cancel:hover{
    opacity: .5;
  }
  #valid_term .ec-select + .ec-select{
    margin-top: 0;
  }
  /*
      -----------------------------------------------------------------------
    お気に入り
    -----------------------------------------------------------------------
      */
  .ec-productRole__btn {
    margin-top: 1em;
  }
  
  
  .ec-navlistRole__item.active a{
    background-color: #ace3ff !important;
    border-color: #ace3ff !important;
  }
  
  /*
      -----------------------------------------------------------------------
      other
      -----------------------------------------------------------------------
      */
  .text-line {
    text-decoration: underline
  }
  /*-- 見出し　--*/
  .ec-helpRole h3 {
    border-left: solid 5px #9ddcfb;
  }
  .col3 {
    list-style: none;
  }
  .col3 > div {
    width: 33.33333%
  }
  .orig-image {
    width: auto !important;
    max-width: initial;
    height: auto !important
  }
  .ec-blockBtn--favorite i {
    background-color: #E6B7C9;
  }
  .ec-blockBtn--action {
    border-radius: 100px;
    border-color: #55CEE1;
    background-color: #55CEE1;
  }
  .ec-blockBtn--action:hover {
    border-color: #f982b7;
    background-color: #f982b7;
  }
  .ec-blockBtn--action-v2 {
    border-radius: 100px;
    /* border-color: #ace3ff;
    background-color: #ace3ff; */
  }
  #page_product_list .ec-productItemRole__btn .ec-blockBtn--action,
  .ec-login .ec-login__actions .ec-blockBtn--action{
    background-color: #ace3ff;
    border-color: #ace3ff;
  }
  #page_product_list .ec-productItemRole__btn .ec-blockBtn--action:hover,
  .ec-login .ec-login__actions .ec-blockBtn--action:hover{
    background-color: #ace3ff;
    border-color: #ace3ff;
    opacity: .5;
  }
  .ec-cartRole .ec-blockBtn--action:hover,
  .ec-totalBox .ec-totalBox__btn .ec-blockBtn--action:hover,
  .col-sm-4 .ec-blockBtn--action:hover{
    border-color: #f982b7;
    background-color: #f982b7;
  }
  .ec-favoriteRole__itemPrice,
  .ec-price__price {
    color: #55CEE1 !important;
  }
  .category_other_info p {
    text-align: left !important;
  }
  .text-indent{
    text-indent: 1em;
    margin-left: -1em;
  }
  .icon-pink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .icon-pink:before {
    margin-right: 1em;
    color: #f982b7;
    content: '＊'
  }
  .color-blue {
    color: #9ddcfb;
  }
  .color-l-pink, .color-pink {
    color: #f982b7
  }
  .font-regular {
    font-weight: 400;
  }
  .font-bold {
    font-weight: 600
  }
  .common-text-v1{
    color: #f00;
    font-size: 18px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mt5 {
    margin-top: 5px;
  }
  .mt10 {
    margin-top: 10px;
  }
  .mt20 {
    margin-top: 20px;
  }
  .mr10 {
    margin-right: 10px !important
  }
  .ml10 {
    margin-left: 10px !important
  }
  .ml15 {
    margin-left: 15px !important
  }
  .ml40 {
    margin-left: 40px !important
  }
  .mb20 {
    margin-bottom: 20px;
  }
  .mb40 {
    margin-bottom: 40px;
  }
  .pb20 {
    padding-bottom: 20px;
  }
  .pt20 {
    padding-top: 20px;
  }
  .pt40 {
    padding-top: 40px;
  }
  .text-l{
    text-align: left !important;
  }
  .text-r{
    text-align: right !important;
  }
  .text-c{
    text-align: center !important;
  }
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .flex-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .flex-flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .flex-flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
  .flex-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
  .flex-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .flex-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
  }
  .flex-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .flex-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .flex-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }
  .flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .flex-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .icon-star {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    align-items: center;
  }
  .link-star {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    align-items: center;
    text-decoration: underline
  }
  .icon-star::before, .link-star::before {
    display: block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    background-image: url("/html/user_data/assets/img/common/icon_star.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: ''
  }
  @media screen and (max-width: 767px) {
    .sp-none{
      display: none;
    }
    .flex-sp {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex
    }
    .flex-column-sp {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
    }
    .flex-column-reverse-sp {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse
    }
    .flex-center-sp {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center
    }
    .flex-flex-start-sp {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start
    }
    .flex-flex-end-sp {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end
    }
    .flex-around-sp {
      -ms-flex-pack: distribute;
      justify-content: space-around
    }
    .flex-between-sp {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between
    }
    .flex-baseline-sp {
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline
    }
    .flex-top-sp {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start
    }
    .flex-middle-sp {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center
    }
    .flex-bottom-sp {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end
    }
    .flex-wrap-sp {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
    }
    .flex-nowrap-sp {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap
    }
  }
  @media screen and (min-width: 768px) {
    .pc-mt10 {
      margin-top: 10px !important
    }
    .pc-w-40 {
      width: 40% !important
    }
    .pc-w-55 {
      width: 55% !important
    }
    .pc-none{
      display: none;
    }
    .icon-star::before, .link-star::before {
      width: 15px;
      height: 15px;
      margin-right: 20px
    }
  }
  .ec-orderCoupon{
      margin-bottom:20px;
  }
  
  #RelatedProductPro-product_area .ec-shelfGrid__item span br{
    display: none;
  }
  #RelatedProductPro-product_area .ec-shelfGrid__item span form{
    margin-top: 5px;
    margin-bottom: 10px;
  }