@charset "utf-8";

/* ◆ PC SIZE ◆
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

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

/* ▼ メインビジュアル ▼
━━━━━━━━━━━━━━━━━━━━━━ */

.mainVisual {
  position: relative;
  padding: 60px 0 160px;
  background: url('../img/visual_bg.jpg') no-repeat center top;
  background-size: cover;
  text-align: center;
}

.mainVisual h1 {
  width: 180px;
  position: absolute;
  top: 20px;
  left: 20px;
  line-height: 0;
}

.mainVisual h1 img {
  width: 100%;
}

.mainVisual .inner {
  max-width: 1120px;
  margin: 0 auto;
}

.mainVisual p.ttl {
  margin: 0;
  line-height: 0;
}

.mainVisual p.nittei {
  margin-top: 30px;
  line-height: 0;
}

.mainVisual p.txt {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

.mainVisual p.txt span {
  display: block;
}

.mainVisual .presentList {
  position: relative;
  margin-top: 40px;
}

.mainVisual p.fukidashi {
  display: block;
  width: 180px;
  position: absolute;
  top: -50px;
  left: -60px;
  padding: 0;
  z-index: 9;
}

.mainVisual p.fukidashi img {
  width: 100%;
}

.mainVisual p.spmidashi {
  display: none;
}

.mainVisual ul {
  display: table;
  width: 90%;
  position: relative;
  margin: 0 auto;
  padding: 30px;
  background: rgb(255 255 255 / 80%);
  text-align: center;
}

.mainVisual li {
  display: table-cell;
  width: 24%;
  padding: 0 0 0 10px;
  border-left: solid 1px #ccc;
  vertical-align: middle;
}

.mainVisual li:first-child {
  padding: 0 10px 0 0;
  border-left: none;
}

.mainVisual li img {
  width: 50%;
  margin: 0 auto;
}

.mainVisual li p {
  margin-top: 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  color: #222;
  letter-spacing: 0;
}

.mainVisual li p span {
  display: block;
  font-size: 12px;
}

/* ▼ キャンペーン応募方法 ▼
━━━━━━━━━━━━━━━━━━━━━━ */

.oubo {
  padding: 0 0 80px;
  background: url('../img/gizagiza_bg.jpg') no-repeat 0 78px #5a90c2;
  z-index: 10;
}

.oubo .inner {
  position: relative;
  max-width: 1120px;
  margin: -80px auto 0;
  padding: 60px;
  box-shadow: 6px 4px 22px 5px rgb(0 0 0 / 15%);
  border-radius: 10px;
  background: url('../img/oubo_bg.png') no-repeat center top #fff;
  z-index: 10;
}

.oubo .inner h2 {
  margin: 15px 0 0;
  line-height: 0;
  text-align: center;
}

/* Twitter
----------------- */

.oubo .twitter {
  position: relative;
  margin-top: 40px;
  border-radius: 10px;
  background: url('../img/inbox_bg.png') no-repeat center bottom #0c90e0;
  background-size: cover;
  overflow: hidden;
}

.oubo .twitter .inbox {
  width: 100%;
}

.oubo .twitter .inleft {
  width: 550px;
  padding: 50px 0 50px 50px;
}

.oubo .twitter .inleft h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
}

.oubo .twitter .inleft h3 i {
  padding: 0 10px 0 0;
  font-size: 34px;
}

.oubo .twitter .inleft ul {
  margin-top: 25px;
}

.oubo .twitter .inleft li {
  position: relative;
  margin: 10px 0 0;
  padding: 0 0 0 25px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  list-style-position: inside;
}

.oubo .twitter .inleft li:first-child {
  margin: 0;
}

.oubo .twitter .inleft li:nth-child(1)::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '①';
}

.oubo .twitter .inleft li:nth-child(2)::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '②';
}

.oubo .twitter .inleft p.txt {
  position: relative;
  margin-top: 20px;
  padding: 0 0 0 17px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}

.oubo .twitter .inleft p.txt::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '※';
}

.oubo .twitter .inleft p.txt span {
  display: block;
}

.oubo .twitter .inleft p.btn {
  margin: 30px 0 0;
}

.oubo .twitter .inleft p.btn a {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 10px;
  background: #FF0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.oubo .twitter .inleft p.btn a i {
  padding: 0 0 0 5px;
  font-size: 16px;
}

