@charset "UTF-8";

body {
  min-width: 32rem;
  width: 100%;
}
[class*="col-"] img {
  width: 100%;
}
[class*="col-"] .welfare img {
  width: auto;
}
.header.no-bg::before {
  display: none;
}
header.cover.has-motion .bg {
  animation: headerBgMotion 1.7s ease-out forwards;
  opacity: 0;
  transform: scale(1.2);
  min-height: 45rem;
}
.reveal,
#header.cover .cont,
.cover .cont,
.department.flow-contents .reveal,
.article header .h3,
.article header .sub-h,
.fashion-view .sub-h2,
.beverage-section .sub-h2,
.ideal-items .item,
.value-items .value {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 75);
  transition: 0.5s;
}
#header.cover .cont > .title,
.our-header .l-wrap .title,
.our-header .l-wrap .l-large,
.our-section-cell .sub-desc,
.article header .h3,
.article header .sub-h,
.personnel-view header [class*="h"],
.personnel-view .pic {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 30);
  transition: 0.7s;
}
.reveal.is-revealed,
header.cover .cont.is-revealed,
header.cover .cont > .title.is-revealed,
.our-header .l-wrap .title.is-revealed,
.our-header .l-wrap .l-large.is-revealed,
.our-section-cell .sub-desc.is-revealed,
.department.flow-contents .reveal.is-revealed,
.article header .h3.is-revealed,
.article header .sub-h.is-revealed,
.fashion-view .sub-h2.is-revealed,
.beverage-section .sub-h2.is-revealed,
.ideal-items .item.is-revealed,
.value-items .value.is-revealed,
.personnel-view header.is-revealed [class*="h"],
.personnel-view .pic.is-revealed {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.cover.has-motion.reveal {
  opacity: unset;
  transform: none;
}
.header.is-active .bg {
  transition: none 0s ease 0s;
}

header.cover .cont > .title {
  transition-delay: 0.05s;
}
.our-header .l-wrap .l-large {
  transition-delay: 0.1s;
}
.our-section-cell .sub-desc {
  transition-delay: 0.1s;
}
.article header .sub-h {
  transition-delay: 0.1s;
}
.personnel-view header .h4 {
  transition-delay: 0.05s;
}
.personnel-view .pic {
  transition-delay: 0.1s;
}
.index .tab-section .item .video-wrap {
  transition-delay: 0.3s;
}
[data-namespace="business"] .video-wrap.reveal {
  transition-delay: 0.3s;
}
.form-write .form-file-wrap {
  max-width: none;
}

@keyframes headerBgMotion {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Header */
.btn-menu {
  display: none;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  width: 4rem;
  height: 4rem;
  background: url("/assets/image/official/mobile/icon-burger.svg");
  opacity: 0;
}
.header {
  height: 16rem;
}
.header .l-header {
  height: 16rem;
}
.header .logo {
  width: 49.8rem;
  padding-top: 20px;
}
.header:before {
  height: 180px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(25, 25, 25, 0) 100%);
}
.is-sticky .header:before {
  height: 80px;
}
.is-sticky .header .l-header {
  height: 8rem;
}
.is-sticky .header .logo {
  width: 27.5rem;
  height: auto;
}
.is-sticky .header .gnb-list {
  transition: transform 0.4s;
  transform: translateX(65px);
}

.gnb .d1-a {
  font-weight: bold;
}

/* Intro */
.major-vision .our-value .our-contents .sub-tl .h2 {
  color: #fff;
  margin-bottom: 0;
}
.major-vision .competitive .sub-title strong {
  color: #ffffff !important;
}
.major-history .item .visual {
  background: transparent;
}
.major-history .item--center .visual {
  background: #f5f2ed;
}
.major-history .history-items .visual--img,
.major-history .history-items .visual--text,
.major-history .history-items .item--center {
  transition: 0.5s;
}
.major-history .progress .line--front {
  transition: 0.3s;
}
.major-vision .competitive .swiper-slide .cont-cell {
  transition: 0.3s;
}
.major-vision .our-vision .our-header {
  padding-top: 15rem;
  height: 45rem;
}
.major-vision .business .our-section-cell .col-6 {
  padding: 30px;
  background: rgba(255, 255, 255, 0.7);
}
.major-vision .our-vision .our-contents .sub-title {
  font-size: 2.2rem;
  line-height: 1.5;
}
.major-vision .our-vision .our-contents .sub-title strong {
  display: inline-block;
  color: #191919;
  font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif;
  letter-spacing: -0.025em;
  font-weight: normal;
  -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
  transition: opacity 0.55s, -webkit-transform 0.55s;
  -o-transition: transform 0.55s, opacity 0.55s;
  transition: transform 0.55s, opacity 0.55s;
  transition: transform 0.55s, opacity 0.55s, -webkit-transform 0.55s;
}
.major-vision .our-vision .our-contents .sub-title.is-ready strong {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
.major-history .item--left div,
.major-history .item--right div {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  backface-visibility: hidden;
}
.major-history .item div em {
  font-size: 18px;
  letter-spacing: -0.025em;
  line-height: 1.6;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.major-history .item div strong {
  display: block;
  margin-bottom: 1rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Business */
#cover-3 {
  display: block;
  position: static;
}
#cover-3 .mo-view,
#cover-3 .pc-view {
  width: 100%;
}
#cover-3 .pc-view {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
#cover-3 .mo-view {
  display: none;
}
#cover-3 .mo-view .landscape--top {
  display: flex;
  width: 100%;
  height: 100%;
}
#cover-3 .mo-view .landscape--top .landscape--left-01 {
  width: 50%;
}
#cover-3 .mo-view .landscape--top .landscape--right-02 {
  width: 50%;
}
#cover-3 .mo-view .landscape--bottom {
  height: 100%;
}
.step-2 #cover-3 .mo-view .landscape--bottom {
  transform: translate3d(0, 0, 0);
}
.step-3 #cover-3 .mo-view .landscape--bottom {
  transform: translate3d(0, -100%, 0);
}
.fashion .fashion-view .sub-h2 {
  padding-top: 12rem;
  margin-bottom: 6rem;
  text-transform: uppercase;
}
.beverage-section .sub-h4 {
  margin-bottom: 5rem;
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.2;
}
.beverage-section .pb-detail {
  height: calc(100% - 8em);
}
/* .beverage-section--pb .pb-detail .img {
  width: 50%;
  height: 100%;
} */
.beverage-section--pb .pb-detail img {
  width: 50%;
  height: 100%;
  object-fit: cover;
}

