/** Shopify CDN: Minification failed

Line 41:130 Expected ":"

**/
/* --------------- variables --------------------- */
/* Break Point */
.hero .heroAbout {
  color: #fff;
  text-align: center;
}
.hero .heroAbout .heroAboutSummary,
.hero .heroAbout .heroAboutSummaryAfter {
  font-weight: bold;
}
.hero .heroAbout .heroAboutList {
  border-top: 1px solid #fff;
}
.hero .heroAbout .heroAboutList dt {
  font-family: "Inter", sans-serif;
  padding: 0;
  font-weight: bold;
  background: linear-gradient(0deg, #e60e0e, #e14802);
  background: -webkit-linear-gradient(0deg, #e60e0e, #e14802);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero .heroAbout .heroAboutList dd {
  border-bottom: 1px solid #fff;
  font-weight: bold;
}
.hero .heroAbout .heroAboutSummaryBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hero .heroAbout .heroAboutSummaryBtn:before, .hero .heroAbout .heroAboutSummaryBtn:after {
  content: "";
  display: block;
  background: url("//tc-ent.myshopify.com/cdn/shop/t/1/assets/hero_about_btn_deco.png?v=86539835664659551871782984289"); no-repeat;
  background-size: contain;
}
.hero .heroAbout .heroAboutSummaryBtn:after {
  transform: scale(-1, 1);
}
.hero .heroAbout .heroAboutSummaryBtn a {
  font-family: "Inter", sans-serif;
  display: block;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #fff;
  position: relative;
}
.hero .heroAbout .heroAboutSummaryBtn a:before {
  content: "";
  display: block;
  background: url("//tc-ent.myshopify.com/cdn/shop/t/1/assets/arrow_o.webp?v=14219565633144820651775546097") no-repeat center/cover;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.topCont .heading {
  display: flex;
  align-items: baseline;
  line-height: 1;
}
.topCont .heading .entitle {
  font-family: "Inter", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.topCont .heading h2 {
  font-weight: 500;
}

.businessLinkWrap .businessLink {
  position: relative;
  z-index: 1;
}
.businessLinkWrap .businessLink li a {
  position: relative;
  overflow: hidden;
}
.businessLinkWrap .businessLink li .businessDeco {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.businessLinkWrap .businessLink li .linkText {
  position: relative;
  z-index: 2;
}
.businessLinkWrap .businessLink li .linkText h3 {
  color: #1a1a1a;
  font-weight: 500;
  position: relative;
}
.businessLinkWrap .businessLink li .linkBtn {
  display: inline-block;
  border: 1px solid #c1c1c1;
  background-color: #fff;
  text-align: center;
  position: relative;
  color: #000;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1;
}

.newsLinkWrap {
  background-color: #fff;
}
.newsLinkWrap .newsHeading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newsLinkWrap .newsHeading .newsHeadingTitle {
  font-weight: 700;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.05em;
  position: relative;
}
.newsLinkWrap .newsHeading .newsHeadingLink {
  display: inline-block;
  font-weight: 500;
  position: relative;
}
.newsLinkWrap .newsLink li {
  border-bottom: 1px solid #e1e1e1;
}
.newsLinkWrap .newsLink li a {
  display: block;
}
.newsLinkWrap .newsLink li .ymdcat {
  display: flex;
  align-items: center;
  gap: 12px;
}
.newsLinkWrap .newsLink li .ymdcat .ymd {
  font-family: "Inter", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.newsLinkWrap .newsLink li .ymdcat .cat {
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  border: 1px solid #000;
  text-align: center;
}
.newsLinkWrap .newsLink li p {
  text-decoration: underline;
}

#company h2 {
  font-weight: 700;
  color: #fff;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
}
#company .companyLink > a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
#company .companyLink .companyLinkImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#company .companyLink .companyLinkImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
#company .companyLink .companyLinkTitle {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  .hero {
    padding-bottom: 70px;
    background: url("//tc-ent.myshopify.com/cdn/shop/t/1/assets/hero_bg_sp.webp?v=51112291037036873801782984289") no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .hero .heroMv {
    padding-top: 57px;
    padding-left: 15px;
  }
  .hero .heroAbout {
    margin-top: 50px;
    padding: 0 15px;
  }
  .hero .heroAbout .heroAboutSummary,
  .hero .heroAbout .heroAboutSummaryAfter {
    font-size: 16px;
  }
  .hero .heroAbout .heroAboutList {
    margin-top: 17px;
  }
  .hero .heroAbout .heroAboutList dt {
    padding-top: 15px;
    font-size: 11px;
  }
  .hero .heroAbout .heroAboutList dd {
    padding-bottom: 15px;
    font-size: 22px;
    line-height: 1.42;
  }
  .hero .heroAbout .heroAboutSummaryAfter {
    margin-top: 14px;
  }
  .hero .heroAbout .heroAboutSummaryNote {
    margin-top: 15px;
  }
  .hero .heroAbout .heroAboutSummaryBtn {
    margin-top: 25px;
    gap: 13px;
  }
  .hero .heroAbout .heroAboutSummaryBtn:before, .hero .heroAbout .heroAboutSummaryBtn:after {
    width: 35px;
    height: 20px;
  }
  .hero .heroAbout .heroAboutSummaryBtn a {
    padding-left: 10px;
    padding-right: 33px;
    font-size: 23px;
    line-height: 40px;
  }
  .hero .heroAbout .heroAboutSummaryBtn a:before {
    width: 7px;
    height: 16px;
    right: 10px;
  }
  .topCont {
    padding-top: 40px;
    background: url("//tc-ent.myshopify.com/cdn/shop/t/1/assets/content_bg_sp.webp?v=38390400682875424571775547630") no-repeat top right;
    background-size: 100% auto;
  }
  .topCont .heading {
    padding: 0 15px;
    gap: 17px;
  }
  .topCont .heading .entitle {
    font-size: 36px;
  }
  .topCont .heading h2 {
    font-size: 14px;
    transform: translateY(-2px);
  }
  .cont2Col {
    margin-top: 30px;
  }
  .businessLinkWrap .businessLink li + li {
    border-top: 4px solid #fff;
  }
  .businessLinkWrap .businessLink li a {
    width: 100%;
    height: 142px;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
  }
  .businessLinkWrap .businessLink li .businessImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .businessLinkWrap .businessLink li .businessImg img {
    width: 100%;
    height: 100%;
    -o-object-position: top left;
       object-position: top left;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .businessLinkWrap .businessLink li .businessDeco img {
    height: 46px;
  }
  .businessLinkWrap .businessLink li .linkText h3 {
    font-size: 16px;
    padding-top: 15px;
  }
  .businessLinkWrap .businessLink li .linkBtn {
    font-size: 11px;
    border-radius: 15px;
    padding: 10px 26px 9px 20px;
  }
  .businessLinkWrap .businessLink li .linkBtn:after {
    content: "";
    display: inline-block;
    background: url("//tc-ent.myshopify.com/cdn/shop/t/1/assets/arrow_o.webp?v=14219565633144820651775546097") no-repeat center/cover;
    aspect-ratio: 6/13;
    width: 4px;
    height: auto;
    position: absolute;
    right: 10px;
    top: calc(50% - 4px);
  }
  .newsLinkWrap {
    margin: 30px auto 0;
    width: calc(100% - 30px);
    border-radius: 15px;
    padding: 25px 15px;
  }
  .newsLinkWrap .newsHeading .newsHeadingTitle {
    font-size: 18px;
    padding-left: 29px;
  }
  .newsLinkWrap .newsHeading .newsHeadingTitle:before {
    content: "";
    display: inline-block;
    background: url("//tc-ent.myshopify.com/cdn/shop/t/1/assets/icon_megaphone.webp?v=59433463981634789131775546095") no-repeat center/cover;
    aspect-ratio: 21/18;
    width: 17px;
    height: auto;
    position: absolute;
    left: 3px;
    top: calc(50% - 9px);
  }
  .newsLinkWrap .newsHeading .newsHeadingLink {
    font-size: 13px;
    padding-right: 17px;
  }
  .newsLinkWrap .newsHeading .newsHeadingLink:after {
    content: "";
    display: inline-block;
    background: url("//tc-ent.myshopify.com/cdn/shop/t/1/assets/arrow_o.webp?v=14219565633144820651775546097") no-repeat center/cover;
    width: 6px;
    height: 13px;
    position: absolute;
    right: 0px;
    top: calc(50% - 6.5px);
    transition: 0.3s;
  }
  .newsLinkWrap .newsLink li a {
    padding: 13px 0;
  }
  .newsLinkWrap .newsLink li .ymdcat .ymd {
    font-size: 12px;
  }
  .newsLinkWrap .newsLink li .ymdcat .cat {
    font-size: 11px;
    border-radius: 10px;
    min-width: 80px;
    padding: 4px 6px;
  }
  .newsLinkWrap .newsLink li p {
    margin-top: 10px;
    font-size: 13px;
  }
  #company {
    margin: 30px auto 0;
    width: calc(100% - 30px);
    background: url("//tc-ent.myshopify.com/cdn/shop/t/1/assets/company_bg_sp.webp?v=168738013902396167661775547631") no-repeat center/cover;
    border-radius: 15px;
    padding: 30px 25px 25px;
  }
  #company h2 {
    font-size: 29px;
  }
  #company h2 + p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
  }
  #company .companyLink {
    margin-top: 20px;
  }
  #company .companyLink > a {
    height: 114px;
    padding: 30px 60px;
  }
  #company .companyLink > a + a {
    margin-top: 9px;
  }
  #company .companyLink > a:after {
    content: "";
    width: 26px;
    height: 26px;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    background: url("//tc-ent.myshopify.com/cdn/shop/t/1/assets/arrow_o.webp?v=14219565633144820651775546097") no-repeat center;
    background-size: 5px auto;
    background-color: #fff;
    position: absolute;
    right: 25px;
    top: calc(50% - 13px);
    z-index: 2;
  }
  #company .companyLink .companyLinkTitle {
    font-size: 17px;
  }
  #company .companyLink .companyLinkTitle img {
    max-width: 183px;
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 1024px) {
  .hero {
    padding-bottom: 82px;
    background: url("//tc-ent.myshopify.com/cdn/shop/t/1/assets/hero_bg.webp?v=56679567262490821691782984289") no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .hero .heroMv {
    margin: 0 auto;
    max-width: 1160px;
  }
  .hero .heroAbout {
    max-width: 646px;
    margin: 0 auto;
  }
  .hero .heroAbout .heroAboutSummary,
  .hero .heroAbout .heroAboutSummaryAfter {
    font-size: 26px;
  }
  .hero .heroAbout .heroAboutList {
    margin-top: 21px;
  }
  .hero .heroAbout .heroAboutList dt {
    padding-top: 22px;
    font-size: 18px;
  }
  .hero .heroAbout .heroAboutList dd {
    padding-bottom: 22px;
    margin-top: 6px;
    font-size: 42px;
    line-height: 1.23;
  }
  .hero .heroAbout .heroAboutSummaryAfter {
    margin-top: 24px;
  }
  .hero .heroAbout .heroAboutSummaryNote {
    margin-top: 22px;
    font-size: 18px;
  }
  .hero .heroAbout .heroAboutSummaryBtn {
    margin-top: 25px;
    gap: 20px;
  }
  .hero .heroAbout .heroAboutSummaryBtn:before, .hero .heroAbout .heroAboutSummaryBtn:after {
    width: 53px;
    height: 29px;
  }
  .hero .heroAbout .heroAboutSummaryBtn a {
    padding-left: 18px;
    padding-right: 48px;
    font-size: 34px;
    line-height: 57px;
    transition: 0.3s;
  }
  .hero .heroAbout .heroAboutSummaryBtn a:hover, .hero .heroAbout .heroAboutSummaryBtn a:focus-visible {
    opacity: 0.5;
  }
  .hero .heroAbout .heroAboutSummaryBtn a:before {
    width: 12px;
    height: 30px;
    right: 15px;
  }
  .topCont {
    padding-top: 100px;
    background: url("//tc-ent.myshopify.com/cdn/shop/t/1/assets/content_bg_pc.webp?v=112786879220106265031779692961") no-repeat top right/100% auto;
  }
  .topCont .heading {
    gap: 20px;
    width: 90vw;
    margin: 0 auto;
  }
  .topCont .heading .entitle {
    font-size: 68px;
  }
  .topCont .heading h2 {
    font-size: 20px;
    transform: translateY(-3px);
  }
  .cont2Col {
    margin-top: 60px;
    display: flex;
  }
  .businessLinkWrap {
    width: calc(100% - 380px);
  }
  .businessLinkWrap .businessLink li:first-of-type a {
    border-radius: 0 10px 0 0;
  }
  .businessLinkWrap .businessLink li:last-of-type a {
    border-radius: 0 0 10px 0;
  }
  .businessLinkWrap .businessLink li + li {
    border-top: 4px solid #fff;
  }
  .businessLinkWrap .businessLink li a {
    width: 100%;
    height: 175px;
    padding: 0 5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
  }
  .businessLinkWrap .businessLink li a:hover .businessImg img {
    transform: scale(1.1);
  }
  .businessLinkWrap .businessLink li a:hover .linkBtn {
    background-color: #000;
    color: #fff;
  }
  .businessLinkWrap .businessLink li a:hover .linkBtn:after {
    background-image: url("//tc-ent.myshopify.com/cdn/shop/t/1/assets/arrow_w.webp?v=125690369026195084061779765965");;
  }
  .businessLinkWrap .businessLink li .businessImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .businessLinkWrap .businessLink li .businessImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center left;
       object-position: center left;
    transition: 0.5s;
  }
  .businessLinkWrap .businessLink li .businessDeco img {
    height: 69px;
  }
  .businessLinkWrap .businessLink li .linkText h3 {
    font-size: 32px;
    padding-top: 18px;
  }
  .businessLinkWrap .businessLink li .linkBtn {
    font-size: 15px;
    border-radius: 22px;
    padding: 12px 38px;
    transition: 0.5s;
  }
  .businessLinkWrap .businessLink li .linkBtn:after {
    content: "";
    display: inline-block;
    background: url("//tc-ent.myshopify.com/cdn/shop/t/1/assets/arrow_o.webp?v=14219565633144820651775546097") no-repeat center/cover;
    width: 6px;
    height: 13px;
    position: absolute;
    right: 15px;
    top: calc(50% - 6.5px);
    transition: 0.5s;
  }
  .newsLinkWrap {
    padding: 60px 32px 30px 37px;
    width: 380px;
    margin-top: 55px;
    background-image: url("news_bg.webp");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100% auto;
  }
  .newsLinkWrap .newsHeading .newsHeadingTitle {
    font-size: 20px;
    padding-left: 40px;
  }
  .newsLinkWrap .newsHeading .newsHeadingTitle:before {
    content: "";
    display: inline-block;
    background: url("//tc-ent.myshopify.com/cdn/shop/t/1/assets/icon_megaphone.webp?v=59433463981634789131775546095") no-repeat center/cover;
    width: 21px;
    height: 18px;
    position: absolute;
    left: 7px;
    top: calc(50% - 9px);
  }
  .newsLinkWrap .newsHeading .newsHeadingLink {
    font-size: 15px;
    padding-right: 30px;
    transition: 0.3s;
  }
  .newsLinkWrap .newsHeading .newsHeadingLink:hover {
    opacity: 0.5;
  }
  .newsLinkWrap .newsHeading .newsHeadingLink:hover:after {
    right: 5px;
  }
  .newsLinkWrap .newsHeading .newsHeadingLink:after {
    content: "";
    display: inline-block;
    background: url("//tc-ent.myshopify.com/cdn/shop/t/1/assets/arrow_o.webp?v=14219565633144820651775546097") no-repeat center/cover;
    width: 6px;
    height: 13px;
    position: absolute;
    right: 10px;
    top: calc(50% - 6.5px);
    transition: 0.3s;
  }
  .newsLinkWrap .newsLink li a {
    padding: 20px 0;
    transition: 0.3s;
  }
  .newsLinkWrap .newsLink li a:hover {
    opacity: 0.5;
  }
  .newsLinkWrap .newsLink li a:hover p {
    text-decoration: none;
  }
  .newsLinkWrap .newsLink li .ymdcat .ymd {
    font-size: 14px;
  }
  .newsLinkWrap .newsLink li .ymdcat .cat {
    font-size: 13px;
    border-radius: 13px;
    min-width: 97px;
    padding: 6px;
  }
  .newsLinkWrap .newsLink li p {
    margin-top: 15px;
    font-size: 14px;
  }
  #company {
    padding-top: 150px;
    padding-bottom: 80px;
    margin-top: -70px;
    background: url("//tc-ent.myshopify.com/cdn/shop/t/1/assets/company_bg_pc.webp?v=129636575924356427181775547631") no-repeat center/cover;
    position: relative;
    z-index: 0;
    border-radius: 0 0 0 42px;
    width: 95vw;
    margin-left: auto;
  }
  #company .companyInner {
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
  }
  #company h2 {
    font-size: 68px;
  }
  #company h2 + p {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
  }
  #company .companyLink {
    display: flex;
    gap: 18px;
    margin-top: 40px;
  }
  #company .companyLink > a {
    flex: 1;
    height: 212px;
    padding: 30px 75px;
  }
  #company .companyLink > a:hover:after {
    background-image: url("//tc-ent.myshopify.com/cdn/shop/t/1/assets/arrow_w.webp?v=125690369026195084061779765965");;
    background-color: #000;
  }
  #company .companyLink > a:hover .companyLinkImg img {
    transform: scale(1.1);
  }
  #company .companyLink > a:after {
    content: "";
    width: 32px;
    height: 32px;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    background: url("//tc-ent.myshopify.com/cdn/shop/t/1/assets/arrow_o.webp?v=14219565633144820651775546097") no-repeat center;
    background-size: 5px auto;
    background-color: #fff;
    position: absolute;
    right: 30px;
    top: calc(50% - 16px);
    z-index: 2;
    transition: 0.5s;
  }
  #company .companyLink .companyLinkTitle {
    font-size: 24px;
  }
  #company .companyLink .companyLinkTitle img {
    max-width: 239px;
    padding-right: 15px;
  }
  #footer {
    padding-top: 90px;
  }
}
/*# sourceMappingURL=map/home.css.map */
