/* フォント */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;800;900&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Noto Serif JP', serif;
    background-color: #003366;
    overflow-x: hidden;
    width: 100%;
    max-width: 430px;
    margin: 0 auto !important;
}

main {
    flex: 1;
    padding: 0;
    overflow: hidden;
}

p {
    margin-bottom: 0;
}

a {
    z-index: 100;
}

.app {
    width: 100%;
    max-width: 430px;
    overflow-x: hidden;
    margin: 0 auto;
    background: #fff;
    display: flex;
    flex-direction: column;
}

/* 背景 */
.background-white {
    background-color: #fff;
}
.background-theme {
    background-color: #003366;
}
.background-ground {
    z-index: 0;
    position: relative;
    background-color: #003366;
}
.bg-image {
  position: absolute;
  background: url('../image/22208696_s.jpg') 42% 24%/258% no-repeat;
  inset: 0;
  z-index: -10;
}
.bg-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    #ffffff 0px,
    #ffffff 40px,
    rgba(255,255,255,1) 46px,
    rgba(255,255,255,0.8) 80px,
    rgba(255,255,255,0.6) 100px,
    rgba(255,255,255,0) 160px
  );
  pointer-events: none;
}
.bg-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,51,102,0) calc(100% - 420px),
    rgba(0,51,102,0.8) calc(100% - 200px),
    rgba(0,51,102,0.9) calc(100% - 180px),
    rgba(0,51,102,1) calc(100% - 160px),
    #003366 100%
  );
  pointer-events: none;
}

.content {
    z-index: 2;
}

/* margin */
.mt-2 {
    margin-top: 2px;
}
.mt-32 {
    margin-top: 32px;
}
.mb-12 {
    margin-bottom: 12px;
}
.pt-32 {
    padding-top: 32px;
}

/* カラーライン */
.theme-color-line {
    max-width: 430px;
    height: 14px;
    background-color: #003366;
}
.grey-line {
    width: 430px;
    height: 2px;
    background-color: #d9d9d9;
}

/* 10周年ロゴ */
.logo-container {
    max-width: 430px;
}
.logo-image {
    display: block;
    margin: 0 auto;
    width: 130px;
    height: 89px;
}

.alt-text {
    z-index: 100;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: normal;
    color: black;
}
.description-text {
    z-index: 100;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 8px;
    color: black;
    text-align: center;
    white-space: pre-wrap;
}
.stroke-text {
    -webkit-text-stroke: 2px white;
    paint-order: stroke fill;
}


/* YouTube埋め込み（16:9比率） */
.video-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 */
}
.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#unmute-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 9999 !important;
  
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: none;
  padding: 15px 20px;
  border-radius: 50px;
  cursor: pointer;
}


.line-manga-btn {
    position: relative;
    z-index: 1000;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}
.line-manga-img {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}
.line-manga-text {
    position: absolute;
    top: 17%;
    left: 30%;
    font-family: 'Noto Serif JP', serif;
    font-weight: 900;
    text-align: center;
    color: white;
}
.line-manga-btn .manga-free-text {
    font-size: clamp(16px, calc(18 * 100vw / 430), 18px);
    padding-bottom: 9px;
}
.line-manga-btn .manga-trial-text {
    font-size: clamp(20px, calc(26 * 100vw / 430), 26px);
    padding-bottom: 14px;
}
.line-manga-btn .manga-features-text {
    font-size: clamp(14px, calc(16 * 100vw / 430), 16px);
}


.manga-scene {
    position: relative;
    width: clamp(370px, calc(430 * 100vw / 430), 430px);
    height: clamp(310px, calc(360 * 100vw / 430), 360px);
    inset: 0;
    pointer-events: none;
}
.manga-scene .manga-panel-img {
    position: absolute;
    top: -42px;
    left: -26px;
    width: 138%;
    max-width: none;
}

