@charset "UTF-8";
/*
.blink {
  -webkit-animation: blink 1s ease infinite;
  animation: blink 1s ease infinite;
}
@-webkit-keyframes blink {
  0% {color: #000000;}
  50% {color: $blueBT;}
  100% {color: $key;}
}
@keyframes blink {
  0% {color: #000000;}
  50% {color: $blueBT;}
  100% {color: $key;}
}
*/
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/*
.blink {
  -webkit-animation: blink 1s ease infinite;
  animation: blink 1s ease infinite;
}
@-webkit-keyframes blink {
  0% {color: #000000;}
  50% {color: $blueBT;}
  100% {color: $key;}
}
@keyframes blink {
  0% {color: #000000;}
  50% {color: $blueBT;}
  100% {color: $key;}
}
*/
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #1f1e18;
  font-size: 1.6rem;
  letter-spacing: 0.12rem;
  line-height: 2.4rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

*,
::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;
}

::-moz-selection {
  background-color: #ff7a33;
}

::selection {
  background-color: #ff7a33;
}

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

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

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

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

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

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  text-decoration: none;
}

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

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

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* 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;
}

li {
  list-style-type: none;
}

p {
  text-align: justify !important;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #cfcfcf;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #cfcfcf;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #cfcfcf;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #cfcfcf;
}

input::placeholder,
textarea::placeholder {
  color: #cfcfcf;
}

/* 旧Edge対応 */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #cfcfcf;
}

/* IE対応 */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #cfcfcf;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

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 */
}

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

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

/* 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: none;
  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 */
}

input::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder {
  color: #999;
}

input::placeholder {
  color: #999;
}

textarea::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder {
  color: #999;
}

textarea::-ms-input-placeholder {
  color: #999;
}

textarea::placeholder {
  color: #999;
}

/* Edge */
input::-ms-input-placeholder {
  color: #999;
}

textarea::-ms-input-placeholder {
  color: #999;
}

/* IE11 & IE10 */
input:-ms-input-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder {
  color: #999;
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* 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 */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

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

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # 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;
}

table, tbody, tr, td {
  border: none;
  border-spacing: 0;
}

/*
.blink {
  -webkit-animation: blink 1s ease infinite;
  animation: blink 1s ease infinite;
}
@-webkit-keyframes blink {
  0% {color: #000000;}
  50% {color: $blueBT;}
  100% {color: $key;}
}
@keyframes blink {
  0% {color: #000000;}
  50% {color: $blueBT;}
  100% {color: $key;}
}
*/
.l-header {
  width: 100vw;
  background-color: #fff;
  z-index: 777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.6rem 1.6rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header .logo {
  width: 120px;
}
.l-header nav ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin: 0;
}
.l-header nav ul li a {
  padding: 1rem;
  color: #224695;
  text-align: center;
  margin: 0 auto;
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
}

