@charset "UTF-8";
.responsive-element {
  width: 100%;
}
@media (max-width: 769px) {
  .responsive-element {
    width: 50%;
  }
}
@media (max-width: 1080px) {
  .responsive-element {
    width: 33.333%;
  }
}

*,
*::before,
*::after {
  margin: 0;
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

figure {
  line-height: 0;
}

ul,
li {
  list-style: none;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  background: #222222;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
  font: inherit;
  border: none;
  background: none;
}

:root {
  --box-size: 160px;
  --out-height: 100vh;
}

ul,
li {
  margin: 0 auto;
  padding: 0;
}

:root {
  --main-blue: #036eb7;
  --main-orange: #fd7617;
  --color-white: #ffffff;
  --color-beige: #f3efe8;
  --easing-opAnimation01: cubic-bezier(0, 0.37, 0.25, 1);
}

svg,
img {
  border: none;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #ffffff;
}

/* SCSSコード */
html {
  font-size: 0.6vw;
}

@media (max-width: 1440px) {
  html {
    font-size: 0.73vw;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 0.75vw;
  }
}
@media (max-width: 1080px) {
  html {
    font-size: 1.15vw;
  }
}
@media (max-width: 769px) {
  html {
    font-size: 1.2vw;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 2.36vw;
  }
}
body {
  width: 100%;
  font-family: sans-serif;
  background: linear-gradient(180deg, #8fe1ff 0%, #d4f4ff 100%);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.55;
  font-optical-sizing: auto;
  color: #3f1800;
}
@media (max-width: 1080px) {
  body {
    height: auto;
  }
}

.bg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  background: linear-gradient(180deg, #8fe1ff 0%, #d4f4ff 100%);
}
.bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/bg-repeat-bottom.png) repeat-x bottom;
}

.inner {
  padding: 0 2rem;
}
@media (max-width: 769px) {
  .inner {
    padding: 0 8rem;
  }
}
@media (max-width: 576px) {
  .inner {
    padding: 0 2rem;
  }
}

#loading-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40rem;
  height: 100svh;
  background-color: #f3efe8;
  display: flex;
  justify-content: space-between;
  padding: 0 3rem;
  align-items: center;
  z-index: 9999;
  font-size: 1.2rem;
  color: #333;
  opacity: 1;
  visibility: visible;
  transition: clip-path 1s 1.6s cubic-bezier(0.14, 0.74, 0.8, 0.97);
  clip-path: inset(0 0 0% 0);
}

@media (max-width: 769px) {
  #loading-mask {
    width: 50rem;
  }
}
@media (max-width: 576px) {
  #loading-mask {
    width: 100%;
  }
}
.loadingfootprints {
  height: 100svh;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1.5s cubic-bezier(0.63, 0.35, 0.42, 0.71);
}

.loadingfootprints.js-animation {
  clip-path: inset(0 0 0% 0);
}

.loadingfootprints img {
  height: 100svh;
}

#loading-mask.is-hidden {
  clip-path: inset(0 0 100% 0);
}

.wrapper.js-wrapper {
  opacity: 0;
  transition: 1.8s;
  transition-property: opacity;
}
.wrapper.js-wrapper .mvPreviewBox__imgBox--before {
  transition: 1.5s;
  transition-property: transform;
  transition-timing-function: var(--easing-opAnimation01);
  transform: translateY(90px) skew(-1.5deg, -1.5deg) rotateX(0deg) rotateY(30deg);
}
.wrapper.js-wrapper.js-close {
  opacity: 1;
}
.wrapper.js-wrapper.js-close .mvPreviewBox__imgBox--before {
  transform: translateY(0px) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg);
}

.header-wrapper {
  width: 100%;
  background-color: #ffffff;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.header-wrapper__img {
  vertical-align: bottom;
}
@media (max-width: 769px) {
  .header-wrapper__img {
    width: 15rem;
  }
}

.main {
  position: relative;
  z-index: 10;
}

.main-wrapper {
  position: relative;
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.16);
}
@media (max-width: 769px) {
  .main-wrapper {
    max-width: 50rem;
  }
}
@media (max-width: 576px) {
  .main-wrapper {
    max-width: 100%;
  }
}

