@charset "UTF-8";
/* default
---------------------------------------------------- */

@font-face {
  font-family: 'A1GOTHICSTDN-MEDIUM';
  src: local('AP-OTF-A1GOTHICSTDN-MEDIUM.OTF'), url("../../../../../common/font/AP-OTF-A1GOTHICSTDN-MEDIUM.OTF");
  font-display: swap;
  font-weight: 700;
}

@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;
}

/*
---------------------------------------------------- */
.fs-life-detail .fs-privilege-gallery {
  display: none;
}


#lego * {
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  font-family: 'NotoSansJP', sans-serif;
}

#lego {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  color: #fff;
}

#lego p {
  font-size: 15px;
  position: relative;
  line-height: 1.7;
  margin: 0 auto;
  font-family: 'NotoSansJP', sans-serif;
  color: #fff;
}

#lego li {
  list-style-type: none;
}

#lego .article {
  padding: 60px 0;
  max-width: 940px;
  margin: 0 auto;
}

#lego .article p {
  font-family: 'NotoSansJP', sans-serif;
}

#lego div.inner {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

/* レゴ商標マーク（下） */
.lego-r {
  vertical-align: -35%;
  line-height: 1;
}

.article_h {
  height: 150px;
  margin: 0 auto 40px;
}



/* メインビジュアル */
.mainVisual {
  background-color: #004F84;
  background-repeat: no-repeat;
  background-image:
    url(../img/main_bg.svg);
  background-size: 1050px;
  /* background-position: left 50% top 120%; */
  background-position: left 50% top 53%;
  position: relative;
  overflow: hidden;
  height: 940px;
  margin: 0 auto;
  width: 100%;
  max-width: 940px;
  text-align: center;
  position: relative;
}

.main_wrap {
  position: absolute;
  right: 0;
  left: 0;
  /* bottom: 7%; */
  bottom: 14%;
  width: 85%;
  margin: 0 auto;
}

.main_wrap img {
  margin: 0 auto;
  max-width: 100%;
}

.main_wrap .main_title {
  margin-bottom: 40px;
}

/* 先着350名 */
.mainVisual .main_label {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 110px
}

#lego .main_boy {
  width: min(550px, 95%);
}






/* イベントについて */
#lego div.about {
  background-color: #004F84;
  background-image: url(../img/about_bg.svg);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: left 50% top 15%;
  text-align: center;
  padding: 60px 0;
}

#lego div.about .inner {
  width: 75%;
}

#lego div.about .lego-r {
  color: #fff;
}








/* 会員特典 */
.benefits {
  background-color: #AC1214;
  background-image: url(../img/benefits_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 50% top 0;
}

.benefits .inner {
  background: #00633c;
  width: 85%;
  max-width: 525px;
  margin: 0 auto;
  padding: 45px 10px;
  text-align: center;
  outline: #074c2c solid 10px;
  position: relative;
}

#lego .benefits p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.benefits_price {
  margin: 0 auto 10px;
  width: 90%;
  max-width: 320px;
  display: block;
}

.benefits_small {
  font-size: 0.9rem;
}

#lego p.chushaku {
  font-size: 12px;
  text-align: left;
  width: 90%;
  max-width: 320px;
}

.dot {
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dot img:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}

.dot img:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
}

.dot img:nth-child(3) {
  position: absolute;
  bottom: 0;
  left: 0;
}

.dot img:nth-child(4) {
  position: absolute;
  right: 0;
  bottom: 0;
}








/* 見どころ */
.pickup {
  background: #F6C401;
  text-decoration: none;
  color: #000;
}

.pickup .inner {
  min-width: 660px;
}

#lego .pickup-content-wrap {
  margin: 0 auto;
  padding-left: 0;
  width: 95%;
  min-width: 660px;
}

#lego .pickup-content {
  background: #fff;
  display: flex;
  padding: 20px 10px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
  justify-content: space-around;
  align-items: center;
  position: relative;
}

.pickup-content+.pickup-content {
  margin-top: 50px;
}

/* flex 偶数 逆向き */
.pickup-content:nth-last-of-type(2n) {
  flex-direction: row-reverse;
}

.pickup-content:nth-last-of-type(2n) .pickup-text {
  padding: 0 10px 0 0;
}

.pickup-content:nth-last-of-type(2n) .pickup-number {
  margin-right: 10px;
}

.pickup-main {
  overflow: hidden;
  position: relative;
}

.pickup-main img {
  width: 430px;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#lego .pickup-text {
  position: relative;
  text-align: left;
  width: 280px;
  background-color: #fff;
  font-size: 16px;
  color: #000;
}

#lego .pickup-text p {
  color: #000;
}

#lego .pickup-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.6;
  color: #000;
}

.pickup-number {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
}

.pickup-line {
  margin: 13px auto;
  width: 100%;
  height: auto;
}




/* イベント概要 */
#lego .outline {
  background: #076F3F;
  text-align: center;
  font-size: 17px;
}

#lego .outline .inner {
  width: 360px;
  max-width: 90%;
}

#lego dt {
  line-height: 1.8;
  background-color: #fff;
  color: #074c2c;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px;
}

#lego .outline dd {
  margin-inline-start: 0;
  margin-bottom: 40px;
  font-size: 16px;
  color: #fff;
}

