@charset "UTF-8";
@media (orientation: landscape) {
  .header {
    display: inherit;
    height: auto;
  }
}
@media screen and (min-width: 580px) {
  .header {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .header {
    display: inherit;
    height: auto;
  }
}
.header.container {
  padding-block: 1.6rem 4rem;
  overflow: unset;
}
@media screen and (min-width: 321px) {
  .header.container {
    padding-top: 10%;
  }
}
@media screen and (min-width: 768px) {
  .header.container {
    padding-block: 3rem 10rem;
  }
}
.header__top-link {
  width: 30%;
  margin-inline: auto;
  background: #fff;
  padding: 0.4rem 0.6rem 0.6rem;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .header__top-link {
    padding: 1rem 1.3rem 1.5rem;
    border-radius: 1rem;
    width: 22%;
  }
}
@media screen and (min-width: 1080px) {
  .header__top-link {
    width: 16%;
    max-width: 22rem;
    position: absolute;
    top: 1rem;
    left: 1rem;
    margin: unset;
  }
}
.header__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 1080px) {
  .header__wrapper {
    flex-direction: row;
    margin-top: -2rem;
    width: 85%;
    margin-inline: auto;
    gap: 2rem;
  }
}
.header__wrapper-left-top, .header__wrapper-left-bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.header__wrapper-left-top-title, .header__wrapper-left-bottom-title {
  background: #fff;
  color: var(--color-main);
  border-radius: 50rem;
  width: 6.3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .header__wrapper-left-top-title, .header__wrapper-left-bottom-title {
    width: 9rem;
    height: 3.3rem;
    font-size: inherit;
  }
}
.header__wrapper-left-top-text, .header__wrapper-left-bottom-text {
  font-size: 1.6rem;
  font-weight: 900;
  color: #fff;
  width: calc(100% - 6.6rem - 1rem);
}
@media screen and (min-width: 768px) {
  .header__wrapper-left-top-text, .header__wrapper-left-bottom-text {
    font-size: 3rem;
  }
}
.header__wrapper-left-top-text b, .header__wrapper-left-bottom-text b {
  font-size: 3rem;
  padding-inline: 0 0.1em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .header__wrapper-left-top-text b, .header__wrapper-left-bottom-text b {
    font-size: 7rem;
  }
}
.header__wrapper-left-top-text b .week, .header__wrapper-left-bottom-text b .week {
  font-size: 0.6em;
  vertical-align: 0.2rem;
}
@media screen and (min-width: 768px) {
  .header__wrapper-left-top-text b .week, .header__wrapper-left-bottom-text b .week {
    vertical-align: 0.5rem;
  }
}
.header__wrapper-left-bottom {
  margin-top: 1.5rem;
}
.header__wrapper-left-bottom-text {
  font-weight: 400;
  font-size: 1.2rem;
  width: calc(100% - 6.6rem);
}
@media screen and (min-width: 768px) {
  .header__wrapper-left-bottom-text {
    font-size: 1.6rem;
  }
}
.header__wrapper-left-bottom-text b {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  padding-inline: unset;
}
@media screen and (min-width: 768px) {
  .header__wrapper-left-bottom-text b {
    font-size: 3rem;
  }
}
.header__wrapper-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header__wrapper-right em {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--color-red);
  position: relative;
  z-index: 0;
}
.header__wrapper-right em::before {
  content: "入場無料";
  color: #fff;
  -webkit-text-stroke-width: 0.8rem;
  position: absolute;
  z-index: -1;
  filter: blur(0.2rem);
}
@media screen and (min-width: 768px) {
  .header__wrapper-right em::before {
    -webkit-text-stroke-width: 1.3rem;
    filter: blur(0.3rem);
  }
}
@media screen and (min-width: 768px) {
  .header__wrapper-right em {
    font-size: 5rem;
  }
}
.header__wrapper-right-notes {
  font-size: 1.3rem;
  color: #fff;
}
.header__box {
  background: #fff;
  border-radius: 11rem;
  width: 100%;
  padding: 2rem 1rem;
  margin-inline: auto;
  margin-top: 1rem;
  text-align: center;
  color: var(--color-main);
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .header__box {
    width: 85%;
    min-width: 680px;
    padding: 4rem;
    border-radius: 50%;
    padding: 3rem;
    margin-top: 2rem;
  }
}
.header__box-title-head {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .header__box-title-head {
    font-size: 2.2rem;
    font-weight: 700;
  }
}
.header__box-title {
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .header__box-title {
    font-size: 5rem;
  }
}
.header__box-title span {
  font-size: 1.3rem;
  display: block;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .header__box-title span {
    font-size: 2.2rem;
    font-weight: 700;
  }
}
.header__box strong {
  color: var(--color-red);
  font-size: 2rem;
  margin-top: 1rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .header__box strong {
    font-size: 3rem;
  }
}
.header__box strong.deadline {
  background: var(--color-red);
  color: #fff;
  padding: 0.5rem 1rem;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border-radius: 1rem;
}
.header__box-btn {
  color: var(--color-red);
  font-size: 1.6rem;
  position: relative;
  margin-top: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  animation: bound 1.7s infinite;
  padding-bottom: 2rem;
  font-weight: 700;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .header__box-btn {
    font-size: 2.2rem;
    margin-top: 1rem;
  }
}
@media (hover: hover) {
  .header__box-btn:hover {
    opacity: 1;
    scale: 1.1;
  }
}
.header__box-btn::before, .header__box-btn::after {
  content: "";
  position: absolute;
  top: 3.3rem;
  left: 50%;
  transform: translateX(-80%) rotate(45deg);
  background: var(--color-red);
  width: 2rem;
  height: 0.5rem;
  border-radius: 1rem;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .header__box-btn::before, .header__box-btn::after {
    top: 4rem;
  }
}
.header__box-btn::after {
  transform: translateX(-20%) rotate(-45deg);
}
@media (hover: hover) {
  .header__box-btn:hover::before, .header__box-btn:hover::after {
    opacity: 1;
  }
}
@keyframes bound {
  0% {
    transform: translateY(1.2rem);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(1.2rem);
  }
}

