/* ##############################################################################

    KEYFRAMES

############################################################################## */
@keyframes header_in {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0%);
  }
}

/* ##############################################################################

    COMMON

############################################################################## */

html {
  height: 100%;
  overflow-y: scroll;
}

body {
  height: 100%;
}

body.page-contact {
  padding-top: 0;
}

.sf-minitoolbar {
  display: none !important;
}

@media screen and (max-width: 1240px) {
  body {
    min-width: 1000px;
  }
}


@media screen and (max-width: 767px) {
  body {
    min-width: auto;
    padding-top: 76px;
  }
}

/* layout
**************************************** */

/* --- inner --- */
.inner,
.ec-layoutRole__contents {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.inner-sm {
  max-width: 880px;
}

.inner-lg {
  max-width: calc(100% - 112px);
}

.ec-layoutRole .ec-layoutRole__contents {
  position: relative;
  max-width: 1200px;
}

@media screen and (max-width: 1500px) {

  .inner-slider_sm,
  #page_homepage .ec-headerSearch .inner,
  footer .inner,
  .product-lp .inner,
  .ec-layoutRole__contents,
  .ec-layoutRole .ec-layoutRole__contents,
  #reason .inner,
  #sample .inner,
  #voice .inner {
    margin-right: 140px;
    margin-left: auto;
  }
}

@media screen and (max-width: 1370px) and (min-width: 1240px) {
  .inner {
    margin-right: auto;
  }

  #page_homepage .ec-headerSearch .inner,
  footer .inner,
  .product-lp .inner,
  .ec-layoutRole .ec-layoutRole__contents,
  .inner-slider_sm,
  #reason .inner,
  #sample .inner,
  #voice .inner {
    max-width: 1080px;
    margin-right: 140px;
    margin-left: auto;
  }
}

@media screen and (max-width: 1240px) {

  .inner,
  #page_homepage .ec-headerSearch .inner,
  footer .inner,
  .product-lp .inner,
  .ec-layoutRole .ec-layoutRole__contents,
  .inner-slider_sm,
  #reason .inner,
  #sample .inner,
  #voice .inner {
    max-width: 1080px;
    width: 96%;
    margin-right: auto;
    margin-left: auto;
  }

  .header-sm .header_fix_search {
    min-width: auto;
  }
}

@media screen and (max-width: 767px) {

  .inner,
  footer .inner,
  .product-lp .inner,
  .ec-layoutRole .ec-layoutRole__contents,
  .inner-slider_sm,
  #reason .inner,
  #sample .inner,
  #voice .inner {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    min-width: auto;
  }

  #page_homepage .ec-headerSearch .inner {
    width: 100%;
  }

  .ec-layoutRole__contents {
    flex-direction: column-reverse;
  }
}

/* --- section_pdg --- */
.section_pdg {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section_pdg-top {
  padding-top: 80px;
}

/* --- 下層ページ --- */
body:not(#page_homepage) .ec-layoutRole__contents {
  padding-top: 64px;
  padding-bottom: 64px;
}

body#page_product_list .ec-layoutRole .ec-layoutRole__contents {
  /* カテ一覧のパディング */
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .inner {
    width: 90%;
  }

  .section_pdg {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /* --- 下層ページ --- */
  body:not(#page_homepage) .ec-layoutRole__contents {
    padding-top: 16px;
  }
}

/* flex
**************************************** */
/* --- ざっくりflexレイアウト --- */
.flex-col1 {
  display: block;
}

.flex-col2,
.flex-col3,
.flex-col4 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-col2>* {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 3%;
}

.flex-col2:not(.flex-reverse)>*:nth-child(even),
.flex-col2.flex-reverse>*:nth-child(odd) {
  margin-right: 0;
}

.flex-col3>* {
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 3%;
}

.flex-col3>*:nth-child(3n) {
  margin-right: 0;
}

.flex-col4>* {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.flex-col4>*:nth-child(4n) {
  margin-right: 0;
}

/* btn縦並び */
.flex-vertical-ctr {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* img_text */
.flex.img_text>div:first-child {
  margin-right: 40px;
}

/* telタグ */
.tel-pc-flex {
  display: flex !important;
}

@media screen and (max-width: 1240px) and (min-width: 768px) {
  .flex.img_text.flex-tab-block>div:first-child {
    margin-right: 0;
    margin-bottom: 24px;
  }
}


@media screen and (max-width: 767px) {
  .flex-sp-block.flex-col2>* {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6%;
  }

  .flex-sp-block.flex-col2>*:last-child {
    margin-bottom: 0;
  }

  /* --- ざっくりflexレイアウト - sp --- */
  .flex-sp-col2>*,
  .flex-sp-col2.flex-col3>*:nth-child(3n) {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }

  .flex-sp-col2>*:nth-child(even) {
    margin-right: 0;
  }

  .flex-sp-col3>*,
  .flex-sp-col3.flex-col4>*:nth-child(4n) {
    width: 31.33%;
    margin-right: 3%;
    margin-bottom: 3%;
  }

  .flex-sp-col3>*:nth-child(3n) {
    margin-right: 0;
  }

  /* img_text */
  .flex.img_text>div:first-child {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

/* bg
**************************************** */

.bg-gray {
  background-color: #F6F6F6;
}

.bg-orange {
  background-color: #FF6816;
}

.bg-black {
  background-color: #292929;
}

.bg-madblack {
  background-color: #121212;
}

/* --- CTA --- */
.bg-contact {
  background-color: #cc0000 !important;
}

.bg-contact:hover {
  background-color: #af0707 !important;
}

/* ttl
**************************************** */

/* --- page_ttl --- */
.page_ttl {
  text-align: center;
  font-size: 220%;
  border-bottom: 3px solid #323232;
  padding-bottom: 18px;
  margin-bottom: 48px;
  line-height: 1.4;
}

.page_ttl-jp {
  display: block;
  font-size: 300%;
}

.page_ttl-en {
  ;
  display: inline-block;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .page_ttl {
    font-size: 180%;
    margin-bottom: 32px;
  }
}

/* --- section_ttl --- */
.section_ttl {
  margin-bottom: 24px;
  font-size: 229%;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: .1em;
  text-align: center;
  color: #1D80B7;
  font-weight: 700;
  letter-spacing: .08em;
}

.section_ttl small {
  display: block;
  color: #1D80B7;
  font-weight: 700;
  font-size: 50%;
  margin-bottom: 8px;
}

.section_ttl.txt-wh small {
  color: #fff;
}

.section_ttl-sm {
  font-size: 267%;
}

.section_catch {
  text-align: center;
  font-size: 120%;
  font-weight: 700;
}

.section_ttl.section_ttl-deco span {
  position: relative;
}

.section_ttl.section_ttl-deco span::before,
.section_ttl.section_ttl-deco span::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -42px;
  display: block;
  width: 6px;
  height: 62px;
  background-color: #fff;
  margin: auto;
  transform: rotate(-18deg);
}

.section_ttl.section_ttl-deco span::after {
  left: auto;
  right: -42px;
  transform: rotate(18deg);
}

.product--recommend .section_ttl.section_ttl-deco span {
  font-size: 87%;
}

@media screen and (max-width: 370px) {

  .section_ttl.section_ttl-deco span::before,
  .section_ttl.section_ttl-deco span::after {
    display: none;
  }
}

/* --- ttl-underline --- */
.ttl-underdeco {
  text-align: center;
  font-size: 122%;
  position: relative;
  margin-bottom: 40px;
}

.ttl-underdeco::after {
  content: '';
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 1px;
  background-color: #000;
  margin: auto;
}

/* --- ttl-underline --- */
.ttl-underline {
  border-bottom: 3px solid #323232;
  padding-bottom: 4px;
}

/* --- ttl-leftdeco --- */
.ttl-leftdeco {
  position: relative;
  font-size: 124%;
  border-left: 4px solid #003567;
  padding: 4px 16px;
}

.ttl-leftdeco .anchor {
  position: absolute;
  top: -180px;
}

.leftdeco_txt {
  padding-left: 21px;
}

/* --- heading --- */
.heading-1 {
  font-size: 200%;
  line-height: 1.5;
}

.heading-2 {
  font-size: 172%;
  line-height: 1.5;
}

.heading-3 {
  font-size: 150%;
  line-height: 1.5;
}

.heading-4 {
  font-size: 100%;
}

@media screen and (max-width: 767px) {

  /* --- page_ttl --- */
  .page_ttl-jp {
    font-size: 186%;
  }

  .page_ttl-en {
    font-size: 86%;
  }

  /* --- section_ttl --- */
  .section_ttl {
    font-size: 160%;
  }

  .section_catch {
    font-size: 86%;
  }

  /* --- heading --- */
  .heading-1 {
    font-size: 158%;
  }

  .heading-2 {
    font-size: 143%;
  }

  .heading-3 {
    font-size: 115%;
  }
}

/* breadcrumbs
**************************************** */
.breadcrumbs {
  padding: 16px 0;
  font-size: 87%;
}

.breadcrumbs a {
  text-decoration: underline;
}

/* txt
**************************************** */
.txt-lg {
  font-size: 107%;
}

.txt-xlg {
  font-size: 115%;
}

.txt-sm {
  font-size: 93%;
}

.txt-xsm {
  font-size: 86%;
}

.txt-wh {
  color: #fff;
}

.txt-blue {
  color: #1D80B7;
}

.txt-red {
  color: #e80a0a;
}

.txt-attention {
  font-size: 88%;
  color: #999;
}

.txt-attention-kome {
  position: relative;
  padding-left: 1.4em;
}

.txt-attention-kome::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}

.txtarea p:not(:last-child) {
  margin-bottom: 1em;
}

.bold,strong {
  font-weight: bold;
  font-family: Hiragino Kaku Gothic W6 JIS2004, sans-serif;
}

.font-en-bold {
  font-family: Hiragino Kaku Gothic W8 JIS2004, sans-serif;
}

.txt-link {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .txt-sp-normal {
    font-size: 100%;
  }

  .txt-sp-xsm {
    font-size: 86%;
  }
}

/* --- font --- */
.font-jp {}

.font-en {}

/* table & list
**************************************** */
table {
  width: 100%;
}

/* --- table_default --- */
.table_default th,
.table_default td {
  padding: 16px 8px;
}

.table_default th {
  border-bottom: 2px solid #1d80b7;
}

.table_default td {
  padding: 16px 16px;
  border-bottom: 1px solid #cacaca;
  border-left: 4px solid #fff;
}

@media screen and (max-width: 767px) {
  .table_default.table-sp-block tr {
    border-top: 1px solid #1d80b7;
  }

  .table_default.table-sp-block th,
  .table_default.table-sp-block td,
  .table_default.table-sp-block td:last-child {
    border: none;
  }

  .table_default.table-sp-block th {
    padding: 12px 8px 4px;
  }

  .table_default.table-sp-block td {
    padding: 4px 8px 12px;
  }
}

/* --- table_line --- */
.table_line th,
.table_line td {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  padding-right: 24px;
}

.table_line th {
  background-color: #666;
  border: 1px solid #D2D2D2;
  color: #fff;
  font-size: 107%;
}

.table_line td {
  border: 1px solid #D2D2D2;
  font-size: 93%;
}

@media screen and (max-width: 767px) {
  .table_line {
    font-size: 93%;
  }

  .table_line th,
  .table_line td {
    padding-left: 16px;
    padding-right: 16px;
  }

  .table-sp-block,
  .table-sp-block th,
  .table-sp-block td {
    width: 100% !important;
  }

  .table-sp-block th,
  .table-sp-block td {
    display: block;
  }
}

/* --- table-sp-scroll --- */
.table-sp-scroll {
  /* white-space: nowrap; */
}

.scroll {
  overflow-x: scroll;
  margin-bottom: 1em;
  -webkit-overflow-scrolling: touch;
}

.scroll table {
  margin: 0;
}

.scroll--cap {
  text-align: right;
  margin: 1em 0 0 !important;
  opacity: .25;
  font-size: .875rem;
  /* 14px */
}

@media screen and (max-width: 767px) {
  .table-sp-scroll {
    white-space: nowrap;
  }
}

/* --- list ---- */
.list {
  list-style-type: none;
}

.list li:not(:last-child) {
  margin-bottom: 8px;
}

.list li {
  position: relative;
  padding-left: 1.4em;
}

.list-disc li::before,
.list-square li::before,
.list-circle li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .6em;
  width: 8px;
  height: 8px;
  border-radius: 6px;
  background-color: #666;
}

/* 数字付きリスト */
.list-num {
  padding-left: 1.4em;
  list-style-type: decimal;
}

.list-num.leftdeco_txt {
  padding-left: calc(1.4em + 21px);
}

.list-num li {
  padding-left: 0;
  margin-bottom: 4px;
}

.list-num li:last-child {
  margin-bottom: 0;
}

.list-num li::before {
  display: none;
}

/* 白丸付きリスト */
.list-circle li::before {
  border: 1px solid #666;
  background-color: transparent;
}

/* 四角付きリスト */
.list-square li::before {
  border-radius: 0;
  background-color: #666;
}

/* 入れ子のスタイル */
.list li ul {
  margin-top: 16px;
}

.list li ul li::before {
  width: 6px;
  height: 6px;
  top: .8em;
}

/* --- dlリスト --- */
.list-dl {
  position: relative;
  border-top: 1px solid #BFBFBF;
}

.list-dl dt {
  position: absolute;
  padding-top: 16px;
  color: #666;
  font-weight: 700;
}

.list-dl dd {
  padding-left: 140px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #BFBFBF;
}

/* btn
**************************************** */
.btn {
  padding: 0;
  touch-action: none;
  cursor: default;
}

.btn:hover {
  color: #1D80B7;
}

.btn:active {
  box-shadow: none;
}

.btn a {
  position: relative;
  display: inline-block;
  min-width: 240px;
  min-height: 48px;
  padding: 18px 32px;
  color: #000;
  background-color: #323232;
  font-size: 100%;
  text-align: center;
  letter-spacing: .1em;
  overflow: hidden;
  color: #fff;
  font-weight: 700;
  border-radius: 100px;
}

.btn-wh a {
  border-color: #fff;
  color: #fff;
}

.btn a:hover {
  background-color: #1763a4;
  color: #fff;
}

.btn-wh a:hover {
  color: #fff;
}

.btn a::before {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  right: 16px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  transition: all .2s ease-out;
}

.btn-wh a::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.btn a:hover::before {
  right: 12px;
  border-color: #fff;
}

.ec-inlineBtn--action {
  background-color: #e41616;
  border-color: #e41616;
}

.ec-inlineBtn--action:hover {
  background-color: #FF6816;
  border-color: #FF6816;
}

.ec-inlineBtn--cancel {
  background-color: #323232;
  border-color: #323232;
  transition: all .2s ease-out;
}

.ec-inlineBtn--cancel:hover {
  background-color: #1763a4;
  border-color: #1763a4;
}

@media screen and (max-width: 767px) {
  .btn a::before {
    width: 6px;
    height: 6px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }
}

/* btn anker */
.btn-anker a {
  padding-bottom: 28px;
}

.btn-anker a::before {
  top: auto;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 14px;
  transform: rotate(135deg);
}

.btn-anker a:hover::before {
  right: 0;
  bottom: 10px;
}

@media screen and (max-width: 767px) {
  .btn.btn-anker a {
    padding-bottom: 24px;
  }
}

/* btn download */
.btn-download a::before {
  border: none;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNiAzNiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTMxIDMxSDVhMSAxIDAgMDAwIDJoMjZhMSAxIDAgMDAwLTJ6IiBjbGFzcz0iY2xyLWktb3V0bGluZSBjbHItaS1vdXRsaW5lLXBhdGgtMSIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xOCAyOS40OGwxMC42MS0xMC42MWExIDEgMCAwMC0xLjQxLTEuNDFMMTkgMjUuNjVWNWExIDEgMCAwMC0yIDB2MjAuNjVsLTguMTktOC4xOWExIDEgMCAxMC0xLjQxIDEuNDF6IiBjbGFzcz0iY2xyLWktb3V0bGluZSBjbHItaS1vdXRsaW5lLXBhdGgtMiIvPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0wIDBoMzZ2MzZIMHoiLz48L3N2Zz4=');
  background-size: cover;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  transform: none;
}

.btn-download a:hover::before {
  right: 16px;
}

@media screen and (max-width: 767px) {
  .btn-download {
    font-size: 93%;
  }

  .btn-download a::before {
    top: calc(50% - 8px);
    width: 14px;
    height: 14px;
  }
}

/* btn small */
.btn-small a {
  font-size: 93%;
  padding: 16px 45px 16px 32px;
  min-height: auto;
  height: 48px;
}

/* -- btn layout -- */
.btn-col4,
.btn-col3 {
  flex-wrap: wrap;
  min-width: auto;
  width: 100%;
}

.btn-col4 a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  width: calc(100% / 4 - 8px);
  margin: 4px;
}

.btn-col3 a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  width: calc(100% / 3 - 8px);
  margin: 4px;
}

