@charset "UTF-8";
body {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #000;
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  background: url(../img/bg_main.jpg);
  background-size: 60%;
}
@media screen and (min-width: 667px) {
  body {
    font-size: 16px;
    min-width: 1100px;
    background-size: 300px;
  }
}

li {
  list-style: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a.invalid {
  pointer-events: none;
  opacity: 0.6;
  display: block !important;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}
@media screen and (min-width: 667px) {
  #page-top {
    bottom: 10px;
    right: 10px;
  }
}
#page-top a {
  text-decoration: none;
  width: 50px;
  display: block;
}
@media screen and (min-width: 667px) {
  #page-top a {
    width: 60px;
  }
}

a {
  text-decoration: none;
  color: #000;
}

a {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
a:hover {
  opacity: 0.6;
}
.pc {
  display: none;
}
@media screen and (min-width: 667px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 667px) {
  .sp {
    display: none;
  }
}

.mt--5 {
  margin-top: -5px !important;
}

.mt--10 {
  margin-top: -10px !important;
}

@media screen and (min-width: 667px) {
  .mt--10_pc {
    margin-top: -10px !important;
  }
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb1em {
  margin-bottom: 1em;
}

.mb2em {
  margin-bottom: 2em;
}

.mb3em {
  margin-bottom: 3em;
}

.mb4em {
  margin-bottom: 4em;
}

.mt1em {
  margin-top: 1em;
}

.mt2em {
  margin-top: 2em !important;
}

.mt3em {
  margin-top: 3em !important;
}

.mt4em {
  margin-top: 4em !important;
}

.mr1em {
  margin-right: 1em !important;
}

@media screen and (min-width: 667px) {
  .mr1em_pc {
    margin-right: 1em !important;
  }
}

.ttl-note {
  font-size: 12px;
  font-weight: bold;
  margin-top: 15px;
}

.anotate {
  margin-top: 2em;
}
.anotate h3 {
  font-size: 0.8em;
  margin-bottom: 0.5em;
}

/*      header     */
header .read {
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  text-align: center;
  color: #000;
}
header .read span {
  font-size: 150%;
}
header h1 {
  position: relative;
}
header h1 img {
  width: 100%;
  margin: 0 auto;
}
header h1 a {
  position: absolute;
  bottom: 0.8vw;
  left: 50%;
  width: 14%;
  color: #fff;
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 667px) {
  header h1 a {
    bottom: 1.2vw;
    width: 30%;
  }
}
header h1 a:hover {
  color: #fff;
  opacity: 0.7;
}

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: 500; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

.main {
  padding-bottom: 20px;
  position: relative;
}
.main .swiper-pagination {
  bottom: -10px !important;
}
.main .swiper-pagination-bullet {
  /*ドットの色を変更*/
  background-color: #562525;
}
.main .swiper-slide {
  background: #fff;
}

.sec-news .sec__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.sec-news .swiper {
  padding-bottom: 20px;
  margin: 0 -20px;
}
@media screen and (min-width: 667px) {
  .sec-news .swiper {
    margin: 0;
  }
}
.sec-news .swiper-slide img {
  width: 100%;
  aspect-ratio: 4.5/3;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.18);
}
.sec-news .swiper-slide .date {
  font-size: 16px;
  color: #D32E2E;
  font-weight: 700;
  margin-top: 15px;
}
.sec-news .swiper-slide .description {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.sec-news .swiper-pagination {
  bottom: 0 !important;
}
.sec-news .swiper-pagination-bullet {
  /*ドットの色を変更*/
  background-color: #562525;
}

.sec-menu .sec__inner {
  max-width: 700px;
  margin: 0 auto;
}
.sec-menu .sec__inner ul {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec-menu .sec__inner ul li {
  width: 33%;
}
.sec-menu .sec__inner p {
  margin: 0 -10px;
}

.sec-sns .sec__inner {
  max-width: 700px;
  margin: 0 auto;
}
.sec-sns .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec-sns .sns li {
  width: 15vw;
  margin: 1vw 4vw 6vw;
}
@media screen and (min-width: 667px) {
  .sec-sns .sns li {
    width: 50px;
    margin: 10px 20px 30px;
  }
}
.sec-sns .timeline {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  height: min(120vw, 600px);
  overflow: auto;
  border: 3px solid;
}

.sec-info {
  background: #562525;
  margin-top: 30px;
}
.sec-info .sec__inner {
  padding: 10px 0;
}

.popup {
  max-width: 500px;
  margin: 0 auto;
}
.popup li {
  margin: 20px 0;
}
.popup li a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.popup li a img {
  width: 30%;
  margin-right: 5%;
  border-radius: 5px;
  border: solid 1px #ccc;
}
.popup li a p {
  font-size: 15px;
  position: relative;
  width: 65%;
  font-weight: 500;
  padding-right: 20px;
  line-height: 1.4;
}
.popup li a p::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 3px #562525;
  border-right: solid 3px #562525;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.sec-newsList .sec__inner {
  background: #fff;
  padding: 15px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 667px) {
  .sec-newsList .sec__inner {
    padding: 20px;
  }
}
@media screen and (min-width: 667px) {
  .sec-newsList ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sec-newsList ul li {
  width: 100%;
  margin: 0 0 15px;
}
@media screen and (min-width: 667px) {
  .sec-newsList ul li {
    width: 48%;
    margin: 1%;
  }
}
.sec-newsList ul li:last-child {
  margin-bottom: 0;
}
.sec-newsList ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec-newsList ul li img {
  width: 49%;
  aspect-ratio: 4.5/3;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.18);
}
.sec-newsList ul li .date {
  font-size: 13px;
  color: #D32E2E;
  font-weight: 700;
  margin-bottom: 2px;
  display: block;
}
.sec-newsList ul li .description {
  width: 49%;
  font-size: 13px;
  color: #000;
  font-weight: 500;
  line-height: 1.4;
}
.sec-newsList .detail {
  padding: 15px;
}
@media screen and (min-width: 667px) {
  .sec-newsList .detail {
    padding: 30px;
  }
}
.sec-newsList .detail .date {
  font-size: 13px;
  color: #D32E2E;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (min-width: 667px) {
  .sec-newsList .detail .date {
    font-size: 18px;
  }
}
.sec-newsList .detail .title {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (min-width: 667px) {
  .sec-newsList .detail .title {
    font-size: 26px;
  }
}
.sec-newsList .detail p {
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (min-width: 667px) {
  .sec-newsList .detail p {
    font-size: 16px;
  }
}
.sec-newsList .detail a {
  text-decoration: underline;
}
.sec-newsList .detail .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 50vw;
  margin: 20px auto 0;
}
@media screen and (min-width: 667px) {
  .sec-newsList .detail .share {
    width: 200px;
  }
}
.sec-newsList .detail .share a {
  margin: 0 5px;
}

.sec-about .sec__inner {
  background: #fff;
  padding: 15px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 667px) {
  .sec-about .sec__inner {
    padding: 30px;
  }
}
.sec-about p {
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (min-width: 667px) {
  .sec-about p {
    font-size: 16px;
  }
}
@media screen and (min-width: 667px) {
  .sec-about .what .flexWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.sec-about .what .george03 {
  width: 50vw;
  margin: auto;
}
@media screen and (min-width: 667px) {
  .sec-about .what .george03 {
    width: 150px;
  }
}
.sec-about .chara {
  margin: 0 -20px;
  padding: 30px 20px 0 20px;
}
.sec-about .chara li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 2px dotted #562525;
}
@media screen and (min-width: 667px) {
  .sec-about .chara li {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.sec-about .chara li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sec-about .chara li .icon {
  width: 30%;
  max-width: 126px;
  margin-right: 20px;
}
.sec-about .chara li .textarea {
  width: calc(70% - 20px);
}
.sec-about .chara li .name {
  font-size: 17px;
  margin-bottom: 2px;
  font-weight: 700;
}
@media screen and (min-width: 667px) {
  .sec-about .chara li .name {
    font-size: 20px;
  }
}
.sec-about .chara li p {
  font-size: 12px;
}
@media screen and (min-width: 667px) {
  .sec-about .chara li p {
    font-size: 16px;
  }
}

.bookWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}
.bookWrap .imgWrap {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  width: 30%;
  max-width: 126px;
  margin-right: 20px;
}
.bookWrap p {
  width: calc(70% - 20px);
  font-size: 12px;
}

.sec-download .sec__inner {
  background: #fff;
  padding: 15px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 667px) {
  .sec-download .sec__inner {
    padding: 30px;
  }
}
.sec-download p {
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (min-width: 667px) {
  .sec-download p {
    font-size: 16px;
  }
}
.sec-download .photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin: 20px auto;
}
.sec-download .photo li {
  margin: 0 10px;
}
.sec-download .photo-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 940px;
  margin: 20px auto;
}
.sec-download .photo-w li {
  margin: 0 10px;
}
.sec-download .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px auto 0;
}
.sec-download .item li {
  width: 47%;
  margin: 10px 1.5%;
}
@media screen and (min-width: 667px) {
  .sec-download .item li {
    width: 31.3%;
    margin: 10px 1%;
  }
}
.sec-download .item li .thum {
  border: 1px solid #ccc;
  text-align: center;
  padding-bottom: 10px;
  color: #000;
}
.sec-download .item li a {
  padding: 10px;
  display: block;
}
.sec-download .item-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px auto 0;
}
.sec-download .item-4 li {
  width: 47%;
  margin: 10px 1.5%;
}
@media screen and (min-width: 667px) {
  .sec-download .item-4 li {
    width: 47%;
    margin: 10px 1%;
  }
}
.sec-download .item-4 li .thum {
  border: 1px solid #ccc;
  text-align: center;
  padding-bottom: 10px;
  color: #000;
}
.sec-download .item-4 li a {
  padding: 10px;
  display: block;
}
@media screen and (min-width: 667px) {
  .sec-download .item-4 li a {
    width: 274px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 667px) {
  .sec-download .btn_acrobat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .sec-download .btn_acrobat .acrobat_txt {
    text-align: right;
  }
}
.sec-download .acrobat_img {
  width: 40%;
  margin: 4% auto;
  text-align: center;
  float: none;
}
@media screen and (min-width: 667px) {
  .sec-download .acrobat_img {
    width: 20%;
    margin: 0;
  }
}

.btn a, nav li, .pia a, .info_btn, .link a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn a:hover, .pia a:hover, .info_btn:hover, .link a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
}
@media screen and (max-width: 800px) {
  .btn a:hover, .pia a:hover, .info_btn:hover, .link a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
  }
}

.btn01 {
  background: #D32E2E;
  color: #fff;
  padding: 10px 5px;
  width: min(80%, 500px);
  margin: 1em auto 0;
  display: block;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  font-size: 20px;
  font-weight: 900;
  border-radius: 100px;
}
.btn01::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}
.btn01.perv::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  right: inherit;
  left: 15px;
}

