@charset "UTF-8";
/*======================================================
common
======================================================*/
html {
  font-size: 18px;
  scroll-behavior: smooth;
}

body {
  color: #000;
  font-size: 1rem;
  position: relative;
  line-height: 1;
  font-family: sans-serif;
}

ul,
ol {
  list-style: none;
}

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

a {
  text-decoration: none;
  color: #0082d5;
}
a:hover {
  opacity: 0.5;
}

section {
  margin-bottom: 80px;
}

h2 {
  font-size: 1.944rem;
  line-height: 1.17;
}

.bg_darkpink {
  background-color: #ea6172;
}

.bg_pink {
  background-color: #f5b2b2;
}

.bg_lightpink {
  background-color: #f7c7c6;
}

h2 {
  text-align: center;
  margin-bottom: 85px;
  position: relative;
}
h2::after {
  content: url(../images/h1.svg);
  position: absolute;
  bottom: -56px;
  left: 50%;
  transform: translate(-50%);
}

.inner {
  max-width: 700px;
}

.inner_wide {
  max-width: 900px;
}

.inner,
.inner_wide {
  margin: 0 auto;
}

@media (min-width: 561px) {
  .sp_only {
    display: none;
  }
}
@media (max-width: 560px) {
  .pc_only {
    display: none;
  }
}
@media (max-width: 560px) {
  h2 {
    font-size: 1.45rem;
  }
  .inner,
  .inner_wide {
    padding-right: 30px;
    padding-left: 30px;
  }
}
/*======================================================
main_visual
======================================================*/
.main_visual {
  border-top: #ea6172 10px solid;
  background-image: url(../images/main05.png);
  background-size: 1250px;
  background-position: center bottom;
}
.main_visual .hachioji_logo {
  margin: 50px 0 10px;
}
.main_visual h1 {
  margin-bottom: 25px;
  line-height: 1.22;
  font-size: 3.1666666667rem;
  letter-spacing: 2.85px;
}
.main_visual .description {
  letter-spacing: 1.08px;
  line-height: 1.66;
}
.main_visual .inner_wide {
  position: relative;
  padding-bottom: 90px;
}
.main_visual .inner_wide .flower {
  position: absolute;
  right: 0;
  bottom: -51px;
}