.btn-col4 a:last-child,
.btn-col3 a:last-child {
  margin-right: auto;
}

@media all and (-ms-high-contrast:none) {
  .btn-col3 a {
    margin: 3px;
  }
}


/* color */
.btn-orange a {
  background-color: #FF7225;
}

.btn-orange a:hover {
  background-color: #da611f;
}

.btn-gray a {
  border: 1px solid #eee;
  background-color: #F6F6F6;
  color: #202225;
}

.btn-gray a::before {
  border-color: #202225;
}

.btn-gray a:hover {
  color: #1D80B7;
  background-color: #eaf3f8;
  box-shadow: inset #88b6d0 0px 0px 0 1px;
}

.btn-gray a:hover::before {
  border-color: #1D80B7;
}

/* shape */
.btn-square a {
  border-radius: 8px;
}

.flex .btn+.btn {
  margin-left: 16px;
}

/* paid */
.btn-paid_info {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 290px;
  height: 76px;
  padding: 0 20px;
  border: 3px solid #00ac97;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  margin-right: 16px;
}

.btn-paid_info img {
  width: 90px;
  margin-right: 13px;
}

.btn-paid_info img.new_tab {
  width: 32px;
  margin-right: 0px;
  margin-left: 8px;
}

.btn-paid_info:hover {
  color: #202225;
  background-color: rgb(0 172 151 / 20%);
}

.paid_btn_area .btn a {
  width: 300px;
}

@media screen and (max-width: 767px) {
  .btn a {
    min-width: auto;
    /* padding: 12px 48px; */
    min-height: 0;
  }

  .flex .btn,
  .flex .btn+.btn {
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
  }

  .btn-paid_info {
    margin-right: 0;
    margin-bottom: 12px;
  }

  .btn-paid_info img {
    width: 80px;
  }

  .btn-paid_info img.new_tab {
    margin-right: 0;
    margin-left: 8px;
  }
}

/* search
**************************************** */
.ec-headerSearch .searchform {
  margin-right: 24px;
}

.ec-headerSearch .ec-headerSearch__keyword {
  float: none;
  border: none;
  width: 400px;
  background-color: transparent;
}

.ec-headerSearch__keyword .ec-input {
  display: flex;
}

.ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
  border: 1px solid #afafaf;
  border-radius: 0;
  border-right: 0;
  background-color: #fff;
  font-size: 100%;
  height: 41px;
  font-family: sans-serif !important;
  padding: 0.5em 1em 0.5em 1em;
}

.ec-headerSearch .ec-headerSearch__keywordBtn {
  border: 0;
  background: none;
  position: relative;
  right: auto;
  top: auto;
  display: block;
  z-index: 1;
  background-color: #FF6816;
  transform: none;
  width: 72px;
  font-weight: bold;
  color: #fff;
  height: 41px;
}

/* 非固定時のみ表示 */
.ec-headerSearch.header_fixed-none {
  display: flex;
  align-items: center;
  margin: auto;
}

.ec-headerSearch.header_fixed-none .ec-headerSearch__keyword {
  width: 100%;
  max-width: 400px;
}

@media screen and (max-width: 1240px) {
  .header_fix_search.ec-headerSearch .ec-headerSearch__keyword {
    width: 270px;
  }
}

@media screen and (max-width: 767px) {
  .ec-headerSearch {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
  }

  .header-sp-search {
    margin: 0;
    background-color: #eee;
    padding: 10px;
    position: relative;
    z-index: 1;
    overflow: visible;
  }

  .ec-headerSearch .searchform {
    margin-right: 0;
  }

  .ec-headerSearch .ec-headerSearch__keyword {
    width: auto;
  }

  .ec-headerSearch .ec-headerSearch__keywordBtn {
    background-color: #696969;
  }

  .ec-headerSearch.header_fixed-none {
    display: none;
  }
}

/* word */
.search_words {
  display: flex;
}

#page_homepage .search_words {
  margin-top: 72px;
}

.search_words p {
  margin-right: 16px;
  margin-bottom: 0;
}

.word--item {
  background-color: #E7E7E7;
  color: #6F6F6F;
  padding: 2px 8px 2px 12px;
  margin-right: 4px;
  border-radius: 3px;
  font-size: 86%;
}

.word--item .fas {
  color: #A7A7A7;
  margin-right: 4px;
  transition: all .4s ease-out;
}

.word--item:hover {
  color: #1D80B7;
  background-color: #eaf3f8;
  box-shadow: inset #1D80B7 0px 0px 0 1px;
}

.word--item:hover .fas {
  color: #1D80B7;
}

/* 下層ページ */
body:not(#page_homepage) .ec-headerSearch {
  background: #eee;
}

body:not(#page_homepage) .header .ec-headerSearch {
  background-color: transparent;
}

body:not(#page_homepage) .ec-layoutRole__contentTop .ec-headerSearch .inner {
  background-color: #fff;
  padding: 8px 16px;
}

@media screen and (max-width: 1240px) {

  body:not(#page_homepage) .ec-layoutRole__contentTop .ec-headerSearch {
    background-color: #fff;
  }

  body:not(#page_homepage) .ec-layoutRole__contentTop .ec-headerSearch .inner {
    padding: 8px 24px;
  }

  body:not(#page_homepage) .ec-layoutRole__contentTop .ec-headerSearch .inner .ec-headerSearch__keyword {
    width: 290px;
  }
}

/* サジェスト */
.ui-menu {
  font-size: 1em !important;
  outline: 1px solid #afafaf !important;
  outline-offset: -1px !important;
  border: none !important;
  max-width: 100%;
  max-height: 350px;
  overflow: scroll;
}

.ui-menu .ui-menu-item-wrapper {
  padding: 4px 12px !important;
  border: none !important;
}

.ui-widget-content .ui-state-active {
  border: none !important;
  background: #eeeeee !important;
  margin: 0 !important;
}

@media screen and (max-width: 768px) {
  .ui-widget.ui-widget-content {
    max-width: calc(100% - 20px);
  }
}

/* post--link
**************************************** */
.post--link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.hover_opa {
  transition: all .3s;
  opacity: 1;
}

.hover_opa:hover {
  opacity: .6;
}

/* link
**************************************** */
.link-blue {
  color: #1D80B7;
  text-decoration: underline;
}

/* ####################################################################################

    HEADER

#################################################################################### */
.header {
  position: absolute;
  z-index: 9999;
  top: 0;
  width: 100%;
  background-color: #fff;
}

.header.header-sm {
  position: fixed;
  animation: header_in .3s ease-out 0s 1 normal forwards;
  box-shadow: rgb(0 0 0 / 20%) 0px 4px 4px .5px;
  background-color: #404040;
}

.header_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.favbtn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 74px;
  height: 64px;
  background-color: #EEEEEE;
  border-radius: 3px;
  text-align: center;
  margin-right: 4px;
}

.favbtn i {
  display: block;
  font-size: 140%;
  margin-bottom: 3px;
  margin-top: 6px;
}

.favbtn--txt {
  font-size: 86%;
  letter-spacing: 0;
}

.favbtn:hover {
  color: #202225;
  opacity: .7;
}

.header-top-login {
  display: none;
}

.header-top-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 84px;
  height: 64px;
  background-color: #EEEEEE;
  border-radius: 3px;
  text-align: center;
  margin-right: 4px;
  background-color: #404040;
  color: #fff;
}

.header-top-contact .fas {
  font-size: 140%;
  margin-bottom: 3px;
  margin-top: 6px;
}

.header-top-contact span {
  letter-spacing: .01em;
  font-size: 74%;
  line-height: 1.3;
}

.header-top-contact:hover {
  color: #fff;
  opacity: .7;
}

@media screen and (max-width: 1240px) {
  h1 a img {
    width: 140px;
  }

  .header {
    min-width: 1000px;
  }

  .header-top--bnr img {
    height: 44px;
    width: auto;
  }

  .header_top {
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    min-width: auto;
    position: relative;
  }

  .header-top--bnr {
    display: none;
  }

  .header_top {
    padding: 10px 60px 10px 17px;
    position: fixed;
    top: 0;
    background-color: #fff;
    width: 100%;
    z-index: 2;
  }

  .header-top-favbtn {
    display: none;
  }

  .header-top-login {
    display: flex;
  }

  .header-top-login i {
    font-size: 170%;
  }

  .header-top-contact {
    display: none;
  }
}

/* header cart */
.header_cart {
  background-color: #ff2626;
  width: 74px;
  height: 64px;
  border-radius: 3px;
  min-width: auto;
}

.header_cart img {
  width: 25px;
  height: 25px;
  margin-left: 4px;
}

.header_cart--badge {
  position: absolute;
  right: 0;
  top: 0px;
  background-color: #fff;
  border: 2px solid #ff2626;
  color: #ff2626;
  font-weight: 700;
  line-height: 1;
  font-size: 79%;
  padding: 2px 2px 2px 3px;
  border-radius: 28px;
  transform: translate(50%, -32%);
}

.header_cart--txt {
  font-size: 80%;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 700;
  margin-top: 6px;
}

.header_cart:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {

  .header_cart,
  .favbtn {
    width: 56px;
    height: 56px;
    font-size: 72%;
  }

  .header_cart img {
    width: 22px;
    height: 22px;
  }

  .favbtn .far {
    font-size: 170%;
  }

  .ec-cartNavi {
    padding: 0 0 0 2px;
  }

  .header_cart img {
    margin-left: 2px;
  }

  .header_cart--txt {
    margin-top: 4px;
    margin-right: 2px;
  }
}

/* header_smnav */
.header_mid {
  background-color: #323232;
}

.header_smnav {
  padding: 0;
  margin-bottom: 0;
}

.header_smnav li a {
  display: block;
  padding: 10px 0;
  color: #ffffff;
  margin-right: 32px;
}

.header_smnav li a:hover {
  opacity: .6;
}

.ec-headerNav {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 24px;
}

.ec-headerNav::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 21px;
  background-color: #fff;
  margin: auto;
}

.btn-shadow a {
  background-color: #FF6816;
  font-weight: 700;
  min-width: 140px;
  display: block;
  height: 28px;
  line-height: 1;
  text-align: center;
  border-bottom: 2px solid #DF5003;
  border-radius: 3px;
  transition: none;
  box-sizing: content-box;
  padding-bottom: 3px;
  letter-spacing: 0;
}

.btn-shadow a:hover {
  border-bottom-width: 0;
  transform: translateY(1px);
}

.btn-shadow.btn-wh a {
  background-color: #fff;
  color: #FF6816;
  border-color: #CBCBCB;
}

.btn-shadow.btn-gray a {
  background-color: #9c9c9c;
  border-color: #878787;
}

.ec-headerNav .ec-headerNav__itemLink {
  font-size: 13px;
  color: #fff;
}

.ec-headerNav .btn-wh .ec-headerNav__itemLink {
  color: #ff6816;
}

@media screen and (max-width: 1240px) {
  .btn-shadow a {
    min-width: 120px;
  }

  .header_smnav li a {
    margin-right: 16px;
    font-size: 86%;
  }

  .header_smnav li:last-child a {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .btn-shadow.btn-wh a {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
  }
}

/* header nav */
.header_bottom {
  background-color: #EEEEEE;
}

.header_nav {
  width: 100%;
}

.header_nav--menu {
  position: relative;
  width: calc(100% / 6);
}

.header_nav--link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 88px;
  padding: 10px;
  font-weight: 700;
  background-color: #fff;
}

.header_nav--menu span {
  display: block;
  margin-top: 6px;
}

.header_nav--link:hover {
  background-color: #f1f8ff;
}

.header_nav--menu:not(:last-child) .header_nav--link::after {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 64px;
  background-color: #eeeeee;
  margin: auto;
}

.gnav-sp-menu-btn {
  display: none;
}

@media screen and (max-width: 1240px) {
  .header_nav--menu span {
    font-size: 93%;
  }
}

@media screen and (max-width: 767px) {
  body:not(#page_homepage) .header_bottom {
    /* トップ以外では非表示にする */
    display: none;
  }

  .header_bottom .inner {
    width: 100%;
  }

  .header_nav--menu span {
    font-size: 88%;
  }

  .header_nav {
    flex-wrap: wrap;
  }

  .header_nav--menu {
    border-top: 1px solid #f3f3f3;
    width: calc(100% / 2);
  }

  .header_bottom .header_nav--menu:nth-child(odd) {
    border-right: 1px solid #f3f3f3;
  }

  .header_nav--link {
    flex-direction: row;
    justify-content: flex-start;
    height: 60px;
  }

  .header_nav--link img {
    width: 26px;
    margin-right: 13px;
  }

  .header_nav--menu span {
    line-height: 1.5;
    margin-top: 0;
  }

  .header_nav--menu:not(:last-child) .header_nav--link::after {
    display: none;
  }



  /* ハンバーガーボタン */
  .ec-headerNavSP {
    /*デフォのリセット*/
    border-radius: none;
    padding: 0;
    width: auto;
    height: auto;
    font-size: 100%;
    text-align: center;
    color: transparent;
    background: transparent;
    z-index: 1000;
  }

  .gnav_btn {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 76px;
    background-color: #000;
    z-index: 9999;
    left: auto;
    border-radius: 0;
    background-color: transparent;
  }

  .gnav_btn--lines {
    position: relative;
    width: 28px;
    height: 21px;
  }

  .gnav_btn--lines span {
    transition: all .4s;
    box-sizing: border-box;
  }

  .gnav_btn--lines span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
  }

  .gnav_btn--lines span:nth-of-type(1) {
    top: 0;
  }

  .gnav_btn--lines span:nth-of-type(2) {
    top: 50%;
  }

  .gnav_btn--lines span:nth-of-type(3) {
    bottom: 0;
  }

  .header.active .gnav_btn--lines span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }

  .header.active .gnav_btn--lines span:nth-of-type(2) {
    opacity: 0;
  }

  .header.active .gnav_btn--lines span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }

  /* SPメニュー
    ############################### */
  /* wrapper */
  .ec-drawerRole {
    background: #fff;
    width: 100%;
    transform: translateX(100%);
    height: calc(100vh - 76px);
    top: 76px;
    transition: all .3s;
    padding-top: 24px;
    padding-bottom: 120px;
    border-top: 1px solid #ddd;
  }

  .ec-drawerRole.is_active {
    transform: translateX(0);
  }

  /* login */
  .gnav-sp-login .ec-headerNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
  }

  .gnav-sp-login .header_username {
    text-align: center;
    margin: 0 0 8px;
    color: #222;
    width: 100%;
  }

  .ec-headerNav .ec-headerNav__item a span {
    margin: 0;
    color: #ffffff;
    display: block;
    line-height: 33px;
  }

  /*search*/
  .ec-drawerRole .ec-headerSearch {
    padding: 10px;
  }

  .gnav-sp .ec-headerSearch {
    margin: 16px auto 0;
    overflow: visible;
  }

  .gnav-sp .ec-headerSearch>.inner {
    width: 100%;
  }

  /* menu */
  .gnav-sp-menu .header_nav--menu {
    width: 100%;
  }

  .gnav-sp-menu .gnav-sp-menu-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 193%;
    border-left: 1px solid #ddd;
    color: #888;
    font-weight: 400;
  }

  .gnav-sp-menu .header_nav--link {
    border-top: 1px solid #ccc;
  }

  .gnav-sp-menu .header_subnav {
    position: relative;
    display: none;
    opacity: 1;
    padding: 16px;
    border-top: 1px dashed #ddd;
    background-color: #f1f1f1;
    width: 100%;
    transition: none;
  }

  .gnav-sp-menu .header_subnav .header_subnav--col {
    display: inline-block;
    vertical-align: top;
    min-width: auto;
    width: calc(50% - 8px);
    margin-right: 0
  }

  .gnav-sp-menu .header_subnav--col:first-child {
    margin-right: 16px;
  }

  .gnav-sp-menu-other {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ccc;
    padding: 24px 16px;
  }

  .gnav-sp-menu-other li {
    width: 50%;
    margin-bottom: 9px;
  }

  .gnav-sp-menu-other li i {
    font-size: 114%;
    margin-right: 9px;
    color: #888;
  }
}

