@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*ecforce上書き*/
.l-wrapper-none {
  overflow-wrap: initial;
}

body * {
  font-family: "Noto Sans JP", sans-serif !important;
}

body {
  color: #000000;
  font-weight: 500;
  line-height: 1.5;
  min-height: 100vh;
  /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.u-color__bg--accent {
  background: #4c4c4c;
}

* {
  box-sizing: border-box;
}

figure {
  margin: 0;
}

/*//////////////////////////////////////////
//  共通設定
//////////////////////////////////////////*/
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

em {
  font-style: normal;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .inner {
    max-width: 1080px;
    width: 100%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 10px;
  }
}

.picture {
  display: block;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mincho {
  font-family: "Noto Serif JP", serif;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  br.sp {
    display: inline;
  }
}
/*セレクトボックスの設定(全ブラウザ共通にするため)
//設定やアイコンは用途に合わせて書き換え*/
select::-ms-expand {
  display: none;
}

label {
  font-size: 15px;
}

.select-box {
  position: relative;
  display: block;
  padding: 0;
  width: 100%;
}
.select-box:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  z-index: 2;
  background: url("https://d2w53g1q050m78.cloudfront.net/proideashopcom/uploads/assets/images/common/arrow-select.svg") 0 0 no-repeat;
  pointer-events: none;
}
.select-box select {
  display: block;
  height: 48px;
  padding-left: 1em;
  margin: 0;
  background: #fff;
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  width: 100%;
  height: 48px;
  border: 1px solid #dedbdb;
  border-radius: 4px 0 0 4px;
}

/*見出し設定*/
.ttl-group .ttl-en {
  font-size: 29.96px;
  font-weight: 400;
  text-align: center;
  display: block;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .ttl-group .ttl-en {
    font-size: 24px;
  }
}
.ttl-group .ttl-jp {
  font-size: 15.98px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .ttl-group .ttl-jp {
    font-size: 10px;
    margin-top: -5px;
  }
}

/*商品等一覧汎用設定*/
.product-catch {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .product-catch {
    font-size: 9px;
    letter-spacing: -0.025em;
  }
}

.product-name {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3333333333;
}
@media screen and (max-width: 768px) {
  .product-name {
    font-size: 12px;
    line-height: 1.3333333333;
    letter-spacing: -0.025em;
  }
}

.product-price {
  font-weight: 700;
  font-size: 22px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .product-price {
    font-size: 12px;
  }
}
.product-price .mark {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .product-price .mark {
    font-size: 12px;
  }
}
.product-price .tax {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .product-price .tax {
    font-size: 10px;
  }
}

.item-name {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .item-name {
    font-size: 12px;
    line-height: 1.3333333333;
    letter-spacing: -0.025em;
  }
}

.item-ctg {
  font-size: 12px;
  color: #fff;
  height: 24px;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.2em;
  background: #f70621;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .item-ctg {
    height: 20px;
    font-size: 9px;
    margin-top: 10px;
  }
}

/*もっと見るボタン*/
.btn-more {
  max-width: 271px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  letter-spacing: 0.025em;
  position: relative;
  background: #fff;
  color: #000;
  border: 1px solid #b1b1b1;
}
@media screen and (max-width: 768px) {
  .btn-more {
    max-width: 300px;
    height: 52px;
    font-size: 16px;
  }
}
.btn-more:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  position: absolute;
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: 13px;
  transition: linear 0.2s all;
}
.btn-more:hover:after {
  right: 8px;
}

/*サイドメニューの右向き矢印*/
.menu-mark {
  position: relative;
}
.menu-mark:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #f70621;
  border-right: 1px solid #f70621;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
}

main {
  padding-top: 164px;
}
@media screen and (max-width: 1080px) {
  main {
    padding-top: calc(17.5px + 42.5px + 49px);
  }
}

.breadcrumbs {
  max-width: 1200px;
  width: 100%;
  margin: 30px auto;
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 1080px) {
  .breadcrumbs {
    padding: 0 10px;
    flex-wrap: wrap;
  }
}
.breadcrumbs .bc-items {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .breadcrumbs .bc-items {
    font-size: 12px;
  }
}
.breadcrumbs .bc-items:not(:last-child):after {
  content: ">";
}

