@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : topics.css
Description :
===================================================================== */
.topics {
  padding: calc(120 / 750 * 100%) 0 calc(160 / 750 * 100%);
}

@media screen and (min-width: 768px) {
  .topics {
    padding: calc(100 / 1120 * 100%) 0 calc(160 / 1120 * 100%);
  }
}
@media screen and (min-width: 1120px) {
  .topics {
    padding: 100px 0 160px;
  }
}
/* =====================================================================
    詳細ページ 
======================================================================*/
.topics article {
  background-color: #fffde7;
  border-radius: 6rem;
  width: calc(670 / 630 * 100%);
  margin-left: calc(-20 / 630 * 100%);
  padding: calc(80 / 630 * 100%) calc(60 / 630 * 100%);
}
.topics article header {
  margin-bottom: calc(60 / 550 * 100%);
}
.topics article header h3 {
  color: #ff6d2d;
  font-weight: 700;
  line-height: 1.833;
}
.topics article header .date {
  color: #ffbd87;
  font-family: YakuHanJP, "Kaisei Opti", serif;
  font-size: 2rem;
  margin-top: 1rem;
}
.topics article .topics_contents > * {
  margin: 0 0 5rem;
}
.topics article .topics_contents p {
  line-height: 1.833;
}
.topics article .topics_btn a {
  color: #ee00a8;
  background-color: #ff6d2d;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  border-radius: 3em;
  padding: 1.4em 0;
}
.topics article .topics_btn a::after {
  content: "";
  display: inline-block;
  width: calc(13 / 750 * 100vw);
  height: calc(13 / 750 * 100vw);
  border-top: 0.15em solid #fff;
  border-right: 0.15em solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 1.5em auto 0;
}

.story_sns_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -o-border-image: linear-gradient(to right, #ff4e8c 0%, #ffde26 50%, #ff9415 100%) 1/1px 0 1px 0;
     border-image: -webkit-gradient(linear, left top, right top, from(#ff4e8c), color-stop(50%, #ffde26), to(#ff9415)) 1/1px 0 1px 0;
     border-image: linear-gradient(to right, #ff4e8c 0%, #ffde26 50%, #ff9415 100%) 1/1px 0 1px 0;
  border-style: solid;
  padding: calc(40 / 550 * 100%) 0;
  margin-top: calc(100 / 550 * 100%);
}
.story_sns_share dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 2rem;
  font-family: YakuHanJP, "Kaisei Opti", serif;
  color: #ff6d2d;
}
.story_sns_share dt::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2em;
  background: url(../images/common/img_deco1.png) no-repeat center/contain;
  width: calc(25 / 750 * 100vw);
}
.story_sns_share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(280 / 750 * 100vw);
}
.story_sns_share ul li {
  width: calc(80 / 280 * 100%);
}
.story_sns_share ul li a {
  border-radius: 50%;
  border: 1px solid #ff6d2d;
  background-color: #fff;
  padding: calc(24 / 80 * 100%) 0;
}
.story_sns_share ul li a img {
  width: calc(33 / 80 * 100%);
  margin: auto;
}

@media screen and (min-width: 768px) {
  .topics article {
    width: 100%;
    margin-left: 0;
    padding: calc(60 / 1024 * 100%) calc(60 / 1024 * 100%) calc(90 / 1024 * 100%);
  }
  .topics article header {
    margin-bottom: calc(40 / 904 * 100%);
  }
  .topics article header h3 {
    font-size: 1.8rem;
    line-height: 2.111;
  }
  .topics article header .date {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
  .topics article .topics_contents p {
    line-height: 2;
  }
  .topics article .topics_btn {
    width: calc(460 / 904 * 100%);
    margin: calc(60 / 904 * 100%) auto 0;
  }
  .topics article .topics_btn a {
    font-size: 1.4rem;
    padding: 1.65em 0;
  }
  .topics article .topics_btn a::after {
    width: calc(9 / 1120 * 100vw);
    height: calc(9 / 1120 * 100vw);
    max-width: 9px;
    max-height: 9px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .topics article .topics_btn a:hover {
    background-color: #ee00a8;
    color: #fff;
  }
  .topics article .topics_btn a:hover::after {
    border-color: #fff;
  }

  .story_sns_share {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: calc(80 / 904 * 100%);
    padding: calc(30 / 904 * 100%) 0;
  }
  .story_sns_share dt {
    font-size: 1.8rem;
  }
  .story_sns_share dt::before {
    right: -3.2em;
    width: calc(25 / 1120 * 100vw);
    max-width: 25px;
  }
  .story_sns_share ul {
    width: calc(210 / 1120 * 100vw);
    max-width: 210px;
    margin-left: 6em;
  }
  .story_sns_share ul li {
    width: calc(60 / 210 * 100%);
  }
  .story_sns_share ul li a {
    padding: calc(18 / 60 * 100%) 0;
  }
  .story_sns_share ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: calc(26 / 60 * 100%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
  }
  .story_sns_share ul li a img {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .story_sns_share ul li a:hover {
    background-color: #ff6d2d;
  }
  .story_sns_share ul li a:hover::before {
    opacity: 1;
  }
  .story_sns_share ul li a:hover img {
    opacity: 0;
  }
  .story_sns_share ul .twitterShare a::before {
    background: url(../images/common/btn_sns1_h.png) no-repeat center/contain;
  }
  .story_sns_share ul .facebookShare a::before {
    background: url(../images/common/btn_sns4_h.png) no-repeat center/contain;
  }
  .story_sns_share ul .lineShare a::before {
    background: url(../images/common/btn_sns3_h.png) no-repeat center/contain;
  }
}
/*# sourceMappingURL=topics.css.map */