﻿:root{--header-height:64px;--header-height-sm:64px;--logo-height:32px;--logo-height-sm:32px;--header-z:999;--drawer-z:1000;--overlay-z:900;--text-z:10;--cat-z:5;--hero-z:2;--star-z:1;--rotate-speed:480s}@media(max-width:599px){:root{--header-height:var(--header-height-sm);--logo-height:var(--logo-height-sm)}}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}img{max-width:100%;height:auto}html{background:#121414}body{margin:0;font-family:"Hiragino Maru Gothic ProN","ヒラギノ丸ゴ ProN",-apple-system,BlinkMacSystemFont,"Yu Gothic",sans-serif;background:#1a0a33;line-height:2;user-select:none;-webkit-user-select:none}@media screen and (max-width:479px){body{min-width:320px}}body.menu-open{position:fixed;overflow:hidden;width:100%;overflow-y:scroll}img{-webkit-user-drag:none}main{padding:1rem 0}@media screen and (max-width:767px){main{padding:0}}h1,h2,h3,h4,h5{margin:0;padding:0}h1{background-color:#fcfefe;font-size:1.5rem;max-width:800px;margin:2rem auto 0;padding:1rem;text-align:center;border-radius:.5rem}@media screen and (max-width:800px){h1{margin:0 auto;border-radius:0}}h2{font-size:1.25rem}p{font-size:1rem}section{background-color:#fcfefe;max-width:800px;margin:2rem auto 0;padding:2rem 4rem;box-sizing:border-box;border-radius:.5rem}@media screen and (max-width:800px){section{margin:0 auto;border-radius:0}}@media screen and (max-width:479px){section{padding:2rem}}.breadcrumbs{position:absolute;left:-9999px;top:-9999px;height:1px;width:1px;overflow:hidden}.hidden-title{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;white-space:nowrap !important;border:0 !important}body:not(.home){padding-top:var(--header-height)}.kt-header{position:fixed;top:0;left:0;width:100%;height:var(--header-height);z-index:var(--header-z);background:hsla(0,0%,100%,.95);transition:background .5s ease}.kt-header__inner{height:100%;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.kt-header__logo{color:#121414;transition:color .5s ease}.kt-header__logo svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);height:var(--logo-height)}.kt-header svg{height:var(--logo-height)}.kt-header svg path{fill:currentColor;transition:fill .5s ease}.kt-header.is-hero{background:rgba(0,0,0,0)}.kt-header.is-hero .kt-header__logo{color:#fcfefe}.kt-header.is-hero .kt-menu__bar{background:#fcfefe}#site-header[data-character=C] .kt-header__logo{color:#c1728e}#site-header[data-character=C] .kt-menu__bar{background:#c1728e}.kt-menu{background:0 0;border:none;cursor:pointer;display:flex;flex-direction:column;gap:6px;position:absolute;right:24px;top:50%;transform:translateY(-50%)}.kt-menu__bar{width:24px;height:2px;background:#121414;transition:background .5s ease}.site-footer{margin-top:4rem;background:linear-gradient(to bottom,#1a0a33 0%,#121414 100%);text-align:center;padding:2rem 0 1rem}.footer-text{color:#fcfefe;font-size:.75rem;margin:1.5rem 0 0}.footer-menu{display:flex;justify-content:center;list-style:none;padding:0;margin:0;gap:.5rem}@media screen and (max-width:767px){.footer-menu{flex-direction:column;align-items:center;gap:.25rem}}.footer-menu li{position:relative}.footer-menu li+li:before{content:"|";margin:0 .5rem;color:#fcfefe}@media screen and (max-width:767px){.footer-menu li+li:before{content:"";margin:0}}.footer-menu a{font-size:.75rem;color:#fcfefe;text-decoration:none}.footer-menu a:hover{text-decoration:underline}.kt-nav{position:fixed;top:0;right:0;width:320px;max-width:100%;height:100vh;background:#fcfefe;z-index:var(--drawer-z);display:flex;flex-direction:column;padding:96px 32px 32px;transform:translateX(100%);opacity:0;visibility:hidden;transition:transform .5s ease,opacity .8s ease,visibility .5s}.kt-nav.is-open{transform:translateX(0);opacity:1;visibility:visible}.kt-nav__close{position:absolute;top:4px;right:24px;font-size:3rem;color:#323434;background:0 0;border:none;cursor:pointer}.kt-nav__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.5rem}.kt-nav__list li{opacity:0;transform:translateX(16px);transition:opacity .3s ease,transform .3s ease}.kt-nav__list a{font-size:1.25rem;color:#323434;text-decoration:none;font-weight:700;cursor:pointer}.kt-nav.is-open .kt-nav__list li{opacity:1;transform:translateX(0)}.kt-nav.is-open .kt-nav__list li:nth-child(1){transition-delay:.35s}.kt-nav.is-open .kt-nav__list li:nth-child(2){transition-delay:.4s}.kt-nav.is-open .kt-nav__list li:nth-child(3){transition-delay:.45s}.kt-nav.is-open .kt-nav__list li:nth-child(4){transition-delay:.5s}.kt-nav.is-open .kt-nav__list li:nth-child(5){transition-delay:.55s}.kt-nav.is-open .kt-nav__list li:nth-child(6){transition-delay:.6s}.kt-nav.is-open .kt-nav__list li:nth-child(7){transition-delay:.65s}.kt-nav.is-open .kt-nav__list li:nth-child(8){transition-delay:.7s}.menu-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:var(--overlay-z);opacity:0;pointer-events:none;visibility:hidden;transition:opacity .5s ease}.menu-overlay.is-active{opacity:1;visibility:visible}.category-list{line-height:3.6}.category-list ul{list-style:none;padding:0}.category-list li+.category-list li{margin-top:1rem}.category-list a{display:flex;align-items:center;gap:1.5rem;text-decoration:none;color:inherit;margin-bottom:1.5rem}.category-list li a:hover{color:#3e4aad;text-decoration:underline}.category-list figure{margin:0;flex:0 0 auto;width:160px;overflow:hidden;border-radius:4px;transition:transform .2s}.category-list figure:hover{transform:scale(1.1)}.category-list figure img{display:block;width:100%;height:100%;object-fit:cover}.category-list__title{flex:1 1 auto}.category-list__title h2,.category-list__title h3{margin:0;font-size:1rem;line-height:1.4}.category-list__pagination{text-align:center}.category-list__excerpt{text-align:center}.nav-links .current{padding:.5rem;font-size:1rem;font-weight:700}.nav-links a{padding:.5rem;color:#343636;font-weight:700}.nav-links a:hover{color:#3e4aad;text-decoration:underline}.news-list{line-height:3.6}.news-list ul{padding:0 1rem}.news-list li a{color:#343636;text-decoration:none;font-weight:700}.news-list li a:hover{color:#3e4aad;text-decoration:underline}.news-list span{color:#565858;font-size:.75rem;margin-right:.5rem}.u-link{text-align:right;padding:1rem 0}.u-link a{color:#565858;font-size:.9rem;text-decoration:none;font-weight:700}.u-link a:hover{color:#3e4aad;text-decoration:underline}.share-buttons{display:flex;justify-content:center;align-items:center;gap:1.25rem;margin:0 auto;padding:.5rem 1rem;border:solid 1px #ccc;border-radius:2px;width:60%;box-sizing:border-box}@media screen and (max-width:800px){.share-buttons{width:100%}}@media screen and (max-width:767px){.share-buttons{flex-wrap:wrap;justify-content:center;box-sizing:border-box}}.share-buttons img{display:block;width:2rem;height:2rem;align-items:center;transition:opacity .3s ease}.share-buttons a:hover img{opacity:.7}.share-text{font-weight:700}@media screen and (max-width:767px){.share-text{display:block;flex-basis:100%;text-align:center}}.copy-button{display:inline-block;border:none;height:2rem;padding:0 1rem;background-color:#5c6ac4;color:#fcfefe;text-decoration:none;border-radius:4px;font-weight:700;transition:background-color .3s ease}.copy-button:hover{background-color:#3e4aad}[class*=motion-]{opacity:0;will-change:opacity,transform,filter;transition-duration:1.2s;transition-timing-function:cubic-bezier(.45,.05,.55,.95);transition-property:opacity,transform,filter,clip-path;min-height:1px;min-width:1px}[class*=motion-].is-visible{opacity:1;transform:translate(0,0) scale(1);filter:blur(0);clip-path:inset(0 0 0 0)}.motion-focus{filter:blur(12px);transform:translateY(4px)}.motion-mask{display:inline-block;clip-path:inset(0 100% 0 0)}.motion-up{transform:translateY(30px)}.motion-slide-left{transform:translateX(-30px)}.motion-zoom-in{transform:scale(.96)}.motion-zoom-in.is-visible{transition-timing-function:cubic-bezier(.34,1.56,.64,1)}.is-delay-sm{transition-delay:.3s}.is-delay-md{transition-delay:.6s}.is-delay-lg{transition-delay:.9s}.is-slow{transition-duration:2s}.is-fast{transition-duration:.7s}.kt-content-list{padding:0 2rem 1rem}.kt-content-list__head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.kt-content-list__title{padding-top:1rem;font-size:2rem;font-weight:700}@media screen and (max-width:767px){.kt-content-list__title{font-size:1.5rem}}.kt-content-list__items{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(220px, 1fr))}.kt-content-list__item{background:#f7f6fb;border-radius:4px;overflow:hidden}.kt-content-list__link{color:inherit;text-decoration:none;display:block;height:100%}.kt-content-list__thumb img,.kt-content-list__thumb-ph{width:100%;object-fit:cover;background:#f7f6fb}.kt-content-list__item-title{margin:0;padding:.5rem;font-size:1rem;font-weight:700}.kt-content-list__excerpt{margin:0;padding:.5rem .75rem 1rem;font-size:.75rem;color:#565858;line-height:1.6}.kt-content-list__empty{margin:0;text-align:center}.kt-content-list__footer{padding:1rem 0 0}.sns-cards{padding:1rem 2rem 2rem}.sns-cards__heading{font-size:2rem;font-weight:700}.sns-cards__lead{padding:0 1rem;font-size:.75rem;color:#565858;margin-bottom:1.5rem}.sns-cards__list{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.sns-cards__item{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:8px;text-decoration:none;color:#fcfefe;width:48%;transition:all .3s ease}@media screen and (max-width:767px){.sns-cards__item{width:100%}}.sns-cards__item:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.15)}.sns-cards__icon{width:36px;height:36px;flex-shrink:0}.sns-cards__icon img{width:100%;height:100%;object-fit:contain;display:block}.sns-cards__content{text-align:left}.sns-cards__title{font-weight:700;margin:0}.sns-cards__text{font-size:.75rem;margin-top:4px}.sns-cards--instagram{background:linear-gradient(45deg,#f9ce34,#ee2a7b,#6228d7)}.sns-cards--facebook{background:#1877f2}.about__image{text-align:center;padding-top:.5rem}.about__image img{max-width:300px}@media screen and (max-width:767px){.about__image img{max-width:200px}}.about__text{line-height:2}.about__text h2{padding-top:1rem}.about__text p{margin:.5rem 0;padding:0 1.5rem}.calendar-section{padding:2rem}@media screen and (max-width:767px){.calendar-section{padding:1rem}}.kt-calendar{color:#121414}.kt-calendar *{box-sizing:border-box}.kt-calendar__header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.5rem;margin-bottom:1rem}.kt-calendar__title{justify-self:center;font-weight:700;font-size:1.5rem}@media screen and (max-width:479px){.kt-calendar__title{font-size:1.25rem}}@media screen and (max-width:479px){.kt-calendar__nav{font-size:.75rem}}.kt-calendar__nav:first-child{justify-self:start}.kt-calendar__nav:last-child{justify-self:end}.kt-calendar__nav a{text-decoration:none;border:1px solid #ccc;padding:.5rem;border-radius:.5rem;color:#fcfefe;background:#5c6ac4}.kt-calendar__nav a:hover{background:#3e4aad}.kt-calendar__table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.kt-calendar table{width:100%;min-width:0;table-layout:fixed;border-collapse:collapse;border:1px solid #ccc;background:#fff}.kt-calendar table col{width:14.2857%}@media screen and (max-width:767px){.kt-calendar table{min-width:600px}}.kt-calendar th{padding:0;font-weight:600;font-size:1rem;color:#121414;border-bottom:1px solid #ccc;border-right:1px solid #ccc;text-align:center}@media screen and (max-width:767px){.kt-calendar th{font-size:.75rem}}.kt-calendar th:last-child{border-right:none}.kt-calendar td{position:relative;vertical-align:top;border-top:1px solid #ccc;border-right:1px solid #ccc;padding:.5rem;height:auto;background:#fff}.kt-calendar td:last-child{border-right:none}.kt-calendar .cell-box{min-height:128px;display:flex;flex-direction:column;gap:.25rem}.kt-calendar .empty{background:#eee}.kt-calendar .is-sun .daynum{color:#b91c1c}.kt-calendar .is-sat .daynum{color:#1d4ed8}.kt-calendar .is-today{position:relative;z-index:2}.kt-calendar .is-today:after{content:"";position:absolute;inset:2px;border:2px solid #fa1aca;border-radius:4px;pointer-events:none;z-index:3}.kt-calendar .cell-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:0}.kt-calendar .cell-left{display:flex;align-items:center;gap:.35rem}.kt-calendar .daynum{font-size:1.25rem;font-weight:800}.kt-calendar .daynum.holiday-num{color:#b91c1c}.kt-calendar .rokuyo{font-size:.75rem;color:#565858;line-height:1}@media screen and (max-width:767px){.kt-calendar .rokuyo{font-size:.5rem}}.kt-calendar .holiday{display:block;font-size:.75rem;color:#b91c1c;line-height:1.2}@media screen and (max-width:767px){.kt-calendar .holiday{font-size:.5rem}}.kt-calendar .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.kt-calendar .badges{margin-top:.25rem;display:flex;flex-wrap:wrap;gap:.25rem}.kt-calendar .badge{font-size:.75rem;color:#565858;border:1px solid #ccc;padding:.25rem;border-radius:.25rem;line-height:1.2;white-space:nowrap}@media screen and (max-width:767px){.kt-calendar .badge{font-size:.5rem;padding:.1rem .2rem}}.kt-calendar .badge .filled{border-color:rgba(0,0,0,0)}.kt-calendar .badge.ev-tenshabi.filled{background:#fee2e2;color:#991b1b}.kt-calendar .badge.ev-ichiryumanbai.filled{background:#fed7aa;color:#930303}.kt-calendar .badge.ev-tora.filled{background:#fde68a;color:#78350f}.kt-calendar .badge.ev-mi{border-color:#059669;color:#065f46}.kt-calendar .badge.ev-kishi.filled{background:#dcfce7;color:#065f46}.kt-calendar .icon-content{min-height:2rem;display:flex;justify-content:flex-end;gap:4px;align-items:center;padding-bottom:4px}.kt-calendar .lucky-icon{width:1.75rem;height:1.75rem}.kt-calendar td.has-spans{padding-bottom:calc(.5rem + var(--span-count, 0)*14px)}.kt-calendar .spans{position:absolute;left:6px;right:6px;bottom:6px;display:flex;flex-direction:column;gap:2px;z-index:1;pointer-events:none}.kt-calendar .spanbar{position:relative;height:12px;border-radius:6px;background:#ccc;display:flex;align-items:center;justify-content:center;overflow:hidden}@media screen and (max-width:767px){.kt-calendar .spanbar{height:10px;border-radius:5px}}.kt-calendar .spanbar.pos-start{border-top-right-radius:0;border-bottom-right-radius:0}.kt-calendar .spanbar.pos-mid{border-radius:0}.kt-calendar .spanbar.pos-end{border-top-left-radius:0;border-bottom-left-radius:0}.kt-calendar .spanbar .span-label{position:static !important;font-size:.5rem;line-height:1;font-weight:600;letter-spacing:.05rem;color:#565858;padding:0 4px;pointer-events:none}.kt-calendar .span-mercury{background:#22d3ee}.kt-calendar .span-venus{background:#f9a8d4}.kt-calendar .span-mars{background:#f87171}.kt-calendar .span-jupiter{background:#fbbf24}.kt-calendar .span-saturn{background:#f59e0b}.kt-calendar .span-uranus{background:#a78bfa}.kt-calendar .span-neptune{background:#60a5fa}.kt-calendar .span-pluto{background:#94a3b8}.kt-calendar-info{max-width:480px;margin:1.5rem auto .5rem;text-align:center;border:solid 1px #ccc;border-radius:4px}.kt-calendar-info__notes{margin:0;padding:.5rem 1rem;font-size:.75rem;color:#565858}.icon-exp-table{margin:0 auto .5rem;font-size:.75rem;color:#565858}.icon-exp-table td{padding:.5rem 1rem;text-align:center;border:none}.icon-exp-table td img{display:block;margin:0 auto .25rem;width:1.75rem;height:1.75rem}.moon-legend-table{margin:0 auto .5rem;font-size:.75rem;color:#565858}.moon-legend-table .moon{margin-right:.5rem;top:-2px}.moon-legend-table td{padding:.5rem;text-align:center;border:none}.moon{width:18px;height:18px;border-radius:50%;display:inline-block;align-items:center;justify-content:center;vertical-align:middle;position:relative;border:1px solid #ccc}.moon__new{background:#f0f0f0}.moon__full{background:gold}.moon__first{background:linear-gradient(90deg,#f0f0f0 50%,gold 50%)}.moon__last{background:linear-gradient(90deg,gold 50%,#f0f0f0 50%)}.contact-notes{padding:0 2rem;font-size:.75rem;margin-bottom:0}@media screen and (max-width:767px){.contact-notes{padding:0 1rem}}.contact-notes h2{font-size:1rem}.contact-notes ul{margin-top:0;padding-left:1.25rem}.contact-form-wrap{max-width:600px;margin:0 auto;padding:2rem;box-sizing:border-box}@media screen and (max-width:767px){.contact-form-wrap{padding:.5rem;max-width:100%;box-sizing:border-box}}.contact-form-wrap h2.contact-heading{margin-bottom:.5rem;text-align:center}.contact-form-wrap input,.contact-form-wrap button{box-sizing:border-box}.form-row{margin-bottom:1.25rem}@media screen and (max-width:479px){.form-row{margin-bottom:.5rem}}.form-row label{display:block;margin-bottom:.25rem;font-weight:700}.form-row .wpcf7-form-control{width:100%;padding:.5rem;border:1px solid #ccc;border-radius:4px;font-size:1rem}@media screen and (max-width:479px){.form-row .wpcf7-form-control{box-sizing:border-box;font-size:.75rem}}.form-row .wpcf7-submit{max-width:300px;padding:.75rem 2rem;font-size:1rem;background-color:#5c6ac4;color:#fcfefe;border:none;border-radius:4px;font-weight:700;cursor:pointer;transition:background-color .3s ease}@media screen and (max-width:767px){.form-row .wpcf7-submit{width:100%;max-width:none}}.form-row .wpcf7-submit:hover{background-color:#3e4aad}.form-row .wpcf7-spinner{display:none}.submit-button{text-align:center}.wpcf7-form textarea{width:100%;box-sizing:border-box;resize:vertical}.form-accept{margin-bottom:1.5rem;text-align:center;font-size:.75rem}.required{color:red;margin-left:.25rem}.grecaptcha-badge{visibility:hidden}.recaptcha-note{margin-top:1.5rem;font-size:.75rem}#fortune-first,#fortune-second,#fortune-third,#fortune-fourth,#fortune-fifth{display:none}#fortune-card-section{scroll-margin-top:var(--header-height)}.fortune-header{padding-bottom:1.5rem}.fortune-header__title{line-height:2rem;text-align:center;font-size:1.75rem}.fortune-header__zodiac{margin-top:1rem;line-height:2rem;text-align:center;font-size:1.5rem}.fortune-header__date{font-weight:700;margin:0}.fortune-header__eyecatch{max-width:240px}.fortune-header__week-range{font-weight:700;line-height:1.6}.fortune-header__week-date{font-size:1.5rem;margin:0}.fortune-header__week-title{font-size:1.25rem;margin:0}.fortune-card{width:175px;aspect-ratio:175/300;perspective:1000px;cursor:pointer}.fortune-card__text{text-align:center;font-size:.75rem;margin:0;padding-bottom:.5rem}.fortune-card__flip-row{display:flex;gap:1rem;justify-content:center;margin:.5rem 0}.fortune-card__inner{width:100%;position:relative;transition:transform .6s;transform-style:preserve-3d}.fortune-card__face{width:100%;position:absolute;top:0;left:0;backface-visibility:hidden}.fortune-card__face img{width:100%;object-fit:cover}.fortune-card.flipped .fortune-card__inner{transform:rotateY(180deg)}.fortune-card__front{transform:rotateY(180deg)}.fortune-card__front .fortune-card__reversed img{transform:rotate(180deg)}.fortune__title{text-align:center;margin-bottom:1rem}.fortune__content{margin-top:2rem}.lucky-list{display:grid;grid-template-columns:repeat(2,minmax(0, 1fr));gap:1rem;width:100%;padding:1rem 0;margin:0;list-style:none}@media screen and (max-width:767px){.lucky-list{grid-template-columns:1fr}}.lucky-box{border:solid 1px #ccc;border-radius:8px;padding:1rem;display:flex;align-items:center}.lucky-box.lucky-color .lucky-text{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center}.lucky-box.lucky-action{justify-content:center}.lucky-box.lucky-action .lucky-text{display:flex;flex-direction:column;align-items:center;text-align:center}.lucky-label{font-weight:700;font-size:.8rem}.lucky-name{font-weight:700;font-size:1.25rem}.color-chip{border-radius:50%;border:1px solid rgba(0,0,0,.15);display:inline-block}.color-chip--lg{width:64px;height:64px}.fortune-link{margin-top:2rem}.fortune-link ul{list-style:none;padding:0;margin:0}.fortune-link li{position:relative;margin:1rem 0}.fortune-link li:before,.fortune-link li:after{content:"";display:block;border-top:1px solid #ccc;margin:.5rem auto;width:80%;height:0}@media screen and (max-width:767px){.fortune-link li:before,.fortune-link li:after{width:100%}}.fortune-link a{display:block;font-size:1rem;font-weight:700;color:#333;text-decoration:none;padding:.5rem 1rem;background:#fcfcfc;position:relative;z-index:1;transition:transform .2s}.fortune-link a:hover{transform:scale(1.1)}@media screen and (max-width:767px){.share-buttons{width:100%}}.kt-about{background:0 0;text-align:center;margin-bottom:4rem}.kt-about__inner{color:#fcfefe}.kt-about__inner p{width:100%;font-size:1.25rem}@media screen and (max-width:767px){.kt-about__inner p{font-size:1rem}}.kt-fortune{padding:0 2rem}.kt-fortune__head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.kt-fortune__title{padding-top:1rem;font-size:2rem;font-weight:700}@media screen and (max-width:767px){.kt-fortune__title{font-size:1.5rem}}.kt-fortune__list ul{line-height:2.4;list-style:none;margin:0;padding:0 1.5rem 2rem}.kt-fortune__list li a{color:#343636;text-decoration:none;font-weight:700}.kt-fortune__list li a:hover{color:#3e4aad;text-decoration:underline}.kt-contents{padding:0 2rem}.kt-contents__head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.kt-contents__title{padding-top:1rem;font-size:2rem;font-weight:700}@media screen and (max-width:767px){.kt-contents__title{font-size:1.5rem}}.kt-contents__list ul{line-height:2.4;list-style:none;margin:0;padding:0 1.5rem 2rem}.kt-contents__list li a{color:#343636;text-decoration:none;font-weight:700}.kt-contents__list li a:hover{color:#3e4aad;text-decoration:underline}.kt-news{padding:0 2rem}.kt-news__head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.kt-news__title{padding-top:1rem;font-size:2rem;font-weight:700}@media screen and (max-width:767px){.kt-news__title{font-size:1.5rem}}.kt-news__list ul{line-height:2.4;list-style:none;margin:0;padding:0 1.5rem}.kt-news__list li a{color:#343636;text-decoration:none;font-weight:700}.kt-news__list li a:hover{color:#3e4aad;text-decoration:underline}.kt-news__list span{color:#565858;font-size:.75rem;margin-right:.5rem}.legal-page h1{margin-bottom:1rem}.legal-page h2{margin-bottom:1rem}.legal-page p{font-size:.75rem;margin:0 0 1rem}.legal-page ul{margin:0 0 1rem}.legal-page li{font-size:.75rem}.error-image{text-align:center;padding-top:1.5rem}.error-image img{max-width:200px}.archive-list{list-style:none;padding:0}.archive-item{margin-bottom:.5rem}.hero-section{position:relative;width:100%;height:100dvh;background:linear-gradient(to bottom,#000 0%,#1a0a33 100%);display:flex;justify-content:center;align-items:flex-end;padding-bottom:4dvh;overflow:hidden;z-index:var(--hero-z);transition:background-color .8s ease}.hero-section .is-normal{background:linear-gradient(to bottom,#000 0%,#1a0a33 100%)}.hero-section .is-rare{background:linear-gradient(to bottom,#1a0a33 0%,#3a1a66 100%)}.hero-section__content{position:absolute;top:calc(var(--header-height) + 2rem);z-index:var(--text-z);text-align:center;width:100%;pointer-events:none}.hero-section__message{font-size:1.25rem;color:#fcfefe;letter-spacing:.1em;line-height:1.6;text-shadow:0 0 10px hsla(0,0%,100%,.4)}.hero-section__message[data-character=C]{color:#c1728e}#site-header[data-character=C] .hero-section__message{color:#c1728e}@keyframes fadeInText{to{opacity:1;transform:translateY(0)}from{opacity:0;transform:translateY(5px)}}#lottie-cat{position:relative;width:70%;height:70%;z-index:var(--cat-z);-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer}@media screen and (max-width:767px){#lottie-cat{width:85%;height:85%}}#lottie-cat:active{transform:scale(.98);transition:transform .1s}.stars-container{position:absolute;inset:0;overflow:hidden;z-index:var(--star-z);-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 65%,transparent 80%);mask-image:linear-gradient(to bottom,#000 0%,#000 65%,transparent 80%)}.stars-layer{position:absolute;inset:0;background:url(//kodatama.jp/wp-content/themes/kodatama/assets/css/../img/kt-stars.webp) repeat;background-size:512px 512px;animation:star-move 360s linear infinite;will-change:background-position;pointer-events:none}@keyframes star-move{from{background-position:0 0}to{background-position:-2048px -1024px}}.thumb-section{background-color:#fcfefe;max-width:800px;margin:2rem auto 0;padding:0}@media screen and (max-width:800px){.thumb-section{margin:0 auto}}.thumb-section figure{margin:0;padding:0}.thumb-section img{display:block;width:100%;height:auto;border-radius:.5rem}@media screen and (max-width:800px){.thumb-section img{border-radius:0}}.page-content h2{border-bottom:2px solid #343636}.page-content h3{margin:1rem auto 0;border-bottom:1px solid #343636}.page-content p{margin:1rem auto 2rem}.tarot-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;list-style:none;padding:0;margin:1rem auto}@media screen and (max-width:767px){.tarot-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:479px){.tarot-grid{grid-template-columns:repeat(2,1fr)}}.tarot-list figure{margin:0}.tarot-list a{text-decoration:none;color:inherit;display:flex;flex-direction:column;align-items:center;transition:transform .2s}.tarot-list a:hover{transform:scale(1.1)}.tarot-list img{width:100%;height:auto;display:block}.tarot-list__label{display:block;font-weight:700;font-size:1rem;margin-top:6px;text-align:center}.tarot-list__number{display:inline-block;min-width:2em;font-weight:700;text-align:center;font-variant-numeric:tabular-nums}.tarot-header__title{text-align:center;margin-bottom:1rem}.tarot-header__card-section{display:flex;justify-content:center;align-items:center;gap:1.5rem}.tarot-header__card-item{text-align:center}.tarot-header__card-hero{width:175px;height:auto}.tarot-header__card-text{margin:0;font-size:.75rem;color:#565858}.tarot__title{margin-bottom:1rem;text-align:center}.tarot__title-main{display:block}.tarot__title-sub{display:block;font-size:1rem}.tarot__content{margin-top:2rem}.tarot__content h3{border-bottom:1px solid #343636}.tarot__content h3:nth-of-type(2){padding-top:1rem}.tarot-onepoint{padding-bottom:1rem}.tarot-closing{padding-top:1.5rem}@media screen and (max-width:479px){.u-sec-mt{margin:0}}.u-ta-c{text-align:center}.kt-lead{margin:1rem auto 2.5rem}@media screen and (min-width:480px){.kt-lead{text-align:center}}.kt-lead p{margin:0;padding:.25rem 0;font-size:1rem;line-height:1.6}.post-date{margin:0;text-align:right;font-size:.75rem;color:#565858}.kt-balloon{display:flex;justify-content:center;transform:translateX(32px)}@media screen and (max-width:479px){.kt-balloon{transform:translateX(0)}}.kt-balloon__onepoint{padding:1rem 0 1.5rem}.kt-balloon__closing{padding:1rem 0}.kt-balloon__inner{display:flex;align-items:stretch;gap:16px}.kt-balloon__text{position:relative;max-width:80%;padding:16px;border-radius:8px;background:#eeefef;box-shadow:0 4px 8px rgba(0,0,0,.15);line-height:1.6}.kt-balloon__text p{margin:0}.kt-balloon__text:before{content:"";position:absolute;top:80%;transform:translateY(-50%);right:-10px;border-width:8px 0 8px 16px;border-style:solid;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #eeefef}.kt-balloon__icon{display:flex;align-items:flex-end}.kt-balloon__icon img{width:64px;height:auto}.weekly-cta{text-align:center}.weekly-cta__title{margin-bottom:.5rem}.weekly-cta__lead a{display:inline-block;padding:.75rem 1.5rem;background:#5c6ac4;color:#fcfefe;border-radius:4px;text-decoration:none;font-weight:700;transition:.2s}.weekly-cta__lead a:hover{background:#3e4aad}