@charset "UTF-8";
/* Scss Document */
@keyframes slideInDown {
  from {
    transform: translate3d(0, -20%, 0);
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.pc {
  display: block;
}
@media screen and (max-width: 1110px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 1110px) {
  .sp {
    display: block;
  }
}

a:link {
  color: inherit;
}

a.link {
  transition: 0.2s;
  text-decoration: underline;
  position: relative;
  color: inherit;
}
a.link:hover {
  text-decoration: none;
}

html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-size: 1.6em;
  font-family: "YakuHanJPs", "Noto Sans JP", "Noto Sans SC", "メイリオ", "Meiryo", serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.7;
  word-wrap: break-word;
  color: #051943;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

.loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 1000;
}
.loading::before, .loading::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  transition: transform 0.6s;
  transition-delay: 0.35s;
}
.loading::before {
  left: -50%;
  background-color: #ccecff;
}
@media screen and (max-width: 767px) {
  .loading::before {
    left: 0;
    top: -50%;
  }
}
.loading::after {
  right: -50%;
  background-color: #73c3fc;
}
@media screen and (max-width: 767px) {
  .loading::after {
    right: 0;
    top: auto;
    bottom: -50%;
  }
}
.loaded .loading::before {
  background-color: #ccecff;
  transform: translateY(-100vh);
}
@media screen and (max-width: 767px) {
  .loaded .loading::before {
    transform: translateX(-100vw);
  }
}
.loaded .loading::after {
  background-color: #73c3fc;
  transform: translateY(100vh);
}
@media screen and (max-width: 767px) {
  .loaded .loading::after {
    transform: translateX(100vw);
  }
}

.wrap {
  overflow: hidden;
  position: relative;
}
.wrap::before {
  display: block;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(100deg, #ccecff, #73c3fc);
  z-index: -1;
}

.fade {
  opacity: 0;
  transition: opacity 0.25s 0.5s, transform 0.25s 0.5s;
  transform: translateY(30px);
}
@media screen and (max-width: 767px) {
  .fade {
    transform: translateY(20px);
  }
}
.fade.scroll {
  opacity: 1;
  transform: translateY(0);
}

.header-gift {
  position: relative;
  height: 70px;
  padding: 15px 20px;
  background-color: #ebebee;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .header-gift {
    height: 60px;
    padding: 17px 4vw;
  }
}
.header-gift .header-gift-logo {
  display: block;
  width: 84px;
  height: 40px;
  background: url("../images/202312_c103/logo_gift.png") no-repeat center center/contain;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  transition: 0.3s;
  opacity: 1;
}
.header-gift .header-gift-logo:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1110px) {
  .header-gift .header-gift-logo:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .header-gift .header-gift-logo {
    width: 54px;
    height: 26px;
  }
}
.header-gift .sns-nav {
  position: absolute;
  right: 20px;
  top: 15px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .header-gift .sns-nav {
    right: 2vw;
  }
}
.header-gift .sns-nav__list {
  display: flex;
}
.header-gift .sns-nav__item {
  position: relative;
  margin: 0 0 0 10px;
}
.header-gift .sns-nav__item:first-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .header-gift .sns-nav__item {
    margin: 0 0 0 8px;
  }
}
.header-gift .sns-nav__item a {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 40px;
  height: 40px;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  transition: 0.3s;
  opacity: 1;
}
.header-gift .sns-nav__item a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1110px) {
  .header-gift .sns-nav__item a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .header-gift .sns-nav__item a {
    width: 30px;
    height: 30px;
  }
}
.header-gift .sns-nav__item a.twitter {
  background-image: url("../images/202312_c103/icon_twitter.png");
}
.header-gift .sns-nav__item a.line {
  background-image: url("../images/202312_c103/icon_line.png");
}

