@charset "UTF-8";.GlobalHeader{display:flex;align-items:center;max-width:var(--layout-max-width);height:160px;margin:0 auto}.GlobalHeader__logo{display:flex;align-items:center;margin:0;padding:0}.GlobalHeader__logo picture,.GlobalHeader__logo img{display:block;max-width:100%}@media screen and (min-width: 768px){.GlobalHeader__logo{padding:0 16px}.GlobalHeader__logo picture,.GlobalHeader__logo img{width:360px}}@media screen and (min-width: 1024px){.GlobalHeader__logo picture,.GlobalHeader__logo img{width:480px}}@media screen and (max-width: 767px){.GlobalHeader{position:fixed;top:0;left:0;z-index:8;width:100%;height:64px;background-color:var(--theme-color-white)}.GlobalHeader~.Main{margin-top:64px}.GlobalHeader__logo{width:100%;padding:0 16px}.GlobalHeader__logo picture,.GlobalHeader__logo img{width:100%}}.GlobalHeaderMenu{display:none}@media screen and (max-width: 767px){.GlobalHeaderMenu{flex:1;display:flex;align-items:center;height:100%;background-color:var(--theme-color-accent-dark)}}.GlobalHeaderMenu__toggle{display:flex;justify-content:center;align-items:center;width:40px;height:40px}.GlobalHeaderMenu__toggle>svg{width:24px;height:32px;fill:var(--theme-color-white)}.GlobalHeaderMenu__list{list-style:none;position:absolute;top:64px;left:0;overflow:hidden;margin:0;padding:0;background-color:var(--theme-color-accent-dark);color:var(--theme-color-white);font-size:20px}.GlobalHeaderMenu__list>li{border-top:2px solid #cdebfc}.GlobalHeaderMenu__list>li>a{display:block;padding:8px 16px;color:inherit}.GlobalHeaderMenu__toggle~.GlobalHeaderMenu__list{max-height:0;opacity:0;transition:all .4s ease-out;pointer-events:none}.GlobalHeaderMenu__toggle--active~.GlobalHeaderMenu__list{max-height:480px;opacity:1;pointer-events:initial}.GlobalCompanyInformations{position:fixed;top:0;left:50%;z-index:8;max-width:var(--layout-max-width);width:100%;transform:translate(-50%)}@media screen and (max-width: 767px){.GlobalCompanyInformations{flex:1;position:static;transform:none}}.GlobalCompanyInformations__body{width:360px;height:auto;margin-left:auto;border:2px solid var(--theme-color-accent-dark);background-color:var(--theme-color-white)}@media screen and (max-width: 767px){.GlobalCompanyInformations__body{width:auto;border:0}}.GlobalCompanyInformations__heading{margin:0;padding:2px 0;background-color:var(--theme-color-accent-dark);color:var(--theme-color-white);font-size:18px;font-weight:700;text-align:center}@media screen and (max-width: 767px){.GlobalCompanyInformations__heading{display:none}}.GlobalCompanyInformations__directions{display:grid;grid-template-areas:"tel lineQR" "email lineQR" "line_ lineQR";grid-template-columns:1fr 80px;grid-template-rows:1fr 1fr auto;column-gap:16px;padding:8px}@media screen and (max-width: 767px){.GlobalCompanyInformations__directions{grid-template-areas:"email tel lineQR";grid-template-columns:repeat(3,32px);grid-template-rows:auto;column-gap:2px;padding:0 4px}}.GlobalCompanyInformations__tel,.GlobalCompanyInformations__email{display:flex;align-items:center;gap:8px;color:inherit}.GlobalCompanyInformations__tel>svg,.GlobalCompanyInformations__email>svg{fill:var(--theme-color-accent);width:28px}@media screen and (max-width: 767px){.GlobalCompanyInformations__tel,.GlobalCompanyInformations__email{justify-content:center;width:32px;height:32px;border-radius:100%;background-color:var(--theme-color-accent-dark)}.GlobalCompanyInformations__tel>svg,.GlobalCompanyInformations__email>svg{fill:var(--theme-color-white);width:20px}}.GlobalCompanyInformations__tel{grid-area:tel;font-family:Noto Sans JP,sans-serif;font-size:30px;font-weight:900;line-height:1}@media screen and (max-width: 767px){.GlobalCompanyInformations__tel>span{display:none}}.GlobalCompanyInformations__email{grid-area:email;font-family:Noto Sans JP,sans-serif;font-size:18px;font-weight:700}@media screen and (max-width: 767px){.GlobalCompanyInformations__email>span{display:none}}.GlobalCompanyInformations__line{position:relative;grid-area:line_;border:3px solid var(--theme-color-accent);font-size:13px;font-weight:700;text-align:center}@media screen and (max-width: 767px){.GlobalCompanyInformations__line{display:none}}.GlobalCompanyInformations__line:after{content:"";display:block;position:absolute;top:50%;left:100%;transform:translateY(-50%);border:6px solid transparent;border-left:12px solid var(--theme-color-accent)}.GlobalCompanyInformations__lineQR{display:flex;flex-direction:column;justify-content:center;gap:4px;grid-area:lineQR}.GlobalCompanyInformations__lineQR>span{display:block;width:100%;background-color:var(--theme-color-accent);color:var(--theme-color-white);font-size:12px;text-align:center;line-height:1.25}@media screen and (max-width: 767px){.GlobalCompanyInformations__lineQR{display:flex;justify-content:center;align-items:center;width:32px;height:32px;border-radius:100%;background-color:var(--theme-color-accent-dark)}.GlobalCompanyInformations__lineQR:before{content:"LINE";color:var(--theme-color-white);font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:900;letter-spacing:-.5px}.GlobalCompanyInformations__lineQR>span,.GlobalCompanyInformations__lineQR>img{display:none}}.Main>section{scroll-margin-top:64px}.GlobalFooter__heading{margin:48px 0 0;padding:24px 0;background-color:var(--theme-color-accent);color:var(--theme-color-yellow);font-family:Noto Sans JP,sans-serif;line-height:1;text-align:center}@media screen and (max-width: 767px){.GlobalFooter__heading{margin-top:16px;padding:16px 0;font-size:28px;line-height:1.25}}@media screen and (min-width: 768px){.GlobalFooter__heading{font-size:40px}}@media screen and (min-width: 1024px){.GlobalFooter__heading{font-size:52px}}.GlobalFooter__body{max-width:var(--layout-max-width);margin:16px auto;padding:0 16px;box-sizing:border-box}@media screen and (min-width: 768px){.GlobalFooter__body{margin:16px}}@media screen and (min-width: 1024px){.GlobalFooter__body{margin:16px auto}}.GlobalFooter__copyright{margin-bottom:64px;padding-top:2px;border-top:1px solid var(--theme-color-contents);font-size:14px;font-weight:700;text-align:end;line-height:1}@media screen and (max-width: 767px){.GlobalFooter__copyright{margin-bottom:32px}}.GlobalFooter__company{display:grid;grid-template-areas:"photo logo" "photo info";grid-template-columns:35% 1fr;grid-template-rows:min-content 1fr;gap:8px;margin-bottom:48px}@media screen and (max-width: 767px){.GlobalFooter__company{grid-template-areas:"logo" "info" "photo";grid-template-columns:auto;grid-template-rows:auto auto auto;margin-bottom:24px}}.GlobalFooter__company-photo{grid-area:photo}@media screen and (max-width: 767px){.GlobalFooter__company-photo{display:none}}.GlobalFooter__company-photo>img{width:100%;height:100%;object-fit:cover}.GlobalFooter__company-logo{grid-area:logo;margin:0;padding-bottom:8px;border-bottom:1px solid var(--theme-color-contents)}.GlobalFooter__company-logo>img{width:100%}.GlobalFooter__company-info{grid-area:info;font-weight:700;text-align:end;line-height:1.75}@media screen and (max-width: 767px){.GlobalFooter__company-info{font-size:15px;text-align:center}}@media screen and (min-width: 768px){.GlobalFooter__company-info{font-size:20px}}@media screen and (min-width: 1024px){.GlobalFooter__company-info{font-size:22px}}.GlobalFooter__links{width:fit-content;margin:0 auto 16px}.GlobalFooter__links>h3{margin:0 0 8px}@media screen and (max-width: 767px){.GlobalFooter__links>h3{font-size:13px;letter-spacing:-1px}}@media screen and (min-width: 768px){.GlobalFooter__links>h3{font-size:26px}}@media screen and (min-width: 1024px){.GlobalFooter__links>h3{font-size:26px}}.GlobalFooter__links-sns{display:flex;align-items:center;gap:24px}@media screen and (max-width: 767px){.GlobalFooter__links-sns{gap:4px}}.GlobalFooter__links-arrow{display:flex;align-items:center;position:relative;height:56px;margin-right:32px;padding:0 16px;background:linear-gradient(90deg,var(--theme-color-accent),var(--theme-color-accent-dark));color:var(--theme-color-yellow);font-weight:700}@media screen and (max-width: 767px){.GlobalFooter__links-arrow{height:24px;margin-right:12px;padding:0 4px;font-size:13px;letter-spacing:-1px}}@media screen and (min-width: 768px){.GlobalFooter__links-arrow{font-size:22px}}@media screen and (min-width: 1024px){.GlobalFooter__links-arrow{font-size:30px}}.GlobalFooter__links-arrow:after{content:"";display:block;position:absolute;top:50%;left:100%;transform:translateY(-50%);border-style:solid;border-width:28px 0 28px 32px;border-color:transparent transparent transparent var(--theme-color-accent-dark)}@media screen and (max-width: 767px){.GlobalFooter__links-arrow:after{border-width:12px 0 12px 12px}}.GlobalFooter__links-twitter,.GlobalFooter__links-instagram{display:flex;align-items:center;color:inherit;font-weight:900}@media screen and (max-width: 767px){.GlobalFooter__links-twitter,.GlobalFooter__links-instagram{font-size:12px}}@media screen and (min-width: 768px){.GlobalFooter__links-twitter,.GlobalFooter__links-instagram{font-size:20px}}@media screen and (min-width: 1024px){.GlobalFooter__links-twitter,.GlobalFooter__links-instagram{font-size:28px}}.GlobalFooter__links-twitter>i,.GlobalFooter__links-instagram>i{display:inline-block;margin-right:4px;box-sizing:border-box;background-color:var(--theme-color-accent);border-radius:4px}@media screen and (max-width: 767px){.GlobalFooter__links-twitter>i,.GlobalFooter__links-instagram>i{width:24px;height:24px;padding:4px}}@media screen and (min-width: 768px){.GlobalFooter__links-twitter>i,.GlobalFooter__links-instagram>i{width:48px;height:48px;padding:8px}}@media screen and (min-width: 1024px){.GlobalFooter__links-twitter>i,.GlobalFooter__links-instagram>i{width:56px;height:56px;padding:8px}}.GlobalFooter__links-twitter>i>svg,.GlobalFooter__links-instagram>i>svg{display:block;width:100%;height:100%;fill:var(--theme-color-white)}.GlobalFooter__links-instagram>i{padding:4px}@media screen and (max-width: 767px){.GlobalFooter__links-instagram>i{padding:2px}}.GlobalFooter__links-blog{display:block;background-color:var(--theme-color-accent);border-radius:4px;color:var(--theme-color-white);font-weight:700}@media screen and (max-width: 767px){.GlobalFooter__links-blog{height:24px;padding:0 8px;font-size:12px;line-height:24px}}@media screen and (min-width: 768px){.GlobalFooter__links-blog{font-size:24px;height:48px;padding:0 16px;line-height:48px}}@media screen and (min-width: 1024px){.GlobalFooter__links-blog{font-size:28px;height:56px;padding:0 24px;line-height:56px}}.ContentsSection{padding:40px 16px}.ContentsSection__body{max-width:var(--layout-max-width);margin:0 auto;box-sizing:border-box}br.BrMobile{display:none}@media screen and (max-width: 767px){br.BrMobile{display:initial}}.HeroSection{padding-bottom:0;background-color:var(--theme-color-accent)}@media screen and (max-width: 767px){.HeroSection{padding-top:16px;padding-bottom:120px}}@media screen and (min-width: 768px){.HeroSection{margin-bottom:70px}}@media screen and (min-width: 1024px){.HeroSection{margin-bottom:120px}}@media screen and (max-width: 767px){.HeroSection__image-item:not(:last-child){margin-bottom:8px}}.HeroSection__image-item img{display:block;width:100%}@media screen and (min-width: 768px){.HeroSection__image-item--overflow{margin-top:-120px;transform:translateY(70px)}}@media screen and (min-width: 1024px){.HeroSection__image-item--overflow{margin-top:-190px;transform:translateY(120px)}.HeroSection__image-item--overflow img{width:120%;margin-left:-10%}}.FeatureSection{padding-top:0}@media screen and (max-width: 767px){.FeatureSection{margin-top:-120px;padding-left:0;padding-right:0}}.FeatureSection3point{padding:32px;background-color:var(--theme-color-white);background-image:radial-gradient(circle,var(--theme-color-red) 0%,var(--theme-color-red) 30%,transparent 30%),radial-gradient(circle,var(--theme-color-red) 0%,var(--theme-color-red) 30%,transparent 30%),radial-gradient(circle,var(--theme-color-red) 0%,var(--theme-color-red) 30%,transparent 30%),radial-gradient(circle,var(--theme-color-red) 0%,var(--theme-color-red) 30%,transparent 30%);background-position:left top,right top,right bottom,left bottom;background-size:32px 32px;background-repeat:no-repeat;border:6px solid var(--theme-color-red)}@media screen and (max-width: 767px){.FeatureSection3point{margin:0 16px;padding:24px 12px;background-size:24px 24px;border:3px solid var(--theme-color-red)}}.FeatureSection3point__heading{display:flex;flex-direction:column;align-items:center;margin:0 0 8px;color:var(--theme-color-accent-dark);font-family:Noto Sans JP,sans-serif;font-size:48px;font-weight:900;line-height:1.25}@media screen and (max-width: 767px){.FeatureSection3point__heading{font-size:24px}}.FeatureSection3point__heading>span{display:inline-block;position:relative;z-index:2}.FeatureSection3point__heading>span:before{content:"";display:inline-block;position:absolute;left:-8px;bottom:0;z-index:-1;width:calc(100% + 16px);height:12px;background-color:var(--theme-color-yellow)}@media screen and (max-width: 767px){.FeatureSection3point__heading>span:before{height:8px}}.FeatureSection3point__define{list-style:none;display:grid;grid-template-columns:29% 37% 31%;column-gap:16px;margin:0;padding:0}@media screen and (max-width: 767px){.FeatureSection3point__define{column-gap:4px}}.FeatureSection3point__define>li>img{display:block;width:100%}.FeatureSectionService{display:grid;grid-template-areas:"photo heading" "photo direction_";grid-template-columns:45% 55%;grid-template-rows:min-content 1fr;margin-top:32px;overflow:hidden}@media screen and (max-width: 767px){.FeatureSectionService{grid-template-areas:"heading heading" "photo direction_";grid-template-columns:58% 42%;grid-template-rows:auto auto}}.FeatureSectionService__photo{grid-area:photo}.FeatureSectionService__photo picture,.FeatureSectionService__photo img{display:block;max-width:100%;object-fit:cover}.FeatureSectionService__heading{display:flex;flex-direction:column;row-gap:4px;grid-area:heading;margin:0;color:var(--theme-color-contents);font-family:Noto Sans JP,sans-serif;font-weight:900}.FeatureSectionService__heading>div{display:flex;flex-direction:column;row-gap:4px}.FeatureSectionService__heading span{padding:0 16px;background-color:var(--theme-color-yellow)}.FeatureSectionService__heading span>b{font-weight:900}@media screen and (max-width: 767px){.FeatureSectionService__heading{font-size:22px;text-align:center}.FeatureSectionService__heading>div{display:block;padding:0 4px;background-color:var(--theme-color-yellow);font-size:14px}.FeatureSectionService__heading>div>span{padding:0}.FeatureSectionService__heading>div>span>b{font-size:22px}}@media screen and (min-width: 768px){.FeatureSectionService__heading{font-size:28px}}@media screen and (min-width: 1024px){.FeatureSectionService__heading{font-size:32px}}.FeatureSectionService__direction{grid-area:direction_;position:relative}.FeatureSectionService__balloon{position:absolute;width:260px}.FeatureSectionService__balloon>img{display:block;width:100%}@media screen and (max-width: 767px){.FeatureSectionService__balloon{top:16px;left:-40px;width:200px}}@media screen and (min-width: 768px){.FeatureSectionService__balloon{top:0;left:-56px}}@media screen and (min-width: 1024px){.FeatureSectionService__balloon{top:16px;left:-40px}}.FeatureSectionService__link{display:block;position:absolute;bottom:0;right:0}.FeatureSectionService__link>img{display:block;width:100%}@media screen and (max-width: 767px){.FeatureSectionService__link{right:8px;padding-left:4px}}@media screen and (min-width: 768px){.FeatureSectionService__link{width:240px}}@media screen and (min-width: 1024px){.FeatureSectionService__link{width:340px}}.Feature2Section__body{position:relative;border-left:5px solid var(--theme-color-accent-dark);border-right:5px solid var(--theme-color-accent-dark)}.Feature2Section__body:before,.Feature2Section__body:after{content:"";display:block;position:absolute;width:calc(100% + 10px);height:40px;box-sizing:border-box}.Feature2Section__body:before{top:-32px;left:-5px;background:url(/s/images/feature2-wrapper-border-top.svg) no-repeat;background-position:top left;background-size:cover;border-right:5px solid var(--theme-color-accent-dark)}.Feature2Section__body:after{bottom:-32px;right:-5px;background:url(/s/images/feature2-wrapper-border-bottom.svg) no-repeat;background-position:bottom right;background-size:cover;border-left:5px solid var(--theme-color-accent-dark)}.Feature2Section__heading{margin:8px 0;color:var(--theme-color-accent);font-family:Noto Sans JP,sans-serif;font-weight:900;line-height:1.25;text-align:center;background-image:linear-gradient(90deg,rgb(16,9,100) 0%,rgba(0,117,193,0) 100%),linear-gradient(90deg,rgba(0,117,193,0) 0%,rgb(16,9,100) 100%);background-position:left center,right center;background-repeat:repeat-y,repeat-y;background-size:140px auto,140px auto}@media screen and (max-width: 767px){.Feature2Section__heading{font-size:24px;background-size:64px auto,64px auto}}@media screen and (min-width: 768px){.Feature2Section__heading{font-size:36px}}@media screen and (min-width: 1024px){.Feature2Section__heading{font-size:48px}}.Feature2Section__heading-prefix{display:flex;justify-content:center}.Feature2Section__heading-prefix>img{width:300px}@media screen and (max-width: 767px){.Feature2Section__heading-prefix>img{width:200px}}.Feature2Section__heading-suffix{display:flex;justify-content:center}.Feature2Section__heading-suffix>img{width:160px}@media screen and (max-width: 767px){.Feature2Section__heading-suffix{margin-top:16px}.Feature2Section__heading-suffix>img{width:96px}}.Feature2SectionLineup{display:grid;grid-template-areas:"photo heading" "photo details";grid-template-columns:30% 70%;grid-template-rows:min-content 1fr;margin-top:32px}@media screen and (max-width: 767px){.Feature2SectionLineup{grid-template-columns:37% 63%;position:relative;padding:0 8px 72px}}@media screen and (min-width: 768px){.Feature2SectionLineup{padding:0 16px}}@media screen and (min-width: 1024px){.Feature2SectionLineup{padding:0 32px}}.Feature2SectionLineup__photo{grid-area:photo;position:relative}.Feature2SectionLineup__photo>img{display:block;position:absolute;width:100%;height:100%;object-fit:cover}.Feature2SectionLineup__heading{grid-area:heading;margin:0;padding:0 8px;background-color:var(--theme-color-accent);color:var(--theme-color-white);font-family:Noto Sans JP,sans-serif;font-size:32px;font-weight:900}@media screen and (max-width: 767px){.Feature2SectionLineup__heading{font-size:18px}}.Feature2SectionLineup__details{display:flex;flex-direction:column;row-gap:8px;grid-area:details;position:relative;padding:8px 8px 0;font-family:Noto Sans JP,sans-serif}@media screen and (max-width: 767px){.Feature2SectionLineup__details{row-gap:2px;position:unset}}.Feature2SectionLineup__details>p{margin:0}.Feature2SectionLineup__details-description{font-size:18px;font-weight:900;line-height:1.25}@media screen and (max-width: 767px){.Feature2SectionLineup__details-description{font-size:13px}}.Feature2SectionLineup__details-price{font-size:16px;font-weight:700}.Feature2SectionLineup__details-price:after{content:"\ff08\7a0e\8fbc\ff09";display:inline-block}.Feature2SectionLineup__details-price>b{margin-right:4px;color:var(--theme-color-red);font-size:48px;font-weight:900;line-height:1}@media screen and (max-width: 767px){.Feature2SectionLineup__details-price{font-size:12px}.Feature2SectionLineup__details-price:after{content:"\7a0e\8fbc";width:16px;padding:2px 0;border:2px solid var(--theme-color-contents);line-height:1;text-align:center}.Feature2SectionLineup__details-price>b{font-size:34px}}.Feature2SectionLineup__details-spec{font-size:16px;font-weight:700;line-height:1.5}@media screen and (max-width: 767px){.Feature2SectionLineup__details-spec{display:flex;font-size:12px}}.Feature2SectionLineup__details-compare{position:absolute}@media screen and (max-width: 767px){.Feature2SectionLineup__details-compare{display:flex;align-items:flex-start;flex-direction:row-reverse;bottom:0;left:50%;transform:translate(-50%)}}@media screen and (min-width: 768px){.Feature2SectionLineup__details-compare{top:8px;right:0;height:100%}}@media screen and (min-width: 1024px){.Feature2SectionLineup__details-compare{top:8px;right:0}}.Feature2SectionLineup__details-catalogprice{margin:0;background-color:var(--theme-color-accent-dark);color:var(--theme-color-white);line-height:1.75}.Feature2SectionLineup__details-catalogprice>b{font-weight:900}.Feature2SectionLineup__details-catalogprice>span{font-weight:700}.Feature2SectionLineup__details-catalogprice>span>span{font-size:75%}@media screen and (max-width: 767px){.Feature2SectionLineup__details-catalogprice{position:relative;margin-left:12px;padding:4px 12px;line-height:1.25;border-radius:2px 0 0 2px}.Feature2SectionLineup__details-catalogprice>b{font-size:22px}.Feature2SectionLineup__details-catalogprice>span{margin-right:0;font-size:14px}.Feature2SectionLineup__details-catalogprice:before{content:"";display:block;position:absolute;top:0;right:calc(100% - 1px);border:28px solid transparent;border-right:12px solid var(--theme-color-accent-dark)}}@media screen and (min-width: 768px){.Feature2SectionLineup__details-catalogprice{position:absolute;bottom:16px;right:0;width:max-content;padding:0 8px}.Feature2SectionLineup__details-catalogprice>b{font-size:28px}.Feature2SectionLineup__details-catalogprice>span{font-size:18px;margin-right:2px}}@media screen and (min-width: 1024px){.Feature2SectionLineup__details-catalogprice{position:unset;width:auto;padding:0 16px}.Feature2SectionLineup__details-catalogprice>b{font-size:32px}.Feature2SectionLineup__details-catalogprice>span{font-size:20px;margin-right:8px}}.Feature2SectionLineup__details-pricedown{display:block;width:fit-content;margin:0 0 0 auto;padding:0 16px;background-color:var(--theme-color-red);color:var(--theme-color-yellow);font-weight:700;line-height:1.2;transform:rotate(-10deg) translate(-10%,10%)}.Feature2SectionLineup__details-pricedown>span{font-size:50%}@media screen and (max-width: 767px){.Feature2SectionLineup__details-pricedown{padding:0 4px;font-size:34px}}@media screen and (min-width: 768px){.Feature2SectionLineup__details-pricedown{font-size:48px;transform:rotate(10deg) translate(5%,20%)}}@media screen and (min-width: 1024px){.Feature2SectionLineup__details-pricedown{font-size:56px;transform:rotate(-10deg) translate(-10%,10%)}}.Feature2SectionLineup__note{width:560px;max-width:100%;margin:32px auto 64px;padding:16px 8px;box-sizing:border-box;border:4px dotted var(--theme-color-accent);font-family:Noto Sans JP,sans-serif;font-size:24px;font-weight:700;text-align:center}@media screen and (max-width: 767px){.Feature2SectionLineup__note{width:fit-content;font-size:12px;margin:32px auto 64px;padding:8px 16px;border-width:2px}}.Feature2SectionTile{position:relative;margin:32px auto;padding:0 32px}@media screen and (max-width: 767px){.Feature2SectionTile{padding:0 8px}}.Feature2SectionTile__mainimage picture,.Feature2SectionTile__mainimage img{display:block;width:100%;height:auto}.Feature2SectionTile__balloon{position:absolute}.Feature2SectionTile__balloon>img{display:block;width:100%}@media screen and (max-width: 767px){.Feature2SectionTile__balloon{bottom:72px;right:-16px;width:230px}}@media screen and (min-width: 768px){.Feature2SectionTile__balloon{bottom:80px;right:0;width:300px}}@media screen and (min-width: 1024px){.Feature2SectionTile__balloon{bottom:80px;right:32px;width:360px}}.Feature2SectionTile__manufacturers{position:absolute;max-width:100%;font-family:Noto Sans JP,sans-serif;font-size:18px;font-weight:700;line-height:1}.Feature2SectionTile__manufacturers>h3{display:inline-block;margin:0 0 4px;padding:4px 8px;border:2px solid var(--theme-color-contents);font-weight:inherit}.Feature2SectionTile__manufacturers>p{margin:0;line-height:1.5}.Feature2SectionTile__manufacturers>p>span{display:inline-block}@media screen and (max-width: 767px){.Feature2SectionTile__manufacturers{position:unset;margin-top:16px;font-size:15px}.Feature2SectionTile__manufacturers>h3{margin-bottom:8px}}@media screen and (min-width: 768px){.Feature2SectionTile__manufacturers{bottom:0;right:0;width:280px}}@media screen and (min-width: 1024px){.Feature2SectionTile__manufacturers{bottom:0;right:32px;width:320px}}:root{font-family:Noto Sans JP,sans-serif;font-size:16px;line-height:1.5;--theme-color-background: #fff;--theme-color-background-accent: #cdebfc;--theme-color-contents: #000;--theme-color-white: #fff;--theme-color-accent: #0075c1;--theme-color-accent-dark: #100964;--theme-color-red: #db272d;--theme-color-yellow: #ffff00;--layout-max-width: 920px}a{text-decoration:inherit}html{scroll-behavior:smooth;overflow-x:hidden}body{overflow-x:hidden;margin:0;padding:0;background-image:url(/s/images/stripe-background.webp),linear-gradient(90deg,var(--theme-color-background),var(--theme-color-background) 50%,var(--theme-color-background-accent) 50%,var(--theme-color-background-accent) 100%);background-repeat:repeat-y,no-repeat}@media screen and (max-width: 767px){body{background-position:calc(50% + 40px) 0,0 0;background-size:50% auto,auto auto}}@media screen and (min-width: 768px){body{background-position:calc(50% + 160px) 0,0 0;background-size:50% auto,auto auto}}@media screen and (min-width: 1024px){body{background-position:calc(50% + 362px) 0,0 0;background-size:auto auto,auto auto}}
