@charset "UTF-8";

/* common */

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #261b18;
  font-family: "游ゴシック ", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  text-rendering: auto;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background: url(../img/glay_roop.jpg) repeat center top / 100%;
}

.-mincho {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.-eng {
  font-family: Arial, Helvetica, sans-serif;
}

p {
  margin: 0;
}

.fs-client-cart-count--0 {
  display: none;
}

.fs-client-cart-count {
  width: 18px;
  height: 18px;
  position: absolute;
  background: #d0281a;
  color: #fff;
  padding: 3px;
  border-radius: 50%;
  line-height: 1rem;
  text-align: center;
  font-size: 1rem;
  top: -5px;
  left: -3px;
}

@media (hover: hover) and (pointer: fine) {
  a,
  a img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #261b18;
  }

  a:hover,
  a:hover img {
    opacity: 0.6;
    text-decoration: none;
  }
}

li {
  list-style: none;
}

.imgmax {
  display: block;
  height: auto;
  width: 100%;
}

/*formフォーマット*/

.-reset_form input,
.-reset_form button,
.-reset_form select,
.-reset_form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

.-reset_form textarea {
  resize: vertical;
}

.-reset_form input[type="checkbox"],
.-reset_form input[type="radio"] {
  display: none;
}

.-reset_form input[type="submit"],
.-reset_form input[type="button"],
.-reset_form label,
.-reset_form button,
.-reset_form select {
  cursor: pointer;
}

.-reset_form select::-ms-expand {
  display: none;
}

.-reset_form ::placeholder {
  color: #ccc;
}

.-reset_form ::-ms-input-placeholder {
  color: #ccc;
}

.-reset_form :-ms-input-placeholder {
  color: #ccc;
}

.logout.my-false {
  display: none;
}
.login.my-true {
  display: none;
}
.regist.my-true {
  display: none;
}

/*固定用css*/
.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  background: #fff;
}

#spfixnav {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100 - 87px);
  left: 0;
  top: 87px;
  display: block;
  background: rgba(0, 0, 0, 0.8);
  color: #fff !important;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}

#-trigger {
  display: none;
}

/*margin*/
.-basemb {
  margin-bottom: 80px;
}

/*icon*/
.i-cart {
  position: relative;
  background: url(../img/i-cart.svg) no-repeat left center / 22px 22px;
  padding: 5px 0 5px 32px;
}

.i-delta_w {
  background: url(../img/i-delta_w.svg) no-repeat right center / 18px;
  padding-right: 28px;
}

/*button*/
.diagonal__btn {
  margin: 40px 0 0 auto;
  max-width: 240px;
}

.diagonal__btn--a {
  position: relative;
  display: block;
  color: #fff !important;
  padding: 20px 15px;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  z-index: 2;
}

.diagonal__btn--a::after {
  transform: skewX(-12deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  display: block;
  width: 100%;
  z-index: -1;
}

/*header*/
header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  height: 87px;
  display: flex;
  align-items: center;
  z-index: 10;
}

#logo {
  max-width: 210px;
  transition: 0.3s;
}

#gnav {
  margin: 0 auto 0 20px;
}

.gnav--box,
.head__act--btns {
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.gnav--list:not(:last-of-type) {
  margin-right: 20px;
}

.gnav--list > a {
  color: #fff !important;
  text-decoration: none;
}

.gnav--list br,
.head__act--point br {
  display: none;
}

.header__inner {
  max-width: 1400px;
  max-width: min(calc(100% - 20px), 1400px);
  width: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 20px;
}

.head__act--user {
  display: flex;
  align-items: center;
  color: #a0a0a0 !important;
}

.head__act--btns a,
.head__act--point a {
  color: #a0a0a0 !important;
  text-decoration: none;
}

.head__act--btns a.head_cart--a {
  background: #fff;
  color: #000 !important;
  font-size: 1.8rem;
  line-height: 1;
  display: block;
  text-decoration: none;
  padding: 10px;
  position: relative;
}

.head__act--btns li {
  margin-left: 20px;
}

.head__act--search {
  display: none;
}

.index--search {
  max-width: 1400px;
  max-width: min(calc(100% - 20px), 1400px);
  margin: 0 auto;
  padding: 20px 0;
}

#fs_Top .index--search {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
  z-index: 2;
  padding: 0;
}

.index--search form {
  border: 1px solid #fff !important;
  width: 260px;
  margin-left: auto;
  background: rgba(0, 0, 0, 0.6);
  padding: 5px 10px;
  display: grid;
  grid-template-columns: auto 18px;
  align-items: center;
  gap: 0 10px;
}

