@charset "utf-8";
/* CSS Document */
body {
  overflow-x: hidden;
}
ul,
ol {
  padding-left: 0;
}
img {
  width: 100%;
}
.fs-c-productImageModalCarousel__figure img {
  width: auto;
}
.fs-l-main {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.fs-l-pageMain {
  max-width: 100%;
}
#main_contents .inner {
  width: 100%;
  max-width: 1180px;
  padding: 60px 40px;
  margin: 0 auto;
}
#main_contents a {
  color: #222;
}
#main_contents a.btn:visited {
  color: #fff;
}
#main_contents ul {
  list-style: none;
}
#main_contents h2 {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
#main_contents h2 span {
  font-size: 1.4rem;
  font-weight: normal;
}
/*--スライダー-----------------------------------------------------------------------*/
#top_slide_wrap {
  width: 100vw;
  overflow-x: hidden;
  margin-bottom: 60px;
}
#top_slide_wrap .top_slide_inner {
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  overflow: visible;
}
#top_slide_wrap #top_slider.slider {
  margin: 0;
  overflow: visible;
}
#top_slide_wrap .slick-slide {
  transition: all ease-in-out 0.3s;
}
#top_slide_wrap ul.slider .slick-list li img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}
#top_slide_wrap #top_slider .slick-list {
  overflow: visible !important;
}
/* 中央以外も z-index でちゃんと重なるように */
#top_slide_wrap .slick-slide {
  z-index: 1;
}
#top_slide_wrap .slick-slide.slick-center {
  z-index: 2;
}
#top_slide_wrap .top_slide_inner .arrow_box {
  display: flex;
  justify-content: space-between;
  max-width: 1180px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.prev-arrow,
