@charset "UTF-8";
@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;
  background-color: #000;
  height: 47vw;
  position: relative;
  /* display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; */
}
@media screen and (max-width: 768px) {
  .main-v {
    background-image: none;
    height: auto;
  }
}
@media screen and (max-width: 1024px) and (max-height: 575px) {
  .main-v {
    background-image: none;
    height: auto;
  }
}
.main-v__title img {
  width: auto;
  height: calc(47vw - 40px);
}
@media screen and (max-width: 768px) {
  .main-v__title img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1024px) and (max-height: 575px) {
  .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;
  }
  .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;
  justify-content: center;
}
@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: #fff;
  background: #716f6f;
}
#wrapper { min-width: inherit;}
.box01 { position: relative;}

.main-v { height: auto;}
.main-v__title { line-height: 0;}
.main-v__title img { height: inherit;}

.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;
}
@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;
  }
}
@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;
  }
}
@media screen and (max-width: 575px) {
  .main-copy {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 1.5;
  }
}
/* =============================
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: wrap;
  padding: 40px 4vw;
}
.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__image {
  max-width: 100%;
  flex-shrink: 0;
}
.col-spec__image img {
  width: 100%;
  line-height: 0;
}

.col-spec__text {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  font-size: 15px;
  text-align: center;
}

@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 1024px) {
  .col-spec__text {
    font-size: 13px;
  }
}
@media screen and (max-width: 900px) {
  .col2__inner {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .col-spec__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .col2__inner:nth-of-type(1){
    margin-bottom: 40px;
  }
  .col2__inner:nth-last-of-type(odd){
    margin-right: auto;
  }
  .col-spec {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .col-spec__title.mark {
    padding-left: 40px;
  }
  .col-spec__title.mark::before {
    top: 6px;
    left: 0;
    width: 26px;
    height: 13px;
    border-left: 4px solid #000;
    border-bottom: 4px solid #000;
  }
}


/* =============================
inPage Navigation
----------------------------- */
.inPage-nav {
  display: flex;
  column-gap: 50px;
  margin-top: 100px;
}

.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 {
    margin-top: 100px;
    row-gap: 24px;
  }

  .inPage-nav__brand {
    margin-top: 10px;
    font-size: 24px;
    letter-spacing: 1px;
  }

  .inPage-nav__caption {
    font-size: 12px;
  }
}

/* =============================
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;
}
.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;
}

/* Position */
.product-list__position {
  margin-bottom: 10px;
  font-size: 20px;
}

/* Spec */
.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:last-of-type {
  margin-bottom: 0;
  border-bottom: 0 none;
}

/* Image */
.product-list__image {
  margin: 30px auto 20px;
  display: flex;
  align-items: center;
  height: 100%;
}
.product-list__image img {
  max-height: 350px;
}

/* CV Area */
.product-list__cv {
  margin-top: auto;
}

/* Button */
.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;
}

/* Hidden Logic */
.colorList {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
  background: #f3f3f3;
}

.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: 1024px) {
  .hidden_body label {
    height: 260px;
    background: linear-gradient(to bottom, rgba(141, 141, 141, 0) 0%, rgb(241, 241, 241) 45%);
  }
}
@media screen and (max-width: 575px) {
  .hidden_body {
    margin: 0 auto 10px;
  }
  .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: "※";
}

.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;
}

/* Position 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: 240px;
}
@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;
  }
}



@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__button {
    font-size: 13px;
  }
  .product-list__button::after {
    width: 0.5em;
    height: 0.5em;
    right: 12px;
  }
}
@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;
  }
}
@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__image {
    margin:20px auto 0px
  }

  .product-list__button {
    padding: 16px 8px;
    font-size: 12px;
  }
  .product-list__button::after {
    right: 10px;
  }
  .product-list__button span {
    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;
}
.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 {
    margin: 0 0 40px;
    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%);
}
.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 30px;
  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;
}
.general__text {
  margin-bottom: 10px;
}
.general__text:last-of-type {
  margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
  .ut-headding {
    font-size: 36px;
  }
  .ut-headding02 {
    font-size: 28px;
  }
}
@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;
}
.ut-iframe {
  height: 800px;
}
@media screen and (max-width: 1024px) {
  .ut-iframe {
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  .ut-iframe {
    height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .ut-iframe {
    height: 300px;
  }
}
/* Text */
.text-ut {
  margin-bottom: 30px;
  font-weight: normal;
}
.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;
}
.text-ct { text-align: center;}

@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;
  }
}
@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;
  }
}

