@charset "utf-8";
/*テキストの自動拡大を無効化*/
body {
  text-size-adjust: none;
  font-family: sans-serif;
}
/*基本設定*/
* {
  margin: 0;
}
.sutema{
      margin-top: 64px;
    height: 60px;
    display: flex;
    align-items: center;
    color: #D40003;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
    .dejiharionline .sagaku{
        caption-side: bottom;
        margin-top: 10px;
        text-align: left;
    }
.revert{
    width: revert;
}
.sagaku span{
    font-weight: bold;
}
.red{
    color: #E94144
}
.saishin {
  background-color: #D50A63;
  font-size: 11px;
  font-weight: normal;
  color: #ffffff;
  margin-right: 5px;
  padding: 0 2px;
  border-radius: 3px;
}
/* ヘッダー */
.header {
  display: grid;
  height: 64px;
  background-color: #ffffff;
  position: fixed;
    top:0;
  /*inset: 0; 追加・超重要*/
  z-index: 120; /*追加*/
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.2); /*横 縦 ぼかし 広がり 色*/
    width: 100%;
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.site {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 1px;
}
ruby {
  ruby-overhang: auto;
  ruby-position: above;
}
rt {
  font-size: 10px;
}
.entry-container p.movie-title {
  margin-bottom: 0.5em;
  font-size: 15px
}
.fa-expand {
  margin: 0 5px;
}
/* ナビゲーションボタン */
.navbtn {
  padding: 0;
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #aaaaaa;
  font-size: 30px;
}
.open .navbtn {
  z-index: 110;
  /*	color: #ffffff;*/
}
.navbtn .fa-bars {
  display: revert;
}
.open .navbtn .fa-bars {
  display: none;
}
.navbtn .fa-times {
  display: none;
}
.open .navbtn .fa-times {
  display: revert;
}
@media (min-width: 768px) {
  .navbtn {
    display: none;
  }
}
/* ナビゲーションメニュー：モバイル */
@media (max-width: 767px) {
  .nav {
    position: fixed;
    inset: 64px -70% 0 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.7);
    transition: transform 0.3s;
  }
  .open .nav {
    transform: translate(-100%, 0);
  }
  .open body {
    /* position: fixed;ヘッダー固定のときナビボタン押下でトップに戻ってしまう */
    /*overflow: hidden;スクロール禁止*/
  }
  .nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch; /*itemを横幅いっぱい*/
    color: #FFFFFF;
    margin-top: 40px; /*追加*/
      width: 240px;
  }
  .nav li {
    border-bottom: 1px dashed #8E8E8E;
  }
  .nav li a {
    display: block;
    padding: 20px 30px;
  }
  .nav li a:hover {
    background-color: rgba(213, 231, 26, 0.50);
  }
  .pagecover {
    position: fixed;
    inset: 0;
    z-index: -1;
    transition: all 0.3s;
    background-color: transparent;
  }
  .open .pagecover {
    z-index: 105;
    background-color: rgba(0, 0, 0, 0.10);
  }
}
/* ナビゲーションメニュー：PC */
@media (min-width: 768px) {
  .nav ul {
    display: flex;
    gap: 30px;
    color: #707070;
  }
}
ul.nisatsu {
  list-style-type: none;
  padding: 0;
}
.nisatsu li {
  display: flex;
  align-items: baseline;
}
.nisatsu li a {
  margin-bottom: 20px;
  color: #424976;
}
.fa-book-open {
  margin-right: 10px;
}
h3 img {
  width: 15px;
  height: auto;
  vertical-align: middle;
  margin-left: 3px;
}
.fa-youtube, .fa-external-link-alt, .fa-circle-play {
  margin-left: 3px;
}
.fa-youtube, .fa-circle-play {
  color: #EB4458;
}
.bd-1sd {
  border: 1px solid #dddddd;
}
/* 記事 */
.kiji .w-container h1 {
  margin-top: 0;
  display: flex;
  align-items: baseline;
}
.entry {
  margin-top: 100px;
  padding-bottom: var(--v-space);
  background-color: #ffffff;
}
.entry-img img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  margin-bottom: calc(var(--v-space) * 2 / 3);
}
.entry .w-container {
  max-width: 760px;
}
.entry .heading-decoration {
  font-size: clamp(30px, 6.25vw, 48px);
}
.entry-container {
  font-size: clamp(16px, 2.4vw, 18px);
}
.entry-container :where(h1, h2, h3, h4, h5, h6, p, figure, ul) {
  margin-top: revert;
  margin-bottom: revert;
  padding: revert;
  list-style: revert;
}
.entry-container p {
  margin: 1.8em 0;
}
.entry-container > :first-child {
  margin-top: 0;
}
.entry-container > :last-child {
  margin-bottom: 0;
}
.amazon {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 20px;
}
.amazon .icon {
  width: 20px;
  vertical-align: bottom;
  margin-right: 5px;
}
.link {
  flex: 1;
}
.description {
  flex: 3;
}
.description ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.description li {
  padding-bottom: 10px;
  font-size: 15px;
  color: #838383;
}
.description span {
  color: #353535;
}
.description li a {
  color: #3697C7;
}
.booktitle {
  padding-left: 0px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.kiji h2 {
  font-size: 18px;
  margin-top: 60px;
  background-color: #F8F8F8;
  padding: 5px 20px;
  border-left: 10px solid #6B6B6B;
}
.description li::before {
  content: "▶";
  padding-right: 10px;
  color: dimgray;
  font-size: 10px;
  vertical-align: middle
}
@media (max-width:599px) {
  .amazon {
    border: none;
    padding: 0;
  }
  .link {
    flex: 3;
  }
  .description {
    flex: 5;
  }
  .booktitle {}
}
/* タイトルとサブタイトル（赤色の短い線で装飾） */
.heading-decoration {
  font-size: clamp(30px, 3vw, 40px);
  min-height: 0vw;
  font-weight: 400;
}
.heading-decoration::after {
  display: block;
  content: '';
  width: 160px;
  height: 0px;
  border-top: solid 1px #b72661;
  margin-top: 0.6em;
}
.heading-decoration + p {
  margin-top: 1em;
  margin-bottom: 2em;
  color: #707070;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
/*イエローマーカー*/
.mkyl {
  background: linear-gradient(rgba(255, 255, 255, 0) 40%, #F7FD9B 70%);
}
/*ブルーマーカー*/
.mkbl {
  background: linear-gradient(rgba(255, 255, 255, 0) 40%, #d4fff5 70%);
}
/*ピンクマーカー*/
.mkpnk {
  background: linear-gradient(rgba(255, 255, 255, 0) 40%, #ffd4f3 70%);
}
/*PC版ページ全体の設定*/
.koushin {
  display: inline-block;
  color: #aaaaaa;
  font-family: sans-serif;
  font-size: 14px;
  vertical-align: middle;
  font-weight: normal;
}
.movie-wrap {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/************パーツの配置***************/
.top .sns {
  margin-bottom: 30px;
}
/*ヘッダー*/
header {
  justify-self: center;
  align-self: center;
  color: #555D6B;
  font-family: 'Raleway', sans-serif;
}
header a {
  color: inherit;
  text-decoration: none;
  font-family: inherit
}
/*ナビ*/
nav {
  justify-self: center;
  /*  align-self: end;*/
  /*  margin-top: 20px;*/
}
nav ul {
  list-style-type: none;
  padding: 0;
}
nav a {
  color: #666666;
  text-decoration: none;
  font-size: 14px;
  vertical-align: bottom;
}
nav a:hover {
  color: #EF9504;
}
@media (max-width:767px) {
  nav a {
    color: #ffffff;
  }
  nav a:hover {
    color: inherit;
  }
}
/*ヒーローイメージ*/
figure.hero {
  position: relative;

}
figure.hero img {
  height: 347px;
  object-fit: cover;
  vertical-align: bottom;
  filter: brightness(100%);
  z-index: -1;
  position: relative;
}
/*タイトル*/
.top h1 {
  color: #121313;
  justify-self: center;
  align-self: center;
  font-size: 5vw;
  text-align: center;
  font-family: sans-serif;
  font-weight: normal;
  margin-top: 20px
}
/*サブタイトル*/
.top .subtitle a {
  color: #FFFFFF;
  text-decoration: none;
  border: solid 1px #ffffff;
  padding: 10px 40px;
  display: inline-block;
  margin-top: 10px;
  border-radius: 10px;
  background-color: rgba(85, 93, 107, 0.5);
}
.top .subtitle a:hover {
  background-color: #EF9504;
}
/*記事一覧&記事ページの注目記事メニュー*/
/*PC版記事一覧(TOPページ)	*/
section {
  margin-bottom: 40px;
}
section, aside ul {}
section a, aside ul a {
  color: #000000;
  text-decoration: none;
}
section a:hover, aside ul a:hover {
  text-decoration: underline;
}
.regular_3 article {
  display: flex;
  flex-direction: column;
  margin: 0 15px;
}
.regular_3 article:first-child {
  margin-left: 0;
}
.regular_3 article:last-child {
  margin-right: 0;
}
.regular_3 article figure {
  margin-bottom: 10px;
}
.regular_3 article .others {
  margin-top: auto;
}
.regular_3 article h3 {
  margin-top: auto;
  margin-bottom: 20px;
  font-size: 13px;
  height: 75px;
}
article h3 a {
  color: #1F1F1F;
  text-decoration: none;
}
article h3 a:hover {
  text-decoration: underline;
}
.regular_3 article .nanido {
  margin-bottom: 10px;
  color: #730608;
  line-height: 1;
  font-size: 14px;
}
.regular_3 article .kanseisample {
  margin-bottom: 13px;
  color: #E40055;
  font-size: 15px;
}
.kanseisample a { /*段落内の【文字と記号】は横並びの為displayインライン*/
  color: #EB4458;
  line-height: 1;
  display: inline;
}
.regular_3 article .hatsubaibi {
  color: #767676;
  line-height: 1;
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
}
.regular_3 article .mihondl a {
  color: #1E9790;
  line-height: 1.4;
  display: inline-block;
  font-size: 14px;
}
@media (max-width:599px) {
  .regular_3 article {
    margin: 0 10px;
  }
}
.dejiharionline a{
    color: #3697C7;
}
@media (min-width:768px) {
  .dejiharionline img.originalsize {
    width: revert; /*ｷﾀ━━━━(ﾟ∀ﾟ)━━━━!!→width100％を戻すにはrevert*/
  }
}
@media (min-width:963px) { /*完全に横そろえする*/
  .soroeru {
    display: flex;
    flex-direction: column;
    height: 375px;/*完成サンプル動画へのリンクを表示のときは410px*/
  }
  .regular_3 article figure {
    margin-bottom: auto;
  }
}
/*トップページ*/
.kiji h1 {
  margin-bottom: 20px;
  border-bottom: 1px #dddddd dashed;
  font-size: clamp(20px, 3vw, 24px);
}
.fa-anchor {
  margin-right: 5px;
  color: #DB2125;
}
section figure img {
  max-width: 100%;
}
.gold {
  color: orange;
  font-size: 18px;
  padding-left: 10px;
  line-height: 1;
}
.black {
  color: #1B1B1B;
  font-size: 18px;
  display: block;
  line-height: 1;
}
/*フッター*/
.footer {
  margin-top: 42px;
  background-color: #EEEEEE;
}
.footer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  height: 84px;
}
/*記事ページ・おーサムアイコン*/
.fa-angellist {
  color: darkturquoise;
  margin-right: 5px
}
.heightnone {
  height: 1px;
}
/* 「サイトについて」ページ */
table {
  border-collapse: collapse;
    width: 100%;
}
th, td {
  border: solid 1px #cccccc;
  padding: 20px;
    text-align: center;
}
th {
  width: 4em;


}
td {

}
aside ul {
  list-style-type: none;
  padding: 0;
  text-align: left;
}
/*ページ先頭ボタン*/
#page_top {
  width: 70px;
  height: 70px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #cccccc;
  opacity: 0.6;
  border-radius: 3px;
}
#page_top a {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 40px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -15px;
  bottom: 0;
  right: 10px;
  left: 0;
  margin: auto;
  text-align: center;
}
/*お問い合わせページ*/
.otoiawaseform {
  height: 1300px;
}
/*サイトについてページ*/
.ebisu a {
  color: #5963B5
}
/* SNSのシェアボタン */
.share ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 84px /*headerがfixで固定のため仮記述*/
}
.share li a {
  display: block;
  padding: 10px 5px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  text-decoration: none
}
.share-tw {
  background-color: #55acee
}
.share-fb {
  background-color: #3b5998
}
.share-htn {
  background-color: #00a4de
}
.share li a:hover {
  opacity: 0.8
}
.share .fab {
  color: #ffffff;
  margin-right: 5px
}
.fa-hatena::before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold;
}
article table {
  font-size: 16px;
}
/* ########### 768px以上 ########### */
@media (min-width:768px) {
  /*PC版ページ全体の設定*/
  /*PC版タイトル*/
  .top h1 {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  /*タイトル*/
  .top h1 {
    color: #FFFFFF;
    justify-self: start;
    align-self: flex-end;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.3);
    padding: 20px;
    text-shadow: 0 0 3px #000000;
    text-align: left;
    font-family: sans-serif;
    border: 1px solid #4B423F;
    margin: 20px;
  }
  /*PC版サブタイトル*/
  .top p {
    align-self: center;
  }
  /*PC版記事一覧(TOPページ)	*/
  .top section article {
    box-sizing: border-box; /*画像の幅296px*/
  }
  .top .sns {
    margin-bottom: 0;
  }
  .share li a {
    font-size: 15px;
  }

  .dejiharionline img, .ccamazon img {
    opacity: 0.8;
  }
  .dejiharionline a img:hover, .ccamazon img:hover {
    opacity: 1;
  }
  .dejiharionline .heightnone {
    width: 0;
    height: 0;
    vertical-align: bottom;
  }
  .ccamazon .heightnone {
    width: 0;
    height: 0;
    vertical-align: bottom;
  }
  p img {
    height: 0;
  }
  .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
  }
  /*PC版記事ページヘッダーのバー*/
  .post::before {
    margin-top: -50px;
  }
  /*postページ*/
  .post article h2 {
    margin-top: 100px;
  }
}
/* ########### 920px以上 ########### */
@media (min-width:920px) {
  /*お問い合わせページ*/
  .otoiawaseform {
    height: 1100px;
  }
}
/* ########### 599px以下 ########### */
@media (max-width: 599px) {
  /* SNSのシェアボタン */
  .sns .share ul span {
    display: none;
  }
  .sns .share .fab {
    margin-right: 0;
  }
}