@import url("https://www.azanautotra.com/60023443/wp-content/themes/multipress/style.css");
@import url("https://www.azanautotra.com/60023443/wp-content/themes/multipress/theme.css");
@import url("https://www.azanautotra.com/60023443/wp-content/themes/multipress/common.css");
@import url("https://www.azanautotra.com/files/files_common.css");
@import url("https://www.azanautotra.com/files/files_pc.css");


/* 上記CSS読込で崩れる部分の調整
------------------------------------------------------------------------------------------------------------------- */
/* vertical-align */
.ec-layoutRole__contentTop *,
.ec-layoutRole__contents * {
  vertical-align: baseline;
}
/* margin */
.ec-layoutRole__contentTop ol,
.ec-layoutRole__contentTop ol,
.ec-layoutRole__contents ul,
.ec-layoutRole__contents ul {
  margin-top: 0;
  margin-bottom: 10px;
}
.ec-layoutRole__contentTop .h1,
.ec-layoutRole__contentTop .h2,
.ec-layoutRole__contentTop .h3,
.ec-layoutRole__contentTop h1,
.ec-layoutRole__contentTop h2,
.ec-layoutRole__contentTop h3,
.ec-layoutRole__contents .h1,
.ec-layoutRole__contents .h2,
.ec-layoutRole__contents .h3,
.ec-layoutRole__contents h1,
.ec-layoutRole__contents h2,
.ec-layoutRole__contents h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* モーダルのフォント */
#ec-modal-header {
  font-size: 16px;
}
.ec-inlineBtn--action,
.ec-blockBtn--action,
.ec-blockBtn--cancel {
  color: #ffffff !important;
}


/* その他の調整
------------------------------------------------------------------------------------------------------------------- */
/* フォントの基準サイズ */
html {
  font-size: 16px;
}
/* 商品詳細のマージン */
#page_product_detail .ec-categoryNaviRole {
  margin-bottom: 70px;
}
/* 標準のページトップ非表示 */
.ec-blockTopBtn {
  display: none !important;
}
/* 標準の背景色 */
.ec-layoutRole {
  background: none;
}
/* カテゴリ */
.ec-itemNav__nav li a {
  margin: 5px;
  padding: 6px;
  background: #eeeeee;
}
/* 関連商品 */
#RelatedProduct-product_title {
  padding: 10px;
  background: #2b2b4b;
  color: #ffffff;
  font-size: 20px;
  line-height: normal;
}
/* 詳細不明 */
.ec-borderedDefs dd {
  line-height: 2;
}
/* 商品カテゴリプルダウン▽位置調整 */
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
  position: absolute;
  top: 0;
  right: 1.4em;
  bottom: 0;
  margin: auto;
}
/* ご注文手続き画面の合計金額ウィンドウ */
.ec-orderRole .ec-orderRole__summary {
  margin-top: 0 !important;
}
.ec-totalBox {
  position: sticky;
  top: 0;
}


/* PC
------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:768px) {
  /* 標準のロゴとコピーライト非表示 */
  .ec-headerRole,
  .ec-footerRole {
    display: none;
  }
  /* ティザーとフッターからのマージン */
  .ec-layoutRole__contentTop,
  .ec-layoutRole__footer {
    margin-top: 70px;
  }
}


/* SP
------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:767px) {
  /* PC専用の要素を非表示 */
  #branding_box,
  #branding_box #site-description,
  #branding_box #header_information,
  #branding_box #header_information .main_header,
  #branding_box #access,
  #main_teaser,
  #footer_block,
  #footer_block .fixed_btn,
  .ec-headerNaviRole,
  .ec-footerTitle__logo {
    display: none !important;
    height: 0 !important;
  }
  /* 幅調整、背景非表示 */
  body {
    min-width: inherit !important;
    background: none !important;
  }
  /* ハンバーガーメニューの文字はみ出し対策 */
  .ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
    display: flex;
  }
  /* カートに入れるボタンの文字はみ出し対策 */
  .ec-blockBtn--action {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    white-space: normal;
    line-height: 1.2em;
  }
  /* iPhoneでハンバーガーメニューが見切れる不具合対応 */
  .ec-headerLinkArea {
    padding-bottom: 20vw;
  }
  /* 翻訳ボタン */
  #google_translate_element {
    right: 12.5vw !important;
  }
}


