@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 {
  display: table;
  width: 100%;
  height: 800px;
  position: relative;
  padding: 0;
  background: url('../img/visual_bg.jpg') no-repeat center top;
  background-size: cover;
  text-align: center;
}

.mainVisual .inner {
  display: table-cell;
  max-width: 1120px;
  margin: 0 auto;
  vertical-align: middle;
}

.mainVisual h1 {
  width: 300px;
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  margin: 0 auto;
  line-height: 0;
}

.mainVisual h1 img {
  width: 100%;
}

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

.mainVisual p.nittei {
  margin-top: 30px;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  color: #ffea00;
  letter-spacing: 0.05em;
}

.mainVisual p.nittei i {
  position: relative;
  top: -2px;
  font-size: 24px;
}

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

.itemArea {
  padding: 60px 0 80px;
  background: url('../img/item_bg.webp') no-repeat center center;
  background-size: cover;
}

.itemArea .inner {
  position: relative;
  max-width: 1120px;
  margin: -160px auto 0;
}

.itemArea .inner h2 {
  margin: 0;
  line-height: 0;
  text-align: center;
}

/* Aプラン
----------------- */

.itemArea .a-plan {
  position: relative;
  margin-top: 60px;
  box-shadow: 3px 3px 22px 3px rgb(0 0 0 / 35%);
  border-radius: 10px;
  background: url('../img/inbox_bg.png') no-repeat center bottom #db3a1a;
  background-size: cover;
}

.itemArea .a-plan .inbox {
  width: 100%;
  padding: 50px 0 45px;
}

.itemArea .a-plan p.medal {
  position: absolute;
  top: -50px;
  left: -60px;
  z-index: 10;
  line-height: 0;
}

.itemArea .a-plan ul {
  letter-spacing: -0.5em;
  text-align: center;
}

.itemArea .a-plan li {
  display: inline-block;
  width: 180px;
  position: relative;
  margin: 0 0 0 10px;
  letter-spacing: normal;
  vertical-align: top;
}

.itemArea .a-plan li:first-child {
  margin: 0;
}

.itemArea .a-plan li .Img {
  line-height: 0;
}

.itemArea .a-plan li .name {
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}

/* Bプラン
----------------- */

.itemArea .b-plan {
  position: relative;
  margin-top: 90px;
  box-shadow: 3px 3px 22px 3px rgb(0 0 0 / 35%);
  border-radius: 10px;
  background: url('../img/inbox_bg.png') no-repeat center bottom #3a5bd7;
  background-size: cover;
}

.itemArea .b-plan .inbox {
  width: 100%;
  padding: 50px 0 45px;
}

.itemArea .b-plan p.medal {
  position: absolute;
  top: -50px;
  left: -60px;
  z-index: 10;
  line-height: 0;
}

.itemArea .b-plan ul {
  letter-spacing: -0.5em;
  text-align: center;
}

.itemArea .b-plan li {
  display: inline-block;
  width: 180px;
  position: relative;
  margin: 0 0 0 10px;
  letter-spacing: normal;
  vertical-align: top;
}

.itemArea .b-plan li:first-child {
  margin: 0;
}

.itemArea .b-plan li .Img {
  line-height: 0;
}

.itemArea .b-plan li .name {
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}

/* 注意文言
----------------------- */

.itemArea .chui {
  margin-top: 30px;
  text-align: center;
}

.itemArea .chui p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #000;
}

/* ▼ アンケートについて ▼
━━━━━━━━━━━━━━━━━━━━━━ */

.about {
  background: url('../img/about_shadow.png') repeat-x left top;
}

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

.about .inner h2 {
  line-height: 0;
}

.about .inleft {
  display: table-cell;
  width: 610px;
  vertical-align: top;
}

.about .inleft .inbox {
  margin-top: 20px;
  padding: 40px;
  box-shadow: 3px 3px 20px 3px rgb(0 0 0 / 15%);
  border-radius: 5px;
  background: #ffea00;
}

.about .inleft p.txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}

.about .inleft .btn {
  margin-top: 20px;
}

/* QRコード（PC） */
.about .inleft .btn .pc {
  display: table;
  padding: 15px;
  background: #fff;
}

.about .inleft .btn p.read {
  display: table-cell;
  padding: 0 20px 0 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #00b400;
  vertical-align: middle;
}