.oubo .twitter .inleft p.btn a:hover {
  background: #000;
  color: #fff;
}

.oubo .twitter .inright {
  vertical-align: middle;
}

.oubo .twitter .inright p {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 0;
}

/* Facebook
----------------- */

.oubo .facebook {
  position: relative;
  margin-top: 20px;
  border-radius: 10px;
  background: url('../img/inbox_bg.png') no-repeat center bottom #4267b2;
  background-size: cover;
  overflow: hidden;
}

.oubo .facebook .inbox {
  width: 100%;
}

.oubo .facebook .inleft {
  vertical-align: middle;
}

.oubo .facebook .inleft p {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
}

.oubo .facebook .inright {
  padding: 50px 50px 50px 0;
  float: right;
}

.oubo .facebook .inright h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
}

.oubo .facebook .inright h3 i {
  padding: 0 10px 0 0;
  font-size: 34px;
}

.oubo .facebook .inright ul {
  margin-top: 25px;
}

.oubo .facebook .inright li {
  position: relative;
  margin: 10px 0 0;
  padding: 0 0 0 25px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  list-style-position: inside;
}

.oubo .facebook .inright li:first-child {
  margin: 0;
}

.oubo .facebook .inright li:nth-child(1)::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '①';
}

.oubo .facebook .inright li:nth-child(2)::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '②';
}

.oubo .facebook .inright p.txt {
  position: relative;
  margin-top: 20px;
  padding: 0 0 0 17px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}

.oubo .facebook .inright p.txt::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '※';
}

.oubo .facebook .inright p.txt span {
  display: block;
}

.oubo .facebook .inright p.btn {
  margin: 30px 0 0;
}

.oubo .facebook .inright p.btn a {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 10px;
  background: #FF0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.oubo .facebook .inright p.btn a i {
  padding: 0 0 0 5px;
  font-size: 16px;
}

.oubo .facebook .inright p.btn a:hover {
  background: #000;
  color: #fff;
}

/* ▼ プレゼント ▼
━━━━━━━━━━━━━━━━━━━━━━ */

.presentArea {
  position: relative;
  padding: 80px 0;
  background: url('../img/inbox_bg.png') no-repeat center bottom #e31c23;
  background-size: cover;
}

.presentArea .inner {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  background-size: cover;
}

.presentArea h2 {
  line-height: 0;
  text-align: center;
}

.presentArea h2 i {
  position: relative;
  top: -1px;
  padding: 0 8px 0 0;
  font-size: 32px;
}

.presentArea ul {
  margin-top: 60px;
  letter-spacing: -0.5em;
  text-align: center;
}

.presentArea li {
  display: inline-block;
  width: 22%;
  position: relative;
  margin: 0 0 0 3%;
  letter-spacing: normal;
  vertical-align: top;
}

.presentArea li:first-child {
  margin: 0;
}

.presentArea li p.tosen {
  display: block;
  width: 80px;
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 5px 15px 7px;
  background: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #FF0;
}

.presentArea li p.tosen span {
  position: relative;
  top: 1px;
  padding: 0 2px 0 0;
  font-size: 16px;
}

.presentArea li p.Img {
  line-height: 0;
}

.presentArea li p.Img img {
  width: 100%;
  border-radius: 50%;
}

.presentArea li p.item {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}

.presentArea li p.item span {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.presentArea p.read {
  width: 100%;
  position: relative;
  margin: 35px auto 0;
  padding: 40px 60px;
  border-radius: 5px;
  background: #FF0;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
  text-align: center;
}

.presentArea p.read::before {
  width: 0;
  position: absolute;
  top: -35px;
  right: 0;
  left: 0;
  margin: 0 auto;
  content: '';
  border-color: #FF0;
  border-style: solid;
  border-width: 20px;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
}

.presentArea p.read span {
  display: block;
}

/* ▼ ワイスピ宣伝 ▼
━━━━━━━━━━━━━━━━━━━━━━ */

.senden {
  padding: 50px 0;
  background: #1b1714;
}

.senden .inner {
  display: table;
  max-width: 1120px;
  margin: 0 auto;
}

.senden .inleft {
  display: table-cell;
  width: 336px;
  vertical-align: top;
}

.senden .inleft p {
  line-height: 0;
}

.senden .inright {
  display: table-cell;
  padding: 0 0 0 40px;
}

.senden .inright h2 {
  line-height: 0;
}

.senden .inright ul {
  margin-top: 30px;
  text-align: center;
  letter-spacing: -0.5em;
}

.senden .inright li {
  display: inline-block;
  width: 30%;
  margin: 0 0 0 20px;
  letter-spacing: normal;
  vertical-align: top;
}

.senden .inright li:first-child {
  margin: 0;
}

.senden .inright li .txtBox {
  color: #fff;
}

.senden .inright li .txtBox p.txt01 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
}

