.for-a11y,
.sound_only {
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  color: transparent;
  font-size: 1px;
  line-height: 1px;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
}
.inner-wrap {
  max-width: 1090px;
  margin: 0 auto;
}
#header.is-spread:after {
  content: '';
  position: absolute;
  top: 100%;
  height: 65px;
  left: 0;
  right: 0;
  border-top: 1px solid #d9d9d9;
  background-color: #ffffff;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #ffffff;
  box-shadow: 0px -5px 9px 4px rgba(0, 0, 0, 0.2);
  min-height: 120px;
  transition: ease-in-out 0.2s;
}

#header.is-non-active {
  margin-top: -120px;
}

#header .inner {
  max-width: 1090px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 21px 0 26px; */
}
#header .inner #logo img {
  width: 106px;
}
#header .inner .gnb-wrap .gnb_1dul {
  display: flex;
  align-items: center;
  position: relative;
}
#header .inner .gnb-wrap .gnb_1dul .gnb_1dli {
  position: relative;
}
#header .inner .gnb-wrap .gnb_1dul .gnb_al_li_plus.gnb_1dli_on:after {
  content: '';
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 35px;
  right: 35px;
  background-color: #ee7026;
}
#header .inner .gnb-wrap .gnb_1dul a {
  display: block;
  padding: 51px 35px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0em;
}
.gnb_2dul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-46.5%);
  text-align: center;
}
.gnb_1dli_over .gnb_2dul {
  display: block;
}
.gnb_1dli_over .gnb_2dul ul {
  display: flex;
}
#header .inner .gnb-wrap .gnb_1dul .gnb_2dul a {
  padding: 24px 40px;
  text-align: center;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
}
#header .inner .gnb-wrap .gnb_1dli_on > a {
  color: #ee7026;
}
#header .inner .gnb-wrap .gnb_1dli_on .gnb_2dul a:hover {
  color: #ee7026;
}
#header .inner .gnb-wrap a.is-active {
  color: #ee7026;
}
#header .inner .gnb-wrap .gnb_1dul .gnb_2dul li {
  position: relative;
}
#header .inner .gnb-wrap .gnb_1dul .gnb_2dul li:last-child:after {
  content: none;
}
#header .inner .gnb-wrap .gnb_1dul .gnb_2dul li:after {
  content: '';
  width: 1px;
  height: 12px;
  background-color: #d9d9d9;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#header .inner .gnb-wrap .lang-list {
  display: flex;
  margin-left: 35px;
}
#header .inner .gnb-wrap .lang-list a {
  padding: 0;
}
#header .inner .gnb-wrap .lang-list li {
  margin-right: 18px;
}
#header .inner .gnb-wrap .lang-list li:last-child {
  margin-right: 0;
}
#header .inner .gnb-wrap .lang-list li a {
  display: block;
}
#header .inner .gnb-wrap .lang-list li a span {
  font-size: 14px;
  letter-spacing: -0.05em;
}
#header .inner .gnb-wrap .lang-list li.current-lang a span {
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 700;
  color: #ee7026;
}

#footer {
  background-color: #f3f3f3;
  padding: 50px 0 87px;
}
#footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#footer .ft-left {
  display: flex;
  align-items: center;
  margin-right: 196px;
}
#footer .ft-left .footer-logo {
  width: 141px;
}
#footer .ft-right {
  display: flex;
  padding-top: 18px;
  width: 100%;
}
#footer .ft-right .list-wrap {
  margin-right: 85px;
}
#footer .ft-right .list-wrap:last-child {
  margin-right: 0;
}
#footer .ft-right .list-wrap h6 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}
#footer .footer-menu {
  font-size: 0;
}
#footer .footer-menu {
  font-size: 0;
}
#footer .footer-menu li {
  display: block;
  position: relative;
  font-size: 16px;
  color: #333333;
  letter-spacing: -0.02em;
  line-height: 1.7;
}
#footer .list-wrap span.copyright {
  display: block;
  margin-top: 20px;
  font-size: 10px;
  color: #333333;
}
#top_btn {
  position: fixed;
  right: 50%;
  bottom: 284px;
  margin-right: -646px;
  width: 74px;
  height: 74px;
  background: url(../img/top_btn.png) 50% / cover no-repeat;
  z-index: 100;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
#top_btn.is-active {
  opacity: 1;
}

#content {
  padding-top: 120px;
}
#content .gl-banner-contactus {
  background: url(../img/module-contactus_banner.jpg) 0 / 100% 100%;
  height: 270px;
}
#content .gl-banner-contactus .inner-wrap {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
#content .gl-banner-contactus .inner-wrap .text {
  color: #ffffff;
}
#content .gl-banner-contactus .inner-wrap .text p {
  font-size: 18px;
}
#content .gl-banner-contactus .inner-wrap .text h5 {
  font-size: 33px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-top: 12px;
}
#content .gl-banner-contactus .inner-wrap a {
  /* margin-top: 10px; */
  width: 213px;
  padding: 18px 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.05em;
  border-radius: 40px;
  text-align: center;
  background-color: #ee7026;
}
#content._index .main-desc {
  padding-top: 428px;
  position: relative;
  background-color: #ffffff;
}
#content._index .main-banner {
  position: relative;
  overflow: hidden;
}
#content._index .main-banner .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#content._index .main-banner .owl-nav button span {
  display: none;
}
#content._index .main-banner .owl-nav .owl-prev {
  left: 50%;
  width: 72px;
  height: 72px;
  /* margin-left: calc(-50vw - (72px - 350px)); */
  margin-left: -680px;
  background: url(../img/left_btn.png) 0 / cover no-repeat;
}
#content._index .main-banner .owl-nav .owl-next {
  right: 50%;
  width: 72px;
  height: 72px;
  /* margin-right: calc(-50vw - (72px - 350px)); */
  margin-right: -680px;
  background: url(../img/right_btn.png) 0 / cover no-repeat;
}

#content._index .main-desc .indicator {
  position: absolute;
  top: -40px;
  left: 50%;
  width: 1090px;
  margin-left: -545px;
  background-color: #ffffff;
  z-index: 1;
  padding-top: 92px;
}
#content._index .main-desc .indicator ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#content._index .main-desc .indicator ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: 24%;
  text-align: center;
}

#content._index .main-desc .indicator ul li:nth-child(3) {
  flex-basis: 28%;
}
#content._index .main-desc .indicator ul li:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background-color: #e2e2e2;
}
#content._index .main-desc .indicator ul li:last-child:after {
  content: none;
}
#content._index .main-desc .indicator ul li .icon {
  display: flex;
  height: 68px;
  align-items: center;
  margin-bottom: 65px;
}
#content._index .main-desc .indicator ul li h5 {
  font-size: 40px;
  font-weight: 700;
  color: #ee7026;
  letter-spacing: -0.04em;
  margin-bottom: 40px;
}
#content._index .main-desc .indicator ul li h5 strong {
  font-size: 75px;
}
#content._index .main-desc .indicator ul li p {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.02em;
  line-height: 1.18;
}
#content._index .main-desc .wide-text {
  padding: 100px 0;
  background-color: #fde021;
  text-align: center;
}
#content._index .main-desc .wide-text > p {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #000000;
  line-height: 1.33;
}
#content._index .main-desc .wide-text > p strong {
  color: #e70a03;
}
#content._index .main-desc .wide-text .video-block {
  margin-top: 56px;
}

#content._about #animalWelfare .info_graphic-block .ig-farm._pig .video-block__video-title {
  font-weight: 700;
  font-size: 35px;
  line-height: 48px;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 17px;
}

#content._index .main-desc .wide-text .video-block .video-block__video-elem {
  margin: 0 auto;
  width: 1090px;
  position: relative;
  z-index: 2;
}
#content._index .main-desc .wide-text .video-block .video-block__video-elem video {
  width: 100%;
  object-fit: cover;
  display: block;
}

#content._index .main-desc .wide-text .video-block .video-block__video-elem .play-trigger {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#content._index .main-desc .wide-text .video-block .video-block__video-elem .play-trigger .icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98px;
  height: 98px;
  transition: ease-in-out 0.2s;
}
#content._index .main-desc .wide-text .video-block .video-block__video-elem .icon._play {
  background: url(../img/icon_video_play.png) 50% / 98px no-repeat;
}
#content._index .main-desc .wide-text .video-block .video-block__video-elem .icon._pausey {
  background: url(../img/icon_video_pause.png) 50% / 98px no-repeat;
  display: none;
}