/*/////////////////////////////////////////
//  ヘッダードロップダウンメニュー
/////////////////////////////////////////*/
.parent-menu {
  position: relative;
  padding: 20px 0;
}

.d-list {
  display: none;
  /*デフォルトでは非表示の状態にしておく*/
  width: 250px;
  position: absolute;
  top: 70px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.d-list:before {
  content: "";
  display: block;
  position: absolute;
  left: 76px;
  width: 18px;
  height: 11px;
  background: #f70621;
  top: -11px;
  -webkit-clip-path: polygon(50% 0, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0, 0% 100%, 100% 100%);
}

.parent-menu:hover .d-list {
  display: block;
  /*Gナビメニューにホバーしたら表示*/
}

.d-item {
  background-color: #f70621;
  transition: all 0.3s;
  position: relative;
  width: 100%;
}
.d-item a {
  padding: 10px 20px;
  font-size: 14px;
  text-align: left;
  display: block;
  color: #fff;
}

/*/////////////////////////////////////////
//  side contents | SP menu
/////////////////////////////////////////*/
.side-contents {
  width: 260px;
}
@media screen and (max-width: 1080px) {
  .side-contents {
    display: none;
  }
}
.side-contents .side-banner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.side-contents .side-ctg {
  margin-top: 60px;
}
.side-contents .side-series {
  margin-top: 35px;
}
.side-contents .side-list {
  margin-top: 13px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-top: 13px;
  border-top: 1px solid #cccccc;
}
.side-contents .side-list a {
  height: 35px;
  display: flex;
  align-items: center;
  position: relative;
  transition: linear all 0.2s;
  font-size: 15px;
  padding-left: 5px;
}
.side-contents .side-list a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #f70621;
  border-right: 1px solid #f70621;
  transform: rotate(45deg);
  position: absolute;
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: 13px;
}
.side-contents .side-list a:hover {
  background: #f70621;
  color: #fff;
}
.side-contents .ttl-group .ttl-en,
.side-contents .ttl-group .ttl-jp {
  text-align: left;
}

.sp-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-nav {
    display: block;
    width: 100%;
    padding-top: 68.5px;
    padding-bottom: 100px;
    padding: 68.5px 18.5px 100px;
  }
}
.sp-nav .side-banner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sp-nav .side-ctg {
  margin-top: 60px;
}
.sp-nav .side-series {
  margin-top: 35px;
}
.sp-nav .side-list {
  margin-top: 13px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-top: 13px;
  border-top: 1px solid #cccccc;
}
.sp-nav .side-list a {
  height: 35px;
  display: flex;
  align-items: center;
  position: relative;
  transition: linear all 0.2s;
  padding-left: 9px;
  font-size: 15px;
}
.sp-nav .side-list a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #f70621;
  border-right: 1px solid #f70621;
  transform: rotate(45deg);
  position: absolute;
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: 13px;
}
.sp-nav .side-list a:hover {
  background: #f70621;
  color: #fff;
}
.sp-nav .ttl-group .ttl-en,
.sp-nav .ttl-group .ttl-jp {
  text-align: left;
}

/*/////////////////////////////////////////
//  サイドエリア　アイコン
/////////////////////////////////////////*/
.side-ctg li a:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.ctg_beauty a:before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/proideashopcom/uploads/assets/images/icon/icon-beauty.png);
}
.ctg_beauty a:hover:before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/proideashopcom/uploads/assets/images/icon/icon-beauty_on.png);
}

.ctg_sleep a:before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/proideashopcom/uploads/assets/images/icon/icon-sleep.png);
}
.ctg_sleep a:hover:before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/proideashopcom/uploads/assets/images/icon/icon-sleep_on.png);
}

.ctg_life a:before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/proideashopcom/uploads/assets/images/icon/icon-life.png);
}
.ctg_life a:hover:before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/proideashopcom/uploads/assets/images/icon/icon-life_on.png);
}

.ctg_excercise a:before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/proideashopcom/uploads/assets/images/icon/icon-excercise.png);
}
.ctg_excercise a:hover:before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/proideashopcom/uploads/assets/images/icon/icon-excercise_on.png);
}

.ctg_healthcare a:before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/proideashopcom/uploads/assets/images/icon/icon-healthcare.png);
}
.ctg_healthcare a:hover:before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/proideashopcom/uploads/assets/images/icon/icon-healthcare_on.png);
}

