/* カスタマイズ用CSS */
body{
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

/*20230613*/
.kkuhn_link{
    pointer-events: none;
}
.ec-itemNav__nav li ul li a:last-child {
    pointer-events: none;
}

/*ヘッダー・ナビ*/
.ec-headerNaviRole{
    max-width: none;
}
.ec-itemNav__nav {
    width: 1360px;
    display: flex;
    justify-content: space-between/*space-around*/;
    align-items: center;
    height: 65px;
}
.ec-itemNav{
    border-top: 1px solid #068506;
    border-bottom: 1px solid #068506;
}
.ec-headerTitle img {
    width: 65%;
    transition:0.7s;
}
.ec-headerTitle img:hover{
    opacity:0.9;
    transition:0.7s;
}
.ec-headerTitle .ec-headerTitle__title {
    text-align: left;
}
.ec-headerNaviRole .ec-headerNaviRole__right {
    justify-content: space-between;
}
.ec-headerNaviRole .ec-headerNaviRole__right {
    width: 100%;
}
@media screen and (min-width:767px){
    .ec-headerNaviRole__left {
        display: none;
    }
    .ec-cartNavi{
        align-items: end;
    }
}
.header_02 {
    display: flex;
    width: 26%;
}
.nm_btn {
    background: #0E890E;
    transition:0.7s;
}
.nm_btn:hover{
    opacity:0.7;
    transition:0.7s;
}
.lgin_btn {
    background: #E77728;
    transition:0.7s;
}
.lgin_btn:hover{
    opacity:0.7;
    transition:0.7s;   
}
.ec-headerNav .ec-headerNav__itemLink,.ec-headerNav .ec-headerNav__itemIcon {
    color: #fff;
}
.ec-headerNav .ec-headerNav__item{
    border-radius: 3rem;
    /*margin-right: 5%;*/
    width: 60%;
    text-align: center;
}
.ec-headerNaviRole {
    padding-bottom: 0.5%;
}
i.fa-regular.fa-angle-down {
    padding-left: 10px;
}
.ec-headerNaviRole .ec-headerNaviRole__nav a{
    display: flex;
    justify-content: center;
    padding: 7% 3%;
    width: 10rem;
}
.ec-headerNav {
    display: flex;
}
.ec-headerNav .ec-headerNav__item {
    display: block;
}
/*.ec-cartNaviWrap {
    margin-left: 25%;
}
.ec-headerNav__item.nm_btn {
    margin-right: 5%;
}*/
/*.ec-itemNav__nav li ul li a {
    border-bottom: 1px solid #fff;
    background: #2E7738;
}
ul.ec-itemNav__nav li ul li a:hover{
    background: #2E7738;
}
.ec-itemNav__nav li a{
    transition: 0.7s;
}*/
.ec-itemNav__nav li a:hover{
    background: #fff;
    color: #329A40;
    transition: 0.7s;
}
.ec-headerNav__item.nm_btn {
    margin-right: 4%;
}
.ec-headerRole__cart {
    margin-left: 5%;
}
i.ec-headerNav__itemIcon.fas.fa-lock.fa-fw {
    margin: 0;
}
.sp_ver{
    display: none;
}
.ec-itemNav__nav li ul li a{
    background: #fff/*#F9F9F9*/;
    color: #464646;
}
.ec-itemNav__nav li ul li ul li a {
    background: #fff;
}
.ec-itemNav__nav > li:hover li:hover > a {
  background: #dbdbdb;
}
.ec-itemNav__nav li:hover ul li ul li a:hover {
  background: #dbdbdb;
}
@media only screen and (min-width: 768px){
    .ec-itemNav__nav li ul li ul:before{
        color: #464646;
    }
    .ec-itemNav__nav li ul li ul::before:hover{
        color: #329A40;
    }
    
}
.ec-progress .is-complete .ec-progress__number {
    background: #329A40;
}
.ec-progress .is-complete .ec-progress__label {
    color: #329A40;
}



/*TOPimg*/
.top_img img {
    max-width: 100%;
    object-fit: cover;
    height: 25rem;
}
.ec-categoryNaviRole{
    padding-left: 0;
    padding-right: 0;
    max-width: none;
}
.ec-categoryNaviRole a{
    color: #464646;
}

.ec-layoutRole .ec-layoutRole__contents{
    max-width: none;
}


/*footer*/
.ec-footerRole{
    background: #F9F9F9;
    border-top: 1px solid #068506;
}
.footer_flex {
    display: flex;
    max-width: 1360px;
    margin: 0 auto;
    padding: 5% 0;
    justify-content: space-between;
    font-weight: 500;
}
.footer_flex a{
    color: #464646;
    transition: 0.7s;
}
.da_contact a {
    background: #fff;
    border: 1.7px solid #707070;
    border-radius: 5rem;
    text-align: center;
    padding: 6% 10%;
    /*width: 80%;*/
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.da_contact {
    margin-top: 20%;
}
.da_lg img {
    width: 60%;
}
.da_lg {
    margin-bottom: 13%;
}
.detail_area01 {
    text-align: center;
}
.ec-footerTitle__copyright {
    text-align: center;
    padding-bottom: 2%;
}
.detail_area02{
    display: flex;
    justify-content: space-between;
    width: 60%;
}
.fn_02, .fn_03 {
    /*display: flex;
    flex-wrap: wrap;*/
    list-style: none;
    padding-left: 0;
}
ul.fn_02 li {
    margin-bottom: 10%;
}
ul.fn_03 li {
    margin-bottom: 4%;
}
i.fa-light.fa-angle-right {
    margin-right: 5%;
}
.fn_01 span, .fn_02 span, .fn_03 span {
    width: 100%;
}
.fn_01 ul {
    list-style: none;
}
.fn_01 {
    width: 15%;
    line-height: 1.7rem;
}
.fn_02 {
    width: 18%;
}
.fn_03 {
    width: 40%;
}
.detail_area02 a:hover{
    color: #329A40;
    transition: 0.7s;
}
.da_contact a:hover{
    background: #2E7738;
    color: #fff;
    transition: 0.7s;
}
i.fa-light.fa-envelope {
    font-size: 1.5rem;
    margin-right: 3%;
}
.ec-footerTitle__copyright {
    font-weight: 600;
}


/*---------以下コンテンツ---------*/
.ec-secHeading .ec-secHeading__en {
    font-size: 13px;
}
.ec-secHeading .ec-secHeading__ja {
    font-size: 1.2rem;
    font-weight: 500;
}
.ec-secHeading{
    color: #464646;
}
/*カテゴリブロック*/
.ctgr_role {
    display: flex;
    
}
.ec-categoryRole__listItem a {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    justify-content: center;
    margin-left: auto;
    color: #464646;
}
span.ec-secHeading__ja.ctgr_t_ja {
    font-size: 1.2rem;
    font-weight: 500;
    display: block;
}
span.ec-secHeading__en.ctgr_t_en {
    font-size: 13px;/*0.9rem*/
    width: 100%;
}
span.ec-secHeading__line.ctgr_t_line{
    /*margin-left: 15%;
    margin-top: 7%;
    margin-bottom: 4%;*/
    margin: 7% auto 7%;
}
.ctgr_role .ec-secHeading {
    width: 20%;
    text-align: center;
    padding: 1%;
    margin: 3% 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.ctgr_role span.ec-secHeading__ja {
    font-weight: 500;
    margin-top: 7%;
    width: 100%;
    text-align: center;
}
.img_z_box{
    /*width: 210px;*/
    overflow:hidden;
}
.img_z_box img{
 transition:1s all;
}
.img_z_box img:hover{
  transform:scale(1.1,1.1);
  transition:1s all;
}
._all_p_btn {
    width: 6%;
    position: absolute;
    text-align: center;
    left: 27rem;
    top: 56rem;
}
._all_p_btn a {
    background: #2E7738;
    color: #fff;
    display: inline-block;
    padding: 15% 13%;
    width: 153px;/*145px*/
}
.ec-categoryRole.ctgr_area {
    padding: 8rem 0 0;
    background: none;
}
@media only screen and (min-width: 768px){
    .ec-categoryRole .ec-categoryRole__listItem:not(:last-of-type) {
        margin-right: 0;
}
}
/*
div.test_pllx {
    position: relative;
}
.ball1 {
    width: 70%;
    padding-top: 70%;
    background-color: #0f0;
    opacity: 0.5;
    border-radius: 50%;
    top: -150px;
    left: 30%;
}
.ball2 {
    width: 70%;
    padding-top: 70%;
    background-color: #0f0;
    opacity: 0.5;
    border-radius: 50%;
    top: -150px;
    left: 30%;
}
.ball3 {
    width: 80%;
    padding-top: 80%;
    border-radius: 50%;
    top: -200px;
    background-color: #00f;
    opacity: 0.5;
}
.ball4 {
    width: 60%;
    padding-top: 60%;
    border-radius: 50%;
    top: -100px;
    left: 40%;
    background-color: #a0f;
    opacity: 0.5;
}
*/


/*おすすめ*/
div#recommend_area {
    padding-top: 10rem;
}
@media only screen and (min-width: 768px){
    .ec-shelfGrid .ec-shelfGrid__item {
        padding: 0 16px;
        width: 25%;/*22%*/
        /*margin-right: 4.5%;*/
    }
}
li.ec-shelfGrid__item .img_z_box {
    width: 213px;
    margin: 0 auto;
}
dd.item_price {
    margin-top: 5%;
    font-weight: 600;
    color: #da4444;
}
dt.item_name {
    color: #464646;
}
.ec-shelfGrid__item dl {
    margin-top: 7%;
    margin-left: 8%;
}

/*鮮ど市場について_詳細*/
.img_bg img {
    width: 100%;
    object-fit: cover;
    height: 33rem;
}
.shop_feature_intro {
    width: 45%;
    margin-left: auto;
    position: relative;
    bottom: 25rem;
}
.sfi_con {
    background: rgb(255,255,255,0.89);
    padding: 7% 20% 10%;
    border-radius: 2rem 0 0 2rem;
}
span.sfi_title {
    font-size: 1.75rem;
    font-weight: 500;
    font-family: 'Zen Maru Gothic', sans-serif;
}
.sfi_con p {
    margin-top: 5%;
    line-height: 1.7rem;
    font-size: 0.9rem;
}
.sfi_con a {
    display: inline-block;
    position: relative;
    top: 1.7rem;
    left: 27rem;
    color: #464646;
}


/*バナーエリア*/
.banner_area {
    background: #FFFAF2;
    margin-bottom: 5%;
    height: 910px;
}
.banner_con {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    padding: 8% 0 3%;
}
.banner_area img {
    width: 90%;
    margin-bottom: 5%;
}
.aud_area {
    height: 528px;/*680px*/
}
.banner_con a{
    transition: 0.7s;
}
.banner_con a:hover{
    opacity: 0.7;
    transition: 0.7s;
}
/*========= waveを描画するエリア設定 ===============*/
canvas{
    /*position: absolute;
    bottom: 0;
  left:0;*/
    width: 100%;
}


/*おすすめ商品*/
.ec-secHeading {
    margin-bottom: 5%;
}
.ec-shelfRole {
    padding: 0 0 5% 0;
}
.ec-secHeading {
    text-align: center;
}


/*新着情報*/
.ec-newsRole .ec-secHeading {
    margin-bottom: 2%;
}
.ec-newsRole {
    padding: 0;
}
.ec-newsRole .ec-newsRole__news{
    border: none;
    padding: 10px 30px 20px;
}
.ec-newsRole .ec-newsRole__newsItem{
    padding: 0;
}
.ec-newsRole .ec-newsRole__newsTitle,.ec-newsRole .ec-newsRole__newsDate{
    color: #464646;
}
.ec-newsRole__news {
    width: 80%;
    margin: 0 auto;
}
.ec-newsRole__newsHeading {
    padding: 15px 30px;
    
}
.ec-newsRole .ec-newsRole__newsItem:not(:last-of-type) {
    border-bottom: 1px solid #068506;
}
.text-right.ec-newsRole__newsItem {
    text-align: center;
    margin-top: 7%;
}
a.btn.btn-default.btn_arrow {
    background: #2E7738;
    color: #fff;
    padding: 2% 5%;
    border-radius: 0;
}
div.news_page .ec-searchnavRole .ec-searchnavRole__infos{
    display: none;
}
@media only screen and (min-width: 768px){
    div.news_page .ec-searchnavRole .ec-searchnavRole__infos{
        display:none;
    }
}
.news_page a {
    color: #464646;
}
.news_t_btn,.backtolist_btn {
    text-align: center;
    margin-top: 6%;
}
.news_t_btn a.btn_arrow, div.ndp_contents a.btn_arrow {
    background: #2E7738;
    color: #fff;
    padding: 2% 5%;
    border-radius: 0;
}
.news_page h2 {
    text-align: center;
    margin-top: 6%;
    margin-bottom: 3%;
}
a.news__title {
    font-weight: 500;
    transition: 0.7s;
}
a.news__title:hover{
    opacity: 0.7;
    transition: 0.7s;
}
.news_page .ec-role{
    max-width: 900px;
}
.ec-searchnavRole{
    padding: 0;
}
.ndp_contents hr {
    display: none;
}
.ndp_contents{
    margin-top: 5%;
    max-width: 900px;
}
.news_detail_page {
    display: none;
}
@media (min-width: 768px){
.col-md-8 {
    width: 100%;
}
}
h2.npsr-title {
    margin-bottom: 5%;
}
.backtolist_btn {
    margin-top: 10%;
}


/*------------------
　　　　　矢印
------------------*/
/*矢印が右に移動する*/
.btn_arrow{
    /*矢印と下線の基点とするためrelativeを指定*/
  position: relative;
    /*形状*/
    display: inline-block;
  padding: 0 20px;
    color: #333;
    text-decoration: none;
    outline: none;
}

/*矢印と下線の形状*/
.btn_arrow::before{
    content: '';
    /*絶対配置で下線の位置を決める*/
  position: absolute;
    bottom:-8px;
    left:15%;
    /*下線の形状*/    
    width: 85%;
    height: 1px;
  background:#333;
    /*アニメーションの指定*/
    transition: all .3s;
}

.btn_arrow::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
  position: absolute;
    bottom:-3px;
    right:0;
    /*矢印の形状*/    
    width: 15px;
    height:1px;
  background:#333;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

/*hoverした際の移動*/
.btn_arrow:hover::before{
    left:20%;
}

.btn_arrow:hover::after{
    right:-5%;
}

/*各コンテンツ内の矢印*/
.sfi_con .btn_arrow{
    color: #464646;
}

/*矢印_商品カテゴリ箇所*/
._all_p_btn a.btn_arrow::before/*,.ec-newsRole__newsItem.btn_arrow::before*/{
    bottom: 10px;
    background: #fff;
    width: 75%;
    right: 10px;
}
._all_p_btn a.btn_arrow::after/*,.ec-newsRole__newsItem.btn_arrow::after*/ {
    bottom: 15px;
    background: #fff;
    right: 15px;
}
.btn_arrow:hover::before{
    left:20%;
}
._all_p_btn a.btn_arrow:hover::after {
    right: 5%;
}

/*矢印_お知らせ一覧箇所*/
.ec-newsRole__newsItem a.btn_arrow::before{
    bottom: 10px;
    background: #fff;
    width: 75%;
    right: 15px;
}
.ec-newsRole__newsItem a.btn_arrow::after {
    bottom: 15px;
    background: #fff;
    right: 15px;
}
.ec-newsRole__newsItem a.btn_arrow:hover::after {
    right: 5%;
}

/*お知らせ一覧ページ内矢印*/
.news_t_btn a.btn_arrow::before{
    background: #fff;
    bottom: 12px;
    left: 30%;
    width: 55%;
}
.news_t_btn a.btn_arrow:hover::before{
    left: 35%;
}
.news_t_btn a.btn_arrow::after{
    background: #fff;
    bottom: 17px;
    right: 20px;
}
.news_t_btn a.btn_arrow:hover::after{
    right: 13px;
}
/*お知らせ詳細ページ_一覧へ戻る*/
.ndp_contents a.btn_arrow::before{
    bottom: 10px;
    left: 25%;
    width: 65%;
    background: #fff;
}
.ndp_contents a.btn_arrow::after{
    bottom: 15px;
    right: 18px;
    width: 15px;
    background: #fff;
}
.ndp_contents a.btn_arrow:hover::before{
    bottom: 10px;
    left: 30%;
    width: 65%;
    background: #fff;
}
.ndp_contents a.btn_arrow:hover::after{
    bottom: 15px;
    right: 10px;

}

.sg_arrow a.btn_arrow::before {
    background: #fff;
    bottom: 12px;
    left: 32%;
}
.sg_arrow a.btn_arrow:hover::before {
    background: #fff;
    bottom: 12px;
    left: 36%;
}

/*TOPへ戻るボタン*/
i.fa-regular.fa-chevron-up {
    font-size: 1.8rem;
    position: relative;
    top: 26%;
}
.ec-blockTopBtn{
    width: 60px;
    height: 60px;
    background-color: #2E7738;
    border-radius: 3rem;
}

/*お問い合わせページ詳細*/
body#page_contact .ec-pageHeader {
    text-align: center;
    margin-top: 3%;
}
body#page_contact .ec-pageHeader h1 {
    border-bottom: none;
}
button.ec-blockBtn--action {
    background: #2E7738;
    border: #2E7738;
    transition:0.7s;
}
button.ec-blockBtn--action:hover {
    background: #FFF;
    border: 1px solid #2E7738;
    color: #2E7738;
    transition:0.7s;
}