#content._index .main-category {
  padding: 111px 0 162px;
  background-color: #fff3d8;
}
#content._index .main-category .inner-wrap > p {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  color: #333333;
  text-align: center;
  margin-bottom: 70px;
}
#content._index .main-category ul {
  display: flex;
  justify-content: center;
}
#content._index .main-category ul li {
  margin-right: 30px;
}
#content._index .main-category ul li:last-child {
  margin-right: 0;
}
#content._index .main-category ul li figure {
  position: relative;
}
#content._index .main-category ul li figcaption {
  position: absolute;
  top: 233px;
  width: 100%;
  padding: 24px 0 74px 25px;
  left: 15px;
  background-color: #ffffff;
  box-shadow: 0px 9px 40px 0px rgba(1, 0, 0, 0.14);
}

#content._index .main-category ul li figcaption .cate-name {
  font-size: 25px;
  font-weight: 700;
  color: #171717;
  letter-spacing: -0.02em;
  transition: color 0.1s ease-in;
}
#content._index .main-category ul li a:hover figcaption .cate-name {
  color: #ee7026;
}
#content._index .main-category ul li a:hover figcaption:after {
  background-image: url(../img/main-product_arrow_active.png);
  border: 2px solid #ee7026;
}
#content._index .main-category ul li a figcaption:after {
  transition: border 0.1s ease-in;
  border: 1px solid #ffffff;
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
  bottom: 19px;
  right: 19px;
  width: 35px;
  height: 35px;
  background-image: url(../img/main-product_arrow.png);
  background-repeat: no-repeat;
  background-size: 18px 13px;
  background-position: 50%;
}

#content._index .main-others {
  padding: 107px 0;
}
#content._index .main-others ul {
  display: flex;
  justify-content: space-between;
}
#content._index .main-others li {
  margin-right: 20px;
}
#content._index .main-others li:last-child {
  margin-right: 0;
}
#content._index .main-others li a {
  display: block;
  position: relative;
}
#content._index .main-others li a .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 39px 43px 0;
}
#content._index .main-others li a .text span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.04em;
}
#content._index .main-others li a .text p {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.14;
  margin-top: 15px;
}
#content._index .main-others li a .text .go-text {
  position: absolute;
  bottom: 43px;
  left: 43px;
  font-size: 0;
}
#content._index .main-others li a .text .go-text em {
  vertical-align: middle;
  display: inline-block;
  font-size: 19px;
  font-weight: 700;
}
#content._index .main-others li a .text .go-text .arrow {
  width: 23px;
  height: 6px;
  margin-left: 17px;
  background: url(../img/mini_arrow.png) 0 / cover no-repeat;
}
#content._index .main-others li a:hover .text .go-text em {
  color: #ee7026;
}
#content._index .main-others li a:hover .text .go-text .arrow {
  background: url(../img/mini_arrow_active.png) 0 / cover no-repeat;
}

#content._product .product-banner {
  position: relative;
}
#content._product .product-banner .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
}
#content._product .product-banner img {
  width: 100%;
}
#content._product .product-banner .text h1 {
  font-size: 54px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
#content._product .product-banner .text p {
  font-size: 25px;
  letter-spacing: -0.02em;
}
#content._product #list-position {
  height: 1px;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
}
#content._product .title-block {
  position: relative;
  padding: 110px 0 69px;
  text-align: center;
}
#content._product .title-block p {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
#content._product .title-block h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #ee7026;
}
#content._product .cate-wrap .pr-category-module {
  display: flex;
  flex-wrap: wrap;
  /* outline: 1px solid #bbbbbb; */
  border: 1px solid #bbbbbb;
  margin-bottom: 74px;
  position: relative;
}
#content._product .cate-wrap .pr-category-module li {
  position: relative;
  /* width: 100%; */
  width: 217px;
  flex-grow: 1;
  text-align: center;
}
#content._product .cate-wrap .pr-category-module li.is-active a {
  /* background-color: #ee7026; */
  position: relative;
  z-index: 2;
  color: #ffffff;
}
#content._product .cate-wrap .pr-category-module li.is-active:before {
  content: '';
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  /* bottom: 0; */
  bottom: -1px;
  background-color: #ee7026;
  z-index: 1;
}
#content._product .cate-wrap .pr-category-module li:after {
  content: '';
  width: 1px;
  height: 18px;
  background-color: #c8c8c8;
  position: absolute;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
  z-index: 0;
}
#content._product .cate-wrap .pr-category-module li:nth-child(5):after {
  content: none;
}
#content._product .cate-wrap .pr-category-module li:last-child:after {
  content: none;
}
#content._product .cate-wrap .pr-category-module li a {
  display: block;
  padding: 25px 0;
  font-size: 18px;
  font-weight: 700;
  color: #171717;
  letter-spacing: -0.05em;
}
.product-list-wrap {
  margin-bottom: 102px;
}
#content._product .cate-wrap .pr-category-module li:nth-child(5) ~ li {
  border-top: 1px solid #c8c8c8;
}

#content._product.__ca_30 .cate-wrap .pr-category-module {
  justify-content: flex-end;
}
#content._product.__ca_30 .cate-wrap .pr-category-module li {
  width: 272px;
  flex-grow: 0;
}
#content._product.__ca_30 .cate-wrap .pr-category-module li:nth-child(1),
#content._product.__ca_30 .cate-wrap .pr-category-module li:nth-child(1) ~ li {
  border-bottom: 1px solid #c8c8c8;
}
#content._product.__ca_30 .cate-wrap .pr-category-module li:nth-child(4) ~ li {
  border-top: none;
  border-bottom: none;
}
#content._product.__ca_30 .cate-wrap .pr-category-module li:nth-child(5):after {
  content: '';
}
.product-list-wrap {
  margin-bottom: 102px;
}
.product-list-wrap ul.lists-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.product-list-wrap .sct_noitem {
  padding: 60px 0;
  font-size: 18px;
  text-align: center;
  letter-spacing: -0.05em;
  font-weight: 700;
}
.product-list-wrap ul.lists-row li {
  padding: 0 10px 20px 10px;
  width: 25%;
}
.product-list-wrap ul.lists-row li .wrap {
  border: 1px solid #c8c8c8;
}
.product-list-wrap ul.lists-row li .sct_ct_wrap {
  text-align: center;
  /* padding: 30px 0; */
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-list-wrap ul.lists-row li .sct_ct_wrap .sct_txt:after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 15px;
  background: url(../img/product_arrow_desktop.png) 50% / cover no-repeat;
  margin-left: 8px;
  vertical-align: middle;
}
.product-list-wrap ul.lists-row li .sct_ct_wrap .sct_txt {
  width: 100%;
  font-size: 20px;
  line-height: 1.22;
  letter-spacing: 0;
  color: #0d0d0d;
}
.product-list-wrap ul.lists-row li .sct_ct_wrap .sct_txt a {
  display: inline-block;
  max-width: 85%;
  vertical-align: middle;
}

#content._product .detail-popup {
  width: 810px;
  padding: 0;
  margin: 0;
}

#content._product #product-popup .product-wrap {
  display: flex;
  flex-wrap: wrap;
}

#content._product .detail-popup .inner {
  padding: 50px;
}

#content._product .detail-popup .swiper-wrapper {
  height: auto;
  width: auto;
}

#content._product .detail-popup .popup-close {
  top: 16px;
  right: 16px;
  z-index: 3;
}

#content._product .detail-popup .img {
  border: solid 1px #d1d1d1;
  width: 385px;
  position: relative;
}

#content._product #product-popup .product-wrap > ul {
  width: calc(100% - 385px);
  padding-left: 30px;
  position: relative;
}

#content._product #product-popup .title {
  font-size: 32px;
  font-weight: bold;
  color: #ee7026;
  margin-top: 3px;
  margin-bottom: 20px;
  line-height: 1.3;
}

#content._product .detail-popup .text {
  font-size: 15px;
  font-weight: normal;
  color: #333;
  margin-top: 14px;
}

