@charset "UTF-8";
/*
* color
* --------------------------------------------------*/
/*
* color
* --------------------------------------------------*/
/*
* color
* --------------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*
* font
* --------------------------------------------------*/
html,
body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
}

body {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grid {
  display: -ms-grid;
  display: grid;
}

button {
  margin: 0;
  border: none;
  background-color: transparent;
}

/* body
-----------------------------------------------------*/
body {
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0;
  padding-top: 0;
}

img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

/*リンクテキスト
-----------------------------------------------------*/
a {
  color: #333333;
}

a,
input[type=submit],
input[type=button],
button {
  text-decoration: none;
  outline: none;
}

a:hover,
a:active,
input[type=submit]:hover,
input[type=submit]:active,
input[type=button]:hover,
input[type=button]:active,
button:hover,
button:active {
  outline: none;
  text-decoration: none;
  /*PC*/
}
@media screen and (min-width: 769px) {
  a:hover,
  a:active,
  input[type=submit]:hover,
  input[type=submit]:active,
  input[type=button]:hover,
  input[type=button]:active,
  button:hover,
  button:active {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.7;
  }
}

a:focus,
a:active,
input[type=submit]:focus,
input[type=submit]:active,
input[type=button]:focus,
input[type=button]:active,
button:focus,
button:active {
  outline: none;
  text-decoration: none;
}

a:active:focus,
a:active.focus,
a.active:focus,
a.active.focus,
input[type=submit]:active:focus,
input[type=submit]:active.focus,
input[type=submit].active:focus,
input[type=submit].active.focus,
input[type=button]:active:focus,
input[type=button]:active.focus,
input[type=button].active:focus,
input[type=button].active.focus,
button:active:focus,
button:active.focus,
button.active:focus,
button.active.focus {
  outline: none;
  text-decoration: none;
}

/* img
-----------------------------------------------------*/
figure img {
  margin-bottom: 0;
}

img {
  margin-bottom: 0;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*
* placeholder
-----------------------------------------------------*/
input:-moz-placeholder-shown, .form-control:-moz-placeholder-shown {
  color: #cdd6dd;
}
input:-ms-input-placeholder, .form-control:-ms-input-placeholder {
  color: #cdd6dd;
}
input:placeholder-shown,
.form-control:placeholder-shown {
  color: #cdd6dd;
}

input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #cdd6dd;
}

input:-moz-placeholder,
.form-control:-moz-placeholder {
  color: #cdd6dd;
  opacity: 1;
}

input::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #cdd6dd;
  opacity: 1;
}

input:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #cdd6dd;
}

input:focus,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
}

.hr-dashed {
  border-top: 1px dashed #333333;
}

.text-link,
.entry-contents a {
  font-weight: bold;
  text-decoration: underline;
}