/* サブナビ */
.header_subnav {
  position: absolute;
  display: flex;
  background-color: rgba(255, 255, 255, .95);
  padding: 32px;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}

.header-sm .header_nav--menu .header_subnav::before {
  top: 146px;
}

.header_nav--menu:hover .header_subnav {
  opacity: 1;
  pointer-events: all;
}

.header_nav--menu:last-child .header_subnav {
  right: 0;
}

.header_subnav--col {
  min-width: 170px;
}

.header_subnav--col:not(:last-child) {
  margin-right: 16px;
}

.header_subnav h3 {
  border-bottom: 2px solid #202225;
  width: 100%;
  padding-bottom: 7px;
  margin-bottom: 11px;
}

.header_subnav .header_subnav--col a {
  display: block;
  position: relative;
  padding-left: 13px;
}

.header_subnav a::after {
  content: '';
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #202225;
  margin: auto;
  transition: all .3s;
}

.header_subnav a:hover::after {
  border-left: 6px solid #1D80B7;
}

.header_subnav_bg {
  content: "";
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .8);
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transition: all .3s;
}

.header_subnav_bg.active {
  opacity: 1;
}

.sp_sub_close,
.sub_more {
  display: none;
}

@media screen and (max-width: 767px) {
  .header_nav--menu {
    position: relative;
  }

  .header_bottom .header_subnav {
    top: 65px;
    left: 16px;
    z-index: 2;
    width: calc(100vw - 32px);
    border: 2px solid #1e5e9a;
    margin: auto;
    background-color: #fff;
    display: none;
    opacity: 1;
    transition: none;
  }

  .header_bottom .header_nav--menu:nth-child(even) .header_subnav {
    left: auto;
    right: 16px;
  }

  .header_bottom .header_subnav::before {
    content: '';
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 12px solid #356fa4;
    position: absolute;
    top: -12px;
    transform: rotate(-90deg);
  }

  .header_bottom .header_nav--menu:nth-child(even) .header_subnav::before {
    right: 80px;
  }

  .header_bottom .sp_sub_close {
    display: block;
    position: absolute;
    top: 7px;
    right: 12px;
    font-size: 130%;
    color: #999;
  }

  .header_bottom .header_nav--menu.active .header_subnav {
    display: block;
  }

  .header_bottom .header_subnav--col:not(:last-child) {
    margin-bottom: 20px;
    margin-right: 0;
  }

  header.sub-active .header_subnav_bg {
    pointer-events: visible;
    opacity: 1;
  }

  .header_bottom .header_subnav .sub_more {
    display: block;
  }
}


/* --スクロール固定-- */
.header_nav--logo,
.header_fix_search,
.header-sm .header_fixed-none,
.header_top .ec-headerNav,
.header_fixed-show {
  display: none;
}

.header-sm .header_fixed-show {
  display: block;
}

.header-sm .header--logo {
  width: 151px;
  height: auto;
  margin-right: 16px;
}

.header-sm .header_nav--logo a {
  justify-content: center;
}

.header-sm .header_fix_search {
  display: flex;
}

.header-sm .header_bottom {
  background-color: #fff;
}

.header-sm .ec-headerSearch {
  margin: 0 auto;
}

.header-sm .header_nav--link {
  height: 78px;
}

.header-sm .header_nav li img {
  transform: scale(.8);
}

.header-sm .header_nav li span {
  margin-top: 3px;
}

.header-sm .search_words {
  display: flex;
}

.header-sm .search_words p {
  font-size: 93%;
  margin-right: 8px;
}

.header-sm .ec-headerNav {
  display: flex;
  margin-left: auto;
}

.header-sm .header_fix_search {
  width: auto;
  margin: 0;
}

.fixed_btn,
.fixed_bnr {
  opacity: 0;
  transition: all .2s;
  pointer-events: none;
}

.fixed-on .fixed_btn,
.fixed-on .fixed_bnr {
  opacity: 1;
  pointer-events: all;
}

.fixed_btn .favbtn {
  width: 87px;
  height: 87px;
  margin-right: 0;
  margin-bottom: 8px;
}

.fixed_btn .header_cart {
  width: 87px;
  height: 87px;
}

.fixed_btn {
  display: block;
  position: fixed;
  top: 170px;
  flex-direction: column;
  right: calc((100% - 1200px) / 2 - 16px);
  transform: translateX(126%);
}

/* --固定バナー-- */
.fixed_bnr {
  position: fixed;
}

.fixed_bnr-sample {
  position: fixed;
  right: calc((100% - 1200px) / 2 - 16px);
  top: 341px;
  transform: translateX(100%);
}

.fixed-on .fixed_bnr-sample:hover {
  opacity: .7;
}

.fixed_bnr-contact {
  right: calc((100% - 1200px) / 2 - 16px);
  top: 555px;
  background-color: #404040;
  width: 87px;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
  height: 85px;
  transform: translateX(126%);
}

.fixed_bnr-contact .fas {
  font-size: 170%;
  margin-bottom: 5px;
}

.fixed_bnr-contact:hover {
  color: #fff;
  background-color: #888;
}

.fixed_bnr-bottom {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 2;
}

.close_btn {
  position: absolute;
  right: -4px;
  top: -4px;
  background-color: #ddd;
  font-size: 103%;
  width: 24px;
  height: 25px;
  border-radius: 18px;
  text-align: center;
  color: #000;
}

.colse_btn .fas {
  position: relative;
  left: 1px;
}

.close_btn:hover {
  background-color: #ccc;
  color: #000;
}

/* --右サイドの非表示-- */
.fixed_btn.disp_none,
.fixed_btn.disp_none~.fixed_bnr {
  display: none;
}

@media screen and (max-width: 1500px) {

  .fixed_btn,
  .fixed_bnr-sample,
  .fixed_bnr-contact {
    right: 20px;
    transform: none;
  }

  .fixed_bnr-sample {
    right: 4px;
  }
}

@media screen and (max-width: 1240px) {

  .fixed_btn,
  .fixed_bnr-sample,
  .fixed_bnr-contact {
    display: none;
  }
}

@media screen and (max-width: 767px) {

  /* スマホのみ固定バナー */
  .sp_fixed_bnr {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }

  .sp_fixed_bnr--item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    background-color: #5f5f5f;
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
    padding: 0 8px 0;
    font-size: 86%;
  }

  .sp_fixed_bnr--item.contact {
    background-color: #404040;
  }

  .sp_fixed_bnr--item.contact .fas {
    font-size: 140%;
    margin-right: 12px;
  }

  .sp_fixed_bnr--item.sample {
    background-color: #1763a4;
    text-align: center;
  }

  .sp_fixed_bnr .favbtn {
    width: 64px;
    height: 68px;
    margin: 0;
    border-radius: 0;
  }

  .mypage .sp_fixed_bnr,
  .cart_page .sp_fixed_bnr,
  #page_shopping .sp_fixed_bnr,
  #page_shopping_confirm .sp_fixed_bnr,
  .registration_page .sp_fixed_bnr {
    display: none;
  }
}


/* ####################################################################################

    INDEX TOPPAGE

#################################################################################### */
.top_sec {
  margin-bottom: 40px;
}

.top_sec--ttl {
  display: flex;
  align-items: flex-end;
  color: #1D80B7;
  padding-bottom: 16px;
  border-bottom: 2px solid #1D80B7;
  margin-bottom: 16px;
}

.top_sec--ttl em {
  font-size: 180%;
  font-family: Hiragino Kaku Gothic W7 JIS2004, sans-serif;
  margin-right: 8px;
  letter-spacing: .02em;
}

.top_sec--ttl small {
  margin-left: auto;
  align-self: center;
}

@media screen and (max-width: 767px) {
  .top_sec--ttl {
    padding-bottom: 12px;
  }

  .top_sec--ttl em {
    font-size: 140%;
  }
}

/* -- search -- */
@media screen and (max-width: 767px) {
  body:not(#page_homepage) .ec-layoutRole__contentTop .ec-headerSearch {
    display: none;
  }

  .ec-layoutRole__contentTop .ec-headerSearch__keyword {
    display: none;
  }

  .search_words {
    display: block;
  }

  #page_homepage .search_words {
    margin-top: 40px;
    margin-bottom: 16px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .search_words .flex {
    flex-wrap: wrap;
  }

  .word--item {
    margin-bottom: 4px;
  }

  .search_words p {
    margin-bottom: 4px;
  }
}

/* -- item -- */
.itemlist {
  display: flex;
  flex-wrap: wrap;
}

.itemlist--item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc((100% - 72px) / 4);
  margin-right: 24px;
  margin-bottom: 32px;
  z-index: 0;
}

.item:nth-child(4n) {
  margin-right: 0;
}

.item:hover .item--img {
  opacity: .6;
}

.item--ttl {
  display: -webkit-box;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 4px;
  line-height: 1.4;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.item--price {
  color: #ff2626;
  margin-bottom: 8px;
}

.item--price small {
  color: #202225;
}

.item--img {
  width: 100%;
  transition: all .3s;
  flex-shrink: 0;
}

.item--txt {
  display: none;
  font-size: 86%;
  color: #787878;
  line-height: 1.3;
  margin-bottom: 16px;
}

.itemlist--item .btn {
  position: relative;
  z-index: 2;
  margin-top: auto;
}

@media screen and (max-width: 767px) {
  .itemlist {
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
  }

  .itemlist--item {
    width: 36vw;
    margin-right: 16px;
    margin-bottom: 0;
    font-size: 93%;
    flex-shrink: 0;
  }

  :not(.itemlist)>.itemlist--item {
    width: calc(50% - 8px);
    margin-bottom: 32px;
  }

  :not(.itemlist)>.itemlist--item:nth-child(even) {
    margin-right: 0;
  }

  .item:nth-child(4n) {
    margin-right: 24px;
  }

  .item--price {
    font-size: 93%;
    line-height: 1.5;
  }

  .item--price small {
    font-size: 60%;
  }

  .item--ttl {
    font-size: 93%;
  }
}

/* -- popular -- */
.top_popular .itemlist .item:nth-child(n+9) {
  /* 9個目以降を非表示 */
  display: none;
}

@media screen and (max-width: 767px) {
  .top_popular .btn:not(.btn-gray) {
    margin-top: 24px;
  }
}

/* -- useful -- */
.useful_item {
  width: calc(50% - 16px);
}

.useful_link:not(.has_sub) {
  position: relative;
  font-size: 116%;
  font-weight: 700;
  display: block;
  margin-bottom: 12px;
  padding-left: 20px;
  padding: 16px 32px;
  border: 1px solid #eee;
  background-color: #F6F6F6;
}

.useful_link--txt {
  position: relative;
  font-size: 116%;
  font-weight: 700;
  display: block;
  margin-bottom: 12px;
  padding: 0 32px;
}

.btn-cursor {
  position: relative;
}

.btn-cursor::after {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  right: 16px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #323232;
  border-right: solid 2px #323232;
  transform: rotate(45deg);
  transition: all .2s ease-out;
}

.btn-cursor:hover::after {
  right: 13px;
  border-top: solid 2px #1D80B7;
  border-right: solid 2px #1D80B7;
}

.useful_sub {
  padding: 0 32px;
}

.useful_sub li {
  position: relative;
  padding-left: 18px;
  transition: all .3s ease-out;
}

.useful_sub li::before {
  content: '';
  position: absolute;
  top: 44%;
  left: 0;
  display: block;
  width: 8px;
  height: 1px;
  background-color: #202225;
  transition: all .3s ease-out;
}

.useful_sub li:hover {
  padding-left: 21px;
}

.useful_sub li:hover::before {
  width: 11px;
  background-color: #1D80B7;
}

.useful_link.has_sub {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #eee;
  background-color: #F6F6F6;
  margin-bottom: 12px;
  height: 213px;
  /* 63px * 3 + マージン2個分24px */
}

.useful_link:not(.has_sub):hover {
  color: #1D80B7;
  background-color: #eaf3f8;
  box-shadow: inset #88b6d0 0px 0px 0 1px;
}

@media screen and (max-width: 767px) {
  .useful_list {
    display: block;
  }

  .useful_item {
    width: 100%;
  }

  .useful_link--txt {
    font-size: 100%;
  }

  .useful_sub {
    font-size: 90%;
  }

  .useful_sub li {
    margin-bottom: 4px;
  }

  .useful_link:not(.has_sub) {
    font-size: 100%;
    padding: 12px 24px;
  }

  .useful_link.has_sub {
    height: auto;
    padding: 16px 0;
  }

  .useful_sub li {
    line-height: 1.5;
  }

  .useful_sub a {
    display: block;
    padding: 5px 0;
  }

  .useful_sub li::before {
    top: 46%;
  }
}

/* -- NEWS -- */
.ec-newsRole {
  padding: 0;
}

.ec-newsRole .ec-newsRole__newsTitle {
  color: #202225;
  transition: all .3s;
}

.ec-newsRole .ec-newsRole__newsTitle:hover {
  color: #1763a4;
}

.ec-newsRole .ec-newsRole__newsCloseBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  transform: translateY(1px);
}

.ec-newsRole__newsItem.is_active .ec-newsRole__newsCloseBtn i {
  transform: rotateX(180deg);
}

#news_readmore {
  position: relative;
  display: block;
  width: 240px;
  background-color: #404040;
  border-radius: 100px;
  margin: 16px auto 0;
  transition: all .3s;
  border: none;
}

#news_readmore:hover {
  background-color: #1763a4;
}

#news_readmore i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
}

.ec-newsRole__newsDescription p:not(:last-child) {
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .ec-newsRole .ec-newsRole__newsDate {
    color: #656565;
  }
}


/* reason
 ############################### */
.section_reason {
  margin-bottom: 80px;
  border: 24px solid #D8EAFB;
}

.section_reason .section_ttl {
  background-color: #D8EAFB;
  margin-bottom: 0;
  padding: 24px;
}

.reason--wrap {
  padding: 40px;
}

.reason_list {
  display: flex;
  justify-content: space-between;
}

.reason_item {
  width: calc(100% / 4 - 24px);
}

.reason_item .img {
  width: 120px;
  height: 120px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #1d80b7;
  margin-bottom: 15px;
}

.reason_item h3 {
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.5;
  font-size: 115%;
}

.reason_item p {
  font-size: 93%;
  color: #787878;
}

