@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  -webkit-text-size-adjust: none;
}
mark {
  background-color: transparent;
  color: inherit;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
img {
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
  .pc.inline {
    display: inline-block !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .sp.inline {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
  .pc.inline {
    display: inline-block !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .sp.inline {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline-block !important;
  }
}
.logged-in .header {
  top: 32px;
}
@media screen and (max-width: 750px) {
  #wpadminbar {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  #html {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 750px) {
  .logged-in .header {
    padding-top: 0 !important;
    top: 0 !important;
  }
}
.header {
  width: 100%;
  /* overflow-x: hidden だと overflow-y が自動的にスクロール扱いになり、子要素のドロップダウンが縦にも切れる */
  overflow: visible;
  padding-top: 7px;
  background: url(../images/hr-heringbone.svg) repeat-x;
  background-size: auto 7px;
  transition: 0.3s;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  /* SP：検索アイコン＋ハンバーガーを横並び（HTMLでは .header-sp-actions がラップ） */
}
.header * {
  transition: 0.3s;
}
.header-wrap {
  width: 1363px;
  height: 82px;
  margin: 0 auto;
  background: url(../images/bkg-header.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 2;
  overflow: visible;
  transition: 0.3s;
  left: -175px;
}
@media screen and (max-width: 1300px) {
  .header-wrap {
    width: 1100px;
    height: 65px;
    left: -150px;
  }
}
@media screen and (max-width: 1100px) {
  .header-wrap {
    width: 1100px;
    height: 65px;
    left: -80px;
    left: -120px;
  }
}
@media screen and (max-width: 950px) {
  .header-wrap {
    width: 100vw;
    height: 60px;
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  .header-wrap {
    width: 100vw;
    height: 60px;
    background: url(../images/bkg-header-sp-v2.webp) no-repeat;
    background-size: 100% 100%;
  }
}
.header-wrap:before, .header-wrap:after {
  content: "";
  display: block;
  width: 1363px;
  height: 66px;
  background: url(../images/bkg-header-under.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: -1360px;
  z-index: -1;
}
@media screen and (max-width: 1300px) {
  .header-wrap:before, .header-wrap:after {
    width: 1100px;
    height: 52.5px;
    left: -1098px;
  }
}
@media screen and (max-width: 950px) {
  .header-wrap:before, .header-wrap:after {
    width: 100vw;
    left: -100vw;
  }
}
@media screen and (max-width: 600px) {
  .header-wrap:before, .header-wrap:after {
    display: none;
  }
}
.header-wrap:after {
  top: 0;
  left: 1360px;
}
@media screen and (max-width: 1300px) {
  .header-wrap:after {
    left: 1099px;
  }
}
@media screen and (max-width: 950px) {
  .header-wrap:after {
    left: 100vw;
  }
}
.header-inner {
  width: 1080px;
  margin: 0 auto;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  position: relative;
  left: 55px;
  transition: 0.3s;
}
@media screen and (max-width: 1300px) {
  .header-inner {
    width: 900px;
  }
}
@media screen and (max-width: 1100px) {
  .header-inner {
    left: 45px;
  }
}
@media screen and (max-width: 950px) {
  .header-inner {
    width: 100vw;
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  .header-inner {
    justify-content: center;
  }
}
.header-logo {
  flex-basis: 110px;
  margin-right: 45px;
}
@media screen and (max-width: 950px) {
  .header-logo {
    margin-left: 11%;
    flex-basis: 15%;
    margin-top: 0.25%;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .header-logo {
    margin: 0;
    flex-basis: 23vw;
  }
}
@media screen and (max-width: 480px) {
  .header-logo {
    margin: 0;
    flex-basis: 28vw;
  }
}
.header-logo img {
  display: block;
  width: 110px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .header-logo img {
    width: 90px;
  }
}
@media screen and (max-width: 950px) {
  .header-logo img {
    width: 55%;
  }
}
@media screen and (max-width: 600px) {
  .header-logo img {
    width: 63%;
  }
}
@media screen and (max-width: 1100px) {
  .header-nav {
    position: relative;
    left: -10px;
  }
}
@media screen and (max-width: 950px) {
  .header-nav {
    display: none;
  }
}
.header-nav ul {
  display: flex;
  padding-top: 5px;
}
@media screen and (max-width: 1300px) {
  .header-nav ul {
    padding-top: 0;
  }
}
.header-nav ul li {
  text-align: center;
  margin-right: 30px;
}
@media screen and (max-width: 1300px) {
  .header-nav ul li {
    margin-right: 20px;
  }
}
.header-nav ul li:last-of-type {
  margin-right: 0;
}
.header-nav ul li.beginners a:after {
  width: 30px;
  height: 30px;
  background: url(../images/icn-beginners.svg) no-repeat;
  background-size: 100% 100%;
}
.header-nav ul li.lesson a:after {
  width: 23px;
  height: 28px;
  background: url(../images/icn-lesson-v2.svg) no-repeat;
  background-size: 100% 100%;
}
.header-nav ul li.gears a:after {
  width: 22px;
  height: 28px;
  background: url(../images/icn-gears.svg) no-repeat;
  background-size: 100% 100%;
}
.header-nav ul li.artists a:after {
  width: 27px;
  height: 29px;
  background: url(../images/icn-artists.svg) no-repeat;
  background-size: 100% 100%;
}
.header-nav ul li.news a:after {
  width: 26px;
  height: 26px;
  background: url(../images/icn-news.svg) no-repeat;
  background-size: 100% 100%;
}
.header-nav ul li.column a:after {
  width: 30px;
  height: 28px;
  background: url(../images/icn-lesson.svg) no-repeat;
  background-size: 100% 100%;
}
.header-nav ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding-left: 35px;
  position: relative;
}
.header-nav ul li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1300px) {
  .header-nav ul li a:after {
    transform: scale(0.75);
  }
}
.header-nav ul li strong {
  font-size: 15px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 1300px) {
  .header-nav ul li strong {
    font-size: 13px;
  }
}
.header-nav ul li aside {
  font-size: 10px;
}
@media screen and (max-width: 1300px) {
  .header-nav ul li aside {
    font-size: 8px;
  }
}
.header-nav-sp {
  width: 30px;
  display: none;
  position: absolute;
  top: 10px;
  right: 4vw;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 950px) {
  .header-nav-sp {
    display: block;
  }
}
.header-nav-sp hr {
  width: 30px;
  height: 2px;
  border: none;
  background-color: #fff;
  border-radius: 5px;
  margin: 0 0 5px 0;
  transition: 0.3s;
  position: relative;
}
.header-nav-sp hr:last-of-type {
  margin-bottom: 0;
}
.header-nav-sp span {
  color: #fff;
  font-size: 10px;
  transition: opacity 0.3s, transform 0.3s;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}
.header-nav-sp span.open {
  opacity: 0;
}
.header-nav-sp__wrap {
  position: relative;
}
.header-nav-sp__wrap.open hr:nth-of-type(1) {
  transform: rotate(405deg);
  top: 7px;
}
.header-nav-sp__wrap.open hr:nth-of-type(2) {
  opacity: 0;
}
.header-nav-sp__wrap.open hr:nth-of-type(3) {
  transform: rotate(135deg);
  bottom: 6px;
}
.header-nav-sp__wrap.open + span {
  opacity: 0;
}
.header-nav-sp__wrap.open + span + .open {
  opacity: 1;
}
.header-sp-actions {
  display: none;
  align-items: flex-start;
  gap: 12px;
  /* static にすると「menu」ラベルが .header-sp-actions 基準になり検索の下に寄る */
}
@media screen and (max-width: 950px) {
  .header-sp-actions {
    display: flex;
    position: absolute;
    top: 10px;
    right: max(14px, 4vw);
    z-index: 10002;
  }
}
@media screen and (max-width: 950px) {
  .header-sp-actions .header-nav-sp {
    position: relative;
    top: auto;
    right: auto;
    margin: 0;
  }
}
.header-search {
  padding-top: 5px;
}
@media screen and (max-width: 1300px) {
  .header-search {
    padding-top: 0;
  }
}
@media screen and (max-width: 1100px) {
  .header-search {
    position: relative;
    left: -10px;
    padding-top: 0;
  }
}
@media screen and (max-width: 950px) {
  .header-search {
    display: none;
  }
}
.header-search__inputs {
  position: relative;
  display: none;
}
.header-search__inputs input {
  display: block;
  width: 175px;
  height: 30px;
  border: none;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  padding: 5px 25px 5px 15px;
  font-size: 13px;
  color: #898989;
}
@media screen and (max-width: 950px) {
  .header-search__inputs input {
    height: 20px;
  }
}
@media screen and (max-width: 950px) {
  .header-search__inputs input {
    width: 135px;
  }
}
.header-search__inputs input[type="submit"] {
  display: block;
  border: none;
  box-shadow: none;
  border-radius: 0;
  width: 15px;
  height: 15px;
  background: url(../images/icn-search.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 7px;
  right: 0px;
  cursor: pointer;
}
@media screen and (max-width: 1300px) {
  .header-search__inputs input[type="submit"] {
    top: 7px;
  }
}
@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
  .pc.inline {
    display: inline-block !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .sp.inline {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline-block !important;
  }
}
.menu-sp {
  width: 100vw;
  height: 100vh;
  background: url(../images/bkg-menu-sp.png) repeat-y;
  background-size: 100% auto;
  padding-top: 150px;
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 100vw;
  transition: 0.5s;
  opacity: 0;
  z-index: 10;
}
.menu-sp.open {
  left: 0;
  opacity: 1;
}
.menu-sp li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.menu-sp li.beginners a:after {
  width: 30px;
  height: 30px;
  background: url(../images/icn-beginners.svg) no-repeat;
  background-size: 100% 100%;
}
.menu-sp li.lesson a:after {
  width: 24px;
  height: 36px;
  background: url(../images/icn-lesson-v2.svg) no-repeat;
  background-size: 100% 100%;
}
.menu-sp li.gears a:after {
  width: 22px;
  height: 28px;
  background: url(../images/icn-gears.svg) no-repeat;
  background-size: 100% 100%;
}
.menu-sp li.artists a:after {
  width: 27px;
  height: 29px;
  background: url(../images/icn-artists.svg) no-repeat;
  background-size: 100% 100%;
}
.menu-sp li.news a:after {
  width: 26px;
  height: 26px;
  background: url(../images/icn-news.svg) no-repeat;
  background-size: 100% 100%;
}
.menu-sp li.column a:after {
  width: 26px;
  height: 26px;
  background: url(../images/icn-lesson.svg) no-repeat;
  background-size: 100% 100%;
}
.menu-sp a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding-left: 35px;
  position: relative;
}
.menu-sp strong {
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.menu-sp aside {
  font-size: 14px;
}
.menu-sp-main {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
}
.menu-sp-main li {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 8vw;
  margin-left: -5vw;
}
.menu-sp-main li:last-of-type {
  margin-bottom: 0;
}
.menu-sp-sns {
  width: auto;
  max-width: 320px;
  min-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  position: absolute;
  bottom: 20vw;
  left: 0;
  right: 0;
  top: auto;
  margin: auto;
  padding: 0 16px;
  z-index: 100;
}
.menu-sp-sns li {
  flex: 0 0 auto;
  list-style: none;
}
.menu-sp-sns li a {
  padding: 0;
  position: relative;
  /* PCヘッダーと同じ .header-sns-nav__ico（main-v2.css）を利用 */
}
.menu-sp-sns li a:after {
  content: none !important;
  display: none !important;
}
@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
  .pc.inline {
    display: inline-block !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .sp.inline {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline-block !important;
  }
}
.mv {
  position: relative;
  margin-bottom: 30px;
  display: flex;
}
@media screen and (max-width: 900px) {
  .mv {
    display: block;
  }
}
.mv-slide {
  width: 755px;
  padding: 50px 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .mv-slide {
    width: 90vw;
    margin: 0 auto;
    margin-top: -30px;
  }
}
.mv-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .mv-slide img {
    height: 60vw;
  }
}
@media screen and (max-width: 480px) {
  .mv-slide img {
    height: 42vw;
  }
}
.mv-slide a {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  position: relative;
}
@media screen and (max-width: 600px) {
  .mv-slide a {
    padding-bottom: 11vw;
  }
}
@media screen and (max-width: 480px) {
  .mv-slide a {
    padding-bottom: 18vw;
  }
}
@media screen and (max-width: 370px) {
  .mv-slide a {
    padding-bottom: 19vw !important;
  }
}
.mv-slide-content {
  width: 100%;
  height: 110px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .mv-slide-content {
    height: 80px;
  }
}
.mv-slide-content hr {
  border: none;
  border-top: solid 4px rgba(255, 255, 255, 0.4);
  border-bottom: solid 8px rgba(255, 255, 255, 0.4);
  height: 3px;
  margin-bottom: 3px;
}
.mv-slide-content__wrap {
  background: rgba(255, 255, 255, 0.4);
  height: 92px;
}
.mv-slide-content__title {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 15px 20px;
  border-radius: 10px;
  color: #fff;
  vertical-align: middle;
  width: 97%;
  background-color: #ff8500;
}
@media screen and (max-width: 900px) {
  .mv-slide-content__title {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 750px) {
  .mv-slide-content__title {
    padding: 10px 10px;
    bottom: 0px;
    padding: 10px 10px;
    left: 0;
    width: 100%;
  }
}
.mv-slide-content__title strong {
  font-size: 20px;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .mv-slide-content__title strong {
    font-size: 16px;
    margin-right: 7px;
  }
}
@media screen and (max-width: 600px) {
  .mv-slide-content__title strong {
    font-size: 14px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 370px) {
  .mv-slide-content__title strong {
    font-size: 12px;
    line-height: 1.35;
    margin-bottom: 3px;
  }
}
.mv-slide-content__title strong:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../images/icn-news.svg) no-repeat;
  background-size: auto 100%;
  vertical-align: sub;
  margin-right: 10px;
}
@media screen and (max-width: 750px) {
  .mv-slide-content__title strong:before {
    width: 25px;
    height: 18px;
  }
}
.mv-slide-content__title span {
  font-size: 14px;
  display: inline-block;
  vertical-align: text-top;
  padding-left: 30px;
}
@media screen and (max-width: 750px) {
  .mv-slide-content__title span {
    font-size: 12px;
    vertical-align: baseline;
    padding-left: 25px;
  }
}
.mv-slide-content__title.artists {
  background-color: #e1d200;
}
.mv-slide-content__title.beginners {
  background-color: #aa5f00;
}
.mv-slide-content__title.lesson {
  background-color: #005037;
}
.mv-slide-content__title.gears {
  background-color: #45002b;
}
.mv-slide-content__desc {
  color: #000;
  padding: 30px 25px 15px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .mv-slide-content__desc {
    padding: 10px 15px 7px;
    font-size: 11px;
    line-height: 1.35;
    display: none;
  }
}
.mv-slide-item {
  width: 100%;
  position: relative;
  transition: 0.3s;
}
.mv-slide-item.first {
  flex-basis: calc(100% / 3 * 2);
}
@media screen and (max-width: 900px) {
  .mv-slide-item.first {
    height: auto;
    margin-bottom: 20px;
    width: 100%;
  }
}
.mv-slide-item.first img {
  width: 100%;
  aspect-ratio: 1.7777777778;
}
@media screen and (max-width: 900px) {
  .mv-slide-item.first img {
    height: auto;
  }
}
.mv-slide-item.first .mv-slide-item__title {
  font-size: 22px !important;
}
@media screen and (max-width: 900px) {
  .mv-slide-item.first .mv-slide-item__title {
    font-size: 18px !important;
    font-weight: bold;
    max-height: 4em;
  }
}
@media screen and (max-width: 900px) {
  .mv-slide-item.normal {
    width: 90% !important;
    margin: 0 auto 20px;
  }
}
.mv-slide-item__wrap {
  flex-basis: calc(100% / 3);
  transition: 0.3s;
}
@media screen and (max-width: 900px) {
  .mv-slide-item__wrap {
    height: auto;
  }
}
.mv-slide-item__wrap .mv-slide-item {
  width: 100%;
}
.mv-slide-item img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  object-fit: cover;
  vertical-align: bottom;
  display: block;
}
@media screen and (max-width: 900px) {
  .mv-slide-item img {
    height: auto;
  }
}
.mv-slide-item a {
  text-decoration: none;
}
.mv-slide-item__title {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: end;
  padding: 5px 10px;
  color: #000;
  font-size: 18px;
  line-height: 1.75;
  background: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* ブラウザがサポートしていない場合のフェールセーフ */
}
@media screen and (min-width: 1500px) {
  .mv-slide-item__title {
    font-size: 18px !important;
  }
}
@media screen and (min-width: 1200px) {
  .mv-slide-item__title {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 900px) {
  .mv-slide-item__title {
    height: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .mv-slide-item__title {
    font-size: 1.5vw;
    padding: 1.1vw;
  }
}
@media screen and (max-width: 900px) {
  .mv-slide-item__title {
    max-height: 64px;
    font-size: 14px;
    font-weight: normal;
    padding: 15px;
    position: static;
    background: none;
    color: #000;
  }
}
.mv .owl-nav {
  max-width: 755px;
  height: 39px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto !important;
}
@media screen and (max-width: 750px) {
  .mv .owl-nav {
    max-width: 95vw;
    height: 30px;
  }
}
.mv .owl-nav .owl-prev, .mv .owl-nav .owl-next {
  width: 39px;
  height: 39px;
  left: 0;
  margin: 0;
  position: absolute;
  border: none;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .mv .owl-nav .owl-prev, .mv .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    margin: 0 !important;
    top: -15px;
  }
}
.mv .owl-nav .owl-prev:hover, .mv .owl-nav .owl-next:hover {
  background: none !important;
  opacity: 0.8;
}
.mv .owl-nav .owl-next {
  left: auto;
  right: 0;
}
.mv .owl-dots {
  position: absolute;
  top: auto;
  bottom: 15px;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
  .pc.inline {
    display: inline-block !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .sp.inline {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline-block !important;
  }
}
.posts {
  max-width: 1080px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1100px) {
  .posts {
    max-width: 900px;
  }
}
@media screen and (max-width: 950px) {
  .posts {
    max-width: 90%;
    margin-bottom: 30px;
  }
}
.posts-content {
  padding-bottom: 40px;
}
.posts-content.list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
}
@media screen and (max-width: 768px) {
  .posts-content.list {
    gap: 2.7vw 1.25vw;
  }
}
.posts-content.list .item:nth-of-type(3n) {
  margin-right: 0;
}
.posts-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .posts-title {
    justify-content: center;
  }
}
.posts-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9px;
  background: url(../images/hr-heringbone.svg) repeat-x;
  background-size: auto 100%;
}
.posts-title h2 {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  font-family: "futura-pt", "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 38px;
}
@media screen and (max-width: 750px) {
  .posts-title h2 {
    font-size: 9vw;
    display: block;
    text-align: center;
  }
}
.posts-title h2 span {
  display: inline-block;
  padding-left: 60px;
  margin-right: 30px;
  background: url(../images/icn-news-black.svg) no-repeat 15px center;
  background-size: auto 30px;
  font-family: "futura-pt", "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
@media screen and (max-width: 750px) {
  .posts-title h2 span {
    margin-bottom: 20px;
    margin-right: 15px;
    padding-left: 50px;
  }
}
.posts-title h2 span.artists {
  background: url(../images/icn-artists-black.svg) no-repeat 15px center;
  background-size: auto 35px;
}
@media screen and (max-width: 750px) {
  .posts-title h2 span.artists {
    background: url(../images/icn-artists-black.svg) no-repeat 7px center;
    background-size: auto 30px;
  }
}
.posts-title h2 span.beginners {
  background: url(../images/icn-beginners-black.svg) no-repeat 15px center;
  background-size: auto 37px;
}
@media screen and (max-width: 750px) {
  .posts-title h2 span.beginners {
    background: url(../images/icn-beginners-black.svg) no-repeat 7px center;
    background-size: auto 32px;
  }
}
.posts-title h2 span.lesson {
  background: url(../images/icn-lesson-black.svg) no-repeat 25px center;
  background-size: auto 35px;
}
@media screen and (max-width: 750px) {
  .posts-title h2 span.lesson {
    background: url(../images/icn-lesson-black.svg) no-repeat 15px center;
    background-size: auto 30px;
  }
}
.posts-title h2 span.gears {
  background: url(../images/icn-gears-black.svg) no-repeat 15px center;
  background-size: auto 35px;
}
@media screen and (max-width: 750px) {
  .posts-title h2 span.gears {
    background: url(../images/icn-gears-black.svg) no-repeat 7px center;
    background-size: auto 30px;
  }
}
.posts-title h2 aside {
  font-size: 17px;
}
@media screen and (max-width: 750px) {
  .posts-title h2 aside {
    text-align: center;
  }
}
.posts-item {
  width: 350px;
}
@media screen and (max-width: 1100px) {
  .posts-item {
    width: calc(100% / 3 - 1.3vw);
  }
}
@media screen and (max-width: 750px) {
  .posts-item {
    width: 100%;
    margin: 0 auto;
  }
}
.posts-item-image {
  position: relative;
  margin-bottom: 20px;
}
.posts-item-image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  object-fit: cover;
}
.posts-item a {
  text-decoration: none;
  color: #000;
  font-family: "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
.posts-item-category {
  width: 100%;
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 133, 0, 0.6);
  color: #fff;
}
.posts-item-category.artists {
  background-color: rgba(225, 210, 0, 0.6);
}
.posts-item-category.beginners {
  background-color: rgba(170, 95, 0, 0.6);
}
.posts-item-category.lesson {
  background-color: rgba(0, 80, 55, 0.6);
}
.posts-item-category.gears {
  background-color: rgba(69, 0, 43, 0.6);
}
.posts-item-category.post {
  margin-bottom: 0;
}
.posts-item-title {
  font-family: "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  padding-left: 25px;
  font-size: 17px;
  background: url(../images/icn-pen.svg) no-repeat;
  background-size: 20px auto;
  line-height: 1.35;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: solid 1px #000;
  font-weight: bold;
}
.posts-item-text {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.posts-item-date {
  font-size: 11px;
  line-height: 1.5;
  margin-bottom: 10px;
  background: url(../images/icn-time.svg) no-repeat;
  background-size: 15px auto;
  padding-left: 20px;
}
.posts .showmore {
  font-weight: bold;
  text-decoration: none;
  color: #000;
  font-family: "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  position: relative;
  padding-right: 0px;
}
@media screen and (max-width: 950px) {
  .posts .showmore.pc {
    display: none !important;
  }
}
.posts .showmore:after {
  content: "";
  display: inline-block;
  background: url(../images/icn-arrows.svg) no-repeat;
  background-size: 20px auto;
  width: 20px;
  height: 14px;
}
@media screen and (max-width: 950px) {
  .posts .showmore.sp {
    display: block !important;
    width: 85vw;
    margin: 0 auto;
    text-align: right;
  }
}
.posts .owl-nav {
  max-width: 100%;
  height: 39px;
  position: absolute;
  top: 90px;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto !important;
}
@media screen and (max-width: 750px) {
  .posts .owl-nav {
    max-width: 95vw;
    height: 30px;
    top: 23vw;
  }
}
.posts .owl-nav .owl-prev, .posts .owl-nav .owl-next {
  width: 39px;
  height: 39px;
  left: 0;
  margin: 0;
  position: absolute;
  border: none;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .posts .owl-nav .owl-prev, .posts .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    margin: 0 !important;
    top: -15px;
  }
}
.posts .owl-nav .owl-prev:hover, .posts .owl-nav .owl-next:hover {
  background: none !important;
  opacity: 0.8;
}
.posts .owl-nav .owl-next {
  left: auto;
  right: 0;
}
.posts .owl-dots {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 950px) {
  .post {
    margin-bottom: 30px;
  }
}
.post-content {
  padding-bottom: 40px;
}
.post-title {
  position: relative;
  flex-basis: 60%;
}
.post-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .post-title-area {
    display: block;
    margin-bottom: 60px;
  }
}
.post-title-area:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9px;
  background: url(../images/hr-heringbone.svg) repeat-x;
  background-size: auto 100%;
}
@media screen and (max-width: 750px) {
  .post-title-area {
    justify-content: center;
  }
}
.post-title-area h2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .post-title-area h2 {
    text-align: left;
    margin-bottom: 20px;
  }
}
.post-title-area h2 span {
  flex-basis: calc(100% - 60px);
  font-family: "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 28px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .post-title-area h2 span {
    font-size: 32px;
    display: block;
    text-align: left;
    flex-basis: calc(100% - 40px);
  }
}
@media screen and (max-width: 600px) {
  .post-title-area h2 span {
    font-size: 24px;
  }
}
.post-title-area h2 aside {
  font-size: 17px;
}
@media screen and (max-width: 750px) {
  .post-title-area h2 aside {
    text-align: center;
  }
}
.post-title-icon {
  flex-basis: 60px;
}
@media screen and (max-width: 750px) {
  .post-title-icon {
    flex-basis: 40px;
  }
}
.post-title-icon img {
  width: 40px;
  height: auto;
}
@media screen and (max-width: 750px) {
  .post-title-icon img {
    width: 30px;
  }
}
.post-category {
  position: relative;
  flex-basis: 35%;
  top: 0;
}
.post-category .posts-item-category {
  position: relative;
  border-radius: 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.post-category .posts-item-category__icon {
  flex-basis: 25px;
  margin-right: 10px;
}
.post-item {
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 80px 75px;
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 850px) {
  .post-item {
    padding: 30px 40px 75px;
  }
}
@media screen and (max-width: 750px) {
  .post-item {
    padding: 30px 10px 75px;
  }
}
.post .showmore {
  font-weight: bold;
  text-decoration: none;
  color: #000;
  font-family: "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  position: relative;
  padding-right: 0px;
}
@media screen and (max-width: 950px) {
  .post .showmore {
    display: none;
  }
}
.post .showmore:after {
  content: "";
  display: inline-block;
  background: url(../images/icn-arrows.svg) no-repeat;
  background-size: 20px auto;
  width: 20px;
  height: 14px;
}
.post .showmore.sp {
  width: 85vw;
  margin: 0 auto;
  text-align: right;
}
.post .owl-nav {
  max-width: 100%;
  height: 39px;
  position: absolute;
  top: 90px;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto !important;
}
@media screen and (max-width: 750px) {
  .post .owl-nav {
    max-width: 95vw;
    height: 30px;
    top: 23vw;
  }
}
.post .owl-nav .owl-prev, .post .owl-nav .owl-next {
  width: 39px;
  height: 39px;
  left: 0;
  margin: 0;
  position: absolute;
  border: none;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .post .owl-nav .owl-prev, .post .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    margin: 0 !important;
    top: -15px;
  }
}
.post .owl-nav .owl-prev:hover, .post .owl-nav .owl-next:hover {
  background: none !important;
  opacity: 0.8;
}
.post .owl-nav .owl-next {
  left: auto;
  right: 0;
}
.post .owl-dots {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.post-item #ez-toc-container {
  max-width: 740px;
  width: 100%;
  margin: 40px auto;
  background: #fff;
  border: solid 10px #EDF0F2;
  border-radius: 0;
  padding: 40px 70px 30px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .post-item #ez-toc-container {
    padding: 40px 30px 20px;
  }
}
@media screen and (max-width: 750px) {
  .post-item #ez-toc-container:before {
    line-height: 1.95;
  }
}
.post-item #ez-toc-container .ez-toc-title {
  display: block;
  text-align: center;
  position: absolute;
  background: #fff;
  border: solid 10px #EDF0F2;
  width: 50%;
  padding: 15px 30px;
  top: -40px;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .post-item #ez-toc-container .ez-toc-title {
    padding: 10px 10px;
    font-size: 14px;
  }
}
.post-item #ez-toc-container ul li {
  margin: 7px auto;
}
.post-item #ez-toc-container ul li a {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .post-item #ez-toc-container ul li a {
    font-size: 12px;
  }
}
body.blog, body.archive, body.error404 {
  padding-top: 110px;
}
.page-nav {
  display: flex;
  justify-content: space-between;
  margin: 50px auto;
}
.page-nav li {
  display: flex;
  align-items: center;
}
.page-nav li:before {
  display: none;
}
.page-nav li img {
  width: 15px;
  height: auto;
}
.page-nav li.prev img {
  margin-right: 10px;
}
.page-nav li.next img {
  margin-left: 10px;
}
.page-nav li a {
  text-decoration: none;
  color: #000;
}
.page-nav--paged {
  display: grid;
  grid-template-columns: minmax(100px, 1fr) auto minmax(100px, 1fr);
  align-items: center;
  gap: 12px 16px;
  max-width: 100%;
}
.page-nav--paged li {
  margin: 0;
}
.page-nav--paged li.prev {
  justify-content: flex-start;
}
.page-nav--paged li.next {
  justify-content: flex-end;
}
.page-nav--paged li.page-nav__nums {
  justify-content: center;
  grid-column: 2;
}
.page-nav--paged .page-nav__nums-inner {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 12px;
}
.page-nav--paged .page-nav__link {
  display: inline-flex;
  min-width: 2em;
  justify-content: center;
  padding: 4px 6px;
  border-radius: 4px;
  text-decoration: none;
  color: #000;
  font-size: 15px;
  line-height: 1.3;
  transition: background 0.2s, color 0.2s;
}
.page-nav--paged .page-nav__link:hover {
  background: rgba(0, 0, 0, 0.06);
}
.page-nav--paged .page-nav__current {
  display: inline-flex;
  min-width: 2em;
  justify-content: center;
  padding: 4px 6px;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.3;
  color: #000;
}
.page-nav--paged .page-nav__ellipsis {
  color: #666;
  font-size: 14px;
  padding: 0 2px;
  user-select: none;
}
.wp-block-gallery {
  width: 80%;
  margin: 20px auto;
}
.wp-block-gallery .wp-block-image {
  border-width: 3px;
}
@media screen and (max-width: 750px) {
  .wp-block-gallery {
    width: 100%;
  }
}
.post-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.post-obj {
  display: block;
  flex-basis: calc(100% / 3 - 14px);
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  .post-obj {
    flex-basis: calc(100% / 2 - 14px);
  }
}
@media screen and (max-width: 768px) {
  .post-obj {
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.post-obj-image {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .post-obj-image {
    flex-basis: 50%;
  }
}
.post-obj-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.7777777778;
  object-fit: cover;
}
.post-obj-title {
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .post-obj-title {
    flex-basis: 48%;
  }
}
.post-obj-title p {
  font-size: 15px;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 500px) {
  .post-obj-title p {
    font-size: 3.1vw;
    -webkit-line-clamp: 3;
  }
}
.backnumber {
  max-width: 1080px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1100px) {
  .backnumber {
    max-width: 900px;
  }
}
@media screen and (max-width: 950px) {
  .backnumber {
    max-width: 90%;
    margin-bottom: 30px;
  }
}
.backnumber-item {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .backnumber-item {
    display: block;
  }
}
.backnumber-item a {
  color: #000;
  text-decoration: none;
}
.backnumber-item-image {
  flex-basis: 200px;
}
@media screen and (max-width: 768px) {
  .backnumber-item-image {
    width: 80%;
    margin: 0 auto 30px;
  }
}
.backnumber-item-content {
  flex-basis: calc(100% - 250px);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.backnumber-item-content__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .backnumber-item-content__title {
    font-size: 4.3vw;
  }
}
.backnumber-item-content__desc {
  margin-bottom: 30px;
}
.backnumber-item-content__desc p {
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .backnumber-item-content__desc p {
    font-size: 4vw;
  }
}
.backnumber-item-content__links {
  display: flex;
  justify-content: flex-start;
  gap: 50px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .backnumber-item-content__links {
    justify-content: center;
  }
}
.backnumber-item-content__links a {
  flex-basis: 120px;
}
@media screen and (max-width: 768px) {
  .backnumber-item-content__links a {
    flex-basis: 80px;
  }
}
.backnumber-item-content__links a.rittor {
  flex-basis: 150px;
}
@media screen and (max-width: 768px) {
  .backnumber-item-content__links a.rittor {
    flex-basis: 110px;
  }
}
.readmore a {
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 768px) {
  .readmore a {
    font-size: 4.1vw;
  }
}
.readmore.sp {
  text-align: center;
  margin: 0 0 11vw 0;
}
#archive {
  padding-top: 50px;
}
.columuned {
  max-width: 1080px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 1100px) {
  .columuned {
    max-width: 900px;
    gap: 30px;
  }
}
@media screen and (max-width: 950px) {
  .columuned {
    max-width: 90%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 900px) {
  .columuned {
    display: block;
    margin-bottom: 100px;
  }
}
.columuned img {
  transition: 0.3s;
}
.columuned-first {
  flex-basis: 780px;
}
@media screen and (max-width: 1100px) {
  .columuned-first {
    flex-basis: 600px;
  }
}
.columuned-first-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1100px) {
  .columuned-first-wrap {
    gap: 30px;
  }
}
@media screen and (max-width: 900px) {
  .columuned-first-wrap {
    gap: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .columuned-first-wrap {
    margin-bottom: 3vw;
  }
}
.columuned-first-item {
  flex-basis: calc(100% / 2 - 20px);
}
@media screen and (max-width: 1100px) {
  .columuned-first-item {
    flex-basis: calc(100% / 2 - 15px);
  }
}
@media screen and (max-width: 900px) {
  .columuned-first-item {
    flex-basis: calc(100% / 2 - 1.5vw);
  }
}
@media screen and (max-width: 768px) {
  .columuned-first-item {
    flex-basis: 100%;
  }
}
.columuned-first-item:first-of-type {
  flex-basis: 100%;
}
.columuned-first-item img {
  aspect-ratio: 1.7777777778;
}
.columuned-second {
  flex-basis: calc(100% - 820px);
  padding-top: 78px;
}
@media screen and (max-width: 1100px) {
  .columuned-second {
    flex-basis: calc(100% - 620px);
  }
}
@media screen and (max-width: 900px) {
  .columuned-second {
    padding-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .columuned-bannars {
    display: flex;
    gap: 10px;
  }
}
@media screen and (max-width: 500px) {
  .columuned-bannars {
    display: block;
  }
}
.magazine img {
  margin-bottom: 30px;
}
.magazine .readmore {
  padding-bottom: 30px;
}
.magazine .readmore a {
  text-decoration: none;
  color: #000;
}
.post-title {
  flex-basis: 100% !important;
}
article {
  position: relative;
  /* 旧式の本文用。Gutenberg 埋め込み・custom-video-wrapper 内は 16:9 ラッパで制御するため下で上書き */
}
article h1, article h2 {
  width: 90%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  article h1, article h2 {
    padding-bottom: 15px;
  }
}
article h1:after, article h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: url(../images/hr-heringbone.svg) repeat-x;
  background-size: auto 100%;
}
article h3 {
  color: #707F86;
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom: solid 3px #707F86;
  margin-bottom: 20px;
  width: 92%;
  margin: 40px auto;
}
article h4 {
  color: #707F86;
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom: solid 1px #707F86;
  margin-bottom: 13px;
  width: 85%;
  margin: 30px auto;
}
article h1 {
  font-size: 28px;
}
article h2 {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  article h2 {
    font-size: 24px;
  }
}
article h3 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  article h3 {
    font-size: 22px;
  }
}
article h4 {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  article h4 {
    font-size: 20px;
  }
}
article > p {
  max-width: 92%;
  margin: 1em auto;
  line-height: 1.5;
  font-size: 22px;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  article > p {
    font-size: 18px;
    line-height: 1.75;
  }
}
article p {
  font-size: 20px;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  article p {
    font-size: 18px;
  }
}
article p strong {
  font-weight: bold !important;
}
article strong {
  font-weight: bold !important;
}
article a {
  color: #EF6507;
  text-decoration: underline;
}
article ul, article ol {
  max-width: 85%;
  margin: 1em auto;
}
article ul li, article ol li {
  margin-bottom: 0.75em;
  line-height: 1.2;
}
article ul li:before, article ol li:before {
  content: "●";
  display: inline-block;
  margin-right: 0.75em;
}
article ol {
  list-style: decimal inside;
}
article ol li:before {
  content: "";
}
article .ez-toc-list li:before {
  display: none;
}
article .wp-block-separator {
  border: none;
  height: 8px;
  width: 100%;
  background: url(../images/hr-heringbone.svg) repeat-x;
  background-size: auto 100%;
  margin: 80px auto;
}
@media screen and (max-width: 750px) {
  article .wp-block-separator {
    margin: 40px auto;
  }
}
article .wp-block-image {
  max-width: 80%;
  margin: 40px auto;
}
article .wp-block-image img {
  width: 100%;
}
article iframe {
  width: 600px !important;
  height: 400px !important;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 750px) {
  article iframe {
    width: 90% !important;
    height: 300px !important;
  }
}
@media screen and (max-width: 750px) {
  article .wp-block-embed iframe, article .custom-video-wrapper iframe {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
  }
}
article .sns-foot {
  width: 100%;
  position: relative;
  margin: 60px auto;
}
article .sns-foot:after {
  content: "";
  display: block;
  position: absolute;
  top: 55px;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 5px;
  background: url(../images/hr-heringbone.svg) repeat-x;
  background-size: auto 100%;
  z-index: 0;
}
article .sns-foot ul {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 315px;
  margin: 0 auto;
  background: #FFF;
  border: solid 5px #EDF0F2;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  padding: 10px 0;
}
@media screen and (max-width: 600px) {
  article .sns-foot ul {
    max-width: 80%;
  }
}
article .sns-foot ul li {
  flex-basis: 35px;
  margin: 0 10px;
}
article .sns-foot ul li:before {
  display: none;
}
/* エディター側の margin / padding（style 属性）を !important で潰さない */
article .wp-block-columns {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}
article .wp-block-columns .wp-block-image {
  margin: 0;
  width: 100%;
  max-width: initial;
}
article .wp-block-columns .wp-block-image img {
  width: 100%;
  height: auto;
}
.author-block {
  max-width: 80%;
  background: #fff;
  border: solid 10px #EDF0F2;
  text-align: center;
  padding: 40px;
  position: relative;
  margin: 50px auto;
}
@media screen and (max-width: 600px) {
  .author-block {
    padding: 25px;
  }
}
.author-block a {
  text-decoration: none;
}
.author-block-title {
  width: 400px;
  height: 60px;
  display: inline-block;
  background: #fff;
  border: solid 10px #EDF0F2;
  position: absolute;
  top: -30px;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  font-size: 20px;
  padding: 10px 40px;
  line-height: 25px;
  box-sizing: border-box;
}
.author-block-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .author-block-wrap {
    display: block;
  }
}
.author-block-image {
  flex-basis: 120px;
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .author-block-image {
    width: 120px;
    margin: 0 auto 30px;
  }
}
.author-block-image img {
  border: none;
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 1000px;
}
.author-block-text {
  text-align: left;
  flex-basis: calc(100% - 180px);
  text-decoration: none;
  color: #000;
}
.author-block-text__title {
  font-size: 20px !important;
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .author-block-text__title {
    text-align: center;
  }
}
.author-block-text p {
  font-size: 12px;
  line-height: 1.5;
}
.credit-block {
  background: #fff;
  padding: 20px;
  border: solid 3px #EDF0F2;
}
.credit-block p {
  font-size: 13px;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: rgba(0, 0, 0, 0.4) !important;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  padding: 12px 8px 8px !important;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #fancybox-wrap {
    transform: scale(1.08);
  }
}
@media screen and (max-width: 768px) {
  html.fancybox-active:not(.fancybox-allowscroll), html.fancybox-active:not(.fancybox-allowscroll) body {
    touch-action: auto !important;
  }
}
.wp-block-gallery.single {
  max-width: 40%;
  margin: 0 auto;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  object-fit: contain !important;
}
@media screen and (max-width: 600px) {
  .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    font-size: 10px !important;
    padding: 9px 8px 4px !important;
  }
}
@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
  .pc.inline {
    display: inline-block !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .sp.inline {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline-block !important;
  }
}
.footer {
  width: 100%;
  padding: 60px 0 30px;
  transition: 0.3s;
  background: url(../images/bkg-footer.jpg) repeat-x;
  background-size: auto 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 950px) {
  .footer {
    padding: 30px 0 30px;
  }
}
.footer:before, .footer:after {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  background: url(../images/hr-heringbone.svg) repeat-x;
  background-size: auto 7px;
  position: absolute;
  top: 0;
}
.footer:after {
  top: auto;
  bottom: 0;
}
.footer * {
  transition: 0.3s;
}
.footer-wrap {
  max-width: 1363px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  transition: 0.3s;
}
@media screen and (max-width: 1300px) {
  .footer-wrap {
    width: 1100px;
    height: 65px;
  }
}
@media screen and (max-width: 1100px) {
  .footer-wrap {
    width: 1100px;
    height: 65px;
    left: -80px;
  }
}
@media screen and (max-width: 950px) {
  .footer-wrap {
    width: 100vw;
    height: 60px;
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  .footer-wrap {
    width: 100vw;
    height: 60px;
  }
}
.footer-inner {
  width: 1080px;
  margin: 0 auto;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  position: relative;
  left: 55px;
  transition: 0.3s;
}
@media screen and (max-width: 1300px) {
  .footer-inner {
    width: 900px;
  }
}
@media screen and (max-width: 1100px) {
  .footer-inner {
    left: 45px;
  }
}
@media screen and (max-width: 950px) {
  .footer-inner {
    width: 100vw;
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  .footer-inner {
    justify-content: center;
  }
}
.footer-logo {
  flex-basis: 150px;
  margin-right: 50px;
}
@media screen and (max-width: 950px) {
  .footer-logo {
    margin: 0;
    flex-basis: 15%;
    margin-top: 0.25%;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .footer-logo {
    margin: 0;
    flex-basis: 23vw;
  }
}
@media screen and (max-width: 480px) {
  .footer-logo {
    margin: 0;
    flex-basis: 28vw;
  }
}
.footer-logo img {
  display: block;
  width: 110px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .footer-logo img {
    width: 90px;
  }
}
@media screen and (max-width: 950px) {
  .footer-logo img {
    width: 70%;
  }
}
@media screen and (max-width: 1100px) {
  .footer-nav {
    position: relative;
    left: -10px;
  }
}
@media screen and (max-width: 950px) {
  .footer-nav {
    display: none;
  }
}
.footer-nav ul {
  display: flex;
  padding-top: 5px;
}
@media screen and (max-width: 1300px) {
  .footer-nav ul {
    padding-top: 0;
  }
}
.footer-nav ul li {
  text-align: center;
  margin-right: 40px;
}
@media screen and (max-width: 1300px) {
  .footer-nav ul li {
    margin-right: 20px;
  }
}
.footer-nav ul li:last-of-type {
  margin-right: 0;
}
.footer-nav ul li.beginners a:after {
  width: 30px;
  height: 30px;
  background: url(../images/icn-beginners.svg) no-repeat;
  background-size: 100% 100%;
}
.footer-nav ul li.lesson a:after {
  width: 18px;
  height: 29px;
  background: url(../images/icn-lesson.svg) no-repeat;
  background-size: 100% 100%;
}
.footer-nav ul li.gears a:after {
  width: 22px;
  height: 28px;
  background: url(../images/icn-gears.svg) no-repeat;
  background-size: 100% 100%;
}
.footer-nav ul li.artists a:after {
  width: 27px;
  height: 29px;
  background: url(../images/icn-artists.svg) no-repeat;
  background-size: 100% 100%;
}
.footer-nav ul li.news a:after {
  width: 26px;
  height: 26px;
  background: url(../images/icn-news.svg) no-repeat;
  background-size: 100% 100%;
}
.footer-nav ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding-left: 35px;
  position: relative;
}
.footer-nav ul li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1300px) {
  .footer-nav ul li a:after {
    transform: scale(0.75);
  }
}
.footer-nav ul li strong {
  font-size: 15px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 1300px) {
  .footer-nav ul li strong {
    font-size: 13px;
  }
}
.footer-nav ul li aside {
  font-size: 10px;
}
@media screen and (max-width: 1300px) {
  .footer-nav ul li aside {
    font-size: 8px;
  }
}
.footer-copy {
  color: #fff;
  text-align: center;
  font-size: 13px;
}
.bannars {
  max-width: 890px;
  margin: 0 auto 80px;
  position: relative;
}
@media screen and (max-width: 950px) {
  .bannars {
    max-width: 90%;
  }
}
.bannars-horizontal {
  max-width: 730px;
  margin: 0 auto 50px;
  padding-top: 40px;
}
@media screen and (max-width: 950px) {
  .bannars-horizontal {
    max-width: 80%;
    padding-top: 3vw;
  }
}
.bannars .owl-nav {
  max-width: 1080px;
  height: 39px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto !important;
}
@media screen and (max-width: 750px) {
  .bannars .owl-nav {
    max-width: 95vw;
    height: 30px;
  }
}
.bannars .owl-nav .owl-prev, .bannars .owl-nav .owl-next {
  width: 39px;
  height: 39px;
  left: 0;
  margin: 0;
  position: absolute;
  border: none;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .bannars .owl-nav .owl-prev, .bannars .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    margin: 0 !important;
    top: -15px;
  }
}
.bannars .owl-nav .owl-prev:hover, .bannars .owl-nav .owl-next:hover {
  background: none !important;
  opacity: 0.8;
}
.bannars .owl-nav .owl-next {
  left: auto;
  right: 0;
}
.bannars .owl-dots {
  position: relative;
  bottom: -15px;
}
.magazine {
  max-width: 920px;
  margin: 0 auto 80px;
  background-color: #fff;
  border: solid 5px #EDF0F2;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .magazine {
    width: 90vw;
  }
}
.magazine h2 {
  display: inline-block;
  background-color: #fff;
  border: solid 10px #EDF0F2;
  text-align: center;
  padding: 15px 30px;
  font-size: 15px;
  margin-top: -50px;
  margin-bottom: 40px;
  position: relative;
  top: -10px;
}
.magazine ul {
  display: flex;
  justify-content: center;
  max-width: 90%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 750px) {
  .magazine ul {
    max-width: 90%;
  }
}
.magazine ul li {
  flex-basis: 200px;
  margin-right: 80px;
}
.magazine ul li:last-of-type {
  margin-right: 0;
}
.magazine ul li > img {
  box-shadow: 0 0 0.4vw rgba(0, 0, 0, 0.8);
  margin-bottom: 30px;
}
.magazine ul li p {
  margin-bottom: 20px;
}
.magazine ul li a img {
  width: 70px !important;
  display: block;
  margin: 0 auto 10px;
}
.magazine ul li a img.amazon {
  width: 60px !important;
}
.relatives {
  max-width: 920px;
  margin: 0 auto 40px;
}
.relatives ul {
  display: flex;
  flex-wrap: wrap;
}
.relatives ul li {
  flex-basis: 25%;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .relatives ul li {
    flex-basis: 50%;
  }
}
.relatives ul li img {
  height: 40px;
  width: auto;
}
@media screen and (max-width: 750px) {
  .relatives ul li img {
    height: 30px;
  }
}
html {
  background: url(../images/bkg-body-paper.jpg) repeat;
  background-size: 100% auto;
}
body {
  background: url(../images/bkg-body-border.png) repeat;
  background-size: 100% auto;
  padding-top: 56px;
}
@media screen and (max-width: 750px) {
  body {
    padding-top: 75px;
    width: 100vw;
    overflow-x: hidden;
  }
}
body * {
  font-family: "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  box-sizing: border-box;
}
body a {
  transition: 0.3s;
}
body a:hover {
  opacity: 0.7;
}
img {
  box-sizing: border-box;
}
.page-header {
  max-width: 1200px;
  margin: 0 auto;
}
.page-header img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0;
  transition: 0.3s;
}
@media screen and (max-width: 600px) {
  .page-header img {
    margin-top: -20px;
  }
}
.owl-item a {
  display: block;
  margin-bottom: 15px;
}
.owl-item p {
  font-size: 14px;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .owl-item p {
    font-size: 12px;
  }
}
.wp-block-latest-posts__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media screen and (max-width: 600px) {
  .wp-block-latest-posts__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.wp-block-latest-posts__list li {
  list-style: none;
}
.wp-block-latest-posts__list li:before {
  display: none;
}
.wp-block-latest-posts__list li a {
  font-size: 14px;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .wp-block-latest-posts__list li a {
    font-size: 12px;
  }
}
.wp-block-latest-posts__list li img {
  height: auto;
}
.author-block {
  padding: 30px !important;
}
@media screen and (max-width: 600px) {
  .author-block {
    max-width: 95% !important;
  }
}
.author-block .author-block-text p {
  margin-bottom: 0.5em;
}
/* article > p 相当（グループ・カラム内は article の直接子ではない） */
/* 1fr だけだと子の min-content が列幅を膨らませ、横はみ出しの原因になる。
   minmax(0,1fr)+列の min-width:0 で収める（Gutenberg の is-layout-flex と併用でも有効） */
.wp-block-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  max-width: 100%;
  box-sizing: border-box;
  /* article.scss の iframe width:600px !important を上書きし、レスポンシブ埋め込みはラッパ内に収める */
  /* iframe を一律 absolute にしない（親の高さ未定だとカラム内 YouTube が高さ 0 で消える） */
  /* カラム内外で見えるよう、画像＋キャプションの縦マージンを統一（article の margin:0 で潰れた分を明示） */
  /* ギャラリーはカラム幅いっぱい。内側の各画像から左右マージンを外してセル／列いっぱいに広げる */
  /* カラム内では HTML ウィジェット内 iframe だけ高さ自動（YouTube と混同しない程度に） */
}
.wp-block-columns > .wp-block-column {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  box-sizing: border-box;
  /* 記事本文と同様に端張り付きを防ぐ（hidden だと余白が視覚的に消えやすい） */
  padding-inline: clamp(6px, 1.5vw, 14px);
  /* はみ出しを抑えつつフォーカス輪切れにくい（横幅は min-width:0 と併用） */
  overflow-x: clip;
  /* margin 0 だとコアの max-width 付き埋め込みが左に張り付くので中央寄せにする */
}
.wp-block-columns > .wp-block-column .wp-block-embed {
  margin-left: auto !important;
  margin-right: auto !important;
}
.wp-block-columns > .wp-block-column .wp-block-embed__wrapper {
  max-width: 100%;
}
.wp-block-columns iframe, .wp-block-columns embed {
  max-width: 100% !important;
  width: 100% !important;
  min-width: 0 !important;
}
.wp-block-columns .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper {
  width: 100%;
}
.wp-block-columns blockquote.instagram-media, .wp-block-columns ._instagram-carousel_embed {
  margin: 12px auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.wp-block-columns blockquote.twitter-tweet {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100% !important;
}
.wp-block-columns figure.wp-block-image {
  margin: 1rem 1.75rem;
  width: 100%;
  max-width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.wp-block-columns figure.wp-block-image:first-child {
  margin-top: 0;
}
.wp-block-columns figure.wp-block-image img {
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
}
.wp-block-columns figure.wp-block-image figcaption, .wp-block-columns figure.wp-block-image .wp-element-caption {
  margin-top: 0.75em;
  margin-bottom: 0;
  padding: 0.35em 0 0;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: center;
  background: transparent;
  color: inherit;
}
.wp-block-columns > .wp-block-column figure.wp-block-gallery {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
.wp-block-columns > .wp-block-column figure.wp-block-gallery figure.wp-block-image {
  margin-left: 0;
  margin-right: 0;
}
.wp-block-columns .wp-block-html iframe {
  height: auto !important;
  min-height: 120px;
}
@media screen and (max-width: 768px) {
  .wp-block-columns {
    grid-template-columns: 1fr;
  }
}
/* ---------- グループ / カラム：article > p 等が効かない分 + ブロック設定の尊重 ---------- */
article :is(.wp-block-group, .wp-block-columns) {
  box-sizing: border-box;
  max-width: 100%;
  /* 背景・余白はエディター（style 属性 / has-background）優先。上書きしない */
}
article :is(.wp-block-group, .wp-block-columns).has-background {
  background-repeat: no-repeat;
  background-size: cover;
}
article .wp-block-group p:not(.wp-block-heading) {
  max-width: 92%;
  margin: 1em auto;
  line-height: 1.75;
}
article .wp-block-group blockquote p {
  max-width: none;
  margin: 0.5em 0;
}
article .wp-block-group ul:is(.wp-block-list), article .wp-block-group ol.wp-block-list {
  max-width: 85%;
  margin: 1em auto;
}
article .wp-block-group h5, article .wp-block-group h6 {
  color: #707F86;
  width: 85%;
  max-width: 100%;
  margin: 1.25rem auto;
  font-weight: bold;
  line-height: 1.5;
}
article .wp-block-columns .wp-block-column p:not(.wp-block-heading) {
  max-width: 92%;
  margin: 1em auto;
  line-height: 1.75;
}
article .wp-block-columns .wp-block-column blockquote p {
  max-width: none;
  margin: 0.5em 0;
}
article .wp-block-columns .wp-block-column ul:is(.wp-block-list), article .wp-block-columns .wp-block-column ol.wp-block-list {
  max-width: 85%;
  margin: 1em auto;
}
article .wp-block-columns .wp-block-column h5, article .wp-block-columns .wp-block-column h6 {
  color: #707F86;
  width: 85%;
  max-width: 100%;
  margin: 1.25rem auto;
  font-weight: bold;
  line-height: 1.5;
}
/* 引用元（cite）の下の余白＋直後のメディアとの間隔 */
article blockquote cite {
  display: block;
  margin-top: 0.75em;
  margin-bottom: 1em;
}
article .wp-block-quote + figure {
  margin-top: 0.75rem;
}
article :is(.wp-block-columns .wp-block-column, .wp-block-group) :is(p, h1, h2, h3, h4, h5, h6, blockquote).wp-has-aspect-ratio, article :is(.wp-block-columns .wp-block-column, .wp-block-group) :is(ul, ol).wp-has-aspect-ratio, article :is(.wp-block-columns .wp-block-column, .wp-block-group) figure.wp-block-table.wp-has-aspect-ratio, article :is(.wp-block-columns .wp-block-column, .wp-block-group) figure.wp-block-gallery.wp-has-aspect-ratio, article :is(.wp-block-columns .wp-block-column, .wp-block-group) ul.wp-block-latest-posts__list.wp-has-aspect-ratio, article :is(.wp-block-columns .wp-block-column, .wp-block-group) .wp-block-buttons.wp-has-aspect-ratio {
  position: static !important;
  height: auto !important;
  min-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  aspect-ratio: auto !important;
}
article :is(.wp-block-columns .wp-block-column, .wp-block-group) :is(p, h1, h2, h3, h4, h5, h6, blockquote).wp-has-aspect-ratio::before, article :is(.wp-block-columns .wp-block-column, .wp-block-group) :is(p, h1, h2, h3, h4, h5, h6, blockquote).wp-has-aspect-ratio::after, article :is(.wp-block-columns .wp-block-column, .wp-block-group) :is(ul, ol).wp-has-aspect-ratio::before, article :is(.wp-block-columns .wp-block-column, .wp-block-group) :is(ul, ol).wp-has-aspect-ratio::after, article :is(.wp-block-columns .wp-block-column, .wp-block-group) figure.wp-block-table.wp-has-aspect-ratio::before, article :is(.wp-block-columns .wp-block-column, .wp-block-group) figure.wp-block-table.wp-has-aspect-ratio::after, article :is(.wp-block-columns .wp-block-column, .wp-block-group) figure.wp-block-gallery.wp-has-aspect-ratio::before, article :is(.wp-block-columns .wp-block-column, .wp-block-group) figure.wp-block-gallery.wp-has-aspect-ratio::after, article :is(.wp-block-columns .wp-block-column, .wp-block-group) ul.wp-block-latest-posts__list.wp-has-aspect-ratio::before, article :is(.wp-block-columns .wp-block-column, .wp-block-group) ul.wp-block-latest-posts__list.wp-has-aspect-ratio::after, article :is(.wp-block-columns .wp-block-column, .wp-block-group) .wp-block-buttons.wp-has-aspect-ratio::before, article :is(.wp-block-columns .wp-block-column, .wp-block-group) .wp-block-buttons.wp-has-aspect-ratio::after {
  content: none !important;
  display: none !important;
  padding: 0 !important;
}
.wp-block-button {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.blocks-gallery-caption {
  line-height: 1.75;
}
.aligncenter {
  text-align: center;
}
.wp-block-image img {
  border: solid 15px #fff;
}
@media screen and (max-width: 600px) {
  .wp-block-image img {
    border: solid 8px #fff;
  }
}
@media screen and (max-width: 600px) {
  article p {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  article h2 {
    font-size: 20px;
  }
}
/* 比率を維持するためのラッパー */
.custom-video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9比率 */
  height: 0;
  overflow: hidden;
  margin-bottom: 2em;
}
/* 中のiframeを強制フィット */
.custom-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}
/* YouTube を .custom-video-wrapper で包んでいる＋コアも 16:9。二重にせず、かつ親高さ未定で iframe を absolute だけ敷くと消失するので
 * __wrapper の ::before を止めて、比率は .custom-video-wrapper の aspect-ratio のみに集約する */
.wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
}
.wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper::before {
  display: none !important;
  content: none !important;
  padding-top: 0 !important;
}
.wp-block-embed.wp-has-aspect-ratio .custom-video-wrapper {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 1.7777777778;
  padding-top: 0 !important;
  height: auto !important;
  margin-bottom: 2em;
  overflow: hidden;
}
.wp-block-embed.wp-has-aspect-ratio .custom-video-wrapper iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}
/* 記事内動画：alignleft / max-width などで左寄りになるのを防ぐ */
article figure.wp-block-embed {
  float: none !important;
  clear: both;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100% !important;
  box-sizing: border-box;
}
article figure.wp-block-embed:not(.alignwide):not(.alignfull) {
  width: 100%;
}
article figure.wp-block-embed.alignleft, article figure.wp-block-embed.alignright {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
article .wp-block-embed .wp-block-embed__wrapper {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  article h1, article h2 {
    text-align: center;
  }
}
.header-sns-icons {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-left: auto;
  /* 右寄せにする */
  padding-right: 20px;
}
.header-sns-icons i {
  color: #fff;
  /* 木目に映える白 */
  font-size: 18px;
  opacity: 0.8;
  transition: 0.3s;
}
.header-sns-icons i:hover {
  opacity: 1;
  transform: scale(1.1);
}
@media screen and (max-width: 750px) {
  #wp-toolbar.quicklinks {
    display: none !important;
  }
}
.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}
.header-tools {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0px;
  margin-left: auto;
  padding-right: 10px;
  z-index: 10050;
}
@media screen and (min-width: 1300px) {
  .header-tools {
    gap: 6px;
  }
  .header-tools .header-search-popup__toggle {
    width: 40px;
    height: 32px;
  }
  .header-tools .header-search-popup__toggle-svg {
    width: 26px;
    height: 26px;
  }
  .header-tools .header-sns-nav__toggle {
    font-size: 14px;
    gap: 8px;
    padding: 5px 10px;
  }
  .header-tools .header-sns-nav__toggle-svg {
    width: 26px;
    height: 26px;
  }
}
@media screen and (max-width: 950px) {
  .header-tools {
    display: none;
  }
}
/* SP 専用検索アイコン（.header-tools とは別ブロック／同一 JS クラス）
   詳細度を上げて後続の .header-search-popup &__panel より優先させる */
