@charset "utf-8";


body {
  margin: 0;padding:0;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-text-size-adjust: none;
  background: #fff;
  color: #555;
  line-height: 2;
  overflow-x: hidden;
}


/********************      ヘッダー      *********************/

.ec-layoutRole__header{
  display: flex;
  justify-content: space-between;
  padding: 5px 0 0 30px;
  margin: 0;
  height:90PX;
}

.ec-headerNaviRole .ec-headerNaviRole__search{
  margin-right: 10px;
}

.ec-layoutRole__header:hover {
  background-color: rgba(255, 255, 255, 0.5);
  transition: 0.8s;
}

.ec-layoutRole .ec-layoutRole__header {
    position: sticky;
    top: 0;
    z-index: 999;
    transition: 0.5s;
}

.ec-headerRole__cart .ec-cartNavi__label {
  display: none;
}


/********************      ヘッダー　スクロール      *********************/
.ec-layoutRole .ec-layoutRole__header.scrolled{
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.ec-layoutRole .ec-layoutRole__header.scrolled .ec-headerRole {
  padding-top: 0px;
  margin-top: 0px;
  transition: 0.4s;
  padding-left: 0px;
}

.ec-layoutRole .ec-layoutRole__header.scrolled .ec-headerNaviRole {
  padding-top: 0px;
  margin-top: 20px;
  transition: 0.4s;
  padding-right: 0px;
}

.ec-layoutRole .ec-layoutRole__header.scrolled .ec-headerRole__title {
  max-width: 110PX;
}

.ec-layoutRole .ec-layoutRole__header.scrolled {
  height: 60PX;
}

/********************      ヘッダー　スクロール　ここまで      *********************/

.ec-headerRole {
  margin: 0px 0 0 0px;
  flex-wrap:nowrap
}

.ec-headerRole__title{
  max-width: 180PX;
}

.ec-categoryNaviRole{
  padding-right: 0;
}

/*　ヘッダーホバー　関連
---------------------------------------------------------------------------*/

.ec-layoutRole__contents{
  max-width:initial!important;
}

.ec-headerNaviRole .ec-headerNaviRole__left{
  width: 20%;
}

.ec-headerNaviRole .ec-headerNaviRole__right{
  width: auto;
}

.ec-itemNav__nav{
  display: block;
}

.ec-itemNav__nav > li a{
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.ec-itemNav__nav > li:hover > a {
  background-color: transparent;
}

.ec-itemNav__nav li ul li:first-child:before {
  content: "";
  width: 0;
  height: 0;
  border: solid 10px transparent;
  border-bottom-color: #fff;
  position: absolute;
  bottom: 100%;
  left: 10px;
}

.ec-itemNav__nav > li > ul > li > a {
  border-bottom: 1px solid #E8E8E8;
  padding: 20px 22px 16px 16px;
  text-align: left;
  font-size: 0.9rem;
  background-color: #fff;
  color: #000;
  width: auto;
  min-width: 300px;
  position: relative;
  line-height: 1.2;
  transition: 0.3s;
  border-radius: 2px;
}

.ec-itemNav__nav > li > ul{
  filter: drop-shadow(0 0 1px #ddd) drop-shadow(0 0 5px rgba(0, 0, 0, 0.6));
}

.ec-itemNav__nav > li:hover> ul > li:hover > a{
  background-color: #999;
}

.ec-headerSearch__keyword{
  width: 100%!important;
  border-bottom-radius: 50PX;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px!important;
}

.ec-headerNaviRole{
  justify-content: flex-end;
  margin-top: 15px;
  padding-right: 0px;
}

.ec-cartNavi{
  background-color: transparent;
}

.ec-headerSearch .ec-headerSearch__keyword ::placeholder{
  color: #333;
}

.ec-headerSearch .ec-headerSearch__keyword{
  background-color: transparent;
  border: 1.2px solid #777;
}


/********************      ＦＶ スライダー      *********************/

.ec-sliderRole{
  max-width:initial!important;
  margin: 0;
  padding: 0;
  margin-top: -100px;
}

.ec-sliderRole .slick-track .slick-slide img{
  height: 100svh;
}

.slick-dots {
  display: none!important;
}

/********************      main Bottom      *********************/

.ec-role{
  max-width: 1600px;
  margin-top: 15px;
}

.ec-role h2{
  margin: 0;padding: 0;
  font-size: 2.2rem;
  font-weight: normal;
  margin-bottom: 90px;
  display: flex;
  flex-direction: column-reverse;
}

.ec-role h2 span.small{
  display: inline-block;
  border-top: 2px solid #b2861e;
  font-size: 1rem;
  opacity: 0.7;
  letter-spacing: 0.1rem;
  padding-top: 1.5rem;
  padding-bottom: 0.6rem;
}

.ec-role h2.c {
  align-items: center;
}

.ec-productRole span.campaign{
  background-color: #F08584;
  border-radius: 1em;
  color: #fff;
  padding: 0.3em 0.75em;
  line-height: 2.5;
  white-space: nowrap;
  font-size: 2.8rem;
  font-weight: 800!important;
}




/********************      こだわり      *********************/
/*（こだわりブロック） 2カラムブロック　※900px未満では１カラム
---------------------------------------------------------------------------*/

/*画像ブロック共通*/
#kodawari img {
  border-radius: 50px;
  box-shadow: 10px 10px rgba(0,0,0,0.1);  /*ボックスの影。右へ、下へ、0,0,0は黒の事で0.1は色が10%出た状態。*/
}

.list-up:nth-child(odd) {
  display: flex;
  margin-bottom: 8rem;
}

.list-up:nth-child(even) {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 8rem;
}

.list-up:nth-child(odd) .text{
  flex-basis: 45%;
  margin-right: 100px;
}

.list-up:nth-child(even) .text{
  flex-basis: 50%;
  margin-left: 100px;
}

.list-up:last-child{
  margin-bottom: 6rem;
}

.ec-eyecatchRole__image {
  flex-basis: 50%;
}

.list-box .text h4{
  font-size: 1.4rem;
  font-weight: 900;
  margin-bottom: 1.1rem;
}

.list-box .text span {
  display: block;
  opacity: 0.6;
  font-weight: normal;
  font-size: 0.5em;
  letter-spacing: 0.1em;
  margin-top: 0.7rem;
}

.list-box .text p {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 40px;
}



/*----- ボタン装飾 -----*/
.list-box a.button-list {
  background: #C8AF75;
  border-radius: 100px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 250px;
  padding: 10px 25px;
  font-family: "Noto Sans Japanese";
  color: #ffffff;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  z-index: 1;
  overflow: hidden;
}
.list-box a.button-list:hover {
  background: #9D6357;
}
.list-box a.button-list:after {
  background: #9D6357;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: translate3d(-100%, 0, 0);
  transition: 0.3s;
  transform-origin: left top;
  z-index: -1;
}
.list-box a.button-list:hover:after {
  transform: scale(1, 1);
}
/*----- ボタン装飾 ここまで-----*/


/*-----テキストのフェードイン設定-----*/
.fade-in-text {
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  font-size: 2.2rem;
  font-weight: normal;
  transition: 1.2s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
  line-height: 1;
  height: 40px;
  margin-top: 15px;
}
.fade-in-text.ani-text {
  clip-path: inset(0);
}

/*------フェードアップ設定------*/
.animateElement {
  opacity: 0;
  transition: opacity 1.5s, transform 1s;
}

.animated {
  animation-name: anime-up;
  animation-duration: 1s;
  opacity: 1;
}
@keyframes anime-up{
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}




/*カテゴリーブロック   list-grid
---------------------------------------------------------------------------*/
.list-grid .list-up * {margin: 0;padding: 0;}

.ec-topicRole{
  background-color: #fff;
  padding: 0 0 80px 0;
}

.ec-topicRole .fade-in-text{
  color: #333;
}

.ec-topicRole h2 span.small{
  color: #333;
}

.ec-topicRole .ec-role h2{
  margin: 0;padding: 0;
  font-size: 2.2rem;
  font-weight: normal;
  margin-bottom: 35px;
  display: flex;
  flex-direction: column-reverse;
}

/*--------ボックスエリア------------*/

.ec-topicRole .list-grid{
  background-color: #f8f4f4;
  padding: 1rem;
}


/*ボックス１個あたり*/
.list-grid .list-up {
  display: grid;
  border-radius: 10px;
  background: #fafafa;
  color: #555;
  border: 1px solid #ccc;
  padding: 1rem;
  margin: 0;
}

/*ボックス内のh4見出し*/
.list-grid .list-up h4 {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #b2861e;
}

/*h4内のspan（小さな装飾文字）*/
.list-grid .list-up h4 span {
  display: block;
  font-weight: normal;
  font-size: 0.8em;
  margin-top: 0.3rem;
}

/*ボックス内のp要素*/
.list-grid .list-up p {
  text-align: center;
  font-size: 0.7rem;
  line-height: 1.5;
}

/*ボックス内のfigure画像*/
.list-grid .list-up figure {
  margin: 0 auto;
  margin-bottom: 1rem;
}

  /*ブロック全体を囲むブロック*/
  .list-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);  /*6列にする指定。4列はrepeat(4, 1fr)とする。*/
    gap: 0.7rem; /*ブロックの間に空けるマージン的な指定。*/
  }