.page--item img {
  width: 100%;
}

@media screen and (max-width: 1240px) and (min-width: 768px) {
  .reason--wrap .flex {
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .section_reason {
    border: 0;
    margin-bottom: 24px;
  }

  .section_reason:last-child {
    margin-bottom: 0;
  }

  .section_reason .section_ttl {
    font-size: 140%;
    padding: 24px 16px;
  }

  .reason--wrap {
    padding: 24px 0 0;
  }

  .reason_list {
    display: block;
  }

  .reason_item {
    width: 100%;
    margin-bottom: 24px;
  }

  .page--item h4 {
    line-height: 1.5;
  }
}

/* sample
 ############################### */
.sample_list {
  display: flex;
  justify-content: space-between;
}

.sample_item {
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: calc((100% - 120px) / 3);
  padding: 43px;
}

.sample_item span {
  font-size: 143%;
  font-weight: 700;
  color: #ff6816;
  font-family: Hiragino Kaku Gothic W8 JIS2004, sans-serif;
}

.sample_item h3 {
  font-size: 200%;
  color: #ff6816;
  margin-bottom: 16px;
}

.sample_item p {
  width: 100%;
  font-size: 93%;
  color: #787878;
}

.sample_item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 40px;
  height: 60px;
  background-image: url(../img/index/sample_allow.png);
}

@media screen and (max-width: 767px) {
  .sample_list {
    display: block;
  }

  .sample_item {
    width: 100%;
    padding: 24px;
  }

  .sample_item span {
    font-size: 100%;
  }

  .sample_item h3 {
    font-size: 150%;
  }

  .sample_item:not(:last-child) {
    margin-bottom: 32px;
  }

  .sample_item:not(:last-child)::after {
    top: auto;
    bottom: -21px;
    width: 30px;
    height: 45px;
    background-image: url(../img/index/sample_allow.png);
    left: 0;
    right: 0;
    background-size: cover;
    transform: rotate(90deg);
  }
}

/* sample_cta
 ############################### */
#sample_cta {
  background-image: url(../img/index/sample_cta_bg.jpg);
}

#sample_cta .btn a {
  min-width: 320px;
}

/* voice
 ############################### */
.voice_item {
  width: calc(100% / 3 - 30px);
  margin: 0 12px;
  background-color: #fff;
  padding: 56px 32px 42px;
  background-image: url(../img/index/voice_quote.svg);
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: right 19px top 12px;
}

.voice_list .slide-arrow.prev-arrow {
  left: -102%;
}

.voice_list .slide-arrow.next-arrow {
  right: -102%;
}

.voice_item img {
  width: 100%;
  margin-bottom: 16px;
}

.voice_cat {
  display: flex;
  margin-bottom: 8px;
  justify-content: flex-end;
}

.voice_item h3,
.voice_item .txt {
  font-size: 125%;
  line-height: 1.6;
  margin-bottom: 16px;
  letter-spacing: .09em;
}

.voice_item .txt {
  font-family: Hiragino Kaku Gothic W6 JIS2004, sans-serif;
}

.voice_item p {
  margin-bottom: 16px;
}

.voice_item .txt em {
  color: #1D80B7;
}

.voice_item span {
  color: #787878;
  display: block;
  text-align: right;
}

.voice_item .voice_cat li {
  font-size: 86%;
  color: #787878;
  background-color: #E5E5E5;
  padding: 2px 12px;
  border-radius: 50px;
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .voice_item {
    width: 100%;
    padding: 36px 24px 24px;
  }

  .voice_list .slide-arrow.prev-arrow {
    left: -94%;
  }

  .voice_list .slide-arrow.next-arrow {
    right: -94%;
  }

  .voice_item h3 {
    font-size: 115%;
  }
}

/* 下層ページ */
.section_voice .voice_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section_voice .voice_item {
  position: relative;
  width: calc(100% / 2 - 16px);
  border: 1px solid #d2d2d2;
  padding: 56px 32px 42px;
  margin: 0 0 32px;
  background-size: 49px auto;
  background-position: left 19px top 12px;
  z-index: 0;
}

.section_voice .voice_item:last-child {
  margin-right: auto;
}

.section_voice .voice_item .txt {
  line-height: 2.2;
  background: linear-gradient(transparent 97%, #ccc 0%);
  display: inline;
  padding-bottom: 11px;
}

.section_voice .voice_item p {
  margin-top: 16px;
}

.section_voice .voice_cat {
  margin-top: 16px;
}

.section_voice .voice_item::before {
  height: 0;
  display: block;
  position: absolute;
  right: -3px;
  content: "";
  border-top: solid 40px #fff;
  border-left: solid 40px transparent;
  top: -3px;
  z-index: 2;
}

.section_voice .voice_item::after {
  height: 0;
  display: block;
  position: absolute;
  right: -4px;
  content: "";
  border-bottom: solid 40px rgb(241 241 241);
  border-right: solid 40px transparent;
  top: -3px;
}

@media screen and (max-width: 767px) {
  .section_voice .voice_item {
    width: 100%;
    padding: 56px 24px 24px;
    background-size: 40px auto;
  }

  .section_voice .voice_item .txt {
    font-size: 115%;
  }
}

/* ####################################################################################

    SIDEBAR

#################################################################################### */
.ec-layoutRole .ec-layoutRole__left {
  width: 240px;
  flex-shrink: 0;
  margin-right: 56px;
}

.sidebar_section {
  background-color: #F6F6F6;
  padding: 32px 0 0;
}

.sidebar_ttl {
  font-size: 100%;
  font-weight: 700;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 24px;
  border-bottom: 2px solid #000;
  margin: 0;
}

.side_calendar .sidebar_ttl {
  padding-left: 8px;
  padding-bottom: 16px;
  margin-bottom: 8px;
}

.side_nav li {
  display: flex;
  align-items: center;
  width: 100%;
  height: 72px;
  border-bottom: 1px solid #E5E5E5;
  transition: all .2s;
}

.side_nav li img {
  margin-right: 12px;
  transform: scale(.8);
}

.side_nav li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.side_nav li a::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #1D80B7;
  border-right: 1px solid #1D80B7;
  transform: rotate(45deg);
  transition: all .3s ease-out;
}

.side_nav li:hover a::after {
  right: 8px;
}

.side_nav li:hover {
  background-color: #eaf3f8;

}

.side_nav li a {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}

.side_nav--img {
  width: 50px;
  text-align: center;
}

.side_nav li span {
  line-height: 1;
  font-size: 93%;
}

@media screen and (max-width: 1370px) {
  .ec-layoutRole .ec-layoutRole__left {
    margin-right: 32px;
  }
}

@media screen and (max-width: 1240px) {

  /* 決済系ページは非表示にする */
  body:not(#page_homepage) .ec-layoutRole .ec-layoutRole__left {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body#page_homepage .ec-layoutRole .ec-layoutRole__left {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }

  .sidebar_section {
    display: none;
  }
}



/* side_bnr
 ############################### */
.side_bnr img {
  width: 100%;
  height: auto;
}

.side_bnr a {
  display: block;
  margin-bottom: 8px;
}

.side_bnr a:first-child {
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .side_bnr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .side_bnr>a {
    width: calc(50% - 6px);
  }
}

/* ####################################################################################

    SLICK

#################################################################################### */
.hero_slider .slick-slider {
  margin-bottom: 64px;
}

.hero_slider .slick-slide {
  width: 640px;
  margin: 0 4px;
  background-color: #fff;
}

.hero_slider .slick-slide img {
  opacity: .6;
  transition: all .3s;
}

.hero_slider .slick-slide.slick-current img {
  opacity: 1;
}

.hero_slider .slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.hero_slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.hero_slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.hero_slider .slick-dots li button:hover,
.hero_slider .slick-dots li button:focus {
  outline: none;
}

.hero_slider .slick-dots li button:hover::before,
.hero_slider .slick-dots li button:focus::before {
  opacity: 1;
}

.hero_slider .slick-dots li button::before {
  content: " ";
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  text-align: center;
  background-color: #8E8E8E;
  border-radius: 50%;
}

.hero_slider .slick-dots li.slick-active button::before {
  background-color: #1D80B7;
}

.hero_slider .slick-dots li button.thumbnail img {
  width: 0;
  height: 0;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
  transform: translateY(-50%);
  margin: auto;
}

.slide-arrow.prev-arrow {
  left: -760px;
  /* バナーサイズ640 + 120 */
}

.slide-arrow.next-arrow {
  right: -760px;
  /* バナーサイズ640 + 120 */
}

@media screen and (max-width: 1370px) {
  .hero_slider .slick-dots {
    bottom: -24px;
  }
}

@media screen and (max-width: 767px) {
  .hero_slider .slick-slide {
    width: 92vw;
  }
}


/* --  hero_slider_sm -- */
.hero_slider_sm {
  margin: 32px 0;
  background-color: #F5F5F5;
  padding: 16px 109px;
}

.hero_slider_sm a {
  display: block;
}

.hero_slider_sm img {
  margin: auto;
}

.hero_slider_sm .slide-arrow.next-arrow {
  right: 40px;
  left: auto;
}

.hero_slider_sm .slide-arrow.prev-arrow {
  left: 40px;
  right: auto;
}

@media screen and (max-width: 1370px) {
  .hero_slider_sm .slick-slide {
    width: calc(100% / 4);
    margin: 0 8px;
  }

  .hero_slider_sm .slick-slide img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hero_slider_sm {
    padding: 0;
  }

  .inner-slider_sm {
    width: 100%;
    overflow: scroll;
    padding: 16px 8px;
    background-color: #eee;
    margin-bottom: 28px;
  }

  .hero_slider_sm {
    display: flex;
    background-color: transparent;
    margin: 0;
    overflow: visible;
  }

  .hero_slider_sm .slick-slide {
    width: calc(100% / 2 - 24px);
    margin: 0 6px;
    display: block;
    float: none;
    flex-shrink: 0;
  }

  .hero_slider_sm::after {
    content: '';
    display: block;
    width: 16px !important;
    flex-shrink: 0;
  }

}


/* ####################################################################################

    FOOTER

#################################################################################### */
.footer_nav {
  padding: 40px 0;
  background-color: #f6f6f6;
}

#page_homepage .footer_nav {
  background-color: #fff;
}

.footer_nav--guide {
  width: 536px;
  display: flex;
  flex-wrap: wrap;
  margin-right: 32px;
  flex-shrink: 0;
}

.footer_nav--guide>li {
  width: calc(100% / 2 - 8px);
  margin-right: 8px;
}

.footer_nav--guide a {
  width: 100%;
  background-color: #fff;
  height: 48px;
  padding: 16px 24px 16px 16px;
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1.2;
}

.footer_nav--guide svg {
  width: 22px;
  height: auto;
  max-height: 24px;
  margin-right: 14px;
  fill: #202225;
  transition: all .2s;
}

.footer_nav--guide li:last-child svg {
  width: 13px;
  height: auto;
  margin-left: 5px;
  margin-right: 18px;
}

.footer_nav--guide li:hover svg {
  fill: #1d80b7;
}

#page_homepage .footer_nav--guide a {
  background-color: #F6F6F6;
}

.footer_nav--guide li:nth-child(odd) a {
  margin-right: 8px;
}

.footer_nav--cat h3 {
  width: 100%;
  margin-bottom: 12px;
  margin-top: 12px;
}

.footer_nav--cat_list {
  margin-right: 16px;
}

.footer_nav--cat_list a {
  position: relative;
  display: block;
  padding: 2px 0 2px 16px;
}

.footer_nav--cat_list a::after {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 5px;
  height: 1px;
  background-color: #000;
  margin: auto;
  top: calc(1em - 1px);
}

.footer_nav--cat_list a:hover::after {
  background-color: #1d80b7;
}

.footer_nav--other {
  padding-left: 40px;
  border-left: 1px solid #dfdfdf;
  margin-left: auto;
  padding-right: 40px;
  flex-shrink: 0;
}

.footer_nav--other a {
  position: relative;
  font-weight: 700;
  padding: 4px 0 4px 21px;
  display: block;
}

.footer_nav--other a::before {
  content: '';
  position: absolute;
  top: calc(.9em - 1px);
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #323232;
  border-right: solid 2px #323232;
  transform: rotate(45deg);
  transition: all .2s ease-out;
  left: 0;
}

.footer_nav--other a:hover::before {
  border-color: #1d80b7;
}

@media all and (-ms-high-contrast:none) {
  .footer_nav--guide>li {
    margin-right: 6px;
  }
}

@media screen and (max-width: 767px) {
  .footer_nav--guide {
    width: auto;
    margin-right: 0;
  }

  .footer_nav--guide>li {
    width: 100%;
    margin-bottom: 8px;
    margin-right: 0;
  }

  .footer_nav--cat {
    margin-bottom: 16px;
  }

  .footer_nav--other {
    border-left: none;
    border-top: 1px solid #dfdfdf;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 16px;
  }

  .footer_nav--other a {
    font-weight: 400;
  }

  .footer_nav--other a::before {
    top: calc(1em - 1px);
  }
}

/* footer_guide
 ############################### */
.footer_guide--col2 {
  display: flex;
  justify-content: space-between;
}

.footer_guide--col2>div {
  width: calc(100% / 2 - 36px);
  max-width: 546px;
  justify-content: space-between;
}

.footer_guide--box h3 {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 12px;
  font-size: 124%;
  margin-bottom: 12px;
}

.footer_guide--box h4 {
  font-size: 108%;
  color: #fff;
  margin-bottom: 8px;
}

.footer_guide--box {
  margin-bottom: 32px;
  color: #fff;
}

.footer_guide--box p {
  font-size: 93%;
}

.footer_guide--box img {
  max-width: 100%;
  height: auto;
}

.footer_guide--text_deco {
  display: flex;
  align-items: center;
  padding: 0 13px;
  height: 56px;
  background-color: #eee;
}

.footer_guide--payimg {
  width: 100%;
}

.footer_pdf_btn a {
  min-width: auto;
  width: 50%;
}

.footer_pdf_btn a:first-child {
  margin-right: 8px;
}

.copyright,
.copyright a {
  color: #828282;
}

.copyright {
  padding: 8px 0;
}

.copyright_txt {
  position: absolute;
  right: 13px;
  top: 46%;
  transform: translateY(-50%);
  line-height: 1;
}

