@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* --------------------------------------------------------------------------------------
   reset
-------------------------------------------------------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
}

html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q,
samp, small, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset,
form, label, textarea, legend, optgroup, option,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header,
main, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  line-height: 1.75;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
  font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none;
}

ul, ol, li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  color: #04c;
  background: transparent;
  text-decoration: none;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  cursor: help;
}

small {
  cursor: help;
  text-decoration: underline;
}

small::after {
  content: "*";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1.5em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input, textarea, select, option {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans Japanese", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  font-size: 16px;
}

select, option {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* --------------------------------------------------------------------------------------
   base
-------------------------------------------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  color: #000;
  font-size: 16px;
  line-height: 1.75;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans Japanese", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  background: #fff url("/images/bg.jpg") top center no-repeat;
  background-size: 135% auto;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

a {
  text-decoration: underline;
}
@media screen and (min-width: 768.1px) {
  a:hover {
    color: #06f;
  }
}

.inner {
  position: relative;
  width: auto;
  height: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  section {
    scroll-margin-top: 80px;
  }
}

/* --------------------------------------------------------------------------------------
    parts arrange
-------------------------------------------------------------------------------------- */
._PCnone {
  display: none;
}
@media screen and (max-width: 960px) {
  ._PCnone {
    display: block !important;
  }
}

@media screen and (max-width: 960px) {
  ._SPnone {
    display: none !important;
  }
}

._pc100 {
  flex-basis: 100% !important;
}

@media screen and (max-width: 960px) {
  ._sp100 {
    flex-basis: 100% !important;
  }
}

@media screen and (max-width: 960px) {
  ._orderSP-1 {
    order: -1;
  }
}

.svg-inline--fa {
  display: inline-block;
  width: 1.5em;
  text-align: center;
}

.carousel {
  scroll-snap-type: x mandatory;
}
.carousel .item {
  scroll-snap-align: start;
}

a.buttonParts {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  background: #e4002c;
  color: #fff;
  text-decoration: none;
  padding: 0.75em 1em;
  box-shadow: 5px 5px 0 #005bab;
  transition: all 0.15s;
}
a.buttonParts:focus {
  top: 5px;
  left: 5px;
  box-shadow: 0 0;
}
@media screen and (max-width: 960px) {
  a.buttonParts._sp-center {
    display: block;
    width: calc(100% - 30px);
    max-width: 360px;
    margin: 0 auto;
    padding: 1em;
  }
}

@keyframes ffAnimation {
  0% {
    left: 0px;
  }
  25% {
    left: 2px;
  }
  75% {
    left: -2px;
  }
  100% {
    left: 0;
  }
}
@keyframes ffAnimationOut {
  0% {
    right: 0px;
  }
  25% {
    right: 2px;
  }
  75% {
    right: -2px;
  }
  100% {
    right: 0;
  }
}
.fastForward::before {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  border-width: 12px 0px 12px 10px;
  border-style: solid;
  vertical-align: middle;
  margin-right: 20px;
  border-color: transparent transparent transparent #000;
  filter: drop-shadow(10px 0 0 #000);
}
.fastForward._fff::before {
  border-color: transparent transparent transparent #fff;
  filter: drop-shadow(10px 0 0 #fff);
}
.fastForward._s::before {
  border-width: 8px 0px 8px 7px;
  filter: drop-shadow(7px 0 0 #000);
  margin-right: 17px;
}
.fastForward._s._fff::before {
  filter: drop-shadow(7px 0 0 #fff);
}
@media screen and (min-width: 768.1px) {
  .fastForward:hover::before {
    animation: ffAnimation 0.5s forwards infinite linear;
  }
}

a.zoom {
  position: relative;
  display: inline-block;
  cursor: zoom-in;
  font-size: 0;
}

a:has(> img).zoom::after {
  content: "クリックで拡大します";
  position: absolute;
  right: 3px;
  bottom: 0;
  font-size: 12px;
  line-height: 1;
  padding: 2px 4px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
a:has(> img).zoom img {
  border: 3px solid #eee;
}

.youtubeWidget {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.youtubeWidget .youtubeWidgetInner {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.youtubeWidget .youtubeWidgetInner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.yoshida::after {
  content: "𠮷田";
}

.indexTitleList li {
  display: flex;
  margin-bottom: 1.75em;
}
@media screen and (max-width: 960px) {
  .indexTitleList li {
    flex-wrap: wrap;
  }
}
.indexTitleList li .entryDate {
  flex: 0 0 100px;
}
.indexTitleList li .entrySiteName {
  flex: 0 0 145px;
}
.indexTitleList li .entrySiteName span {
  display: inline-block;
  width: 10em;
  background: #005bab;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  padding: 3px 1em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .indexTitleList li .entrySiteName span {
    font-size: 12px;
  }
}
.indexTitleList li .entryTitle {
  flex: 1 1 200px;
}
@media screen and (max-width: 960px) {
  .indexTitleList li .entryTitle {
    flex-basis: 100%;
  }
}
.indexTitleList li .entryTitle a {
  position: relative;
}
.indexTitleList li .entryTitle a[href*="www.youtube.com"]::after {
  content: "▲";
  display: inline-block;
  position: relative;
  top: -2px;
  left: 8px;
  transform: rotate(90deg);
  background: #f00;
  color: #fff;
  font-size: 8px;
  width: 15px;
  text-align: center;
  border-radius: 4px;
  line-height: 18px;
  padding-bottom: 1px;
}
.indexTitleList li.featured .entrySiteName span {
  background: linear-gradient(135deg, #eab92d 0%, #c79810 100%);
}
.indexTitleList li.featured .entryTitle a {
  font-weight: 500;
}
.indexTitleList li.featured .entryTitle a::after {
  content: "PICK UP";
  display: inline-block;
  position: relative;
  top: -2px;
  left: 5px;
  background: linear-gradient(135deg, #eab92d 0%, #c79810 100%);
  color: #fff;
  font-size: 9px;
  text-align: center;
  line-height: 1;
  padding: 3px;
}

/* --------------------------------------------------------------------------------------
    header, footer
-------------------------------------------------------------------------------------- */
@media screen and (max-width: 960px) {
  .headerWrap {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 999;
  }
}

header {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 100px;
  padding-bottom: 15px;
}
@media screen and (max-width: 960px) {
  header {
    height: 70px;
    padding-bottom: 0;
    border-bottom: 1px solid #e4002c;
  }
}
header h1 {
  padding-left: 15px;
  max-width: calc(100% - 70px);
  height: 57px;
}
@media screen and (max-width: 960px) {
  header h1 {
    height: 50px;
  }
}
header h1 img {
  max-width: 100%;
  max-height: 100%;
}

nav .subContents form {
  position: relative;
  flex-basis: 300px;
}
nav .subContents form input.search {
  height: 40px;
  width: 100%;
  font-size: 14px;
}
nav .subContents form button.submit {
  position: absolute;
  top: 0px;
  right: 0px;
  border: 0;
  width: 42px;
  height: 40px;
  padding-bottom: 2px;
  font-size: 24px;
  background: transparent;
}
nav .subContents .contactForm {
  margin-left: 25px;
  margin-right: 10px;
  flex-basis: 185px;
}
nav .subContents .contactForm a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
  justify-content: center;
  height: 40px;
  background: #005bab;
  color: #fff;
  text-decoration: none;
  padding: 0 20px;
  box-shadow: 4px 4px 0 #e4002c;
  transition: all 0.15s;
}
nav .subContents .contactForm a:focus {
  top: 4px;
  left: 4px;
  box-shadow: 0 0;
}
nav .subContents .contactForm a svg {
  font-size: 24px;
  margin-right: 10px;
}
@media screen and (min-width: 960.1px) {
  nav .slideToggle {
    display: block !important;
  }
  nav .subContents {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    justify-content: flex-end;
    width: 520px;
    height: 85px;
  }
  nav ul {
    display: flex;
    height: 80px;
    padding-bottom: 10px;
  }
  nav ul li {
    flex: 1 1 auto;
  }
  nav ul li:first-child a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #ccc;
  }
  nav ul li a {
    position: relative;
    display: block;
    height: 70px;
    color: #000;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s;
  }
}
@media screen and (min-width: 960.1px) and (min-width: 960.1px) and (max-width: 1520px) {
  nav ul li a {
    font-size: 14px;
  }
}
@media screen and (min-width: 960.1px) {
  nav ul li a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #ccc;
  }
  nav ul li a .svg-inline--fa {
    display: block;
    width: 100%;
    color: #e4002c;
    font-size: 28px;
    padding: 6px 0;
  }
  nav ul li a:hover, nav ul li a.active {
    background: #005bab;
    color: #fff;
  }
  nav ul li a:hover .svg-inline--fa, nav ul li a.active .svg-inline--fa {
    color: #fff;
  }
}
@media screen and (max-width: 960px) {
  nav .hamburger {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    text-align: center;
    cursor: pointer;
  }
  nav .hamburger::before {
    content: "";
    position: absolute;
    width: 32px;
    height: 4px;
    background: #e4002c;
    top: 6px;
    left: 8px;
    transition: all 0.5s;
  }
  nav .hamburger::after {
    content: "";
    position: absolute;
    width: 32px;
    height: 4px;
    background: #e4002c;
    top: 24px;
    left: 8px;
    transition: all 0.5s;
  }
  nav .hamburger span {
    display: inline-block;
    width: 100%;
    padding-top: 30px;
    text-align: center;
    font-size: 10px;
    color: #e4002c;
  }
  nav .hamburger span::before {
    content: "";
    position: absolute;
    width: 32px;
    height: 4px;
    background: #e4002c;
    top: 15px;
    left: 8px;
    transition: all 0.5s;
  }
  nav .hamburger span::after {
    content: "メニュー";
  }
  nav .hamburger.open::before {
    transform: rotate(225deg);
    box-shadow: none;
    top: 16px;
  }
  nav .hamburger.open::after {
    transform: rotate(-225deg);
    top: 16px;
  }
  nav .hamburger.open span::before {
    width: 0;
    left: 24px;
  }
  nav .hamburger.open span::after {
    content: "閉じる";
  }
  nav .slideToggle {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100vh - 70px);
    overscroll-behavior-y: contain;
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    display: none;
  }
  nav .subContents {
    width: 100%;
    height: 70px;
    padding: 15px;
    border-bottom: 1px solid #aaa;
  }
  nav ul {
    padding-bottom: 90px;
  }
  nav ul li {
    height: 50px;
    border-bottom: 1px solid #aaa;
  }
  nav ul li a {
    display: block;
    color: #000;
    font-size: 18px;
    line-height: 1;
    padding: 16px;
  }
  nav ul li a svg {
    color: #e4002c;
    margin-right: 15px;
  }
}

.footerWrap {
  background: url("../images/common/footer_staves.png") repeat-x top center;
  padding-top: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  .footerWrap {
    background-size: auto 30px;
  }
}

footer .footerLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 45px;
  padding: 20px 0;
}
@media screen and (max-width: 960px) {
  footer .footerLogo {
    gap: 30px;
  }
}
footer .footerLogo > img {
  height: 57px;
}
@media screen and (max-width: 960px) {
  footer .footerLogo > img {
    height: 40px;
  }
}
footer .footerLogo > a img {
  height: 100px;
}
@media screen and (max-width: 960px) {
  footer .footerLogo > a img {
    height: 60px;
  }
}
@media screen and (min-width: 960.1px) {
  footer ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    max-width: 630px;
    margin: 0 auto 20px;
  }
  footer ul li {
    position: relative;
    flex: 0 0 auto;
    line-height: 3;
    text-align: center;
    padding: 0 1em;
  }
  footer ul li::before {
    content: "";
    width: 1px;
    height: 1em;
    background: #aaa;
    position: absolute;
    top: 1em;
    left: 0;
  }
  footer ul li::after {
    content: "";
    width: 1px;
    height: 1em;
    background: #aaa;
    position: absolute;
    top: 1em;
    right: -1px;
  }
}
@media screen and (max-width: 960px) {
  footer ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 20px 20px;
  }
  footer ul::before, footer ul::after {
    content: "";
    flex: 1 1 25%;
    min-width: 160px;
    order: 1;
  }
  footer ul li {
    flex: 1 1 25%;
    line-height: 3;
    min-width: 160px;
  }
  footer ul li a::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url("../images/common/icon_piano.png") no-repeat center center/cover;
    vertical-align: middle;
    margin-right: 3px;
  }
}

.footerBanners {
  background: #ccc;
}
.footerBanners ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 10px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 10px 20px 20px;
}
.footerBanners ul li {
  flex: 1 1 12%;
  align-self: stretch;
  text-align: center;
  padding-top: 10px;
}
@media screen and (min-width: 960.1px) and (max-width: 1520px) {
  .footerBanners ul li {
    flex-basis: 15%;
  }
}
@media screen and (max-width: 960px) {
  .footerBanners ul li {
    flex-basis: 24%;
  }
}
@media screen and (max-width: 768px) {
  .footerBanners ul li {
    flex-basis: 28%;
  }
}
@media screen and (max-width: 440px) {
  .footerBanners ul li {
    flex-basis: 48%;
  }
}
.footerBanners ul li.noneChild {
  padding: 0;
}
.footerBanners ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  height: 100%;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-size: 13px;
  transition: all 0.2s;
}
@media screen and (min-width: 768.1px) {
  .footerBanners ul li a:hover {
    background: #005bab;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .footerBanners ul li a br {
    display: none;
  }
}