.index--search input {
  color: #fff !important;
  display: block;
  width: 100%;
}

.blk {
  display: none;
}

#humberger {
  display: none;
}

/*common*/

.-base {
  max-width: 1200px;
  max-width: min(calc(100% - 40px), 1200px);
  margin-inline: auto;
}

.-sponly {
  display: none;
}

.hide {
  display: none;
}

.-mb_txt p:not(:last-of-type) {
  margin-bottom: 20px;
}

/*title*/
.line__tit {
  text-align: center;
  margin: 0 auto 40px;
}

.line__tit--jn {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}

.line__tit--jn::after {
  width: 80px;
  height: 5px;
  content: "";
  background: #afa661;
  display: block;
  margin: 6px auto 10px;
}

.line__tit--en {
  font-size: 2.4rem;
}
/*footer*/
footer {
  background: #000;
}

footer small {
  display: block;
  color: #fff !important;
  font-size: 1.3rem;
}

.footer_coverpic {
  height: 300px;
  background: url(../img/foot_bgpics.jpg) no-repeat center top #000;
}

.footer_inner {
  padding: 60px 0;
}

.footer_logo {
  max-width: 210px;
  margin-bottom: 30px;
}

.footer_outline {
  display: flex;
  flex-wrap: wrap;
  width: 66%;
  margin-bottom: 30px;
}

.footer_outline li {
  margin: 0 20px 10px 0;
  font-size: 1.5rem;
}

.footer_outline a {
  color: #fff !important;
  text-decoration: none;
}

.footer_sns {
  display: grid;
  grid-template-columns: repeat(3, 40px);
  gap: 0 10px;
  margin-bottom: 30px;
}

/*index*/
.mainvs {
  height: 850px;
  position: relative;
  background: #000;
  overflow: hidden;
  margin-top: -87px;
}

.mainvs::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/mv__cover_shadow.png) no-repeat center center / 100%;
  width: 1920px;
  height: 850px;
  display: block;
  z-index: 1;
  pointer-events: none;
}

.mainvs .swiper-button-prev,
.mainvs .swiper-button-next {
  width: 40px !important;
  height: 128px !important;
}

.mainvs .swiper-button-prev:after,
.mainvs .swiper-button-next:after {
  display: none;
}

.mainvs .swiper-button-prev {
  background: url(../img/slide_prev.svg) no-repeat center center / cover;
}

.mainvs .swiper-button-next {
  background: url(../img/slide_next.svg) no-repeat center center / cover;
}

.mainvs .swiper-pagination-bullet {
  border: 1px solid #fff !important;
  opacity: 1 !important;
  width: 16px !important;
  height: 16px !important;
  margin: 0 10px !important;
}

.mainvs .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff !important;
}

.mainvs .swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.mainvs .slide-media,
.mainvs .thumb-media {
  position: relative;
  overflow: hidden;
}

.mainvs .slide-media img,
.mainvs .thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*スライドが1枚の場合のみ利用*/
.mainvs .swiper__navs,
.mainvs .swiper-pagination {
  display: none;
}

.mainvs .swiper__navs {
  max-width: 1300px;
  max-width: min(calc(100% - 40px), 1300px);
  margin-inline: auto;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.mainvs .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}

.mainvs .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.mainvs .swiper-pagination {
  position: absolute;
  z-index: 1;
  bottom: 50px !important;
  left: 50% !important;
  transform: translateX(-50%);
}

.mainvs .swiper-pagination-bullet:not(:first-child) {
  margin-top: 0.8rem;
}

.mainvs .slide-media {
  height: 850px;
}
.mainvs .slide-media img {
  -webkit-transition: 7s 1s ease-out;
  transition: 7s 1s ease-out;
}