.header {
  z-index: 999;
  position: relative;
  height: 66px;
}
@media screen and (max-width: 1110px) {
  .header {
    height: 58px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 10vw;
  }
}
.header .g-nav {
  position: absolute;
  overflow: hidden;
  max-width: 1000px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: linear-gradient(100deg, #3477fa, #5d96fc);
  border-radius: 9999px;
  transition: 0.2s;
}
@media screen and (max-width: 1110px) {
  .header .g-nav {
    margin: 0 5vw;
  }
}
@media screen and (max-width: 767px) {
  .header .g-nav {
    margin: 0 0 7vw;
    border-radius: 0;
  }
}
.header .g-nav__list {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.header .g-nav__item {
  position: relative;
  margin: 0 4.5%;
}
@media screen and (max-width: 1110px) {
  .header .g-nav__item {
    margin: 0 2.5%;
  }
}
.header .g-nav__item a {
  transform: rotate(0.03deg);
  display: block;
  text-align: center;
  color: #fff;
  height: 66px;
  line-height: 64px;
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
  font-weight: 800;
  transition: 0.3s;
  opacity: 1;
}
.header .g-nav__item a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1110px) {
  .header .g-nav__item a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 1110px) {
  .header .g-nav__item a {
    height: 58px;
    line-height: 56px;
  }
}
@media screen and (max-width: 767px) {
  .header .g-nav__item a {
    height: 10vw;
    line-height: 9.8vw;
    font-size: clamp(1.2rem, 3.3vw, 1.8rem);
  }
}
.scrolled .header .g-nav {
  position: fixed;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  backface-visibility: hidden;
  transform: translateZ(0);
}
@media screen and (max-width: 1110px) {
  .scrolled .header .g-nav {
    margin: 0 5vw;
  }
}
@media screen and (max-width: 767px) {
  .scrolled .header .g-nav {
    top: 0;
    margin: 0;
  }
}

.content {
  position: relative;
}
.content::before, .content::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  width: 100%;
}
.content::before {
  aspect-ratio: 1366/782;
  position: absolute;
  top: 0;
  background: url("../images/202312_c103/bg_mainvisual_pc.png") no-repeat center top;
  background-size: 107% auto;
  z-index: -1;
  opacity: 0;
  transition: 0.65s;
  transform: translate(40px, -40px);
}
@media screen and (min-width: 1366px) {
  .content::before {
    aspect-ratio: unset;
    height: 782px;
    background-size: inherit;
  }
}
@media screen and (max-width: 767px) {
  .content::before {
    aspect-ratio: 750/1194;
    background-image: url("../images/202312_c103/bg_mainvisual_sp.png");
    background-size: 100% auto;
  }
}
.anime-start .content::before {
  opacity: 1;
  transform: translate(0);
}
.content::after {
  aspect-ratio: 1366/254;
  bottom: 0;
  background: url("../images/202312_c103/bg_footer_pc.png") no-repeat center bottom;
  background-size: 107% auto;
  z-index: -1;
}
@media screen and (min-width: 1366px) {
  .content::after {
    aspect-ratio: unset;
    height: 254px;
    background-size: inherit;
  }
}
@media screen and (max-width: 767px) {
  .content::after {
    aspect-ratio: 750/289;
    background-image: url("../images/202312_c103/bg_footer_sp.png");
    background-size: 100% auto;
  }
}

.block-top {
  position: relative;
  margin: 0 auto 10px;
}
@media screen and (max-width: 1110px) {
  .block-top {
    margin-bottom: 1vw;
  }
}
.block-top .main-visual {
  position: relative;
  margin: 0 auto;
  max-width: 1366px;
  aspect-ratio: 1366/725;
  opacity: 1;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .block-top .main-visual {
    aspect-ratio: 750/1200;
  }
}
.block-top .main-visual::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background-size: contain;
  background-size: 100% auto;
  background-repeat: no-repeat;
  opacity: 0;
}
.block-top .main-visual::before {
  background-image: url("../images/202312_c103/mainvisual_pc.png");
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .block-top .main-visual::before {
    background-image: url("../images/202312_c103/mainvisual_sp.png");
  }
}
.loaded .block-top .main-visual::before {
  opacity: 1;
}

