﻿/* 90周年用追加 2025年3月31日以降削除 */

main * {
  font-family: NotoSans_regular;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.1px;
  font-size: 16px;
}

main section,
.mg__80px {
  margin-bottom: 80px;
}

main section p,
main p {
    font-size: 16px;
}

.strong {
font-weight:700;
color:#000;
}

.link {
  list-style: none;
  background-image: url(https://www.kitamura.jp/campaign/images/icon/icon-arrow-right.png);
  background-position: left center;
  background-size: 12px;
  background-repeat: no-repeat;
  padding-left: 16px;
}

main ul {
  margin: 0;
}

main ul li {
  margin: 0;
  margin-bottom: 8px;
  font-size: 16px;
  list-style: disc;
  margin-left: 0.5em;
}

main {
  width: 950px;
  margin: 24px auto;
  gap: 64px;
}

main .nav {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: flex-start;
  display: inline-flex;
}
main .nav .li {
  flex: 1 1 0;
  padding: 4px 16px;
  border-left: 1px #3D3333 dotted;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: inline-flex;
}
main .nav .li:first-of-type {
  border-left: 1px #3D3333 dotted;
}
.nav .li:last-of-type {
  border-right: 1px #3D3333 dotted;
}
main .nav .li .nav-title {
  width: 142px;
  height: 48px;
  text-align: center;
  font-size: 16px;
}
main .nav .li .nav-title span {
  display: inline-block;
font-weight: 500;
}
main .nav .li .icon {
  width: 16px;
  height: 16px;
  position: relative;
}
main .nav .li .icon .icon__arrow-down {
  left: 0px;
  top: 0px;
  position: absolute;
}

.text__summary {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.summary {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: inline-flex;
}

.title-group {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
  display: inline-flex;
  margin-bottom: 24px;
}
.title-group .title-group__wrap {
  display: flex;
  align-items: start;
  padding: 8px;
  padding-bottom: 16px;
}
.title-group .title-group__wrap:first-of-type {
  padding-top: 0;
}
.title-group .title-group__wrap:nth-child(4) {
  padding-bottom: 0;
}
.title-group .title-group__box {
  min-width: 200px;
  padding: 8px;
  background: #D80B24;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: flex;
}
.title-group .title-group__box .title-group__text {
  flex: 1 1 0;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.25em;
}
.title-group .title-group__info {
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.title-group .title-group__info p {
  width: 100%;
  text-align: left;
  margin-bottom: 0;
}
.title-group .title-group__info p span {
  font-weight: 700;
}
.title-group .title-group__number {
  background-color: #3D3333;
  color: white;
  font-size: 16px;
  padding: 5px 10px;
  margin-right: 10px;
  border-radius: 3px;
}

main h2 {
  width: 100%;
  height: 100%;
  padding: 4px 16px;
  background: #EEEEEE;
  border-left: 5px #D80B24 solid;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
  display: inline-flex;
}
main h2 span {
  color: #3D3333;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

main h3 {
  font-size: 20px;
  margin-top: 0;
}

.card-group {
  display: flex;
  justify-content: flex-start;
  row-gap: 24px;
  flex-wrap: wrap;
margin-bottom: 24px;
}
.card-group .card-group__wrap {
    border: 1px #EEEEEE solid;
    width: 200px;
    height: auto;
    margin-right: 25px;
    text-align: center;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.card-group .card-group__wrap .card-group__image__box {
  width: 180px;
  height: 180px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.card-group .card-group__wrap .card-group__image__box .card-group__image {
width: 160px;
height: 160px;
}
.card-group .card-group__wrap .card-group__text-box__outer {
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  display: flex;
}

.card-group .card-group__wrap .card-group__how-many {
  align-self: stretch;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  display: inline-flex;
}

.apply p.paragraph__big,
.theme p.paragraph__big {
  font-size: 20px;
  text-align: center;
    margin-top: 1em;
}

.wrap__button {
  width: 100%;
  display: flex;
  justify-content: center;
}

main button {
  border-radius: 9999px;
  background: vlinear-gradient(90deg, rgba(247, 207, 0, 0.7) 0%, rgba(246, 37, 2, 0.7) 45%, rgba(182, 47, 82, 0.7) 75%, rgba(113, 58, 166, 0.7) 100%);
  display: flex;
  padding: 16px 40px;
  gap: 8px;
  cursor: pointer;
  margin-bottom: 64px;
}
button.sns__x {
  background: #3D3333;
}
button.sns__instagram {
  background: linear-gradient(90deg, rgba(247, 207, 0, 0.7) 0%, rgba(246, 37, 2, 0.7) 45%, rgba(182, 47, 82, 0.7) 75%, rgba(113, 58, 166, 0.7) 100%);
}
button.sns__LINE {
  background: #00B900;
}
button span {
  color: #ffffff;
  font-size: 24px;
}
button .icon-arrow-right {
  width: 16px;
  height: 28px;
  display: flex;
}

.theme .title-group__info {
  padding-top: 0;
}

.present .title-group,
.summary .title-group {
  align-items: center;
}

.etc {
    margin-bottom: 0;
}

@media (max-width: 767px){

main {
    width: 100%;
    padding: 0 10px;
    margin: 8px auto;
}

main select {
    width: 300px;
    margin: 0 auto 16px;
    padding: 8px;
    border-radius: 8px;
    display: flex;
}

main ul {
    margin: 0;
    margin: 8px 8px 24px;
}

.text__summary {
    width: 100%;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
}

.title-group {
    display: contents;
}

.title-group .title-group__box {
    min-width: 100%;
}

.card-group .card-group__wrap {
    width: 90%;
    margin-right: 0;
}

.card-group .card-group__wrap .card-group__image__box {
    width: 100%;
}

.card-group__text {
    font-weight: 600;
}

main h2 {
    padding: 0 8px;
}

main h2 span {
    font-size: 24px;
}

.present .title-group {
    width: 100%;
    display: inline-grid;
    gap: 24px;
    justify-content: space-evenly;
}

.apply .title-group .title-group__box,
.notes .title-group .title-group__box {
    margin-bottom: 16px;
}

main button {
    padding: 10px 32px;
}

main button span {
    font-size: 16px;
}

img.size__30p {
    width: 30%;
}

.apply p.paragraph__big,
.theme p.paragraph__big {
    font-size: 16px;
}

.card-group {
    justify-content: center;
}

.card-group .card-group__wrap .card-group__image__box {
    height: 160px;
}

.card-group .card-group__wrap .card-group__image__box .card-group__image {
    width: 50%;
    height: auto;
}


}

.caution {
    background-color: #eee;
    padding: 16px;
}

.caution h3 {
    margin-bottom: 24px;
    text-align: center;
}