@charset "utf-8";

/* CSS Document */
/********************************
*
*	爆サイ.com PC
*	http://bakusai.com
*	campaign.css
*	--------------------------
*	created:2025/04/9
*
********************************/

/* 6million */
.only-6mil-page {
    font-family: 'M PLUS Rounded 1c', sans-serif;
  }

h1.lead-6mil-main {
    background: none;
    border: none;
    box-shadow: none;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1.9rem;
    text-align: center;
}

h2.lead-ttl-6mil {
    color: #0d507e;
    font-size: 1.5rem;
    font-weight: 900;
    text-align: center;
    margin: 0 0 0 80px;
    text-decoration: underline;
    text-underline-offset: -0.3em;
    text-decoration-thickness: 0.7em;
    text-decoration-color: #ffffc8;
    text-decoration-skip-ink: none;
}

h2.ttl-6mil-benefit {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    color: #0d507e;
    background: #fff;
    padding: 0 9px 0 14px;
    position: absolute;
    top: -39px;
    left: 50%;
    transform: translateX(-50%);
}

h2.ttl-6mil-cta {
    font-size: 1.3rem;
    font-weight: 500;
    color: #000;
}

h2.ttl-6mil-rules {
    font-size: 1.5rem;
    font-weight: 900;
    color: #0d507e;
}

.txt-em {
    font-size: 1.5rem;
    font-weight: 900;
    color: #ff5b00;
}

h3.subttl-6mil-benefit {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 900;
    color: #ff5b00;
}

h3.subttl-6mil {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0d507e;
    margin-bottom: 0;
}

p.lead-desc-6mil,
p.txt-6mil-benefit,
.txt-6mil-desc p {
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.3rem;
    text-align: justify;
}

p.lead-desc-6mil {
    max-width: 600px;
    margin: 0 auto;
}

p.txt-6mil-benefit {
    margin: 0 auto;
}

.note-6mil {
    font-size: 0.8rem;
    font-weight: 500;
}

.note {
    font-size: 0.8rem;
    font-weight: 500;
}

.mv-6mil-main {
    margin: 10px auto 0;
    width: 1070px;
    text-align: center;
    position: relative;
}

.mv-6mil-main img {
    width: 100%;
    min-width: 780px;
}

.h1-slash-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.h1-slash {
    display: inline-block;
    width: 2px;
    height: 58px;
    background-color: #333;
    transform-origin: center;
}

.h1-slash-left {
    transform: rotate(-20deg);
}

.h1-slash-right {
    transform: rotate(20deg);
    margin-left: 8px;
}
.txt-6mil-orange {
    font-weight: 900;
    color: #ff5b00;
}