/* 以下、案件ごとに追記で調整
------------------------------------------------------------------------------------------------------------------- */
/* ヘッダメニューのカート */
.ec-headerRole__cart {
  display: none;
}
/* ボタン無効化 */
.button_disable {
  opacity: 0.2;
  pointer-events: none;
}
/* 選択中または入力中 */
select.filled_out,
input.filled_out {
  background-color: #b0e8ff !important;
}
/* SPロゴ */
.ec-headerRole {
  padding: 0;
}
.ec-headerRole a {
  background-color: #000000;
}
/* ボタン画像版 */
.ec-drawerRoleClose.is_active,
.ec-headerNavSP {
  top: 0;
  right: 0;
  left: inherit;
  padding: 0;
  width: 12.5vw;
  height: 12.5vw;
  border-radius: 0;
  background: none transparent;
  transition: none;
}
.fa-bars,
.fa-times {
  display: block;
  width: 100%;
  height: 100%;
}
.fa-bars:before,
.fa-times:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}
.fa-bars:before {
  background: url(https://www.azanautotra.com/files/sp_btn_menu_off.png) no-repeat top center/100%;
}
.fa-times:before {
  background: none transparent;
}
/* メニューオープン時 */
.ec-layoutRole.is_active .fa-bars:before {
  background: none transparent;
}
.ec-drawerRoleClose.is_active .fa-times:before {
  background: url(https://www.azanautotra.com/files/sp_btn_menu_on.png) no-repeat top center/100%;
}


/* PC：検索ヘッダーのレイアウトカスタマイズ
------------------------------------------------------------------------------------------------------------------- */
/* 標準のプルダウンカテゴリを非表示 */
.ec-headerSearch .ec-headerSearch__category {
  display: none;
}
.ec-headerSearch .ec-headerSearch__keyword {
  position: static;
  width: 100%;
  border-radius: 0;
}

/* カテゴリで絞込 */
.ec-categoryNaviRole {
  position: relative;
  display: block;
  margin-bottom: calc((70px + 15px) - 30px);
  padding: 0 20px calc(38px + 5px) 20px;

  --category_navi_columns: 4;
  --category_navi_columns2: 9;
  --category_navi_columns3: 4;
  --category_navi_gap: 5px;
}
@media screen and (max-width:767px) {
  .ec-categoryNaviRole {
    margin: 0;
    padding: 5px;
  }
}
/* ボタン */
.ec-categoryNaviRole .custom_bodytype_menu {
  margin-bottom: 5px;
  font-size: 0;
}
@media screen and (max-width:767px) {
  .ec-categoryNaviRole .custom_bodytype_menu {
    margin-bottom: 0;
  }
}
.ec-categoryNaviRole .custom_bodytype_menu ul {
  display: flex;
  flex-wrap: wrap;

  gap: var(--category_navi_gap);
}
.ec-categoryNaviRole .custom_bodytype_menu ul li {
  width: calc(((100% + var(--category_navi_gap))/var(--category_navi_columns2)) - var(--category_navi_gap));
}
@media screen and (max-width:767px) {
  .ec-categoryNaviRole .custom_bodytype_menu ul li {
    width: calc(((100% + var(--category_navi_gap))/var(--category_navi_columns3)) - var(--category_navi_gap));
  }
}
.ec-categoryNaviRole .custom_bodytype_menu ul li a {
  display: block;
}
.ec-categoryNaviRole .custom_bodytype_menu ul li a img {
  border: 1px solid #cccccc;
  background-color: #f6f6f6;
}
.ec-categoryNaviRole .custom_bodytype_menu ul li a:hover img {
  opacity: 0.8;
}
/* セレクトボックス */
@media screen and (max-width:767px) {
  .ec-categoryNaviRole .ec-itemNav {
    display: none;
  }
}
.ec-categoryNaviRole .ec-itemNav .ec-itemNav__nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;

  gap: var(--category_navi_gap);
}
.ec-categoryNaviRole .ec-itemNav .ec-itemNav__nav li {
  position: static;
  box-sizing: border-box;
  width: calc(((100% + var(--category_navi_gap))/var(--category_navi_columns)) - var(--category_navi_gap));
  font-size: 14px;
}
.ec-categoryNaviRole .ec-itemNav .ec-itemNav__nav li select {
  box-sizing: border-box;
  width: 100%;
  height: 36px;
  border: 1px solid #cccccc;
}

/* 検索キーワード */
.ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
  padding: 0.5em;
}
/* 検索ボタン */
.ec-headerSearch .ec-headerSearch__keywordBtn {
  top: auto;
  right: 20px;
  bottom: 0;
  padding: 8px 20px;
  border-radius: 100px;
  background: linear-gradient(180deg, #008f3c 0%, #01411c 100%);
  color: #ffffff;
  transform: translateY(0%);
}
.ec-headerSearch .ec-headerSearch__keywordBtn:hover {
  opacity: 0.8;
}
.ec-headerSearch .ec-headerSearch__keywordBtn .ec-icon {
  display: flex;
  align-items: center;
  width: auto;
}
.ec-headerSearch .ec-headerSearch__keywordBtn .ec-icon img {
  margin-right: 5px;
  height: 100%;

  mix-blend-mode: screen;
}
.ec-headerSearch .ec-headerSearch__keywordBtn .ec-icon span {
  font-size: 16px;
  line-height: 22px;
}


/* SP：検索ヘッダーのレイアウトカスタマイズ
------------------------------------------------------------------------------------------------------------------- */
/* カテゴリのセレクトボックス */
.ec-headerCategoryArea {
  background-color: #ebebeb;
  font-size: 16px;
}
.ec-headerCategoryArea .ec-itemNav .ec-itemNav__nav {
  display: flex;
  flex-wrap: wrap;
}
.ec-headerCategoryArea .ec-itemNav .ec-itemNav__nav li select {
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  border-top: none;
  border-right: none;
  border-left: none;
}
@media screen and (max-width:767px) {
  /* 検索キーワード */
  .ec-drawerRole .ec-headerSearch {
    position: relative;
    padding: 0 0 50px 0;
  }
  .ec-drawerRole .ec-headerSearch .ec-headerSearch__keyword {
    border: none;
  }
  .ec-drawerRole .ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
    padding: 0.2em;
    height: 48px;
    border-bottom: 1px solid #767676;
    border-radius: 0;
  }
  /* 検索ボタン */
  .ec-drawerRole .ec-headerSearch .ec-headerSearch__keywordBtn {
    right: 50%;
    bottom: 5px;
    transform: translateX(50%);
  }
}