.ctg_chair a:before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/proideashopcom/uploads/assets/images/icon/icon-chair.png);
}
.ctg_chair a:hover:before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/proideashopcom/uploads/assets/images/icon/icon-chair_on.png);
}

.ctg_supporter a:before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/proideashopcom/uploads/assets/images/icon/icon-supporter.png);
}
.ctg_supporter a:hover:before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/proideashopcom/uploads/assets/images/icon/icon-supporter_on.png);
}

.ctg_inner a:before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/proideashopcom/uploads/assets/images/icon/icon-inner.png);
}
.ctg_inner a:hover:before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/proideashopcom/uploads/assets/images/icon/icon-inner_on.png);
}

.ctg_emergency a:before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/proideashopcom/uploads/assets/images/icon/icon-emergency.png);
}
.ctg_emergency a:hover:before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/proideashopcom/uploads/assets/images/icon/icon-emergency_on.png);
}

.ctg_pet a:before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/proideashopcom/uploads/assets/images/icon/icon-pet.png);
}
.ctg_pet a:hover:before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/proideashopcom/uploads/assets/images/icon/icon-pet_on.png);
}

/*/////////////////////////////////////////
//  商品リスト汎用
/////////////////////////////////////////*/
.item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .item-list {
    gap: 30px 10px;
    margin-top: 29px;
  }
}
.item-list .items {
  width: calc((100% - 90px) / 4);
}
@media screen and (max-width: 768px) {
  .item-list .items {
    width: calc((100% - 10px) / 2);
  }
}

