@charset "UTF-8";
@media print, screen and (max-height: 982px) {
  html {
    font-size: 15px;
  }
}
@media print, screen and (max-height: 982px) and (max-width: 1088px) {
  html {
    font-size: 14px;
  }
}
@media print, screen and (max-height: 810px) {
  html {
    font-size: 14px;
  }
}
@media print, screen and (max-height: 810px) and (max-width: 1028px) {
  html {
    font-size: 13px;
  }
}
@media print, screen and (max-height: 768px) {
  html {
    font-size: 13px;
  }
}
@media print, screen and (max-height: 768px) and (max-width: 980px) {
  html {
    font-size: 12px;
  }
}
body.public-page {
  background-color: white;
}

.body .article {
  margin-bottom: 0;
}
.body .article h2, .body .article h3, .body .article h4, .body .article h5, .body .article h6, .body .article p {
  margin: 0;
  padding: 0;
  border: none;
}

.content {
  margin-top: 0;
}

.wrap {
  width: 100%;
  margin: 0;
}

main.main {
  width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  position: relative;
  font-family: "BIZ UDPGothic";
  color: #2B2B2B;
}

.article-header {
  display: none;
}

.entry-content {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content div {
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  .mblt-header-mobile-buttons {
    margin-top: 0;
  }
  .mobile-header-menu-buttons {
    display: none;
  }
}
input[type=text],
textarea {
  width: 100%;
  padding: 15px;
  line-height: 1.5;
  border: 1px solid #A2A2A2;
  border-radius: 15px;
  background: white;
}
input[type=text]::-moz-placeholder, textarea::-moz-placeholder {
  color: #A2A2A2;
}
input[type=text]::placeholder,
textarea::placeholder {
  color: #A2A2A2;
}

textarea {
  resize: none;
}

.block-wrap {
  background: white;
  border-radius: 20px;
  padding: 15px;
}

.scroll-wrap {
  width: 100%;
  height: 100dvh;
  scroll-snap-type: y mandatory;
  overflow-y: auto;
}
.scroll-wrap .section-page {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  scroll-snap-align: start;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scroll-wrap .section-page.section1 {
  background: #FFE5CC;
}
.scroll-wrap .section-page.section2 {
  background: #BBE4F3;
}
.scroll-wrap .section-page.section2-2 {
  background: #F8D0CA;
}
.scroll-wrap .section-page.section3 {
  background: #edcee6;
}
.scroll-wrap .section-page.section4 {
  background: #D3EDCE;
}
.scroll-wrap .section-page-inner {
  display: block;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 199/139;
  width: 100%;
}
.scroll-wrap .section-page-inner .page-content {
  width: 100%;
  max-width: 1194px;
  height: 100dvh;
  margin: 0 auto;
  padding: 14px 57px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.scroll-wrap .section-page-inner .page-content .title {
  padding: 13px 25px;
  margin-bottom: 15px;
  background: white;
  border-radius: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-height: 780px) {
  .scroll-wrap .section-page-inner .page-content .title {
    padding: 5px 25px;
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 1085px) {
  .scroll-wrap .section-page-inner .page-content .title {
    font-size: 2.5rem;
    padding: 13px 25px;
  }
}
.scroll-wrap .section-page-inner .page-content .title .c-red {
  color: #CF1804;
}
.scroll-wrap .section-page-inner .page-content .section-title {
  margin: 0 0 10px;
  padding: 0;
  background: none;
  color: #2B2B2B;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  display: flex;
  gap: 13px;
  justify-content: center;
  align-items: center;
}
.scroll-wrap .section-page-inner .page-content .section-title .num {
  display: grid;
  place-items: center;
  width: 47px;
  height: 47px;
  line-height: 1;
  border-radius: 50%;
  color: white;
  background: #2B2B2B;
  box-shadow: 0 0 0px 5px white;
}
.scroll-wrap .section-page-inner .page-content .section-title .txt {
  position: relative;
}
.scroll-wrap .section-page-inner .page-content .section-title .txt .z-index-100 {
  position: relative;
  z-index: 100;
}
.scroll-wrap .section-page-inner .page-content .section-title .txt::before {
  content: attr(data-txt);
  -webkit-text-stroke: 10px white;
  stroke-miterlimit: 3;
  stroke-linejoin: round;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.scroll-wrap .section-page-inner .page-content .section-title img {
  width: calc(100% - 60px);
  height: auto;
}
@media screen and (max-height: 780px) {
  .scroll-wrap .section1 .title {
    max-height: 7.9%;
    margin-bottom: 1.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.scroll-wrap .section1 .section-title img {
  max-width: 636px;
}
.scroll-wrap .section1-block01 {
  margin-bottom: 20px;
  padding: 30px 50px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-height: 780px) {
  .scroll-wrap .section1-block01 {
    padding: 10px 50px;
  }
}
.scroll-wrap .section1-block01 form {
  width: calc((100% - 30px) / 2);
}
.scroll-wrap .section1-block01 form label {
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 14px;
  display: block;
}
.scroll-wrap .section1-block01 form input {
  font-size: 1.375rem;
  text-align: center;
}
@media screen and (max-height: 780px) {
  .scroll-wrap .section1-block01 form input {
    padding: 8px 15px;
  }
}
.scroll-wrap .section1-block02 {
  padding: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-height: 780px) {
  .scroll-wrap .section1-block02 {
    padding: 10px 28px;
    height: 52dvh;
  }
}
.scroll-wrap .section1-block02 .block-left,
.scroll-wrap .section1-block02 .block-right {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-height: 780px) {
  .scroll-wrap .section1-block02 .block-right {
    height: 100%;
    max-height: 45.3dvh;
  }
}
.scroll-wrap .section1-block02 h3 {
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 27px;
}
.scroll-wrap .section1-block02 h3 span {
  font-size: 1.25rem;
}
.scroll-wrap .section1-block02 .form1-3 {
  width: 100%;
  min-height: 133px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #808080;
  background: #E5E5E5;
  padding: 10px;
  touch-action: none;
}
.scroll-wrap .section1-block02 .form1-3 .form1-3-item {
  width: calc((100% - 20px) / 3);
}
.scroll-wrap .section1-block02 .form1-3-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  touch-action: none;
}
@media screen and (max-height: 780px) {
  .scroll-wrap .section1-block02 .form1-3-list {
    height: 100%;
    justify-content: center;
    gap: 10px;
  }
}
.scroll-wrap .section1-block02 .form1-3-list .form1-3-item {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-height: 780px) {
  .scroll-wrap .section1-block02 .form1-3-list .form1-3-item {
    width: auto;
    max-width: calc((100% - 20px) / 3);
    max-height: 13.43dvh;
    height: 100%;
  }
}
.scroll-wrap .section1-block02 .form1-3-item {
  aspect-ratio: 4/3;
  height: 100%;
  transition: opacity 0.2s;
  touch-action: none;
  cursor: pointer;
}
@media screen and (max-height: 780px) {
  .scroll-wrap .section1-block02 .form1-3-item {
    max-height: calc((100% - 20px) / 3);
    height: auto;
    width: auto;
  }
}
.scroll-wrap .section1-block02 .form1-3-item img {
  width: 100%;
  height: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}
@media screen and (max-height: 780px) {
  .scroll-wrap .section1-block02 .form1-3-item img {
    width: auto;
    height: 100%;
  }
}
@media (any-hover: hover) {
  .scroll-wrap .section1-block02 .form1-3-item:hover {
    opacity: 0.8;
  }
}
.scroll-wrap .section2 .section-page-inner .page-content .section-title {
  margin-bottom: 5px;
}
@media screen and (max-height: 780px) {
  .scroll-wrap .section2 .section-page-inner .page-content .section-title {
    max-height: 10%;
  }
}
.scroll-wrap .section2 .section-page-inner .page-content .section-title img {
  max-width: 78%;
  width: auto;
}
@media screen and (max-height: 780px) {
  .scroll-wrap .section2 .section-page-inner .page-content .section-title img {
    max-height: 100%;
  }
}
.scroll-wrap .section2-block {
  margin-bottom: 10px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}
@media screen and (max-height: 780px) {
  .scroll-wrap .section2-block {
    padding: 10px 15px 10px 25px;
    height: calc((100dvh - 130px) / 3);
  }
}
.scroll-wrap .section2-block:last-of-type {
  margin-bottom: 0;
}
.scroll-wrap .section2-block .block-left {
  width: 48%;
}
.scroll-wrap .section2-block .block-right {
  width: 52%;
  height: 100%;
}
@media screen and (max-height: 780px) {
  .scroll-wrap .section2-block .block-right {
    height: 100%;
  }
}
.scroll-wrap .section2-block h3 {
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 6px;
  margin-bottom: 10px;
  border-radius: 30px;
  background: #006FC9;
  color: white;
}
.scroll-wrap .section2-block h3::before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 19px;
  background: url("http://kazuya-takase.main.jp/wp-content/uploads/2025/06/icon-glasses.svg") no-repeat center/100%;
  margin-right: 5px;
}
.scroll-wrap .section2-block h3 span {
  font-size: 1.5rem;
  padding: 7px 10px;
  border-radius: 20px;
  background: white;
  color: #2B2B2B;
}
.scroll-wrap .section2-block .form2-x-1 {
  width: 100%;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-height: 810px) {
  .scroll-wrap .section2-block .form2-x-1 {
    padding: 0 15px;
  }
}
.scroll-wrap .section2-block .form2-x-1 .form2-x-1-item {
  width: calc((100% - 60px) / 3);
  height: 100%;
  aspect-ratio: 4/3;
  cursor: pointer;
  opacity: 0.3;
  transition: 0.2s;
}
.scroll-wrap .section2-block .form2-x-1 .form2-x-1-item:hover {
  opacity: 1;
}
.scroll-wrap .section2-block .form2-x-1 .form2-x-1-item.active {
  opacity: 1;
  transform: scale(1.28);
  border: 3px solid #006FC9;
}
@media screen and (max-height: 780px) {
  .scroll-wrap .section2-block .form2-x-1 .form2-x-1-item.active {
    transform: scale(1.15);
  }
}
.scroll-wrap .section2-block .form2-x-1 .form2-x-1-item img {
  width: 100%;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.scroll-wrap .section2-block .form2-x-2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 10px;
}
@media screen and (max-height: 768px) {
  .scroll-wrap .section2-block .form2-x-2 textarea {
    height: 100%;
    display: block;
  }
}
.scroll-wrap .section2-block .form2-x-2 label {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
  display: block;
}
.scroll-wrap .section2-block .form2-x-2 textarea {
  display: block;
  font-size: 1rem;
  line-height: 1.3;
  height: calc(7rem + 35px);
}
.scroll-wrap .section2-2 .section-page-inner .page-content .section-title {
  margin-bottom: 5px;
}
.scroll-wrap .section2-2 .section-page-inner .page-content .section-title img {
  width: 78%;
}
@media screen and (max-height: 780px) {
  .scroll-wrap .section2-2 .section-page-inner .page-content .section-title {
    max-height: 10%;
  }
}
.scroll-wrap .section2-2 .section-page-inner .page-content .section-title img {
  max-width: 78%;
  width: auto;
}
@media screen and (max-height: 780px) {
  .scroll-wrap .section2-2 .section-page-inner .page-content .section-title img {
    max-height: 100%;
  }
}
.scroll-wrap .section2-2 .section2-block h3 {
  background: #CA2713;
}
.scroll-wrap .section2-2 .section2-block h3::before {
  width: 45px;
  height: 21px;
  background: url("http://kazuya-takase.main.jp/wp-content/uploads/2025/06/icon-hat.svg") no-repeat center/100%;
}
.scroll-wrap .section2-2 .section2-block .form2-x-1 .form2-x-1-item.active {
  border: 3px solid #CA2713;
}
.scroll-wrap .section3 .section-page-inner .page-content .section-title img {
  max-width: 984px;
}
.scroll-wrap .section3 .section-page-inner .page-content .section3-block01-title {
  margin-bottom: 10px;
}
.scroll-wrap .section3 .section-page-inner .page-content .section3-block01-title .section-title {
  margin-bottom: 0;
}
.scroll-wrap .section3 .section-page-inner .page-content .section3-block01-text {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
.scroll-wrap .section3-block01 {
  margin-bottom: 4vh;
}
.scroll-wrap .section3-block01-empty-message {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin: 0;
  color: #808080;
}
.scroll-wrap .section3-block01-inner {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.scroll-wrap .section3-block01-box-wrap {
  width: calc((100% - 40px) / 3);
  min-height: 30dvh;
  padding: 25px 30px;
}
@media screen and (min-height: 950px) {
  .scroll-wrap .section3-block01-box-wrap {
    min-height: 285px;
  }
}
.scroll-wrap .section3-block01-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px 15px;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.scroll-wrap .section3-block01-box-item {
  aspect-ratio: 4/3;
  width: calc((100% - 15px) / 2);
  cursor: zoom-in;
  transition: opacity 0.2s;
}
.scroll-wrap .section3-block01-box-item:first-child:nth-last-child(3) {
  width: calc((100% - 15px) / 2 + 1px);
}
.scroll-wrap .section3-block01-box-item:first-child:nth-last-child(3) ~ .scroll-wrap .section3-block01-box-item {
  width: calc((100% - 15px) / 2);
}
@media (any-hover: hover) {
  .scroll-wrap .section3-block01-box-item:hover {
    opacity: 0.8;
  }
}
.scroll-wrap .section3-block01-box-item img {
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.scroll-wrap .section3-block01-box01 {
  cursor: zoom-in;
  transition: opacity 0.2s;
}
@media (any-hover: hover) {
  .scroll-wrap .section3-block01-box01:hover {
    opacity: 0.8;
  }
}
.scroll-wrap .section3-block01-box01 .section3-block01-box-item {
  transition: none;
}
@media (any-hover: hover) {
  .scroll-wrap .section3-block01-box01 .section3-block01-box-item:hover {
    opacity: 1;
  }
}
.scroll-wrap .section3-block01-box01:has(.section3-block01-empty-message) {
  cursor: default;
}
@media (any-hover: hover) {
  .scroll-wrap .section3-block01-box01:has(.section3-block01-empty-message):hover {
    opacity: 1;
  }
}
.scroll-wrap .section3-block02 {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 17px;
  width: -moz-fit-content;
  width: fit-content;
}
.scroll-wrap .section3-block02 form {
  display: flex;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.scroll-wrap .section3-block02 form label {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media print, screen and (max-width: 1024px) {
  .scroll-wrap .section3-block02 form label {
    font-size: 16px;
  }
}
.scroll-wrap .section3-block02 form textarea {
  width: 27em;
  font-size: 18px;
  line-height: 1.5;
  overflow: hidden;
}
@media print, screen and (max-width: 1024px) {
  .scroll-wrap .section3-block02 form textarea {
    font-size: 16px;
  }
}
.scroll-wrap .section4 .section-page-inner .page-content .section-title {
  margin-bottom: 20px;
}
.scroll-wrap .section4 .section-page-inner .page-content .section-title img {
  max-width: 1001px;
}
.scroll-wrap .section4 .section-page-inner .page-content .block-title {
  margin-bottom: 25px;
  font-size: 1.875rem;
  text-align: center;
}
@media screen and (max-height: 780px) {
  .scroll-wrap .section4 .section-page-inner .page-content .block-title {
    font-size: 1.675rem;
    margin-bottom: 15px;
  }
}
.scroll-wrap .section4-block01 {
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 22px;
  position: relative;
}
.scroll-wrap .section4-block01 .block-left {
  width: 42%;
  padding-left: 14px;
}
.scroll-wrap .section4-block01 .block-right {
  width: 58%;
  padding-right: 14px;
  padding-bottom: 14px;
}
@media screen and (max-height: 780px) {
  .scroll-wrap .section4-block01 .block-left,
  .scroll-wrap .section4-block01 .block-right {
    max-height: 100%;
  }
}
.scroll-wrap .section4-block01 .slide-item {
  cursor: pointer;
}
.scroll-wrap .section4-block01 .slide-wrap {
  position: static;
}
.scroll-wrap .section4-block01 .slide-wrap .slick-next, .scroll-wrap .section4-block01 .slide-wrap .slick-prev {
  z-index: 100;
  top: auto;
  bottom: -3%;
  width: 50px;
  height: 50px;
}
.scroll-wrap .section4-block01 .slide-wrap .slick-next::before, .scroll-wrap .section4-block01 .slide-wrap .slick-prev::before {
  color: #B1B1B1;
  opacity: 1;
  font-size: 3.125rem;
}
.scroll-wrap .section4-block01 .slide-wrap .slick-prev {
  left: 61%;
}
.scroll-wrap .section4-block01 .slide-wrap .slick-next {
  right: 19%;
}
@media screen and (max-height: 780px) {
  .scroll-wrap .section4-block01 .slide-wrap {
    max-height: 100%;
  }
  .scroll-wrap .section4-block01 .slide-wrap .slick-list {
    max-height: 100%;
  }
  .scroll-wrap .section4-block01 .slide-wrap .slick-track {
    max-height: 100%;
  }
  .scroll-wrap .section4-block01 .slide-wrap .slide-item {
    text-align: center;
  }
  .scroll-wrap .section4-block01 .slide-wrap img {
    max-height: 39vh;
    margin: 0 auto;
  }
}
@media screen and (max-height: 780px) {
  .scroll-wrap .section4-block01 .slide-wrap-all {
    max-height: 100%;
  }
}
.scroll-wrap .section4-block01 .slide-wrap-all .slick-list {
  margin-bottom: 6px;
}
@media screen and (max-height: 780px) {
  .scroll-wrap .section4-block01 .slide-wrap-all .slick-list {
    max-height: 100%;
  }
}
.scroll-wrap .section4-block01 .slide-wrap-all .slick-track {
  transform: unset !important;
}
@media screen and (max-height: 780px) {
  .scroll-wrap .section4-block01 .slide-wrap-all .slick-track {
    max-height: 100%;
  }
}
.scroll-wrap .section4-block01 .slide-wrap-all .slide-item {
  width: 20% !important;
  padding: 0 7px;
  margin-bottom: 14px;
  transition: 0.2s;
}
@media (any-hover: hover) {
  .scroll-wrap .section4-block01 .slide-wrap-all .slide-item:hover {
    opacity: 0.8;
  }
}
.scroll-wrap .section4-block01 .slide-wrap-all .slick-num {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3;
}
.scroll-wrap .section4-block02 {
  padding: 15px 25px;
}
.scroll-wrap .section4-block02 form label {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.5;
}
.scroll-wrap .section4-block02 form textarea {
  font-size: 18px;
}
@media print, screen and (max-width: 1024px) {
  .scroll-wrap .section4-block02 form textarea {
    font-size: 16px;
  }
}

.pagination {
  position: absolute;
  right: 37px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0;
  width: 18px;
}
@media print, screen and (max-width: 1220px) {
  .pagination {
    right: 27px;
  }
}
.pagination a {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: white;
  transition: transform 0.2s;
}
.pagination a:hover {
  background-color: white;
}
.pagination a.active {
  transform: scale(1.8);
}

.modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal.active .modal-overlay {
  opacity: 1;
}
.modal.active .modal-content {
  transform: scale(1);
  opacity: 1;
}
.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.modal .modal-content {
  position: relative;
  background: white;
  border-radius: 20px;
  padding: 30px;
  max-width: 90%;
  max-height: 90%;
  width: 900px;
  overflow-y: auto;
  z-index: 10001;
  transform: scale(0.9);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .modal .modal-content {
    width: 95%;
    padding: 20px;
    max-height: 85%;
  }
}
.modal .modal-content .modal-title {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: center;
}
.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  font-size: 2.5rem;
  line-height: 1;
  color: #2B2B2B;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s;
}
.modal-close:hover {
  background-color: #f0f0f0;
}
.modal-body {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .modal-body {
    gap: 15px;
  }
}
.modal-body.modal-body-box01 {
  display: block;
}
.modal-image {
  width: 100%;
}
.modal-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.modal .modal-group {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.modal .modal-group-header {
  display: flex;
  gap: 20px;
}
.modal .modal-header-row {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 5px;
  align-items: center;
  font-weight: bold;
  margin: 0;
}
.modal .modal-header-label {
  white-space: nowrap;
  margin: 0;
}
.modal .modal-header-input {
  flex: 1;
  width: 100%;
  font-size: 1.5rem;
  border: 1px solid #A2A2A2;
  padding: 15px;
  border-radius: 15px;
  text-align: center;
  margin: 0;
}
.modal .modal-header-input:empty::before {
  content: "入力されていないよ！";
  color: #A2A2A2;
  font-size: 1rem;
  font-weight: normal;
}
.modal .modal-gallery-wrap {
  margin: 0;
}
.modal .modal-gallery-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.modal .modal-gallery {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0;
}
.modal .modal-gallery-item {
  flex: 0 0 auto;
  width: calc((100% - 24px) / 3);
  aspect-ratio: 4/3;
}
.modal .modal-gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.modal-textarea-content {
  width: 100%;
  margin: 0;
}
.modal-textarea-content dt {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 10px;
  color: #2B2B2B;
  text-align: center;
}
.modal-textarea-content dd {
  margin: 0;
}
.modal-textarea-display {
  width: 100%;
  padding: 15px;
  margin: 0;
  border: 1px solid #A2A2A2;
  border-radius: 15px;
  background: white;
  font-size: 1rem;
  line-height: 1.5;
  color: #2B2B2B;
  white-space: pre-wrap;
  word-wrap: break-word;
  min-height: 100px;
}
.modal-textarea-display:empty::before {
  content: "入力されていないよ！";
  color: #A2A2A2;
}/*# sourceMappingURL=style.css.map */