@charset "UTF-8";
/* ==========================================================================
   Reset
   ========================================================================== */
/* Initialize
   ========================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, var,
b, u, i,
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, main,
menu, nav, output, ruby, section, summary, input, textarea,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

:root {
  --color-black: #141414;
  --color-link: #1966a5;
}

html {
  font-size: 0.625em;
  height: 100%;
  overflow-y: scroll;
}

body {
  color: var(--color-black);
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
body.is-fixed {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
}

button {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

dd,
dt,
td,
th,
ol,
ul,
p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  dd,
  dt,
  td,
  th,
  ol,
  ul,
  p {
    font-size: 3.2vw;
  }
}

td dl,
td ul,
td ol,
td td,
td th,
td p,
td li,
dd dd,
dd dt,
dd p,
dd li,
dd ul,
dd ol,
li th,
li td,
li table,
li dd,
li dt,
li ol,
li ul,
ol li,
ul li,
li p {
  font-size: 1em;
}

ol,
ul {
  list-style: none;
}

a {
  color: var(--color-link);
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (hover: hover) {
  a:hover img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

address {
  font-style: normal;
}

/* google chrome input button padding */
input[type=button],
input[type=submit],
input[type=reset],
input[type=file]::-webkit-file-upload-button, button {
  padding: 1px 6px;
}

input[type=checkbox] {
  margin: 0;
}

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

.img-box {
  font-size: 0;
  line-height: 0;
}

.wrap {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .wrap {
    padding-left: 4vw;
    padding-right: 4vw;
    width: auto;
  }
}

table {
  border-collapse: collapse;
  width: 100%;
}

sub,
sup {
  font-size: 65%;
  font-weight: normal;
}

sub {
  vertical-align: bottom;
}

sup {
  vertical-align: top;
}

.text-bold,
strong {
  font-weight: bold;
}

.text-small {
  font-size: 0.8em;
}

.text-large {
  font-size: 2.4em;
}

.text-underline {
  text-decoration: underline;
}

.text-italic {
  font-style: italic;
}

video {
  outline: none;
}

.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.text-red {
  color: var(--color-red) !important;
}

