* {
  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%;
}

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

.bg-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.bg-fixed img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main {
  background: #30B9E6;
  height: 100%;
  width: 100%;
}

.fixed-menu {
  position: fixed;
  top: 45%;
  transform: translateY(-50%);
  left: 10%;
  max-width: 32rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 5;
  gap: 1rem;
}
.bg-fff{
  background: #fff;
}
.al-center{
  align-items: center;
}
.pd-contain{
  padding: 0 1.6rem;
}
.grid4{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.main-pc {
  max-width: 38rem;
  margin: 0 auto;
  border: .1rem solid #fff;
}
.w80{
  width: 87%;
  display: inline-block;
  margin: 0 auto;
}
img {
  width: 100%;
  height: auto;
}
.sp-header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  transform: translateY(-100%);
  transition: transform .3s ease-in;
}
.sp-header.active{
  transform: translateY(0);
}
.sp-header-wrapper{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.sp-header-wrapper a{
  transition: all .3s ease-in;
}
.sp-header-wrapper a:hover{
  background-color: #FADCE2;
}
.sp-header-wrapper a:not(:last-child){
  display: inline-block;
  border-right: .1rem solid #E84881;
}
.sp-header-wrapper a.active{
  background-color: #FADCE2;
}
.line {
  padding: 4rem 0 0 0;
}

.line.line-pd-sm {
  padding: 2.8rem 0 0 0;
}

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}
.sec1{
  padding: 3rem 2rem 2rem 2rem;
}

.sec2,
.sec3,
.sec4,
.sec5 {
  padding: 0 2rem;
}
.pb3{
  padding-bottom: 3rem !important;
}
.bg-white {
  background: #fff;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  padding-bottom: 3rem;
}
.pb2{
  padding-bottom: 2rem !important;
}
.line-fff{
  width: 100%;
  height: .6rem;
  background: #fff;
}
.pd-all{
  padding: 2.4rem;
  background: #fff;
}
.top-pos-2-img{
  position: relative;
  display: block;
  transform: translateY(.02rem);
}
.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.gap1 {
  gap: 1rem;
}

.gap2 {
  gap: 2rem;
}

.gap3 {
  gap: 3rem;
}

.pt1 {
  padding-top: 1rem;
}

.pt2 {
  padding-top: 2rem;
}

.pt3 {
  padding-top: 3rem;
}

.pt4 {
  padding-top: 4rem;
}

.pt5 {
  padding-top: 5rem;
}

.pt6 {
  padding-top: 6rem;
}

.pt7 {
  padding-top: 7rem;
}

.mt1 {
  margin-top: 1rem;
}

.mt2 {
  margin-top: 2rem;
}

.mt3 {
  margin-top: 3rem;
}

.mt4 {
  margin-top: 4rem;
}

.mt5 {
  margin-top: 5rem;
}

.mt6 {
  margin-top: 6rem;
}

.mt7 {
  margin-top: 7rem;
}

.char-img {
  width: 9.6rem;
}

.sec1-abs1 {
  right: 1rem;
  top: -9.2rem;
}

.sec1-abs2 {
  left: .7rem;
  top: -2.5rem;
}


.sec1-btn1 {
  display: inline-block;
  width: 65%;
  margin: 0 auto;
  position: relative;
  transform: translateY(-4.4rem);
}

.sec1-btn2 {
  display: inline-block;
  width: 68%;
  margin: 0 auto;
}

.sec1-mt-minus {
  margin-top: -4.6rem;
}

.sec2-abs1 {
  left: 1.7rem;
  top: -11.7rem;
  width: 11rem !important;
}

.sec2-abs2 {
  right: 1.6rem;
  top: -5.7rem;
  width: 13rem !important;
}

.sec3-abs1 {
  left: 2rem;
  top: -8rem;
  width: 10rem !important;
}

.sec4-abs1 {
  right: 2rem;
  top: -6.8rem;
  width: 10rem !important;
}

.font30 {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.7;
}

.sec4-img-minus {
  position: relative;
  display: block;
  transform: translateY(-4rem);
}

.sec5-img-minus {
  position: relative;
  display: block;
  transform: translateY(-5.3rem);
}

.sec5 {
  transform: translateY(-9.2rem);
}

.sec5-abs1 {
  left: 0;
  top: -21rem;
  width: 12.3rem !important;
}

.sec5-abs2 {
  right: 0;
  top: -20.1rem;
  width: 12.8rem !important;
}

.grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.bottom-tc {
  background: #fff;
  padding: 3rem 0;
  margin-top: -8rem;
}

.bottom-tc p {
  text-align: center;
  font-size: 1.1rem;
}

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

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

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

.char-img {
  /* animation: charAnim 1s infinite linear alternate; */
  z-index: 2;
  user-select: none;
  pointer-events: none;
}

/* @keyframes charAnim {
  0%{
    transform: translateY(0);
  }
  100%{
    transform: translateY(1.5rem);
  }
} */


.footer-text-cc{
  background: #fff;
  padding: 5rem 2rem 5rem 2rem;
  margin-top: 3rem;
}
.footer-text-cc p{
  font-size: 1rem;
  line-height: 1.8;
}

.sec1-abs{
  width: 8rem;
  position: absolute;
  right: 6%;
  top: 9%;
  z-index: 2;
}
.al-center{
  align-items: center;
}
.mt3s{
  margin-top: 3.5rem;
}



.vid-sm{
  width: 100%;
  aspect-ratio: 16 / 9;
}


.vid-sm iframe {
  width: 100%;
  height: 100%;
}

.mv video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.pd-contain-lg {
  padding: 0 4rem;
}


.fixed-menu-right {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: clamp(0rem, -11.25rem + 14.063vw, 9rem);
  max-width: 34rem;
  z-index: 5;
}

.mb1 {
  margin-bottom: 1rem;
}

.prod-relatives {
  position: relative;
}

.abs-p-l {
  width: 50%;
  position: absolute;
  left: 0%;
  top: 25%;
}

.abs-p-r {
  width: 50%;
  position: absolute;
  right: 0%;
  top: -3%;
}

.bg-color{
  background-image: url(../images/index3/sp_sec2_img15.jpg);
  background-size: contain;
}


.video-div {
  width: 100%;
  aspect-ratio: 9/16;
}
.video-div iframe {
  width: 100%;
  height: 100%;
}