.copyright {
  background: #e4002c;
  color: #fff;
  text-align: center;
  height: 50px;
  line-height: 28px;
  padding: 11px 0;
}
@media screen and (max-width: 768px) {
  .copyright {
    font-size: 12px;
  }
}
@media screen and (max-width: 440px) {
  .copyright {
    padding-bottom: 100px;
  }
}

.scrollNav {
  position: fixed;
  right: 10px;
  bottom: 0;
  z-index: 10;
}
.scrollNav a {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  background: #005bab;
  text-align: center;
  border-radius: 50% 50% 0 0;
  color: #fff;
  padding-top: 56px;
  font-size: 14px;
  line-height: 1.25;
  text-decoration: none !important;
  opacity: 0.85;
}
.scrollNav a:hover {
  opacity: 1;
}
.scrollNav a svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 50px;
}
.scrollNav a svg + svg {
  top: 18px;
  left: 0;
}
@media screen and (max-width: 960px) {
  .scrollNav {
    bottom: 10px;
  }
  .scrollNav a {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    opacity: 1;
  }
  .scrollNav a svg {
    font-size: 40px;
    top: 3px;
  }
  .scrollNav a svg + svg {
    top: 18px;
  }
  .scrollNav a span {
    display: none;
  }
}

/* --------------------------------------------------------------------------------------
    img hover effect
-------------------------------------------------------------------------------------- */
[class*=' imghvr-'],
[class^=imghvr-] {
  position: relative;
  margin: 0;
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}