#content._product .detail-popup .gram {
  display: flex;
  margin-top: 25px;
  align-items: center;
  width: 100%;
}
#content._product .detail-popup .gram .icon-wrap > span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 4px;
  text-align: center;
}
#content._product .detail-popup .gram .icon {
  width: 52px;
  height: 52px;
  margin: 0 20px 0 10px;
}

#content._product .detail-popup .gram ul {
  display: flex;
  width: 100%;
}

#content._product .detail-popup .gram ul li {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  border: solid 1px #d1d1d1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  border-right: 0;
  height: 70px;
}

#content._product .detail-popup .gram ul li:last-child {
  border-right: solid 1px #d1d1d1;
}

#content._product .detail-popup .weight,
#content._product .detail-popup .desc {
  font-size: 15px;
  font-weight: normal;
  color: #333;
}

#content._product .detail-popup .weight {
  display: flex;
  margin-top: 14px;
}

#content._product .detail-popup .desc {
  margin-top: 14px;
}

#content._product .detail-popup .weight p:first-child,
#content._product .detail-popup .desc p:first-child {
  display: flex;
  align-items: center;
}

#content._product .detail-popup .desc p:last-child {
  padding-left: 6px;
  margin-top: 6px;
  line-height: 1.33;
}

#content._product .detail-popup .weight p:first-child::before,
#content._product .detail-popup .desc p:first-child::before {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #333;
  margin-right: 3px;
}

#content._product .detail-popup .accent .accent-text {
  margin-top: 18px;
  font-size: 15px;
  font-weight: normal;
  color: #ee7026;
}

#content._product .detail-popup .swiper-wrapper.disabled {
  transform: translate3d(0px, 0, 0) !important;
}

#content._product .detail-popup .swiper-button-next,
#content._product .detail-popup .swiper-button-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 10;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  background-size: 50px 50px;
  background-position: center;
  background-repeat: no-repeat;
}

#content._product .detail-popup .swiper-button-next {
  background-image: url(../img/right_btn.png);
  right: 10px;
}

#content._product .detail-popup .swiper-button-prev {
  background-image: url(../img/left_btn.png);
  left: 10px;
}

#content._product .detail-popup .btn-wrap {
  position: absolute;
  bottom: 10px;
  left: 30px;
}

#content._product .detail-popup .btn-wrap .btn {
  background-color: #ee7026;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 18px 50px;
  min-width: 208px;
  min-height: 56px;
  border-radius: 28px;
  display: inline-block;
  font-size: 20px;
}

#content.__product-detail .content-area {
  padding: 125px 0;
  max-width: 1090px;
  margin: 0 auto;
}
#content.__product-detail .prd-top-block {
  display: flex;
  justify-content: center;
}
#content.__product-detail .prd-top-block .img-area {
  flex-shrink: 0;
  width: 537px;
  margin-right: 46px;
}
#content.__product-detail .prd-top-block .info-area {
  width: 507px;
}
/* #content.__product-detail .prd-top-block .img-area */
#content.__product-detail .prd-top-block .swiper-button-next,
#content.__product-detail .prd-top-block .swiper-button-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 10;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  background-size: 50px 50px;
  background-position: center;
  background-repeat: no-repeat;
}
#content.__product-detail .prd-top-block .swiper-button-next {
  background-image: url(../img/right_btn.png);
  right: 10px;
}
#content.__product-detail .prd-top-block .swiper-button-prev {
  background-image: url(../img/left_btn.png);
  left: 10px;
}

#content.__product-detail .prd-top-block .info-area .product-name {
  font-size: 35px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 700;
  margin-bottom: 28px;
  color: #ee7026;
}
#content.__product-detail .prd-top-block .info-area .info-title {
  font-size: 20px;
  color: #333333;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
#content.__product-detail .prd-top-block .info-area .cooking-method-block .info-title {
  font-size: 0;
}
#content.__product-detail .prd-top-block .info-area .cooking-method-block .info-title span {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
}
#content.__product-detail .prd-top-block .info-area .cooking-method-block .info-title .icon {
  width: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
#content.__product-detail .prd-top-block .info-area .cooking-method-block h6 {
  font-size: 20px;
  position: relative;
  padding-left: 12px;
}
#content.__product-detail .prd-top-block .info-area .cooking-method-block h6:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ee7026;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#content.__product-detail .prd-top-block .info-area .cooking-method-block p {
  font-size: 14px;
  background-color: #f0f0f0;
  border-radius: 6px;
  color: #333333;
  line-height: 1.4;
  padding: 6px 8px;
  word-break: break-word;
}
#content.__product-detail .prd-top-block .info-area .desc {
  margin-bottom: 30px;
}
/* #content.__product-detail .prd-top-block .info-area h5.cm-title {
    font-size: 25px;
    color: #3333;
} */
#content.__product-detail .prd-top-block .info-area .desc dt {
  margin-bottom: 14px;
  font-size: 0;
}
#content.__product-detail .prd-top-block .info-area .desc dt span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 700;
}
#content.__product-detail .prd-top-block .info-area .desc dt img {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin-right: 8px;
}
#content.__product-detail .prd-top-block .info-area .desc dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
#content.__product-detail .prd-top-block .info-area .desc dd span {
  font-size: 14px;
  background-color: #f0f0f0;
  border-radius: 6px;
  color: #333333;
  line-height: 1.4;
  padding: 6px 8px;
  word-break: break-word;
}
#content.__product-detail .prd-top-block .info-area .desc dd i {
  width: 20px;
  height: 20px;
}
#content.__product-detail .prd-top-block .info-area .desc dd i.circle {
  background: url(../img/product_detail_icon_circle.svg) 50% / cover no-repeat;
}
#content.__product-detail .prd-top-block .info-area .desc dd i.triangle {
  background: url(../img/product_detail_icon_triangle.svg) 50% / cover no-repeat;
}
#content.__product-detail .prd-top-block .info-area .go-contact {
  display: block;
  border-radius: 40px;
  background-color: #ee7026;
  width: 215px;
  padding: 22px 0;
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  margin-top: 60px;
}
#content.__product-detail .video-area {
  padding-bottom: 56.25%;
  width: 100%;
  position: relative;
  margin-top: 56px;
}
#content.__product-detail .video-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#content.__product-detail .prd-bottom-block {
  margin-top: 77px;
}
#content.__product-detail .prd-bottom-block .block-wrapper {
  display: flex;
  /* justify-content: space-between; */
  justify-content: flex-end;
}
#content.__product-detail .prd-bottom-block .block-wrapper > div {
  width: 507px;
}
#content.__product-detail .prd-bottom-block .block-wrapper > div h5 {
  font-size: 25px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 23px;
  line-height: 1.25;
}
#content.__product-detail .prd-bottom-block table {
  border: 1px solid #bbbbbb;
  margin-bottom: 12px;
}
#content.__product-detail .prd-bottom-block table th {
  border-bottom: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
}
#content.__product-detail .prd-bottom-block table td {
  letter-spacing: -0.02em;
}
#content.__product-detail .prd-bottom-block .desc-block .used-wrap {
  display: inline-block;
  vertical-align: middle;
  margin: 0 11px;
}
#content.__product-detail .prd-bottom-block .desc-block .used-wrap span {
  vertical-align: middle;
}
#content.__product-detail .prd-bottom-block .desc-block .used-wrap span:last-child {
  display: inline-block;
  font-size: 12px;
  margin-left: 6px;
}
#content.__product-detail .prd-bottom-block .desc-block .noti-paragraph {
  font-size: 14px;
  line-height: 1.3;
  color: #333333;
  letter-spacing: -0.02em;
  margin-top: 16px;
}
#allergy-table {
  width: 537px;
  margin-right: 46px;
  text-align: center;
}
#allergy-table th {
  background: rgba(217, 217, 217, 0.2);
  line-height: 1.12;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.02rem;
  width: 179px;
  height: 84px;
}
#allergy-table tr:first-child td {
  padding-top: 25px;
}
#allergy-table tr:last-child td {
  padding-bottom: 15px;
}
#allergy-table td {
  padding: 6px 0;
  border-right: 1px solid #bbbbbb;
}
#allergy-table td span.icon {
  display: inline-block;
  width: 45px;
  margin-right: 30px;
  vertical-align: middle;
}
#allergy-table td span.key-name {
  display: block;
  font-size: 12px;
  letter-spacing: -0.02em;
  color: #333333;
  margin-top: 6px;
}
#allergy-table td .used-O {
  margin-top: 12px;
  vertical-align: top;
}
#allergy-table td .used-X {
  margin-top: 22px;
  vertical-align: top;
}
#content.__product-detail .prd-bottom-block .used-O {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background-color: #ee7026;
}
#content.__product-detail .prd-bottom-block .used-X {
  display: inline-block;
  width: 22px;
  height: 5px;
  border-radius: 3px;
  background-color: #ee7026;
}
#nutri-table {
  border: 1px solid #bbbbbb;
}
#nutri-table td {
  padding: 18px;
  border: 1px solid #bbbbbb;
  color: #333333;
  font-size: 16px;
  vertical-align: middle;
}
#nutri-table tr:first-child td {
  vertical-align: top;
}
#nutri-table td:first-child {
  line-height: 1.25;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.02rem;
  width: 169px;
  vertical-align: top;
}
#nutri-table tr:nth-child(2) td {
  background: rgba(217, 217, 217, 0.2);
}
#nutri-table tr:first-child td:nth-child(2) {
  width: 226px;
}
#nutri-table tr:first-child td:last-child {
  text-align: right;
}
#nutri-table tr:nth-child(2) td:last-child {
  font-size: 14px;
  line-height: 1.4;
}
#nutri-table td .inner-row {
  margin-bottom: 14px;
}
#nutri-table td .inner-row:last-child {
  margin-bottom: 0;
}
#nutri-table td span {
  display: block;
  font-size: 15px;
  font-weight: 300;
  margin-top: 13px;
  color: #333333;
}
#nutri-table td .pack-icon {
  width: 44px;
  margin: 0;
}

