@charset "UTF-8";

/* PC 新規向けスクラッチCP 2025年6～7月 */
.sw-FloatClear { clear: both; }

.sw-MainBody { line-height: 1.5; padding-top: 20px; padding-bottom: 20px; border-bottom: 1px solid #cccccc; background-color: #f4f4f4; }

.sw-MainSection { background: #ffffff; border: 1px solid #e2e2e2; box-sizing: border-box; position: relative; }

.sw-MainTitle { font-size: 16px; color: #525252; padding: 13px 0 10px 0; border-bottom: 2px solid #feb302; margin: 0; }
.sw-MainTitle img { vertical-align: middle; margin: 0 5px; display: inline-block; position: relative; top: -0.1em; }

.sw-MainMargin { height: 20px; background: #f4f4f4; }

.sw-Body { padding-bottom: 40px; border-bottom: 1px solid #e2e2e2; background-color: #f4f4f4; }

.sw-ContainerFull { width: 1280px; padding: 0 2px; }

.sw-ContainerMain { width: calc(88px * 9 + 20px * 8); }

.sw-ContainerSide { width: calc(88px * 3 + 20px * 2); }

.sw-Container_SpaceBetween { margin-right: auto; margin-left: auto; display: flex; justify-content: space-between; }

.sw-Container_Column { margin-right: auto; margin-left: auto; display: flex; flex-direction: column; }

.sw-SectionSmall { width: calc(88px * 3 + 20px * 2); height: 490px; background: #ffffff; border: 1px solid #e2e2e2; box-sizing: border-box; position: relative; }

.sw-SectionSmall_HeightAuto { width: calc(88px * 3 + 20px * 2); height: auto; background: #ffffff; border: 1px solid #e2e2e2; box-sizing: border-box; position: relative; }

.sw-SectionMiddle { width: calc(88px * 6 + 20px * 5); background: #ffffff; border: 1px solid #e2e2e2; box-sizing: border-box; position: relative; }

.sw-SectionLarge { width: calc(88px * 9 + 20px * 8); background: #ffffff; border: 1px solid #e2e2e2; box-sizing: border-box; position: relative; }

.sw-SectionFull { width: 100%; background: #ffffff; border: 1px solid #e2e2e2; box-sizing: border-box; position: relative; }

.sw-SectionTitle { font-size: 18px; font-weight: bold; letter-spacing: 0.1em; color: #525252; padding: 20px; text-align: left; display: flex; align-items: center; justify-content: flex-start; margin-bottom: 0; }

.sw-SectionTitleMore { font-size: 18px; font-weight: bold; letter-spacing: 0.1em; color: #525252; padding: 20px; text-align: left; display: flex; align-items: center; justify-content: space-between; margin-bottom: 0; }

.sw-SectionTitleMore_SubText { font-size: 14px; font-weight: normal; color: #525252; text-decoration: none; transition: all 0.2s ease-in-out; }

.sw-SectionTitleMore_SubText:hover { text-decoration: none; color: #fea000; }

.sw-SectionTitleMore_SubText:hover > .sw-ArrowTextLink { transform: translate(2.5px, -1.5px) rotate(-45deg); border-bottom: 1px solid #fea000; border-right: 1px solid #fea000; }

.sw-FrameSimple_Gray { background-color: #f3f3f3; padding: 20px; border-radius: 5px; font-size: 15px; }

.sw-FrameSimple_Pink { background-color: #ffeeee; padding: 20px; border-radius: 5px; font-size: 15px; }

.sw-frameMessage { background-color: #fbf8ec; padding: 20px; border-radius: 5px; font-size: 16px; border: 1px solid #c4b189; }

.sw-Modal { width: 100%; height: 100vh; position: fixed; top: 0; left: 0; z-index: 999; }

.sw-Modal_Bg { background: rgba(0, 0, 0, 0.5); width: 100%; height: 100vh; position: absolute; }

.sw-Modal_Content-large { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: absolute; top: 50%; left: 50%; border-radius: 5px; transform: translate(-50%, -50%); background: #ffffff; padding: 20px 20px 40px; width: 1000px; font-size: 15px; line-height: 2; z-index: 1000 !important; }

.sw-Modal_Content-small { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: absolute; top: 50%; left: 50%; border-radius: 5px; transform: translate(-50%, -50%); background: #ffffff; padding: 20px 20px 40px; width: 670px; font-size: 15px; line-height: 2; z-index: 1000 !important; }

.sw-Modal_Btn-close { text-align: right; }

.sw-Modal_Btn-closeImage { cursor: pointer; }

.sw-Modal_Content-scroll { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: absolute; top: 50%; left: 50%; border-radius: 5px; transform: translate(-50%, -50%); background: #ffffff; padding: 20px 20px 40px; width: 1000px; font-size: 15px; line-height: 2; z-index: 1000 !important; max-height: 90vh; overflow-y: scroll; padding: 20px; box-sizing: border-box; -webkit-box-sizing: border-box; }

.sw-Modal_Inner-scroll { max-height: 80vh; overflow-y: scroll; -ms-overflow-style: none; /* IE、Edge スクロールバー非表示 */
  scrollbar-width: none; /* Firefox スクロールバー非表示 */ }

.sw-Modal_Inner-scroll::-webkit-scrollbar { display: none; }

/* PCフッター注意事項等 */
.sw-FooterNoteBox { width: 1000px; margin: 60px auto; background: #ffffff; border-radius: 5px; }

.sw-FooterNote { background: #ffffff; border-radius: 5px; border: 1px solid #e2e2e2; padding: 20px 40px; text-align: left; }

.sw-FooterNote a, .sw-FooterNote a:visited { color: #0063dc; text-decoration: none; cursor: pointer; }

.sw-FooterNote_TextRed { color: #da0201; font-weight: bold; }

.sw-FooterNote_Content { padding-bottom: 30px; line-height: 1.8; margin-left: 0; }

.sw-FooterNote_Content li { line-height: 2; }

.sw-FooterNote_Content:last-child { padding-bottom: 0; }

.sw-FooterNote_Content-textNormal { margin: 0; padding: 10px 0 10px 11px; font-size: 15px; }

.sw-FooterNote_ListCircle { list-style-type: disc; margin: 0; padding: 10px 0 0 24px; font-size: 15px; }

.sw-FooterNote_ListCircle-indent { list-style-type: circle; padding: 2px 0 20px 25px; font-size: 15px; }

.sw-FooterNote_ListNumber { padding: 10px 0 10px 12px; list-style-type: none; list-style-position: inside; }

.sw-FooterNote_ListNumber-contents { counter-increment: cnt; margin-left: 1.7em; text-indent: -1.7em; }

.sw-FooterNote_ListNumber-contents:before { display: marker; content: "(" counter(cnt) ") "; }

.sw-FooterNote_ListNumber .sw-FooterNote_ListCircle:last-child { padding-bottom: 0; }

.sw-FooterNote_ListCircle .sw-FooterNote_ListNumber:last-child { padding-bottom: 0; }

.sw-FooterNote_ListNumber .sw-FooterNote_ListCircle .sw-FooterNote_ListCircle-indent:last-child { padding-bottom: 0; }

.sw-FooterNote_ListNumber-first { padding: 10px 0; list-style-type: none; list-style-position: inside; }

.sw-FooterNote_listStyleNone { list-style: none; margin-left: -1em; }

.sw-FooterNote_HeadingBox { margin-top: 23px; text-align: center; }

.sw-FooterNote_HeadingBox + p, .sw-FooterNote_HeadingBox + ol.sw-FooterNote_ListNumber-first, .sw-FooterNote_HeadingBox + ul.sw-FooterNote_ListCircle-first { padding-top: 0; }

.sw-FooterNote_Heading { font-size: 16px; margin-bottom: 28px; position: relative; padding: 0 30px 9px; display: inline-block; }

.sw-FooterNote_Heading:after { display: inline-block; position: absolute; bottom: 0; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); transform: translateX(-50%); transform: translate(-50%); min-width: 200px; width: 100%; height: 2px; content: ""; background-color: #fea000; }

.sw-FooterNote_MiddleHeading { font-size: 15px; position: relative; display: inline-block; margin-bottom: 5px; padding-left: 0.8em; height: 20px; line-height: 20px; }

.sw-FooterNote_MiddleHeading:before { display: inline-block; position: absolute; content: ""; top: 30%; bottom: 0; left: 0; width: 9px; height: 9px; background: #525252; }

.sw-FooterNote_SmallHeading { position: relative; display: inline-block; margin-left: 1.2em; height: 20px; line-height: 20px; }

.sw-FooterNote_SmallHeading:before { left: -1em; content: "【"; position: absolute; }

.sw-FooterNote_SmallHeading:after { content: "】"; position: absolute; }

.sw-FooterNote_SmallHeading-first { font-size: 10pt; position: relative; display: inline-block; margin-left: 0.5em; height: 20px; line-height: 20px; }

.sw-FooterNote_SmallHeading-first:before { left: -1em; content: "【"; position: absolute; }

.sw-FooterNote_SmallHeading-first:after { content: "】"; position: absolute; }

.sw-FooterNote_ListAsterisk { margin: 0; font-size: 15px; padding-left: 30px; }

.sw-FooterNote_ListAsterisk li { list-style-type: none; text-indent: -1.5em; }

.sw-FooterNote_ListAsterisk li:before { content: "※"; margin-right: 5px; }

.sw-FooterNote_ListAsterisk-first li { list-style-type: none; text-indent: -1.3em; }

.sw-FooterNote_ListAsterisk-first li:before { content: "※"; }

html { scroll-behavior: smooth; }

.newface202506-EndInfo { background: #ffeeee; padding: 15px 0; font-size: 15px; text-align: center; border-bottom: 1px solid #cccccc; }

.newface202506-frameMessage { padding-top: 16px; }

.newface202506-frameMessage_Center { width: 860px; margin: 0 auto; font-weight: bold; line-height: 1.5; text-align: center; }

.newface202506-frameMessage_Left { width: 860px; margin: 0 auto; font-weight: bold; line-height: 1.5; text-align: left; }

.newface202506 { overflow: hidden; background: linear-gradient(173deg, #003995 18.98%, #0749b4 39.15%, #2048b0 51.78%, #6c84d4 70.34%); }

.newface202506-H2 { margin-bottom: 0; }

.newface202506-H3 { margin-bottom: 16px; }

.newface202506-TextLink { color: #0063dc; text-decoration: none; }

.newface202506-Scratch_Box { width: 400px; }

.newface202506-Scratch_Separator { width: 1px; height: auto; border: 1px solid rgba(255, 255, 255, 0.4); display: flex; flex-direction: column; }

.newface202506-Section_Inner { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; display: flex; justify-content: space-around; padding-bottom: 24px; }

.newface202506-Head { background: linear-gradient(0deg, #003995 0%, #00112c 100%); text-align: center; }

.newface202506-Head_Inner { background-repeat: no-repeat; background-position: top; background-size: cover; background-image: url("/images/service/campaign/2025/newface202506/bg_cloudHeader.svg"); margin: 0; }

.newface202506-Period { list-style-type: none; width: 1000px; margin: 0 auto; padding: 0 16px; border-radius: 3px; border: 1px solid rgba(255, 255, 255, 0.5); text-align: center; }

.newface202506-Period_Item { padding: 16px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

.newface202506-Period_Item:last-child { border: none; }

.newface202506-TimeRemaining { font-size: 18px; font-weight: bold; letter-spacing: 2px; line-height: 160%; color: #ffffff; display: flex; justify-content: center; align-items: center; gap: 16px; }

.newface202506-TimeRemaining_Time { font-size: 24px; margin: 0; }

.newface202506-TimeRemaining_TimeUnit { font-size: 18px; }

.newface202506-Period_Af { font-size: 18px; font-weight: bold; letter-spacing: 2px; line-height: 160%; color: #ffffff; display: flex; justify-content: center; align-items: center; gap: 16px; }

.newface202506-Period_Af-label, .newface202506-Period_Af-data { margin: 0; }

.newface202506-Period_CompEnd { font-size: 18px; font-weight: normal; letter-spacing: 2px; line-height: 160%; color: #ffffff; margin: 0; }

.newface202506-Scratch { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align: center; margin: 0 auto 32px; background: transparent; width: 1000px; }

.newface202506-Scratch_Inner { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 1000px; background: url("/images/service/campaign/2025/newface202506/bg_scratch.svg") repeat-y; background-position: top; background-size: 100%; padding: 16px 24px; display: flex; justify-content: space-around; }

.newface202506-Scratch_Chance1 { background-repeat: no-repeat; background-position: center; background-size: 100%; border-radius: 3px; border: 1px solid rgba(255, 255, 255, 0.1); background: rgba(255, 255, 255, 0.1); background-image: url("/images/service/campaign/2025/newface202506/bg_scratchCard.svg"); display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(3, 1fr); }

.newface202506-Scratch_Chance1-item { display: flex; justify-content: center; align-items: center; }

.newface202506-Scratch_Chance2 { border-radius: 3px; border: 1px solid rgba(255, 255, 255, 0.1); background: rgba(255, 255, 255, 0.1); background-repeat: no-repeat; background-position: top; background-size: 100%; background-image: url("/images/service/campaign/2025/newface202506/bg_scratchChance2.svg"); }

.newface202506-Scratch1_Complete { animation-name: fadeIn1s; animation-delay: 0s; animation-duration: 1.5s; animation-fill-mode: forwards; opacity: 0; }

.newface202506-Scratch1_Complete-inner { background-repeat: no-repeat; background-position: top; background-size: 100%; background-image: url("/images/service/campaign/2025/newface202506/bg_scratchChance2.svg"); position: relative; height: 155px; overflow: hidden; border-radius: 3px; border: 1px solid #f6db9f; text-align: center; margin-bottom: 16px; }

.newface202506-Scratch1_Complete-messageBox { background-repeat: no-repeat; background-position: top; background-size: 100%; background-image: url("/images/service/campaign/2025/newface202506/bg_scratchChance2.svg"); position: relative; height: 155px; overflow: hidden; border-radius: 3px; border: 1px solid #f6db9f; text-align: center; margin-bottom: 16px; margin: 16px 0; height: 155px; }

.starCompleteMove { position: absolute; top: 0; right: 0; animation-fill-mode: forwards; animation-iteration-count: 1; opacity: 0; }

.starComplete1 { width: 64px; height: 64px; animation: starCompleteMove1 1.5s ease-in-out; top: -30px; }

.starComplete2 { width: 55px; height: 55px; animation: starCompleteMove2 1.5s ease-in-out; animation-delay: 0.5s; top: 30px; }

.starComplete3 { width: 48px; height: 48px; animation: starCompleteMove3 1.5s ease-in-out; animation-delay: 0.8s; top: 40px; }

.starComplete4 { width: 60px; height: 60px; animation: starCompleteMove4 1.5s ease-in-out; animation-delay: 1s; top: 10px; }

@keyframes starCompleteMove1 { 0% { transform: translate(0, -30px) rotate(360deg); opacity: 0; }
  50% { opacity: 1; }
  100% { transform: translate(-400px, 150px) rotate(0deg); opacity: 0; } }
@keyframes starCompleteMove2 { 0% { transform: translate(0, 30px) rotate(360deg); opacity: 0; }
  50% { opacity: 1; }
  100% { transform: translate(-300px, 100px) rotate(0deg); opacity: 0; } }
@keyframes starCompleteMove3 { 0% { transform: translate(0, 40px) rotate(360deg); opacity: 0; }
  50% { opacity: 1; }
  100% { transform: translate(-500px, 200px) rotate(0deg); opacity: 0; } }
@keyframes starCompleteMove4 { 0% { transform: translate(0, 10px) rotate(360deg); opacity: 0; }
  50% { opacity: 1; }
  100% { transform: translate(-200px, 50px) rotate(0deg); opacity: 0; } }
.newface202506-Scratch1_Complete-message { animation-name: fadeIn1s; animation-delay: 3s; animation-duration: 1.5s; animation-fill-mode: forwards; opacity: 0; padding-top: 8px; }

@keyframes fadeIn1s { 0% { opacity: 0; }
  100% { opacity: 1; } }
.newface202506-Scratch1_Complete-messageImg { padding-top: 8px; }

.newface202506-How { width: 1000px; position: relative; padding: 24px; margin: 0 auto 40px; background: transparent; text-align: center; border: 1px solid #fffce1; background: rgba(234, 204, 139, 0.1); border-radius: 6px; }

.newface202506-How_Banner { display: block; margin: 16px auto; }

.newface202506-How_Text { font-size: 16px; font-weight: normal; letter-spacing: 2px; line-height: 160%; color: #ffffff; margin-bottom: 16px; }

.newface202506-How_Text-bonusPt { font-size: 20px; font-weight: bold; letter-spacing: 2px; line-height: 160%; color: #f6db9f; margin: 0; }

.newface202506-How_H3 { margin-bottom: 16px; }

.newface202506-How_List { margin: 0; padding: 0; list-style-type: none; }

.newface202506-How_List-item { font-size: 16px; font-weight: normal; letter-spacing: 2px; line-height: 160%; color: #ffffff; background: rgba(255, 255, 255, 0.1); border-radius: 6px; margin-top: 24px; padding: 16px; position: relative; }

.newface202506-How_List-itemStep { padding: 16px; }

.newface202506-How_List-item:after { content: ""; position: absolute; top: 100%; left: 0; width: 0; height: 0; right: 0; margin: 8px auto; display: inline-block; border: 8px solid transparent; border-top-color: #ffffff; }

.newface202506-How_List-item:first-child { margin: 0; }

.newface202506-How_List-item:last-child:after { border: none; }

.newface202506-How_Step { margin-top: 10px; display: flex; align-items: center; justify-content: space-between; }

.newface202506-How_Step1 { height: 110px; line-height: 160%; flex: 1; background: #ffffff; border-radius: 6px; display: flex; justify-content: center; padding: 0; font-size: 16px; font-weight: bold; letter-spacing: 2px; line-height: 160%; color: #003995; align-items: center; }

.newface202506-How_Step2 { height: 110px; line-height: 160%; flex: 1; background: #ffffff; border-radius: 6px; display: flex; justify-content: center; padding: 0; font-size: 16px; font-weight: bold; letter-spacing: 2px; line-height: 160%; color: #003995; flex-direction: column; }

.newface202506-How_Step2-rule { font-size: 14px; font-weight: bold; letter-spacing: 2px; line-height: 160%; color: #ee869a; background: #ffffff; width: 80%; margin: 0 auto; border-radius: 20px; border: 1px solid #ee869a; }

.newface202506-How_Step3 { height: 110px; line-height: 160%; flex: 1; background: #ffffff; border-radius: 6px; display: flex; justify-content: center; padding: 0; font-size: 16px; font-weight: bold; letter-spacing: 2px; line-height: 160%; color: #003995; flex-direction: column; }

.newface202506-How_Step-arrow { width: 8px; height: 16px; background: #ffffff; clip-path: polygon(0% 0%, 100% 50%, 0% 100%); margin-left: -2px; }

.newface202506-How_Step-text { font-size: 14px; font-weight: normal; letter-spacing: 2px; line-height: 160%; color: #ffffff; }

.newface202506-How_Step-scratchImage { border-radius: 3px; border: 1px solid rgba(255, 255, 255, 0.1); background: rgba(255, 255, 255, 0.1); }

.newface202506-How_Step-scratchImageChance2 { background-repeat: no-repeat; background-position: top; background-size: 100%; border-radius: 3px; border: 1px solid rgba(255, 255, 255, 0.1); background: rgba(255, 255, 255, 0.1); background-image: url("/images/service/campaign/2025/newface202506/bg_scratchChance2.svg"); }

.newface202506-Bonus { width: 1000px; position: relative; padding: 24px; margin: 0 auto 40px; background: transparent; text-align: center; border: 1px solid #fffce1; background: rgba(234, 204, 139, 0.1); border-radius: 6px; }

.newface202506-Bonus_H3 { margin: 0 auto 16px; }

.newface202506-Bonus_Text { font-size: 16px; font-weight: normal; letter-spacing: 2px; line-height: 160%; color: #ffffff; text-align: center; margin-bottom: 14px; }

.newface202506-Bonus_List { margin: 0; padding: 0; }

.newface202506-Bonus_List-item { padding: 16px 16px 16px 8px; border-radius: 6px; background: rgba(255, 255, 255, 0.1); display: flex; align-items: center; gap: 16px; margin-bottom: 16px; }

.newface202506-Bonus_List-item:last-child { margin: 0; }

.newface202506-Bonus_List-image { width: 120px; height: 120px; }

.newface202506-Bonus_List-spec { width: 100%; display: flex; flex-direction: column; gap: 16px; }

.newface202506-Bonus_List-prize { font-size: 16px; font-weight: bold; letter-spacing: 2px; line-height: 160%; color: #ffffff; width: 100%; margin: 0; padding: 4px 0; background: rgba(255, 255, 255, 0.4); border-radius: 30px; }

.newface202506-Bonus_List-detail { display: flex; align-items: center; justify-content: space-between; height: 60px; }

.newface202506-Bonus_List-rank { font-size: 36px; font-weight: bold; letter-spacing: 2px; line-height: 160%; color: #f6db9f; }

.newface202506-Bonus_List-rankUnit { font-size: 20px; font-weight: bold; letter-spacing: 2px; line-height: 160%; color: #f6db9f; }

.newface202506-Bonus_List-pt { font-size: 56px; font-weight: bold; letter-spacing: 2px; line-height: 160%; color: #ffffff; font-family: "Karla", sans-serif; letter-spacing: -0.8px; }

.newface202506-Bonus_List-ptUnit { font-size: 32px; }

.newface202506-Box_PointGet { padding-bottom: 30px; }

.newface202506-Box_PointGet-inner { margin: 0 20px; background: #ffffff; padding: 15px 20px; border-radius: 6px; color: #ee869a; font-weight: bold; font-size: 18px; line-height: 1.5; }

.newface202506-Bonus_Btn-ranking { border-radius: 5px; display: block; text-decoration: none; font-weight: bold; line-height: 1; width: 100%; text-align: center; transition: all 0.2s ease-in-out; width: 100%; height: 59px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; line-height: 59px; display: block; text-decoration: none; margin: auto; color: #003995; font-size: 18px; letter-spacing: 0.1em; background: #ffffff; border-radius: 5px; box-shadow: 0 4px 0 #003995; cursor: pointer; border: 1px solid #003995; margin-top: 16px; }
.newface202506-Bonus_Btn-ranking a { color: #003995; text-decoration: none; display: block; }
.newface202506-Bonus_Btn-ranking:hover { transform: translateY(3px); box-shadow: 0 0 0 #003995; }

.newface202506-Friend { width: 1000px; position: relative; padding: 24px; margin: 0 auto 40px; background: transparent; text-align: center; border: 1px solid #fffce1; background: rgba(234, 204, 139, 0.1); border-radius: 6px; padding-bottom: 48px; }

.newface202506-Friend_Text { font-size: 16px; font-weight: normal; letter-spacing: 2px; line-height: 160%; color: #ffffff; text-align: center; margin: 16px 0; }

.newface202506-Friend_IvrNone { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 16px; font-weight: normal; letter-spacing: 2px; line-height: 160%; color: #525252; width: 95%; margin: 16px auto; padding: 40px 40px 0; border-radius: 6px; background: #fbf8eb; border: 1px solid #c4b189; text-align: center; }

.newface202506-Friend_IvrNone-text { text-align: left; margin: 0; }

.newface202506-Friend_Banner { background: transparent; margin-bottom: 16px; }

.newface202506-Friend_Banner-textArea { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; height: 90px; line-height: 1.5; font-size: 16px; font-weight: normal; letter-spacing: 2px; line-height: 160%; color: #ffffff; width: 95%; padding: 5px 10px; border-radius: 3px; border: 1px solid #ffffff; background: rgba(255, 255, 255, 0.1); text-align: left; margin-bottom: 16px; }

.newface202506-Friend_Banner-textAreaBefore { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; height: auto; line-height: 1.5; font-size: 16px; font-weight: normal; letter-spacing: 2px; line-height: 160%; color: #ffffff; width: 95%; padding: 5px 10px; border-radius: 3px; border: 1px solid #ffffff; background: rgba(255, 255, 255, 0.1); text-align: left; text-align: center; padding: 24px 0; margin-bottom: 16px; }

.newface202506-Friend_Banner-btn { border-radius: 5px; display: block; text-decoration: none; font-weight: bold; line-height: 1; width: 100%; text-align: center; transition: all 0.2s ease-in-out; width: 480px; height: 59px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; line-height: 59px; display: block; text-decoration: none; margin: auto; color: #003995; font-size: 18px; letter-spacing: 0.1em; background: #ffffff; border-radius: 5px; box-shadow: 0 4px 0 #003995; cursor: pointer; border: 1px solid #003995; }
.newface202506-Friend_Banner-btn a { color: #003995; text-decoration: none; display: block; }
.newface202506-Friend_Banner-btn:hover { transform: translateY(3px); box-shadow: 0 0 0 #003995; }

.newface202506-Friend_Banner-btnBefore { border-radius: 5px; display: block; text-decoration: none; font-weight: bold; line-height: 1; width: 100%; text-align: center; width: 480px; height: 59px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; line-height: 59px; display: block; text-decoration: none; margin: auto; color: #a0a0a0; font-size: 24px; letter-spacing: 0.1em; background: #eeeeee; border-radius: 5px; }

.newface202506-Friend_Copy-btnGray { color: #888888; background-color: #eeeeee; border: 1px #cccccc solid; border-radius: 4px; box-shadow: none; cursor: default; }
.newface202506-Friend_Copy-btnGray:hover { pointer-events: none; }

.newface202506-FooterNote { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 1000px; margin: 40px auto; }

.newface202506-Button { width: 100%; position: fixed; bottom: 0; background-color: rgba(255, 255, 255, 0.7); padding-top: 16px; border-top: 1px #f5d022 solid; border-left: 1px #f5d022 solid; border-right: 1px #f5d022 solid; border-top-left-radius: 10px; border-top-right-radius: 10px; z-index: 10; }

.newface202506-Button-both { width: 1000px; margin: auto; display: flex; justify-content: space-between; }

.newface202506-Move_Button { border-radius: 5px; display: block; text-decoration: none; font-weight: bold; line-height: 1; width: 100%; text-align: center; transition: all 0.2s ease-in-out; width: 480px; height: 59px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; line-height: 59px; display: block; text-decoration: none; margin: auto; color: #670000; font-size: 18px; letter-spacing: 0.1em; background: #fdeb00; border-radius: 5px; box-shadow: 0 3px 0 #fbcc41; cursor: pointer; margin: 0 auto 20px; }
.newface202506-Move_Button a { color: #670000; text-decoration: none; display: block; }
.newface202506-Move_Button:hover { transform: translateY(3px); box-shadow: 0 0 0 #fbcc41; }

.newface202506-Button-both .newface202506-Move_Button { margin: 0 auto 20px; }

.newface202506-Move_Button-day { background: #ffffff; padding: 2px 10px; border-radius: 16px; margin-right: 10px; color: #ee869a; }

.newface202506-Move_PassiveButton { border-radius: 5px; display: block; text-decoration: none; font-weight: bold; line-height: 1; width: 100%; text-align: center; width: 480px; height: 59px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; line-height: 59px; display: block; text-decoration: none; margin: auto; color: #a0a0a0; font-size: 24px; letter-spacing: 0.1em; background: #eeeeee; border-radius: 5px; font-size: 18px; margin: 0 auto 20px; pointer-events: none; }

.newface202506-Move_PassiveButton-day { background: #ffffff; padding: 2px 10px; border-radius: 13px; margin-right: 10px; color: #a0a0a0; }

.sw-Modal_Content-small.newface202506-Modal_CardGet-frame { padding-bottom: 20px; }

.sw-Modal_Content-small.newface202506-Modal_Result-frame { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #ffe59a; background: #023a95; border-radius: 6px; padding: 0; }

.newface202506-Modal_Btn-close { padding: 20px 20px 0 0; }

.newface202506-Modal_CardGet-frame { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #ffe59a; background: #023a95; border-radius: 6px; background-repeat: no-repeat; background-position: top; background-size: cover; height: auto; background-image: url("/images/service/campaign/2025/newface202506/bg_modalCardGet.svg"); }

.newface202506-Modal_CardGet-image { margin: 120px 0 10px; text-align: center; }

.newface202506-Modal_Result-frame { height: auto; }

.newface202506-Modal_Result { width: 100%; height: 513px; background-repeat: no-repeat; background-position: top; background-size: 90%; background-image: url("/images/service/campaign/2025/newface202506/bg_modalScratch.svg"); display: flex; justify-content: center; align-items: center; }

.newface202506-Modal_ResultInner { width: 260px; height: 260px; position: relative; overflow: hidden; animation: fadeOut 4s ease-out forwards; }

.newface202506-Modal_ResultInner::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; background-image: url("/images/service/campaign/2025/newface202504/img_backgroundCircle.svg"); animation: rotateBackground 5s linear infinite; z-index: 0; }

.newface202506-Modal_Result .newface202506-Modal_Result-image { position: relative; top: 10%; left: 11.5%; z-index: 1; max-width: 100%; height: auto; }

@keyframes rotateBackground { 0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); } }
@keyframes fadeOut { 0% { opacity: 1; }
  80% { opacity: 1; }
  100% { opacity: 0; } }
.newface202506-Modal_Result-error { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; height: 300px; font-size: 16px; font-weight: normal; letter-spacing: 2px; line-height: 160%; color: #ffffff; display: flex; flex-direction: column; align-items: center; padding-top: 30px; }

.newface202506-Modal_ScratchAnime { position: relative; width: 200px; height: 200px; margin: 0 auto; overflow: hidden; }

.newface202506-Modal_ScratchAnime-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; animation: change-img-anim 5s forwards; animation-iteration-count: 1; }

.newface202506-Modal_ScratchAnime-image:nth-of-type(1) { animation: change-img-anim-first 5s forwards; animation-delay: 0s; animation-iteration-count: 1; }

.newface202506-Modal_ScratchAnime-image:nth-of-type(2) { animation-delay: 0.5s; }

.newface202506-Modal_ScratchAnime-image:nth-of-type(3) { animation-delay: 1s; }

.newface202506-Modal_ScratchAnime-image:nth-of-type(4) { animation-delay: 1.5s; }

.newface202506-Modal_ScratchAnime-image:nth-of-type(5) { animation-delay: 2s; }

.newface202506-Modal_ScratchAnime-image:nth-of-type(6) { animation-delay: 2.5s; }

@keyframes change-img-anim-first { 0% { opacity: 1; }
  8% { opacity: 1; }
  12% { opacity: 1; }
  20% { opacity: 0; }
  100% { opacity: 0; } }
@keyframes change-img-anim { 0% { opacity: 0; }
  8% { opacity: 1; }
  12% { opacity: 1; }
  20% { opacity: 0; }
  100% { opacity: 0; } }
