* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

body {
  width: 100%;
  height: 100%;
}

.section9 {
  margin-top: 2rem;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

/*
.fixed-menu {
    position: fixed;
    top: 42%;
    transform: translateY(-50%);
    left: 10%;
    max-width: 29rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 5;
}
*/
.fixed-menu {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 7%;
  max-width: 34rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 5;
}

.fixed-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../pcimg/pc_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

main {
  z-index: 3;
  position: relative;
  max-width: 40rem;
  margin: 0 auto;
  background: url(../images/sp_bg.png);
  background-repeat: repeat;
  background-size: 100%;
  background-color: #ecbe54;
}

.btn-more {
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: underline;
  position: relative;
  color: #fff !important;
}

.btn-more::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #fff;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
}

.container {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 5%;
}

.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-center {
  justify-content: center;
  align-items: center;
}

.gap2 {
  gap: 2rem;
}

.mt1 {
  margin-top: 1rem;
}

.mt2 {
  margin-top: 2rem;
}

.mt3 {
  margin-top: 3rem;
}

.mt4 {
  margin-top: 4rem;
}

.mt5 {
  margin-top: 5rem;
}

.bg-white,
.bg-white-abs {
  position: relative;
  padding: 3rem 1rem;
}

.bg-white *,
.bg-white-abs * {
  position: relative;
  z-index: 1;
}

.bg-white-abs img.scaledimg {
  position: relative;
  transform: scale(1.06) translate(-10px, -12px);
}

.bg-white::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  /*height: 102%;*/
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  z-index: 0;
}

.bg-white-abs::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  z-index: 0;
}

.mtb {
  margin: 5.2rem 0;
}

.mtbs {
  margin: 2rem 0;
}

section {
  width: 100%;
}

.section3 .box,
.section4 .box,
.section5 .box {
  margin: 5%;
  background-color: #fff5cd;
  border: solid #b60004 0.35vw;
  box-sizing: border-box;
}

.title {
  margin: -0.35vw;
}

.txt {
  font-size: medium;
  line-height: 1.5;
  text-align: justify;
  font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium", "Yu Gothic Medium", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic", sans-serif;
}

.center {
  text-align: center!important;
}

.bn_txt {
  font-size: small;
}
section.top-banner {
  position: relative;
}

.img-container-full {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.img-container-full img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.br-line {
  width: 100%;
  padding: 1rem 2rem;
}

.br-line img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.btns-3grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1rem;
  align-items: end;
}

.w60 {
  width: 60%;
}

.bubble-text {
  position: relative;
  width: 100%;
}

