#app .c-app{display:flex;gap:0 32px;align-items:flex-start;padding:16px;border:2px solid #e5e5e5;border-radius:8px;background:linear-gradient(45deg,#89f7fe 0%,#66a6ff 100%);position:relative}@media screen and (max-width:420px){#app .c-app{padding:16px 8px}}#app .c-app__image{flex:1;margin:0;font-size:0;border-radius:8px;overflow:hidden}#app .c-app__image img{width:100%}#app .c-app__content{flex:4}@media screen and (max-width:420px){#app .c-app__content{flex:3}}#app .c-app__content--headline{margin:auto;padding:0;font-size:1.6rem;font-weight:700}@media screen and (max-width:420px){#app .c-app__content--headline{line-height:1}}#app .c-app__content--text{margin:auto auto 16px;font-size:.8rem;color:#333}#app .c-app__content--banner{display:flex;gap:0 16px}#app .c-app__content--banner--wrap{margin:0;font-size:0}@media screen and (max-width:420px){#app .c-app__content--banner--wrap{margin:8px 0 0}}#app .c-app__content--banner--wrap a img{width:100%;max-height:50px}#campaign .imgWrap{font-size:0;text-align:center}#campaign .imgWrap cite{font-size:.8rem;font-weight:700;color:#aaa;font-style:normal;margin:auto}#campaign .imgWrap cite a{font-size:.8rem;font-weight:700;color:#aaa;display:inline-block}#campaign .campaign_header{border:none;border-bottom:3px solid #66a6ff;font-weight:700;background-color:transparent;margin:40px auto 16px;padding:8px;font-size:2rem}#campaign table{margin-top:24px}#campaign table tr{background-color:#fff}#campaign table tr th,#campaign table tr td{border:2px solid #e5e5e5}@media screen and (max-width:420px){#campaign table tr th,#campaign table tr td{width:100%;display:block}}#campaign table tr th{background-color:#89f7fe;padding:8px;font-weight:700}#campaign table tr td{text-align:center;padding:8px}#campaign .affi_btn{background-color:#f39800;color:#333;padding:8px 0;width:100%;display:block;border-radius:8px;box-shadow:3px 3px 4px rgba(0,0,0,.4);text-decoration:none;font-weight:700;max-width:450px;margin:16px auto 40px}#custom-btn{display:block}#custom-btn a{display:block;background-color:#fbd01d;padding:16px;color:#111;text-align:center;text-decoration:none;box-shadow:3px 3px 6px rgba(0,0,0,.2);font-weight:700;position:relative;overflow:hidden}#custom-btn a::before{content:"";position:absolute;display:block;background:linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,.9));width:50px;height:50px;top:-60px;left:-60px;-webkit-animation-name:shine-run;animation-name:shine-run;-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-duration:2.5s;animation-duration:2.5s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}