@charset "UTF-8";
.quickguide {
  background-color: var(--color-yellow-green);
}
.quickguide__header {
  background-image: url(../img/quickguide-bg.jpg);
  background-size: cover;
  height: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 430px) {
  .quickguide__header {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.quickguide__header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  position: relative;
  padding-top: 60px;
}
@media only screen and (max-width: 430px) {
  .quickguide__header__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.quickguide__header__logo {
  width: 374px;
  position: relative;
}
@media only screen and (max-width: 430px) {
  .quickguide__header__logo {
    width: 50%;
  }
}
.quickguide__header__logo::before {
  position: absolute;
  left: 0;
  top: -100px;
  content: "";
  z-index: 10;
  background-image: url(../img/quickguide-company.png);
  width: 430px;
  height: 106px;
  background-size: cover;
}
@media only screen and (max-width: 430px) {
  .quickguide__header__logo::before {
    left: 0px;
    top: -40px;
    width: 200px;
    height: 49px;
  }
}
.quickguide__header__menu {
  /*position: absolute;
  top: 70px;
  left: -300px;*/
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10;
  gap: 12px;
}
@media only screen and (max-width: 430px) {
  .quickguide__header__menu {
    width: 90%;
    gap: 4px;
  }
}
.quickguide__header__menu a {
  background-color: var(--color-white);
  border: solid 2px var(--color-black);
  color: var(--color-black);
  text-decoration: none;
  border-radius: 8px;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .quickguide__header__menu a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .quickguide__header__menu a {
    font-size: 13px;
  }
}
.quickguide__header__menu a {
  text-align: center;
  font-weight: 600;
}
@media only screen and (max-width: 430px) {
  .quickguide__header__menu a {
    padding: 8px;
    letter-spacing: 0;
    border-radius: 6px;
    border: solid 1px var(--color-black);
  }
}
.quickguide__header__menu a br {
  display: none;
}
@media only screen and (max-width: 430px) {
  .quickguide__header__menu a br {
    display: block;
  }
}
.quickguide__header__menu a:hover {
  background-color: var(--color-pink);
}
.quickguide__header__menu__text {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .quickguide__header__menu__text {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .quickguide__header__menu__text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 430px) {
  .quickguide__header__menu__text {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 430px) {
  .quickguide__header__menu__text br {
    display: none;
  }
}
.quickguide__header__menu__second {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media only screen and (max-width: 430px) {
  .quickguide__header__menu__second {
    gap: 4px;
  }
}
.quickguide__header__menu__third {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media only screen and (max-width: 430px) {
  .quickguide__header__menu__third {
    gap: 4px;
  }
}
.quickguide__container {
  width: 1024px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .quickguide__container {
    width: 90%;
  }
}
.quickguide__block1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
}
@media only screen and (max-width: 430px) {
  .quickguide__block1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
.quickguide__block1__left {
  width: 40%;
}
@media only screen and (max-width: 430px) {
  .quickguide__block1__left {
    width: 100%;
  }
}
.quickguide__block1__right {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
@media only screen and (max-width: 430px) {
  .quickguide__block1__right {
    width: 100%;
  }
}
.quickguide__block1__right__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  position: relative;
}
.quickguide__block1__right__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background: var(--color-yellow);
  z-index: -1;
}
.quickguide__block1__right__title span {
  background-color: var(--color-yellow-green);
  padding-right: 12px;
}
.quickguide__block1__right__title span:nth-of-type(1) img {
  width: 34px;
}
@media only screen and (max-width: 430px) {
  .quickguide__block1__right p br {
    display: none;
  }
}
.quickguide__block1__right p:nth-of-type(1) {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .quickguide__block1__right p:nth-of-type(1) {
    font-size: 17px;
  }
}
@media only screen and (max-width: 430px) {
  .quickguide__block1__right p:nth-of-type(1) {
    font-size: 16px;
  }
}
.quickguide__block1__right p:nth-of-type(12) {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .quickguide__block1__right p:nth-of-type(12) {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .quickguide__block1__right p:nth-of-type(12) {
    font-size: 14px;
  }
}
.quickguide__block1__right a {
  width: 342px;
  margin-left: auto;
}
@media only screen and (max-width: 430px) {
  .quickguide__block1__right a {
    width: auto;
  }
  .quickguide__block1__right a img {
    max-height: 46px;
  }
}
.quickguide__business {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.quickguide__business p:nth-of-type(1) {
  width: 272px;
  margin: 0 auto;
}
@media only screen and (max-width: 430px) {
  .quickguide__business p:nth-of-type(1) {
    width: 200px;
  }
}
.quickguide__business p:nth-of-type(2) {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .quickguide__business p:nth-of-type(2) {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .quickguide__business p:nth-of-type(2) {
    font-size: 14px;
  }
}
.quickguide__business.last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.quickguide__business.last a {
  width: 290px;
}
@media only screen and (max-width: 430px) {
  .quickguide__business.last a {
    width: auto;
  }
  .quickguide__business.last a img {
    max-height: 46px;
  }
}
.quickguide__photo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.quickguide__photo__list p {
  width: 49.6%;
  margin-bottom: 8px;
}
.quickguide__photo__list__left {
  width: 49.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quickguide__photo__list__right {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.quickguide__photo__list .caption {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .quickguide__photo__list .caption {
    font-size: 12px;
  }
}
@media only screen and (max-width: 430px) {
  .quickguide__photo__list .caption {
    font-size: 11px;
  }
}
.quickguide__photo__list .caption {
  display: block;
  margin-top: 12px;
}
.quickguide .block-primary p.text1 {
  font-size: 24px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .quickguide .block-primary p.text1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .quickguide .block-primary p.text1 {
    font-size: 18px;
  }
}
.quickguide .block-primary p.text1 {
  font-weight: 600;
}
.quickguide .block-glid-primary__list__content p.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .quickguide .block-glid-primary__list__content p.title {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  .quickguide .block-glid-primary__list__content p.title {
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 1.6;
  }
}
.quickguide .block-glid-primary__list__content p.title strong {
  font-size: 28px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .quickguide .block-glid-primary__list__content p.title strong {
    font-size: 24px;
  }
}
@media only screen and (max-width: 430px) {
  .quickguide .block-glid-primary__list__content p.title strong {
    font-size: 20px;
  }
}
.quickguide .block-glid-primary__list__content p.text {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .quickguide .block-glid-primary__list__content p.text {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .quickguide .block-glid-primary__list__content p.text {
    font-size: 14px;
  }
}
.quickguide .block-glid-primary__list__content div.button img {
  max-height: 54px;
}
@media only screen and (max-width: 430px) {
  .quickguide .block-glid-primary__list__content div.button img {
    max-height: 46px;
  }
}
.quickguide .block-glid-primary p.border {
  border-bottom: solid 1px var(--color-black);
  padding-bottom: 20px;
  text-align: center;
}
.quickguide .block-glid-primary p.border img {
  width: 88%;
  text-align: center;
}
.quickguide .block-glid-primary .other {
  -ms-grid-columns: 1fr !important;
  grid-template-columns: repeat(1, 1fr) !important;
  gap: 0;
}
.quickguide .block-glid-primary .other img {
  width: 96% !important;
}
.quickguide__schedule {
  position: relative;
  background-color: var(--color-gray-light);
  margin: 0 auto 80px;
}
@media only screen and (max-width: 1024px) {
  .quickguide__schedule {
    width: 90%;
    margin: 0 auto 60px;
  }
}
@media only screen and (max-width: 430px) {
  .quickguide__schedule {
    margin-top: 20px;
    width: 100%;
    margin-bottom: 40px;
  }
}
.quickguide__schedule::after {
  position: absolute;
  content: "";
  background-size: cover;
  width: 578px;
  height: 68px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -36px;
  z-index: 10;
}
@media only screen and (max-width: 430px) {
  .quickguide__schedule::after {
    width: 320px;
    height: 38px;
    top: -16px;
  }
}
.quickguide__schedule--inner {
  padding: 48px 48px 48px 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 430px) {
  .quickguide__schedule--inner {
    padding: 20px;
  }
}
.quickguide__schedule-block dl dt {
  font-size: 24px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .quickguide__schedule-block dl dt {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .quickguide__schedule-block dl dt {
    font-size: 18px;
  }
}
.quickguide__schedule-block dl dt {
  font-weight: 600;
  margin-bottom: 16px;
}
.quickguide__schedule-block dl dd {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .quickguide__schedule-block dl dd {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .quickguide__schedule-block dl dd {
    font-size: 14px;
  }
}
.quickguide__schedule-block dl dd {
  text-align: justify;
}
.quickguide__schedule-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 40px;
}
.quickguide__schedule-block ul li {
  margin-bottom: 20px;
}
.quickguide__schedule-block ul li:nth-of-type(1) {
  text-align: center;
}
.quickguide__schedule-block ul li:nth-of-type(1) img {
  width: 78px;
}
@media only screen and (max-width: 430px) {
  .quickguide__schedule-block ul li:nth-of-type(1) img {
    width: 60px;
  }
}
.quickguide__schedule-block ul li:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 56px;
}
.quickguide__schedule-block ul li:nth-of-type(2) span {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .quickguide__schedule-block ul li:nth-of-type(2) span {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  .quickguide__schedule-block ul li:nth-of-type(2) span {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.quickguide__schedule-block ul li:nth-of-type(2) span {
  font-weight: 600;
  display: block;
}
.quickguide__schedule-block ul li:nth-of-type(2) {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .quickguide__schedule-block ul li:nth-of-type(2) {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .quickguide__schedule-block ul li:nth-of-type(2) {
    font-size: 14px;
  }
}
.quickguide__schedule-block ul li:nth-of-type(2) {
  letter-spacing: 0;
}
.quickguide__schedule-block ul li:nth-of-type(3) {
  margin-bottom: 8px;
}
.quickguide__schedule-block ul li:nth-of-type(4) {
  font-size: 12px;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .quickguide__schedule-block ul li:nth-of-type(4) {
    font-size: 11px;
  }
}
@media only screen and (max-width: 430px) {
  .quickguide__schedule-block ul li:nth-of-type(4) {
    font-size: 10px;
  }
}
.quickguide__schedule-block ul li:nth-of-type(4) {
  margin-bottom: 0px;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 430px) {
  .quickguide .block-glid-primary__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.swiper {
  overflow: hidden;
}

.swiper-wrapper {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 0 !important;
  bottom: 3px !important;
  z-index: 50;
  height: 5px !important;
  width: 100% !important;
  left: 0 !important;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.swiper-scrollbar {
  position: relative;
  margin: 6px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.swiper-scrollbar::after {
  content: "SLIDE";
  position: absolute;
  display: inline-block;
  padding-right: 10px;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-weight: 600;
  letter-spacing: 0.2em;
  z-index: 1000;
  white-space: nowrap;
  background-color: var(--color-gray-light);
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .swiper-scrollbar::after {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .swiper-scrollbar::after {
    font-size: 12px;
  }
}

.swiper-scrollbar-drag {
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
@media only screen and (max-width: 430px) {
  .swiper-scrollbar-drag {
    width: 50px !important;
  }
}

.swiper-wrapper {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/*-----swiper-----*/
.swiper-container {
  width: 100%;
}

.swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.swiper-pagination {
  position: absolute;
  bottom: 26px !important;
  left: 70px !important;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.swiper-pagination-bullet {
  background: #999;
  opacity: 0.5;
  width: 12px !important;
  height: 12px !important;
}

.swiper-pagination-bullet-active {
  background: var(--color-yellow-green) !important;
  opacity: 1;
}

/*-----ギャラリー-----*/
.parent {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr 8px 1fr 8px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr;
  grid-template-rows: repeat(8, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}
.parent > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.parent > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.parent > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.parent > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.parent > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.parent > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.parent > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.parent > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
.parent > *:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.parent > *:nth-child(10) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.parent > *:nth-child(11) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
.parent > *:nth-child(12) {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
}
.parent > *:nth-child(13) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.parent > *:nth-child(14) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
.parent > *:nth-child(15) {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
}
.parent > *:nth-child(16) {
  -ms-grid-row: 7;
  -ms-grid-column: 7;
}
.parent > *:nth-child(17) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}
.parent > *:nth-child(18) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
}
.parent > *:nth-child(19) {
  -ms-grid-row: 9;
  -ms-grid-column: 5;
}
.parent > *:nth-child(20) {
  -ms-grid-row: 9;
  -ms-grid-column: 7;
}
.parent > *:nth-child(21) {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
}
.parent > *:nth-child(22) {
  -ms-grid-row: 11;
  -ms-grid-column: 3;
}
.parent > *:nth-child(23) {
  -ms-grid-row: 11;
  -ms-grid-column: 5;
}
.parent > *:nth-child(24) {
  -ms-grid-row: 11;
  -ms-grid-column: 7;
}
.parent > *:nth-child(25) {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
}
.parent > *:nth-child(26) {
  -ms-grid-row: 13;
  -ms-grid-column: 3;
}
.parent > *:nth-child(27) {
  -ms-grid-row: 13;
  -ms-grid-column: 5;
}
.parent > *:nth-child(28) {
  -ms-grid-row: 13;
  -ms-grid-column: 7;
}
.parent > *:nth-child(29) {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
}
.parent > *:nth-child(30) {
  -ms-grid-row: 15;
  -ms-grid-column: 3;
}
.parent > *:nth-child(31) {
  -ms-grid-row: 15;
  -ms-grid-column: 5;
}
.parent > *:nth-child(32) {
  -ms-grid-row: 15;
  -ms-grid-column: 7;
}
@media only screen and (max-width: 430px) {
  .parent {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }
}
.parent a:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.div1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1/1/3/3;
}

.div2 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 3/1/4/3;
}

.div3 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 4/1/5/2;
}

.div4 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 4/2/5/3;
}

.div5 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1/3/2/4;
}

.div6 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-area: 1/4/2/5;
}

.div7 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-area: 2/3/5/5;
}

.div8 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 5/1/6/2;
}

.div9 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 5/2/6/3;
}

.div10 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 6/1/7/2;
}

.div11 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 6/2/7/3;
}

.div12 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-area: 5/3/7/5;
}

.div13 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 7/1/9/3;
}

.div14 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 7/3/8/4;
}

.div15 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-area: 7/4/8/5;
}

.div16 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-area: 8/3/9/5;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
.modal__content {
  position: absolute;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: var(--color-white);
  color: var(--color-black);
  padding: 80px 20px 40px 40px;
  width: 90%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 760px;
  border-radius: 16px;
}
@media only screen and (max-width: 430px) {
  .modal__content {
    padding: 40px 0 20px 20px;
  }
}
.modal__content__inner {
  padding-right: 20px;
  max-width: 660px;
  max-height: 80vh;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* ===== スクロールバー全体 ===== */
}
.modal__content__inner {
  /* ===== スクロールバーの背景 ===== */
}
.modal__content__inner::-webkit-scrollbar-track {
  background: #1a1a1a;
  border-radius: 8px;
}
.modal__content__inner {
  /* ===== スクロールバーのつまみ部分 ===== */
}
.modal__content__inner::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 8px;
}
.modal__content__inner {
  /* ===== ホバー時に少し明るく ===== */
}
.modal__content__inner::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.modal__content__inner {
  /* ===== Firefox用 ===== */
  scrollbar-width: thin;
  scrollbar-color: #666 #1a1a1a;
}
@media only screen and (max-width: 430px) {
  .modal__content__inner {
    row-gap: 20px;
  }
}
.modal__content__inner__title {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .modal__content__inner__title {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  .modal__content__inner__title {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.modal__content__inner__title {
  font-weight: 600;
  text-align: center;
  padding-bottom: 20px;
}
.modal__content__inner__photo {
  width: 100%;
  margin-bottom: 20px;
}
.modal__close {
  position: absolute;
  right: 16px;
  top: 16px;
  background: none;
  border: none;
  cursor: pointer;
  max-width: 36px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 430px) {
  .modal__close {
    max-width: 24px;
  }
}