.bgSlide {
  position: relative;
  margin-bottom: 90px;
}
.bgSlide .title {
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.16));
}
.bgSlide .title > div {
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
  padding: 16px 12.8571428571%;
}
.bgSlide .title span {
  display: block;
  font-weight: bold;
  font-weight: 600;
  font-size: 3rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.swiperParent {
  position: relative;
}

.swiper-wrapper .swiper-slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 550px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-wrapper .slide01 {
  background-image: url("/images/top/slide_img01.jpg");
}
.swiper-wrapper .slide02 {
  background-image: url("/images/top/slide_img02.jpg");
}
.swiper-wrapper .slide03 {
  background-image: url("/images/top/slide_img03.jpg");
}

.swiper-pagination {
  position: absolute;
  bottom: 25px;
  text-align: right;
  padding-right: 20px;
}

.swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  width: 114px;
  height: 3px;
  border-radius: 0;
  margin: 0 4px;
  background: #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
  transition: background-color 0.6s ease;
}
.swiper-pagination-bullet::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FF9DBF;
  transform: scaleX(0);
  transform-origin: 0 0;
}
.swiper-pagination-bullet:hover {
  background-color: #FF9DBF;
}

.swiper-pagination-bullet-active::before {
  -webkit-animation: sliderPagination 3s linear forwards;
          animation: sliderPagination 3s linear forwards;
}

@-webkit-keyframes sliderPagination {
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes sliderPagination {
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}
@keyframes fadeInInfo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInInfo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
div#info {
  display: flex;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1300px;
  margin: 0 auto 90px;
  animation: fadeInInfo 2s ease 0s 1 normal;
  -webkit-animation: fadeInInfo 2s ease 0s 1 normal;
}
div#info .titleWrap {
  max-width: 314px;
  margin-right: 9.6923076923%;
}
div#info .titleWrap .heading2 {
  min-width: 186px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 2.6rem;
  color: #ff81ad;
}
div#info div.newsBtn {
  width: 150px;
  display: block;
  margin: 0 auto;
}
div#info div.newsBtn span {
  color: #525252;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 15px;
  background: #fff;
  border: 1px solid #959595;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 30px;
  display: inline-block;
  width: 150px;
}
div#info ::-webkit-scrollbar {
  width: 8px;
}
div#info ::-webkit-scrollbar-track {
  background: #fff;
}
div#info ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #CCCCCC;
}
div#info .infoWrap {
  overflow-y: scroll;
  scrollbar-width: thin;
  margin: 0 auto 47px;
  height: 420px;
}
div#info .infoWrap dl {
  border-top: 1px solid #CCCCCC;
  margin: 0;
}
div#info .infoWrap dl:last-child {
  border-bottom: 1px solid #CCCCCC;
}
div#info .infoWrap dl dt, div#info .infoWrap dl dd {
  font-weight: 500;
  font-size: 1.6rem;
}
div#info .infoWrap dl dt {
  padding-top: 30px;
  padding-bottom: 6px;
  color: #ff81ad;
}
div#info .infoWrap dl dd {
  padding-bottom: 30px;
  margin: 0;
  color: #434343;
}
div#info .spNewsBtn {
  opacity: 0;
}

section#message .heading2 {
  font-weight: 600;
  font-size: 3.4rem;
  position: relative;
  text-align: center;
  margin-bottom: 94px;
}
section#message .heading2::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: #FF9DBF;
  left: 0;
  right: 0;
  margin: auto;
  top: 76px;
}

section#message .heading2::before {
  position: absolute;
  content: "Message";
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  color: #ff81ad;
  left: 0;
  right: 0;
  margin: auto;
  top: -30px;
}
section#message .msgWrap {
  display: flex;
}
section#message .msgWrap .imgWrap {
  padding-top: 10px;
}
section#message .msgWrap .txtWrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 750px;
  width: 57.6923076923%;
  margin-left: 7.2307692308%;
}
section#message .msgWrap .txtWrap p {
  padding-bottom: 30px;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 34px;
  color: #434343;
}
section#message .msgWrap .txtWrap .note {
  color: #FF81AD;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 38px;
}

section#btn {
  background: #F7F7F7;
  margin: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}
