﻿article.article-template {
  margin-bottom: 13.5rem;
  /* padding-top: 5rem; */
}

article.article-template h1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 2rem;
  margin: 0 0 3rem;
  border-bottom: solid 1px #DDDDDD;
}
.article-template__created-at {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
.article-template__img {
  display: block;
  width: 100%;
  height: min-content;
  aspect-ratio: 1.625;
  object-fit: cover;
  border: none;
  margin-bottom: 5rem;
}
.article-template__img-contain{
  object-fit: contain;
}
.article-template__content {
  margin-bottom: 100px;
}
.article-template__content img{
  width: 100%;
  max-width: fit-content;
}
.article-template__content h2 {
  background-color: #EEEDDE;
  border-radius: 5px;
  min-height: 50px;
  font-family: 'Noto sans JP', sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 50px !important;
  padding: 1.2rem;
  margin-top: 30px;
}
.article-template__content h2 span {
  text-decoration: none !important;
}
.article-template__content h3 {
  height: 3rem;
  padding-left: 1rem;
  border-left: solid 5px #EEEDDE;
  font-family: 'Noto sans JP', sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2.5rem;
  margin: 5rem 0 1.5rem 0;
}
.article-template__content p,
.article-template__content span {
  font-size: 1.6rem;
  color: #333333;
}
@media screen and (min-width: 750px) {
  article.article-template {
    margin-bottom: 15rem;
  }
  article.article-template h1 {
    font-size: 2rem;
    margin: 0 0 5rem;
  }
  .article-template__created-at {
    font-size: 1.4rem;
  }
  .article-template__img {
    margin-bottom: 4rem;
  }
  .article-template__content {
    margin-bottom: 150px;
  }
  .article-template__content h2 {
    padding: 1.2rem 3rem;
  }
  .article-template__content h3 {
    padding-left: 2rem;
  }
  .article-template__content p,
  .article-template__content span {
    font-size: 2.0rem;
  }
}

.article-template .view-more__text {
  right: 0;
}
.article-template .view-more__underline {
  width: 110%;
}

.article-template__comment-wrapper {
  margin-top: 5rem;
  padding: 2.7rem 0;
}

@media screen and (min-width: 750px) {
  .article-template__link {
    font-size: 1.3rem;
  }

  .article-template__comment-wrapper {
    margin-top: 6rem;
    padding: 3.6rem 0;
  }
}

.article-template__comment-wrapper h2 {
  margin-top: 0;
}

.article-template__comments {
  margin-bottom: 5rem;
}

@media screen and (min-width: 750px) {
  .article-template__comments {
    margin-bottom: 7rem;
  }
}

.article-template__comments-fields {
  margin-bottom: 4rem;
}

.article-template__comments-comment {
  color: rgba(var(--color-foreground), 0.75);
  background-color: rgb(var(--color-background));
  margin-bottom: 1.5rem;
  padding: 2rem 2rem 1.5rem;
}

@media screen and (min-width: 750px) {
  .article-template__comments-comment {
    padding: 2rem 2.5rem;
  }
}

.article-template__comments-comment p {
  margin: 0 0 1rem;
}

.article-template__comment-fields > * {
  margin-bottom: 3rem;
}

@media screen and (min-width: 750px) {
  .article-template__comment-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 4rem;
  }
}

.article-template__comment-warning {
  margin: 2rem 0 2.5rem;
}

@media screen and (min-width: 990px) {
  .article-template__comments .pagination-wrapper {
    margin: 5rem 0 8rem;
  }
}

.article-template__back:last-child {
  margin-bottom: 3.2rem;
}
.diary-width {
  max-width: 980px !important;
}
#article-fixed-button {
    display:none;
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 1;
  height: 48px;
  background-color: #EEEDDE;
  border-radius: 5px 0 0 5px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