.btn-fb {
  background: #1877f2;
  transition-duration: 0.3s;
}
.btn-fb:hover {
  filter: opacity(70%);
}
.btn-fb img {
  width: 22px;
}

.btn-tw {
  background: #181818;
  transition-duration: 0.3s;
}
.btn-tw:hover {
  filter: opacity(70%);
}
.btn-tw img {
  width: 26px;
}

.btn-li {
  background: #1eb900;
  transition-duration: 0.3s;
}
.btn-li:hover {
  filter: opacity(70%);
}
.btn-li img {
  width: 26px;
}

.snsbtn {
  margin-block: 1.6rem 2rem;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .snsbtn {
    margin-top: 3.7rem;
  }
}
.snsbtn a {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 48px;
  color: #fff;
  margin-right: 10px;
  border-radius: 50%;
}
.snsbtn a:last-child {
  margin-right: 0;
}
.snsbtn a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.footer {
  padding-bottom: 1em;
  line-height: 1.4em;
  color: #fff;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer {
    width: 100%;
  }
}
.footer a {
  font-size: 96%;
}
.footer.shadow {
  text-shadow: 0.1rem 0.2rem 0.3rem rgba(0, 0, 0, 0.5);
}

.sp-footer {
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .sp-footer {
    display: none;
  }
}
.sp-footer img {
  max-width: 50px;
  filter: drop-shadow(0.1rem 0.2rem 0.3rem rgba(0, 0, 0, 0.2));
}
.sp-footer li {
  display: inline-block;
  display: inline;
  zoom: 1;
  list-style: none;
  width: 30%;
  font-size: 70%;
  text-align: center;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
.sp-footer a {
  display: block;
  padding: 0.8em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.sp-footer a:hover {
  background: var(--accent-color);
  color: var(--fonts-color);
  border-radius: 8px;
  text-decoration: none;
}
.sp-footer a:active {
  background: var(--accent-color);
  color: var(--fonts-color);
  border-radius: 8px;
  text-decoration: none;
}

.pnkz {
  display: none;
}
@media screen and (min-width: 768px) {
  .pnkz {
    display: block;
    padding-inline: 1rem;
    text-align: center;
  }
}
.pnkz a {
  display: inline;
}

.copyright {
  text-align: center;
  font-size: 1.6rem;
  padding-top: 1rem;
  display: block;
  padding-inline: 1rem;
}
@media screen and (min-width: 768px) {
  .copyright {
    max-width: 1000px;
    margin: 0 auto;
  }
}

/* 共通設定 -------------------------------------------------------------------------------------------------------------------- */
:root {
  --color-main: #0091af;
  --color-forum: #629db8;
  --color-marche: #2a77b0;
  --color-red: #e8351d;
  --color-accent-blue: #00abeb;
}

html {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: "M PLUS Rounded 1c", "Meiryo", "メイリオ", "平成明朝", "Lucida Grande", Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #231815;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 2.2rem;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  display: block;
  transition: 0.3s;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
}

li {
  list-style: none;
}

.container {
  overflow: hidden;
  padding-block: 5rem;
}
@media screen and (min-width: 768px) {
  .container {
    padding-block: 10rem;
  }
}

.inner {
  padding-inline: 1rem;
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
}

.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
.br {
  display: inline-block;
}

.shadow {
  text-shadow: 0.1rem 0.2rem 0.3rem rgba(0, 0, 0, 0.3);
}

.big-container {
  position: relative;
  z-index: 0;
  overflow: hidden;
  /* 背景スクロールに切り替わった状態 */
}
.big-container::before {
  content: "";
  background: url("../img/bg.jpg?0820") no-repeat center -5vh/160%;
  position: fixed; /* 最初は固定 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
  transition: none;
}
@media screen and (min-width: 768px) {
  .big-container::before {
    background-size: 100%;
    will-change: transform;
    background-position: center -20vh;
  }
}
@media screen and (min-width: 1400px) {
  .big-container::before {
    background-position: center -39vh;
  }
}
@media screen and (min-width: 1600px) {
  .big-container::before {
    background-position: center -75vh;
  }
}
.big-container.scroll-bg::before {
  position: absolute; /* 固定解除 */
  top: var(--bg-offset, 0); /* 固定解除位置を維持 */
  left: 0;
}
.big-container::after {
  content: "";
  background: rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  position: absolute;
  display: block;
}

/* main --------------------------------------------- */
/* about -------------------------------------------------------------------------------------------------------------------- */
.about img {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .about img {
    width: 90%;
  }
}
.about__text {
  color: #fff;
  font-size: 1.8rem;
  margin-top: 2rem;
  text-align: left;
  line-height: 1.6;
  padding-inline: 0.3rem;
}
@media screen and (min-width: 768px) {
  .about__text {
    font-size: 2.2rem;
    text-align: center;
    margin-top: 3rem;
    padding-inline: unset;
  }
}
.about__text.shadow {
  text-shadow: 0.1rem 0.2rem 0.3rem rgba(0, 0, 0, 0.5);
}
.about__text .br {
  display: inline;
}
@media screen and (min-width: 768px) {
  .about__text .br {
    display: inline-block;
  }
}

/* forum -------------------------------------------------------------------------------------------------------------------- */
.forum__box, .marche__box {
  background: #fff;
  border-radius: 4rem;
  padding: 5rem 1.2rem 3rem;
  border: 0.8rem solid var(--color-forum);
  position: relative;
}
@media screen and (min-width: 768px) {
  .forum__box, .marche__box {
    border-width: 1rem;
    padding: 0 5rem 5rem;
    border-radius: 8rem;
  }
}
.forum__title, .marche__title {
  position: absolute;
  z-index: 1;
  top: -2rem;
  left: -0.2rem;
  width: 30rem;
}
@media screen and (min-width: 768px) {
  .forum__title, .marche__title {
    top: -3rem;
    left: -0.4rem;
    width: min(47rem, 46vw);
  }
}
.forum__head, .marche__head {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .forum__head, .marche__head {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: unset;
    gap: unset;
  }
}
@media screen and (min-width: 768px) {
  .forum__head-left, .marche__head-left {
    margin-top: 2rem;
  }
}
.forum__head-left time, .marche__head-left time {
  color: var(--color-main);
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .forum__head-left time, .marche__head-left time {
    font-size: min(4.5rem, 4.5vw);
  }
}
.forum__head-left-bottom, .marche__head-left-bottom {
  font-size: 2rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .forum__head-left-bottom, .marche__head-left-bottom {
    font-size: 2.5rem;
  }
}
.forum__head-left-bottom .br, .marche__head-left-bottom .br {
  display: block;
}
.forum__head img, .marche__head img {
  border-radius: 4rem;
}
@media screen and (min-width: 768px) {
  .forum__head img, .marche__head img {
    border-radius: 0 7rem;
    width: 60%;
    transform: translate(5rem, 0rem);
  }
}
.forum__item, .marche__item {
  margin-top: 7rem;
}
@media screen and (min-width: 768px) {
  .forum__item, .marche__item {
    margin-top: 10rem;
  }
}
.forum__item-top {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 970px) {
  .forum__item-top {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5rem;
  }
}
.forum__item-left.bottom {
  width: 100%;
}
@media screen and (min-width: 970px) {
  .forum__item-left.bottom {
    width: 60%;
  }
}
.forum__item-heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  font-size: 2.7rem;
  font-weight: 700;
  color: var(--color-main);
}
.forum__item-heading-head {
  background: var(--color-main);
  color: #fff;
  border-radius: 50rem;
  width: 9.6rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 1.8rem;
}
.forum__item-heading--small {
  font-size: 1.8rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .forum__item-heading--small {
    display: inline;
  }
}
.forum__item-left-wrapper {
  margin-top: 1rem;
}
.forum__item-title-heading {
  color: var(--color-main);
}
.forum__item-title, .marche__item-title {
  font-size: 4rem;
  font-weight: 900;
  color: var(--color-main);
}
@media screen and (min-width: 768px) {
  .forum__item-title, .marche__item-title {
    font-size: 5rem;
  }
}
.forum__item-title .br, .marche__item-title .br {
  font-size: 2.2rem;
  font-weight: 700;
  display: block;
}
@media screen and (min-width: 970px) {
  .forum__item-title .br, .marche__item-title .br {
    display: inline-block;
  }
}
.forum__item-title img, .marche__item-title img {
  margin-top: 2rem;
}
.forum__item-text, .marche__item-text {
  margin-top: 2rem;
  display: grid;
  color: var(--color-main);
  grid-template-columns: 3.1em auto;
}
.forum__item-scedule {
  margin-top: 2rem;
  color: var(--color-main);
}
.forum__item-scedule .flex {
  display: grid;
  grid-template-columns: 3.8em auto;
}
.forum__item-right {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
  max-width: 50rem;
  margin-inline: auto;
}
.forum__item-right .bottom-img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 26rem;
  height: 22rem;
  -o-object-position: center -2rem;
     object-position: center -2rem;
}
@media screen and (min-width: 768px) {
  .forum__item-right .bottom-img {
    width: 32rem;
    height: 32rem;
  }
}
.forum__item-right figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 36rem;
  height: 22rem;
}
@media screen and (min-width: 768px) {
  .forum__item-right figure img {
    -o-object-fit: unset;
       object-fit: unset;
    width: auto;
    height: auto;
  }
}
.forum__item-right figcaption {
  color: var(--color-main);
  font-weight: 700;
  text-align: center;
  margin-top: 0.5rem;
}
.forum__item-right figcaption .name-head-yamadarui {
  display: block;
  font-size: 0.8em;
  font-weight: 500;
}
.forum__item-right figcaption .name-head-kawachan {
  display: block;
}
.forum__item-middle {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .forum__item-middle {
    margin-top: unset;
  }
}
.forum__item-middle img {
  margin-inline: auto;
  border-radius: 50%;
  max-width: 700px;
}
.forum__item-middle figcaption {
  text-align: center;
  color: var(--color-main);
  margin-top: 0.5rem;
  font-weight: 700;
}
.forum__item-bottom {
  margin-top: 2rem;
  text-align: center;
  color: var(--color-red);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .forum__item-bottom {
    margin-top: 3rem;
  }
}
.forum__item-bottom strong {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .forum__item-bottom strong {
    font-size: 3rem;
  }
}
.forum__item-bottom strong.afternoon {
  letter-spacing: -0.05em;
}
.forum__item-bottom-notes {
  display: block;
  color: #231815;
  font-weight: 400;
  margin-top: 0.3rem;
  font-size: 1.6rem;
}
.forum__form-link {
  width: 100%;
  max-width: 66rem;
  margin-inline: auto;
  margin-block: 0.5rem;
  height: 7.6rem;
  color: #fff;
  background: var(--color-red);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 700;
  border-radius: 10rem;
  border: 2px solid var(--color-red);
  transition: all 0.3s;
}
.forum__form-link.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .forum__form-link {
    font-size: 3rem;
  }
  .forum__form-link.pc {
    display: flex;
  }
  .forum__form-link.sp {
    display: none;
  }
}
@media (hover: hover) {
  .forum__form-link:hover {
    background: #fff;
    color: var(--color-red);
    opacity: 1;
  }
}
.forum__form-link.closing {
  background: #888;
  border: unset;
  pointer-events: none;
}

