html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;font-weight:300;font-style:normal;vertical-align:baseline}html{overflow-y:scroll}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:rgba(0,0,0,0)}ins{text-decoration:none}mark{font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;margin:1em 0;padding:0}input,select{vertical-align:middle}img{vertical-align:bottom;font-size:0;line-height:0;border:0}strong{font-weight:bold}*,*:before,*:after{box-sizing:border-box}html{font-size:62.5%}body{font-family:"Noto Serif JP",serif;font-size:1.6rem;color:#000;letter-spacing:.1em;line-height:1.2}a{color:#000;text-decoration:none;outline:none}img{max-width:100%;height:auto}ins{background-color:#ccc;color:#000}mark{background-color:#ccc;color:#000}hr{border-top:1px solid #ccc}.l-header{width:100%;height:60px;position:fixed;top:0;left:0;z-index:999}@media screen and (max-width: 767px){.l-header{height:0}}.l-header-pc{width:100%;height:60px;background:#fdfcfa;opacity:0;transform:translateY(-100%);transition:all .3s cubic-bezier(0.43, 0.05, 0.17, 1)}@media screen and (max-width: 767px){.l-header-pc{display:none}}.l-header-pc.is-scrolled{opacity:1;transform:translateY(0)}.l-header-pc__inner{width:100%;height:60px;padding:0 50px;display:flex;justify-content:space-between;align-items:center}.l-header-pc-title{width:105px}.l-header-pc-title__link{display:block}.l-header-pc-nav__list{display:flex;justify-content:flex-end;align-items:center}.l-header-pc-nav__item{margin:0 0 0 50px}.l-header-pc-nav__link{display:block;font-family:"Barlow Condensed",sans-serif;font-size:1.8rem;font-weight:500;line-height:1;padding:5px 0;position:relative}.l-header-pc-nav__link::after{content:"";width:0;height:1px;display:block;background:#000;position:absolute;bottom:0;left:0;transition:all .3s cubic-bezier(0.43, 0.05, 0.17, 1)}.l-header-pc-nav__link:hover::after{width:100%}.l-header-pc-nav__link--icon{width:20px;height:20px;padding:0;transition:all .3s cubic-bezier(0.43, 0.05, 0.17, 1)}.l-header-pc-nav__link--icon::after{content:none}.l-header-pc-nav__link--icon:hover{transform:scale(1.1)}.l-header-sp{display:none}@media screen and (max-width: 767px){.l-header-sp{display:block}}.l-header-sp__toggle{width:60px;height:60px;display:block;cursor:pointer;position:fixed;top:0;right:0;z-index:3}.l-header-sp__toggle>span{width:20px;height:1px;background:#000;position:absolute;top:38%;left:50%;transition:.3s}.l-header-sp__toggle>span:nth-of-type(1){transform:translate(-50%, -1px) rotate(0deg)}.l-header-sp__toggle>span:nth-of-type(2){top:50%;transform:translate(-50%, -1px) rotate(0deg)}.l-header-sp__toggle>span:nth-of-type(3){top:62%;transform:translate(-50%, -1px) rotate(0deg)}.l-header-sp__toggle.is-active>span{transition:.3s}.l-header-sp__toggle.is-active>span:nth-of-type(1){top:50%;transform:translate(-50%, -1px) rotate(45deg)}.l-header-sp__toggle.is-active>span:nth-of-type(2){opacity:0}.l-header-sp__toggle.is-active>span:nth-of-type(3){top:50%;transform:translate(-50%, -1px) rotate(-45deg)}.l-header-sp__body{width:100%;height:100vh;display:block;background:rgba(255,255,255,.95);padding:60px 0 0 0;position:fixed;top:0;left:0;z-index:2;transition:all .3s cubic-bezier(0.43, 0.05, 0.17, 1);opacity:0;visibility:hidden}.l-header-sp__body.is-active{opacity:1;visibility:visible}.l-header-sp-title{width:160px;margin:0 auto}.l-header-sp-nav{margin:50px 0 0 0}.l-header-sp-nav__list{width:100%}.l-header-sp-nav__item{text-align:center}.l-header-sp-nav__item+.l-header-sp-nav__item{margin:20px 0 0 0}.l-header-sp-nav__item:last-child{margin:40px 0 0 0}.l-header-sp-nav__link{display:block;font-family:"Barlow Condensed",sans-serif;font-size:2rem;font-weight:500;line-height:1;padding:5px 0;position:relative}.l-header-sp-nav__link--icon{width:30px;height:30px;padding:0;margin-left:auto;margin-right:auto}.l-footer{width:100%;padding:100px 0}@media screen and (max-width: 767px){.l-footer{padding:50px 0 80px 0}}.l-footer__wrap{text-align:center;max-width:1040px;margin:0 auto;padding:0 20px}.l-footer__heading{width:200px;display:inline-block}@media screen and (max-width: 767px){.l-footer__heading{width:160px}}.l-footer__text{font-size:1.4rem;line-height:2;margin:45px 0 0 0}.l-footer__insta{margin:30px 0 0 0}.l-footer__instaLink{width:20px;height:20px;display:inline-block;padding:0;transition:all .3s cubic-bezier(0.43, 0.05, 0.17, 1)}.l-footer__instaLink::after{content:none}.l-footer__instaLink:hover{transform:scale(1.1)}.l-footer__copyright{margin:40px 0 0 0;font-size:1.2rem}@media screen and (max-width: 767px){.l-footer__copyright{font-size:1rem}}@media screen and (max-width: 767px){.m-hide--sp{display:none}}.m-hide--pc{display:none}@media screen and (max-width: 767px){.m-hide--pc{display:block}}.p-top{background:#fdfcfa;overflow:hidden}.p-top-fv{width:100%;position:relative}@media screen and (max-width: 767px){.p-top-fv{height:176vw}}.p-top-fv__wrap{margin:0 0 0 calc(50vw + 70px);padding:150px 0 20vw 0;position:relative;z-index:10}@media screen and (min-width: 768px)and (max-width: 1279px){.p-top-fv__wrap{margin:0 0 0 calc(100vw - 570px)}}@media screen and (max-width: 767px){.p-top-fv__wrap{margin:0;padding:90.1333333333vw 0 0 0}}.p-top-fv-title{width:275px}@media screen and (max-width: 767px){.p-top-fv-title{width:160px;margin:0 auto}}.p-top-fv-nav{margin:82px 0 0 180px}@media screen and (max-width: 767px){.p-top-fv-nav{display:none}}.p-top-fv-nav__list{display:inline-block}.p-top-fv-nav__item{text-align:center}.p-top-fv-nav__item+.p-top-fv-nav__item{margin:24px 0 0 0}.p-top-fv-nav__item:last-child{margin:44px 0 0 0}.p-top-fv-nav__link{display:inline-block;font-family:"Barlow Condensed",sans-serif;font-size:1.8rem;font-weight:500;line-height:1;padding:5px 0;position:relative}.p-top-fv-nav__link::after{content:"";width:0;height:1px;display:block;background:#000;position:absolute;bottom:0;left:0;transition:all .3s cubic-bezier(0.43, 0.05, 0.17, 1)}.p-top-fv-nav__link:hover::after{width:100%}.p-top-fv-nav__link--icon{width:20px;height:20px;padding:0;transition:all .3s cubic-bezier(0.43, 0.05, 0.17, 1)}.p-top-fv-nav__link--icon::after{content:none}.p-top-fv-nav__link--icon:hover{transform:scale(1.1)}.p-top-fv__img01{width:calc(50vw + 200px);position:absolute;top:0;left:0;z-index:1;background:#ccc}@media screen and (min-width: 768px)and (max-width: 1279px){.p-top-fv__img01{width:calc(100vw - 440px)}}@media screen and (max-width: 767px){.p-top-fv__img01{width:100%}}.p-top-fv__img01::before{content:"";display:block;padding-top:77.7777777778%;background:url(../images/fv-img01.jpg) no-repeat center center;background-size:cover}@media screen and (min-width: 768px)and (max-width: 1279px){.p-top-fv__img01::before{padding-top:650px}}@media screen and (max-width: 767px){.p-top-fv__img01::before{padding-top:80%}}.p-top-fv__img02{width:calc(50vw - 400px);position:absolute;top:350px;right:0;z-index:1;background:#ccc}@media screen and (min-width: 768px)and (max-width: 1279px){.p-top-fv__img02{width:240px}}@media screen and (max-width: 767px){.p-top-fv__img02{width:100%;top:auto;bottom:0;right:0}}.p-top-fv__img02::before{content:"";display:block;padding-top:150%;background:url(../images/fv-img02.jpg) no-repeat center center;background-size:cover}@media screen and (max-width: 767px){.p-top-fv__img02::before{padding-top:64%;background:url(../images/fv-img02-sp.jpg) no-repeat center center;background-size:cover}}.p-top-concept{width:100%;margin:100px 0 0 0}.p-top-concept__heading{font-family:"Barlow Condensed",sans-serif;font-size:20rem;font-weight:300;line-height:1;padding:0 0 0 35px}@media screen and (max-width: 767px){.p-top-concept__heading{text-align:center;font-size:9rem;padding:0}}.p-top-concept__body{max-width:1100px;margin:0 auto;padding:0 50px}@media screen and (max-width: 767px){.p-top-concept__body{padding:0 20px}}.p-top-concept__lead{font-size:4.8rem;letter-spacing:.1em;margin:70px 0 0 0}@media screen and (min-width: 768px)and (max-width: 999px){.p-top-concept__lead{font-size:4rem}}@media screen and (max-width: 767px){.p-top-concept__lead{text-align:center;font-size:2.8rem;letter-spacing:.05em;line-height:1.7;margin:30px 0 0 0}}.p-top-concept__wrap{margin:130px 0 0 0;display:flex;justify-content:flex-end;align-items:stretch}@media screen and (max-width: 767px){.p-top-concept__wrap{margin:30px 0 0 0;display:block}}.p-top-concept__wrap--reverse{display:flex;justify-content:flex-start;align-items:stretch}@media screen and (max-width: 767px){.p-top-concept__wrap--reverse{margin:40px 0 0 0;display:block}}.p-top-concept__wrap--center{display:flex;justify-content:center;align-items:stretch;text-align:center}@media screen and (max-width: 767px){.p-top-concept__wrap--center{margin:40px 0 0 0;display:block}}.p-top-concept__text{font-size:1.8rem;line-height:3}@media screen and (max-width: 767px){.p-top-concept__text{text-align:center;font-size:1.6rem;line-height:2.5}}.p-top-concept__text+.p-top-concept__text{margin:50px 0 0 0}.p-top-concept__text--large{font-size:2.4rem;line-height:2.2;margin:50px 0 0 0}@media screen and (max-width: 767px){.p-top-concept__text--large{text-align:center;font-size:2rem;line-height:2;margin:40px 0 0 0}}@media screen and (min-width: 768px)and (max-width: 999px){.p-top-concept__text--large .comma{display:none}}.p-top-concept__text--large .return{display:none}@media screen and (min-width: 768px)and (max-width: 999px){.p-top-concept__text--large .return{display:block}}.p-top-concept__text--alt{margin:0}.p-top-concept__text--name{font-family:"Barlow Condensed",sans-serif;font-weight:300;margin:0 5px}@media screen and (min-width: 768px)and (max-width: 999px){.p-top-concept__text .comma{display:none}}.p-top-concept__text .return{display:none}@media screen and (min-width: 768px)and (max-width: 999px){.p-top-concept__text .return{display:block}}.p-top-concept__text--logo{width:100px;margin:100px auto 0 auto}@media screen and (max-width: 767px){.p-top-concept__text--logo{width:90px;margin:60px auto 0 auto}}.p-top-concept-img-first{width:100%;margin:140px 0 0 0;position:relative}@media screen and (max-width: 767px){.p-top-concept-img-first{margin:40px 0 0 0;padding:0 20px}}.p-top-concept-img-first__item01{width:21.4285714286%;position:absolute;top:-300px;left:0}@media screen and (max-width: 767px){.p-top-concept-img-first__item01{display:none}}.p-top-concept-img-first__item02{width:60.7142857143%;margin:0 auto 0 32.1428571429%}@media screen and (max-width: 767px){.p-top-concept-img-first__item02{width:100%;margin:0}}.p-top-concept-img-second{width:100%;margin:140px 0 0 0;position:relative}@media screen and (max-width: 767px){.p-top-concept-img-second{margin:80px 0 0 0}}.p-top-concept-img-second__item01{width:200px;position:absolute;top:-400px;left:calc(50% + 300px)}@media screen and (min-width: 768px)and (max-width: 999px){.p-top-concept-img-second__item01{left:auto;right:0}}@media screen and (max-width: 767px){.p-top-concept-img-second__item01{width:26.6666666667vw;top:-13.3333333333vw;left:auto;right:0}}.p-top-concept-img-second__item02{max-width:1240px;margin:0 auto;padding:0 20px}@media screen and (max-width: 767px){.p-top-concept-img-second__item02{width:68vw;margin:0;padding:0}}.p-top-product{width:100%;margin:140px 0 0 0}@media screen and (max-width: 767px){.p-top-product{margin:100px 0 0 0}}.p-top-product__wrap{max-width:1040px;margin:-92px auto 0 auto;padding:0 20px;text-align:center}@media screen and (max-width: 767px){.p-top-product__wrap{margin:-38px auto 0 auto}}.p-top-product__heading{font-family:"Barlow Condensed",sans-serif;font-size:20rem;font-weight:300;line-height:1}@media screen and (max-width: 767px){.p-top-product__heading{font-size:9rem}}.p-top-product__text{font-size:1.6rem;line-height:3;margin:50px 0 0 0}@media screen and (max-width: 767px){.p-top-product__text{font-size:1.4rem;line-height:2.5;margin:30px 0 0 0}}.p-top-product__text+.p-top-product__text{margin:0}@media screen and (max-width: 767px){.p-top-product__text+.p-top-product__text{margin:30px 0 0 0}}@media screen and (min-width: 768px)and (max-width: 999px){.p-top-product__text .comma{display:none}}.p-top-product__text .return{display:none}@media screen and (min-width: 768px)and (max-width: 999px){.p-top-product__text .return{display:block}}.p-top-product__text--large{font-size:2.4rem;line-height:2.2;margin:65px 0 0 0}@media screen and (max-width: 767px){.p-top-product__text--large{text-align:center;font-size:2rem;line-height:2;margin:40px 0 0 0}}.p-top-product-detail{margin:140px 0 0 0}@media screen and (max-width: 767px){.p-top-product-detail{margin:60px 0 0 0}}.p-top-product-detail__unit{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-direction:row-reverse;position:relative}@media screen and (max-width: 767px){.p-top-product-detail__unit{display:block}}.p-top-product-detail__unit::before{content:"";width:50px;height:300px;display:block;background:url(../images/product-color-sample.jpg) no-repeat center center;background-size:contain;position:absolute;top:50%;left:0;transform:translateY(-50%)}@media screen and (max-width: 767px){.p-top-product-detail__unit::before{content:none}}.p-top-product-detail__unit--reverse{flex-direction:row}.p-top-product-detail__unit--reverse::before{left:auto;right:0}.p-top-product-detail__unit+.p-top-product-detail__unit{margin:150px auto 0 auto}@media screen and (max-width: 767px){.p-top-product-detail__unit+.p-top-product-detail__unit{margin:80px 0 0 0}}.p-top-product-detail__unitInfo{width:50%}@media screen and (max-width: 767px){.p-top-product-detail__unitInfo{width:100%;margin:15px 0 0 0;padding:0 20px}}.p-top-product-detail__unitInfoInner{width:57.1428571429%;margin:0 0 0 28.5714285714%}@media screen and (min-width: 768px)and (max-width: 999px){.p-top-product-detail__unitInfoInner{width:71.4285714286%}}@media screen and (max-width: 767px){.p-top-product-detail__unitInfoInner{width:100%;margin:0}}.p-top-product-detail__unit--reverse .p-top-product-detail__unitInfoInner{margin:0 0 0 14.2857142857%}@media screen and (min-width: 768px)and (max-width: 999px){.p-top-product-detail__unit--reverse .p-top-product-detail__unitInfoInner{margin:0 0 0 0}}@media screen and (max-width: 767px){.p-top-product-detail__unit--reverse .p-top-product-detail__unitInfoInner{margin:0}}.p-top-product-detail__unitNameEn{display:flex;justify-content:flex-start;align-items:flex-end}.p-top-product-detail__unitNameEnMain{font-family:"Barlow Condensed",sans-serif;font-size:10rem;font-weight:300}@media screen and (max-width: 767px){.p-top-product-detail__unitNameEnMain{font-size:6rem}}.p-top-product-detail__unitNameEnSize{display:inline-block;font-family:"Barlow Condensed",sans-serif;font-size:1.8rem;font-weight:500;line-height:1;margin:0 16px;position:relative;z-index:1;transform:translate(12px, -26px)}@media screen and (max-width: 767px){.p-top-product-detail__unitNameEnSize{margin:0 12px;font-size:1.6rem;transform:translate(12px, -16px)}}.p-top-product-detail__unitNameEnSize::before{content:"";width:30px;height:30px;display:block;border:1px solid #000;border-radius:50%;position:absolute;top:-5px;left:-11px;z-index:-1}@media screen and (max-width: 767px){.p-top-product-detail__unitNameEnSize::before{width:25px;height:25px;top:-4px;left:-9.5px}}.p-top-product-detail__unitNameJp{text-align:right;font-family:"Noto Sans JP",sans-serif;font-weight:400;font-size:1.4rem;margin:15px 0 0 0;padding:0 0 20px 0;position:relative}@media screen and (max-width: 767px){.p-top-product-detail__unitNameJp{margin:5px 0 0 0}}.p-top-product-detail__unitNameJp::after{content:"";width:150px;height:1px;display:block;background:#000;position:absolute;bottom:0;right:0}.p-top-product-detail__unitText{text-align:justify;font-size:1.6rem;letter-spacing:.05em;line-height:2;margin:35px 0 0 0}@media screen and (max-width: 767px){.p-top-product-detail__unitText{font-size:1.4rem}}.p-top-product-detail__unitSize{font-family:"Barlow Condensed",sans-serif;font-size:1.4rem;font-weight:300;line-height:1.8;margin:40px 0 0 0;padding:25px 0 0 0;position:relative}.p-top-product-detail__unitSize::before{content:"";width:150px;height:1px;display:block;background:#000;position:absolute;top:0;left:0}.p-top-product-detail__unitCaution{font-family:"Noto Sans JP",sans-serif;font-weight:400;font-size:1.2rem;letter-spacing:0;line-height:1.8}@media screen and (max-width: 767px){.p-top-product-detail__unitCaution{font-size:1.2rem;margin:12px 0 0 0}}.p-top-product-detail__unitNotes{font-family:"Noto Sans JP",sans-serif;font-weight:400;font-size:1.2rem;letter-spacing:0;line-height:1.8;margin:20px 0 0 0}@media screen and (max-width: 767px){.p-top-product-detail__unitNotes{font-size:1.2rem;margin:12px 0 0 0}}.p-top-product-detail__unitSlide{width:50%;padding:0 50px;position:relative}@media screen and (max-width: 767px){.p-top-product-detail__unitSlide{width:100%;margin:50px 0 0 0;padding:0 20px}}.p-top-product-detail__unitSlideWrap{border-radius:20px;overflow:hidden;position:relative;z-index:1;display:flex}.p-top-product-detail__unitSlide .slick-prev,.p-top-product-detail__unitSlide .slick-next{appearance:none;resize:none;padding:0;border:0;outline:none;background:rgba(0,0,0,0);font-family:"Noto Serif JP",serif;width:20px;height:40px;text-indent:100%;overflow:hidden;cursor:pointer;transform:translateY(-50%);position:absolute;top:50%;z-index:10}.p-top-product-detail__unitSlide .slick-prev{left:0}.p-top-product-detail__unitSlide .slick-prev::before{content:"";width:0;height:0;border-style:solid;border-width:20px 0 20px 20px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fdfcfa;position:absolute;top:0;left:0}.p-top-product-detail__unitSlide .slick-prev::after{content:"";width:8px;height:8px;display:block;border-bottom:1px solid #000;border-left:1px solid #000;transform:rotate(45deg);position:absolute;top:16px;left:3px}.p-top-product-detail__unitSlide .slick-next{right:0}.p-top-product-detail__unitSlide .slick-next::before{content:"";width:0;height:0;border-style:solid;border-width:20px 20px 20px 0;border-color:rgba(0,0,0,0) #fdfcfa rgba(0,0,0,0) rgba(0,0,0,0);position:absolute;top:0;right:0}.p-top-product-detail__unitSlide .slick-next::after{content:"";width:8px;height:8px;display:block;border-top:1px solid #000;border-right:1px solid #000;transform:rotate(45deg);position:absolute;top:16px;right:3px}.p-top-product-detail__unitSlide .slick-slide>div{font-size:0}.p-top-product-detail__unitSlide .slick-counter{display:inline-block;font-family:"Noto Sans JP",sans-serif;font-weight:400;font-size:1.2rem;color:#fff;background:#000;padding:7px 10px 8px 10px;position:absolute;bottom:0;left:50%;transform:translateX(-50%)}.p-top-creator{max-width:1140px;margin:150px auto 0 auto;padding:0 20px}@media screen and (max-width: 767px){.p-top-creator{margin:90px 0 0 0}}.p-top-creator__heading{text-align:center;font-family:"Barlow Condensed",sans-serif;font-size:14rem;font-weight:300;line-height:1}@media screen and (max-width: 767px){.p-top-creator__heading{font-size:7rem}}.p-top-creator__text{text-align:center;font-size:1.8rem;letter-spacing:.05em;line-height:2;margin:80px 0 0 0;white-space:nowrap}@media screen and (max-width: 767px){.p-top-creator__text{font-size:1.6rem;margin:40px 0 0 0}}.p-top-creator__text--name{font-family:"Barlow Condensed",sans-serif;font-size:2rem;font-weight:300;margin:0 3px}@media screen and (max-width: 767px){.p-top-creator__text--name{font-size:1.8rem}}@media screen and (min-width: 768px)and (max-width: 999px){.p-top-creator__text .comma{display:none}}.p-top-creator__text .return{display:none}@media screen and (min-width: 768px)and (max-width: 999px){.p-top-creator__text .return{display:block}}.p-top-creator-list{margin:140px 0 0 0;display:flex;justify-content:space-between;align-items:stretch}@media screen and (max-width: 767px){.p-top-creator-list{margin:50px 0 0 0;display:block}}.p-top-creator-list__item{width:27.2727272727%}@media screen and (max-width: 767px){.p-top-creator-list__item{width:100%}}@media screen and (max-width: 767px){.p-top-creator-list__item+.p-top-creator-list__item{margin:60px 0 0 0}}@media screen and (max-width: 767px){.p-top-creator-list__img{max-width:300px;margin:0 auto}}.p-top-creator-list__info{text-align:center;margin:50px 0 0 0}@media screen and (max-width: 767px){.p-top-creator-list__info{margin:40px 0 0 0}}.p-top-creator-list__infoRole{display:block;font-family:"Barlow Condensed",sans-serif;font-size:1.4rem;font-weight:300}.p-top-creator-list__infoName{display:block;font-family:"Barlow Condensed",sans-serif;font-size:2.4rem;font-weight:300;line-height:1.8;margin:10px 0 0 0}@media screen and (max-width: 767px){.p-top-creator-list__infoName{font-size:2.2rem}}.p-top-creator-list__text{text-align:justify;font-family:"Noto Sans JP",sans-serif;font-weight:400;font-size:1.4rem;letter-spacing:.05em;line-height:1.8;margin:30px 0 0 0}.p-top-info{width:100%;margin:140px 0 0 0;padding:150px 0 150px 0;background:#fff;position:relative}@media screen and (max-width: 767px){.p-top-info{padding:0 0 100px 0}}.p-top-info__img{max-width:840px;margin:0 auto;padding:0 20px}.p-top-info-head{width:100%;margin:120px 0 0 0;padding:20px 0 0 0;display:flex;justify-content:flex-start;align-items:stretch}@media screen and (max-width: 767px){.p-top-info-head{display:block;margin:50px 0 0 0;padding:0}}.p-top-info-head__heading{font-family:"Barlow Condensed",sans-serif;font-size:20rem;font-weight:300;line-height:1;margin:-25px 0 0 0;padding:0 0 0 35px;flex:1}@media screen and (min-width: 768px)and (max-width: 1279px){.p-top-info-head__heading{width:390px;flex:auto}}@media screen and (max-width: 767px){.p-top-info-head__heading{text-align:center;font-size:9rem;padding:0}}.p-top-info-head__body{width:calc(50% + 250px);padding:0 20px 0 0}@media screen and (min-width: 768px)and (max-width: 1279px){.p-top-info-head__body{width:calc(100% - 390px)}}@media screen and (max-width: 767px){.p-top-info-head__body{width:100%;margin:35px 0 0 0;padding:0 20px}}.p-top-info-head__bodyInner{max-width:750px}.p-top-info-head__text{text-align:justify;font-size:1.8rem;line-height:2;padding:0 70px 0 0}@media screen and (max-width: 767px){.p-top-info-head__text{text-align:center;font-size:1.6rem;letter-spacing:.05em;padding:0}}.p-top-info-head__insta{text-align:right;margin:40px 0 0 0}@media screen and (max-width: 767px){.p-top-info-head__insta{text-align:center}}.p-top-info-head__instaLink{width:30px;height:30px;display:inline-block;padding:0;transition:all .3s cubic-bezier(0.43, 0.05, 0.17, 1)}@media screen and (max-width: 767px){.p-top-info-head__instaLink{width:40px;height:40px}}.p-top-info-head__instaLink::after{content:none}.p-top-info-head__instaLink:hover{transform:scale(1.1)}.p-top-info-img{width:100%;margin:70px 0 0 0}@media screen and (max-width: 767px){.p-top-info-img{margin:50px 0 0 0;padding:0 20px}}.p-top-info-img__list{display:flex;justify-content:flex-end;align-items:stretch}@media screen and (max-width: 767px){.p-top-info-img__list{display:flex;justify-content:space-between;align-items:stretch}}.p-top-info-img__item{width:21.4285714286%;margin:0 0 0 25px}@media screen and (max-width: 767px){.p-top-info-img__item{width:32%;margin:0}}
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid rgba(0,0,0,0)}.slick-arrow.slick-hidden{display:none}