.next-arrow {
  /*display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;*/
  transition: all 0.3s ease;
  cursor: pointer;
  width: 40px;
}
.slick-dots {
  position: absolute;
  bottom: 1em;
}
.slick-dots li button:before {
  font-size: 20px;
}
#top_slide_wrap .slick-track.is-sliding {
  overflow: visible !important;
}
/*--新着商品-----------------------------------------------------------------------*/
#newarrival_list article h2 {
  margin-bottom: 2.4rem;
  text-align: left;
}
#newarrival_list .fs-c-button--addToCart--list {
  background-color: #222;
  color: #fff;
  text-align: center;
  padding: 0.5em;
  border-radius: 25px;
  font-size: clamp(1rem, 1.319vw, 1.4rem);
  transition: all 0.5s 0s ease; /*transitionの記述を追加*/
}
#newarrival_list .fs-c-button--addToCart--list:hover {
  text-decoration: none;
  background-color: #fff;
  color: #222;
  border: 1px solid #222;
}
#newarrival_list .fs-c-productListItem__lowInStock {
  border: none;
  background-color: #fff450;
}
#newarrival_list .salechips {
  background-color: #ed1a3d;
}
/*--おすすめ特集-----------------------------------------------------------------------*/
#pickUp ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4em;
}
#pickUp a.btn {
  display: block;
  width: fit-content;
  padding: 0.5em 1em;
  background-color: #222;
  color: #fff;
  border-radius: 25px;
  transition: all 0.5s ease 0s;
}
#pickUp .btn_wrap {
  text-align: center;
  margin-top: 60px;
}
#pickUp a.btn {
  border: 1px solid transparent;
  margin: 0 auto;
}
#pickUp a.btn::after {
  content: "";
  background-image: url("https://worldwidewatch.itembox.design/item/index/link_arrow_w.svg");
  background-size: contain;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-left: 0.5em;
  transition: all 0.5s ease 0s;
}
#pickUp a.btn:hover {
  background-color: #fff;
  border: 1px solid #222;
  color: #222;
  text-decoration: none;
}
#pickUp a.btn:hover::after {
  background-image: url("https://worldwidewatch.itembox.design/item/footer/contact_arrow.svg");
}
@media (width < 768px) {
  #pickUp ul {
    grid-template-columns: repeat(2, 1fr);
    grid-row: auto;
    grid-gap: 2em;
  }
}
/*--お知らせ-----------------------------------------------------------------------*/
#news ul li {
  border-bottom: 1px dotted #222;
  padding: 1em 0.5em;
}
#news ul li > div {
  margin-bottom: 1em;
}
#news ul li .date {
  display: inline-block;
  margin-right: 1em;
}
#news ul li .tag {
  font-size: 1.2rem;
  padding: 0.3em 0.5em;
  border: 1px solid #222;
  margin-right: 1em;
  display: inline-block;
}
#news ul li p {
  margin: 0;
}
/*--おすすめ商品-----------------------------------------------------------------------*/
#recommend_item article h2 {
  margin-bottom: 2.4rem;
  text-align: left;
}
#recommend_item .fs-c-button--addToCart--list {
  background-color: #222;
  color: #fff;
  text-align: center;
  padding: 0.5em;
  border-radius: 25px;
  font-size: clamp(1rem, 1.319vw, 1.4rem);
  transition: all 0.5s 0s ease; /*transitionの記述を追加*/
}
#recommend_item .fs-c-button--addToCart--list:hover {
  text-decoration: none;
  background-color: #fff;
  color: #222;
  border: 1px solid #222;
}
#recommend_item .fs-c-productListItem__lowInStock {
  border: none;
  background-color: #fff450;
}
#recommend_item .salechips {
  background-color: #ed1a3d;
}
/*== ▼各ブランド共通 ===================================================================================*/
#main_contents .spacer {
  margin-top: 60px;
}
#main_contents .brandPage_breadcrumbs .inner {
  padding: 1em 40px;
  font-size: 1rem;
}
#main_contents .nw {
}
#main_contents .nw::after {
  content: "";
  display: inline-block;
  background-image: url("https://worldwidewatch.itembox.design/item/betsumado.svg");
  width: 1em;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: baseline;
  margin: 0 0.3rem;
  transform: translateY(2px);
}
#main_contents .brandPage_breadcrumbs .fs-pt-list--breadcrumb li:last-of-type {
  font-weight: bold;
}
.fs-c-breadcrumb__list {
  max-width: 1180px;
  padding: 1em 40px;
  margin: 0 auto;
  font-size: 1rem;
}
#main_contents #about_mv .inner {
  padding-top: 0;
}
.brandhead .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brandhead .inner .logo {
  text-align: center;
}
.brandhead .inner .logo img {
  max-height: 10rem;
  width: auto;
}
.brandhead .inner .sns_wrap {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
.brandhead .inner .sns_wrap ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.2rem;
  width: fit-content;
}
.brandhead .inner .sns_wrap ul li a {
  display: block;
}
.brandhead .inner .sns_wrap img {
  height: 3.2rem;
}
#main_contents a .img_wrap {
  overflow: hidden;
}
#main_contents a .img_wrap img {
  transition: transform 0.6s ease;
  display: block;
}
#main_contents a:hover .img_wrap img {
  transform: scale(1.1);
}
#main_contents #news ul li a {
  display: grid;
  grid-template-columns: 140px 1fr;
  position: relative;
  padding-right: 5em;
  grid-gap: 1em;
  align-items: center;
  transition: all 0.5s ease 0s;
}
#main_contents #news ul li a::after {
  content: "";
  background-image: url(https://worldwidewatch.itembox.design/item/brand/news_arrow.svg);
  background-size: contain;
  width: 2.5em;
  height: 2.5em;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-left: 0.5em;
  transition: all 0.5s ease 0s;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#main_contents #news ul li a .tag_date {
  margin-bottom: 1em;
  font-size: 0.8em;
}
#main_contents #news ul li a .tag_date span {
  margin-right: 1em;
  display: inline-block;
}
#main_contents #news ul li a .tag_date span:nth-of-type(1),
#main_contents #news ul li a .tag_date span:nth-of-type(2) {
  padding-right: 1em;
  border-right: 1px solid #999;
  color: #999;
}
#main_contents #news ul li a .tag_date span:last-of-type {
  margin-right: 0;
}
#main_contents #shoplist h3 {
  font-size: 2.4rem;
  text-align: center;
  margin: 0;
}
#main_contents #shoplist h4 {
  font-size: 1.8rem;
  border-bottom: 1px solid #222;
  padding: 4em 0 1em;
  margin: 0;
}
#main_contents #shoplist ul li {
  border-bottom: 1px solid #eee;
  padding: 1em 0;
  font-size: 1.2rem;
  line-height: 2;
}
#main_contents #shoplist ul li .shop_name {
  font-size: 1.4rem;
}
#main_contents #shoplist ul li a {
  display: inline-block;
}
#main_contents .btn {
  border-radius: 25px;
  background-color: #222;
  color: #fff;
  padding: 0.5em 1em;
  width: fit-content;
  display: block;
  margin: 0 auto;
  border: 1px solid transparent;
  transition: all 0.5s ease 0s;
}
#main_contents .btn::after {
  content: "";
  background-image: url(https://worldwidewatch.itembox.design/item/index/link_arrow_w.svg);
  background-size: contain;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-left: 0.5em;
  transition: all 0.5s ease 0s;
}
#main_contents .btn:hover::after {
  background-image: url(https://worldwidewatch.itembox.design/item/footer/contact_arrow.svg);
}
#main_contents .btn:hover {
  text-decoration: none;
  background-color: #fff;
  color: #222 !important;
  border: 1px solid #222;
}
#main_contents .fs-c-subgroup,
#main_contents .fs-c-productList {
  max-width: 1180px;
  padding: 60px 40px;
  margin: 0 auto;
}
#main_contents .col1 p {
  text-align: center;
}
#main_contents .col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2em;
}
#main_contents .col2.rev .box:nth-of-type(1) {
  order: 2;
}
#main_contents .col2.rev .box:nth-of-type(2) {
  order: 1;
}
#main_contents .col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4em;
}
#main_contents .col2 .box p:first-of-type,
#main_contents .col3 .box p:first-of-type {
  margin-top: 0;
}
#main_contents #shoplistPage h3 {
  font-size: 2.4rem;
  text-align: center;
  margin: 60px 0 0;
}
#main_contents #shoplistPage h4 {
  font-size: 1.8rem;
  border-bottom: 1px solid #222;
  padding: 4em 0 1em;
  margin: 0;
}
#main_contents #shoplistPage ul li {
  border-bottom: 1px solid #eee;
  padding: 1em 0;
  font-size: 1.2rem;
  line-height: 2;
}
#main_contents #shoplistPage ul li .shop_name {
  font-size: 1.4rem;
}
#main_contents #category .recommend_series {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 4em;
}
#main_contents #category .recommend_series a {
  display: block;
  text-align: center;
}
#main_contents #category .recommend_series a img {
  max-height: 150px;
  width: auto;
  margin: 0 auto;
  transition: all 0.5s ease 0s;
}
#main_contents #category .recommend_series a:hover img {
  transform: rotate(15deg);
}
#main_contents #category .recommend_series a p {
  text-align: left;
}
#main_contents #category .recommend_series a p:first-of-type {
  font-weight: bold;
  font-size: 1.6rem;
}
#main_contents #category .other_series {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 2em;
  margin-top: 120px;
}
#main_contents #category .other_series a {
  display: block;
  text-align: center;
}
#main_contents #category .other_series a img {
  max-height: 100px;
  width: auto;
  margin: 0 auto;
  transition: all 0.5s ease 0s;
}
#main_contents #category .other_series a:hover img {
  transform: rotate(15deg);
}