/* marche -------------------------------------------------------------------------------------------------------------------- */
.marche__box {
  border-color: var(--color-marche);
}
@media screen and (min-width: 768px) {
  .marche__title {
    width: min(43rem, 46vw);
  }
}
.marche__item-text {
  display: block;
}
.marche__item-text.bottom {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .marche__item-text.bottom {
    margin-top: 10%;
  }
}
.marche__item-top {
  margin-top: 3rem;
}
.marche__item-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}
.marche__item-bottom img {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .marche__item-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
  }
}
.marche__item-left {
  flex: 1.1;
}
.marche__item-right {
  flex: 1;
  margin-top: 2.7rem;
}
@media screen and (min-width: 768px) {
  .marche__item-right {
    margin-top: 1rem;
  }
}
.marche__item-right-head {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 0.65em;
  flex-wrap: wrap;
}
.marche__item-right-head img {
  width: 50%;
}

.preparation {
  color: var(--color-red);
  font-size: 5rem;
  font-weight: 700;
  margin-top: 2.5rem;
  border: 0.5rem solid;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 1rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .preparation {
    font-size: 7rem;
    margin-top: 4.5rem;
  }
}

/* contact -------------------------------------------------------------------------------------------------------------------- */
.contact {
  color: #fff;
  padding-block: 0 5rem;
}
@media screen and (min-width: 768px) {
  .contact {
    padding-block: 0 5rem;
  }
}
.contact__title {
  font-size: 3rem;
  font-weight: 700;
  display: block;
  padding-left: 1.2rem;
}
.contact__text {
  line-height: 1.6;
  margin-top: 0.2rem;
  padding-left: 1.2rem;
}
.contact__text.shadow {
  text-shadow: 0.1rem 0.2rem 0.3rem rgba(0, 0, 0, 0.5);
}