/*お気に入りボタン*/
button#favorite{
    background: #DE5D50;
    border-color: #DE5D50;
    transition: 0.7s;
}
button#favorite:hover {
    background: #fff;
    border-color: #DE5D50;
    color: #DE5D50;
    transition: 0.7s;
}

/*test*/
/***背景共通***/
body::before, body::after{
  content: "";
  position: fixed; /*画面に固定表示*/
  top: 0;
  left: 0;
  width: 100vw; /*画面幅*/
  height: 100vh; /*画面の高さ*/
  transform-origin: right; /*動く向き*/
}

/***前面の背景***/
body::before{
  background: #2E7738; /*濃い緑*/
  z-index: 1000; /*最前面*/
  animation: right-move 0.4s forwards;
  animation-delay: 0.2s;
}

/***背面の背景***/
body::after{
  background: #89c997; /*薄い緑*/
  z-index: 999; /*1つ後ろ*/
  animation: right-move 0.4s forwards; 
  animation-delay: 0.4s; /*上の背景が動き終わるまで遅延*/
    opacity:.3;
}

/***背景が動くアニメーション***/
@keyframes right-move{
  0%{
    transform: scaleX(1); /*MAX幅*/
  }
  100% {
    transform: scaleX(0); /*幅0*/
    visibility: hidden; /*非表示に*/
  }
}
/*test*/
.ec-productRole {
    margin-top: 7%;
}