@media screen and (max-width: 1240px) and (min-width: 767px) {
  .footer_pdf_btn {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .footer_pdf_btn a {
    width: 100%;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .footer_guide--col2 {
    display: block;
  }

  .footer_guide--col2>div {
    width: 100%;
  }

  .footer_guide--box h4 {
    margin-top: 16px;
  }

  .footer_pdf_btn {
    margin-top: 24px;
  }

  .footer_pdf_btn a {
    padding: 12px;
    font-size: 87%;
  }

  .footer_guide a {
    color: #ffffff;
  }

  .footer_guide--col2>div:last-child .footer_guide--box:last-child {
    margin-bottom: 0;
  }

  .copyright {
    padding: 14px 0 100px;
    text-align: center;
    font-size: 86%;
  }

  .copyright_txt {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 12px;
  }
}

/* ####################################################################################

    CATEGORY (LIST)

#################################################################################### */

.ec-role,
.ec-searchnavRole,
.ec-shelfRole {
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  margin: 0;
}

.ec-role {
  width: 100%;
}

/* 色設定
 ############################### */
/* 異物混入 */
.product-ibutsu .color-cat,
.product-ibutsu .section_ttl {
  color: #55bdb4;
}

.product-ibutsu .section_ttl.section_ttl-deco span::before,
.product-ibutsu .section_ttl.section_ttl-deco span::after {
  background-color: #55bdb4;
}

.product-ibutsu .cat_industry>div {
  border: 1px solid #49b1aa;
  box-shadow: rgba(73, 177, 170, .52) 0px 0px 4px;
}

.product-ibutsu .cat_voice--img::before {
  background: repeating-linear-gradient(135deg, #55bdb4, #55bdb4 10px, transparent 10px, transparent 22px);
}

.product-ibutsu .cat--hero {
  background-image: url(../img/category/cat_bg_ibutsu.jpg);
}

.color-7 .cat_child_list--box .ttl {
  background-color: #55bdb4;
}

.color-7 .cat_child_list--box a::before {
  border-top: solid 2px #55bdb4;
  border-right: solid 2px #55bdb4;
}

/* 精密部品保管・搬送 */
.product-seimitsu .color-cat,
.product-seimitsu .section_ttl {
  color: #00a051;
}

.product-seimitsu .section_ttl.section_ttl-deco span::before,
.product-seimitsu .section_ttl.section_ttl-deco span::after,
#page_product_list .top_sec--ttl.color-9::after {
  background-color: #00a051;
}

.product-seimitsu .cat_industry>div {
  border: 1px solid #00a051;
  box-shadow: rgb(0, 160, 81, .35) 0px 0px 4px;
}

.product-seimitsu .cat_voice--img::before {
  background: repeating-linear-gradient(135deg, #00a051, #00a051 10px, transparent 10px, transparent 22px);
}

.product-seimitsu .cat--hero {
  background-image: url(../img/category/seimitsu_cat_bg.jpg);
}

.color-7 .cat_child_list--box .ttl {
  background-color: #55bdb4;
}

.color-7 .cat_child_list--box a::before {
  border-top: solid 2px #55bdb4;
  border-right: solid 2px #55bdb4;
}


/* 耐震・転倒防止 */
.product-taishin .color-cat,
.product-taishin .section_ttl {
  color: #6eba38;
}

.product-taishin .section_ttl.section_ttl-deco span::before,
.product-taishin .section_ttl.section_ttl-deco span::after,
#page_product_list .top_sec--ttl.color-10::after {
  background-color: #6eba38;
}

.product-taishin .cat_industry>div {
  border: 1px solid #6eba38;
  box-shadow: rgb(0, 160, 81, .35) 0px 0px 4px;
}

.product-taishin .cat_voice--img::before {
  background: repeating-linear-gradient(135deg, #6eba38, #6eba38 10px, transparent 10px, transparent 22px);
}

.product-taishin .cat--hero {
  background-image: url(../img/category/taishin_cat_bg.jpg);
}

.color-10 .cat_child_list--box .ttl {
  background-color: #6eba38;
}

.color-10 .cat_child_list--box a::before {
  border-top: solid 2px #6eba38;
  border-right: solid 2px #6eba38;
}

/* 緩衝・衝撃吸収 */
.product-shogeki .color-cat,
.product-shogeki .section_ttl {
  color: #ea5514;
}

.product-shogeki .section_ttl.section_ttl-deco span::before,
.product-shogeki .section_ttl.section_ttl-deco span::after,
#page_product_list .top_sec--ttl.color-15::after {
  background-color: #ea5514;
}

.product-shogeki .cat_industry>div {
  border: 1px solid #ea5514;
  box-shadow: rgb(234, 85, 20, .35) 0px 0px 4px;
}

.product-shogeki .cat_voice--img::before {
  background: repeating-linear-gradient(135deg, #ea5514, #ea5514 10px, transparent 10px, transparent 22px);
}

.product-shogeki .cat--hero {
  background-image: url(../img/category/shogeki_cat_bg.jpg);
}

.color-15 .cat_child_list--box .ttl {
  background-color: #ea7e4f;
}

.color-15 .cat_child_list--box a::before {
  border-top: solid 2px #ea5514;
  border-right: solid 2px #ea5514;
}

/* 人肌のゲル原液・造形 */
.product-hitohada .color-cat,
.product-hitohada .section_ttl {
  color: #ef858c;
}

.product-hitohada .section_ttl.section_ttl-deco span::before,
.product-hitohada .section_ttl.section_ttl-deco span::after {
  background-color: #ef858c;
}

.product-hitohada .cat_industry>div {
  border: 1px solid #ef858c;
  box-shadow: rgb(239, 133, 140, .35) 0px 0px 4px;
}

.product-hitohada .cat_voice--img::before {
  background: repeating-linear-gradient(135deg, #ef858c, #ef858c 10px, transparent 10px, transparent 22px);
}

.product-hitohada .cat--hero {
  background-image: url(../img/category/hitohada_cat_bg.jpg);
}

#page_product_list .color-12.top_sec--ttl::after {
  background-color: #ef858c;
}

.color-12 .cat_child_list--box .ttl {
  background-color: #ef858c;
}

.color-12 .cat_child_list--box a::before {
  border-top: solid 2px #ef858c;
  border-right: solid 2px #ef858c;
}


/* 医療関連用モデル */
.product-iryo .color-cat,
.product-iryo .section_ttl {
  color: #6e60a8;
}

.product-iryo .section_ttl.section_ttl-deco span::before,
.product-iryo .section_ttl.section_ttl-deco span::after {
  background-color: #6e60a8;
}

.product-iryo .cat_industry>div {
  border: 1px solid #6e60a8;
  box-shadow: rgb(110, 96, 168, .35) 0px 0px 4px;
}

.product-iryo .cat_voice--img::before {
  background: repeating-linear-gradient(135deg, #6e60a8, #6e60a8 10px, transparent 10px, transparent 22px);
}

.product-iryo .cat--hero {
  background-image: url(../img/category/iryo_cat_bg.jpg);
}

#page_product_list .color-16.top_sec--ttl::after {
  background-color: #6e60a8;
}

.color-16 .cat_child_list--box .ttl {
  background-color: #6e60a8;
}

.color-16 .cat_child_list--box a::before {
  border-top: solid 2px #6e60a8;
  border-right: solid 2px #6e60a8;
}


/* 共通スタイル
############################### */
.product-lp .section_ttl.txt-bl {
  color: #202225;
}

.cat--hero {
  width: 100%;
  margin-bottom: 40px;
  background-size: cover;
  background-position: center;
}

.cat--hero--wrap {
  height: 450px;
}

.cat--hero--wrap .txt {
  width: 50%;
  color: #fff;
  align-self: center;
  padding-right: 40px;
}

.cat--hero--wrap .img {
  width: 50%;
  align-self: flex-end;
  transform: translateY(36px);
}

.cat--hero--wrap .img img {
  width: 100%;
  box-shadow: 0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);
}

.cat--hero h2 {
  color: #fff;
  font-size: 170%;
  display: inline-block;
  border: 3px solid #fff;
  padding: 11px 20px;
  margin-bottom: 22px;
}

.cat--hero h3 {
  color: #fff;
  font-size: 200%;
  line-height: 1.4;
  margin-bottom: 15px;
}

.cat--hero p {
  font-size: 108%;
}

.cat_industry>div {
  font-size: 130%;
  text-align: center;
  padding: 9px;
  border-radius: 3px;
  background-color: #fff;
}

.cat_point_box {
  background-color: #fff;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #ddd;
  margin-bottom: 0;
}

.cat_point_box .img {
  width: 100%;
}

.cat_point_box .txt {
  padding: 36px;
}

.cat_point_box h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 120%;
  text-align: center;
  margin-bottom: 21px;
  font-family: Hiragino Kaku Gothic W8 JIS2004, sans-serif;
}

.cat_point_box h5 .far {
  font-size: 160%;
  margin-right: 11px;
}

.cat_point_box h6 {
  font-size: 150%;
  line-height: 1.5;
  margin-bottom: 12px;
  text-align: center;
}

.cat_voice--img,
.cat_voice--img img {
  position: relative;
  width: 100%;
}

.cat_voice--img::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  top: 48px;
  opacity: .3;
  right: 48px;
}

.cat_voice {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: -80px;
  background-color: #fff;
  width: 75%;
  padding: 50px;
  margin: auto;
}

.cat_voice h3 .far {
  font-size: 250%;
}

.cat_voice h3 span {
  font-size: 70%;
  display: inline-block;
  margin-bottom: 16px;
}

.cat_voice .feature_list {
  width: auto;
}

.cat_voice .feature_list .fas {
  color: #aaa;
}

.cat_voice .feature_list--dd {
  font-size: 124%;
}

.cat_voice .feature_list:not(:last-of-type) {
  margin-bottom: 7px;
}

.cat_youtube {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 840px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
}

.cat_youtube .fas {
  margin-right: 16px;
}

.cat_youtube--wrap {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 56.25%;
}

.cat_youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cat_check--deco {
  position: absolute;
  top: -16px;
  display: flex;
  font-size: 199%;
  align-items: center;
  margin-bottom: 8px;
  color: #ff7226;
  background-color: #fff;
  padding: 0 18px;
}

.cat_check--deco .far {
  margin-right: 8px;
}

.cat_check--deco span {
  font-size: 72%;
  font-family: Hiragino Kaku Gothic W8 JIS2004, sans-serif;
}

.cat_child_item_list {
  padding: 0;
}

#page_product_list .top_sec--ttl {
  position: relative;
  font-size: 160%;
  justify-content: space-between;
  color: #202225;
  border-bottom: 3px solid #ddd;
  margin-bottom: 28px;
}

#page_product_list .top_sec--ttl .anchor {
  position: absolute;
  top: -180px;
}

#page_product_list .top_sec--ttl::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  width: 150px;
  height: 3px;
  margin: auto;
}

#page_product_list .color-7.top_sec--ttl::after {
  background-color: #55bdb4;
}

.top_sec--ttl.btn a {
  font-size: 70%;
  padding: 8px 38px;
  margin-left: auto;
  min-height: auto;
  min-width: auto;
}

/* カテゴリページでec-categoryNaviRole 非表示 */
#page_product_list .ec-categoryNaviRole {
  display: none;
}

/* 検索のアイテムリスト */
.ec-shelfGrid__item-image {
  height: auto;
}

.ec-shelfGrid {
  margin: 0;
}

/* listページタイトル */
.ec-searchnavRole__topicpath {
  margin-top: 38px;
  margin-bottom: 12px;
}

.ec-topicpath__item--active,
.ec-topicpath__item.topic_search {
  font-size: 180%;
  font-weight: bold;
  font-family: Hiragino Kaku Gothic W6 JIS2004, sans-serif;
  color: #202225;
  line-height: 1.5;
}

.ec-topicpath__item {
  margin-bottom: 8px;
}

.ec-topicpath__item.parent_cat::after {
  content: '>';
  vertical-align: 1px;
  color: #777;
}

.ec-topicpath__item.parent_cat a {
  color: #777;
}

.ec-searchnavRole__counter {
  color: #202225;
}