.mainvisual {
  background: linear-gradient(180deg, #8fe1ff 0%, #cdf2ff 100%);
  padding-top: 3rem;
}
.mainvisual__title {
  width: 30rem;
  text-align: center;
  margin: auto;
}
@media (max-width: 769px) {
  .mainvisual__title {
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 576px) {
  .mainvisual__title {
    width: 90%;
  }
}
.mainvisual__title--svg {
  width: 100%;
  transform: scale(0.6);
  transition: 0.6s;
  transition-property: width, opacity, transform;
  opacity: 0;
}
.mainvisual__characterArea {
  position: relative;
  width: 100%;
  text-align: center;
  padding-bottom: 7rem;
  overflow: hidden;
}
@media (max-width: 576px) {
  .mainvisual__characterArea {
    padding-top: 5rem;
    padding-bottom: 0rem;
  }
}
.mainvisual__characterArea--svg {
  width: 15rem;
  position: relative;
  top: -1rem;
  opacity: 0;
  transition: 0.8s 0.7s;
  transition-property: opacity;
}
@media (max-width: 769px) {
  .mainvisual__characterArea--svg {
    width: 20rem;
  }
}
@media (max-width: 576px) {
  .mainvisual__characterArea--svg {
    width: 15rem;
  }
}
.mainvisual__characterArea--figure {
  padding-top: 3rem;
  position: relative;
  z-index: 100;
}
@media (max-width: 576px) {
  .mainvisual__characterArea--figure {
    top: -8rem;
  }
}
.mainvisual__bgArea {
  position: absolute;
  top: 40%;
  z-index: 0;
  width: 100%;
}
@media (max-width: 576px) {
  .mainvisual__bgArea {
    top: 35%;
  }
}
.mainvisual__bgArea--figure {
  position: absolute;
  width: 66rem;
  top: 1.5rem;
  transform: rotate(-10deg) scale(0.8);
  left: -13rem;
  transition: 1s;
  transition-property: transform, opacity;
  opacity: 0;
}
@media (max-width: 769px) {
  .mainvisual__bgArea--figure {
    left: -8rem;
  }
}
@media (max-width: 576px) {
  .mainvisual__bgArea--figure {
    left: -25%;
    width: 150%;
  }
}
.mainvisual__bgArea--svg {
  width: 100%;
  animation: rotate01 120s linear infinite;
}

.firstSection {
  opacity: 0;
  transition: 1.5s 0.5s;
  transition-property: opacity;
}

.main.js-animation .mainvisual__characterArea--svg {
  top: 0rem;
  opacity: 1;
}
@media (max-width: 769px) {
  .main.js-animation .mainvisual__characterArea--svg {
    top: 1rem;
  }
}
.main.js-animation .mainvisual__title--svg {
  transform: scale(1);
  opacity: 1;
}
.main.js-animation .mainvisual__bgArea--figure {
  top: 0;
  transform: rotate(0deg);
  opacity: 1;
}
.main.js-animation .firstSection {
  opacity: 1;
}

@keyframes rotate01 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.aside {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
  pointer-events: none;
}
@media (max-width: 769px) {
  .aside {
    display: none;
  }
}
.aside__contents {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: calc(50% - 20rem);
  height: 88svh;
  padding: 0 2.625rem;
  text-align: center;
  display: flex;
  align-items: center;
  pointer-events: all;
  justify-content: center;
}

.aside-titleLogo__img {
  width: 36rem;
}

.aside-navi {
  left: unset;
  display: flex;
  flex-direction: column;
}
.aside-navi__img {
  width: 36rem;
}

.introduction {
  background-color: var(--color-beige);
}

.imgFukidashi {
  width: 26rem;
  position: absolute;
  top: -4rem;
  left: 0;
  right: 0;
  margin: auto;
}

.hachipay-giftList-margin {
  margin: -17rem 0 0 0;
}

.returnGift .itemList {
  margin-top: 3rem;
}
.returnGift .footprints {
  padding-top: 5rem;
  position: relative;
  z-index: 0;
}

.about {
  background: url(../img/top/bg-about-footstanp.svg) no-repeat bottom center #ffffff;
}
.about > .inner {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}
.about > .inner.--sub {
  padding-top: 5rem;
}

.swiper-initialized {
  overflow: hidden;
  padding: 3rem 0 1em !important;
}

.swiper-button-Area {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  padding-top: 1.6rem;
}

.swiper-button-prev,
.swiper-button-next {
  position: relative;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.5rem;
  height: auto;
  padding: 1.5rem 0;
  background: var(--main-orange);
  border-radius: 1000px;
  box-shadow: 0 0.3rem 0 0 #b2652e;
  transition: 0.4s cubic-bezier(0.06, 0.95, 0.5, 1);
  transition-property: top, box-shadow;
}
@media (any-hover: hover) {
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    transition: 0.2s cubic-bezier(0.06, 0.95, 0.5, 1);
    top: 0.3rem;
    box-shadow: 0 0rem 0 0 #ce5500;
  }
}

.textWrap {
  padding: 1.6rem;
  border-radius: 0.8rem;
  border: 1px solid #bab9b5;
  background: #f3efe8;
}

.featuresBox {
  position: relative;
  text-align: center;
  background-color: #f3efe8;
  padding: 3rem 1.7rem 1.7rem 1.7rem;
  border-radius: 1.6rem;
  width: 34rem !important;
}
.featuresBox__icon {
  position: absolute;
  left: 0;
  right: 0;
  top: -2rem;
  margin: 0 auto;
}
.featuresBox__icon--img {
  width: 10rem;
}
.featuresBox__img {
  border-radius: 0.8rem;
  overflow: hidden;
}
.featuresBox__title {
  width: 95%;
  position: relative;
  font-size: 1.7rem;
  margin: 1rem auto 2rem;
}
.featuresBox__title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -0.8rem;
  width: 1.7rem;
  height: 4rem;
  background: url(../img/top/icon_left_slash.svg) no-repeat;
  background-size: 1.5rem;
}
@media (max-width: 576px) {
  .featuresBox__title::before {
    background-size: 1.2rem;
  }
}
.featuresBox__title::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -0.8rem;
  width: 1.7rem;
  height: 4rem;
  background: url(../img/top/icon_right_slash.svg) no-repeat;
  background-size: 1.5rem;
}
@media (max-width: 576px) {
  .featuresBox__title::after {
    background-size: 1.2rem;
  }
}