.section-attention {
  padding-top: 140px;
}
@media screen and (max-width: 1110px) {
  .section-attention {
    padding-top: 14vw;
    margin: 0 5vw;
  }
}
.section-attention__heading {
  transform: rotate(0.03deg);
  position: relative;
  line-height: 1.4;
  margin: 0 auto 20px;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: #143fb3;
}
@media screen and (max-width: 1110px) {
  .section-attention__heading {
    margin: 0 auto 2vw;
    font-size: clamp(2.4rem, 4vw, 3.8rem);
  }
}
.section-attention__box {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  padding: 60px 80px 70px;
}
@media screen and (max-width: 1110px) {
  .section-attention__box {
    padding: 5vw 5vw 6vw;
  }
}
@media screen and (max-width: 767px) {
  .section-attention__box {
    padding: 6vw 5vw 8vw;
  }
}
.section-attention__box::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.87;
  z-index: -1;
}
.section-attention__box::after {
  display: block;
  position: absolute;
  content: "";
  right: -54px;
  bottom: -38px;
  width: 184px;
  aspect-ratio: 184/156;
  background: url("../images/202312_c103/deco_box.svg") no-repeat right bottom;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 1110px) {
  .section-attention__box::after {
    width: 18vw;
    right: -5vw;
    bottom: -3.8vw;
  }
}
@media screen and (max-width: 767px) {
  .section-attention__box::after {
    width: 26vw;
    right: -8vw;
    bottom: -5.8vw;
  }
}
.section-attention__item {
  transform: rotate(0.03deg);
  margin-bottom: 2em;
  font-size: 1.7rem;
}
.section-attention__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section-attention__item {
    font-size: 1.5rem;
  }
}
.section-attention__txt {
  line-height: 1.6;
  margin: 0.5em 0 0.9em;
}
.section-attention__txt .txt-small {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .section-attention__txt .txt-small {
    font-size: 1.2rem;
  }
}
.section-attention__list--sub {
  margin-top: 0.5em;
  line-height: 1.5;
  padding: 0 0 0 1em;
  font-size: 1.5rem;
}
.section-attention__list--sub li {
  transform: rotate(0.03deg);
  margin: 0 0 0.3em;
  text-indent: -1em;
}
.section-attention__list--sub li:last-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .section-attention__list--sub {
    font-size: 1.3rem;
  }
}

