body {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

img {
  max-width: 100%;
  display: block;
  width: 100%;
}
li {
  list-style: none;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.lotteria-hd {
  height: 55px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lotteria-hd .logo {
  width: 124px;
}
.collabo01 {
  background-color: #b6e1f7;
  padding: 40px 0;
}
.img01 {
  max-width: 935px;
  margin: 0 auto;
}
.collabo02 {
  background-color: #fff2a2;
  padding: 66px 0 126px;
}
.img02 {
  max-width: 738px;
  margin: 0 auto;
}
.textArea {
  text-align: center;
  color: #5c1b1a;
  margin: 52px 0 60px;
}
.textArea p {
  font-size: 20px;
  font-weight: 500;
}
.textArea p:nth-of-type(1) {
  margin-bottom: 56px;
}
.textArea p:nth-of-type(2) {
  margin-bottom: 56px;
}

.collabo0_set {
  max-width: 900px;
  margin: 0 auto;
}
.txt_small {
  max-width: 900px;
  margin: 15px auto 0;
  text-align: right;
  color: #5c1b1a;
  font-size: 13px;
}
.contents-summary {
  background: #fff;
  border: solid #5c1b1a 4px;
  max-width: 900px;
  margin: 50px auto 0;
  padding: 30px 110px 32px;
  border-radius: 24px;
  color: #5c1b1a;
}
.contents-summary .ttl {
  max-width: 735px;
  margin: 0 auto;
  padding: 3px 0 40px;
  font-size: 22px;
  text-align: center;
  font-weight: 900;
}
.contents-summary .list {
  font-weight: 800;
}
.contents-summary .list .bundle {
  display: flex;
  align-items: flex-start;
}
.contents-summary .list .bundle dd {
  font-weight: 900;
}
.contents-summary .list dt {
  border-radius: 30px;
  background: #5c1b1a;
  color: #fff;
  text-align: center;
  font-weight: 500;
  width: 100px;
  margin: 0 16px 0 0;
  padding: 5px 0;
  font-size: 16px;
}
.contents-summary .list dd {
  flex: 1;
  font-weight: 500;
}
.contents-summary .list .bundle + .bundle {
  margin: 22px auto 0;
}
.contents-summary .note {
  margin: 24px auto 0;
  font-size: 12px;
  line-height: 1.8333333333;
}
.small {
  font-size: 12px;
  font-weight: 400;
}
.note a {
  color: #6ca216;
}
.note li {
  margin-left: 1.4em;
  text-indent: -1.1em;
}
.share-block {
  padding: 60px 0;
}
.share-box .ttl {
  height: 47px;
  border-top: 2px solid #e50012;
  border-bottom: 2px solid #e50012;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #e50012;
  font-size: 22px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-block .share-box .ttl {
  border-color: #583c32;
  color: #583c32;
}
.share-box .ttl {
  width: 175px;
  margin: 0 24px 0 0;
}
.share-box .list {
  display: flex;
  align-items: center;
}

.share-box .sns {
  margin: 0 24px 0 0;
}
.share-box .sns {
  width: 47px;
}
.share-box .sns a {
  display: block;
}
.opacity-link {
  transition: opacity 0.2s ease-in-out;
}
.special-ft .top {
  background: #f9be14;
  color: #583c32;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
}
.special-ft .bottom {
  background: #aacf51;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 90px;
}
.special-ft .txt-copyright {
  font-size: clamp(10px, 3.2 + vw, 12 + px);
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
}
.special-ft .bottom .txt-copyright {
  color: #583c32;
}
.pagetop {
  width: 48px;
  right: 40px;
  bottom: 25px;
  position: fixed;
  z-index: 1;
  display: none;
}
.ft-block02 {
  padding: 32px 56px 0;
}
.ft-block02 .block-in {
  max-width: 1060px;
  margin: 0 auto;
}
.ft-block02 .head {
  display: none;
}
.ft-block02 .head .list {
  grid-template-columns: repeat(3, clamp(30px, 13.3vw, 50px));
  flex: 1;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
  gap: 4px 8px;
}
.ft-block02 .list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
  gap: 4px 8px;
}
.bottom {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom .logo {
  width: 113px;
}
.bottom .logo a {
  display: block;
}
@media screen and (min-width: 769px) {
  .ft-block02 .wrap {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .collabo01 {
    padding: 20px 10px;
  }
  .collabo02 {
    padding: 30px 0px 72px;
  }
  .img02 {
    padding: 0 10px;
  }
  .textArea p {
    font-size: 14px;
  }
  .textArea {
    margin: 26px 20px 40px;
  }
  .textArea .txt {
    font-size: 16px;
    line-height: 28px;
  }
  .textArea p:nth-of-type(1) {
    margin-bottom: 22px;
  }
  .textArea p:nth-of-type(2) {
    text-align: left;
    margin-bottom: 22px;
    line-height: 27px;
  }
  .textArea p:nth-of-type(3) {
    text-align: left;
    line-height: 27px;
  }
  .collabo0_set {
    padding: 0 20px;
  }
  .txt_small {
    font-size: 11px;
    margin-top: 11px;
    margin-right: 20px;
  }
  .contents-summary {
    margin: 54px 20px 0;
    padding: 24px 16px;
    border-radius: 20px;
    border: solid #5c1b1a 2px;
  }
  .contents-summary .ttl {
    padding: 5px 0 25px;
    font-size: 16px;
    line-height: 1.4;
    max-width: 735px;
    margin: 0 auto;
    text-align: center;
  }
  .contents-summary .list .bundle {
    display: flex;
    align-items: flex-start;
  }
  .contents-summary .list dt {
    width: fit-content;
    padding: 7px 11px 8px;
    font-size: 13px;
    margin: 0;
  }
  .contents-summary .list dd {
    margin: 8px auto 0;
    width: 214px;
    padding-left: 10px;
  }
  .contents-summary .list .bundle dd {
    font-weight: 500;
    font-size: 15px;
  }
  .contents-summary .list .bundle + .bundle {
    margin: 11px auto 0;
  }
  .contents-summary .note {
    margin: 16px auto 0;
    font-size: 12px;
    line-height: 1.6;
  }
  .contents-summary .list .small {
    color: #5c1b1a;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    display: block;
  }
  .note li {
    margin-left: 1.4em;
    text-indent: -1em;
  }
  .share-block {
    padding: 40px 0;
  }
  .share-box .ttl {
    width: 92px;
    margin: 0 16px 0 0;
  }
  .share-box .sns {
    margin: 0 16px 0 0;
  }
  .special-ft .top {
    height: 60px;
  }
  .special-ft .bottom {
    height: 80px;
  }
  .pagetop {
    width: 35px;
    right: 10px;
    bottom: 15px;
  }

  .ft-block02 {
    padding: 16px 20px 0;
  }
  .ft-block02 .head {
    height: 56px;
    border-bottom: 1px solid #e50012;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .ft-block02 .head .list {
    grid-template-columns: repeat(3, clamp(30px, 13.3vw, 50px));
    flex: 1;
  }
  .ft-block02 .list .logo a {
    display: block;
  }
  .ft-block02 .head button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .ft-block02 .head .txt {
    font-size: 14px;
    line-height: 1;
  }
  .ft-block02 .head .ico {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 0 0 16px;
    background: #e50012;
    border-radius: 50%;
    position: relative;
  }
  .ft-block02 .head .ico::before,
  .ft-block02 .head .ico::after {
    content: "";
    background: #fff;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .ft-block02 .head .ico::before {
    width: 14px;
    height: 2px;
  }
  .ft-block02 .head .ico::after {
    width: 2px;
    height: 14px;
  }
  .ft-block02 .wrap {
    display: none;
  }
  .ft-block02 .wrap {
    padding: 0 0 16px;
    border-bottom: 1px solid #d5d5d5;
  }
  .ft-block02 .head button.is-active .ico::after {
    content: none;
  }
}

/* -----------
gift
----------------*/

.collabo03 {
  background-color: #c7e9ed;
  padding: 0 0 120px;
}
.collabo03::before {
  background: url(../img/gift_top_dec.png);
  content: "";
  width: 100%;
  height: 100px;
  display: block;
  background-size: cover;
  position: relative;
  top: -2vw;
}

@media screen and (max-width: 768px) {
  .collabo03 {
    padding: 0 0 80px;
  }
  .collabo03::before {
    background: url(../img/gift_top_dec_sp.png);
    background-size: cover;
    height: 55px;
    top: -4vw;
  }
}