.flow {
  background-color: var(--color-beige);
  margin-top: 4rem;
}
.flow .inner {
  padding-top: 2rem;
}
.flow__bg img {
  margin-top: -1rem;
}

.flowTitle {
  display: flex;
  width: 100%;
  gap: 1.2rem;
}
.flowTitle__img {
  width: 10rem;
  height: 100%;
}

.flowWrap {
  margin-top: 4rem;
}
.flowWrap__footprints {
  padding: 2rem 0 0 0;
}

.flowList {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.flowList__box {
  position: relative;
  z-index: 100;
}
.flowList .bold {
  color: #008739;
}
.flowList__item {
  position: relative;
  display: flex;
  gap: 4rem;
}
.flowList__item--lastFootstanp {
  position: absolute;
  top: 2.5rem;
  left: 2rem;
  width: 100%;
}
.flowList__item--lastFootstanp > img {
  width: 10rem;
  max-width: 100%;
}
.flowList__item:last-child .flowList__numBox {
  position: relative;
}
.flowList__item:last-child .flowList__numBox::before {
  content: initial;
}
.flowList__numBox {
  position: relative;
  width: 100%;
  max-width: 4.5rem;
  z-index: 1;
}
.flowList__numBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 95%;
  background: url(../img/top/flow_footstanp.svg) repeat-y;
  background-size: 90%;
  background-position: center;
  bottom: 0;
  top: 20px;
  z-index: 0;
}
.flowList__num {
  position: relative;
  background: #ffa013;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  max-width: 4.5rem;
  max-height: 4.5rem;
}
.flowList__num img {
  width: 2.1rem;
}
.flowList__imgBox {
  margin-bottom: 1.4rem;
  background: #afa38e;
  padding: 0.3rem;
  border-radius: 0.9rem;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.flowList__img {
  border-radius: 0.8rem;
  overflow: hidden;
}

.loadingAnimationWrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: red;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  animation-timing-function: var(--easing-opAnimation01);
  transition: 1.2s;
  transition-delay: 1s;
  transition-property: transition, opacity;
}
.loadingAnimationWrap.js-close {
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.pocketImg {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  top: 5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 900;
}
.pocketImg__img {
  position: relative;
  z-index: 900;
}
.pocketImg__flex {
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
  gap: 1.5vw;
  position: absolute;
  top: -55%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 500;
  transition: 0.3s;
  animation-timing-function: var(--easing-opAnimation01);
  transition-property: top;
  transition-property: transition, opacity;
}
@media (max-width: 1080px) {
  .pocketImg__flex {
    top: -40%;
  }
}
.pocketImg .css-animation-guragura {
  transform-origin: center bottom;
  animation: guragura 0.5s linear infinite;
  transition-property: animation;
}
.pocketImg .appTitleLogo {
  opacity: 0;
  transition: 0.4s;
  transition-delay: 0.25s;
  animation-timing-function: var(--easing-opAnimation01);
  transition-property: opacity;
}
.pocketImg .appTitleLogo img {
  width: 220px;
}
.pocketImg.js-close .css-animation-guragura {
  animation: none;
}
.pocketImg.js-close .pocketImg__flex {
  top: -68%;
}
.pocketImg.js-close .appTitleLogo {
  opacity: 1;
}

@keyframes guragura {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-5deg);
  }
  20% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.footprints {
  text-align: center;
  width: 100%;
}
.footprints__returnGift {
  position: relative;
  top: 0;
  z-index: 100;
}
.footprints__returnGift > img {
  width: 100%;
}