.text-black {
  color: var(--color-black) !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/* ---------------------------------------------------------

■■■ PC SP ■■■■■■■■■■

--------------------------------------------------------- */
@media screen and (min-width: 768px) {
  img.sp,
  br.sp,
  span.sp,
  .sp {
    display: none !important;
  }
  br.sp {
    width: 0 !important;
  }
  .pc {
    display: block !important;
  }
  span.pc,
  img.pc,
  br.pc {
    display: inline !important;
  }
  th.pc,
  td.pc {
    display: table-cell !important;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  th.pc,
  td.pc,
  span.pc,
  br.pc,
  img.pc,
  .pc {
    display: none !important;
  }
  img.sp,
  br.sp,
  span.sp {
    display: inline !important;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

/* f-move-top
========================================================================== */
.f-move-top {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.f-move-top.--delay {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.f-move-top.--delay2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .f-move-top.--delay2, .f-move-top.--delay {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.f-move-top.--move {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* c-caution
========================================================================== */
.c-caution {
  color: #585858;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-caution {
    font-size: 2.6666666667vw;
  }
}

/* l-container
========================================================================== */
.l-container {
  overflow-x: hidden;
}

/* l-header
========================================================================== */
.l-header {
  background-color: var(--color-black);
}
.l-header .l-header_inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-header .l-header_inner {
    height: 8vw;
    padding: 0 4vw;
  }
}
.l-header .logo {
  width: 238px;
}
@media screen and (max-width: 767px) {
  .l-header .logo {
    width: 37.0666666667vw;
  }
}
.l-header .l-header_btn {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .l-header .l-header_btn {
    font-size: 3.2vw;
  }
}
.l-header .l-header_btn > a {
  border: 2px solid #fff;
  border-radius: 10px;
  color: #fff;
  display: block;
  padding: 8px 36px 8px 18px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header .l-header_btn > a::before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  height: 5px;
  width: 5px;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-60%);
      -ms-transform: rotate(45deg) translateY(-60%);
          transform: rotate(45deg) translateY(-60%);
}
@media (hover: hover) {
  .l-header .l-header_btn > a:hover {
    background-color: #fff;
    color: var(--color-black);
  }
  .l-header .l-header_btn > a:hover::before {
    border-right-color: var(--color-black);
    border-top-color: var(--color-black);
  }
}
@media screen and (max-width: 767px) {
  .l-header .l-header_btn > a {
    border-width: 0.2666666667vw;
    border-radius: 1.3333333333vw;
    padding: 0.8vw 4.8vw 0.8vw 2.4vw;
  }
  .l-header .l-header_btn > a::before {
    border-right: 0.2666666667vw solid #fff;
    border-top: 0.2666666667vw solid #fff;
    height: 0.6666666667vw;
    width: 0.6666666667vw;
    right: 2.4vw;
  }
}

/* l-footer
========================================================================== */
.l-footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-black);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 200px;
  padding: 30px 48px;
}
.l-footer .logo img {
  width: 238px;
}
.l-footer .copyright {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 21.3333333333vw;
    padding: 2.4vw 4vw;
  }
  .l-footer .logo img {
    width: 37.0666666667vw;
  }
  .l-footer .copyright {
    font-size: 2.4vw;
  }
}

/* p-calendar-head
========================================================================== */
.p-calendar-head {
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-calendar-head {
    padding-top: 2.9333333333vw;
  }
}
.p-calendar-head .p-calendar-head_title {
  display: table;
  margin: 0 auto 12px;
  position: relative;
  z-index: 0;
}
.p-calendar-head .p-calendar-head_title > span {
  background: -webkit-linear-gradient(330deg, #ffa60a, #f77e00, #f05119, #ea2728);
  background: linear-gradient(120deg, #ffa60a, #f77e00, #f05119, #ea2728);
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 900;
  height: 97px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.1;
  text-align: center;
  width: 97px;
  position: absolute;
  left: 10px;
  top: 7px;
  z-index: -1;
}
.p-calendar-head .p-calendar-head_title > span > span:nth-child(1) {
  font-size: 18px;
}
.p-calendar-head .p-calendar-head_title > span > span:nth-child(2) {
  font-size: 38px;
}
.p-calendar-head .p-calendar-head_title > span > span > b {
  font-size: 0.7em;
}
.p-calendar-head .p-calendar-head_title > picture {
  display: block;
}
.p-calendar-head .p-calendar-head_title > picture > img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-calendar-head .p-calendar-head_title {
    margin-bottom: 2.4vw;
  }
  .p-calendar-head .p-calendar-head_title > span {
    height: 20.6666666667vw;
    width: 20.6666666667vw;
    left: -1.0666666667vw;
    top: 0.4vw;
  }
  .p-calendar-head .p-calendar-head_title > span > span:nth-child(1) {
    font-size: 4vw;
  }
  .p-calendar-head .p-calendar-head_title > span > span:nth-child(2) {
    font-size: 8vw;
  }
  .p-calendar-head .p-calendar-head_title > picture {
    width: 80.4vw;
  }
}

/* p-anchor
========================================================================== */
.p-anchor {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fcf0ba;
  border-radius: 7px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 28px;
  margin-bottom: 60px;
  margin-top: 16px;
  padding: 12px 24px;
}
@media screen and (max-width: 767px) {
  .p-anchor {
    border-radius: 0.9333333333vw;
    display: block;
    margin-bottom: 8.5333333333vw;
    margin-top: 4.2666666667vw;
    padding: 3.2vw 2.6666666667vw 2.6666666667vw;
  }
  .p-anchor > p {
    font-size: 3.7333333333vw;
    line-height: 1.1;
    margin-bottom: 3.2vw;
    text-align: center;
  }
}
.p-anchor > ol {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 7px;
  text-align: center;
  width: 100%;
}
.p-anchor > ol > li {
  max-width: 125px;
  width: 100%;
}
.p-anchor > ol > li a {
  background-color: #fff;
  border-radius: 5px;
  color: var(--color-black);
  display: block;
  padding-bottom: 20px;
  padding-top: 10px;
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.p-anchor > ol > li a::before {
  border-bottom: 2px solid #ffd100;
  border-right: 2px solid #ffd100;
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  bottom: 7px;
  left: 50%;
  -webkit-transform: rotate(45deg) translateX(-50%);
      -ms-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s;
}
@media (hover: hover) {
  .p-anchor > ol > li a:hover {
    background-color: #ffd100;
  }
  .p-anchor > ol > li a:hover::before {
    border-color: var(--color-black);
    bottom: 3px;
  }
}
@media screen and (max-width: 767px) {
  .p-anchor > ol {
    display: grid;
    font-size: 3.2vw;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.6vw;
  }
  .p-anchor > ol > li {
    max-width: initial;
  }
  .p-anchor > ol > li a {
    border-radius: 0.9333333333vw;
    padding-bottom: 4.2666666667vw;
    padding-top: 2.1333333333vw;
  }
  .p-anchor > ol > li a::before {
    border-bottom-width: 0.4vw;
    border-right-width: 0.4vw;
    height: 1.0666666667vw;
    width: 1.0666666667vw;
    bottom: 1.6vw;
  }
}

/* p-calendar
========================================================================== */
.p-calendar .p-calendar-list {
  margin-bottom: 100px;
}
.p-calendar .p-calendar-list:last-child {
  margin-bottom: 0;
}
.p-calendar .p-calendar-list h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 12px;
}
.p-calendar .p-calendar-list .p-calendar-list_title {
  background-color: #ffd100;
  border-bottom: 1px solid #a4a4a4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-calendar .p-calendar-list .p-calendar-list_title > p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 12px;
  padding-top: 12px;
}
.p-calendar .p-calendar-list .p-calendar-list_title > p.--title {
  padding-left: 20px;
  max-width: 480px;
}
.p-calendar .p-calendar-list .p-calendar-list_title > p.--author {
  padding-right: 20px;
  max-width: 120px;
}
.p-calendar .p-calendar-list .p-calendar-list_title > p.--genre {
  max-width: 120px;
}
.p-calendar .p-calendar-list .p-calendar-list_title > p.--publisher {
  max-width: 240px;
}
.p-calendar .p-calendar-list .p-calendar-list_item > li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #a4a4a4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-calendar .p-calendar-list .p-calendar-list_item > li > p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  line-height: 1.4285714286;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (hover: hover) {
  .p-calendar .p-calendar-list .p-calendar-list_item > li > p a:hover {
    text-decoration: underline;
  }
}
.p-calendar .p-calendar-list .p-calendar-list_item > li > p > span:nth-child(1) {
  display: none;
}
.p-calendar .p-calendar-list .p-calendar-list_item > li > p.--title {
  padding-left: 56px;
  max-width: 480px;
}
.p-calendar .p-calendar-list .p-calendar-list_item > li > p.--title > span:nth-child(1) {
  display: block;
}
.p-calendar .p-calendar-list .p-calendar-list_item > li > p.--title.--recommend {
  background: url(../img/icon-recommend.png) no-repeat 6px 50%/40px 40px;
}
.p-calendar .p-calendar-list .p-calendar-list_item > li > p.--author {
  max-width: 120px;
}
.p-calendar .p-calendar-list .p-calendar-list_item > li > p.--genre {
  max-width: 120px;
}
.p-calendar .p-calendar-list .p-calendar-list_item > li > p.--publisher {
  max-width: 240px;
}
@media screen and (max-width: 767px) {
  .p-calendar .p-calendar-list {
    margin-bottom: 21.3333333333vw;
  }
  .p-calendar .p-calendar-list h2 {
    background-color: #ffd100;
    border-bottom: 1px solid #a4a4a4;
    font-size: 4.2666666667vw;
    margin-bottom: 0;
    padding: 2.6666666667vw 3.2vw;
  }
  .p-calendar .p-calendar-list .p-calendar-list_title {
    display: none;
  }
  .p-calendar .p-calendar-list .p-calendar-list_item > li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 3.2vw 3.2vw 3.2vw 11.2vw;
    position: relative;
  }
  .p-calendar .p-calendar-list .p-calendar-list_item > li > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    font-size: 3.2vw;
    margin-bottom: 0.6666666667vw;
    padding-bottom: 0;
    padding-top: 0;
  }
  .p-calendar .p-calendar-list .p-calendar-list_item > li > p > span:nth-child(1) {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-calendar .p-calendar-list .p-calendar-list_item > li > p.--title {
    font-size: 4.2666666667vw;
    margin-bottom: 1.3333333333vw;
    padding-left: 0;
    max-width: initial;
    width: 100%;
  }
  .p-calendar .p-calendar-list .p-calendar-list_item > li > p.--title.--recommend {
    background: none;
  }
  .p-calendar .p-calendar-list .p-calendar-list_item > li > p.--title.--recommend::before {
    background: url(../img/icon-recommend.png) no-repeat 0 0/100% 100%;
    content: "";
    height: 8vw;
    width: 8vw;
    position: absolute;
    left: 1.3333333333vw;
    top: 3.2vw;
  }
  .p-calendar .p-calendar-list .p-calendar-list_item > li > p.--author {
    max-width: initial;
    width: 50%;
  }
  .p-calendar .p-calendar-list .p-calendar-list_item > li > p.--genre {
    max-width: initial;
    width: 50%;
  }
  .p-calendar .p-calendar-list .p-calendar-list_item > li > p.--publisher {
    max-width: initial;
    width: 100%;
  }
}