/* カスタマイズ用CSS */

/*topicsフォント*/

@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
/* メインコンテンツ外枠の横幅固定を外す */

body {
  background-color: #ffffff;
}

.ec-layoutRole .ec-layoutRole__contents {
  max-width: none;
  margin: 0 auto;
  /* text-align: center; */
  /* 1150px; */
}

/* スライドショーの横幅固定を外す */

.ec-sliderRole {
  max-width: none;
  /* 1130px; */
  padding-left: 0;
  /* 20px; */
  padding-right: 0;
  /* 20px; */
  /* margin-top: 25px; */
  margin-bottom: 80px;
}

@media screen and (max-width: 519px) {
  /*★★★★スマホ用（519px未満）です★★★★*/
  .ec-sliderRole {
    margin-top: 6px;
  }
}

/* .main_visual{
  max-height: 300px;
  max-width: 300px;
} */

.ec-sliderRole img {
  width: 100%;
}

/*-- スマホ版表示CSS  --*/

.onlyPC {
  display: none;
}

.onlySP {
  display: block;
}

.onlyTAB {
  display: none;
}

/*-- PC版表示CSS  --*/

@media screen and (min-width: 960px) {
  /*★★★★PC用（960px以上）です★★★★*/
  .onlyPC {
    display: block;
  }
  .onlySP {
    display: none;
  }
}

@media screen and (min-width: 520px)and (max-width:959px) {
  /*★★★★タブレット用（520～959px）です★★★★*/
  .onlyPC {
    display: none;
  }
  .onlySP {
    display: none;
  }
  .onlyTAB {
    display: block;
  }
}

.ec-newsRole .ec-newsRole__news {
  border: 0px solid #f8f8f8;
  padding: 0px 30px;
  background-color: #f8f8f8;
}

.ec-newsRole .ec-newsRole__newsCloseBtn {
  background-color: #bbbbbb;
}

.ec-secHeading {
  text-align: center;
}

.ec-topicRole {
  background-color: #ffffff;
}

.badge {
  display: inline-block;
  min-width: 7px;
  padding: 4px 6px;
  font-size: 9px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #DE5D50;
  border-radius: 10px;
  margin: 0 0 0 -7px;
}

.fa-shopping-cart:before {
  color: #898989;
  font-size: 20px;
  vertical-align: bottom;
}

.btn .badge {
  position: relative;
  top: -1px
}

/* add kana-san */

/*h1下の余白削除*/

.ec-headerTitle .ec-headerTitle__title a {
  margin-bottom: 0px;
}

