@charset "UTF-8";
/*-----------------------
reset
-----------------------*/
html, h1, h2, h3, h4, h5, h6, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  vertical-align: middle;
  font-weight: 200;
}

q::before, q::after, blockquote::before, blockquote::after {
  content: "";
  content: none;
}

a {
  display: inline-block;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

ul {
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

a {
  color: #333;
  text-decoration: none;
}
a:link {
  color: #333;
}
a:active {
  color: #333;
}
a:visited {
  color: #333;
}
a:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s;
}

p {
  margin: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

*:focus {
  outline: none;
}

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*path*/
/* color */
/*mediaquery*/
/*==================================================
 * classes
 *================================================*/
/*@import 'modules/fadein';*/
/*==================================================
 * layout
 *================================================*/
/*==================================================
 * header
 *================================================*/
header {
  height: 198px;
}
@media (max-width: 750px) {
  header {
    height: auto;
  }
}
header .inner {
  height: 100%;
}
@media (max-width: 750px) {
  header .inner {
    padding-top: 30px;
  }
}
header .wrap-flex {
  display: flex;
  height: 100%;
}
@media (max-width: 750px) {
  header .wrap-flex {
    flex-direction: column;
  }
}
header .logo {
  width: 214px;
  padding-top: 84px;
  margin-right: 255px;
}
@media (max-width: 750px) {
  header .logo {
    width: 110px;
    margin-right: 0;
    padding-top: 0;
    margin-bottom: 22px;
  }
}
header ul {
  align-self: center;
  display: none;
  gap: 0 30px;
}
@media (max-width: 750px) {
  header ul {
    align-self: flex-start;
  }
}
header ul li.active a {
  border-bottom: 1px solid #423f3f;
  color: #423f3f;
}
header ul li a {
  display: inline-flex;
  gap: 0 8px;
  padding-bottom: 2px;
  border-bottom: 1px solid #b9baba;
  color: #b9baba;
  align-items: flex-end;
}
header ul li a .big {
  font-size: 17px;
}
header ul li a .small {
  font-size: 14px;
}

/*==================================================
 * footer
 *================================================*/
footer {
  position: relative;
}
footer .inner {
  padding: 48px 0 70px;
}
@media (max-width: 750px) {
  footer .inner {
    padding: 25px 0 30px;
  }
}
footer .all-btn {
  margin-bottom: 56px;
}
@media (max-width: 750px) {
  footer .all-btn {
    margin-bottom: 40px;
  }
}
footer .all-btn a {
  background: #fff;
  border-radius: 10px;
  width: 322px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #696868;
  letter-spacing: -1px;
  border: 1px solid #696868;
  border-radius: 10px;
}
@media (max-width: 750px) {
  footer .all-btn a {
    font-size: 15px;
    width: 200px;
    height: 40px;
  }
}
footer .all-btn a span {
  padding-right: 45px;
  position: relative;
}
@media (max-width: 750px) {
  footer .all-btn a span {
    padding-right: 31px;
    padding-bottom: 3px;
  }
}
footer .all-btn a span::after {
  content: "";
  width: 27px;
  height: 27px;
  background: url(../src/img/top/flow-btn-gray.png) no-repeat center/100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  footer .all-btn a span::after {
    width: 16px;
    height: 16px;
  }
}
footer dl {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  footer dl {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1.4;
}
@media (max-width: 750px) {
  footer dl dt {
    font-size: 13px;
    width: 100%;
    justify-content: flex-start;
  }
}
footer dl dt .mini {
  font-size: 13px;
  margin-right: 10px;
}
@media (max-width: 750px) {
  footer dl dt .main {
    display: inline-block;
  }
  footer dl dt .main.small {
    font-size: 10px;
  }
}
footer dl dd {
  font-size: 13px;
  display: flex;
  line-height: 1.4;
}
footer .title {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}
footer .flex {
  display: flex;
  align-items: center;
  gap: 0 14px;
  margin-bottom: 35px;
}
@media (max-width: 750px) {
  footer .flex {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
}
@media (max-width: 750px) {
  footer .flex .logo {
    width: 167px;
    margin-bottom: 5px;
  }
}
footer .flex .address {
  font-size: 13px;
  line-height: 1.4;
}
@media (max-width: 750px) {
  footer .flex .address {
    font-size: 10px;
  }
}
footer .center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 15px;
}
@media (max-width: 750px) {
  footer .center {
    gap: 0 10px;
    justify-content: flex-start;
  }
}
@media (max-width: 750px) {
  footer .center .logo {
    width: 42px;
  }
}
footer .center p {
  font-size: 15px;
}
@media (max-width: 750px) {
  footer .center p {
    font-size: 10px;
  }
}
footer .page-top {
  position: absolute;
  top: 50px;
  right: 84px;
}
@media (max-width: 750px) {
  footer .page-top {
    top: 25px;
    right: 20px;
    width: 38px;
  }
}

/*==================================================
* top
*================================================*/
#top header {
  display: none;
}

.menu-toggle {
  display: none;
  position: absolute;
  width: 35px;
  height: 16px;
  top: 25px;
  left: 25px;
  z-index: 100;
}
@media (max-width: 750px) {
  .menu-toggle {
    display: block;
  }
}
.menu-toggle span {
  position: absolute;
  background: #000;
  width: 100%;
  height: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.4s;
}
.menu-toggle span:first-of-type {
  bottom: auto;
}
.menu-toggle span:last-of-type {
  top: auto;
}
.menu-toggle.active span:first-of-type {
  transform: rotate(20deg);
  bottom: 0;
}
.menu-toggle.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-toggle.active span:last-of-type {
  transform: rotate(-20deg);
  top: 0;
}

.menu-list {
  position: absolute;
  width: 1085px;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 99;
  padding: 20px;
}
@media (max-width: 750px) {
  .menu-list {
    display: none;
    position: absolute;
    width: 100%;
    height: 100vh;
    padding: 80px 20px;
    top: 0;
    left: 0;
    background: #fffbed;
  }
}
.menu-list ul {
  display: flex;
  justify-content: right;
}
@media (max-width: 750px) {
  .menu-list ul {
    flex-direction: column;
    gap: 20px 0;
  }
}
.menu-list ul li {
  padding: 0 20px;
  border-left: 1px solid #000;
  font-weight: 700;
  opacity: 0.8;
}
@media (max-width: 750px) {
  .menu-list ul li {
    font-size: 16px;
    padding: 0;
    border-left: none;
  }
}
.menu-list ul li:first-of-type {
  border-left: none;
}
.menu-list ul li a {
  opacity: 0.7;
}
@media (max-width: 750px) {
  .menu-list ul li a {
    opacity: 1;
    color: #000;
  }
}
.menu-list ul li a:hover {
  color: #000;
  opacity: 1;
}

.top-mainv {
  height: 830px;
  position: relative;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
@media (max-width: 750px) {
  .top-mainv {
    height: 265px;
    background-size: 100% !important;
  }
}
.top-mainv .catch-txt {
  position: absolute;
  top: 76px;
  right: calc(50% - 505px);
}
@media (max-width: 750px) {
  .top-mainv .catch-txt {
    top: 25px;
    right: 30px;
    width: 120px;
  }
}

.wrap-bg {
  background: #eee6da;
}

.top-concept {
  position: relative;
  z-index: 2;
}
.top-concept::before {
  content: "";
  width: 100%;
  height: 264px;
  background: url(../src/img/top/bg-loop.png) repeat-x;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 750px) {
  .top-concept::before {
    height: 22vw;
    background-size: 100%;
  }
}
.top-concept::after {
  content: "";
  width: 100%;
  height: calc(100% - 260px);
  position: absolute;
  top: 0;
  z-index: -1;
  background: #fff;
}
@media (max-width: 750px) {
  .top-concept::after {
    height: calc(100% - 22vw);
  }
}
.top-concept .inner {
  padding: 54px 0 152px;
}
@media (max-width: 750px) {
  .top-concept .inner {
    padding: 54px 0 70px;
  }
}
.top-concept .flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .top-concept .flex {
    flex-direction: column;
  }
}
.top-concept .left {
  width: 440px;
}
@media (max-width: 750px) {
  .top-concept .left {
    width: 100%;
    margin-bottom: 44px;
  }
}
@media (max-width: 750px) {
  .top-concept .left .section-ttl {
    margin: 0 40px;
  }
}
.top-concept .left .section-ttl .subttl {
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 26px;
  border-bottom: 2px solid #574e4c;
}
@media (max-width: 750px) {
  .top-concept .left .section-ttl .subttl {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.top-concept .left .section-ttl h1 {
  font-size: 41px;
  letter-spacing: 4px;
  margin-bottom: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media (max-width: 750px) {
  .top-concept .left .section-ttl h1 {
    font-size: 34px;
  }
}
.top-concept .left .section-ttl h1 .mini {
  font-size: 33px;
}
@media (max-width: 750px) {
  .top-concept .left .section-ttl h1 .mini {
    font-size: 28px;
  }
}
.top-concept .left h3 {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 15px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media (max-width: 750px) {
  .top-concept .left h3 {
    font-size: 16px;
    margin: 0 40px 30px;
  }
}
@media (max-width: 750px) {
  .top-concept .left h3.sp {
    font-size: 20px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    margin: 0 auto 25px;
  }
}
.top-concept .left p {
  line-height: 1.8;
}
@media (max-width: 750px) {
  .top-concept .left p {
    padding: 0 20px;
  }
}
.top-concept .right {
  width: 510px;
}
@media (max-width: 750px) {
  .top-concept .right {
    width: 100%;
  }
}
.top-concept .right h3 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 46px;
}
@media (max-width: 750px) {
  .top-concept .right h3 {
    font-size: 20px;
  }
}
.top-concept .right .news-list h4 {
  font-size: 19px;
  padding-left: 8px;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .top-concept .right .news-list h4 {
    font-size: 14px;
  }
}
.top-concept .right .news-list ul {
  border-top: 1px solid #bab7b6;
}
.top-concept .right .news-list ul li {
  border-bottom: 1px solid #bab7b6;
}
.top-concept .right .news-list ul li a {
  padding: 18px 8px;
  display: flex;
  line-height: 1.5;
  font-weight: bold;
}
.top-concept .right .news-list ul li a span {
  width: 106px;
}
@media (max-width: 750px) {
  .top-concept .right .news-list ul li a span {
    width: 92px;
  }
}
.top-concept .right .news-list ul li a p {
  width: calc(100% - 106px);
}
@media (max-width: 750px) {
  .top-concept .right .news-list ul li a p {
    width: calc(100% - 92px);
  }
}

.brochure .inner {
  padding: 22px 0 100px;
}
@media (max-width: 750px) {
  .brochure .inner {
    padding: 50px 0 70px;
  }
}
.brochure .all-btn {
  margin-bottom: 56px;
}
@media (max-width: 750px) {
  .brochure .all-btn {
    margin-bottom: 40px;
  }
}
.brochure .all-btn.center {
  margin-bottom: 0;
}
.brochure .all-btn.center a {
  margin: auto;
}
.brochure .all-btn a {
  background: #fff;
  border-radius: 10px;
  width: 322px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #956134;
  letter-spacing: -1px;
}
@media (max-width: 750px) {
  .brochure .all-btn a {
    font-size: 15px;
    width: 200px;
    height: 40px;
    margin: 0 auto;
  }
}
.brochure .all-btn a span {
  padding-right: 45px;
  position: relative;
}
@media (max-width: 750px) {
  .brochure .all-btn a span {
    padding-right: 31px;
    padding-bottom: 3px;
  }
}
.brochure .all-btn a span::after {
  content: "";
  width: 27px;
  height: 27px;
  background: url(../src/img/top/flow-btn.png) no-repeat center/100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .brochure .all-btn a span::after {
    width: 16px;
    height: 16px;
  }
}
.brochure h2 {
  margin-bottom: 50px;
}
@media (max-width: 750px) {
  .brochure h2 {
    margin-bottom: 35px;
  }
}
.brochure h2 span {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 0 15px;
  margin: 0 auto;
  border-bottom: 5px solid #956134;
  padding-bottom: 10px;
}
@media (max-width: 750px) {
  .brochure h2 span {
    font-size: 20px;
    border-bottom: 3px solid #956134;
  }
}
.brochure .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 45px 0;
  margin-bottom: 70px;
}
@media (max-width: 750px) {
  .brochure .flex {
    margin-bottom: 40px;
  }
}
.brochure div.item {
  background: #fff;
  padding: 28px;
  display: block;
  width: 48%;
}
@media (max-width: 750px) {
  .brochure div.item {
    width: 100%;
    padding: 20px;
  }
}
.brochure div.item .option-ttl {
  font-size: 20px;
  font-weight: bold;
  color: #898989;
  text-align: center;
  padding: 30px 0 70px;
}
@media (max-width: 750px) {
  .brochure div.item .option-ttl {
    font-size: 15px;
    padding: 30px 0 40px;
  }
}
.brochure div.item .image {
  margin-bottom: 16px;
}
.brochure div.item .image a {
  display: block;
  height: 280px;
  overflow: hidden;
}
@media (max-width: 750px) {
  .brochure div.item .image a {
    height: auto;
    aspect-ratio: 3/2;
  }
}
.brochure div.item .image a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.brochure div.item .text {
  margin-bottom: 30px;
}
.brochure div.item .text:last-of-type {
  margin-bottom: 0;
}
.brochure div.item .text h2 {
  font-size: 20px;
  color: #956134;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (max-width: 750px) {
  .brochure div.item .text h2 {
    font-size: 15px;
  }
}
.brochure div.item .text .detail {
  line-height: 1.6;
  font-size: 15px;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .brochure div.item .text .detail {
    font-feature-settings: "palt";
  }
}
.brochure div.item .text .detail p {
  margin: auto;
  margin-bottom: 10px;
}
.brochure div.item .text .schedule {
  line-height: 1.6;
  font-size: 15px;
}
.brochure div.item .text .gray-bk {
  background: linear-gradient(transparent 0%, #dcdddd 0%);
  padding: 0 10px;
}
.brochure div.item .text .bold, .brochure div.item .text strong {
  font-weight: 700;
}

/*==================================================
 * archive
 *================================================*/
.event-page header ul {
  display: flex;
}

.post-archive-content .inner {
  padding-top: 70px;
  max-width: 690px;
  width: 100%;
}
@media (max-width: 750px) {
  .post-archive-content .inner {
    width: 86%;
  }
}
.post-archive-content h1 {
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 16px;
  margin-bottom: 90px;
  border-bottom: 1px solid #87817f;
}
@media (max-width: 750px) {
  .post-archive-content h1 {
    font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 50px;
  }
}
.post-archive-content .item {
  padding-bottom: 80px;
  border-bottom: 1px solid #87817f;
  margin-bottom: 80px;
}
.post-archive-content .item:first-of-type {
  padding-top: 0;
}
@media (max-width: 750px) {
  .post-archive-content .item {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
.post-archive-content .item .content-detail .image {
  margin-bottom: 40px;
  overflow: hidden;
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.4);
}
@media (max-width: 750px) {
  .post-archive-content .item .content-detail .image {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  }
}
.post-archive-content .item .content-detail .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.post-archive-content .item .content-detail .image .flex {
  height: 488px;
}
@media (max-width: 750px) {
  .post-archive-content .item .content-detail .image .flex {
    height: 230px;
  }
}
.post-archive-content .item .content-detail .image .flex .img {
  width: 50%;
  height: 100%;
}
.post-archive-content .item .content-detail .image .single {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}
.post-archive-content .item .content-detail .text .post-ttl, .post-archive-content .item .content-detail .text h2 {
  font-size: 20px;
  font-weight: bold;
  color: #956134;
  line-height: 1.6;
  margin-bottom: 28px;
}
@media (max-width: 750px) {
  .post-archive-content .item .content-detail .text .post-ttl, .post-archive-content .item .content-detail .text h2 {
    font-size: 16px;
  }
}
.post-archive-content .item .content-detail .text .post-detail {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 26px;
}
@media (max-width: 750px) {
  .post-archive-content .item .content-detail .text .post-detail {
    font-size: 14px;
  }
}
.post-archive-content .item .content-detail .text p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 26px;
}
@media (max-width: 750px) {
  .post-archive-content .item .content-detail .text p {
    font-size: 14px;
  }
}
.post-archive-content .item .content-detail .text .post-schedule {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 26px;
}
@media (max-width: 750px) {
  .post-archive-content .item .content-detail .text .post-schedule {
    font-size: 14px;
  }
}
.post-archive-content .item .content-detail .text .post-note {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 26px;
}
@media (max-width: 750px) {
  .post-archive-content .item .content-detail .text .post-note {
    font-size: 14px;
  }
}
.post-archive-content .item .content-detail .text p:last-of-type {
  margin-bottom: 0;
}

.post-news-content .inner {
  padding-top: 70px;
  max-width: 824px;
  width: 100%;
  padding-bottom: 100px;
}
@media (max-width: 750px) {
  .post-news-content .inner {
    width: 86%;
  }
}
.post-news-content h1 {
  padding-left: 13px;
  padding-bottom: 15px;
  border-bottom: 1px solid #87817f;
}
@media (max-width: 750px) {
  .post-news-content h1 {
    font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 50px;
  }
}
.post-news-content .item {
  border-bottom: 1px solid #87817f;
  padding: 70px 0;
}
@media (max-width: 750px) {
  .post-news-content .item {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .post-news-content .item:first-of-type {
    padding-top: 0;
  }
}
.post-news-content .item .content-ttl .date {
  font-size: 22px;
  margin-bottom: 22px;
}
.post-news-content .item .content-ttl .post-title {
  font-size: 21px;
  margin-bottom: 36px;
}
@media (max-width: 750px) {
  .post-news-content .item .content-ttl .post-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.post-news-content .item .flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .post-news-content .item .flex {
    flex-direction: column-reverse;
  }
}
.post-news-content .item .flex .text {
  width: 474px;
}
@media (max-width: 750px) {
  .post-news-content .item .flex .text {
    width: 100%;
  }
}
.post-news-content .item .flex .text p {
  font-size: 15px;
  line-height: 1.6;
}
@media (max-width: 750px) {
  .post-news-content .item .flex .text p {
    font-size: 14px;
  }
}
.post-news-content .item .flex .text .content-txt h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .post-news-content .item .flex .text .content-txt h2 {
    font-size: 16px;
  }
}
.post-news-content .item .flex .text .content-txt a {
  display: block;
  color: #1a0dab;
  text-decoration: underline;
}
.post-news-content .item .flex .text .content-txt p {
  margin-bottom: 20px;
}
.post-news-content .item .flex .text .content-txt p:last-of-type {
  margin-bottom: 0;
}
.post-news-content .item .flex .image {
  width: 304px;
  background: #c9caca;
  aspect-ratio: 563/339;
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  align-self: flex-start;
}
@media (max-width: 750px) {
  .post-news-content .item .flex .image {
    width: 100%;
    margin-bottom: 35px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  }
}
.post-news-content .item .flex .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/*==================================================
* page
*================================================*/
/*-----------------------
common
-----------------------*/
html {
  font-size: 62.5%;
  line-height: 1;
}

body {
  width: 100%;
  color: #222222;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
}
body.active {
  overflow-y: hidden;
}

a {
  transition: 0.3s;
  color: #222222;
}

.flex {
  display: flex;
}

.inner {
  width: 92%;
  max-width: 1016px;
  margin: 0 auto;
}

p {
  text-align: justify;
}

.sp {
  display: none;
}
@media (max-width: 750px) {
  .sp {
    display: block;
  }
}

.tab {
  display: none;
}
@media (min-width: 751px) and (max-width: 1024px) {
  .tab {
    display: block;
  }
}
@media (max-width: 750px) {
  .tab {
    display: none;
  }
}

@media (min-width: 751px) and (max-width: 1024px) {
  .pc {
    display: block;
  }
}
@media (max-width: 750px) {
  .pc {
    display: none;
  }
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-img {
  max-width: 90%;
  max-height: 90%;
}

.popup-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}