.present-section-1 {
    position: relative;
    height: 308px;
}
.present-section-1 .shine-bg {
    position: absolute;
    left: 0px;
    top: 38px;
    width: clamp(370px, calc(430 * 100vw / 430), 430px);
    height: clamp(210px, calc(270 * 100vw / 430), 270px);
}
.present-section-1 .shine-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}
.present-section-1 .manga-set-rotated {
    position: absolute;
    left: 141px;
    top: 0;
    width: clamp(200px, calc(296 * 100vw / 430), 296px);
    height: clamp(200px, calc(296 * 100vw / 430), 296px);
}
.present-section-1 .manga-set-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}
.present-section-1 .globe-rotated {
    position: absolute;
    left: -17.37px;
    top: 50px;
    width: clamp(160px, calc(230 * 100vw / 430), 230px);
    height: clamp(180px, calc(258 * 100vw / 430), 258px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.present-section-1 .globe-rotated-img {
    transform: rotate(-18deg);
    width: 180px;
    height: 213.481px;
    object-fit: cover;
}

.campaign-header-section {
    position: relative;
    width: clamp(370px, calc(430 * 100vw / 430), 430px);
    height: 140px;
}
.campaign-header-section img {
    position: absolute;
    top: -20px;
    left: 8px;
    z-index: 10;
    pointer-events: none;
    width: 100%;
    max-width: 430px;
}
.campaign-header-section .campaign-period-bg {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50px;
    width: clamp(370px, calc(430 * 100vw / 430), 430px);
    height: 80px;
    background-color: black;
}
.campaign-header-section .campaign-period-text {
    z-index: 100;
    font-weight: 900;
    font-size: clamp(14px, calc(16 * 100vw / 430), 16px);;
    line-height: normal;
    color: white;
    text-align: center;
}
.campaign-header-section .campaign-period-text:first-child {
    margin-top:16px;
}

.megaphone-section {
    position: relative;
    width: clamp(370px, calc(430 * 100vw / 430), 430px);
    height: 200px;
}
.megaphone-section .megaphone-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 342px;
    height: 194px;
}
.megaphone-section .megaphone-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}
.megaphone-section .megaphone-text-wrapper {
    position: absolute;
    left: calc(50% + 19.9px);
    top: 40.2px;
    width: 197.196px;
    height: 84.475px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.megaphone-section .megaphone-text-rotated {
    transform: rotate(-5deg);
}
.megaphone-section .megaphone-text {
    font-weight: 900;
    font-size: clamp(28px, calc(32 * 100vw / 430), 32px);
    line-height: 34px;
    color: white;
    white-space: nowrap;
}

.application-section {
    position: relative;
    width: clamp(370px, calc(430 * 100vw / 430), 430px);
    height: clamp(334px, calc(364 * 100vw / 430), 364px);
    margin-top: 20px;
}
.application-section .application-title-img {
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    height: 60px;
}
.application-title-img img {
    z-index: 10;
    pointer-events: none;
    height: 90px;
    width: 100%;
}
.application-section .application-box {
    margin-top: 20px;
    z-index: 0;
    margin: 0 auto;
    width: clamp(350px, calc(386 * 100vw / 430), 386px);
    height: clamp(334px, calc(364 * 100vw / 430), 364px);
    background-color: white;
    border-radius: 16px;
    box-shadow: 7px 7px 5px 0px rgba(51, 51, 51, 0.75);
}
.application-section .application-box .application-steps {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Rounded Mplus 1c', sans-serif;
    font-weight: 900;
    font-size: clamp(14px, calc(16 * 100vw / 430), 16px);
    line-height: 20px;
    color: black;
}
.x-button {
    position: relative;
    width: clamp(350px, calc(386 * 100vw / 430), 386px);
    height: clamp(200px, calc(230 * 100vw / 430), 230px);
}
.x-button .karin-character {
    position: absolute;
    z-index: 100;
    bottom: 2%;
    left: -4%;
    width: clamp(200px, calc(239 * 100vw / 430), 239px);
    height: clamp(180px, calc(212 * 100vw / 430), 212px);
}
.x-button .karin-img {
    inset: 0;
    width: 99%;
    height: 99%;
    object-fit: cover;
    pointer-events: none;
    z-index: 100;
}
.x-button .follow-banner-text {
    position: absolute;
    z-index: 101;
    top: 7%;
    left: 28%;
    width: 150px;
    font-family: 'Rounded Mplus 1c', sans-serif;
    font-weight: 900;
    font-size: clamp(14px, calc(16 * 100vw / 430), 16px);
    line-height: 20px;
    color: black;
}
.x-button .x-button-bg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: clamp(-0.1%, calc(-4 * 100vw / 4300), -0.8%);
    width: clamp(336px, calc(373 * 100vw / 430), 373px);
    height: clamp(40px, calc(88 * 100vw / 430), 88px);
    z-index: 99;
}
.x-button .x-button-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}
.x-button .x-button-text {
    position: absolute;
    z-index: 101;
    left: 30%;
    bottom: 44%;
    width: 233px;
    height: 20px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 900;
    font-size: clamp(28px, calc(30 * 100vw / 430), 30px);
    line-height: 20px;
    color: white;
    white-space: pre-wrap;
}