.senden .inright li .txtBox p.txt02 {
  margin-top: 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
}

.senden .inright li .txtBox p.txt02 span {
  display: inline-block;
  position: relative;
  top: -1px;
  margin: 0 8px 0 0;
  padding: 2px 5px;
  border: solid 1px #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}

.senden .inright li .txtBox p.txt03 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1;
}

.senden .inright li p.Img {
  margin-top: 20px;
  line-height: 0;
}

.senden .inright p.sell {
  margin-top: 25px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #ffef10;
  text-align: center;
  letter-spacing: 0.05em;
}

.senden .inright p.copy {
  margin-top: 10px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}

/* ▼ 公式サイトはこちら ▼
━━━━━━━━━━━━━━━━━━━━━━ */

.link {
  padding: 30px 0;
  background: #000;
  text-align: center;
}

.link p.btn {
  max-width: 500px;
  margin: 10px auto 0;
  line-height: 1;
}

.link p.btn a {
  display: block;
  padding: 20px 0;
  border: solid 2px #ffef10;
  border-radius: 5px;
  background: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  color: #ffef10;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.link p.btn span {
  display: block;
  margin: 0 0 5px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #ffef10;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.link p.btn i {
  position: relative;
  top: -1px;
  padding: 0 0 0 5px;
}

.link p.btn a:hover {
  border: solid 2px #ffef10;
  background: #ffef10;
  color: #000;
}

.link p.btn a:hover span {
  color: #000;
}

/* ▼ ページトップ ▼
━━━━━━━━━━━━━━━━━━━━━━ */

.page-top {
  position: fixed;
  right: 0;
  bottom: 80px;
  z-index: 11;
}

.page-top a {
  display: block;
  width: 60px;
  padding: 10px 0;
  border-radius: 5px 0 0 5px;
  background: #ffef10;
  color: #000;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.page-top a:hover {
  background: #999;
  text-decoration: none;
}

.page-top a i {
  font-size: 20px;
}

/* ▼ フッター ▼
━━━━━━━━━━━━━━━━━━━━━━ */

footer {
  text-align: center;
}

footer p {
  padding: 20px 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}