.header-search-popup.header-search-popup--sp {
  display: none;
  flex-shrink: 0;
}
@media screen and (max-width: 950px) {
  .header-search-popup.header-search-popup--sp {
    display: block;
    position: relative;
    align-self: flex-start;
    /* ハンバーガーとの縦位置微調整（もう少し下げるときは 0 〜 負の値を弱める） */
    margin-top: -1px;
  }
  .header-search-popup.header-search-popup--sp .header-search-popup__toggle {
    width: 40px;
    height: 30px;
    align-items: flex-start;
    justify-content: center;
  }
  .header-search-popup.header-search-popup--sp .header-search-popup__toggle-svg {
    width: 26px;
    height: 26px;
  }
  .header-search-popup.header-search-popup--sp .header-search-popup__panel {
    min-width: min(272px, calc(100vw - 32px));
    /* トリガー右端に揃え、三角は検索アイコン真下（幅広パネルの中央だとロゴ向きになる） */
    right: 0;
    left: auto;
    background: rgba(42, 32, 26, 0.97);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.5);
  }
  .header-search-popup.header-search-popup--sp .header-search-popup__panel:before {
    left: auto;
    right: 12px;
    margin-left: 0;
    border-bottom-color: rgba(42, 32, 26, 0.97);
  }
}
.header-search-popup {
  position: relative;
  flex-shrink: 0;
}
.header-search-popup__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 29px;
  padding: 0;
  border: none;
  background: transparent;
  color: #fff;
  cursor: pointer;
  border-radius: 6px;
  opacity: 0.9;
  transition: opacity 0.2s, background 0.2s;
}
.header-search-popup__toggle:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.08);
}
.header-search-popup__toggle:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.header-search-popup__panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  padding: 12px 14px;
  background: rgba(36, 28, 22, 0.6);
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.15);
  min-width: 280px;
  z-index: 10060;
}
.header-search-popup__panel[hidden] {
  display: none !important;
}
.header-search-popup__panel:before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 12px;
  border: 9px solid transparent;
  border-bottom-color: rgba(36, 28, 22, 0.98);
}
.header-search-popup.is-open .header-search-popup__toggle {
  opacity: 1;
}
.header-search-popup__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.header-search-popup__field {
  width: 100%;
  height: 38px;
  border: none;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 14px;
  color: #333;
  background: #fff;
}
.header-search-popup__submit {
  align-self: flex-end;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: bold;
  color: #2d221a;
  background: rgba(255, 255, 255, 0.92);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s;
}
.header-search-popup__submit:hover {
  background: #fff;
}
.header-sns-nav {
  position: relative;
  display: flex;
  align-items: start;
}
.header-sns-nav__toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  border: none;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
  opacity: 0.9;
  transition: 0.3s;
  line-height: 1;
  border-radius: 4px;
}
.header-sns-nav__toggle:hover {
  opacity: 1;
}
.header-sns-nav__toggle:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.header-sns-nav__toggle svg {
  flex-shrink: 0;
  display: block;
}
@media screen and (max-width: 1080px) {
  .header-sns-nav__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
.header-sns-nav__popup {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  padding: 12px 14px;
  background: rgba(36, 28, 22, 0.78);
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.15);
  min-width: 235px;
  z-index: 10060;
}
.header-sns-nav__popup[hidden] {
  display: none !important;
}
.header-sns-nav__popup:before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 16px;
  border: 9px solid transparent;
  border-bottom-color: rgba(36, 28, 22, 0.98);
}
.header-sns-nav.is-open .header-sns-nav__toggle {
  opacity: 1;
}
.header-sns-nav__icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
/* SNSブランド丸：PCヘッダー・SPメニュー共通（.menu-sp a の display:block より a 詳細度高く中央寄せ） */
a.header-sns-nav__ico {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s, box-shadow 0.2s;
  line-height: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a.header-sns-nav__ico:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}
a.header-sns-nav__ico svg {
  width: 20px;
  height: 20px;
  max-width: 100%;
  max-height: 100%;
  display: block;
  flex-shrink: 0;
  margin: 0;
  vertical-align: middle;
}
a.header-sns-nav__ico--x {
  background: #000;
}
a.header-sns-nav__ico--facebook {
  background: #1877f2;
}
a.header-sns-nav__ico--instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
a.header-sns-nav__ico--youtube {
  background: #ff0000;
}
#archive.search-archive {
  padding-bottom: 100px;
}