.about .inleft .btn p.Img {
  display: table-cell;
  max-width: 80px;
  line-height: 0;
  vertical-align: middle;
}

.about .inleft .btn p.Img img {
  width: 100%;
}

.about .inleft .btn p.sp {
  display: none;
}

.about .inleft ul {
  margin-top: 20px;
}

.about .inleft li {
  position: relative;
  margin-top: 5px;
  padding: 0 0 0 17px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
}

.about .inleft li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '※';
}

.about .inright {
  display: table-cell;
  width: 510px;
  padding: 10px 0 0;
  text-align: right;
}

.about .inright p {
  line-height: 0;
}

/* ▼ 注意事項 ▼
━━━━━━━━━━━━━━━━━━━━━━ */

.defense {
  background: #f6f6f6;
}

.defense .inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 60px 0;
}

.defense .inner h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #ce0023;
}

.defense .inner h2.sec {
  margin-top: 40px;
}

.defense .inner h2 i {
  position: relative;
  top: -1px;
  padding: 0 5px 0 0;
  font-size: 22px;
}

.defense .inner ul {
  margin: 20px 0 0;
  padding: 30px;
  background: #fff;
}

.defense .inner li {
  margin: 10px 0 0 15px;
  padding: 0;
  list-style: square;
  line-height: 1.2;
}

.defense .inner li:first-child {
  margin-top: 0;
}

.defense .inner p {
  margin: 20px 0 0;
  padding: 30px;
  background: #fff;
  line-height: 1.6;
}

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

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

.page-top a {
  display: block;
  width: 60px;
  padding: 10px 0 8px;
  border-radius: 5px 0 0 5px;
  background: #000;
  color: #ffef10;
  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;
  color: #000;
  text-decoration: none;
}

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

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

footer {
  background: #0b0b0b;
  text-align: center;
}