.mainvs .swiper-slide[class*="-active"] .slide-media img {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

@-webkit-keyframes mainvs-fadeIn {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(300px);
    filter: blur(300px);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes mainvs-fadeIn {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(300px);
    filter: blur(300px);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

#tp_movies {
  background: #000 !important;
  padding: 60px 20px;
  justify-content: center;
}

.tp_movies--inner {
  max-width: 800px;
  margin: 0 auto;
  color:#fff;
}

.fanpicnet-cap {
    color: #fff !important;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 auto 0;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

#tp_commitment {
  /*background: url(../img/tp_commitment.jpg) no-repeat center center;*/
  background: url(../img/tp_commitment_ver2.jpg) no-repeat center bottom;
  height: 660px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tp_commitment__inner {
  max-width: 1200px;
  max-width: min(calc(100% - 40px), 1200px);
  width: 100%;
  margin: 100px auto 0;
  color: #fff !important;
  height: 100%;
  position: relative;
}

.tp_commitment_ver2-word {
  max-width: 600px;
  position: absolute;
  bottom: 110px;
  left: 0;
}

.tp_commitment__fcp {
  font-weight: normal;
  font-size: 5rem;
  letter-spacing: 0.1em;
  margin: 0 0 50px 0px;
}

.tp_commitment__fcp span,
.tp_commitment__scp span {
  display: block;
  width: max-content;
}

.tp_commitment__scp {
  font-size: 2.2rem;
  line-height: 1.8;
  font-weight: normal;
}

.commitment__btn {
  margin: 50px 0 0;
  max-width: 320px;
}

.commitment__btn--a {
  position: relative;
  display: block;
  color: #fff !important;
  padding: 20px 15px;
  font-size: 2.4rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
}

.commitment__btn--a::before {
  transform: skewX(-12deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #fff;
  display: block;
  width: 100%;
  z-index: 1;
}

.bansswipe {
  overflow: hidden;
  position: relative;
}

.bansswipe .swiper__navs {
  max-width: 1300px;
  max-width: min(calc(100% - 40px), 1300px);
  margin-inline: auto;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.bansswipe img {
  width: 100%;
  height: auto;
  display: block;
}

.bansswipe .swiper {
  overflow: visible;
}
.bansswipe .swiper-button-prev,
.bansswipe .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px !important;
  height: 50px !important;
  border-radius: 6px;
}

.bansswipe .swiper-button-prev {
  background: url(../img/slide_prev-min.svg) no-repeat center center / 10px rgba(0, 0, 0, 0.6);
}

.bansswipe .swiper-button-next {
  background: url(../img/slide_next-min.svg) no-repeat center center / 10px rgba(0, 0, 0, 0.6);
}

.bansswipe .swiper-button-prev::after,
.bansswipe .swiper-button-next::after {
  display: none;
}

#tp_brand {
  padding: 100px 0 200px;
  background: url(../img/tp_brand.jpg) no-repeat center bottom #2a2a2a;
  height: auto;
  position: relative;
}

#tp_brand::after {
  content: "";
  background: url(../img/bans_syadow.png) no-repeat center bottom / 100%;
  width: 1920px;
  height: 450px;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
}

.glay_roop {
  background: url(../img/glay_roop.jpg) repeat center top;
}

.glay_roop.dirty {
  background: url(../img/dirty_bg.png) no-repeat center top, url(../img/dirty_un.png) no-repeat center bottom, url(../img/glay_roop.jpg) repeat center top;
}

.brand_namebox {
  background: #000;
  padding: 10px;
  width: min(80%, 724px);
  margin: 0 auto 130px;
  filter: drop-shadow(6px 6px 10px rgba(0, 0, 0, 0.6));
}

.brand_namebox--inner {
  border: 1px solid #9a9a9a;
  padding: 40px;
  text-align: center;
}

.wa_gb {
  padding: 100px 0;
}

.brand_namebox--tit {
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 40px;
}

.brand_namebox__list li {
  margin: 0px auto 0;
}

.brand_namebox__list li img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.brand_namebox__list li:not(:last-of-type) {
  margin-bottom: 30px;
}

.pickupitem {
  display: grid;
  grid-template-columns: repeat(3, 31%);
  gap: 40px 3.5%;
}

.pickupitem--pic {
  margin-bottom: 14px;
}

.pickupitem--br,
.pickupitem--name {
  margin-bottom: 5px;
}

.pickupitem--br {
  font-weight: bold;
}

.pickupitem--price {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
}

.pickupitem--price span {
  font-size: 1.6rem;
}

.tp_newsbox {
  background: #fff;
}

.tp_newsbox a,
.tp_newsbox span {
  display: grid;
  grid-template-columns: 100px auto;
  gap: 0 8%;
  padding: 20px 30px;
  text-decoration: none;
}

.tp_newsbox a time,
.tp_newsbox span time {
  color: #962c28;
}

.tp_newsbox li {
  border-bottom: 1px solid #eee;
}

.tp_blogs {
  display: grid;
  grid-template-columns: repeat(3, 30%);
  gap: 40px 5%;
}

.tp_blogs--pic {
  margin-bottom: 20px;
}

.tp_blogs time {
  display: block;
  margin-bottom: 6px;
}

@media (max-width: 1268px) {
  /*header*/
  .gnav--box,
  .head__act {
    font-size: 1.4rem;
  }
}

@media (max-width: 1200px) {
  /*header*/
  #logo {
    max-width: 150px;
  }

  .gnav--list {
    text-align: center;
    line-height: 1.2;
  }

  .gnav--list br,
  .head__act--point br {
    display: block;
  }
}

@media (max-width: 1120px) {
}

@media (max-width: 959px) {
  /*header*/
  #gnav,
  .head__act {
    display: none;
  }
  #-trigger {
    display: block;
  }

  #humberger {
    width: 32px;
    height: 32px;
    display: block;
  }

  #humberger > div {
    position: relative;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 12;
    margin: 0 auto;
  }

  #humberger span {
    background-color: #fff;
  }

  #humberger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    border-radius: 4px;
  }

  #humberger,
  #humberger span {
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
  }
  #humberger span:nth-of-type(1) {
    top: 6px;
  }
  #humberger span:nth-of-type(2) {
    bottom: 14px;
  }

  #-trigger.active #humberger span {
    background-color: #fff;
  }

  #-trigger.active #humberger span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }
  #-trigger.active #humberger span:nth-of-type(2) {
    -webkit-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg);
  }

  .spfixnav__nav--tit {
    color: #fff !important;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    margin-top: -10px;
  }

  #spfixnav.active {
    position: fixed;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100 - 87px);
    left: 0;
    top: 87px;
    display: block;
    background: rgba(0, 0, 0, 0.8);
    color: #fff !important;
    z-index: 2;
    opacity: 1;
    pointer-events: all;
  }

  #spfixnav a {
    color: #fff !important;
    text-decoration: none;
  }

  #spfixnav .spfix__inner {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
  }

  .spfix__inner--member {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-bottom: 15px;
  }

  .spfix__inner--member p:not(:last-child) {
    margin-right: 20px;
  }

  #spfixnav .spfix__cart {
    background: #fff;
    padding: 10px;
    display: block;
    text-align: center;
    color: #000 !important;
  }
  #spfixnav form {
    width: 100%;
    padding: 10px;
    border: 1px solid #a0a0a0;
    display: grid;
    grid-template-columns: auto 20px;
    gap: 0 10px;
    margin: 10px 0 20px;
  }

  .spfix__input {
    color: #fff !important;
  }

  #spfixnav .gnav--box {
    display: block;
  }

  #spfixnav .gnav--list {
    position: relative;
    text-align: left;
    padding-left: 15px;
    font-size: 2rem;
  }

  #spfixnav .gnav--list:not(:last-of-type) {
    margin-bottom: 15px;
  }

  #spfixnav .gnav--list a {
    display: block;
    padding: 5px 10px;
  }

  #spfixnav .gnav--list::before {
    content: "";
    width: 15px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 18px;
  }

  #spfixnav .gnav--list br {
    display: none;
  }

  /*footer*/
  .footer_coverpic {
    display: none;
  }

  /*index*/
  .index--search {
    display: none;
  }

  .mainvs {
    height: 600px;
    overflow: hidden;
  }

  .mainvs .slide-media {
    height: 600px;
  }
}

