@charset "UTF-8";
/* font定義 */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("../webfonts/notosansjp/notosansjp-light.woff2") format("woff2"), url("../webfonts/notosansjp/notosansjp-light.woff") format("woff"), url("../webfonts/notosansjp/notosansjp-light.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/notosansjp/notosansjp-regular.woff2") format("woff2"), url("../webfonts/notosansjp/notosansjp-regular.woff") format("woff"), url("../webfonts/notosansjp/notosansjp-regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../webfonts/notosansjp/notosansjp-bold.woff2") format("woff2"), url("../webfonts/notosansjp/notosansjp-bold.woff") format("woff"), url("../webfonts/notosansjp/notosansjp-bold.otf") format("opentype");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: normal;
  src: url("../webfonts/yakuhanjp/yakuhanjp-regular.woff2") format("woff2"), url("../webfonts/yakuhanjp/yakuhanjp-regular.otf") format("opentype");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: Bold;
  src: url("../webfonts/yakuhanjp/yakuhanjp-bold.woff2") format("woff2"), url("../webfonts/yakuhanjp/yakuhanjp-bold.otf") format("opentype");
}
/* 要素セレクタに対するスタイル */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

/* ユーティリティクラス */
.sp-only {
  display: block !important;
}
@media (min-width: 751px) {
  .sp-only {
    display: none !important;
  }
}

.pc-only {
  display: none;
}
@media (min-width: 751px) {
  .pc-only {
    display: block;
  }
}

.text-color-accent {
  color: #e60026;
}

.text-color-link {
  color: #0071bc !important;
}
.text-color-link > img {
  width: 1em;
  margin-left: 0.4rem;
  position: relative;
  top: 0.1rem;
}
@media (min-width: 751px) {
  .text-color-link > img {
    margin-left: 0.64rem;
    top: 0.16rem;
  }
}

.bracket-adjust {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
}

.inline-block {
  display: inline-block;
}

.indent-second-line {
  /* 2行目以降を1文字下げる */
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}
@media screen and (min-width: 751px) {
  .indent-second-line {
    padding-left: 0.8em;
    text-indent: -0.9em;
  }
}

.font-bold {
  font-weight: bold;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.fraction > sup {
  font-size: 0.6em;
  vertical-align: 0.6em;
}
.fraction > sub {
  font-size: 0.6em;
  vertical-align: -0.2em;
}

/* ユーティリティクラス 終わり*/
/* wrapper */
.wrapper {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "frac" 0;
  color: #333333;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  font-size: 1.5rem;
  overflow-x: hidden;
  opacity: 0;
  transition: opacity 0.6s ease; /* ふわっと表示 */
}
@media (min-width: 751px) {
  .wrapper {
    font-size: 2.4rem; /* 1.5rem * 1.6 */
  }
}

.wrapper.loaded {
  opacity: 1;
}

/* main-container */
.main-container {
  background-color: #fceff0;
  width: 100%;
}
.main-container__inner {
  margin: 0 auto;
  max-width: 950px;
  width: 100%;
  background-color: #ffffff;
}

/* header */
.header {
  width: 100%;
  display: flex;
  justify-content: center;
}
.header__img {
  width: 100%;
}

/* top */
.top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 0 5rem;
}
@media (min-width: 751px) {
  .top {
    padding: 6.4rem 0 8rem;
  }
}
.top__dateImg {
  width: 100%;
  max-width: 598px;
  padding: 0 2rem;
  margin-bottom: 1rem;
}
.top__overview {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2.4rem;
  line-height: 1.7;
}
@media (min-width: 751px) {
  .top__overview {
    font-size: 2.72rem;
    margin-bottom: 3.84rem;
    padding: 0 2rem;
  }
}
.top__inner {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 751px) {
  .top__inner {
    padding: 0 1.6rem;
    width: 80%;
  }
}
.top__sns {
  margin-bottom: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 751px) {
  .top__sns {
    margin-bottom: 8rem;
  }
}
.top__sns > a {
  font-size: 1.7rem;
  font-weight: bold;
  text-decoration: none;
  color: #333333;
  display: flex;
  align-items: center;
}
@media (min-width: 751px) {
  .top__sns > a {
    font-size: 2.72rem;
  }
}
.top__sns > a > img {
  margin-left: 1rem;
  width: 4.6rem;
}
@media (min-width: 751px) {
  .top__sns > a > img {
    margin-left: 1.6rem;
    width: 7.36rem;
  }
}
.top__nav {
  display: flex;
  justify-content: center;
  column-gap: 0.8rem; /* アイテム間の横の隙間 */
  padding: 1rem;
}
@media (min-width: 751px) {
  .top__nav {
    column-gap: 1.28rem;
    padding: 1.6rem;
  }
}
.top__nav > button {
  flex: 0 0 auto; /* 自動縮小しない */
}
.top__nav > button > img {
  margin-top: 1rem;
}
@media (min-width: 751px) {
  .top__nav > button > img {
    margin-top: 1.6rem;
  }
}