/* 子カテゴリ一覧 */
.cat_child_list {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.cat_child_list--box {
  margin-bottom: 16px;
  width: calc(50% - 16px);
  display: flex;
  flex-direction: column;
}

.cat_child_list--box:nth-child(even) {
  margin-left: 32px;
}

.cat_child_list--box .ttl {
  width: 100%;
  flex-shrink: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #229157;
  color: #fff;
  font-weight: 700;
  padding: 11px 24px;
  font-size: 130%;
}

.cat_child_list--box ul {
  padding: 16px 16px;
  flex-wrap: wrap;
  background-color: #f6f6f6;
  flex-grow: 1;
  align-items: end;
  justify-content: flex-start;
  align-content: flex-start;
}

.cat_child_list--box ul li {
  width: 50%;
  display: flex;
}

.cat_child_list--box ul .col1 {
  width: 100%;
}

.cat_child_list--box a {
  position: relative;
  font-weight: 700;
  font-size: 132%;
  padding: 8px 16px 8px 32px;
  margin-right: 13px;
}

.cat_child_list--box a::before {
  content: '';
  position: absolute;
  top: calc(50% - 6px);
  left: 6px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #229157;
  border-right: solid 2px #229157;
  transform: rotate(135deg);
  transition: all .2s ease-out;
}

.cat_child_list--box a:hover {
  color: #202225;
  opacity: .6;
}

@media screen and (min-width: 768px) {

  /* PCの時だけ高さを揃える */
  .cat_point_box h6 {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 1240px) and (min-width: 767px) {

  /* ヒーロー部分 */
  .cat--hero--wrap .img {
    align-self: center;
    transform: none;
  }

  .cat--hero h3 {
    font-size: 170%;
  }

  /* point */
  .cat_point_box h6 {
    font-size: 130%;
  }

  /* youtube */
  .cat_youtube {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {

  /* 共通パーツ */
  .product-lp .section_ttl-deco span::before,
  .product-lp .section_ttl-deco span::after {
    display: none;
  }

  .ec-productRole.product--recommend {
    margin-bottom: 0;
  }

  .ec-layoutRole__contents {
    margin-top: 32px;
  }

  /* ヒーロー部分 */
  .cat--hero {
    background-position: left 27% center;
    margin-bottom: 0;
  }

  .cat--hero--wrap {
    height: auto;
    flex-direction: column-reverse;
    padding: 16px 0;
  }

  .cat--hero--wrap .txt {
    width: 100%;
    padding-right: 0;
  }

  .cat--hero--wrap .img {
    width: 83%;
    transform: none;
  }

  .cat--hero h2 {
    font-size: 150%;
    margin-bottom: 16px;
    padding: 50px 20px 11px 20px;
    margin-top: -31px;
  }

  .cat--hero h3 {
    font-size: 150%;
  }

  .cat--hero p {
    font-size: 93%;
  }

  /* point部分 */
  .cat_point_box {
    width: 100%;
    margin-bottom: 16px;
  }

  .cat_point_box .txt {
    padding: 28px 28px 16px;
  }

  .cat_point_box h5 {
    font-size: 100%;
  }

  .cat_point_box h6 {
    font-size: 140%;
  }

  .cat_youtube {
    width: 100%;
  }

  /* voice部分 */
  .cat_section.bg-gray {
    position: relative;
  }

  .cat_voice--img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .cat_voice--img::before {
    display: none;
  }

  .cat_voice {
    top: 0;
    margin-top: 80px;
    width: 100%;
    padding: 24px;
    margin-bottom: 32px;
  }

  .cat_voice .heading-2 {
    font-size: 133%;
  }

  .cat_voice .feature_list {
    padding: 0;
  }

  .cat_voice .feature_list--dd {
    font-size: 100%;
  }

  .cat_industry>div {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 93%;
  }

  /* 子カテゴリ部分 */
  #cate_list {
    margin-bottom: 32px;
  }

  #page_product_list .top_sec--ttl {
    position: relative;
    font-size: 150%;
  }

  #page_product_list .top_sec--ttl .anchor {
    position: absolute;
    top: -100px;
  }

  .top_sec--ttl.btn a {
    font-size: 64%;
    padding: 5px 30px 5px 20px;
  }

  .cat_child_item_list .itemlist {
    flex-wrap: nowrap;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  /* 通常カテ一覧 */
  .ec-searchnavRole .ec-searchnavRole__infos {
    padding: 0;
  }

  /* listページタイトル */
  .ec-searchnavRole__topicpath {
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
    margin-top: 0;
  }

  .ec-topicpath__item--active,
  .ec-topicpath__item.topic_search {
    font-size: 140%;
  }

  .ec-searchnavRole__counter,
  .ec-topicpath__item {
    font-size: 86%;
  }

  .ec-topicpath__item {
    margin-bottom: 0;
  }

  /* 子カテゴリ一覧 */
  .cat_child_list {
    display: block;
  }

  .cat_child_list--box {
    width: 100%;
  }

  .cat_child_list--box:nth-child(even) {
    margin: 0;
  }

  .cat_child_list--box a {
    padding: 8px 7px 8px 24px;
    margin-right: 0;
    font-size: 112%;
  }

  .cat_child_list--box ul .sp-col1 {
    width: 100%;
  }

}


/* ####################################################################################

    PAGES

#################################################################################### */

/* reason
############################### */

/* lps_parts--flow */
.flow {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ccc;
  padding: 31px;
}

.flow .flow_item {
  position: relative;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 68px;
  padding-bottom: 8px;
  counter-increment: number;
  padding-top: 8px;
}

.flow .flow_item:not(:last-child) {
  margin-bottom: 32px;
}

.flow .flow_item:not(:last-child)::before {
  content: '';
  position: absolute;
  top: 42px;
  left: 28px;
  display: block;
  width: 3px;
  height: calc(100% - 32px);
  border-radius: 2px;
  background-color: #003567;
}

.flow .flow_ttl {
  margin-bottom: 16px;
  font-size: 122%;
}

.flow .flow_ttl::after {
  content: counter(number);
  position: absolute;
  top: 0;
  left: 11px;
  display: block;
  width: 36px;
  height: 35px;
  padding-top: 1px;
  line-height: 35px;
  border-radius: 24px;
  font-size: 94%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  background-color: #003567;
  font-family: Hiragino Kaku Gothic W6 JIS2004, sans-serif;
}

/* IE */
_:-ms-input-placeholder,
:root .flow .flow_ttl::after {
  padding-top: .25em;
}

.flow .txt {
  font-size: 107%;
}

.flow .txt img {
  max-width: 248px;
  margin-top: 4px;
  margin-right: 40px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .flow {
    padding: 40px 24px 24px;
    margin-bottom: 16px;
  }

  .flow .flow_item {
    padding-left: 44px;
    padding-bottom: 20px;
  }

  .flow .flow_item:not(:last-child) {
    margin-bottom: 8px;
  }

  .flow .flow_item:not(:last-child)::before {
    top: 38px;
    left: 15px;
    width: 3px;
    height: calc(100% - 37px);
  }

  .flow .flow_ttl {
    margin-bottom: 8px;
  }

  .flow .flow_ttl::after {
    top: -1px;
    left: 0px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    font-size: 86%;
  }

  .flow .txt {
    font-size: 100%;
  }

  .flow .txt img {
    float: none !important;
    margin-top: 2px;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 8px !important;
  }
}

/* point_box */
.point_box {
  position: relative;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.point_box h3 {
  font-size: 130%;
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  line-height: 1.6;
}

.point_box h3 .far {
  font-size: 220%;
  margin-right: 16px;
}

.point_box ul {
  font-weight: 700;
}

.point_box li {
  display: flex;
  align-items: center;
  font-size: 115%;
  margin-bottom: 4px;
}

.point_box li .far {
  margin-right: 8px;
  font-size: 150%;
}

.point_box::before {
  height: 0;
  display: block;
  position: absolute;
  right: 0;
  content: "";
  border-top: solid 50px #fff;
  border-left: solid 50px transparent;
  top: 0;
}

.point_box::after {
  height: 0;
  display: block;
  position: absolute;
  right: 0;
  content: "";
  border-right: solid 50px transparent;
  top: 0;
}

@media screen and (max-width: 1240px) {

  .point_box::before,
  .point_box::after,
  .point_box-gray::after {
    border-width: 32px;
  }
}

@media screen and (max-width: 767px) {
  .point_box h3 {
    font-size: 120%;
    line-height: 1.5;
  }

  body:not(#page_contact) .point_box .phone_number {
    margin-bottom: 16px;
  }

  .point_box li {
    display: flex;
    align-items: flex-start;
    font-size: 100%;
    margin-bottom: 6px;
  }

  .point_box.mgn-btm32 {
    margin-bottom: 32px;
  }
}

/* point_box color */
.point_box-orange {
  background: rgb(255, 243, 236);
}

.point_box-orange::after {
  border-bottom: solid 50px rgb(237, 200, 178);
}

.point_box-orange h3,
.point_box-orange ul {
  color: #ff6816;
}

.point_box-gray {
  background-color: #f6f6f6;
}

.point_box-gray::after {
  border-bottom: solid 50px rgb(201 201 201);
}

@media screen and (max-width: 1240px) {

  .point_box-orange::after,
  .point_box-gray::after {
    border-width: 32px;
  }
}

/* feature_list */
.feature_list {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-items: flex-start;
  padding: 0 40px;
}

.feature_list:not(:last-of-type) {
  margin-bottom: 18px;
}

.feature_list--dt {
  display: flex;
  align-items: center;
  font-weight: 700;
  background-color: transparent;
  color: #FF7225;
  font-size: 132%;
  padding: 2px 0;
  margin-right: 21px;
  margin-top: 6px;
}

.feature_list--dt .far {
  margin-right: 8px;
  font-size: 133%;
}

.feature_list--dd {
  margin-top: 3px;
}

.feature_list strong {
  font-size: 122%;
}

@media screen and (max-width: 767px) {
  .feature_list--dt {
    margin-top: 3px;
  }
}


/* phone-number */
.phone_number {
  display: flex;
  align-items: center;
}

.phone_number .fas {
  font-size: 243%;
  margin-right: 12px;
}

.phone_number>span {
  font-size: 160%;
  font-weight: 700;
  text-align: center;
  line-height: 1.0;
}

.phone_number small {
  font-size: 53%;
}

/* about
############################### */
.section_about table {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.section_about table th {
  padding: 16px;
}

.section_about table td {
  min-width: 410px;
}

.googlemap {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .section_about table {
    font-size: 93%;
  }

  .section_about table td {
    min-width: auto;
  }

  .section_about table th {
    padding: 8px;
    white-space: nowrap;
  }

  .section_about .mgn-btm64 {
    margin-bottom: 56px;
  }
}

/* faq
############################### */
section.faq {
  position: relative;
}

.anchor-top {
  position: absolute;
  top: -200px;
  /* ここは任意の値 */
}

.faq .ttl-underdeco {
  font-size: 175%;
}

.faq .ttl-underdeco .fas,
.faq .ttl-underdeco .far {
  font-size: 170%;
  margin-bottom: 16px;
  color: #1d80b7;
}

.faq_box--q::before {
  content: 'Q.';
  color: #1d80b7;
  font-size: 160%;
  margin-right: 13px;
}

.faq_box {
  margin-bottom: 16px;
  border: 2px solid #ddedf6;
}

.faq_box--q {
  background-color: #ddedf6;
  padding: 8px 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  font-size: 115%;
}

.faq_box--a {
  padding: 16px 32px;
}

.pagetop {
  position: absolute;
  /* top: 0; */
  bottom: -40px;
  right: 2px;
}

.pagetop .fas {
  font-size: 110%;
  margin-right: 6px;
}

@media screen and (max-width: 767px) {
  section.faq {
    margin-bottom: 80px;
  }

  .faq .ttl-underdeco {
    font-size: 150%;
  }

  .faq_box--q::before {
    width: 34px;
    font-size: 140%;
    margin-right: 4px;
    flex-shrink: 0;
  }

  .faq_box--q {
    padding: 8px 16px;
  }

  .faq_box--a {
    padding: 16px;
  }

  .anchor-top {
    position: absolute;
    top: -80px;
    /* ここは任意の値 */
  }
}

/* tradelaw 特定商取引法
############################### */
#page_help_tradelaw table th {
  width: 230px;
}

/* privacy プライバシーポリシー
############################### */
#page_help_privacy .ec-role {
  line-height: 1.5;
}

#page_help_privacy ol {
  list-style-type: decimal;
}

#page_help_privacy ol li {
  margin-bottom: 16px;
}

/* guide ご利用ガイド
############################### */
#page_help_guide .flow {
  border: none;
  padding: 0;
}

#page_help_guide .flow .flow_item {
  max-width: none;
}

#page_help_guide .top_sec--ttl {
  margin-bottom: 24px;
}

#page_help_guide .top_sec--ttl:not(:first-of-type) {
  margin-top: 32px;
}

.guide--bnr {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.top_sec--ttl.anker {
  margin-top: -180px !important;
  padding-top: 180px;
}

/* 説明部分 */
.guide_flow--item {
  display: flex;
  align-items: flex-start;
}

.guide_flow--item .img {
  width: 260px;
  border: 6px solid #eee;
  border-radius: 4px;
  margin-right: 24px;
  flex-shrink: 0;
}

.guide_flow--item .img a {
  position: relative;
  display: block;
  transition: all .2s;
}

.guide_flow--item .img a:hover {
  opacity: .7;
}

.guide_flow--item .img img {
  width: 100%;
}

.guide_flow--item .img i {
  position: absolute;
  top: 6px;
  right: 4px;
  color: #aaa;
  font-size: 150%;
  background-color: rgba(255, 255, 255, .8);
  padding: 8px;
  border-radius: 8px;
}

#cboxOverlay {
  background: #171717;
}

#cboxLoadedContent {
  background: #fff;
}

#cboxLoadedContent {
  padding: 0;
  overflow: auto;
  -moz-box-shadow: 0px 1px 10px #000000;
  -webkit-box-shadow: 0px 1px 10px #000000;
  box-shadow: 0px 1px 10px #000000;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose,
#cboxTitle {
  top: -30px;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
  overflow: visible;
}

#cboxTitle {
  color: #fff;
}

#inline-content {
  /* インラインを使用する時のみ */
  margin: 20px;
}

#ajax-wrap {
  /* ajaxを使用する時のみ */
  margin: 20px;
}

#cboxContent button {
  outline: none;
}

/* paidテーブル */
.paid_info_table {
  padding-left: 21px;
}

.paid_info_table th,
.paid_info_table td {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 100%;
}

.paid_info_table th {
  font-family: Hiragino Kaku Gothic W3 JIS2004, sans-serif;
}

.paid_info_table th:nth-child(1) {
  width: 160px;
}

.paid_info_table th:nth-child(2) {
  width: 200px;
}

@media screen and (max-width: 767px) {
  .guide--bnr {
    margin-bottom: 32px;
  }

  /* 説明部分 */
  .guide_flow--item {
    display: block;
  }

  .guide_flow--item .img {
    width: 100%;
    margin-bottom: 16px;
  }

  #page_help_guide .flow .flow_ttl {
    margin-bottom: 16px;
  }

  /* paidテーブル */
  .paid_info_table {
    font-size: 87%;
  }
}




/* ####################################################################################

    PRODUCTS

#################################################################################### */

.page_product_detail .AmazonPayButton {
  display: none;
}

.ec-productRole .ec-productRole__title .ec-layoutRole__mainWithColumnec-headingTitle {
  font-size: 150%;
  line-height: 1.4;
}

.product_page .ec-layoutRole .ec-layoutRole__left {
  /* サイドバー削除 */
  display: none;
}

.ec-layoutRole .ec-layoutRole__mainWithColumn {
  width: 100%;
}

.ec-productRole {
  padding: 0;
  font-size: 100%;
  margin-bottom: 64px;
}

.ec-sliderItemRole {
  padding-left: 0;
}

.ec-headingTitle {
  line-height: 1.4;
}

.ec-productRole .ec-productRole__price {
  /* 料金 */
  padding: 6px 0 17px;
  border-bottom: none;
}

.ec-price .ec-price__price {
  /* 料金テキスト */
  padding: 0;
}

.ec-productRole .ec-productRole__description {
  /* 説明文 */
  padding: 14px 0;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 0;
}

.ec-productRole .ec-productRole__code {
  /* 商品コード */
  padding: 22px 0 12px;
  border-top: 1px dotted #ccc;
  border-bottom: none;
}

.ec-productRole .ec-productRole__code>span {
  display: inline-block;
}

.ec-productRole .ec-productRole__code .code_dt {
  background-color: #f6f6f6;
  padding: 8px;
  margin-right: 8px;
}

.ec-productRole .ec-productRole__category {
  /* カテゴリ */
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  height: 3em;
  overflow: hidden;
  border-bottom: none;
  margin-bottom: 16px;
}

.ec-productRole .ec-productRole__category::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #ccc;
}

.ec-productRole .ec-productRole__category.active {
  height: auto;
}

.ec-productRole .ec-productRole__category .category_ttl {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.ec-productRole .ec-productRole__category .cat_toggle {
  position: relative;
  display: flex;
  font-size: 93%;
  color: #6F6F6F;
  margin-left: 12px;
  border-radius: 4px;
  margin-top: -1px;
  cursor: pointer;
}

.ec-productRole .ec-productRole__category .cat_toggle::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgc3R5bGU9ImZpbGw6ICM2RjZGNkY7dHJhbnNmb3JtOiA7bXNGaWx0ZXI6OyI+PHBhdGggZD0iTTEzIDdoLTJ2NEg3djJoNHY0aDJ2LTRoNHYtMmgtNHoiPjwvcGF0aD48cGF0aCBkPSJNMTIgMkM2LjQ4NiAyIDIgNi40ODYgMiAxMnM0LjQ4NiAxMCAxMCAxMCAxMC00LjQ4NiAxMC0xMFMxNy41MTQgMiAxMiAyem0wIDE4Yy00LjQxMSAwLTgtMy41ODktOC04czMuNTg5LTggOC04IDggMy41ODkgOCA4LTMuNTg5IDgtOCA4eiI+PC9wYXRoPjwvc3ZnPg==');
  background-size: cover;
}

.ec-productRole .ec-productRole__category .cat_toggle.active::before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgc3R5bGU9ImZpbGw6ICM2RjZGNkY7dHJhbnNmb3JtOiA7bXNGaWx0ZXI6OyI+PHBhdGggZD0iTTcgMTFoMTB2Mkg3eiI+PC9wYXRoPjxwYXRoIGQ9Ik0xMiAyQzYuNDg2IDIgMiA2LjQ4NiAyIDEyczQuNDg2IDEwIDEwIDEwIDEwLTQuNDg2IDEwLTEwUzE3LjUxNCAyIDEyIDJ6bTAgMThjLTQuNDExIDAtOC0zLjU4OS04LThzMy41ODktOCA4LTggOCAzLjU4OSA4IDgtMy41ODkgOC04IDh6Ij48L3BhdGg+PC9zdmc+');
}

.ec-productRole .ec-productRole__category .cat_toggle .open,
.ec-productRole .ec-productRole__category .cat_toggle.active .active_close {
  display: inline;
}

.ec-productRole .ec-productRole__category .cat_toggle.active .open,
.ec-productRole .ec-productRole__category .cat_toggle .active_close {
  display: none;
}

.ec-productRole .ec-productRole__tags {
  /* タグ */
  border-bottom: 0;
}

/* 規格カード表示 */
.ec-productRole__actions li.mpc-list {
  width: calc(100% / 2 - 8px);
  padding: 0;
  margin-bottom: 8px;
}

.ec-productRole__actions li.mpc-list:nth-child(2n) {
  margin-left: 8px;
}

.ec-productRole__actions li.mpc-list label {
  padding: 8px 16px;
}

.ec-productRole__actions .mpc-pc-name {
  margin-bottom: 2px;
}

.ec-productRole__actions .mpc-code {
  margin-bottom: 8px;
}

.ec-productRole__actions .mpc-pc-name span {
  font-size: 108%;
  line-height: 1.6;
  font-family: Hiragino Kaku Gothic W4 JIS2004, sans-serif;
  font-weight: 600;
}

.ec-productRole__actions .mpc-price02 {
  font-size: 130%;
}

.ec-productRole__actions li.mpc-list label:hover {
  border: 1px solid #ff9a63;
}

.ec-productRole__actions li.mpc-list input:checked+label {
  background: #fff4ef;
  border-color: #ff9a63;
  box-shadow: 0 0 2px 1px #ff9999;
}

@media screen and (max-width: 767px) {
  .ec-sliderItemRole {
    padding-right: 0;
  }

  .item_visual .slick-dots {
    bottom: -35px;
  }

  .ec-productRole__actions li.mpc-list label {
    padding: 8px;
  }

  .ec-productRole__actions .mpc-pc-name {
    font-size: 93%;
  }

  .mpc-code>span {
    font-size: .7em !important;
    font-weight: 400;
  }
}