@media (max-width: 767px) {
  /*footer*/
  .footer_logo {
    max-width: 160px;
    margin: 0 auto 40px;
  }
  .footer_outline {
    display: grid;
    grid-template-columns: repeat(2, 48%);
    gap: 10px 4%;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
  }

  .footer_outline li {
    margin: 0;
  }

  .footer_outline li:nth-of-type(1) {
    order: 1;
  }
  .footer_outline li:nth-of-type(2) {
    order: 2;
  }
  .footer_outline li:nth-of-type(3) {
    order: 3;
  }
  .footer_outline li:nth-of-type(4) {
    order: 4;
  }
  .footer_outline li:nth-of-type(5) {
    order: 8;
    grid-column: span 2;
    text-align: center;
    margin: 20px 0;
  }

  .footer_outline li:nth-of-type(5) a {
    display: block;
    padding: 10px;
    border: 1px solid #fff;
  }

  .footer_outline li:nth-of-type(6) {
    order: 5;
  }

  .footer_outline li:nth-of-type(7) {
    order: 6;
  }

  .footer_outline li:nth-of-type(8) {
    order: 7;
    grid-column: span 2;
  }

  .footer_outline li:nth-of-type(9) {
    order: 9;
  }
  .footer_outline li:nth-of-type(10) {
    order: 10;
  }
  .footer_outline li:nth-of-type(11) {
    order: 11;
  }
  .footer_outline li:nth-of-type(12) {
    order: 12;
  }
  .footer_outline li:nth-of-type(13) {
    order: 13;
    grid-column: span 2;
    border-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #a0a0a0;
  }

  .footer_outline li:nth-of-type(14) {
    order: 14;
  }

  .footer_outline li:nth-of-type(15) {
    order: 15;
  }

  .footer_outline li:nth-last-child(-n + 2) {
    grid-column: span 2;
  }

  .footer_sns {
    justify-content: center;
    gap: 0 20px;
  }
  footer small {
    font-size: 1.2rem;
    text-align: center;
  }

  /*button*/
  .diagonal__btn {
    margin: 40px auto 0;
    max-width: 320px;
    width: 90%;
  }

  /*index*/
  .brand_namebox--inner {
    border-color: #afa661;
  }

  .pickupitem--price {
    font-size: 2.2rem;
  }
  .pickupitem--price span {
    font-size: 1.4rem;
  }

  .swiper__navs {
    display: none;
  }

  .tp_commitment__fcp {
    font-size: 4rem;
  }
  .tp_commitment_ver2-word {
    max-width: 500px;
  }
}