.section-wrap {
  margin: 0 auto;
  max-width: 1160px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

.section-summary {
  width: 47%;
  padding-top: 140px;
}
@media screen and (max-width: 1110px) {
  .section-summary {
    padding-top: 14vw;
    margin: 0 5vw;
    width: 100%;
  }
}
.section-summary__heading {
  transform: rotate(0.03deg);
  position: relative;
  line-height: 1.4;
  margin: 0 auto 20px;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: #143fb3;
  width: 100%;
}
@media screen and (max-width: 1110px) {
  .section-summary__heading {
    margin: 0 auto 2vw;
    font-size: clamp(2.4rem, 4vw, 3.8rem);
  }
}
.section-summary__box {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  padding: 60px 80px 70px;
  padding: 50px 50px 60px;
}
@media screen and (max-width: 1110px) {
  .section-summary__box {
    padding: 5vw 5vw 6vw;
  }
}
@media screen and (max-width: 767px) {
  .section-summary__box {
    padding: 6vw 5vw 8vw;
  }
}
.section-summary__box::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.87;
  z-index: -1;
}
.section-summary__box::after {
  display: block;
  position: absolute;
  content: "";
  right: -54px;
  bottom: -38px;
  width: 184px;
  aspect-ratio: 184/156;
  background: url("../images/202312_c103/deco_box.svg") no-repeat right bottom;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 1110px) {
  .section-summary__box::after {
    width: 18vw;
    right: -5vw;
    bottom: -3.8vw;
  }
}
@media screen and (max-width: 767px) {
  .section-summary__box::after {
    width: 26vw;
    right: -8vw;
    bottom: -5.8vw;
  }
}
.section-summary__list {
  line-height: 1.5;
}
.section-summary__list dt, .section-summary__list dd {
  transform: rotate(0.03deg);
}
.section-summary__list dt {
  display: inline-block;
  width: 6em;
  line-height: 1.3;
  height: 1.6em;
  margin-bottom: 0.5em;
  padding: 0.1em 0 0.2em;
  background-color: #143fb3;
  color: #fff;
  font-weight: 800;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-summary__list dt {
    font-size: 1.4rem;
  }
}
.section-summary__list dd {
  margin-bottom: 1.5em;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .section-summary__list dd {
    font-size: 1.5rem;
  }
}
.section-summary__list dd {
  font-weight: 800;
}
.section-summary__list--sub {
  line-height: 1.5;
  padding: 0 0 0 1em;
}
.section-summary__list--sub li {
  transform: rotate(0.03deg);
  margin: 0 0 0.3em;
  text-indent: -1em;
}
.section-summary__list--sub li:last-child {
  margin: 0;
}

.section-booth {
  width: 47%;
  padding-top: 140px;
}
@media screen and (max-width: 1110px) {
  .section-booth {
    padding-top: 14vw;
    margin: 0 5vw;
    width: 100%;
  }
}
.section-booth__heading {
  transform: rotate(0.03deg);
  position: relative;
  line-height: 1.4;
  margin: 0 auto 20px;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: #143fb3;
  width: 100%;
}
@media screen and (max-width: 1110px) {
  .section-booth__heading {
    margin: 0 auto 2vw;
    font-size: clamp(2.4rem, 4vw, 3.8rem);
  }
}
.section-booth__box {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  padding: 60px 80px 70px;
  padding: 50px 50px 60px;
}
@media screen and (max-width: 1110px) {
  .section-booth__box {
    padding: 5vw 5vw 6vw;
  }
}
@media screen and (max-width: 767px) {
  .section-booth__box {
    padding: 6vw 5vw 8vw;
  }
}
.section-booth__box::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.87;
  z-index: -1;
}
.section-booth__box::after {
  display: block;
  position: absolute;
  content: "";
  right: -54px;
  bottom: -38px;
  width: 184px;
  aspect-ratio: 184/156;
  background: url("../images/202312_c103/deco_box.svg") no-repeat right bottom;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 1110px) {
  .section-booth__box::after {
    width: 18vw;
    right: -5vw;
    bottom: -3.8vw;
  }
}
@media screen and (max-width: 767px) {
  .section-booth__box::after {
    width: 26vw;
    right: -8vw;
    bottom: -5.8vw;
  }
}
.section-booth__image figure {
  margin: 0 auto;
}