.application-section .application-box .sns-phone {
    position: absolute;
    left: 58%;
    top: 18%;
    width: clamp(140px, calc(164 * 100vw / 430), 164px);
    height: clamp(250px, calc(289 * 100vw / 430), 289px);
}
.application-section .application-box .sns-phone-img {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}


.present-details-section {
    position: relative;
    width: clamp(370px, calc(430 * 100vw / 430), 430px);
    height: clamp(880px, calc(1060 * 100vw / 430), 1060px);
    margin-top: 50px;
}
.present-details-section .present-details-title-img {
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    width: 94%;
}
.present-details-section .present-details-title-img img {
    z-index: 10;
    pointer-events: none;
    width: 100%;
    margin-left: 2%;
}
.present-details-section .present-details-box {
    margin-top: 20px;
    z-index: 0;
    margin: 0 auto;
    width: clamp(350px, calc(386 * 100vw / 430), 386px);
    height: clamp(880px, calc(1060 * 100vw / 430), 1060px);
    background-color: white;
    border-radius: 16px;
    box-shadow: 7px 7px 5px 0px rgba(51, 51, 51, 0.75);
}
.present-details-section .prize-item {
    position: relative;
    width: clamp(350px, calc(386 * 100vw / 430), 386px);
    height: clamp(260px, calc(300 * 100vw / 430), 320px);
}
.present-details-section .prize-item .jagged-circle {
    position: absolute;
    left: 17px;
    top: 44px;
    width: clamp(100px, calc(120 * 100vw / 430), 120px);
    height: clamp(100px, calc(120 * 100vw / 430), 120px);
}
.present-details-section .prize-item .jagged-circle-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}
.present-details-section .prize-item .prize-number {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    font-family: 'Shippori Mincho', serif;
    font-weight: 800;
    font-size: clamp(56px, calc(64 * 100vw / 430), 64px);
    line-height: normal;
    color: white;
    text-align: center;
}
.present-details-section .prize-item .prize-unit {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 62%;
    font-family: 'Shippori Mincho', serif;
    font-weight: 800;
    font-size:  clamp(18px, calc(20 * 100vw / 430), 20px);
    line-height: normal;
    color: white;
    text-align: center;
}
.present-details-section .prize-item .prize-title {
    position: absolute;
    left: 36%;
    top: 16%;
    font-family: 'Noto Serif JP', serif;
    font-weight: 900;
    font-size:  clamp(26px, calc(32 * 100vw / 430), 32px);
    line-height: 36px;
    color: black;
    text-align: center;
    letter-spacing: -1.28px;
}
.present-details-section .prize-item .globe-prize {
    position: absolute;
    left: 56%;
    top: 26%;
    width: clamp(150px, calc(173 * 100vw / 430), 173px);
    height: clamp(176px, calc(206 * 100vw / 430), 206px);
}
.present-details-section .prize-item .globe-prize-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}
.present-details-section .prize-item .prize-description {
    position: absolute;
    left: 10%;
    top: 60%;
    font-family: 'Rounded Mplus 1c', sans-serif;
    font-weight: 400;
    font-size: clamp(14px, calc(16 * 100vw / 430), 16px);
    line-height: normal;
    color: black;
    white-space: nowrap;
}