/* 商品一覧のレイアウトカスタマイズ
------------------------------------------------------------------------------------------------------------------- */
/* 商品一覧の価格を非表示 */
.ec-searchnavRole .ec-topicpath {
  color: initial;
  line-height: normal;
}
.ec-searchnavRole .ec-topicpath .ec-topicpath__item a {
  color: var(--link_color);
}
/* 商品一覧の価格を非表示 */
.price02-default {
  display: none;
}
/* 商品一覧の数量入力を非表示 */
.ec-numberInput {
  display: none;
}
/* 商品一覧のカートボタンを非表示 */
.ec-blockBtn--action.add-cart {
  display: none;
}
/* 商品一覧を5列表示 */
@media only screen and (min-width: 768px) {
  .ec-shelfGrid .ec-shelfGrid__item {
    width: calc(100%/5);
  }
}
/* リセット */
.ec-shelfGrid .ec-shelfGrid__item .ec-productRole__btn {
  margin: 0;
}
/* 商品一覧 */
@media screen and (max-width:767px) {
  .ec-shelfRole {
    padding: 0;
  }
}
.ec-shelfGrid {
  box-sizing: border-box;
  margin: 0 !important;
  border-left: 1px solid #ffffff;
}
/* 商品毎 */
.ec-shelfGrid .ec-shelfGrid__item {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 5px !important;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.ec-shelfGrid .ec-shelfGrid__item:hover {
  background-color: #fff2e6;
}
.ec-shelfGrid .ec-shelfGrid__item:nth-child(n+6) {
  border-top: none;
}
/* リンクエリア */
.ec-shelfGrid .ec-shelfGrid__item > a {
  margin-bottom: calc(5px + 56px + 56px);
}
.ec-shelfGrid .ec-shelfGrid__item > a:hover {
  opacity: 0.8;
}
/* 画像 */
.ec-shelfGrid .ec-shelfGrid__item > a .ec-shelfGrid__item-image {
  margin-bottom: 5px;
  height: 170px;
}
.ec-shelfGrid .ec-shelfGrid__item > a .ec-shelfGrid__item-image > img {
  width: 100%;
  height: 100%;

  object-fit: cover;
}
/* 商品No. */
.ec-shelfGrid .ec-shelfGrid__item > a .custom_list_code {
  margin-bottom: 5px;
  color: #000000;
  text-align: center;
  font-size: 11px;
}
.ec-shelfGrid .ec-shelfGrid__item > a .custom_list_code > span {
  display: inline-block;
  color: #8c0000;
  font-weight: bold;
  font-size: 14px;
}
/* セールスポイント */
.ec-shelfGrid .ec-shelfGrid__item > a .custom_list_description {
  box-sizing: border-box;
  margin-bottom: 5px;
  padding: 5px;
  background-color: #01411c;
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
}
.ec-shelfGrid .ec-shelfGrid__item > a .custom_list_description > span {
  margin-right: 5px;
  padding: 0 5px;
  border-radius: 5px;
  background-color: #ffffff;
  color: #01411c;
}
/* 新着 */
.ec-shelfGrid .ec-shelfGrid__item > a .custom_list_description > span.tag_5 {
  background-color: #e7242e;
  color: #ffffff;
}
/* 商品名 */
.ec-shelfGrid .ec-shelfGrid__item > a .custom_list_name {
  margin-bottom: 5px;
  color: #003a6b;
  font-weight: bold;
  font-size: 14px;
}
/* 商品データ(2行まで表示) */
.ec-shelfGrid .ec-shelfGrid__item > a .custom_list_freearea1 {
  display: table;
  box-sizing: border-box;
  margin-bottom: 5px;
  width: 100%;
  border-collapse: collapse;
  color: #000000;
  font-size: 12px;
}
.ec-shelfGrid .ec-shelfGrid__item > a .custom_list_freearea1 > p {
  display: table-row;
}
.ec-shelfGrid .ec-shelfGrid__item > a .custom_list_freearea1 > p > span {
  display: table-cell;
  padding: 2.5px;
  border: 1px solid #b3b3b3;
}
.ec-shelfGrid .ec-shelfGrid__item > a .custom_list_freearea1 > p > span:first-of-type {
  text-align: right;
  font-weight: bold;
}
/* お気に入りボタン */
.ec-shelfGrid .ec-shelfGrid__item .custom_favorite_btn {
  position: absolute;
  bottom: calc(5px + 56px + 5px);
  left: 5px;
  width: calc(100% - 10px);
}
/* お問い合わせボタン */
.ec-shelfGrid .ec-shelfGrid__item .custom_contact_btn {
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: calc(100% - 10px);
}


/* 商品詳細のレイアウトカスタマイズ
------------------------------------------------------------------------------------------------------------------- */
/* 商品詳細のタグを非表示 */
.ec-productRole__tags {
  display: none;
}
/* 商品詳細のカテゴリを非表示 */
.ec-productRole__category {
  display: none;
}
/* 商品詳細の数量を非表示 */
.ec-productRole .ec-grid2 #form1 {
  display: none;
}


