:root{--color-navy: #082A4E;--color-red: #E60012;--max-width: 1024px;--font-zen-kaku-new: "Zen Kaku Gothic New", sans-serif;--font-delta-gothic: "Dela Gothic One", sans-serif}*{box-sizing:border-box}body{font-family:var(--font-zen-kaku-new);margin:0;outline:0;list-style:none}#yametoma-karuta{font-family:var(--font-zen-kaku-new);font-size:0}#yametoma-karuta img{max-width:100%;height:auto;margin:0 auto}#yametoma-karuta p{margin:0;font-size:14px;line-height:1.6;color:var(--color-navy)}@media only screen and (min-width:560px){#yametoma-karuta p{font-size:16px;line-height:1.8}}#yametoma-karuta a{text-decoration:none}#yametoma-karuta ul{margin:0;padding:0}#yametoma-karuta ul li{list-style:none}#yametoma-karuta h2,#yametoma-karuta h3{font-weight:normal}#yametoma-karuta .js-border{background-image:linear-gradient(90deg, #ffffff, #ffffff);background-position:left bottom;background-repeat:no-repeat;background-size:0 .5em;padding-bottom:3px;transition:background-size .8s}@media only screen and (min-width:560px){#yametoma-karuta .js-border{background-position:left bottom}}#yametoma-karuta .js-border.marker{background-size:100% .5em}#yametoma-karuta .js-border.--bold{background-position:left bottom 2px}@media only screen and (min-width:560px){#yametoma-karuta .js-border.--bold{background-position:left bottom 6px}}#yametoma-karuta .js-border.--bottom{background-position:left bottom 6px}@media only screen and (min-width:560px){#yametoma-karuta .js-border.--bottom{background-position:left bottom 10px}}#yametoma-karuta .js-fadeIn{opacity:0;transform:translateY(20px);transition:opacity .2s,transform .4s}#yametoma-karuta .js-fadeIn.show{opacity:1;transition:opacity .2s,transform .4s;transform:translateY(0px)}#yametoma-karuta .js-entryIn{opacity:0;transform:translateY(20px);transition:opacity .4s,transform .4s ease 0s}#yametoma-karuta .js-entryIn.show{opacity:1;transition:opacity .4s,transform .4s ease 0s;transform:translateY(0px)}#yametoma-karuta .heading__h2{font-family:var(--font-delta-gothic);color:var(--color-navy);font-size:48px;text-align:center;width:-moz-fit-content;width:fit-content;margin:0px auto;padding:0px 10px}@media only screen and (min-width:560px){#yametoma-karuta .heading__h2{font-size:54px;margin:0 auto}}#yametoma-karuta .heading__h3{font-family:var(--font-zen-kaku-new);font-weight:900;color:var(--color-navy);font-size:32px;text-align:center;width:-moz-fit-content;width:fit-content;padding:0px 4px;margin:20px auto 40px}@media only screen and (min-width:560px){#yametoma-karuta .heading__h3{font-size:36px;padding:0px 8px}}#yametoma-karuta section{margin:0 0 70px}@media only screen and (min-width:560px){#yametoma-karuta section{margin:0 0 140px}}#yametoma-karuta section.section__bg{margin:0;background-image:url(../img/bg-red.jpg);background-repeat:repeat-y;background-size:cover}@media only screen and (min-width:560px){#yametoma-karuta section.section__bg{margin:0px}}#yametoma-karuta .sp{display:block}@media only screen and (min-width:560px){#yametoma-karuta .sp{display:none}}#yametoma-karuta .sp-tb{display:block}@media only screen and (min-width: 1025px){#yametoma-karuta .sp-tb{display:none}}#yametoma-karuta .pc{display:none}@media only screen and (min-width:560px){#yametoma-karuta .pc{display:block}}#yametoma-karuta .flow{opacity:0;position:fixed;bottom:10px;right:20px;z-index:200;transition:.4s}#yametoma-karuta .flow.--footer{transition:.4s;opacity:0 !important}#yametoma-karuta .flow__link{display:flex;flex-direction:column;transition:.4s}@media only screen and (min-width:560px){#yametoma-karuta .flow__link:hover{opacity:.9;transition:.4s}}#yametoma-karuta .flow__chara-img{position:relative;bottom:-20px;width:48px;height:61px;z-index:10}@media only screen and (min-width:560px){#yametoma-karuta .flow__chara-img{width:84px;height:117px;bottom:-42px}}#yametoma-karuta .flow__link-circle{position:relative}#yametoma-karuta .flow__circle-img{width:92px;height:96px}#yametoma-karuta .flow__circle-img.is-active{animation:rotation 3.2s forwards linear}@keyframes rotation{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@media only screen and (min-width:560px){#yametoma-karuta .flow__circle-img{width:145px;height:150px}}#yametoma-karuta .flow p{position:absolute;top:56%;left:50%;transform:translate(-50%, 0);font-weight:bold;width:84px;font-size:11px;text-align:center}@media only screen and (min-width:560px){#yametoma-karuta .flow p{top:61%;font-size:14px;width:113px}}#yametoma-karuta .fv{position:relative;overflow-x:hidden;background-image:url(../img/bg-gold.jpg);background-size:100%}@media only screen and (min-width:560px){#yametoma-karuta .fv{overflow-x:visible;background-image:url(../img/fv_bg-gold.png);background-repeat:repeat-y}}#yametoma-karuta .fv canvas{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999}#yametoma-karuta .fv .js-show-01 img{opacity:0}#yametoma-karuta .fv .js-show-01.show img{animation:scaleIn .8s ease-in forwards;opacity:1}#yametoma-karuta .fv .js-show-02 img{opacity:0}#yametoma-karuta .fv .js-show-02.show img{animation:scaleIn .8s ease-in forwards;opacity:1}#yametoma-karuta .fv .js-show-03{opacity:0}#yametoma-karuta .fv .js-show-03.show{animation:fadeIn .8s ease-in forwards;opacity:1}#yametoma-karuta .fv .js-show-04.show{animation:shakeIn .8s ease-in forwards}@keyframes scaleIn{0%{transform:scale(0)}60%{transform:scale(1.2)}90%{transform:scale(1.3)}100%{transform:scale(1)}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes shakeIn{0%,100%{transform:rotateZ(0deg) translateX(0)}25%{transform:rotateZ(-3deg) translateX(-5px)}75%{transform:rotateZ(3deg) translateX(5px)}}#yametoma-karuta .fv__inner{max-width:1024px;margin:0 auto;padding:10px 0 0;aspect-ratio:320/650;position:relative;background-image:url(../img/fv_flag-sp.png);background-repeat:no-repeat;background-size:100%;background-position:center 14px}@media only screen and (min-width:560px){#yametoma-karuta .fv__inner{aspect-ratio:1078/689;width:100%;padding:0;background-size:100% 100%}}@media only screen and (min-width:1024px){#yametoma-karuta .fv__inner{background-image:url(../img/fv_flag-pc.png);background-repeat:no-repeat;background-size:100%}}#yametoma-karuta .fv__flex{display:flex;flex-direction:column;gap:20px;margin:0px auto;align-items:center;padding:70px 0;padding:15% 0px 30%}@media only screen and (min-width:560px){#yametoma-karuta .fv__flex{width:100%;flex-direction:row;justify-content:space-around;padding:12% 30px 200px 50px}}@media only screen and (min-width:1024px){#yametoma-karuta .fv__flex{max-width:960px;flex-direction:row;align-items:flex-start;gap:40px;padding:13.5% 50px}}#yametoma-karuta .fv__flex-box-01{text-align:center}@media only screen and (min-width:560px){#yametoma-karuta .fv__flex-box-01{text-align:left}}#yametoma-karuta .fv__flex-box-02{display:flex;flex-direction:column;gap:10px;max-width:320px;margin:0 auto}@media only screen and (min-width:560px){#yametoma-karuta .fv__flex-box-02{flex-direction:row;gap:30px;max-width:100%}}#yametoma-karuta .fv__flex-box-02 img{width:90px;margin:-40px 0 0 auto}@media only screen and (min-width:560px){#yametoma-karuta .fv__flex-box-02 img{width:132px;margin:0}}#yametoma-karuta .fv__flex-img{width:180px}@media only screen and (min-width:560px){#yametoma-karuta .fv__flex-img{width:30%}}@media only screen and (min-width:560px){#yametoma-karuta .fv__flex-img img{margin-top:26px}}@media only screen and (min-width:560px){#yametoma-karuta .fv__flex-area{width:70%}}#yametoma-karuta .fv__flex-img-01{margin:0 0 14px;max-width:275px}@media only screen and (min-width:560px){#yametoma-karuta .fv__flex-img-01{max-width:100%}}#yametoma-karuta .fv__flex-img-02{margin:0 0 20px}#yametoma-karuta .fv__flex-img-02.--sp{width:100%;max-width:320px}@media only screen and (min-width:560px){#yametoma-karuta .fv__flex-img-02.--sp{display:none}}#yametoma-karuta .fv__flex-img-02.--pc{display:none}@media only screen and (min-width:560px){#yametoma-karuta .fv__flex-img-02.--pc{display:block;max-width:500px}}@media only screen and (min-width:1024px){#yametoma-karuta .fv__flex-img-02.--pc{max-width:100%}}#yametoma-karuta .fv__flex-text{font-size:16px;font-weight:900;color:#fff;letter-spacing:.02em}@media only screen and (min-width:560px){#yametoma-karuta .fv__flex-text{font-size:18px}}#yametoma-karuta .fv__flex-text .big{font-size:24px;font-family:var(--font-delta-gothic);padding:0px 4px;letter-spacing:.03em}@media only screen and (min-width:560px){#yametoma-karuta .fv__flex-text .big{font-size:40px;padding:0px 8px}}#yametoma-karuta .fv__bottom{display:flex;align-items:baseline;gap:14px;width:100%;justify-content:center;position:absolute;bottom:-12px}@media only screen and (min-width:560px){#yametoma-karuta .fv__bottom{justify-content:flex-start;gap:30px}}#yametoma-karuta .fv__bottom .chara01{width:52px}@media only screen and (min-width:560px){#yametoma-karuta .fv__bottom .chara01{width:99px}}#yametoma-karuta .fv__bottom .chara02{width:36px}@media only screen and (min-width:560px){#yametoma-karuta .fv__bottom .chara02{width:72px}}#yametoma-karuta .fv__bottom .chara03{width:30px;position:relative;top:-2px}@media only screen and (min-width:560px){#yametoma-karuta .fv__bottom .chara03{width:55px}}#yametoma-karuta .fv__bottom .chara04{width:58px}@media only screen and (min-width:560px){#yametoma-karuta .fv__bottom .chara04{width:112px}}#yametoma-karuta .fv__link{background:#e89f1c;padding:15px 20px;display:flex;flex-direction:column;width:100%}@media only screen and (min-width:560px){#yametoma-karuta .fv__link{padding:15px;border-radius:8px;max-width:360px;margin:0 0 0 auto;transition:.4s;position:absolute;right:2vw;bottom:-50px}}#yametoma-karuta .fv__link:hover{opacity:.9;transition:.4s}#yametoma-karuta .fv__link-copy{background-color:#fff;padding:2px 0;font-family:var(--font-zen-kaku-new);font-weight:700;font-size:16px;text-align:center;border-radius:2px;margin:0 0 10px}@media only screen and (min-width:560px){#yametoma-karuta .fv__link-copy{font-size:18px;margin:0px 0px 20px}}#yametoma-karuta .fv__link-flex{display:flex;flex-direction:row;gap:20px;justify-content:space-around;align-items:center}#yametoma-karuta .fv__text-figure{width:140px}@media only screen and (min-width:560px){#yametoma-karuta .fv__text-figure{width:140px}}#yametoma-karuta .fv__text-figure img{width:140px}@media only screen and (min-width:560px){#yametoma-karuta .fv__text-figure img{width:140px}}#yametoma-karuta .fv__text-area{display:flex;gap:20px;align-items:center;width:calc(100% - 140px);justify-content:flex-end}@media only screen and (min-width:560px){#yametoma-karuta .fv__text-area{width:calc(100% - 140px)}}#yametoma-karuta .fv__link-belong{font-size:14px;font-weight:700;color:#fff;margin:0 0 8px;line-height:1.6}#yametoma-karuta .fv__link-ruby{color:#fff;font-size:12px;font-weight:700;display:flex;gap:10px}#yametoma-karuta .fv__link-name{color:#fff;font-size:24px;font-weight:700;margin:-0.3em 0}@media only screen and (min-width:560px){#yametoma-karuta .fv__link-name{margin:-0.4em 0}}#yametoma-karuta .fv__link-name span{font-size:12px;font-weight:700;margin-left:10px}#yametoma-karuta .fv__link-arrowarea{width:20px}#yametoma-karuta .fv__link-arrow{width:8px;grid-area:1/2/3/3}#yametoma-karuta .fv__text-img{border-radius:8px}#yametoma-karuta .about{padding:68px 0 0}@media only screen and (min-width:560px){#yametoma-karuta .about{padding:180px 0 0}}#yametoma-karuta .about__content{width:92%;margin:0 auto;border-radius:8px;background-image:url(../img/bg-gold.jpg);background-repeat:repeat-y;background-size:100%}@media only screen and (min-width:560px){#yametoma-karuta .about__content{border-radius:8px 0px 0px 8px;width:86%;margin:0 0 0 auto}}#yametoma-karuta .about__inner{margin:0 auto}@media only screen and (min-width:560px){#yametoma-karuta .about__inner{padding:50px 0}}@media only screen and (min-width:1024px){#yametoma-karuta .about__inner{max-width:840px;padding:96px 0}}#yametoma-karuta .about__campaign{display:flex;flex-direction:column;align-items:center;gap:20px 0px;width:90%;margin:0 auto;padding:24px 0}@media only screen and (min-width:560px){#yametoma-karuta .about__campaign{width:100%;gap:20px 40px;padding:0}}@media only screen and (min-width:1024px){#yametoma-karuta .about__campaign{flex-direction:row}}#yametoma-karuta .about__campaign-box-wrap{text-align:center;margin:-0.4em 0}@media only screen and (min-width:560px){#yametoma-karuta .about__campaign-box-wrap{margin:-0.3em 0}}@media only screen and (min-width:560px){#yametoma-karuta .about__campaign-box-wrap{text-align:left}}#yametoma-karuta .about__campaign-img img{width:150px}@media only screen and (min-width:560px){#yametoma-karuta .about__campaign-img img{width:224px}}#yametoma-karuta .about__campaign-copy{font-size:22px;font-weight:900;line-height:1.8;display:inline}@media only screen and (min-width:560px){#yametoma-karuta .about__campaign-copy{font-size:32px;line-height:1.6}}#yametoma-karuta .about__campaign-copy:last-of-type{margin:0 0 20px}#yametoma-karuta .about__campaign-text{font-size:16px;font-weight:700;margin-top:calc(30px - .4em);line-height:1.8}@media only screen and (min-width:560px){#yametoma-karuta .about__campaign-text{font-size:18px;margin-top:calc(30px - .4em)}}#yametoma-karuta .about__present{display:flex;flex-direction:column;align-items:center;gap:10px;padding:20px 5%;background-color:hsla(0,0%,100%,.4);border-radius:8px}@media only screen and (min-width:560px){#yametoma-karuta .about__present{flex-direction:row;gap:20px;padding:20px 30px;margin:40px 0 0}}#yametoma-karuta .about__present-text{font-size:16px;font-weight:700}@media only screen and (min-width:560px){#yametoma-karuta .about__present-text{font-size:18px;width:calc(100% - 160px)}}#yametoma-karuta .result{padding:108px 0 40px;border-radius:8px;position:relative;background-image:url(../img/bg-gold-result.jpg);background-repeat:repeat-y;background-size:100%}@media only screen and (min-width:560px){#yametoma-karuta .result{max-width:1200px;margin:0 auto;padding:120px 0 80px;background-size:100% 100%}}#yametoma-karuta .result canvas{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999}#yametoma-karuta .result__intro{display:flex;justify-content:space-between;width:100%;gap:16px;margin:0 auto;padding:20px 0 0;position:absolute;top:-30px;left:50%;transform:translate(-50%, 0);overflow-x:hidden}@media only screen and (min-width:560px){#yametoma-karuta .result__intro{width:96%;flex-direction:row;gap:0px;margin:0 auto 40px;padding:0}}#yametoma-karuta .result__intro .intro-img.--01 .sp{width:175px;position:relative;left:-10px}#yametoma-karuta .result__intro .intro-img.--02 .sp{width:175px;position:relative;right:-10px}#yametoma-karuta .result__intro .intro-text{margin:0 auto;max-width:300px;order:3;position:relative}@media only screen and (min-width:560px){#yametoma-karuta .result__intro .intro-text{order:unset;max-width:100%}}#yametoma-karuta .result__intro-wrap{text-align:center;margin:0 auto 30px;width:90%;overflow:hidden}@media only screen and (min-width:560px){#yametoma-karuta .result__intro-wrap{margin:0 0 50px;width:100%}}#yametoma-karuta .result__intro-wrap img{width:260px}@media only screen and (min-width:560px){#yametoma-karuta .result__intro-wrap img{width:420px}}#yametoma-karuta .result__card{display:flex;flex-direction:column;gap:20px;margin:16px auto 0;justify-content:center;width:90%}@media only screen and (min-width:560px){#yametoma-karuta .result__card{flex-direction:row;gap:40px;max-width:700px;margin:20px auto 0;width:100%}}#yametoma-karuta .result__card .card{perspective:var(--perspective-card);cursor:pointer}@media only screen and (min-width:560px){#yametoma-karuta .result__card .card:first-of-type{width:calc(50% - 20px)}}@media only screen and (min-width:560px){#yametoma-karuta .result__card .card:last-of-type{width:calc(50% - 20px)}}#yametoma-karuta .result__card .card__inner{display:grid;transform-style:preserve-3d}#yametoma-karuta .result__card .card__visual{display:grid;grid-area:1/1;place-items:center;backface-visibility:hidden;perspective:800px;transform-style:preserve-3d}#yametoma-karuta .result__card .card__visual.-front{padding:8px;background-color:var(--color-white);z-index:1}#yametoma-karuta .result__card .card__visual.-back{z-index:0;rotate:y 180deg}#yametoma-karuta .result__card .card__visual>*{grid-area:1/1}#yametoma-karuta .result__card .card__pattern{z-index:-1}#yametoma-karuta .result__main{border-radius:8px;width:100%;margin:40px auto;position:relative;background-repeat:repeat-y;background-size:100%}@media only screen and (min-width:560px){#yametoma-karuta .result__main{width:94%;margin:0 auto 70px;background-image:url(../img/result_main-bg.png)}}#yametoma-karuta .result__main::before{content:"";display:block;width:100%;height:100%;background-image:url(../img/result_main-bg-sp.png);background-position:center;background-size:100% 100%;position:absolute;z-index:0}@media only screen and (min-width:560px){#yametoma-karuta .result__main::before{display:none}}#yametoma-karuta .result__inner{width:90%;margin:0 auto;border-radius:8px;padding:80px 0 160px;position:relative;z-index:10}@media only screen and (min-width:560px){#yametoma-karuta .result__inner{padding:80px 0px 86px}}#yametoma-karuta .result__main-chara01{position:absolute;top:-40px;left:-10px}@media only screen and (min-width:560px){#yametoma-karuta .result__main-chara01{top:-50px;left:-45px}}#yametoma-karuta .result__main-chara01 .chara01-text{position:absolute;top:52px;left:auto;margin-left:-10px;transform:rotate(10deg)}@media only screen and (min-width:560px){#yametoma-karuta .result__main-chara01 .chara01-text{top:34px;left:154px;margin-left:0px;transform:rotate(0deg)}}@media only screen and (min-width:1024px){#yametoma-karuta .result__main-chara01 .chara01-text{top:114px;left:200px}}#yametoma-karuta .result__main-chara01 .chara01-img{width:132px}@media only screen and (min-width:560px){#yametoma-karuta .result__main-chara01 .chara01-img{width:180px}}@media only screen and (min-width:1024px){#yametoma-karuta .result__main-chara01 .chara01-img{width:250px}}#yametoma-karuta .result__main-chara02{position:absolute;bottom:-50px;right:5%}@media only screen and (min-width:560px){#yametoma-karuta .result__main-chara02{bottom:-154px;right:-30px}}#yametoma-karuta .result__main-chara02 .chara02-img{width:180px}@media only screen and (min-width:560px){#yametoma-karuta .result__main-chara02 .chara02-img{width:280px}}@media only screen and (min-width:1024px){#yametoma-karuta .result__main-chara02 .chara02-img{width:334px}}#yametoma-karuta .result__main-chara02 .chara02-text{position:absolute;width:132px;top:36px;left:-64px;transform:rotate(-25deg)}@media only screen and (min-width:560px){#yametoma-karuta .result__main-chara02 .chara02-text{top:60px}}@media only screen and (min-width:769px){#yametoma-karuta .result__main-chara02 .chara02-text{width:150px;top:40px}}@media only screen and (min-width:1024px){#yametoma-karuta .result__main-chara02 .chara02-text{width:180px;top:-50px;left:auto;right:0px;transform:rotate(0deg)}}#yametoma-karuta .result__main-title{display:flex;align-items:center;margin:30px auto 0;padding:20px 0 0;width:90%}@media only screen and (min-width:560px){#yametoma-karuta .result__main-title{margin:0 auto;padding:0;width:426px}}#yametoma-karuta .result__head{width:94%;aspect-ratio:250/45;margin:26px auto 0;background-image:url(../img/result_head_person-bg-sp.png);background-size:100%;background-position:center}@media only screen and (min-width:560px){#yametoma-karuta .result__head{display:none}}#yametoma-karuta .result__person{width:80%;margin:30px auto 0px;padding:20px;background-image:url(../img/result_main_person-bg-sp.png);background-repeat:no-repeat;background-size:100% 100%;background-position:center}@media only screen and (min-width:560px){#yametoma-karuta .result__person{aspect-ratio:auto;margin:40px auto 0px;padding:46px 18px 46px 18px;background-position:center}}@media only screen and (min-width:1024px){#yametoma-karuta .result__person{max-width:700px;padding:20px 18px 20px 18px;background-size:700px 100%}}#yametoma-karuta .result__person-bg{background-color:#fff;padding:30px 14px 10px}@media only screen and (min-width:560px){#yametoma-karuta .result__person-bg{padding:30px 20px}}#yametoma-karuta .result__person-grid{display:grid;gap:10px;grid-template-rows:1fr auto;grid-template-columns:auto}#yametoma-karuta .result__person-tag{color:var(--color-navy);font-size:16px;font-weight:900;text-align:center;margin:0 0 8px;position:relative}@media only screen and (min-width:560px){#yametoma-karuta .result__person-tag{font-size:18px;margin:0px auto 5px}}#yametoma-karuta .result__person-tag:before{display:inline-block;content:"";border-top:2px solid var(--color-navy);position:absolute;left:50%;top:-2px;width:80px;transform:translate(-50%, 0)}#yametoma-karuta .result__person-tag:after{display:inline-block;content:"";border-bottom:2px solid var(--color-navy);width:80px;position:absolute;bottom:-2px;left:50%;transform:translate(-50%, 0)}#yametoma-karuta .result__person-img{border-radius:8px;align-self:center}#yametoma-karuta .result__person-name{color:#fff;font-size:16px;font-weight:900;margin:5px auto 0;padding:9px 2em;line-height:1.4;text-align:center;background-image:url(../img/result_main_person-name-bg.png);background-repeat:no-repeat;background-size:100% 62px}@media only screen and (min-width:560px){#yametoma-karuta .result__person-name{font-size:18px;padding:2px 2em;line-height:1.8;height:40px;margin:0 auto;background-size:100% 40px}}#yametoma-karuta .result__person-text{font-weight:700;line-height:2;margin:calc(8px - .4em) 0}@media only screen and (min-width:560px){#yametoma-karuta .result__person-text{line-height:1.8;margin:2px 0 0}}#yametoma-karuta .result__person-text+.result__person-text{margin:0}#yametoma-karuta .result__creator{margin:30px auto 0px;background-color:#fff;border-radius:8px;width:80%}@media only screen and (min-width:560px){#yametoma-karuta .result__creator{margin:50px auto 0px;padding:20px 30px;width:100%;max-width:540px}}@media only screen and (min-width:1024px){#yametoma-karuta .result__creator{max-width:600px}}#yametoma-karuta .result__creator-grid{display:grid;grid-template-rows:1fr auto;grid-template-columns:auto;padding:20px;gap:10px}@media only screen and (min-width:560px){#yametoma-karuta .result__creator-grid{grid-template-rows:auto;grid-template-columns:170px 1fr;gap:16px 20px;padding:0}}#yametoma-karuta .result__creator-img{border-radius:8px;width:130px}@media only screen and (min-width:560px){#yametoma-karuta .result__creator-img{grid-area:1/1/3/2;width:170px;margin:auto 0}}#yametoma-karuta .result__creator-name{font-size:16px;font-weight:900;margin:10px auto 0;padding:9px 2em;line-height:1.4;background-image:url(../img/person-name-bg-w.png);background-repeat:no-repeat;background-size:100% 60px}@media only screen and (min-width:560px){#yametoma-karuta .result__creator-name{grid-area:1/2/2/3;font-size:16px;height:40px;margin:auto;padding:2px 2em;line-height:1.8;background-size:100% 40px}}@media only screen and (min-width:1024px){#yametoma-karuta .result__creator-name{font-size:18px}}#yametoma-karuta .result__creator-text{font-weight:700}@media only screen and (min-width:560px){#yametoma-karuta .result__creator-text{grid-area:2/2/3/3;margin:0 0 0 10px}}#yametoma-karuta .result__calbee{background-color:#f0e3a8;border-radius:8px;width:80%;padding:20px;margin:20px auto 0px}@media only screen and (min-width:560px){#yametoma-karuta .result__calbee{width:100%;max-width:600px;padding:20px 30px;margin:40px auto 0px}}#yametoma-karuta .result__calbee-name{font-size:16px;font-weight:700;line-height:1.8}@media only screen and (min-width:560px){#yametoma-karuta .result__calbee-name{font-size:18px}}#yametoma-karuta .result__calbee-text{font-size:16px;font-weight:700;margin:calc(10px - .4em) 0 0;line-height:1.4}@media only screen and (min-width:560px){#yametoma-karuta .result__calbee-text{line-height:1.6}}#yametoma-karuta .nominate{padding:50px 0 0}#yametoma-karuta .nominate__content{width:92%;margin:50px auto 70px}@media only screen and (min-width:560px){#yametoma-karuta .nominate__content{width:94%;margin:0 auto 70px}}#yametoma-karuta .nominate__intro{position:relative}#yametoma-karuta .nominate__intro .intro-img{position:absolute;top:-80px}@media only screen and (min-width:560px){#yametoma-karuta .nominate__intro .intro-img{top:-60px;left:50px}}@media only screen and (min-width:1024px){#yametoma-karuta .nominate__intro .intro-img{top:-40px;left:200px}}#yametoma-karuta .nominate__intro img{width:166px}@media only screen and (min-width:560px){#yametoma-karuta .nominate__intro img{width:180px}}@media only screen and (min-width:1024px){#yametoma-karuta .nominate__intro img{width:200px}}#yametoma-karuta .nominate__flex{display:flex;flex-direction:column;gap:18px}@media only screen and (min-width:1024px){#yametoma-karuta .nominate__flex{flex-direction:row;justify-content:center;gap:30px}}#yametoma-karuta .nominate__flex+.nominate__flex{margin:40px 0 0}#yametoma-karuta .nominate__item{background-color:#f0e3a8;border-radius:8px;padding:24px 16px}@media only screen and (min-width:560px){#yametoma-karuta .nominate__item{padding:50px}}@media only screen and (min-width:1024px){#yametoma-karuta .nominate__item{width:calc(50% - 15px)}}#yametoma-karuta .nominate__karuta{display:flex;gap:16px;justify-content:center;align-items:baseline;margin:0 auto 30px}@media only screen and (min-width:560px){#yametoma-karuta .nominate__karuta{margin:0 0 30px;width:auto;gap:30px}}#yametoma-karuta .nominate__karuta>div:first-of-type{width:calc(55% - 15px)}#yametoma-karuta .nominate__karuta>div:last-of-type{width:calc(45% - 15px)}#yametoma-karuta .nominate__karuta img{opacity:0;transition:opacity .4s;margin:0}@media only screen and (min-width:1024px){#yametoma-karuta .nominate__karuta img{margin:0 auto}}#yametoma-karuta .nominate__karuta .img-01.active{opacity:1;transition:opacity .4s;transform-origin:top center;animation:shakeInRe .8s ease-out;animation-delay:.2s}@keyframes shakeInRe{0%,100%{transform:rotateZ(0deg) translateX(0)}25%{transform:rotateZ(-3deg) translateX(-5px)}75%{transform:rotateZ(3deg) translateX(5px)}}#yametoma-karuta .nominate__karuta .img-02.active{opacity:1;transition:opacity .4s;transform-origin:top center;animation:shakeInRe .8s ease-out;animation-delay:.6s}#yametoma-karuta .nominate__tag{padding:4px 12px 8px;font-size:18px;font-weight:700;line-height:1.8;background-image:url(../img/nominate_comment-bg.png);background-repeat:no-repeat;background-size:100% 40px}@media only screen and (max-width: 376px){#yametoma-karuta .nominate__tag{padding:4px 12px 8px}}@media only screen and (min-width:560px){#yametoma-karuta .nominate__tag{font-size:18px;display:inline;padding:4px 18px 8px}}#yametoma-karuta .nominate__box{background-color:hsla(0,0%,100%,.8);border-radius:8px;padding:15px 20px;margin:0 0 20px;text-align:center}#yametoma-karuta .nominate__textarea{padding:0 10px 20px}@media only screen and (min-width:560px){#yametoma-karuta .nominate__textarea{padding:0px}}#yametoma-karuta .nominate__comment{margin:10px 0 0;font-weight:700;text-align:left}@media only screen and (min-width:560px){#yametoma-karuta .nominate__comment{margin:calc(20px - .4em) 0 0}}#yametoma-karuta .nominate__title{font-size:18px;font-weight:700;line-height:1.8}@media only screen and (min-width:560px){#yametoma-karuta .nominate__title{font-size:18px}}#yametoma-karuta .nominate__text{font-weight:700;margin:6px 0 0;line-height:1.4}@media only screen and (min-width:560px){#yametoma-karuta .nominate__text{margin:calc(10px - .4em) 0 0;line-height:1.6}}@media only screen and (min-width:560px){#yametoma-karuta .entry{padding:50px 0 0}}#yametoma-karuta .entry__content{margin:0 auto 70px}@media only screen and (min-width:560px){#yametoma-karuta .entry__content{width:94%}}#yametoma-karuta .entry__intro{display:flex;flex-direction:column-reverse;width:100%}@media only screen and (min-width:560px){#yametoma-karuta .entry__intro{flex-direction:row;justify-content:space-between}}#yametoma-karuta .entry__intro .sp{text-align:center;position:relative;bottom:-10px;z-index:10}#yametoma-karuta .entry__intro .chara-sp{width:242px}@media only screen and (min-width:560px){#yametoma-karuta .entry__intro div{width:33.3333333333%}}#yametoma-karuta .entry__intro div:nth-child(2){order:1}@media only screen and (min-width:560px){#yametoma-karuta .entry__intro div:nth-child(2){order:2}}#yametoma-karuta .entry__intro .intro-img{position:relative}@media only screen and (min-width:560px){#yametoma-karuta .entry__intro .intro-img{width:33.3333333333%}}#yametoma-karuta .entry__intro .intro-img .text{position:absolute}@media only screen and (min-width:560px){#yametoma-karuta .entry__intro .intro-img .text{top:-50px;right:104px;transform:none}}#yametoma-karuta .entry__intro .intro-img .chara02{position:absolute;right:0px;top:0px}@media only screen and (min-width:560px){#yametoma-karuta .entry__intro .intro-img .chara02{right:20px}}#yametoma-karuta .entry__intro .intro-img.--01{order:2}@media only screen and (min-width:560px){#yametoma-karuta .entry__intro .intro-img.--01{order:1}}@media only screen and (min-width:560px){#yametoma-karuta .entry__intro .intro-img.--01 img{margin-left:20px}}#yametoma-karuta .entry__intro .intro-img.--02{order:3}#yametoma-karuta .entry__note{text-align:center;font-weight:700;margin:-20px auto 20px;word-break:keep-all}@media only screen and (min-width:560px){#yametoma-karuta .entry__note{font-size:15px}}#yametoma-karuta .entry__flex{display:flex;gap:0px 20px;justify-content:flex-start;width:90%;margin:0px auto;flex-wrap:wrap}@media only screen and (min-width:560px){#yametoma-karuta .entry__flex{margin:20px auto 0;width:100%;gap:0px 20px}}#yametoma-karuta .entry__item{width:calc(50% - 10px);margin:20px 0 0}@media only screen and (min-width:560px){#yametoma-karuta .entry__item{width:calc(20% - 16px);margin:20px 0 0}}#yametoma-karuta .entry__item.--pc{display:none}@media only screen and (min-width:560px){#yametoma-karuta .entry__item.--pc{display:block}}#yametoma-karuta .entry__item:first-of-type{margin:0}#yametoma-karuta .entry__item:nth-child(2){margin:0}@media only screen and (min-width:560px){#yametoma-karuta .entry__item:nth-child(3){margin:0}}@media only screen and (min-width:560px){#yametoma-karuta .entry__item:nth-child(4){margin:0}}@media only screen and (min-width:560px){#yametoma-karuta .entry__item:nth-child(5){margin:0}}#yametoma-karuta .entry__item.js-show{opacity:1;transform:translateY(0px);transition:opacity .4s,transform .4s ease 0s}#yametoma-karuta .entry__item.is-hidden{opacity:0;height:0;margin:0;transform:translateY(20px);transition:opacity .4s,transform .4s ease 0s}#yametoma-karuta .entry__more{display:block;text-align:center;padding:30px 0 20px;position:relative;z-index:30}@media only screen and (min-width:560px){#yametoma-karuta .entry__more{max-width:306px;font-size:18px;margin:20px auto 0;transition:.4s}}#yametoma-karuta .entry__more img{width:100px}@media only screen and (min-width:560px){#yametoma-karuta .entry__more img{width:140px}}#yametoma-karuta .entry__more-img:hover{opacity:.8;transition:.4s;pointer-events:auto;cursor:pointer}#yametoma-karuta .profile__content{background-color:hsla(0,0%,100%,.4);border-radius:8px;padding:40px 20px;position:relative}@media only screen and (min-width:560px){#yametoma-karuta .profile__content{padding:72px;max-width:800px;margin:0 auto}}#yametoma-karuta .profile__content .bottom-img{position:absolute;right:0px;bottom:-188px}@media only screen and (min-width:560px){#yametoma-karuta .profile__content .bottom-img{left:0px;bottom:-38px}}@media only screen and (min-width:1024px){#yametoma-karuta .profile__content .bottom-img{left:-60px}}#yametoma-karuta .profile__content .bottom-img img{width:190px}@media only screen and (min-width:560px){#yametoma-karuta .profile__content .bottom-img img{width:230px}}#yametoma-karuta .profile__flex{display:flex;flex-direction:column;gap:20px}@media only screen and (min-width:560px){#yametoma-karuta .profile__flex{flex-direction:row;gap:40px}}#yametoma-karuta .profile__img{width:80%}@media only screen and (min-width:560px){#yametoma-karuta .profile__img{width:35%}}#yametoma-karuta .profile__img img{border-radius:5px}#yametoma-karuta .profile__box{width:100%}@media only screen and (min-width:560px){#yametoma-karuta .profile__box{width:65%}}#yametoma-karuta .profile__belongs{font-size:13px;font-weight:700;margin:0 0 10px}@media only screen and (min-width:560px){#yametoma-karuta .profile__belongs{font-size:14px;margin:0 0 20px}}#yametoma-karuta .profile__ruby{display:flex;flex-direction:row;gap:18px;margin:0 0 0 4px}@media only screen and (min-width:560px){#yametoma-karuta .profile__ruby{gap:24px;margin:0 0 0 8px}}#yametoma-karuta .profile__ruby span{font-size:12px;font-weight:700}#yametoma-karuta .profile__name{font-size:28px;font-family:var(--font-zen-kaku-new);font-weight:900;margin:calc(4px - .3em) 0 calc(20px - .3em);width:-moz-fit-content;width:fit-content}@media only screen and (min-width:560px){#yametoma-karuta .profile__name{font-size:32px;margin:calc(6px - .4em) 0 calc(40px - .4em)}}#yametoma-karuta .profile__name span{font-size:14px;margin-left:10px;display:inline-block}@media only screen and (min-width:560px){#yametoma-karuta .profile__name span{font-size:16px}}#yametoma-karuta .profile__text{font-weight:700;line-height:1.8;margin:-0.4em 0}@media only screen and (min-width:560px){#yametoma-karuta .profile__text{line-height:2;margin:-0.5em 0}}#yametoma-karuta .profile__text+.profile__text{margin:calc(20px - .4em) 0 0}@media only screen and (min-width:560px){#yametoma-karuta .profile__text+.profile__text{margin:calc(50px - .5em) 0 0}}#yametoma-karuta .profile__karuta{display:flex;flex-direction:row;gap:20px;justify-content:flex-end;margin:30px 0 0}@media only screen and (min-width:560px){#yametoma-karuta .profile__karuta{margin:50px 0 0;gap:30px;justify-content:flex-start}}#yametoma-karuta .information{padding:100px 0 0}@media only screen and (min-width:560px){#yametoma-karuta .information{padding:140px 0 0}}#yametoma-karuta .information h3{text-align:left;margin:20px 0 30px}#yametoma-karuta .information__content{width:94%;margin:0 auto;border-radius:8px;background-image:url(../img/bg-gold.jpg);background-repeat:repeat-y;background-size:100%}@media only screen and (min-width:560px){#yametoma-karuta .information__content{border-radius:0px 8px 8px 0;width:88%;margin:0 auto 0 0}}#yametoma-karuta .information__inner{margin:0 auto;padding:20px}@media only screen and (min-width:560px){#yametoma-karuta .information__inner{padding:60px 30px}}@media only screen and (min-width: 1025px){#yametoma-karuta .information__inner{max-width:940px;padding:96px 0}}#yametoma-karuta .information__h3{display:inline}#yametoma-karuta .information__h3 span{font-size:36px;padding:0px 2px}@media only screen and (min-width:560px){#yametoma-karuta .information__h3 span{font-size:40px;padding:0px 5px}}@media only screen and (min-width:560px){#yametoma-karuta .information__h3{display:block}}#yametoma-karuta .information__title{font-size:24px;font-family:var(--font-zen-kaku-new);font-weight:900;margin:0 0 20px}#yametoma-karuta .information__item{margin:0 0 20px}@media only screen and (min-width:560px){#yametoma-karuta .information__item{margin:0 0 40px}}#yametoma-karuta .information__item-text{font-weight:700;margin-top:-0.4em}@media only screen and (min-width:1024px){#yametoma-karuta .information__grid{display:grid;grid-template-rows:auto;grid-template-columns:500px 1fr}}#yametoma-karuta .information__grid-info{margin:30px 0 0}@media only screen and (min-width:560px){#yametoma-karuta .information__grid-info{margin:0 0 40px}}#yametoma-karuta .information__grid-banner{margin:30px 0 0}@media only screen and (min-width:560px){#yametoma-karuta .information__grid-banner{grid-area:2/1/3/4;margin:0}}@media only screen and (min-width:560px){#yametoma-karuta .information__grid-banner img{width:100%;max-width:600px}}@media only screen and (min-width:1024px){#yametoma-karuta .information__grid-banner img{max-width:800px}}#yametoma-karuta .information__grid-img{margin:30px 0 0;display:flex;flex-direction:column}@media only screen and (min-width:560px){#yametoma-karuta .information__grid-img{position:relative}}@media only screen and (min-width:1024px){#yametoma-karuta .information__grid-img{display:block;grid-area:1/2/2/3;margin:0}}#yametoma-karuta .information__grid-img .text{align-self:flex-start;margin:0;width:190px}@media only screen and (min-width:560px){#yametoma-karuta .information__grid-img .text{position:absolute;top:0}}#yametoma-karuta .information__grid-img .chara{width:250px;margin:-50px 0 0 auto;align-self:flex-end}@media only screen and (min-width:560px){#yametoma-karuta .information__grid-img .chara{width:360px;margin:-50px auto}}@media only screen and (min-width:1024px){#yametoma-karuta .information__grid-img .chara{width:490px;position:absolute;right:-20px;bottom:0;margin:0}}#yametoma-karuta .information__item-flex{display:flex;flex-direction:column;gap:10px;padding:16px 0;position:relative}@media only screen and (min-width:560px){#yametoma-karuta .information__item-flex{flex-direction:row;align-items:center}}#yametoma-karuta .information__item-flex.first:before{display:block;content:"";width:100%;height:3px;position:absolute;top:0;background-image:url(../img/information_line.png);background-repeat:repeat-x;background-size:100%}#yametoma-karuta .information__item-flex:after{display:block;content:"";width:100%;height:3px;position:absolute;bottom:0;background-image:url(../img/information_line.png);background-repeat:repeat-x;background-size:100%}#yametoma-karuta .information__item-circle{font-size:20px;font-family:var(--font-zen-kaku-new);font-weight:900;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;gap:10px;width:32px;height:32px}@media only screen and (min-width:560px){#yametoma-karuta .information__item-circle{font-size:24px;width:52px;height:52px}}#yametoma-karuta .information__note-text{font-weight:700;line-height:2;padding-left:1em;text-indent:-1em}#yametoma-karuta .information__note-text:before{display:inline-block;content:"※";padding-left:1rem}#yametoma-karuta .information__more{margin:20px 0 0;display:block;width:100px}@media only screen and (min-width:560px){#yametoma-karuta .information__more{margin:40px 0 0;width:145px}}#yametoma-karuta .information__more:hover{opacity:.8;transition:.4s}#yametoma-karuta .bottom{margin:0}#yametoma-karuta .bottom__inner{padding:0 0 100px;position:relative;margin:0 auto;text-align:center}@media only screen and (min-width:560px){#yametoma-karuta .bottom__inner{padding:0 0 120px;max-width:1280px}}#yametoma-karuta .bottom__message{width:90%;margin:0 auto;max-width:294px}@media only screen and (min-width:560px){#yametoma-karuta .bottom__message{width:100%;max-width:600px}}@media only screen and (min-width:1024px){#yametoma-karuta .bottom__message{max-width:784px}}#yametoma-karuta .bottom__message.--pc{display:none}@media only screen and (min-width:560px){#yametoma-karuta .bottom__message.--pc{display:block}}@media only screen and (min-width:560px){#yametoma-karuta .bottom__message.--sp{display:none}}#yametoma-karuta .bottom__chara{position:absolute;left:10px;bottom:-12px;width:78px}@media only screen and (min-width:560px){#yametoma-karuta .bottom__chara{bottom:-20px;width:98px}}@media only screen and (min-width:1024px){#yametoma-karuta .bottom__chara{width:134px}}#yametoma-karuta .footer{margin:0}#yametoma-karuta .footer__inner{padding:40px 0;text-align:center;background-image:url(../img/bg-red-bottom-sp.png);background-repeat:no-repeat}@media only screen and (min-width:560px){#yametoma-karuta .footer__inner{aspect-ratio:1288/319;width:100%;height:100%;padding:0;background-image:url(../img/bg-red-bottom-tb.jpg);background-position:center bottom;background-size:100%}}@media only screen and (min-width:1024px){#yametoma-karuta .footer__inner{aspect-ratio:1493/319;background-image:url(../img/bg-red-bottom-pc.jpg)}}#yametoma-karuta .footer__logo{margin:0 auto}#yametoma-karuta .footer__logo.--sp{width:150px}@media only screen and (min-width:560px){#yametoma-karuta .footer__logo.--sp{display:none}}