@charset "UTF-8";
.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; }

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

body:has(.entetsuCardCp202606-ButtonBox) { padding-bottom: 120px; }

.entetsuCardCp202606-ButtonBox { width: 100%; position: fixed; bottom: 0; background-color: rgba(255, 255, 255, 0.9); padding: 24px 0; border: 3px solid #b7ebff; border-bottom: 0; border-radius: 6px 6px 0 0; z-index: 10; }

.entetsuCardCp202606-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: 640px; height: 60px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; line-height: 60px; display: block; text-decoration: none; margin: auto; color: #670000; font-size: 24px; letter-spacing: 0.1em; background: #f9f170; border-radius: 5px; box-shadow: 0 6px 0 #fccd2d; cursor: pointer; }
.entetsuCardCp202606-Button a { color: #670000; text-decoration: none; display: block; }
.entetsuCardCp202606-Button:hover { transform: translateY(3px); box-shadow: 0 0 0 #fccd2d; }

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

.entetsuCardCp202606-Head { background: linear-gradient(#0083eb 0%, #00a9eb 27%, #ffffff 100%); text-align: center; position: relative; overflow: hidden; }

.entetsuCardCp202606-Head::before { content: ""; position: absolute; top: -165px; left: 50%; width: 720px; height: 720px; background: url("/images/service/campaign/2026/entetsuCardCp202606/bg_circle.png") no-repeat center/contain; transform: translateX(-50%); transform-origin: center center; animation: rotateCircle 25s linear infinite; pointer-events: none; z-index: 0; }

.entetsuCardCp202606-Head > * { position: relative; z-index: 1; }

@keyframes rotateCircle { 0% { transform: translateX(-50%) rotate(0deg); }
  100% { transform: translateX(-50%) rotate(360deg); } }
.entetsuCardCp202606-Head_Anime_janken { position: absolute; top: 130px; right: 165px; transform-origin: center top; animation: swing01 5s linear infinite; }

.entetsuCardCp202606-Head_Anime-momo { position: absolute; top: 130px; left: 165px; transform-origin: center top; animation: swing02 5s linear infinite; }

@keyframes swing01 { 0%, 100% { transform: translateY(0) rotate(-2deg); }
  25% { transform: translateY(-10px) rotate(1deg); }
  50% { transform: translateY(-18px) rotate(3deg); }
  75% { transform: translateY(-8px) rotate(-1deg); } }
@keyframes swing02 { 0%, 100% { transform: translateY(0) rotate(2deg); }
  25% { transform: translateY(-12px) rotate(-1deg); }
  50% { transform: translateY(-20px) rotate(-3deg); }
  75% { transform: translateY(-9px) rotate(1deg); } }
.entetsuCardCp202606-Head_Title { width: 1000px; margin: auto; padding-top: 20px; }

.entetsuCardCp202606-Head_Text { margin: 20px 0; font-size: 13px; font-weight: normal; line-height: 1.5; }

.entetsuCardCp202606-How { padding: 0 20px 30px; background: linear-gradient(180deg, #fff6df 0%, #ffe7a4 100%); }

.entetsuCardCp202606-How_Title { padding: 50px 0 25px; text-align: center; text-shadow: 0 4px 0 #ffe6a4; font-size: 28px; font-weight: bold; letter-spacing: 0.1em; color: #0078c1; }

.entetsuCardCp202606-How_Contents { position: relative; display: flex; flex-direction: column; align-items: center; width: 1000px; margin: auto; padding: 40px 60px; gap: 22px; background: #ffffff; border-radius: 20px; font-size: 16px; }

.entetsuCardCp202606-How_Contents:first-of-type { margin-bottom: 30px; }

.entetsuCardCp202606-How_BenefitLabel { position: absolute; top: 10px; left: 30px; text-align: center; padding: 10px; border-radius: 22px; background: #ffdb7a; color: #0078c1; font-size: 18px; font-weight: bold; }

.entetsuCardCp202606-How_SubTitle { margin: 10px 0 5px; color: #0078c1; text-align: center; font-size: 24px; font-style: normal; font-weight: 700; line-height: 2; letter-spacing: 0.1em; border-bottom: 2px solid #0078c1; }

.entetsuCardCp202606-How_Card { display: flex; flex-direction: column; gap: 5px; }

.entetsuCardCp202606-How_CardLead { margin-bottom: 5px; padding: 6px 0; width: 300px; color: #ffffff; background: #00b7ff; text-align: center; letter-spacing: 0.1em; border-radius: 20px; font-size: 19px; }

.entetsuCardCp202606-How_BrandList { display: flex; gap: 10px; justify-content: center; margin: 10px 0; padding: 0; list-style: none; }

.entetsuCardCp202606-How_BrandList-item { color: #8e8e8e; border: 1px solid #cdcdcd; border-radius: 15px; padding: 4px 18px; font-size: 14px; }

.entetsuCardCp202606-How_BonusBox { padding: 30px 100px; background: #fff4d7; border-radius: 10px; width: 100%; box-sizing: border-box; font-size: 14px; text-align: center; line-height: 1.5; }

.entetsuCardCp202606-How_BonusTitle { background: #ffffff; color: #0078c1; border-radius: 18px; margin-bottom: 35px; padding: 10px 0; text-align: center; font-size: 20px; letter-spacing: 5px; }

.entetsuCardCp202606-How_BonusList { letter-spacing: 2px; }

.entetsuCardCp202606-How_BonusList-row { display: flex; justify-content: space-between; align-items: flex-end; }

.entetsuCardCp202606-How_BonusList-row:first-child { margin: 20px 0 10px; }

.entetsuCardCp202606-How_BonusList-row:first-child .entetsuCardCp202606-How_BonusTerm { font-size: 18px; line-height: 1; }

.entetsuCardCp202606-How_BonusList-row:first-child .entetsuCardCp202606-How_BonusDesc-point { font-size: 40px; font-weight: bold; }

.entetsuCardCp202606-How_BonusList-row:first-child .entetsuCardCp202606-How_BonusDesc-pointUnit { font-size: 22px; font-weight: bold; }

.entetsuCardCp202606-How_BonusTerm { font-size: 14px; }

.entetsuCardCp202606-How_BonusDesc { color: #f84e19; font-size: 18px; }

.entetsuCardCp202606-How_BonusDesc-point { font-size: 30px; }

.entetsuCardCp202606-How_BonusDesc-prefix, .entetsuCardCp202606-How_BonusDesc-pointUnit { font-size: 18px; }

.entetsuCardCp202606-AsteriskList { list-style: none; margin: 0; padding: 0; font-size: 12px; text-align: left; }

.entetsuCardCp202606-AsteriskList > li { position: relative; padding-left: 1.2em; line-height: 1.6; }

.entetsuCardCp202606-AsteriskList > li::before { position: absolute; top: 0; left: 0; content: "※"; }

.entetsuCardCp202606-ExchangeText { color: #f84e19; font-size: 22px; text-align: center; margin: 20px 0; font-weight: bold; }

.entetsuCardCp202606-ExchangeText_Emphasis { font-size: 32px; margin: 0 5px; }

.entetsuCardCp202606-ExchangeTextBox { text-align: center; margin: 20px 0 10px; line-height: 1.5; }

.entetsuCardCp202606-How_ButtonBox { width: 100%; text-align: center; }

.entetsuCardCp202606-How_ButtonBox .entetsuCardCp202606-Button, .entetsuCardCp202606-How_ButtonBox .entetsuCardCp202606-Button_EntryCompleted { width: 480px; height: 56px; font-size: 20px; }

.entetsuCardCp202606-How_ButtonBox .entetsuCardCp202606-Button { box-shadow: 0 4px 0 #fccd2d; }

.entetsuCardCp202606-How_ButtonBox .entetsuCardCp202606-Button:hover { transform: translateY(3px); box-shadow: none; }

.entetsuCardCp202606-How_ButtonBox .entetsuCardCp202606-Button a { display: block; }

.entetsuCardCp202606-How_Note { font-size: 13px; margin: 25px 0 0; text-align: center; letter-spacing: 0.1em; }

.entetsuCardCp202606-Message { width: 1000px; display: flex; margin: 60px auto 30px; padding: 50px; flex-direction: column; align-items: center; gap: 22px; border-radius: 20px; border: 1px solid #ffdb7a; background: linear-gradient(180deg, #ffffff 0%, #fffcf3 70.19%, #fff6dd 100%); font-size: 15px; line-height: 1.5; }

.entetsuCardCp202606-Message_Title { font-size: 17px; font-weight: bold; text-align: center; }

.entetsuCardCp202606-Message_Image { padding-top: 30px; }
