@charset "UTF-8";

body {
  overflow-x: hidden;
  position: relative;
}

/* リセット */
#story img {
  vertical-align: bottom;
}

#story,
#story a,
#story div,
#story section,
#story h2,
#story h3,
#story h4,
#story li,
#story p,
#story table,
#story td,
#story th,
#story ul {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ページトップへ戻るボタン */
.link__top a {
  width: 100%;
  height: 100%;
  display: block;
}

.link__top a:hover {
  opacity: 0.5;
}

.link__top {
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 20px;
  width: 52px;
  height: 52px;
  display: none;
  opacity: 1;
  pointer-events: auto;
}

/* ヘッダー */
#indexHeader {
  margin-bottom: 0;
  border-bottom: 1px solid #dddfdd;
}

/* フッター */
footer {
  padding: 20px 0 25px;
  text-align: center;
  border-top: 1px solid #c0c0c0;
}

footer p {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  /*font-size: 11px;*/
  font-size: 12px;
  color: #666;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0
}

/* パンくず */
.breadcrumb {
  border-bottom: 1px solid #dddfdd;
  /*overflow-x: auto;*/
  overflow-x: hidden;
}

.breadcrumb ul {
  overflow: hidden;
  /*max-width: 920px;*/
  width: 200vw;
  height: 32px;
  margin: 0 0;
  font-size: 0;
}

.breadcrumb ul li {
  position: relative;
  display: inline-block;
  /*float: left;*/
  padding: 1px 17px 1px 10px;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  line-height: 30px;
}

.breadcrumb ul li a {
  color: #00aaeb;
  line-height: 30px;
  text-decoration: none
}

.breadcrumb ul li:nth-child(2):before {
  position: absolute;
  top: 0;
  left: -17px;
  display: block;
  width: 17px;
  height: 31px;
  margin: 0 5px;
  content: "";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAA+CAQAAAAPbbqqAAABlElEQVR4AaXXA5DgQBSE4bNt27Zt27Zt2yr7SmfbtrHmv7btbGbLZvqV9QUzmXQXYikXKVpIGS5guKwipzHcpLiGHMNwnxIashfDU0ppyHYMryijIeux+UA5DVmJzRcqasgiLH5QSUPmYPGXqhoyg1xcqaEhk8jBi9oaMoYsfKmvIcPJIJBGGjKQNEJooiF9SSaclhrSnUSiaKMhXYgnlk4a0oEYEuiqIa2JJJneGtKCUFLpryGNCSKDwRrSAH8yGKkhdfAmm3EaUhNPcpiiIdX5Tx6zNKQKf7BYoCEV+UY+yzWkPJ+wWa0hZXiDzWYNKc1zDDsVogR3MZxQgMcYDqgPsV19levVBV2pbSuLRermnqN9YjlMcw7UwpMcJirHjQ9ZjFEPveHa0ZvGQO0HkExf7TeUSHftZxhPZ+2XHEMH50APkoiktRZPQmmhhaQgGmtRzZ8GWmD0oa4WWz2ppYXn/1R3DszD4g9VnAOLsfhGRa3OfKK8VqreUUardi8ooxXMx5R0DhzBcFequSzgCsUKCVMAEm5Z8f5RMtcAAAAASUVORK5CYII=);
  background-size: 17px 31px
}

/* コンテンツ */
#story {
  color: #333;
  width: 100%;
  margin: 0 auto 10vw;
  overflow-x: hidden;
}

#story *, #story *::before, #story *::after {
  box-sizing: border-box;
}

#story .pc {
  display: none;
}

#story p {
  margin: 0;
  padding: 0;
  text-align: justify;
}

#story .bold {
  font-weight: bold;
}

#story .inner {
  padding: 12px 18px 0;
  position: relative;
}

#story .note {
  font-size: 10px;
  line-height: 1.6;
  padding-left: 1em;
  position: relative;
}

#story .note:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
}

#story .mv {}

#story .mv h2 {
  margin: 0;
  padding: 0;
}

#story .mv h2 img {
  width: 100%;
}

#story .mv .inner {
  padding-top: 20px;
  padding-bottom: 45px;
}

#story .card {
  margin-bottom: 50px;
}

#story .card:last-of-type {
  margin-bottom: 0;
}

#story .card .image {
  width: 100vw;
  height: calc(100vw / 4 * 3);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  object-position: center;
  display: block;
}

#story .card .btn_like {
  position: absolute;
  top: -30px;
  left: 18px;
  width: 130px;
  line-height: 45px;
  display: inline-block;
  color: #ff6000;
  border: 1px solid #ff6000;
  background: #fff;
  border-radius: calc(45px / 2);
  text-align: right;
  padding-right: 25px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.5s;
}

#story .card .btn_like:hover {
  text-decoration: none;
}

#story .card .btn_like::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-image: url(../img/common/icon_like.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.5s;
}

#story .card .btn_like.checked {
  color: #fff;
  background: #ff6000;
  cursor: default;
}

#story .card .btn_like.checked::before {
  background-image: url(../img/common/icon_check.png);
}

#story .card .published {
  text-align: right;
  margin-bottom: 15px;
  font-size: 12px;
}

#story .card .company {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 18px;
  margin-bottom: 10px;
  background: #f2f2f2;
  display: inline-block;
}

#story .card .company a {
  color: #666;
  font-size: 13px;
  line-height: 1.23;
}

#story .card .title {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.47;
  color: #54b32c;
  margin-bottom: 10px;
}

#story .card .text {
  font-size: 14px;
  line-height: 1.7;
  position: relative;
  overflow: hidden;
  transition: all 1s;
  /*隠した状態の高さ*/
  height: 5em;
}

#story .card .text::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /*グラデーションで隠す高さ*/
  height: 4em;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  content: "";
  transition: all 1s;
}

#story .card.expanded .text {
  /*展開時の高さ*/
  height: auto;
}

#story .card.expanded .text::before {
  /*展開時はグラデーションを非表示*/
  display: none;
}

#story .card .show_more {
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  text-align: center;
  display: block;
  padding: 10px;
  margin-top: 15px;
  cursor: pointer;
  width: 100%;
  height: 40px;
  position: relative;
}

#story .card .show_more:hover {
  text-decoration: none;
}

#story .card .show_more {
  position: relative;
}

#story .card .show_more::before {
  content: "続きを見る";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  line-height: 40px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #54b32c;
  padding-right: 18px;
}

#story .card .show_more::after {
  content: "";
  position: absolute;
  left: 75px;
  right: 0;
  top: 1px;
  width: 11px;
  height: 100%;
  margin: auto;
  display: block;
  background-image: url(../img/common/arrow_down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#story .card.expanded .show_more::before {
  content: "閉じる";
}

#story .card.expanded .show_more::after {
  transform: scale(1, -1);
  left: 50px;
}
