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

/* ======== MV */
.main-v {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000;
  height: 47vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}

@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: inherit;
  }
}
@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;
}
@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;
  }
}
.other-list li img {
  -webkit-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.16);
}

.fixed-link {
  position: fixed;
  right: 56px;
  bottom: 10px;
  width: 245px;
  z-index: 2;
}
.fixed-link img {
  -webkit-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.16);
}
@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 */

/* ======== Header */
.g-header {
 background: #fff;
}
.g-header-inner {
  max-width: 960px;
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.g-header-logo {
  width: 200px;
  margin: 0;
  float: none;
}
@media screen and (max-width: 575px) {
  .g-header-logo {
    width: 180px;
  }
}

/* ======== Header Nav */
.g-header-nav {
  margin: inherit;
  float: none;
}

/* ======== Header SNS */
.g-header-sns {
  float: none;
  margin: 0;
}
.g-header-sns-list {
  display: flex;
  justify-content: end;
  margin: 0 0 16px;
  gap: 16px;
}
.g-header-sns-list_item {
  margin: 0;
  display: block;
}
.g-breadcrumbs-sns {
  position: inherit;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  top: inherit;
  right: inherit;
}
.g-breadcrumbs-sns_item {
  margin: 0;
  vertical-align: middle;
}
.fb_iframe_widget span { height: 20px !important;}

/* ======== Footer */
.g-footer-top {
  position: inherit;
  overflow: inherit;
}
.g-footer-top a { text-decoration: none;}
.g-footer-logo {
  max-width: 200px;
  margin:0 0 20px 30px;
}
.g-footer-nav {
  padding-left: 60px;
}
.g-footer-nav-title {
  font-size: 20px;
  margin-bottom: 16px;
}
.g-footer-nav-child {
  display: flex;
  gap: 80px;
}
.g-footer-nav-item li {
  margin-bottom: 16px;
  padding-left: 20px;
  position: relative;
  font-weight: bold;
}
.g-footer-nav-item li:before {
  content: "";
  display: block;
  color: #fff;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .g-footer-top {
    padding: 30px 0;
  }
  .g-footer-nav {
    padding-left: 40px;
  }
  .g-footer-nav-child {
    gap: 40px;
  }
  .g-footer-nav-item li {
    font-size: 13px;
    font-weight: normal;
  }
}
@media screen and (max-width: 575px) {
  .g-footer-nav {
    padding-left: 0;
  }
  .g-footer-logo {
    margin: 0 auto 30px;
    max-width: 160px;
  }
  .g-footer-nav-title {
    text-align: center;
    margin-bottom: 0;
    font-size: 17px;
  }
  .g-footer-nav-child {
    display: block;
    padding: 0 20px;
  }
  .g-footer-nav-item li {
    margin-bottom: 0;
    padding: 0;
    border-bottom: 1px solid #4a4a4a;
    text-align: center;
  }
  .g-footer-nav-item li:before { display: none;}
  .g-footer .anchor {
    padding: 16px 10px;
    display: block;
    line-height: 1;
  }
}


::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;
}
@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: 20px;
    line-height: 1.5;
  }
}
/* =============================
2 Colomn Grid
----------------------------- */
.col2 {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 0;
  justify-content: space-between;
}
.col2__inner {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .col2 {
    gap: 40px 0;
  }
}

/* =============================
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__image {
  max-width: 400px;
  margin-right: 40px;
  flex-shrink: 0;
}
.col-spec__image img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .col-spec {
    padding: 40px 0px;
  }
  .col-spec__text {
    font-size: 14px;
  }
  .col-spec__image {
    max-width: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .col-spec__text {
    font-size: 14px;
  }
  .col-spec__image {
    max-width: 250px;
  }
}
@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: 30px;
    font-size: 20px;
    line-height: 1.4;
  }
  .col-spec__titlecaption {
    font-size: 13px;
    font-weight: normal;
  }
  .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;
  }
}


/* =============================
inPage nav
----------------------------- */
.inPage-nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin: 20px 0 140px;
  gap: 60px;
}
.inPage-nav__item {
  width: calc((100% - 60px) / 2);
  max-width: 600px;
  text-align: center;
}
.inPage-nav__item:last-child { margin-right: 0;}
.inPage-nav__item a {
  position: relative;
  display: block;
  padding: 40px 40px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: -40px -20px;
  background-size: 130px auto;
  font-size: 22px;
  font-weight: bold;
  border: 2px solid #000;
  transition: all;
  text-decoration: none;
}
.inPage-nav__item a:hover {
  background-color: #000;
  color: #fff;
  transition: .3s;
}
@media screen and (max-width: 1200px) {
  .inPage-nav__item a {
    padding: 30px 20px;
    background-size: 130px auto;
  }
}
@media screen and (max-width: 1024px) {
  .inPage-nav {margin-top: 60px;}

  .inPage-nav__item a {
    padding: 20px 20px;
    background-size: 110px auto;
  }
  .inPage-nav__item span {
    display: block;
    font-weight: normal;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .inPage-nav {
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 0px;
  }
  .inPage-nav__item {
    width: 75%;
    margin-bottom: 0px;
    margin-right: 0;
  }
  .inPage-nav__item a {
    padding: 30px 10px;
    background-position: -30px -20px;
    background-size: 150px auto;
  }
}
@media screen and (max-width: 575px) {
  .inPage-nav {
    margin-top: 40px;
    gap: 40px;
  }
  .inPage-nav__item {
    width: 80%;
    margin-bottom: 0px;
  }
  .inPage-nav__item a {
    padding: 24px 10px;
    background-size: 110px auto;
    font-size: 16px;
  }
}

/* =============================
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-top: 60px;
  margin-bottom: 10px;
  font-size: 20px;
}

/* Hitting Icon */
.product-list__hitting {
  width: 100%;
  padding: 14px 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.product-list__hitting.hard { background: #24348e; }
.product-list__hitting.soft { background: #40a9ff; }
@media screen and (max-width: 575px) {
  .product-list__hitting {
    font-size: 11px;
  }
}

/* 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:nth-last-of-type(2) {
  margin-bottom: 0;
  border-bottom: 0 none;
}

/* Icon */
.product-list__icon {
  width: 100%;
  padding: 6px 6px;
  margin: 0 auto 20px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.product-list__icon span {
  display: block;
  font-weight: normal;
  font-size: 12px;
}
.product-list__icon.ab5 {
  background: #52b96a;
}
.product-list__icon.ab0 {
  background: #f1941b;
}

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

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

/* 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: 50px auto 10px;
  }
  .product-list__price {
    font-size: 18px;
  }
  .product-list__button {
    font-size: 14px;
  }
  .product-list__button::after {
    width: 0.6em;
    height: 0.6em;
  }

  .product-list__icon {
    padding: 6px 6px;
    margin: 0 auto 20px;
    font-size: 11px;
    font-weight: bold;
  }
  .product-list__icon span {
    font-weight: normal;
    font-size: 10px;
  }

}
@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__position {
    margin-top: 40px;
    margin-bottom: 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: 28px;
    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-nv-sc,
  .cv-grn-bl,
  .cv-bl-sx,
  .cv-cm-dg,
  .cv-mnt-br,
  .cv-sc-yl,
  .cv-roy-bl,
  .cv-pnk-mnt,
  .cv-nv-tg {
    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;
  }
}

.other-list {
  justify-content: center;
}

/* =============================
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%);
}
.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-headding02 span {
  display: block;
  font-weight: normal;
  font-size: 24px;
}
.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-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;
  }
}