.section-goods {
  padding-top: 140px;
}
@media screen and (max-width: 1110px) {
  .section-goods {
    padding-top: 14vw;
    margin: 0 5vw;
  }
}
.section-goods__heading {
  transform: rotate(0.03deg);
  position: relative;
  line-height: 1.4;
  margin: 0 auto 20px;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: #143fb3;
}
@media screen and (max-width: 1110px) {
  .section-goods__heading {
    margin: 0 auto 2vw;
    font-size: clamp(2.4rem, 4vw, 3.8rem);
  }
}
.section-goods__box {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  padding: 60px 80px 70px;
}
@media screen and (max-width: 1110px) {
  .section-goods__box {
    padding: 5vw 5vw 6vw;
  }
}
@media screen and (max-width: 767px) {
  .section-goods__box {
    padding: 6vw 5vw 8vw;
  }
}
.section-goods__box::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.87;
  z-index: -1;
}
.section-goods__box::after {
  display: block;
  position: absolute;
  content: "";
  right: -54px;
  bottom: -38px;
  width: 184px;
  aspect-ratio: 184/156;
  background: url("../images/202312_c103/deco_box.svg") no-repeat right bottom;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 1110px) {
  .section-goods__box::after {
    width: 18vw;
    right: -5vw;
    bottom: -3.8vw;
  }
}
@media screen and (max-width: 767px) {
  .section-goods__box::after {
    width: 26vw;
    right: -8vw;
    bottom: -5.8vw;
  }
}
.section-goods__txt {
  transform: rotate(0.03deg);
  margin-bottom: 1.5em;
  font-size: 1.8rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .section-goods__txt {
    font-size: 1.4rem;
  }
}
.section-goods__txt .txt-small {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .section-goods__txt .txt-small {
    font-size: 1.3rem;
  }
}
.section-goods__txt--note {
  transform: rotate(0.03deg);
  line-height: 1.6;
  color: #ec002e;
  margin-top: -15px;
}
@media screen and (max-width: 767px) {
  .section-goods__txt--note {
    margin-top: -0.8vw;
  }
}
.section-goods__image figure {
  margin: 0 auto 30px;
}
@media screen and (max-width: 1110px) {
  .section-goods__image figure {
    margin-bottom: 3vw;
  }
}
.section-goods__image--tokuten figure {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section-goods__image--tokuten figure {
    width: 85%;
  }
}
.section-goods__btn {
  margin: 50px auto;
}
@media screen and (max-width: 1110px) {
  .section-goods__btn {
    margin: 4.5vw auto;
  }
}
.section-goods__btn a {
  display: block;
  transition: 0.3s;
  opacity: 1;
}
.section-goods__btn a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1110px) {
  .section-goods__btn a:hover {
    opacity: 1;
  }
}
.section-goods__txt--notice {
  transform: rotate(0.03deg);
  margin: 1em auto;
  text-align: center;
  font-size: 2.7rem;
  font-weight: 800;
}
@media screen and (max-width: 1110px) {
  .section-goods__txt--notice {
    width: 100%;
    font-size: clamp(1.6rem, 2.6vw, 2.7rem);
  }
}

.section-online {
  padding-top: 140px;
}
@media screen and (max-width: 1110px) {
  .section-online {
    padding-top: 14vw;
    margin: 0 5vw;
  }
}
.section-online__heading {
  transform: rotate(0.03deg);
  position: relative;
  line-height: 1.4;
  margin: 0 auto 20px;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: #143fb3;
}
@media screen and (max-width: 1110px) {
  .section-online__heading {
    margin: 0 auto 2vw;
    font-size: clamp(2.4rem, 4vw, 3.8rem);
  }
}
.section-online__box {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  padding: 60px 80px 70px;
}
@media screen and (max-width: 1110px) {
  .section-online__box {
    padding: 5vw 5vw 6vw;
  }
}
@media screen and (max-width: 767px) {
  .section-online__box {
    padding: 6vw 5vw 8vw;
  }
}
.section-online__box::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.87;
  z-index: -1;
}
.section-online__box::after {
  display: block;
  position: absolute;
  content: "";
  right: -54px;
  bottom: -38px;
  width: 184px;
  aspect-ratio: 184/156;
  background: url("../images/202312_c103/deco_box.svg") no-repeat right bottom;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 1110px) {
  .section-online__box::after {
    width: 18vw;
    right: -5vw;
    bottom: -3.8vw;
  }
}
@media screen and (max-width: 767px) {
  .section-online__box::after {
    width: 26vw;
    right: -8vw;
    bottom: -5.8vw;
  }
}
.section-online__image figure {
  margin: 0 auto 30px;
}
@media screen and (max-width: 1110px) {
  .section-online__image figure {
    margin-bottom: 3vw;
  }
}
.section-online__list + .section-online__image {
  margin-top: 3em;
  padding-top: 3em;
  border-top: 1px solid #748189;
}
.section-online__item {
  transform: rotate(0.03deg);
  margin-bottom: 2em;
}
.section-online__item:last-child {
  margin-bottom: 0;
}
.section-online__item .txt-large {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .section-online__item .txt-large {
    font-size: 1.5rem;
  }
}
.section-online__list--sub {
  line-height: 1.5;
  padding: 0 0 0 1em;
  margin-top: 0.5em;
}
.section-online__list--sub li {
  transform: rotate(0.03deg);
  margin: 0 0 0.3em;
  text-indent: -1em;
}
.section-online__list--sub li:last-child {
  margin: 0;
}
.section-online__item--sub {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .section-online__item--sub {
    font-size: 1.3rem;
  }
}