/*  フェードアップ　3列　設定  */

/*-----　　アニメ　　-----*/
.slide-up2 {
  opacity: 0;
  transition: opacity 1.5s, transform 1s;
}

.anime-up2 {
  /* アニメーションのプロパティを指定 */
  animation-name: anime-up2;
  animation-duration: 1s;
  animation-delay: 0.15s;
  animation-fill-mode: forwards;
}
@keyframes anime-up2{
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*-----　　アニメ　　-----*/
.slide-up3 {
  opacity: 0;
  transition: opacity 1.5s, transform 1s;
}

.anime-up3 {
  /* アニメーションのプロパティを指定 */
  animation-name: anime-up3;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
@keyframes anime-up3{
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/*--カテゴリーエリア　３カラム
---------------------------------------------------------------------------*/

.column3 .ec-secHeading .ec-secHeading__ja {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.2em;
    color: #444;
}

.column3 .ec-secHeading .ec-secHeading__en {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.15em;
    vertical-align: 2px;
    color: #444;
}

.column3 .ec-secHeading{
  text-align: center;
  margin-bottom: 35px;
}

.column3{
  background-color: #fff;
  padding: 60px 0;
  margin-bottom: 35px;
    }

.column3 img{
  border-radius: 10px;
  image-rendering: -webkit-optimize-contrast;
    }


/*--カテゴリーエリア　２カラム
---------------------------------------------------------------------------*/

.column2 .ec-secHeading .ec-secHeading__ja {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.2em;
    color: #444;
}

.column2 .ec-secHeading .ec-secHeading__en {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.15em;
    vertical-align: 2px;
    color: #444;
}

.column2{
  background-color: #fff;
  margin-bottom: 35px;
    }

.column2 img{
  border-radius: 10px;
  width: 90%;
  image-rendering: -webkit-optimize-contrast;
    }

.column2 .ec-secHeading{
  text-align: center;
  margin-bottom: 35px;
}

.column2 .ec-categoryRole__list {
  display: flex;
  justify-content: center;
}


/*--NEW カテゴリーエリア
---------------------------------------------------------------------------*/

.ec-topicRole .Container {
  margin: 0 auto;
  padding: 0 80px;
/*  max-width: 1420px;*/
    }

.ec-topicRole .SectionHeader:not(:only-child) {
  margin-bottom: 40px;
}

.section-collection-blocklist>ul>li {
    margin-bottom: 20px;
    background: #f8f4f4;
    list-style: none;
}

.section-collection-blocklist>ul .item__heading.open {
    display: block;
}

.section-collection-blocklist>ul .item__heading {
    position: relative;
    cursor: pointer;
    color: #94111c;
    font-size: 15px;
    letter-spacing: .1em;
    padding: 33px 50px;
}

.section-collection-blocklist>ul .item__heading.open:before {
    transform: rotate(180deg);
}

.section-collection-blocklist>ul .item__heading.open:after {
    transform: rotate(180deg);
    opacity: 0;
}

.section-collection-blocklist>ul .item__heading:before {
    content: "";
    position: absolute;
    right: 50px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-color: #94111c;
    width: 16px;
    height: 1px;
    transition: all .3s;
}

.section-collection-blocklist>ul .item__heading:after {
    content: "";
    position: absolute;
    right: 50px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-color: #94111c;
    width: 16px;
    height: 1px;
    transition: all .3s;
    transform: rotate(90deg);
}

.section-collection-blocklist>ul>li>ul {
    flex-wrap: wrap;
    border-left: 1px solid #F4F2F2;
    display: none;
    padding: 0 50px 30px;
}

.section-collection-blocklist>ul>li>ul.open {
    display: flex;
}

/*--------- ボタン装飾 ---------*/
.ec-topicRole .list-box{
  display: block;
  padding: 30px 0 0px;
  width: 100%;
}

.ec-topicRole .list-box a.button-list{
  margin: 0 auto;
}
/*--------- ボタン装飾 ここまで--------*/



/*（おしらせ）（ご質問）ブロック
---------------------------------------------------------------------------*/

.ec-secHeading .ec-secHeading__en {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #94111c;
}

.ec-secHeading .ec-secHeading__line {
    display: inline-block;
    margin: 0 20px;
    width: 1.2px;
    height: 18px;
    background: #94111c;
}
.ec-secHeading .ec-secHeading__ja {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.15em;
    vertical-align: 2px;
    color: #94111c;
}

.ec-newsframe {
  background-color: #F8F8F8;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
}

.ec-newsRole .ec-newsRole__news {
  border: 1px solid #94111c;
  border-radius: 10px;
  padding: 20px 40px;
}

.ec-newsRole__newsItem{
  background-color: #fff;
  margin: 7px 0;
}

.ec-newsRole .ec-newsRole__newsItem {
  padding: 0;
  border-radius: 10px;
}

.ec-newsRole .ec-newsRole__newsTitle{
    font-size: 14px;
    font-weight: bold;
    color: #7D7D7D;
    line-height: 3;
    padding: 13px 0;
}

.ec-newsRole .ec-newsRole__newsDate{
  line-height: 3;
  padding-left: 10px;
}

.ec-newsRole .ec-newsRole__newsDescription {
  line-height: 2;
  margin: 0 0 20px 25px;
}

.ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription {
  margin: 0 0 20px 25px;
}

.ec-newsRole .ec-newsRole__newsDescription a {
  font-size: 16px;
}

.ec-newsRole .ec-newsRole__newsCloseBtn {
    display: inline-block;
    margin-left: auto;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: white;
    text-align: center;
    background: #94111c;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 15px;
    line-height: 2;
}

.ec-newsframe .ec-inlineBtn--top{
  background-color: #F8F8F8;
  border-color: #666;
  color: #666;
  border-radius: 10px;
  margin: 1rem 0;
  padding: 12px 25px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.ec-newsframe .ec-inlineBtn--top::after {
  background: #94111c;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.ec-newsframe .ec-inlineBtn--top:hover {
  color: #fff;
  border-color: #94111c;
}

.ec-newsframe .ec-inlineBtn--top:hover::after {
  transform: scale(1, 1);
}

/*---------------------ここまで----------------------*/



/*---------------------動　画----------------------*/

.ec-movieRole .ec-role{
  max-width:initial;
  margin: 0;
  padding: 0;
}

.ec-movieRole .list-c2 {
    display: flex;
    position: relative;
  }

.ec-movieRole video{
  max-width: 50%;
}

/*---------------右側ボックスの背景----------------------*/

.ec-movieRole a.contact{
  flex: 1;
  background-image: url("../img/top/Contact_02.jpg");
  background-size: cover;
}

/*マウスオン用のアニメーション*/
.ec-movieRole a.contact::before {
  display: flex;
  content: "";
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  transition: transform 0.3s 0.1s;
  /*アニメーションの速度（0.3秒）と待機時間（0.1秒）。*/

}
.ec-movieRole .list-c2 a.contact:hover::before {
  transform: translateY(100%);
}

.ec-movieRole .list-c2{
  overflow: hidden;
}

.ec-movieRole .list-c2 .text{
position: absolute;
top: 25%;
right: 25%;
transform: translate(50%,30%);
display: flex;
flex-direction: column;
color: #fff;
}

.ec-movieRole .list-c2 h4{
  display: flex;
  flex-direction: column;
}

.ec-movieRole .list-c2 h4 .main-text {
  text-align:center;
  font-size: 4rem;
  padding: 10px 0;
  }

.ec-movieRole .list-c2 h4 .sub-text {
  text-align:center;
}

.ec-movieRole .list-c2 .text p{
  font-size: 15px;
  letter-spacing: 0.2em
}

.ec-movieRole .list-c2 h4 .sub-text::before,.list-c2 h4 .sub-text::after
{
  content: "";
  position: absolute;
  top: 5%;
  width: 3rem;
  border-top: 1px solid #fff;
}

/*h4見出し内のサブテキストの左右のライン*/
.ec-movieRole .list-c2 .sub-text::before
{
  left: 0%;
}
.ec-movieRole .list-c2 .sub-text::after
{
  right: 0%;
}


/*---------------ここまで----------------------*/


/*（フッター）ブロック
---------------------------------------------------------------------------*/

.ec-footerRole {
    border-top: 1px solid #e9e9e9;
/*    border-top: 1px solid #c0c0c0;*/
    margin-top: 60px;
/*    background: #323232;*/
    background: #f8f4f4;
}

.ec-footerTitle{
  color: #555;
}

.ec-footerNavi .ec-footerNavi__link a {
    display: block;
    border-bottom: none;
    padding: 10px 0;
    font-size: 14px;
    color: #666;
    text-decoration: none;
    position: relative;
}

.ec-footerNavi .ec-footerNavi__link:hover a {
    opacity: 1;
}

.ec-footerNavi .ec-footerNavi__link a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 2px;
background: #666;
bottom: -1px;
transform: scale(0, 1);
transform-origin: right top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
transition: transform 0.3s;  /*変形の時間*/
}

.ec-footerNavi .ec-footerNavi__link a:hover::after {
transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
transform-origin: left top; /*左から右に向かう*/
}



/*　お問い合わせフォーム
---------------------------------------------------------------------------*/

.ec-contactRole-main{
/*  background-color: #fff;*/
  background-color: #f8f4f4;
  padding: 25px 0 0 0;
  margin: 0 0 100px 0;
}

.ec-contactRole-main h1 {
  text-align: center;
  margin: 10px 0px 30px;
  padding: 30px;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.2rem;
}

.ec-contactRole-main .ec-required {
  background: #94111c;
  color: #fff;
  font-size: 12px;
  padding: 5px 8px;
  line-height: 1;
  border-radius: 10px;
  margin-right: 8px;
}

.ec-off4Grid__cell .ec-blockBtn--action{
  background: #94111c;
  border: 1px solid #94111c;
  border-radius: 50px;
  margin: 60px 0 100px 0;
}

.ec-contactRole-main .ec-telInput input{
  max-width:initial;
  width: 45%;
}

.ec-contactRole-main #contact_store_name{
  width: 45%;
}


/*　ページトップへ　ボタン
---------------------------------------------------------------------------*/

.ec-blockTopBtn {
  position: fixed;
  background-color: #94111c;
  color: white;
  font-size: 14px;
  letter-spacing: 0.04em;
  width: 58px;
  height:58px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1.1;

  /* 色が変化する時間 */
  transition: .3s;
  border: 1px solid #94111c;
}

  /* マウスをかざした時に変化する色の指定 */
.ec-blockTopBtn:hover {
  background-color: white;
  color: #94111c
}

.ec-blockTopBtn::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(-45deg);

  /* 色が変化する時間 */
  transition: .3s;
  margin-bottom: 5px;
}

  /* マウスをかざした時に変化する色の指定 */
.ec-blockTopBtn:hover::before {
  border-top: 2px solid #94111c;
  border-right: 2px solid #94111c;
}


/*　会員登録　ログイン関連
---------------------------------------------------------------------------*/


/*　買い物カゴ　関連
---------------------------------------------------------------------------*/
.ec-cartRole__progress{
  display: none;
}

.ec-select__time .ec-required{
  background: #94111c;
  color: #fff;
  font-size: 12px;
  padding: 5px 8px;
  line-height: 1;
  border-radius: 10px;
  margin-right: 8px;
}

.ec-required{
  background: #94111c;
  color: #fff;
  font-size: 12px;
  padding: 5px 8px;
  line-height: 1;
  border-radius: 10px;
  margin-right: 8px;
}

.ec-inlineBtn--action{
  background-color: #94111c;
  border-color: #94111c;
}

.ec-drawerRoleClose{
  color: #94111c;
  border: 1px solid #94111c;
}

.ec-drawerRole .ec-headerLinkArea{
  background-color: #9D6357;
}

.ec-drawerRole{
  background: #f8f4f4;
}

.ec-drawerRole .ec-headerSearch{
  background: #f8f4f4;
}


/*　商品詳細ページ　関連
---------------------------------------------------------------------------*/


.ec-productRole .ec-productRole__title .ec-headingTitle{
  font-size: 1.6rem;
  font-weight: 500;
  margin: 2em 0 0.5em 0;
  color: #000;
}

.ec-productRole .ec-productRole__tags{
  border: none;
  margin: 0;
  padding: 0;
}

.ec-productRole .ec-productRole__price .ec-price__price{
  color: #333;
  border: none;
  margin: 0 0 0.5em 0;
  padding: 0;
}

.ec-productRole .ec-productRole__price .ec-price__tax {
  color: #000;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
}

.ec-productRole .ec-productRole__description span{
  font-size: 15px;
  font-weight: 500;
}

.ec-productRole .ec-productRole__description{
  color: #333;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.ec-productRole .description__Free-area{
  color: #333;
  margin: 3em 2em 5em 2em;
  padding: 2em 2em 2em 2em;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  background-color: #F8F8F8;
  border-radius: 10px;
}

.ec-productRole .description__Free-area span{
  font-weight: 500;
}

.ec-productRole .ec-productRole__code {
  font-size: 0.94rem;
  color: #666;
  margin: 2.2em 0 0em 0;
  padding: 0;
  border: none;
}

.ec-productRole .ec-productRole__category .titleLabel{
  font-size: 0.94rem;
  color: #666;
  margin: 0 0 0.4em 0;
}

.ec-productRole .ec-productRole__category ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.ec-productRole__category .ec-topicpath{
  padding: 0.2em 0;
}

.ec-productRole__category .ec-topicpath .ec-topicpath__item {
  white-space: nowrap;
  padding: 0.2em 0 0.2em 0;
  color: #333;
  font-size: 0.94rem;
  line-height: 1;
}

.ec-productRole__category .ec-topicpath .ec-topicpath__item:first-child:before {
  content: "・";
}

.ec-productRole__category .ec-topicpath .ec-topicpath__item:before {
  font-size: 0.85em;
  margin-left: 4px;
}

.ec-productRole .ec-productRole__category .ec-topicpath .ec-topicpath__item:last-child a {
  font-weight: normal;
  pointer-events: auto;
}

.ec-topicpath .ec-topicpath__item a {
  color: #333;
  padding-top: 2px;
  padding-bottom: 2px;
  position: relative;
  text-decoration: none;
}

.ec-topicpath .ec-topicpath__item a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: left bottom;
  transform: scaleX(0);
  transition: transform 0.3s;
}