/*会社概要・特商法あたり*/
.ec-pageHeader h2, .ec-pageHeader .h2{
    margin-top: 2%;
    margin-bottom: 6%;
}
@media only screen and (min-width: 768px){
.ec-pageHeader h2, .ec-pageHeader .h2 {
        text-align: center;
        border-bottom: none;
        color: #464646;
        margin-top: 7%;
        margin-bottom: 5%;
        font-weight: 500;
    }
}

/*ローディング画面の装飾*/
.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #F9F9F9;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}


/*ショッピングガイド*/
span.gct_number {
    font-size: 3rem;
    font-weight: 300;
    color: #464646;
}
span.gc_title {
    font-size: 1.7rem;
    margin-left: 1.5%;
    color: #464646;
}
.gct_con {
    border-bottom: 1px solid #464646;
}
.guide_contents p {
    letter-spacing: 0.03rem;
    color: #464646;
    line-height: 2rem;
    margin-top: 1.3%;
}
.guide_contents {
    margin: 10% auto;
}
#sec_01 {
    margin-top: 5%;
}


/*商品一覧ページ*/
p.price02-default {
    color: #da4444;
    font-weight: 600;
    margin: 0 0 3%;
    text-align: right;
}
p.product_i_name {
    height: auto;
}
.ec-numberInput {
    text-align: right;
}