footer p {
  padding: 20px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

/* ▼ アンケートボタン ▼
━━━━━━━━━━━━━━━━━━━━━━ */

.btn-square-shadow {
  display: inline-block;
  padding: 25px 20px;
  border-radius: 5px;
  background: #005fcb;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #FFF;
  text-decoration: none;
  transition: .4s;
}

.mainVisual .btn-square-shadow {
  margin-top: 60px;
}

.btn-square-shadow:hover {
  background: #fff;
  color: #004798;
}

.btn-square-shadow>i {
  padding: 0 10px;
  font-size: 20px;
}

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

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

  .mainVisual {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0;
    background: url('../img/visual_bg.jpg') no-repeat center top;
    background-size: cover;
    text-align: center;
  }

  .mainVisual .inner {
    display: table-cell;
    max-width: 96%;
    margin: 0 auto;
    padding: 120px 0 100px;
    vertical-align: middle;
  }

  .mainVisual h1 {
    width: 240px;
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    line-height: 0;
  }

  .mainVisual h1 img {
    width: 100%;
  }

  .mainVisual p.ttl {
    width: 50%;
    margin: 0 auto;
    line-height: 0;
  }

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

  .mainVisual p.nittei {
    margin-top: 30px;
    font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    color: #ffea00;
    letter-spacing: 0.05em;
  }

  .mainVisual p.nittei i {
    position: relative;
    top: -2px;
    font-size: 24px;
  }

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

  .itemArea {
    padding: 60px 0 80px;
    background: url('../img/item_bg.webp') no-repeat center center;
    background-size: cover;
  }

  .itemArea .inner {
    position: relative;
    max-width: 96%;
    margin: -100px auto 0;
  }

  .itemArea .inner h2 {
    width: 70%;
    margin: 0 auto;
    line-height: 0;
    text-align: center;
  }

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

  /* Aプラン
----------------- */

  .itemArea .a-plan {
    position: relative;
    margin-top: 80px;
    box-shadow: 3px 3px 22px 3px rgb(0 0 0 / 35%);
    border-radius: 10px;
    background: url('../img/inbox_bg.png') no-repeat center bottom #db3a1a;
    background-size: cover;
  }

  .itemArea .a-plan .inbox {
    width: 100%;
    padding: 80px 2% 40px;
  }

  .itemArea .a-plan p.medal {
    width: 120px;
    position: absolute;
    top: -60px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 10;
    line-height: 0;
  }

  .itemArea .a-plan p.medal img {
    width: 100%;
  }

  .itemArea .a-plan ul {
    letter-spacing: -0.5em;
    text-align: center;
  }

  .itemArea .a-plan li {
    display: inline-block;
    width: 19%;
    position: relative;
    margin: 0 0 0 1%;
    letter-spacing: normal;
    vertical-align: top;
  }

  .itemArea .a-plan li:first-child {
    margin: 0;
  }

  .itemArea .a-plan li .Img {
    max-width: 180px;
    line-height: 0;
  }

  .itemArea .a-plan li .Img img {
    width: 100%;
  }

  .itemArea .a-plan li .name {
    margin-top: 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
  }

  /* Bプラン
----------------- */

  .itemArea .b-plan {
    position: relative;
    margin-top: 90px;
    box-shadow: 3px 3px 22px 3px rgb(0 0 0 / 35%);
    border-radius: 10px;
    background: url('../img/inbox_bg.png') no-repeat center bottom #3a5bd7;
    background-size: cover;
  }

  .itemArea .b-plan .inbox {
    width: 100%;
    padding: 80px 2% 40px;
  }

  .itemArea .b-plan p.medal {
    width: 120px;
    position: absolute;
    top: -60px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 10;
    line-height: 0;
  }

  .itemArea .b-plan p.medal img {
    width: 100%;
  }

  .itemArea .b-plan ul {
    letter-spacing: -0.5em;
    text-align: center;
  }

  .itemArea .b-plan li {
    display: inline-block;
    width: 19%;
    position: relative;
    margin: 0 0 0 1%;
    letter-spacing: normal;
    vertical-align: top;
  }

  .itemArea .b-plan li:first-child {
    margin: 0;
  }

  .itemArea .b-plan li .Img {
    max-width: 180px;
    line-height: 0;
  }

  .itemArea .b-plan li .Img img {
    width: 100%;
  }

  .itemArea .b-plan li .name {
    margin-top: 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
  }

  /* ▼ アンケートについて ▼
━━━━━━━━━━━━━━━━━━━━━━ */

  .about {
    background: url('../img/about_shadow.png') repeat-x left top;
  }

  .about .inner {
    display: block;
    max-width: 96%;
    margin: 0 auto;
    padding: 60px 0 0;
  }

  .about .inner h2 {
    max-width: 480px;
    margin: 0 auto;
    line-height: 0;
  }

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

  .about .inleft {
    display: block;
    width: 100%;
    vertical-align: top;
  }

  .about .inleft .inbox {
    margin-top: 20px;
    padding: 40px;
    box-shadow: 3px 3px 20px 3px rgb(0 0 0 / 15%);
    border-radius: 5px;
    background: #ffea00;
  }

  .about .inleft p.txt {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
  }

  .about .inleft .btn {
    margin-top: 20px;
  }

  /* QRコード（PC） */
  .about .inleft .btn .pc {
    display: none;
  }

  /* LINEボタン（TAB/PC） */

  .about .inleft .btn p.sp {
    display: block;
    width: 60%;
    margin: 0 auto;
    text-align: center;
  }

  .about .inleft .btn p.sp a {
    display: block;
    padding: 25px 20px;
    border-radius: 5px;
    background: #00b400;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
  }

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

  .about .inleft ul {
    margin-top: 20px;
  }

  .about .inleft li {
    position: relative;
    margin-top: 5px;
    padding: 0 0 0 17px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
  }

  .about .inleft li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '※';
  }

  .about .inright {
    display: block;
    width: 40%;
    margin: 35px auto 0;
    padding: 0;
  }

  .about .inright p {
    line-height: 0;
    text-align: center;
  }

  .about .inright p img {
    width: 100%;
  }

  /* ▼ 注意事項 ▼
━━━━━━━━━━━━━━━━━━━━━━ */

  .defense {
    background: #f6f6f6;
  }

  .defense .inner {
    max-width: 96%;
    margin: 0 auto;
    padding: 60px 0;
  }

  .defense .inner h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    color: #ce0023;
  }

  .defense .inner h2.sec {
    margin-top: 40px;
  }

  .defense .inner h2 i {
    position: relative;
    top: -1px;
    padding: 0 5px 0 0;
    font-size: 22px;
  }

  .defense .inner ul {
    margin: 20px 0 0;
    padding: 30px;
    background: #fff;
  }

  .defense .inner li {
    margin: 10px 0 0 15px;
    padding: 0;
    list-style: square;
    line-height: 1.2;
  }

  .defense .inner li:first-child {
    margin-top: 0;
  }

  .defense .inner p {
    margin: 20px 0 0;
    padding: 30px;
    background: #fff;
    line-height: 1.6;
  }

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

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

  .page-top a {
    display: block;
    width: 100%;
    padding: 15px 0 10px;
    border-radius: 0;
    background: #333;
    color: #fff;
    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: #333;
    color: #fff;
    text-decoration: none;
  }

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

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

  footer {
    background: #0b0b0b;
    text-align: center;
  }

  footer p {
    padding: 20px 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
  }






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

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

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

  .mainVisual {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0;
    background: url('../img/visual_bg.jpg') no-repeat center top;
    background-size: cover;
    text-align: center;
  }

  .mainVisual .inner {
    display: table-cell;
    max-width: 96%;
    margin: 0 auto;
    padding: 100px 0;
    vertical-align: middle;
  }

  .mainVisual h1 {
    width: 200px;
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    line-height: 0;
  }

  .mainVisual h1 img {
    width: 100%;
  }

  .mainVisual p.ttl {
    width: 70%;
    margin: 0 auto;
    line-height: 0;
  }

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

  .mainVisual p.nittei {
    margin-top: 30px;
    font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #ffea00;
    letter-spacing: 0;
  }

  .mainVisual p.nittei i {
    position: relative;
    top: -2px;
    font-size: 16px;
  }

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

  .itemArea {
    padding: 60px 0 40px;
    background: url('../img/item_bg.webp') no-repeat center center;
    background-size: cover;
  }

  .itemArea .inner {
    position: relative;
    max-width: 96%;
    margin: -100px auto 0;
  }

  .itemArea .inner h2 {
    width: 100%;
    margin: 0 auto;
    line-height: 0;
    text-align: center;
  }

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

  /* Aプラン
----------------- */

  .itemArea .a-plan {
    position: relative;
    margin-top: 60px;
    box-shadow: 3px 3px 22px 3px rgb(0 0 0 / 35%);
    border-radius: 10px;
    background: url('../img/inbox_bg.png') no-repeat center bottom #db3a1a;
    background-size: cover;
  }

  .itemArea .a-plan .inbox {
    width: 100%;
    padding: 50px 2% 20px;
  }

  .itemArea .a-plan p.medal {
    width: 80px;
    position: absolute;
    top: -40px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 10;
    line-height: 0;
  }

  .itemArea .a-plan p.medal img {
    width: 100%;
  }

  .itemArea .a-plan ul {
    margin-top: -10px;
    letter-spacing: -0.5em;
    text-align: left;
  }

  .itemArea .a-plan li {
    display: inline-block;
    width: 49%;
    position: relative;
    margin: 20px 0 0 2%;
    letter-spacing: normal;
    vertical-align: top;
  }

  .itemArea .a-plan li:first-child {
    margin: 20px 0 0;
  }

  .itemArea .a-plan li:nth-child(2n+1) {
    margin: 20px 0 0;
  }

  .itemArea .a-plan li .Img {
    max-width: 100%;
    line-height: 0;
  }

  .itemArea .a-plan li .Img img {
    width: 100%;
  }

  .itemArea .a-plan li .name {
    margin-top: 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
  }

  /* Bプラン
----------------- */

  .itemArea .b-plan {
    position: relative;
    margin-top: 90px;
    box-shadow: 3px 3px 22px 3px rgb(0 0 0 / 35%);
    border-radius: 10px;
    background: url('../img/inbox_bg.png') no-repeat center bottom #3a5bd7;
    background-size: cover;
  }

  .itemArea .b-plan .inbox {
    width: 100%;
    padding: 50px 2% 20px;
  }

  .itemArea .b-plan p.medal {
    width: 80px;
    position: absolute;
    top: -40px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 10;
    line-height: 0;
  }

  .itemArea .b-plan p.medal img {
    width: 100%;
  }

  .itemArea .b-plan ul {
    margin-top: -10px;
    letter-spacing: -0.5em;
    text-align: left;
  }

  .itemArea .b-plan li {
    display: inline-block;
    width: 49%;
    position: relative;
    margin: 20px 0 0 2%;
    letter-spacing: normal;
    vertical-align: top;
  }

  .itemArea .b-plan li:first-child {
    margin: 20px 0 0;
  }

  .itemArea .b-plan li:nth-child(2n+1) {
    margin: 20px 0 0;
  }

  .itemArea .b-plan li .Img {
    max-width: 100%;
    line-height: 0;
  }

  .itemArea .b-plan li .Img img {
    width: 100%;
  }

  .itemArea .b-plan li .name {
    margin-top: 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
  }

  /* 注意文言
----------------------- */

  .itemArea .chui {
    margin-top: 30px;
    padding: 20px;
    background: rgb(0 0 0 / 40%);
    text-align: left;
  }

  .itemArea .chui p {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    letter-spacing: 0.05em;
  }

  /* ▼ アンケートについて ▼
━━━━━━━━━━━━━━━━━━━━━━ */

  .about {
    background: url('../img/about_shadow.png') repeat-x left top;
  }

  .about .inner {
    display: block;
    max-width: 96%;
    margin: 0 auto;
    padding: 40px 0 0;
  }

  .about .inner h2 {
    max-width: 90%;
    margin: 0 auto;
    line-height: 0;
  }

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

  .about .inleft {
    display: block;
    width: 100%;
    vertical-align: top;
  }

  .about .inleft .inbox {
    margin-top: 10px;
    padding: 30px;
    box-shadow: 3px 3px 20px 3px rgb(0 0 0 / 15%);
    border-radius: 5px;
    background: #ffea00;
  }

  .about .inleft p.txt {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
  }

  /* QRコード（PC） */
  .about .inleft .btn .pc {
    display: none;
  }

  /* LINEボタン（TAB/PC） */

  .about .inleft .btn p.sp {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .about .inleft .btn p.sp a {
    display: block;
    padding: 25px 20px;
    border-radius: 5px;
    background: #00b400;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
  }

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

  .about .inleft ul {
    margin-top: 20px;
  }

  .about .inleft li {
    position: relative;
    margin-top: 5px;
    padding: 0 0 0 17px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
  }

  .about .inleft li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '※';
  }

  .about .inright {
    display: block;
    width: 40%;
    margin: 25px auto 0;
    padding: 0;
  }

  .about .inright p {
    line-height: 0;
    text-align: center;
  }

  .about .inright p img {
    width: 100%;
  }

  /* ▼ 注意事項 ▼
━━━━━━━━━━━━━━━━━━━━━━ */

  .defense {
    background: #f6f6f6;
  }

  .defense .inner {
    margin: 0 auto;
    padding: 40px 0;
  }

  .defense .inner h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    color: #ce0023;
  }

  .defense .inner h2.sec {
    margin-top: 40px;
  }

  .defense .inner h2 i {
    position: relative;
    top: -1px;
    padding: 0 5px 0 0;
    font-size: 22px;
  }

  .defense .inner ul {
    margin: 15px 0 0;
    padding: 20px;
    background: #fff;
  }

  .defense .inner li {
    margin: 10px 0 0 15px;
    padding: 0;
    list-style: square;
    line-height: 1.2;
  }

  .defense .inner li:first-child {
    margin-top: 0;
  }

  .defense .inner p {
    margin: 15px 0 0;
    padding: 20px;
    background: #fff;
    line-height: 1.6;
  }

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

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

  .page-top a {
    display: block;
    width: 100%;
    padding: 15px 0 10px;
    border-radius: 0;
    background: #333;
    color: #fff;
    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: #333;
    color: #fff;
    text-decoration: none;
  }

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

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

  footer {
    background: #0b0b0b;
    text-align: center;
  }

  footer p {
    padding: 20px 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
  }

  /* ▼ アンケートボタン ▼
━━━━━━━━━━━━━━━━━━━━━━ */

  .btn-square-shadow {
    font-size: 16px;
  }

  .mainVisual .btn-square-shadow {
    margin-top: 30px;
  }

  .btn-square-shadow>i {
    padding: 0 8px;
    font-size: 16px;
  }

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