/* =========================================================
body
========================================================= */
.special-main {
  color: #583C32;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  overflow: hidden;
}
.special-main input,
.special-main button,
.special-main textarea,
.special-main select {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
}

.ft-zen-old {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
}

/* =========================================================
header
========================================================= */
.lotteria-hd {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .lotteria-hd {
    height: 55px;
  }
}
@media (min-width: 769px) {
  .lotteria-hd {
    height: 60px;
  }
}
@media (max-width: 768px) {
  .lotteria-hd .logo {
    width: 124px;
  }
}
@media (min-width: 769px) {
  .lotteria-hd .logo {
    width: 148px;
  }
}
.lotteria-hd .logo a {
  display: block;
}
.lotteria-hd .share-list {
  gap: 30px;
  position: absolute;
  top: 50%;
  right: clamp(10px, 14.0625 + vw, 180 + px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .lotteria-hd .share-list {
    display: none;
  }
}

/* =========================================================
share-box
========================================================= */
.share-box {
  background-color: #482410;
  padding-top: 0;
  padding-bottom: 110px;
  position: relative;
  z-index: 3;
}
.share-box .ttl {
  height: 47px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  color: #fff;
}
@media (max-width: 768px) {
  .share-box {
    padding-bottom: 160px;
  }
}

/* =========================================================
footer
========================================================= */
.special-ft {
  position: relative;
}
.special-ft .bottom {
  color: #583c32;
  background: #f7cd1f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 77px;
}
.special-ft .txt-copyright {
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
}
.special-ft .share-list {
  margin: 0 auto 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media (min-width: 769px) {
  .special-ft .share-list {
    display: none;
  }
}

.notice-box {
  text-align: center;
  border-radius: 24px;
  background: #fff;
  border: 4px solid #ea0000;
  color: #ea0000;
  font-weight: 500;
  font-size: 19px;
  margin: 30px auto;
  padding: 30px 15px;
  max-width: 320px;
  line-height: 1.5;
}

@media (min-width: 769px) {
  .notice-box {
    border: 4px solid #ea0000;
    color: #ea0000;
    font-size: 22px;
    padding: 50px 50px 44px;
    max-width: 740px;
  }
}
.end-box {
  text-align: center;
  border-radius: 37.5px;
  background: #fff;
  border: 2px solid #c61e1b;
  color: #c61e1b;
  font-weight: bold;
  font-size: 16px;
  margin: 30px auto;
  padding: 15px 10px;
  max-width: 320px;
}

@media (min-width: 769px) {
  .end-box {
    border: 4px solid #c61e1b;
    color: #c61e1b;
    font-size: 23px;
    padding: 15px 12px;
    max-width: 680px;
  }
}
/* =========================================================
burger css
========================================================= */
@media (max-width: 768px) {
  .pc-disp {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .sp-disp {
    display: none !important;
  }
}

@media (hover: hover) {
  .opacity-link {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .opacity-link:hover {
    opacity: 0.6;
  }
}
img {
  max-width: 100%;
  height: auto;
}
img.w100 {
  width: 100%;
  height: auto;
}

/*------------------------------------------
fade up
------------------------------------------*/
.fadeup {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}
.fadeup.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
}
.fade.is-active {
  opacity: 1;
}

/* =========================================================
point__container
========================================================= */
.point__container {
  width: 100%;
  background: #af855c;
  color: #fff;
  position: relative;
}
@media (min-width: 769px) {
  .point__container {
    padding: 8.6383601757vw 0 25.3294289898vw;
  }
}
@media (max-width: 768px) {
  .point__container {
    padding: 100px 0 350px;
  }
}

.burger__bg {
  width: 100%;
  position: relative;
  mix-blend-mode: soft-light;
}
.burger__bg::before {
  content: "";
  mix-blend-mode: soft-light;
  position: absolute;
}
@media (min-width: 769px) {
  .burger__bg::before {
    background: url(../images/bg_point_pc.png) no-repeat center/100%;
    width: 157.7598828697vw;
    height: 187.1156661786vw;
    top: -32.9428989751vw;
    left: -27.8184480234vw;
  }
}
@media (max-width: 768px) {
  .burger__bg::before {
    background: url(../images/bg_point_sp.png) no-repeat center/100%;
    width: 826px;
    height: 2303px;
    top: -240px;
    left: -256px;
  }
}

.point__cnt {
  position: relative;
  z-index: 2;
}
@media (min-width: 769px) {
  .point__cnt {
    max-width: 81.6983894583vw;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .point__cnt {
    width: 100%;
    padding: 0 35px 0 18px;
  }
}

.point__ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 769px) {
  .point__ttl {
    height: 88px;
    font-size: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 9.663250366vw;
  }
}
@media (max-width: 768px) {
  .point__ttl {
    font-size: 26px;
    margin: 0 auto 105px;
  }
}
.point__ttl .large--txt {
  background: #DD3117;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
}
@media (min-width: 769px) {
  .point__ttl .large--txt {
    font-size: 60px;
    margin: 0 10px;
    width: 80px;
    height: 80px;
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .point__ttl .large--txt {
    font-size: 40px;
    width: 62px;
    height: 62px;
    padding: 7px 20px 0;
    margin-right: 5px;
  }
}
.point__ttl .sp--line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .point__ttl .sp--line {
    margin-top: 8px;
  }
}

.point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 769px) {
  .point__list {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 3.1478770132vw;
    margin-bottom: 9.663250366vw;
  }
  .point__list.row--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (max-width: 768px) {
  .point__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    padding-left: 15px;
    margin-bottom: 116px;
  }
}
.point__list:last-child {
  margin-bottom: 0;
}
.point__list .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 769px) {
  .point__list .info {
    padding-left: 1.8301610542vw;
  }
}
.point__list .info .ttl {
  position: relative;
}
@media (min-width: 769px) {
  .point__list .info .ttl {
    font-size: 30px;
    margin-bottom: 2.4158125915vw;
  }
}
@media (max-width: 768px) {
  .point__list .info .ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.point__list .info .ttl::before {
  content: "";
  position: absolute;
  top: -68px;
  left: 0;
  width: 120px;
  height: 55px;
}
@media (min-width: 769px) {
  .point__list .info .ttl::before {
    left: -1.8301610542vw;
  }
}
@media (max-width: 768px) {
  .point__list .info .ttl::before {
    left: -15px;
  }
}
.point__list .info .ttl.point--1::before {
  background: url(../images/point_icon_1.png) no-repeat center/100%;
}
.point__list .info .ttl.point--2::before {
  background: url(../images/point_icon_2.png) no-repeat center/100%;
}
.point__list .info .ttl.point--3::before {
  background: url(../images/point_icon_3.png) no-repeat center/100%;
}
.point__list .info .txt {
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  .point__list .info .txt {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .point__list .info .txt {
    font-size: 13px;
  }
}
.point__list .img {
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .point__list .img {
    max-width: 44.9487554905vw;
  }
}
@media (max-width: 768px) {
  .point__list .img {
    width: 100%;
  }
}

/* =========================================================
concept__container
========================================================= */
.concept__container {
  background: #482410;
  position: relative;
  padding: 0 0 5.8565153734vw;
  color: #fff;
}
.concept__container::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 769px) {
  .concept__container::before {
    background: url(../images/bg_wave_pc.png) no-repeat center/100%;
    width: 100.1464128843vw;
    height: 18.3748169839vw;
    top: -8.4187408492vw;
  }
}
@media (max-width: 768px) {
  .concept__container::before {
    background: url(../images/bg_wave_sp.png) no-repeat center/100%;
    width: 100%;
    height: 18.4vw;
    top: -68px;
  }
}

.concept__burger {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 769px) {
  .concept__burger {
    width: 46.3396778917vw;
    height: 33.9677891654vw;
    top: -18.3016105417vw;
  }
}
@media (max-width: 768px) {
  .concept__burger {
    width: 297px;
    height: 216px;
    top: -170px;
  }
}

.concept__cnt {
  position: relative;
  z-index: 2;
  margin: auto;
  color: #fff;
}
@media (min-width: 769px) {
  .concept__cnt {
    padding: 17.5695461201vw 0 0;
    max-width: 45.0219619327vw;
  }
  .concept__cnt.wide {
    max-width: 100%;
    padding: 65px 27.5px 0;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .concept__cnt {
    width: 100%;
    padding: 65px 27.5px 0;
  }
}
.concept__cnt .ttl {
  color: #FFD800;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width: 769px) {
  .concept__cnt .ttl {
    line-height: 1.83;
    font-size: 30px;
    margin-bottom: 2.635431918vw;
  }
}
@media (max-width: 768px) {
  .concept__cnt .ttl {
    line-height: 2;
    font-size: 17px;
    margin-bottom: 25px;
  }
}
.concept__cnt .op__txt {
  font-weight: 400;
}
@media (min-width: 769px) {
  .concept__cnt .op__txt {
    line-height: 1.8;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .concept__cnt .op__txt {
    line-height: 2;
    font-size: 12px;
  }
}
@media (min-width: 769px) {
  .concept__cnt .op__txt > li {
    letter-spacing: 0.08em;
  }
}
@media (max-width: 768px) {
  .concept__cnt .op__txt > li {
    letter-spacing: 0.2em;
  }
}

/* =========================================================
campaign__container
========================================================= */
.campaign__container {
  background: #FCFCF0;
  position: relative;
  z-index: 3;
}
@media (min-width: 769px) {
  .campaign__container {
    padding: 5.5636896047vw 0 2.5622254758vw;
  }
}
@media (max-width: 768px) {
  .campaign__container {
    padding: 60px 0 0;
  }
}
.campaign__container:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 769px) {
  .campaign__container:after {
    background: url(../images/bg_cp_wave_pc.png) no-repeat center/100%;
    width: 102.4890190337vw;
    height: 23.4260614934vw;
    bottom: -23.3528550512vw;
  }
}
@media (max-width: 768px) {
  .campaign__container:after {
    background: url(../images/bg_cp_wave_sp.png) no-repeat center/100%;
    width: 100%;
    height: 22.9333333333vw;
    bottom: -22.9333333333vw;
  }
}

.campaign__ttl {
  margin: 0 auto 30px;
}
@media (min-width: 769px) {
  .campaign__ttl {
    width: 518px;
  }
}
@media (max-width: 768px) {
  .campaign__ttl {
    width: 296px;
  }
}

.campaign__cnt {
  margin: auto;
}
@media (min-width: 769px) {
  .campaign__cnt {
    max-width: 710px;
  }
}
@media (max-width: 768px) {
  .campaign__cnt {
    width: 100%;
    padding: 0 38px 1px;
  }
}

.campaign__date {
  width: 100%;
  color: #F5EFE1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #482410;
  border-radius: 34px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .campaign__date {
    height: 52px;
    font-size: 20px;
    margin-bottom: 28px;
  }
}
@media (max-width: 768px) {
  .campaign__date {
    height: 28px;
    font-size: 11px;
    margin-bottom: 20px;
  }
}

.campaign__end {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  color: #FFFFFF;
  background: #FF0000;
  overflow: hidden;
  width: fit-content;
  padding: 20px;
  margin: 0 auto;  
}
@media (min-width: 769px) {
  .campaign__end {
    font-size: 20px;
    margin-bottom: 28px;
  }
}
@media (max-width: 768px) {
  .campaign__end {
    font-size: 11px;
    margin-bottom: 20px;
    padding: 10px;
    width: 80%;
    text-align: center;
  }
}

.campaign__detail {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #F9D81C;
  color: #482410;
  border-radius: 10px;
  font-weight: 700;
  position: relative;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
@media (min-width: 769px) {
  .campaign__detail {
    padding: 16px 50px 14px 45px;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .campaign__detail {
    padding: 8px 22px 8px 12px;
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 24px;
  }
}
.campaign__detail::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 17.5px solid transparent;
  border-right: 17.5px solid transparent;
  border-bottom: 33px solid #F9D81C;
  position: absolute;
  left: 38px;
  bottom: -18px;
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}
@media (max-width: 768px) {
  .campaign__detail::before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 23px solid #F9D81C;
    bottom: -14px;
  }
}

.campaign__bnr {
  width: 100%;
}
@media (min-width: 769px) {
  .campaign__bnr {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .campaign__bnr {
    margin-bottom: 24px;
  }
}

.campaign__btn > a {
  color: #F5EFE1;
  background: #DD3117;
  border-radius: 40px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media (min-width: 769px) {
  .campaign__btn > a {
    max-width: 430px;
    height: 80px;
    font-size: 25px;
    margin: 0 auto 35px;
  }
}
@media (max-width: 768px) {
  .campaign__btn > a {
    width: 288px;
    height: 54px;
    font-size: 16px;
    margin: 0 auto 24px;
  }
}

.campaign__twitter {
  color: #482410;
  text-align: center;
  font-weight: 700;
}
@media (min-width: 769px) {
  .campaign__twitter {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .campaign__twitter {
    font-size: 12px;
  }
}
.campaign__twitter > span {
  color: #DD3117;
  text-decoration: underline;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.campaign__twitter > span:hover {
  text-decoration: none;
}

/* =========================================================
burger__container
========================================================= */
.burger__container {
  background: #482410;
  position: relative;
}
@media (min-width: 769px) {
  .burger__container {
    padding: 22.5475841874vw 0 8.0527086384vw;
  }
}
@media (max-width: 768px) {
  .burger__container {
    padding: 126px 0 150px;
  }
}

.burger__ttl {
  position: relative;
  z-index: 2;
}
@media (min-width: 769px) {
  .burger__ttl {
    max-width: 681px;
    margin: 0 auto 2.7086383602vw;
  }
}
@media (max-width: 768px) {
  .burger__ttl {
    width: 314px;
    margin: 0 auto 45px;
  }
}

.burger__img {
  margin: auto;
  position: relative;
  width: 100%;
  text-align: center;
}
.burger__img::after {
  content: "";
  position: absolute;
  margin: auto;
  mix-blend-mode: screen;
  opacity: 0.8;
  background: url(../images/bg_steam_pc.png) no-repeat center/100%;
}
@media (min-width: 769px) {
  .burger__img::after {
    width: 113.8360175695vw;
    height: 42.4597364568vw;
    bottom: 7.9795021962vw;
    left: 0;
    right: 0;
  }
}
@media (max-width: 768px) {
  .burger__img::after {
    width: 1555px;
    height: 580px;
    bottom: 87px;
    left: -608px;
  }
}
.burger__img > picture {
  position: relative;
  z-index: 2;
  display: inline-block;
}
@media (min-width: 769px) {
  .burger__img > picture {
    width: 93.9238653001vw;
  }
}
@media (max-width: 768px) {
  .burger__img > picture {
    width: 100%;
    padding: 0 13px 0 24px;
  }
}

.op03 {
  opacity: 0.3;
}