.prize-item-2 {
    position: absolute;
    top: -3%;
    height: clamp(360px, calc(560 * 100vw / 430), 560px) !important;
}
.present-details-section .prize-item .manga-set-title {
    position: absolute;
    left: 36%;
    top: 12%;
    font-family: 'Noto Serif JP', serif;
    font-weight: 900;
    font-size:  clamp(26px, calc(32 * 100vw / 430), 32px);
    line-height: 36px;
    color: black;
    text-align: center;
    letter-spacing: -1.28px;
}
.present-details-section .prize-item .manga-set-description {
    position: absolute;
    left: 10%;
    top: 32%;
    font-family: 'Rounded Mplus 1c', sans-serif;
    font-weight: 400;
    font-size: clamp(14px, calc(16 * 100vw / 430), 16px);
    line-height: normal;
    color: black;
    white-space: nowrap;
}
.present-details-section .prize-item .manga-set-2-prize {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translateX(-50%);
    width: clamp(333px, calc(373 * 100vw / 430), 373px);
    height: clamp(298px, calc(368 * 100vw / 430), 368px);
}
.present-details-section .prize-item .manga-set-2-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.present-details-section .lottery-description {
    margin: 6% 4% 0;
}
.present-details-section .lottery-description .lottery-text {
    margin-bottom: 2%;
    font-weight: 700;
    font-size: clamp(20px, calc(24 * 100vw / 430), 24px);
    line-height: normal;
    color: black;
    text-align: center;
}
.present-details-section .lottery-description .notice-text {
    font-family: 'Rounded Mplus 1c', sans-serif;
    font-weight: 400;
    font-size: clamp(14px, calc(16 * 100vw / 430), 16px);
    line-height: normal;
    color: black;
    white-space: nowrap;
}

.present-details-section .divider-line {
    position: relative;
    width: clamp(340px, calc(376 * 100vw / 430), 376px);
    height: 1px;
    margin: auto;
}
.present-details-section .divider-line svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.bottom-section {
    width: clamp(370px, calc(430 * 100vw / 430), 430px);
    padding-bottom: 10%;
}
.bottom-button {
    position: relative;
    width: clamp(340px, calc(400 * 100vw / 430), 400px);
    height: clamp(110px, calc(154 * 100vw / 430), 154px);
    margin: auto;
}
.bottom-button .bottom-button-bg {
    position: absolute;
    bottom: 0;
    left: 1%;
    width: clamp(340px, calc(398 * 100vw / 430), 398px);
    height: clamp(100px, calc(122 * 100vw / 430), 122px);
}
.bottom-button .bottom-button-bg img {
    position: absolute;
    z-index: 10;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.bottom-button .bottom-character {
    position: absolute;
    z-index: 100;
}
.bottom-button .bottom-character img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}
.bottom-button.comics-button {
    margin: 8% auto auto;
}
.bottom-button.comics-button .bottom-character {
    right: 3%;
    bottom: 5%;
    width: clamp(148px, calc(168 * 100vw / 430), 168px);
    height: clamp(125px, calc(145 * 100vw / 430), 145px);
}
.bottom-button.goods-button .bottom-character {
    left: -3%;
    bottom: 5%;
    width: clamp(128px, calc(148 * 100vw / 430), 148px);
    height: clamp(108px, calc(128 * 100vw / 430), 128px);
}
.bottom-button.character-list-button .bottom-character {
    right: 3%;
    bottom: -1%;
    width: clamp(99px, calc(119 * 100vw / 430), 119px);
    height: clamp(142px, calc(162 * 100vw / 430), 162px);
}

.bottom-button.comics-button .bottom-button-text {
    position: absolute;
    z-index: 100;
    top: 26.6%;
    left: 37px;
    font-weight: 900;
    font-size: clamp(28px, calc(32 * 100vw / 430), 32px);
    line-height: normal;
    color: white;
    white-space: nowrap;
}
.bottom-button.goods-button .bottom-button-text {
    position: absolute;
    z-index: 100;
    top: 26.6%;
    right: 37px;
    font-weight: 900;
    font-size: clamp(28px, calc(32 * 100vw / 430), 32px);
    line-height: normal;
    color: white;
    white-space: nowrap;
}
.bottom-button.character-list-button .bottom-button-text {
    position: absolute;
    z-index: 100;
    top: 26.6%;
    left: 37px;
    font-weight: 900;
    font-size: clamp(28px, calc(32 * 100vw / 430), 32px);
    line-height: normal;
    color: white;
    white-space: nowrap;
}


/* Footer */
footer.block_footer
{
    border-top: 1px solid black;
	min-width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 16px 0px;
	color: #ffffff;
	text-align: center;
}

address.copy
{
    font-style: normal;
	font-size: 12pt;
}