.beverage-section .pb-detail .cont {
  width: calc(50% - 14rem);
}
.beverage-section .tit {
  display: block;
}
.beverage-section .pb span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0 0.9rem;
  width: 100%;
  min-height: 5rem;
  font-size: 16px;
  letter-spacing: -0.025em;
  font-weight: bold;
  text-align: center;
}

/* Responsibility */
.ethics .organization-section .diagram {
  display: block;
  background: none;
  width: 100%;
  max-width: 69.1rem;
  height: auto;
}
.ethics .organization-section .diagram img {
  width: 100%;
}
.ethics .organization-section .diagram > .head,
.ethics .organization-section .diagram > .infoes,
.ethics .organization-section .diagram > .branch {
  display: none;
}
.environment .welfare-section .row {
  margin-top: 4rem;
}
.environment .welfare-section .row:nth-of-type(1) {
  margin-top: 0;
}
.fair-program .system-diagram {
  background: none;
}
.fair-program .system-diagram-tit,
.fair-program .system-diagram-list {
  display: none;
}

/* Recruit */
.recruit .slogan span {
  display: inline-block;
  opacity: 0;
  transform: translateY(12px);
  transition: all 0.5s;
}
.recruit .slogan span.is-revealed {
  opacity: 1;
  transform: translateY(0);
}
.gallerian-view .article-cover img {
  transition: transform 1s;
}
.gallerian-view .article-cover .img-border {
  transition: transform 1s;
}
.personnel-view header .h4 {
  margin-top: 0;
  font-size: 3rem;
}
.ideal .ideal-section .item strong {
  color: #191919;
  font-size: 3rem;
  font-weight: normal;
  letter-spacing: -0.05em;
}
.ideal .value-section .value .h6 {
  display: block;
  margin-top: 3rem;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: -0.025em;
  color: #222;
}
.tab-section h3.h3 {
  text-align: center;
  padding-bottom: 5.5rem;
}
.ethics .standard-section .guide .cont .h4 {
  color: #ff7200;
  font-size: 3rem;
  font-weight: normal;
  margin-bottom: 3.4rem;
  word-break: keep-all;
  word-wrap: break-word;
}
.ethics .standard-section .major-list .item span {
  display: block;
  margin-top: 5px;
  margin-bottom: 3rem;
  text-align: center;
  font-size: 15px;
  letter-spacing: -0.025em;
}
.ethics .standard-section .standard-tit {
  margin-top: 7.4rem;
  margin-bottom: 2rem;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: -0.025em;
  color: #222;
}
.ethics .program-section .has-num {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: -0.025em;
  color: #222;
}
.ethics .program-section .program .circle-tit {
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: -0.025em;
  color: #222;
}
.ethics .program-section ol li {
  margin: 0;
}
.ethics .program-section ol li + li {
  margin-top: 1.2rem;
}
.contribute .bg-desc .bg-desc-txt strong {
  font-weight: normal;
  font-size: 3rem;
}
.contribute .bg-desc .bg-desc-txt strong span {
  color: #ff7200;
}
.contribute .bg-desc strong + p {
  margin-top: 3rem;
  padding-right: 22.1%;
}
.contribute .direction-desc-freind dt.h5 {
  margin-bottom: 3rem;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: -0.025em;
  color: #222;
}
.contribute .direction-desc-freind dt.h5 span {
  color: #ff7200;
  font-family: "MyriadPro", sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
}
.contribute .field-list .cont .h6 {
  margin-top: 0;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: -0.025em;
  color: #222;
}
.contribute .direction-desc-philosophy .h5 {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: -0.025em;
  color: #222;
}
.environment .h6 {
  font-size: 1.7rem;
  line-height: 1.5;
}
.environment .cert-section .authentication-item .time {
  margin-right: 10px;
}
.responsibility .direction-graph {
  width: 100%;
  height: auto;
  background: transparent;
  overflow: hidden;
  text-align: center;
}
.responsibility .direction-graph .vertical-h,
.responsibility .direction-graph .graph-year,
.responsibility .direction-graph .graph-cont {
  text-indent: 100%;
  text-wrap: nowrap;
  overflow: hidden;
}
.responsibility .direction-graph img {
  width: 80%;
}
.fair-program .cp-desc .h5 {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: -0.025em;
  color: #222;
}
.fair-program .cp-desc.cp-desc-notice .h4 {
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1.4;
}
.fair-program .tab-section .h3 + p {
  max-width: 770px;
  margin: auto;
}
.fair-system .ceo-section .h6 + p,
.fair-system .observe-section .h6 + p {
  margin-top: 3rem;
}