.introduction .footprints__img {
  width: 50%;
}

.footer {
  padding-top: 4rem;
  background-color: #3f1800;
}
.footer__logo {
  padding-bottom: 7rem;
}
.footer__logo > img {
  width: 100%;
}
.footer__copyBox {
  display: flex;
  justify-content: center;
  gap: 2rem;
  font-size: 1.2rem;
  background-color: #f3efe8;
  padding-bottom: 2rem;
  padding-top: 1rem;
}
.footer__copy--img {
  width: 100%;
}

.infoData {
  color: #ffffff;
}
.infoData__subTitle {
  font-size: 1.5rem;
  font-weight: 400;
  opacity: 0.5;
  margin-bottom: 0.4rem;
  line-height: 1;
}
.infoData__text {
  font-size: 1.6rem;
  font-weight: 400;
}
.infoData__text + .annotationBox {
  margin-top: 0.4rem;
}
.infoData__box {
  margin-bottom: 2rem;
}

.slideWrap {
  width: 100%;
  overflow: hidden;
  display: flex;
}

.slidList {
  display: flex;
}

.slideItem {
  margin: 0 20px 0 0;
}

.slideItem__img {
  min-width: 3082px;
  height: auto;
  overflow: hidden;
  border-radius: 20px 0 20px 20px;
}

@media screen and (max-width: 740px) {
  .slideItem__img {
    width: auto;
    height: 200px;
  }
}
.slideWrap.sliding .slidList:first-child {
  animation: slide1 600s -300s linear infinite;
}
@media (max-width: 576px) {
  .slideWrap.sliding .slidList:first-child {
    animation: unset;
  }
}

.slideWrap.sliding .slidList:last-child {
  animation: slide2 600s linear infinite;
}
@media (max-width: 576px) {
  .slideWrap.sliding .slidList:last-child {
    animation: unset;
  }
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.iconSlide {
  width: 2rem;
  height: 2rem;
  overflow: hidden;
  position: relative;
  transition: 0.8s cubic-bezier(0, 0.43, 0.5, 1);
}
.iconSlide__box {
  height: auto;
  display: flex;
  transform: translate(calc(-100% - 18px), 0);
  gap: 18px;
  transition: 0s;
}

.arrowBox {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 1;
  padding: 2.4rem 0 1.8rem 0;
  font-size: 1.4rem;
  color: #ffffff;
  font-weight: 400;
  gap: 0 0.5em;
}
.arrowBox::after, .arrowBox::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  display: block;
  height: 1px;
  transition: 0.3s cubic-bezier(0.06, 0.95, 0.5, 1);
}
.arrowBox::after {
  width: 2rem;
  background: #ffffff;
}
.arrowBox__icon {
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  background: #ffffff;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.arrowBox__icon img {
  width: 100%;
}

.js-arrow-active .iconSlide__box {
  transform: translate(0%, 0);
  transition: 0.4s cubic-bezier(0, 0.43, 0.5, 1);
}