.section-notice {
  padding-top: 140px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1110px) {
  .section-notice {
    padding-top: 14vw;
    margin: 0 5vw 10vw;
  }
}
.section-notice__heading {
  transform: rotate(0.03deg);
  position: relative;
  line-height: 1.4;
  margin: 0 auto 20px;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: #143fb3;
}
@media screen and (max-width: 1110px) {
  .section-notice__heading {
    margin: 0 auto 2vw;
    font-size: clamp(2.4rem, 4vw, 3.8rem);
  }
}
.section-notice__box {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  padding: 60px 80px 70px;
}
@media screen and (max-width: 1110px) {
  .section-notice__box {
    padding: 5vw 5vw 6vw;
  }
}
@media screen and (max-width: 767px) {
  .section-notice__box {
    padding: 6vw 5vw 8vw;
  }
}
.section-notice__box::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.87;
  z-index: -1;
}
.section-notice__box::after {
  display: block;
  position: absolute;
  content: "";
  right: -54px;
  bottom: -38px;
  width: 184px;
  aspect-ratio: 184/156;
  background: url("../images/202312_c103/deco_box.svg") no-repeat right bottom;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 1110px) {
  .section-notice__box::after {
    width: 18vw;
    right: -5vw;
    bottom: -3.8vw;
  }
}
@media screen and (max-width: 767px) {
  .section-notice__box::after {
    width: 26vw;
    right: -8vw;
    bottom: -5.8vw;
  }
}
.section-notice__list {
  line-height: 1.5;
  padding: 0 0 0 1em;
}
.section-notice__list li {
  transform: rotate(0.03deg);
  margin: 0 0 0.3em;
  text-indent: -1em;
}
.section-notice__list li:last-child {
  margin: 0;
}

.pagetop {
  display: block;
  position: relative;
  margin: 0 auto 90px;
  z-index: 2;
  aspect-ratio: 1/1;
  width: 90px;
  cursor: pointer;
  background: url("../images/202312_c103/btn_pagetop.svg") no-repeat center center/contain;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  transition: 0.3s;
  opacity: 1;
}
.pagetop:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1110px) {
  .pagetop:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 1110px) {
  .pagetop {
    margin-bottom: 9vw;
  }
}
@media screen and (max-width: 767px) {
  .pagetop {
    width: 66px;
    margin-bottom: 10vw;
  }
}
.pagetop::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.footer {
  position: relative;
  padding: 0 0 90px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 0 0 12vw;
  }
}

.copyright {
  transform: rotate(0.03deg);
  margin: 0 5vw;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .copyright {
    font-size: clamp(1rem, 2.8vw, 1.3rem);
  }
}
.copyright p {
  line-height: 1.5;
}
@media screen and (max-width: 1110px) {
  .copyright p span {
    display: block;
  }
}
.copyright p span + span {
  margin-left: 1em;
}
@media screen and (max-width: 1110px) {
  .copyright p span + span {
    margin-left: 0;
  }
}/*# sourceMappingURL=202312_c103.css.map */