@keyframes keyGradientAnimation{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes fadeInAnimation{0%{opacity:0}to{opacity:1}}@keyframes gradientAnimation{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes buttonAnimation{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes statusIconAnimation{0%{background-position:0 100%}to{background-position:0 0}}
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
@keyframes maskAnimation{0%{mask-size:0 100%}to{mask-size:100% 100%}}@keyframes contentsTitleTextFadeIn{0%{opacity:0}to{opacity:1}}@keyframes lineAnimation{0%{width:0}to{width:100%}}@keyframes textAnimation{0%{opacity:0}to{opacity:1}}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes load1{0%,80%,to{box-shadow:0 0;height:2em}40%{box-shadow:0-1rem;height:2.5rem}}@keyframes load1{0%,80%,to{box-shadow:0 0;height:2rem}40%{box-shadow:0-2rem;height:2.5rem}}@keyframes animateBackground{0%{background-size:0 100%;background-position:left top}to{background-size:100% 100%;background-position:right top}}*{margin:0;padding:0}html{color:#666;line-height:1.4;min-width:100%;min-height:100%;height:auto;font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Sans","Yu Gothic","YuGothic","游ゴシック","Yu Gothic Medium","YuGothic Medium",sans-serif;font-weight:400;font-style:normal;background:#fff}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}fieldset,hr{border:0;padding:0}hr{display:block;height:1px;border-top:1px solid gray;margin:1em 0}audio,canvas,iframe,img,svg,video{vertical-align:middle}fieldset{margin:0}textarea{resize:vertical}html body{line-height:1;position:relative;background:#fff}html body,html body #wrapper{min-width:100%;min-height:100%;height:auto}html body #wrapper .button1{background:url(/img/button-bg.svg)no-repeat bottom center;background-size:100% 100%;border:0;padding:0 3rem 2rem;box-sizing:border-box;display:block;margin:auto}html body #wrapper .button1>*{color:#666;text-decoration:none;display:flex;justify-content:center;align-items:center;column-gap:1rem}html body #wrapper .button1>*>.text{font-size:1.8rem;text-shadow:1px 1px 0#fff}html body #wrapper .button1>*>.icon{width:24px;height:24px;border-radius:50%;background:#666;color:#fff;display:flex;justify-content:center;align-items:center}html body #wrapper .button2{border:0;background:0 0;position:relative;padding:1rem 2rem;display:block;margin:auto}html body #wrapper .button2>*,html body #wrapper .titleArea{color:#666;display:flex;justify-content:center;align-items:center}html body #wrapper .button2>*{text-decoration:none;column-gap:1rem}html body #wrapper .button2>*>.text{font-size:1.8rem;text-shadow:1px 1px 0#fff}html body #wrapper .button2>*>.icon{width:24px;height:24px;border-radius:50%;background:#666;color:#fff;display:flex;justify-content:center;align-items:center}html body #wrapper .button2::after{content:"";width:0;height:0;position:absolute;top:0;left:0;border-bottom:15px solid transparent;border-left:15px solid #eda6ac;transform-origin:bottom left}html body #wrapper .titleArea{width:100%;font-weight:700;background-image:linear-gradient(to bottom,#eda6ac 0,rgba(237,166,172,.9) 10%,rgba(237,166,172,.8) 20%,#eda6ac 30%,rgba(237,166,172,.7) 40%,rgba(237,166,172,.9) 50%,rgba(237,166,172,.6) 60%,rgba(237,166,172,.6) 70%,rgba(237,166,172,.7) 80%,rgba(237,166,172,.5) 90%,rgba(237,166,172,.8) 91%,rgba(237,166,172,.05) 93%,rgba(237,166,172,.8) 98%,rgba(237,166,172,.8) 100%);background-size:contain;background-repeat:repeat-x}html body #wrapper .titleArea h1{display:flex;justify-content:center;align-items:center;color:#fff;font-weight:400}html body #wrapper header{top:0;left:0;width:100%;background-color:#fff;color:#666;z-index:3}html body #wrapper header .headerContainer{margin:auto;display:flex;justify-content:space-between;flex-wrap:wrap;position:relative}html body #wrapper header .headerContainer .leftPart,html body #wrapper header .headerContainer .rightPart{display:flex}html body #wrapper header .headerContainer .leftPart .logoArea{display:flex;align-items:flex-end}html body #wrapper header .headerContainer .leftPart .logoArea>a{color:#666;text-decoration:none}html body #wrapper header .headerContainer .leftPart .logoArea>a>p>span{color:#eda6ac;background:linear-gradient(to bottom,#eda6ac 0,#f9a694 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}html body #wrapper header .headerContainer .leftPart .informationArea>p>span:first-child{display:block;color:#eda6ac;background:linear-gradient(to bottom,#eda6ac 0,#f9a694 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}html body #wrapper header .headerContainer .leftPart .informationArea>p>:last-child{color:#666;text-decoration:none;font-family:"century-gothic",sans-serif;text-align:right}html body #wrapper header .headerContainer .rightPart #hamburgerButton{width:40px;height:40px;border-radius:50%;cursor:pointer;position:relative}html body #wrapper header .headerContainer .rightPart #hamburgerButton>span{width:24px;height:2px;left:8px;display:block;position:absolute}html body #wrapper header .headerContainer .rightPart #hamburgerButton>p{position:absolute;bottom:0;color:#666;text-align:center;width:100%;font-size:1rem}html body #wrapper header .headerContainer .rightPart #hamburgerButton.open,html body #wrapper header .headerContainer .rightPart #hamburgerButton>span{transition-duration:300ms;transition-timing-function:ease;transition-delay:0s;transition-property:all}html body #wrapper header .headerContainer .rightPart #hamburgerButton.open>span:nth-child(1){transform:translateY(10px) rotate(-45deg)}html body #wrapper header .headerContainer .rightPart #hamburgerButton.open>span:nth-child(2){left:50%;opacity:0}html body #wrapper header .headerContainer .rightPart #hamburgerButton.open>span:nth-child(3){transform:translateY(-8px) rotate(45deg)}html body #wrapper header #hamburgerBody{transition:300ms}html body #wrapper header #hamburgerBody.hide{overflow:hidden}html body #wrapper header::after{content:"";display:block;width:100%;height:2rem;background:linear-gradient(to bottom,#fff,transparent);pointer-events:none}html body #wrapper #contentsWrapper{width:100%;height:auto;z-index:3}html body #wrapper #contentsWrapper .contentsTitle{width:100%;position:relative}html body #wrapper #contentsWrapper .contentsTitle>.backgroundImage{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:-1;width:300px;height:80px;mask-image:linear-gradient(to right,#000 0,#000 100%);mask-repeat:no-repeat;mask-size:0 100%;mask-position:-100% 50%;animation:maskAnimation 1.5s forwards .5s ease}html body #wrapper #contentsWrapper .contentsTitle>.backgroundImage>img{width:100%;height:auto;display:block}html body #wrapper #contentsWrapper .contentsTitle>.text{width:100%;display:flex;flex-wrap:wrap;justify-content:center;row-gap:.2rem;opacity:0;animation:contentsTitleTextFadeIn 1s forwards 1.5s linear}html body #wrapper #contentsWrapper .contentsTitle>.text>p{width:100%;text-align:center}html body #wrapper #contentsWrapper .contentsTitle>.text>p:first-child{color:#666;text-shadow:2px 2px 0#fff;font-size:2rem;font-weight:400}html body #wrapper #contentsWrapper .contentsTitle>.text>p:last-child{color:#fff;text-shadow:1px 1px 0#666;font-size:1.6rem;font-weight:700;font-family:"century-gothic",sans-serif}html body #wrapper #contentsWrapper .contentsTitleBorder{background:url(/img/contents-title-bg2.svg)no-repeat left center;background-size:60px;width:100%;min-height:60px;display:flex;align-items:center}html body #wrapper #contentsWrapper .contentsTitleBorder>.text{width:calc(100% - 30px);margin-left:30px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:2rem 1.5rem;font-weight:400}html body #wrapper #contentsWrapper .contentsTitleBorder>.text>p:first-child{color:#666;grid-column-start:1;grid-column-end:2;grid-row-start:1;grid-row-end:2;align-self:center;font-size:1.8rem}html body #wrapper #contentsWrapper .contentsTitleBorder>.text>hr:nth-child(2){grid-column-start:2;grid-column-end:3;grid-row-start:1;grid-row-end:2;align-self:center;margin:0;animation:lineAnimation .5s linear 1s forwards;width:0}html body #wrapper #contentsWrapper .contentsTitleBorder>.text>p:last-child{font-family:"century-gothic",sans-serif;grid-column-start:1;grid-column-end:3;grid-row-start:2;grid-row-end:3;justify-self:end;align-self:start;font-size:1.4rem;opacity:0;animation:textAnimation .5s linear 1.5s forwards;padding-right:1rem}.fadeIn.arrived .contentsTitle hr,html body #wrapper #contentsWrapper main .blackBlock,html body #wrapper footer .information .areaInfo{width:100%}html body #wrapper #contentsWrapper main .blackBlock>.bottomShape,html body #wrapper #contentsWrapper main .blackBlock>.headShape{width:100%;display:block}html body #wrapper #contentsWrapper main .blackBlock>.headShape{top:0;left:0}html body #wrapper #contentsWrapper main .blackBlock>.bottomShape{bottom:0;left:0}html body #wrapper #contentsWrapper main .blackBlock>.body{background:#666;position:relative}html body #wrapper #contentsWrapper main .blackBlock>.body .titleEng{font-family:"century-gothic",sans-serif;color:#666}html body #wrapper #contentsWrapper main .blackBlock>.body .titleJp{font-weight:700;color:#fff}html body #wrapper #contentsWrapper main .empty{width:100%;display:flex;justify-content:center;align-items:center;margin:3rem auto;font-size:1.2rem;min-height:300px}html body #wrapper #contentsWrapper .informationCastBlock{background:linear-gradient(90deg,#eda6ac 0,#ffd0be 100%);border-radius:5px;width:100%;color:#fff}html body #wrapper #contentsWrapper .informationCastBlock>img{border-radius:5px}html body #wrapper #contentsWrapper .informationCastBlock>a{background:#fff;border-radius:5px;padding:1rem;box-sizing:border-box;width:100%;text-decoration:none;color:#fd3b6f;text-align:center;font-weight:700}html body #wrapper #bottomButtons{position:sticky;bottom:0;width:100%;height:4rem;opacity:1;transition:300ms;display:flex;justify-content:center;align-items:center;font-size:2rem;z-index:1;text-decoration:none;border-image:linear-gradient(90deg,#eda6ac 0,#ffd0be 100%);border-image-slice:1;border-width:1px;border-image-repeat:round;background:#fff;color:#666;border-style:solid none none}html body #wrapper #bottomButtons>span:first-child{color:#999;margin-right:.3rem}html body #wrapper #bottomCallButton.hide{opacity:0;bottom:-4rem}html body #wrapper footer{width:100%;color:#fff;background:linear-gradient(90deg,#eda6ac 0,#ffd0be 100%);border-width:1px 0 0;padding-bottom:7rem}html body #wrapper footer #crumbList{padding-top:2rem}html body #wrapper footer #crumbList ol{list-style-type:none;display:flex;justify-content:flex-start;flex-wrap:wrap;line-height:1}html body #wrapper footer #crumbList ol li{font-size:12px;font-weight:700;height:20px;color:#fff;line-height:1}html body #wrapper footer #crumbList ol li a{color:#fff;text-decoration:underline}html body #wrapper footer #crumbList ol li a:hover{text-decoration:none}html body #wrapper footer #crumbList ol li:before{content:">";margin-left:.5rem}html body #wrapper footer .information h3{color:#fff;border-bottom:1px solid rgba(255,255,255,.5)}html body #wrapper footer .information h3>span:first-child{margin-right:1rem}html body #wrapper footer .information h3>span:first-child::before{color:rgba(255,255,255,.5)}html body #wrapper footer .information h3>span:last-child{font-family:"century-gothic",sans-serif}html body #wrapper footer .information .shopInfo>h3>span:first-child::before{font-family:"icomoon"!important;font-style:normal;content:"";margin-right:.2rem;color:rgba(255,255,255,.5)}html body #wrapper footer .information .shopInfo>ul{list-style:none}html body #wrapper footer .information .shopInfo>ul>li>:first-child{font-family:"century-gothic",sans-serif}html body #wrapper footer .information .priceInfo>h3>span:first-child::before{font-family:"icomoon"!important;font-style:normal;content:"";margin-right:.2rem}html body #wrapper footer .information .areaInfo>h3>span:first-child::before{font-family:"icomoon"!important;font-style:normal;content:"";margin-right:.2rem}html body #wrapper footer .information .areaInfo>.prefecture{padding:2rem 0}html body #wrapper footer .information .areaInfo>.prefecture>h4{color:#666;padding:.2rem .5rem;display:inline}html body #wrapper footer .information .areaInfo>.prefecture>ul{margin-top:1rem;list-style:none}html body #wrapper footer .information .areaInfo>.prefecture>ul>li>.designatedCity{font-size:1.2rem}.linkBannerArea,html body #wrapper footer .information .areaInfo>.prefecture>ul>li>.wardList{list-style:none}html body #wrapper footer .copyRight{width:100%;text-align:center;font-size:1.2rem;color:#fff}html body #wrapper footer a{color:#00deff}html body::before{content:"";display:block;width:100%;height:100%;position:fixed;top:0;left:0;z-index:-1}.linkBannerArea>li>a{display:block}.linkBannerArea>li>a>img{max-width:100%;height:auto}.loader .loader,.loader .loader:after,.loader .loader:before{background:#666;-webkit-animation:load1 1s infinite ease-in-out;animation:load1 1s infinite ease-in-out;width:.5rem;height:2rem}.loader .loader{color:#666;text-indent:-9999rem;margin:44px auto;position:relative;font-size:.6rem;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation-delay:-.16s;animation-delay:-.16s}.loader .loader:after,.loader .loader:before{position:absolute;top:0;content:""}.loader .loader:before{left:-1rem;-webkit-animation-delay:-.32s;animation-delay:-.32s}.loader .loader:after{left:1rem}.wf-loading .fadeInText{opacity:0;transition:500ms}.wf-active .fadeInText{opacity:1;transition:500ms}.tag{background:#000;display:flex;justify-content:center;align-items:center;color:#f2f2f8}.tag.active{background:#fd3b6f;color:#fff;text-shadow:1px 1px 0 rgba(255,255,255,.7)}.tag.rookie{background:#00deff;color:#f2f2f8}.cursive{font-family:"century-gothic",sans-serif}input,select{border-image:linear-gradient(90deg,#eda6ac 0,#ffd0be 100%);border-image-slice:1;border-width:1px;border-style:solid;border-image-repeat:round;background:#fff;color:#666}.radioWrapper input,input[type=checkbox]{display:none}.checkboxLabel{box-sizing:border-box;cursor:pointer;display:inline-block;padding:.5rem 0;padding-left:2.5rem;position:relative;width:auto}.checkboxLabel::after,.checkboxLabel::before{content:"";display:block;position:absolute;top:50%}.checkboxLabel::before{height:16px;left:5px;margin-top:-8px;width:16px;box-sizing:border-box;border-image:linear-gradient(90deg,#eda6ac 0,#ffd0be 100%);border-image-slice:1;border-width:1px;border-style:solid;border-image-repeat:round;background:#fff;color:#666}.checkboxLabel::after{border-right:3px solid #666;border-bottom:3px solid #666;height:9px;left:10px;margin-top:-7px;opacity:0;transform:rotate(45deg);width:5px}input[type=checkbox]:checked+.checkboxLabel::after{opacity:1}.radioWrapper{cursor:pointer;display:block;text-align:left;user-select:none}.radioWrapper input:checked+label:after{opacity:1;transform:scale(1,1)}.radioWrapper input+label{display:flex;align-items:center;position:relative;padding-left:2.2rem}.radioWrapper input+label:after,.radioWrapper input+label:before{background:#fff;border-radius:50%;content:"";display:block;position:absolute}.radioWrapper input+label:before{border:1px solid #ccc;box-sizing:border-box;width:1.6rem;height:1.6rem;left:0;margin-right:.5rem;top:0}.radioWrapper input+label:after{height:1.2rem;left:.15rem;opacity:0;top:.25rem;transform:scale(0,0);transition:all .2s cubic-bezier(.64,.57,.67,1.53);width:1.2rem}.emptyResult{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.rank1,.rank2,.rank3{color:#fff!important}.modaal-close::after,.modaal-close::before,.modaal-gallery-control::after,.modaal-gallery-control::before{width:2px!important;border-radius:0!important}.modaal-close:hover::after,.modaal-close:hover::before,.modaal-gallery-control:hover::after,.modaal-gallery-control:hover::before{background:gray!important}.modaal-gallery-prev:before{margin:6px 0 0!important}.modaal-gallery-next:before{margin:-6px 0 0!important}.hidden,[hidden]{display:none!important}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.sr-only.focusable:active,.sr-only.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;white-space:inherit;width:auto}.invisible{visibility:hidden}.clearfix::after,.clearfix::before{content:" ";display:table}.clearfix::after{clear:both}.fadeIn{will-change:transform;transform:translate(0,100px);transition:500ms;transition-delay:200ms;opacity:0;animation-timing-function:ease-in-out}.fadeIn .contentsTitle{animation:animateBackground 10s forwards}.fadeIn.arrived{will-change:transform;transform:translate(0,0);transition:.5s;transition-delay:.5s;opacity:1;animation-timing-function:ease-in-out}.fadeIn.arrived .contentsTitle span.eng{opacity:1}@media print{*,::after,::before{background:#fff!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]::after{content:" ("attr(href)")"}abbr[title]::after{content:" ("attr(title)")"}a[href^="#"]::after,a[href^="javascript:"]::after{content:""}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #999}thead{display:table-header-group}blockquote,img,pre,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}}