/* * end product page */
/* * about page */
#content._about .banner-about-main {
  width: 100%;
  height: 400px;
  background: url(../img/about-banner_main.png) center / cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

#content._about .banner-about-main .banner-title {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
}

#content._about .tab-wrapper {
  margin-top: 74px;
  display: flex;
  padding: 6px 0 38px;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 20;
  transition: ease-in-out 0.2s;
}

#content._about .tab-wrapper.is-non-active {
  transform: translateY(-100%);
}

#content._about .tab-wrapper .tab {
  display: flex;
  width: 758px;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
}

#content._about .tab-wrapper .tab::after {
  content: '';
  display: block;
  width: 100%;
  height: 6px;
  background-color: #d7d7d7;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  border-radius: 3px;
  z-index: 1;
}

#content._about .tab-wrapper .tab li {
  position: relative;
}

#content._about .tab-wrapper .tab li a {
  line-height: 82px;
  height: 82px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}

#content._about .tab-wrapper .tab li.is-active a {
  color: #ee7026;
}

#content._about .tab-wrapper .tab li.is-active::after {
  content: '';
  display: block;
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  border-radius: 3px;
  background-color: #ee7026;
  z-index: 2;
}

#content._about .section-wrapper section {
  display: none;
}

#content._about .section-wrapper section.is-active {
  display: block;
}

#content._about .section-wrapper section > div > .inner {
  width: 1090px;
  margin: 0 auto;
}

#content._about #aboutSeara {
  padding-top: 48px;
}

#content._about #aboutSeara .logo-big {
  margin-bottom: 60px;
  width: 284px;
}

#content._about .title-block {
  margin-bottom: 60px;
}

#content._about .title-block .tt {
  font-size: 41px;
  font-weight: normal;
  text-align: center;
  line-height: 1.3;
}
#content._about .title-block .tt strong {
  font-size: 37px;
  font-weight: bold;
  color: #ee7026;
}
#content._about .title-block .tt strong b {
  font-size: 48px;
}
#content._about .title-block .tt.bk {
  color: #333;
  font-weight: 700;
}

#content._about #aboutSeara .indicator {
  background-color: #ffffff;
  margin-bottom: 112px;
}
#content._about #aboutSeara .indicator ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#content._about #aboutSeara .indicator ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: 25%;
  text-align: center;
}
#content._about #aboutSeara .indicator ul li:nth-child(3) {
  flex-basis: 30%;
}
#content._about #aboutSeara .indicator ul li:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 284px;
  background-color: #e2e2e2;
}
#content._about #aboutSeara .indicator ul li:last-child:after {
  content: none;
}
#content._about #aboutSeara .indicator ul li .icon {
  display: flex;
  width: 100px;
  border-radius: 50%;
  border: 2px solid #ee7026;
  height: 100px;
  align-items: center;
  margin: 0 auto 30px;
}

#content._about #aboutSeara .indicator ul li:nth-child(1) .icon img {
  width: 50px;
}
#content._about #aboutSeara .indicator ul li:nth-child(2) .icon img {
  width: 55px;
}
#content._about #aboutSeara .indicator ul li:nth-child(3) .icon img {
  width: 67px;
}

#content._about #aboutSeara .indicator ul li:nth-child(4) .icon {
  padding-left: 4px;
}

#content._about #aboutSeara .indicator ul li:nth-child(4) .icon img {
  width: 68px;
}

#content._about #aboutSeara .indicator ul li h5 {
  font-size: 40px;
  font-weight: 700;
  color: #ee7026;
  letter-spacing: -0.04em;
  margin-bottom: 22px;
}
#content._about #aboutSeara .indicator ul li h5 strong {
  font-weight: 700;
  font-size: 75px;
}
#content._about #aboutSeara .indicator ul li p {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: #333333;
}

#content._about #aboutSeara .desc-block {
  /* background: url(../img/about-banner_desc.png) center bottom / cover no-repeat; */
  background: url(../img/about-us-welfare_logo.png) 100% 100% / 664px auto no-repeat #ee7026;
  width: 100%;
  padding: 108px 0;
}

#content._about #aboutSeara .desc-block .desc-tt {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.38;
  text-align: center;
  color: #fff;
  margin-bottom: 32px;
}

#content._about #aboutSeara .desc-block .desc-tt strong {
  color: #fff100;
  font-weight: bold;
}
#content._about #aboutSeara .desc-block > .inner {
  width: 1090px;
}
#content._about #aboutSeara .desc-block .desc {
  display: flex;
  justify-content: space-between;
}

#content._about #aboutSeara .desc-block .desc p {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.55;
  letter-spacing: -0.02em;
  color: #ffffff;
}
#content._about #aboutSeara .desc-block .desc .p-group p:first-child {
  margin-bottom: 30px;
}
#content._about #aboutSeara .desc-block .desc .p-group {
  width: 50%;
}
#content._about #aboutSeara .desc-block .desc .p-group:first-child {
  margin-right: 30px;
}

#content._about #aboutSeara .corporate-profile-block {
  padding: 87px 0;
  background-color: #ffffff;
  font-size: 0;
}
#content._about #aboutSeara .corporate-profile-block h4 {
  font-size: 33px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #000000;
  text-align: center;
  margin-bottom: 49px;
}
#content._about #aboutSeara .corporate-profile-block dl {
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  justify-content: stretch;
}
#content._about #aboutSeara .corporate-profile-block dl dt,
#content._about #aboutSeara .corporate-profile-block dl dd {
  padding: 14px 0 8px;
}
#content._about #aboutSeara .corporate-profile-block dl dt {
  width: 307px;
  padding-left: 23px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #ee7026;
}
#content._about #aboutSeara .corporate-profile-block dl dd {
  font-size: 19px;
  letter-spacing: -0.02em;
  line-height: 1.36;
  color: #333333;
}

#content._about #aboutSeara .proofmark-block {
  padding: 100px 0 90px;
  background-color: #fdf0e9;
}

#content._about #aboutSeara .proofmark-block .pm-tt {
  font-size: 33px;
  font-weight: 700;
  text-align: center;
  color: #333;
  margin-bottom: 14px;
}

#content._about #aboutSeara .proofmark-block .pm-subtt {
  font-weight: 500;
  font-size: 27px;
  line-height: 1.37;
  text-align: center;
  letter-spacing: -0.02em;
  color: #333333;
  margin-bottom: 42px;
}