.ec-headerNaviRole {
  margin: 30px 0 0;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 320px;
  /* max-width: 342px;
  max-width: 350px; */
  max-width: 100%;
  min-width: 250px;
  display: flex;
  justify-content: start;
  align-items: right;
  padding-top: 15px;
  flex: 1;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ec-headerNaviRole:after {
  content: " ";
  display: table;
}

.ec-headerNaviRole:after {
  clear: both;
}

.ec-headerNaviRole .ec-headerNaviRole__right {
  /* width: calc(100% * 2 / 3); */
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.ec-headerRole {
  margin: 0 auto;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  /* width: 100%; */
  /* width: 500px; */
  width: auto;
  padding-top: 15px;
  /* position: relative; */
  display: flex;
  flex-wrap: no-wrap;
  justify-content: center;
  align-items: center;
  width: auto;
}

.ec-headerNavi_box {
  width: 100%;
  max-width: 1120px;
  margin: 15px auto 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  position: relative;
  /* justify-content: center; */
  justify-content: left;
}

.ec-headerNavi_leftbox {
  /*pcで非表示*/
  min-width: 0px;
}

.ec-headerTitle .ec-headerTitle__title a {
  width: 500px;
}

.ec-headerTitle img {
  width: 500px;
}

@media screen and (min-width: 520px)and (max-width:959px) {
  /*★★★★タブレット用（520～959px）です★★★★*/
  .ec-headerTitle .ec-headerTitle__title a {
    width: 200px;
  }
  .ec-headerTitle img {
    width: 250px;
    /* margin: 0 calc(50% - 10vw); */
    margin: 0 auto;
  }
  .ec-headerNaviRole {
    margin: 0px 0 0;
    top: 70%;
  }
}

@media screen and (max-width: 519px) {
  /*★★★★スマホ用（519px未満）です★★★★*/
  .ec-headerTitle .ec-headerTitle__title a {
    width: 200px;
  }
  .ec-headerTitle img {
    width: 200px;
    margin: 0 calc(50% - 20vw);
  }
}

/*20201118 add*/

@media screen and (min-width: 520px)and (max-width:959px) {
  /*★★★★タブレット用（520～959px）です★★★★*/
  .ec-headerNavi_box {
    width: 100%;
    max-width: 100%;
  }
  /* .ec-headerNaviRole .ec-headerNaviRole__right {
    width: 80%;
  } */
}

@media screen and (max-width: 519px) {
  /*★★★★スマホ用（519px未満）です★★★★*/
  .ec-headerNavi_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    position: relative;
  }
  .ec-headerNavi_leftbox {
    width: 20%;
    min-width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
  }
  .ec-headerNavSP {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    /* cursor: pointer;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 10px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    text-align: center;
    color: black;
    background: white; */
    position: fixed;
    /* top: 10px; */
    /* top: 1.8%;
    left: 8px; */
    z-index: 1000;
    top: 2%;
    width: 10%;
    right: 0;
    text-align: right;
    /* transform: translateY(4.8%); */
  }
  .ec-headerRole {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: auto;
    /* padding-top: 15px; */
    padding-top: 6px;
    display: flex;
    flex-wrap: no-wrap;
    justify-content: center;
    align-items: center;
    width: auto;
  }
  .ec-headerTitle img {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  /* 
  .ec-headerRole {
    margin: 0 auto;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    width: 70%;
    max-width: 70%;
  } */
  .ec-headerNaviRole {
    margin: 0;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 16px;
    line-height: 1.2;
    width: 20%;
    max-width: 20%;
    min-width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* align-items: right; */
    padding-top: 0px;
    flex: 1;
    /* position: absolute; */
    position: relative;
    top: 0%;
    right: 0.4rem;
    /* transform: translateY(0%); */
    transform: none;
  }
}

@media screen and (min-width: 769px)and (max-width:1023px) {
  /* .ec-headerNavSP {
    top: 50%;
  }
  .ec-headerNavi_box {
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
  }
  .ec-headerNaviRole {
    padding-bottom: 0;
  } */
}

/* footer */

/*pc footer*/

.ec-footerRole {
  border-top: 1px solid #7d7d7d;
  margin-top: 10px;
  background: fff;
}

.ec-footerNavi .ec-footerNavi__link {
  display: inline-block;
  border-right: 1px solid #7d7d7d;
}

.ec-footerNavi .ec-footerNavi__link a {
  display: inline-block;
  border-bottom: none;
  margin: 0 0px;
  padding: 0 20px;
  text-decoration: none;
}

.ec-footerNavi .ec-footerNavi__link:last-child {
  border-right: none;
}

.ec-footerRole .ec-footerRole__inner img {
  width: 400px;
}

@media screen and (max-width: 519px) {
  /*★★★★スマホ用（519px未満）です★★★★*/
  .ec-footerTitle__logo img {
    max-width: 260px;
  }
  /*偶数だけボーダー出さない*/
  .ec-footerNavi .ec-footerNavi__link:nth-child(even) {
    border-right: none;
  }
  .ec-footerNavi {
    margin: 20px 0 10px;
  }
  .ec-footerNavi .ec-footerNavi__link {
    margin: 10px 0 0;
  }
  .ec-footerTitle {
    padding: 20px 0 30px;
  }
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ☆彡☆彡☆彡☆彡☆彡☆彡☆彡☆彡 */

/* ここからメガメニュー */

/* ☆彡☆彡☆彡☆彡☆彡☆彡☆彡☆彡 */

/**
 * menu
 */

.menu {
  position: relative;
  width: 100%;
  height: 50px;
  max-width: 1120px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}

.menu>li {
  text-align: center;
  float: left;
  width: 20%;
  height: 50px;
  line-height: 50px;
  background: #1E2126;
  ;
}

.menu>li a {
  display: block;
  color: #fff;
  font-size: 16px;
}

.menu>li a:hover {
  color: #999;
}

.menu__none:hover, .menu__multi:hover, .menu__mega:hover, .menu__single:hover {
  background: #767676;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.menu__mega>ul li {
  border-top: 1px solid #111;
}

.menu__mega>ul li a:hover {
  background: #111;
}

.menu:before, .menu:after {
  content: "";
  display: table;
}

.menu:after {
  clear: both;
}

.menu {
  *zoom: 1;
}

/**
 * mega menu
 */

@media screen and (min-width: 960px) {
  /*★★★★PC用（960px以上）です★★★★*/
  .menu__mega>ul {
    position: absolute;
    top: 40px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 2%;
    background: #1E2126;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
  }
  .menu__mega:hover>ul {
    top: 50px;
    visibility: visible;
    opacity: 1;
  }
  .menu__mega>ul>li {
    float: left;
    width: 32%;
    border: none;
  }
  .menu__mega>ul>li:nth-child(3n+2) {
    margin: 0 1%;
  }
  .menu__mega>ul>li>ul li a {
    color: #000;
  }
  .menu__mega>ul>li>ul li {
    border-top: 1px solid #111;
  }
  .menu__mega>ul>li>ul li a:hover {
    background: #000;
    color: #ffffff;
  }
  .menu__mega>ul>li>ul {
    position: absolute;
    width: 30.7%;
    background: #000;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    visibility: hidden;
    opacity: 0;
  }
  .menu__mega>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
  }
  .menu__mega>ul>li>ul>li {
    position: relative;
  }
  .menu__mega>ul>li>ul>li:hover {
    background: #2a1f1f;
  }
}

/*上書き*/

/*上書き*/

.menu {
  font-weight: 400;
}

nav.globalNaviBelt {
  font-family: "メイリオ"!important;
  border-top: 1px solid #7d7d7d;
  margin: 30px 0 0;
}

nav.globalNaviBelt .globalNavi {
  background: #1E2126;
  margin: 5px 0 0;
}

@media screen and (min-width: 520px)and (max-width:959px) {
  /*★★★★タブレット用（520～959px）です★★★★*/
  .menu {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 519px) {
  /*★★★★スマホ用（519px未満）です★★★★*/
  nav.globalNaviBelt {
    display: none;
  }
}

.ec-secHeading {
  margin-bottom: 35px;
  color: black;
}

.ec-secHeading .ec-secHeading__en {
  font-family: 'Oswald', sans-serif;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 0.2em;
  position: relative;
  color: #333333;
}

.ec-secHeading .ec-secHeading__en:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -7px;
  /*線の上下位置*/
  display: inline-block;
  width: 70px;
  /*線の長さ*/
  height: 4px;
  /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*位置調整*/
  background-color: #333333;
  /*線の色*/
  border-radius: 2px;
  /*線の丸み*/
}

@media screen and (max-width: 519px) {
  /*★★★★スマホ用（519px未満）です★★★★*/
  .ec-secHeading {
    margin-bottom: 15px;
    color: black;
  }
  .ec-secHeading .ec-secHeading__en {
    font-size: 28px;
  }
  .ec-secHeading .ec-secHeading__en:before {
    bottom: -3px;
    /*線の上下位置*/
    width: 40px;
    /*線の長さ*/
    height: 3px;
    /*線の太さ*/
  }
}

/*見出し余白設定*/

.ec-topicRole {
  padding: 40px 0 40px;
}

.ec-newsRole {
  padding: 20px 0 10px;
}

.ec-projectRole {
  padding: 50px 0 0;
}

@media screen and (max-width: 519px) {
  /*★★★★スマホ用（519px未満）です★★★★*/
  /* .ec-sliderRole {
    margin: 20px 0 12px 0;
  } */
  .ec-topicRole {
    padding: 0px 0 10px;
  }
  .ec-newsRole {
    padding: 10px 0 10px;
  }
  .ec-projectRole {
    padding: 20px 0 0;
  }
  /*NEWSの最上部の余白追加　SPのみ*/
  .ec-newsRole .ec-newsRole__news {
    padding-top: 5px;
  }
}

/*about*/

.ec-pageHeader h1 {
  margin: 30px 0 30px;
  border-bottom: 1px dotted #ccc;
  border-top: 1px solid #ccc;
  border-top: none;
  padding: 8px 0 12px;
  font-size: 26px;
  font-weight: 900;
  text-align: left;
}

.content_about p {
  margin: 50px 0 50px !important;
  font-weight: 900;
  text-align: center;
}

.content_about img {
  margin: 30px auto 30px !important;
  width: 50%;
  display: block;
}

.content_about .ec-off1Grid {
  text-align: left;
  margin: 30px 0 80px !important;
  line-height: 1.4;
}

.content_about .ec-borderedDefs dl {
  flex-wrap: nowrap;
  /* padding: 8px 0 4px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 8px 0;
}

.content_about .ec-borderedDefs dd {
  width: 70%;
  line-height: 3;
}

.content_about .ec-borderedDefs dd.post {
  width: 70%;
  line-height: 1.4;
  padding: 10px 0 14px;
}

@media screen and (max-width: 519px) {
  /*★★★★スマホ用（519px未満）です★★★★*/
  .content_about p {
    margin: 30px 0 30px !important;
    font-weight: 700;
  }
  .content_about img {
    margin: 30px auto 30px !important;
    width: 60%;
  }
  .ec-borderedDefs dl {
    flex-wrap: nowrap;
    padding: 0px 0;
  }
  .content_about .ec-borderedDefs dl {
    flex-wrap: nowrap;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .ec-borderedDefs dt {
    font-weight: normal;
    width: 30%;
    padding-top: 0;
  }
}

/* pagetop */

.ec-blockTopBtn {
  display: none;
  position: fixed;
  width: 60px;
  height: 60px;
  right: 20px;
  bottom: 10px;
  cursor: pointer;
  color: inherit;
  text-align: center;
  line-height: 0px;
  opacity: 1;
  background-color: transparent;
}

.ec-blockTopBtn img {
  width: 60px;
  height: 60px;
}

.ec-topicRole img {
  width: auto;
}

.slick-slide {
  padding: 20px 20px;
  background-color: #e5e4e4;
}

@media screen and (min-width: 960px) {
  /*★★★★PC用（960px以上）です★★★★*/
  .slick-slide {
    padding: 40px 20px;
  }
}

/* 上部アイコンサイズ調整 */

@media screen and (min-width: 960px) {
  /*★★★★PC用（960px以上）です★★★★*/
  .ec-headerNav .ec-headerNav__itemIcon {
    font-size: 30px;
    color: #898989;
  }
  .fa-shopping-cart:before {
    font-size: 30px;
    color: #898989;
  }
}

/* トップページのスライダーアロー関連 */

.slick-arrow {
  z-index: 20;
  /* 矢印画像を最前面へ */
}

.slide-arrow {
  position: absolute;
  top: 40%;
}

@media screen and (min-width: 960px) {
  /*★★★★PC用（960px以上）です★★★★*/
  .slick-slide:not(.slick-center) {
    /* トップのスライダー中央以外を半透明にする場合に解除 */
    /* opacity: 0.5; */
  }
  .prev-arrow {
    left: 23.3%;
  }
  .next-arrow {
    right: 23.3%;
  }
}

@media screen and (max-width: 519px) {
  /*★★★★スマホ用（519px未満）です★★★★*/
  .prev-arrow {
    visibility: hidden;
  }
  .next-arrow {
    visibility: hidden;
  }
}

/* 商品詳細ページのアクティブ写真からグレー囲みトル */

.item_visual>.slick-list>.slick-track>.slick-slide {
  background-color: #ffffff;
}

/* 商品詳細ページのグロナビ下にアキ追加 */

.ec-grid2__cell {
  margin-top: 40px;
}

/* 商品詳細ページのサムネイルを3カラムから4カラムに */

.ec-sliderItemRole .slideThumb {
  width: 25%;
}

/* 「送料無料」タグ（id=4）のみ赤背景白抜きにする */

.ec-productRole__tags>.tag_4 {
  background-color: #d33828;
  border-color: #cb3526;
  color: #ffffff;
}

/* 特定商取引法に基づく記載のdtdd左右割り間にアキ */

.ec-borderedDefs .ec-label {
  padding-right: 20px;
}

/* 特定商取引法に基づく記載の行間アキ調整 */

.ec-borderedDefs dl {
  padding-bottom: 5px;
}

.ec-borderedDefs dd {
  line-height: 1.5;
}

.ec-borderedDefs dd>p {
  margin-bottom: 20px;
}

.ec-borderedDefs dd>p:last-child {
  margin-bottom: 0;
}

.ec-borderedDefs dt {
  padding-top: 0;
}

.ec-borderedDefs p {
  line-height: 1.5;
}

/*LP*/

.br-sp {
  display: none;
}

.lp_wrap header img {
  width: 100%;
  margin: 0 0;
  padding: 0;
}

.lp_wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 0;
  text-align: center;
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
  padding: 20px 0px;
}

/*concept*/

.lp_concept {
  width: 90%;
  margin: 40px auto;
  display: flex;
  flex-direction: row;
}

.lp_concept_title_sp {
  font-family: "Rage"!important;
  font-style: italic;
  font-size: 41px;
  color: #d8b75e;
  text-align: center;
  margin: 20px auto 30px;
}

.lp_concept_title {
  font-family: "Rage"!important;
  font-style: italic;
  font-size: 41px;
  text-align: left;
  margin: 30px 10px 10px;
  color: #d8b75e;
}

.lp_concept_txt {
  text-align: left;
  margin: 10px 10px;
}

.lp_concept_mv_list {
  width: 100%;
  margin: 60px auto;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.lp_concept_mv_list .mv_list_title span {
  font-family: "Rage"!important;
  font-style: italic;
  font-size: 41px;
  line-height: 36px;
  color: #d8b75e;
}

.lp_concept_mv_list .mv_list_title {
  word-wrap: normal;
  margin: 0 0 10px;
  padding: 0;
}

.lp_concept_mv_list img, .lp_concept_mv_list iframe {
  width: 100%;
}

.lp_concept_mv_list .lp_concept_mv_list02 {
  display: flex;
  flex-direction: row;
}

.lp_concept_mv_list01 {
  padding: 0px;
}

.lp_concept_mv_list02 .lp_concept_mv {
  padding: 0 10px;
}

.lp_concept_mv_list02 .lp_concept_mv:last-child {
  padding: 0px;
}

/*product*/

.lp_product_wrap {
  margin: 30px 0;
}

.lp_product_title {
  font-family: "Rage"!important;
  font-style: italic;
  font-size: 41px;
  color: #d8b75e;
  text-align: center;
  margin: 30px auto;
}

.product_wrap {
  display: flex;
  flex-direction: row;
}

.product_wrap img {
  width: 300px;
  max-width: 300px;
  height: auto;
}

.product_img {
  /* width: 300px;
  height: 300px; */
}

.product_info {
  margin: 10px 20px 0;
  text-align: left;
}

.product_slide {
  margin: 0 0 80px;
}

.product_slide ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

/*product 詳細*/

.product_name {
  font-size: 28px;
}

.product_no {
  margin: 6px 0;
  font-size: 20px;
}

.product_price {
  margin: 10px 22px 10px;
  text-align: right;
  font-size: 28px;
}

.product_detail {
  margin: 10px 0px 20px;
}

/*profile*/

.lp_profile {
  width: 100%;
  margin: 40px auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}

.lp_profile img {
  width: 100%;
  max-width: 260px;
  height: auto;
}

.lp_profile_title_sp {
  font-family: "Rage"!important;
  font-style: italic;
  font-size: 41px;
  color: #d8b75e;
  text-align: center;
  margin: 20px auto 40px;
}

.lp_profile_title {
  font-family: "Rage"!important;
  font-style: italic;
  font-size: 41px;
  color: #d8b75e;
  text-align: center;
  margin: 30px 10px;
}

.lp_profile_txt {
  text-align: left;
  margin: 30px 10px;
}

.lp_profile_name {
  text-align: left;
  margin: 10px 0;
  font-size: 22px;
}

.lp_profile_table {
  width: 100%;
  margin: 16px auto 40px;
  display: flex;
  flex-direction: row;
}

.lp_profile_table .lp_profile_wrap {
  width: 100%;
  margin: 0px 20px;
}

.lp_profile_wrap img {
  width: auto;
  height: auto;
}

.lp_profile_table_txt {
  margin: 10px 20px;
  text-align: left;
}

.lp_btn_order {
  max-width: 480px;
  margin: 0 auto;
}

a.btn_04 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 68px;
  position: relative;
  background: #d8b75e;
  border: 1px solid #d8b75e;
  box-sizing: border-box;
  padding: 0 25px 0 70px;
  color: #2a1f1f;
  font-size: 24px;
  letter-spacing: 0em;
  line-height: 1.30;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  margin: 0 auto;
}

a.btn_04:before {
  content: url(../img/_lp/arrow.png);
  display: block;
  width: 10px;
  height: auto;
  position: absolute;
  top: 25%;
  left: 33px;
  /*  content: '';
width: 8px;

  height: 8px;
  border: 0;
  border-top: 2px solid #2a1f1f;
  border-right: 2px solid #2a1f1f;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px; */
}

a.btn_04:hover {
  background: #fff;
  color: #2a1f1f;
}

a.btn_04:hover:before {
  /* border-top: 2px solid #2a1f1f;
  border-right: 2px solid #2a1f1f; */
}

@media screen and (max-width: 519px) {
  /*★★★★スマホ用（519px未満）です★★★★*/
  .br-sp {
    display: block;
  }
  .lp_wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    padding: 20px 0;
  }
  .lp_concept {
    display: flex;
    flex-direction: column;
  }
  .lp_concept img {
    width: 60%;
    text-align: center;
    margin: 0 auto;
  }
  .lp_concept_mv_list {
    width: auto;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
  }
  /* .lp_concept_mv_list .mv_list_title {
    word-wrap: normal;
    margin: 0 0 ;
    padding: 0;
  } */
  .lp_concept_mv_list .lp_concept_mv_list01 {
    display: flex;
    flex-direction: column;
    margin: 10px;
  }
  .lp_concept_mv_list .lp_concept_mv_list02 {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .lp_concept_mv_list02 .lp_concept_mv {
    padding: 0;
  }
  .lp_concept_mv_list .lp_concept_mv_list02 .lp_concept_mv {
    padding: 0 10px;
    width: 90%;
    margin: 10px 0;
  }
  .lp_concept_mv_list iframe {
    width: 100%;
    height: 200px;
  }
  /*product*/
  .lp_product_title {
    font-family: "Rage"!important;
    font-style: italic;
    font-size: 41px;
    color: #d8b75e;
    text-align: center;
    margin: 20px auto 0;
  }
  .product_wrap {
    display: flex;
    flex-direction: column;
  }
  .product_wrap_sp {
    display: flex;
    flex-direction: column;
    margin: 0 0 40px 0;
  }
  .product_wrap img {
    width: 100%;
    max-width: 90%;
  }
  .product_price {
    margin: 5px 0px 10px;
    text-align: center;
    font-size: 24px;
  }
  .product_detail {
    margin: 10px 0px;
  }
  .product_slide {
    width: 92%;
    margin: 10px auto 0px;
  }
  .product_slide ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    justify-content: left;
    flex-wrap: wrap;
  }
  .product_slide ul li {
    width: 20%;
    margin: 10px 0;
  }
  .product_slide ul li img {
    /* width: auto; */
    max-width: 58px;
    height: auto;
  }
  /*profile*/
  .lp_profile {
    width: 90%;
    margin: 40px auto 10px;
    display: flex;
    flex-direction: column;
  }
  .lp_profile img {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .lp_profile_name {
    text-align: center;
  }
  .lp_profile_table {
    width: auto;
    margin: 10px auto 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
  }
  .lp_profile_wrap img {
    width: auto!important;
    height: auto!important;
    max-width: 100%;
    /* max-width: 150px; */
  }
  .lp_profile_table .lp_profile_wrap {
    width: auto;
    margin: 10px;
  }
  .lp_profile_table_txt {
    text-align: left;
    margin: 10px 10px;
  }
  a.btn_04 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 88%;
    height: 68px;
    position: relative;
    background: #d8b75e;
    border: 1px solid #d8b75e;
    box-sizing: border-box;
    padding: 0 25px 0 70px;
    color: #2a1f1f;
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.30;
    text-align: left;
    text-decoration: none;
    transition-duration: 0.3s;
    margin: 20px auto 0;
  }
  a.btn_04:before {
    content: url(../img/_lp/arrow_sp.png);
    display: block;
    width: 10px;
    height: auto;
    position: absolute;
    top: 27%;
    left: 17px;
    /*  content: '';
width: 8px;

  height: 8px;
  border: 0;
  border-top: 2px solid #2a1f1f;
  border-right: 2px solid #2a1f1f;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px; */
  }
}

@media screen and (min-width: 520px)and (max-width:959px) {
  /*★★★★タブレット用（520～959px）です★★★★*/
  /* .ec-headerNaviRole .ec-headerNaviRole__right {
    width: calc(100% * 2 / 3);
    width: 80%;
  } */
  .product_slide {
    width: 100%;
    margin: 10px auto 0px;
  }
  .product_slide ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .product_slide ul li {
    width: 20%;
    margin: 10px 0;
  }
  .product_slide ul li img {
    width: 60%;
    height: auto;
    /* width: auto;
    height: auto; */
  }
}