.contentBox__title {
  height: 10rem;
  background-color: #e60026;
  font-size: 1.62rem;
  font-weight: bold;
  line-height: 1.4;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 751px) {
  .contentBox__title {
    height: 16rem;
    font-size: 3rem;
  }
}
.contentBox__title--blue {
  background-color: #003b83;
}
.contentBox__inner {
  padding: 2.8rem 2rem 4rem;
}
@media (min-width: 751px) {
  .contentBox__inner {
    padding: 4.48rem 14% 6.4rem;
  }
}
.contentBox__inner--content_1 {
  padding: 2.8rem 2rem 1rem;
}
@media (min-width: 751px) {
  .contentBox__inner--content_1 {
    padding: 4.48rem 2.4rem 1.6rem;
  }
}
.contentBox__overview {
  text-align: left;
  font-size: 1.6rem;
  margin-bottom: 2.8rem;
  line-height: 1.7;
}
@media (min-width: 751px) {
  .contentBox__overview {
    font-size: 2.56rem;
    margin-bottom: 4.48rem;
  }
}
.contentBox__img {
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 751px) {
  .contentBox__img {
    margin-bottom: 3.2rem;
  }
}
.contentBox__img--content3 {
  margin-bottom: 3.4rem;
}
@media (min-width: 751px) {
  .contentBox__img--content3 {
    margin-bottom: 5.44rem;
  }
}
.contentBox__img--message {
  margin-top: 2.2rem;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 751px) {
  .contentBox__img--message {
    margin-top: 3.52rem;
  }
}
.contentBox__img--message > img {
  width: 100%;
}
@media (min-width: 751px) {
  .contentBox__img--message > img {
    width: 70%;
  }
}
.contentBox__notes {
  overflow-wrap: break-word;
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
  font-size: 1.4rem;
  margin-bottom: 2.4rem;
}
@media (min-width: 751px) {
  .contentBox__notes {
    font-size: 2.24rem;
    margin-bottom: 3.84rem;
  }
}
.contentBox__textBox {
  color: #003b83;
  background-color: #f1f9fc;
  font-weight: bold;
  padding: 2rem 1rem;
}
@media (min-width: 751px) {
  .contentBox__textBox {
    padding: 3.2rem 1.6rem;
  }
}
.contentBox__link {
  margin-top: 2rem;
}
@media (min-width: 751px) {
  .contentBox__link {
    margin-top: 3.2rem;
  }
}
.contentBox__button {
  text-align: center;
}