[class*=' imghvr-'],
[class*=' imghvr-'] *,
[class*=' imghvr-'] *:after,
[class*=' imghvr-'] *:before,
[class*=' imghvr-']:after,
[class*=' imghvr-']:before,
[class^=imghvr-],
[class^=imghvr-] *,
[class^=imghvr-] *:after,
[class^=imghvr-] *:before,
[class^=imghvr-]:after,
[class^=imghvr-]:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

[class*=' imghvr-shutter-out-']:before,
[class^=imghvr-shutter-out-]:before {
  background: inherit;
  position: absolute;
  content: "";
}

.imghvr-shutter-out-vert:before {
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
}

.imghvr-shutter-out-diag-1:before {
  top: 50.1%;
  bottom: 50%;
  left: -40%;
  right: -40%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 768.1px) {
  .imghvr-shutter-out-vert:hover:before {
    top: 0;
    bottom: 0;
  }

  .imghvr-shutter-out-diag-1:hover:before {
    top: -40%;
    bottom: -40%;
  }
}
/* --------------------------------------------------------------------------------------
    font size, text color
-------------------------------------------------------------------------------------- */
._fz10 {
  font-size: 10px;
}

._fz11 {
  font-size: 11px;
}

._fz12 {
  font-size: 12px;
}

._fz13 {
  font-size: 13px;
}

