@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;
  }
}
h2.ttl3 span{
  font-size: 75%;
}
.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: '';
}
/* =============================================================================
###　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;
}
/* =============================================================================
 ###　2020-12-04 MV 
============================================================================= */
.mv-section-v2 {
  /* Arrows */
}

.mv-section-v2 .slick-prev,
.mv-section-v2 .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: 50%;
  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-v2 .slick-prev:hover,
.mv-section-v2 .slick-prev:focus,
.mv-section-v2 .slick-next:hover,
.mv-section-v2 .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.mv-section-v2 .slick-prev:before,
.mv-section-v2 .slick-next:before {
  height: 35px;
  width: 35px;
  display: block;
  line-height: 1;
}

.mv-section-v2 .slick-prev {
  left: 30px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}

.mv-section-v2 .slick-prev:before {
  content: '';
}

.mv-section-v2 .slick-next {
  right: 30px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}

.mv-section-v2 .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;
}
/* =============================================================================
###　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;
}

/* =============================================================================
 ###　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: 3em;
  height: 3em;
  line-height: 3em;
  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: 3em;
    height: 3em;
    line-height: 3em;
  }
}

.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,
  .new-arrivalv2-section .wrap {
    padding: 40px !important;
  }

}

@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;
  }
}

/* =============================================================================
 ###　2020-12-04 NEW ARRIVAL 202012v2
============================================================================= */
.new-arrivalv2-section {
  background-color: #f6f6f6;
}

.new-arrivalv2-section .wrap {
  padding: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .new-arrivalv2-section .wrap {
    padding: 20px 50px;
  }

}

.new-arrivalv2-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) {
  .new-arrivalv2-section .rankIcon {
    width: 64px;
    height: 64px;
    line-height: 64px;
  }
}

.new-arrivalv2-section .itemList .inner {
  position: relative;
}

@media screen and (min-width: 768px) {
  .new-arrivalv2-section .itemList .inner {
    padding: 10px;
  }
}

.new-arrivalv2-section .itemList .inner span {
  display: block;
}

.new-arrivalv2-section .itemList .productImg {
  background-color: #000;
  margin-bottom: 20px;
}

.new-arrivalv2-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) {
  .new-arrivalv2-section .itemList .productName {
    font-size: 1.4rem;
  }
}

.new-arrivalv2-section .itemList .prdouctPrice {
  font-weight: normal;
  font-size: 1.5rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .new-arrivalv2-section .itemList .prdouctPrice {
    font-size: 1.4rem;
  }
}

.new-arrivalv2-section .itemList .prdouctPrice strong {
  font-weight: normal;
}

.new-arrivalv2-section .slick-prev,
.new-arrivalv2-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;
}

.new-arrivalv2-section .slick-prev:hover,
.new-arrivalv2-section .slick-prev:focus,
.new-arrivalv2-section .slick-next:hover,
.new-arrivalv2-section .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.new-arrivalv2-section .slick-prev:before,
.new-arrivalv2-section .slick-next:before {
  height: 35px;
  width: 35px;
  display: block;
  line-height: 1;
}

.new-arrivalv2-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);
}

.new-arrivalv2-section .slick-prev:before {
  content: '';
}

.new-arrivalv2-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);
}

.new-arrivalv2-section .slick-next:before {
  content: '';
}

/* =============================================================================
 ###　2020-12-04 TIMEX JOURNAL
============================================================================= */
.timex-journal-section .wrap {
  padding: 20px 20px 40px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .timex-journal-section .wrap {
    padding: 20px 50px;
  }
}

.timex-journal-section .article .lower {
  display: flex;
  flex-flow: row wrap;
  margin-top: 1rem;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding: 1rem 0;
  border-top: 1px solid #000;
}

@media screen and (max-width: 768px) {
  .timex-journal-section .article .lower {
    border-top: 1px solid #fff;
    margin-top: 0;
  }
}

.timex-journal-section .article .data {
  color: #000;
  line-height: 1.4;
  background-color: #fff;
}

.timex-journal-section .catname a {
  display: inline-block;
  padding: .5rem 1rem;
  font-weight: 700;
  line-height: 1;
  background-color: #E7F0F2;
  text-align: center;
}

.timex-journal-section .catname a:hover {
  background: #000;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .timex-journal-section .catname:nth-child(n + 2) {
    margin-left: 0.5rem;
  }
}

@media screen and (max-width: 768px) {
  .timex-journal-section .past .catname {
    display: block;
  }

  .timex-journal-section .past .catname:nth-child(n + 1) {
    margin-top: 0.25rem;
  }

  .timex-journal-section .past .catname a {
    display: block;
  }

  .timex-journal-section .catname a {
    font-size: 1rem;
  }

  .timex-journal-section .article .date {
    font-size: 1rem;
  }

  .timex-journal-section .pc-only {
    display: none !important;
  }
}

.timex-journal-section .past .data .upper {
  position: relative;
}

.timex-journal-section .font-m {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .timex-journal-section .font-m {
    font-size: 1.4rem;
  }
}

.timex-journal-section .article .data .post-title {
  font-weight: 700;
  display: inline;
}

.timex-journal-section .article.past .post-title {
  line-height: 1.4;
  overflow: hidden;
}

.timex-journal-section .past .data .post-title {
  position: relative;
  margin: -75px 10px 10px;
  color: #fff;
  z-index: 2;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
}

.timex-journal-section .past .thumb {
  position: relative;
}

.timex-journal-section .past .thumb:before {
  content: '';
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.timex-journal-section .index-lower {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}

.timex-journal-section .index-lower:after {
  content: "";
  display: block;
  width: calc(33.3333% - 2vw);
  height: 0;
}

.timex-journal-section .article.past {
  width: calc(33.3333% - 2vw);
}

@media screen and (min-width: 769px) {
  .timex-journal-section .article.past:nth-child(N + 4) {
    margin-top: 2vw;
  }
}

@media screen and (max-width: 768px) {
  .timex-journal-section .article.past {
    width: calc(50% - 2vw);
  }

  .timex-journal-section .article.past:nth-child(n + 3) {
    margin-top: 4vw;
  }
}

.timex-journal-section .article.past .thumb {
  width: 100%;
  padding-top: 177.8%;
  position: relative;
  overflow: hidden;
  background: #000;
}

.timex-journal-section .article.past .thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
  transition: 1s;
}

.timex-journal-section .article.past .post-title {
  line-height: 1.4;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .timex-journal-section .article.past .post-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}

.timex-journal-section .article.past:hover .thumb img {
  opacity: 0.8;
  transform: scale(1.025);
}