.separator {
  width: 100%;
  height: 1px;
  background-color: hsla(0, 0%, 100%, 0.3);
  margin: 4rem 0;
  display: block;
}

.font-en {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.itemList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem 1rem;
  color: #ffffff;
  overflow: hidden;
}
.itemList__item--gif {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
}
.itemList__item:hover .itemList__title {
  text-decoration: underline;
}
.itemList__item:hover .arrowBox::before {
  background: #ffffff;
}
.itemList__hachipayImg {
  width: 13rem;
}
.itemList__img {
  display: block;
  margin-bottom: 0.8rem;
}
.itemList__title {
  font-size: 1.5rem;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 600;
}
.itemList__price {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  padding-top: 1rem;
}
.itemList__price--num {
  position: relative;
  top: 2px;
  left: 0;
  font-size: 2.2rem;
  color: #ffd900;
  margin: 0 0.2rem 0 0.6rem;
  display: inline-block;
}
.itemList__price--yen {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffd900;
}

.borderTag {
  color: #0e7f3e;
  background: #fff;
  padding: 0.5rem 1rem;
  font-size: 1.6rem;
  border-radius: 100px;
  font-weight: 600;
  text-align: center;
  display: inline-table;
}

.bg-green {
  background-image: url(../img/common/bg_grenn.jpg);
}

.mainTitle {
  font-size: 2.6rem;
  line-height: 1.4;
  padding-top: 1rem;
  padding-bottom: 1.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.mainTitle > .smallText {
  font-size: 2.4rem;
}
.mainTitle.--white {
  color: #ffffff;
}

.subTitle {
  padding: 1rem 0 1rem 1.5rem;
  background: #f3efe8;
  position: relative;
  font-size: 2rem;
  border-radius: 0.4rem;
  margin: 2.4rem 0 1.6rem 0;
}
.subTitle::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 0.5rem;
  height: 2rem;
  background-color: var(--main-orange);
  margin: auto;
  border-radius: 0 1rem 1rem 0;
}
.subTitle--footer {
  background: unset;
  padding: 1.5rem 0 1.5rem 1.5rem;
  font-size: 1.8rem;
  margin: 0;
}
.subTitle--footer::before {
  background-color: rgba(255, 255, 255, 0.7);
}

.mainText {
  font-size: 1.6rem;
  font-weight: 500;
  padding-bottom: 1.6rem;
  letter-spacing: 0.03rem;
}

.textLink {
  color: #008739;
  text-decoration: underline;
}
.textLink__icon {
  width: 1.7rem;
  vertical-align: text-bottom;
}
.textLink--flex {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.textLink--f14 {
  font-size: 1.4rem;
}

.mainButton {
  position: relative;
  top: 0;
  text-align: center;
  background-color: var(--main-orange);
  width: 100%;
  border-radius: 0.8rem;
  padding: 2rem 0;
  font-size: 1.6rem;
  color: #ffffff;
  margin: 1.6rem 0;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 0.5rem 0 0 #ce5500;
  transition: 0.4s cubic-bezier(0.06, 0.95, 0.5, 1);
  transition-property: top, box-shadow;
}
@media (any-hover: hover) {
  .mainButton:hover {
    transition: 0.2s cubic-bezier(0.06, 0.95, 0.5, 1);
    top: 0.5rem;
    box-shadow: 0 0rem 0 0 #ce5500;
  }
}
.mainButton--svg {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
}
.mainButton--svg img {
  height: 100%;
  width: 100%;
}

.annotationBox {
  display: flex;
  gap: 0.5rem;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  opacity: 0.8;
}

.figureBorder {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.ta-c {
  text-align: center;
}
.ta-r {
  text-align: right;
}
.ta-l {
  text-align: left;
}

.borderBox {
  position: relative;
  border-radius: 4rem;
  padding: 2rem;
  border: 2px dashed #c4c4c4;
  background: #fff;
}
.borderBox.--topPadding {
  padding-top: 5.5rem;
}
.borderBox__hachipay {
  position: absolute;
  left: -7px;
}

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

.fontWeight-black {
  font-weight: 900;
}

.sp-hidden {
  display: block;
}

@media (max-width: 576px) {
  .sp-hidden {
    display: none;
  }
}
.underLink {
  color: #3f1800;
  text-decoration: underline;
}