@charset "UTF-8";
/* Default
============================================================ */
@media screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }
}
@media screen and (max-width: 1024px) and (max-height: 575px) {
  .pcOnly {
    display: none;
  }
}
.spOnly {
  display: none;
}

@media screen and (max-width: 768px) {
  .spOnly {
    display: block;
  }
}
@media screen and (max-width: 1024px) and (max-height: 575px) {
  .spOnly {
    display: block;
  }
}
#wrapper {
  background-color: #f1f1f1;
}

.container {
  width: 90%;
  max-width: 1620px;
  margin: 10px auto 0;
}

@media screen and (max-width: 768px) {
  .container {
    width: 86%;
  }
}
@media screen and (max-width: 1024px) and (max-height: 575px) {
  .container {
    width: 86%;
  }
}
.main-v {
  /* background-size: cover;
   background-repeat: no-repeat;
   background-position: center center; */
  height: 47vw;
  position: relative;
  /* background-image: url(/assets/img/sp/lineup/kv_bg.jpg); */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .main-v__title img {
  width: auto;
  height: calc(45vw - 40px);
} */
@media screen and (max-width: 768px) {
  .main-v {
    background-image: none;
    height: auto;
  }
  .main-v__title img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1024px) and (max-height: 575px) {
  .main-v {
    background-image: none;
    height: auto;
  }
  .main-v__title img {
    width: 100%;
    height: auto;
  }
}
.box01 {
  padding-top: 90px;
  padding-bottom: 60px;
}

.box01:first-of-type {
  padding-bottom: 120px;
}

@media screen and (max-width: 575px) {
  .box01 {
    padding-top: 24px;
    padding-bottom: 72px;
  }
  #propreferred.box01,
#hoh.box01 {
    margin-bottom: 30px;
    padding-bottom: 0;
  }
  .box01:first-of-type {
    padding-bottom: 100px;
  }
}
.box02 {
  margin-bottom: 100px;
}

.box03 {
  padding-bottom: 60px;
}