section#btn .inner {
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 500px 1fr;
  grid-gap: 100px;
}
section#btn .btnWrap {
  display: block;
}
section#btn .btnWrap .btnBox {
  background-color: #F0A2BD;
  max-width: 500px;
  transition: background-color 0.6s ease;
}
section#btn .btnWrap .btnBox:hover {
  background-color: #C1C1C1;
}
section#btn .btnWrap .btnBox:hover .btnName {
  color: #fff;
  opacity: 1;
}
section#btn .btnWrap .btnBox a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section#btn .btnWrap .btnBox .btnName {
  width: 70%;
  font-weight: 600;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
section#btn .btnWrap .btnBox .btnName span::after {
  display: block;
  line-height: 20px;
  font-size: 1.5rem;
  padding-top: 8px;
}
section#btn .btnWrap .btnBox:first-child {
  margin-bottom: 50px;
}
section#btn .btnWrap .btnBox:first-child .btnName span:after {
  content: "Shop Info";
}
section#btn .btnWrap .btnBox:last-child .svgWrap {
  padding: 16px 0 30px 10%;
}
section#btn .btnWrap .btnBox:last-child .btnName span:after {
  content: "Company";
}
section#btn .btnWrap .btnBox .svgWrap {
  padding: 30px 0 30px 10%;
}
section#btn .snsWrap {
  max-width: 675px;
}

@media (max-width: 1024px) {
  .swiper-pagination {
    text-align: center;
    padding-right: 0;
    bottom: -30px !important;
  }
  .bgSlide .title span {
    font-size: 1.8rem;
  }
  div#info {
    flex-direction: column;
    align-items: center;
    margin-bottom: 116px;
  }
  div#info .titleWrap {
    margin-right: 0;
  }
  div#info .titleWrap .heading2 {
    margin-bottom: 26px;
  }
  div#info .infoWrap {
    margin-bottom: 46px;
  }
  div#info .pcNewsBtn {
    display: none;
  }
  div#info .spNewsBtn {
    opacity: 1;
  }
  section#message .msgWrap .txtWrap {
    margin-left: 4%;
  }
  section#message .msgWrap .txtWrap p, section#message .msgWrap .txtWrap .note {
    font-size: 1.4rem;
  }
  section#message .msgWrap .txtWrap p {
    padding-bottom: 20px;
  }
  section#message .msgWrap .txtWrap .brPc {
    display: none;
  }
}
@media (max-width: 767px) {
  main {
    padding-top: 160px !important;
  }
  .swiper-wrapper .swiper-slide {
    height: 264px;
  }
  .swiper-pagination-bullet {
    width: 100px;
  }
  .bgSlide .title {
    top: unset;
    bottom: 30%;
  }
  .bgSlide .title > div {
    padding: 16px;
    max-width: 230px;
  }
  .bgSlide .title > div > span span {
    display: block;
  }
  div#info {
    padding-left: 20px;
    padding-right: 20px;
  }
  div#info .infoWrap dl dt {
    padding-top: 26px;
  }
  div#info .infoWrap dl dd {
    padding-bottom: 26px;
  }
  section#message .heading2 {
    font-size: 3rem;
    margin-bottom: 72px;
  }
  section#message .msgWrap {
    flex-direction: column;
    align-items: center;
  }
  section#message .msgWrap .imgWrap {
    margin-bottom: 40px;
  }
  section#message .msgWrap .txtWrap {
    width: 100%;
    margin-left: 0;
  }
  section#message .msgWrap .txtWrap .note {
    margin-top: 100px;
  }
  section#btn .inner {
    display: block;
  }
  section#btn .btnWrap {
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
  }
  section#btn .btnWrap .btnBox {
    width: 100%;
    max-width: initial;
  }
  section#btn .btnWrap .btnBox:first-child {
    margin-right: 0;
    margin-bottom: 40px;
  }
  section#btn .btnWrap .btnBox .btnName {
    font-size: 2rem;
  }
  section#btn .btnWrap .btnBox .btnName span::after {
    font-size: 1.2rem;
    padding-top: 4px;
  }
  section#btn .snsWrap {
    width: 100%;
    max-width: initial;
  }
}