/* ◆ TAB SIZE ◆
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

@media screen and (width <=1120px){
  /* ▼ メインビジュアル ▼
━━━━━━━━━━━━━━━━━━━━━━ */

  .mainVisual {
    position: relative;
    padding: 80px 0 130px;
    background: url('../img/visual_bg.jpg') no-repeat center top;
    background-size: cover;
    text-align: center;
  }

  .mainVisual h1 {
    width: 180px;
    position: absolute;
    top: 20px;
    left: 20px;
    line-height: 0;
  }

  .mainVisual h1 img {
    width: 100%;
  }

  .mainVisual .inner {
    max-width: 96%;
    margin: 0 auto;
  }

  .mainVisual p.ttl {
    margin: 0;
    line-height: 0;
  }

  .mainVisual p.ttl img {
    width: 100%;
  }

  .mainVisual p.nittei {
    max-width: 633px;
    margin: 30px auto 0;
    line-height: 0;
  }

  .mainVisual p.nittei img {
    width: 100%;
  }

  .mainVisual p.txt {
    width: 80%;
    margin: 20px auto 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
  }

  .mainVisual p.txt span {
    display: inline;
  }

  .mainVisual .presentList {
    position: relative;
    margin-top: 40px;
  }

  .mainVisual p.fukidashi {
    display: block;
    width: 130px;
    position: absolute;
    top: -20px;
    left: 0;
    padding: 0;
    z-index: 9;
  }

  .mainVisual p.fukidashi img {
    width: 100%;
  }

  .mainVisual ul {
    display: block;
    width: 90%;
    position: relative;
    margin: 0 auto;
    padding: 30px;
    background: rgb(255 255 255 / 80%);
    text-align: center;
    letter-spacing: -0.5em;
  }

  .mainVisual li {
    display: inline-block;
    width: 48%;
    padding: 20px;
    border-left: solid 1px #ccc;
    vertical-align: middle;
    letter-spacing: normal;
  }

  .mainVisual li:first-child {
    padding: 20px;
    border-bottom: solid 1px #ccc;
  }

  .mainVisual li:nth-child(2) {
    border-bottom: solid 1px #ccc;
  }

  .mainVisual li:nth-child(2n+1) {
    border-left: none;
  }

  .mainVisual li img {
    width: 50%;
    margin: 0 auto;
    line-height: 0;
  }

  .mainVisual li p {
    margin-top: 10px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;
    color: #222;
    letter-spacing: 0;
  }

  .mainVisual li p span {
    display: block;
    font-size: 12px;
  }

  /* ▼ キャンペーン応募方法 ▼
━━━━━━━━━━━━━━━━━━━━━━ */

  .oubo {
    padding: 0 0 20px;
    background: #5a90c2;
  }

  .oubo .inner {
    position: relative;
    max-width: 96%;
    margin: -80px auto 0;
    padding: 60px 30px 30px;
    border-radius: 10px;
    background: url('../img/oubo_bg.png') no-repeat center top #fff;
    background-size: contain;
    z-index: 10;
  }

  .oubo .inner h2 {
    width: 80%;
    margin: 15px auto 0;
    line-height: 0;
    text-align: center;
  }

  .oubo .inner h2 img {
    width: 100%;
  }

  /* Twitter
----------------- */

  .oubo .twitter {
    position: relative;
    margin-top: 40px;
    border-radius: 10px;
    background: url('../img/inbox_bg.png') no-repeat center bottom #0c90e0;
    background-size: cover;
    overflow: hidden;
  }

  .oubo .twitter .inbox {
    width: 100%;
  }

  .oubo .twitter .inleft {
    width: 60%;
    padding: 30px 0 30px 30px;
  }

  .oubo .twitter .inleft h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.05em;
  }

  .oubo .twitter .inleft h3 i {
    padding: 0 10px 0 0;
    font-size: 34px;
  }

  .oubo .twitter .inleft ul {
    margin-top: 25px;
  }

  .oubo .twitter .inleft li {
    position: relative;
    margin: 10px 0 0;
    padding: 0 0 0 25px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    list-style-position: inside;
  }

  .oubo .twitter .inleft li:first-child {
    margin: 0;
  }

  .oubo .twitter .inleft li:nth-child(1)::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '①';
  }

  .oubo .twitter .inleft li:nth-child(2)::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '②';
  }

  .oubo .twitter .inleft p.txt {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 17px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
  }

  .oubo .twitter .inleft p.txt::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '※';
  }

  .oubo .twitter .inleft p.txt span {
    display: block;
  }

  .oubo .twitter .inleft p.btn {
    margin: 30px 0 0;
  }

  .oubo .twitter .inleft p.btn a {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 10px;
    background: #FF0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition: all  0.3s ease;
  }

  .oubo .twitter .inleft p.btn a i {
    padding: 0 0 0 5px;
    font-size: 16px;
  }

  .oubo .twitter .inleft p.btn a:hover {
    background: #FF0;
    color: #000;
  }

  .oubo .twitter .inright {
    vertical-align: middle;
  }

  .oubo .twitter .inright p {
    width: 40%;
    position: absolute;
    top: 30px;
    right: 0;
    line-height: 0;
  }

  .oubo .twitter .inright p img {
    width: 100%;
  }

  /* Facebook
----------------- */

  .oubo .facebook {
    position: relative;
    margin-top: 20px;
    border-radius: 10px;
    background: url('../img/inbox_bg.png') no-repeat center bottom #4267b2;
    background-size: cover;
    overflow: hidden;
  }

  .oubo .facebook .inbox {
    width: 100%;
  }

  .oubo .facebook .inleft {
    vertical-align: middle;
  }

  .oubo .facebook .inleft p {
    width: 40%;
    position: absolute;
    top: 30px;
    left: 0;
    line-height: 0;
  }

  .oubo .facebook .inleft p img {
    width: 100%;
  }

  .oubo .facebook .inright {
    width: 58%;
    padding: 30px 30px 30px 0;
    float: right;
  }

  .oubo .facebook .inright h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.05em;
  }

  .oubo .facebook .inright h3 i {
    padding: 0 10px 0 0;
    font-size: 34px;
  }

  .oubo .facebook .inright ul {
    margin-top: 25px;
  }

  .oubo .facebook .inright li {
    position: relative;
    margin: 10px 0 0;
    padding: 0 0 0 25px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    list-style-position: inside;
  }

  .oubo .facebook .inright li:first-child {
    margin: 0;
  }

  .oubo .facebook .inright li:nth-child(1)::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '①';
  }

  .oubo .facebook .inright li:nth-child(2)::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '②';
  }

  .oubo .facebook .inright p.txt {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 17px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
  }

  .oubo .facebook .inright p.txt::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '※';
  }

  .oubo .facebook .inright p.txt span {
    display: block;
  }

  .oubo .facebook .inright p.btn {
    margin: 30px 0 0;
  }

  .oubo .facebook .inright p.btn a {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 10px;
    background: #FF0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition: all  0.3s ease;
  }

  .oubo .facebook .inright p.btn a i {
    padding: 0 0 0 5px;
    font-size: 16px;
  }

  .oubo .facebook .inright p.btn a:hover {
    background: #FF0;
    color: #000;
  }

  /* ▼ プレゼント ▼
━━━━━━━━━━━━━━━━━━━━━━ */
  .presentArea p.read {
    width: 100%;
    width: 96%;
    position: relative;
    margin: 35px auto 0;
    padding: 40px 60px;
    border-radius: 5px;
    background: #FF0;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    color: #000;
    text-align: center;
  }

  /* ▼ ワイスピ宣伝 ▼
━━━━━━━━━━━━━━━━━━━━━━ */

  .senden {
    padding: 50px 0;
    background: #1b1714;
  }

  .senden .inner {
    display: table;
    max-width: 96%;
    margin: 0 auto;
  }

  .senden .inleft {
    display: table-cell;
    width: 24%;
    vertical-align: top;
  }

  .senden .inleft p {
    line-height: 0;
  }

  .senden .inleft p img {
    width: 100%;
  }

  .senden .inright {
    display: table-cell;
    width: 73%;
    padding: 0 0 0 3%;
  }

  .senden .inright h2 {
    line-height: 0;
  }

  .senden .inright h2 img {
    width: 100%;
  }

  .senden .inright ul {
    margin-top: 30px;
    text-align: center;
    letter-spacing: -0.5em;
  }

  .senden .inright li {
    display: inline-block;
    width: 32%;
    margin: 0 0 0 2%;
    letter-spacing: normal;
    vertical-align: top;
  }

  .senden .inright li:first-child {
    margin: 0;
  }

  .senden .inright li .txtBox {
    color: #fff;
  }

  .senden .inright li .txtBox p.txt01 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
  }

  .senden .inright li .txtBox p.txt02 {
    margin-top: 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
  }

  .senden .inright li .txtBox p.txt02 span {
    display: inline-block;
    position: relative;
    top: -1px;
    margin: 0 8px 0 0;
    padding: 2px 5px;
    border: solid 1px #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
  }

  .senden .inright li .txtBox p.txt03 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1;
  }

  .senden .inright li p.Img {
    width: 60%;
    margin: 20px auto 0;
    line-height: 0;
  }

  .senden .inright li p.Img img {
    width: 100%;
  }

  .senden .inright p.sell {
    margin-top: 25px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    color: #ffef10;
    text-align: center;
    letter-spacing: 0;
  }

  .senden .inright p.copy {
    margin-top: 10px;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
  }

  /* ▼ 公式サイトはこちら ▼
━━━━━━━━━━━━━━━━━━━━━━ */

  .link {
    padding: 30px 0;
    background: #000;
    text-align: center;
  }

  .link p.btn {
    max-width: 500px;
    margin: 10px auto 0;
    line-height: 1;
  }

  .link p.btn a {
    display: block;
    padding: 20px 0;
    border: solid 2px #ffef10;
    border-radius: 5px;
    background: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    color: #ffef10;
    transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition: all  0.3s ease;
  }

  .link p.btn span {
    display: block;
    margin: 0 0 5px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #ffef10;
    transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition: all  0.3s ease;
  }

  .link p.btn i {
    position: relative;
    top: -1px;
    padding: 0 0 0 5px;
  }

  .link p.btn a:hover {
    border: solid 2px #ffef10;
    background: none;
    color: #ffef10;
  }

  .link p.btn a:hover span {
    color: #ffef10;
  }

  /* ▼ ページトップ ▼
━━━━━━━━━━━━━━━━━━━━━━ */

  .page-top {
    position: fixed;
    right: 0;
    bottom: 80px;
    z-index: 11;
  }

  .page-top a {
    display: block;
    width: 60px;
    padding: 10px 0;
    border-radius: 5px 0 0 5px;
    background: #ffef10;
    color: #000;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition: all  0.3s ease;
  }

  .page-top a:hover {
    background: #ffef10;
    text-decoration: none;
  }

  .page-top a i {
    font-size: 20px;
  }

  /* ▼ フッター ▼
━━━━━━━━━━━━━━━━━━━━━━ */

  footer {
    text-align: center;
  }

  footer p {
    padding: 20px 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
  }






} /* END TAB ------------ */