.ec-topicpath .ec-topicpath__item a:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}

.ec-productRole .ec-productRole__actions {
  padding: 1.5em 0 0.8em 0;
}

.ec-sliderItemRole .slideThumb{
  border: 0.3px solid #e7e7e7;
  border-radius: 5px;
}

.ec-blockBtn--action {
  background-color: #94111c;
  border-color: #94111c;
  border-radius: 5px;
}

.ec-blockBtn--cancel{
  background-color: #999;
  border-color: #999;
  border-radius: 5px;
}








/*media Queries PCサイズ（1201px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 1200px) {

  /*-- ここまで --*/
}




/*media Queries タブレットサイズ（960px～1200px）のみで適応したいCSS -タブレットのみ(横)
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1200px) {

/********************      ＦＶ スライダー      *********************/

.ec-sliderRole .slick-track .slick-slide img{
  width: 100%;
  height: auto;
}

.ec-sliderRole{
  margin-top: -70px;
}

.ec-layoutRole__header{
  padding: 0px 0px 0px 0px;
  margin: 0;
  height: 70PX;
}

.ec-cartNavi {
  display: flex;
  justify-content: space-between;
  border-radius: 99999px;
  box-sizing: border-box;
  padding: 15px 0px 8px 20px;
  width: auto;
  min-width: 100px;
  height: 44px;
  white-space: nowrap;
  cursor: pointer;
}