/*ショッピングガイド*/
table.guide_table, .guide_table td {
    border: 1px solid #ccc;
    padding: 10px 20px;
    margin: 10px 0 0 0;
}
td.area_title {
    background: #2E7738;
    color: #fff;
}
img.cash_logo_img {
    width: 25%;/*55%*/
}


/*------------------
　　　レスポンシブ
------------------*/
@media screen and (max-width:767px){
    .ec-pageHeader h2 {
        text-align: center;
    }
    /*ヘッダー・ナビ*/
    .ec-headerNaviRole .ec-headerNaviRole__nav a{
        display: none;
    }
    .ec-headerTitle .ec-headerTitle__title a{
        margin-bottom: 0;
    }
    .ec-headerRole{
        padding: 0;
    }
    .ec-headerNavSP{
        top: 20px;
        left: 20px;
    }
    i.fas.fa-bars {
        font-size: 1.5rem;
    }
    .sp_ver{
        display: block;
    }
    .ec-headerNaviRole {
        padding-bottom: 5%;
    }
    .top_img img {
        height: 6rem;
    }
    .ec-cartNavi .ec-cartNavi__badge{
        left: 85%;
        top: 2%;
    }
    .ec-itemNav__nav{
        display: block;
        height: auto;
    }
    
    /*カテゴリエリア*/
    .ec-categoryRole.ctgr_area{
        padding: 0rem 0 6rem;
    }
    .ctgr_role {
        display: block;
    }
    span.ec-secHeading__ja.ctgr_t_ja {
        display: inline;
    }
    .ctgr_role .ec-secHeading {
        width: 100%;
    }
    span.ec-secHeading__line.ctgr_t_line {
        margin: 0 6% 0;
    }
    .ctgr_role span.ec-secHeading__ja{
        margin-top: 0;
    }
    .ctgr_area .ec-secHeading {
        margin-bottom: 10%;
    }
    .ec-categoryRole .ec-categoryRole__listItem{
        width: 50%;
    }
    .img_z_box {
        width: 85%;
    }
    ._all_p_btn {
        left: 30%;
        top: 43rem;
    }
    .ec-categoryRole__listItem a{
        width: 100%;
    }
    ._all_p_btn a{
        padding: 70% 13%;
    }
    .ctgr_role .ec-secHeading{
        display: block;
    }
    
    /*おすすめ商品*/
    ul.ec-shelfGrid {
        margin: 0 auto;
        width: 85%;
    }
    li.ec-shelfGrid__item .img_z_box {
        width: 95%;
    }
    .ec-secHeading.ecsr_ossm_title {
        margin-top: 5%;
    }
    .ec-secHeading.ecsr_ossm_title {
        margin-bottom: 10%;
    }
    .ec-shelfRole {
        padding: 7% 0 5% 0;
    }
    div#recommend_area {
        padding-top: 0rem;
    }
    
    /*鮮ど市場について_詳細*/
    .sfi_con a{
        left: 0;
    }
    .shop_feature_intro{
        bottom: 3rem;
    }
    .img_bg img{
        height: 11rem;
    }
    .shop_feature_intro {
        width: 80%;
        margin: 0 auto;
    }
    .sfi_con{
        border-radius: 2rem;
    }
    .aud_area {
        height: 465px;
    }
    .sfi_con p {
        margin-top: 10%;
    }
    .sfi_con {
        padding: 15% 15% 10%;
    }
    .sfi_con a {
        left: 60%;
        top: 30px;
    }
    
    /*バナーエリア*/
    .banner_area {
        height: 445px;
    }
    .banner_con {
        text-align: center;
        width: 100%;
        padding: 17% 0 7%;
    }
    .banner_area img {
        width: 90%;
        margin-bottom: 0;
        margin-top: 7%;
    }
    
    /*お知らせ*/
    .ec-newsRole .ec-newsRole__news{
        padding: 0;
    }
    .ec-newsRole__news {
        width: 100%;
        margin: 0 auto;
    }
    .ec-newsRole {
        margin-top: 8%;
    }
    .ec-newsRole__newsHeading {
        padding: 13px 0px;
    }
    .ec-role {
        padding-bottom: 10%;
        padding-top: 5%;
    }
    a.btn.btn-default.btn_arrow {
        padding: 5% 10%;
    }
    .ec-newsRole .ec-newsRole__newsItem:last-of-type {
        margin-bottom: 0px;
    }
    .text-right.ec-newsRole__newsItem {
        margin-top: 10%;
    }
    
    
    /*フッター*/
    .footer_flex{
        display: block;
    }
    .detail_area02 {
        display: block;
        width: 100%;
    }
    .fn_01{
        display: none;
    }
    .fn_02,.fn_03{
        width: 90%;
        margin: 0 auto;
    }
    .da_contact a{
        width: 70%;
        padding: 4% 10%;
        margin-bottom: 8%;
    }
    .da_contact {
        margin-top: 8%;
    }
    .da_lg img {
        width: 50%;
    }
    .da_lg {
        margin-bottom: 8%;
        margin-top: 5%;
    }
    .fn_02 span,.fn_03 span {
        margin-bottom: 5%;
    }
    i.fa-light.fa-angle-right {
        margin-right: 3%;
        color: #464646;
    }
    .fn_03 {
        border-bottom: 1px solid #2E7738;
    }
    ul.fn_02 li {
        margin-bottom: 5%;
    }
    ul.fn_03 li {
        margin-bottom: 5%;
    }
    
    
    /*矢印*/
    /*お知らせ一覧*/
    .news_t_btn a.btn_arrow{
        padding: 3% 10%;
    }
    .news_t_btn, .backtolist_btn, .backtolist_btn a.btn_arrow {
        margin-top: 11%;
    }
    .news_t_btn a.btn_arrow::before {
        bottom: 7px;
    }
    .news_t_btn a.btn_arrow:hover::before {
        bottom: 7px;
    }
    .news_t_btn a.btn_arrow::after {
        background: #fff;
        bottom: 11px;
        right: 16px;
    }
    .news_t_btn a.btn_arrow:hover::after {
        bottom: 11px;
        right: 10px;
    }
    .news_page h2{
        margin-top: 6%;
        margin-bottom: 0%;
    }
    .news_page .ec-role, #page_news_detail .ec-role {
        padding-bottom: 5%;
    }
    
    /*お知らせ詳細ページ*/
    div.backtolist_btn a.btn_arrow {
        padding: 4% 10%;
    }
    .backtolist_btn a.btn_arrow::before {
        bottom: 7px;
    }
    .backtolist_btn a.btn_arrow:hover::before {
        bottom: 7px;
    }
    .backtolist_btn a.btn_arrow::after {
        background: #fff;
        bottom: 11px;
        right: 16px;
    }
    .backtolist_btn a.btn_arrow:hover::after {
        bottom: 11px;
        right: 7px;
    }
    
    /*ショッピングガイド*/
    span.gct_number {
        font-size: 2rem;
    }
    span.gc_title {
        font-size: 1.3em;
        margin-left: 3.5%;
    }
    .guide_contents p {
        letter-spacing: 0.01rem;
        color: #464646;
        line-height: 2rem;
        margin-top: 1.3%;
        font-size: 0.9rem;
    }
    img.cash_logo_img {
        width: 50%;
    }
    
    
}