/* 合計金額 */
.product--sum {
  font-size: 120%;
  color: #de5d50;
  font-weight: 700;
  padding-left: 24px;
  border-left: 1px solid #ddd;
}

.product--sum span {
  color: #525263;
  font-weight: 400;
}

.product--sum em {
  font-size: 160%;
  font-family: Hiragino Kaku Gothic W6 JIS2004, sans-serif;
}

.ec-numberInput input[type='number'] {
  margin-bottom: 0;
  margin-right: 32px;
}

@media screen and (max-width: 767px) {
  .product--sum {
    font-size: 100%;
  }

  .product--sum>span {
    display: block;
    margin-bottom: 2px;
  }

  .ec-numberInput {
    width: 40%;
  }

  .ec-numberInput>span {
    display: block;
    margin-bottom: 3px;
  }
}

/* description */
.ec-productRole__description strong {
  font-size: 122%;
  color: #ff6816;
  margin-bottom: 8px;
  display: block;
  font-family: Hiragino Kaku Gothic W6 JIS2004, sans-serif;
}

.product--desc--box {
  position: relative;
  background-color: #f6f6f6;
  padding: 16px 24px;
  margin-bottom: 16px;
}

.product--desc--box::before {
  height: 0;
  display: block;
  position: absolute;
  right: 0;
  content: "";
  border-top: solid 32px #fff;
  border-left: solid 32px transparent;
  top: 0;
}

.product--desc--box::after {
  height: 0;
  display: block;
  position: absolute;
  right: 0;
  content: "";
  border-right: solid 32px transparent;
  border-bottom: solid 32px rgb(224, 224, 224);
  top: 0;
}

.ec-productRole__description p {
  margin-bottom: 8px;
}

.product--desc--box li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 9px;
  line-height: 1.7;
  color: #202225;
}

.product--desc--box li:last-child {
  margin-bottom: 0;
}

.product--desc--box li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNiAzNiI+PHBhdGggZmlsbD0iIzFkODBiNyIgZD0iTTE4IDJhMTYgMTYgMCAxMDE2IDE2QTE2IDE2IDAgMDAxOCAyem0wIDMwYTE0IDE0IDAgMTExNC0xNCAxNCAxNCAwIDAxLTE0IDE0eiIvPjxwYXRoIGZpbGw9IiMxZDgwYjciIGQ9Ik0yOCAxMi4xYTEgMSAwIDAwLTEuNDEgMGwtMTEuMSAxMS4wNS02LTZBMSAxIDAgMDA4IDE4LjUzTDE1LjQ5IDI2IDI4IDEzLjUyYTEgMSAwIDAwMC0xLjQyeiIvPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0wIDBoMzZ2MzZIMHoiLz48L3N2Zz4=');
  background-size: cover;
}

.product--desc--box li strong {
  margin-bottom: 0;
  color: #1d80b7;
}

.product--desc--box li strong span {
  font-weight: 400 !important;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', Hiragino Kaku Gothic W3 JIS2004, 'YuGothic', '游ゴシック', 'メイリオ', 'Meiryo', sans-serif !important;
}

@media screen and (max-width: 767px) {
  .ec-productRole__description strong {
    font-size: 100%;
  }

  .product--desc--box {
    padding: 16px 16px;
  }

  .product--desc--box::before {
    border-top-width: 16px;
    border-left-width: 16px;
  }

  .product--desc--box::after {
    border-right-width: 16px;
    border-bottom-width: 16px;
  }
}

/* detail */
.prduct-datail {
  line-height: 1.8;
  margin-top: 32px;
}

.prduct-datail .btn {
  margin-bottom: 16px;
}

.prduct-datail .btn a {
  width: 340px;
  margin: 0 4px;
}

.prduct-datail p {
  margin-bottom: 24px;
  line-height: 1.9;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', Hiragino Kaku Gothic W3 JIS2004, 'YuGothic', '游ゴシック', 'メイリオ', 'Meiryo', sans-serif !important;
}

.prduct-datail p>span {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', Hiragino Kaku Gothic W3 JIS2004, 'YuGothic', '游ゴシック', 'メイリオ', 'Meiryo', sans-serif !important;
}

.prduct-datail :not(.btn)>a {
  color: #1D80B7;
  text-decoration: underline;
}

.prduct-datail h1 {
  font-size: 170%;
}

.prduct-datail h2 {
  display: flex;
  align-items: flex-end;
  color: #1D80B7;
  padding-bottom: 16px;
  border-bottom: 2px solid #1D80B7;
  margin-bottom: 24px;
  margin-top: 32px;
  font-size: 150%;
}

.prduct-datail h2.icon::before,
.prduct-detail--index .icon::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}

.prduct-datail h2.icon-detail::before,
.prduct-detail--index .icon.icon-detail::before {
  background-image: url(../img/product/icon-detail.svg);
}

.prduct-datail h2.icon-feature::before,
.prduct-detail--index .icon.icon-feature::before {
  background-image: url(../img/product/icon-feature.svg);
}

.prduct-datail h3 {
  font-size: 142%;
  border-left: 6px solid #777777;
  padding: 6px 13px;
  margin-bottom: 16px;
  margin-top: 32px;
  line-height: 1.6;
}

.prduct-datail h4 {
  font-size: 129%;
  margin-bottom: 16px;
  margin-top: 32px;
  line-height: 1.6;
}

.prduct-datail h4:first-child {
  margin-top: 16px;
}

.prduct-datail table {
  width: auto;
  margin-bottom: 16px;
  width: 100%;
}

.prduct-datail .table_line th {
  background-color: #f6f6f6;
  border: 1px solid #D2D2D2;
  color: #202225;
  font-size: 100%;
}

.prduct-datail .table_line td {
  font-size: 100%;
}

.prduct-datail iframe {
  margin: 0 auto 24px;
  display: block;
}

.prduct-datail .btn {
  display: inline-block;
}

.prduct-datail img {
  width: auto;
}

.prduct-datail ol,
.prduct-datail ul {
  margin-bottom: 16px;
}

.prduct-datail ol {
  list-style: decimal;
  padding-left: 20px;
}

.prduct-datail ul {
  list-style: disc;
  padding-left: 16px;
}

.prduct-datail .product--desc--box ul {
  list-style: none;
}

/* prduct-detail タブによる開閉 */
.prduct-detail--section {
  display: none;
  border: 2px solid #1d80b7;
  border-top: 0;
  padding: 32px 24px 24px;
}

.prduct-detail--section.active {
  display: block;
}

.prduct-detail--index {
  position: relative;
  display: flex;
}

.prduct-detail--index::before {
  content: '';
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1d80b7;
  z-index: 5;
}

.prduct-detail--index>div {
  position: relative;
  color: #1d80b7;
  font-size: 150%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #1d80b7;
  background-color: #fff;
  padding: 8px 16px;
  font-family: Hiragino Kaku Gothic W6 JIS2004, sans-serif;
  border-radius: 8px 8px 0 0;
  min-width: 200px;
  cursor: pointer;
}

.prduct-detail--index>div:first-child {
  margin-left: 16px;
}

.prduct-detail--index>div:not(:first-child) {
  margin-left: -2px;
}

.prduct-detail--index>div.active {
  border-bottom: none;
  z-index: 10;
}

.prduct-detail--index>div:not(.active) {
  background-color: #e9eced;
  z-index: 1;
  border-color: #c1d5e3;
}

@media screen and (max-width: 767px) {
  .prduct-datail {
    margin-top: 48px;
  }

  .prduct-datail .btn {
    display: flex;
    flex-direction: column;
  }

  .prduct-datail .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
    width: 100%;
    white-space: pre-wrap;
    padding: 12px 32px;
  }

  /* iframe */
  .prduct-datail .iframe {
    position: relative;
    margin-bottom: 40px;
  }

  .prduct-datail .iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .prduct-datail .iframe--youtube,
  .prduct-datail .iframe--google_map {
    padding-top: calc(9 / 16 * 100%);
  }

  /* table */
  .prduct-datail .table_line {
    width: auto;
    height: auto !important;
    font-size: 78%;
    /* white-space: nowrap; */
  }

  .prduct-datail .table_line tr {
    height: auto !important;
  }

  .prduct-datail .table_line th,
  .prduct-datail .table_line td {
    height: auto !important;
    padding: 6px 8px;
    border-bottom: none;
    width: auto !important;
  }

  .prduct-datail .table_line th {
    border-right: none;
  }

  .prduct-datail .table_line tr:last-child th,
  .prduct-datail .table_line tr:last-child td {
    border-bottom: 1px solid #D2D2D2;
  }

  .scroll {
    display: flex;
    overflow-x: scroll;
    margin-bottom: 1em;
    -webkit-overflow-scrolling: touch;
  }

  .scroll table {
    margin: 0;
  }

  .scroll--cap {
    text-align: right;
    margin: 1em 0 0 !important;
    opacity: .6;
    font-size: 93%;
  }

  .scroll::after {
    content: '';
    display: block;
    width: 2px;
    flex-shrink: 0;
  }

  /* prduct-detail タブによる開閉 */
  .prduct-detail--section {
    padding: 24px 16px 16px;
  }

  .prduct-detail--index .icon::before {
    width: 14px;
    height: 14px;
    margin-right: 6px;
    flex-shrink: 0;
  }

  .prduct-detail--index>div {
    font-size: 93%;
    padding: 10px 8px;
    min-width: auto;
    flex-grow: 1;
    line-height: 1.5;
  }

  .prduct-detail--index>div:first-child {
    margin-left: 0;
  }
}

/* detail-icon */
.prduct-datail h2 i {
  font-size: 108%;
  margin-right: 8px;
}

/* image */
.ec-sliderItemRole .slideThumb {
  width: calc(100% / 4 - 6px);
  margin-right: 8px;
  margin-bottom: 8px;
}

.ec-sliderItemRole .slideThumb:nth-child(4n) {
  margin-right: 0;
}

.ec-sliderItemRole .slideThumb img {
  width: 100%;
}

/* この商品を見た人は */
.hsd_h4 .section_ttl.section_ttl-deco span::before,
.hsd_h4 .section_ttl.section_ttl-deco span::after {
  display: none;
}

/* ####################################################################################

    LOGIN

#################################################################################### */

/* common */
.ec-pageHeader h1 {
  position: relative;
  font-size: 180%;
  border: none;
  text-align: center;
  margin-bottom: 56px;
}

.ec-pageHeader h1::after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 1px;
  background-color: #000;
  margin: auto;
}

.ec-rectHeading h2 {
  position: relative;
  margin-bottom: 16px;
  margin-top: 32px;
  background: none;
  border-bottom: 2px solid #cacaca;
  padding: 11px 0;
}

.ec-rectHeading h2::after {
  /* content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 69px;
  height: 2px;
  background-color: #1763a4;
  margin: auto; */
}

.ec-rectHeading h2 i {
  width: 26px;
  text-align: center;
  color: #1763a4;
  margin-right: 10px;
}

.ec-rectHeading h2 i.fa-credit-card {
  font-size: 90%;
}

.ec-progress .is-complete .ec-progress__number {
  background: #1763a4;
}

.ec-progress .is-complete .ec-progress__label {
  color: #1763a4;
}

/* マイページ */
.ec-navlistRole .ec-navlistRole__navlist {
  flex-wrap: wrap;
}


@media screen and (max-width: 767px) {
  .ec-pageHeader h1 {
    font-size: 150%;
  }

  /* マイページのデフォルト */
  .ec-mypageRole {
    font-size: 15px;
  }

  .ec-historyRole .ec-historyRole__detail .ec-historyRole__detailTitle,
  .ec-historyRole .ec-historyRole__detail .ec-historyRole__detailPrice {
    font-size: 1.5rem;
  }

  .ec-historyRole .ec-historyRole__detail .ec-historyRole__detailPrice {
    margin-bottom: 0;
  }

  .ec-imageGrid__content {
    padding: 8px 0;
  }

  .ec-mypageRole {
    padding: 0;
  }

  /* 入力形スタイル */
  .ec-input input,
  .ec-halfInput input,
  .ec-numberInput input,
  .ec-zipInput input,
  .ec-telInput input,
  .ec-select input,
  .ec-birth input {
    margin-bottom: 10px;
  }

  .ec-borderedDefs dl {
    padding-top: 16px;
  }

  /* 経過ラベル */
  .ec-progress .ec-progress__label {
    font-size: 10px;
  }
}


/* login */

.ec-login {
  padding: 60px 32px 60px;
  width: 55%;
}

.ec-login.register {
  width: 45%;
}

.ec-off2Grid .ec-off2Grid__cell {
  width: 100%;
  margin: auto;
}

#login_mypage {
  display: flex;
}

#page_mypage_login .ec-blockBtn--cancel {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.ec-login .ec-login__input {
  margin-bottom: 24px;
}

.ec-login .ec-login__link {
  margin-left: 0;
}

#page_shopping_login .ec-grid3 {
  justify-content: space-between;
}

#page_shopping_login .ec-grid3>div {
  width: 48%;
}

#page_shopping_login .ec-login {
  width: 100%;
  height: 100%;
}

#page_shopping_login #shopping_login {
  height: 100%;
}

#page_shopping_login .ec-guest .ec-guest__actions a {
  width: 240px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .caution_text {
    margin-right: 0;
    margin-bottom: 16px;
  }

  #login_mypage {
    display: block;
  }

  .ec-login,
  .ec-login.register {
    width: 100%;
  }

  #page_shopping_login .ec-grid3>div {
    width: 100%;
  }
}

/* 新規会員登録 */
.ec-zipInput>span {
  /* 郵便番号 */
  padding-left: 0;
  margin-left: 0;
}

.ec-borderedDefs dt {
  padding-top: 13px;
}

.ec-required {
  background-color: #ff9426;
  color: #fff;
  margin: 0 0 0 1em;
  font-size: 70%;
  padding: 2px 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: right;
  margin-right: 19px;
}

#entry_postcarrier_flg label {
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .ec-required {
    margin-right: 0;
  }

  #entry_postcarrier_flg {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 10px;
    line-height: 1.4;
  }

  #entry_postcarrier_flg input,
  #entry_postcarrier_flg label {
    margin: 0;
    margin-bottom: 8px;
    margin-top: 8px;
  }
}


/* form */
#page_entry .ec-input input:invalid,
#page_entry .ec-halfInput input:invalid,
#page_entry .ec-numberInput input:invalid,
#page_entry .ec-zipInput input:invalid,
#page_entry .ec-telInput input:invalid,
#page_entry .ec-select input:invalid,
#page_entry .ec-birth input:invalid {
  background-color: #fff4f4;
}


/* マイページナビ */
.ec-navlistRole .active a {
  color: #1D80B7;
  background-color: #f1f8ff;
}

/* ご注文手続き */
#shopping_order_use_point {
  margin-top: 8px;
}

.ec-orderRole .ec-orderRole__summary {
  padding-top: 24px;
}

.shopping_info_box {
  background-color: #f3f3f3;
  font-size: 86%;
  padding: 21px;
  line-height: 1.7;
  margin-top: 20px;
}

.shopping_info_box.bg-red {
  background-color: #fdeded;
}

body#page_amazon_pay_shopping .amazon-none {
  display: none;
}

.amazon-block,
.amazon-inline {
  display: none;
}

body#page_amazon_pay_shopping .amazon-block {
  display: block;
}

body#page_amazon_pay_shopping .amazon-inline {
  display: inline;
}

body#page_amazon_pay_shopping .ec-orderRole .ec-orderRole__summary {
  margin-top: 0 !important;
  /* デフォのsticky sidebarを打ち消し */
}

.con_bank {
  margin-left: 30px;
  width: 260px;
  margin-top: 6px;
  margin-bottom: 16px;
}