#main_contents #category .other_series a p {
  text-align: left;
}
#main_contents #category .other_series a p:first-of-type {
  font-weight: bold;
}
#main_contents
  .fs-c-productList__list
  button.fs-c-button--addToCart--list.fs-c-button--plain {
  background: #222;
  color: #fff;
  border-radius: 25px;
  padding: 0.5em 1em;
  font-size: clamp(1rem, 1.319vw, 1.4rem);
  transition: all 0.5s ease 0s;
}
#main_contents
  .fs-c-productList__list
  button.fs-c-button--addToCart--list.fs-c-button--plain:hover {
  text-decoration: none;
  opacity: 1;
  border: 1px solid #222;
  background: #fff;
  color: #222;
}
#main_contents
  .fs-c-productList__list
  a.fs-c-button--viewProductDetail.fs-c-button--plain {
  background: #222;
  color: #fff;
  border-radius: 25px;
  padding: 0.5em 1em;
  font-size: clamp(1rem, 1.319vw, 1.4rem);
  transition: all 0.5s ease 0s;
}
#main_contents
  .fs-c-productList__list
  a.fs-c-button--viewProductDetail.fs-c-button--plain:hover {
  text-decoration: none;
  opacity: 1;
  border: 1px solid #222;
  background: #fff;
  color: #222;
}
#main_contents #pickUpAll .contents_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 4em;
}
#main_contents #pickUp_contents_main h3 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
#main_contents #pickUp_contents_main h4 {
  font-weight: bold;
}
#main_contents #pickUp_contents_main .col2 img + p {
  margin-top: 1rem;
}
#main_contents #pickUp_contents_main .products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4em;
}
#main_contents #pickUp_contents_main .products .product_price {
  font-size: 2rem;
  font-weight: bold;
}
#main_contents .cart_style {
  background: #222;
  width: 100%;
  font-size: 2rem;
  transition: all 0.3s ease 0s;
  border-radius: 25px;
  border: 1px solid transparent;
  padding: 0.5em 1em;
}
#main_contents .cart_style .fs-c-button__label::after {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e91e";
  margin-left: 0.8rem;
}
#main_contents .cart_style:hover {
  background: #fff;
  color: #222;
  border: 1px solid #222;
  opacity: 1;
}
#main_contents .btn_review img {
  transition: all 0.3s ease 0s;
}
#main_contents .btn_review:hover img {
  opacity: 0.8;
}
/*--▼商品詳細--------------------------------------------------------------------------------------------------------*/
#fs_form {
  width: 100%;
  max-width: 1180px;
  padding: 60px 40px;
  margin: 0 auto;
}
.fs-l-product2 #fs_form .fs-l-productLayout {
  grid-gap: 60px 16px;
}
#fs_form .fs-c-productNameHeading__copy {
  font-weight: normal;
  font-size: 1.2rem;
}
#fs_form .fs-c-productNumber {
  font-size: 1.2rem;
}
#fs_form .fs-c-productMark__mark--4 {
  background: #bdbdbd;
}
#fs_form .fs-c-productPrice--selling .fs-c-price__currencyMark,
#fs_form .fs-c-productPrice--selling .fs-c-price__value {
  color: #b3261e;
}
#fs_form .fs-c-productPointDisplay {
  background: #bdbdbd;
}
#fs_form .fs-c-button--particular {
  border-radius: 25px;
}
#fs_form .fs-c-productStock--lowInStock {
  background-color: #fff450;
  padding: 4px;
  text-align: center;
}
#fs_form .fs-c-productQuantityAndWishlist {
  grid-template-columns: 1fr 2fr;
}
#fs_form .fs-c-button--addToWishList--detail {
  white-space: nowrap;
}
#fs_form .fs-c-inquiryAboutProduct {
  border: 1px solid #bdbdbd;
  background-color: #bdbdbd;
  transition: all 0.3s ease 0s;
  padding: 0;
}
#fs_form .fs-c-inquiryAboutProduct:hover {
  background-color: #fff;
  color: #222;
}
#fs_form .fs-c-button--plain:hover {
  text-decoration: none;
  opacity: 1;
}
#fs_form .fs-c-button--inquiryAboutProduct {
  padding: 0.58em 1em;
  font-size: clamp(1.4rem, 1.319vw, 1.8rem);
  line-height: 1.5;
}
#fs_form .fs-c-productReview .fs-c-buttonContainer {
  padding: 0;
  display: block;
}
#fs_form .item_detail {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.5;
}
#fs_form .item_detail h3 {
  background: none;
  font-weight: bold;
  border-bottom: 1px solid #222;
  font-size: 2rem;
}
#fs_form .fs-p-productDescription--full,
#fs_form .item_spec,
#fs_form .item_series {
  padding: 60px 0;
  margin-bottom: 0;
}
#fs_form .item_spec table tr {
  border-bottom: solid 1px #ececec;
}
#fs_form .item_spec table th {
  width: 20%;
  color: #222;
  text-align: left;
}
#fs_form .movie {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  padding-top: 0;
  margin: 60px 0;
}
#fs_form .movie iframe {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: auto;
  left: auto;
}
#fs_form .brand_description {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 4em;
  padding: 60px 0;
}
#fs_form .brand_description h3 {
  margin-top: 0;
}
#fs_form .product_detail_shopping_guide {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4em;
  padding: 60px 0;
}
#fs_form .product_detail_shopping_guide h4 {
  font-weight: bold;
  border-bottom: 1px solid #222;
}
#fs_form .about_www {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 4em;
  padding: 60px 0;
  text-align: left;
}
#fs_form .about_www div:first-of-type {
  text-align: center;
}
#fs_form .about_www div:first-of-type img {
  max-width: 170px;
}
#fs_form .about_www h3 {
  margin-top: 0;
  font-weight: bold;
}
#fs_form .about_afterService {
  padding: 60px 0;
}
#fs_form .about_afterService .title {
  position: relative;
}
#fs_form .about_afterService .title h3 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: clamp(1.6rem, 2.2vw, 3rem);
  padding: 0;
  margin: 0;
  text-shadow: 0px 0px 20px rgba(255, 255, 255, 1),
    0px 0px 20px rgba(255, 255, 255, 1);
  font-weight: bold;
}
/*--▲商品詳細--------------------------------------------------------------------------------------------------------*/