/*
* color
* --------------------------------------------------*/
/*
* header
* --------------------------------------------------*/
.lp-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  background: #DE1F26;
  z-index: 1005;
}
@media (min-width: 769px) {
  .lp-header {
    height: 70px;
  }
}
.lp-header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 10px;
}
@media (min-width: 769px) {
  .lp-header .inner {
    padding-left: 32px;
  }
}
.lp-header .inner .site-logo {
  width: 40px;
  height: 40px;
}
@media (min-width: 769px) {
  .lp-header .inner .site-logo {
    width: 55px;
    height: 55px;
  }
}
.lp-header .inner .header-nav {
  max-width: calc(100% - 75px);
  -webkit-box-flex: calc(100% - 75px);
      -ms-flex: calc(100% - 75px);
          flex: calc(100% - 75px);
  padding-right: 80px;
}
.lp-header .header-nav {
  display: none;
}
.lp-header .header-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  margin: 0;
}
.lp-header .header-nav .nav-list .list-item .link {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (min-width: 769px) {
  .lp-header .header-nav {
    display: block;
  }
}
.lp-header .drawer-nav {
  display: none;
  visibility: hidden;
  max-width: 400px;
  width: calc(100% - 15px);
  height: calc(100% - 56px);
  background-color: #DE1F26;
  padding: 10px 30px 70px;
  position: fixed;
  top: 56px;
  right: 0;
  -webkit-transition-property: -webkit-transform visibility;
  transition-property: -webkit-transform visibility;
  transition-property: transform visibility;
  transition-property: transform visibility, -webkit-transform visibility;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform: translateX(calc(100% + 30px));
  transform: translateX(calc(100% + 30px));
  z-index: 1000;
}
.lp-header .drawer-nav.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}
.lp-header .drawer-nav .nav-list {
  margin-bottom: 0;
  max-height: 100%;
  overflow-y: auto;
}
.lp-header .drawer-nav .nav-list .list-item {
  margin-right: 10px;
}
.lp-header .drawer-nav .nav-list .link {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: block;
  padding: 18px 10px;
  border-bottom: 1px solid #fff;
  text-align: center;
}
@media (max-width: 991px) {
  .lp-header .drawer-nav {
    display: block;
  }
}
.lp-header .drawer-btn {
  font-size: 11px;
  display: none;
  font-size: 11px;
  color: #fff;
  width: 90px;
  height: 57px;
  border: 0;
  background: none;
  position: fixed;
  top: 0;
  right: 0;
  text-align: left;
  padding: 10px;
  z-index: 1010;
}
.lp-header .drawer-btn:hover,
.lp-header .drawer-btn:active {
  opacity: 1;
  color: #fff;
}
.lp-header .drawer-btn.active {
  opacity: 1;
}
.lp-header .drawer-btn .icon-bar {
  position: absolute;
  display: block;
  background-color: #fff;
  width: 22px;
  height: 3px;
  right: 10px;
  top: 27px;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-align: center;
}
.lp-header .drawer-btn .icon-bar::before,
.lp-header .drawer-btn .icon-bar::after {
  content: "";
  -webkit-transition-property: -webkit-transform top bottom;
  transition-property: -webkit-transform top bottom;
  transition-property: transform top bottom;
  transition-property: transform top bottom, -webkit-transform top bottom;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: block;
  position: absolute;
  height: 3px;
  width: 22px;
  right: 50%;
  top: 50%;
  background-color: #fff;
  margin: 0;
}
.lp-header .drawer-btn .icon-bar::before {
  -webkit-transform: translate(50%, -8px) rotate(0);
  transform: translate(50%, -8px) rotate(0);
}
.lp-header .drawer-btn .icon-bar::after {
  -webkit-transform: translate(50%, 4px) rotate(0);
  transform: translate(50%, 4px) rotate(0);
}
.lp-header .drawer-btn.active .icon-bar {
  background-color: transparent;
}
.lp-header .drawer-btn.active .icon-bar::before {
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
}
.lp-header .drawer-btn.active .icon-bar::after {
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  transform: translate(50%, -50%) rotate(-45deg);
}
@media (max-width: 768px) {
  .lp-header .drawer-btn {
    display: block;
  }
}

.lp-contact {
  position: fixed;
  top: 10px;
  right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #cd182f;
  z-index: 1010;
}
.lp-contact .contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 8px 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.lp-contact .contact-btn span {
  display: none;
}

@media (min-width: 769px) {
  .lp-contact {
    bottom: auto;
    top: 0;
    right: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    width: 178px;
    height: 70px;
  }
  .lp-contact .contact-btn {
    padding: 0;
    font-size: 14px;
  }
  .lp-contact .contact-btn span {
    display: block;
    font-size: 12px;
  }
}
/*
* color
* --------------------------------------------------*/
/*
* footer
* --------------------------------------------------*/
.lp-footer {
  background-color: #000;
  padding: 20px 0;
  color: #fff;
}

.lp-footer .footer-logo {
  width: 40px;
  margin-bottom: 10px;
  margin-inline: auto;
}

.lp-footer .footer-logo .logo-icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
}

.lp-footer .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.lp-footer .footer-menu .item {
  margin-left: 10px;
  margin-right: 10px;
}

.lp-footer .footer-menu .link {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.lp-footer .copyright {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

/*
* color
* --------------------------------------------------*/
/* グリッドシステムやレイアウトのユーティリティ
-----------------------------------------------------*/
body {
  margin: 0;
}

.wrap {
  padding-top: 70px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .wrap {
    padding-top: 52px;
  }
}

.only-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
}

.only-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .only-sp {
    display: block;
  }
}