@media (max-width: 560px) {
  .main_visual {
    background-size: 1100px;
    background-position: 82% bottom;
  }
  .main_visual .hachioji_logo {
    margin-top: 30px;
    width: 212px;
  }
  .main_visual h1 {
    line-height: 1.225;
    font-size: 2.22rem;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
  .main_visual .description {
    font-size: 0.888rem;
  }
  .main_visual .inner_wide {
    padding-bottom: 425px;
  }
  .main_visual .inner_wide p img {
    width: 212px;
    height: auto;
  }
}
/*======================================================
greeting
======================================================*/
.greeting .inner {
  padding-top: 81px;
  padding-bottom: 71px;
}
.greeting .inner p {
  color: #fff;
  letter-spacing: 1.08px;
  line-height: 2;
}
.greeting .inner .text {
  margin-top: 25px;
  text-align: right;
}

@media (max-width: 560px) {
  .greeting .inner {
    padding: 80px 30px 71px;
  }
}
/*======================================================
information
======================================================*/
.information {
  padding: 71px 0;
}
.information .scroll_box {
  background-color: #fff;
  border: #000 1px solid;
  overflow-y: scroll;
  padding: 30px 50px;
  height: 200px;
}
.information .scroll_box ul li {
  font-size: 0.88rem;
  border-bottom: #8a8a8a 1px solid;
  padding: 20px 0;
  line-height: 1.625;
  letter-spacing: 0.32px;
}
.information .scroll_box ul li time {
  color: #ea6172;
}
.information .scroll_box ul li:first-child {
  padding-top: 0;
}

@media (max-width: 560px) {
  .information .scroll_box {
    padding: 30px 20px;
  }
}
/*======================================================
about
======================================================*/
.about {
  line-height: 1.66;
  letter-spacing: 0.36px;
}
.about .inner_wide {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.about .inner_wide .appeal,
.about .inner_wide .detail dt {
  color: #ea6172;
}
.about .inner_wide img {
  border: #707070 1px solid;
}
.about .inner_wide .title {
  font-weight: bold;
}
.about .inner_wide .appeal {
  font-weight: bold;
  margin-bottom: 20px;
}
.about .inner_wide .outline {
  font-weight: bold;
}
.about .inner_wide .outline div {
  margin-bottom: 20px;
}
.about .inner_wide .outline dt {
  font-weight: bold;
  position: relative;
  padding-left: 15px;
}
.about .inner_wide .outline dt::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #ea6172;
}
.about .inner_wide .detail div {
  margin-bottom: 20px;
}
.about .inner_wide .detail dt {
  font-weight: bold;
}
.about .inner_wide .detail dd {
  font-size: 16px;
}
.about .inner_wide dl dd span {
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1.62;
}
.about .inner_wide .caution {
  margin-bottom: 20px;
  font-size: 16px;
  padding-left: 15px;
  position: relative;
}
.about .inner_wide .caution::before {
  content: "※";
  left: 0;
  position: absolute;
}
.about .inner_wide .link a {
  font-size: 16px;
  line-height: 1.625;
  word-wrap: break-word;
}
.about .event_end {
  border: #ea6172 solid 1px;
  text-align: center;
  max-width: 900px;
  margin: 20px auto 0;
  padding: 26px 25px;
  color: #ea6172;
  font-weight: bold;
}

@media (max-width: 560px) {
  .about .inner_wide {
    display: block;
  }
  .about .inner_wide > div {
    margin-bottom: 30px;
  }
  .about .inner_wide .detail dd {
    font-size: 0.9rem;
  }
  .about .inner_wide .caution {
    font-size: 0.9rem;
  }
  .about .inner_wide .link {
    font-size: 0.85rem;
  }
  .about .inner_wide img {
    height: auto;
    width: 100%;
  }
  .about .event_end {
    max-width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    padding: 25px 30px;
  }
}
/*======================================================
contact
======================================================*/
.contact {
  padding: 80px 0;
}
.contact h2 {
  margin-top: 0;
}
.contact form > div {
  margin-bottom: 12px;
}
.contact form label {
  display: block;
  margin-bottom: 8px;
  line-height: 1.65;
  letter-spacing: 0.32px;
}
.contact form label,
.contact form .privacy_policy {
  font-size: 0.9rem;
}
.contact form input[type=text],
.contact form input[type=email],
.contact form textarea {
  width: 100%;
  height: 44px;
  padding: 14px;
  background-color: #fff;
  border-radius: 10px;
}
.contact form .contact_inquiry {
  margin-bottom: 30px;
}
.contact form .contact_inquiry textarea {
  height: 160px;
}
.contact form .privacy_policy {
  margin-bottom: 30px;
}
.contact form .privacy_policy p {
  margin-bottom: 16px;
  line-height: 1.57;
}
.contact form .privacy_policy .scroll_box {
  background-color: #fff;
  overflow-y: scroll;
  height: 143px;
  border: #bcbcbc solid 1px;
  padding: 30px 50px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.28px;
}
.contact form .privacy_policy .scroll_box ul {
  margin: 10px 0;
}
.contact form input[type=submit] {
  width: 284px;
  height: 60px;
  background-color: #fff;
  border: #ea6172 1px solid;
  border-radius: 10px;
  color: #ea6172;
  margin: 0 auto;
}
.contact form .submit_btn_wrap {
  text-align: center;
}

@media (max-width: 560px) {
  .contact form input[type=text],
  .contact form input[type=email],
  .contact form textarea {
    max-width: 100%;
  }
  .contact form .privacy_policy p {
    font-size: 0.775rem;
    margin-bottom: 8px;
  }
  .contact form .privacy_policy .scroll_box {
    padding: 10px 15px;
  }
}
/*======================================================
sponsor
======================================================*/
.sponsor_box p:first-child {
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.32px;
  line-height: 1.57;
}
.sponsor_box p span {
  color: #e1474d;
}
.sponsor_box .sponsor_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sponsor_box .sponsor_list li {
  width: calc((100% - 60px) / 4);
  border: #8a8a8a 1px solid;
  position: relative;
}
.sponsor_box .sponsor_list li.star::before {
  content: "★";
  color: #e1474d;
  position: absolute;
  line-height: 1;
  top: 2px;
  left: 2px;
}
.sponsor_box .sponsor_list li a {
  display: flex;
  justify-content: center;
}

.sponsorship {
  margin-bottom: 120px;
}

@media (max-width: 560px) {
  .sponsor_box .sponsor_list {
    gap: 15px;
  }
  .sponsor_box .sponsor_list li {
    width: calc((100% - 15px) / 2);
  }
  .sponsor_box .sponsor_list li img {
    height: auto;
  }
  .sponsor_box p {
    font-size: 0.775rem;
  }
}
/*======================================================
LINE
======================================================*/
section.line {
  background-color: #f5b2b2;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 0;
}
section.line p {
  line-height: 1.625;
  letter-spacing: 0.32px;
  font-size: 16px;
  margin-bottom: 30px;
}

/*======================================================
footer
======================================================*/
footer {
  text-align: center;
  padding: 80px 0;
  color: #fff;
}
footer .inner_wide {
  background-color: #fff;
  color: #ea6172;
  padding: 26px 0;
  margin-bottom: 30px;
  line-height: 1.66;
  letter-spacing: 0.33px;
  max-width: 700px;
}
footer .footer_text {
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 0.33px;
}
footer .footer_text + a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
footer p small {
  margin-bottom: 80px;
  letter-spacing: 1.2px;
}
footer a {
  color: #fff;
}
footer a p {
  line-height: 2;
  margin-bottom: 40px;
}
footer a p,
footer small {
  font-size: 0.675rem;
}

@media (max-width: 560px) {
  footer {
    padding-left: 30px;
    padding-right: 30px;
  }
  footer .inner_wide {
    padding: 20px 15px;
  }
  footer .inner_wide p {
    font-size: 0.775rem;
  }
  footer .footer_text {
    font-size: 0.9rem;
  }
}
/*======================================================
btn
======================================================*/
@media (min-width: 561px) {
  .toggle {
    display: none;
  }
  .insta {
    display: none;
  }
}
@media (min-width: 561px) {
  .global_nav {
    position: fixed;
    right: 0;
    bottom: 100px;
  }
  .global_nav ul li {
    width: 200px;
    height: 60px;
    background-color: #ea6172;
    box-shadow: 0px 6px 8px rgba(160, 113, 119, 0.5019607843);
    border-radius: 12px 0px 0px 12px;
    display: flex;
    align-items: center;
  }
  .global_nav ul li:nth-child(1) {
    margin-bottom: 40px;
  }
  .global_nav ul li:nth-child(2) {
    margin-bottom: 16px;
  }
  .global_nav ul li a {
    color: #fff;
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 30px;
    letter-spacing: 1.08px;
    position: relative;
  }
  .global_nav ul li a::after {
    content: "▲";
    color: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .global_nav ul .menu_btn_up::after {
    content: "▲";
  }
  .global_nav ul .menu_btn_down {
    position: relative;
  }
  .global_nav ul .menu_btn_down::after {
    content: "▼";
  }
}
@media (max-width: 560px) {
  .global_nav {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
  }
  .global_nav .toggle {
    width: 80px;
    height: 80px;
    padding: 15px 18px;
    position: relative;
    z-index: 9;
    background-color: #ea6172;
  }
  .global_nav .toggle .text {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 8px;
  }
  .global_nav .toggle .text.open_text {
    display: none;
  }
  .global_nav .toggle .border {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #fff;
  }
  .global_nav .toggle .border + .border {
    margin-top: 10px;
  }
  .global_nav .pagemenu {
    position: absolute;
    z-index: 8;
    top: 0;
    right: 0;
    background-color: #ea6172;
    padding: 112px 30px 30px;
    width: 190px;
    opacity: 0;
    pointer-events: none;
  }
  .global_nav .pagemenu li:nth-child(1) {
    display: none;
  }
  .global_nav .pagemenu li:last-child {
    margin-top: 35px;
  }
  .global_nav .pagemenu li a {
    color: #fff;
    font-size: 16px;
    display: block;
    width: 100%;
    position: relative;
  }
  .global_nav .pagemenu li a::after {
    content: "▼";
    position: absolute;
    right: 0;
  }
  .global_nav .pagemenu .insta {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    color: #fff;
    font-size: 14px;
    margin-top: 65px;
  }
  .global_nav .pagemenu .insta img {
    width: 30px;
  }
  .open.global_nav .toggle {
    position: relative;
  }
  .open.global_nav .toggle .text.open_text {
    display: block;
  }
  .open.global_nav .toggle .text.close_text {
    display: none;
  }
  .open.global_nav .toggle .border {
    position: absolute;
    top: 50px;
  }
  .open.global_nav .toggle .border + .border {
    margin-top: 0;
  }
  .open.global_nav .toggle .border:nth-child(3) {
    width: 44px;
    transform: rotate(-45deg);
  }
  .open.global_nav .toggle .border:nth-child(4) {
    width: 44px;
    transform: rotate(45deg);
  }
  .open.global_nav .toggle .border:nth-child(5) {
    display: none;
  }
  .open.global_nav .pagemenu {
    opacity: 1;
    pointer-events: auto;
  }
}/*# sourceMappingURL=style.css.map */