@charset "utf-8";
/**
 * index.css
 * createdAt: 2016.03.25
 * updatedAt: 2016.04.01
 * updatedAt: 2016.06.02
 * updatedAt: 2019.06.08
 */

/*==================================================

  create at 20180608

==================================================*/

/*------------------ SP ------------------- */
@media screen and (max-width: 640px) {
  .sd2-content {
    text-align: center;
  }
  .pdt-index-txtbox {
    text-align: left;
  }
  .pdt-index-txtbox {
    margin-bottom: 20px !important;
  }
}

/*--------------------------------------------------
  .pdt-index
--------------------------------------------------*/
.pdt-index {
  font-size: 0;
  /* 2019.06.08追記 */
  max-width: 960px;
  text-align: left;
}
.pdt-index-item {
  font-size: 16px;
  font-size: 1rem;
  vertical-align: top;

  /* 2019.06.08追記 */
  margin: 0 1.04166666% 50px;
  width: 31.25%;
  display: none !important;
}
.no-js .pdt-index-item {
  display: inline-block !important;
}
/* 2019.06.08追記 */
.pdt-index-item.active {
  display: inline-block !important;
}

.pdt-index-item a {
  display: block;
}
.pdt-index-imgbox {
  line-height: 0;
  vertical-align: middle;
}
.pdt-index-imgbox img {
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.pdt-index-txtbox {
  margin: 17px 0 0px;
  transition: 0.3s;
}
.pdt-index-txtbox h2,
.pdt-index-txtbox h3 {
  margin: 0;
  font-size: 180.5%;
  font-family: "SST W20 Roman", sans-serif;
  line-height: 1.2;
}
.pdt-index-txtbox h2.W55,
.pdt-index-txtbox h3.W55 {
  font-size: 157.5%;
  font-family: "SST W20 Roman", sans-serif;
  line-height: 1.45;
}

.pdt-index-txtbox p {
  margin: 10px 0 0;
  font-size: 87.5%;
  line-height: 1.7;
}

.pdt-index-txtbox em {
  display: block;
  margin: 5px 0 0;
  font-size: 68.8%;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  .pdt-index-item {
    font-size: 0.75rem;

    /* 2019.06.08追記 */
    width: 46%;
    margin: 0 2% 40px;
  }
}
@media screen and (max-width: 480px) {
  .pdt-index-item {
    width: auto;
    font-size: 0.875rem;

    /* 2019.06.08追記 */
    margin: 0 9 35px;
  }
}

/* .archives
--------------------------------------------------*/
.pdt-index-item.archives {
  display: block !important;
  width: 65.9574468%;

  /* 2019.06.08追記 */
  margin-bottom: 0;
}
.pdt-index-item.archives .pdt-index-imgbox {
  position: relative;
  /*padding-bottom: 198px;*/
  padding-bottom: 31.9354838%;
}
.pdt-index-item.archives .pdt-index-imgbox img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
}

.pdt-index-item.archives.waiting.active {
  display: block;
}

.pdt-index-item.archives h3 {
  position: absolute;
  z-index: 1;
  left: 8.5%;
  top: 37%;
  margin: 0;
  font-size: 237.4%;
  font-weight: normal;
  line-height: 1;
}

@media screen and (max-width: 640px) {
  .pdt-index-item.archives {
    /* margin-top: 60px; */
    width: auto;

    /* 2019.06.08追記 */
    margin-top: 20px;
  }
  .pdt-index-item.archives .pdt-index-imgbox:after {
    width: 12px;
    height: 10px;
    background-size: 12px 10px;
  }
}
@media screen and (max-width: 480px) {
  /* 2019.06.08追記 */
  .pdt-index-item.archives {
    margin-top: 25px;
  }

  .pdt-index-item.archives h3 {
    font-size: 162.5%;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.waiting {
  display: none;
}

.active {
  display: inline-block;
  animation: show 1s linear 0s;
}

/*----------------------------------------
  .pdt-index-imgbox
----------------------------------------*/
.pdt-index-imgbox {
  opacity: 0;
  transition: 0.5s;
}
.pdt-index-imgbox.appear {
  opacity: 1;
}

.no-js .pdt-index-imgbox {
  opacity: 1;
}

.no-js .pdt-index-imgbox .lazy {
  display: none;
}

/*----------------------------------------
  .tag-list
  createAt: 2019.06.08
----------------------------------------*/
.tag-list-heading {
  padding: 0 0 50px;
}
.no-js .tag-list-heading {
  display: none;
}
.tag-list {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
}
.tag-item {
  flex: 0 1 128px;
}
.tag-item:not(:first-of-type) {
  margin-left: 10px;
}
.tag-link {
  text-decoration: none;
  border: 1px solid #f8f8f8;
  border-radius: 5px;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: 0.5s;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0;
  width: 100%;
  background: transparent;
  cursor: pointer;
}
.tag-link:hover,
.tag-item.current .tag-link {
  border-color: #999999;
  color: #000 !important;
}

@media screen and (max-width: 640px) {
  .tag-list-heading {
    padding: 0 0 30px;
  }
  .tag-list {
    flex-wrap: wrap;
  }
  .tag-item {
    flex: 0 0 47.5%;
  }
  .tag-item:nth-of-type(odd) {
    margin-left: 0;
  }
  .tag-item:nth-of-type(even) {
    margin-left: 5%;
  }
  .tag-item:nth-of-type(n + 3) {
    margin-top: 10px;
  }
}

/*----------------------------------------
  .category-tag
  createAt: 2019.06.08
----------------------------------------*/
.category-tag {
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.category-tag-item {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 5px 1em 0 0;
}

.category-tag-link {
  text-decoration: none;
  display: inline-block;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: color 0.3s !important;
}

.category-tag-link::before {
  content: "#";
  display: inline-block;
  margin-right: 0.2em;
}

/**
 * tag-form
 * createAt: 2019.06.08
 */
#tag-form,
#selected-tag {
  position: absolute;
  height: 0;
  border: 0;
  outline: none;
  padding: 0;
}

/**
 * VISION-S用の記述
 */
.vision-s-item .pdt-index-txtbox h2 {
  margin-top: 12px;
  font-size: 87.5%;
  line-height: 1.7;
}

@media screen and (max-width: 639px) {
  .vision-s-item .pdt-index-txtbox h2 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 480px) {
  .vision-s-item .pdt-index-txtbox h2 {
    font-size: 87.5%;
    line-height: 1.2;
  }
}

.vision-s-item .pdt-index-txtbox p {
  margin-top: 10px;
  margin-bottom: 12px;
  line-height: 1.2;
  font-size: 87.5%;
  font-family: "SST W55 Regular", sans-serif;
}

.vision-s-item .pdt-index-txtbox p.top {
  font-size: 157.5%;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 2px;
}

.vision-s-item .pdt-index-txtbox em {
  margin-top: 10px;
}
