@charset "UTF-8";.modal-overlay,a.close{width:100%;height:100%;top:0}.remodal,html{-webkit-text-size-adjust:100%}nav ul,ol,ul{list-style:none}.modal-box{display:none;position:fixed;z-index:1000;width:100%;border-radius:4px;box-shadow:0 3px 9px rgba(0,0,0,.5);border:1px solid rgba(0,0,0,.1);text-align:center;background:#111}@media (min-width:32em){.modal-box{width:100%}}.modal-box .modal-header,.modal-box header{padding:1.25em 1.5em;border-bottom:1px solid #ddd}.modal-box .modal-header h3,.modal-box .modal-header h4,.modal-box header h3,.modal-box header h4{margin:0}.modal-box .modal-body{padding:2em 1.5em}.modal-box .modal-footer,.modal-box footer{padding:1em;border-top:1px solid #ddd;background:rgba(0,0,0,.02);text-align:right}.modal-overlay{opacity:0;filter:alpha(opacity=0);position:fixed;left:0;z-index:900;background:rgba(0,0,0,.8)!important}a.close{line-height:1;font-size:1.5em;right:0;text-decoration:none;color:#fff}a.close:hover{color:#fff;-webkit-transition:color 1s ease;-moz-transition:color 1s ease;transition:color 1s ease}.modal-close{font-size:10rem;top:-30px;right:50px;z-index:9999}.modal-close-icon{position:absolute;color:#fff}@media only screen and (max-device-width:768px){.modal-close{font-size:5rem;top:0;right:30px}}@media only screen and (max-device-width:480px){.modal-box,.modal-overlay{display:none!important}}.js-close{display:none}.js-navOpen .p-gNavToggle{background:#e4171b}.js-navOpen .p-gNavToggle .p-gNavToggle__bar:nth-child(1){top:7px;-webkit-transform:rotate(315deg);-moz-transform:rotate(315deg);transform:rotate(315deg)}.js-navOpen .p-gNavToggle .p-gNavToggle__bar:nth-child(2){width:0;left:50%}.js-navOpen .p-gNavToggle .p-gNavToggle__bar:nth-child(3){top:7px;-webkit-transform:rotate(-315deg);-moz-transform:rotate(-315deg);transform:rotate(-315deg)}.js-navOpen .l-gNav__main{-moz-transform:translateY(495px);-webkit-transform:translateY(495px);transform:translateY(495px)}.js-navOpen .l-gNav__listBox{border-top:solid 1px #000}.l-gNav__languageList.js-languageOpen{opacity:1;-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;transition:.5s ease-in-out;display:block}.remodal-bg.remodal-is-opened,.remodal-bg.remodal-is-opening{-webkit-filter:blur(3px);filter:blur(3px)}.remodal-overlay{background:rgba(43,46,56,.9)}.remodal-overlay.remodal-is-closing,.remodal-overlay.remodal-is-opening{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.remodal-overlay.remodal-is-opening{-webkit-animation-name:remodal-overlay-opening-keyframes;animation-name:remodal-overlay-opening-keyframes}.remodal-overlay.remodal-is-closing{-webkit-animation-name:remodal-overlay-closing-keyframes;animation-name:remodal-overlay-closing-keyframes}.remodal-wrapper{padding:10px 10px 0}.remodal{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;margin-bottom:10px;padding:35px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);color:#2b2e38;background:#fff}.remodal-close,.remodal-close:before{position:absolute;top:0;left:0;display:block;width:35px}.remodal-cancel,.remodal-close,.remodal-confirm{overflow:visible;margin:0;cursor:pointer;border:0;text-decoration:none;outline:0}.remodal.remodal-is-closing,.remodal.remodal-is-opening{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.remodal.remodal-is-opening{-webkit-animation-name:remodal-opening-keyframes;animation-name:remodal-opening-keyframes}.remodal.remodal-is-closing{-webkit-animation-name:remodal-closing-keyframes;animation-name:remodal-closing-keyframes}.remodal,.remodal-wrapper:after{vertical-align:middle}.remodal-close{height:35px;padding:0;-webkit-transition:color .2s;transition:color .2s;color:#95979c;background:0 0}.remodal-close:focus,.remodal-close:hover{color:#2b2e38}.remodal-close:before{font-family:Arial,"Helvetica CY","Nimbus Sans L",sans-serif!important;font-size:25px;line-height:35px;content:"\00d7";text-align:center}.remodal-cancel,.remodal-confirm{font:inherit;display:inline-block;min-width:110px;padding:12px 0;-webkit-transition:background .2s;transition:background .2s;text-align:center;vertical-align:middle}.remodal-confirm{color:#fff;background:#81c784}.remodal-confirm:focus,.remodal-confirm:hover{background:#66bb6a}.remodal-cancel{color:#fff;background:#e57373}.remodal-cancel:focus,.remodal-cancel:hover{background:#ef5350}.remodal-cancel::-moz-focus-inner,.remodal-close::-moz-focus-inner,.remodal-confirm::-moz-focus-inner{padding:0;border:0}@-webkit-keyframes remodal-opening-keyframes{from{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:0}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes remodal-opening-keyframes{from{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:0}to{-webkit-transform:none;transform:none;opacity:1}}@-webkit-keyframes remodal-closing-keyframes{from{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.95);transform:scale(.95);opacity:0}}@keyframes remodal-closing-keyframes{from{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.95);transform:scale(.95);opacity:0}}@-webkit-keyframes remodal-overlay-opening-keyframes{from{opacity:0}to{opacity:1}}@keyframes remodal-overlay-opening-keyframes{from{opacity:0}to{opacity:1}}@-webkit-keyframes remodal-overlay-closing-keyframes{from{opacity:1}to{opacity:0}}@keyframes remodal-overlay-closing-keyframes{from{opacity:1}to{opacity:0}}@media only screen and (min-width:641px){.remodal{max-width:700px}}.lt-ie9 .remodal-overlay{background:#2b2e38}.lt-ie9 .remodal{width:700px}html.remodal-is-locked{overflow:hidden;-ms-touch-action:none;touch-action:none}.remodal,[data-remodal-id]{display:none}.remodal-overlay{position:fixed;z-index:9999;top:-5000px;right:-5000px;bottom:-5000px;left:-5000px;display:none}.remodal-wrapper{position:fixed;z-index:10000;top:0;right:0;bottom:0;left:0;display:none;overflow:auto;text-align:center;-webkit-overflow-scrolling:touch}.remodal-wrapper:after{display:inline-block;height:100%;margin-left:-.05em;content:""}*,html,ol,ul{margin:0;padding:0}.remodal-overlay,.remodal-wrapper{-webkit-backface-visibility:hidden;backface-visibility:hidden}.remodal{position:relative;outline:0;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}.remodal-is-initialized{display:inline-block}/*! sanitize.css v3.1.1 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */input{-webkit-border-radius:0}input[type=reset],input[type=submit]{-webkit-appearance:button}main{display:block}textarea{overflow:auto;resize:vertical}*,:after,:before{box-sizing:inherit;border-style:solid;border-width:0}*{font-size:inherit;line-height:inherit;background-repeat:no-repeat}:after,:before{text-decoration:inherit;vertical-align:inherit}.l-gNav__item,iframe,img,video{vertical-align:middle}:root{background-color:#fff;box-sizing:border-box;color:#000;cursor:default}.c-btn,a{cursor:pointer}a{text-decoration:none;outline:0;color:#fff}input,select,textarea{background-color:transparent;color:inherit;font-family:inherit;font-style:inherit;font-weight:inherit}[type=reset],[type=submit],[type=text],select,textarea{min-height:1.5em}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}table{border-collapse:collapse;border-spacing:0}::-moz-selection{background-color:#b3d4fc;color:#fff;text-shadow:none}::selection{background-color:#b3d4fc;color:#fff;text-shadow:none}a,input,select,textarea{-ms-touch-action:manipulation;touch-action:manipulation}@font-face{src:url() format(""),url() format("")}@font-face{font-family:Noto Sans Japanese Regular;src:url(../fonts/NotoSansCJKjp-Regular.eot);src:url(../fonts/NotoSansCJKjp-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/NotoSansCJKjp-Regular.woff) format("woff"),url(../fonts/NotoSansCJKjp-Regular.ttf) format("truetype")}@font-face{font-family:Noto Sans Japanese Medium;font-weight:500;src:url(../fonts/NotoSansCJKjp-Medium.eot);src:url(../fonts/NotoSansCJKjp-Medium.eot?#iefix) format("embedded-opentype"),url(../fonts/NotoSansCJKjp-Medium.woff) format("woff"),url(../fonts/NotoSansCJKjp-Medium.ttf) format("truetype")}@font-face{font-family:Noto Sans Japanese Bold;font-weight:700;src:url(../fonts/NotoSansCJKjp-Bold.eot);src:url(../fonts/NotoSansCJKjp-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/NotoSansCJKjp-Bold.woff) format("woff"),url(../fonts/NotoSansCJKjp-Bold.ttf) format("truetype")}@font-face{font-family:Noto Sans Japanese #000;font-weight:900;src:url(../fonts/NotoSansCJKjp-Black.eot);src:url(../fonts/NotoSansCJKjp-Black.eot?#iefix) format("embedded-opentype"),url(../fonts/NotoSansCJKjp-Black.woff) format("woff"),url(../fonts/NotoSansCJKjp-Black.ttf) format("truetype")}html{-ms-overflow-style:-ms-autohiding-scrollbar;overflow-y:scroll;font-size:62.5%}.p-bgMovie,.u-txtHidden,body{overflow:hidden}body{text-align:left;width:100%;line-height:1.7;font-family:Roboto Slab,Garamond,Times New Roman,"游明朝",Yu Mincho,"游明朝体",YuMincho,"ヒラギノ明朝 Pro W3",Hiragino Mincho Pro,HiraMinProN-W3,"HGS明朝E","ＭＳ Ｐ明朝",MS PMincho,serif;color:#010101;background:#010101}img{max-width:100%;height:auto}.l-gNav{top:0}.l-gNav__inner{background:url(../img/bg_nav_pc.png) center bottom repeat-x;background-size:880px;padding-bottom:18px}.l-gNav__inner__item{position:relative;width:100%;height:50px;margin:0 auto;font-size:0;text-align:center;background:#fff}.l-gNav__head{display:inline-block}.l-gNav__siteLogo{background:url(../img/logo_nav.png) no-repeat;background-size:contain;width:60px;height:30px;font-size:0}.p-gNavToggle{display:none;position:absolute;right:3%;top:20%;width:105px;height:70%;z-index:101;background:#000;border-radius:8px}.p-gNavToggle__title{position:relative;display:inline-block;font-size:18px;font-size:1.8rem;color:#fff;letter-spacing:1px;bottom:-1px;margin-left:10px}.p-gNavToggle .p-gNavToggle__box{position:relative;width:20px;height:20px;top:22%;display:inline-block}.p-gNavToggle .p-gNavToggle__bar{display:block;position:absolute;height:3px;width:100%;background:#fff;left:0;transition:.35s ease-in-out}.p-gNavToggle .p-gNavToggle__bar:nth-child(1){top:0}.p-gNavToggle .p-gNavToggle__bar:nth-child(2){top:7px}.p-gNavToggle .p-gNavToggle__bar:nth-child(3){top:14px}.l-gNav__main{width:850px;display:inline-block;padding-top:3px;text-align:right;transition:.5s ease-in-out}.l-gNav__item{text-align:center;display:inline-block}.l-gNav__item:last-child{margin-top:4px}.l-gNav__item:before{content:"|";display:inline-block;color:#ccc;font-size:24px;margin-bottom:12px}.l-gNav__item__language{display:inline-block;border:1px solid #000;border-radius:12px;color:#777;background:#ececed;height:30px;line-height:28px;margin-top:-9px;margin-left:20px;padding:0 8px;vertical-align:middle}.l-gNav__item__language i.fa-globe:before{position:relative;font-size:20px;font-size:2rem;top:2px}.l-gNav__item__language i.fa-caret-down:before{position:relative;font-size:14px;font-size:1.4rem;top:3px}.fa-globe--txt{font-size:12px;font-size:1.2rem;margin:0 12px 0 6px}.l-gNav__languageList{transition:.5s ease-in-out;background:#fff;margin-top:-3px;border-left:solid 1px #000;border-right:solid 1px #000}.l-gNav__languageItem{display:block;position:relative;border-bottom:solid 1px #000}.l-gNav__target{display:inline-block;width:auto;height:100%;line-height:52px;color:#010101;padding:0 20px}.l-gNav__item>.l-gNav__target{font-size:12px;font-size:1.2rem;font-weight:700;letter-spacing:1px}.l-gNav__item>.l-gNav__target>i{display:none}.l-gNav__siteLogo>.l-gNav__target{font-size:0;top:0;left:0}.l-gNav__languageItem>.l-gNav__target{position:relative;display:block;font-size:12px;font-size:1.2rem;line-height:32px;width:100%;height:100%;z-index:999}.l-pageHeader{padding-top:144px;width:950px;margin:0 auto}.l-pageHeader__txt{font-size:24px;font-size:2.4rem;letter-spacing:2px;letter-spacing:.2rem;color:#fff;padding-bottom:6px;border-bottom:solid 1px #fff}.l-pageHeader__img{position:relative;width:880px;height:393px;margin:48px auto 0;border:2px solid #fff;overflow:hidden;background-size:contain;background-repeat:repeat;background-position:center center;z-index:99}.l-pageHeader__onImg{position:relative;display:block;z-index:100}.l-pageHeader--vision .l-pageHeader__img{background-image:url(../img/vision/bg_header_pc.png)}.l-pageHeader--menu .l-pageHeader__img{background-image:url(../img/menu/bg_header_pc.png)}.l-pageHeader--company .l-pageHeader__img,.l-pageHeader--contact .l-pageHeader__img,.l-pageHeader--privacy .l-pageHeader__img,.l-pageHeader--store .l-pageHeader__img{display:none}.l-pageHeader--recruit .l-pageHeader__img{background-image:url(../img/recruit/bg_header_pc.png)}.l-pageHeader--fc .l-pageHeader__img{background-image:url(../img/fc/bg_header_pc.png);height:300px}.l-pageHeader--en .l-pageHeader__img{background-image:url(../img/language/en/bg_header_pc.png)}.l-pageHeader--cn .l-pageHeader__img{background-image:url(../img/language/cn/bg_header_pc.png)}.l-pageHeader--cht .l-pageHeader__img{background-image:url(../img/language/cht/bg_header_pc.png)}.l-pageHeader--kr .l-pageHeader__img{background-image:url(../img/language/kr/bg_header_pc.png)}.l-pageHeader--menu .p-orgBtn{position:absolute;bottom:75px;right:24px;z-index:900;border:1px solid #000}.l-topHeader{width:995px;height:595px;margin:0 auto;background-image:url(../img/bg_header_pc.png);background-repeat:no-repeat;background-position:right center;background-size:contain;border-top:solid 50px transparent}.l-footer{clear:both;width:100%;background:url(../img/bg_footer_pc.png) center top repeat-x;background-size:880px;padding-top:18px;border-top:solid 100px transparent;color:#010101}.l-footer__inner{background:#fff;padding:24px}.l-footer__innner__item{max-width:970px;margin:0 auto}.l-footer__pageList{width:365px;display:inline-block;vertical-align:top}.l-footer__pageList__item{display:inline-block;width:180px;margin:3px 0}.l-footer__pageList__item>a{font-size:12px;font-size:1.2rem;font-weight:700;text-decoration:underline;color:#010101}.l-footer__languageList{width:410px;display:inline-block;vertical-align:top;float:right;clear:both}.l-footer__languageList__item{display:inline-block;text-align:left;margin-left:20px}.l-footer__languageList__item>a{display:block;font-size:12px;font-size:1.2rem;background:#010101;width:80px;padding:6px 12px;border-radius:12px}.l-footer__languageList__item:nth-child(odd) a{margin:0 0 0 auto}.l-footer__languageList__item:nth-child(even) a{margin:0 auto 0 0}.l-footer__languageList__item>a>i{font-size:12px;font-size:1.2rem;float:right;clear:both;margin-top:6%}.l-footer__outlineList{margin-top:42px}.l-footer__outlineList__item{display:inline-block;margin-right:12px}.l-footer__outlineList__item:last-child{float:right}.l-footer__outlineList__item>a{font-size:10px;font-size:1rem;color:#010101;text-decoration:underline}.c-btn{position:relative;display:inline-block;vertical-align:middle}.c-wrap{width:950px;margin:96px auto}.c-pos--fixed{position:fixed!important;width:100%!important;height:auto;z-index:999!important}.c-pos--vh--block,.p-bgMovie__overlay,.p-bgMovie__src{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.c-pos--vh--inline{display:table-cell;vertical-align:middle;text-align:center}.c-gmap,.c-perHeight,.c-perWidth{display:block}.c-perWidth--center{margin:0 auto}.c-perWidth--100{width:100%}.c-perWidth--95{width:95%}.c-perWidth--90{width:90%}.c-perWidth--80{width:80%}.c-perWidth--60{width:60%}.c-perWidth--50{width:50%}.c-perWidth--40{width:40%}.c-perWidth--30{width:30%}.c-perHeight--100{height:100%}.c-perHeight--40{height:40%}@font-face{font-family:iconfont;src:url(../fonts/iconfont.eot);src:url(../fonts/iconfont.eot?#iefix) format("eot"),url(../fonts/iconfont.woff2) format("woff2"),url(../fonts/iconfont.woff) format("woff"),url(../fonts/iconfont.ttf) format("truetype"),url(../fonts/iconfont.svg#iconfont) format("svg")}.c-gmap{text-decoration:underline}.p-orgBtn{position:relative;display:table;table-layout:auto}.p-orgBtn__item{display:table-cell;color:#010101}.p-orgBtn__item--content{width:85%}.p-orgBtn__item--arrow{width:15%;background:#f6ce00}.p-orgBtn__txt--L{font-size:20px;font-size:2rem;font-weight:700}.p-orgBtn__txt--M{font-size:16px;font-size:1.6rem;font-weight:700}.p-orgBtn__icon--L{font-size:48px;font-size:4.8rem;font-weight:700}.p-orgBtn__icon--M{font-size:24px;font-size:2.4rem;font-weight:700}.p-orgBtn--moreBtn{background:#fff;padding:4px}.p-orgBtn--moreBtn .p-orgBtn__item{padding:6px 12px}.p-orgBtn--moreBtn .p-orgBtn__item--content{background:#fff;border:2px solid #000;border-right:none}.p-orgBtn--moreBtn .p-orgBtn__item--arrow{border:2px solid #000;border-left:none}.p-orgBtn--nmlBtn .p-orgBtn__item--content{background:#f6ce00}.p-orgBtn--nmlBtn .p-orgBtn__item{padding:12px 24px}.p-orgBtn--onImgBtn{width:100%;margin-top:24px}.p-orgBtn--onImgBtn .p-orgBtn__item{padding:12px}.p-orgBtn--onImgBtn .p-orgBtn__item--content{background-size:cover}.p-orgBtn--rBtn{background:#f6ce00;color:#010101;margin:16px auto 0;width:40px;padding:8px;border-radius:24px}.p-bgMovie__item,.p-movie{width:100%}.p-orgBtn--rBtn>i{margin-left:3px}.p-heading{font-size:20px;font-size:2rem}.p-heading--txt{font-size:16px;font-size:1.6rem;font-weight:400}.p-heading--txtColor--primary{color:#f6ce00}.p-heading--txtColor--secondary{color:#fff}.p-heading--txtColor--tertiary{color:#010101}.p-heading--bgColor{padding:6px 12px 6px 18px}.p-heading--bgColor--primary{background:#f6ce00;border-left:solid 6px #fff}.p-heading--border{background:url(../img/bg_headingBorder.png) bottom no-repeat;background-size:250px;padding-bottom:8px}.p-heading--block{display:block;text-align:center}.p-heading--inlineBlock{display:inline-block}.p-heading.p-heading--border.p-heading--inlineBlock{padding-left:6px;padding-right:6px}.p-movie{max-height:500px;padding:24px}.p-bgMovie{position:relative}.p-bgMovie--seiya500yen{height:280px;background-image:url(../img/top/img_500yen_pc.png)}.p-bgMovie__src{position:absolute;width:100%}.p-lytBox__inner,.p-lytBox__item{position:relative}.p-bgMovie__overlay{content:"";background:rgba(0,0,0,.5)}.p-lytBox{width:950px}.p-lytBox:first-child{margin-top:0}.p-lytBox--table{display:table;table-layout:fixed}.p-lytBox--top{margin:56px auto 0}.p-lytBox--page{margin:112px auto 0}.p-lytBox__inner{padding:0 24px;font-size:0}.p-lytBox__inner--full{display:block;width:100%}.p-lytBox__inner--half{width:50%}.p-lytBox__inner--trichotomy{width:33.3%}.p-lytBox__inner--quarter{width:25%;border-bottom:solid 1px #fff;padding-bottom:40px}.p-lytBox__inner--oneEighth{width:12.5%}.p-lytBox__inner--tc{display:table-cell}.p-lytBox__inner--ib,.p-lytBox__inner--quarter.p-lytBox__inner--ib{display:inline-block}.p-lytBox__item--fullCol{position:absolute;width:90%}.p-lytBox__item--border{border:3px solid #fff;padding:24px}.p-lytBox__inner--half .p-lytBox__item{margin-top:36px}.p-lytBox__inner--half .p-lytBox__item:first-child{margin-top:0}.p-lytBox__item__par{font-size:14px;font-size:1.4rem;color:#fff;margin:24px 0}.p-lytBox__item__txt{font-size:16px;font-size:1.6rem;color:#fff;margin:24px 0}.p-lytBox--topStore{height:285px;background-image:url(../img/top/bg_store_pc.png);background-size:cover;background-position-x:center}.p-secRecruit{padding:24px 0 0}.p-secRecruit__item{height:190px}.p-commentBox--top:before,.p-flow--fc:before{content:"";width:0;height:0}.p-secRecruit__item--staff{background-image:url(../img/bg_staffRecruit.png)}.p-secRecruit__item--fc{background-image:url(../img/bg_fcRecruit.png)}.p-asdBox{margin-top:72px;padding-top:72px;border-top:dashed 1px #fff}.p-commentBox{position:relative;background-color:#fff;color:#010101;padding:32px}.p-commentBox--top{margin-top:40px}.p-commentBox--top:before{position:absolute;border:40px solid transparent;border-bottom:25px solid #fff;top:-35%;left:15%}.p-flow--fc{padding:0}.p-flow--fc:before{position:absolute;border:10px solid transparent;border-left:10px solid #fff;left:85px;top:120px}.p-flow:last-child:before{display:none}.p-flow>p{margin:0;padding:24px}.p-flow__item{font-size:16px;font-size:1.6rem;color:#fff;background:#e60012;writing-mode:vertical-rl;-ms-writing-mode:tb-rl}.p-flow__item--fc{height:280px;padding:16px 18.6px;letter-spacing:3px}.p-contactTable{border:1px solid #000;background:#fff;margin:0 auto}.p-contactTable__tr{border-top:solid 1px #000}.p-contactTable__tr:first-child{border-top:none}.p-contactTable__th{padding:16px;border-right:dotted 1px #000}.p-contactTable__td{padding:16px}.p-contactTable__td input,.p-contactTable__td select,.p-contactTable__td textarea{border:1px solid #ccc;border-radius:4px}.p-contactTable__td input[type=reset],.p-contactTable__td input[type=submit],.p-contactTable__td select{background:#eee;padding:4px 8px;border-top:none;border-left:none;border-width:2px}.p-contentList__item{margin-bottom:24px}.p-contentList__item__header{color:#f6ce00;font-size:16px;font-size:1.6rem;margin-bottom:6px}.p-contentList__item__header:before{content:"■";color:#f6ce00;font-size:20px;font-size:2rem;margin-right:6px}.p-contentList__item__main{color:#fff;font-size:14px;font-size:1.4rem;margin-bottom:6px}.p-contentList .p-contentList__item .p-contentList__item__ol{list-style:inherit;list-style-type:decimal-leading-zero;margin-left:48px}.p-contentList .p-contentList__item .p-contentList__item__ol__list{color:#fff;font-size:14px;font-size:1.4rem;margin-bottom:6px}.p-menuList{margin:48px 0}.p-menuList__item{width:100%;padding:0 12px;border-bottom:solid 1px #fff}.p-menuList__header{display:table;width:100%}.p-menuList__header__item{display:table-cell}.p-menuList__header__title{width:50%;color:#f6ce00}.p-menuList__header__cost{width:50%;color:#fff;text-align:right}.p-menuList__main__par{color:#fff;margin-top:12px;margin-bottom:12px}.p-menuList--ramen .p-menuList__item{margin-left:auto;margin-right:auto;margin-bottom:16px}.p-menuList--ramen .p-menuList__header__item{font-size:16px;font-size:1.6rem}.p-menuList--ramen .p-menuList__main__par{font-size:12px;font-size:1.2rem}.p-menuList--topping{margin:24px 0}.p-menuList--topping .p-menuList__item{margin-left:auto;margin-right:auto;margin-bottom:12px}.p-menuList--topping .p-menuList__header__item{font-size:14px;font-size:1.4rem}.p-menuList--other .p-menuList__item{margin-left:auto;margin-right:auto;margin-bottom:24px}.p-menuList--other .p-menuList__header__item{font-size:16px;font-size:1.6rem}.p-recruitList__item{margin-bottom:24px}.p-recruitList__item__header{color:#f6ce00;font-size:16px;font-size:1.6rem;margin-bottom:6px}.p-recruitList__item__header:before{content:"■ ";font-size:24px;font-size:2.4rem}.p-recruitList__item__main{color:#fff;font-size:12px;font-size:1.2rem}.p-recruitList__border{border-right:solid 1px #fff}.p-qaList{margin-bottom:48px}.p-qaList__item__q{font-size:14px;font-size:1.4rem;color:#fff;background:#e60012;border:1px solid #fff;padding:8px 12px}.p-qaList__item__q:before{content:"Q：";font-size:14px;font-size:1.4rem;color:#fff}.p-qaList__item__a{font-size:14px;font-size:1.4rem;color:#fff;padding:12px;margin-top:12px}.p-qaList__item__a:before{content:"A：";font-size:14px;font-size:1.4rem;color:#fff}.u-txtAlign--center{text-align:center}.u-txtAlign--left{text-align:left}.u-vrtAlign--top{vertical-align:top}.u-vrtAlign--middle{vertical-align:middle}.u-color--primary{color:#f6ce00}.u-color--secondary{color:#e60012}.u-color--tertiary{color:#ce8803}.u-color--quaternary{color:#fff}.u-color--gray{color:#969696}.u-mt--8{margin-top:8px}.u-mt--16{margin-top:16px}.u-mt--24{margin-top:24px}.u-mt--32{margin-top:32px}.u-mt--40{margin-top:40px}.u-mt--64{margin-top:64px}.u-mr--8{margin-right:8px}.u-mr--16{margin-right:16px}.u-mb--8{margin-bottom:8px}.u-mb--16{margin-bottom:16px}.u-mb--32{margin-bottom:32px}.u-nmt--8{margin-top:-8px}.u-nmt--16{margin-top:-16px}.u-pt--16{padding-top:16px}.u-pr--16{padding-right:16px}.u-pl--16{padding-left:16px}.u-pb--16{padding-bottom:16px}.u-pd--reset{padding:0}.u-pb--reset{padding-bottom:0}.u-pos--absolute{position:absolute}.u-lh--2{line-height:2}.u-txtSize--L{font-size:20px;font-size:2rem}.u-txtSize--M{font-size:16px;font-size:1.6rem}.u-txtSize--R{font-size:14px;font-size:1.4rem}.u-txtSize--S{font-size:12px;font-size:1.2rem}.u-txtSize--0{font-size:0}.u-txtSize-b{font-weight:700}.u-txtHidden{text-indent:100%;white-space:nowrap;font-size:0}.u-blockHidden__n{display:none}.u-border--reset{border:none}.u-dp--ib{display:inline-block}@media only screen and (min-device-width:769px){.l-gNav__inner{min-width:950px}.u-blockHidden--pc{display:none}}@media only screen and (max-device-width:768px){.l-gNav__inner{padding-bottom:12px}.l-gNav__head{position:relative;display:inline-block;z-index:999;width:100%;height:100%;background:#fff}.l-gNav__main,.p-gNavToggle{display:block}.l-gNav__siteLogo{position:absolute!important;top:21%;left:6%;width:70px}.l-gNav__main{opacity:0;filter:alpha(opacity=0);position:relative;width:100%;background:#fff;top:-495px;padding-top:6px}.l-gNav__item{display:block!important;border-bottom:solid 1px #000;margin:0}.l-gNav__item:first-child{border-top:solid 1px #000}.l-gNav__item:last-child{margin-top:0}.l-gNav__item:before{content:"";margin:0}.l-gNav__item__language{position:relative;display:block;border:none;color:#000;background:#fff;height:100%;line-height:52px;margin:0;padding:0;text-align:left;vertical-align:inherit}.l-gNav__item__language i.fa-globe{display:none}.l-gNav__item__language i.fa-caret-down{position:absolute;display:inline-block;right:15px;top:18px}.fa-globe--txt{margin-left:18px;font-weight:700}.l-gNav__languageList{border:none;border-top:solid 1px #000}.l-gNav__languageItem{display:inline-block;text-align:center;width:25%;border-left:solid 1px #000;background:#e6e6e6}.l-gNav__languageItem:first-child{border-left:none}.l-gNav__item>.l-gNav__target{width:100%;text-align:left;padding-left:18px}.l-gNav__item>.l-gNav__target>i{position:absolute;display:inline-block;right:15px;top:40%}.l-gNav__languageItem>.l-gNav__target{line-height:57px}.l-pageHeader{width:620px}.l-pageHeader__img{width:620px;height:277px}.l-pageHeader--languageMenu,.l-pageHeader--seiyaNoodle{margin-left:-17%}.l-pageHeader--fc .l-pageHeader__img{height:215px}.l-pageHeader--menu .p-orgBtn{display:none}.l-topHeader{position:relative;width:80%;height:0;padding-top:55%;left:7%}.l-footer{border:none}.l-footer__inner{padding:12px}.l-footer__pageList{display:block;margin:0 auto;width:100%}.l-footer__pageList__item{width:48%;border:1px solid #000}.l-footer__pageList__item:nth-child(even){margin-left:3%}.l-footer__pageList__item>a{font-size:1.2rem;display:block;width:100%;height:100%;padding:5%;text-decoration:none}.l-footer__languageList{width:100%;margin-top:7%;float:none}.l-footer__languageList__item{width:48%;margin:0 0 2%}.l-footer__languageList__item:nth-child(even){margin-left:3%}.l-footer__languageList__item>a{font-size:1.2rem;width:60%;padding:16px 12px}.l-footer__outlineList{text-align:center}.l-footer__outlineList__item:last-child{display:block;float:none;margin-top:5%}.c-wrap{width:60%;margin:48px auto}.c-perWidth--100--tablet{width:100%}.c-perWidth--90--tablet{width:90%}.c-perWidth--80--tablet{width:80%}.c-perWidth--70--tablet{width:70%}.c-perHeight--100--tablet{height:100%}.c-perHeight--55--tablet{height:55%}.p-orgBtn__txt--L{font-size:1.6rem}.p-orgBtn__txt--M{font-size:1.2rem}.p-heading,.p-heading--txt{font-size:1.8rem}.p-menuList--topping .p-menuList__header__item,.u-txtSize--L{font-size:1.6rem}.p-bgMovie--seiya500yen{height:195px}.p-bgMovie{background-image:url(../img/top/img_500yen_sp.png);background-size:cover}.p-bgMovie__item,.p-bgMovie__src{top:0;bottom:auto}.p-bgMovie__txt{padding:12px}.p-lytBox{width:100%}.p-lytBox--table{display:block}.p-lytBox--top{margin:36px auto 0}.p-lytBox__inner{padding:0}.p-lytBox__inner--half{width:100%;margin-top:32px}.p-lytBox__inner--half:first-child{margin-top:0}.p-lytBox__inner--trichotomy{width:100%;margin-top:32px}.p-lytBox__inner--trichotomy:first-child{margin-top:0}.p-lytBox__inner--quarter{width:50%;border:none;border-top:solid 1px #fff;padding:40px 12px 0}.p-lytBox__inner--quarter:nth-child(-n+2){padding-top:0;border:none}.p-lytBox__inner--ib,.p-lytBox__inner--tc{display:block}.p-lytBox__item--fullCol{position:relative;width:100%;display:block}.p-flow--fc:before,.u-blockHidden--tablet,.u-br--tablet{display:none}.p-lytBox__item--border--photo{padding:24px 0 0}.twitter-timeline{height:auto!important}.p-commentBox--top{margin-top:30px}.p-commentBox--top:before{top:-40%}.p-flow--fc{margin-top:36px;border:1px solid #fff;background:#fff}.p-flow>p{color:#000}.p-flow__item{writing-mode:horizontal-tb}.p-flow__item--fc{height:auto;border-bottom:solid 1px #fff}.p-menuList--topping .p-menuList__item{margin-bottom:16px}.p-recruitList__border{border:none}.p-recruitList__border~*{margin-top:24px}.u-mr--sp{margin:0}.u-txtSize--M{font-size:1.4rem}.u-txtSize--M--reset--sp{font-size:1.6rem}.u-txtSize--R{font-size:1.2rem}.u-txtSize--S{font-size:1rem}}@media only screen and (max-device-width:625px){.l-pageHeader{width:545px}.l-pageHeader__img{width:545px;height:244px}.l-pageHeader--fc .l-pageHeader__img{height:190px}.p-bgMovie--seiya500yen{height:155px}}@media only screen and (max-device-width:550px){.l-pageHeader{width:460px}.l-pageHeader__img{width:460px;height:206px}.l-pageHeader--fc .l-pageHeader__img{height:160px}.p-bgMovie--seiya500yen{height:140px}}@media only screen and (max-device-width:480px){.l-pageHeader{width:90%;padding-top:104px}.l-pageHeader__img{width:100%;height:220px;background-size:cover}.l-pageHeader--vision .l-pageHeader__img{background-image:url(../img/vision/bg_header_sp.png)}.l-pageHeader--menu .l-pageHeader__img{background-image:url(../img/menu/bg_header_sp.png)}.l-pageHeader--languageMenu,.l-pageHeader--seiyaNoodle{width:100%;margin-left:auto}.l-pageHeader--seiyaNoodle .l-pageHeader__img{height:195px}.l-pageHeader--seiyaNoodle .u-txtSize--L{font-size:1.4rem}.l-pageHeader--recruit .l-pageHeader__img{background-image:url(../img/recruit/bg_header_sp.png)}.l-pageHeader--fc .l-pageHeader__img{background-image:url(../img/fc/bg_header_sp.png)}.l-pageHeader--en .l-pageHeader__img{background-image:url(../img/language/en/bg_header_sp.png)}.l-pageHeader--cn .l-pageHeader__img{background-image:url(../img/language/cn/bg_header_sp.png)}.l-pageHeader--cht .l-pageHeader__img{background-image:url(../img/language/cht/bg_header_sp.png)}.l-pageHeader--kr .l-pageHeader__img{background-image:url(../img/language/kr/bg_header_sp.png)}.l-topHeader{background-image:url(../img/bg_header_sp.png)}.l-footer__pageList__item>a{font-size:1rem}.l-footer__languageList__item{margin-bottom:4%}.l-footer__languageList__item>a{padding:6px 12px;font-size:1rem}.c-wrap{width:90%}.c-perWidth--100--sp{width:100%}.c-perWidth--90--sp{width:90%}.c-perHeight--75--sp{height:75%}.p-heading{font-size:2rem}.p-heading--txt,.p-lytBox__item__txt,.p-menuList--other .p-menuList__header__item,.p-menuList--ramen .p-menuList__header__item,.p-menuList--topping .p-menuList__header__item{font-size:1.4rem}.p-bgMovie--seiya500yen{height:160px}.p-bgMovie__src--gif{background:url(../img/movie_seiyaNoodle.gif);background-size:cover}.p-lytBox--page{margin:64px auto 0}.p-lytBox--topStore{height:150px;background-image:url(../img/top/bg_store_sp.png)}.p-secRecruit__item{height:150px}.p-commentBox--top:before{top:-35%}.u-blockHidden--sp,.u-br--pc{display:none}.u-dp--b--sp{display:block}}@media only screen and (max-device-width:375px){.l-pageHeader--seiyaNoodle .u-txtSize--L,.u-txtSize--M{font-size:1.2rem}.l-pageHeader__img{height:200px}.p-bgMovie--seiya500yen{height:140px}}@media only screen and (max-device-width:320px){.l-pageHeader--seiyaNoodle .l-pageHeader__img,.l-pageHeader__img{height:165px}.c-perHeight--reset--sps{height:100%}.p-bgMovie--seiya500yen{height:120px}.p-commentBox--top:before{top:-30%}}