/* organized -------------------------------------------------------------------------------------------------------------------- */
.organized {
  padding-block: 0 3rem;
}
@media screen and (min-width: 768px) {
  .organized {
    padding-block: 0 10rem;
  }
}
.organized__left {
  flex: 1;
  color: #fff;
}
.organized__left.shadow {
  text-shadow: 0.1rem 0.2rem 0.3rem rgba(0, 0, 0, 0.5);
}
.organized__left dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.6;
}
.organized__left dl dt {
  width: 4.5em;
}
.organized__left dl dt.cooperation {
  width: 9.5em;
}
@media screen and (min-width: 768px) {
  .organized__left dl dt.cooperation {
    width: 8em;
  }
}
.organized__left dl dd {
  width: calc(100% - 4.1em);
}
@media screen and (min-width: 768px) {
  .organized__left dl dd {
    word-break: keep-all;
  }
}
.organized__left dl dd span {
  display: inline-block;
}
.organized__right {
  background: #fff;
  padding: 1rem 1.3rem 1.5rem;
  border-radius: 1rem;
  margin-top: 2rem;
  width: 95%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .organized__right {
    width: 32rem;
    margin-inline: auto;
  }
}
.organized__notes {
  text-align: left;
  color: #fff;
  margin-top: 2.4rem;
  font-size: 1.6rem;
  padding-left: 0.7rem;
}
@media screen and (min-width: 768px) {
  .organized__notes {
    text-align: center;
    padding-left: unset;
  }
}
.organized__notes.shadow {
  text-shadow: 0.1rem 0.2rem 0.3rem rgba(0, 0, 0, 0.5);
}