.itemBox {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 3rem;
}
@media (min-width: 751px) {
  .itemBox {
    margin-bottom: 4.8rem;
  }
}
.itemBox__title {
  width: 34rem;
  text-align: center;
  color: #e60026;
  font-size: 2rem;
  font-weight: bold;
  padding: 0.2rem 0;
  margin: 0 auto 0rem;
}
@media (min-width: 751px) {
  .itemBox__title {
    width: 55rem;
    font-size: 3.2rem;
    padding: 0.32rem 0;
    margin-bottom: 3.2rem;
  }
}
.itemBox__title--type2 {
  border: none;
  font-size: 2.1rem;
  padding: 0;
  margin: 1.1rem auto 1.7rem;
}
@media (min-width: 751px) {
  .itemBox__title--type2 {
    font-size: 3.36rem;
    margin: 3.84rem auto 4.16rem;
  }
}
.itemBox__title--type2 > p:nth-of-type(1) {
  border-bottom: solid 0.4rem #e60026;
  margin-bottom: 0.2rem;
}
@media (min-width: 751px) {
  .itemBox__title--type2 > p:nth-of-type(1) {
    margin-bottom: 0.32rem;
  }
}
.itemBox__title--type2 > p:nth-of-type(2) {
  border-bottom: solid 0.2rem #e60026;
  margin-bottom: 0.6rem;
}
@media (min-width: 751px) {
  .itemBox__title--type2 > p:nth-of-type(2) {
    margin-bottom: 0.96rem;
  }
}
.itemBox__title--type2 > p:nth-of-type(3) {
  border-bottom: solid 0.2rem #e60026;
  margin-top: 0.6rem;
}
@media (min-width: 751px) {
  .itemBox__title--type2 > p:nth-of-type(3) {
    margin-top: 0.96rem;
  }
}
.itemBox__title--type2 > p:nth-of-type(4) {
  border-bottom: solid 0.4rem #e60026;
  margin-top: 0.2rem;
}
@media (min-width: 751px) {
  .itemBox__title--type2 > p:nth-of-type(4) {
    margin-top: 0.32rem;
  }
}
.itemBox__title--stamprally {
  margin-top: 3.4rem;
}
@media (min-width: 751px) {
  .itemBox__title--stamprally {
    margin-top: 5.44rem;
  }
}
.itemBox__img {
  margin-bottom: 3rem;
}
@media (min-width: 751px) {
  .itemBox__img {
    margin-bottom: 4.8rem;
  }
}
.itemBox__text {
  text-align: center;
}
.itemBox__text > span {
  font-size: 1.2rem;
  margin-top: 0.6rem;
  display: inline-block;
}
@media (min-width: 751px) {
  .itemBox__text > span {
    font-size: 1.92rem;
    margin-top: 0.96rem;
  }
}
.itemBox__spot {
  padding-left: 1rem;
}
@media (min-width: 751px) {
  .itemBox__spot {
    padding-left: 0;
  }
}
.itemBox__subTitle {
  font-size: 1.6rem;
  font-weight: bold;
  color: #e60026;
  margin-right: auto;
  margin-bottom: 0.625rem;
}
@media (min-width: 751px) {
  .itemBox__subTitle {
    font-size: 2.56rem;
    margin-bottom: 1rem;
  }
}
.itemBox__name {
  margin-right: auto;
  color: #e73468;
  padding: 0 1rem;
}
@media (min-width: 751px) {
  .itemBox__name {
    padding: 0 1.6rem;
  }
}
.itemBox__content--print {
  padding: 0 1rem;
}
@media (min-width: 751px) {
  .itemBox__content--print {
    padding: 0 1.6rem;
  }
}
.itemBox__notes {
  padding: 2rem 0 0;
  padding-left: 1em;
  width: 100%;
  overflow-wrap: break-word;
  text-align: left;
  text-indent: -1em;
}
@media (min-width: 751px) {
  .itemBox__notes {
    padding: 3.2rem 0 0;
  }
}
.itemBox__notes--print {
  padding-left: initial;
  text-align: initial;
  text-indent: initial;
  padding-top: 1.6em;
}
@media (min-width: 751px) {
  .itemBox__notes--print {
    padding-top: 3.4rem;
  }
}
.itemBox__notes--print > li {
  margin-bottom: 2.8rem;
}
@media (min-width: 751px) {
  .itemBox__notes--print > li {
    margin-bottom: 4.48rem;
  }
}
.itemBox__notes--print > li:last-of-type {
  margin-bottom: 0;
}

.step__oneStep > p:nth-of-type(1) {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.4rem;
  color: #e60026;
}
@media (min-width: 751px) {
  .step__oneStep > p:nth-of-type(1) {
    font-size: 2.56rem;
    margin-bottom: 0.64rem;
  }
}
.step__oneStep > p:nth-of-type(2) {
  margin-bottom: 1.6rem;
}
@media (min-width: 751px) {
  .step__oneStep > p:nth-of-type(2) {
    margin-bottom: 2.56rem;
  }
}

.spot__box {
  margin-bottom: 1.4rem;
}
@media (min-width: 751px) {
  .spot__box {
    margin-bottom: 2.24rem;
  }
}
.spot__category {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  left: -0.4rem;
}
@media (min-width: 751px) {
  .spot__category {
    font-size: 2.4rem;
    left: -0.64rem;
  }
}
.spot__spots > li {
  font-size: 1.4rem;
  padding-left: 1.8em;
  text-align: left;
  text-indent: -1.8em;
}
@media (min-width: 751px) {
  .spot__spots > li {
    font-size: 2.24rem;
  }
}
.spot__notes {
  font-size: 1.4rem;
  color: #f45897;
  overflow-wrap: break-word;
  padding-left: 0em;
  text-align: left;
  text-indent: -1em;
}
@media (min-width: 751px) {
  .spot__notes {
    font-size: 2.24rem;
  }
}

