@charset "utf-8";
#kv {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 100dvh;
}
.kv {
  position: relative;
}
.kv-logo {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50%;
}
.kv-pht {
  width: 51.4vw;
  margin-right: 11.4vw;
  z-index: -1;
}
@media screen and (max-width: 1100px) {
  #kv {
    position: relative;
    overflow: hidden;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    max-height: initial;
  }
  .kv-logo {
    position: relative;
    top: initial;
    left: initial;
    margin-top: 122px;
    margin-left: 10px;
    -webkit-transform: none;
            transform: none;
    width: 82%;
  }
  .kv-pht {
    width: 100vw;
    margin-right: initial;
    margin-top: -32px;
    z-index: -1;
  }
}
#top-news .l-container {
  padding-top: 100px;
}
#top-news .p-top-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.8%;
  border-top: 1px solid var(--color-line);
  padding-top: 40px;
}
#top-news .p-top-news-ttl h2 {
  font-size: calc(32 / 16 * 1rem);
  font-weight: 700;
  line-height: 1;
}
#top-news .p-top-news-detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#top-news .p-top-news-detail-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
#top-news .p-top-news-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
#top-news .p-top-news-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 8em;
  margin-top: 0.2em;
}
#top-news .p-top-news-tag span {
  width: 100%;
  background: var(--color-tag-bg);
  border-radius: 4px;
  font-size: var(--txt14);
  padding: 0.3em 0.8em;
  white-space: nowrap;
  line-height: 1;
  text-align: center;
}
#top-news .p-top-news-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#top-news .p-top-news-detail-wrap + .p-top-news-detail-wrap {
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  #top-news .p-top-news-detail-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 10px;
  }
  #top-news .p-top-news-head {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  #top-news .l-container {
    padding-top: 80px;
  }
  #top-news .p-top-news {
    display: block;
    gap: 5.8%;
    padding-top: 30px;
  }
  #top-news .p-top-news-detail {
    margin-top: 20px;
  }
  #top-news .p-top-news-detail-wrap {
    gap: 10px;
  }
  #top-news .p-top-news-head {
    gap: 10px;
  }
  #top-news .p-top-news-tag span {
    font-size: calc(11 / 16 * 1rem);
  }
  #top-news .p-top-news-txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #top-news .p-top-news-detail-wrap + .p-top-news-detail-wrap {
    margin-top: 20px;
  }
}
#top-about * {
  color: var(--color-white);
}
#top-about .p-top-about {
  position: relative;
  min-height: 100vh;
  height: 100%;
}
#top-about .p-top-about-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  clip-path: inset(0);
  z-index: -1;
}
#top-about .p-top-about-bg-fixed {
  position: fixed;
  top: 0;
  width: calc(100vw - 14%);
  min-height: 100vh;
  height: 100%;
  background-size: cover;
  background-position: center;
}
#top-about .p-top-about.bg01 .p-top-about-bg-fixed,
#top-about .p-top-about.bg02 .p-top-about-bg-fixed {
  background-color: rgba(51, 51, 51, 0.9);
  background-blend-mode: multiply;
}
#top-about .p-top-about.bg01 .p-top-about-bg-fixed {
  right: 0;
  background-image: url(/assets/images/top/about_01_bg.jpg);
}
#top-about .p-top-about.bg01 .p-top-about-contents-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
#top-about .p-top-about.bg02 {
  margin-top: 120px;
}
#top-about .p-top-about.bg02 .p-top-about-bg-fixed {
  left: 0;
  background-image: url(/assets/images/top/about_02_bg.jpg);
}
#top-about .p-top-about.bg02 .p-top-about-contents {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
#top-about .p-top-about-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#top-about .p-top-about-contents-wrap {
  padding: 100px 0 150px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.3vw;
}
#top-about .p-top-about-contents-ttl h2 {
  position: sticky;
  top: 80px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: var(--ja-serif);
  font-size: calc(32 / 16 * 1rem);
  letter-spacing: 0.3em;
  line-height: 1;
}
#top-about .p-top-about-contents-ttl span {
  margin-top: 60px;
  margin-right: 1em;
  display: block;
}
#top-about .p-top-about-contents-txt {
  width: clamp(39%, 430px, 70%);
  margin-top: 30px;
  line-height: 2.6;
}
#top-about .p-top-about-contents-txt-en-ttl {
  margin-top: 80px;
  font-size: var(--txt20);
  font-weight: 700;
  line-height: 1.5;
}
#top-about .p-top-about-contents-txt-en-txt {
  margin-top: 10px;
  font-size: calc(13 / 16 * 1rem);
  line-height: 2;
}
#top-about .p-top-about-contents-pht {
  height: 100%;
  position: sticky;
  top: 0;
  width: 34.2vw;
}
#top-about .p-top-about-contents-pht figure {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #top-about .p-top-about-bg-fixed {
    width: 100%;
  }
  #top-about .p-top-about.bg01 {
    margin-top: 80px;
  }
  #top-about .p-top-about.bg01 .p-top-about-contents-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #top-about .p-top-about.bg02 {
    margin-top: 150px;
  }
  #top-about .p-top-about.bg02 .p-top-about-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #top-about .p-top-about.bg02 .p-top-about-contents-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #top-about .p-top-about-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  #top-about .p-top-about-contents-wrap {
    padding: 50px 0 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3vw;
  }
  #top-about .p-top-about-contents-ttl h2 {
    position: static;
    top: initial;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    font-size: calc(24 / 16 * 1rem);
    letter-spacing: 0.1em;
  }
  #top-about .p-top-about-contents-ttl span {
    margin-top: 0.5em;
    margin-right: 0;
  }
  #top-about .p-top-about-contents-txt {
    width: 100%;
    margin-top: 10px;
  }
  #top-about .p-top-about-contents-txt-en-ttl {
    margin-top: 50px;
    font-size: var(--txt20);
    font-weight: 700;
  }
  #top-about .p-top-about-contents-txt-en-txt {
    margin-top: 10px;
    font-size: calc(13 / 16 * 1rem);
    line-height: 2;
  }
  #top-about .p-top-about-contents-pht {
    height: auto;
    position: static;
    top: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #top-about .p-top-about-contents-pht figure {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -80px;
    margin-left: 5.3vw;
    margin-right: 5.3vw;
  }
}
#top-brand {
  background: #fff;
  padding-bottom: 150px;
}
#top-brand .p-top-brand-item + .p-top-brand-item {
  margin-top: 80px;
}
#top-brand .p-top-brand-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(20%, 380px) 3.3% auto;
  grid-template-columns: minmax(20%, 380px) auto;
  -ms-grid-rows: auto 50px auto;
  grid-template-rows: repeat(2, auto);
  gap: 50px 3.3%;
}
#top-brand .p-top-brand-item > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#top-brand .p-top-brand-item > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
#top-brand .p-top-brand-item > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
#top-brand .p-top-brand-item > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
#top-brand .p-top-brand-item-pht {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
}
#top-brand .p-top-brand-item-ttl {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-row-align: self-start;
      align-self: self-start;
  gap: 20px;
}
#top-brand .p-top-brand-item-ttl figure {
  width: 100px;
}
#top-brand .p-top-brand-item-ttl h3 {
  font-family: var(--en), var(--ja-m), sans-serif;
  min-width: calc(100% - 120px);
  font-size: calc(28 / 16 * 1rem);
  font-weight: 400;
  line-height: 1.5;
}
#top-brand .p-top-brand-item-ttl span {
  margin-top: 0.45em;
  display: block;
  font-size: var(--txt14);
}
#top-brand .p-top-brand-item-summary {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  padding-left: 6.4%;
  border-left: 1px solid var(--color-line);
  padding-bottom: 20px;
  letter-spacing: 0.05em;
}
#top-brand .p-top-brand-item .en {
  margin-top: 30px;
  font-size: calc(13 / 16 * 1rem);
  color: var(--color-subtxt);
  letter-spacing: 0.03em;
}
#top-brand .p-top-brand-item .c-btn-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 1220px) {
  #top-brand .p-top-brand-item-ttl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  #top-brand {
    padding-bottom: 70px;
  }
  #top-brand .p-top-brand-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 30px auto 30px auto;
    grid-template-rows: repeat(3, auto);
    gap: 30px;
  }
  #top-brand .p-top-brand-item > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #top-brand .p-top-brand-item > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #top-brand .p-top-brand-item > *:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  #top-brand .p-top-brand-item-pht {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
  }
  #top-brand .p-top-brand-item-ttl figure {
    width: 80px;
  }
  #top-brand .p-top-brand-item-ttl h3 {
    font-size: calc(24 / 16 * 1rem);
  }
  #top-brand .p-top-brand-item-ttl span {
    font-size: calc(12 / 16 * 1rem);
  }
  #top-brand .p-top-brand-item-summary {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
    padding-top: 30px;
    padding-bottom: 0;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid var(--color-line);
  }
  #top-brand .p-top-brand-item .c-btn-wrap {
    text-align: center;
    margin-bottom: 0;
  }
}
#top-produce {
  background: var(--color-black);
  overflow: hidden;
}
#top-produce .produce-vertical-slider-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#top-produce .produce-vertical-slider-wrap * {
  color: var(--color-white);
}
#top-produce .produce-vertical-area {
  width: auto;
  height: 100%;
  margin-left: 10vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#top-produce .produce-vertical-area:nth-child(odd) {
  margin-top: 80px;
}
#top-produce .produce-vertical-area.first-slide {
  width: 30vw;
  margin-top: 0;
  margin-left: 10vw;
}
#top-produce .produce-vertical-area.first-slide .slide-wrap {
  display: block;
}
#top-produce .produce-vertical-area.last-slide {
  margin-top: 0;
  margin-left: 0;
}
#top-produce .produce-vertical-area.last-slide .slide-wrap {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top-produce .produce-vertical-area.last-slide .c-btn-wrap {
  text-align: center;
}
#top-produce .produce-vertical-area.last-slide .c-btn-wrap + .c-btn-wrap {
  margin-top: 40px;
}
#top-produce .produce-vertical-area .slide-wrap {
  width: 60vw;
  height: 70%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 360px 5.3vw 1fr;
  grid-template-columns: 360px 1fr;
  gap: 5.3vw;
  position: relative;
  overflow: hidden;
}
#top-produce .produce-vertical-area .slide-wrap img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#top-produce .produce-vertical-area-ttl {
  margin-bottom: 20px;
  font-family: var(--ja-serif);
  font-size: calc(32 / 16 * 1rem);
}
#top-produce .produce-vertical-area-lead {
  margin-top: 20px;
  line-height: 2;
}
#top-produce .slide-wrap-txt {
  max-width: 540px;
}
#top-produce .slide-wrap-txt .produce-item-ttl {
  font-family: var(--ja-m);
  font-size: calc(28 / 16 * 1rem);
  border-bottom: 1px solid var(--color-white);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#top-produce .slide-wrap-txt .produce-item-ttl .en {
  display: block;
  font-size: calc(14 / 16 * 1rem);
  font-weight: 400;
  margin-top: 0;
}
#top-produce .slide-wrap-txt h3 {
  font-family: var(--ja-m);
  font-size: var(--txt20);
  margin-bottom: 20px;
}
#top-produce .slide-wrap-txt .en {
  font-size: calc(13 / 16 * 1rem);
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #top-produce .produce-vertical-area {
    margin-left: 15vw;
  }
  #top-produce .produce-vertical-area:nth-child(odd) {
    margin-top: 40px;
  }
  #top-produce .produce-vertical-area.first-slide {
    width: auto;
    margin-top: 0!important;
    margin-left: 5vw;
  }
  #top-produce .produce-vertical-area.first-slide .slide-wrap {
    width: 80vw;
  }
  #top-produce .produce-vertical-area.last-slide {
    width: auto;
    margin-top: 0;
    margin-left: 0;
  }
  #top-produce .produce-vertical-area.last-slide .slide-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #top-produce .produce-vertical-area.last-slide .slide-wrap-txt {
    max-width: initial;
  }
  #top-produce .produce-vertical-area .slide-wrap {
    width: 150vw;
    -ms-grid-columns: 60vw 7.3vw 1fr;
    grid-template-columns: 60vw 1fr;
    gap: 7.3vw;
  }
  #top-produce .produce-vertical-area-ttl {
    font-size: calc(28 / 16 * 1rem);
  }
  #top-produce .slide-wrap-txt {
    max-width: 70vw;
  }
  #top-produce .slide-wrap-txt .produce-item-ttl {
    font-size: calc(24 / 16 * 1rem);
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
#top-pht-gallery {
  padding: 80px 0;
  overflow: hidden;
}
#top-pht-gallery .p-top-pht-gallery-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#top-pht-gallery .p-top-pht-gallery-slide li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
#top-pht-gallery .p-top-pht-gallery-slide li:nth-child(1) {
  -webkit-animation: gallery-slide01-01 100s -50s linear infinite;
          animation: gallery-slide01-01 100s -50s linear infinite;
}
#top-pht-gallery .p-top-pht-gallery-slide li:nth-child(2) {
  -webkit-animation: gallery-slide01-02 100s linear infinite;
          animation: gallery-slide01-02 100s linear infinite;
}
#top-pht-gallery figure {
  width: calc(100vw / 5);
}
#top-pht-gallery figure:last-of-type {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #top-pht-gallery {
    padding: 40px 0;
  }
  #top-pht-gallery .p-top-pht-gallery-slide li {
    gap: 10px;
  }
  #top-pht-gallery .p-top-pht-gallery-slide li:nth-child(1) {
    -webkit-animation: gallery-slide01-01 30s -15s linear infinite;
            animation: gallery-slide01-01 30s -15s linear infinite;
  }
  #top-pht-gallery .p-top-pht-gallery-slide li:nth-child(2) {
    -webkit-animation: gallery-slide01-02 30s linear infinite;
            animation: gallery-slide01-02 30s linear infinite;
  }
  #top-pht-gallery figure {
    width: calc(100vw / 3);
  }
  #top-pht-gallery figure:last-of-type {
    margin-right: 10px;
  }
}
@-webkit-keyframes gallery-slide01-01 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes gallery-slide01-01 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes gallery-slide01-02 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes gallery-slide01-02 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
#top-company {
  min-height: 42.8vw;
  position: relative;
  text-align: center;
}
#top-company *,
#top-company a {
  color: var(--color-white);
}
#top-company:before,
#top-company:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#top-company:before {
  background: url(/assets/images/top/company_bg.jpg) no-repeat left top / cover;
  z-index: -2;
}
#top-company:after {
  background: #666666;
  z-index: -1;
  mix-blend-mode: multiply;
}
#top-company .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 42.8vw;
}
#top-company .p-top-company-content {
  padding-top: 100px;
  padding-bottom: 100px;
  min-width: 50%;
}
#top-company .p-top-company-content p + p {
  margin-top: 10px;
}
#top-company .p-top-company-content-btns {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
#top-company .c-content-ttl {
  margin-bottom: 40px;
  font-size: calc(42 / 16 * 1rem);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #top-company {
    min-height: 80vw;
  }
  #top-company:before {
    background: url(/assets/images/top/company_bg_sp.jpg) no-repeat center center / cover;
  }
  #top-company .l-inner {
    display: block;
    min-height: initial;
  }
  #top-company .p-top-company-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #top-company .p-top-company-content-btns {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  #top-company .c-content-ttl {
    margin-bottom: 30px;
    font-size: calc(32 / 16 * 1rem);
  }
}
@media screen and (max-width: 390px) {
  #top-company {
    min-height: 200vw;
  }
  #top-company:before {
    background: url(/assets/images/top/company_bg_sp.jpg) no-repeat center bottom / cover;
  }
}
@media screen and (min-width: 769px) {
  #top-about .p-top-about.bg01 .c-credit-txt {
    -webkit-transform: rotate(90deg) translateY(1.2em);
            transform: rotate(90deg) translateY(1.2em);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  #top-about .p-top-about.bg02 .c-credit-txt {
    left: 0.5em;
    right: initial;
    -webkit-transform: rotate(90deg) translateX(-100%);
            transform: rotate(90deg) translateX(-100%);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  #top-company.c-credit .c-credit-txt {
    -webkit-transform: rotate(90deg) translateY(1.2em);
            transform: rotate(90deg) translateY(1.2em);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
}
@media screen and (max-width: 768px) {
  #top-company.c-credit .c-credit-txt {
    right: initial;
    left: 0.5em;
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
}
#top #l-footer {
  margin-top: 0;
}
