html {
  scroll-behavior: smooth;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* patch */
.comp-footer-sub.spd {
  margin-bottom: 16px !important;
}

.framework-0 {
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
}

.framework-0 p,
.framework-0 dt {
  font-size: 16px;
}

@media (max-width: 768px) {
  .framework-0 p,
  .framework-0 dt {
    font-size: 14px;
  }
}
.framework-0 a {
  color: #0d6efd;
}

.comp-footer-list .js-accordion {
  border: 0;
}

.framework-0 .comp-footer-sub {
  margin-bottom: 16px;
}

body.is-fixed .framework-0 .headerEl {
  width: 100vw;
}

.framework-0 .global-nav {
  max-width: 100vw;
}

.framework-0 .nav-btn-name {
  line-height: 1;
}

.framework-0 a.card {
  color: #454545;
  text-decoration: none;
}

.framework-0 .card-foot a {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  text-decoration: none;
}

.framework-0 .card-foot a .ico {
  font-size: 13px;
}

button {
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* patch */
.img-link {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.img-link:hover {
  opacity: 0.8;
}

.bg-light-orange {
  background-color: #fff8eb;
}

.bottom-contents__img {
  width: 50%;
  max-width: 460px;
  height: auto;
  margin: auto;
}

@media (max-width: 768px) {
  .bottom-contents__img {
    width: 100%;
  }
}
.backnumber-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px 42px;
}

@media (max-width: 768px) {
  .backnumber-list {
    gap: 12px 80px;
  }
}
.backnumber-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding-right: 8px;
  font-size: 16px;
  width: 12.5%;
}

.backnumber-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem;
  border-radius: 4px;
  color: #454545;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.backnumber-item .active {
  pointer-events: none;
  text-decoration: none;
  background-color: #dfdfdf;
  color: #888888;
}

@media (max-width: 576px) {
  .backnumber-item {
    width: 50%;
    margin-bottom: 8px;
  }
}
.lead-decoration {
  position: relative;
  display: inline-block;
}

.lead-decoration::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -10px;
  display: block;
  width: 18px;
  height: 13px;
  background: url(/img/tips/h3-decoration.svg) no-repeat;
}

.corner-top::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  width: 90px;
  height: 90px;
  background: url(/img/tips/corners.svg);
  background-size: cover;
}

@media (max-width: 576px) {
  .corner-top::before {
    width: 40px;
    height: 40px;
  }
}
.corner-top::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  display: block;
  width: 90px;
  height: 90px;
  background: url(/img/tips/corners.svg);
  background-size: cover;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (max-width: 576px) {
  .corner-top::after {
    width: 40px;
    height: 40px;
  }
}
.corner-bottom::before {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  display: block;
  width: 90px;
  height: 90px;
  background: url(/img/tips/corners.svg);
  background-size: cover;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 576px) {
  .corner-bottom::before {
    width: 40px;
    height: 40px;
  }
}
.corner-bottom::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
  display: block;
  width: 90px;
  height: 90px;
  background: url(/img/tips/corners.svg);
  background-size: cover;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

@media (max-width: 576px) {
  .corner-bottom::after {
    width: 40px;
    height: 40px;
  }
}
.cta-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #d7d7d7;
}

.cta-card-head {
  position: relative;
  display: block;
  padding-top: 1.5rem;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  .cta-card-head {
    font-size: 16px;
    padding-top: 1.6rem;
  }
}
.cta-card-head span {
  font-size: 14px;
}

@media (max-width: 768px) {
  .cta-card-head span {
    font-size: 14px;
  }
}
.cta-card-body {
  position: relative;
  padding: 0.5rem 1rem 1rem;
}

.cta-card-head-balloon {
  position: absolute;
  top: -1.7rem;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  min-width: 230px;
  max-width: 260px;
  margin: auto;
  padding: 8px 0;
  background-color: #000000;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  border-radius: 8px;
}

.cta-card-head-balloon::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.5rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cta-card-head-main-balloon {
  position: absolute;
  top: -1.7rem;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  min-width: 230px;
  max-width: 260px;
  margin: auto;
  padding: 8px 0;
  background-color: #bf0000;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  border-radius: 8px;
}