/* Error */
.error .error-h,
.error .error-box {
  padding: 0 2rem;
  word-break: break-all;
}

@media screen and (max-width: 1499px) {
  /* Header */
  body,
  .header {
    min-width: auto;
    width: 100%;
  }
  .index .tab-section .contribute-img {
    width: 100%;
    height: auto;
    min-width: auto;
    min-height: auto;
    object-fit: cover;
  }
  .is-sticky .header {
    text-align: right;
  }
  .gnb-list > li {
    text-align: center;
  }
  .is-sticky .header .gnb-list {
    transform: none;
  }

  /* Intro */
  .major-vision .competitive .swiper-slide .cont-cell {
    transition: 0.3s;
    padding-top: 0;
  }

  /* Business */
  .beverage-section .slide-container {
    width: 100%;
  }
  .beverage-section .pb a::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .beverage-section .pb a.is-active::after {
    transform: translateX(-50%) rotateZ(45deg);
  }

  /* responsibility */
  .fair-program .cp-list {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.6rem;
  }
  .fair-program .cp-list li {
    width: calc((100% - 4.8rem) / 4);
    flex-basis: auto;
    flex-grow: 1;
  }
  .fair-program .cp-list li + li {
    margin-left: 0;
  }
  .fair-program .cp-list li:nth-child(5n + 6) {
    margin-left: 0;
  }
  .fair-program .cp-list li:nth-child(n + 6) {
    margin-top: 0;
  }
}

@media screen and (max-width: 1250px) {
  /* Header */
  body.detail .header::before {
    background: transparent;
  }
  body.detail .header .bg {
    background: #191919;
  }
  .header .l-header {
    height: 12rem;
  }
  .header .logo,
  .is-sticky .header .logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 22rem;
    height: auto;
    padding-top: 0;
    margin-left: 2rem;
  }
  .header .gnb,
  .is-sticky .header .gnb {
    height: 100%;
  }
  #header.is-active .back-panel {
    display: none;
  }
  .header {
    height: 12rem;
  }
  .header:before {
    height: 12rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(25, 25, 25, 0) 100%);
  }
  .btn-menu {
    display: block;
    opacity: 1;
  }
  .gnb-list {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0;
    margin-top: 0;
    padding: 11.2rem 0 6rem;
    background: #191919;
    transition: all 0.5s;
    overflow-y: auto;
  }
  #gnb {
    position: relative;
  }
  #gnb::before {
    content: "";
    display: block;
    position: fixed;
    left: 100%;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 120px;
    background-color: #191919;
    transition: left 0.5s;
  }
  #gnb.is-opened::before {
    left: 0;
  }
  .is-sticky #gnb::before {
    height: 80px;
  }
  #logo {
    z-index: 10;
  }
  .gnb-list .sub-wrap {
    height: 0;
    margin-top: 0;
  }
  .is-sticky .gnb .sub-wrap {
    margin-top: 0;
  }
  .gnb-list .gnb-sub {
    display: none;
    height: auto;
    margin-top: 0;
  }
  .gnb-list .d1-a.is-active + .sub-wrap {
    height: auto;
  }
  .gnb-list .d1-a.is-active + .sub-wrap .gnb-sub {
    display: block;
    padding-top: 0;
    margin: 1.2rem 0 0 2rem;
    border-left: 1px solid #303135;
    border-right: none;
  }
  .gnb .d2-a:hover::after,
  .gnb .d2-a:focus::after {
    display: none;
  }
  .gnb {
    top: 0;
    height: 12rem;
  }
  .gnb.is-opened .gnb-list {
    right: 0;
  }
  .gnb-list .d1 {
    width: 100% !important;
    text-align: left;
  }
  .gnb-list .d1-a {
    display: block;
    position: relative;
    width: 100%;
    padding: 1.4rem 4.2rem 1.4rem 2rem;
    text-align: left;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.6rem;
    box-sizing: border-box;
  }
  .gnb-list button.d1-a::after {
    content: "";
    display: block;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2.2rem;
    height: 2.2rem;
    background: url("/assets/image/official/mobile/icon-accordion-arrow.svg") no-repeat;
  }
  .gnb-list .d1-a.is-active::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .gnb-list .d2 {
    margin-top: 0;
  }
  .gnb-list .d2 a {
    display: block;
    padding: 0 0 0 2rem;
    margin-left: 0;
    text-align: left;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.2rem;
    color: #cccccc;
  }
  .gnb-list .d2 + .d2 {
    margin: 1.2rem 0 0;
  }
  .is-sticky .gnb {
    height: 8rem;
  }
  .header.is-active .d1,
  .header.is-active .d2,
  .detail .header .bg {
    background: transparent;
  }
  .is-sticky .header .bg {
    background: #191919 !important;
  }
  .gnb.is-opened .btn-menu {
    background: url("/assets/image/official/mobile/icon-burger-close.svg");
  }
  .is-sticky .header .gnb-list {
    transition: all 0.5s;
    transform: none;
  }

  /* tab */
  .tab-nav--inner {
    position: static;
    text-align: left;
    margin-bottom: 1rem;
  }

  /* Intro */
  .major-vision .competitive .swiper-slide .l-large {
    padding-right: 100px;
  }
  .major-vision .competitive .swiper-slide-prev .l-large .thumb,
  .major-vision .competitive .swiper-slide-active .l-large .thumb {
    transform: translateX(100px);
  }
  .major-vision .competitive .sub-tl {
    font-size: 3rem;
  }

  /* Footer */
  .footer .info-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5.55556%;
    height: 5.3rem;
    padding: 0 5.55556%;
  }
  .footer .info-list {
    width: auto;
    padding: 0;
  }
  .footer .lang-list {
    position: static;
    transform: none;
  }
  .footer .family-sites {
    top: 8.1rem;
  }
  .footer .cont .span {
    display: inline-block;
  }
  .footer .cont {
    margin-left: -1.4rem;
  }
  .footer .cont .span:nth-of-type(1) {
    padding-left: 1.4rem;
  }
  .footer .cont .span + .span {
    margin-left: 1.4rem;
  }
  .footer .cont .copyright {
    margin-left: 1.4rem;
  }
}