/* ◆ SP SIZE ◆
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

@media screen and (width <=768px){
  /* ▼ メインビジュアル ▼
━━━━━━━━━━━━━━━━━━━━━━ */

  .mainVisual {
    position: relative;
    padding: 80px 0 90px;
    background: url('../img/visual_bg.jpg') no-repeat center top;
    background-size: cover;
    text-align: center;
  }

  .mainVisual h1 {
    width: 180px;
    position: absolute;
    top: 20px;
    left: 20px;
    line-height: 0;
  }

  .mainVisual h1 img {
    width: 100%;
  }

  .mainVisual .inner {
    max-width: 96%;
    margin: 0 auto;
  }

  .mainVisual p.ttl {
    margin: 0;
    line-height: 0;
  }

  .mainVisual p.ttl img {
    width: 100%;
  }

  .mainVisual p.nittei {
    max-width: 80%;
    margin: 20px auto 0;
    line-height: 0;
  }

  .mainVisual p.nittei img {
    width: 100%;
  }

  .mainVisual p.txt {
    width: 96%;
    margin: 20px auto 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
  }

  .mainVisual p.txt span {
    display: inline;
  }

  .mainVisual .presentList {
    position: relative;
    margin-top: 20px;
  }

  .mainVisual p.fukidashi {
    display: none;
  }

  .mainVisual p.spmidashi {
    display: block;
    padding: 10px 0;
    background: #e31c23;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #ffef10;
  }

  .mainVisual ul {
    display: table;
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 3%;
    background: rgb(255 255 255 / 80%);
    text-align: left;
    letter-spacing: -0.5em;
  }

  .mainVisual li {
    display: table-cell;
    width: 20%;
    padding: 0;
    border-top: none;
    border-left: none;
    line-height: 0;
    vertical-align: middle;
    letter-spacing: normal;
  }

  .mainVisual li:first-child {
    padding: 0;
    border: none;
  }

  .mainVisual li:nth-child(2) {
    border: none;
  }

  .mainVisual li:nth-child(2n+1) {
    border: none;
  }

  .mainVisual li img {
    display: table-cell;
    width: 90%;
    margin: 0;
    line-height: 0;
  }

  .mainVisual li p {
    display: none;
  }

  /* ▼ キャンペーン応募方法 ▼
━━━━━━━━━━━━━━━━━━━━━━ */

  .oubo {
    padding: 0 0 20px;
    background: #5a90c2;
  }

  .oubo .inner {
    position: relative;
    max-width: 96%;
    margin: -60px auto 0;
    padding: 30px 10px 10px;
    border-radius: 10px;
    background: url('../img/oubo_bg.png') no-repeat center top #fff;
    background-size: contain;
    z-index: 10;
  }

  .oubo .inner h2 {
    width: 80%;
    margin: 15px auto 0;
    line-height: 0;
    text-align: center;
  }

  .oubo .inner h2 img {
    width: 100%;
  }

  /* Twitter
----------------- */

  .oubo .twitter {
    position: relative;
    margin-top: 20px;
    border-radius: 10px;
    background: url('../img/inbox_bg.png') no-repeat center bottom #0c90e0;
    background-size: cover;
    overflow: hidden;
  }

  .oubo .twitter .inbox {
    width: 100%;
  }

  .oubo .twitter .inleft {
    width: 100%;
    padding: 20px;
  }

  .oubo .twitter .inleft h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.05em;
    text-align: center;
  }

  .oubo .twitter .inleft h3 i {
    padding: 0 10px 0 0;
    font-size: 24px;
  }

  .oubo .twitter .inleft ul {
    margin-top: 25px;
  }

  .oubo .twitter .inleft li {
    position: relative;
    margin: 10px 0 0;
    padding: 0 0 0 25px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    list-style-position: inside;
  }

  .oubo .twitter .inleft li:first-child {
    margin: 0;
  }

  .oubo .twitter .inleft li:nth-child(1)::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '①';
  }

  .oubo .twitter .inleft li:nth-child(2)::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '②';
  }

  .oubo .twitter .inleft p.txt {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 17px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
  }

  .oubo .twitter .inleft p.txt::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '※';
  }

  .oubo .twitter .inleft p.txt span {
    display: inline;
  }

  .oubo .twitter .inleft p.btn {
    margin: 20px 0 0;
    text-align: center;
  }

  .oubo .twitter .inleft p.btn a {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 10px;
    background: #FF0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition: all  0.3s ease;
  }

  .oubo .twitter .inleft p.btn a i {
    padding: 0 0 0 5px;
    font-size: 16px;
  }

  .oubo .twitter .inleft p.btn a:hover {
    background: #FF0;
    color: #000;
  }

  .oubo .twitter .inright {
    display: none;
  }

  /* Facebook
----------------- */

  .oubo .facebook {
    position: relative;
    margin-top: 10px;
    border-radius: 10px;
    background: url('../img/inbox_bg.png') no-repeat center bottom #4267b2;
    background-size: cover;
    overflow: hidden;
  }

  .oubo .facebook .inbox {
    width: 100%;
  }

  .oubo .facebook .inleft {
    display: none;
  }

  .oubo .facebook .inright {
    width: 100%;
    padding: 20px;
    float: none;
  }

  .oubo .facebook .inright h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.05em;
    text-align: center;
  }

  .oubo .facebook .inright h3 i {
    padding: 0 10px 0 0;
    font-size: 24px;
  }

  .oubo .facebook .inright ul {
    margin-top: 25px;
  }

  .oubo .facebook .inright li {
    position: relative;
    margin: 10px 0 0;
    padding: 0 0 0 25px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    list-style-position: inside;
  }

  .oubo .facebook .inright li:first-child {
    margin: 0;
  }

  .oubo .facebook .inright li:nth-child(1)::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '①';
  }

  .oubo .facebook .inright li:nth-child(2)::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '②';
  }

  .oubo .facebook .inright p.txt {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 17px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
  }

  .oubo .facebook .inright p.txt::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '※';
  }

  .oubo .facebook .inright p.txt span {
    display: inline;
  }

  .oubo .facebook .inright p.btn {
    margin: 20px 0 0;
    text-align: center;
  }

  .oubo .facebook .inright p.btn a {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 10px;
    background: #FF0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition: all  0.3s ease;
  }

  .oubo .facebook .inright p.btn a i {
    padding: 0 0 0 5px;
    font-size: 16px;
  }

  .oubo .facebook .inright p.btn a:hover {
    background: #FF0;
    color: #000;
  }

  /* ▼ プレゼント ▼
━━━━━━━━━━━━━━━━━━━━━━ */

  .presentArea {
    position: relative;
    margin: 20px 0 0;
    padding: 30px 20px;
    background: url('../img/inbox_bg.png') no-repeat center bottom #e31c23;
    background-size: cover;
    overflow: hidden;
  }

  .presentArea h2 {
    width: 58%;
    margin: 0 auto;
    line-height: 0;
    text-align: center;
  }

  .presentArea h2 img {
    width: 100%;
  }

  .presentArea ul {
    margin-top: 40px;
    letter-spacing: -0.5em;
    text-align: center;
  }

  .presentArea li {
    display: inline-block;
    width: 47%;
    position: relative;
    margin: 0 0 30px 3%;
    letter-spacing: normal;
    vertical-align: top;
  }

  .presentArea li:first-child {
    margin: 0 0 30px;
  }

  .presentArea li:nth-child(2n+1) {
    margin: 0 0 30px;
  }

  .presentArea li p.tosen {
    display: block;
    width: 80px;
    position: relative;
    top: auto;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 5px 15px 7px;
    background: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #FF0;
  }

  .presentArea li p.tosen span {
    position: relative;
    top: 1px;
    padding: 0 2px 0 0;
    font-size: 16px;
  }

  .presentArea li p.Img {
    width: 90%;
    margin: -5px auto 0;
    line-height: 0;
  }

  .presentArea li p.Img img {
    width: 100%;
    border-radius: 50%;
  }

  .presentArea li p.item {
    margin-top: 10px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    text-align: center;
  }

  .presentArea li p.item span {
    display: block;
    margin-top: 3px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }

  .presentArea p.read {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    background: #FF0;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    color: #000;
    text-align: left;
    letter-spacing: 0.05em;
  }

  .presentArea p.read span {
    display: block;
  }

  /* ▼ ワイスピ宣伝 ▼
━━━━━━━━━━━━━━━━━━━━━━ */

  .senden {
    padding: 40px 0;
    background: #1b1714;
  }

  .senden .inner {
    display: block;
    max-width: 96%;
    margin: 0 auto;
  }

  .senden .inleft {
    display: none;
  }

  .senden .inleft p {
    line-height: 0;
  }

  .senden .inleft p img {
    width: 100%;
  }

  .senden .inright {
    display: block;
    width: 100%;
    padding: 0;
  }

  .senden .inright h2 {
    width: 80%;
    margin: 0 auto;
    line-height: 0;
  }

  .senden .inright h2 img {
    width: 100%;
  }

  .senden .inright ul {
    margin-top: 30px;
    text-align: center;
    letter-spacing: -0.5em;
  }

  .senden .inright li {
    display: table;
    width: 100%;
    margin: 30px 0 0;
    padding: 30px 0 0;
    border-top: solid 1px #666;
    letter-spacing: normal;
    vertical-align: top;
  }

  .senden .inright li:first-child {
    margin: 0;
    padding: 0;
    border-top: none;
  }

  .senden .inright li .txtBox {
    display: table-cell;
    width: 64%;
    color: #fff;
    vertical-align: middle;
  }

  .senden .inright li .txtBox p.txt01 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
  }

  .senden .inright li .txtBox p.txt02 {
    margin-top: 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
  }

  .senden .inright li .txtBox p.txt02 span {
    display: inline-block;
    position: relative;
    top: -1px;
    margin: 0 8px 0 0;
    padding: 2px 5px;
    border: solid 1px #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
  }

  .senden .inright li .txtBox p.txt03 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1;
  }

  .senden .inright li p.Img {
    width: 100px;
    margin: 20px auto 0;
    line-height: 0;
    text-align: center;
  }

  .senden .inright li p.Img img {
    width: 100%;
  }

  .senden .inright p.sell {
    margin-top: 25px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #ffef10;
    text-align: center;
    letter-spacing: 0;
  }

  .senden .inright p.copy {
    margin-top: 10px;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    text-align: center;
  }

  /* ▼ 公式サイトはこちら ▼
━━━━━━━━━━━━━━━━━━━━━━ */

  .link {
    padding: 30px 0;
    background: #000;
    text-align: center;
  }

  .link p.btn {
    max-width: 94%;
    margin: 0 auto;
    line-height: 1;
  }

  .link p.btn a {
    display: block;
    padding: 20px 0;
    border: solid 2px #ffef10;
    border-radius: 5px;
    background: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    color: #ffef10;
    transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition: all  0.3s ease;
  }

  .link p.btn span {
    display: block;
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    color: #ffef10;
    transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition: all  0.3s ease;
  }

  .link p.btn i {
    position: relative;
    top: -1px;
    padding: 0 0 0 5px;
  }

  .link p.btn a:hover {
    border: solid 2px #ffef10;
    background: none;
    color: #ffef10;
  }

  .link p.btn a:hover span {
    color: #ffef10;
  }

  /* ▼ ページトップ ▼
━━━━━━━━━━━━━━━━━━━━━━ */

  .page-top {
    position: relative;
    right: auto;
    bottom: auto;
    z-index: 11;
  }

  .page-top a {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-radius: 5px 0 0 5px;
    background: #ffef10;
    color: #000;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition: all  0.3s ease;
  }

  .page-top a:hover {
    background: #ffef10;
    text-decoration: none;
  }

  .page-top a i {
    font-size: 20px;
  }

  /* ▼ フッター ▼
━━━━━━━━━━━━━━━━━━━━━━ */

  footer {
    text-align: center;
  }

  footer p {
    padding: 20px 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
  }





} /* END SP ------------ */