#content._about #aboutSeara .proofmark-block .pm-desc {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #333333;
  padding-right: 10px;
  margin-bottom: 40px;
}

#content._about #aboutSeara .proofmark-block .pm-marks {
  display: flex;
  justify-content: space-between;
  margin-bottom: 61px;
}

#content._about #aboutSeara .proofmark-block .pm-marks-desc {
  padding-left: 14px;
  margin-bottom: 40px;
}

#content._about #aboutSeara .proofmark-block .pm-marks-desc > li {
  font-weight: 400;
  font-size: 23px;
  line-height: 1.57;
  letter-spacing: -0.02em;
  color: #333333;
  position: relative;
  padding-left: 22px;
}

#content._about #aboutSeara .proofmark-block .pm-marks-desc > li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 16px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #333333;
}

#content._about #aboutSeara .proofmark-block .pm-desc:last-of-type {
  margin-bottom: 0;
  font-weight: 400;
}

#content._about #aboutSeara .production_info-block {
  padding: 90px 0 100px;
}

#content._about #aboutSeara .production_info-block .pi-wrapper {
  display: flex;
}

#content._about #aboutSeara .production_info-block .pi-text {
  flex-shrink: 0;
  width: 476px;
}

#content._about #aboutSeara .production_info-block .pi-tt {
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  line-height: 1.3;
  color: #333;
  margin-bottom: 38px;
}

#content._about #aboutSeara .production_info-block .pi-tt:nth-of-type(2) {
  margin-bottom: 66px;
}

#content._about #aboutSeara .production_info-block .pi-tt strong {
  color: #ee7026;
  font-weight: bold;
}

#content._about #aboutSeara .production_info-block .pi-text ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

#content._about #aboutSeara .production_info-block .pi-text ul li:last-of-type {
  margin-bottom: 0;
}

#content._about #aboutSeara .production_info-block .pi-text ul li .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #ee7026;
  display: flex;
  align-items: center;
  margin-right: 24px;
}

#content._about #aboutSeara .production_info-block .pi-text ul li:nth-child(1) .icon {
  padding-bottom: 4px;
}

#content._about #aboutSeara .production_info-block .pi-text ul li:nth-child(1) .icon img {
  width: 36px;
}
#content._about #aboutSeara .production_info-block .pi-text ul li:nth-child(2) .icon img {
  width: 44px;
}
#content._about #aboutSeara .production_info-block .pi-text ul li:nth-child(3) .icon img {
  width: 57px;
}
#content._about #aboutSeara .production_info-block .pi-text ul li:nth-child(4) .icon img {
  width: 42px;
}
#content._about #aboutSeara .production_info-block .pi-text ul li:nth-child(5) .icon img {
  width: 43px;
}
#content._about #aboutSeara .production_info-block .pi-text ul li:nth-child(6) .icon img {
  width: 42px;
}

#content._about #aboutSeara .production_info-block .pi-text p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
  text-align: left;
  color: #0d0d0d;
}

#content._about #aboutSeara .production_info-block .pi-text p strong {
  font-size: 26px;
  font-weight: bold;
}

#content._about #aboutSeara .production_info-block .pi-img {
  margin-top: 148px;
}

#content._about #aboutSeara .history-block {
  padding: 92px 0 100px;
  background-color: #f1f1f1;
  width: 100%;
}

#content._about #aboutSeara .history-block .title-block {
  text-align: center;
  margin-bottom: 47px;
}

#content._about #aboutSeara .history-block .title-block .tt {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}

#content._about #aboutSeara .history-block .title-block .desc {
  font-weight: 400;
  font-size: 23px;
  line-height: 1.39;
  letter-spacing: -0.02em;
  color: #000000;
}

#content._about #aboutSeara .history-block .list-block > .inner {
  width: 1090px;
  margin: 0 auto;
}

#content._about #aboutSeara .history-block .list-block > .inner ul {
  column-count: 3;
  column-gap: 50px;
}

#content._about #aboutSeara .history-block .list-block > .inner li {
  /* border: 1px solid red; */
  width: 100%;
  display: inline-block;
  /* -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; */
}

#content._about #aboutSeara .history-block .list-block > .inner li .inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* border: 1px solid blue; */
}

#content._about #aboutSeara .history-block .list-block > .inner li .tt {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: #ee7026;
  width: 21.5%;
  position: relative;
}

#content._about #aboutSeara .history-block .list-block > .inner li .tt::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #ee7026;
  box-sizing: border-box;
  position: absolute;
  right: -5px;
  top: 8px;
  background-color: #f1f1f1;
  z-index: 2;
}

#content._about #aboutSeara .history-block .list-block > .inner li .tt::after {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  background-color: #ee7026;
  position: absolute;
  right: -1px;
  top: 13px;
  z-index: 1;
}

#content._about #aboutSeara .history-block .list-block > .inner li.bottom .tt::after {
  display: none;
}

#content._about #aboutSeara .history-block .list-block > .inner li .desc {
  width: 78.5%;
  padding-left: 22.5px;
  padding-bottom: 40px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

#content._about #aboutSeara .corporate_culture-block {
  background-color: #fdf0e9;
  padding: 87px 0 85px;
}

#content._about #aboutSeara .corporate_culture-block > div > .inner {
  width: 1090px;
  margin: 0 auto;
}

#content._about #aboutSeara .corporate_culture-block .title-block {
  margin-bottom: 33px;
}

#content._about #aboutSeara .corporate_culture-block .title-block .tt {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -0.02em;
}

#content._about #aboutSeara .corporate_culture-block .content-block {
  width: 100%;
}

#content._about #aboutSeara .corporate_culture-block .content-block > .inner {
  width: 1090px;
  margin: 0 auto;
}

#content._about #aboutSeara .corporate_culture-block .content-block .content-box {
  margin-bottom: 45px;
}

#content._about #aboutSeara .corporate_culture-block .content-block .content-box:last-of-type {
  margin-bottom: 0;
}

#content._about #aboutSeara .corporate_culture-block .content-block .content-box > .tt {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #ee7026;
  margin-bottom: 10px;
}

#content._about #aboutSeara .corporate_culture-block .content-block .content-box > .desc {
  font-weight: 400;
  font-size: 23px;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

#content._about #aboutSeara .corporate_culture-block .content-block .content-box:nth-child(2) > .desc {
  margin-bottom: 24px;
}

#content._about #aboutSeara .corporate_culture-block .content-box .values-box {
  column-count: 2;
  column-gap: 30px;
}

#content._about #aboutSeara .corporate_culture-block .content-box .values-box > li {
  width: 100%;
  background: #ffffff;
  border-radius: 20px;
  padding: 14px 22px;
  margin-bottom: 15px;
  display: inline-block;
}

#content._about #aboutSeara .corporate_culture-block .content-box .values-box > li:nth-child(odd) {
  margin-right: 30px;
}

#content._about #aboutSeara .corporate_culture-block .content-box .values-box > li .tt {
  margin-bottom: 7px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #333333;
}

#content._about #aboutSeara .corporate_culture-block .content-box .values-box > li .desc {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #626262;
}

#content._about #aboutSeara .banner-contact {
  background: url(../img/about-banner_contact_us.png);
  width: 100%;
  height: 270px;
}

#content._about #aboutSeara .banner-contact .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

#content._about #aboutSeara .banner-contact .title-block {
  margin-bottom: 0;
}

#content._about #aboutSeara .banner-contact .title-block p {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

#content._about #aboutSeara .banner-contact .title-block .banner-title {
  font-size: 34px;
  font-weight: 500;
  color: #fff;
}

#content._about #aboutSeara .banner-contact .btn-contact {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  width: 208px;
  height: 56px;
  line-height: 56px;
  display: block;
  border-radius: 28px;
  background-color: #ee7026;
}

#content._about #sustainableManagement .banner-about-sub._02 {
  width: 100%;
  height: 410px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/about-banner_mountain.png) center / cover no-repeat;
}

#content._about #sustainableManagement .banner-about-sub._02 .banner-title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.24;
  text-align: center;
  color: #fff;
}

#content._about #sustainableManagement .banner-about-sub._02 .banner-title strong {
  color: #ee7026;
}