/*//////////////////////////////////////////
//  header
//////////////////////////////////////////*/
#mainHeader {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 99;
}
#mainHeader #header-txt {
  background: #f70621;
  visibility: visible;
  height: 34px;
  transition: linear all 0.2s;
}
@media screen and (max-width: 1080px) {
  #mainHeader #header-txt {
    height: 17.5px;
  }
}
#mainHeader #header-txt .inner {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 35px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1080px) {
  #mainHeader #header-txt .inner {
    height: 17.5px;
    justify-content: center;
  }
}
#mainHeader #header-txt .inner .catch {
  font-size: 13px;
  display: inline;
}
@media screen and (max-width: 1080px) {
  #mainHeader #header-txt .inner .catch {
    display: none;
  }
}
#mainHeader #header-txt .inner .postage-free {
  font-size: 13px;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 1;
  gap: 8px;
}
@media screen and (max-width: 1080px) {
  #mainHeader #header-txt .inner .postage-free {
    font-size: 11.5px;
  }
}
#mainHeader #header-txt .inner .postage-free:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 17px;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/proideashopcom/uploads/assets/images/common/icon-track.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1080px) {
  #mainHeader #header-txt .inner .postage-free:before {
    width: 19px;
    height: 13px;
  }
}
#mainHeader #header-txt .inner .postage-free em {
  color: #fffc00;
}
#mainHeader .h-inner {
  display: flex;
  align-items: center;
  height: 80px;
}
@media screen and (max-width: 1080px) {
  #mainHeader .h-inner {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "grid1 grid3" "grid2 grid2";
    height: auto;
  }
}
#mainHeader .h-inner .logo {
  width: 229px;
}
@media screen and (max-width: 1080px) {
  #mainHeader .h-inner .logo {
    width: 100px;
    height: 42.5px;
    display: flex;
    align-items: center;
    grid-area: grid1;
  }
}
#mainHeader .h-inner #ec_force_product_search {
  max-width: 650px;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  margin-left: 42px;
}
@media screen and (max-width: 1080px) {
  #mainHeader .h-inner #ec_force_product_search {
    max-width: initial;
    margin-left: -10px;
    grid-area: grid2;
    background: #ebebeb;
    padding: 10px;
    width: calc(100% + 20px);
  }
}
#mainHeader .h-inner #ec_force_product_search .select-box {
  max-width: 150px;
}
@media screen and (max-width: 1080px) {
  #mainHeader .h-inner #ec_force_product_search .select-box {
    display: none;
  }
}
#mainHeader .h-inner #ec_force_product_search #q_freeword {
  width: calc(100% - 150px - 83px);
  height: 48px;
  padding-left: 1em;
  border-top: 1px solid #dedbdb;
  border-bottom: 1px solid #dedbdb;
}
@media screen and (max-width: 1080px) {
  #mainHeader .h-inner #ec_force_product_search #q_freeword {
    width: calc(100% - 41.5px);
    height: 34px;
    border-left: 1px solid #dedbdb;
    border-radius: 4px 0 0 4px;
  }
}
#mainHeader .h-inner #ec_force_product_search #search-btn {
  width: 83px;
  height: 50px;
  border: 1px solid #dedbdb;
  border-left: none;
  border-radius: 0 4px 4px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  #mainHeader .h-inner #ec_force_product_search #search-btn {
    width: 41.5px;
    height: 34px;
  }
}
#mainHeader .h-inner #ec_force_product_search #search-btn img {
  width: 28px;
}
@media screen and (max-width: 1080px) {
  #mainHeader .h-inner #ec_force_product_search #search-btn img {
    width: 24.5px;
  }
}
#mainHeader .h-inner .header-icon-menu {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-left: auto;
  min-width: 260px;
}
@media screen and (max-width: 1080px) {
  #mainHeader .h-inner .header-icon-menu {
    grid-area: grid3;
    height: 42.5px;
    justify-content: flex-end;
    margin-left: initial;
    margin-right: 37.5px;
    gap: 12px;
    align-items: center;
    min-width: initial;
  }
}
#mainHeader .h-inner .header-icon-menu figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 1080px) {
  #mainHeader .h-inner .header-icon-menu figure {
    gap: 0;
  }
}
#mainHeader .h-inner .header-icon-menu figure figcaption {
  font-size: 12px;
}
@media screen and (max-width: 1080px) {
  #mainHeader .h-inner .header-icon-menu figure figcaption {
    font-size: 9px;
  }
}
#mainHeader .h-inner .header-icon-menu img {
  width: 28px;
}
@media screen and (max-width: 1080px) {
  #mainHeader .h-inner .header-icon-menu img {
    width: 28px;
  }
}
#mainHeader #header-f-menu {
  background: #ebebeb;
  height: 50px;
  transition: linear all 0.2s;
  visibility: visible;
}
@media screen and (max-width: 1080px) {
  #mainHeader #header-f-menu {
    display: none;
  }
}
#mainHeader #header-f-menu > ul {
  height: 50px;
  display: flex;
  align-items: center;
  visibility: visible;
  transition: linear all 0.2s;
}
#mainHeader #header-f-menu > ul > li {
  display: inline-block;
  font-size: 14px;
  width: 170px;
}
#mainHeader #header-f-menu > ul > li > a {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mainHeader.is-animation {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#mainHeader.is-animation #header-txt {
  height: 0;
  visibility: hidden;
}
#mainHeader.is-animation #header-f-menu {
  height: 0;
  visibility: hidden;
}
#mainHeader.is-animation #header-f-menu ul {
  height: 0;
  visibility: hidden;
}

/*/////////////////////////////////////////
//  footer
/////////////////////////////////////////*/
.to-top {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #404040;
  color: #fff;
  height: 50px;
}
.to-top span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 1;
}
.to-top span:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
}