@media screen and (max-width: 1024px) {
  /* 모바일 폰트사이즈 */
  .sub-h1,
  .h1.title,
  .sub-h1[lang="en"],
  .h1.title[lang="en"],
  .cover .cont > .title[lang="en"] {
    font-size: 3rem;
    padding: 0;
  }
  .cover p {
    padding: 0 2rem;
    font-size: 1.6rem;
    word-break: break-word;
  }
  .sub-h2,
  .h2 {
    font-size: 3rem;
  }
  .sub-h3,
  .h3 {
    font-size: 2.5rem;
  }
  .h4 {
    font-size: 2rem;
  }
  .h5 {
    font-size: 2rem;
  }
  .h6 {
    font-size: 1.8rem;
  }
  .index .util-section .h4 {
    overflow: unset;
    display: block;
    font-size: 1.8rem;
  }
  .index .util-section p {
    font-size: 1.6rem;
  }

  body.is-sticky .gnb-list {
    margin-top: 0;
    padding: 9rem 0 6rem;
  }

  /* header */
  .header:before {
    height: 120px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(25, 25, 25, 0) 100%);
  }
  .is-sticky .header:before {
    height: 80px;
  }

  /* Tab */
  .tab-nav--scroller .list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    height: 6.5rem;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .tab-nav--scroller .item {
    min-width: 14rem;
    flex: 0 0 auto;
    width: unset;
  }
  .tab-nav--scroller .item .item-link {
    box-sizing: border-box;
    padding: 0 2rem;
  }
  .tab-nav.tab-nav--large {
    border: none;
  }
  .tab-nav.tab-nav--large .list {
    display: flex;
    flex-wrap: nowrap;
    height: 3.6rem;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .tab-nav.tab-nav--large .item {
    width: auto;
    height: auto;
    flex: 1 0 auto;
    margin-right: 2rem;
  }
  .tab-nav.tab-nav--large .item-link {
    line-height: 2;
    padding: 0;
  }
  .tab-nav.tab-nav--large .item:last-child {
    margin-right: 0;
  }
  .tab-nav--large .item.is-current .item-link {
    position: relative;
    padding: 0;
  }
  .tab-nav--large .item.is-current .item-link::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background: #ff7200;
  }
  .tab-nav.tab-nav--large .item + .item {
    padding-left: 2rem;
  }
  .tab-nav--large .item.is-current + .item::before {
    display: block;
  }
  .tab-nav--large .item-link::before {
    display: none;
  }
  .tab-nav--large .item-link:hover,
  .tab-nav--large .item-link:focus {
    color: inherit;
  }
  .tab-cont .l-wrap {
    margin-left: 0;
    margin-right: 0;
  }
  .index .tab-section .news-img {
    width: 100%;
    height: auto;
    min-width: unset;
    min-height: unset;
  }

  /* Common */
  .col-offset-1 {
    padding-left: 0;
    padding-right: 0;
  }
  .row .col-6,
  .row .col-4 {
    width: 100%;
    float: none;
    margin-top: 4rem;
  }
  .row .col-6:nth-of-type(1),
  .row .col-4:nth-of-type(1) {
    margin-top: 0;
  }
  .row .col-6 img,
  .row .col-4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .circle-tit {
    font-size: 1.6rem;
  }
  .circle-tit::before {
    width: 7px;
    height: 7px;
  }

  /* Index */
  .index .tab-section .item .video-wrap {
    transition-delay: unset;
  }
  .index .tab-section .item--right {
    flex-direction: column-reverse;
  }
  .index .tab-section .item--left {
    flex-direction: column-reverse;
  }
  .index .tab-section .item .cont {
    max-width: none;
    position: static;
    margin-left: 0;
    margin-top: 2rem;
  }
  .index .tab-section .item .desc {
    max-width: none;
  }
  .index .tab-section .h4 {
    font-weight: bold;
  }

  /* intro */
  .major-vision .our-header .title {
    font-size: 5rem;
  }
  .major-vision .our-header .desc {
    font-size: 1.6rem;
  }
  .major-vision .our-header .l-large {
    margin-left: 0;
    padding-left: 0;
  }
  .major-vision .our-value .way-nav {
    display: none;
  }
  .major-vision .our-value .our-contents {
    padding-bottom: 10rem;
  }
  .major-vision .our-value .value-item {
    padding-top: 10rem;
  }
  .major-vision .our-value .value-item + .value-item {
    padding-top: 10rem;
  }
  .major-vision .our-value .value-item .l-large {
    margin-left: 0;
    padding-left: 0;
    max-width: unset;
  }
  .major-vision .our-value .value-item .thumb img {
    width: 100%;
  }
  .major-vision .our-value .our-contents .sub-tl {
    margin-bottom: 3rem;
  }
  .major-vision .our-value .our-contents .sub-tl .h2 {
    font-size: 3rem;
  }
  .major-vision .our-value .our-contents .sub-p {
    font-size: 1.6rem;
  }
  .major-vision .our-vision .our-header {
    height: auto;
    padding: 10rem 0 0;
  }
  .major-vision .our-vision .mask-visual {
    padding-bottom: 0;
  }
  .major-vision .our-vision .mask-svg {
    height: 500px;
  }
  .major-vision .competitive .our-section-cell {
    margin-top: 10rem;
  }
  .major-vision .our-vision .our-contents .sub-title {
    margin-bottom: 2rem;
  }
  .major-vision .competitive .swiper-slide .l-large {
    padding-right: 0;
  }
  .major-vision .competitive .swiper-slide .cont {
    max-width: none;
    padding: 3rem 5.55556% 0;
  }
  .major-vision .competitive .sub-tl {
    font-size: 2rem;
  }
  .major-vision .competitive .sub-tl br {
    display: none;
  }
  .major-vision .competitive .sub-p {
    font-size: 1.6rem;
  }
  .major-vision .competitive .swiper-slide-prev .l-large .thumb,
  .major-vision .competitive .swiper-slide-active .l-large .thumb {
    transform: none;
  }
  .major-vision .our-contents .competitive .cont {
    position: static;
    padding: 3rem 0 0;
  }
  .major-vision .competitive .cont-cell {
    padding-top: 0;
  }
  .major-vision .competitive .swiper-control {
    margin-top: 0;
  }
  .major-vision .competitive .swiper-pagination-progressbar {
    left: 5.55556%;
    right: 20rem;
  }
  .major-vision .competitive .swiper-button-next {
    right: 5.55556%;
  }
  .major-vision .competitive .swiper-button-prev {
    right: calc(5.55556% + 6rem);
  }
  .major-vision .our-header {
    height: auto;
    padding: 10rem 0 5rem;
  }
  .major-vision .digital {
    height: auto;
    padding: 10rem 0 0;
  }
  .major-vision .digital-container {
    left: 50%;
    top: -3rem;
    transform: translateX(-50%);
    padding-top: 5rem;
  }
  .major-vision .digital-container .thumb {
    transform: scale(0.65);
  }
  .major-vision .our-contents .digital .cont {
    position: relative;
  }
  .major-vision .our-contents .digital .cont .sub-desc br {
    display: none;
  }
  .major-vision .our-contents .digital .swiper-slide .cont {
    position: absolute;
    padding: 0 8rem;
  }
  .major-vision .digital-container .cont .sub-tl {
    font-size: 1.8rem;
  }
  .major-vision .digital .swiper-pagination {
    top: 7rem;
    bottom: unset;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
  }
  .major-vision .digital .swiper-pagination-bullet {
    position: static;
  }
  .major-vision .digital .swiper-pagination-bullet.bullet-02 {
    margin-left: 0;
  }
  .major-vision .digital .col-6 {
    margin-top: 0;
  }
  .major-vision .our-value .our-contents .cont {
    position: relative;
  }
  .major-vision .our-vision .our-contents .sub-desc {
    font-size: 1.6rem;
  }
  .major-vision .business {
    height: 60rem;
  }
  .major-vision .business .our-section-cell .col-5 {
    width: 100%;
    float: none;
  }
  .major-history .item--left,
  .major-history .item--right {
    flex-direction: column;
    align-items: center;
    padding-top: 4rem;
  }
  .major-history .item--left h4,
  .major-history .item--right h4 {
    width: auto;
  }
  .major-history .item--left .visual--text,
  .major-history .item--right .visual--text {
    padding-top: 3rem;
    padding-bottom: 3.8rem;
  }
  .major-history .item .visual {
    background: #f5f2ed;
  }
  .major-history .item--left div,
  .major-history .item--right div {
    width: 100%;
  }

  /* Business */
  .department .h3 span[lang="en"] {
    font-size: 3rem;
  }
  .tab-nav--scroller .item .item-link {
    font-weight: bold;
  }
  .fashion .fashion-view .desc,
  .fashion .fashion-view .info,
  .fashion .col-6 .cont .logo {
    width: 80%;
    margin: 0 auto;
  }
  .beverage-section .content {
    width: 100%;
  }
  .beverage-section .sub-h2 {
    padding-top: 5rem;
  }
  .beverage-section .l-wrap {
    overflow: hidden;
  }
  .beverage-section .slide-container {
    height: 38rem;
  }
  .beverage-section--pb {
    width: 100%;
  }
  .beverage-section--pb .row:nth-of-type(odd) {
    width: 100%;
    display: flex;
    gap: 2rem;
    overflow-x: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .beverage-section--pb .col-3 {
    flex-shrink: 0;
    float: none;
    width: 30%;
    padding-left: 0;
    padding-right: 0;
  }
  .beverage-section--pb .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .beverage-section--pb .pb-detail {
    width: 100%;
  }
  .beverage-section--pb .pb-detail .img {
    height: 30rem;
  }
  .beverage-section--pb .pb-detail .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cover--state .landscape--right-01 {
    max-height: 100%;
  }
  .cover--state #cover-3 .info {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .cover--state #cover-3 .info .tit {
    margin-bottom: 0;
    padding: 0 2rem;
  }
  .cover--state #cover-3 .info .mark {
    padding: 0 2rem;
  }
  .cover--state #cover-3 .landscape--desc {
    width: 70%;
    font-size: 2.4rem;
  }

  /* responsibility */
  .ethics .standard-section .major-list {
    flex-wrap: wrap;
    gap: 4rem;
  }
  .ethics .standard-section .major-list .item {
    width: calc(50% - 2rem);
  }
  .ethics .standard-section .major-list .item + .item {
    margin-left: 0;
  }
  .ethics .standard-section .guide img {
    width: 40%;
    object-fit: contain;
  }
  .ceo-section .col-5 {
    box-sizing: border-box;
    width: 70%;
    margin: 0 auto;
    float: none;
  }
  .fair-system .observe-section .row .col-10 {
    width: 100%;
    margin-left: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .fair-system .observe-section .line-box {
    border: none;
    padding: 0;
  }
  .fair-system .h5 br {
    display: none;
  }
  .fair-system .cert-section .authentications {
    flex-wrap: wrap;
  }
  .fair-system .cert-section .authentications .authentication-item {
    width: 100%;
  }
  .fair-system .cert-section .authentications .authentication-item + .authentication-item {
    margin-left: 0;
    margin-top: 4em;
  }
  .fair-program .cp-desc .bg-desc-img {
    display: none;
  }
  .fair-program .cp-desc .bg-desc-txt {
    width: 100%;
    padding: 3rem;
  }
  .fair-system h2.h4,
  .fair-program h2.h4 {
    font-size: 2rem;
    padding: 5rem 0;
  }
  .fair-program .cert-section .authentications {
    flex-wrap: wrap;
  }
  .fair-program .cert-section .authentication-item {
    width: 100%;
  }
  .fair-program .cert-section .authentication-item + .authentication-item {
    margin-left: 0;
    margin-top: 1.5em;
  }
  .fair-program .system-diagram {
    width: 80%;
    height: auto;
  }
  .fair-program .system-diagram img {
    width: 100%;
  }
  .fair-program .cp-desc.cp-desc-notice .h4 {
    font-size: 2rem;
  }
  .fair-program .cp-desc .h5 {
    font-size: 1.8rem;
  }
  .row .col-4 .welfare {
    max-width: 300px;
    margin: 0 auto;
  }
  .row .col-4 .welfare img {
    width: auto;
    height: auto;
  }
  .environment .welfare-section .col-4 {
    width: 100%;
    margin: 4rem 0;
    padding: 0 20px;
    position: static;
    float: none;
  }
  .environment .welfare-section .col-4 .welfare {
    max-width: 300px;
    margin: 0 auto;
    background-attachment: unset;
  }
  .environment .cert-section .authentication-item .logo::before {
    padding-top: 80%;
  }
  .contribute .bg-desc-txt {
    width: 100%;
    padding: 7rem 5rem;
    text-align: center;
  }
  .contribute .bg-desc strong + p {
    padding-right: 0;
  }
  .contribute .direction-desc.bg-desc {
    display: flex;
    flex-direction: column-reverse;
  }
  .contribute .bg-desc-img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-size: 100%;
  }
  .contribute .direction-desc-img {
    display: none;
  }
  .contribute .direction-desc-philosophy {
    width: 100%;
    padding-top: 0;
    text-align: center;
  }
  .contribute .direction-desc-philosophy dd {
    padding-right: 0;
  }
  .contribute .direction-desc-freind {
    padding: 0;
  }
  .contribute .direction-desc-freind::before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 144px;
    height: 150px;
    background: url("../image/official/responsibility/contribute/contribute-direction-friend-logo.jpg") no-repeat;
  }
  .contribute .direction-desc-freind::after {
    position: static;
    display: none;
  }
  .contribute .direction-desc-freind dt.h6 {
    margin-top: 3rem;
    text-align: center;
  }
  .contribute .direction-desc-freind dt.h6 span {
    display: block;
  }
  .contribute .direction-desc-freind dd {
    text-align: center;
  }
  .contribute .field-list li {
    height: auto;
  }
  .contribute .field-list .cont {
    padding: 3.5rem 2rem;
  }
  .contribute .direction-desc-freind dt.h5 {
    margin-top: 3rem;
    text-align: center;
  }
  .contribute .direction-desc-freind dt.h5 span {
    display: block;
  }
  .contribute .bg-desc .bg-desc-txt strong {
    font-size: 2.2rem;
  }
  .contribute .bg-desc .bg-desc-txt strong span {
    display: block;
  }

  [class*="col-"] .welfare img {
    width: auto;
    height: auto;
  }
  .direction-tab .direction-year,
  .direction-tab .direction-text,
  .direction-tab .direction-task {
    float: none;
    width: 100%;
  }
  .fair-program .direction-tab-cont .direction-year span {
    font-size: 2.4rem;
  }
  .responsibility .direction-graph img {
    width: 100%;
  }
  .fair-program .cp-desc-list dd {
    padding: 9.3rem 0 0;
  }
  .ethics .standard-section .guide .cont .h4 {
    font-size: 2rem;
  }

  /* Recruit */
  .slogan {
    font-size: 3rem;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.7s;
  }
  .slogan.is-revealed {
    opacity: 1;
    transform: none;
    padding: 0 4.44444%;
  }
  .ideal .ideal-section {
    padding: 10rem 0;
  }
  .ideal .ideal-section .ideal-items {
    flex-direction: column;
  }
  .ideal .ideal-section .item + .item {
    margin-left: 0;
    margin-top: 4rem;
  }
  .ideal .ideal-section .item strong {
    font-size: 2.2rem;
  }
  .ideal .value-section .col-10 {
    width: 100%;
    margin-left: 0;
  }
  .ideal .value-section .value {
    margin: 0 auto;
  }
  .gallerian .row .col-6 {
    margin-top: 12rem;
  }
  .gallerian .row .col-6:nth-of-type(1) {
    margin-top: 0;
  }
  .l-wrap--sm {
    margin-left: 5.55556%;
    margin-right: 5.55556%;
  }
  .personnel-list {
    box-sizing: border-box;
  }
  .personnel-list .item {
    width: 100%;
  }
  .personnel-list .item img {
    width: 100%;
  }
  .personnel-list .item:nth-child(even) {
    margin-top: 40px;
    margin-left: 0;
  }

  /* utility */
  .sitemap-list .h6 {
    float: none;
    width: auto;
  }
  .sitemap-sub-list {
    float: none;
    width: 100%;
  }
  .sitemap-sub-list > li {
    float: none;
    width: 100%;
  }
  .sitemap-sub-list > li br {
    display: none;
  }
  .sitemap .l-location {
    padding-top: 5rem;
  }
}