#content._about #sustainableManagement .management_info-block {
  background-color: #ffffff;
  padding: 92px 0 109px;
}
#content._about #sustainableManagement .management_info-block ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#content._about #sustainableManagement .management_info-block ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 33.33333333%;
  min-height: 378px;
  text-align: center;
}
#content._about #sustainableManagement .management_info-block ul li:first-child::after,
#content._about #sustainableManagement .management_info-block ul li:last-child::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #e2e2e2;
}

#content._about #sustainableManagement .management_info-block ul li:last-child::after {
  left: 0;
}

#content._about #sustainableManagement .management_info-block ul li .icon {
  display: flex;
  width: 100px;
  border-radius: 50%;
  border: 2px solid #ee7026;
  height: 100px;
  align-items: center;
  margin: 0 auto 20px;
}

#content._about #sustainableManagement .management_info-block ul li:nth-child(1) .icon img {
  width: 63px;
}
#content._about #sustainableManagement .management_info-block ul li:nth-child(2) .icon img {
  width: 48px;
}
#content._about #sustainableManagement .management_info-block ul li:nth-child(3) .icon img {
  width: 67px;
}

#content._about #sustainableManagement .management_info-block ul li h5 {
  font-size: 32px;
  font-weight: 700;
  color: #ee7026;
  letter-spacing: -0.04em;
  margin-bottom: 24px;
}
#content._about #sustainableManagement .management_info-block ul li p {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.02em;
  width: 320px;
  line-height: 1.63;
  text-overflow: ellipsis;
  margin: 0 auto;
}

#content._about #sustainableManagement .management_info-block .btn-lead_more {
  font-size: 16px;
  font-weight: bold;
  margin: 22px auto 0;
  color: #fff;
  line-height: 46px;
  border-radius: 22.6px;
  background-color: #333;
  width: 170px;
  height: 46px;
}

#content._about #animalWelfare .banner-about-sub._03 {
  width: 100%;
  height: 410px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/about-banner_farm.png) center / cover no-repeat;
}

#content._about #animalWelfare .banner-about-sub._03 .banner-title {
  font-size: 38px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}

#content._about #animalWelfare .banner-about-sub._03 .banner-title strong {
  color: #ee7026;
  font-weight: bold;
}

#content._about #animalWelfare .desc-block {
  background: url(../img/about-us-welfare_logo.png) 100% 100% / 664px auto no-repeat #ee7026;
  width: 100%;
  padding: 113px 0;
}

#content._about #animalWelfare .desc-block .inner {
  display: flex;
}

#content._about #animalWelfare .desc-block .title-block {
  margin-right: 28px;
  width: 386px;
  flex-shrink: 0;
}

#content._about #animalWelfare .desc-block .desc-tt {
  font-size: 38px;
  font-weight: 700;
  color: #fff100;
  margin-bottom: 23px;
}

#content._about #animalWelfare .desc-block .title-block p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  letter-spacing: -0.02em;
  /* word-break: keep-all; */
}

#content._about #animalWelfare .desc-block .desc > p,
#content._about #animalWelfare .desc-block .desc .point > p {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.02em;
  line-height: 1.375;
  text-align: left;
  color: #fff;
}

#content._about #animalWelfare .desc-block .desc > p {
  margin-bottom: 24px;
}

#content._about #animalWelfare .desc-block .desc > p:last-child {
  margin-bottom: 0;
}

#content._about #animalWelfare .desc-block .desc .point > p {
  margin-bottom: 22px;
}

#content._about #animalWelfare .desc-block .desc .point ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

#content._about #animalWelfare .desc-block .desc .point ul li {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.8;
  letter-spacing: -0.02em;
  line-height: 1.63;
  color: #fff;
  margin-right: 22px;
  min-width: 278px;
}

#content._about #animalWelfare .info_graphic-block .ig-farm._pig > .inner {
  width: 1166px;
  margin: 0 auto;
}
#content._about #animalWelfare .info_graphic-block .ig-farm._chicken > .inner {
  width: 1264px;
  margin: 0 auto;
}

#content._about #animalWelfare .info_graphic-block .ig-farm {
  position: relative;
}

#content._about #animalWelfare .info_graphic-block .ig-farm._pig {
  padding: 94px 0 134px;
  background: url(../img/about-bg_pig-farm.png) right bottom / cover no-repeat;
  overflow: hidden;
}
#content._about #animalWelfare .info_graphic-block .ig-farm._chicken {
  padding: 90px 0 127px;
  background: url(../img/about-bg_chicken-farm.png) right bottom / cover no-repeat;
  /* border-top: 3px solid #ee7026; */
  overflow: hidden;
}

#content._about #animalWelfare .info_graphic-block .title-block > .inner {
  width: 1090px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

#content._about #animalWelfare .info_graphic-block .title-block .icon {
  display: flex;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 2px solid #ee7026;
  align-items: center;
  margin-right: 14px;
}

#content._about #animalWelfare .info_graphic-block .ig-farm._pig .title-block .icon img {
  width: 57px;
  margin-left: 8px;
}
#content._about #animalWelfare .info_graphic-block .ig-farm._chicken .title-block .icon img {
  width: 44px;
  margin-left: 12px;
}

#content._about #animalWelfare .info_graphic-block .title-block .ig-tt {
  font-size: 46px;
  font-weight: 700;
  color: #ee7026;
}

#content._about #animalWelfare .info_graphic-block .ig-farm._pig .img-block {
  margin-bottom: 90px;
}

#content._about #animalWelfare .info_graphic-block .ig-farm._pig .video-block {
  width: 100%;
}

#content._about #animalWelfare .info_graphic-block .ig-farm._pig .video-block__video-elem {
  width: 1090px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 58px;
  z-index: 2;
}

#content._about #animalWelfare .info_graphic-block .ig-farm._pig .video-block__video-elem:last-child {
  margin-bottom: 0;
}

#content._about #animalWelfare .info_graphic-block .ig-farm._pig .video-block__video-elem video {
  width: 100%;
  object-fit: cover;
  display: block;
}

#content._about #animalWelfare .info_graphic-block .ig-farm._pig .video-block__video-elem .play-trigger {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#content._about #animalWelfare .info_graphic-block .ig-farm._pig .video-block__video-elem .play-trigger .icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98px;
  height: 98px;
  transition: ease-in-out 0.2s;
}
#content._about #animalWelfare .info_graphic-block .ig-farm._pig .video-block__video-elem .play-trigger .icon._play {
  background: url(../img/icon_video_play.png) 50% / 98px no-repeat;
}
#content._about #animalWelfare .info_graphic-block .ig-farm._pig .video-block__video-elem .play-trigger .icon._pause {
  background: url(../img/icon_video_pause.png) 50% / 98px no-repeat;
  display: none;
}

#content._about #animalWelfare .info_graphic-block .ig-farm._pig::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 821px;
  z-index: 0;
  height: 492px;
  background: url(../img/about-img_ship.png) center / 821px auto no-repeat;
  pointer-events: none;
}
#content._about #animalWelfare .info_graphic-block .ig-farm._chicken::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(20px);
  top: -18px;
  width: 562px;
  height: 459px;
  background: url(../img/about-img_farm.png) center / 562px auto no-repeat;
}

#content._about #downloadReport {
  padding: 118px 0;
}

#content._about #downloadReport .title-block {
  margin-bottom: 108px;
}

#content._about #downloadReport .title-block .tt.bk {
  font-weight: 400;
  font-size: 38px;
  line-height: 1.21;
  letter-spacing: -0.02em;
}

#content._about #downloadReport .title-block .tt strong {
  font-size: 38px;
}

#content._about #downloadReport .report-block {
  position: relative;
  min-width: 1090px;
  overflow: hidden;
}

#content._about #downloadReport .report-block .inner {
  position: relative;
  overflow: hidden;
}

#content._about #downloadReport .report-block .report-swiper .swiper-button-prev {
  left: -20px;
}

#content._about #downloadReport .report-block .report-slide .slide-tt {
  font-size: 36px;
  font-weight: 700;
  color: #ee7026;
  margin-bottom: 20px;
}

#content._about #downloadReport .report-block .report-slide .img-block {
  width: 350px;
  height: 496px;
  position: relative;
}

