@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Noto+Sans+JP:wght@100..900&display=swap");
/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
@import url("https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Noto+Sans+JP:wght@100..900&display=swap");
/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
/* 
================================================================================
class
================================================================================
*/
@import url("https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Noto+Sans+JP:wght@100..900&display=swap");
.inView {
  transition: opacity 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms, transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
}
.inView.is--stby {
  opacity: 0;
  transform: translate(0, 1em);
}

@media screen and (max-width: 980px) {
  .only-pc {
    display: none;
  }
}
.only-sp {
  display: none;
}
@media screen and (max-width: 980px) {
  .only-sp {
    display: block;
  }
  .only-sp.flex {
    display: flex;
  }
}

.keycolor {
  color: #f26822;
}

.bousai-share {
  display: flex;
  justify-content: center;
  padding: 6.6666666667vw 0;
}
.bousai-share__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.bousai-share__list li {
  margin: 0 2.6666666667vw;
}
.bousai-share__list li a {
  display: block;
  width: 10.6666666667vw;
  height: auto;
  aspect-ratio: 1/1;
}
.bousai-share__list li a i {
  display: none;
}
.bousai-share__list li[data-id=tw] a {
  background: url(../img/common/share_x_e4998535e119198a.png) center center/contain no-repeat;
}
.bousai-share__list li[data-id=fb] a {
  background: url(../img/common/share_fb_bc7b11ad935756c.png) center center/contain no-repeat;
}
.bousai-share__list li[data-id=line] a {
  background: url(../img/common/share_line_8886117a3002de0d.png) center center/contain no-repeat;
}

ul {
  position: relative;
  padding: 0;
  text-align: left;
}
ul.kome li {
  font-weight: normal;
  padding-left: 1.5em;
  line-height: 1.5;
}
ul.kome li::before {
  content: "※";
  position: absolute;
  display: inline-block;
  top: 0em;
  left: 0;
}
ul.kome li:not(:last-child) {
  margin-bottom: 1em;
}

dl.accordion {
  padding: 5.3333333333vw;
  border-radius: 5.3333333333vw;
  text-align: left;
  cursor: pointer;
}
dl.accordion dt {
  display: grid;
  align-items: center;
}
dl.accordion dt h4 {
  line-height: 2;
}
dl.accordion dt::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 4vw;
  top: 50%;
  transform: translate(0, -50%);
  width: 8vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../img/common/parts/plus_8d604f5236c7b600.png) center center/2.6666666667vw auto no-repeat #f26822;
  filter: drop-shadow(0px 0.6666666667vw rgba(0, 0, 0, 0.2));
}
dl.accordion dd {
  box-sizing: border-box;
  position: relative;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.3s ease-out;
}
dl.accordion dd .inframe {
  min-height: 0;
  transition: all 0.3s ease-out;
}
dl.accordion dd p {
  min-height: 0;
}
dl.accordion.open dt::after {
  background: url(../img/common/parts/minus_f1dd1ffa9d4777ad.png) center center/2.6666666667vw auto no-repeat #f26822;
}
dl.accordion.open dd {
  grid-template-rows: 1fr;
}

.btn-wrap {
  display: flex;
  justify-content: center;
}
.btn-wrap-item {
  min-width: 45.3333333333vw;
}
.btn-wrap-item .btn {
  width: 100%;
  text-decoration: none;
  cursor: pointer;
}
.btn-wrap-item .btn::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 6.6666666667vw;
}
.btn-wrap-item .btn-inwrap {
  position: relative;
  min-height: 16vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333333;
  color: #fff;
  margin: auto;
  padding: 0;
  border-radius: 8vw;
  font-size: 4vw;
  text-decoration: none;
  transform: translateY(-1.3333333333vw);
  transition: background-color 300ms ease;
}
.btn-wrap-item .btn-inwrap span {
  display: inline-block;
  padding-right: 4.2666666667vw;
  transform: translateX(0vw);
}
.btn-wrap-item .btn-inwrap.small {
  min-height: 13.3333333333vw;
  transform: translateY(-0.5333333333vw);
}
.btn-wrap-item .btn-inwrap.small::after {
  width: 5.3333333333vw !important;
}
.btn-wrap-item .btn:hover .btn-inwrap {
  background-color: #555;
}
.btn-wrap-item .btn.arrow-right .btn-inwrap span, .btn-wrap-item .btn.arrow-down .btn-inwrap span, .btn-wrap-item .btn.arrow-plus .btn-inwrap span, .btn-wrap-item .btn.arrow-minus .btn-inwrap span {
  padding-right: 5.3333333333vw;
}
.btn-wrap-item .btn.arrow-right .btn-inwrap::after, .btn-wrap-item .btn.arrow-down .btn-inwrap::after, .btn-wrap-item .btn.arrow-plus .btn-inwrap::after, .btn-wrap-item .btn.arrow-minus .btn-inwrap::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 4vw;
  top: 50%;
  transform: translate(0, -50%);
  width: 8vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../img/common/parts/arrow_right_82881116c6768dea.png) center center/contain no-repeat;
  background-color: #f26822;
}
.btn-wrap-item .btn.arrow-down .btn-inwrap::after {
  content: "";
  background: url(../img/common/parts/arrow_right_82881116c6768dea.png) center center/contain no-repeat;
  background-color: #f26822;
  transform: translate(-50%, -50%) rotate(90deg);
}
.btn-wrap-item .btn.arrow-plus .btn-inwrap::after {
  content: "";
  background: url(../img/common/parts/plus_8d604f5236c7b600.png) center center/2.6666666667vw auto no-repeat;
  background-color: #f26822;
}
.btn-wrap-item .btn.arrow-minus .btn-inwrap::after {
  content: "";
  background: url(../img/common/parts/minus_f1dd1ffa9d4777ad.png) center center/2.6666666667vw auto no-repeat;
  background-color: #f26822;
}
.btn-wrap-item .btn.icon-map .btn-inwrap {
  min-height: 10.6666666667vw;
  border-radius: 5.3333333333vw;
  transform: translateY(-0.6666666667vw);
}
.btn-wrap-item .btn.icon-map .btn-inwrap::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 7.3333333333vw;
  top: 50%;
  transform: translate(0, -50%);
  width: 2vw;
  aspect-ratio: 1/1;
  background: url(../img/common/parts/icon_blank_5ba2277e815b0130.png) center center/contain no-repeat;
}
.btn-wrap-item .btn.icon-map .btn-inwrap span {
  font-size: 3.2vw;
  font-weight: normal;
}
.btn-wrap-item .btn.icon-map .btn-inwrap span::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -4.5333333333vw;
  top: 50%;
  transform: translate(0%, -50%);
  width: 4.5333333333vw;
  aspect-ratio: 34/40;
  background: url(../img/common/parts/icon_map_f4b4d9563bd99970.png) center center/contain no-repeat;
}
.btn-wrap-item.line .btn-inwrap {
  border: solid 0.5333333333vw #436aa4;
  background-color: #fff;
  color: #436aa4;
}
.btn-wrap-item.attention .btn {
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0px 1.3333333333vw rgba(0, 0, 0, 0.2));
}
.btn-wrap-item.attention .btn::before {
  display: none;
}
.btn-wrap-item.attention .btn-inwrap {
  position: relative;
  width: 32.1333333333vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: #333333;
  font-size: 4vw;
  background: url(../img/common/parts/attention_button_6338471dd4b43947.png) center center/contain no-repeat;
  height: 100%;
}
.btn-wrap-item.attention .btn-inwrap span {
  padding: 0;
  line-height: 1.3;
  letter-spacing: 0;
}
.btn-wrap-item.attention .btn-inwrap::after {
  top: auto !important;
  right: auto !important;
  left: 50% !important;
  bottom: 2.6666666667vw !important;
  transform: translate(-50%, 0) !important;
  background: url(../img/common/parts/arrow_down_b8afc8f2019fb054.png) center 2.6666666667vw/2.9333333333vw auto no-repeat #f26822 !important;
}

.qa-item {
  margin-bottom: 10.6666666667vw;
  padding: 7.3333333333vw 0vw !important;
  border: solid 0.8vw #436aa4;
  font-size: 4vw;
}
.qa-item:last-child {
  margin-bottom: 0vw;
}
.qa-item dt {
  grid-template-columns: 1fr;
  padding: 0vw 9.3333333333vw !important;
  color: #436aa4;
}
.qa-item dt h4 {
  position: absolute;
  top: -10.9333333333vw;
  left: 5.3333333333vw;
  padding: 0 1.3333333333vw;
  background-color: #eff0eb;
}
.qa-item dt h4 img {
  width: auto;
  height: 5.3333333333vw;
}
.qa-item dd {
  padding: 0vw 5.3333333333vw !important;
}
.qa-item dd .inframe p {
  padding-top: 8vw;
  font-size: 3.2vw;
  font-weight: normal;
  margin-bottom: 0;
}