.notselect,
.select2-selection.notselect {
  background-color: #ffffdc !important;
}

.con_bank_error {
  color: #de5d50;
  font-size: 80%;
  margin-bottom: 8px;
  display: block;
  margin-top: 16px;
}

.con_bank_error+.con_bank_error {
  margin-top: 8px;
}

.show-kikenbutsu {
  display: none;
}

.show-kikenbutsu.active {
  display: block;
}

.shopping_kikenbutsu_alert {
  display: none;
  margin-bottom: 17px;
  padding: 8px 12px;
  font-size: 1.2rem;
  line-height: 1.7;
  background-color: #e5e5e5;
  color: #525263;
}

.shopping_kikenbutsu_alert.active {
  display: block;
}

.kikenbutsu_delivery_option label {
  font-weight: 500;
}

.kikenbutsu_delivery_option ul>li {
  position: relative;
}

.kikenbutsu_delivery_option ul>li>input {
  position: absolute;
}

.kikenbutsu_delivery_option ul>li label {
  padding-left: 20px;
}

#kikenbutsu_ship_select+.select2-container {
  margin-bottom: 4px;
}

.kikenbutsu_ship_detail {
  display: none;
  padding-left: 19px;
}

.kikenbutsu_ship_detail.active {
  display: block;
}

.kikenbutsu_ship_select_pref {
  width: 150px;
  margin-right: 8px;
}

/* Paid案内 */
.shopping_not_paid_alert_box {
  margin-left: 28px;
  margin-bottom: 16px;
  padding: 12px 16px;
  color: #fff;
  background-color: #ff6816;
  font-weight: 700;
  align-items: center;
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  .ec-orderRole {
    padding-left: 0;
    padding-right: 0;
  }

  .ec-borderedList {
    font-size: 86%;
  }

  .ec-borderedList p:last-child {
    margin-top: 8px;
  }

  .kikenbutsu_ship_select_pref {
    margin-bottom: 8px;
  }
}

/* カートに入れる */
.ec-blockBtn--action {
  transition: all .2s;
  outline: none;
}

.ec-blockBtn--action.add-cart::before {
  content: '';
  display: inline-block;
  width: 1.7em;
  height: 1.7em;
  background-image: url(../img/header/cart_icon.svg);
  background-size: 100% auto;
  background-position: center;
  vertical-align: -0.4em;
  margin-right: 5px;
}

.ec-blockBtn--action {
  background-color: #e41616;
}

.ec-blockBtn--action:hover {
  background-color: #FF6816;
  border-color: #FF6816;
}

/* お気に入り */
.ec-blockBtn--cancel {
  background-color: #323232;
  transition: all .2s;
  outline: none;
}

.ec-blockBtn--cancel:hover {
  background-color: #5f5f5f;
  border-color: #5f5f5f;
}

.ec-blockBtn--cancel .far,
.ec-blockBtn--action .fas {
  font-size: 137%;
  vertical-align: -.1em;
  margin-right: 5px;
}

#page_mypage_favorite .ec-closeBtn--circle {
  position: absolute;
  right: 3px;
  top: 4px;
  z-index: 5;
}

#page_mypage_favorite .ec-closeBtn--circle:hover {
  background-color: #aaa;
}

#page_mypage_favorite .item {
  font-size: 14px;
}

#page_mypage_favorite .item:hover {
  opacity: 1;
}

/* サンプル請求ボタン */
.ec-blockBtn--action.order_sample {
  background-color: #1764a4;
  border-color: #1764a4;
}

.ec-blockBtn--action.order_sample:hover {
  background-color: #3887c9;
  border-color: #3887c9;
}

/* ダウンロードボタン */
.ec-blockBtn--action.catalog_download {
  background-color: #109fa3;
  border-color: #109fa3;
}

.ec-blockBtn--action.catalog_download:hover {
  background-color: #5bc3c6;
  border-color: #5bc3c6;
}


/* カート */
.ec-cartRole .ec-cartRole__cart {
  margin: 0;
}

.ec-cartHeader .ec-cartHeader__label {
  border: 2px solid #fff;
}

.ec-cartRow .ec-cartRow__delColumn {
  width: 10%;
}

.ec-cartRole .ec-cartRole__actions {
  width: 30%;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .ec-cartRole {
    padding: 0;
  }

  .ec-cartRow {
    display: flex;
    flex-wrap: wrap;
  }

  .ec-cartRow .ec-cartRow__summary {
    font-size: 93%;
  }

  .ec-cartRow__delColumn {
    order: 2;
  }

  .ec-cartRow__contentColumn {
    width: 100%;
    order: 1;
    border-bottom: none;
  }

  .ec-cartRow .ec-cartRow__contentColumn {
    border-bottom: 0;
  }

  .ec-cartRow .ec-cartRow__amountColumn {
    order: 3;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    padding-bottom: 12px;
  }

  .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountSP {
    margin-right: 8px;
    margin-bottom: 0;
  }

  .ec-cartRole .ec-cartRole__actions {
    width: 50%;
    margin-bottom: 64px;
  }

  .ec-cartRole .ec-cartRole__total {
    padding: 15px 0 16px;
  }

  .ec-cartRow .ec-cartRow__summary .ec-cartRow__name {
    font-weight: 400;
  }

  .ec-cartRow .ec-cartRow__summary .ec-cartRow__name a {
    font-weight: 700;
    margin-bottom: 8px;
    color: #525263;
  }

  #page_cart .AmazonPayButton {
    width: 100% !important;
  }
}

/* 注文手続き */
#amazon_payWidget {
  margin-bottom: 24px;
}

#amazon_payWidget__address {
  float: none !important;
  margin: 0 0 16px !important;
}

/* 注文手続き */
.ec-AddAddress .ec-AddAddress__itemThumb {
  min-width: 80px;
}

/* サンクス */
.ec-off3Grid .ec-off3Grid__cell {
  width: 70%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .ec-off3Grid .ec-off3Grid__cell {
    width: 100%;
  }
}


/* ####################################################################################

    POPUP

#################################################################################### */
/* --- btn --- */
.btn .order_popup_btn {
  padding: 8px 38px;
  min-height: auto;
  min-width: auto;
  width: 100%;
  font-family: Hiragino Kaku Gothic W6 JIS2004, sans-serif;
}

@media screen and (max-width: 767px) {
  .btn .order_popup_btn {
    padding: 6px 38px;
    font-size: 72%;
    background-color: #fff;
    border-color: #dedede;
    border-radius: 4px;
  }

  .btn .order_popup_btn::before {
    top: calc(50% - 2px);
    width: 6px;
    height: 6px;
  }
}

/* --- frame --- */
.cart_popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
}

.cart_popup--frame {
  width: 80%;
  height: 80%;
  position: absolute;
  margin: auto;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 80px 32px 32px;
  max-width: 1040px;
  background-image: url(../img/product/loading.svg);
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: center;
}

.cart_popup iframe {
  border: none;
  width: 100%;
  height: 100%;
}

.cart_popup--close {
  position: absolute;
  top: 16px;
  right: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  font-size: 180%;
  padding: 8px 16px;
  color: #444;
  transition: all .3s;
  border-radius: 8px;
}

.cart_popup--close:hover {
  color: #1d80b7;
  background-color: rgba(29, 131, 185, .22);
}

.cart_popup--bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(53, 53, 53, .59);
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .cart_popup--frame {
    width: 92%;
    height: 90%;
    padding: 68px 8px 32px;
  }
}

/* ####################################################################################

    CONTACT

#################################################################################### */

/* 通常お問い合わせ
 ############################### */
#page_contact .bg-load-overlay,
#page_user_data .bg-load-overlay {
  display: none;
}

#formy_form label {
  font-weight: 400;
  margin-bottom: 0;
}

#formy_form th,
#formy_form th label {
  font-weight: 700 !important;
}

.thanks-icon {
  font-size: 500%;
  color: #3a8fbf;
}

@media screen and (max-width: 767px) {
  .thanks-icon {
    font-size: 420%;
  }

  .ec-reportHeading {
    border-top: 0;
  }
}

/* カタログダウンロード
 ############################### */
.page-catalog #formy_btn::before {
  content: "ダウンロードページに進む";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 123%;
  font-weight: 700;
  z-index: 1;
  pointer-events: none;
  white-space: nowrap;
}

.page-catalog #formy_btn input {
  min-width: 280px;
  background-color: #FF6816;
  color: transparent;
}

.page-catalog #formy_btn input:disabled {
  background-color: #c6cbd0;
}

.page-catalog_thanks .btn-orange a {
  min-width: 320px;
}

.page-catalog_thanks .btn-orange a::before {
  top: calc(50% - 12px);
  width: 27px;
  height: 27px;
  border: none;
  transform: none;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iI2ZmZiI+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik0yMCAySDhjLTEuMSAwLTIgLjktMiAydjEyYzAgMS4xLjkgMiAyIDJoMTJjMS4xIDAgMi0uOSAyLTJWNGMwLTEuMS0uOS0yLTItMnptLTguNSA3LjVjMCAuODMtLjY3IDEuNS0xLjUgMS41SDl2Mkg3LjVWN0gxMGMuODMgMCAxLjUuNjcgMS41IDEuNXYxem01IDJjMCAuODMtLjY3IDEuNS0xLjUgMS41aC0yLjVWN0gxNWMuODMgMCAxLjUuNjcgMS41IDEuNXYzem00LTNIMTl2MWgxLjVWMTFIMTl2MmgtMS41VjdoM3YxLjV6TTkgOS41aDF2LTFIOXYxek00IDZIMnYxNGMwIDEuMS45IDIgMiAyaDE0di0ySDRWNnptMTAgNS41aDF2LTNoLTF2M3oiLz48L3N2Zz4=');
}

.page-catalog_thanks .btn-orange a:hover::before {
  right: 16px;
}

.page-catalog_thanks .thanks-icon {
  color: #808080;
}

.page-catalog_thanks .ec-reportHeading {
  margin-top: 10px;
}

.page-catalog_thanks .ec-reportHeading h2 {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .page-catalog_thanks .catalog_thanks_icon {
    width: 90px;
  }
}


/* ##############################################################################

    FORMY

############################################################################## */
#formy_form table {
  width: 100%;
}

#formy_form th,
#formy_form td {
  padding: 16px;
  vertical-align: middle;
  border-bottom: solid 1px #eee;
}

#formy_form th {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  width: 34%;
}

#formy_form table input[type="text"],
#formy_form table input[type="email"],
#formy_form table input[type="tel"],
#formy_form table input[type="date"],
#formy_form table input[type="password"],
#formy_form table textarea {
  width: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  vertical-align: bottom;
}

#formy_form table input[type="text"],
#formy_form table input[type="email"],
#formy_form table input[type="tel"],
#formy_form table input[type="date"],
#formy_form table input[type="password"],
#formy_form select,
#formy_form textarea {
  margin: 0;
  padding: 5px 15px;
  border: 1px solid #ccc;
  font: inherit;
  font-size: 100%;
}

#formy_form textarea {
  height: 100px;
}

#formy_form select {
  height: 40px;
}

#formy_form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#formy_form input:hover {
  opacity: .7;
}

#formy_form textarea:hover {
  opacity: .7;
}

#formy_form input:focus {
  outline: none;
}

#formy_form .parsley-validated {
  background-color: #eee;
}

#formy_form .parsley-error {
  background-color: #fee;
}

#formy_form .parsley-success {
  background-color: #fff;
}

.help_text {
  font-size: 87%;
  color: #999;
}

.hidden_help {
  display: none;
}

.formy_privacy div {
  overflow-y: scroll;
  height: 140px;
  border: solid 1px #ccc;
  font-size: 87%;
  padding: 8px 16px;
}

.requiredIcon {
  background-color: #ff9426;
  color: #fff;
  margin: 0 0 0 1em;
  font-size: 70%;
  padding: 2px 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: right;
}

#formy_btn {
  position: relative;
  margin-top: 32px;
  text-align: center;
}

#formy_btn input {
  min-width: 220px;
  padding: 16px 32px;
  margin-right: 4px;
  margin-left: 4px;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

#formy_form ul li input[type="radio"],
#formy_form ul li input[type="checkbox"] {
  display: none !important;
}

#formy_form ul li label {
  position: relative;
  display: inline-block;
  padding: .5em 8px .5em 40px;
  line-height: 1.6;
  vertical-align: top;
  cursor: pointer;
}

#formy_form ul li label:hover {
  opacity: .7;
}

#formy_form ul li label::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #788b93;
  left: 16px;
  top: 12px;
}

#formy_form ul li input[type="radio"]+label::before {
  border-radius: 10px;
}

#formy_form ul li input[type="radio"]:checked+label,
#formy_form ul li input[type="checkbox"]:checked+label {
  color: #e75f5f;
  font-weight: bold;
}

#formy_form ul li input[type="radio"]:checked+label::before,
#formy_form ul li input[type="checkbox"]:checked+label::before {
  border-color: #e75f5f;
}

#formy_form ul li input[type="radio"]:checked+label::after,
#formy_form ul li input[type="checkbox"]:checked+label::after {
  content: "";
  width: 10px;
  height: 18px;
  top: 4px;
  left: 20px;
  border-right: 2px solid #e75f5f;
  border-bottom: 2px solid #e75f5f;
  display: block;
  position: absolute;
  z-index: 10;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.formy_confirm {
  background-color: #4dbaff;
}

.formy_submit_disabled {
  background-color: #ccc;
}

#formy_btn .formy_submit_disabled:hover {
  opacity: 1;
  cursor: default;
}

.autoConfirmBack {
  background-color: #aaa;
}

.formy_send {
  background-color: #ff6600;
}

#total_required {
  padding: 16px;
  color: #ff9426;
  text-align: center;
}

/* お問い合わせ */
#page_contact #formy_form ul {
  display: flex;
  flex-wrap: wrap;
}

#page_contact #formy_form ul li {
  width: 200px;
}

/* サンプル */
#formy_form ul li input[disabled]+label,
#formy_form ul li input[disabled]+label:hover {
  opacity: .5;
  cursor: default;
}

@media all and (-ms-high-contrast:none) {
  #page_contact #formy_form ul {
    display: block;
  }
}


@media screen and (max-width: 767px) {
  #formy_form {
    padding: 0 16px;
  }

  #formy_form th,
  #formy_form td {
    display: block;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  #formy_form th {
    border-bottom: none;
    padding-bottom: 0;
    white-space: normal;
    font-weight: bold;
  }

  #formy_form td {
    padding-top: 0;
  }

  #formy_btn {
    padding-top: 8px;
  }

  #formy_btn input {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    background-size: contain;
    background-position: center;
  }

  .autoConfirmBack {
    margin-bottom: 8px;
  }

  #formy_form table input[type="text"],
  #formy_form table input[type="email"],
  #formy_form table input[type="tel"],
  #formy_form table input[type="date"],
  #formy_form table input[type="password"],
  #formy_form select,
  #formy_form textarea {
    font-size: 16px;
  }

  #formy_form ul li label {
    padding: .7em 8px .1em 41px;
    font-size: 93%;
  }
}

/* Paid */
.paid-label {
  text-align: left !important;
  margin-bottom: 16px !important;
  background-color: transparent !important;
}

.paid-label>label {
  text-align: left !important;
  display: block !important;
  font-size: 86% !important;
}

.paid-label>label::before {
  content: '※';
}

/* 販売期間制限プラグイン */
#add_limited_saleproduct {
  margin-top: 16px;
}
.limited_notice {
  font-size: 90%;
  border: 1px solid #aaa;
  padding: 8px;
  margin-bottom: 8px;
  text-align: left;
}
.limited_timer {
  display: none !important;
}
.limited_btn_disabled {
  font-size: 14px !important;
  line-height: 1.4 !important;
  white-space: wrap !important;
}
[id*="add_limited_saleproduct"] {
  display: none;
}