#lego dd:first-of-type {
  font-size: 20px;
  margin-bottom: 10px;
}

#lego .outline_number {
  font-size: 32px;
  color: #fff;
}





/* イベント概要 */
/* #lego .outline {
  background: #076F3F;
  text-align: center;
  font-size: 17px;
}

#lego .outline .inner {
  width: min(90%, 450px);
}

#lego dt {
  line-height: 2;
  background-color: #076539;
  color: #ffffff;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 12px;
}

#lego .outline dd {
  margin-inline-start: 0;
  margin-bottom: 40px;
  font-size: 16px;
  color: #fff;
}

#lego dd:first-of-type {
  font-size: 20px;
  margin-bottom: 10px;
}

#lego .outline_number {
  font-size: 32px;
  color: #fff;
  font-family: '';
} */


/* 概要部分　改良 */

/* #lego .outline__text {
  background: #00633c;
  text-align: center;
  margin-bottom: 2rem;
  padding: 2.5rem 1px;
}

#lego .outline__text__title {
  color: #FFCF00;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 1rem;
}
 */





@media screen and (max-width: 750px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  #lego p {
    font-size: 16px;
  }


  /* メインビジュアル */

  .mainVisual {
    background-position: left 50% top -117%;
    height: 890px;
  }

  .main_wrap {
    width: calc((100vw - 375px)*(385 - 330)/(750 - 375) + 330px);
    /* bottom: 6.5%; */
    bottom: 13%;
  }

  .main_wrap .main_title {
    margin-bottom: 30px;
  }



  /* 見どころ */
  .pickup .inner {
    min-width: 330px;
  }

  #lego .pickup-content-wrap {
    min-width: 330px;
    max-width: 400px;
    width: 100%;
  }

  #lego li.pickup-content {
    display: block;
    margin-bottom: 100px;
    padding: 20px;
  }

  #lego div.pickup-text {
    width: 93%;
    /* margin: 6% auto 3%; */
    margin: 20px auto 8px;
    padding: 0;
    font-size: 16px;
  }

  /* 偶数 逆向き 打消し */
  .pickup-content:nth-last-of-type(2n) {
    flex-direction: row-reverse;
  }

  .pickup-content:nth-last-of-type(2n) .pickup-text {
    padding: 0;
  }

  .pickup-content:nth-last-of-type(2n) .pickup-number {
    right: 0;
  }

  .fs-life-detail .fs-static-01 {
    margin: 0 0 10px;
  }


}











/* .center {
  text-align: center;
  margin: 0 auto;
  display: block;
} */
/*
.mainVisual {
  position: relative;
}

#santaclaus .santaclaus_head {
  position: relative;
}

#santaclaus .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;
}

#santaclaus .osusumetext {
  position: relative;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 auto;
  padding: 2em 0 0;
}

#santaclaus .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%;
}

#santaclaus .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;
}

#santaclaus .auto_slider {
  margin: 0 auto;
  padding: 0;
}

.auto_slider li {
  height: fit-content;
  margin: 0 auto;
}

#santaclaus .auto_slider li .ph_title {
  display: block;
  width: min(80%, 300px);
  margin: 5% auto;
}

#santaclaus .auto_slider li p {
  margin: 1em auto 0.5em;
  width: min(90%, 615px);
}

#santaclaus .auto_slider li .osusumeimg {
  width: min(90%, 615px);
}

#santaclaus .auto_slider li img {
  margin: 0 auto;
}


.souvenir {
  background: #ece1ed;
  padding: 10% 0;
}


#santaclaus .check {
  position: absolute;
  top: -5%;
  left: 5%;
  width: min(30%, 200px);
}

#santaclaus .souvenir_text {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  margin: 1em auto;
  padding: 0;
}

#santaclaus .souvenir_text span {
  color: #7e3088;
  font-size: 1.5em;
}

#santaclaus .readtext {
  width: min(90%, 940px);
  margin: 0 auto;
}

#santaclaus .souvenir .readtext {
  margin: 1.5em auto 0;
} */

/* Dots
---------------------------------------------------- */
/*
#santaclaus .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;
}

#santaclaus .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

#santaclaus .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;
}

#santaclaus .slick-dots li button:hover,
#santaclaus .slick-dots li button:focus {
  outline: none;
}

#santaclaus .slick-dots li button:hover:before,
#santaclaus .slick-dots li button:focus:before {
  opacity: 1;
}

#santaclaus .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;
}

#santaclaus .slick-dots li.slick-active button:before {
  opacity: 0.75;
  background-color: #7e3088;
}



@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .mainVisual img {
    width: 100%;
  }


  .fs-static.fs-static-basic {
    margin: 0;
  }


  #ichiran .h3Area,
  section.categoryBox,
  #ichiran .useWrap h4 {
    display: none;
  }

  article {
    min-height: inherit;
  }

  #santaclaus p {
    color: inherit;
    font-size: 16px;
  }


  .wrapper {
    margin: 10% 0;
  }


  .date {
    padding: 10vw 0;
  }

  .dateimg {
    width: 90%;
  }

  #santaclaus .readtext {
    text-align: left;
  }

  #santaclaus .osusumetext {
    font-size: 30px;
  }

  #santaclaus .souvenir_text {
    font-size: 20px;
  }


} */