/* 商品詳細全体 */
.ec-layoutRole .ec-layoutRole__contents {
  max-width: 1130px;
}
.ec-layoutRole .ec-layoutRole__contents .ec-productRole {
  padding: 0;
}
.ec-layoutRole .ec-layoutRole__contents .ec-productRole > * {
  margin-bottom: 10px;
}
.ec-layoutRole .ec-layoutRole__contents .ec-productRole > *:last-of-type {
  margin-bottom: 0;
}
/* 商品名 */
.ec-productRole .ec-productRole__title > * {
  margin: 0;
  padding: 10px;
  background-color: #2b2b4b;
  color: #ffffff;
  line-height: normal;
}
/* SOLDOUT画像 */
.position-relative {
    position: relative;
}
.soldout-overlay {
    pointer-events: none;
    position: absolute;
    height: 70vh;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 10;
}
@media screen and (max-width:767px) {
  .soldout-overlay {
      position: absolute;
      height: auto;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0.5;
      z-index: 10;
  }
}
/* ギャラリーとメニューの親要素 */
.ec-productRole .ec-grid2 {
  justify-content: space-between;
}
/* ギャラリー */
.ec-productRole .ec-grid2 .ec-grid2__cell:first-of-type {
  width: calc(100% - 200px - 10px);
}
@media screen and (max-width:767px) {
  .ec-productRole .ec-grid2 .ec-grid2__cell:first-of-type {
    width: 100%;
  }
}
.ec-productRole .ec-grid2 .ec-grid2__cell:first-of-type .ec-sliderItemRole {
  margin: 0;
  padding: 0;
}
/* スライダー */
.swiper > .swiper-wrapper > .swiper-slide > img {
  width: 100%;
  height: 100%;
  background-color: #000000;

  object-fit: contain;
}
.swiper-button-prev,
.swiper-button-next {
  background-color: rgb(255 255 255 / 50%);
}
/* メイン */
.swiper.mySwiper_main {
  height: 70vh;
}
.swiper.mySwiper_main > .swiper-pagination {
  bottom: 0;
  left: 50%;
  padding: 5px;
  width: auto;
  background-color: rgb(0 0 0 / 50%);
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  transform: translateX(-50%);
}
/* サムネイル */
@media screen and (max-width:767px) {
  .swiper.mySwiper_thumb {
    margin-bottom: 10px;
  }
}
.swiper.mySwiper_thumb > .swiper-wrapper {
  display: grid;

  grid-auto-flow: column;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: repeat(8, 1fr);
}
@media screen and (max-width:767px) {
  .swiper.mySwiper_thumb > .swiper-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
.swiper.mySwiper_thumb > .swiper-wrapper > .swiper-slide {
  box-sizing: border-box;
  height: 100px;
  border: solid 3px #d1d1d1;
}
.swiper.mySwiper_thumb > .swiper-wrapper > .swiper-slide:hover {
  opacity: 0.8;
}
.swiper.mySwiper_thumb > .swiper-wrapper > .swiper-slide-thumb-active {
  border: solid 3px #f39700;
}
.swiper.mySwiper_thumb > .swiper-wrapper > .swiper-slide > img {
  object-fit: cover;
}
/* メニュー */
.ec-productRole .ec-grid2 .ec-grid2__cell:last-of-type {
  overflow: hidden;
  width: 200px;
  height: auto;
}
@media screen and (max-width:767px) {
  .ec-productRole .ec-grid2 .ec-grid2__cell:last-of-type {
    width: 100%;
  }
}
.ec-productRole .ec-grid2 .ec-grid2__cell:last-of-type .ec-productRole__profile {
  margin: 0;
  padding: 10px;
  background-color: #d1d1d1;
}
/* メニュー＞店舗情報 */
.ec-productRole .ec-grid2 .ec-grid2__cell:last-of-type .ec-productRole__profile .ec-store-information {
  margin-bottom: 10px;
  padding: 10px 0;
  text-align: center;
  border: none;
  background-color: #e6e6e6;
  font-size: 16px;
  font-weight: bold;
}
.ec-productRole .ec-grid2 .ec-grid2__cell:last-of-type .ec-productRole__profile .ec-store-information .ec-store-row:not(:last-of-type) {
  margin-bottom: 10px;
}
.ec-productRole .ec-grid2 .ec-grid2__cell:last-of-type .ec-productRole__profile .ec-store-information .ec-store-label {
  font-size: 16px;
}
.ec-productRole .ec-grid2 .ec-grid2__cell:last-of-type .ec-productRole__profile .ec-store-information .ec-store-value {
  font-size: 24px;
}
/* メニュー＞価格 */
.ec-productRole .ec-grid2 .ec-grid2__cell:last-of-type .ec-productRole__profile .ec-productRole__price {
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 10px 0;
  border: none;
  background-color: #e6e6e6;
}
.ec-productRole .ec-grid2 .ec-grid2__cell:last-of-type .ec-productRole__profile .ec-productRole__price .ec-price .ec-price__text {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
}
.ec-productRole .ec-grid2 .ec-grid2__cell:last-of-type .ec-productRole__profile .ec-productRole__price .ec-price .ec-price__price {
  display: block;
  padding: 0;
  text-align: center;
  font-size: 24px;
  line-height: normal;
}
/* メニュー＞商品No. */
.ec-productRole .ec-grid2 .ec-grid2__cell:last-of-type .ec-productRole__profile .ec-productRole__code {
  margin-bottom: 10px;
  padding: 10px 0;
  border: none;
  background-color: #e6e6e6;
  text-align: center;
  font-weight: bold;
}
.ec-productRole .ec-grid2 .ec-grid2__cell:last-of-type .ec-productRole__profile .ec-productRole__code span {
  font-size: 24px;
  line-height: normal;
}
.ec-productRole .ec-grid2 .ec-grid2__cell:last-of-type .ec-productRole__profile .ec-productRole__btn {
  margin-bottom: 10px;
  min-width: auto;
  width: 100%;
}
.ec-productRole .ec-grid2 .ec-grid2__cell:last-of-type .ec-productRole__profile > .ec-productRole__btn:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  .ec-productRole .ec-grid2 .ec-grid2__cell:last-of-type .ec-productRole__profile > .ec-productRole__btn:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}
/* メニュー＞ボタン全般 */
.ec-productRole .ec-grid2 .ec-blockBtn,
.ec-productRole .ec-grid2 .ec-blockBtn--primary,
.ec-productRole .ec-grid2 .ec-blockBtn--action,
.ec-productRole .ec-grid2 .ec-blockBtn--cancel {
  padding: 0;
}
/* メニュー＞車検証ボタン */
.ec-productRole .ec-grid2 .custom_pdf_btn a {
  color: #ffffff;
}
/* メニュー＞印刷ボタン */
@media screen and (max-width:767px) {
  .ec-productRole .ec-grid2 .custom_print_btn {
    display: none;
  }
}
.ec-productRole .ec-grid2 .custom_print_btn button {
  color: #000000;
}
/* 共通 */
.ec-productRole .ec-productRole__description {
  background-color: rgb(209 209 209 / 10%);
}
.ec-productRole .ec-productRole__description > p:first-of-type {
  margin-bottom: 5px;
  padding: 5px;
  background-color: #2b2b4b;
  color: #ffffff;
  font-weight: bold;
}
.ec-productRole .ec-productRole__description > div,
.ec-productRole .ec-productRole__description > div > div {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-bottom: 5px;
  width: 100%;
  border-left: 1px solid #b3b3b3;
  font-size: 14px;
}
.ec-productRole .ec-productRole__description > div > p,
.ec-productRole .ec-productRole__description > div > div > p {
  display: flex;
  box-sizing: border-box;
  width: calc(100%/3);
}
@media screen and (max-width:767px) {
  .ec-productRole .ec-productRole__description > div > p,
  .ec-productRole .ec-productRole__description > div > div > p {
    width: 100%;
  }
}
.ec-productRole .ec-productRole__description > div > p > span,
.ec-productRole .ec-productRole__description > div > div > p > span {
  display: inline-block;
  flex: 1;
  padding: 5px;
  border-top: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
}
.ec-productRole .ec-productRole__description > div > p:nth-child(n+4) > span {
  border-top: none;
}
@media screen and (max-width:767px) {
  .ec-productRole .ec-productRole__description > div > p:nth-child(n+2) > span {
    border-top: none;
  }
}
.ec-productRole .ec-productRole__description > div > p > span:first-of-type,
.ec-productRole .ec-productRole__description > div > div > p > span:first-of-type {
  background-color: #f0f0f0;
  text-align: right;
  font-weight: bold;
}
.ec-productRole .ec-productRole__description > p:last-of-type {
  font-size: 12px;
}
/* セールスポイント */
.ec-productRole .ec-productRole__description.freearea0 {
  background-color: #ffffff;
}
.ec-productRole .ec-productRole__description.freearea0 > p:nth-of-type(2) {
  padding: 0 10px 10px 10px;
}
/* freearea1：基本情報 没 
.ec-productRole .ec-productRole__description.freearea1 > div {
  font-size: 16px;
}*/
/* freearea2：車両情報 */
/* freearea3：上物情報 */
/* freearea4：車輌装備 */
/* freearea5：追加情報 */
/* freearea5：評価シート 没 
.ec-productRole .ec-productRole__description.freearea5 > div {
  justify-content: space-between;
  margin: 0;
  border: none;
}
.ec-productRole .ec-productRole__description.freearea5 > div > div {
  align-content: start;
  margin-bottom: 10px;
  width: calc((100% - 10px) / 2);
  border: none;
  border-top: 1px solid #b3b3b3;
}
@media screen and (max-width:767px) {
  .ec-productRole .ec-productRole__description.freearea5 > div > div {
    width: 100%;
  }
}
.ec-productRole .ec-productRole__description.freearea5 > div > div > p {
  width: 100%;
  border: 1px solid #b3b3b3;
  border-top: none;
  border-right: none;
}
.ec-productRole .ec-productRole__description.freearea5 > div > div > p > span {
  border: none;
  border-right: 1px solid #b3b3b3;
}
.ec-productRole .ec-productRole__description.freearea5 > div > div > p > span:not(:first-of-type) {
  text-align: center;
}
.ec-productRole .ec-productRole__description.freearea5 > div > div > p.customize_table_title > span:first-of-type {
  background-color: #dddddd;
  text-align: left;
}
.ec-productRole .ec-productRole__description.freearea5 > div > div > p.customize_table_title + p > span {
  background-color: #dddddd;
  text-align: center;
  font-weight: bold;
}*/
/* freearea6：特記事項 */
.ec-productRole .ec-productRole__description.freearea6 > p:nth-of-type(2) {
  padding: 10px;
  border: 1px solid #b3b3b3;
}
/* freearea6：タイヤ情報 没 
.ec-productRole .ec-productRole__description.freearea6 > div {
  justify-content: space-between;
  margin: 0;
  border: none;
}
.ec-productRole .ec-productRole__description.freearea6 > div > div {
  align-content: start;
  margin-bottom: 10px;
  width: calc((100% - 10px) / 2);
  border: none;
  border-top: 1px solid #b3b3b3;
}
@media screen and (max-width:767px) {
  .ec-productRole .ec-productRole__description.freearea6 > div > div {
    width: 100%;
  }
}
.ec-productRole .ec-productRole__description.freearea6 > div > div > p {
  width: 100%;
  border: 1px solid #b3b3b3;
  border-top: none;
  border-right: none;
}
.ec-productRole .ec-productRole__description.freearea6 > div > div > p > span {
  border: none;
  border-right: 1px solid #b3b3b3;
  text-align: center;
}
.ec-productRole .ec-productRole__description.freearea6 > div > div > p:not(:first-of-type) > span {
  background: none;
  font-weight: normal;
}*/