.bgbox {
  padding: 8vw;
  border-radius: 5.3333333333vw;
  background-color: #fff;
  margin-bottom: 13.3333333333vw;
  text-align: left;
}
.bgbox.yellow {
  background-color: #fff2bc;
}
.bgbox.gray {
  background-color: #f1f1f1;
  padding: 0;
}
.bgbox.gray dl {
  margin: 0;
}
.cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5.3333333333vw 4vw;
}
.cards-item {
  position: relative;
  width: 100%;
  perspective: 1000px;
  cursor: pointer;
  filter: drop-shadow(0px 1.3333333333vw rgba(0, 0, 0, 0.2));
}
.cards-item-inner {
  position: relative;
  width: 100%;
  height: calc(100% + 1.3333333333vw);
  transform-style: preserve-3d;
  transition: transform 0.5s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.cards-item-inner::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  aspect-ratio: 300/554;
  width: 100%;
  bottom: 0vw;
  opacity: 0.2;
}
.cards-item-body {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-items: flex-start;
  justify-content: center;
  padding: 31.3333333333vw 4vw 4vw;
  width: 100%;
  aspect-ratio: 300/488;
  font-size: 20px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  color: #333333;
  transition: top 300ms ease;
}
.cards-item-body-icon {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 300/488;
}
.cards-item-body-text {
  background-color: #ffd900;
  color: #333333;
  padding: 3.3333333333vw 0vw 0vw;
  width: 100%;
  height: 100%;
  border-radius: 0.6666666667vw;
  font-size: 3.2vw;
  line-height: 1.5;
  display: block;
  align-items: flex-start;
  justify-content: center;
}
.cards-item-body-text::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 2.6666666667vw;
  transform: translate(-50%, 0%);
  width: 6.6666666667vw;
  height: 5.3333333333vw;
  background: url(../img/contents/tips/tag_open_54e2b762ce951b4b.png) center center/contain no-repeat;
}
.cards-item-back {
  transform: rotateY(180deg);
  position: absolute !important;
  top: 0;
  left: 0;
  text-align: left;
}
.cards-item.is-open {
  z-index: 9000;
  max-height: 312.5rem;
}
.cards-item.is-open .cards-item-inner {
  transform: rotateY(180deg) scale(1.35);
}
.boxlinks-item {
  background-color: #fff;
  border-radius: 8vw;
  padding: 0vw;
}
.boxlinks-item:not(:last-child) {
  margin-bottom: 20vw;
}
.boxlinks-item > dt {
  border-radius: 2.6666666667vw 2.6666666667vw 0 0;
}
.boxlinks-item > dt img {
  margin-top: -16vw;
  margin-bottom: 4vw;
}
.boxlinks-item > dt h3 {
  margin: 0 4vw;
  margin-bottom: 0 !important;
}
.boxlinks-item > dd {
  padding: 10.6666666667vw 4vw 16vw;
}
.boxlinks-item > dd .dataunit {
  display: grid;
  grid-template-columns: 18.6666666667vw 1fr;
  grid-gap: 8vw 2.6666666667vw;
  margin-bottom: 8vw;
}
.boxlinks-item > dd .dataunit dd {
  text-align: left;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  align-content: flex-start;
  padding-right: 4vw;
}
.boxlinks-item > dd .dataunit dd h4 {
  color: #f26822;
  font-size: 4vw;
  margin-bottom: 1.3333333333vw;
}
.boxlinks-item > dd .dataunit dd p {
  font-size: 3.2vw;
}
.boxlinks-item > dd .btn-wrap {
  width: 100%;
}
.boxlinks-item > dd .btn-wrap-item {
  width: 100%;
}
.boxlinks-item > dd .btn-wrap .btn {
  font-size: 4vw;
}
.boxlinks-item:nth-of-type(2) > dt img {
  margin-top: -13.3333333333vw;
  width: 61.3333333333vw;
}

.attention-scrolldown {
  position: absolute;
  bottom: 12vw;
  left: 50%;
  width: fit-content;
  height: fit-content;
  transform: translate(-50%, -100%);
  transition: opacity 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms, transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
}
.attention-scrolldown-contents {
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/common/parts/scroll_410522ff62cebcf.png) center 4.2666666667vw/10.4vw auto no-repeat #fff;
}
.attention-scrolldown-contents span {
  display: none;
}
.attention-scrolldown-contents::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 1.0666666667vw;
  transform: translate(-50%, 0%);
  width: 3.2vw;
  height: 3.7333333333vw;
  background: url(../img/common/parts/arrow_down_double_color_703444c03c289ae5.png) center center/contain no-repeat;
  animation: arrow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite alternate;
}

.brand-ribbon {
  position: relative;
  width: 100%;
  height: 10.6666666667vw;
  background: url(../img/common/aglogo_634f6a5cb86e9521.png) center 3.3333333333vw/auto 4.6666666667vw no-repeat #fff;
}

.belt {
  position: relative;
  width: 100%;
  height: 13.3333333333vw;
  background-color: #436aa4;
  border-top: solid 1.3333333333vw #f26822;
  border-bottom: solid 1.3333333333vw #f26822;
}
.belt span {
  display: flex;
  width: max-content;
  height: 100%;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  animation: scroll-left 100s infinite linear 0.5s both;
}
.belt span:nth-of-type(2) {
  animation-name: scroll-left2;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes scroll-left2 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes scroll-down {
  from {
    transform: translate(-50%, 20%);
  }
  to {
    transform: translate(-50%, 0%);
  }
}
@keyframes arrow {
  0% {
    transform: translate3d(-50%, 0%, 0);
  }
  100% {
    transform: translate3d(-50%, -30%, 0);
  }
}
.cloud-wrap {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140%;
  height: 100%;
  overflow: hidden;
}
.cloud-item {
  position: absolute !important;
  left: 0%;
  width: 6.25rem;
  will-change: transform;
  backface-visibility: hidden;
}
.cloud-item span {
  display: block;
  width: 100%;
  aspect-ratio: 105/60;
  background: url(../img/contents/qa/cloud_61b010efaeb63a65.png) center center/100% 100% no-repeat;
  will-change: transform;
}

@media screen and (min-width: 980px) {
  .bousai-share {
    padding: 3.125rem 0;
  }
  .bousai-share__list li {
    margin: 0 1.25rem;
  }
  .bousai-share__list li a {
    width: 2.5rem;
  }
  dl.accordion {
    padding: 2.5rem;
    border-radius: 2.5rem;
  }
  dl.accordion dt::after {
    right: 1.875rem;
    width: 2.5rem;
    background: url(../img/common/parts/plus_8d604f5236c7b600.png) center center/0.9375rem auto no-repeat #f26822;
    filter: drop-shadow(0px 0.3125rem rgba(0, 0, 0, 0.2));
  }
  dl.accordion dt:hover span {
    filter: brightness(120%);
  }
  dl.accordion.open dt::after {
    background: url(../img/common/parts/minus_f1dd1ffa9d4777ad.png) center center/0.9375rem auto no-repeat #f26822;
  }
  .btn-wrap-item {
    min-width: 15rem;
  }
  .btn-wrap-item .btn::before {
    border-radius: 3.125rem;
  }
  .btn-wrap-item .btn-inwrap {
    min-height: 4.375rem;
    border-radius: 3.125rem;
    font-size: 1.3125rem;
    transform: translateY(-0.3125rem);
  }
  .btn-wrap-item .btn-inwrap span {
    padding-right: 1.875rem;
  }
  .btn-wrap-item .btn-inwrap.small {
    min-height: 4.375rem;
    transform: translateY(-0.25rem);
  }
  .btn-wrap-item .btn-inwrap.small span {
    padding-right: 1.875rem !important;
  }
  .btn-wrap-item .btn-inwrap.small::after {
    width: 1.875rem !important;
  }
  .btn-wrap-item .btn.arrow-right .btn-inwrap span, .btn-wrap-item .btn.arrow-down .btn-inwrap span, .btn-wrap-item .btn.arrow-plus .btn-inwrap span, .btn-wrap-item .btn.arrow-minus .btn-inwrap span {
    padding-right: 1.875rem !important;
  }
  .btn-wrap-item .btn.arrow-right .btn-inwrap::after, .btn-wrap-item .btn.arrow-down .btn-inwrap::after, .btn-wrap-item .btn.arrow-plus .btn-inwrap::after, .btn-wrap-item .btn.arrow-minus .btn-inwrap::after {
    content: "";
    right: 1.25rem;
    width: 1.875rem;
  }
  .btn-wrap-item .btn.arrow-down .btn-inwrap::after {
    content: "";
  }
  .btn-wrap-item .btn.arrow-plus .btn-inwrap::after {
    content: "";
    background: url(../img/common/parts/plus_8d604f5236c7b600.png) center center/0.9375rem auto no-repeat #f26822;
  }
  .btn-wrap-item .btn.arrow-minus .btn-inwrap::after {
    content: "";
    background: url(../img/common/parts/minus_f1dd1ffa9d4777ad.png) center center/0.9375rem auto no-repeat #f26822;
  }
  .btn-wrap-item .btn.icon-map {
    width: 15rem;
  }
  .btn-wrap-item .btn.icon-map .btn-inwrap {
    min-height: 3.125rem;
    border-radius: 1.5625rem;
    transform: translateY(-0.3125rem);
  }
  .btn-wrap-item .btn.icon-map .btn-inwrap::after {
    content: "";
    right: 0.9375rem !important;
    width: 0.75rem !important;
  }
  .btn-wrap-item .btn.icon-map .btn-inwrap span {
    font-size: 1.05rem;
    padding-right: 0;
  }
  .btn-wrap-item .btn.icon-map .btn-inwrap span::before {
    left: -1.5625rem;
    width: 1.25rem;
  }
  .btn-wrap-item.line .btn-inwrap {
    border: solid 0.25rem #436aa4;
  }
  .btn-wrap-item.attention .btn {
    filter: drop-shadow(0px 0.625rem rgba(0, 0, 0, 0.2));
  }
  .btn-wrap-item.attention .btn-inwrap {
    width: 9.625rem;
    font-size: 1.1875rem;
  }
  .btn-wrap-item.attention .btn-inwrap::after {
    width: 1.875rem !important;
    bottom: 0.875rem !important;
    background: url(../img/common/parts/arrow_down_b8afc8f2019fb054.png) center 0.6875rem/1rem auto no-repeat #f26822 !important;
  }
  .qa {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3.4375rem 2.5rem;
  }
  .qa-item {
    margin-bottom: 0rem;
    padding: 2.1875rem 0rem 2.1875rem !important;
    border: solid 0rem #436aa4;
    font-size: 1.875rem;
    transition: all 0.3s ease-out;
  }
  .qa-item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10.625rem;
    border: solid 0.1875rem #436aa4;
    border-radius: 2.5rem;
    transition: all 0.3s ease-out;
  }
  .qa-item.open::before {
    height: 100%;
  }
  .qa-item.img-show dd .inframe p {
    opacity: 1;
  }
  .qa-item.img-show dd .inframe p img {
    opacity: 1;
  }
  .qa-item dt {
    padding: 0rem 5rem 0rem 1.875rem !important;
    font-size: 1.3125rem;
    height: 6.25rem;
  }
  .qa-item dt h4 {
    top: -3.5625rem;
    left: 1.5625rem;
    padding: 0 0.625rem;
  }
  .qa-item dt h4 img {
    height: 2rem;
  }
  .qa-item dd {
    overflow: hidden;
    padding: 0rem 1.875rem 0rem !important;
  }
  .qa-item dd .inframe {
    padding-bottom: 1.875rem;
  }
  .qa-item dd .inframe p {
    padding-top: 2.5rem;
    font-size: 1.125rem;
    font-weight: normal;
    margin-bottom: 0;
    opacity: 0;
    transition: all 0.2s ease;
  }
  .qa-item dd .inframe img {
    opacity: 0;
    transition: all 0.2s ease;
  }
  .bgbox {
    padding: 3.75rem;
    border-radius: 2.5rem;
    margin-bottom: 6.25rem;
  }
  .cards {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2.5rem 2.8125rem;
  }
  .cards-item {
    filter: drop-shadow(0px 0.4375rem rgba(0, 0, 0, 0.2));
  }
  .cards-item:hover .cards-item-body-text {
    color: #555;
  }
  .cards-item:hover .cards-item-body-text::after {
    opacity: 0.7;
  }
  .cards-item-inner {
    height: calc(100% + 0.625rem);
  }
  .cards-item-body {
    padding: 78% 10% 10%;
  }
  .cards-item-body-text {
    padding: 1.5625rem 0.9375rem 0rem;
    border-radius: 0.3125rem;
    font-size: 0.9375rem;
  }
  .cards-item-body-text::after {
    bottom: 5%;
    width: 20%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .boxlinks-item {
    border-radius: 3.75rem;
    padding: 0rem;
  }
  .boxlinks-item:not(:last-child) {
    margin-bottom: 9.375rem;
  }
  .boxlinks-item > dt {
    border-radius: 1.25rem 1.25rem 0 0;
  }
  .boxlinks-item > dt img {
    margin-top: -7.5rem;
    margin-bottom: 1.875rem;
  }
  .boxlinks-item > dt h3 {
    margin: 0 1.875rem;
  }
  .boxlinks-item > dd {
    padding: 1.875rem 1.875rem 3.75rem;
  }
  .boxlinks-item > dd .dataunit {
    grid-template-columns: 6.25rem 1fr !important;
    grid-gap: 3.75rem 1.875rem;
    margin-bottom: 3.75rem;
  }
  .boxlinks-item > dd .dataunit dt {
    min-height: 12.5rem;
  }
  .boxlinks-item > dd .dataunit dd {
    padding-right: 0;
  }
  .boxlinks-item > dd .dataunit dd h4 {
    font-size: 1.875rem;
    margin-bottom: 0.625rem;
  }
  .boxlinks-item > dd .dataunit dd p {
    font-size: 1.5rem;
  }
  .boxlinks-item > dd .btn-wrap .btn {
    font-size: 1.875rem;
  }
  .boxlinks-item:nth-of-type(2) > dt img {
    margin-top: -6.25rem;
    width: 28.75rem;
  }
  .attention-scrolldown {
    bottom: 1.875rem;
  }
  .attention-scrolldown-contents {
    width: 4.375rem;
    height: 4.375rem;
    background: url(../img/common/parts/scroll_410522ff62cebcf.png) center 1.375rem/3.375rem auto no-repeat #fff;
  }
  .attention-scrolldown-contents::after {
    bottom: 0.5rem;
    width: 1.125rem;
    height: 1.25rem;
  }
  .brand-ribbon {
    height: 3.125rem;
    background: url(../img/common/aglogo_634f6a5cb86e9521.png) center 1rem/auto 1.375rem no-repeat #fff;
  }
  .belt {
    height: 4.375rem;
    border-top: solid 0.4375rem #f26822;
    border-bottom: solid 0.4375rem #f26822;
  }
}
/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
/* 
================================================================================
body
================================================================================
*/
html.is-modal-open.notTouchDevice .mainContent {
  width: calc(100% - 15px);
  overflow: hidden;
}

/* 
================================================================================
body
================================================================================
*/
@media screen and (max-width: 1199px) {
  #disasterSubBoard {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 980px) {
  #disasterSubBoard {
    margin-top: 44px !important;
  }
}