#mainFooter {
  background: #ebebeb;
  padding: 77px 0 37px;
}
@media screen and (max-width: 768px) {
  #mainFooter {
    background: #fff;
    padding: 29px 0;
  }
}
#mainFooter.product-footer {
  padding-bottom: 110px;
}
#mainFooter .footer-guide {
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
}
@media screen and (max-width: 768px) {
  #mainFooter .footer-guide {
    margin-top: 30px;
  }
}
#mainFooter .footer-guide .guide-item {
  width: calc((100% - 57px) / 4);
}
@media screen and (max-width: 768px) {
  #mainFooter .footer-guide .guide-item {
    width: 100%;
  }
}
#mainFooter .footer-guide .guide-item .guide-ttl {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #mainFooter .footer-guide .guide-item .guide-ttl {
    text-align: center;
    font-size: 15px;
  }
}
#mainFooter .footer-guide .guide-item .guide-txt {
  font-size: 14px;
  line-height: 1.5;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #c5c5c5;
}
#mainFooter .footer-guide .guide-item .guide-txt .sp-mail {
  letter-spacing: initial;
}
@media screen and (max-width: 768px) {
  #mainFooter .footer-guide .guide-item .guide-txt .sp-mail {
    font-size: 22.5px;
    line-height: 1;
    text-align: center;
    display: block;
    margin-top: 20px;
  }
  #mainFooter .footer-guide .guide-item .guide-txt .sp-mail a {
    border-bottom: 1px solid #000;
  }
}
@media screen and (max-width: 768px) {
  #mainFooter .footer-guide .guide-item .guide-txt {
    font-size: 12px;
    line-height: 1.5;
  }
  #mainFooter .footer-guide .guide-item .guide-txt .sp-tel {
    font-size: 31.235px;
    line-height: 1;
    text-align: center;
    display: block;
    margin-top: 10px;
  }
  #mainFooter .footer-guide .guide-item .guide-txt .sp-time {
    font-size: 12px;
    text-align: center;
    display: block;
    margin-top: 5px;
  }
  #mainFooter .footer-guide .guide-item .guide-txt .sp-txt {
    font-size: 12px;
    display: block;
  }
}
#mainFooter .footer-menu {
  display: flex;
  gap: 60px;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  #mainFooter .footer-menu {
    background: #3b3939;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    padding: 30px 10px 0;
  }
}
#mainFooter .footer-menu .menu-items {
  width: calc((100% - 120px) / 3);
}
@media screen and (max-width: 768px) {
  #mainFooter .footer-menu .menu-items {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #mainFooter .footer-menu .menu-items .ttl-group {
    color: #fff;
  }
}
#mainFooter .footer-menu .menu-items .ttl-group .ttl-en {
  display: none;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #mainFooter .footer-menu .menu-items .ttl-group .ttl-en {
    display: block;
    font-size: 24.085px;
  }
}
#mainFooter .footer-menu .menu-items .ttl-group .ttl-jp {
  text-align: left;
}
@media screen and (max-width: 768px) {
  #mainFooter .footer-menu .menu-items .ttl-group .ttl-jp {
    text-align: center;
    font-weight: 400;
    font-size: 10px;
  }
}
#mainFooter .footer-menu .menu-items .menu-ttl {
  font-size: 16px;
  font-weight: 700;
}
#mainFooter .footer-menu .menu-items .menu-list {
  font-size: 14px;
  font-weight: 500;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #c5c5c5;
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}
@media screen and (max-width: 768px) {
  #mainFooter .footer-menu .menu-items .menu-list {
    border-top: 1px solid #8c8c8c;
    margin-top: 35px;
    gap: 0;
    padding-top: 0;
  }
  #mainFooter .footer-menu .menu-items .menu-list .item {
    border-bottom: 1px solid #8c8c8c;
  }
  #mainFooter .footer-menu .menu-items .menu-list a {
    display: block;
    padding: 20px 0 20px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.025em;
    position: relative;
  }
  #mainFooter .footer-menu .menu-items .menu-list a:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    margin: auto 0;
    top: 0;
    bottom: 0;
    right: 35px;
    transition: linear 0.2s all;
  }
}
#mainFooter .footer-menu .menu-items .menu-list .sns {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  #mainFooter .footer-menu .menu-items .menu-list .sns .yt {
    width: 80px !important;
  }
}
#mainFooter .footer-menu .menu-items.ctg .menu-list {
  flex-direction: row;
  flex-wrap: wrap;
}
#mainFooter .footer-menu .menu-items.ctg .menu-list .item {
  width: 50%;
}
#mainFooter .footer-bottom {
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  #mainFooter .footer-bottom {
    margin-top: 27px;
    flex-direction: column;
    justify-content: initial;
    border: none;
    gap: 25px;
  }
  #mainFooter .footer-bottom .sns {
    display: flex;
    justify-content: center;
    gap: 40px;
  }
  #mainFooter .footer-bottom .sns li {
    width: 30px;
    display: flex;
    align-items: center;
  }
}
#mainFooter .footer-bottom .f-logo {
  width: 229px;
}
@media screen and (max-width: 768px) {
  #mainFooter .footer-bottom .f-logo {
    width: 164px;
  }
}
#mainFooter .footer-bottom .f-sub-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 35px;
}
#mainFooter .footer-bottom .f-sub-menu .f-menu-item {
  font-size: 14px;
  letter-spacing: 0.025em;
}
#mainFooter .footer-bottom .f-sub-menu .jdma {
  width: 150px;
}
#mainFooter .copyright {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  #mainFooter .copyright {
    margin-top: 15px;
  }
}