.btn-buy {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .btn-buy {
    width: 70.66%;
    margin: 32px auto 0;
  }
}
.btn-buy.-reverse a {
  background: #000;
}
.btn-buy a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 55px;
  background: #DE1F26;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .btn-buy a {
    width: 100%;
    padding: 15px;
  }
}

/* slick CSS
-----------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
}

.slick-prev {
  left: -40px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-next {
  right: -40px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  top: calc(100% - 20px);
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.card-list .item-col {
  margin-bottom: 40px;
}

.slide-card {
  margin: 60px 25px 20px;
  display: none;
}
@media (max-width: 768px) {
  .slide-card {
    margin: 40px 25px 20px;
  }
}
.slide-card + .slide-card {
  margin: 100px 25px 20px;
}
@media (max-width: 768px) {
  .slide-card + .slide-card {
    margin: 60px 25px 20px;
  }
}
.slide-card.slick-initialized {
  display: block;
}
.slide-card.slick-dotted {
  padding-bottom: 30px;
}
.slide-card .slide-item {
  padding: 0 5px;
}
.slide-card .card-item {
  height: 100%;
  position: relative;
  padding: 10px 10px 10px;
  background-color: #F5F5F0;
}
.slide-card .card-item.no-bottom-btn {
  padding-bottom: 0;
}
.slide-card .card-item .thumbnail-wrap {
  text-align: center;
}
.slide-card .card-item .thumbnail-wrap .img-fluid {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .slide-card .slide-item {
    padding: 0 15px;
  }
}

.slide-virus .card-item {
  padding: 10px;
}
.slide-virus .card-item .title,
.slide-virus .card-item .text {
  font-size: 14px;
  font-weight: bold;
  color: #B81312;
  text-align: center;
  margin-bottom: 0;
}

.slick-arrow {
  background-color: #000;
  width: 30px;
  height: 60px;
}
.slick-arrow:hover, .slick-arrow:active {
  background-color: rgba(0, 0, 0, 0.6);
}

.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  content: "";
  display: block;
  height: 20px;
  width: 2px;
  background-color: #fff;
  position: absolute;
  left: 14px;
  margin: 0;
  opacity: 1;
}

.slick-next::before,
.slick-prev::before {
  top: 12px;
}

.slick-next::after,
.slick-prev::after {
  top: 28px;
}

.slick-prev {
  left: -40px;
}
.slick-prev::before {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.slick-prev::after {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.slick-next {
  right: -40px;
}
.slick-next::before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.slick-next::after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.slick-dots li {
  width: 20px;
  height: 20px;
  padding: 5px;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #EAEAEA;
}
.slick-dots li.slick-active button {
  background-color: #CD1B2F;
}

/* メインビジュアル
-----------------------------------------------------*/
.lp-main {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  color: #000;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .lp-main {
    font-size: 14px;
  }
}
.lp-main svg {
  max-width: 100%;
  height: auto;
}
.lp-main .btn-buy-authentic {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 146px;
}
@media screen and (max-width: 768px) {
  .lp-main .btn-buy-authentic {
    right: 15px;
    bottom: 15px;
    width: 85px;
  }
}
.lp-main .btn-buy-authentic a {
  display: block;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.lp-main .btn-buy-authentic a:hover {
  opacity: 0.7;
}
.lp-main .-border {
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .lp-main .-border {
    padding-bottom: 16px;
  }
}
.lp-main .-border:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 80px;
  height: 4px;
  margin: 0 auto;
  background: #DE1F26;
}
@media screen and (max-width: 768px) {
  .lp-main .-border:after {
    width: 60px;
  }
}
.lp-main .-border.-b-black:after {
  background: #000;
}
.lp-main .kv-main picture img {
  width: 100%;
  height: auto;
}
.lp-main #concept {
  width: 90%;
  max-width: 1200px;
  margin: 120px auto 0;
}
@media screen and (max-width: 768px) {
  .lp-main #concept {
    width: 92%;
    margin: 40px auto 0;
  }
}
.lp-main #concept .title-concept {
  max-width: 369px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lp-main #concept .title-concept {
    max-width: 246px;
  }
}
.lp-main #concept .inr-concept {
  margin-top: 60px;
  padding: 90px 100px 96px 120px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 768px) {
  .lp-main #concept .inr-concept {
    padding: 48px 25px;
  }
}
.lp-main #concept .inr-concept .info-concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 56px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .lp-main #concept .inr-concept .info-concept {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
    margin-top: 32px;
  }
}
.lp-main #concept .inr-concept .info-concept p {
  -webkit-box-flex: 0.42;
      -ms-flex: 0.42;
          flex: 0.42;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .lp-main #concept .inr-concept .info-concept p {
    padding-top: 0;
    font-size: 16px;
    line-height: 1.8;
  }
}
.lp-main #concept .inr-concept .info-concept p small {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .lp-main #concept .inr-concept .info-concept p small {
    line-height: 1.35;
  }
}
.lp-main #concept .inr-concept .info-concept picture {
  -webkit-box-flex: 0.68;
      -ms-flex: 0.68;
          flex: 0.68;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .lp-main #concept .inr-concept .info-concept picture {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.lp-main #uniform {
  padding-top: 100px;
}
.lp-main #uniform .title-uniform {
  max-width: 425px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lp-main #uniform .title-uniform {
    max-width: 284px;
  }
}
.lp-main #uniform .container {
  max-width: 990px;
}
@media screen and (max-width: 768px) {
  .lp-main #uniform .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .lp-main #uniform .btn-buy {
    margin-top: 80px;
  }
}
.lp-main #price-delivery {
  margin-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .lp-main #price-delivery {
    margin-top: 100px;
  }
}
.lp-main #price-delivery .title-price-delivery {
  max-width: 612px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lp-main #price-delivery .title-price-delivery {
    max-width: 247px;
  }
}
.lp-main #price-delivery .price-delivery-warp {
  width: 90%;
  max-width: 1200px;
  margin: 60px auto 0;
  padding: 60px 102px 100px;
  background: #f9f8f3;
}
@media screen and (max-width: 768px) {
  .lp-main #price-delivery .price-delivery-warp {
    margin: 40px auto 0;
    padding: 24px 25px 48px;
  }
}
.lp-main #price-delivery .price-delivery-warp p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .lp-main #price-delivery .price-delivery-warp p {
    font-size: 14px;
  }
}
.lp-main #price-delivery .tab-box {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .lp-main #price-delivery .tab-box {
    margin-top: 32px;
  }
}
.lp-main #price-delivery .tab-box:first-child {
  margin-top: 0;
}
.lp-main #price-delivery .tab-box + .tab-box {
  margin-top: 88px;
}
@media screen and (max-width: 768px) {
  .lp-main #price-delivery .tab-box + .tab-box {
    margin-top: 40px;
  }
}
.lp-main #price-delivery .tab-box h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 22px;
  padding: 20px 40px;
  background: #E0B26D;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .lp-main #price-delivery .tab-box h3 {
    font-size: 12px;
    line-height: 1.45;
  }
}
@media screen and (max-width: 768px) {
  .lp-main #price-delivery .tab-box h3 {
    gap: 10px;
    padding: 15px 20px 20px 40px;
  }
}
.lp-main #price-delivery .tab-box h3:before {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  content: "";
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
}
.lp-main #price-delivery .tab-box .tab-col {
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .lp-main #price-delivery .tab-box .tab-col {
    margin-top: 20px;
  }
}
.lp-main #price-delivery .tab-box .tab-col + .tab-col {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .lp-main #price-delivery .tab-box .tab-col + .tab-col {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .lp-main #price-delivery .tab-box .tab-col > picture {
    width: 92%;
    margin: 0 auto;
  }
}
.lp-main #price-delivery .tab-box .tab-col.size .info + .info {
  margin-top: 40px;
}
.lp-main #price-delivery .tab-box .tab-col.size .info p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .lp-main #price-delivery .tab-box .tab-col.size .info p {
    font-size: 14px;
    line-height: 1.45;
  }
}
.lp-main #price-delivery .tab-box .tab-col.size .info picture {
  display: block;
  width: calc(100% - 80px);
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .lp-main #price-delivery .tab-box .tab-col.size .info picture {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .lp-main #price-delivery .tab-box .tab-col .info {
    width: 100%;
    margin: 0 auto;
  }
}
.lp-main #price-delivery .tab-box .tab-col .info p a {
  color: #DE1F26;
  font-weight: 700;
}
.lp-main #price-delivery .tab-box .tab-col .info .em {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 20px;
  background: #fff;
  border: 2px solid #DE1F26;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .lp-main #price-delivery .tab-box .tab-col .info .em {
    padding: 8px 10px;
    font-size: 18px;
  }
}
.lp-main #price-delivery .tab-box .tab-col .info .em + p {
  margin-top: 8px;
}
.lp-main #price-delivery .tab-box .tab-col .info .period {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 5px;
  padding: 9px 40px;
  background: #fff;
  border: 2px solid #DE1F26;
  border-radius: 2px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .lp-main #price-delivery .tab-box .tab-col .info .period {
    gap: 4px;
    padding: 8px 10px;
    font-size: 12px;
  }
}
.lp-main #price-delivery .tab-box .tab-col .info .period > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 5px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .lp-main #price-delivery .tab-box .tab-col .info .period > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    font-size: 12px;
  }
}
.lp-main #price-delivery .tab-box .tab-col .info .period > div span {
  font-family: "Unbounded", serif;
  font-size: 28px;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .lp-main #price-delivery .tab-box .tab-col .info .period > div span {
    font-size: 16px;
  }
}
.lp-main #price-delivery .tab-box .tab-col .info .period > div .date {
  color: #DE1F26;
  font-size: 22px;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .lp-main #price-delivery .tab-box .tab-col .info .period > div .date {
    font-size: 14px;
  }
}
.lp-main #price-delivery .attention-list {
  margin-top: 40px;
}
.lp-main #price-delivery .attention-list li {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .lp-main #price-delivery .attention-list li {
    line-height: 1.35;
  }
}
.lp-main #campaign {
  padding: 110px 0 100px;
  background: #DE1F26;
}
@media screen and (max-width: 768px) {
  .lp-main #campaign {
    padding: 40px 0 60px;
  }
}
.lp-main #campaign .title-campaign {
  max-width: 455px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lp-main #campaign .title-campaign {
    max-width: 265px;
  }
}
.lp-main #campaign .campaign-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 90%;
  max-width: 1200px;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .lp-main #campaign .campaign-area {
    gap: 20px;
    margin: 40px auto 0;
  }
}
.lp-main #campaign .campaign-area .campaign-col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 280px 48px 1fr;
  grid-template-columns: 280px 1fr;
  gap: 48px;
  padding: 60px 80px;
  background: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .lp-main #campaign .campaign-area .campaign-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 40px 28px;
  }
}
.lp-main #campaign .campaign-area .campaign-col .head-campaign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
}
.lp-main #campaign .campaign-area .campaign-col .head-campaign .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .lp-main #campaign .campaign-area .campaign-col .head-campaign .heading {
    font-size: 18px;
    line-height: 1.45;
  }
}
.lp-main #campaign .campaign-area .campaign-col .head-campaign .heading span {
  position: relative;
  top: 2px;
  font-family: "Unbounded", serif;
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  .lp-main #campaign .campaign-area .campaign-col .head-campaign .heading span {
    top: 5px;
  }
}
.lp-main #campaign .campaign-area .campaign-col .head-campaign .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .lp-main #campaign .campaign-area .campaign-col .head-campaign .title {
    font-size: 14px;
    line-height: 1.45;
  }
}
.lp-main #campaign .campaign-area .campaign-col .body-campaign p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .lp-main #campaign .campaign-area .campaign-col .body-campaign p {
    font-size: 14px;
  }
}
.lp-main #campaign .campaign-area .campaign-col .body-campaign .campaigin-target {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-grid-columns: auto 18px 1fr;
  grid-template-columns: auto 1fr;
  gap: 18px;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .lp-main #campaign .campaign-area .campaign-col .body-campaign .campaigin-target {
    gap: 8px;
    margin-top: 10px;
  }
}
.lp-main #campaign .campaign-area .campaign-col .body-campaign .campaigin-target dt {
  padding: 3px 5px;
  background: #DE1F26;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .lp-main #campaign .campaign-area .campaign-col .body-campaign .campaigin-target dt {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .lp-main #campaign .campaign-area .campaign-col .body-campaign .campaigin-target dt {
    padding: 2px 8px;
  }
}
.lp-main #campaign .campaign-area .campaign-col .body-campaign .campaigin-target dd {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .lp-main #campaign .campaign-area .campaign-col .body-campaign .campaigin-target dd {
    font-size: 12px;
  }
}
.lp-main #campaign .campaign-area .campaign-col .body-campaign ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 15px;
  padding: 25px;
  background: #F2F2F2;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .lp-main #campaign .campaign-area .campaign-col .body-campaign ul {
    padding: 24px 20px;
  }
}
.lp-main #campaign .campaign-area .campaign-col .body-campaign ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .lp-main #campaign .campaign-area .campaign-col .body-campaign ul li {
    line-height: 1.35;
  }
}
.lp-main #campaign .campaign-area .campaign-col .body-campaign ul li:before {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
  top: -4px;
  content: "";
  width: 8px;
  height: 1px;
  background: #DE1F26;
}
.lp-main #movie {
  width: 90%;
  max-width: 980px;
  margin: 100px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp-main #movie {
    margin: 40px auto 0;
  }
}
.lp-main #movie .title-movie {
  max-width: 240px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lp-main #movie .title-movie {
    max-width: 160px;
  }
}
.lp-main #movie .movie-area {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .lp-main #movie .movie-area {
    margin-top: 40px;
  }
}
.lp-main #movie .movie-area iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 9/16;
}
.lp-main #players-number-uniform {
  width: 90%;
  max-width: 1200px;
  margin: 120px auto 0;
}
@media screen and (max-width: 768px) {
  .lp-main #players-number-uniform {
    width: 92%;
    margin: 40px auto 0;
  }
}
.lp-main #players-number-uniform .title-players-number-uniform {
  max-width: 686px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lp-main #players-number-uniform .title-players-number-uniform {
    max-width: 231px;
  }
}
.lp-main #players-number-uniform .inr-players-number-uniform {
  padding: 90px 100px 96px 120px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 768px) {
  .lp-main #players-number-uniform .inr-players-number-uniform {
    padding: 48px 25px;
  }
}
.lp-main #players-number-uniform .inr-players-number-uniform .info-players-number-uniform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 56px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .lp-main #players-number-uniform .inr-players-number-uniform .info-players-number-uniform {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
    margin-top: 32px;
  }
}
.lp-main #players-number-uniform .inr-players-number-uniform .info-players-number-uniform p {
  -webkit-box-flex: 0.42;
      -ms-flex: 0.42;
          flex: 0.42;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .lp-main #players-number-uniform .inr-players-number-uniform .info-players-number-uniform p {
    padding-top: 0;
    font-size: 16px;
    line-height: 1.8;
  }
}
.lp-main #players-number-uniform .inr-players-number-uniform .info-players-number-uniform p small {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .lp-main #players-number-uniform .inr-players-number-uniform .info-players-number-uniform p small {
    line-height: 1.35;
  }
}
.lp-main #players-number-uniform .inr-players-number-uniform .info-players-number-uniform picture {
  -webkit-box-flex: 0.68;
      -ms-flex: 0.68;
          flex: 0.68;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .lp-main #players-number-uniform .inr-players-number-uniform .info-players-number-uniform picture {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.lp-main #name-number {
  margin-top: 100px;
  padding: 100px 0;
  background: #DE1F26;
}
@media screen and (max-width: 768px) {
  .lp-main #name-number {
    margin-top: 60px;
    padding: 40px 0 60px;
  }
}
.lp-main #name-number .title-name-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  max-width: 606px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lp-main #name-number .title-name-number {
    gap: 12px;
  }
}
.lp-main #name-number .name-number-lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 21px 1fr 21px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
  width: 90%;
  max-width: 1200px;
  margin: 80px auto 0;
  padding: 85px 78px 80px;
  background: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .lp-main #name-number .name-number-lists {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 40px auto 0;
    padding: 40px 28px;
  }
}
.lp-main #name-number p {
  width: 90%;
  max-width: 1200px;
  margin: 30px auto 0;
  font-size: 13px;
}
.lp-main #uniform-partner {
  padding: 110px 0 120px;
  background: #efeada url(/v=1754550865/files/user/common/2025-26/authentic_2526/bg_dolphins.webp) no-repeat top right;
  background-size: 745px 631px;
}
@media screen and (max-width: 768px) {
  .lp-main #uniform-partner {
    padding: 40px 0 60px;
    background: #efeada;
  }
}
.lp-main #uniform-partner .wear-supplier {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp-main #uniform-partner .wear-supplier svg {
    max-width: 229px;
  }
}
.lp-main #uniform-partner .wear-supplier .wear-supplier-list {
  width: 90%;
  max-width: 282px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .lp-main #uniform-partner .wear-supplier .wear-supplier-list {
    width: 44%;
    margin: 20px auto 0;
  }
}
.lp-main #uniform-partner .wear-supplier .wear-supplier-list picture {
  display: block;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.lp-main #uniform-partner .uniform-partner {
  margin-top: 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp-main #uniform-partner .uniform-partner {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .lp-main #uniform-partner .uniform-partner svg {
    max-width: 266px;
  }
}
.lp-main #uniform-partner .uniform-partner .uniform-partner-lists {
  display: -ms-grid;
  display: grid;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 90%;
  max-width: 1200px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .lp-main #uniform-partner .uniform-partner .uniform-partner-lists {
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin: 20px auto 0;
  }
}
.lp-main #uniform-partner .uniform-partner .uniform-partner-lists .uniform-partner-list {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