.contArea {
  width: 100%;
  max-width: none !important;
  padding: 0 !important;
}

.mainContent {
  width: 100%;
  background-color: #faf2da;
  font-family: "Google Sans", "noto-sans-cjk-jp", sans-serif;
  font-feature-settings: "palt";
  font-weight: bold;
  line-height: 2;
}
.mainContent-wrap {
  position: relative;
  overflow: hidden;
  min-height: 2500px;
}
.mainContent-page-body {
  position: relative;
}

/* 
================================================================================
contents
================================================================================
*/
.bousai-section {
  overflow-anchor: none;
  position: relative;
  padding-top: 24vw;
  padding-bottom: 24vw;
  line-height: 2;
}
.bousai-section * {
  position: relative;
  font-weight: bold;
}
.bousai-section a, .bousai-section a:link, .bousai-section a:active, .bousai-section a:visited {
  text-decoration: none;
  color: #f26822;
}
.bousai-section img {
  max-width: 100%;
}
.bousai-section h2, .bousai-section h3, .bousai-section h4 {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.bousai-section h2 {
  font-size: 5.3333333333vw;
}
.bousai-section h3 {
  font-size: 4vw;
}
.bousai-section h4 {
  font-size: 2.6666666667vw;
}
.bousai-section.bg {
  background-color: #fdefe6;
}
.bousai-section.bg-orange {
  background-color: #f26822;
}
.bousai-section.bg-white {
  background-color: #fff;
}
.bousai-section-frame {
  width: 84vw;
  max-width: 61.25rem;
  margin: auto;
  text-align: center;
}
.bousai-section#bousai-kv {
  padding: 0;
  height: 90dvh;
  max-height: 158.9333333333vw;
  background-color: #f7f0dd;
  display: grid;
  grid-template-rows: 1fr auto;
}
.bousai-section#bousai-kv .grid-item {
  position: relative;
  transition: opacity 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms, transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
}
.bousai-section#bousai-kv .grid-item:nth-of-type(1) {
  position: relative;
}
.bousai-section#bousai-kv .grid-item:nth-of-type(1)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/contents/visual/bg_sp_a3635a8380a11832.png) center center/cover no-repeat;
  transition: opacity 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms, transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  transition-duration: 800ms;
  pointer-events: none;
}
.bousai-section#bousai-kv .grid-item:nth-of-type(1)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/contents/visual/bg_sp_logo_b3239e6809fdd8a3.png) center center/cover no-repeat;
  transition: opacity 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms, transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  transition-duration: 500ms;
  transition-delay: 300ms;
  pointer-events: none;
}
.bousai-section#bousai-kv .bousai-section-frame {
  height: 100%;
}
.bousai-section#bousai-kv .logo {
  display: none;
  position: absolute;
  left: 50%;
  top: 64vw;
  transform: translate(-53%, -50%);
  width: 84vw;
  height: auto;
  transition: opacity 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms, transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  transition-duration: 500ms;
  transition-delay: 300ms;
}
.bousai-section#bousai-kv .btn-wrap {
  position: absolute;
  bottom: 8vw;
  right: -2.6666666667vw;
  width: fit-content;
  transition: opacity 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms, transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  transition-delay: 1500ms;
}
.bousai-section#bousai-kv .btn-wrap-item {
  min-width: inherit !important;
}
.bousai-section#bousai-kv .btn-wrap-item .btn-inwrap span {
  display: inline-block;
  line-height: 1.4;
  padding: 0;
}
.bousai-section#bousai-kv .btn-wrap-item .btn-inwrap::after {
  width: 6.6666666667vw;
}
.bousai-section#bousai-kv .attention-scrolldown {
  bottom: 2.6666666667vw;
  transition-delay: 1500ms;
}
.bousai-section#bousai-kv.is--stby .grid-item:nth-of-type(1)::before {
  opacity: 0;
  transform: scale(1.1);
}
.bousai-section#bousai-kv.is--stby .grid-item:nth-of-type(1)::after {
  opacity: 0;
  transform: scale(0.9);
}
.bousai-section#bousai-kv.is--stby .grid-item:nth-of-type(2) {
  opacity: 0;
}
.bousai-section#bousai-kv.is--stby .logo {
  opacity: 0;
  transform: translate(-53%, -50%) scale(0.9);
}
.bousai-section#bousai-kv.is--stby .btn-wrap {
  opacity: 0;
}
.bousai-section#bousai-kv.is--stby .attention-scrolldown {
  opacity: 0;
}
.bousai-section#bousai-statement {
  padding-top: 21.3333333333vw;
  padding-bottom: 24vw;
}
.bousai-section#bousai-statement .menuindex {
  margin-bottom: 13.3333333333vw;
}
.bousai-section#bousai-statement .menuindex .btn-wrap {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-gap: 4vw;
}
.bousai-section#bousai-statement .menuindex .btn-wrap .btn-wrap-item .btn-inwrap {
  width: 80vw;
}
.bousai-section#bousai-statement .read {
  font-size: 4.6666666667vw;
  margin: auto;
}
.bousai-section#bousai-qa {
  position: relative;
  contain: layout paint style;
  will-change: transform;
  transform: translateZ(0);
  overflow: hidden;
  padding-top: 30vw;
  background: url(../img/contents/qa/bg_map_sp_dccd6b85dc62c6a2.png) center top/100% auto repeat #fdefe6;
}
.bousai-section#bousai-qa .binder {
  background-color: #436aa4;
  border-radius: 4vw;
  padding: 2.6666666667vw;
}
.bousai-section#bousai-qa .binder::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -6.4vw;
  transform: translate(-50%, 0%);
  width: 37.7333333333vw;
  height: 12.2666666667vw;
  background: url(../img/contents/qa/binder_clip_f41684c9d0142f9.png) center bottom/contain no-repeat;
}
.bousai-section#bousai-qa .binder-frame {
  background-color: #eff0eb;
  border-radius: 0.6666666667vw;
  padding: 19.3333333333vw 4vw 8vw;
}
.bousai-section#bousai-qa .binder h2 {
  width: 62.9333333333vw;
  margin-bottom: 6.6666666667vw;
}
.bousai-section#bousai-qa .binder h3 {
  margin-bottom: 2vw;
  color: #436aa4;
  text-align: left;
}
.bousai-section#bousai-qa .binder h3 .point {
  color: #f26822;
}
.bousai-section#bousai-qa .binder .read {
  text-align: left;
  font-size: 3.2vw;
  margin-bottom: 13.3333333333vw;
  font-weight: normal;
}
.bousai-section#bousai-qa .binder .btn-wrap .btn {
  width: 45.3333333333vw;
}
.bousai-section#bousai-qa .binder .btn-wrap .btn .btn-inwrap span {
  padding-right: 4vw;
}
.bousai-section#bousai-qa .binder .btn-wrap .btn .btn-inwrap::after {
  right: 3.6vw;
}
.bousai-section#bousai-lifeline {
  padding-top: 26.6666666667vw;
  padding-bottom: 26.6666666667vw;
  position: relative;
  background: url(../img/contents/lifeline/bg_sp_fa6b9c4fa259163d.png) center 4vw/10.6666666667vw auto;
}
.bousai-section#bousai-lifeline::before, .bousai-section#bousai-lifeline::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: solid 0.5333333333vw #e3e2e1;
  height: 4vw;
  background-color: #f6f5f4;
  position: absolute;
  top: 0;
  left: 0;
}
.bousai-section#bousai-lifeline::after {
  top: auto;
  bottom: 0;
  border-top: solid 0.5333333333vw #e3e2e1;
  border-bottom: 0;
}
.bousai-section#bousai-lifeline h2 {
  border-left: solid 1.3333333333vw #f26822;
  padding-left: 2.6666666667vw;
  margin-bottom: 8vw;
}
.bousai-section#bousai-lifeline h2 img {
  height: 19.7333333333vw;
}
.bousai-section#bousai-lifeline .read {
  position: relative;
  padding: 6.6666666667vw 10.6666666667vw;
  text-align: left;
  line-height: 2;
  margin-bottom: 6.6666666667vw;
}
.bousai-section#bousai-lifeline .read span {
  position: absolute;
  left: 0;
  width: 100%;
}
.bousai-section#bousai-lifeline .read span::before, .bousai-section#bousai-lifeline .read span::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12vw;
  height: 12.2666666667vw;
  border: solid 0.6666666667vw #333333;
  border-radius: 4vw 0 0 0;
  border-right: 0;
  border-bottom: 0;
}
.bousai-section#bousai-lifeline .read span:nth-of-type(1) {
  top: 0;
}
.bousai-section#bousai-lifeline .read span:nth-of-type(1)::before {
  top: 0;
  left: 0;
}
.bousai-section#bousai-lifeline .read span:nth-of-type(1)::after {
  top: 0;
  right: 0;
  transform: rotate(90deg);
}
.bousai-section#bousai-lifeline .read span:nth-of-type(2) {
  bottom: 0;
}
.bousai-section#bousai-lifeline .read span:nth-of-type(2)::before {
  bottom: 0;
  left: 0;
  transform: rotate(270deg);
}
.bousai-section#bousai-lifeline .read span:nth-of-type(2)::after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.bousai-section#bousai-lifeline .profile {
  margin-bottom: 8vw;
}
.bousai-section#bousai-lifeline .profile dt {
  display: grid;
  grid-template-columns: 18.6666666667vw 1fr;
  grid-gap: 2.6666666667vw;
  align-items: center;
  margin-bottom: 2.6666666667vw;
}
.bousai-section#bousai-lifeline .profile dt h4 {
  font-size: 3.2vw;
  margin-bottom: 1.3333333333vw;
}
.bousai-section#bousai-lifeline .profile dt h4 small {
  font-size: 0.8em;
}
.bousai-section#bousai-lifeline .profile dt p {
  font-size: 2.4vw;
}
.bousai-section#bousai-lifeline .profile dd p {
  line-height: 2;
  font-weight: normal !important;
  font-size: 2.4vw;
}
.bousai-section#bousai-lifeline .kadai {
  padding: 0 !important;
  background-color: transparent;
  border: solid 0.8vw #333333;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  margin-bottom: 4vw;
}
.bousai-section#bousai-lifeline .kadai::before, .bousai-section#bousai-lifeline .kadai::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.8vw;
  left: 0;
  width: 100%;
  height: 0.2666666667vw;
  background-color: #333333;
}
.bousai-section#bousai-lifeline .kadai::after {
  top: auto;
  bottom: 0.8vw;
}
.bousai-section#bousai-lifeline .kadai dl {
  padding: 5.3333333333vw 4vw;
}
.bousai-section#bousai-lifeline .kadai dl dt {
  color: #436aa4;
  padding-right: 5.3333333333vw;
}
.bousai-section#bousai-lifeline .kadai dl dt h4 {
  font-size: 4.8vw;
}
.bousai-section#bousai-lifeline .kadai dl dt::after {
  right: 0rem;
}
.bousai-section#bousai-lifeline .kadai dl dd {
  font-size: 4vw;
  line-height: 2;
}
.bousai-section#bousai-lifeline .kadai dl dd p {
  margin-bottom: 2em;
  font-weight: normal;
}
.bousai-section#bousai-lifeline .kadai dl dd p:first-child {
  padding-top: 6.6666666667vw;
}
.bousai-section#bousai-products .pop {
  border: solid 0.5333333333vw #f26822;
  width: fit-content;
  height: 12.2666666667vw;
  border-radius: 6.1333333333vw;
  padding: 0 6.6666666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.8vw;
  color: #f26822;
  margin: 0 auto 8vw;
}
.bousai-section#bousai-products .pop span {
  display: inline-block;
  transform: translateY(-0.05em);
}
.bousai-section#bousai-products p {
  font-size: 4vw;
  line-height: 1.5;
  color: #f26822;
}
.bousai-section#bousai-products .read {
  margin-bottom: 8vw;
}
.bousai-section#bousai-products .read img {
  width: auto;
  height: 15.2vw;
  margin: 0 auto;
}
.bousai-section#bousai-products h2 {
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-gap: 8vw;
  line-height: 0.9;
  margin-bottom: 13.3333333333vw;
  font-size: 8vw;
}
.bousai-section#bousai-products h2 span:nth-of-type(2)::before, .bousai-section#bousai-products h2 span:nth-of-type(2)::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 13.3333333333vw;
  height: 0.2vw;
  background: #333333;
}
.bousai-section#bousai-products h2 span:nth-of-type(2)::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.bousai-section#bousai-products h2 span:nth-of-type(2)::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.bousai-section#bousai-products h2 span:nth-of-type(2) small {
  display: none;
}
.bousai-section#bousai-products h2 + p {
  background-color: #c00;
  margin-bottom: 6.6666666667vw;
}
.bousai-section#bousai-products .images {
  margin-bottom: 4vw;
  display: flex;
}
.bousai-section#bousai-products .images-item img {
  max-width: 100%;
}
.bousai-section#bousai-products .banner {
  padding-top: 6.6666666667vw;
  width: 85.3333333333vw;
  margin: 0 auto 4vw;
}
.bousai-section#bousai-products .starmark {
  display: inline-block;
  font-size: 2.1333333333vw;
  transform: translateY(-1em);
}
.bousai-section#bousai-products .starmark-detail {
  font-size: 2.1333333333vw;
  font-weight: normal;
  margin-bottom: 13.3333333333vw;
  line-height: 1.5;
}
.bousai-section#bousai-products .unit-item:nth-of-type(1) p {
  margin-bottom: 6.6666666667vw;
}
.bousai-section#bousai-products .unit-item:nth-of-type(2) p {
  margin-bottom: 0vw;
}
.bousai-section#bousai-products .unit-item:nth-of-type(2) .starmark-detail {
  margin-bottom: 0;
}
.bousai-section#bousai-tips {
  position: relative;
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
}
.bousai-section#bousai-tips .bousai-section-frame {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: none;
}
.bousai-section#bousai-tips .tips {
  background-color: #f18e2c;
  color: #fff;
  padding: 18.6666666667vw 8vw 40vw;
  border-radius: 13.3333333333vw 13.3333333333vw 0 0;
}
.bousai-section#bousai-tips .tips::before {
  content: "";
  display: block;
  width: calc(100% - 8vw);
  height: calc(100% - 8vw);
  position: absolute;
  top: 4vw;
  left: 50%;
  transform: translate(-50%, 0);
  border: solid 0.9333333333vw #ffd900;
  border-radius: 9.3333333333vw;
  z-index: 1;
  pointer-events: none;
}
.bousai-section#bousai-tips .tips h2 {
  text-align: left;
  z-index: 3;
  width: 69.3333333333vw;
  margin: 0 auto 6.6666666667vw;
}
.bousai-section#bousai-tips .tips h2 img {
  width: auto;
  height: 29.8666666667vw;
}
.bousai-section#bousai-tips .tips h3 {
  margin-bottom: 14.6666666667vw;
  font-size: 5.3333333333vw;
  line-height: 1.5;
  z-index: 2;
}
.bousai-section#bousai-tips .tips h3 .point {
  color: #ffd900;
}
.bousai-section#bousai-tips .tips .belt {
  position: absolute;
  width: 100%;
  top: 66.6666666667vw;
  left: 0;
  height: 15.3333333333vw;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  z-index: 1;
}
.bousai-section#bousai-tips .tips .belt:nth-of-type(2) {
  top: auto;
  bottom: 22.6666666667vw;
}
.bousai-section#bousai-tips .tips .cards {
  z-index: 5;
  margin-bottom: 8vw;
}
.bousai-section#bousai-tips .tips .cards-item:nth-child(10), .bousai-section#bousai-tips .tips .cards-item:nth-child(11), .bousai-section#bousai-tips .tips .cards-item:nth-child(12), .bousai-section#bousai-tips .tips .cards-item:nth-child(13), .bousai-section#bousai-tips .tips .cards-item:nth-child(14), .bousai-section#bousai-tips .tips .cards-item:nth-child(15), .bousai-section#bousai-tips .tips .cards-item:nth-child(16), .bousai-section#bousai-tips .tips .cards-item:nth-child(17), .bousai-section#bousai-tips .tips .cards-item:nth-child(18) {
  display: none;
}
.bousai-section#bousai-tips .tips .cards.is--open .cards-item {
  display: flex;
}
.bousai-section#bousai-goods {
  position: relative;
  background-color: transparent;
  z-index: 3;
  padding-top: 0;
  margin-top: -17.3333333333vw;
  padding-bottom: 0;
}
.bousai-section#bousai-goods .bousai-section-frame {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: none;
}
.bousai-section#bousai-goods .goods {
  background-color: #dedede;
  background-image: linear-gradient(-90deg, transparent 50%, #fff 50%), linear-gradient(transparent 50%, #fff 50%);
  background-size: 0.5333333333vw 0.5333333333vw;
  padding: 20.8vw 0vw 24vw;
  border-radius: 13.3333333333vw 13.3333333333vw 0 0;
}
.bousai-section#bousai-goods .goods .inframe {
  padding: 0 8vw;
}
.bousai-section#bousai-goods .goods h2 {
  margin-bottom: 8vw;
}
.bousai-section#bousai-goods .goods h3 {
  border-top: solid 0.6666666667vw #f26822;
  border-bottom: solid 0.6666666667vw #f26822;
  padding: 4vw 0;
  color: #f26822;
  font-size: 5.3333333333vw;
  line-height: 1;
  margin-bottom: 8vw;
}
.bousai-section#bousai-goods .goods .read {
  font-size: 4vw;
  color: #436aa4;
  margin-bottom: 24vw;
}
.bousai-section#bousai-goods .goods .boxlinks-item dt h3 {
  font-size: 8vw;
}
.bousai-section#bousai-event {
  background-color: #fdefe6;
  padding-bottom: 0;
}
.bousai-section#bousai-event h2 {
  margin-bottom: 6.6666666667vw;
}
.bousai-section#bousai-event h2 img {
  width: 90.1333333333vw;
}
.bousai-section#bousai-event h3 {
  color: #436aa4;
  font-size: 4.8vw;
  margin-bottom: 6.6666666667vw;
}
.bousai-section#bousai-event .event-info {
  background-color: #fff;
  border-radius: 8vw 8vw 0 0;
  padding: 16vw 4vw 16vw;
}
.bousai-section#bousai-event .event-info dl {
  margin-bottom: 16vw;
}
.bousai-section#bousai-event .event-info dl dt {
  color: #436aa4;
  font-size: 4.8vw;
  margin-bottom: 6.6666666667vw;
}
.bousai-section#bousai-event .event-info dl dd {
  font-size: 4vw;
  font-weight: normal;
}
.bousai-section#bousai-event .event-info dl dd small {
  font-weight: normal;
}
.bousai-section#bousai-event .event-info dl dd .btn-wrap {
  margin-top: 4vw;
}
.bousai-section#bousai-event .event-info dl dd .btn-wrap-item {
  min-width: 45.3333333333vw;
}
.bousai-section#bousai-event .event-info dl dd .btn-wrap-item .btn-inwrap span {
  padding-left: 1.3333333333vw;
  padding-right: 0vw;
}
.bousai-section#bousai-event .event-info dl dd .btn-wrap-item .btn-inwrap::after {
  right: 4vw;
}
.bousai-section#bousai-event .event-info dl dd:not(:last-child) {
  margin-bottom: 14.6666666667vw;
}
.bousai-section#bousai-event .event-info .photo {
  margin-bottom: 13.3333333333vw;
}
.bousai-section#bousai-event .event-info .check-read {
  font-size: 3.2vw;
  margin-bottom: 8vw;
}
.bousai-section#bousai-event .event-info .check {
  font-size: 3.2vw;
  font-weight: normal;
  margin-bottom: 8vw;
}
.bousai-section#bousai-event .event-info .check.first {
  margin-bottom: 0vw;
}
.bousai-section#bousai-event .event-info .check strong {
  display: block;
  width: 100%;
  font-size: 4vw;
  font-weight: bold;
  color: #f26822;
}
.bousai-section#bousai-event .event-info .check span {
  font-weight: normal;
}
.bousai-section#bousai-event .event-info .check .insetWrap {
  display: inline-flex;
  line-height: 1.5;
  text-align: center;
}
.bousai-section#bousai-event .event-info-present {
  border: dotted 0.5333333333vw #f26822;
  margin: 14.6666666667vw 0vw 8vw;
  padding: 5.3333333333vw 4vw 5.3333333333vw;
  border-radius: 4vw;
}
.bousai-section#bousai-event .event-info-present h4 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -80%);
  padding: 0 0.5em;
  background-color: #fff;
  white-space: nowrap;
  line-height: 1.5;
  color: #f26822;
  font-size: 3.2vw;
  font-weight: normal;
}
.bousai-section#bousai-event .event-info-present h4 strong {
  display: inline-block;
  font-weight: bold;
}
.bousai-section#bousai-event .event-info-present .ex {
  position: absolute;
  bottom: 1em;
  right: 1em;
  font-size: 2.1333333333vw;
  font-weight: normal;
}
.bousai-section#bousai-event .event-info-present.close {
  border: 0;
}
.bousai-section#bousai-event .event-info-present.close h4 {
  position: relative;
  transform: translate(-50%, 0%);
}
.bousai-section#bousai-event .event-info-present.close .ex {
  position: relative;
  text-align: center;
  width: 100%;
  font-weight: normal;
}
.bousai-section#bousai-event .event-info .kome {
  margin-left: 0;
  padding-left: 2.6666666667vw;
}
.bousai-section#bousai-event .event-info .kome li {
  font-size: 2.4vw;
}
.bousai-section#bousai-event .event-info .bousai-share {
  padding-top: 8vw;
}
.bousai-section#bousai-event .event-info .message {
  padding-top: 6.6666666667vw;
  display: flex;
  justify-content: center;
}
.bousai-section#bousai-event .bousai-share-area {
  font-size: 2.6666666667vw;
  padding-top: 13.3333333333vw;
}
.bousai-section#bousai-event .bousai-share-area h4 {
  position: relative;
  font-size: 4.5333333333vw;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.bousai-section#bousai-event .bousai-share-area h4 .hash {
  display: inline-block;
  position: relative;
  font-weight: inherit;
}
.bousai-section#bousai-event .bousai-share-area h4 .hash::before, .bousai-section#bousai-event .bousai-share-area h4 .hash::after {
  content: "";
  display: block;
  width: 0.5333333333vw;
  height: 8.6666666667vw;
  background-color: #f26822;
  position: absolute;
  bottom: 0;
}
.bousai-section#bousai-event .bousai-share-area h4 .hash::before {
  left: -2vw;
  transform-origin: right bottom;
  transform: translate(0%, -15%) rotate(-20deg);
}
.bousai-section#bousai-event .bousai-share-area h4 .hash::after {
  right: -2vw;
  transform-origin: right bottom;
  transform: translate(0%, -15%) rotate(20deg);
}
.bousai-section#bousai-event .bousai-share-area h4 div {
  display: none;
  position: absolute;
  bottom: 0;
  font-weight: bold;
}
.bousai-section#bousai-event .bousai-share-area h4 div:first-child {
  left: 0;
  transform-origin: right bottom;
  transform: translate(-150%, 10%) scale(1.5) rotate(25deg);
}
.bousai-section#bousai-event .bousai-share-area h4 div:last-child {
  right: 0;
  transform-origin: left bottom;
  transform: translate(150%, 10%) scale(1.5) rotate(-25deg);
}
.bousai-section#bousai-event .bousai-share-area p {
  font-weight: normal;
}
.bousai-section#bousai-event .bousai-share-area p:not(:last-child) {
  margin-bottom: 1em;
}
.bousai-section#bousai-event .bousai-share-area .hash {
  font-weight: normal;
  color: #f26822;
}
.bousai-section#bousai-event .bousai-share-area .bousai-share {
  padding-top: 2.6666666667vw;
}

