@charset "utf-8";
/*----------------------------------------------------
    共通css
----------------------------------------------------*/
#contents .toc_parts:nth-child(3) {
    display: none;
}

.category_links{
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", 'Noto Sans JP';
  font-size: 3rem;
  margin: 98px auto 38px;
  line-height: 1.4;
  padding: 2rem 2rem 2rem 4rem;
  background: #535353;
  position: relative;
  color: #fff;
}
.category_links::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 36px 0 0;
  border-color: #f6f30e transparent transparent transparent;
}

.addParts07 span {
    text-decoration-color: #ffb972 !important;
}
#contents .addParts01 ul li span,
.addParts01 ul li span {
    text-decoration: underline;
    text-decoration-thickness: 0.4em;
    text-underline-offset: -0.15em;
    text-decoration-color: #ff8400;
    text-decoration-skip-ink: none;
    font-weight: bold;
}


    #category .addParts01 h2.sttl {
        font-size: 3.6rem;
        text-align: center;
    }
    .block_inner.maker-block_inner {
        padding: 0 10px;
    }

.floating-link {
    display: block;
    position: fixed;
    bottom: 10rem;
    right: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: visibility 0s, opacity 0.5s, transform 0.5s;
}
.floating-link.visible {
  visibility: visible;
  opacity: 1;
animation:elm 1s ease-out forwards;
}
@keyframes elm {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(-10px);
  }
}

.floating-link a {
    display: block;
    width: 200px;
}
/* 初期状態で表示されるリンク */
.floating-a {
  display: block;
}

.video-container {
  width: min(100%, 800px);
  margin: 0 auto;
}
.video-container iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
}
.video-caption {
  margin: 8px auto 0;         /* 上8px・中央寄せ（autoで中央に） */
  font-size: 1rem;            /* 統一 */
  line-height: 1.3;           /* 統一 */
  word-break: break-all;      /* 長いURL対応 */
  color: #999;                /* 統一 */
  text-align: center;         /* ←中央寄せを追加 */
  max-width: 800px;           /* ←動画と幅を合わせる */
}





/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 600px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/

.addParts01 .scrollArea .btn-web a {
    padding: 20px 30px 22px 16px;
}
/* 見出しを非表示 */
.is-hidden {
  display: none;
}

/* 「もっと見る／閉じる」ボタンに矢印を追加 */
.list-btn {
    appearance: none;
    background: #20aca9;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    outline: none;
    padding: 7px 26px 7px 15px;
    position: relative;
    font-weight: bold;
    color: #fff;
}

.list-btn:before {
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  content: '';
  height: 8px;
  margin-top: -6px;
  position: absolute;
  right: 10px;
  transform: rotate(135deg);
  top: 50%;
  width: 8px;
}

.list-btn-opened:before {
  transform: rotate(-45deg);
  margin-top: -2px;
}
.toc_parts {
    width: 500px;
    margin: 4rem auto;
}
	
    .block_inner.maker-block_inner {
        display: flex;
    }
.block_inner.maker-block_inner .block .catch span.red {
    font-size: 2.2rem;
}
.addParts01 .addTopArea {
    padding: 0 60px;
}	
	
	
	
	
	
	
	
	
	
	
	
	

}
/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
.category_links{
    font-size: 2rem;
    margin: 5.5rem auto 2.5rem;
    line-height: 1.4;
    padding: 2.2rem 1.2rem 1.9rem 1.8rem;
  }
.category_links::before{
    border-width: 20px 20px 0 0;
  }
/* 見出しを非表示 */
.is-hidden {
  display: none;
}

/* 「もっと見る／閉じる」ボタンに矢印を追加 */
.list-btn {
    appearance: none;
    background: #20aca9;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    outline: none;
    padding: 7px 26px 7px 15px;
    position: relative;
    font-weight: bold;
    color: #fff;
}

.list-btn:before {
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  content: '';
  height: 8px;
  margin-top: -6px;
  position: absolute;
  right: 10px;
  transform: rotate(135deg);
  top: 50%;
  width: 8px;
}

.list-btn-opened:before {
  transform: rotate(-45deg);
  margin-top: -2px;
}
.toc_parts {
    width:100%;
    margin: 4rem auto;
}

#category .addParts01 h2.sttl {
    font-size: 3rem;
}

.floating-link {
       bottom: 0;
       right: unset;
       left: 6px;
       background-position: right 12px center;
   }
   .floating-link a {
       width: 310px;
       padding:
2rem 3rem 2rem 1.5rem;
   }


	
	
	
	
	
	
	
	
	
	
	
	
	

}