@media screen and (min-width: 844px) {
  .l-header {
    width: 100vw;
    background-color: #fff;
    z-index: 777;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3rem 1.6rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-header .logo {
    width: 200px;
  }
  .l-header nav ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin: 0;
  }
  .l-header nav ul li a {
    padding: 1rem 2rem;
    margin: 0 auto;
    font-size: 1.8rem;
  }
}
.c-section-title {
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (min-width: 844px) {
  .c-section-title {
    font-size: 4rem;
    font-weight: bold;
  }
}
/*
.blink {
  -webkit-animation: blink 1s ease infinite;
  animation: blink 1s ease infinite;
}
@-webkit-keyframes blink {
  0% {color: #000000;}
  50% {color: $blueBT;}
  100% {color: $key;}
}
@keyframes blink {
  0% {color: #000000;}
  50% {color: $blueBT;}
  100% {color: $key;}
}
*/
.p-home-title-img {
  height: 19px;
  width: auto;
  margin: 0 auto 3.2rem;
}

.p-home-mainvisual {
  background-color: #FFF2DB;
  padding: 0 0;
  width: 100vw;
  overflow: hidden;
}
.p-home-mainvisual .mobile-img {
  width: 100%;
  margin: 0 auto;
  vertical-align: bottom;
}
.p-home-sidemenbtn {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  background-color: #ff7a33;
  padding: 1rem 0;
  position: absolute;
  bottom: 0;
}
.p-home-sidemenbtn a {
  display: inline-block;
}

.p-home-about {
  padding: 4rem 2.4rem;
}
.p-home-about p {
  font-size: 1.4rem;
  margin: 2.4rem 0 0 0;
}
.p-home-about h4 {
  margin: 2.4rem 0 0;
  font-size: 1.4rem;
  background-color: #000;
  color: #fff;
  padding: 1.6rem 2.4rem;
  border-radius: 42rem;
  display: inline-block;
}

.p-home-eventinfo {
  padding: 4rem 2.4rem;
}
.p-home-eventinfo p {
  font-size: 1.4rem;
  margin: 2.4rem 0 0 0;
}
.p-home-eventinfo h4 {
  margin: 2.4rem 0 0;
  font-size: 1.4rem;
  background-color: #000;
  color: #fff;
  padding: 1.6rem 2.4rem;
  border-radius: 42rem;
  display: inline-block;
}
.p-home-eventinfo .eventinfo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2.4rem 0;
  gap: 2.4rem;
}
.p-home-eventinfo .eventinfo-wrapper__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-home-eventinfo .eventinfo-wrapper__date div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1.2rem;
  width: 7rem;
  height: 7rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10rem;
}
.p-home-eventinfo .eventinfo-wrapper__date p {
  margin: 0;
  font-size: 1.6rem;
}
.p-home-eventinfo .eventinfo-wrapper__place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-home-eventinfo .eventinfo-wrapper__place div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1.2rem;
  width: 7rem;
  height: 7rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10rem;
}
.p-home-eventinfo .eventinfo-wrapper__place p {
  margin: 0;
  font-size: 1.6rem;
}

@media screen and (min-width: 844px) {
  .p-home-mainvisual {
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 90vh;
    overflow: hidden;
    /*background: url("../img/top/main-visual-new.jpg");
    background-size: cover;
    background-position: center;
    */
  }
  .p-home-mainvisual__inner div:nth-child(2) {
    margin-left: -610px;
  }
  .p-home-mainvisual .pc-img {
    display: block;
    margin: 0 auto;
    height: 600px; /* マーキーさせない場合は高さを有効にする */
  }
  .p-home-mainvisual .mobile-img {
    display: none;
  }
  .p-home-sidemenbtn {
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 1.8rem;
    background-color: #ff7a33;
    padding: 1rem 0;
    position: absolute;
    bottom: 0;
  }
  .p-home-sidemenbtn a {
    display: inline-block;
  }
  .p-home-about {
    padding: 5.6rem 2.4rem;
    max-width: 700px;
    margin: 0 auto;
  }
  .p-home-about p {
    font-size: 1.6rem;
    margin: 2.4rem 0 0 0;
  }
  .p-home-about h4 {
    margin: 3.2rem 0 0 0;
    font-size: 2.4rem;
  }
  .p-home-eventinfo {
    padding: 4rem 2.4rem;
  }
  .p-home-eventinfo p {
    font-size: 1.4rem;
    margin: 2.4rem 0 0 0;
  }
  .p-home-eventinfo h4 {
    margin: 2.4rem 0 0;
    font-size: 1.4rem;
    background-color: #000;
    color: #fff;
    padding: 1.6rem 2.4rem;
    border-radius: 42rem;
    display: inline-block;
  }
  .p-home-eventinfo .eventinfo-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 4rem 0;
    gap: 2.4rem;
    max-width: 780px;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-home-eventinfo .eventinfo-wrapper__date p {
    margin: 0 0 0 2.4rem;
  }
  .p-home-eventinfo .eventinfo-wrapper__place p {
    margin: 0 0 0 2.4rem;
  }
}