@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;
  height: 47vw;
  position: relative;
  background-image: url(/assets/img/sp/glovecollection2024/GloveCollection_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: #fff;
  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__item {
 display: flex;
 width: 50%;
}
.inPage-nav__item a {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  padding: 30px 30px 50px;
  background: #fff;
  color: #000;
  text-decoration: none;
  text-align: center;
}
.inPage-nav__item a::after {
  content:"";
  display: block;
  color: #000;
  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: #000;
  color: #fff;
}
.inPage-nav__item a:hover::after {
  color: #fff;
}
.inPage-nav__brand,
.inPage-nav__caption {
  width: 100%;
  line-height: 1;
}
.inPage-nav__brand {
  order: 2;
  margin-top: 12px;
  font-size: 45px;
  font-family: Helvetica, Arial, sans-serif;
  font-style: italic;
  letter-spacing: 2px;
}
.inPage-nav__caption {
  order: 1;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .inPage-nav__brand {
    font-size: 38px;
  }
  .inPage-nav__caption {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .inPage-nav {
    column-gap: 30px;
  }
  .inPage-nav__item a {
    padding: 20px 20px 34px;
  }
  .inPage-nav__item a::after {
    width: 14px;
    height: 14px;
    left: 50%;
    bottom: 14px;
  }
  .inPage-nav__brand {
    font-size: 30px;
    letter-spacing: 1px;
  }
  .inPage-nav__caption {
    font-size: 14px;
  }
}
@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;
  }
}

/* =============================
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.ut-nb,
.product-list__spec li:last-of-type {
  margin-bottom: 0;
  border-bottom: 0 none;
}

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

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

/* Color Chip */
.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;}
.cv-black { color: #000; background-color: #000;}
.cv-orange { color: #f1482d; background-color: #f1482d;}
.cv-camel { color: #f9e5ab; background-color: #f9e5ab;}
.cv-rchtan { color: #ff9215; background-color: #ff9215;}
.cv-moca { color: #52342e; background-color: #52342e;}
.cv-sax { color: #5cb2f9; background-color: #5cb2f9;}

.cv-grn-bl {
  border-bottom-color:#22804f;
  border-right-color:#000;
}
.cv-gry-bl {
  border-bottom-color:#b3b4ce;
  border-right-color:#000;
}
.cv-nv-sc {
  border-bottom-color:#c14444;
  border-right-color:#3f417d;
}
.cv-cm-ch {
  border-bottom-color:#f9e5ab;
  border-right-color:#633d30;
}
.cv-sc-sx {
  border-bottom-color:#c14444;
  border-right-color:#92c9f6;
}
.cv-ch-yl {
  border-bottom-color:#633d30;
  border-right-color:#dcdc52;
}
.cv-ch-bl {
  border-bottom-color: #633d30;
  border-right-color: #000;
}
.cv-ch-ry {
  border-bottom-color: #f9e5ab;
  border-right-color: #0c89ef;
}
.cv-or-sx {
  border-bottom-color: #f49b35;
  border-right-color: #92c9f6;
}
.cv-ch-sx {
  border-bottom-color: #f9e5ab;
  border-right-color: #92c9f6;
}
.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: 30px;
  border-right-width: 30px;
  border-style: solid;
}

/* Price */
.product-list__price {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 22px;
}

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


/* =============================
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 30px;
  color: #777;
  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: 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-r-mark {
  font-size: 20px;
  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;
  }
}
@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;
  }
}