/* #content._about #downloadReport .report-block .report-slide:nth-child(1) .img-block {
    background: url(../img/about-bg_report_2020.png) center / cover no-repeat;
}
#content._about #downloadReport .report-block .report-slide:nth-child(2) .img-block {
    background: url(../img/about-bg_report_2019.png) center / cover no-repeat;
}
#content._about #downloadReport .report-block .report-slide:nth-child(3) .img-block {
    background: url(../img/about-bg_report_2018.png) center / cover no-repeat;
} */

#content._about #downloadReport .report-block .report-slide .img-block a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 74px;
  background: rgba(238, 112, 38, 0.7);
  position: absolute;
  left: 0;
  bottom: -74px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  transition: 0.3s ease-in-out;
}

#content._about #downloadReport .report-block .report-slide .img-block a::after {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  background: url(../img/download.png) center / cover no-repeat;
  margin-left: 12px;
  margin-bottom: 4px;
}
#content._about #downloadReport .report-block .report-slide:first-child .img-block a::after {
  display: none;
}

#content._about #downloadReport .report-block .report-slide:hover .img-block a {
  bottom: 0;
}

#content._about #downloadReport .report-block .report-button-prev,
#content._about #downloadReport .report-block .report-button-next {
  position: absolute;
  width: 70px;
  height: 70px;
  z-index: 10;
  top: 50%;
  margin-top: -35px;
  cursor: pointer;
  background-size: 70px 70px;
  background-position: center;
  background-repeat: no-repeat;
}

#content._about #downloadReport .report-block .report-button-prev {
  background-image: url(../img/left_btn.png);
  right: 50%;
  margin-right: 605px;
  left: initial;
}

#content._about #downloadReport .report-block .report-button-next {
  background-image: url(../img/right_btn.png);
  left: 50%;
  margin-left: 605px;
  right: initial;
}
/* * end about page */
/* * news page */

#content._news #bo_btn_top {
  margin: 0;
}

#content._news .btn_bo_user .btn {
  width: 100%;
}

#content._news .banner-news-main {
  width: 100%;
  height: 400px;
  background: url(../img/news-banner_main.jpg) center / cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

#content._news .banner-news-main .banner-title {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
}

#content._news #bo_gall {
  padding: 110px 0;
}

#content._news #bo_gall #gall_ul {
  margin: 0;
  display: flex;
  flex-flow: column;
}

#content._news #bo_gall .title-block {
  padding-bottom: 62px;
  position: relative;
}

#content._news #bo_gall .title-block::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  position: absolute;
  left: 0;
  bottom: 0;
}

#content._news #bo_gall .title-block p {
  font-size: 20px;
  font-weight: bold;
  color: #171717;
  margin-bottom: 16px;
}

#content._news #bo_gall .title-block .tt {
  font-size: 50px;
  font-weight: bold;
  color: #ee7026;
}

#content._news #bo_gall .inner {
  width: 1090px;
  margin: 0 auto;
}

#content._news #bo_gall .gall_row .col-gn-4 {
  width: 100%;
  padding: 0;
}

#content._news #bo_gall .gall_box {
  margin: 0;
}

#content._news #bo_gall .gall_row .col-gn-4 .gall_con a {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
  padding: 40px 0;
}

#content._news #bo_gall .gall_con .gall_text_href {
  margin: 0;
}

#content._news #bo_gall .gall_row .col-gn-4 .gall_con .gall_img {
  width: 206px;
  flex-shrink: 0;
  margin-right: 32px;
  position: relative;
}
#content._news #bo_gall .gall_row .col-gn-4 .gall_con .gall_img .no_image {
  background-color: #efefef;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  text-transform: uppercase;
  text-align: center;
}

#content._news #bo_gall .gall_info .gall_date {
  margin-left: 0;
  font-size: 14px;
  font-weight: normal;
  color: #989898;
  margin-bottom: 4px;
}

#content._news #bo_gall .bo_tit {
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  color: #171717;
  margin-top: 10px;
  margin-bottom: 5px;
  width: 97%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#content._news #bo_gall .bo_cnt {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.39;
  color: #0d0d0d;
}

#content._news #bo_gall .pg_wrap {
  margin-top: 50px;
  text-align: center;
}

#content._news #bo_gall .pg_wrap .pg_current {
  font-size: 16px;
  font-weight: bold;
  color: #ee7026;
  border-bottom: 2px solid #ee7026;
  padding: 0 4px;
  margin: 0 4px;
}

#content._news #bo_gall .pg_wrap .pg_page {
  font-size: 16px;
  font-weight: 300;
  color: #0d0d0d;
  margin: 0 8px;
}

#content._news #bo_gall .pg_wrap .pg_page.pg_start,
#content._news #bo_gall .pg_wrap .pg_page.pg_end {
  display: inline-block;
  margin: 0 12px;
  width: 10px;
  height: 9px;
}

#content._news #bo_gall .pg_wrap .pg_page.pg_prev,
#content._news #bo_gall .pg_wrap .pg_page.pg_next {
  display: inline-block;
  margin: 0 12px;
  width: 5px;
  height: 9px;
}

#content._news #bo_gall .pg_wrap .pg_page.pg_start {
  background: url(../img/btn_first_02.png) center / 10px auto no-repeat;
}
#content._news #bo_gall .pg_wrap .pg_page.pg_end {
  background: url(../img/btn_end_02.png) center / 10px auto no-repeat;
}

#content._news #bo_gall .pg_wrap .pg_page.pg_prev {
  background: url(../img/btn_prev_02.png) center / 5px auto no-repeat;
}
#content._news #bo_gall .pg_wrap .pg_page.pg_next {
  background: url(../img/btn_next_02.png) center / 5px auto no-repeat;
}

/* * end news page */
/* * news-detail page */

#content._news-detail #bo_v > .inner {
  width: 1090px;
  margin: 0 auto;
  /* padding-top: 106px; */
  padding: 106px 0 91px;
}

#content._news-detail #bo_v header .title-block {
  padding-bottom: 60px;
  border-bottom: 2px solid #333333;
}

#content._news-detail #bo_v header .title-block p {
  font-size: 20px;
  font-weight: bold;
  color: #171717;
  margin-bottom: 12px;
}

#content._news-detail #bo_v header .title-block .tt {
  font-size: 50px;
  font-weight: bold;
  color: #ee7026;
}

#content._news-detail #bo_v header .title-block-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 27px 0;
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
}

#content._news-detail #bo_v header .title-block-detail #bo_v_info .profile_info {
  margin: 0;
}

#content._news-detail #bo_v header .title-block-detail #bo_v_title {
  width: 90%;
}

#content._news-detail #bo_v header .title-block-detail #bo_v_title .bo_v_tit {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #171717;
  margin: 0;
  line-height: 1.2;
}

#content._news-detail #bo_v header .title-block-detail #bo_v_info {
  border: none;
  font-size: 14px;
  font-weight: normal;
  color: #989898;
}

#content._news-detail #bo_v_atc {
  padding: 34px 0 0 0;
}

#content._news-detail #bo_v_img {
  margin-bottom: 28px;
}

#content._news-detail #bo_v_img img {
  margin: 0;
}

#content._news-detail #bo_v_atc #bo_v_con {
  /* margin: 0 0 90px; */
  margin: 0 0 61px;
  border-bottom: 2px solid #333333;
  padding-bottom: 44px;
  text-align: left;
}
#content._news-detail #bo_v_atc #bo_v_con img {
  display: inline-block;
}
#content._news-detail #bo_v_atc #bo_v_con div {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 18px !important;
  font-weight: normal;
  color: #0d0d0d;
  line-height: 1.35 !important;
}
#content._news-detail #bo_v_atc #bo_v_con p {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 18px !important;
  font-weight: normal !important;
  line-height: 1.39 !important;
  color: #0d0d0d;
  /* word-break: break-all; */
  /* letter-spacing: -0.05em; */
  letter-spacing: 0;
  /* padding-bottom: 44px; */
  /* border-bottom: 2px solid #333333; */
}
#content._news-detail #bo_v_atc #bo_v_con p > a {
  font-weight: bold !important;
  text-decoration: underline;
  color: #ee7026;
}
#content._news-detail #bo_v_atc #bo_v_con p > a span {
  font-weight: bold !important;
  text-decoration: underline;
  color: #ee7026;
}

