*,*::before,*::after{box-sizing:border-box}::selection{color:#fff;background-color:#262e42}body{font-family:"Noto Sans JP",sans-serif;color:#222;font-size:16px;text-align:left;line-height:1.5;background-color:#fff;-webkit-font-feature-settings:"palt";font-feature-settings:"palt";-webkit-font-smoothing:antialiased;letter-spacing:.1em;animation:fadein 2s forwards}body .wf-loading{opacity:0}body .fade-in{opacity:0;transition-duration:700ms;transition-property:opacity,transform}body .fade-in-up{transform:translate(0, 50px)}body .fade-in-down{transform:translate(0, -50px)}body .fade-in-left{transform:translate(-50px, 0)}body .fade-in-right{transform:translate(50px, 0)}body .scroll-in{opacity:1;transform:translate(0, 0)}@keyframes fadein{0%{opacity:0}100%{opacity:1}}body img{width:100%;height:100%;object-fit:cover;vertical-align:bottom}body a{text-decoration:none}body ul{list-style:none}body button{outline:none}body .sp{display:none}@media(max-width: 599px){body .sp{display:block}}body .pc{display:block}@media(max-width: 599px){body .pc{display:none}}body .tab{display:none}@media(max-width: 1025px){body .tab{display:block}}@media(max-width: 599px){body .tab{display:none}}header .logo{display:block;width:200px;margin:40px auto}header #Hamburger button{-webkit-appearance:none;appearance:none;vertical-align:middle;border:0;outline:0;background:rgba(0,0,0,0);border-radius:0;text-align:inherit}header #Hamburger button:hover{cursor:pointer}header #Hamburger .btn{position:absolute;top:16px;right:16px;width:58px;height:48px;display:flex;justify-content:center;align-items:center;z-index:20}header #Hamburger .btn .btn_line{width:100%;height:4px;background-color:#222;position:relative;transition:.2s}header #Hamburger .btn .btn_line::before,header #Hamburger .btn .btn_line::after{content:"";position:absolute;width:100%;height:100%;background-color:#333;transition:.2s}header #Hamburger .btn .btn_line::before{transform:translateY(-16px)}header #Hamburger .btn .btn_line::after{transform:translateY(16px)}header #Hamburger .btn .btn_line.open{background-color:inherit}header #Hamburger .btn .btn_line.open::before,header #Hamburger .btn .btn_line.open::after{content:"";transition:.2s;background-color:#fff}header #Hamburger .btn .btn_line.open::before{transform:rotate(45deg)}header #Hamburger .btn .btn_line.open::after{transform:rotate(-45deg)}header #Hamburger .menu{z-index:10;position:fixed;top:0;right:-100%;width:70%;height:100dvh;margin:0;display:flex;flex-direction:column;color:#fff;background-color:#262e42;transition:right .3s}header #Hamburger .menu .menu_list{width:100%;height:100%;display:flex;justify-content:center;align-items:center}header #Hamburger .menu .menu_list:hover{background-color:#9faeb1;cursor:pointer}header #Hamburger .menu.open{top:0;right:0}@media(max-width: 1025px){header #Hamburger .menu{width:100%}}@media(max-width: 599px){header .logo{display:block;width:40%;margin:30px auto}header #Hamburger .btn{top:25px;position:absolute;width:40px;height:40px}header #Hamburger .btn .btn_line{width:100%;height:2px}header #Hamburger .btn .btn_line::before{transform:translateY(-10px)}header #Hamburger .btn .btn_line::after{transform:translateY(10px)}}.sns_wrap{display:flex;justify-content:center;align-items:center;max-width:1000px;width:20%;margin:6% auto;background-color:#9faeb1;aspect-ratio:1;border-radius:50%;animation:fluidAnimCross 20s infinite}.sns_wrap .sns_contents{width:100%;margin:0 auto;text-align:center}.sns_wrap .sns_contents p{color:#fff;font-size:24px;font-weight:bold;font-family:"futura-pt",sans-serif;text-align:center;display:inline-block;border-bottom:solid 1px #fff}.sns_wrap .sns_contents .sns_link{display:flex;justify-content:center;align-items:center;margin:20px auto}.sns_wrap .sns_contents .sns_link li{padding:10px}.sns_wrap .sns_contents .sns_link li a{display:block;width:100%;height:100%}.sns_wrap .sns_contents .sns_link li:hover a{transform:rotate(10deg)}@media(max-width: 1025px){.sns_wrap{max-width:1024px;width:35%}}@media(max-width: 599px){.sns_wrap{max-width:599px;width:60%}.sns_wrap .sns_contents p{font-size:4.5vw}.sns_wrap .sns_contents .sns_link{display:flex;justify-content:center;align-items:center;margin:20px auto}.sns_wrap .sns_contents .sns_link li{padding:10px}.sns_wrap .sns_contents .sns_link li a{display:block;width:100%;height:100%}.sns_wrap .sns_contents .sns_link li:hover a{transform:rotate(10deg)}}footer{background-color:#262e42;border-radius:60px 60px 0 0;padding:100px 0 20px}footer .footer_contents{max-width:800px;width:100%;margin:0 auto;text-align:center}footer .footer_contents .logo_footer{max-width:300px;width:100%;margin:0 auto}footer .footer_contents .logo_footer2{display:block;max-width:150px}footer .footer_contents .footer_link{display:flex;justify-content:center;align-items:center;margin:60px auto 120px}footer .footer_contents .footer_link li{margin:0 20px;position:relative}footer .footer_contents .footer_link li a{color:#fff;font-size:14px}footer .footer_contents .footer_link li a:hover{color:#9faeb1}footer .footer_contents .footer_link li::before{content:"";display:block;height:20px;width:1px;background-color:#fff;position:absolute;top:50%;transform:translateY(-50%);left:-20px}footer .footer_contents .footer_link li:first-of-type::before{display:none}footer .footer_contents small{font-size:10px;color:#fff}@media(max-width: 599px){footer{border-radius:40px 40px 0 0;padding:20% 0 20px}footer .footer_contents{width:60%;margin:0 auto;text-align:center}footer .footer_contents .logo_footer{width:80%;margin:0 auto}footer .footer_contents .footer_link{flex-wrap:wrap;margin:20% auto 40%}footer .footer_contents .footer_link li{margin:0 5% 8%;position:relative}footer .footer_contents .footer_link li a{font-size:2.6vw}footer .footer_contents .footer_link li::before{display:none}footer .footer_contents .footer_link li:first-of-type::before{display:none}footer .footer_contents small{font-size:8px;color:#fff}}.category_flow{margin:40px auto}.category_flow li{width:10%;text-align:center}.category_flow li a{display:block;color:#222;font-family:"futura-pt",sans-serif;font-weight:bold;font-size:1.1vw;display:flex;justify-content:center;align-items:center}.category_flow li a::before{content:"";display:block;width:1vw;height:1vw;background-color:#818fb2;border-radius:50%;margin-right:5px}.category_flow li a:hover::before{animation:pyon 1.2s forwards steps(1)}@keyframes pyon{0%{transform:translateY(0)}10%{transform:translateY(-4px)}20%{transform:translateY(0)}30%{transform:translateY(-4px)}40%{transform:translateY(0)}}.category_flow .fashion a::before{background-color:#c1ba89}.category_flow .food a::before{background-color:#e1987b}.category_flow .lifestyle a::before{background-color:#815757}.category_flow .beauty a::before{background-color:#d49ea0}.category_flow .sustainable a::before{background-color:#3c768e}.category_flow .athlete a::before{background-color:#d77c7c}@media(max-width: 1025px){.category_flow{margin:5% auto 2%}.category_flow li{width:13%;text-align:center}.category_flow li a{font-size:1.5vw}}@media(max-width: 599px){.category_flow{margin:5% auto 2%}.category_flow li{width:10%;text-align:center}.category_flow li a{font-size:2.6vw}.category_flow li a::before{width:2vw;height:2vw}}.category_flow_rtl{margin:40px auto}.category_flow_rtl li{width:10%;text-align:center}.category_flow_rtl li a{display:block;color:#222;font-family:"futura-pt",sans-serif;font-weight:bold;font-size:1.1vw;display:flex;justify-content:center;align-items:center}.category_flow_rtl li a::after{content:"";display:block;width:1vw;height:1vw;background-color:#818fb2;border-radius:50%;margin-right:5px}.category_flow_rtl li a:hover::after{animation:pyon 1.2s forwards steps(1)}@keyframes pyon{0%{transform:translateY(0)}10%{transform:translateY(-4px)}20%{transform:translateY(0)}30%{transform:translateY(-4px)}40%{transform:translateY(0)}}.category_flow_rtl .fashion a::after{background-color:#c1ba89}.category_flow_rtl .food a::after{background-color:#e1987b}.category_flow_rtl .lifestyle a::after{background-color:#815757}.category_flow_rtl .beauty a::after{background-color:#d49ea0}.category_flow_rtl .sustainable a::after{background-color:#3c768e}.category_flow_rtl .athlete a::after{background-color:#d77c7c}@media(max-width: 1025px){.category_flow_rtl{margin:5% auto}.category_flow_rtl li{width:13%;text-align:center}.category_flow_rtl li a{font-size:1.5vw}}@media(max-width: 599px){.category_flow_rtl{margin:5% auto 2%}.category_flow_rtl li{width:24%;text-align:center}.category_flow_rtl li a{font-size:2.6vw}.category_flow_rtl li a::after{width:2vw;height:2vw}}.related_wrap{margin:200px auto !important;padding:0 40px !important}.related_wrap .related_ttl{text-align:center;font-size:40px;font-weight:bold;font-family:"futura-pt",sans-serif;display:flex;justify-content:center;align-items:center}.related_wrap .related_ttl::before,.related_wrap .related_ttl::after{content:"";display:block;width:10px;height:10px;background-color:#262e42;margin:0 10px;border-radius:50%}@media(max-width: 1025px){.related_wrap{margin:10% auto !important}.related_wrap .related_ttl{font-size:4vw}}@media(max-width: 599px){.related_wrap{margin:20% auto !important;padding:0 20px !important}.related_wrap .related_ttl{font-size:6vw}}.btn_common{display:block;width:280px;height:60px;border-radius:50px;border:solid 2px #262e42;color:#262e42;font-size:20px;font-weight:bold;font-family:"futura-pt",sans-serif;display:flex;justify-content:center;align-items:center;box-shadow:0px 4px 4px 0px rgba(0,0,0,.25);position:relative;margin:40px auto;transition:.3s}.btn_common::after{content:"";display:block;width:10px;height:10px;border-top:2px solid #262e42;border-right:2px solid #262e42;transform:rotate(45deg);position:absolute;right:20px}.btn_common:hover{background-color:#262e42;color:#fff}.btn_common:hover::after{border-color:#fff}@media(max-width: 1025px){.btn_common{width:240px;height:55px;font-size:18px;transition:0s}}@media(max-width: 599px){.btn_common{max-width:599px;width:70%;height:auto;padding:3%;font-size:4vw;transition:0s}}.btn_common_fitness{border-color:#818fb2;color:#818fb2}.btn_common_fitness::after{border-color:#818fb2}.btn_common_fitness:hover{background-color:#818fb2}.btn_common_fashion{border-color:#c1ba89;color:#c1ba89}.btn_common_fashion::after{border-color:#c1ba89}.btn_common_fashion:hover{background-color:#c1ba89}.btn_common_food{border-color:#e1987b;color:#e1987b}.btn_common_food::after{border-color:#e1987b}.btn_common_food:hover{background-color:#e1987b}.btn_common_lifestyle{border-color:#815757;color:#815757}.btn_common_lifestyle::after{border-color:#815757}.btn_common_lifestyle:hover{background-color:#815757}.btn_common_beauty{border-color:#d49ea0;color:#d49ea0}.btn_common_beauty::after{border-color:#d49ea0}.btn_common_beauty:hover{background-color:#d49ea0}.btn_common_sustainable{border-color:#3c768e;color:#3c768e}.btn_common_sustainable::after{border-color:#3c768e}.btn_common_sustainable:hover{background-color:#3c768e}.btn_common_athlete{border-color:#d77c7c;color:#d77c7c}.btn_common_athlete::after{border-color:#d77c7c}.btn_common_athlete:hover{background-color:#d77c7c}.pagenation{width:200px;margin:40px auto;text-align:center}.pagenation .page-numbers{display:flex;justify-content:center;align-items:center}.pagenation .page-numbers li{margin:0 10px}.pagenation .page-numbers li .page-numbers{display:block;width:40px;height:40px;border-radius:50%;border:solid 1px #262e42;color:#262e42;line-height:auto;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0px 4px 4px 0px rgba(0,0,0,.25)}.pagenation .page-numbers li .page-numbers:hover{box-shadow:none}.pagenation .page-numbers li .page-numbers .prev-class{display:block;width:10px;height:10px;border-top:2px solid #262e42;border-right:2px solid #262e42;transform:rotate(-135deg)}.pagenation .page-numbers li .page-numbers .next-class{display:block;width:10px;height:10px;border-top:2px solid #262e42;border-right:2px solid #262e42;transform:rotate(45deg)}.pagenation .page-numbers li .current{background-color:#262e42;color:#fff}.loading{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#fff;display:flex;align-items:center;justify-content:center;z-index:9999}.loading .loading_wrap{display:flex}.loading .loading_wrap .dot{position:relative;width:1em;height:1em;margin:.8em;border-radius:50%;background:#818fb2;animation:bounce 1.8s infinite ease-in-out}.loading .loading_wrap .dot:nth-child(2){animation-delay:.3s;background:#c1ba89}.loading .loading_wrap .dot:nth-child(3){animation-delay:.6s;background:#e1987b}.loading .loading_wrap .dot:nth-child(4){animation-delay:.9s;background:#815757}.loading .loading_wrap .dot:nth-child(5){animation-delay:1.2s;background:#d49ea0}.loading .loading_wrap .dot:nth-child(6){animation-delay:1.5s;background:#d77c7c}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(0px)}}.frontpageWrap h2{font-size:5.8vw;font-family:"futura-pt",sans-serif;font-weight:800;line-height:1.2}.frontpageWrap h2 img{display:block;width:40%}@media(max-width: 1025px){.frontpageWrap h2{font-size:8vw}.frontpageWrap h2 img{display:block;width:40%}}@media(max-width: 599px){.frontpageWrap h2{font-size:12vw}.frontpageWrap h2 img{display:block;width:25%}}.frontpageWrap .top_slider .common_top_slide{width:100%;aspect-ratio:1;border-radius:40px;margin:0 10px;position:relative;border:solid 5px #fff;transition:.2s}.frontpageWrap .top_slider .common_top_slide a{display:block;width:100%;height:100%;color:#fff}.frontpageWrap .top_slider .common_top_slide a .ttl_area{position:absolute;left:40px;bottom:40px;text-shadow:2px 3px 3px rgba(0,0,0,.4)}.frontpageWrap .top_slider .common_top_slide a .ttl_area .category{font-size:1.3vw;font-weight:bold;font-family:"futura-pt",sans-serif;display:flex;justify-content:flex-start;align-items:center}.frontpageWrap .top_slider .common_top_slide a .ttl_area .category::before{content:"";display:block;width:1vw;height:1vw;background-color:#818fb2;border-radius:50%;margin-right:10px;border:solid 1px #fff}.frontpageWrap .top_slider .common_top_slide a .ttl_area .category_fitness::before{background-color:#818fb2}.frontpageWrap .top_slider .common_top_slide a .ttl_area .category_fashion::before{background-color:#c1ba89}.frontpageWrap .top_slider .common_top_slide a .ttl_area .category_food::before{background-color:#e1987b}.frontpageWrap .top_slider .common_top_slide a .ttl_area .category_lifestyle::before{background-color:#815757}.frontpageWrap .top_slider .common_top_slide a .ttl_area .category_beauty::before{background-color:#d49ea0}.frontpageWrap .top_slider .common_top_slide a .ttl_area .category_sustainable::before{background-color:#3c768e}.frontpageWrap .top_slider .common_top_slide a .ttl_area .category_athlete::before{background-color:#d77c7c}.frontpageWrap .top_slider .common_top_slide a .ttl_area .ttl{font-weight:bold;font-size:2vw;margin-top:10px;line-height:1.3}.frontpageWrap .top_slider .common_top_slide a .ttl_area .ttl span{font-size:1.5vw}.frontpageWrap .top_slider .top_slide_fitness:hover{border-color:#818fb2}.frontpageWrap .top_slider .top_slide_fashion:hover{border-color:#c1ba89}.frontpageWrap .top_slider .top_slide_food:hover{border-color:#e1987b}.frontpageWrap .top_slider .top_slide_lifestyle:hover{border-color:#815757}.frontpageWrap .top_slider .top_slide_beauty:hover{border-color:#d49ea0}.frontpageWrap .top_slider .top_slide_sustainable:hover{border-color:#3c768e}.frontpageWrap .top_slider .top_slide_athlete:hover{border-color:#d77c7c}.frontpageWrap .top_slider .top_slide1{background:url(./img/top_slide1.jpg) no-repeat center center;background-size:cover}.frontpageWrap .top_slider .top_slide2{background:url(./img/top_slide2.jpg) no-repeat center center;background-size:cover}.frontpageWrap .top_slider .top_slide3{background:url(./img/top_slide3.jpg) no-repeat center center;background-size:cover}.frontpageWrap .top_slider .top_slide4{background:url(./img/top_slide4.png) no-repeat center center;background-size:cover}.frontpageWrap .top_slider .top_slide5{background:url(./img/top_slide5.png) no-repeat center center;background-size:cover}.frontpageWrap .top_slider .top_slide6{background:url(./img/top_slide6.jpg) no-repeat center center;background-size:cover}@media(max-width: 1025px){.frontpageWrap .top_slider .common_top_slide{border-radius:20px;transition:0s;margin:0 5px}.frontpageWrap .top_slider .common_top_slide a .ttl_area{left:20px;bottom:20px}.frontpageWrap .top_slider .common_top_slide a .ttl_area .ttl{font-weight:bold;font-size:1.6vw}.frontpageWrap .top_slider .common_top_slide a .ttl_area .ttl span{font-size:1.3vw}}@media(max-width: 599px){.frontpageWrap .top_slider .common_top_slide{border-radius:20px;margin:0}.frontpageWrap .top_slider .common_top_slide a .ttl_area{left:15px;bottom:15px}.frontpageWrap .top_slider .common_top_slide a .ttl_area .category{font-size:3vw;margin-bottom:2%}.frontpageWrap .top_slider .common_top_slide a .ttl_area .category::before{width:2.8vw;height:2.8vw;margin-right:5px}.frontpageWrap .top_slider .common_top_slide a .ttl_area .ttl{font-size:3.6vw;margin-top:0}.frontpageWrap .top_slider .common_top_slide a .ttl_area .ttl span{font-size:3.2vw}}.frontpageWrap .new_article{max-width:1200px;width:100%;margin:180px auto;padding:0 40px;display:flex;justify-content:space-between;position:relative}.frontpageWrap .new_article .article_area{margin-bottom:40px}.frontpageWrap .new_article .article_area .article_thumbnail_wrap{aspect-ratio:3/2;width:100%;overflow:hidden;border-radius:10px;transition:.2s}.frontpageWrap .new_article .article_area:hover .article_thumbnail_wrap{filter:brightness(1.1);box-shadow:none}.frontpageWrap .new_article .article_area .post_categories{color:#222;font-family:"futura-pt",sans-serif;font-weight:700;line-height:1}.frontpageWrap .new_article .article_area .post_categories .category-beauty,.frontpageWrap .new_article .article_area .post_categories .category-fitness,.frontpageWrap .new_article .article_area .post_categories .category-food,.frontpageWrap .new_article .article_area .post_categories .category-lifestyle,.frontpageWrap .new_article .article_area .post_categories .category-fashion,.frontpageWrap .new_article .article_area .post_categories .category-sustainable,.frontpageWrap .new_article .article_area .post_categories .category-athlete{display:flex;justify-content:flex-start;align-items:center}.frontpageWrap .new_article .article_area .post_categories .category-beauty::before,.frontpageWrap .new_article .article_area .post_categories .category-fitness::before,.frontpageWrap .new_article .article_area .post_categories .category-food::before,.frontpageWrap .new_article .article_area .post_categories .category-lifestyle::before,.frontpageWrap .new_article .article_area .post_categories .category-fashion::before,.frontpageWrap .new_article .article_area .post_categories .category-sustainable::before,.frontpageWrap .new_article .article_area .post_categories .category-athlete::before{content:"";display:block;width:12px;height:12px;margin-right:5px;border-radius:50%}.frontpageWrap .new_article .article_area .post_categories .category-beauty::before{background-color:#d49ea0}.frontpageWrap .new_article .article_area .post_categories .category-fitness::before{background-color:#818fb2}.frontpageWrap .new_article .article_area .post_categories .category-food::before{background-color:#e1987b}.frontpageWrap .new_article .article_area .post_categories .category-lifestyle::before{background-color:#815757}.frontpageWrap .new_article .article_area .post_categories .category-fashion::before{background-color:#c1ba89}.frontpageWrap .new_article .article_area .post_categories .category-sustainable::before{background-color:#3c768e}.frontpageWrap .new_article .article_area .post_categories .category-athlete::before{background-color:#d77c7c}.frontpageWrap .new_article .article_area .ttl{color:#222;font-size:24px;margin-top:5px;font-weight:500}.frontpageWrap .new_article .new_article_left{width:40%;position:sticky;top:10%;height:50vw}.frontpageWrap .new_article .new_article_left h2{margin-bottom:40px}.frontpageWrap .new_article .new_article_left .article_area .article_thumbnail_wrap{margin-bottom:20px}.frontpageWrap .new_article .new_article_left .article_area .post_categories{font-size:16px}.frontpageWrap .new_article .new_article_right{width:53%;margin-top:15%}.frontpageWrap .new_article .new_article_right ul{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.frontpageWrap .new_article .new_article_right ul li{width:48%}.frontpageWrap .new_article .new_article_right ul li .article_area .article_thumbnail_wrap{margin-bottom:15px}.frontpageWrap .new_article .new_article_right ul li .article_area .post_categories{font-size:14px}.frontpageWrap .new_article .new_article_right ul li .article_area .category-beauty::before,.frontpageWrap .new_article .new_article_right ul li .article_area .category-fitness::before,.frontpageWrap .new_article .new_article_right ul li .article_area .category-food::before,.frontpageWrap .new_article .new_article_right ul li .article_area .category-lifestyle::before,.frontpageWrap .new_article .new_article_right ul li .article_area .category-fashion::before,.frontpageWrap .new_article .new_article_right ul li .article_area .category-sustainable::before,.frontpageWrap .new_article .new_article_right ul li .article_area .category-athlete::before{width:10px;height:10px}.frontpageWrap .new_article .new_article_right ul li .article_area .ttl{font-size:16px;margin-top:5px}.frontpageWrap .new_article .new_article_right .btn_common{margin:40px 0 0 auto}@media(max-width: 1025px){.frontpageWrap .new_article{max-width:1025px;margin:16% auto}.frontpageWrap .new_article .article_area{margin-bottom:20%}.frontpageWrap .new_article .article_area .article_thumbnail_wrap{transition:0s}.frontpageWrap .new_article .article_area .post_categories .category-beauty::before,.frontpageWrap .new_article .article_area .post_categories .category-fitness::before,.frontpageWrap .new_article .article_area .post_categories .category-food::before,.frontpageWrap .new_article .article_area .post_categories .category-lifestyle::before,.frontpageWrap .new_article .article_area .post_categories .category-fashion::before{content:"";display:block;width:12px;height:12px;margin-right:5px;border-radius:50%}.frontpageWrap .new_article .article_area .ttl{color:#222;font-size:2.5vw}.frontpageWrap .new_article .new_article_left{height:60vw}.frontpageWrap .new_article .new_article_left h2{margin-bottom:10%}.frontpageWrap .new_article .new_article_left .article_area .article_thumbnail_wrap{margin-bottom:5%}.frontpageWrap .new_article .new_article_left .article_area .post_categories{font-size:1.6vw}.frontpageWrap .new_article .new_article_right{margin-top:19%}.frontpageWrap .new_article .new_article_right ul li .article_area .article_thumbnail_wrap{margin-bottom:7%}.frontpageWrap .new_article .new_article_right ul li .article_area .post_categories{font-size:1.4vw}.frontpageWrap .new_article .new_article_right ul li .article_area .category-beauty::before,.frontpageWrap .new_article .new_article_right ul li .article_area .category-fitness::before,.frontpageWrap .new_article .new_article_right ul li .article_area .category-food::before,.frontpageWrap .new_article .new_article_right ul li .article_area .category-lifestyle::before,.frontpageWrap .new_article .new_article_right ul li .article_area .category-fashion::before{width:10px;height:10px}.frontpageWrap .new_article .new_article_right ul li .article_area .ttl{font-size:1.8vw}.frontpageWrap .new_article .new_article_right .btn_common{margin:10% 0 0 auto}}@media(max-width: 599px){.frontpageWrap .new_article{max-width:599px;padding:0 20px;display:block}.frontpageWrap .new_article .article_area{margin-bottom:10%}.frontpageWrap .new_article .article_area .post_categories .category-beauty::before,.frontpageWrap .new_article .article_area .post_categories .category-fitness::before,.frontpageWrap .new_article .article_area .post_categories .category-food::before,.frontpageWrap .new_article .article_area .post_categories .category-lifestyle::before,.frontpageWrap .new_article .article_area .post_categories .category-fashion::before{width:3vw;height:3vw}.frontpageWrap .new_article .article_area .ttl{font-size:4.6vw}.frontpageWrap .new_article .new_article_left{width:100%;position:initial;height:auto}.frontpageWrap .new_article .new_article_left h2{text-align:center}.frontpageWrap .new_article .new_article_left h2 img{margin:0 auto}.frontpageWrap .new_article .new_article_left .article_area .article_thumbnail_wrap{margin-bottom:5%}.frontpageWrap .new_article .new_article_left .article_area .post_categories{font-size:3.4vw}.frontpageWrap .new_article .new_article_right{width:100%;margin-top:10%}.frontpageWrap .new_article .new_article_right ul li{width:47%;margin-bottom:5%}.frontpageWrap .new_article .new_article_right ul li .article_area .article_thumbnail_wrap{margin-bottom:7%}.frontpageWrap .new_article .new_article_right ul li .article_area .post_categories{font-size:3vw}.frontpageWrap .new_article .new_article_right ul li .article_area .category-beauty::before,.frontpageWrap .new_article .new_article_right ul li .article_area .category-fitness::before,.frontpageWrap .new_article .new_article_right ul li .article_area .category-food::before,.frontpageWrap .new_article .new_article_right ul li .article_area .category-lifestyle::before,.frontpageWrap .new_article .new_article_right ul li .article_area .category-fashion::before{width:2.6vw;height:2.6vw}.frontpageWrap .new_article .new_article_right ul li .article_area .ttl{font-size:3vw;line-height:1.5}.frontpageWrap .new_article .new_article_right .btn_common{margin:5% auto}}.frontpageWrap .video_area .h2_wrap{width:30%;aspect-ratio:3/1.2;margin:80px auto;background-color:#262e42;display:flex;justify-content:center;align-items:center;border-radius:61% 39% 16% 84%/57% 72% 28% 43%;animation:fluidAnimCross 20s infinite;position:relative}.frontpageWrap .video_area .h2_wrap::after{content:"";display:block;border-width:20px 0 20px 80px;border-style:solid;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #262e42;position:absolute;bottom:-10%;left:50%;transform:translateX(-50%) rotate(45deg)}@keyframes fluidAnimCross{0%{border-radius:65% 35% 55% 45%/55% 50% 55% 45%}12.5%{border-radius:60% 75% 40% 80%/70% 70% 60% 65%}25%{border-radius:55% 95% 65% 90%/75% 65% 85% 70%}37.5%{border-radius:60% 40% 50% 45%/60% 40% 60% 40%}50%{border-radius:55% 95% 65% 90%/75% 65% 85% 70%}62.5%{border-radius:60% 40% 50% 45%/60% 40% 60% 40%}75%{border-radius:60% 75% 40% 80%/70% 70% 60% 65%}87.5%{border-radius:40% 60% 55% 45%/50% 60% 40% 50%}100%{border-radius:65% 35% 55% 45%/55% 50% 55% 45%}}.frontpageWrap .video_area .h2_wrap h2{display:flex;justify-content:center;align-items:center;position:absolute;color:#fff;z-index:10;font-size:4.5vw}.frontpageWrap .video_area .h2_wrap h2 img{width:20%;margin-top:10px;margin-left:20px}.frontpageWrap .video_area .video_slider{margin:40px auto}.frontpageWrap .video_area .video_slider li{width:30%;margin:0 20px}.frontpageWrap .video_area .video_slider li a{display:block}.frontpageWrap .video_area .video_slider li a video{width:100%;aspect-ratio:9/16;object-fit:contain;border-radius:20px}.frontpageWrap .video_area .video_slider li a img{width:100%;aspect-ratio:9/16;object-fit:contain;border-radius:20px}.frontpageWrap .video_area .video_slider li a:hover video{transform:rotate(2deg)}@media(max-width: 1025px){.frontpageWrap .video_area .h2_wrap{width:40%}.frontpageWrap .video_area .h2_wrap h2{font-size:5vw}.frontpageWrap .video_area .video_slider{margin:2% auto}.frontpageWrap .video_area .video_slider li{width:30%;margin:0 10px}}@media(max-width: 599px){.frontpageWrap .video_area{margin:20% auto 0}.frontpageWrap .video_area .h2_wrap{width:65%;margin-bottom:10%}.frontpageWrap .video_area .h2_wrap h2{font-size:8vw}.frontpageWrap .video_area .h2_wrap h2 img{margin-left:5px}.frontpageWrap .video_area .video_slider{margin:0% auto}.frontpageWrap .video_area .video_slider li{width:30%;margin:0 10px}}.frontpageWrap .her_style_wrap{background:linear-gradient(to bottom, transparent 50%, #9FAEB1 50%);padding-bottom:100px}.frontpageWrap .her_style_wrap .her_style_area{max-width:1100px;margin:180px auto 140px;position:relative}.frontpageWrap .her_style_wrap .her_style_area h2{text-align:center;margin-bottom:8%}.frontpageWrap .her_style_wrap .her_style_area h2 img{width:20%;margin:0 auto 10px}.frontpageWrap .her_style_wrap .her_style_area h2 span{display:block;font-size:24px;margin-top:20px}.frontpageWrap .her_style_wrap .her_style_area .style_slider{margin:40px auto;position:relative;height:100%}.frontpageWrap .her_style_wrap .her_style_area .style_slider::before{content:"";display:block;width:37%;aspect-ratio:2/3;border-radius:300px 300px 0 0;border:solid 5px #262e42;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:10;pointer-events:none}.frontpageWrap .her_style_wrap .her_style_area .swiper-slide{width:100%;aspect-ratio:2/3;border-radius:300px 300px 0 0;overflow:hidden;margin:0 auto}.frontpageWrap .her_style_wrap .her_style_area .swiper-slide a{display:block;width:100%;height:100%;position:relative;transition:.3s}.frontpageWrap .her_style_wrap .her_style_area .swiper-slide a p{position:absolute;bottom:40px;left:40px;color:#fff;font-weight:bold;font-size:1.5vw;text-shadow:2px 3px 3px rgba(0,0,0,.4)}.frontpageWrap .her_style_wrap .her_style_area .swiper-slide a p span{font-size:1vw}.frontpageWrap .her_style_wrap .her_style_area .swiper-slide a:hover{filter:brightness(1.1);transform:scale(1.05)}.frontpageWrap .her_style_wrap .her_style_area .swiper-pagination{display:none}.frontpageWrap .her_style_wrap .her_style_area .swiper-scrollbar{display:none}.frontpageWrap .her_style_wrap .her_style_area .swiper-slide-shadow-left,.frontpageWrap .her_style_wrap .her_style_area .swiper-slide-shadow-right,.frontpageWrap .her_style_wrap .her_style_area .swiper-slide-shadow-top,.frontpageWrap .her_style_wrap .her_style_area .swiper-slide-shadow-bottom{background:rgba(255,255,255,.3);box-shadow:0 4px 8px rgba(0,0,0,.3)}.frontpageWrap .her_style_wrap .swiper-button-prev{border-bottom:solid 1px #fff;width:10%;color:#fff;top:auto;bottom:-8%;left:31.5%;justify-content:flex-start;transition:.3s}.frontpageWrap .her_style_wrap .swiper-button-prev::after{display:none}.frontpageWrap .her_style_wrap .swiper-button-prev:hover{border-color:#262e42}.frontpageWrap .her_style_wrap .swiper-button-next{border-bottom:solid 1px #fff;width:10%;color:#fff;top:auto;bottom:-8%;right:31.5%;justify-content:flex-end;text-align:right;line-height:1}.frontpageWrap .her_style_wrap .swiper-button-next::after{display:none}.frontpageWrap .her_style_wrap .swiper-button-next:hover{border-color:#262e42}.frontpageWrap .btn_common{background-color:#fff}.frontpageWrap .btn_common:hover{background-color:#262e42}@media(max-width: 1025px){.her_style_wrap{padding-bottom:8%}.her_style_wrap .her_style_area{max-width:1025px;margin:16% auto}.her_style_wrap .her_style_area .style_slider{margin:5% auto;max-width:1025px;width:100%;overflow-x:hidden}.her_style_wrap .her_style_area .style_slider::before{width:47.5%}.her_style_wrap .her_style_area .style_slider .swiper-slide a p{font-size:3.5vw}.her_style_wrap .her_style_area .style_slider .swiper-slide a p span{font-size:2.5vw}.her_style_wrap .her_style_area .swiper-button-prev{left:26%}.her_style_wrap .her_style_area .swiper-button-next{right:26%}}@media(max-width: 599px){.her_style_wrap{margin:20% auto;padding-bottom:16%}.her_style_wrap .her_style_area{max-width:599px}.her_style_wrap .her_style_area h2 img{width:40%}.her_style_wrap .her_style_area h2 span{font-size:3.6vw;margin-top:3%}.her_style_wrap .her_style_area .style_slider::before{border-width:2px;width:62.5%}.her_style_wrap .her_style_area .style_slider .swiper-slide a p{font-size:5vw;bottom:20px;left:20px}.her_style_wrap .her_style_area .style_slider .swiper-slide a p span{font-size:3vw}.her_style_wrap .her_style_area .swiper-button-prev{width:20%;left:19%;font-size:3vw;height:auto;padding-bottom:3px}.her_style_wrap .her_style_area .swiper-button-next{width:20%;right:19%;font-size:3vw;height:auto;padding-bottom:3px}.her_style_wrap .btn_common{margin:20% auto 0}}.category_new_wrap{margin:0px auto 120px}.category_new_wrap .area{background-color:#fff;padding:60px}@media(max-width: 1025px){.category_new_wrap .area{padding:40px}}@media(max-width: 599px){.category_new_wrap .area{padding:20px}}.category_new_wrap .area .area_contents{width:100%;margin:0 auto}.category_new_wrap .area .area_contents .category_name_wrap{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:40px}@media(max-width: 599px){.category_new_wrap .area .area_contents .category_name_wrap{display:block}}.category_new_wrap .area .area_contents .category_name_wrap .category_ttl h3{font-size:clamp(40px,5vw,100px);font-family:"futura-pt",sans-serif;font-weight:bold;color:#818fb2;line-height:1;margin-bottom:5px}.category_new_wrap .area .area_contents .category_name_wrap .category_ttl p{font-size:16px}@media(max-width: 1025px){.category_new_wrap .area .area_contents .category_name_wrap .category_ttl{width:50%}.category_new_wrap .area .area_contents .category_name_wrap .category_ttl h3{font-size:6vw}}@media(max-width: 599px){.category_new_wrap .area .area_contents .category_name_wrap .category_ttl{width:100%}.category_new_wrap .area .area_contents .category_name_wrap .category_ttl h3{font-size:12vw}.category_new_wrap .area .area_contents .category_name_wrap .category_ttl p{font-size:3.4vw}}.category_new_wrap .area .area_contents .category_name_wrap .btn_common{margin:0;box-shadow:none}@media(max-width: 1025px){.category_new_wrap .area .area_contents .category_name_wrap .btn_common{width:30%;font-size:2.4vw}}@media(max-width: 599px){.category_new_wrap .area .area_contents .category_name_wrap .btn_common{width:100%;font-size:3.4vw;margin:5% auto 0}}.category_new_wrap .area .area_contents .category_name_wrap .btn_common:hover{background-color:#818fb2}.category_new_wrap .area .area_contents .category_new{display:flex;justify-content:flex-start}@media(max-width: 1025px){.category_new_wrap .area .area_contents .category_new{flex-wrap:wrap;justify-content:space-between}}.category_new_wrap .area .area_contents .category_new li{width:23%;transition:.3s;margin-right:2%}@media(max-width: 1025px){.category_new_wrap .area .area_contents .category_new li{width:48%;margin-bottom:5%;margin-right:0}}.category_new_wrap .area .area_contents .category_new li .article_thumbnail_wrap{margin-bottom:20px;aspect-ratio:3/2}@media(max-width: 1025px){.category_new_wrap .area .area_contents .category_new li .article_thumbnail_wrap{margin-bottom:10px}}.category_new_wrap .area .area_contents .category_new li .article_thumbnail_wrap img{transition:.2s;border-radius:10px}.category_new_wrap .area .area_contents .category_new li .ttl{color:#222;font-size:18px;font-weight:500;font-family:"Noto Sans JP",sans-serif}@media(max-width: 1025px){.category_new_wrap .area .area_contents .category_new li .ttl{font-size:2vw}}@media(max-width: 599px){.category_new_wrap .area .area_contents .category_new li .ttl{font-size:3vw}}.category_new_wrap .area .area_contents .category_new li:hover .article_thumbnail_wrap img{box-shadow:none;filter:brightness(1.05)}.category_new_wrap #Fashion{background-color:#c1ba89;color:#fff}.category_new_wrap #Fashion .area_contents .category_name_wrap .category_ttl h3{color:#fff}.category_new_wrap #Fashion .area_contents .category_name_wrap .btn_common{border:solid 2px #fff;color:#fff;background-color:#c1ba89}.category_new_wrap #Fashion .area_contents .category_name_wrap .btn_common::after{border-color:#fff}.category_new_wrap #Fashion .area_contents .category_name_wrap .btn_common:hover{color:#c1ba89;background-color:#fff}.category_new_wrap #Fashion .area_contents .category_name_wrap .btn_common:hover::after{border-color:#c1ba89}.category_new_wrap #Fashion .area_contents .category_new li .ttl{color:#fff}.category_new_wrap #Food .area_contents .category_name_wrap .category_ttl h3{color:#e1987b}.category_new_wrap #Food .area_contents .category_name_wrap .btn_common:hover{background-color:#e1987b}.category_new_wrap #Lifestyle{background-color:#815757;color:#fff}.category_new_wrap #Lifestyle .area_contents .category_name_wrap .category_ttl h3{color:#fff}.category_new_wrap #Lifestyle .area_contents .category_name_wrap .btn_common{border:solid 2px #fff;color:#fff;background-color:#815757}.category_new_wrap #Lifestyle .area_contents .category_name_wrap .btn_common::after{border-color:#fff}.category_new_wrap #Lifestyle .area_contents .category_name_wrap .btn_common:hover{color:#815757;background-color:#fff}.category_new_wrap #Lifestyle .area_contents .category_name_wrap .btn_common:hover::after{border-color:#815757}.category_new_wrap #Lifestyle .area_contents .category_new li .ttl{color:#fff}.category_new_wrap #Beauty .area_contents .category_name_wrap .category_ttl h3{color:#d49ea0}.category_new_wrap #Beauty .area_contents .category_name_wrap .btn_common:hover{background-color:#d49ea0}.category_new_wrap #Athlete{background-color:#d77c7c;color:#fff}.category_new_wrap #Athlete .area_contents .category_name_wrap .category_ttl h3{color:#fff}.category_new_wrap #Athlete .area_contents .category_name_wrap .btn_common{border:solid 2px #fff;color:#fff;background-color:#d77c7c}.category_new_wrap #Athlete .area_contents .category_name_wrap .btn_common::after{border-color:#fff}.category_new_wrap #Athlete .area_contents .category_name_wrap .btn_common:hover{color:#d77c7c;background-color:#fff}.category_new_wrap #Athlete .area_contents .category_name_wrap .btn_common:hover::after{border-color:#d77c7c}.category_new_wrap #Athlete .area_contents .category_new li .ttl{color:#fff}.news_wrap{max-width:1200px;margin:120px auto;padding:0 40px}.news_wrap .news_df{display:flex;justify-content:space-between;flex-wrap:wrap;margin:60px auto}.news_wrap .news_df li{width:48%;margin-bottom:40px}.news_wrap .news_df li .news_area a{display:flex;justify-content:flex-start;align-items:center}.news_wrap .news_df li .news_area a .news_thumbnail_wrap{width:35%;margin-right:3%;aspect-ratio:4/3}.news_wrap .news_df li .news_area a .news_thumbnail_wrap img{border-radius:10px;transition:.2s}.news_wrap .news_df li .news_area a .text{color:#222;width:62%}.news_wrap .news_df li .news_area a .text .ttl{font-size:16px;line-height:1.5}.news_wrap .news_df li .news_area a:hover .news_thumbnail_wrap img{box-shadow:0px 4px 4px 0px rgba(0,0,0,.25);transform:scale(1.05)}.news_wrap .btn_common{margin:20px 0 0 auto}@media(max-width: 1025px){.news_wrap{max-width:1025px;width:100%;margin:16% auto;padding:0 40px}.news_wrap h2{text-align:center;margin:5% auto 10%}.news_wrap .news_df{margin:5% auto}.news_wrap .news_df li{width:48%;margin-bottom:8%}.news_wrap .news_df li .news_area a{display:block}.news_wrap .news_df li .news_area a .news_thumbnail_wrap{width:100%;margin-right:0}.news_wrap .news_df li .news_area a .news_thumbnail_wrap img{transition:0s}.news_wrap .news_df li .news_area a .text{color:#222;width:100%;margin-top:3%}.news_wrap .news_df li .news_area a .text .ttl{font-size:2.4vw}.news_wrap .btn_common{margin:0 auto}}@media(max-width: 599px){.news_wrap{max-width:599px;margin:20% auto;padding:0 20px}.news_wrap h2{text-align:center;margin:5% auto 10%}.news_wrap .news_df li{width:47%;margin-bottom:10%}.news_wrap .news_df li .news_area a .text{margin-top:3%}.news_wrap .news_df li .news_area a .text .ttl{font-size:3.2vw}.news_wrap .btn_common{margin:0 auto}}.remodal{max-width:500px !important;width:90%;height:auto;background:none !important}.remodal .remodal-close{left:auto;right:0;color:#fff}.remodal .remodal-close:hover{color:#9faeb1}.remodal .remodal_video_wrap video{width:100%;object-fit:cover;aspect-ratio:9/16;border-radius:20px}.remodal .btn_common{display:block;width:280px;height:60px;border-radius:50px;border:solid 2px #262e42;color:#262e42;font-size:20px;font-weight:bold;font-family:"futura-pt",sans-serif;display:flex;justify-content:center;align-items:center;box-shadow:0px 4px 4px 0px rgba(0,0,0,.25);position:relative;margin:40px auto;transition:.3s;background-color:#fff}.remodal .btn_common::after{content:"";display:block;width:10px;height:10px;border-top:2px solid #262e42;border-right:2px solid #262e42;transform:rotate(45deg);position:absolute;right:20px}.remodal .btn_common:hover{background-color:#262e42;color:#fff}.remodal .btn_common:hover::after{border-color:#fff}@media(max-width: 1025px){.remodal{max-width:500px !important;width:100%;height:auto;background:none !important}.remodal .btn_common{width:240px;height:55px;font-size:18px;transition:0s}}@media(max-width: 599px){.remodal{max-width:599px !important;width:80%;background:none !important}.remodal .btn_common{max-width:599px;width:70%;height:auto;padding:3%;font-size:4vw;transition:0s}}.article_all_wrap{max-width:1200px;width:100%;margin:0 auto;padding:0 40px}.article_all_wrap h1{font-family:"futura-pt",sans-serif;font-size:24px;color:#262e42;margin-top:100px}.article_all_wrap h1 span{font-weight:900;font-size:40px;animation:pyon 1s infinite}.article_all_wrap h1 .category-food{color:#e1987b}.article_all_wrap h1 .category-fashion{color:#c1ba89}.article_all_wrap h1 .category-fitness{color:#818fb2}.article_all_wrap h1 .category-beauty{color:#d49ea0}.article_all_wrap h1 .category-lifestyle{color:#815757}.article_all_wrap h1 .category-sustainable{color:#3c768e}.article_all_wrap h1 .category-athlete{color:#d77c7c}.article_all_wrap .article_all_df{display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;margin:40px auto}.article_all_wrap .article_all_df li{width:31%;margin-right:3.5%;margin-bottom:8%}.article_all_wrap .article_all_df li:nth-of-type(3n){margin-right:0}.article_all_wrap .article_all_df li .article_area .article_thumbnail_wrap{aspect-ratio:3/2;width:100%;overflow:hidden;border-radius:10px;box-shadow:0px 6px 6px 0px rgba(0,0,0,.45);transition:.2s}.article_all_wrap .article_all_df li .article_area:hover .article_thumbnail_wrap{filter:brightness(1.05);box-shadow:none}.article_all_wrap .article_all_df li .article_area .post_categories{color:#222;font-family:"futura-pt",sans-serif;font-weight:700;line-height:1;margin-top:16px;margin-bottom:-10px}.article_all_wrap .article_all_df li .article_area .post_categories .category-beauty,.article_all_wrap .article_all_df li .article_area .post_categories .category-fitness,.article_all_wrap .article_all_df li .article_area .post_categories .category-food,.article_all_wrap .article_all_df li .article_area .post_categories .category-lifestyle,.article_all_wrap .article_all_df li .article_area .post_categories .category-fashion,.article_all_wrap .article_all_df li .article_area .post_categories .category-sustainable,.article_all_wrap .article_all_df li .article_area .post_categories .category-athlete{display:flex;justify-content:flex-start;align-items:center}.article_all_wrap .article_all_df li .article_area .post_categories .category-beauty::before,.article_all_wrap .article_all_df li .article_area .post_categories .category-fitness::before,.article_all_wrap .article_all_df li .article_area .post_categories .category-food::before,.article_all_wrap .article_all_df li .article_area .post_categories .category-lifestyle::before,.article_all_wrap .article_all_df li .article_area .post_categories .category-fashion::before,.article_all_wrap .article_all_df li .article_area .post_categories .category-sustainable::before,.article_all_wrap .article_all_df li .article_area .post_categories .category-athlete::before{content:"";display:block;width:12px;height:12px;margin-right:5px;border-radius:50%}.article_all_wrap .article_all_df li .article_area .post_categories .category-beauty::before{background-color:#d49ea0}.article_all_wrap .article_all_df li .article_area .post_categories .category-fitness::before{background-color:#818fb2}.article_all_wrap .article_all_df li .article_area .post_categories .category-food::before{background-color:#e1987b}.article_all_wrap .article_all_df li .article_area .post_categories .category-lifestyle::before{background-color:#815757}.article_all_wrap .article_all_df li .article_area .post_categories .category-fashion::before{background-color:#c1ba89}.article_all_wrap .article_all_df li .article_area .post_categories .category-sustainable::before{background-color:#3c768e}.article_all_wrap .article_all_df li .article_area .post_categories .category-athlete::before{background-color:#d77c7c}.article_all_wrap .article_all_df li .article_area .ttl{color:#222;font-size:18px;margin-top:20px;font-weight:500}@media(max-width: 1025px){.article_all_wrap{max-width:1024px}.article_all_wrap h1{font-size:20px;margin-top:10%}.article_all_wrap h1 span{font-size:32px}.article_all_wrap .article_all_df{margin:20px auto}.article_all_wrap .article_all_df li .article_area .article_thumbnail_wrap{transition:0s}.article_all_wrap .article_all_df li .article_area .post_categories{font-size:1.6vw}.article_all_wrap .article_all_df li .article_area .ttl{font-size:1.8vw}}@media(max-width: 599px){.article_all_wrap{max-width:768px;padding:0 20px}.article_all_wrap h1{font-size:7vw}.article_all_wrap .article_all_df li{width:48%;margin-right:4%;margin-bottom:10%}.article_all_wrap .article_all_df li:nth-of-type(2n){margin-right:0}.article_all_wrap .article_all_df li:nth-of-type(2n):not(:nth-of-type(3n)){margin-right:0}.article_all_wrap .article_all_df li:nth-of-type(3n):not(:nth-of-type(2n)){margin-right:4%}.article_all_wrap .article_all_df li .article_area .post_categories{font-size:3.2vw;margin-bottom:0}.article_all_wrap .article_all_df li .article_area .post_categories .category-beauty::before,.article_all_wrap .article_all_df li .article_area .post_categories .category-fitness::before,.article_all_wrap .article_all_df li .article_area .post_categories .category-food::before,.article_all_wrap .article_all_df li .article_area .post_categories .category-lifestyle::before,.article_all_wrap .article_all_df li .article_area .post_categories .category-fashion::before,.article_all_wrap .article_all_df li .article_area .post_categories .category-sustainable::before,.article_all_wrap .article_all_df li .article_area .post_categories .category-athlete::before{width:3.2vw;height:3.2vw}.article_all_wrap .article_all_df li .article_area .ttl{font-size:3vw;margin-top:5%}}.news_all_wrap{max-width:1200px;width:100%;margin:0 auto;padding:0 40px}.news_all_wrap h1{font-family:"futura-pt",sans-serif;font-size:40px;font-weight:bold;color:#262e42;margin-top:100px}.news_all_wrap .news_all_df{display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;margin:40px auto}.news_all_wrap .news_all_df li{width:31%;margin-right:3.5%;margin-bottom:8%}.news_all_wrap .news_all_df li:nth-of-type(3n){margin-right:0}.news_all_wrap .news_all_df li .news_area .news_thumbnail_wrap{aspect-ratio:3/2;width:100%;overflow:hidden;border-radius:10px;box-shadow:0px 6px 6px 0px rgba(0,0,0,.45);transition:.2s}.news_all_wrap .news_all_df li .news_area:hover .news_thumbnail_wrap{filter:brightness(1.05);box-shadow:none}.news_all_wrap .news_all_df li .news_area .ttl{color:#222;font-size:18px;margin-top:16px;font-weight:500}@media(max-width: 1025px){.news_all_wrap{max-width:1024px}.news_all_wrap h1{font-size:32px;margin-top:10%}.news_all_wrap .news_all_df{margin:20px auto}.news_all_wrap .news_all_df li .news_area .news_thumbnail_wrap{transition:0s}.news_all_wrap .news_all_df li .news_area .ttl{font-size:1.8vw}}@media(max-width: 599px){.news_all_wrap{max-width:768px;padding:0 20px}.news_all_wrap h1{font-size:7vw}.news_all_wrap .news_all_df li{width:48%;margin-right:4%;margin-bottom:10%}.news_all_wrap .news_all_df li:nth-of-type(2n){margin-right:0}.news_all_wrap .news_all_df li:nth-of-type(2n):not(:nth-of-type(3n)){margin-right:0}.news_all_wrap .news_all_df li:nth-of-type(3n):not(:nth-of-type(2n)){margin-right:4%}.news_all_wrap .news_all_df li .news_area .ttl{font-size:3vw;line-height:1.5;margin-top:5%}}.note_single_wrap{max-width:1200px;width:100%;margin:80px auto;padding:0 40px}.note_single_wrap h1{font-size:32px;background-color:#262e42;color:#fff;position:relative;padding:1rem 2rem;border-radius:10px;background:#262e42;margin:40px 0 2em;display:inline-block}.note_single_wrap h1::before{content:"";position:absolute;border-radius:50%;background-color:#262e42;bottom:-15px;left:30px;width:30px;height:30px;z-index:-1}.note_single_wrap h1::after{content:"";position:absolute;border-radius:50%;background-color:#262e42;bottom:-30px;left:50px;width:15px;height:15px}.note_single_wrap .blog_wrap{margin:40px auto}.note_single_wrap .blog_wrap h2{font-size:26px;border-bottom:solid 1px #262e42;margin:40px 0 16px;padding-bottom:5px;font-weight:bold}.note_single_wrap .blog_wrap h3{font-size:24px;margin:40px 0 16px;font-weight:bold;color:#9faeb1;display:flex;justify-content:flex-start;align-items:center;border:solid 1px #9faeb1;padding:10px 20px;border-radius:20px;display:inline-block}.note_single_wrap .blog_wrap h4{font-size:24px;font-family:"vdl-penletter",sans-serif;margin:40px 0 16px}.note_single_wrap .blog_wrap h5{font-size:20px;margin:40px 0 16px;display:flex;justify-content:flex-start;align-items:center}.note_single_wrap .blog_wrap h5::before{content:"";display:block;width:10px;height:10px;background-color:#9faeb1;border-radius:50%;margin-right:10px}.note_single_wrap .blog_wrap p{font-size:16px;line-height:1.8}.note_single_wrap .blog_wrap strong{font-weight:bold}.note_single_wrap .blog_wrap a{color:#9faeb1;border-bottom:solid 1px #9faeb1;transition:.2s}.note_single_wrap .blog_wrap a:hover{color:#262e42;border-color:#262e42}.note_single_wrap .blog_wrap ul{margin:40px auto;list-style-type:disc;list-style-position:inside}.note_single_wrap .blog_wrap ul li{margin-bottom:10px}.note_single_wrap .blog_wrap figure{width:100%;margin:60px auto}.note_single_wrap .btn_common{margin:80px 0 0 auto}@media(max-width: 599px){.note_single_wrap{padding:0 20px;margin:8% auto}.note_single_wrap h1{font-size:5vw;padding:20px;margin-top:5%;margin-bottom:2em}.note_single_wrap .blog_wrap{margin:5% auto}.note_single_wrap .blog_wrap h2{font-size:4.2vw}.note_single_wrap .blog_wrap h3{font-size:3.8vw}.note_single_wrap .blog_wrap h4{font-size:6vw}.note_single_wrap .blog_wrap h5{font-size:3.6vw;font-weight:bold}.note_single_wrap .blog_wrap p{font-size:3.4vw;line-height:2}.note_single_wrap .blog_wrap a{transition:0s}.note_single_wrap .blog_wrap ul{font-size:3.4vw}.note_single_wrap .blog_wrap figure{width:100%;margin:20px auto}.note_single_wrap .blog_wrap .is-layout-flex{display:block}.note_single_wrap .btn_common{margin:16% auto}}.notfound_wrap{max-width:1200px;width:100%;margin:100px auto;padding:0 40px;text-align:center}.notfound_wrap h2{font-family:"futura-pt",sans-serif;font-weight:bold;font-size:40px;color:#262e42}.notfound_wrap .btn_common{margin:100px auto}@media(max-width: 599px){.notfound_wrap{max-width:768px;width:100%;padding:0 20px}.notfound_wrap h2{font-size:10vw;line-height:1}.notfound_wrap p{font-size:4vw;margin-top:5%}.notfound_wrap .btn_common{margin:16% auto}}.page_wrap{max-width:1200px;width:100%;margin:40px auto;padding:80px 40px}.page_wrap h2{font-weight:bold;font-size:32px;margin-bottom:40px;color:#262e42;background-color:#262e42;display:inline-block;padding:10px 20px;border-radius:20px;color:#fff}.page_wrap tbody tr td{padding:20px}.page_wrap tbody tr td a{color:#262e42;transition:.3s}.page_wrap tbody tr td a:hover{color:#9faeb1}.page_wrap .about_contents h1{text-align:center;font-size:40px;font-family:"Noto Serif JP",serif;margin-bottom:40px}.page_wrap .about_contents p{text-align:center;line-height:2.6;margin:40px auto;letter-spacing:.2em}.page_wrap .about_contents p span{font-size:24px;font-weight:bold;border-bottom:solid 2px #222;padding:3px}.page_wrap .about_contents p .sp1{font-size:32px;font-weight:bold;border:solid 2px #222;padding:10px}@media(max-width: 1025px){.page_wrap .about_contents p{text-align:left;font-size:2.6vw}.page_wrap .about_contents p span{font-size:3.2vw}.page_wrap .about_contents p .sp1{font-size:3.6vw}}@media(max-width: 599px){.page_wrap .about_contents h1{font-size:5vw}.page_wrap .about_contents p{text-align:left;font-size:3.1vw}.page_wrap .about_contents p span{font-size:3.6vw;border-bottom:solid 1px #222}.page_wrap .about_contents p .sp1{font-size:4vw;margin-top:10px}}@media(max-width: 599px){.page_wrap{padding:5% 20px}.page_wrap h2{font-size:4vw;border-radius:10px}.page_wrap tbody tr td{font-size:3.4vw}.page_wrap tbody tr td a{transition:0s}}/*# sourceMappingURL=style.css.map */