/*/////////////////////////////////////////
//  検索結果
/////////////////////////////////////////*/
#search-result {
  padding-bottom: 80px;
}

/*//////////////////////////////////////////
//  drawer
//////////////////////////////////////////*/
.drawer.drawer--right .drawer-hamburger {
  width: 25px;
  height: 18.5px;
  right: 10.5px;
  top: 23.5px;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999;
  padding: 0;
}
@media screen and (max-width: 1080px) {
  .drawer.drawer--right .drawer-hamburger {
    display: flex;
  }
}
.drawer.drawer--right .drawer-hamburger.is-animation {
  top: calc(23.5px - 17.5px);
}
.drawer.drawer--right .dh-txt {
  font-size: 9px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -14px;
}
.drawer.drawer--right.drawer-open .drawer-hamburger {
  top: 23.5px;
  right: 10.5px;
}
.drawer.drawer--right.drawer-open .drawer-hamburger.is-animation {
  top: 23.5px;
}
.drawer.drawer--right.drawer-open .drawer-hamburger .dh-txt {
  display: none;
}
.drawer.drawer--right .drawer-nav {
  opacity: 0;
}
@media screen and (max-width: 1080px) {
  .drawer.drawer--right .drawer-nav {
    display: block;
    visibility: visible;
    position: fixed;
    right: -100vw;
    z-index: 100;
    width: 330px;
    height: 100vh;
    background: #fff;
    overflow: scroll;
    top: 0;
  }
}
.drawer.drawer--right .drawer-overlay {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
}
.drawer.drawer--right .drawer-hamburger-icon {
  background-color: #4c4c4c;
  margin-top: 0;
  width: 100%;
}
.drawer.drawer--right .drawer-hamburger-icon,
.drawer.drawer--right .drawer-hamburger-icon:after,
.drawer.drawer--right .drawer-hamburger-icon:before {
  height: 2px;
  background-color: black;
}
.drawer.drawer--right .drawer-hamburger-icon:before {
  width: 100%;
  top: -6.5px;
}
.drawer.drawer--right .drawer-hamburger-icon:after {
  top: 6.5px;
  width: 100%;
}
.drawer.drawer--right.drawer-open .drawer-nav {
  right: 0;
  opacity: 1;
}
.drawer.drawer--right.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}
.drawer.drawer--right.drawer-open .drawer-hamburger-icon:before {
  top: 0;
  background: #4c4c4c;
}
.drawer.drawer--right.drawer-open .drawer-hamburger-icon:after {
  top: 0;
  background: #4c4c4c;
}

/*//////////////////////////////////////////
//  アニメーション設定
//////////////////////////////////////////*/
.fu {
  transition: 1s;
  opacity: 0;
  transform: translate3d(0, 10%, 0);
}

.fu.fadeup {
  opacity: 1;
  transform: translateZ(0);
}

.fadeIn {
  transition: all 0.9s linear;
  opacity: 1 !important;
}

@keyframes fadeup {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
  }
}
.faderight {
  animation-name: faderight;
}

@keyframes faderight {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*//////////////////////////////////////////
//  slick上書き
//////////////////////////////////////////*/
/* Arrows */
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .slick-dots {
    bottom: -25px;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .slick-dots li {
    height: 7.5px;
    width: 7.5px;
  }
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 15px;
  width: 15px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .slick-dots li button {
    height: 7.5px;
    width: 7.5px;
  }
}
.slick-dots li button:before {
  content: "";
  background: #9a9a9a;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
  .slick-dots li button:before {
    height: 7.5px;
    width: 7.5px;
  }
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button:before {
  background: #fff;
}

/*/////////////////////////////////////////
//  ecforceCSS上書き
/////////////////////////////////////////*/
.c-account_menu__container__block__logout {
  background: #f70621;
}

.p-login__inner__login__bottom__submit,
.p-login__inner__registration__bottom__btn,
.p-account_form__inner__bottom__btn {
  height: 50px;
}

body .u-text--body {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #000;
}/*# sourceMappingURL=common.css.map */