#content._news-detail #bo_v_atc #bo_v_con ul {
  list-style: disc;
}
#content._news-detail #bo_v_atc #bo_v_con ul li {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
  color: #0d0d0d;
  margin-left: 24px;
}

#content._news-detail #bo_v_atc #bo_v_con span {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 18px !important;
  font-weight: normal;
  line-height: 1.39 !important;
  color: #0d0d0d;
}

#content._news-detail #bo_v_atc #bo_v_con + .btn_b01 {
  display: block;
  width: 208px;
  height: 56px;
  line-height: 56px;
  margin: 60px auto 0;
  border-radius: 28px;
  background-color: #ee7026;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

#content._news-detail #bo_v_atc #bo_v_con .content_copy {
  display: none;
  visibility: hidden;
}

/* * end news-detail page */
/* * contact-us page */

#content._contact-us > .inner {
  width: 1090px;
  margin: 0 auto;
  padding: 110px 0 80px;
}

#content._contact-us .banner-about-main {
  width: 100%;
  height: 400px;
  background: url(../img/contactus-banner_main.png) center / cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

#content._contact-us .banner-about-main .banner-title {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
}

#content._contact-us .title-block {
  margin-bottom: 70px;
}

#content._contact-us .title-block p:first-child {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 16px;
}

#content._contact-us .title-block .tt {
  font-size: 50px;
  font-weight: bold;
  color: #ee7026;
  margin-bottom: 16px;
}

#content._contact-us .title-block p:last-child {
  font-size: 22px;
  font-weight: normal;
  color: #0d0d0d;
}

#content._contact-us #fwrite .form_01 ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#content._contact-us #fwrite .form_01 li {
  width: calc(50% - 17.5px);
}

#content._contact-us #fwrite .form_01 li:nth-child(even) {
  margin-right: 35px;
}

#content._contact-us #fwrite .btn_confirm {
  margin-top: 57px;
}

#content._contact-us label {
  font-size: 20px;
  font-weight: bold;
  color: #ee7026;
}

#content._contact-us input[type='text'],
input[type='tel'],
select,
textarea {
  padding: 0;
  border-bottom: 1px solid #d8d8d8;
  height: 42px;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  margin-top: 11px;
}

::-webkit-input-placeholder {
  color: #999999;
  font-size: 16px;
}
:-moz-placeholder {
  color: #999999;
  font-size: 16px;
  opacity: 1;
}
::-moz-placeholder {
  color: #999999;
  opacity: 1;
  font-size: 16px;
}
:-ms-input-placeholder {
  color: #999999;
  font-size: 16px;
}

#content._contact-us .chk_box {
  margin-bottom: 50px;
}

#content._contact-us .chk_box .input-wrap {
  display: flex;
  width: 100%;
  align-items: center;
}
#content._contact-us #qa_content {
  line-height: 1.3;
  padding: 13px 0 0;
  width: 100%;
  height: 42px;
  resize: none;
}

#content._contact-us .chk_box .input-wrap input {
  margin-right: 8px;
}

#content._contact-us .chk_box .input-wrap input:last-child {
  margin-right: 0;
}

#content._contact-us #qa_content::placeholder {
  font-family: '';
  letter-spacing: -0.07em;
  font-size: 16px;
  font-weight: normal;
  color: #999999;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#content._contact-us #qa_subject {
  background: url(../img/select_arrow.png) 99% 50% / 18px 11px no-repeat;
  color: #999999;
}

#content._contact-us #btn_submit {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 18px 69px;
  background-color: #ee7026;
  border-radius: 28px;
  margin: 0 auto;
}

#content._contact-us .qa_agree_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 38px;
}

#content._contact-us .qa_agree_wrap > label {
  font-size: 18px;
  font-weight: normal;
  color: #333;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#content._contact-us .checkbox {
  margin-right: 8px;
}

#content._contact-us .checkbox label {
  width: 22px;
  height: 22px;
  background: url(../img/checkbox_unchecked.png) center / 22px auto no-repeat;
  display: block;
  cursor: pointer;
}

#content._contact-us .checkbox input[type='checkbox']:checked + label {
  background: url(../img/checkbox_checked.png) center / 22px auto no-repeat;
}

/* * end contact-us page */

@media (min-width: 1920px) {
  #content._about #animalWelfare .info_graphic-block .ig-farm._pig::after {
    left: auto;
    right: 0;
    bottom: 0;
  }

  #content._about #animalWelfare .info_graphic-block .ig-farm._chicken::after {
    right: 322px;
    top: -86px;
    left: auto;
    transform: none;
  }
}

/* popup */
.popup.about-popup {
  width: 838px;
  padding: 0;
}
.popup.about-popup > .inner {
  padding: 155px 52px 48px;
}
.popup.about-popup > .inner .popup-close {
  background: url(../img/default_popup_close.png) 50% / 38px 38px no-repeat;
  width: 50px;
  height: 50px;
  top: 31px;
  right: 47px;
}
.popup.about-popup .title-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #ee7026;
  padding: 36px 0 36px 54px;
}
.popup.about-popup .title-box h5 {
  font-size: 41px;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: #ffffff;
}
.popup.about-popup p {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 18px;
}

.popup.about-popup p:last-child {
  margin-bottom: 0;
}

.popup.about-popup#netzero-popup .cont-wrap > p {
  margin-bottom: 34px;
}

.popup.about-popup#netzero-popup li {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}

.popup.about-popup#netzero-popup li:last-child {
  margin-bottom: 0;
}

.popup.about-popup#netzero-popup .icon-box {
  width: 85px;
  flex-shrink: 0;
  margin-right: 16px;
}

.popup.about-popup#netzero-popup .text-box p {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  position: relative;
  padding-left: 12px;
}

.popup.about-popup#netzero-popup .text-box p::before {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #333333;
  position: absolute;
  left: 0;
  top: 9px;
}

.popup.contact-popup {
  width: 768px;
  padding: 0;
}
.popup.contact-popup > .inner {
  padding: 135px 50px 80px;
}
.popup.contact-popup > .inner .popup-close {
  background: url(../img/default_popup_close.png) 50% / 28px 28px no-repeat;
  width: 50px;
  height: 50px;
}
.popup.contact-popup .title-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #ee7026;
  /* padding: 30px 0 30px 63px; */
  padding: 30px 0 30px 36px;
}
.popup.contact-popup .title-box h5 {
  font-size: 32px;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: #ffffff;
}

.popup.contact-popup .cont-wrap h6 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 4px;
}

.popup.contact-popup p {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 18px;
}
.popup.contact-popup p:last-child {
  margin-bottom: 0;
}

.popup#inquiry-registered-popup > .inner {
  padding: 157px 0 134px;
}

.popup#inquiry-registered-popup > .inner .popup-close {
  background: url(../img/popup_close.png) 50% / 38px 38px no-repeat;
  width: 50px;
  height: 50px;
  top: 33px;
  right: 36px;
}

.popup#inquiry-registered-popup .cont-wrap {
  text-align: center;
}

.popup#inquiry-registered-popup .cont-wrap h6 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.34;
  letter-spacing: -0.02em;
  margin-bottom: 32px;
}

.popup#inquiry-registered-popup .cont-wrap .btn {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 18px 69px;
  background-color: #ee7026;
  border-radius: 28px;
  margin: 0 auto;
}
/* end popup */

/* admin login style */
#mb_login .mbskin_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}
#mb_login .mbskin_box h1 {
  margin-bottom: 30px;
}
#mb_login #login_fs legend {
  font-size: 22px;
  letter-spacing: -0.05em;
  font-weight: 700;
  margin-bottom: 30px;
}
#mb_login #login_fs input[type='text'],
#mb_login #login_fs input[type='password'] {
  font-size: 16px;
  width: 300px;
  height: 46px;
  letter-spacing: -0.07em;
  background-color: #ffffff;
  border-bottom: 1px solid #333333;
  padding-left: 16px;
  margin-bottom: 16px;
}
#mb_login #login_fs .btn_submit {
  display: block;
  margin: 16px auto 8px;
  width: 140px;
  font-size: 16px;
  background-color: #ee7026;
  border-radius: 24px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: -0.07em;
  padding: 16px 0;
}
/* end admin login style */