#article-fixed-button a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 9px 35px 0 24px;
  text-decoration: none;
}
#article-fixed-button__close {
  position: absolute;
  left: -10px;
  top: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #ffffff;
  border: solid 1px #666666;
  z-index: 1;
  cursor: pointer;
}
#article-fixed-button__close img {
  width: 9px;
  height: 9px;
}
.article-fixed-button__popular {
  position: absolute;
  top: -11px;
  left: 0;
  width: 55px;
  height: 38px;
}
#article-fixed-button p {
  position: relative;
  margin: 0;
  z-index: 1;
  font-family: "Geologica";
  color: #876A2D;
}
#article-fixed-button p span:first-of-type {
  font-weight: 800;
  font-size: 18px;
}
#article-fixed-button p span:nth-of-type(2) {
  font-weight: 700;
  font-size: 12px;
}
#article-fixed-button p span:nth-of-type(3) {
  font-weight: 800;
  font-size: 14px;
}
.article-fixed-button__steam {
  position: absolute;
  top: 0;
  right: -5px;
}
.article-fixed-button__unadon {
  position: absolute;
  bottom: -10px;
  right: -4px;
}
@media screen and (min-width: 750px) {
  #article-fixed-button {
    writing-mode: vertical-rl;
    bottom: 25px;
    width: 76px;
    height: auto;
    border-radius: 10px 0 0 10px;
  }
  #article-fixed-button a {
    padding: 37px 0;
    transition: .2s;
  }
  #article-fixed-button a:hover {
    opacity: .8;
  }
  .article-fixed-button__popular {
    top: -5px;
    left: -7px;
    width: 63px;
    height: 44px;
  }
  #article-fixed-button p {
    letter-spacing: 2px;
  }
  #article-fixed-button p span:first-of-type {
    font-weight: 700;
    font-size: 40px;
  }
  #article-fixed-button p span:nth-of-type(2) {
    font-size: 15px;
  }
  #article-fixed-button p span:nth-of-type(3) {
    font-size: 15px;
  }
  .article-fixed-button__steam {
    width: 44px;
    height: 43px;
    transform: scale(-1, 1);
    top: 130px;
    right: 35px;
  }
  .article-fixed-button__unadon {
    width: 67px;
    height: 57px;
    bottom: -19px;
    right: -14px;
  }

}

h2:before{
    display: none;
}

.blog__product-link-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 15px auto 20px;
  padding: 15px;
    border: solid 1px #000;
  }
  .blog__product-link-box__image {
    width: 80%;
    margin: 0 auto -20px;
  }
  
  .under{
    background: linear-gradient(transparent 50%, #eeedde 40%);
  }
  
  .article-template__content img{
    width: 100%;
    max-width: fit-content;
    margin: 0 auto;
  }

  .btn-square-pop{
    position: relative;
    display: block;
    padding: 1em 2em;
    text-decoration: none;
    color: #FFF;
    background: #dfb458;
    border-bottom: solid 2px #ebd4b2;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 8px;
  }

  .boader{
      padding: 3%;
  }
  
  .boader strong{
      font-weight: bolder;
      font-size: 130%;
  }
  
  .boader ul > li > a{
      color: blue;
      text-decoration: underline;
  }
  
  .s-featureContent-item{
      margin-bottom: 0;
  }

.boader{
  background: #eeedde;
  border-radius: 8px;
  box-shadow: 0px 0px 5px silver;
  padding: 0.5em 0.5em 0.5em 2em;
}

.article-template__content img{
  width: 100%;
  max-width: fit-content;
}

/* スマホ表示修正 */
@media screen and (max-width: 749px) {
  .article-template__content h2 {
    font-size: 1.7rem;
    margin-bottom: 20px !important;
  }

  .article-template__content h3{
    font-size: 1.7rem;
    margin: 3rem 0;
  }
  .article-template__content img{
    margin-bottom: 20px;
  }


  .article-template__img {
    margin-bottom: 2rem;
  }

  .article-template__created-at {
    margin-bottom: 1rem;
  }

  .s-featureContent-item {
    margin-bottom: -5px;
  }

  .l-container-wrap__body {
    padding-top: 0;
  }
}
