@charset "UTF-8";
html {
  font-size: 62.5%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  word-wrap: break-word;
}

body {
  font-size: 1.6rem;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

h1,
h2,
h3,
div,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  line-height: 0;
  vertical-align: bottom;
}

a:hover img {
  opacity: 0.8;
}

.pcOnly {
  display: none;
}
@media only screen and (min-width: 769px) {
  .pcOnly {
    display: inline;
  }
}

.spOnly {
  display: inline;
}
@media only screen and (min-width: 769px) {
  .spOnly {
    display: none;
  }
}

@media only screen and (min-width: 420px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.contents {
  width: 100%;
  overflow-x: hidden;
}

/******* コンテンツ＆キービジュアル＆リード *******/
.contents {
  width: 100vw;
  background-image: url(../img/bk_pattern.png);
  background-size: auto;
  overflow: hidden;
  padding-bottom: 6.2666666667vw;
}
@media only screen and (min-width: 769px) {
  .contents {
    width: 100%;
    padding-bottom: 4.4131455399vw;
  }
}
@media only screen and (min-width: 1065px) {
  .contents {
    padding-bottom: 47px;
  }
}

.keyvisual {
  width: 100vw;
}
@media only screen and (min-width: 769px) {
  .keyvisual {
    width: 100%;
    height: 27.4624373957vw;
    padding-top: 3.8397328881vw;
    background-image: url(../img/kv_tb_bk.png);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 1198px) {
  .keyvisual {
    height: 329px;
    padding-top: 46px;
    background-image: url(../img/kv_pc_bk.png);
    background-size: 2000px auto;
  }
}
@media only screen and (min-width: 2001px) {
  .keyvisual {
    height: 16.45vw;
    padding-top: 2.3vw;
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
  }
}
.keyvisual .keyvisual-title {
  width: 100vw;
}
@media only screen and (min-width: 769px) {
  .keyvisual .keyvisual-title {
    width: 100%;
  }
}
@media only screen and (min-width: 1198px) {
  .keyvisual .keyvisual-title {
    width: 1198px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 2001px) {
  .keyvisual .keyvisual-title {
    width: 59.9vw;
  }
}

.lead .lead-inner {
  width: 75.7333333333vw;
  margin: 2.6666666667vw auto 0;
}
@media only screen and (min-width: 769px) {
  .lead .lead-inner {
    width: 72.3004694836vw;
    margin: 2.1596244131vw auto 0;
  }
}
@media only screen and (min-width: 1065px) {
  .lead .lead-inner {
    width: 770px;
    margin: 23px auto 0;
  }
}

/******* ヘッダー＆キービジュアル *******/
/******* マンガ *******/
.manga {
  padding-bottom: 4vw;
}
@media only screen and (min-width: 769px) {
  .manga {
    padding-bottom: 4.6948356808vw;
  }
}
@media only screen and (min-width: 1065px) {
  .manga {
    padding-bottom: 50px;
  }
}
.manga .manga-inner {
  width: 33.6vw;
  margin: 4.2666666667vw auto 0;
}
@media only screen and (min-width: 769px) {
  .manga .manga-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90.1408450704vw;
    margin: 2.1596244131vw auto 0;
  }
}
@media only screen and (min-width: 1065px) {
  .manga .manga-inner {
    width: 960px;
    margin: 23px auto 0;
  }
}
.manga .manga-inner li {
  margin: 1.2vw auto 0;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .manga .manga-inner li {
    width: 29.2018779343vw;
    margin: 3.661971831vw 0 0;
  }
}
@media only screen and (min-width: 1065px) {
  .manga .manga-inner li {
    width: 311px;
    margin: 39px 0 0;
  }
}
.manga .manga-inner li::after {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  left: 15.0666666667vw;
  bottom: -1.7333333333vw;
  width: 3.4666666667vw;
  height: 3.4666666667vw;
  background-image: url(../img/manga_arrow_down.svg);
  background-size: cover;
}
@media only screen and (min-width: 769px) {
  .manga .manga-inner li::after {
    left: inherit;
    right: -1.9718309859vw;
    bottom: 13.6150234742vw;
    width: 3.4741784038vw;
    height: 3.4741784038vw;
    background-image: url(../img/manga_arrow_right.svg);
  }
}
@media only screen and (min-width: 1065px) {
  .manga .manga-inner li::after {
    right: -21px;
    bottom: 145px;
    width: 37px;
    height: 37px;
  }
}
.manga .manga-inner li:last-child::after {
  display: none;
}
@media only screen and (min-width: 769px) {
  .manga .manga-inner li:nth-child(3n)::after {
    display: none;
  }
}

/******* 漫画 *******/
/******* キャンペーン期間 *******/
.period {
  width: 100vw;
  background-image: url(../img/period_bk_sp.png);
  background-size: cover;
}
@media only screen and (min-width: 769px) {
  .period {
    width: 100%;
    background-image: url(../img/period_bk_tb.png);
    background-repeat: no-repeat;
    background-position: top center;
  }
}
@media only screen and (min-width: 1065px) {
  .period {
    background-image: url(../img/period_bk_pc.png);
    background-size: 2000px auto;
  }
}
@media only screen and (min-width: 2001px) {
  .period {
    background-size: cover;
  }
}
.period .period-inner {
  width: 100vw;
}
@media only screen and (min-width: 769px) {
  .period .period-inner {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1065px) {
  .period .period-inner {
    width: 1065px;
  }
}
@media only screen and (min-width: 2001px) {
  .period .period-inner {
    width: 53.25vw;
  }
}
.period .period-lead {
  width: 73.8666666667vw;
  margin: 0 auto;
  padding: 4.6666666667vw 0 0;
}
@media only screen and (min-width: 769px) {
  .period .period-lead {
    width: 78.4976525822vw;
    padding: 4.2253521127vw 0 0;
  }
}
@media only screen and (min-width: 1065px) {
  .period .period-lead {
    width: 836px;
    padding: 45px 0 0;
  }
}
@media only screen and (min-width: 2001px) {
  .period .period-lead {
    width: 41.8vw;
    padding: 2.25vw 0 0;
  }
}
.period .period-text {
  width: 73.3333333333vw;
  margin: 0 auto;
  padding: 7.3333333333vw 0 5.3333333333vw;
}
@media only screen and (min-width: 769px) {
  .period .period-text {
    width: 78.6854460094vw;
    padding: 7.0422535211vw 0 3.7558685446vw;
  }
}
@media only screen and (min-width: 1065px) {
  .period .period-text {
    width: 838px;
    padding: 75px 0 40px;
  }
}
@media only screen and (min-width: 2001px) {
  .period .period-text {
    width: 41.8vw;
    padding: 3.75vw 0 2vw;
  }
}

/******* キャンペーン期間 *******/
/******* 応募方法 *******/
.method {
  width: 100vw;
}
@media only screen and (min-width: 769px) {
  .method {
    width: 100%;
  }
}
.method .method-inner {
  width: 100vw;
  padding: 3.2vw 0;
}
@media only screen and (min-width: 769px) {
  .method .method-inner {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1065px) {
  .method .method-inner {
    width: 1065px;
  }
}
.method .method-title {
  position: relative;
  z-index: 1;
  width: 42.2666666667vw;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .method .method-title {
    width: 44.0375586854vw;
  }
}
@media only screen and (min-width: 1065px) {
  .method .method-title {
    width: 469px;
  }
}
.method .method-wrap {
  position: relative;
  width: 87.2vw;
  margin: 0 auto;
  background-image: url(../img/white_wrap_md.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
}
@media only screen and (min-width: 769px) {
  .method .method-wrap {
    width: 90.985915493vw;
  }
}
@media only screen and (min-width: 1065px) {
  .method .method-wrap {
    width: 969px;
  }
}
.method .method-wrap::before {
  content: "";
  position: absolute;
  top: -3.7333333333vw;
  width: 87.2vw;
  height: 3.8666666667vw;
  background-image: url(../img/white_wrap_top.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 769px) {
  .method .method-wrap::before {
    top: -3.2863849765vw;
    width: 90.985915493vw;
    height: -4.1314553991vw;
  }
}
@media only screen and (min-width: 1065px) {
  .method .method-wrap::before {
    top: -35px;
    width: 969px;
    height: -44px;
  }
}
.method .method-wrap::after {
  content: "";
  position: absolute;
  bottom: -1.3333333333vw;
  width: 87.2vw;
  height: 3.8666666667vw;
  background-image: url(../img/white_wrap_btm.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 769px) {
  .method .method-wrap::after {
    bottom: -1.4084507042vw;
    width: 90.985915493vw;
    height: 4.3192488263vw;
  }
}
@media only screen and (min-width: 1065px) {
  .method .method-wrap::after {
    bottom: -15px;
    width: 969px;
    height: 46px;
  }
}
.method .method-step1 {
  width: 87.2vw;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .method .method-step1 {
    width: 90.985915493vw;
  }
}
@media only screen and (min-width: 1065px) {
  .method .method-step1 {
    width: 969px;
  }
}
.method .method-step1-title {
  width: 14.6666666667vw;
  margin: -2.6666666667vw auto 0;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .method .method-step1-title {
    width: 15.3051643192vw;
    margin: -1.8779342723vw auto 0;
  }
}
@media only screen and (min-width: 1065px) {
  .method .method-step1-title {
    width: 163px;
    margin: -20px auto 0;
  }
}
.method .method-step1-cont {
  width: 69.8666666667vw;
  margin: 2vw auto 0;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .method .method-step1-cont {
    width: 72.3004694836vw;
    margin: 1.8779342723vw auto 0;
  }
}
@media only screen and (min-width: 1065px) {
  .method .method-step1-cont {
    width: 770px;
    margin: 20px auto 0;
  }
}
.method .method-step1-note {
  width: 76.5333333333vw;
  margin: 2.6666666667vw auto 0;
  text-align: right;
  font-size: 1.7333333333vw;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .method .method-step1-note {
    width: 81.5962441315vw;
    margin: 1.4084507042vw auto 0;
    font-size: 1.6901408451vw;
  }
}
@media only screen and (min-width: 1065px) {
  .method .method-step1-note {
    width: 869px;
    margin: 15px auto 0;
    font-size: 1.8rem;
  }
}
.method .method-step2 {
  width: 87.2vw;
  margin: 10.6666666667vw auto 0;
  padding-bottom: 2.6666666667vw;
}
@media only screen and (min-width: 769px) {
  .method .method-step2 {
    width: 90.985915493vw;
    margin: 8.4507042254vw auto 0;
    padding-bottom: 2.6291079812vw;
  }
}
@media only screen and (min-width: 1065px) {
  .method .method-step2 {
    width: 969px;
    margin: 90px auto 0;
    padding-bottom: 28px;
  }
}
.method .method-step2-title {
  width: 14.6666666667vw;
  margin: -2.6666666667vw auto 0;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .method .method-step2-title {
    width: 15.3051643192vw;
    margin: -0.9389671362vw auto 0;
  }
}
@media only screen and (min-width: 1065px) {
  .method .method-step2-title {
    width: 163px;
    margin: -10px auto 0;
  }
}
.method .method-step2-cont {
  width: 44.6666666667vw;
  margin: 2vw auto 0;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .method .method-step2-cont {
    width: 46.1971830986vw;
    margin: 1.8779342723vw auto 0;
  }
}
@media only screen and (min-width: 1065px) {
  .method .method-step2-cont {
    width: 492px;
    margin: 20px auto 0;
  }
}
.method .method-step3 {
  width: 87.2vw;
  margin: 10.6666666667vw auto 0;
  padding-bottom: 2.6666666667vw;
}
@media only screen and (min-width: 769px) {
  .method .method-step3 {
    width: 90.985915493vw;
    margin: 8.4507042254vw auto 0;
    padding-bottom: 2.6291079812vw;
  }
}
@media only screen and (min-width: 1065px) {
  .method .method-step3 {
    width: 969px;
    margin: 90px auto 0;
    padding-bottom: 28px;
  }
}
.method .method-step3-title {
  width: 14.6666666667vw;
  margin: -2.6666666667vw auto 0;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .method .method-step3-title {
    width: 15.3051643192vw;
    margin: -0.9389671362vw auto 0;
  }
}
@media only screen and (min-width: 1065px) {
  .method .method-step3-title {
    width: 163px;
    margin: -10px auto 0;
  }
}
.method .method-step3-cont {
  width: 56.5333333333vw;
  margin: 2vw auto 0;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .method .method-step3-cont {
    width: 58.4037558685vw;
    margin: 1.8779342723vw auto 0;
  }
}
@media only screen and (min-width: 1065px) {
  .method .method-step3-cont {
    width: 622px;
    margin: 20px auto 0;
  }
}
.method .method-btn {
  width: 61.3333333333vw;
  margin: 6vw auto 0;
}
@media only screen and (min-width: 769px) {
  .method .method-btn {
    width: 55.2112676056vw;
    margin: 4.9765258216vw auto 0;
  }
}
@media only screen and (min-width: 1065px) {
  .method .method-btn {
    width: 588px;
    margin: 53px auto 0;
  }
}

/******* 応募方法 *******/
/******* 対象商品 *******/
.prod {
  width: 100vw;
}
@media only screen and (min-width: 769px) {
  .prod {
    width: 100%;
  }
}
.prod .prod-inner {
  width: 100vw;
  padding: 6.6666666667vw 0 0;
}
@media only screen and (min-width: 769px) {
  .prod .prod-inner {
    width: 100%;
    margin: 0 auto;
    padding: 3.7558685446vw 0 0 0;
  }
}
@media only screen and (min-width: 1065px) {
  .prod .prod-inner {
    width: 1065px;
    padding: 40px 0 0 0;
  }
}
.prod .prod-title {
  position: relative;
  z-index: 1;
  width: 42.2666666667vw;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .prod .prod-title {
    width: 44.0375586854vw;
  }
}
@media only screen and (min-width: 1065px) {
  .prod .prod-title {
    width: 469px;
  }
}
.prod .prod-wrap {
  position: relative;
  width: 87.2vw;
  margin: 0 auto;
  background-image: url(../img/white_wrap_md.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  padding-bottom: 4vw;
}
@media only screen and (min-width: 769px) {
  .prod .prod-wrap {
    width: 90.985915493vw;
    padding-bottom: 2.8169014085vw;
  }
}
@media only screen and (min-width: 1065px) {
  .prod .prod-wrap {
    width: 969px;
    padding-bottom: 30px;
  }
}
.prod .prod-wrap::before {
  content: "";
  position: absolute;
  top: -2.6666666667vw;
  width: 87.2vw;
  height: 3.8666666667vw;
  background-image: url(../img/white_wrap_top.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 769px) {
  .prod .prod-wrap::before {
    top: -3.2863849765vw;
    width: 90.985915493vw;
    height: -4.1314553991vw;
  }
}
@media only screen and (min-width: 1065px) {
  .prod .prod-wrap::before {
    top: -43px;
    width: 969px;
    height: -44px;
  }
}
.prod .prod-wrap::after {
  content: "";
  position: absolute;
  bottom: -1.3333333333vw;
  width: 87.2vw;
  height: 3.8666666667vw;
  background-image: url(../img/white_wrap_btm.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 769px) {
  .prod .prod-wrap::after {
    bottom: -1.4084507042vw;
    width: 90.985915493vw;
    height: 4.3192488263vw;
  }
}
@media only screen and (min-width: 1065px) {
  .prod .prod-wrap::after {
    bottom: -15px;
    width: 969px;
    height: 46px;
  }
}
.prod .prod-subtitle {
  width: 60vw;
  margin: 0 auto;
  padding-top: 4.6666666667vw;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .prod .prod-subtitle {
    width: 62.2535211268vw;
    padding-top: 4.2253521127vw;
    margin: 1.8779342723vw auto 0;
  }
}
@media only screen and (min-width: 1065px) {
  .prod .prod-subtitle {
    width: 663px;
    padding-top: 45px;
    margin: 20px auto 0;
  }
}
.prod .prod-list {
  width: 62.6666666667vw;
  margin: 5.3333333333vw auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: end;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .prod .prod-list {
    width: 76.7136150235vw;
    margin: 5.9154929577vw auto 0;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1065px) {
  .prod .prod-list {
    width: 817px;
    margin: 63px auto 0;
  }
}
.prod .prod-list li:nth-child(1) {
  width: 15.0666666667vw;
  margin: 0 16.5333333333vw 6vw 0;
}
@media only screen and (min-width: 769px) {
  .prod .prod-list li:nth-child(1) {
    width: 12.1126760563vw;
    margin: 0 0 6.7605633803vw 0;
  }
}
@media only screen and (min-width: 1065px) {
  .prod .prod-list li:nth-child(1) {
    width: 129px;
    margin: 0 0 72px 0;
  }
}
.prod .prod-list li:nth-child(2) {
  width: 15.4666666667vw;
  margin: 0 0 6vw 0;
}
@media only screen and (min-width: 769px) {
  .prod .prod-list li:nth-child(2) {
    width: 11.7370892019vw;
    margin: 0 0 6.7605633803vw 0;
  }
}
@media only screen and (min-width: 1065px) {
  .prod .prod-list li:nth-child(2) {
    width: 125px;
    margin: 0 0 72px 0;
  }
}
.prod .prod-list li:nth-child(3) {
  width: 26vw;
  margin: 0 16.9333333333vw;
}
@media only screen and (min-width: 769px) {
  .prod .prod-list li:nth-child(3) {
    width: 20.7511737089vw;
    margin: 0 0 6.7605633803vw 0;
  }
}
@media only screen and (min-width: 1065px) {
  .prod .prod-list li:nth-child(3) {
    width: 221px;
    margin: 0 0 72px 0;
  }
}
.prod .prod-list li:nth-child(4) {
  width: 20.6666666667vw;
  margin: 0 12.6666666667vw 5.3333333333vw 4.2666666667vw;
}
@media only screen and (min-width: 769px) {
  .prod .prod-list li:nth-child(4) {
    width: 16.5258215962vw;
    margin: 0 0 6.7605633803vw 0;
  }
}
@media only screen and (min-width: 1065px) {
  .prod .prod-list li:nth-child(4) {
    width: 176px;
    margin: 0 0 72px 0;
  }
}
.prod .prod-list li:nth-child(5) {
  width: 21.7333333333vw;
  margin: 0 0 6vw 0;
}
@media only screen and (min-width: 769px) {
  .prod .prod-list li:nth-child(5) {
    width: 17.3708920188vw;
    margin: 0 0 4.2253521127vw 2.5352112676vw;
  }
}
@media only screen and (min-width: 1065px) {
  .prod .prod-list li:nth-child(5) {
    width: 185px;
    margin: 0 0 45px 27px;
  }
}
.prod .prod-list li:nth-child(6) {
  width: 28vw;
  margin: 0 0 5.8666666667vw 0;
}
@media only screen and (min-width: 769px) {
  .prod .prod-list li:nth-child(6) {
    width: 22.3474178404vw;
    margin: 0 0 4.2253521127vw 0;
  }
}
@media only screen and (min-width: 1065px) {
  .prod .prod-list li:nth-child(6) {
    width: 238px;
    margin: 0 0 45px 0;
  }
}
.prod .prod-list li:nth-child(7) {
  width: 28vw;
  margin: 0 0 5.8666666667vw 6vw;
}
@media only screen and (min-width: 769px) {
  .prod .prod-list li:nth-child(7) {
    width: 22.3474178404vw;
    margin: 0 1.5962441315vw 4.2253521127vw 0;
  }
}
@media only screen and (min-width: 1065px) {
  .prod .prod-list li:nth-child(7) {
    width: 238px;
    margin: 0 17px 45px 0;
  }
}
.prod .prod-note {
  width: 62.6666666667vw;
  margin: 0 auto;
  font-size: 1.7333333333vw;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .prod .prod-note {
    width: 76.7136150235vw;
    font-size: 1.220657277vw;
  }
}
@media only screen and (min-width: 1065px) {
  .prod .prod-note {
    width: 817px;
    font-size: 1.3rem;
  }
}

/******* 対象商品 *******/
/******* プレゼント *******/
.prize {
  width: 100vw;
}
@media only screen and (min-width: 769px) {
  .prize {
    width: 100%;
  }
}
.prize .prize-inner {
  width: 100vw;
  padding: 3.2vw 0;
}
@media only screen and (min-width: 769px) {
  .prize .prize-inner {
    width: 100%;
    margin: 0 auto;
    padding: 4.6948356808vw 0 0;
  }
}
@media only screen and (min-width: 1065px) {
  .prize .prize-inner {
    width: 1065px;
    padding: 50px 0 0;
  }
}
.prize .prize-title {
  position: relative;
  z-index: 1;
  width: 45.7333333333vw;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .prize .prize-title {
    width: 44.0375586854vw;
  }
}
@media only screen and (min-width: 1065px) {
  .prize .prize-title {
    width: 469px;
  }
}
.prize .prize-wrap {
  position: relative;
  width: 87.2vw;
  margin: 0 auto;
  background-image: url(../img/white_wrap_md.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  padding-bottom: 4vw;
}
@media only screen and (min-width: 769px) {
  .prize .prize-wrap {
    width: 90.985915493vw;
    padding-bottom: 2.8169014085vw;
  }
}
@media only screen and (min-width: 1065px) {
  .prize .prize-wrap {
    width: 969px;
    padding-bottom: 30px;
  }
}
.prize .prize-wrap::before {
  content: "";
  position: absolute;
  top: -2.6666666667vw;
  width: 87.2vw;
  height: 3.8666666667vw;
  background-image: url(../img/white_wrap_top.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 769px) {
  .prize .prize-wrap::before {
    top: -3.2863849765vw;
    width: 90.985915493vw;
    height: -4.1314553991vw;
  }
}
@media only screen and (min-width: 1065px) {
  .prize .prize-wrap::before {
    top: -43px;
    width: 969px;
    height: -44px;
  }
}
.prize .prize-wrap::after {
  content: "";
  position: absolute;
  bottom: -1.3333333333vw;
  width: 87.2vw;
  height: 3.8666666667vw;
  background-image: url(../img/white_wrap_btm.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 769px) {
  .prize .prize-wrap::after {
    bottom: -1.4084507042vw;
    width: 90.985915493vw;
    height: 4.3192488263vw;
  }
}
@media only screen and (min-width: 1065px) {
  .prize .prize-wrap::after {
    bottom: -15px;
    width: 969px;
    height: 46px;
  }
}
.prize .block-wrap {
  width: 76.1333333333vw;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .prize .block-wrap {
    width: 79.8122065728vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
  }
}
@media only screen and (min-width: 1065px) {
  .prize .block-wrap {
    width: 850px;
  }
}
.prize .prize-note {
  text-align: right;
  font-size: 1.7333333333vw;
  margin-top: 1.3333333333vw;
}
@media only screen and (min-width: 769px) {
  .prize .prize-note {
    font-size: 1.0328638498vw;
    text-align: left;
  }
}
@media only screen and (min-width: 1065px) {
  .prize .prize-note {
    font-size: 1.1rem;
  }
}
.prize .prize-a {
  padding-top: 4vw;
}
@media only screen and (min-width: 769px) {
  .prize .prize-a {
    padding-top: 1.8779342723vw;
  }
}
@media only screen and (min-width: 1065px) {
  .prize .prize-a {
    padding-top: 20px;
  }
}
.prize .prize-a .title {
  width: 70.6666666667vw;
  margin: 0 auto 0 0;
}
@media only screen and (min-width: 769px) {
  .prize .prize-a .title {
    width: 36.9953051643vw;
  }
}
@media only screen and (min-width: 1065px) {
  .prize .prize-a .title {
    width: 394px;
  }
}
.prize .prize-a .photo {
  position: relative;
  width: 50vw;
  margin: 2.4vw auto 0;
}
@media only screen and (min-width: 769px) {
  .prize .prize-a .photo {
    width: 35.4929577465vw;
    margin: 0;
  }
}
@media only screen and (min-width: 1065px) {
  .prize .prize-a .photo {
    width: 378px;
  }
}
.prize .prize-a .photo .prize-ph-note {
  position: absolute;
  bottom: 0;
  right: -5.75em;
  font-size: 1.7333333333vw;
}
@media only screen and (min-width: 769px) {
  .prize .prize-a .photo .prize-ph-note {
    bottom: -1.75em;
    right: 0;
    font-size: 1.0328638498vw;
  }
}
@media only screen and (min-width: 1065px) {
  .prize .prize-a .photo .prize-ph-note {
    bottom: -1.75em;
    font-size: 1.1rem;
  }
}
.prize .prize-a .number {
  width: 41.4666666667vw;
  margin: 2.9333333333vw 2vw 0 auto;
}
@media only screen and (min-width: 769px) {
  .prize .prize-a .number {
    width: 32.5821596244vw;
    margin: -5.1643192488vw 0 0 6.5727699531vw;
  }
}
@media only screen and (min-width: 1065px) {
  .prize .prize-a .number {
    width: 347px;
    margin: -55px 0 0 70px;
  }
}
.prize .prize-b {
  padding-top: 9.0666666667vw;
}
@media only screen and (min-width: 769px) {
  .prize .prize-b {
    padding-top: 7.9812206573vw;
  }
}
@media only screen and (min-width: 1065px) {
  .prize .prize-b {
    padding-top: 85px;
  }
}
.prize .prize-b .title {
  width: 74.1333333333vw;
  margin: 0 auto 0 0;
}
@media only screen and (min-width: 769px) {
  .prize .prize-b .title {
    width: 39.7183098592vw;
  }
}
@media only screen and (min-width: 1065px) {
  .prize .prize-b .title {
    width: 423px;
  }
}
.prize .prize-b .photo {
  position: relative;
  width: 50vw;
  margin: 2.4vw auto 0;
}
@media only screen and (min-width: 769px) {
  .prize .prize-b .photo {
    width: 35.4929577465vw;
    margin: 0;
  }
}
@media only screen and (min-width: 1065px) {
  .prize .prize-b .photo {
    width: 378px;
  }
}
.prize .prize-b .photo .prize-ph-note {
  position: absolute;
  bottom: 0;
  right: -5.75em;
  font-size: 1.7333333333vw;
}
@media only screen and (min-width: 769px) {
  .prize .prize-b .photo .prize-ph-note {
    bottom: -1.75em;
    right: 0;
    font-size: 1.0328638498vw;
  }
}
@media only screen and (min-width: 1065px) {
  .prize .prize-b .photo .prize-ph-note {
    font-size: 1.1rem;
  }
}
.prize .prize-b .number {
  width: 41.4666666667vw;
  margin: 2.9333333333vw 2vw 0 auto;
}
@media only screen and (min-width: 769px) {
  .prize .prize-b .number {
    width: 32.5821596244vw;
    margin: -7.0422535211vw 0 0 6.5727699531vw;
  }
}
@media only screen and (min-width: 1065px) {
  .prize .prize-b .number {
    width: 347px;
    margin: -75px 0 0 70px;
  }
}
.prize .prize-c {
  padding-top: 12vw;
}
@media only screen and (min-width: 769px) {
  .prize .prize-c {
    padding-top: 7.1361502347vw;
  }
}
@media only screen and (min-width: 1065px) {
  .prize .prize-c {
    padding-top: 76px;
  }
}
.prize .prize-c .title {
  width: 76.6666666667vw;
  margin: 0 auto 0 0;
}
@media only screen and (min-width: 769px) {
  .prize .prize-c .title {
    width: 41.1267605634vw;
  }
}
@media only screen and (min-width: 1065px) {
  .prize .prize-c .title {
    width: 438px;
  }
}
.prize .prize-c .photo {
  position: relative;
  width: 50vw;
  margin: 2.4vw auto 0;
}
@media only screen and (min-width: 769px) {
  .prize .prize-c .photo {
    width: 35.4929577465vw;
    margin: 0;
  }
}
@media only screen and (min-width: 1065px) {
  .prize .prize-c .photo {
    width: 378px;
  }
}
.prize .prize-c .photo .prize-ph-note {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: -3em;
  font-size: 1.7333333333vw;
}
@media only screen and (min-width: 769px) {
  .prize .prize-c .photo .prize-ph-note {
    bottom: 0;
    right: 1.5em;
    font-size: 1.0328638498vw;
  }
}
@media only screen and (min-width: 1065px) {
  .prize .prize-c .photo .prize-ph-note {
    font-size: 1.1rem;
  }
}
.prize .prize-c .number {
  width: 41.4666666667vw;
  margin: 2.9333333333vw 2vw 0 auto;
}
@media only screen and (min-width: 769px) {
  .prize .prize-c .number {
    width: 32.5821596244vw;
    margin: -7.0422535211vw 0 0 6.5727699531vw;
  }
}
@media only screen and (min-width: 1065px) {
  .prize .prize-c .number {
    width: 347px;
    margin: -85px 0 0 70px;
  }
}
.prize .prize-d {
  padding-top: 8vw;
}
@media only screen and (min-width: 769px) {
  .prize .prize-d {
    padding-top: 7.6995305164vw;
  }
}
@media only screen and (min-width: 1065px) {
  .prize .prize-d {
    padding-top: 82px;
  }
}
.prize .prize-d .title {
  width: 72vw;
  margin: 0 auto 0 0;
}
@media only screen and (min-width: 769px) {
  .prize .prize-d .title {
    width: 37.8403755869vw;
  }
}
@media only screen and (min-width: 1065px) {
  .prize .prize-d .title {
    width: 403px;
  }
}
.prize .prize-d .photo {
  position: relative;
  width: 50vw;
  margin: 2.6666666667vw auto 0;
}
@media only screen and (min-width: 769px) {
  .prize .prize-d .photo {
    width: 35.4929577465vw;
    margin: 0;
  }
}
@media only screen and (min-width: 1065px) {
  .prize .prize-d .photo {
    width: 378px;
  }
}
.prize .prize-d .photo .prize-ph-note {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: -5.75em;
  font-size: 1.7333333333vw;
}
@media only screen and (min-width: 769px) {
  .prize .prize-d .photo .prize-ph-note {
    bottom: -1.75em;
    right: 0;
    font-size: 1.0328638498vw;
  }
}
@media only screen and (min-width: 1065px) {
  .prize .prize-d .photo .prize-ph-note {
    font-size: 1.1rem;
  }
}
.prize .prize-d .number {
  width: 41.4666666667vw;
  margin: 2.9333333333vw 2vw 0 auto;
}
@media only screen and (min-width: 769px) {
  .prize .prize-d .number {
    width: 32.5821596244vw;
    margin: -5.4460093897vw 0 0 6.5727699531vw;
  }
}
@media only screen and (min-width: 1065px) {
  .prize .prize-d .number {
    width: 347px;
    margin: -58px 0 0 70px;
  }
}
.prize .prize-e {
  padding-top: 8vw;
}
@media only screen and (min-width: 769px) {
  .prize .prize-e {
    padding-top: 7.6995305164vw;
  }
}
@media only screen and (min-width: 1065px) {
  .prize .prize-e {
    padding-top: 82px;
  }
}
.prize .prize-e .title {
  width: 72vw;
  margin: 0 auto 0 0;
}
@media only screen and (min-width: 769px) {
  .prize .prize-e .title {
    width: 37.8403755869vw;
  }
}
@media only screen and (min-width: 1065px) {
  .prize .prize-e .title {
    width: 403px;
  }
}
.prize .prize-e .photo {
  position: relative;
  width: 50vw;
  margin: 2.6666666667vw auto 0;
}
@media only screen and (min-width: 769px) {
  .prize .prize-e .photo {
    width: 35.4929577465vw;
    margin: 0;
  }
}
@media only screen and (min-width: 1065px) {
  .prize .prize-e .photo {
    width: 378px;
  }
}
.prize .prize-e .photo .prize-ph-note {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: -5.75em;
  font-size: 1.7333333333vw;
}
@media only screen and (min-width: 769px) {
  .prize .prize-e .photo .prize-ph-note {
    bottom: -1.75em;
    right: 0;
    font-size: 1.0328638498vw;
  }
}
@media only screen and (min-width: 1065px) {
  .prize .prize-e .photo .prize-ph-note {
    font-size: 1.1rem;
  }
}
.prize .prize-e .number {
  width: 41.4666666667vw;
  margin: 2.9333333333vw 2vw 0 auto;
}
@media only screen and (min-width: 769px) {
  .prize .prize-e .number {
    width: 32.5821596244vw;
    margin: -5.4460093897vw 0 0 6.5727699531vw;
  }
}
@media only screen and (min-width: 1065px) {
  .prize .prize-e .number {
    width: 347px;
    margin: -58px 0 0 70px;
  }
}
.prize .prize-atten {
  width: 77.3333333333vw;
  margin: 7.8666666667vw auto 0;
}
@media only screen and (min-width: 769px) {
  .prize .prize-atten {
    width: 79.8122065728vw;
    margin: 4.6948356808vw auto 0;
  }
}
@media only screen and (min-width: 1065px) {
  .prize .prize-atten {
    width: 850px;
    margin: 50px auto 0;
  }
}

/******* プレゼント *******/
/******* セラミエイドとは？ *******/
.about {
  width: 100vw;
}
@media only screen and (min-width: 769px) {
  .about {
    width: 100%;
  }
}
.about .about-inner {
  width: 100vw;
  padding: 4vw 0;
}
@media only screen and (min-width: 769px) {
  .about .about-inner {
    width: 100%;
    margin: 0 auto;
    padding: 4.6948356808vw 0 0;
  }
}
@media only screen and (min-width: 1065px) {
  .about .about-inner {
    width: 1065px;
    padding: 50px 0 0;
  }
}
.about .about-title {
  position: relative;
  z-index: 1;
  width: 60.2666666667vw;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .about .about-title {
    width: 62.441314554vw;
  }
}
@media only screen and (min-width: 1065px) {
  .about .about-title {
    width: 665px;
  }
}
.about .about-wrap {
  position: relative;
  width: 87.2vw;
  margin: 0 auto;
  background-image: url(../img/white_wrap_md.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  padding-bottom: 4vw;
}
@media only screen and (min-width: 769px) {
  .about .about-wrap {
    width: 90.985915493vw;
    padding-bottom: 2.8169014085vw;
  }
}
@media only screen and (min-width: 1065px) {
  .about .about-wrap {
    width: 969px;
    padding-bottom: 30px;
  }
}
.about .about-wrap::before {
  content: "";
  position: absolute;
  top: -4vw;
  width: 87.2vw;
  height: 3.8666666667vw;
  background-image: url(../img/white_wrap_top.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 769px) {
  .about .about-wrap::before {
    top: -4.0375586854vw;
    width: 90.985915493vw;
    height: 4.1314553991vw;
  }
}
@media only screen and (min-width: 1065px) {
  .about .about-wrap::before {
    top: -43px;
    width: 969px;
    height: 44px;
  }
}
.about .about-wrap::after {
  content: "";
  position: absolute;
  bottom: -1.3333333333vw;
  width: 87.2vw;
  height: 3.8666666667vw;
  background-image: url(../img/white_wrap_btm.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 769px) {
  .about .about-wrap::after {
    bottom: -1.4084507042vw;
    width: 90.985915493vw;
    height: 4.3192488263vw;
  }
}
@media only screen and (min-width: 1065px) {
  .about .about-wrap::after {
    bottom: -15px;
    width: 969px;
    height: 46px;
  }
}
.about .about-cont {
  width: 69.6vw;
  margin: 0 auto;
  padding-top: 2.6666666667vw;
}
@media only screen and (min-width: 769px) {
  .about .about-cont {
    width: 78.6854460094vw;
    padding-top: 2.6291079812vw;
  }
}
@media only screen and (min-width: 1065px) {
  .about .about-cont {
    width: 838px;
    padding-top: 28px;
  }
}
.about .about-note {
  width: 61.7333333333vw;
  margin: 2vw auto 0;
}
@media only screen and (min-width: 769px) {
  .about .about-note {
    width: 79.6244131455vw;
    margin: 2.2535211268vw auto 0;
  }
}
@media only screen and (min-width: 1065px) {
  .about .about-note {
    width: 848px;
    margin: 24px auto 0;
  }
}
.about .about-btn {
  width: 66.4vw;
  margin: 2.6666666667vw auto 0;
}
@media only screen and (min-width: 769px) {
  .about .about-btn {
    width: 78.6854460094vw;
    margin: 1.8779342723vw auto 0;
  }
}
@media only screen and (min-width: 1065px) {
  .about .about-btn {
    width: 838px;
    margin: 20px auto 0;
  }
}

/******* セラミエイドとは？ *******/
/******* 規約 *******/
.terms {
  width: 100vw;
}
@media only screen and (min-width: 769px) {
  .terms {
    width: 100%;
  }
}
.terms .terms-inner {
  width: 100vw;
  padding: 2.6666666667vw 0;
}
@media only screen and (min-width: 769px) {
  .terms .terms-inner {
    width: 100%;
    margin: 0 auto;
    padding: 2.3474178404vw 0 0;
  }
}
@media only screen and (min-width: 1065px) {
  .terms .terms-inner {
    width: 1065px;
    padding: 25px 0 0;
  }
}
.terms .terms-inner h2 {
  width: 83.0666666667vw;
  height: 8.5333333333vw;
  margin: 2.6666666667vw auto 0;
  background-color: #0050a0;
  background-image: url(../img/terms_btn_plus.svg);
  background-size: 4vw auto;
  background-position: center right 2.4vw;
  background-repeat: no-repeat;
  border-radius: 2.6666666667vw;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .terms .terms-inner h2 {
    width: 79.4366197183vw;
    height: 8.2629107981vw;
    margin: 2.6291079812vw auto 0;
    background-size: 3.8497652582vw auto;
    background-position: center right 2.2535211268vw;
  }
}
@media only screen and (min-width: 1065px) {
  .terms .terms-inner h2 {
    width: 846px;
    height: 88px;
    margin: 28px auto 0;
    background-size: 41px auto;
    background-position: center right 24px;
  }
}
@media only screen and (min-width: 769px) {
  .terms .terms-inner h2:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
.terms .terms-inner h2.active {
  background-image: url(../img/terms_btn_minus.svg);
}
.terms .terms-inner .terms-subtitle1 img {
  width: 57.4666666667vw;
}
@media only screen and (min-width: 769px) {
  .terms .terms-inner .terms-subtitle1 img {
    width: 54.8356807512vw;
  }
}
@media only screen and (min-width: 1065px) {
  .terms .terms-inner .terms-subtitle1 img {
    width: 584px;
  }
}
.terms .terms-inner .terms-subtitle2 img {
  width: 57.7333333333vw;
}
@media only screen and (min-width: 769px) {
  .terms .terms-inner .terms-subtitle2 img {
    width: 55.0234741784vw;
  }
}
@media only screen and (min-width: 1065px) {
  .terms .terms-inner .terms-subtitle2 img {
    width: 586px;
  }
}
.terms .terms-inner .terms-subtitle3 img {
  width: 57.3333333333vw;
}
@media only screen and (min-width: 769px) {
  .terms .terms-inner .terms-subtitle3 img {
    width: 54.7417840376vw;
  }
}
@media only screen and (min-width: 1065px) {
  .terms .terms-inner .terms-subtitle3 img {
    width: 583px;
  }
}
.terms .terms-inner .terms-subtitle4 img {
  width: 36.8vw;
}
@media only screen and (min-width: 769px) {
  .terms .terms-inner .terms-subtitle4 img {
    width: 35.0234741784vw;
  }
}
@media only screen and (min-width: 1065px) {
  .terms .terms-inner .terms-subtitle4 img {
    width: 373px;
  }
}

.terms-cont1, .terms-cont2, .terms-cont3, .terms-cont4 {
  display: none;
  width: 83.0666666667vw;
  margin: 2.6666666667vw auto 0;
  background-color: #fff;
  padding: 1.5em 2em;
  border-radius: 0.5em;
  font-size: 2.4vw;
}
@media only screen and (min-width: 769px) {
  .terms-cont1, .terms-cont2, .terms-cont3, .terms-cont4 {
    width: 79.4366197183vw;
    margin: 2.6291079812vw auto 0;
    font-size: 1.3145539906vw;
  }
}
@media only screen and (min-width: 1065px) {
  .terms-cont1, .terms-cont2, .terms-cont3, .terms-cont4 {
    width: 846px;
    font-size: 1.4rem;
  }
}
.terms-cont1 h3, .terms-cont2 h3, .terms-cont3 h3, .terms-cont4 h3 {
  margin-top: 1em;
}
.terms-cont1 p, .terms-cont2 p, .terms-cont3 p, .terms-cont4 p {
  margin-top: 0.5em;
}
.terms-cont1 ul li, .terms-cont2 ul li, .terms-cont3 ul li, .terms-cont4 ul li {
  list-style: disc;
  margin-left: 1.25em;
}
.terms-cont1 ul.note, .terms-cont2 ul.note, .terms-cont3 ul.note, .terms-cont4 ul.note {
  margin-top: 1em;
}
.terms-cont1 ul.note li, .terms-cont2 ul.note li, .terms-cont3 ul.note li, .terms-cont4 ul.note li {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em;
}
.terms-cont1 ul.sub, .terms-cont2 ul.sub, .terms-cont3 ul.sub, .terms-cont4 ul.sub {
  margin-top: 0.5em;
}
.terms-cont1 ul.sub li, .terms-cont2 ul.sub li, .terms-cont3 ul.sub li, .terms-cont4 ul.sub li {
  list-style: none;
  margin-left: 1em;
  padding-left: 1em;
  text-indent: -1em;
}
.terms-cont1 dt, .terms-cont2 dt, .terms-cont3 dt, .terms-cont4 dt {
  font-weight: bold;
  font-size: 2.6666666667vw;
  color: #0050a0;
}
@media only screen and (min-width: 769px) {
  .terms-cont1 dt, .terms-cont2 dt, .terms-cont3 dt, .terms-cont4 dt {
    font-size: 1.5023474178vw;
  }
}
@media only screen and (min-width: 1065px) {
  .terms-cont1 dt, .terms-cont2 dt, .terms-cont3 dt, .terms-cont4 dt {
    width: 846px;
    font-size: 1.6rem;
  }
}
.terms-cont1 dt span, .terms-cont2 dt span, .terms-cont3 dt span, .terms-cont4 dt span {
  font-size: 120%;
}
.terms-cont1 dd, .terms-cont2 dd, .terms-cont3 dd, .terms-cont4 dd {
  margin: 0.5em 0 1.5em 1.25em;
  padding-left: 1.25em;
  text-indent: -1.25em;
}

/******* 規約 *******/
/******* 応募ボタン *******/
.entry {
  width: 100vw;
}
@media only screen and (min-width: 769px) {
  .entry {
    width: 100%;
  }
}
.entry .entry-btn {
  width: 61.3333333333vw;
  margin: 7.2vw auto 0;
}
@media only screen and (min-width: 769px) {
  .entry .entry-btn {
    width: 55.2112676056vw;
    margin: 7.6995305164vw auto 0;
  }
}
@media only screen and (min-width: 1065px) {
  .entry .entry-btn {
    width: 588px;
    margin: 82px auto 0;
  }
}

/******* 応募ボタン *******/
/******* フッター＆ページトップボタン *******/
.footer {
  width: 100vw;
  background-color: #fff;
  color: #000;
  padding: 3.3333333333vw 0;
}
@media only screen and (min-width: 769px) {
  .footer {
    width: 100%;
    padding: 2.8169014085vw 0;
  }
}
@media only screen and (min-width: 1065px) {
  .footer {
    padding: 30px 0;
  }
}
.footer p {
  text-align: center;
  font-size: 1.7333333333vw;
}
@media only screen and (min-width: 769px) {
  .footer p {
    font-size: 1.4084507042vw;
  }
}
@media only screen and (min-width: 1065px) {
  .footer p {
    font-size: 1.5rem;
  }
}
.footer p a {
  color: #000;
  text-decoration: none;
}

.ptop {
  position: fixed;
  z-index: 999;
  bottom: -13.3333333333vw;
  right: 2.6666666667vw;
  width: 13.3333333333vw;
  transition: all ease 0.3s;
}
@media only screen and (min-width: 769px) {
  .ptop {
    width: 15.8685446009vw;
    bottom: -15.8685446009vw;
    right: 1.8779342723vw;
    cursor: pointer;
  }
}
@media only screen and (min-width: 1065px) {
  .ptop {
    width: 169px;
    bottom: -169px;
    right: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .ptop:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
.ptop.active {
  bottom: 2.6666666667vw;
}
@media only screen and (min-width: 769px) {
  .ptop.active {
    bottom: 1.8779342723vw;
  }
}
@media only screen and (min-width: 1065px) {
  .ptop.active {
    bottom: 20px;
  }
}

/******* フッター *******/