@media screen and (max-width: 849px) {
  /* Intro */
  .major-vision .competitive .sub-tl {
    font-size: 2.5rem;
  }

  /* Business */
  #cover-3 .pc-view {
    display: none;
  }
  #cover-3 .mo-view {
    display: block;
  }
  .cover--state #cover-3 .info {
    max-width: none;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .department .branch-section .item {
    display: block;
  }
  .department .branch-section .item .cont {
    position: static;
    max-width: none;
    margin-left: 0;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  /* Common */
  .tab-section {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  /* Intro */
  .major-vision .our-contents .competitive .cont {
    padding: 3rem 5.55556% 0;
  }
  .major-vision .our-value .our-contents .sub-tl .h2 {
    font-size: 2.5rem;
  }
  .major-vision .our-header {
    height: auto;
    padding: 10rem 0;
  }

  /* Business */
  .fashion .fashion-view .sub-h2,
  .beverage-section .sub-h2 {
    padding-top: 3rem;
  }
  .fashion .fashion-view .desc {
    width: auto;
    word-break: unset;
  }
  .fashion .fashion-view .info {
    width: auto;
    margin: 2rem auto 0;
  }
  .cover--state #cover-2 img {
    width: 70%;
  }
  .cover--state #cover-3 .info {
    justify-content: center;
    padding-top: 8rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .department .branch-section--local .row {
    display: block;
  }
  .department .branch-section--local .col-6 {
    width: 100%;
    margin-top: 2rem;
  }
  .department .branch-section--local .col-6:nth-of-type(1) {
    margin-top: 0;
  }
  .cover--state #cover-3 .landscape--desc {
    bottom: 10rem;
  }
  .cover--state .btn--down {
    padding: 3rem;
    bottom: 10%;
  }
  .cover--full {
    height: 100dvh;
  }
  .cover--full .cont {
    padding-top: 0;
  }
  .cover--full .btn--circle {
    bottom: 14%;
  }
  .beverage-section .pb a {
    padding: 0 0 5rem;
  }
  .beverage-section .pb img {
    width: 80%;
  }
  .beverage-section .pb a::after {
    bottom: 2rem;
  }
  .beverage-section--pb .col-3 {
    width: 25rem;
  }
  .beverage-section .slide-container {
    height: 36.5rem;
  }
  .beverage-section--pb .pb-detail {
    padding: 0;
    height: 100%;
  }
  .beverage-section--pb .pb-detail .img,
  .beverage-section--pb .pb-detail > img {
    display: none;
  }
  .beverage-section .pb-detail .cont {
    width: 100%;
    padding: 3rem;
  }
  .l-wrap--sm {
    margin-left: auto;
    margin-right: auto;
  }

  /* responsibility */
  .fair-program .system-diagram {
    width: 100%;
  }
  .fair-program .cp-list li {
    width: 16rem;
    flex-grow: 1;
  }
  .ethics .standard-section .guide .cont {
    box-sizing: border-box;
    width: 100%;
    padding: 4rem;
  }
  .ethics .standard-section .guide img {
    display: none;
  }
  .ethics .standard-section .major-list {
    flex-direction: column;
  }
  .ethics .standard-section .major-list .item {
    width: 100%;
  }
  .ethics .standard-section .major-list .item + .item {
    margin-left: 0;
    margin-top: 4rem;
  }
  .ethics .program-section .col-3,
  .ethics .program-section .col-9 {
    width: 100%;
  }
  .ethics .program-section .procedure-layout {
    flex-direction: column;
  }
  .ethics .program-section .procedure {
    width: 100%;
  }
  .ethics .program-section .procedure + .procedure {
    margin-top: 8rem;
  }
  .row .col-4 .welfare {
    width: 100%;
    margin: 0 auto;
  }
  .environment .welfare-section .col-4 {
    width: 100%;
  }
  .environment .cert-section .authentications {
    flex-direction: column;
  }
  .environment .cert-section .authentication-item {
    width: 100%;
  }
  .environment .cert-section .authentication-item + .authentication-item {
    margin-left: 0;
    margin-top: 4em;
  }
  .environment .cert-section .col-7 {
    width: 100%;
    margin-left: 0;
    padding: 0 20px;
  }
  .environment .agreement-section .col-8 {
    margin: 2rem 0 0;
    width: 100%;
    float: none;
  }
  .environment .agreement-section .col-8 .cont {
    padding-left: 0;
  }
  .environment .cert-section .authentication-item .logo::before {
    padding-top: 62.63158%;
  }
  .l-location {
    padding-top: 5rem;
  }
  .l-form {
    padding: 0 5.55556%;
  }
  .radio,
  .checkbox {
    margin-bottom: 1rem;
  }
  .agree-box .cont {
    height: 150px;
  }
  .agree-box b {
    font-size: 1.6rem;
  }
  .ethics .program-section .has-num + p {
    margin-left: 0;
    margin-bottom: 2rem;
  }
  .ethics .program-section .has-num + p br {
    display: none;
  }
  .contribute .bg-desc-txt {
    width: 100%;
    padding: 5rem 2rem;
    text-align: center;
  }

  /* Recruit */
  .slogan {
    font-size: 2rem;
    padding: 0 3rem;
  }
  .ideal .value-section:first-child,
  .ideal .vision-section {
    padding: 7rem 0;
  }
  .form-write .form-flex {
    flex-direction: column;
  }
  .form-write .form-flex .form-group {
    width: 100%;
  }
  .form-write .form-group + .form-group {
    margin-left: 0;
    margin-top: 2rem;
  }
  .form-write .form-list li {
    margin-top: 2rem;
  }
  .ideal .ideal-section .item h3 {
    font-size: 2rem;
  }
  .ideal .ideal-section .item p {
    font-size: 1.6rem;
  }
  .ideal .ideal-section .item .ul li {
    font-size: 1.6rem;
    margin-top: 0.5rem;
  }
  .personnel-list {
    flex-direction: column;
    padding: 0 2rem 12rem;
  }
  .personnel-list .item {
    width: 100%;
    margin-top: 4rem;
  }
  .personnel-list .item:nth-of-type(1) {
    margin-top: 0;
  }
  .personnel-list .item:nth-child(even) {
    margin-left: 0;
  }
  .personnel-view header {
    margin-top: 0;
    padding: 0 2rem;
  }
  .personnel-view .ul-tit {
    padding: 0 2rem;
  }
  .personnel-view .dl {
    padding: 2rem 2rem;
  }
  .personnel-view {
    padding-top: 12rem;
  }
  .personnel-view header .h3 {
    margin-top: 5rem;
  }
  .personnel-view header .h3[lang="en"] {
    font-size: 2.5rem;
  }
  .personnel-view header .h4 {
    margin-top: 20px;
  }
  .ideal .value-section .value-items {
    flex-direction: column;
  }
  .ideal .value-section .dot {
    left: 50%;
    margin-top: 58px;
    margin-bottom: 58px;
  }
  .ideal .value-section .dot::before {
    left: 50%;
    top: -3rem;
    transform: translateX(-50%);
  }
  .ideal .value-section .dot::after {
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
  }

  /*  Utility*/
  .sitemap .sitemap-list .h6 {
    font-size: 2rem;
  }
  .sitemap .sitemap-list > li {
    padding: 3rem 0 0;
  }
  .sitemap-sub-list > li {
    margin-bottom: 1.8rem;
  }
  .sitemap-sub-list > li .sub-tit {
    margin-bottom: 1.8rem;
    font-size: 1.8rem;
  }
  .sitemap .sitemap-sub-list .ul {
    margin-top: 2rem;
  }
  .sitemap .sitemap-sub-list .ul li:before {
    top: 7px;
  }
  .sitemap .sitemap-sub-list .ul li a {
    display: block;
    margin-top: 1rem;
    line-height: 1.8rem;
  }

  /* Footer */
  #footer .info-list::-webkit-scrollbar {
    height: 3px;
  }
  #footer .info-list::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 2.5px;
  }
  #footer .info-list::-webkit-scrollbar-thumb {
    background-color: #4c4c4c;
    border-radius: 2.5px;
  }
  .footer .info-link {
    font-size: 1.5rem;
  }
  .footer .info-main .social-list {
    right: 5.55556%;
  }
  .footer .info-sub {
    padding: 3.2rem 5.55556%;
  }
  .footer .cont {
    margin-left: -1.4rem;
  }
  .footer .cont .span {
    display: inline-block;
    font-size: 1.5rem;
  }
  .footer .cont .span:nth-of-type(1) {
    padding-left: 1.4rem;
  }
  .footer .cont .span + .span {
    margin-left: 1.4rem;
  }
  .footer .cont .copyright {
    margin-left: 1.4rem;
  }
  .footer .family-sites {
    position: static;
    width: 100%;
    margin-top: 2.8rem;
    transform: none;
  }

  /* Error */
  .error .error-h br {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .environment .welfare-section .col-4 {
    width: 100%;
  }
}

@media (orientation: landscape) and (max-width: 1024px) {
  .personnel-list .item {
    width: 100%;
  }
  .personnel-list .item .reveal-img img {
    width: 100%;
  }
  .personnel-list .item:nth-child(even) {
    margin-left: 0;
    margin-top: 40px;
  }
}