.txt-6mil-small {
    font-size: 1.4rem;
    font-weight: 900;
}

 /* 6000000カウンター */
 .counter-wrapper {
    display: flex;
    justify-content: center;
    margin: 40px auto;
    padding: 5px 8px;
    background: #fff;
    position: absolute;
    top: 131px;
    left: 48px;
    border-radius: 3px;
  }
  
  .counter span {
    background: linear-gradient(to bottom, #555, #1a1a1a);
    color: #fff;
    font-size: 2rem;
    width: 40px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin: 0 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    font-weight: bold;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  }
  
/* 匿名掲示板なのに */
.sec-6mil-lead {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 40px 0;
    gap: 30px;
}

.lead-top-6mil {
    display: flex;
    justify-content: center;
    background: #fff;
    width: 600px;
    height: 40px;
    margin: 0 auto;
    border-radius: 30px;
    padding: 10px;
    box-shadow: 5px 5px #0d507e;
    position: relative;
}

img.img-6mil-chara1 {
    width: 76px;
    position: absolute;
    top: -42px;
    left: 87px;
}

.lead-bottom-6mil {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    margin: 20px auto;
}

.sec-6mil-cont {
    width: 745px;
}

.line-6mil {
    background-size: 40px 40px;
    background-image: repeating-linear-gradient(0deg, #bae2f8, #bae2f8 2px, #f2f2f2 2px, #f2f2f2);
}

img.img-6mil-chara2 {
    width: 144px;
}

.sec-6mil-cont {
    width: 745px;
    padding: 18px 20px 16px;
    box-sizing: border-box;
}

.lead-balloon-left-6mil,
.lead-balloon-right-6mil {
    font-size: 1.4rem;
    font-weight: 900;
    color: #ff5b00;
    background: #fff;
    padding: 7px 30px 10px;
    border: 3px solid #0d507e;
    border-radius: 28px;
    position: relative;
    margin: 13px 0 0 0;
}

.lead-balloon-left-6mil:before,
.lead-balloon-right-6mil:before {  
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background: #fff;
    border: 3px solid #0d507e;
    border-radius: 50%;
  }
  
  .lead-balloon-left-6mil:after,
  .lead-balloon-right-6mil:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 19px;
    background: #fff;
    border: 3px solid #0d507e;
    border-radius: 50%;
  }

  .lead-balloon-left-6mil:before {
    top: 79px;  
    left: 64px;
  }
  
  .lead-balloon-left-6mil:after {
    top: 57px;
    left: 42px;
  }

  .lead-balloon-right-6mil:before { 
    top: 79px; 
    right: 64px;
  }
  
  .lead-balloon-right-6mil:after {
    top: 57px;
    right: 42px;
  }
  
/* 会員特典 */
.sec-6mil-benefits {
    margin: 60px 0 40px;
}

.wrap-6mil-benefits {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.num-6mil {
    font-size: 2.2rem;
    vertical-align: -2px;
}

.card-6mil-benefit {
    border: 4px solid #0d507e;
    border-radius: 32px;
    background: #fff;
    padding: 20px 37px;
    position: relative;
}

.img-6mil-chara {
    text-align: center;
    padding: 17px 0 23px;
    position: relative;
    margin: 0 0 10px 0;
    height: 160px;
}

.img-6mil-chara::after {
    content: "";
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffc8;
    width: 300px;
    height: 150px;
    z-index: 1;
    border-radius: 50%;
    filter: blur(10px);
}

img.img-6mil-chara3,
img.img-6mil-chara4 {
    z-index: 2;
    position: relative;
}

img.img-6mil-chara3 {
    width: 140px;
}

img.img-6mil-chara4 {
    width: 135px;
}

.cta-6mil-benefit {
    width: 1000px;
    margin: 40px auto 60px;
    text-align: center;
}

.txt-em-dot {
    padding-top: 0.4em;
    background-position: top left 0px;
    background-repeat: repeat-x;
    background-size: 0.58em 0.3em;
    background-image: radial-gradient(3px 3px at center center, #ff5b00, #ff5b00 100%, transparent);
}

.txt-em-dot.dot-addtion {
    background-size: 1em 0.3em;
}

.btn-6mil-cta {
    position: relative;
}

.btn-6mil-cta {
    width: 400px;
    position: relative;
    margin: 0 auto;
}

.btn-6mil-cta::before {
    font-family: "FontAwesome";
    content: "\f054";
    font-weight: normal;
    font-size: 1.2rem;
    color: #fff;
    margin-right: 0.5em;
    position: absolute;
    top: 52%;
    right: 0;
    transform: translateY(-50%);
}

.btn-6mil-cta a {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    width: 400px;
    padding: 16px 0 20px;
    background: #ff5b00;
    border: 3px solid #0d507e;
    border-radius: 36px;
    margin: 10px auto 5px;
    cursor: pointer;
}

.btn-6mil-cta a:hover {
    text-decoration: none;
    color: #fff;
    background: #ff843f;
}

/* キャンペーン */
.vis-6mil-campaign {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 900px;
    margin: 0 auto;
}

img.img-6mil-title {
    width: 500px;
}

.img-box-6mil-chara {
    position: relative;
}

img.img-6mil-chara5,
img.img-6mil-chara6,
img.img-6mil-chara7 {
    position: relative;
    z-index: 2;
}

img.img-6mil-chara5 {
    width: 140px;
}

img.img-6mil-chara6 {
    width: 144px;
}

img.img-6mil-chara7 {
    width: 130px;
}

.img-box-6mil-chara::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 180px;
    height: 180px;
    z-index: 1;
    border-radius: 50%;
    filter: blur(10px);
}

.sec-6mil-campaign.dot-6mil {
    padding: 30px;
    background-image: radial-gradient(#bae2f8 3px, transparent 3px), radial-gradient(#bae2f8 3px, #f2f2f2 3px);
    background-size: 40px 40px;
    background-position: 0px 0px, 20px 20px;
}

.txt-6mil-desc {
    width: 600px;
    margin: 0 auto;
}

table.tbl-6mil-info {
    background: #fff;
    border: 4px solid #0d507e;
    text-align: left;
    margin: 30px auto;
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 500;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 32px;
}

table.tbl-6mil-info th {
    padding: 10px 20px;
    background: #ff5b00;
    color: #fff;
    border-right: 3px solid #0d507e;
}

table.tbl-6mil-info td {
    padding: 10px 20px;
}

.tbl-6mil-info td,
.tbl-6mil-info th {
    vertical-align: middle;
    height: 50px; 
    border-bottom: 3px solid #0d507e;
}

.tbl-6mil-info tr:last-child th,
.tbl-6mil-info tr:last-child td {
    border-bottom: none;
}

table.tbl-6mil-info tr:first-child th:first-child {
    border-top-left-radius: 29px;
}

table.tbl-6mil-info tr:last-child th:first-child {
    border-bottom-left-radius: 29px;
}

.text-6mil-winUp {
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    color: #ff5b00;
    text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0 -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}

/* 利用規約 */
.ttl-6mil-rules-wrapper {
    text-align: center;
    position: relative;
}

.sec-6mil-rules {
    border: 4px dotted #7dccf3;
    border-radius: 32px;
    margin: 40px auto;
    width: 900px;
    padding: 20px 20px 28px;
    position: relative;
    display: inline-block;
}

h2.ttl-6mil-rules::before,
h2.ttl-6mil-rules::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 290px;
    height: 0;
    border-top: 4px dotted #7dccf3;
    transform: translateY(-50%);
}

h2.ttl-6mil-rules::before {
    left: 10px;
}

h2.ttl-6mil-rules::after {
    right: 10px;
}

.wrap-6mil-rules {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 800px;
    height: 197px;
}

.ico-6mil-heading {
    font-size: 1.5rem;
    color: #ff5b00;
    vertical-align: -3px;
    margin-right: 3px;
}

ul.list-6mil {
    font-size: 0.95rem;
    font-weight: 500;
    margin: 0;
    padding: 0 0 0 2.7rem;
    line-height: 1.5rem;
}

ul.sublist-6mil {
    font-size: 0.85rem;
    font-weight: 500;
    margin: 0;
    padding: 0 0 0 1.6rem;
    line-height: 1.3rem;
}

ul.list-6mil li {
    list-style: none;
}

.ico-6mil-item {
    color: #0d507e;
    margin-right: 3px;
    font-size: 1.2rem;
    vertical-align: -2px;
}

.ico-6mil-minorItem {
    color: #0d507e;
    margin-right: 3px;
    font-size: 1.2rem;
    vertical-align: -2px;
}