.btn02 {
  background: #fff;
  color: #000;
  padding: 10px 5px;
  width: min(100%, 500px);
  height: 4.5em;
  margin: 1em auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  font-size: 4vw;
  line-height: 1.2;
  font-weight: 900;
  border-radius: 100px;
}
@media screen and (min-width: 667px) {
  .btn02 {
    font-size: 16px;
  }
}
.btn02 span {
  display: contents;
  line-height: 1;
  font-size: 0.8em;
}
.btn02::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 3px #A05A4C;
  border-right: solid 3px #A05A4C;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}
.btn02.invalid {
  pointer-events: none;
  opacity: 0.7;
}
.btn02.invalid::before {
  background: #000;
  padding: 5px;
  white-space: pre;
  content: "COMING\aSOON";
  position: absolute;
  color: #fff;
  font-size: 3vw;
  line-height: 1;
  right: 4%;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(-5deg);
          transform: translate(0, -50%) rotate(-5deg);
  text-shadow: #000 0 0 3px;
}
@media screen and (min-width: 667px) {
  .btn02.invalid::before {
    font-size: 17px;
    right: 8%;
  }
}
.btn02.invalid::after {
  display: none;
}

.btn03 {
  background: #fff;
  border: 2px solid #562525;
  color: #562525;
  padding: 10px 5px;
  width: min(80%, 500px);
  margin: 1em auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 900;
  border-radius: 100px;
  margin-bottom: 10px;
}

.btnGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btnGroup a {
  border: 2px solid #562525;
  color: #562525;
  padding: 7px 5px;
  width: min(48%, 500px);
  margin: 0 auto 2em;
  display: block;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  font-size: 11px;
  font-weight: 700;
  border-radius: 100px;
}
.btnGroup a::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 3px #562525;
  border-right: solid 3px #562525;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}

.cl_msg {
  text-align: center;
  color: #fff;
  margin-top: 2em;
  font-size: 3vw;
}
@media screen and (min-width: 667px) {
  .cl_msg {
    font-size: 14px;
  }
}

#copy-url {
  cursor: pointer;
  text-decoration: underline;
  color: #fff;
  text-align: center;
  margin: 0.5em auto;
  display: block;
}

.commonNav {
  background: #fff;
  top: 0;
  left: 0;
  position: sticky;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
  height: 50px;
}
.commonNav h1 img {
  width: 30vw;
}
@media screen and (min-width: 667px) {
  .commonNav h1 img {
    width: 180px;
  }
}
.commonNav .sns {
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.commonNav .sns li {
  width: 6vw;
  margin: 0 1vw;
}
@media screen and (min-width: 667px) {
  .commonNav .sns li {
    width: 30px;
    margin: 0 10px;
  }
}
.commonNav .commonMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
}
.commonNav .commonMenu ul li {
  margin: 0 15px;
}
.commonNav .commonMenu ul li a img {
  height: 34px;
  width: auto;
}
.commonNav .commonMenu ul li .invalid {
  pointer-events: none;
  opacity: 0.6;
}
.commonNav .outer-menu {
  position: fixed;
  top: 0vw;
  right: 50px;
  z-index: 10;
}
@media screen and (min-width: 667px) {
  .commonNav .outer-menu {
    top: 0;
    right: 50px;
  }
}
.commonNav .outer-menu .checkbox-toggle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0;
}
.commonNav .outer-menu .checkbox-toggle:checked + .hamburger > div {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.commonNav .outer-menu .checkbox-toggle:checked + .hamburger > div:before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.commonNav .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
.commonNav .outer-menu .checkbox-toggle:checked ~ .menu {
  pointer-events: auto;
  visibility: visible;
}
.commonNav .outer-menu .checkbox-toggle:checked ~ .menu > div {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
  pointer-events: inherit;
}
.commonNav .outer-menu .checkbox-toggle:checked ~ .menu > div > div {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}
.commonNav .outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.commonNav .outer-menu .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
  padding: 0.5em 0.7em;
  cursor: pointer;
  background: #fff;
  -webkit-transition: -webkit-box-shadow 0.4s ease;
  transition: -webkit-box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.commonNav .outer-menu .hamburger > div {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: #562525;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.commonNav .outer-menu .hamburger > div:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.commonNav .outer-menu .hamburger > div:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: 11px;
}
.commonNav .outer-menu .menu {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100dvh;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  outline: 1px solid transparent;
}
.commonNav .outer-menu .menu > div {
  width: 100%;
  height: 100dvh;
  background: #F6F6F6;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  overflow-y: auto;
}
.commonNav .outer-menu .menu > div > div {
  width: 100%;
  max-width: 400px;
  max-height: calc(100dvh - 50px);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  overflow-y: auto;
}
@media screen and (min-width: 667px) {
  .commonNav .outer-menu .menu > div > div {
    max-width: 100%;
  }
}
.commonNav .outer-menu .menu > div > div > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
@media screen and (min-width: 667px) {
  .commonNav .outer-menu .menu > div > div > ul {
    max-width: 500px;
    margin: 0 auto;
  }
}
.commonNav .outer-menu .menu > div > div > ul > .link {
  border-bottom: 1px solid #562525;
}
.commonNav .outer-menu .menu > div > div > ul > .link:last-child {
  border-bottom: none;
}
.commonNav .outer-menu .menu > div > div > ul > .link > a {
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  padding: 3vw 4vw;
  display: block;
  color: #D32E2E;
  text-decoration: none;
  font-weight: 900;
  font-size: 6.5vw;
  line-height: 1.2;
}
@media screen and (min-width: 667px) {
  .commonNav .outer-menu .menu > div > div > ul > .link > a {
    padding: 20px 0;
    font-size: 40px;
  }
}
.commonNav .outer-menu .menu > div > div > ul > .link > a span {
  font-size: 3vw;
  display: block;
  font-weight: 700;
}
@media screen and (min-width: 667px) {
  .commonNav .outer-menu .menu > div > div > ul > .link > a span {
    font-size: 20px;
  }
}
.commonNav .outer-menu .menu > div > div > ul > .link > a::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 3px #562525;
  border-right: solid 3px #562525;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}
.commonNav .outer-menu .menu > div > div > ul > .link img {
  height: 5vh;
  width: auto;
}
.commonNav .outer-menu .menu > div > div > ul .ac-title {
  border-bottom: 1px solid #562525;
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  padding: 3vw 4vw;
  display: block;
  color: #D32E2E;
  text-decoration: none;
  font-weight: 900;
  font-size: 6.5vw;
  line-height: 1.2;
}
@media screen and (min-width: 667px) {
  .commonNav .outer-menu .menu > div > div > ul .ac-title {
    padding: 20px 0;
    font-size: 40px;
  }
}
.commonNav .outer-menu .menu > div > div > ul .ac-title span {
  font-size: 3vw;
  display: block;
  font-weight: 700;
}
@media screen and (min-width: 667px) {
  .commonNav .outer-menu .menu > div > div > ul .ac-title span {
    font-size: 20px;
  }
}
.commonNav .outer-menu .menu > div > div > ul .ac-title:before {
  border-top: solid 3px #562525;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 10px;
  top: 48%;
  width: 16px;
}
.commonNav .outer-menu .menu > div > div > ul .ac-title:after {
  border-top: solid 3px #562525;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 10px;
  top: 48%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 16px;
}
.commonNav .outer-menu .menu > div > div > ul .ac-title.open {
  border-bottom: none;
}
.commonNav .outer-menu .menu > div > div > ul .ac-title.open::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.commonNav .outer-menu .menu > div > div > ul .ac-content {
  display: none;
  background: #fff;
}
.commonNav .outer-menu .menu > div > div > ul .sublink {
  margin-left: 8vw;
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (min-width: 667px) {
  .commonNav .outer-menu .menu > div > div > ul .sublink {
    margin-left: 30px;
  }
}
.commonNav .outer-menu .menu > div > div > ul .sublink:last-child {
  border-bottom: none;
}
.commonNav .outer-menu .menu > div > div > ul .sublink a {
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  padding: 5vw 4vw 5vw 0;
  display: block;
  color: #D32E2E;
  text-decoration: none;
  font-weight: 800;
  font-size: 5vw;
  line-height: 1.2;
}
@media screen and (min-width: 667px) {
  .commonNav .outer-menu .menu > div > div > ul .sublink a {
    font-size: 25px;
    padding: 20px 0;
  }
}
.commonNav .outer-menu .menu > div > div > ul .sublink a::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 3px #562525;
  border-right: solid 3px #562525;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}

.common-footer {
  margin-top: 40px;
}
.common-footer .base-wrapper {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1000px;
}
@media screen and (min-width: 667px) {
  .common-footer .copy-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.common-footer .copy-area .logo {
  width: 20%;
  margin-bottom: 10px;
}
@media screen and (min-width: 667px) {
  .common-footer .copy-area .logo {
    width: 70px;
    margin-right: 10px;
  }
}
.common-footer .copy-area .copy {
  font-size: 10px;
  color: #000;
}
.common-footer .b-navi {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
}
.common-footer .b-navi__item {
  margin: 0;
  text-align: center;
  font-size: 12px;
}

.sec {
  padding: 20px;
}
@media screen and (min-width: 667px) {
  .sec {
    padding: 40px 20px;
  }
  .sec .base-wrapper {
    -webkit-transform: rotate(0.04deg);
            transform: rotate(0.04deg);
    overflow: hidden;
  }
}

.h2Ttl_01 {
  color: #D32E2E;
  font-weight: 900;
  text-align: center;
  font-size: min(12vw, 60px);
}

.h2Ttl_02 {
  color: #fff;
  font-weight: 900;
  text-align: center;
  font-size: min(6vw, 30px);
}

.h3Ttl_01 {
  color: #D32E2E;
  font-weight: 900;
  text-align: center;
  font-size: min(5vw, 26px);
  line-height: 1.2;
}

.h3Ttl_02 {
  color: #562525;
  font-weight: 900;
  font-size: min(5vw, 30px);
  line-height: 1.2;
  margin: 10px 0 15px;
}

.h3Ttl_03 {
  background: #562525;
  color: #fff;
  text-align: center;
  font-weight: 900;
  font-size: min(4vw, 22px);
  line-height: 1.2;
  margin: 10px 0 15px;
  padding: 10px;
}
@media screen and (min-width: 667px) {
  .h3Ttl_03 {
    margin-bottom: 30px;
  }
}

.h4Ttl_01 {
  color: #562525;
  font-weight: 900;
  font-size: min(4vw, 22px);
  line-height: 1.2;
  margin: 10px 0 15px;
}

.book-title {
  color: #D32E2E;
  font-weight: 900;
  text-align: center;
  font-size: min(4vw, 22px);
  line-height: 1.2;
}
.book-title span {
  display: block;
  font-size: 70%;
}

.note {
  font-size: 10px;
  margin-top: 5px;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 667px) {
  .note {
    font-size: 10px;
  }
}
.note.asterisk {
  text-indent: -1.2em;
  margin-left: 1.2em;
}
.note.dot {
  text-indent: -1em;
  margin-left: 1em;
}
.note.dot ul {
  margin-left: 0.7em;
}

.ta-c {
  text-align: center;
}

.ta-r_pc {
  text-align: center;
}
@media screen and (min-width: 667px) {
  .ta-r_pc {
    text-align: right;
  }
}

#news section .inner {
  max-width: 840px;
  padding: 2em 20px;
}
#news section.link .inner {
  padding: 2em 20px 3em;
  max-width: 1200px;
  margin: 20px auto;
}
#news .imgWrap {
  margin-top: 2em;
}
#news .text_01 {
  margin-top: 2em;
}
#news .link_01 {
  margin-top: 1em;
}
#news .text_01 + .text_01 {
  margin-top: 1em;
}
#news h4 + .text_01 {
  margin-top: 0.7em;
}
#news h4 {
  font-weight: normal;
  font-size: 1.1em;
}

.newsList li {
  border-bottom: 1px dotted #666;
  line-height: 1.4;
  padding: 1.5em 0;
}
@media screen and (min-width: 667px) {
  .newsList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.newsList li .date {
  display: block;
  width: 8em;
  letter-spacing: 0.1em;
}
.newsList li .title {
  display: block;
  font-weight: normal;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-indent: -1.3em;
  margin-left: 1.3em;
  margin-top: 5px;
}
@media screen and (min-width: 667px) {
  .newsList li .title {
    margin-top: 0;
  }
}

.modaal-content-container {
  padding: 20px;
}

.modaal-wrapper .modaal-close {
  border: none;
  color: #fff;
  background: 0 0;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-close:after, .modaal-close:before {
  background: #fff;
  width: 3px;
  height: 28px;
}

.modaal-close {
  right: 10px;
  top: 10px;
}

.modaal-container {
  max-width: 600px;
}