.bousai-modal {
  position: fixed;
  width: 100%;
  height: 100dvh;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  transition: all 200ms ease-in-out;
  font-family: "Google Sans", "noto-sans-cjk-jp", sans-serif;
  font-feature-settings: "palt";
  font-weight: bold;
}
.bousai-modal.is--open {
  opacity: 1;
  pointer-events: all;
}
.bousai-modal.is--open .bousai-modal-cover, .bousai-modal.is--open .bousai-modal-frame, .bousai-modal.is--open .swiper-wrapper, .bousai-modal.is--open .swiper-button-prev, .bousai-modal.is--open .swiper-button-next {
  cursor: pointer;
}
.bousai-modal-cover {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.bousai-modal-closebtn {
  position: fixed;
  top: 4vw;
  right: 4vw;
  width: 13.3333333333vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  z-index: 100;
  background: url(../img/common/parts/close_modal_a864b1035de428b.png) center center/contain no-repeat #fff;
  filter: drop-shadow(0px 1.3333333333vw rgba(0, 0, 0, 0.2));
}
.bousai-modal-frame {
  width: 100%;
  height: 100dvh;
  overflow-y: scroll;
  overflow-x: hidden;
  overscroll-behavior: contain;
  background-color: rgba(0, 0, 0, 0.8);
}
.bousai-modal-frame::-webkit-scrollbar {
  width: 15px; /* スクロールバーの横幅 */
}
.bousai-modal-frame::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.8); /* Safari スクロールバーの背景色 */
}
.bousai-modal-frame::-webkit-scrollbar-thumb {
  background-color: #666; /* Safari スクロールバーのつまみの色 */
  border: 3px solid #333; /* Safari スクロールバーのつまみの枠色 */
  border-radius: 10px;
  background-clip: content-box;
}
.bousai-modal-contents {
  width: 100%;
}
.bousai-modal-contents .bousai-swiper {
  position: relative;
}
.bousai-modal-contents .bousai-swiper-wrap {
  position: relative;
}
.bousai-modal-contents .bousai-swiper-wrap .swiper-bousai {
  position: relative;
}
.bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-wrapper {
  height: 133.3333333333vw;
}
.bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-wrapper .swiper-slide {
  width: 80vw;
}
.bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-wrapper .swiper-slide-card {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-wrapper .swiper-slide-card-body {
  width: 100%;
  height: 100%;
}
.bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-wrapper .swiper-slide-card-body-image {
  width: 100%;
  height: auto;
  aspect-ratio: 300/488;
  position: absolute;
}
.bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-wrapper .swiper-slide-card-body-image img {
  width: 100%;
  filter: drop-shadow(0px 0.6666666667vw rgba(0, 0, 0, 0.2));
}
.bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-wrapper .swiper-slide-card-body-text {
  position: relative;
  z-index: 2;
  aspect-ratio: 300/488;
  padding: 72% 10% 0;
  font-size: 4.8vw;
  display: grid;
  grid-template-rows: auto auto 1fr;
}
.bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-wrapper .swiper-slide-card-body-text h4 {
  font-weight: bold;
  padding: 0.5em 0 0;
  margin: 0 0 0.5em;
  line-height: 1.7;
}
.bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-wrapper .swiper-slide-card-body-text p {
  font-size: 4vw;
  line-height: 1.7;
  font-weight: normal;
}
.bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-wrapper .swiper-slide-card-body-text .last {
  font-size: 3.4666666667vw;
  line-height: 1.7;
  font-weight: normal;
  display: flex;
  align-items: flex-end;
  padding-bottom: 2em;
}
.bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-wrapper .swiper-slide-card-ex {
  margin-top: 1em;
  font-size: 3.2vw;
  border-radius: 1.3333333333vw;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ccc;
  padding: 10.6666666667vw;
  font-weight: normal;
  margin-bottom: 5vh;
}
.bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-wrapper .swiper-slide-card-ex p:not(:last-child) {
  margin-bottom: 2em;
}
.bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-wrapper .swiper-slide-card-ex h5 {
  padding: 0;
  font-size: 3.7333333333vw;
  color: #f26822;
  font-weight: normal;
  margin: 0 0 0.5em;
}
.bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-wrapper .swiper-slide-card-ex dl dt {
  font-size: 3.7333333333vw;
  margin-bottom: 0.2em;
}
.bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-wrapper .swiper-slide-card-ex dl dd {
  margin-bottom: 1em;
}
.bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-wrapper .swiper-slide-card-close {
  display: none;
  background-color: #c00;
  position: absolute;
  left: 50%;
  bottom: 8vw;
  transform: translate(-50%, 0);
  width: 10vw;
  height: 10vw;
  background: url(../img/contents/tips/tag_close_9cc00a28ee9b0dec.png) center center/contain no-repeat;
}
.bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-wrapper .swiper-slide-card-close span {
  display: none;
}
.bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-pagination {
  display: none;
  bottom: -4vw;
}
.bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-pagination-bullet {
  background-color: #ccc;
}
.bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-pagination-bullet-active {
  background-color: #f26822;
}
.bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-button-prev,
.bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-button-next {
  position: fixed;
  top: calc(12vh + 62.6666666667vw);
  left: 50%;
}
.bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-button-prev {
  right: auto;
  transform: translate(calc(-50% + -41.3333333333vw));
}
.bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-button-prev::after {
  transform: translate(20%, 0%) rotate(-225deg);
}
.bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-button-next {
  right: auto;
  transform: translate(calc(-50% + 39.3333333333vw));
}
.bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-button-next::after {
  transform: translate(-20%, 0%) rotate(-45deg);
}
.bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-button-prev, .bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-button-next {
  background-color: #f26822;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  border-radius: 50%;
  filter: drop-shadow(0px 0.6666666667vw rgba(0, 0, 0, 0.2));
}
.bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-button-prev::after, .bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-button-next::after {
  content: "";
  width: 2vw;
  height: 2vw;
  border-right: solid 0.6666666667vw #fff;
  border-bottom: solid 0.6666666667vw #fff;
}

@media screen and (min-width: 980px) {
  .bousai-section {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .bousai-section h2 {
    font-size: 2.5rem;
  }
  .bousai-section h3 {
    font-size: 1.875rem;
  }
  .bousai-section h4 {
    font-size: 1.25rem;
  }
  .bousai-section.bg {
    padding-top: 11.875rem;
    padding-bottom: 11.875rem;
  }
  .bousai-section-frame {
    width: 90%;
    max-width: 61.25rem;
  }
  .bousai-section#bousai-kv {
    width: 100%;
    height: 52.25rem;
    display: grid;
    grid-template-rows: 1fr auto;
  }
  .bousai-section#bousai-kv .grid-item:nth-of-type(1)::before {
    background: url(../img/contents/visual/bg_pc_801f3a551d5fbb78.png) center center/auto 100% no-repeat;
  }
  .bousai-section#bousai-kv .grid-item:nth-of-type(1)::after {
    background: url(../img/contents/visual/bg_pc_logo_2f5fc325c5dd4f8d.png) center center/auto 100% no-repeat;
  }
  .bousai-section#bousai-kv .logo {
    position: absolute;
    left: 50%;
    top: 24.375rem;
    transform: translate(-55%, -50%);
    width: 33.75rem;
    height: auto;
  }
  .bousai-section#bousai-kv .bousai-section-frame {
    display: flex;
    height: 100%;
  }
  .bousai-section#bousai-kv .btn-wrap {
    bottom: 9.375rem;
    right: -1.25rem;
  }
  .bousai-section#bousai-kv .btn-wrap-item .btn {
    cursor: pointer;
  }
  .bousai-section#bousai-kv .btn-wrap-item span {
    padding: 0 !important;
  }
  .bousai-section#bousai-kv .attention-scrolldown {
    cursor: pointer;
    position: absolute;
    bottom: 1.875rem;
    transform: translate(-50%, 0);
  }
  .bousai-section#bousai-statement {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .bousai-section#bousai-statement .menuindex {
    margin-bottom: 6.25rem;
  }
  .bousai-section#bousai-statement .menuindex .btn-wrap {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: auto;
    grid-gap: 1.875rem;
  }
  .bousai-section#bousai-statement .menuindex .btn-wrap .btn-wrap-item .btn-inwrap {
    width: 23.75rem;
  }
  .bousai-section#bousai-statement .read {
    max-width: inherit;
    font-size: 1.5625rem;
  }
  .bousai-section#bousai-qa {
    padding-top: 10rem;
    background: url(../img/contents/qa/bg_map_sp_dccd6b85dc62c6a2.png) center top/46.875rem auto repeat #fdefe6;
  }
  .bousai-section#bousai-qa .binder {
    border-radius: 1.875rem;
    padding: 1.25rem;
  }
  .bousai-section#bousai-qa .binder .qa-item:last-child {
    margin-bottom: 0;
  }
  .bousai-section#bousai-qa .binder::after {
    top: -2.5rem;
    width: 15rem;
    height: 4.75rem;
  }
  .bousai-section#bousai-qa .binder-frame {
    border-radius: 0.3125rem;
    padding: 5.3125rem 3.75rem 3.75rem;
  }
  .bousai-section#bousai-qa .binder h2 {
    font-size: 0;
    width: auto;
    height: auto;
    margin-bottom: 1.875rem;
    text-align: left;
  }
  .bousai-section#bousai-qa .binder h2 img {
    height: 2.25rem;
    margin: 0;
  }
  .bousai-section#bousai-qa .binder h3 {
    margin-bottom: 0.625rem;
    font-size: 1.5625rem;
  }
  .bousai-section#bousai-qa .binder .read {
    margin-bottom: 4.375rem;
    font-size: 1.3125rem;
  }
  .bousai-section#bousai-qa .binder .btn-wrap {
    position: absolute;
    bottom: 3.75rem;
    right: 8.125rem;
  }
  .bousai-section#bousai-qa .binder .btn-wrap .btn {
    width: 15rem;
  }
  .bousai-section#bousai-qa .binder .btn-wrap .btn .btn-inwrap span {
    padding-right: 1.875rem;
  }
  .bousai-section#bousai-qa .binder .btn-wrap .btn .btn-inwrap::after {
    right: 1.25rem;
  }
  .bousai-section#bousai-qa .binder .qa-item:nth-of-type(5) {
    left: calc(50% + 1.25rem);
  }
  .bousai-section#bousai-lifeline {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
    position: relative;
    background: url(../img/contents/lifeline/bg_sp_fa6b9c4fa259163d.png) center 1.25rem/2.5rem auto;
  }
  .bousai-section#bousai-lifeline::before, .bousai-section#bousai-lifeline::after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: solid 0.125rem #e3e2e1;
    height: 1.25rem;
    background-color: #f6f5f4;
    position: absolute;
    top: 0;
    left: 0;
  }
  .bousai-section#bousai-lifeline::after {
    top: auto;
    bottom: 0;
    border-top: solid 0.125rem #e3e2e1;
  }
  .bousai-section#bousai-lifeline .bousai-section-frame {
    display: grid;
    grid-template-columns: 1fr 32.5rem;
    grid-gap: 3.75rem 0rem;
  }
  .bousai-section#bousai-lifeline h2 {
    text-align: left;
    border-left: solid 0.375rem #f26822;
    padding-left: 0.875rem;
    margin-bottom: 0rem;
  }
  .bousai-section#bousai-lifeline h2 img {
    height: 6.1875rem;
  }
  .bousai-section#bousai-lifeline .read {
    padding: 0.9375rem 2.5rem;
    margin-bottom: 0rem;
  }
  .bousai-section#bousai-lifeline .read h3 {
    font-size: 1.3125rem;
    line-height: 1.4;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .bousai-section#bousai-lifeline .read span::before, .bousai-section#bousai-lifeline .read span::after {
    width: 2.0625rem;
    height: 2.0625rem;
    border: solid 0.125rem #333333;
    border-radius: 0.625rem 0 0 0;
    border-bottom: 0;
    border-right: 0;
  }
  .bousai-section#bousai-lifeline .profile {
    grid-column: 1/3;
    margin-bottom: 0rem;
    padding: 2.5rem;
  }
  .bousai-section#bousai-lifeline .profile dl {
    display: grid;
    grid-template-columns: 21.25rem 1fr;
    grid-gap: 2.5rem;
    align-content: center;
    align-items: center;
  }
  .bousai-section#bousai-lifeline .profile dl dt {
    grid-template-columns: 6.25rem 1fr;
    grid-gap: 1.25rem;
    margin-bottom: 0rem;
  }
  .bousai-section#bousai-lifeline .profile dl dt h4 {
    font-size: 1.0625rem;
    margin-bottom: 0.625rem;
  }
  .bousai-section#bousai-lifeline .profile dl dt p {
    font-size: 0.8125rem;
  }
  .bousai-section#bousai-lifeline .profile dl dd p {
    font-size: 0.8125rem;
  }
  .bousai-section#bousai-lifeline .kadai {
    grid-column: 1/3;
    border: solid 0.25rem #333333;
    border-left: 0;
    border-right: 0;
    margin-bottom: 0rem;
  }
  .bousai-section#bousai-lifeline .kadai::before, .bousai-section#bousai-lifeline .kadai::after {
    top: 0.25rem;
    height: 0.125rem;
  }
  .bousai-section#bousai-lifeline .kadai::after {
    top: auto;
    bottom: 0.25rem;
  }
  .bousai-section#bousai-lifeline .kadai dl {
    padding: 3.75rem 3.75rem;
  }
  .bousai-section#bousai-lifeline .kadai dl dt {
    padding-right: 2.5rem;
  }
  .bousai-section#bousai-lifeline .kadai dl dt h4 {
    font-size: 1.5625rem;
  }
  .bousai-section#bousai-lifeline .kadai dl dd p {
    font-size: 1.3125rem;
  }
  .bousai-section#bousai-lifeline .kadai dl dd p:first-child {
    padding-top: 3.125rem;
  }
  .bousai-section#bousai-products {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .bousai-section#bousai-products .pop {
    border: solid 0.125rem #f26822;
    height: 4rem;
    border-radius: 2.5rem;
    padding: 0 2rem;
    font-size: 1.5625rem;
    margin: 0 0 2.5rem;
  }
  .bousai-section#bousai-products p {
    font-size: 1.875rem;
  }
  .bousai-section#bousai-products .read {
    margin-bottom: 3.125rem;
  }
  .bousai-section#bousai-products .read img {
    height: 2.375rem;
  }
  .bousai-section#bousai-products h2 {
    width: fit-content;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto;
    grid-gap: 1.25rem;
    align-items: center;
    margin: 0 auto 4.375rem;
    font-size: 2.625rem;
  }
  .bousai-section#bousai-products h2 span:nth-of-type(2) {
    width: 3.125rem;
  }
  .bousai-section#bousai-products h2 span:nth-of-type(2)::before, .bousai-section#bousai-products h2 span:nth-of-type(2)::after {
    content: "";
    width: 3.125rem;
    height: 0.125rem;
  }
  .bousai-section#bousai-products h2 span:nth-of-type(2) small {
    display: none;
  }
  .bousai-section#bousai-products h2 + p {
    margin-bottom: 3.125rem;
  }
  .bousai-section#bousai-products .starmark {
    font-size: 0.75rem;
    transform: translateY(-1em);
  }
  .bousai-section#bousai-products .starmark-detail {
    font-size: 0.7875rem;
    margin: 0;
  }
  .bousai-section#bousai-products .unit {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2.5rem;
  }
  .bousai-section#bousai-products .unit-item:nth-of-type(1) p {
    font-size: 1.3125rem;
    margin-bottom: 1.875rem;
  }
  .bousai-section#bousai-products .unit-item:nth-of-type(2) p {
    font-size: 1.3125rem;
    margin-bottom: 1.875rem;
  }
  .bousai-section#bousai-products .images {
    margin-bottom: 1.875rem;
    height: auto;
  }
  .bousai-section#bousai-products .images-item img {
    height: auto;
  }
  .bousai-section#bousai-products .banner {
    padding-top: 0rem;
    width: 100%;
    margin-bottom: 1.875rem;
  }
  .bousai-section#bousai-products .banner a:hover {
    filter: brightness(120%);
  }
  .bousai-section#bousai-tips {
    padding-bottom: 0rem;
  }
  .bousai-section#bousai-tips .tips {
    margin-top: 0rem;
    padding: 9.75rem 3.75rem 18.75rem;
    border-radius: 6.25rem;
  }
  .bousai-section#bousai-tips .tips::before {
    width: calc(100% - 3.75rem);
    height: calc(100% - 3.75rem);
    top: 1.875rem;
    border: solid 0.4375rem #ffd900;
    border-radius: 4.375rem;
    z-index: 2;
  }
  .bousai-section#bousai-tips .tips-inframe {
    max-width: fit-content;
    margin: 0 auto 5rem;
    display: grid;
    grid-template-columns: auto;
    grid-gap: 1.25rem;
    text-align: left;
    align-items: flex-end;
  }
  .bousai-section#bousai-tips .tips .belt {
    z-index: 1;
  }
  .bousai-section#bousai-tips .tips .belt:nth-of-type(2) {
    top: 26.25rem;
  }
  .bousai-section#bousai-tips .tips .belt:nth-of-type(3) {
    top: auto;
    bottom: 10.625rem !important;
  }
  .bousai-section#bousai-tips .tips h2 {
    margin-bottom: 0rem;
    width: auto;
  }
  .bousai-section#bousai-tips .tips h2 img {
    width: auto;
    height: 12.5rem;
    transform: translate(-1rem, 0);
  }
  .bousai-section#bousai-tips .tips h3 {
    margin-bottom: 0rem;
    font-size: 1.75rem;
    text-align: center;
  }
  .bousai-section#bousai-tips .tips .belt {
    top: 31.25rem;
    height: 7.1875rem;
  }
  .bousai-section#bousai-tips .tips .belt:nth-of-type(2) {
    bottom: 5rem;
  }
  .bousai-section#bousai-tips .tips .cards {
    max-width: 61.25rem;
    margin: 0 auto 3.75rem;
  }
  .bousai-section#bousai-tips .tips .cards-item:nth-child(13), .bousai-section#bousai-tips .tips .cards-item:nth-child(14), .bousai-section#bousai-tips .tips .cards-item:nth-child(15), .bousai-section#bousai-tips .tips .cards-item:nth-child(16), .bousai-section#bousai-tips .tips .cards-item:nth-child(17), .bousai-section#bousai-tips .tips .cards-item:nth-child(18) {
    display: none;
  }
  .bousai-section#bousai-tips .tips .cards.is--open .cards-item {
    display: flex;
  }
  .bousai-section#bousai-goods {
    margin-top: -9.375rem;
  }
  .bousai-section#bousai-goods .bousai-goods-inframe {
    max-width: 61.25rem;
    margin: auto;
  }
  .bousai-section#bousai-goods .goods {
    background-image: linear-gradient(-90deg, transparent 50%, #fff 50%), linear-gradient(transparent 50%, #fff 50%);
    background-size: 0.125rem 0.125rem;
    padding: 9.75rem 0rem 7.5rem;
    border-radius: 6.25rem 6.25rem 0 0;
  }
  .bousai-section#bousai-goods .goods .inframe {
    padding: 0 0rem;
  }
  .bousai-section#bousai-goods .goods h2 {
    font-size: 0;
    margin-bottom: 2.5rem;
  }
  .bousai-section#bousai-goods .goods h2 img {
    width: auto;
    height: 2rem;
  }
  .bousai-section#bousai-goods .goods h3 {
    border-top: solid 0.125rem #f26822;
    border-bottom: solid 0.125rem #f26822;
    padding: 1.875rem 0;
    font-size: 1.75rem;
    margin-bottom: 2.5rem;
  }
  .bousai-section#bousai-goods .goods .read {
    font-size: 1.25rem;
    margin-bottom: 6.25rem;
  }
  .bousai-section#bousai-goods .goods .boxlinks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2.5rem;
  }
  .bousai-section#bousai-goods .goods .boxlinks-item {
    display: grid;
    grid-template-rows: auto 1fr;
    margin-bottom: 0 !important;
    height: 100%;
  }
  .bousai-section#bousai-goods .goods .boxlinks-item dt h3 {
    font-size: 2.625rem;
  }
  .bousai-section#bousai-goods .goods .boxlinks-item:nth-of-type(1) > dt img {
    width: auto;
    height: 8.125rem;
    margin-top: -3.75rem;
    margin-bottom: 1.25rem;
  }
  .bousai-section#bousai-goods .goods .boxlinks-item:nth-of-type(2) > dt img {
    width: auto;
    height: 8.125rem;
    margin-top: -3.75rem;
    margin-bottom: 1.25rem;
  }
  .bousai-section#bousai-goods .goods .boxlinks-item dd {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
  }
  .bousai-section#bousai-goods .goods .boxlinks-item dd .dataunit {
    grid-template-columns: 7.5rem 1fr;
    grid-gap: 2.5rem 1.25rem;
    margin-bottom: 2.5rem;
    align-items: flex-start;
  }
  .bousai-section#bousai-goods .goods .boxlinks-item dd .dataunit dt {
    min-height: inherit;
  }
  .bousai-section#bousai-goods .goods .boxlinks-item dd .dataunit dd {
    display: flex;
    height: 100%;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    text-align: left;
  }
  .bousai-section#bousai-goods .goods .boxlinks-item dd .dataunit dd h4 {
    width: 100%;
    font-size: 1.3125rem;
  }
  .bousai-section#bousai-goods .goods .boxlinks-item dd .dataunit dd p {
    font-size: 1rem;
  }
  .bousai-section#bousai-event h2 {
    margin-bottom: 2.5rem;
  }
  .bousai-section#bousai-event h2 img {
    width: auto;
    height: 7.5rem;
  }
  .bousai-section#bousai-event h3 {
    font-size: 1.5625rem;
    margin-bottom: 3.75rem;
  }
  .bousai-section#bousai-event .event-info {
    border-radius: 3.75rem 3.75rem 0 0;
    padding: 3.75rem 3.75rem 3.75rem;
  }
  .bousai-section#bousai-event .event-info dl {
    margin-bottom: 3.75rem;
  }
  .bousai-section#bousai-event .event-info dl dt {
    font-size: 1.5625rem;
    margin-bottom: 1.25rem;
  }
  .bousai-section#bousai-event .event-info dl dd {
    font-size: 1.3125rem;
  }
  .bousai-section#bousai-event .event-info dl dd .btn-wrap {
    margin-top: 1.875rem;
  }
  .bousai-section#bousai-event .event-info dl dd .btn-wrap-item {
    min-width: 21.25rem;
  }
  .bousai-section#bousai-event .event-info dl dd .btn-wrap-item .btn-inwrap span {
    padding-left: 0.625rem;
    padding-right: 0rem;
  }
  .bousai-section#bousai-event .event-info dl dd .btn-wrap-item .btn-inwrap::after {
    right: 1.875rem;
  }
  .bousai-section#bousai-event .event-info dl dd:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .bousai-section#bousai-event .event-info .unit {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2.5rem;
  }
  .bousai-section#bousai-event .event-info .unit:nth-of-type(1) .unit-item:nth-of-type(1) {
    order: 2;
  }
  .bousai-section#bousai-event .event-info .unit:nth-of-type(1) .unit-item:nth-of-type(2) {
    order: 1;
  }
  .bousai-section#bousai-event .event-info .unit:nth-of-type(2) {
    align-items: flex-end;
  }
  .bousai-section#bousai-event .event-info .photo {
    padding-top: 0rem;
    margin-bottom: 0;
  }
  .bousai-section#bousai-event .event-info .check-read {
    font-size: 1.05rem;
    margin-bottom: 2.5rem;
  }
  .bousai-section#bousai-event .event-info .check {
    font-size: 1.05rem;
    margin-bottom: 2.5rem;
  }
  .bousai-section#bousai-event .event-info .check strong {
    font-size: 1.3125rem;
  }
  .bousai-section#bousai-event .event-info .check:last-child {
    margin-bottom: 0rem;
  }
  .bousai-section#bousai-event .event-info-present {
    border: dotted 0.25rem #f26822;
    margin: 6.25rem 0rem 0rem;
    padding: 2.5rem 1.875rem 2.5rem;
    border-radius: 1.875rem;
  }
  .bousai-section#bousai-event .event-info-present h4 {
    font-size: 1rem;
  }
  .bousai-section#bousai-event .event-info-present .ex {
    font-size: 0.7875rem;
  }
  .bousai-section#bousai-event .event-info-present.close {
    margin-top: 3.125rem;
    border: 0;
    padding-bottom: 0 !important;
    align-items: flex-end;
  }
  .bousai-section#bousai-event .event-info-present.close .ex {
    bottom: 0;
  }
  .bousai-section#bousai-event .event-info ul.kome {
    padding: 0;
  }
  .bousai-section#bousai-event .event-info ul.kome li {
    font-size: 0.7875rem;
  }
  .bousai-section#bousai-event .event-info .bousai-share {
    padding-top: 3.75rem;
  }
  .bousai-section#bousai-event .event-info .message {
    padding-top: 6.25rem;
  }
  .bousai-section#bousai-event .bousai-share-area {
    font-size: 1.25rem;
    padding-top: 6.25rem;
  }
  .bousai-section#bousai-event .bousai-share-area h4 {
    font-size: 2.125rem;
  }
  .bousai-section#bousai-event .bousai-share-area h4 .hash::before, .bousai-section#bousai-event .bousai-share-area h4 .hash::after {
    width: 0.1875rem;
    height: 2.8125rem;
  }
  .bousai-section#bousai-event .bousai-share-area h4 .hash::before {
    left: -0.9375rem;
    transform-origin: right bottom;
    transform: translate(0%, -15%) rotate(-20deg);
  }
  .bousai-section#bousai-event .bousai-share-area h4 .hash::after {
    right: -0.9375rem;
    transform-origin: right bottom;
    transform: translate(0%, -15%) rotate(20deg);
  }
  .bousai-section#bousai-event .bousai-share-area .bousai-share {
    padding-top: 1.25rem;
  }
  .bousai-modal-closebtn {
    top: 1.25rem;
    right: 2.5rem;
    width: 4.625rem;
    filter: drop-shadow(0px 0.3125rem rgba(0, 0, 0, 0.2));
  }
  .bousai-modal-frame {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-wrapper {
    height: 40.625rem;
  }
  .bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-wrapper .swiper-slide {
    width: 25rem;
  }
  .bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-wrapper .swiper-slide-card-body-text {
    padding-top: 18.75rem;
  }
  .bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-wrapper .swiper-slide-card-body-text h4 {
    font-size: 1.5rem;
  }
  .bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-wrapper .swiper-slide-card-body-text p {
    font-size: 1.125rem;
  }
  .bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-wrapper .swiper-slide-card-body-text .last {
    font-size: 1rem;
  }
  .bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-wrapper .swiper-slide-card-ex {
    padding: 2.5rem;
    font-size: 0.8125rem;
  }
  .bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-wrapper .swiper-slide-card-ex h5 {
    font-size: 1rem;
  }
  .bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-wrapper .swiper-slide-card-ex p {
    font-weight: normal;
  }
  .bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-wrapper .swiper-slide-card-ex dl dt {
    font-size: 1rem;
    margin-bottom: 0.2em;
  }
  .bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-wrapper .swiper-slide-card-ex dl dd {
    font-weight: normal;
    margin-bottom: 1.5em;
  }
  .bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-wrapper .swiper-slide-card-close {
    bottom: 3.75rem;
    width: 4.6875rem;
    height: 4.6875rem;
  }
  .bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-pagination {
    bottom: -1.875rem;
  }
  .bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-button-prev {
    transform: translate(calc(-50% + -15.5rem));
  }
  .bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-button-next {
    transform: translate(calc(-50% + 14.5rem));
  }
  .bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-button-prev, .bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-button-next {
    top: calc(12vh + 16.875rem);
    width: 3.75rem;
    height: 3.75rem;
    filter: drop-shadow(0px 0.3125rem rgba(0, 0, 0, 0.2));
  }
  .bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-button-prev::after, .bousai-modal-contents .bousai-swiper-wrap .swiper-bousai .swiper-button-next::after {
    width: 0.9375rem;
    height: 0.9375rem;
    border-width: 0.3125rem;
  }
}