/* 関連商品スライドショー */
#RelatedProduct-product_area {
  margin-top: 100px;
  padding: 0;
}
#RelatedProduct-product_area #RelatedProduct-product_title {
  margin: 0 0 10px 0;
}
#RelatedProduct-product_area #RelatedProduct-product_list {
  --position: 0;
  position: relative;
  overflow: hidden;
}
#RelatedProduct-product_area #RelatedProduct-product_list .ec-shelfGrid {
  flex-wrap: nowrap;
}
#RelatedProduct-product_area #RelatedProduct-product_list .ec-shelfGrid .ec-shelfGrid__item {
  flex-shrink: 0;
  width: calc(100%/3);
  transition: transform 0.5s ease 0s;
  transform: translateX(var(--position));
}
@media screen and (max-width:767px) {
  #RelatedProduct-product_area #RelatedProduct-product_list .ec-shelfGrid .ec-shelfGrid__item {
    width: calc(100%/2);
  }
}
#RelatedProduct-product_area #RelatedProduct-product_list .ec-shelfGrid .ec-shelfGrid__item > a,
#RelatedProduct-product_area #RelatedProduct-product_list .ec-shelfGrid .ec-shelfGrid__item > a .custom_list_freearea1 {
  margin: 0;
}
#RelatedProduct-product_area #RelatedProduct-product_list .ec-shelfGrid .ec-shelfGrid__item > a .ec-shelfGrid__item-image {
  height: 250px;
}
@media screen and (max-width:767px) {
  #RelatedProduct-product_area #RelatedProduct-product_list .ec-shelfGrid .ec-shelfGrid__item > a .ec-shelfGrid__item-image {
    height: 170px;
  }
}