.ec-headerNaviRole .ec-headerNaviRole__left {
    width: 33%;
    margin-right: 9px;
    margin-top: 5px;
}

.ec-headerRole{
  padding: 12px 0px 0px 15px;
}

.ec-headerRole__title{
  max-width: 150PX;
  padding: 0;
  margin: 0;
}

.ec-layoutRole .ec-layoutRole__header.scrolled .ec-headerRole__title {
  max-width: 150PX;
  padding-top: 0px;
  padding-left: 12px;
}

.ec-layoutRole .ec-layoutRole__header.scrolled {
  height: 70PX;
  padding-top: 8px;
}

/********************      main Bottom      *********************/

.ec-role{
  max-width: 1060px;
  margin-top: 10px;
}

.ec-role h2{
  margin: 0;
  padding: 0;
  font-size: 2.2rem;
  font-weight: normal;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column-reverse;
}

.ec-role h2 span.small{
  display: inline-block;
  border-top: 2px solid #b2861e;
  font-size: 1rem;
  opacity: 0.7;
  letter-spacing: 0.1rem;
  padding-top: 1.5rem;
  padding-bottom: 0.6rem;
}

/********************      こだわり      *********************/
/*（こだわりブロック） 2カラムブロック　
---------------------------------------------------------------------------*/