._fz14 {
  font-size: 14px;
}

._fz15 {
  font-size: 15px;
}

._fz16 {
  font-size: 16px;
}

._fz17 {
  font-size: 17px;
}

._fz18 {
  font-size: 18px;
}

._fz19 {
  font-size: 19px;
}

._fz20 {
  font-size: 20px;
}

._fz21 {
  font-size: 21px;
}

._fz22 {
  font-size: 22px;
}

._fz23 {
  font-size: 23px;
}

._fz24 {
  font-size: 24px;
}

._fz25 {
  font-size: 25px;
}

._fz26 {
  font-size: 26px;
}

._fz27 {
  font-size: 27px;
}

._fz28 {
  font-size: 28px;
}

._fz29 {
  font-size: 29px;
}

._fz30 {
  font-size: 30px;
}

._acColor {
  color: #e4002c;
}

._subColor {
  color: #005bab;
}

/* --------------------------------------------------------------------------------------
    spot style
-------------------------------------------------------------------------------------- */
._align-left {
  text-align: left;
  justify-content: flex-start;
}

._align-center {
  text-align: center;
  justify-content: center;
}

._align-right {
  text-align: right;
  justify-content: flex-end;
}

._sub {
  font-size: 77.778%;
  font-weight: 400;
}

._nowrap {
  white-space: nowrap;
}