@media (max-width: 650px) {
  /*header*/
  header {
    height: 60px;
  }

  #spfixnav.active,
  #spfixnav {
    height: calc(var(--vh, 1vh) * 100 - 60px);
    top: 60px;
  }

  /*title*/
  .line__tit--jn {
    font-size: 3rem;
  }

  .line__tit--en {
    font-size: 2rem;
  }
  /*index*/
  .mainvs {
    margin-top: -70px;
  }
  .mainvs::after {
    background: url(../img/mv__cover_shadow-sp.png) no-repeat center center / 100%;
    width: 100vw;
    height: 84vw;
    z-index: 1;
  }

  .tp_blogs {
    grid-template-columns: 100%;
    gap: 40px 0;
  }

  .pickupitem {
    grid-template-columns: repeat(2, 48%);
    gap: 40px 4%;
  }

  .mainvs .slide-media img,
  .mainvs .thumb-media img {
    position: relative;
    left: inherit;
    top: inherit;
    width: 100%;
    height: auto;
    display: block;
  }

  .mainvs {
    height: auto;
    overflow: hidden;
  }

  .mainvs .slide-media {
    height: auto;
  }

  #tp_commitment {
    background: none;
    height: auto;
    display: block;
  }

  .tp_commitment__inner {
    max-width: 100%;
    margin: 0 auto;
  }

  .tp_commitment_ver2-word {
    display: none;
  }

  .tp_commitment__fcp {
    margin-left: 0;
  }

  .tp_commitment__inner__ups {
    height: 70vw;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/tp_commitment__inner__ups_ver2.jpg) no-repeat center top / cover;
  }

  .tp_commitment__inner__uns {
    height: 110vw;
    padding-bottom: 40px;
    margin: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: url(../img/tp_commitment__inner__uns_ver2.jpg) no-repeat center top / 100%;
  }

  .commitment__btn {
    margin-top: 0;
  }

  #tp_brand {
    padding: 60px 0 60px;
    background: url(../img/tpbans_sp.jpg) no-repeat center top #2a2a2a;
    height: auto;
  }
}

@media (max-width: 519px) {
  /*index*/
  .tp_newsbox a,
  .tp_newsbox span {
    grid-template-columns: 100%;
    gap: 5px 0;
  }

  .tp_commitment__fcp {
    font-size: 2.8rem;
    width: max-content;
    margin: 0 0 20px;
  }

  .tp_commitment__scp {
    font-size: 1.6rem;
  }

  .tp_commitment__fcp span,
  .tp_commitment__scp span {
    width: auto;
  }
}

@media (max-width: 414px) {
}

@media (max-width: 375px) {
}

@media (max-width: 360px) {
}

@media (min-width: 1921px) {
  #tp_commitment {
    background-size: cover;
  }

  #tp_brand::after {
    right: inherit;
    left: 0;
    width: 100vw;
  }

  .glay_roop {
    background-size: cover;
  }

  .glay_roop.dirty {
    background-size: 100% auto, 100% auto, cover;
  }
}





.container {
  display: flex;
  align-items: center;
  justify-content: center;
}


.box {
  display: flex;
  width: 1000px;
  overflow-x: scroll;
}
 
.box div {
  width: 90%;
  margin: 5px;
  flex-shrink: 0;
}