/* pagetop -------------------------------------------------------------------------------------------------------------------- */
.pagetop {
  height: auto;
  position: fixed;
  bottom: 2rem;
  z-index: 9999;
  transition: all 0.5s;
  right: 2rem;
  background: var(--color-accent-blue);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .pagetop {
    right: 3rem;
    bottom: 3rem;
  }
}
@media (hover: hover) {
  .pagetop:hover {
    background: #fff;
    opacity: 1;
  }
}
.pagetop::before, .pagetop::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-80%, -50%) rotate(-45deg);
  background: #fff;
  width: 17px;
  height: 5px;
  border-radius: 1rem;
  transition: all 0.3s;
}
.pagetop::after {
  transform: translate(-20%, -50%) rotate(45deg);
}
@media (hover: hover) {
  .pagetop:hover::before, .pagetop:hover::after {
    background: var(--color-accent-blue);
    opacity: 1;
  }
}

/* thanksページ -------------------------------------------------------------------------------------------------------------------- */
.thanks-header {
  height: auto;
}
.thanks-header.container {
  padding-block: 5rem 0;
}

.thanks {
  color: #fff;
  text-align: center;
  padding-block: 4rem 3rem;
}
@media screen and (min-width: 768px) {
  .thanks {
    padding-block: 5rem 1.7rem;
  }
}
.thanks h2 {
  font-size: 3rem;
  font-weight: 700;
  text-shadow: 0.1rem 0.2rem 0.3rem rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .thanks h2 {
    font-size: 5rem;
  }
}
.thanks h2 span {
  display: inline-block;
}
.thanks p {
  margin-block: 2rem 3rem;
  line-height: 1.6;
  text-shadow: 0.1rem 0.2rem 0.3rem rgba(0, 0, 0, 0.3);
  text-align: left;
  padding-inline: 3rem;
}
@media screen and (min-width: 768px) {
  .thanks p {
    text-align: center;
    padding-inline: unset;
  }
}
.thanks a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 56rem;
  height: 6rem;
  background: var(--color-accent-blue);
  margin-inline: auto;
  border-radius: 5rem;
  border: 2px solid var(--color-accent-blue);
  transition: all 0.3s;
}
@media (hover: hover) {
  .thanks a:hover {
    background: #fff;
    color: var(--color-accent-blue);
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */