.c-fixed-wrap {
}

/*----------
 .c-fixed-wrap-left 
 -----------*/

.c-fixed-wrap-left {
  position: fixed;
  top: 0;
  right: calc(50% - -195px);
  background-image: url(../../img/common/fixed-wrap-left-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100dvh;
  width: 100%;
  border-right: 10px solid #fff;
  /* display: flex;
  align-items: center; */
  overflow: hidden;
}

.c-fixed-wrap-left__wrap {
  /* max-width: 478px; */
  max-width: clamp(21.875rem, 0.017rem + 34.97vw, 29.875rem);
  width: 100%;
  margin-left: auto;
  height: 100%;
  /* padding-top: 30px; */
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  /* padding-top: 146px; */
  gap: 40px;
}

@media screen and (max-width: 1000px) {
  .c-fixed-wrap-left__wrap {
    display: none;
  }
  .c-fixed-wrap-left {
    border-right: none;
  }
}

.c-fixed-wrap-left__deco-001 {
  position: absolute;
  left: -47px;
  top: -49px;
  width: 246px;
  pointer-events: none;
}

.c-fixed-wrap-left__deco-002 {
  position: absolute;
  right: -15px;
  top: 38px;
  width: 166px;
  pointer-events: none;
}

.c-fixed-wrap-left__deco-003 {
  position: absolute;
  left: -52px;
  top: 294px;
  width: 156px;
  pointer-events: none;
}
.c-fixed-wrap-left__deco-004 {
  position: absolute;
  right: 7px;
  bottom: -152px;
  width: 541px;
  pointer-events: none;
}

.c-fixed-wrap-left__wrap-rkb {
  top: 30px;
  left: 50px;
  position: absolute;
  z-index: 1;
}

.c-fixed-wrap-left__wrap-rkb a {
  max-width: 55px;
}

.c-fixed-wrap-left__wrap-logo {
  margin-left: auto;
  /* margin-top: 91px; */
  position: relative;
  z-index: 1;
}

.c-fixed-wrap-left__anker {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px 9px;
  position: relative;
  max-width: 315px;
  /* margin-top: 40px; */
  /* margin-left: auto; */
  /* margin-right: 70px; */
  margin-left: 90px;
  margin-right: 20px;
}

.c-fixed-wrap-left__anker a {
  position: relative;
  display: block;
  z-index: 1;
}

.c-fixed-wrap-left__anker a img {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}

.c-fixed-wrap-left__anker a:hover img {
  transform: translateY(5px);
}

.c-fixed-wrap-left__anker a.c-fixed-wrap-left__anker-001:after {
  content: '';
  position: absolute;
  background-image: url(../../img/top/mv-anker-bg-001.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -5px;
}

.c-fixed-wrap-left__anker a.c-fixed-wrap-left__anker-002:after {
  content: '';
  position: absolute;
  background-image: url(../../img/top/mv-anker-bg-002.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -5px;
}

/*----------
 .c-fixed-wrap-right 
 -----------*/

.c-fixed-wrap-right {
  position: fixed;
  top: 0;
  left: calc(50% - -195px);
  background-image: url(../../img/common/fixed-wrap-right-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100dvh;
  width: 100%;
  border-left: 10px solid #fff;
  /* display: flex;
  align-items: center; */
  overflow: hidden;
}

.c-fixed-wrap-right__wrap {
  /* max-width: 478px; */
  max-width: clamp(21.875rem, 0.017rem + 34.97vw, 29.875rem);
  width: 100%;
  margin-right: auto;
  height: 100%;
  position: relative;
  display: flex;
  /*justify-content: center;*/
  flex-direction: column;
  gap: 166px;
  /* padding-top: 80px; */
}

@media screen and (max-width: 1000px) {
  .c-fixed-wrap-right__wrap {
    display: none;
  }
  .c-fixed-wrap-right {
    border-left: none;
  }
}

.c-fixed-wrap-right__deco-001 {
  position: absolute;
  left: -30px;
  /* bottom: -119px;
  width: 558px; */
  bottom: -150px;
  width: 500px;
  pointer-events: none;
}

.c-fixed-wrap-right__contents-title {
  /* max-width: 415px; */
  max-width: clamp(15.625rem, -12.551rem + 45.08vw, 25.938rem);
  border-radius: 21px;
  background: rgba(250, 217, 206, 0.7);
  margin-left: 30px;
  padding: 10px 0 3px;
  margin-bottom: 14px;
  margin-top: 80px;
}

.c-fixed-wrap-right__contents-title img {
  /* max-width: 162px; */
  max-width: clamp(6.25rem, -4.337rem + 16.94vw, 10.125rem);
  margin: 0 auto;
}

.c-fixed-wrap-right__contents-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* max-width: 426px; */
  max-width: clamp(15.625rem, -14.43rem + 48.09vw, 26.625rem);
  margin-left: 25px;
  gap: 16px 0;
}

.c-fixed-wrap-right__x {
  /* margin-top: 50px; */
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 10px;
}

.c-fixed-wrap-right__x a {
  max-width: 40px;
  /* margin-right: 25px; */
  margin-left: auto;
}

@media screen and (max-width: 1200px)  {
  .c-fixed-wrap-right__x a {
    margin-right: 70px;
  }
}