/* 商品詳細の印刷用のレイアウトカスタマイズ
------------------------------------------------------------------------------------------------------------------- */
@media print {
  /* 印刷時の余白を調整 */
  @page {
    margin: 15mm 5mm;

    size: auto;
  }
  /* 印刷時の改ページを調整 */
  .swiper.mySwiper_thumb,
  .ec-productRole .ec-productRole__description,
  .ec-productRole .ec-productRole__description > div > div {
    page-break-inside: avoid;
  }
  /* 不要な要素を非表示 */
  .ec-layoutRole__header,
  .ec-layoutRole__contentTop,
  .ec-productRole .ec-grid2 .ec-grid2__cell:last-of-type .ec-productRole__profile > *:not(.ec-productRole__code),
  #RelatedProduct-product_area,
  .ec-layoutRole__footer {
    display: none;
  }
  /* 要素の幅を調整 */
  body {
    margin: 0 auto;
    min-width: auto;
  }
  .ec-layoutRole__contents {
    max-width: none !important;
  }
  .ec-productRole {
    margin-top: 110px;
    max-width: none !important;
  }
  .ec-productRole .ec-grid2 .ec-grid2__cell:first-of-type {
    width: 100%;
  }
  .ec-productRole .ec-grid2 .ec-grid2__cell:first-of-type .ec-sliderItemRole {
    max-width: none;
  }
  /* 商品No.を移動 */
  .ec-productRole .ec-grid2 .ec-grid2__cell:last-of-type {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
  }
  /* メイン */
  .swiper.mySwiper_main {
    height: 50vh;
  }
  .swiper.mySwiper_main > .swiper-wrapper > .swiper-slide {
    width: 100% !important;
  }
}