/*
* color
* --------------------------------------------------*/
.section-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  height: 170px;
  border-top: 2px solid #000;
}
@media (max-width: 1220px) {
  .section-sns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.section-sns .sns-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 550px;
  width: 39.2%;
  background: #fff;
  /*SP*/
}
.section-sns .sns-title picture,
.section-sns .sns-title img {
  width: 262px;
  height: auto;
}
@media (max-width: 1220px) {
  .section-sns .sns-title {
    padding: 36px 0 27px;
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .section-sns .sns-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-sns .sns-title picture {
    text-align: center;
  }
  .section-sns .sns-title img {
    width: 131px;
    height: 35px;
  }
}
.section-sns .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1220px) {
  .section-sns .sns-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
    border-top: 2px solid #000000;
  }
}
.section-sns .sns-list .sns-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 170px;
  padding: 40px 10px 20px;
  border-left: 2px solid #000;
  /*SP*/
}
.section-sns .sns-list .sns-item img {
  height: 70px;
  width: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-sns .sns-list .sns-item img {
    width: 30px;
    height: 30px;
  }
}
.section-sns .sns-list .sns-item .sns-label {
  margin-top: 20px;
  font-size: 15px;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-sns .sns-list .sns-item .sns-label {
    margin-top: 10px;
    font-size: 9px;
  }
}
@media (max-width: 1220px) {
  .section-sns .sns-list .sns-item {
    width: 100%;
  }
  .section-sns .sns-list .sns-item:first-of-type {
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .section-sns .sns-list .sns-item {
    padding: 11px 9px;
  }
}

/*
* color
* --------------------------------------------------*/
/* 背景
-----------------------------------------------------*/
.bg-black {
  background-color: #000000;
}

.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #f4f4f4;
}

/* PC,SPごとの表示切り替え
-----------------------------------------------------*/
.sp-break {
  display: inline;
}

/*SP*/
@media screen and (max-width: 768px) {
  .sp-break {
    display: block;
  }
}
.only-pc {
  display: block;
}

.only-sp {
  display: none;
}

/*SP*/
@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
}