@charset "UTF-8";
h2.ttl3 {
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  h2.ttl3 {
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
}

.btn.btn_more {
  text-align: center;
}
.btn.btn_more a {
  line-height: 1rem;
  padding-top: 2%;
  padding-bottom: 2%;
  background-color: #000;
  color: #fff;
  display: inline-block;
  width: 42%;
  margin: 0 auto;
  font-weight: bold;
}
.btn.btn_more a:hover {
  background-color: #d1d1d4 !important;
  color: #fff;
  text-decoration: none;
  transition: all .3s ease-out;
}

.fs-pt-column .fs-pt-column__item {
  display: block;
  text-align: center;
  background-color: #fff;
  margin-bottom: 60px;
}
.fs-pt-column .fs-pt-column__image {
  display: block;
  margin-bottom: 20px;
}
.fs-pt-column .fs-pt-column__heading {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .fs-pt-column .fs-pt-column__heading {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}
.fs-pt-column .fs-pt-column__description {
  display: block;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .fs-pt-column .fs-pt-column__description {
    font-size: 1.3rem;
  }
}
.fs-pt-column img {
  width: 100%;
  height: auto;
}

/* =============================================================================
 ###　MV 
============================================================================= */
.mv-section {
  /* Arrows */
}
.mv-section .one-third {
  background-color: #d9dbd9;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .mv-section .one-third .homepage-content-main-image {
    width: 64%;
    float: left;
    padding-right: 20px;
    background-color: #fff;
  }
}
.mv-section .one-third .homepage-content-main-image img {
  width: 100%;
  height: auto;
}
.mv-section .one-third .one-third-content {
  background-color: #d9dbd9;
}
@media screen and (min-width: 768px) {
  .mv-section .one-third .one-third-content {
    width: 34%;
    float: right;
  }
}
.mv-section .one-third .one-third-content .one-third-content-inner {
  margin: 1.875rem auto;
  height: 165px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv-section .one-third .one-third-content .one-third-content-inner {
    margin: 10% 15% 10px 18%;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .mv-section .one-third .one-third-content .one-third-content-inner {
    margin: 25% 15% 10px 18%;
    text-align: left;
  }
}
.mv-section .one-third .one-third-content h1 {
  margin: 0;
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: 3.2rem;
}
.mv-section .one-third .one-third-content h1 br {
  display: none;
}
@media screen and (min-width: 768px) {
  .mv-section .one-third .one-third-content h1 br {
    display: inline;
  }
}
.mv-section .one-third .one-third-content .one-third-body {
  padding-bottom: 3%;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .mv-section .one-third .one-third-content .one-third-body {
    width: 75%;
  }
}
.mv-section .one-third .one-third-content .button {
  line-height: 1rem;
  padding-top: 2%;
  padding-bottom: 2%;
  background-color: #000;
  color: #fff;
  display: inline-block;
  width: 42%;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  transition: background-color .2s color .2s;
}
@media screen and (min-width: 768px) {
  .mv-section .one-third .one-third-content .button {
    display: block;
    width: 75%;
    margin: 0;
    margin-bottom: 20px;
    line-height: 2.544rem;
  }
}
.mv-section .one-third .one-third-content .button:hover {
  background-color: #d1d1d4 !important;
  color: #fff;
  text-decoration: none;
  transition: all .3s ease-out;
}
.mv-section .slick-prev,
.mv-section .slick-next {
  position: absolute;
  display: block;
  height: 35px;
  width: 35px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: auto;
  bottom: 50px;
  z-index: 10;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.mv-section .slick-prev:hover, .mv-section .slick-prev:focus,
.mv-section .slick-next:hover,
.mv-section .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.mv-section .slick-prev:before,
.mv-section .slick-next:before {
  height: 35px;
  width: 35px;
  display: block;
  line-height: 1;
}
.mv-section .slick-prev {
  left: 30px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mv-section .slick-prev:before {
  content: '';
}
.mv-section .slick-next {
  right: 30px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mv-section .slick-next:before {
  content: '';
}

/* =============================================================================
 ###　PICK UP COLLECTION
============================================================================= */
.pickup-collection .wrap {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .pickup-collection .wrap {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    padding: 60px 40px;
  }
}
.pickup-collection a {
  display: block;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .pickup-collection a {
    margin-left: 20px;
  }
  .pickup-collection a:first-child {
    margin-left: 0;
  }
}
.pickup-collection a:last-child {
  margin-bottom: 0;
}
.pickup-collection a .fs-pt-column__image {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 240px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .pickup-collection a .fs-pt-column__image {
    height: auto;
    margin-bottom: 35px;
    background-color: #000;
  }
}
.pickup-collection a .fs-pt-column__image img {
  width: 100%;
  height: auto;
  margin-top: -20px;
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .pickup-collection a .fs-pt-column__image img {
    margin: 0;
  }
}
.pickup-collection a .fs-pt-column__heading {
  display: block;
  background-color: #000;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .pickup-collection a .fs-pt-column__heading {
    background-color: transparent;
    color: #000;
    font-size: 1.3rem;
    padding: 0;
    margin-bottom: 15px;
  }
}
.pickup-collection a .fs-pt-column__description {
  display: none;
}
@media screen and (min-width: 768px) {
  .pickup-collection a .fs-pt-column__description {
    display: block;
    font-size: 1.3rem;
  }
}
.pickup-collection a:hover .fs-pt-column__heading {
  color: #c5193d;
}
.pickup-collection a:hover .fs-pt-column__description {
  color: #000;
}

/* =============================================================================
 ###　NEW ARRIVAL
============================================================================= */
.news-section {
  background-color: #f6f6f6;
}
.news-section .wrap {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .news-section .wrap {
    padding: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
.news-section ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.news-section ul li {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .news-section ul li {
    margin-bottom: 15px;
  }
}
.news-section ul li:last-child {
  margin-bottom: 0;
}
.news-section ul li span {
  display: block;
}
@media screen and (min-width: 768px) {
  .news-section ul li span {
    display: inline;
    margin-left: 1em;
  }
}
.news-section ul li .topics-date {
  color: #808080;
  width: 6em;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .news-section ul li .topics-date {
    margin-bottom: 0;
    color: #000;
  }
}
.news-section ul li .btn_topics-link {
  color: #808080;
}
@media screen and (min-width: 768px) {
  .news-section ul li .btn_topics-link {
    color: #000;
  }
}
@media screen and (min-width: 768px) {
  .news-section ul li a:hover .topics-detail,
  .news-section ul li a:hover .btn_topics-link {
    color: #c5193d;
  }
}

/* =============================================================================
 ###　NEW ARRIVAL
============================================================================= */
.new-arrival-section .wrap {
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .new-arrival-section .wrap {
    padding: 40px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.new-arrival-section .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .new-arrival-section .video {
    margin-bottom: 20px;
  }
}
.new-arrival-section .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.new-arrival-section .copy {
  text-align: center;
  margin-bottom: 15px;
}
.new-arrival-section .text {
  margin-bottom: 15px;
  line-height: 2;
}

/* =============================================================================
 ###　BEST SELLER
============================================================================= */
.best-seller-section {
  background-color: #f6f6f6;
}
.best-seller-section .wrap {
  padding: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .best-seller-section .wrap {
    padding: 20px 50px;
  }
}
.best-seller-section .rankIcon {
  display: inline-block;
  text-align: center;
  width: 75px;
  height: 75px;
  line-height: 75px;
  position: absolute;
  left: 0;
  top: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #c4c4c4;
  padding: 0;
  left: 10px;
  top: 10px;
}
@media screen and (min-width: 768px) {
  .best-seller-section .rankIcon {
    width: 64px;
    height: 64px;
    line-height: 64px;
  }
}
.best-seller-section .itemList .inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .best-seller-section .itemList .inner {
    padding: 10px;
  }
}
.best-seller-section .itemList .inner span {
  display: block;
}
.best-seller-section .itemList .productImg {
  background-color: #000;
  margin-bottom: 20px;
}
.best-seller-section .itemList .productName {
  font-size: 1.8rem;
  font-weight: bold;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .best-seller-section .itemList .productName {
    font-size: 1.4rem;
  }
}
.best-seller-section .itemList .prdouctPrice {
  font-weight: normal;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .best-seller-section .itemList .prdouctPrice {
    font-size: 1.4rem;
  }
}
.best-seller-section .itemList .prdouctPrice strong {
  font-weight: normal;
}
.best-seller-section .slick-prev,
.best-seller-section .slick-next {
  position: absolute;
  display: block;
  height: 35px;
  width: 35px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  z-index: 10;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.best-seller-section .slick-prev:hover, .best-seller-section .slick-prev:focus,
.best-seller-section .slick-next:hover,
.best-seller-section .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.best-seller-section .slick-prev:before,
.best-seller-section .slick-next:before {
  height: 35px;
  width: 35px;
  display: block;
  line-height: 1;
}
.best-seller-section .slick-prev {
  left: 0;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.best-seller-section .slick-prev:before {
  content: '';
}
.best-seller-section .slick-next {
  right: 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.best-seller-section .slick-next:before {
  content: '';
}

/* =============================================================================
 ###　SHOP RECOMMEND
============================================================================= */
.shop-recommend-section .wrap {
  padding: 20px 30px;
}
@media screen and (min-width: 768px) {
  .shop-recommend-section .wrap {
    padding: 40px 92px;
  }
}
.shop-recommend-section .fs-pt-column__item {
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .shop-recommend-section .fs-pt-column {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.shop-recommend-section .fs-pt-column > a {
  display: block;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .shop-recommend-section .fs-pt-column > a {
    width: 45%;
  }
}
.shop-recommend-section .fs-pt-column > a:hover .fs-pt-column__heading {
  color: #c5193d;
}
.shop-recommend-section .fs-pt-column > a:hover .fs-pt-column__description {
  color: #000;
}

/* =============================================================================
 ###　TIMEX TOPICS
============================================================================= */
.timex-topics-section {
  background-color: #e6e6e6;
}
.timex-topics-section .wrap {
  padding: 20px 30px;
}
@media screen and (min-width: 768px) {
  .timex-topics-section .wrap {
    padding: 40px;
  }
}
@media screen and (min-width: 768px) {
  .timex-topics-section .fs-pt-column {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .timex-topics-section .fs-pt-column__image {
    margin-bottom: 7px;
  }
}
@media screen and (min-width: 768px) {
  .timex-topics-section .fs-pt-column__heading {
    margin-bottom: 7px;
  }
}
.timex-topics-section .fs-pt-column__item {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .timex-topics-section .fs-pt-column__item {
    width: 23%;
    margin-bottom: 50px;
  }
}
.timex-topics-section .fs-pt-column__description .btn {
  text-align: right;
  margin-right: 1em;
}
@media screen and (min-width: 768px) {
  .timex-topics-section .fs-pt-column__description .btn {
    margin-top: 7px;
  }
}

/* =============================================================================
###　181011 BEST SELLER 商品名を左揃え
============================================================================= */
.best-seller-section .wrap .itemList .inner .productName {
  text-align: left;
  padding: 0 10px 0;
}
@media screen and (min-width: 768px) {
  .best-seller-section .wrap .itemList .inner .productName {
    padding: 0;
  }
}

/* =============================================================================
###　190412 メインビジュアルエリアの配色を変える
============================================================================= */

.mv-section .one-third {
    /* background-color: #000000; */
    background-color: #d9dbd9;
}
.mv-section .one-third .one-third-content {
    /* background-color: #000000; */
    background-color: #d9dbd9;
}
.mv-section .one-third .one-third-content h1 {
    /* color: #ffffff; */
    color: #000000;
}
.mv-section .one-third .one-third-content .one-third-body {
    /* color: #ffffff; */
    color: #000;
}
.mv-section .one-third .one-third-content .button{
    /* background-color: #ffffff;
    color: #000; */
    background-color: #000;
    color: #fff;
} 
.mv-section .one-third .one-third-content-inner {
    color: #ffffff;
}

.mv-section .homepage-content.one-third .one-third-content .button:hover {
  background-color: #fff !important;
  color: #000;
}

.mv-section .slick-next {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

/* =============================================================================
###　181130 ピックアップエリアの高さ調整
============================================================================= */
.pickup-collection a .fs-pt-column__image {
  height: 100%;
}

@media screen and (min-width: 768px) {
.pickup-collection a .fs-pt-column__image {
  height: auto;
}
}

.pickup-collection a .fs-pt-column__image img {
  margin-top: 0;
}