.lazyload {
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.lazyload.is-lazyloaded {
  opacity: 1;
}

.cat-header__side {
  position: fixed;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  z-index: 3;
  top: 0;
  bottom: 0;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Montserrat", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 768px) {
  .cat-header__side {
    font-size: 7px;
  }
}
@media screen and (max-width: 1024px) and (max-height: 575px) {
  .cat-header__side {
    font-size: 7px;
  }
}
.cat-header__side--left {
  left: 20px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .cat-header__side--left {
    left: 6px;
  }
}
@media screen and (max-width: 1024px) and (max-height: 575px) {
  .cat-header__side--left {
    left: 6px;
  }
}
.cat-header__side--right {
  right: 20px;
}

@media screen and (max-width: 768px) {
  .cat-header__side--right {
    right: 6px;
  }
}
@media screen and (max-width: 1024px) and (max-height: 575px) {
  .cat-header__side--right {
    right: 6px;
  }
}
.main-title {
  font-size: 40px;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

@media screen and (max-width: 768px) {
  .main-title {
    font-size: 22px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1024px) and (max-height: 575px) {
  .main-title {
    font-size: 22px;
    margin-bottom: 32px;
  }
}
.main-title span {
  border-bottom: 1px solid #000;
  display: inline-block;
  padding-bottom: 0.2em;
}

.product-main-v {
  margin-bottom: 50px;
  width: 100%;
}

.other-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .other-list {
    display: block;
  }
}
@media screen and (max-width: 1024px) and (max-height: 575px) {
  .other-list {
    display: block;
  }
}
.other-list li {
  width: calc((100% - 30px) / 2);
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .other-list li {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) and (max-height: 575px) {
  .other-list li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.other-list li:nth-child(2) {
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .other-list li:nth-child(2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) and (max-height: 575px) {
  .other-list li:nth-child(2) {
    margin-left: 0;
  }
}
.fixed-link {
  position: fixed;
  right: 56px;
  bottom: 10px;
  width: 245px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .fixed-link {
    width: 130px;
    right: 10px;
  }
}
@media screen and (max-width: 1024px) and (max-height: 575px) {
  .fixed-link {
    width: 130px;
    right: 10px;
  }
}
/* ===================================================================================================== Add */
::selection {
  color: #ffffff;
  background: #716f6f;
}

#wrapper {
  min-width: inherit;
}

.box01 {
  position: relative;
}

.main-copy {
  font-size: 42px;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 60px;
  text-align: center;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 1.5px;
}
.main-copy__text {
  margin-bottom: 60px;
  font-size: 24px;
  line-height: 1.8;
}

@media screen and (max-width: 1200px) {
  .main-copy {
    font-size: 36px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1024px) {
  .main-copy {
    font-size: 30px;
    line-height: 1.5;
  }
  .main-copy__text {
    font-size: 19px;
  }
}
@media screen and (max-width: 900px) {
  .main-copy {
    font-size: 26px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .main-copy {
    margin-bottom: 50px;
    font-size: 24px;
    line-height: 1.5;
  }
  .main-copy__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .main-copy {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 1.5;
  }
  .main-copy__text {
    font-size: 14px;
  }
}
/* =============================
inPage Navigation
----------------------------- */
.inPage-nav {
  display: flex;
  column-gap: 50px;
}
.inPage-nav__text {
  margin-bottom: 30px;
}
.inPage-nav__item {
  display: flex;
  width: 50%;
}
.inPage-nav__item a {
  position: relative;
  width: 100%;
  padding: 30px 30px 50px;
  background: #ffffff;
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.inPage-nav__item a::after {
  content: "";
  display: block;
  color: #000000;
  line-height: 1;
  width: 20px;
  height: 20px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-50%) translateY(-25%) rotate(135deg);
  position: absolute;
  left: 50%;
  bottom: 22px;
}
.inPage-nav__item a:hover {
  background-color: #000000;
  color: #ffffff;
}
.inPage-nav__item a:hover::after {
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .inPage-nav__item a {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .inPage-nav {
    column-gap: 30px;
  }
  .inPage-nav a {
    font-size: 18px;
    padding: 20px 20px 34px;
  }
  .inPage-nav a::after {
    width: 14px;
    height: 14px;
    left: 50%;
    bottom: 14px;
  }
}
@media screen and (max-width: 800px) {
  .inPage-nav__item a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .inPage-nav {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .inPage-nav__item {
    width: 100%;
  }
  .inPage-nav__item a {
    padding: 20px 10px 34px;
  }
  .inPage-nav__item a::after {
    width: 14px;
    height: 14px;
    left: 50%;
    bottom: 14px;
  }
  .inPage-nav__brand {
    margin-top: 10px;
    font-size: 28px;
    letter-spacing: 2px;
  }
  .inPage-nav__caption {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .inPage-nav {
    row-gap: 24px;
  }
  .inPage-nav__brand {
    margin-top: 10px;
    font-size: 24px;
    letter-spacing: 1px;
  }
  .inPage-nav__caption {
    font-size: 12px;
  }
}
/* =============================
2 Colomn Grid
----------------------------- */
.col2 {
  display: flex;
  flex-wrap: wrap;
}
.col2__inner {
  width: calc(50% - 25px);
  margin-right: 50px;
}
.col2__inner:nth-last-of-type(odd) {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .col2__inner {
    width: calc(50% - 20px);
    margin-right: 40px;
  }
}
/* =============================
Spec Grid
----------------------------- */
.col-spec {
  display: flex;
  flex-wrap: nowrap;
  padding: 40px 30px;
}
.col-spec__title {
  font-size: 26px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #000;
  position: relative;
}
.col-spec__title.mark {
  padding-left: 50px;
}
.col-spec__title.mark::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 30px;
  height: 15px;
  border-left: 5px solid #000;
  border-bottom: 5px solid #000;
  transform: rotate(-45deg);
}
.col-spec__text {
  font-size: 15px;
}
.col-spec__image {
  max-width: 270px;
  margin-right: 24px;
  flex-shrink: 0;
}
.col-spec__image img {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .col-spec {
    padding: 20px 0px;
  }
  .col-spec__text {
    font-size: 14px;
  }
  .col-spec__image {
    max-width: 190px;
  }
}
@media screen and (max-width: 1024px) {
  .col-spec__text {
    font-size: 13px;
  }
  .col-spec__image {
    max-width: 160px;
  }
}
@media screen and (max-width: 900px) {
  .col2 {
    display: block;
  }
  .col2__inner {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .col2__inner:nth-last-of-type(odd) {
    margin-right: auto;
  }
  .col-spec {
    display: none;
    padding-top: 0;
  }
  .col-spec.stay {
    display: flex;
    flex-wrap: wrap;
  }
  .col-spec__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .col-spec__title.mark {
    padding-left: 0;
    cursor: pointer;
  }
  .col-spec__title.mark::before, .col-spec__title.mark::after, .col-spec__title.mark.stay::before, .col-spec__title.mark.open::before, .col-spec__title.mark.stay::after, .col-spec__title.mark.open::after, .col-spec__title.mark.stay.open::before {
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    background: #000;
    border: 0 none;
    position: absolute;
    line-height: 1;
    left: inherit;
    right: 0;
    top: 50%;
    transform: rotate(0deg) translateY(-50%);
  }
  .col-spec__title.mark::after, .col-spec__title.mark.stay::after, .col-spec__title.mark.stay.open::after {
    transform: rotate(90deg);
  }
  .col-spec__title.mark.stay::before, .col-spec__title.mark.open::before {
    transform: rotate(45deg);
  }
  .col-spec__title.mark.stay::after, .col-spec__title.mark.open::after {
    transform: rotate(-45deg);
  }
  .col-spec__text {
    order: 1;
    margin-bottom: 20px;
  }
  .col-spec__image {
    order: 2;
    max-width: 85%;
    margin: 0 auto;
  }
  .col-spec[style="display: block;"] {
    display: flex !important;
    flex-wrap: wrap;
  }
}
/* =============================
Type List
----------------------------- */
.type-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Montserrat", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.type-list__item {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  margin-bottom: 40px;
  padding: 24px 24px 24px;
  background-color: #fff;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
}
.type-list__item:nth-of-type(3n) {
  margin-right: 0;
}
.type-list__headding {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 16px;
}
.type-list__name {
  order: 2;
  font-family: "Montserrat";
  font-size: 20px;
  line-height: 1.3;
  text-align: left;
}
.type-list__icon {
  width: 90px;
  order: 1;
  margin-right: 20px;
}
.type-list__headding a {
  text-decoration: none;
}
.type-list__text {
  font-size: 14px;
  text-align: left;
  margin-bottom: 20px;
}
.type-list__anchor {
  display: block;
  margin-top: auto;
  color: #b21527;
}
.type-list__feature {
  margin-top: 24px;
  padding: 16px;
  color: #fff;
  background-color: #000;
  font-size: 14px;
  text-decoration: none;
}
.type-list__feature:hover {
  background: #b21527;
}
.type-list__anchor:hover {
  color: #b21527;
  text-decoration: underline;
}
.type-list.type-position .type-list__headding {
  display: block;
}
.type-list.type-position .type-list__name {
  margin-bottom: 16px;
  text-align: center;
}
.type-list.type-position .type-list__icon {
  width: 200px;
}

@media screen and (max-width: 1200px) {
  .type-list__name {
    font-size: 16px;
  }
  .type-list__icon {
    width: 80px;
  }
  .type-list__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .type-list__item {
    width: calc((100% - 48px) / 3);
    margin-right: 24px;
    padding: 16px;
  }
  .type-list__feature {
    padding: 14px 10px;
    font-size: 12px;
  }
  .type-list.type-position .type-list__anchor {
    font-size: 14px;
  }
}
@media screen and (max-width: 800px) {
  .type-list__item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    padding: 20px;
  }
  .type-list__name {
    font-size: 14px;
  }
  .type-list__icon {
    width: 60px;
  }
  .type-list__text {
    font-size: 12px;
  }
  .type-list__anchor {
    font-size: 13px;
  }
  .type-list__feature {
    padding: 14px 10px;
    font-size: 12px;
  }
  .type-list.type-position .type-list__anchor {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .type-list__item {
    width: calc((100% - 40px) / 2);
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 20px;
  }
  .type-list__item:nth-of-type(3n) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .type-list__headding {
    justify-content: center;
  }
  .type-list__item {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    padding: 20px;
  }
  .type-list__item:nth-of-type(3n) {
    margin-right: 0px;
  }
  .type-list.type-position .type-list__item {
    width: calc((100% - 16px) / 2);
    padding: 10px;
    margin-bottom: 46px;
    position: relative;
  }
  .type-list.type-position .type-list__item:nth-of-type(even) {
    margin-left: 16px;
  }
  .type-list.type-position .type-list__headding {

    margin-bottom: 0;
  }
  .type-list.type-position .type-list__name {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .type-list.type-position .type-list__icon {
    width: 70px;
    margin-right: 0;
  }
  .type-list.type-position .type-list__anchor{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

  }
  .type-list.type-position .type-list__anchor span{
    position: absolute;
    display: block;
    width: 100%;
    padding: 6px 0;
    left: 0;
    bottom: -35px;
    background: #000;
    color: #fff;
    font-size: 12px;
    line-height: 1.3;
  }
}
/* =============================
Product List
----------------------------- */
.product-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Montserrat", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /* Position */
  /* Spec */
  /* Icon */
  /* Image */
  /* CV Area */
  /* Color Chip */
  /* Price */
  /* Button */
}
.product-list__item {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  margin-bottom: 40px;
  padding: 24px 24px 24px;
  background-color: #fff;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
}
.product-list__item:nth-of-type(3n) {
  margin-right: 0;
}
.product-list__position {
  margin-bottom: 10px;
  font-size: 20px;
}
.product-list__spec {
  width: 90%;
  margin: 0 auto 6px;
  font-size: 14px;
  text-align: center;
  position: relative;
}
.product-list__spec li {
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px dotted #ccc;
}
.product-list__spec li.ut-nb, .product-list__spec li:last-of-type {
  margin-bottom: 0;
  border-bottom: 0 none;
}
.product-list__icon {
  width: 100%;
  padding: 6px 6px 9px;
  margin: 0 auto 20px;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 1px;
}
.product-list__icon.type01 {
  background: #ff764d;
}
.product-list__icon.type02 {
  background: #d3901b;
}
.product-list__icon.type03 {
  background: #6b968e;
}
.product-list__icon.type04 {
  background: #ae6396;
}
.product-list__icon.type05 {
  background: #5da7c9;
}
.product-list__icon.type06 {
  background: #a40303;
}
.product-list__icon.type07 {
  background: #ad5c00;
}
.product-list__image {
  margin: 30px auto 20px;
  display: flex;
  align-items: center;
  height: 100%;
}
.product-list__image img {
  max-height: 350px;
}
.product-list__cv {
  margin-top: auto;
}
.product-list__color {
  margin-bottom: 16px;
}
.product-list__colorhead {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
.product-list__colorname {
  display: inline-block;
  margin-right: 10px;
  font-size: 30px;
  line-height: 1;
  width: 30px;
  height: 30px;
}
.product-list__colorname:last-child {
  margin-right: 0;
}
.product-list .cv-black {
  color: #000;
  background-color: #000;
}
.product-list .cv-orange {
  color: #f1482d;
  background-color: #f1482d;
}
.product-list .cv-camel {
  color: #f9e5ab;
  background-color: #f9e5ab;
}
.cv-wine {
  color: #ae3545;
  background-color: #ae3545;
}
.cv-brown {
  color: #ab5931;
  background-color: #ab5931;
}
.product-list .cv-rchtan {
  color: #ff9215;
  background-color: #ff9215;
}
.product-list .cv-moca {
  color: #52342e;
  background-color: #52342e;
}
.product-list .cv-sax {
  color: #5cb2f9;
  background-color: #5cb2f9;
}
.product-list .cv-grn-bl {
  border-bottom-color: #22804f;
  border-right-color: #000;
}
.product-list .cv-gry-bl {
  border-bottom-color: #b3b4ce;
  border-right-color: #000;
}
.product-list .cv-nv-sc {
  border-bottom-color: #c14444;
  border-right-color: #3f417d;
}
.product-list .cv-cm-ch {
  border-bottom-color: #f9e5ab;
  border-right-color: #633d30;
}
.product-list .cv-sc-sx {
  border-bottom-color: #c14444;
  border-right-color: #92c9f6;
}
.product-list .cv-ch-yl {
  border-bottom-color: #633d30;
  border-right-color: #dcdc52;
}
.product-list .cv-ch-bl {
  border-bottom-color: #633d30;
  border-right-color: #000;
}
.product-list .cv-ch-ry {
  border-bottom-color: #f9e5ab;
  border-right-color: #0c89ef;
}
.product-list .cv-or-sx {
  border-bottom-color: #f49b35;
  border-right-color: #92c9f6;
}
.product-list .cv-ch-sx {
  border-bottom-color: #f9e5ab;
  border-right-color: #92c9f6;
}
.product-list .cv-grn-bl,
.product-list .cv-gry-bl,
.product-list .cv-nv-sc,
.product-list .cv-cm-ch,
.product-list .cv-sc-sx,
.product-list .cv-ch-yl,
.product-list .cv-ch-bl,
.product-list .cv-ch-ry,
.product-list .cv-or-sx,
.product-list .cv-ch-sx {
  border-bottom-width: 30px;
  border-right-width: 30px;
  border-style: solid;
}
.product-list__price {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 22px;
}
.product-list__button {
  display: block;
  position: relative;
  padding: 20px 0px;
  background: #fff;
  border: 2px solid #000;
  color: #000;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
.product-list__button::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #000;
  width: 0.6em;
  height: 0.6em;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 15px;
  line-height: 1;
}
.product-list__button:hover::after, .product-list__button:active::after, .product-list__button:hover, .product-list__button:active {
  border-color: #b21527;
  color: #b21527;
}

@media screen and (max-width: 1200px) {
  .product-list__button {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .product-list__item {
    width: calc((100% - 48px) / 3);
    margin-right: 24px;
    padding: 16px;
  }
  .product-list__spec {
    margin: 0 auto 10px;
  }
  .product-list__image {
    margin: 20px auto 10px;
  }
  .product-list__colorhead {
    font-size: 14px;
  }
  .product-list__colorname {
    font-size: 24px;
    width: 24px;
    height: 24px;
  }
  .cv-grn-bl,
.cv-gry-bl,
.cv-nv-sc,
.cv-cm-ch,
.cv-sc-sx,
.cv-ch-yl,
.cv-ch-bl,
.cv-ch-ry,
.cv-or-sx,
.cv-ch-sx {
    border-bottom-width: 24px;
    border-right-width: 24px;
  }
  .product-list__price {
    font-size: 18px;
  }
  .product-list__button {
    font-size: 14px;
  }
  .product-list__button::after {
    width: 0.6em;
    height: 0.6em;
  }
}
@media screen and (max-width: 768px) {
  .product-list__item {
    width: calc((100% - 30px) / 2);
    margin-right: 0;
  }
  .product-list__item:nth-of-type(odd) {
    margin-right: 30px;
  }
  .product-list__spec li:not(.product-list__icon) {
    display: none;
  }
  .product-list__icon {
    bottom: -24px;
  }
}
@media screen and (max-width: 575px) {
  .product-list__item {
    width: calc((100% - 15px) / 2);
    margin-right: 0;
    padding: 10px;
  }
  .product-list__item:nth-of-type(odd) {
    margin-right: 15px;
  }
  .product-list__position {
    margin-bottom: 2px;
    font-size: 14px;
    letter-spacing: normal;
  }
  .product-list__spec {
    margin: 0 auto;
  }
  .product-list__icon {
    padding: 3px !important;
    font-size: 9px;
    letter-spacing: normal;
    bottom: -20px;
  }
  .product-list__image {
    margin: 20px auto 0px;
  }
  .product-list__color {
    margin-bottom: 10px;
  }
  .product-list__colorhead {
    margin-bottom: 5px;
  }
  .product-list__colorname {
    font-size: 20px;
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }
  .cv-grn-bl,
.cv-gry-bl,
.cv-nv-sc,
.cv-cm-ch,
.cv-sc-sx,
.cv-ch-yl,
.cv-ch-bl,
.cv-ch-ry,
.cv-or-sx,
.cv-ch-sx {
    border-bottom-width: 20px;
    border-right-width: 20px;
  }
  .product-list__price {
    margin-bottom: 10px;
    font-size: 15px;
    letter-spacing: 0;
  }
  .product-list__button {
    padding: 16px 8px;
    font-size: 12px;
  }
  .product-list__button::after {
    right: 10px;
  }
  .product-list__button span {
    display: none;
  }
}
/* Color List ======== */
.colorList {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
  background: #f3f3f3;
}

/* Logic */
.hidden_body *,
.hidden_body *:before,
.hidden_body *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hidden_body {
  position: relative;
  width: 100%;
  margin: 0 auto 100px;
}
.hidden_body__title {
  font-weight: 600;
  padding-left: calc(3% + 42px);
  font-size: 32px;
  margin-top: 13px;
  margin-bottom: 40px;
  line-height: 47px;
}
.hidden_body__title .icon {
  width: 42px;
  height: 42px;
  float: left;
  background: url(/shared/img/icon_05.png) no-repeat;
  background-size: contain;
  margin-left: -48px;
}
.hidden_body label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 200px;
  /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(to bottom, rgba(141, 141, 141, 0) 0%, rgb(241, 241, 241) 60%);
}
.hidden_body input:checked + label {
  background: inherit;
  /* 開いた時にグラデーションを消す */
}
.hidden_body label:after {
  line-height: 3;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  width: 250px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  content: "\f13a" " 該当グラブをチェック";
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 60px;
  background-color: rgb(27, 37, 56);
}
.hidden_body input {
  display: none;
}
.hidden_body .product-list {
  overflow: hidden;
  height: 500px;
  /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
}
@media screen and (max-width: 575px) {
  .hidden_body .product-list {
    height: 300px;
  }
}
.hidden_body input:checked + label {
  /* display: none ; 閉じるボタンを消す場合解放 */
}
.hidden_body input:checked + label:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  content: "\f139" " 閉じる";
}
.hidden_body input:checked ~ .product-list {
  height: auto;
  padding-bottom: 150px;
  /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}
.hidden_body__attention {
  margin-bottom: 5px;
  padding: 0px 15px;
}
.hidden_body__attention li {
  margin-bottom: 10px;
  margin-left: 1.6em;
  text-indent: -1.5em;
  line-height: 140%;
  list-style: none;
}
.hidden_body__attention li:before {
  content: "※";
}

.btn-style12 {
  width: 100%;
  height: 100px;
}

.btn-style13 {
  max-width: 700px;
}

a.lb-prev,
a.lb-next {
  opacity: 1;
}

.lightbox_hidden {
  display: none;
}

/* =============================
Online Store List
----------------------------- */
.store-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0 40px 40px;
}

.store-list__item {
  margin-right: 40px;
  line-height: 0;
}

.store-list__item:last-child {
  margin-right: 0px;
}

.store-list__item a {
  width: 300px;
  display: block;
  padding: 30px 40px;
  background: #103b81;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

.store-list__item a:hover,
.store-list__item a:active {
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .store-list {
    flex-wrap: nowrap;
  }
  .store-list__item {
    margin-right: 20px;
    line-height: 0;
  }
  .store-list__item a {
    width: 240px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .store-list {
    max-width: 70%;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
  }
  .store-list__item {
    margin-right: 0px;
    line-height: 0;
    margin-bottom: 30px;
  }
  .store-list__item a {
    width: 100%;
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .store-list {
    max-width: 100%;
  }
  .store-list__item a {
    padding: 30px 24px;
    font-size: 13px;
  }
}
/* =============================
Page Top
----------------------------- */
.nav-pagetop {
  margin: 20px 0 40px;
  padding-right: 30px;
  text-align: right;
  position: relative;
  line-height: 1;
}

.nav-pagetop a::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background: #000;
  height: calc(tan(60deg) * 12px / 2);
  width: 12px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.nav-pagetop a {
  display: inline-block;
  padding: 16px 0 16px 16px;
}

.nav-pagetop a:hover,
.nav-pagetop a:active {
  color: #b21527;
}

.nav-pagetop a:hover::before {
  background: #b21527;
}

@media screen and (max-width: 575px) {
  .nav-pagetop {
    padding-right: 0;
    font-size: 13px;
    text-align: center;
  }
  .nav-pagetop a::before {
    margin-right: 5px;
  }
}
/* =============================
Utility
----------------------------- */
li {
  list-style-type: none;
}

/* Headding */
.ut-headding {
  display: inline-block !important;
  font-size: 42px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 1.5px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.ut-headding::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0px;
}

/* Headding 02 */
.ut-headding02 {
  margin: 0 auto 60px;
  font-size: 34px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 1.5px;
}

.ut-headding03 {
  margin: 0 auto 20px;
  color: #333;
  font-size: 28px;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 1024px) {
  .ut-headding {
    font-size: 36px;
  }
  .ut-headding02 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .ut-headding03 {
      font-size: 24px;
    }
}
@media screen and (max-width: 575px) {
  .ut-headding {
    top: -50px;
    font-size: 30px;
  }
  .ut-headding02 {
    margin: 0 auto 24px;
    font-size: 28px;
  }
  .ut-headding03 {
    font-size: 20px;
    margin: 0 auto 16px;
  }
}
.ut-container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}


/* Text */
.ut-text {
  margin-bottom: 30px;
  font-weight: normal;
}
.ut-text__center {
  text-align: center;
}
@media screen and (max-width: 768px) {
.ut-text__center {
    text-align: left;
  }
}

@media screen and (max-width: 575px) {
  .ut-text {
    font-size: 15px;
    line-height: 1.4;
  }
}

.text-r-mark {
  font-size: 14px;
  font-weight: normal;
}

.text-ut {
  line-height: 1.6;
  margin-bottom: 20px;
}

.text-sm {
  font-size: 20px;
  margin-left: -10px;
  margin-right: -5px;
  letter-spacing: 0;
}

.text-sm__spec {
  font-size: 15px;
  font-weight: normal;
  margin-left: -5px;
  letter-spacing: 0;
  display: block;
}

.text-taxin {
  padding-left: 5px;
  font-weight: normal;
  font-size: 13px;
}

@media screen and (max-width: 900px) {
  .text-sm {
    margin-left: -6px;
    font-size: 10px;
    letter-spacing: 0;
    font-weight: normal;
  }
  .text-sm__spec {
    font-size: 13px;
  }
  .text-r-mark {
    font-size: 10px;
  }
}
@media screen and (max-width: 575px) {
  .text-taxin {
    font-size: 10px;
    padding-left: 3px;
  }
}
/* SP */
.spbr {
  display: none;
}

@media screen and (max-width: 575px) {
  .spbr {
    display: block;
  }
}