@charset "UTF-8";
/* default
---------------------------------------------------- */

@font-face {
  font-family: 'MyFont_hiragino';
  src: local('OTF-HiraginoKakuGoStd-W4.otf'), url("../../../common/font/OTF-HiraginoKakuGoStd-W4.otf");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: 'MyFont_hiragino';
  src: local('OTF-HiraginoKakuGoStd-W5.otf'), url("../../../common/font/OTF-HiraginoKakuGoStd-W5.otf");
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: 'MyFont_hiragino';
  src: local('OTF-HiraginoKakuGoStd-W7.otf'), url("../../../common/font/OTF-HiraginoKakuGoStd-W7.otf");
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: 'MyFont_hiragino';
  src: local('OTF-HiraginoKakuGoStd-W9.otf'), url("../../../common/font/OTF-HiraginoKakuGoStd-W9.otf");
  font-display: swap;
  font-weight: 900;
}

@font-face {
  font-family: 'MyFont_Helvetica';
  src: local('HV___.PFM'), url("../../../common/topics/common/font/HV___.PFM");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: 'MyFont_Helvetica';
  src: local('HVB___.PFM'), url("/../../../common/topics/common/font/HVB___.PFM");
  font-display: swap;
  font-weight: 700;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

body {
  margin: 0;
}

/*
---------------------------------------------------- */
.fs-life-detail .fs-privilege-gallery {
  display: none;
}


#lego * {
  font-family: "MyFont_Helvetica", "Helvetica Neue", "Helvetica", "MyFont_hiragino", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", "Arial", "Meiryo", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}

#lego {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  width: min(100%, 940px);
  background: #fff;
}

#lego p {
  font-size: 20px;
  position: relative;
  line-height: 2;
}

#lego img {
  max-width: 100%;
}

.center {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.firstview {
  position: relative;
}

#lego .lego_head {
  position: relative;
}

#lego .block_line {
  width: 100%;
  max-width: inherit;
}

.wrapper {
  margin: 50px 0;
  position: relative;
}

.maintitle {
  display: block;
  width: 90%;
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  margin: auto;
}

.date {
  background: #ece1ed;
  padding: 100px 0;
}

.minifigboy {
  position: absolute;
  top: 5%;
  right: 10%;
  width: 12%;
}

.minifiggirl {
  width: 12%;
  position: absolute;
  bottom: 3%;
  left: 10%;
}


.dateimg {
  width: 95%;
  margin: 0 auto;
}

.osusume {
  margin: 0;
}

#lego .osusumetext {
  position: relative;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 auto;
  padding: 2em 0 0;
}

#lego .osusumetext::before {
  content: "";
  display: block;
  position: absolute;
  top: -1em;
  left: 0;
  width: 100%;
  padding: 0 0 20%;
  background: url(../img/osusume_title.svg) no-repeat;
  background-size: 100%;
}

#lego .osusumetext .line {
  color: #7e3088;
  background: linear-gradient(to right, #e97c00 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% 0.5em;
  background-position: 0 0.9em;
}

#lego .auto_slider {
  margin: 0 auto;
  padding: 0;
}

.auto_slider li {
  height: fit-content;
  margin: 0 auto;
}

#lego .auto_slider li .ph_title {
  display: block;
  width: min(80%, 300px);
  margin: 5% auto;
}

#lego .auto_slider li p {
  margin: 1em auto 0.5em;
  width: min(90%, 615px);
}

#lego .auto_slider li .osusumeimg {
  width: min(90%, 615px);
}

#lego .auto_slider li img {
  margin: 0 auto;
}


.souvenir {
  background: #ece1ed;
  padding: 10% 0;
}


#lego .check {
  position: absolute;
  top: -5%;
  left: 5%;
  width: min(30%, 200px);
}

#lego .souvenir_text {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  margin: 1em auto;
  padding: 0;
}

#lego .souvenir_text span {
  color: #7e3088;
  font-size: 1.5em;
}

#lego .readtext {
  width: min(90%, 940px);
  margin: 0 auto;
}

#lego .souvenir .readtext {
  margin: 1.5em auto 0;
}

/* Dots
---------------------------------------------------- */

#lego .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.5em;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  position: relative;
}

#lego .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

#lego .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

#lego .slick-dots li button:hover,
#lego .slick-dots li button:focus {
  outline: none;
}

#lego .slick-dots li button:hover:before,
#lego .slick-dots li button:focus:before {
  opacity: 1;
}

#lego .slick-dots li button:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #7e3088;
  opacity: 0.25;
}

#lego .slick-dots li.slick-active button:before {
  opacity: 0.75;
  background-color: #7e3088;
}



@media screen and (max-width: 768px) {
  body {
    margin: 0;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .firstview img {
    width: 100%;
  }


  .fs-static.fs-static-basic {
    margin: 0;
  }

  .fs-life-detail .fs-static-01 {
    margin: 0 0 10px;
  }

  #ichiran .h3Area,
  section.categoryBox,
  #ichiran .useWrap h4 {
    display: none;
  }

  article {
    min-height: inherit;
  }

  #lego p {
    color: inherit;
    font-size: 16px;
  }


  .wrapper {
    margin: 10% 0;
  }


  .date {
    padding: 10vw 0;
  }

  .dateimg {
    width: 90%;
  }

  #lego .readtext {
    text-align: left;
  }

  #lego .osusumetext {
    font-size: 30px;
  }

  #lego .souvenir_text {
    font-size: 20px;
  }


}