.notesBox {
  height: 30rem;
  width: 100%;
  padding: 1.8rem 1rem;
  overflow-y: auto;
  border-radius: 0.7rem;
  border: solid 2px #999999;
  font-size: 1.4rem;
}
@media (min-width: 751px) {
  .notesBox {
    height: 48rem;
    padding: 2.88rem 1.6rem;
    font-size: 2.24rem;
  }
}
.notesBox::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 1rem;
}
.notesBox__overview {
  margin-bottom: 1.6rem;
}
@media (min-width: 751px) {
  .notesBox__overview {
    margin-bottom: 2.56rem;
  }
}
.notesBox__itemBox {
  margin-bottom: 1.6rem;
}
@media (min-width: 751px) {
  .notesBox__itemBox {
    margin-bottom: 2.56rem;
  }
}
.notesBox__itemName {
  margin-left: -0.6em;
}
.notesBox__content > li {
  overflow-wrap: break-word;
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}

/* stamprally */
.stamprally {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-top: 2.1rem;
}
@media (min-width: 751px) {
  .stamprally {
    margin-top: 0;
  }
}
.stamprally__img {
  margin: 0rem;
  width: 80%;
  max-width: 240px;
}
.stamprally__img--qr {
  display: none;
}
@media (min-width: 751px) {
  .stamprally__img--qr {
    display: block;
    margin-bottom: 2rem;
  }
}
.stamprally__img--comingSoonBtn {
  max-width: 380px;
}
.stamprally__button {
  display: block;
  width: 100%;
  border-radius: 5rem;
  max-width: 33rem;
  box-shadow: 0 0.6rem #e60026;
  padding: 1.7rem 0rem 1.7rem;
  margin-bottom: 2rem;
  border: 4px solid #e60026;
  background-color: #ffffff;
  color: #e60026;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
}
.stamprally__button > img {
  width: 1em;
  margin-left: 0.4rem;
  position: relative;
  top: -0.2rem;
}
.stamprally__note {
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}
@media (min-width: 751px) {
  .stamprally__note {
    font-size: 0.96em;
  }
}

/* prize */
.prize__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.8rem 0rem;
  margin-bottom: 2rem;
}
@media (min-width: 751px) {
  .prize__box {
    padding: 1.28rem 0rem;
    margin: 0 auto;
    margin-bottom: 3.2rem;
    max-width: 745px;
  }
}
.prize__box:last-of-type {
  margin-bottom: 0;
}
.prize__title {
  display: inline-block;
  text-align: center;
  border-radius: 5rem;
  background-color: #e60026;
  padding: 0.8rem 2rem;
  color: #ffffff;
  font-size: 1.8rem;
  margin-bottom: 1.4rem;
}
@media (min-width: 751px) {
  .prize__title {
    font-size: 2.88rem;
    margin-bottom: 2.24rem;
  }
}
.prize__description {
  margin-bottom: 0.8rem;
}
@media (min-width: 751px) {
  .prize__description {
    margin-bottom: 1.28rem;
  }
}
.prize__notes {
  width: 100%;
}
.prize__notes--underImg {
  font-size: 1.2rem;
}
@media (min-width: 751px) {
  .prize__notes--underImg {
    font-size: 1.92rem;
  }
}
.prize__img {
  width: 100%;
}

/* inquiry */
.inquiry {
  background-color: #e60026;
  width: 100%;
}
.inquiry__inner {
  color: #ffffff;
  margin: 0 auto;
  max-width: 320px;
  padding: 3rem 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 751px) {
  .inquiry__inner {
    width: 44%;
    min-width: 520px;
  }
}
.inquiry__text {
  font-size: 1.4rem;
  margin-top: 1.4rem;
  text-align: left;
}
@media (min-width: 751px) {
  .inquiry__text {
    font-size: 2.24rem;
    margin-top: 2.24rem;
  }
}
.inquiry__text > a {
  color: #ffffff;
  text-decoration: underline;
}
.inquiry__text--title {
  margin-top: 0;
  font-weight: bold;
  text-align: center;
  display: grid;
}
@media screen and (min-width: 751px) {
  .inquiry__text--title {
    display: initial;
    margin: 0 -66px;
  }
}
.inquiry__text--title > span {
  display: inline-block;
}
.inquiry__notes {
  font-size: 1.4rem;
  margin-top: 1.4rem;
  max-width: 30rem;
}
@media (min-width: 751px) {
  .inquiry__notes {
    font-size: 2.24rem;
    margin-top: 2.24rem;
    max-width: initial;
  }
}
.inquiry__notes > li {
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}

