@charset "UTF-8";
/*フォント読み込み*/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap");
::-moz-selection {
  background-color: #7cb38c;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #7cb38c;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none;
}

* {
  background-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  box-sizing: border-box;
  word-break: break-all;
}
*::after, *::before {
  background-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  line-height: 1;
  font-size: 62.5%;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

ol,
ul {
  padding: 0;
  margin-left: 1.4em;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  line-height: 0;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

small {
  font-size: 0.8em;
}

button {
  border: none;
  outline: none;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

body,
input,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
}

.nav,
h1,
h2,
h3,
h4,
b,
.btn,
strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
}

.ttl p {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

body {
  position: relative;
}

main {
  background-color: #fff;
  background-image: url(../img/bg.png);
  background-repeat: repeat;
  color: #343434;
  font-size: 1.6rem;
  width: auto;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
main::before {
  content: "";
  background-color: #fff6ed;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  mix-blend-mode: lighten;
}

.block {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 5dvw;
  padding-right: 5dvw;
}
@media screen and (min-width: 601px) {
  .block {
    padding-right: 2dvw;
    padding-left: 2dvw;
  }
}
@media screen and (min-width: 1040px) {
  .block {
    padding-right: 0;
    padding-left: 0;
  }
}

figure {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

main a {
  color: #343434;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: all 0.4s ease;
}
main a:hover {
  color: #7cb38c;
}
main a::after, main a::before {
  transition: all 0.4s ease;
}

main a img {
  transition: all 0.4s ease;
}

main a:hover img {
  opacity: 0.7;
}

.txt-indent {
  font-size: 1.4rem;
  text-indent: -1em;
  margin-left: 1em;
}

h3 {
  font-size: 2rem;
  font-size: clamp(1.8rem, 3dvw, 2rem);
  line-height: 1.5;
  margin-bottom: 12px;
  position: relative;
}
@media screen and (min-width: 768px) {
  h3 {
    margin-bottom: 20px;
  }
}

.youtube {
  position: relative;
  aspect-ratio: 16/9;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------------------------------------------adobe font*/
.wf-loading {
  visibility: hidden;
}

.loading-delay,
.wf-active {
  visibility: visible;
}

.wf-inactive {
  visibility: visible;
}

/*------------------------------------------------------------------end adobe font*/
.header {
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 20px;
  max-width: 1200px;
  position: relative;
}
@media screen and (min-width: 601px) {
  .header {
    padding-right: 2dvw;
    padding-left: 2dvw;
  }
}
@media screen and (min-width: 1221px) {
  .header {
    padding-right: 0;
    padding-left: 0;
  }
}

.header .logo {
  line-height: 1.1;
  width: 84%;
  max-width: 569px;
}
@media screen and (min-width: 1000px) {
  .header .logo {
    width: 55%;
  }
}

.header .nav ul.flex {
  position: relative;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 20px;
}
@media screen and (max-width: 600px) {
  .header .nav ul.flex {
    gap: 10px;
  }
}
.header .nav li a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .header .nav li a {
    font-size: 1.4rem;
  }
}
.header .nav li a:hover {
  color: #7cb38c;
}

/*------------------------------------------------------------------header END */
/*------------------------------------------------------------------footer END */
.slide {
  width: 100%;
  overflow: hidden;
}
.slide ul {
  flex-wrap: nowrap;
  position: relative;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
.slide ul li {
  position: relative;
}
.slide ul li img {
  max-width: none;
  min-height: 197px;
}
.slide ul li + li {
  margin-left: -30px;
}

.scroll-infinity {
  animation: infinity-scroll-left 30s infinite linear 0.5s both;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(-20%);
  }
  to {
    transform: translateX(-118.5%);
  }
}
/*------------------------------------------------------------------contents*/
.ttl {
  text-align: center;
  margin-bottom: 30px;
}
.ttl p {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  font-size: clamp(1.8rem, 3dvw, 2rem);
  line-height: 1.1;
}
.ttl h2 {
  background-image: url(../img/icon.png);
  background-position: center top;
  margin-top: 20px;
  padding-top: 25px;
  font-size: 3.2rem;
  font-size: clamp(2.6rem, 4dvw, 3.2rem);
}

.grid {
  gap: 30px;
  display: grid;
}

/*------------------------------------------------------------------section*/
section {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  section {
    padding: 70px 0;
  }
}

.btn {
  width: 100%;
  max-width: 400px;
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  .btn {
    max-width: 600px;
  }
}
@media screen and (min-width: 1001px) {
  .btn {
    max-width: 480px;
  }
}
.btn a {
  background-color: #ff6f1a;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  padding: 20px 15px;
  border-radius: 50px;
  display: block;
  flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .btn a {
    padding: 12px;
  }
}
.btn a:hover {
  background-color: #5bc80a;
  color: #fff;
}
.btn a:hover::before {
  opacity: 0;
}
.btn a::after {
  content: "";
  background-image: url(../img/icon_sm.png);
  position: absolute;
  width: 14px;
  height: 8px;
  top: calc(50% - 4px);
  right: 20px;
}
@media screen and (min-width: 768px) {
  .btn a::after {
    right: 40px;
  }
}

.btn.type2 a {
  background-color: #5bc80a;
  font-size: 3rem;
  font-size: clamp(2rem, 3dvw, 3rem);
  padding: 20px;
}
.btn.type2 a::after {
  content: "";
  background-image: url(../img/icon_app.png);
  width: 26px;
  height: 31px;
  top: calc(50% - 15px);
}
.btn.type2 a:hover {
  background-color: #ff6f1a;
}

.first-view {
  padding-top: 20px;
  max-width: 1200px;
  position: relative;
  padding-bottom: calc(30px + 7.3dvw);
}
@media screen and (min-width: 601px) {
  .first-view {
    padding-top: 40px;
    padding-right: 2dvw;
    padding-left: 2dvw;
  }
}
@media screen and (min-width: 1221px) {
  .first-view {
    padding-right: 0;
    padding-left: 0;
  }
}
.first-view .flex {
  margin-bottom: 30px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .first-view .flex figure:nth-of-type(1) {
    order: 1;
  }
  .first-view .flex figure:nth-of-type(2) {
    order: 3;
  }
}
.first-view .flex figure {
  display: none;
}
@media screen and (min-width: 768px) {
  .first-view .flex figure {
    display: inherit;
    width: 24%;
  }
}
.first-view .flex h1 {
  width: 100%;
}
.first-view .flex h1 img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .first-view .flex h1 {
    order: 2;
    width: 52%;
  }
}
.first-view .flex + p {
  line-height: 1.8;
  margin: 0 auto;
  max-width: 1050px;
}
.first-view div p {
  line-height: 1.8;
  margin-bottom: 15px;
}

/*------------------------------------------------------------------highlights*/
.area-highlights {
  background-color: transparent;
  background-image: linear-gradient(to bottom, transparent 0%, transparent 20dvw, #fff 20dvw, #fff 100%);
  position: relative;
  overflow: hidden;
  margin-top: -7.3dvw;
  z-index: 11;
}
.area-highlights::after {
  content: "";
  background-color: #fff;
  width: 500dvw;
  height: 100dvw;
  margin-left: -250dvw;
  position: absolute;
  top: 200dvw;
  left: 50%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .area-highlights::after {
    width: 7800px;
    height: 2000px;
    top: 2000px;
    margin-left: -3900px;
  }
}
.area-highlights::before {
  content: "";
  background-color: #fff;
  width: 500dvw;
  height: 250dvw;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  border: 4px solid #fbe9da;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -250dvw;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .area-highlights::before {
    width: 7800px;
    height: 3900px;
    margin-left: -3900px;
  }
}

.field-highlights {
  background-color: #fff;
  background-image: url(../img/bg.png);
  background-repeat: repeat;
  border: 3px solid;
  margin-bottom: 30px;
  position: relative;
  padding: 5dvw;
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px 15px;
  z-index: 12;
}
.field-highlights::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  mix-blend-mode: lighten;
}
@media screen and (min-width: 768px) {
  .field-highlights {
    grid-template-columns: 350px 1fr;
    align-items: center;
    padding: 20px;
  }
}
.field-highlights figure {
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  box-shadow: 1px 2px 8px 0px rgba(4, 0, 0, 0.16);
}
.field-highlights h3 {
  font-size: 2.2rem;
  font-size: clamp(1.8rem, 4dvw, 2.2rem);
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .field-highlights h3::before {
    content: "";
    width: 4px;
    height: 22px;
    border-radius: 4px;
    margin-top: 0.7rem;
    margin-right: 10px;
  }
}

.highlights-a {
  border-color: #fff264;
}
.highlights-a::before {
  background-color: #fdffce;
}
.highlights-a h3 {
  color: #b3b100;
}
.highlights-a h3::before {
  background-color: #b3b100;
}

.highlights-b {
  border-color: #93d786;
}
.highlights-b::before {
  background-color: #e8ffe4;
}
.highlights-b h3 {
  color: #4ab934;
}
.highlights-b h3::before {
  background-color: #4ab934;
}

.highlights-c {
  border-color: #ffb070;
}
.highlights-c::before {
  background-color: #fff6ee;
}
.highlights-c h3 {
  color: #ff8929;
}
.highlights-c h3::before {
  background-color: #ff8929;
}

.highlights-d {
  border-color: #4cade9;
}
.highlights-d::before {
  background-color: #f1faff;
}
.highlights-d h3 {
  color: #4cade9;
}
.highlights-d h3::before {
  background-color: #4cade9;
}

.txt-right {
  text-align: right;
}

/*------------------------------------------------------------------area-join*/
.area-join {
  border-top: 4px solid #e3781f;
  border-bottom: 4px solid #e3781f;
}
@media screen and (min-width: 768px) {
  .area-join {
    text-align: center;
  }
}
.area-join h3 {
  color: #ee7510;
}
.area-join .type2 {
  margin-bottom: 30px;
}

.field-hirono {
  gap: 15px 30px;
}
.field-hirono .youtube {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .field-hirono .youtube {
    width: 60%;
  }
}
.field-hirono .youtube + div {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .field-hirono .youtube + div {
    width: calc(40% - 30px);
  }
}

.field-contact {
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #eda970 50%, #eda970 100%);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left top;
  padding: 30px 0;
}
.field-contact ul.flex {
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  align-items: center;
  gap: 5px 15px;
}
@media screen and (min-width: 768px) {
  .field-contact ul.flex {
    margin: 0;
    justify-content: center;
  }
}
.field-contact ul.flex li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.field-contact ul.flex li b {
  white-space: nowrap;
  line-height: 1.6;
}
.field-contact ul.flex li::before {
  content: "";
  background-color: #00b0e3;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  margin-top: 0.65em;
  margin-right: 12px;
  margin-left: 6px;
  align-self: flex-start;
}

/*------------------------------------------------------------------outline event_organizer*/
.area-outline {
  background-color: #fffaf6;
}

.area-event_organizer {
  background-color: #fff;
  padding-bottom: 0;
}

.area-outline dl.grid,
.area-event_organizer dl.grid {
  gap: 0 30px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .area-outline dl.grid,
  .area-event_organizer dl.grid {
    grid-template-rows: 1fr;
    grid-template-columns: 140px 1fr;
  }
}
.area-outline dt,
.area-outline dd,
.area-event_organizer dt,
.area-event_organizer dd {
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #eda970 50%, #eda970 100%);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: 15px 0 13px;
}
.area-outline dt:last-of-type,
.area-outline dd:last-of-type,
.area-event_organizer dt:last-of-type,
.area-event_organizer dd:last-of-type {
  background-image: none;
}
@media screen and (max-width: 767px) {
  .area-outline dd,
  .area-event_organizer dd {
    padding-top: 0;
  }
}
.area-outline dt,
.area-event_organizer dt {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .area-outline dt,
  .area-event_organizer dt {
    background-image: none;
    padding-bottom: 4px;
  }
}
.area-outline dt::before,
.area-event_organizer dt::before {
  content: "";
  background-color: #00b0e3;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  margin-right: 12px;
}

/*------------------------------------------------------------------schedule*/
.ttl-day {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #e3781f;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.ttl-day span {
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 1.1;
  display: inline-block;
  border: 1px solid #000000;
  padding: 3px 5px;
  margin-right: 1em;
}
.ttl-day h3 {
  color: #ee7510;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}
.ttl-day h3 b {
  font-size: 2.6rem;
  display: inline-block;
  padding-right: 2px;
}

.list-schedule {
  gap: 50px 4%;
}
.list-schedule dl {
  line-height: 1.2;
  display: grid;
  grid-template-columns: 63px 1fr;
}
.list-schedule > div {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .list-schedule > div {
    width: 48%;
  }
}
.list-schedule dt {
  font-size: 2rem;
  color: #00b0e3;
}
.list-schedule b {
  color: #ee7510;
  font-size: 1.8rem;
}
.list-schedule dd span {
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 1.1;
  display: inline-block;
  padding: 5px 0 0;
}
.list-schedule dd {
  background-image: url(../img/line.png);
  background-position: 4px;
  padding: 0 0 30px 30px;
  position: relative;
}
.list-schedule dd::before {
  content: "";
  background-image: url(../img/icon_sc.png);
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0.4em;
  left: 0;
}
.list-schedule dd:nth-of-type(1) {
  background-position: left 4px top 15px;
}
.list-schedule > div dd:last-child {
  background-position: left 4px top -5px;
  background-size: 7px 20px;
}

.txt-option {
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  border: 1px solid #000000;
  padding: 3px 5px 1px;
  margin-top: 5px;
}

.area-schedule {
  background-color: #fff;
}
.area-schedule aside {
  background-color: #fff;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
}
.area-schedule aside h3 {
  font-size: 1.8rem;
  color: #343434;
  display: flex;
  align-items: center;
  margin: 0 auto 15px;
  width: -moz-fit-content;
  width: fit-content;
}
.area-schedule aside h3::after, .area-schedule aside h3::before {
  content: "";
  background-color: #343434;
  width: 1px;
  height: 1.4em;
  transform: rotate(25deg);
  transform-origin: left bottom;
  margin-right: 20px;
}
.area-schedule aside h3::after {
  margin-right: 0;
  transform-origin: right bottom;
  margin-left: 10px;
}
.area-schedule aside .btn {
  margin-top: 20px;
}
.area-schedule aside .txt-closing {
  color: #00b0e3;
  font-size: 2.2rem;
  font-size: clamp(1.6rem, 3dvw, 2.2rem);
}
.area-schedule aside .txt-closing b {
  font-size: 3.8rem;
  font-size: clamp(2.8rem, 3dvw, 3.8rem);
}
.area-schedule aside .txt-indent {
  font-size: 1.2rem;
}

.slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.slider .slider-sub {
  display: flex;
  flex-wrap: nowrap;
  width: 2200px;
}
@media screen and (min-width: 768px) {
  .slider .slider-sub {
    width: 3700px;
  }
}
.slider .slider-inner {
  display: flex;
  flex-wrap: nowrap;
  width: 1100px;
  animation: slide-animation 15s linear infinite;
}
@media screen and (min-width: 768px) {
  .slider .slider-inner {
    width: 1850px;
  }
}

.slider-inner figure {
  flex-shrink: 0;
  width: 220px;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .slider-inner figure {
    width: 370px;
  }
}
.slider-inner figure img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 1px 2px 8px 0px rgba(4, 0, 0, 0.16);
}

@keyframes slide-animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}/*# sourceMappingURL=common.css.map */