/* .bubble-text-p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 2rem;
    text-align: center;
    font-size: 1.2rem;
} */
.slide-btns {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

p.font3 {
  font-size: 1.8rem;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
  color: #333 !important;
}

.pink-btn {
  color: #E7447D !important;
  text-decoration: underline !important;
}

.white-btn {
  color: #fff !important;
  text-decoration: underline !important;
}

.section7 {
  padding-bottom: 4rem;
}

.mtminus {
  margin-top: -1rem;
}

.pb5 {
  padding-bottom: 5rem;
}
.pb10 {
  padding-bottom: 10rem;
}

.section8 {
  background-color: #EDA0AB;
  padding-top: 5rem;
  position: relative;
  padding-bottom: 6rem;
}

.abs-line-top {
  position: absolute;
  width: 90%;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.abs-line-bottom {
  position: absolute;
  width: 90%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
}

.bg-green {
  background-color: #ACD644;
  padding-bottom: 6rem;
  padding-top: 4rem;
}

.bg-orange {
  padding-top: 5.4rem;
  background-color: #FFC75D;
  position: relative;
  padding-bottom: 4rem;
}

.line-absolute-9 {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  transform: translateY(-50%);
}

.line-absolute-10 {
  position: absolute;
  top: -1%;
  left: 0%;
  width: 100%;
  transform: translateY(-50%);
}

.pb2 {
  padding-bottom: 1.8rem !important;
}

.pt4 {
  padding-top: 4rem;
}

.flex-2 {
  display: flex;
  gap: 1rem;
}

.flex-2 img {
  flex: 1;
  width: 47%;
}

.w20 {
  width: 20%;
}

h3 {
  font-size: 1.9rem;
}

.mv-alt {
  position: absolute;
}

.mv-left-bear {
  width: 27%;
  bottom: 0;
  left: 2%;
  animation: rotateleftright .6s linear infinite alternate;
}

.mv-right-bear {
  width: 27%;
  bottom: 0;
  right: 2%;
  animation: moveupdown .8s linear infinite alternate;
  z-index: 2;
}

.mv-left-cup {
  width: 13%;
  top: 30%;
  left: 5%;
  animation: moveupdownlow .7s linear infinite alternate;
}

.mv-right-toffee {
  width: 12%;
  top: 10%;
  right: 16%;
}

.mv-right-ice {
  width: 8%;
  top: 17%;
  right: 4%;
  animation: rotateleftright .7s linear infinite alternate;
}

.mv-right-cookie {
  width: 12%;
  top: 35%;
  right: 6%;
}

.pos-absolute {
  position: absolute;
}

@keyframes moveleftright {
  0% {
    transform: translateX(-.2rem);
  }

  100% {
    transform: translateX(.9rem);
  }
}

@keyframes moveupdownlow {
  0% {
    transform: translateY(-.7rem);
  }

  100% {
    transform: translateY(0rem);
  }
}

.move-ud {
  animation: moveupdown 1s linear infinite alternate;
}

@keyframes moveupdown {
  0% {
    transform: translateY(.7rem);
  }

  100% {
    transform: translateY(-.7rem);
  }
}

.pos-relative {
  position: relative;
}

.img-mt2 {
  display: inline-block;
  margin-top: 2rem;
}

.pb3 {
  padding-bottom: 2.6rem !important;
}

.mv-cone {
  position: absolute;
  top: 15%;
  right: 5%;
  width: 3rem;
  animation: rotateleftright 1s linear infinite alternate;
}

.mv-cloth {
  position: absolute;
  top: 17%;
  left: 2%;
  width: 6rem;
  animation: rotateleftright 1s linear infinite alternate;
}

.pez-brick {
  left: 28%;
  top: 10%;
  width: 7rem;
  animation: rotateleftright 1s linear infinite alternate;
}

.pez-star {
  bottom: 3%;
  left: 11%;
  width: 4rem;
  /* animation: rotateleftright 1s linear infinite alternate; */
}

.pez-candy {
  bottom: -4%;
  right: 8%;
  width: 6rem;
  animation: rotateleftright .7s linear infinite alternate;
}

@keyframes rotateleftright {
  0% {
    transform: rotate(8deg);
  }

  100% {
    transform: rotate(-8deg);
  }
}

@keyframes rotateleftrightupdown {
  0% {
    transform: translateY(-1.5rem) rotate(15deg);
  }

  100% {
    transform: translateY(0rem) rotate(-5deg);
  }
}

.slide-btns img {
  cursor: pointer;
  position: relative;
  animation: moveupdown .99s linear infinite alternate;
}

.height-set-img {
  cursor: pointer;
}

.slide-btns img:nth-child(2) {
  animation-delay: -.2s;
}

.slide-btns img:nth-child(3) {
  animation-delay: -.4s;
}

.slide-btns img:nth-child(4) {
  animation-delay: -.6s;
}

.slide-btns img:nth-child(5) {
  animation-delay: -.8s;
}

.slide-image {
  position: relative;
}

.slide-image img {
  opacity: 0;
  transition: opacity .3s ease-in;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.slide-image img.active {
  opacity: 1;
}

.js-accordion {
  overflow: hidden;
  transition: height .3s ease-in;
}

.flex-2 a {
  flex: 1;
  width: 47%;
}

.flex-2 a img {
  width: 100%;
  height: auto;
}

.pb4 {
  padding-bottom: 4rem;
}

.star-bottom {
  width: 24%;
  height: auto;
  position: absolute;
  bottom: -12%;
  /*left: -5%;*/
  right: 2%;
}

.star-top {
  width: 14%;
  height: auto;
  position: absolute;
  top: -13%;
  /*right: -3%;*/
  left: 3%;
  cursor: pointer;
  animation: rotateleftright .6s linear infinite alternate;
}

.mb2 {
  margin-bottom: 2rem;
}

.mt2 {
  margin-top: 2rem;
}

.backtotop a {
  opacity: 1 !important;
  background-color: transparent !important;
}

.backtotop a img {
  width: 60% !important;
}

.star-bottom {
  cursor: pointer;
  animation: rotateleftright .6s linear infinite alternate;
}

/*0228è¿½åŠ */
.gap1 {
  gap: 0rem;
}

.text-center {
  text-align: center;
  padding: 0 0 20px;
}

.text-center2 {
  padding-top: 30px;
}

.bg-area {
  padding: 0 4%;
  background-image: url(../images/sp_sec1_btn_bg.png);
  background-size: 100% 65%;
  /*auto 50%*/
  background-position: bottom;
  background-repeat: no-repeat;
  /* ç¹°ã‚Šè¿”ã—é˜²æ­¢ */
}

.bg-btn,
.bg-btn-big {
  width: 100%;
  position: relative;
}

.bg-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 2rem);
  height: 17rem;
  background-image: url(../images/sp_sec7_set1_img6.png);
  background-size: 100% 65%;
  background-repeat: no-repeat;
}

.bg-btn-big::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 2rem);
  height: 12.4rem;
  background-image: url(../images/sp_sec7_set1_img6.png);
  background-size: 100% 65%;
  background-repeat: no-repeat;
}

.img-mtlarge {
  display: inline-block;
  margin-top: 6rem;
}

/*pcã®ã¿*/
.text-center a {
  text-decoration: underline !important;
}

.pd04 {
  padding: 0 4%;
  background-image: url(../images/sp_sec1_img3.png);
  background-size: 100% 65%;
  background-position: bottom;
  background-repeat: no-repeat;
}

.pb36 {
  padding-bottom: 3.65rem !important;
}

.container-relative {
  position: relative;
}

.btn-absolute {
  width: 80%;
  position: absolute;
  top: 68%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mv-txt {
  width: 85%;
  margin: 2rem auto 0rem;
}

header .mdGHD04Logo>img {
  width: 100px !important;
}

.mv-pandaimg {
  top: 59%;
  left: 6%;
  width: 24%;
}

.mv-animimg {
  top: 59%;
  right: 6%;
  width: 24%;
}

.top-banner {
  overflow: hidden;
}

.mv-pandaimg,
.mv-animimg {
  transform-origin: bottom center;
  animation: rotatemv 1.5s ease-in-out infinite alternate;
}

.mv-animimg {
  animation-delay: 1s;
}

@keyframes rotatemv {
  0% {
    transform: rotate(3deg);
  }

  100% {
    transform: rotate(-3deg);
  }
}

.youtube-div {
  aspect-ratio: 4.4 / 4;
  /* aspect-ratio: 9 / 16; */
}

.youtube-div iframe {
  width: 100%;
  height: 100%;
}

/* a.btn-nou.btn-more{
text-decoration: none !important;
}
.btn-nou span{
text-decoration: underline !important;
}

a.btn-more.u29sum2025_tx02{
    text-decoration: none !important;
}
a.btn-more.u29sum2025_tx02 span{
    text-decoration: underline !important;
} */
.pos-absolut_black {
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.pd05 {
  padding: 0 4%;
  background-image: url(../images/sp_sec7_set1_img6.png);
  background-size: 100% 65%;
  background-position: bottom;
  background-repeat: no-repeat;
}

.w80 {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.gold-bg {
  background-image: url(../images/sp_sec8_bg.png);
  background-size: 100%;
}

.gold-line {
  margin-top: -4rem;
}