/* stampSpots */
.stampSpots__title {
  text-align: center;
  background-color: #333333;
  color: #ffffff;
  padding: 0.6rem;
}
@media (min-width: 751px) {
  .stampSpots__title {
    padding: 0.96rem;
  }
}
.stampSpots__content {
  background-color: #f0f0f0;
  padding: 2.1rem 1.1rem;
}
@media (min-width: 751px) {
  .stampSpots__content {
    padding: 3.36rem 1.76rem;
  }
}
.stampSpots__box {
  margin-bottom: 0.6rem;
}
@media (min-width: 751px) {
  .stampSpots__box {
    margin-bottom: 0.96rem;
  }
}
.stampSpots__box:last-of-type {
  margin-bottom: 0;
}
.stampSpots__category {
  margin-bottom: 1rem;
}
@media (min-width: 751px) {
  .stampSpots__category {
    margin-bottom: 1.6rem;
  }
}
.stampSpots__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
}
@media (min-width: 751px) {
  .stampSpots__list {
    margin-bottom: 1.6rem;
  }
}
.stampSpots__list > li {
  width: calc((100% - 1rem) / 2);
  background-color: #ffffff;
  border: 1px solid #333333;
  margin-bottom: 1.2rem;
}
@media (min-width: 751px) {
  .stampSpots__list > li {
    width: calc((100% - 1.6rem) / 2);
    margin-bottom: 1.92rem;
  }
}
.stampSpots__list > li > button {
  border: none;
  outline: none;
  padding: 0;
  appearance: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem 0.7rem;
  background-color: #ffffff;
  color: #333333;
  cursor: pointer;
  font-size: 1.3rem;
}
@media (min-width: 751px) {
  .stampSpots__list > li > button {
    padding: 1.6rem 1.12rem;
    font-size: 2.3rem;
  }
}
.stampSpots__list > li > button > img {
  height: 1rem;
  width: auto;
}
@media (min-width: 751px) {
  .stampSpots__list > li > button > img {
    height: 1.6rem;
  }
}

/* footer */
.footer {
  background-color: #000000;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
  font-size: 1.3rem;
  padding: 2.5rem 2.2rem;
}
@media (min-width: 751px) {
  .footer {
    font-size: 2.08rem;
    padding: 4rem 6.72rem;
  }
}

/* スクリーンリーダー用のスタイル */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* スクリーンリーダー用のスタイル 終わり */
/* TOPへ戻るボタン関連 */
#scroll-to-top {
  position: fixed;
  z-index: 9999;
  right: 20px;
  bottom: 20px;
  width: 70px;
  aspect-ratio: 1;
  opacity: 0; /* 初期は透明 */
  pointer-events: none; /* 非表示時はクリック無効 */
  transition: opacity 0.3s ease; /* フェードのアニメーション */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 751px) {
  #scroll-to-top {
    width: 105px;
  }
}
#scroll-to-top.show {
  opacity: 1; /* 表示時は不透明 */
  pointer-events: auto; /* クリック有効 */
}

/* TOPへ戻るボタン関連 終わり */
/* ダイアログ関連 終わり */
#dialog {
  padding: 3.6rem 1rem 4rem;
  text-align: center;
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
@media (min-width: 751px) {
  #dialog {
    padding: 3.6rem 1rem 7rem;
  }
}
#dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#closer {
  position: absolute;
  top: 6px;
  right: 15px;
  width: 20px;
  aspect-ratio: 1;
  font-size: 15px;
  color: #282c34;
  background: none;
  border: none;
  padding: 0px;
  font-size: 2.2rem;
}
#closer:hover {
  color: #4b5361;
  cursor: pointer;
}
#closer:focus-visible {
  outline: none;
}

#spot-name {
  font-size: 1.4rem;
  margin-bottom: 0.8em;
}
@media (min-width: 751px) {
  #spot-name {
    font-size: 2rem;
  }
}

#spot-link-wrap {
  font-size: 1rem;
}
@media (min-width: 751px) {
  #spot-link-wrap {
    font-size: 0.9em;
  }
}

#spot-image {
  max-width: 900px;
}

/* ダイアログ関連 終わり */
.button1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  width: 33.3333333333%;
  border-radius: 1.2rem;
  box-shadow: 0 0.5rem #b3b3b3;
  padding: 2rem 0 1.8rem;
  min-height: 10rem;
  line-height: 1.4;
  border: none;
  background-color: #e60026;
  color: #ffffff !important;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 751px) {
  .button1 {
    font-size: 2.56rem;
    padding: 3.2rem 0 2.88rem;
    min-height: 16.8rem;
    box-shadow: 0 0.8rem #b3b3b3;
  }
}
.button1--adjustPaddingTop {
  padding-top: 2.9rem;
}
@media (min-width: 751px) {
  .button1--adjustPaddingTop {
    padding-top: 4.64rem;
  }
}
.button1--blue {
  background-color: #003b83;
}
.button1 > img {
  width: 1em;
  position: relative;
}/*# sourceMappingURL=style.css.map */