@media (width < 769px) {
  .brandhead .inner {
    display: block;
  }
  .brandhead .inner .logo {
    margin-bottom: 2em;
  }
  .brandhead .inner .sns_wrap {
    position: relative;
    top: 0;
    transform: translateY(0);
    right: auto;
  }
  .brandhead .inner .sns_wrap ul {
    margin: 0 auto;
  }
  #main_contents .col2 {
    grid-template-columns: repeat(1, 1fr);
  }
  #main_contents .col2.rev .box:nth-of-type(1) {
    order: 1;
  }
  #main_contents .col2.rev .box:nth-of-type(2) {
    order: 2;
  }
  #main_contents .col3 {
    grid-template-columns: repeat(1, 1fr);
  }
  #main_contents #category .recommend_series {
    grid-template-columns: repeat(2, 1fr);
  }
  #main_contents #category .other_series {
    grid-template-columns: repeat(3, 1fr);
  }
  #main_contents #pickUpAll .contents_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  #main_contents #pickUp_contents_main .products {
    grid-template-columns: repeat(1, 1fr);
  }
  #fs_form .fs-l-productLayout {
    display: block;
  }
  #fs_form .brand_description {
    grid-template-columns: repeat(1, 1fr);
  }
  #fs_form .product_detail_shopping_guide {
    grid-template-columns: repeat(1, 1fr);
  }
  #fs_form .about_www {
    grid-template-columns: repeat(1, 1fr);
  }
  #fs_form .fs-c-productSalesPeriod {
    margin-bottom: 8px;
  }
  #fs_form .fs-c-inquiryAboutProduct {
    margin-bottom: 8px;
  }
  #fs_form .fs-c-button--inquiryAboutProduct {
    margin-bottom: 0;
  }
  #fs_form .fs-c-button--plain {
    border: 1px solid transparent;
  }
}
@media (width < 481px) {
  #main_contents #news ul li a {
    grid-template-columns: 1fr;
  }
}
/*== ▲各ブランド共通 ===================================================================================*/
/*== ▼GARRACK ===================================================================================*/
#gar #collaboration ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 4em;
}
#gar #collaboration ul li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  row-gap: 1em;
}
#gar #collaboration ul li a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  row-gap: 1em;
}
#gar #collaboration ul li a p {
  text-align: center;
}
#gar .fs-c-subgroup,
#gar .fs-c-productList {
  display: none;
}
@media (width < 768px) {
  #gar #collaboration ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
/*== ▲GARRACK ===================================================================================*/