.cta-card-head-main-balloon::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.5rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #bf0000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.w-100 {
  width: 100% !important;
}

.border-100vh {
  border-radius: 100vh;
}

.border-orange {
  border: 1px solid #F6C365 !important;
}

.min-width240 {
  min-width: 240px !important;
}

.max-width270 {
  max-width: 270px !important;
}

body {
  color: #272727;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
.font-bold {
  font-weight: 750;
}

.color {
  color: rgb(68, 41, 41);
}

.bg-koban {
  background-color: #FFFAF3;
  border-top: 3px solid #604F4E;
  border-bottom: 3px solid #604F4E;
}

.koban-grid {
  background-image: url("/tips/thanks/202501/img/koban_pc.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 370px 27px 1fr;
  grid-template-columns: 370px 1fr;
  gap: 27px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .koban-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
@media (max-width: 576px) {
  .koban-grid {
    background-image: url("/tips/thanks/202501/img/koban_sp.png");
    background-size: cover;
  }
}
.no1-icon-img {
  width: 166px;
  height: 166px;
}

.koban-text {
  width: 90%;
  font-size: 16px;
}

@media (max-width: 768px) {
  .koban-text {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 14px;
  }
}
.section-label-thin {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 72px;
  font-size: 16px;
}

@media (max-width: 992px) {
  .section-label-thin {
    gap: 36px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .section-label-thin {
    gap: 12px;
    font-size: 12px;
  }
}
.section-label-thin-bg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 71px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff8eb;
  z-index: -1;
}

.section-label-thin span {
  letter-spacing: 1.5rem;
}

@media (max-width: 992px) {
  .section-label-thin span {
    letter-spacing: 1rem;
  }
}
@media (max-width: 992px) {
  .section-label-thin img {
    width: 124px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .section-label-thin img {
    width: 88px;
    height: 89px;
  }
}
rt {
  text-align: center;
  ruby-align: center;
  font-weight: 500;
  margin-bottom: 3px;
}

.section-label-medium {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

@media (max-width: 768px) {
  .section-label-medium {
    gap: 16px;
    font-size: 12px;
  }
}
.section-label-medium-bg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 102px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff8eb;
  z-index: -1;
}

@media (max-width: 768px) {
  .section-label-medium-bg {
    height: 200px;
  }
}
.section-label-medium-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (max-width: 768px) {
  .section-label-medium-content img {
    width: 64px;
    height: 79px;
  }
}
.section-label-medium-content p {
  line-height: 2rem;
}

@media (max-width: 768px) {
  .section-label-medium-content p {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
.section-label-large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding-top: 17px;
  background-color: #fff8eb;
}

.dela-gothic-one-regular {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

.flex-item-1 {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.title {
  border-bottom: 3px solid rgb(68, 41, 41);
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  .title {
    position: relative;
    font-size: 16px;
  }
}
.manekineko::before {
  content: "";
  display: inline-block;
  width: 57px;
  height: 81px;
  background-image: url(/tips/thanks/202501/img/manekineko.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  margin-right: 20px;
  position: relative;
  top: 20px;
}

@media (max-width: 768px) {
  .manekineko::before {
    width: 39px;
    height: 55px;
  }
}
.koduti::before {
  content: "";
  display: inline-block;
  width: 75px;
  height: 92px;
  background-image: url(/tips/thanks/202501/img/koduti.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  margin-right: 20px;
  position: relative;
  top: 20px;
}

@media (max-width: 768px) {
  .koduti::before {
    width: 50px;
    height: 62px;
  }
}
.tai::before {
  content: "";
  display: inline-block;
  width: 59px;
  height: 69px;
  background-image: url(../images/all/tai.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  margin-right: 20px;
  position: relative;
  top: 20px;
}

@media (max-width: 768px) {
  .tai::before {
    width: 50px;
    height: 58px;
  }
}
.takarabune::before {
  content: "";
  display: inline-block;
  width: 69px;
  height: 76px;
  background-image: url(../images/all/takarabune.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  margin-right: 20px;
  position: relative;
  top: 20px;
}

@media (max-width: 768px) {
  .takarabune::before {
    width: 50px;
    height: 55px;
  }
}
.line-height {
  line-height: 2.5em;
}

.image-grid {
  max-width: 1020px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 40px;
}

@media (max-width: 768px) {
  .image-grid {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.image-border {
  width: 500px;
  height: auto;
}

@media (max-width: 768px) {
  .image-border {
    width: 295px;
    height: auto;
  }
}
.image-balloon-position {
  position: relative;
}

.word-balloon-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 322px;
  height: 62px;
}

@media (max-width: 768px) {
  .word-balloon-bottom {
    width: 213px;
    height: 43px;
  }
}
.word-balloon-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 309px;
  height: 61px;
}

@media (max-width: 768px) {
  .word-balloon-top {
    width: 212px;
    height: 42px;
  }
}
.thanks_gotoTop {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 19px 80px 24px auto;
  margin-left: auto;
  font-size: 12px;
  font-weight: 700;
  color: #BF2000;
}

.thanks_gotoTop:hover,
.thanks_gotoTop:active {
  opacity: 0.8;
}

@media (max-width: 640px) {
  .thanks_gotoTop {
    margin: 18px 16px 24px auto;
  }
}
.thanks_gotoTop a:link,
.thanks_gotoTop a:hover,
.thanks_gotoTop a:visited,
.thanks_gotoTop a:active {
  color: #BF2000;
  text-decoration: none;
}

.thanks_gotoTop span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.thanks_gotoTop img {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  display: block;
}

.under-video {
  display: none;
}

.thanks_videoContainer {
  display: none;
}

.patternAappear {
  display: none;
  width: 100%;
  height: 1px;
}

.patternBappear {
  display: none;
  width: 100%;
  height: 1px;
}

.prologue {
  padding: 7px 0px 13px;
  background-color: #E5F8FF;
  background-image: url("/tips/thanks/202501/img/koban_pc.png");
  background-position: center;
  background-repeat: repeat;
  background-position: center center;
  background-size: 1879px auto;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .prologue {
    padding: 20px 0px;
    background-image: url("/tips/thanks/202501/img/koban_sp.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-bottom: 20px;
  }
}
.prologue__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media (max-width: 768px) {
  .prologue__flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.prologue__imgBox {
  width: calc(50% - 15px);
  max-width: 460px;
  height: auto;
  margin: auto;
}
@media (max-width: 768px) {
  .prologue__imgBox {
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
  }
}
.prologue__text {
  color: #442929;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 2;
  padding-right: 5%;
}
@media (max-width: 768px) {
  .prologue__text {
    padding-right: 0%;
  }
}
.prologue__textBox {
  width: calc(50% - 15px);
  max-width: 433px;
}
@media (max-width: 768px) {
  .prologue__textBox {
    max-width: 285px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.h3_ruby rt {
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 700;
}

.oise_textSpace {
  padding-left: 1em;
}

.winResult {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(255, 255, 255, 0)), color-stop(5%, #FFDB61));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 5%, #FFDB61 5%);
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .winResult {
    margin-bottom: 20px;
  }
}

.anouncement {
  max-width: 1052px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .anouncement {
    max-width: 450px;
  }
}

.rowGap-0 {
  row-gap: 0px !important;
}

@media (max-width: 768px) {
  .rowGap-md-12 {
    row-gap: 12px !important;
  }
}
.icon-peace {
  position: relative;
  display: inline-block;
  margin-right: 8px;
}
.icon-peace::after {
  width: 1.5em;
  height: 1.5em;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/tips/thanks/202501/img/peace.svg");
  background-size: contain;
}

.buyArea {
  background-color: #fff8eb;
  padding-bottom: 20px;
  padding-top: 2px;
}
@media (max-width: 768px) {
  .buyArea {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

.line-brown {
  border-top: 3px solid #604F4E;
  border-bottom: 3px solid #604F4E;
}