.list-up:nth-child(odd) {
  display: flex;
  margin-bottom: 5rem;
}

.list-up:nth-child(even) {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 5rem;
}

.list-up:nth-child(odd) .text{
  flex-basis: 45%;
  margin-right: 40px;
}

.list-up:nth-child(even) .text{
  flex-basis: 50%;
  margin-left: 40px;
}

.list-up:last-child{
  margin-bottom: 2rem;
}

.ec-eyecatchRole__image {
  flex-basis: 60%;
}


/*--カテゴリーエリア　２カラム
---------------------------------------------------------------------------*/

.column2{
  background-color: #fff;
  margin-bottom: 25px;
}

/*カテゴリーブロック   list-grid
---------------------------------------------------------------------------*/

/*カテゴリーブロック   list-grid
---------------------------------------------------------------------------*/
.ec-role .Containar ul{
  padding: 0;
}

.ec-topicRole .SectionHeader:not(:only-child) {
  margin-bottom: 20px;
}

.ec-topicRole .ec-role h2 {
    margin-bottom: 20px;
}

  /*ブロック全体を囲むブロック*/
.list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}

.list-grid .list-up:nth-child(odd) {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.list-grid .list-up:nth-child(even) {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.ec-topicRole{
  padding: 0 0 50px 0;
}

/*--------ボックスエリア------------*/

.ec-topicRole .list-grid{
  background-color: #f8f4f4;
  padding: 0 3rem;
}

/*--------- ボタン装飾 ---------*/
.ec-topicRole .list-box{
  display: block;
  padding: 25px 0 30px;
  width: 100%;
}


/*（おしらせ）（ご質問）ブロック
---------------------------------------------------------------------------*/

.ec-role {
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1130px;
}


/*---------------------動　画----------------------*/
.ec-movieRole .list-c2 .text{
position: absolute;
top: 22%;
right: 25%;
transform: translate(50%,30%);
display: flex;
flex-direction: column;
color: #fff;
}

.ec-movieRole .list-c2 h4{
  display: flex;
  flex-direction: column;
}

.ec-movieRole .list-c2 h4 .main-text {
  text-align:center;
  font-size: 2rem;
  padding: 10px 0;
  }

.ec-movieRole .list-c2 h4 .sub-text {
  text-align:center;
  font-size: 1rem;
}

.ec-movieRole .list-c2 .text p{
  font-size: 13px;
  letter-spacing: 0.2em
}

.ec-movieRole .list-c2 h4 .sub-text::before,.list-c2 h4 .sub-text::after
{
  content: "";
  position: absolute;
  top: 10%;
  width: 3rem;
  border-top: 1px solid #fff;
}

/*h4見出し内のサブテキストの左右のライン*/
.ec-movieRole .list-c2 .sub-text::before
{
  left: 0%;
}
.ec-movieRole .list-c2 .sub-text::after
{
  right: 0%;
}







  /*-- ここまで --*/
}







/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ(縦)
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {

/********************      ＦＶ スライダー      *********************/

.ec-sliderRole .slick-track .slick-slide img{
  width: 100%;
  height: auto;
}

.ec-sliderRole{
  margin-top: -70px;
}

.ec-layoutRole__header{
  padding: 0px 0px 0px 0px;
  margin: 0;
  height: 70PX;
}

.ec-cartNavi {
  display: flex;
  justify-content: space-between;
  border-radius: 99999px;
  box-sizing: border-box;
  padding: 15px 0px 8px 20px;
  width: auto;
  min-width: 100px;
  height: 44px;
  white-space: nowrap;
  cursor: pointer;
}

.ec-headerNaviRole .ec-headerNaviRole__left {
    width: 33%;
    margin-right: 9px;
    margin-top: 5px;
}

.ec-headerRole{
  padding: 12px 0px 0px 15px;
}

.ec-headerRole__title{
  max-width: 150PX;
  padding: 0;
  margin: 0;
}

.ec-layoutRole .ec-layoutRole__header.scrolled .ec-headerRole__title {
  max-width: 150PX;
  padding-top: 0px;
  padding-left: 12px;
}

.ec-layoutRole .ec-layoutRole__header.scrolled {
  height: 70PX;
  padding-top: 8px;
}


/*　ページトップへ　ボタン
---------------------------------------------------------------------------*/
.ec-blockTopBtn {
  position: fixed;
  right: 20px;
  bottom: 30px;
}

  /*--カテゴリーエリア　３カラム
---------------------------------------------------------------------------*/

.column3 {
  animation-name: anime-up;
  animation-duration: 1s;
  opacity: 1;
  margin-top: 10px;
}

@keyframes anime-up{
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.column3 .ec-secHeading .ec-secHeading__ja {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.2em;
    color: #444;
}

.column3 .ec-secHeading .ec-secHeading__en {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.15em;
    vertical-align: 2px;
    color: #444;
}

.column3 .ec-secHeading{
  text-align: center;
  margin-bottom: 25px;
}

.column3{
  background-color: #fff;
  padding: 5px 5px 20px 5px;
  margin-bottom: 10px;
    }

.column3 .ec-role img{
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}


/*--カテゴリーエリア　２カラム
---------------------------------------------------------------------------*/

.column2 .ec-secHeading .ec-secHeading__ja {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.2em;
    color: #444;
}

.column2 .ec-secHeading .ec-secHeading__en {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.15em;
    vertical-align: 2px;
    color: #444;
}

.column2{
  background-color: #fff;
  padding: 15px 0;
/*  margin-bottom: 20px;*/
    }

.column2 .ec-role img{
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}

.column2 .ec-secHeading{
  text-align: center;
  margin-bottom: 25px;
}

.column2 .ec-categoryRole__list {
  display: flex;
  justify-content: center;
}

.list-up:last-child{
  margin-bottom: 3rem;
}

/********************      こだわり      *********************/
/*（こだわりブロック） 2カラムブロック　※900px未満では１カラム
---------------------------------------------------------------------------*/

/*画像ブロック共通*/
#kodawari img {
  border-radius: 50px;
  box-shadow: 10px 10px rgba(0,0,0,0.1);  /*ボックスの影。右へ、下へ、0,0,0は黒の事で0.1は色が10%出た状態。*/
  max-width: 80%;
  display: block;
  margin: 0 auto;
}

.list-up:nth-child(odd) {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 5rem;
}

.list-up:nth-child(even) {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 5rem;
}

.list-up:nth-child(odd) .text{
  margin: 50px 0 0 0;
  width: 100%;
  text-align: center;
}

.list-up:nth-child(even) .text{
  margin: 50px 0 0 0;
  width: 100%;
  text-align: center;
}

.list-up:last-child{
  margin-bottom: 2rem;
}

.list-box .text h4 {
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 1.4rem;
}

.list-box .text span {
  display: block;
  opacity: 0.6;
  font-weight: normal;
  font-size: 0.7em;
  letter-spacing: 0.1em;
  margin-top: 0.8rem;
}

.list-box .text p {
  font-size: 15px;
  line-height: 1.7;
  margin: 5px 10px 40px 10px;
  text-align: left;
}

/*----- ボタン装飾 -----*/
.list-box a.button-list {
  margin: 0 auto;
}


/********************      main Bottom      *********************/
.ec-role h2{
  margin-bottom: 20px;
}

.ec-role h2 span.small{
  display: inline-block;
  border-top: 2px solid #b2861e;
  font-size: 0.8rem;
  opacity: 0.7;
  letter-spacing: 0.1rem;
  padding-top: 1.1rem;
  padding-bottom: 0.4rem;
}

/*-----テキストのフェードイン設定-----*/
.fade-in-text {
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  font-size: 1.6rem;
  font-weight: normal;
  transition: 1.2s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
  line-height: 1;
  height: 40px;
  margin-top: 15px;
}


/*カテゴリーブロック   list-grid
---------------------------------------------------------------------------*/
.ec-role .Containar ul{
  padding: 0;
}

.ec-topicRole .SectionHeader:not(:only-child) {
  margin-bottom: 20px;
}

.ec-topicRole .ec-role h2 {
    margin-bottom: 20px;
}

  /*ブロック全体を囲むブロック*/
.list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}

.list-grid .list-up:nth-child(odd) {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.list-grid .list-up:nth-child(even) {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.ec-topicRole{
  padding: 0 0 50px 0;
}

/*--------ボックスエリア------------*/

.ec-topicRole .list-grid{
  background-color: #f8f4f4;
  padding: 0 3rem;
}

/*--------- ボタン装飾 ---------*/
.ec-topicRole .list-box{
  display: block;
  padding: 25px 0 30px;
  width: 100%;
}

/*（おしらせ）（ご質問）ブロック
---------------------------------------------------------------------------*/



/*---------------------動　画----------------------*/

.ec-movieRole .list-c2 {
    display: block;
  }

.ec-movieRole video{
  display: block;
  max-width: 100%;
  height: auto;
}

/*---------------右側ボックスの背景----------------------*/

.ec-movieRole a.contact{
  display: block;
/*  max-width: 100%;*/
  height: 380px;
}

.ec-movieRole .list-c2 .text{
position: absolute;
top: 65%;
right: 50%;
/*left: -100%;*/
width: 100%;
transform: translate(50%,30%);
display: flex;
flex-direction: column;
align-items: center;
color: #fff;
}

.ec-movieRole .list-c2 h4 .main-text {
  font-size: 2rem;
  padding: 15px 0;
  }

.ec-movieRole .list-c2 .text p{
  font-size: 12px;
  letter-spacing: 0.2em
}

.ec-movieRole .list-c2 h4 .sub-text::before,.list-c2 h4 .sub-text::after{
  content: "";
  position: absolute;
  top: 10%;
  width: 2.5rem;
  border-top: 1px solid #fff;
}

/*h4見出し内のサブテキストの左右のライン*/
.ec-movieRole .list-c2 .sub-text::before{
  left: 33%;
}
.ec-movieRole .list-c2 .sub-text::after{
  right: 33%;
}

/*マウスオン用のアニメーション*/
.ec-movieRole a.contact::before {
  background: rgba(0,0,0,0.6);
}

/*（フッター）ブロック
---------------------------------------------------------------------------*/

.ec-footerNavi{
  margin: 25px 0 0 0;
}



  /*-- ここまで --*/
}










/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {

/********************      ＦＶ スライダー      *********************/

.ec-sliderRole .slick-track .slick-slide img{
  width: 100%;
  height: auto;
}

.ec-sliderRole{
  margin-top: -70px;
}

.ec-layoutRole__header{
  padding: 0px 0px 0px 0px;
  margin: 0;
  height: 70PX;
}

.ec-layoutRole .ec-categoryNaviRole{
  display: none;
}

.ec-headerNaviRole__right{
  display: none!important;
}

.ec-headerNavSP{
  position: fixed;
  top: 5px;
  right: 18px;
  left: auto;
  color: #94111c;
  border: 1.7px solid #94111c;
  background-color: #fff;
  width: 45px;
  height: 45px;
}

.ec-headerNaviRole{
  display: block;
}

.ec-headerRole{
  padding: 12px 0px 0px 15px;
}

.ec-headerRole__title{
  max-width: 150PX;
  padding: 0;
  margin: 0;
}

.ec-layoutRole .ec-layoutRole__header.scrolled .ec-headerRole__title {
  max-width: 150PX;
  padding-top: 0px;
  padding-left: 12px;
}

.ec-layoutRole .ec-layoutRole__header.scrolled {
  height: 55PX;
  padding-top: 8px;
}

/*　ページトップへ　ボタン
---------------------------------------------------------------------------*/
.ec-blockTopBtn {
  position: fixed;
  right: 20px;
  bottom: 20px;
}

  /*--カテゴリーエリア　３カラム
---------------------------------------------------------------------------*/

.column3 {
  animation-name: anime-up;
  animation-duration: 1s;
  opacity: 1;
  margin-top: 10px;
}

@keyframes anime-up{
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.column3 .ec-secHeading .ec-secHeading__ja {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.2em;
    color: #444;
}

.column3 .ec-secHeading .ec-secHeading__en {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.15em;
    vertical-align: 2px;
    color: #444;
}

.column3 .ec-secHeading{
  text-align: center;
  margin-bottom: 25px;
}

.column3{
  background-color: #fff;
  padding: 5px 0 20px 0;
  margin-bottom: 10px;
    }

.column3 .ec-role img{
  border-radius: 10px;
  max-width: 95%;
  display: block;
  margin: 0 auto;
}


/*--カテゴリーエリア　２カラム
---------------------------------------------------------------------------*/

.column2 .ec-secHeading .ec-secHeading__ja {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.2em;
    color: #444;
}

.column2 .ec-secHeading .ec-secHeading__en {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.15em;
    vertical-align: 2px;
    color: #444;
}

.column2{
  background-color: #fff;
  padding: 40px 0;
  margin-bottom: 30px;
    }

.column2 .ec-role img{
  border-radius: 10px;
  max-width: 95%;
  display: block;
  margin: 0 auto;
}

.column2 .ec-secHeading{
  text-align: center;
  margin-bottom: 25px;
}

.column2 .ec-categoryRole__list {
  display: flex;
  justify-content: center;
}

.list-up:last-child{
  margin-bottom: 3rem;
}

/********************      こだわり      *********************/
/*（こだわりブロック） 2カラムブロック　※900px未満では１カラム
---------------------------------------------------------------------------*/

/*画像ブロック共通*/
#kodawari img {
  border-radius: 50px;
  box-shadow: 7px 7px rgba(0,0,0,0.1);  /*ボックスの影。右へ、下へ、0,0,0は黒の事で0.1は色が10%出た状態。*/
  max-width: 95%;
  display: block;
  margin: 0 auto;
}

.list-up:nth-child(odd) {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 4rem;
}

.list-up:nth-child(even) {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 4rem;
}

.list-up:nth-child(odd) .text{
  margin: 50px 0 0 0;
  width: 100%;
  text-align: center;
}

.list-up:nth-child(even) .text{
  margin: 50px 0 0 0;
  width: 100%;
  text-align: center;
}

.list-up:last-child{
  margin-bottom: 2rem;
}

.list-box .text h4 {
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 1.1rem;
}

.list-box .text span {
  display: block;
  opacity: 0.6;
  font-weight: normal;
  font-size: 0.7em;
  letter-spacing: 0.1em;
  margin-top: 0.7rem;
}

.list-box .text p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 40px;
  text-align: left;
}

/*----- ボタン装飾 -----*/
.list-box a.button-list {
  margin: 0 auto;
}


/********************      main Bottom      *********************/
.ec-role h2{
  margin-bottom: 20px;
}

.ec-role h2 span.small{
  display: inline-block;
  border-top: 2px solid #b2861e;
  font-size: 0.8rem;
  opacity: 0.7;
  letter-spacing: 0.1rem;
  padding-top: 1.1rem;
  padding-bottom: 0.4rem;
}

/*-----テキストのフェードイン設定-----*/
.fade-in-text {
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  font-size: 1.5rem;
  font-weight: normal;
  transition: 1.2s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
  line-height: 1;
  height: 40px;
  margin-top: 15px;
}


/*カテゴリーブロック   list-grid
---------------------------------------------------------------------------*/
.ec-role .Containar ul{
  padding: 0;
}

.ec-topicRole .SectionHeader:not(:only-child) {
  margin-bottom: 20px;
}

.ec-topicRole .ec-role h2 {
    margin-bottom: 20px;
}

  /*ブロック全体を囲むブロック*/
.list-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0rem;
}

.list-grid .list-up:nth-child(odd) {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.list-grid .list-up:nth-child(even) {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.ec-topicRole{
  padding: 0 0 50px 0;
}

/*--------ボックスエリア------------*/

.ec-topicRole .list-grid{
  background-color: #f8f4f4;
  padding: 0 3rem;
}

/*--------- ボタン装飾 ---------*/
.ec-topicRole .list-box{
  display: block;
  padding: 20px 0 25px;
  width: 100%;
}

/*（おしらせ）（ご質問）ブロック
---------------------------------------------------------------------------*/

.ec-newsRole .ec-newsRole__news {
  border: 1px solid #94111c;
  border-radius: 10px;
  padding: 20px 20px;
}

.ec-newsRole .ec-newsRole__newsTitle{
    font-size: 14px;
    font-weight: bold;
    color: #7D7D7D;
    line-height: 2;
    padding: 0 0 0 15px;
}

.ec-newsRole .ec-newsRole__newsCloseBtn {
    display: inline-block;
    margin-left: auto;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: white;
    text-align: center;
    background: #94111c;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: -15px;
    line-height: 2;
}

/*---------------------動　画----------------------*/

.ec-movieRole .list-c2 {
    display: block;
  }

.ec-movieRole video{
  display: block;
  max-width: 100%;
  height: auto;
}

/*---------------右側ボックスの背景----------------------*/

.ec-movieRole a.contact{
  display: block;
/*  max-width: 100%;*/
  height: 248px;
}

.ec-movieRole .list-c2 .text{
position: absolute;
top: 57%;
right: 52%;
/*left: -100%;*/
width: 100%;
transform: translate(50%,30%);
display: flex;
flex-direction: column;
align-items: center;
color: #fff;
}

.ec-movieRole .list-c2 h4 .main-text {
  font-size: 2rem;
  padding: 15px 0;
  }

.ec-movieRole .list-c2 .text p{
  font-size: 12px;
  letter-spacing: 0.2em
}

.ec-movieRole .list-c2 h4 .sub-text::before,.list-c2 h4 .sub-text::after{
  content: "";
  position: absolute;
  top: 10%;
  width: 2.5rem;
  border-top: 1px solid #fff;
}

/*h4見出し内のサブテキストの左右のライン*/
.ec-movieRole .list-c2 .sub-text::before{
  left: 20%;
}
.ec-movieRole .list-c2 .sub-text::after{
  right: 20%;
}

/*マウスオン用のアニメーション*/
.ec-movieRole a.contact::before {
  background: rgba(0,0,0,0.6);
}

/*（フッター）ブロック
---------------------------------------------------------------------------*/

.ec-footerNavi{
  margin: 25px 0 0 0;
}




  /*-- ここまで --*/
}