/*
Theme Name: Pantech child
Template: arkhe
Version: 1.0
*/

:root {
  --black: #1C0E0C;
  --dark-gray: #7B6F6D;
  --dark-orange: #E85400;
  --light-orange: #F38201;
  --bk-cream: #F3EFEA;
  --en-font: futura-pt, sans-serif;
}
.en-font {font-family: var(--en-font);}

.u-m0 {margin: 0 !important;}
.u-mt10 {margin-top: 10px !important;}
.u-mt15 {margin-top: 15px !important;}
.u-mt20 {margin-top: 20px !important;}
.u-mt30 {margin-top: 30px !important;}
.u-mt40 {margin-top: 40px !important;}
.u-mt50 {margin-top: 50px !important;}
.u-mt60 {margin-top: 60px !important;}
.u-mt70 {margin-top: 70px !important;}
.u-mt80 {margin-top: 80px !important;}
.u-mt00 {margin-top: 00px !important;}
.u-mt90 {margin-top: 90px !important;}
.u-mt100 {margin-top: 100px !important;}
.u-mt1em {margin-top: 1em !important;}
.u-mb10 {margin-bottom: 10px !important;}
.u-mb15 {margin-bottom: 15px !important;}
.u-mb20 {margin-bottom: 20px !important;}
.u-mb30 {margin-bottom: 30px !important;}
.u-mb40 {margin-bottom: 40px !important;}
.u-mb50 {margin-bottom: 50px !important;}
.u-mb60 {margin-bottom: 60px !important;}
.u-mb70 {margin-bottom: 70px !important;}
.u-mb80 {margin-bottom: 80px !important;}
.u-mb00 {margin-bottom: 00px !important;}
.u-mb90 {margin-bottom: 90px !important;}
.u-mb100 {margin-bottom: 100px !important;}
.u-mb1em {margin-bottom: 1em !important;}
.u-p0 {padding: 0 !important;}
.u-p10 {padding: 10px !important;}
.u-p15 {padding: 15px !important;}
.u-p20 {padding: 20px !important;}
.u-pt10 {padding-top: 10px !important;}
.u-pt20 {padding-top: 20px !important;}
.u-pt30 {padding-top: 30px !important;}
.u-pt40 {padding-top: 40px !important;}
.u-pt50 {padding-top: 50px !important;}
.u-pt60 {padding-top: 60px !important;}
.u-pt1em {padding-top: 1em !important;}
.u-pb10 {padding-bottom: 10px !important;}
.u-pb20 {padding-bottom: 20px !important;}
.u-pb30 {padding-bottom: 30px !important;}
.u-pb40 {padding-bottom: 40px !important;}
.u-pb50 {padding-bottom: 50px !important;}
.u-pb60 {padding-bottom: 60px !important;}
.u-pb1em {padding-bottom: 1em !important;}

.u-ta-c {text-align: center !important;}
.u-ta-r {text-align: right !important;}

.u-fw-b {font-weight: bold !important;}
.u-td-u {text-decoration: underline !important;}

.bk-cream {
  position: relative;
  padding: 100px 0;
}
.bk-cream::before {
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  background-color: var(--bk-cream);
}

.pc-text-center {
  text-align: center;
}

.pc-none {
  display: none;
}

.sp-br {display: none;}

/* common */
html, body {
  background-color: #FDFCFB;
  color: var(--black);
  font-size: 18px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
a, a:hover {
  color: inherit;
  text-decoration: unset;
  transition: .3s;
}
p {
  line-height: 1.5;
  margin-bottom: 1.5em;
}
p:last-child {
  margin-bottom: 0;
}
img {
  vertical-align: middle;
  user-select: none;
}
strong {
    font-weight: 500;
}
.l-content {
  overflow-x: hidden;
}
*::selection {
  background: var(--black);
  color: #fff;
}


h1.entry-title {
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 1em;
  font-size: 1.75rem;
}
h1.entry-title span {
  font-size: 1rem;
  color: var(--dark-orange);
  text-transform: capitalize;
}
.page .p-page__title {
  margin-bottom: 0;
  justify-content: center;
  text-align: center;
}

.title-style1 {
  margin-bottom: 30px;
}
.title-style1 p {
  color: var(--dark-orange);
  font-family: var(--en-font);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}
.title-style1 h2 {
  font-weight: 500;
  margin: 0 !important;
}

.title-style2 {
  border-bottom: 1px solid var(--dark-gray);
  padding-bottom: .5em;
  margin-bottom: 1em;
  font-weight: 500;
  line-height: 1.3;
}


.button-style1, .button-style2 {
  font-weight: 400;
}
.button-style1 a, .button-style2 a {
  border: 1px solid var(--black);
  border-radius: 100vw;
  padding: 1em 1.5em;
  width: 100%;
  max-width: 250px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.button-style1 img, .button-style2 img {
  display: inline-block;
  width: 18px;
  transition: .3s;
  max-width: unset;
}
.button-style1 a:hover img, .button-style2 a:hover img {
  transform: translateX(5px);
}

.button-style2 a {
  background-color: var(--black);
  color: #fff;
}


/* header */
.l-header__body {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  max-width: unset;
}
.l-header__left {
  display: none;
}
.l-header .c-headLogo img {
  vertical-align: baseline;
}
.l-header__right {
  gap: 20px;
  align-items: center;
}
.c-gnav__li.-current, .c-gnav__li.focus, .c-gnav__li:hover {
  color: inherit;
  color: inherit;
  opacity: .7;
  transition: .3s;
}
.nav-cta {
  padding: .5em 1em;
  word-break: keep-all;
}
.nav-cta:hover {
  opacity: .7;
}
.nav-professional {
  border: 1px solid;
  font-size: .9rem;
  margin-right: 10px;
}
.nav-contact {
  background-color: var(--black);
  border: 1px solid var(--black);
  font-family: var(--en-font);
  font-weight: 500;
  color: #fff !important;
  vertical-align: text-top;
}
.p-breadcrumb__list {
  padding-left: 20px;
}
ol.p-breadcrumb__list.l-container {
  margin: 0;
}


/* top */
.mv {
  position: relative;
  margin: 0 calc(50% - 50vw);
}
.mv p {
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: 1em;
  left: 2em;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.5;
  text-shadow: 0 0 9px #00000085;
  margin: 0;
}
.mv-frame {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.mv-01, .mv-02, .mv-03 {
  position: absolute;
  top:0;
  left:0;
  width: 110%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.mv-01{
  background-image: url('/wp-content/uploads/2025/05/mv1.webp');
  animation: slide-animation-01 30s infinite;
}
.mv-02{
  background-image: url('/wp-content/uploads/2025/05/mv2.webp');
  animation: slide-animation-02 30s infinite;
}
.mv-03{
  background-image: url('/wp-content/uploads/2025/05/mv3.webp');
  animation: slide-animation-03 30s infinite;
}
@keyframes slide-animation-01 {
  0% {opacity: 1; transform: translateX(0);}
  30% {opacity: 1;}
  40% {opacity: 0; transform: translateX(-5%);}
  90% {opacity: 0}
  100% {opacity: 1; transform: translateX(0);}
}
@keyframes slide-animation-02 {
  0% {opacity: 0;}
  30% {opacity: 0; transform: translateX(0);}
  40% {opacity: 1;}
  60% {opacity: 1;}
  70% {opacity: 0; transform: translateX(-5%);}
  100% {opacity: 0;}
}
@keyframes slide-animation-03 {
  0% {opacity: 0;}
  60% {opacity: 0; transform: translateX(0);}
  70% {opacity: 1;}
  90% {opacity: 1;}
  100% {opacity: 0; transform: translateX(-5%);}
}

.top-post {
  width: 100%;
  max-width: 900px;
  margin: 70px auto;
}
.top-post ul {
  border-top: 1px solid var(--dark-gray) !important;
  padding: 0;
  margin-bottom: 30px;
}
.top-post li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  border-bottom: 1px solid var(--dark-gray) !important;
  padding: 2em !important;
}
.top-post li a:not(.arrow) {
  display: flex;
  flex-wrap: wrap;
}
.top-post time {
  font-size: 1rem;
  font-weight: 400;
  width: 8em;
  margin-right: 2em;
}
.top-post li a p {
  max-width: 500px;
}
.top-post .arrow {
  border: 1px solid var(--black);
  border-radius: 100vw;
}
.top-post .arrow img {
  display: inline-block;
  padding: 15px 19px;
  width: 55px;
  object-fit: cover;
  transition: .3s;
  max-width: unset;
}
.top-post li .arrow:hover img {
  transform: translateX(5px);
}

.top-main {
  margin: 100px auto;
}
.top-products, .top-showroom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px 0;
  flex-wrap: wrap;
}
.top-showroom {
  flex-direction: row-reverse;
}
.top-main-text {
  width: 48%;
  padding: 0 30px;
}
.top-main-image {
  width: 52%;
}

.top-for-professional-box {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.top-for-professional-item {
  max-width: 300px;
  min-width: 250px;
  width: 30%;
  text-align: center;
  position: relative;
}
.top-for-professional-item p {
  background-color: #0000007a;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: .5em 0;
  transition: .3s;
}
.top-for-professional-item a:hover p {
  padding: 2em 0;
}

.top-works {
  background-image: url(/wp-content/uploads/2025/05/top-pantech-collection-scaled.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.top-works-item {
  color: #fff;
  border: 1px solid #fff;
  padding: 100px 20px;
  filter: drop-shadow(0 0 6px #00000090);
}
.top-works .title-style1 p {
  color: #fff;
}
.top-works .button-style1 a {
  color: #fff;
  border: 1px solid #fff;
}

.top-bunner {
  width: 100%;
  max-width: 800px;
  margin: 40px auto;
}
.top-bunner a {
  position: relative;
  display: inline-block;
}
.top-bunner a::after {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  transition: all 0.4s;
  border: 3px solid var(--light-orange);
  transform: scale(1.2, 1.2);
  opacity: 0;
  z-index: 1;
}
.top-bunner a:hover::after {
  opacity: 1;
  transform: scale(1,1);
}
.top-bunner img {
  vertical-align: middle;
}


/* footer */
.p-fixBtnWrap {
  bottom: 4%;
}
#pagetop.c-fixBtn {
  background-color: var(--black);
  box-shadow: unset;
  border-radius: 100vw;
  width: 70px;
  height: 70px;
}
.footer-form {
  background-color: var(--bk-cream);
  padding: 100px 0;
}
.footer-form .catalogue-request {
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 100px;
  padding: 0 20px;
}
.footer-form .contact-form form {
  padding: 0;
}
.footer-form .wpcf7 {
  width: 100%;
  max-width: 580px;
}
.wpcf7-spinner {
  position: absolute;
}
.footer-cta {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-top: 1px solid var(--dark-gray);
  border-bottom: 1px solid var(--dark-gray);
  padding: 60px 0;
  position: relative;
  width: calc(100% - 40px);
  margin: 40px auto;
}
.footer-cta::after {
  content: '';
  position: absolute;
  width: 1px;
  height: calc(100% - 60px);
  background-color: var(--dark-gray);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.footer-cta-btn {
  max-width: 320px;
  width: 100%;
}
.footer-cta-btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.footer-cta-btn .arrow {
  border: 1px solid var(--black);
  border-radius: 100vw;
}
.footer-cta-btn .arrow img {
  display: inline-block;
  padding: 15px 19px;
  width: 55px;
  object-fit: cover;
  transition: .3s;
  max-width: unset;
}
.footer-cta-btn:hover img,
.top-post li a:hover +.arrow img {
  transform: translateX(5px);
}
.l-footer {
  background-color: #FDFCFB;
  color: var(--black);
}
.l-footer__nav.u-flex--c {
  display: none;
}
.l-footer__widgets>.l-container {
  flex-direction: row-reverse;
  padding: 0;
}
.l-footer__widgets {
  padding: 0;
  position: relative;
}
.l-footer__widgets::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: var(--dark-gray);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.w-footer.-widget2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  margin-left: 0 !important;
  gap: 40px;
}
.footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  padding: 0;
  list-style-type: none;
  gap: 30px 20px;
  font-size: .8rem;
}
.footer-menu li {
  width: 9rem;
}
.footer-menu ul {
  font-size: .9em;
  padding-left: .9em;
}
.footer-menu ul li::marker {
  color: var(--dark-gray);
  content: "- ";
}
.footer-info {
  font-size: .85rem;
}
.footer-info img {
  width: 250px;
  margin-bottom: 10px;
}
.instagram {
  padding: 0 20px;
}
.instagram p {
  font-size: 1.3rem;
  margin: 0;
  line-height: 1;
}
.instagram i {
  margin-right: .3em;
}
.l-footer__foot {
  border-top: 1px solid var(--dark-gray);
  margin: 20px 20px 0;
}


/* 代表挨拶 */
.message-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.message-img {
  width: 100%;
  max-width: 300px;
}
.message-img p {
  text-align: center;
  font-size: .9rem;
  line-height: 1.3;
  margin-top: 10px;
}
.message-img p span {
  font-size: 1.3rem;
  margin-left: .3em;
}
.message-text {
  width: 100%;
  max-width: 600px;
}
.about-us {
  margin-top: 120px;
}
.about-us-box {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 120px;
}
.about-us-point {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 60px;
}
.about-us-point-img {
  width: 100%;
  max-width: 350px;
}
.about-us-point-text {
  width: 100%;
  max-width: 550px;
}
.about-us-point-text h3 {
  font-size: 1rem;
}
.about-us-point-text h3 span {
  font-size: 1.7rem;
  margin-right: .5em;
  line-height: 1;
}


/* スペインタイルについて */
.content-box {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 100px;
}
.spanish-tiles .content-image {
  float: right;
  width: 350px;
  margin-left: 1em;
  margin-bottom: 1em;
}


/* 商品情報 タイル */
.single-tiles .l-content__body.l-container {
  width: 100%;
  max-width: 1000px;
}
.single-tiles .entry-title {
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1em;
  text-align: left;
}
.single-tiles .entry-slug {
  font-size: 1rem;
  color: var(--dark-orange);
  text-transform: capitalize;
  margin-bottom: .3em;
  display: inline-block;
}
.single-tiles .entry-category {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 10px 0;
  margin-bottom: 10px;
}
.single-tiles .entry-category a {
  position: relative;
  padding-top: 50px;
  font-size: .7rem;
  display: inline-block;
  width: 60px;
  text-align: center;
}
.single-tiles .entry-category a::before {
  content: '';
  width: 50px;
  height: 50px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.single-tiles .cat-shiny::before {
  background-image: url(/wp-content/uploads/2025/05/shiny.png);
}
.single-tiles .cat-matte::before {
  background-image: url(/wp-content/uploads/2025/05/matte.png);
}
.single-tiles .cat-indoor-wall::before {
  background-image: url(/wp-content/uploads/2025/05/indoor-wall.png);
}
.single-tiles .cat-indoor-floor::before {
  background-image: url(/wp-content/uploads/2025/05/indoor-floor.png);
}
.single-tiles .cat-outdoor-wall::before {
  background-image: url(/wp-content/uploads/2025/05/outdoor-wall.png);
}
.single-tiles .cat-outdoor-floor::before {
  background-image: url(/wp-content/uploads/2025/05/outdoor-floor.png);
}
.single-tiles .cat-bathroom-floor::before {
  background-image: url(/wp-content/uploads/2025/05/bathroom-floor.png);
}
.single-tiles .cat-anti-freeze-damage::before {
  background-image: url(/wp-content/uploads/2025/05/anti-freeze-damage.png);
}
.single-tiles .cat-uneven::before {
  background-image: url(/wp-content/uploads/2025/05/uneven.png);
}
.single-tiles h2.wp-block-heading {
  font-weight: 500;
}
.single-tiles .entry-tags {
  border-top: 1px solid var(--dark-gray);
  margin-top: 50px;
  padding-top: 50px;
  margin-bottom: 100px;
}
.single-tiles .tag-list {
  padding: 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-size: .9rem;
}
.single-tiles .tag-item {
  margin-left: 1em;
}
.single-tiles .tag-item::marker {
  content: '# ';
  color: var(--dark-orange);
}
.single-tiles .wp-block-image :where(figcaption) {
  margin: 0;
  font-size: .7rem;
}
.single-tiles .related-works {
  border: unset;
  padding: 0;
  margin-bottom: 70px auto 50px;
}
.related-tiles {
  margin-bottom: 50px;
}
.related-tiles h2 {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 1em;
}
.related-tiles-list {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 10px;
}
.related-tiles .related-post-item a:hover {
  opacity: .7;
}
.related-tiles .title {
  margin-top: .3em;
  font-size: .9rem;
  text-align: center;
}


/* タイルを探す */
.search-tiles .wp-block-search {
  font-size: 1.2rem;
  border: 1px solid var(--dark-gray);
  width: 100%;
  max-width: 500px;
  margin: 0 auto 50px;
}
.search-tiles input#wp-block-search__input-1 {
  background: unset;
  padding: 5px;
}
.search-tiles .wp-block-search__button-inside .wp-block-search__button {
  border: none;
  font-size: 1.3rem;
  transform: scale(-1, 1);
}
.search-tiles .search-tiles-box {
  margin-bottom: 100px;
}
.search-tiles .for-place {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.search-tiles .for-place a {
  padding: 5px;
  display: inline-block;
  width: calc(100% / 5);
  min-width: 150px;
}
.search-tiles .for-place a img {
  width: 100%;
}
.search-tiles .for-place a:hover {
  border: 3px solid var(--dark-orange);
}
.search-tiles-box ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.search-tiles-box li {
  margin: .5em 0 .5em 1.5em;
  width: calc(100% / 4 - 1.5em);
  min-width: 10em;
}
.search-tiles .for-keyword li::marker {
  content: '# ';
  color: var(--dark-orange);
}
.search-tiles-box li a:hover {
  opacity: .7;
}

/* タイル一覧、検索結果 */
.archive:not(.category-news):not(.category-topic) time,
.search-results time,
.archive:not(.category-news):not(.category-topic) .arkhe-svg-folder,
.search-results .arkhe-svg-folder  {
  display: none;
}
.p-postList__excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3em;
}
.archive h1.c-pageTitle__main {
  font-size: 1.5rem;
  font-weight: 500;
  border-left: 3px solid var(--dark-orange);
  padding-left: .5em;
  line-height: 1;
}
.p-postList.-type-card .p-postList__link {
  height: unset;
}
.archive:not(.category-news):not(.category-topic) .p-postList__category,
.search-results .p-postList__category {
  opacity: 1;
}
.archive:not(.category-news):not(.category-topic) .category-item,
.search-results .category-item {
  position: relative;
  padding-top: 40px;
  font-size: .6rem;
  display: inline-block;
  width: 45px;
  text-align: center;
}
.archive:not(.category-news):not(.category-topic) .category-item::before,
.search-results .category-item::before {
  content: '';
  width: 40px;
  height: 40px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.archive:not(.category-news):not(.category-topic) .category-shiny::before,
.search-results .category-shiny::before {
  background-image: url(/wp-content/uploads/2025/05/shiny.png);
}
.archive:not(.category-news):not(.category-topic) .category-matte::before,
.search-results .category-matte::before {
  background-image: url(/wp-content/uploads/2025/05/matte.png);
}
.archive:not(.category-news):not(.category-topic) .category-indoor-wall::before,
.search-results .category-indoor-wall::before {
  background-image: url(/wp-content/uploads/2025/05/indoor-wall.png);
}
.archive:not(.category-news):not(.category-topic) .category-indoor-floor::before,
.search-results .category-indoor-floor::before {
  background-image: url(/wp-content/uploads/2025/05/indoor-floor.png);
}
.archive:not(.category-news):not(.category-topic) .category-outdoor-wall::before,
.search-results .category-outdoor-wall::before {
  background-image: url(/wp-content/uploads/2025/05/outdoor-wall.png);
}
.archive:not(.category-news):not(.category-topic) .category-outdoor-floor::before,
.search-results .category-outdoor-floor::before {
  background-image: url(/wp-content/uploads/2025/05/outdoor-floor.png);
}
.archive:not(.category-news):not(.category-topic) .category-bathroom-floor::before,
.search-results .category-bathroom-floor::before {
  background-image: url(/wp-content/uploads/2025/05/bathroom-floor.png);
}
.archive:not(.category-news):not(.category-topic) .category-anti-freeze-damage::before,
.search-results .category-anti-freeze-damage::before {
  background-image: url(/wp-content/uploads/2025/05/anti-freeze-damage.png);
}
.archive:not(.category-news):not(.category-topic) .category-uneven::before,
.search-results .category-uneven::before {
  background-image: url(/wp-content/uploads/2025/05/uneven.png);
}
.page-numbers {
  border-radius: 100vw;
  font-family: var(--en-font);
}


/* 施工事例 */
.works .for-place {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.works .for-place a {
  padding: 5px;
  display: inline-block;
  width: calc(100% / 5);
  min-width: 170px;
}
.works .for-place a img {
  width: 100%;
}
.works .for-place a:hover {
  border: 3px solid var(--dark-orange);
}
.works .p-postList__meta.c-postMetas.u-flex--aicw {
  align-items: baseline;
}
.single-works .l-content__body.l-container {
  width: 100%;
  max-width: 1000px;
}
.single-works .works-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--dark-gray);
  padding-bottom: .5em;
  margin-bottom: 1em;
  gap: 10px;
}
.single-works h1.entry-title {
  margin-bottom: 0;
}
.single-works .entry-tags {
  display: flex;
  gap: .3em;
}
.single-works .tag-list {
  padding-left: 0;
  display: flex;
  gap: .3em;
}
.single-works .tag-item {
  margin-left: 1em;
}
.single-works .tag-item::marker {
  content: '#';
  color: var(--dark-orange);
}
.single-works .entry-content h2 {
  border-left: 3px solid var(--dark-orange);
  padding-left: .3em;
  margin-bottom: 1em;
  font-weight: 500;
  line-height: 1.3;
  font-size: 1.5rem;
}
.related-works {
  border: 1px solid var(--dark-gray);
  padding: 20px;
  margin-bottom: 60px;
  margin-top: 60px;
}
.related-works h2 {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 1em;
}
.related-works-list {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 10px;
}
.related-works .related-post-item {
  max-width: 150px;
}
.related-works .related-post-item a:hover {
  opacity: .7;
}
.related-works .title {
  margin-top: .3em;
  font-size: .9rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3em
}
.single-works .c-pnNav {
  margin-bottom: 100px;
}
.single-works .c-pnNav__link {
  gap: 10px;
}
.single-works .c-pnNav__item.-prev .c-pnNav__link {
  padding-left: 0;
}
.single-works .c-pnNav__item.-next .c-pnNav__link {
  padding-right: 0;
}
.single-works .c-pnNav__item.-prev .c-pnNav__arrow {
  transform: scale(-1, 1);
  margin-right: 10px;
}
.single-works .c-pnNav__item.-next .c-pnNav__arrow {
  margin-left: 10px;
}
.single-works .c-pnNav__thumb {
  width: 80px;
}
.single-works .c-pnNav__arrow {
  border: 1px solid var(--black);
  border-radius: 100vw;
}
.single-works .c-pnNav__arrow img {
  display: inline-block;
  padding: 15px 19px;
  width: 55px;
  object-fit: cover;
  transition: .3s;
  max-width: unset;
}
.single-works .c-pnNav__link:hover .c-pnNav__arrow img {
  transform: translateX(5px);
}
.c-pnNav__link:hover {
  opacity: 1;
}
.tax-works-tiles .p-postList__excerpt,
.tax-works-tag .p-postList__excerpt {
  display: none;
}
.tax-works-tiles time, .tax-works-tag time {
  display: flex !important;
}
.works .p-postList__category {
  gap: .5em;
}


/* パンテックカタログ */
.pantech-catalog .p-page__title {
  display: none;
}
.pantech-catalog .l-content__body.l-container {
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
}
.pantech-catalog .l-content__body.l-container::after {
  content: '';
  background: #94918c;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.df-container .df-bg {
  background-color: unset !important;
}


/* ショールーム */
.showroom .p-page__title {
  display: none;
}
.showroom .l-content__body {
  margin-top: 0;
}
.showroom-mv {
  background-image: url(http://test-pantech.mana-design.work/wp-content/uploads/2025/05/top-showroom.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 350px;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 50px;
}
.showroom {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.showroom-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px 30px;
}
.showroom-item {
  max-width: 310px;
  width: 100%;
}
.showroom-item h4 {
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: .5em;
  margin-bottom: .5em;
  text-align: center;
}
#showroom table {
  border: 0;
}
#showroom table th,
#showroom table td {
  border: 0;
  border-bottom: 1px solid var(--dark-gray);
  padding: 1.5em 0 !important;
}
#showroom table th {
  background-color: unset;
  font-weight: 500;
  width: 20%;
  min-width: 6em;
  padding-left: 10px !important;
}
#showroom table td {
  padding-right: 10px !important;
}
#showroom .map {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}
#showroom .map img {
  width: 100%;
  max-width: 250px;
  object-fit: cover;
}
#showroom .map iframe {
  width: 100%;
  max-width: 530px;
  margin: 0;
}

/* 会社概要 */
.company {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#company table {
  border: 0;
}
#company table th,
#company table td {
  border: 0;
  border-bottom: 1px solid var(--dark-gray);
  padding: 1.5em 0 !important;
}
#company table th {
  background-color: unset;
  font-weight: 500;
  width: 20%;
  min-width: 6em;
  padding-left: 10px !important;
}
#company table td {
  padding-right: 10px !important;
}




/* 法人向けページ */
.for-professional .p-page__title {
  display: none;
}
.for-professional .l-content__body {
  margin-top: 0;
}
.for-professional-mv {
  background-image: url(/wp-content/uploads/2025/05/pro-bk.webp);
  background-size: cover;
  background-position: center;
  padding: 100px 20px;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-attachment: fixed;
}
.for-professional-mv h2 {
  font-weight: 400;
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
}
.for-professional h2 span {
  font-weight: 600;
  font-size: 1.75rem;
}
.strengths-item {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
}
.strengths-img {
  width: 25%;
  text-align: center;
  padding: 5px;
}
.strengths-item p {
  margin-top: 5px;
  font-size: .9rem;
}
.catalog-download-cta {
  background-color: var(--dark-orange);
  color: #fff;
  border-radius: 10px;
  position: relative;
  padding: 1em 140px 1em 1.5em;
  font-size: 1.1rem;
  max-width: fit-content;
  margin: 100px auto;
  cursor: pointer;
}
.catalog-download-cta img {
  position: absolute;
  width: 150px;
  right: -10px;
  top: calc(50% - 70px);
}
.catalog-download-cta img {
  transition: .3s;
}
.catalog-download-cta:hover img {
  transform: rotate(10deg);
}
.service-box {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  background-color: #fefcfb;
  border: 1px solid var(--dark-gray);
  margin: 50px 20px;
  padding: 20px;
  position: relative;
}
.service-num {
  position: absolute;
  width: 120px;
  top: -30px;
  left: -30px;
  z-index: 1;
}
.service-img {
  width: 100%;
  max-width: 390px;
}
.service-text {
  width: 100%;
  max-width: 550px;
}
.service-text p span {
  font-weight: 600;
}
.service-box:nth-child(4) .service-img:nth-child(2) {
  filter: drop-shadow(1px 2px 4px #b0adac);
}
.follow-catalog-download-cta {
  background-color: var(--dark-orange);
  color: #fff;
  border-radius: 10px 0 0 10px;
  position: fixed;
  padding: 1em 1em 85px 1em;
  font-size: 1.1rem;
  max-width: fit-content;
  cursor: pointer;
  right: 0;
  top: 100px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transition: .3s;
  z-index: 100;
}
.follow-catalog-download-cta img {
  position: absolute;
  width: 100px;
  max-width: unset;
  left: -15px;
  bottom: -10px;
}
.follow-catalog-download-cta:hover {
  padding-right: 1.5em;
}
.follow-catalog-download-cta:not(.for-professional .follow-catalog-download-cta) {
  display: none;
}
.brand-partners-img {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 20px;
}
.brand-partners-img img {
  max-width: 180px;
  min-width: 100px;
  width: 45%;
}


/* 法人向けカタログフォーム */
.catalog-download-form .footer-form {
  display: none;
}


/* 法人向けカタログダウンロード */
.catalog-download .l-content {
  z-index: 1;
}
.catalog-download .footer-form,
.el-barco_pasta-roja .footer-form,
.el-barco_pasta-blanca .footer-form,
.halcon_catalogo-k-2025 .footer-form,
.emotion_catalogo-k-2025 .footer-form,
.codicer_termoker-codicer .footer-form,
.realonda_general-catalogue-by-realonda .footer-form {
  display: none;
}
.el-barco_pasta-roja .p-page__title,
.el-barco_pasta-blanca .p-page__title,
.halcon_catalogo-k-2025 .p-page__title,
.emotion_catalogo-k-2025 .p-page__title,
.codicer_termoker-codicer .p-page__title,
.realonda_general-catalogue-by-realonda .p-page__title {
  display: none;
}
.catalog-download-box {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 20px;
  justify-content: center;
}
.catalog-item {
  width: calc(50% - 20px);
  max-width: 250px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 5px;
}
.catalog-item:hover img {
  transform: translateY(-10px);
}
.catalog-item img {
  transition: .3s;
}
.catalog-item h2 {
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 500;
}
.catalog-item p {
  margin: 0;
}
.catalog-item ul {
  list-style: none;
  padding: 0;
}
.catalog-item li {
  background-color: var(--dark-orange);
  color: #fff;
  font-size: .8rem;
  display: inline-block;
  padding: 0 .5em;
  border-radius: 5px;
  margin: 0;
}
.catalog-popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  font-size: .9em;
  overflow-y: auto;
}
.catalog-popup .popup-inner {
  background: #f3efe9;
  margin: 90px auto;
  padding: 0 0 70px;
  max-width: 690px;
  height: 100%;
  position: relative;
  font-size: .9em;
}
.popup-close {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 1.7rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.popup-overlay {
  position: absolute;
  inset: 0;
}


/* form common */
.contact-form form {
  background-color: var(--bk-cream);
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 30px;
  color: var(--black);
}
.contact-form table {
  border: 0;
}
.contact-form th, .contact-form td {
  border: 0;
}
.contact-form th {
  background-color: unset;
  font-weight: 400;
  min-width: 9em;
}
.contact-form tr:not(:last-child) th {
  vertical-align: middle;
}
.required {
  color: var(--dark-orange) !important;
  font-size: .75em;
  margin-left: .5em;
}
.form-item input,
.form-item textarea {
  border-radius: 10px;
  border: 0;
  box-shadow: inset 0 3px 4px #00000014;
  padding: .5em;
}
.form-item textarea {
  width: 100% !important;
  height: 150px;
  min-height: 150px !important;
}
.wpcf7-submit {
  background-color: var(--black);
  color: #fff;
  border: 0;
  width: 100%;
  max-width: 250px;
  padding: .7em;
  transition: .3s;
}
.wpcf7-submit:hover {
  opacity: .8;
}
.form-w100 input,
.form-w100 textarea {
  width: 100%;
}


/* カタログ請求 */
.catalog .title-style1:not(.footer-cta .title-style1) {
  display: none;
}
.catalog .footer-form {
  display: none;
}


/* お問い合わせ */
.contact .footer-form {
  display: none;
}
.contact-box {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}


/* よくある質問 */
.schema-faq > div {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
  padding: 0 10px 50px;
  border-bottom: 1px solid var(--dark-gray);
}
.schema-faq > div:last-child {
  border-bottom: 0;
}
.faq .schema-faq-question {
  margin-bottom: 10px;
}
.faq .schema-faq-question, .faq .schema-faq-answer {
  position: relative;
  padding-left: 2em;
  display: block;
}
.faq .schema-faq-question::before {
  content: 'Q';
  margin-right: .3em;
  font-family: var(--en-font);
  color: var(--dark-orange);
  font-weight: 400;
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}
.faq .schema-faq-answer::before {
  content: 'A';
  margin-right: .3em;
  font-family: var(--en-font);
  color: var(--dark-gray);
  font-weight: 400;
  font-size: 1.5rem;
  position: absolute;
  left: .05em;
  top: 0;
  line-height: 1;
}

/* タイルonタイル */
.tile-on-tile {
  background-color: #fff;
}
.tile-on-tile .c-postContent {
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
.tile-on-tile .p-page__title, .tile-on-tile .p-breadcrumb {
  display: none;
}
.tile-on-tile .l-content__body {
  margin-top: 0;
}
.tile-on-tile-mv {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.tile-on-tile-h2 {
  margin-top: 2em;
  margin-bottom: .7em;
}
.tile-on-tile-h2 span {
  font-size: 1.5em;
  color: var(--light-orange);
}
.tile-on-tile .into-box p {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 35px;
  background-color: var(--dark-orange);
  color: #fff;
  font-size: 1.7rem;
  padding: .5em;
  border-radius: 20px;
  font-weight: 800;
  position: relative;
}
.tile-on-tile .into-box p span {
  color: #ffec77;
}
.tile-on-tile .into-box p::after {
  content: '';
  border: 20px solid transparent;
  border-top-color: var(--dark-orange);
  position: absolute;
  top: 100%;
  left: calc(50% - 20px);
}
.tile-on-tile .into img {
  width: 100%;
  max-width: 300px;
  margin: 50px auto 0;
  display: block;
}
.tile-on-tile .down {
  border-style: solid;
  border-width: 100px 50vw 0;
  border-color: #fff6ed transparent transparent;
  width: 100vw;
  height: 0;
  border-top-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
}
.tile-on-tile .bk-cream {
  background-color: #fff6ed;
}
.tile-on-tile .bk-cream::before {
  background-color: #fff6ed;
}
.tile-on-tile-cost {
  padding-bottom: 100px;
}
.tile-on-tile-cost h2 {
  margin-top: 100px;
}
.tile-on-tile .cost-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 25px;
}
.tile-on-tile .cost-box img {
  display: block;
  width: 25%;
  min-width: 150px;
}
.cost-box img:nth-child(2), .cost-box img:nth-child(5) {
  transform: translateY(30px);
}
.cost-box img:nth-child(3), .cost-box img:nth-child(6) {
  transform: translateY(60px);
}
.tile-on-tile-cta {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-color: #8CB643;
  background-size: 40px 40px;
  background-image: repeating-linear-gradient(-45deg, #89B340 0, #89B340 15px, #8CB643 0, #8CB643 50%);
  color: #fff;
  padding: 50px 20px;
}
.cta-cc {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 20px;
}
.tile-on-tile-cta-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.tile-on-tile .catalogue {
  background-color: var(--light-orange);
  border: 3px solid #fff;
  border-radius: 100vw;
  padding: .7em;
  font-size: 1.3rem;
  font-weight: 800;
  width: 100%;
  max-width: 350px;
  text-align: center;
}
.tile-on-tile .catalogue:hover {
  transform: scale(1.05);
}
.tile-on-tile .tel {
  width: 100%;
  max-width: 350px;
}
.tile-on-tile .tel a {
  font-size: 1.9rem;
  font-weight: 800;
  padding-left: 1.2em;
  position: relative;
}
.tile-on-tile .tel a::before {
  content: '';
  background-image: url(/wp-content/uploads/2025/05/tel.png);
  background-size: cover;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: calc(50% - .5em);
}
.tile-on-tile .open-hour {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.tile-on-tile .open-hour p {
  margin: 0;
  font-size: .9rem;
}
.tile-on-tile .open-hour span {
  background-color: #fff;
  color: #89b340;
  padding: .3em .5em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  border-radius: 5px;
  margin-right: .5em;
}
.tile-on-tile-merit {
  margin-bottom: 100px;
}
.tile-on-tile .merit-box {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 20px 20px 0;
  background-color: #fff6ed;
  border: 3px solid var(--light-orange);
  border-radius: 20px;
  margin-bottom: 30px;
  box-shadow: 5px 5px 0 var(--light-orange);
  display: flex;
}
.tile-on-tile .merit-num {
  color: var(--light-orange);
  font-weight: 800;
  text-align: center;
  margin: 0;
  border-right: 3px dotted #676767;
  line-height: 1;
  margin-right: 20px;
  padding: 0 20px;
  word-break: auto-phrase;
}
.tile-on-tile .merit-num span {
  font-size: 2.5rem;
}
.tile-on-tile .merit-text {
  width: 100%;
}
.tile-on-tile .merit-text span {
  background: linear-gradient(transparent 50%, #ffec77 0%);
  font-weight: 800;
}
.tile-on-tile-works h3 {
  border-bottom: 2px solid #6B6B6B;
  width: fit-content;
  margin: 30px auto;
  padding: .5em;
}
.tile-on-tile-works h3 .works-num {
  color: var(--light-orange);
  margin-right: .5em;
}
.tile-on-tile-works h3 .works-num span {
  font-size: .7em;
}
.tile-on-tile-works .works-img {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.tile-on-tile-works .comment {
  width: fit-content;
  margin: 0 auto;
  border-radius: 20px;
  background-color: #fff;
  padding: 20px 20px 20px 150px;
  position: relative;
}
.tile-on-tile-works .comment p {
  margin: 0;
}
.tile-on-tile-works .comment img {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 120px;
}
.tile-on-tile-strengths-box {
  background-color: #fff;
  border: 3px solid var(--light-orange);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 5px 5px 0 var(--light-orange);
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 10px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 20px;
  flex-wrap: wrap;
}
.tile-on-tile-strengths-text {
  width: 100%;
  max-width: 580px;
}
.tile-on-tile-strengths-text h3 {
  font-size: 1.2rem;
  line-height: 1.3;
  margin-bottom: .5em;
}
.tile-on-tile-strengths-box img {
  display: block;
  width: 30%;
  max-width: 300px;
  min-width: 250px;
  object-fit: contain;
}
.tile-on-tile-attention ul {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.tile-on-tile-attention li {
  margin-bottom: 1em;
}
.slide-wrapper {
  width: calc(200px * 18);
  display: flex;
  animation: slide-flow 30s linear infinite;
  margin-left: -50px;
}
.slide {
  width: 200px;
  object-fit: cover;
}
@keyframes slide-flow {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media screen and (max-width: 999px) {
  .c-submenuToggleBtn {
    width: 100%;
    height: 100%;
    right: 0;
  }
  .c-submenuToggleBtn:after {
    box-shadow: none;
  }
  .c-submenuToggleBtn:focus {
    outline-width: 0;
  }
  .is-opened.sub-menu li {
    border-bottom: 1px dashed var(--ark-color--border) !important;
  }
  .is-opened.sub-menu li a::before {
    content: "◆";
    padding-right: .5em;
    color: #686767;
  }
  .c-submenuToggleBtn .c-submenuToggleBtn__svg {
    display: none;
  }
  .w-drawerBottom a {
    width: 100%;
    display: block;
    padding: var(--ark-nav-padding--Y, .75rem) var(--ark-nav-padding--R, .5rem) var(--ark-nav-padding--Y, .75rem) var(--ark-nav-padding--L, .5rem);
    margin: 0;
    text-align: center;
  }
  .w-drawerBottom .nav-contact {
    background-color: var(--dark-orange);
    margin-top: 10px;
  }
  .l-footer__widgets::after {
    display: none;
  }
}

@media screen and (max-width: 906px) {
  .footer-form .title-style1 p {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .u-ta-r {text-align: center !important;}
  .sp-br {display: block;}
  .pc-text-center {text-align: left;}
  .pc-text-center br {display: none;}
  .pc-none {
    display: block !important;
  }
  .sp-none {
    display: none !important;
  }

  /* common */
  .button-style1, .button-style2 {
    text-align: center;
  }

  /* top */
  .mv-frame {
    height: 500px;
  }
  .mv p {
    text-align: center;
    font-size: 1.5rem;
    left: 50%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .top-post li a:not(.arrow) {
    display: block;
  }
  .top-main-text, .top-main-image {
    width: 100%;
  }

  /* footer */
  .footer-cta::after {
    width: 100%;
    height: 1px;
  }
  .footer-cta {
    flex-direction: column;
    padding: 0 5px;
  }
  .footer-cta-btn a {
    padding: 30px 5px;
  }


  /* スペインタイルについて */
  .spanish-tiles .content-image {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }


  /* タイルを探す */
  .search-tiles-box li {
    font-size: .9em;
    width: calc(50% - 1.5em);
    min-width: unset;
  }

  /* 法人向けページ */
  .for-professional-mv {
    background-attachment: unset;
    background-size: auto;
  }
  .strengths-img {
    width: 50%;
  }
  .follow-catalog-download-cta {
    display: none;
  }


  /* ショールーム */
  .showroom-mv {
    background-attachment: unset;
    background-size: auto;
  }
  /* form common */
  .contact-form th, .contact-form td {
    width: 100%;
    display: block;
    padding: 0 !important;
  }
  .contact-form td {
    padding-bottom: 1.5em !important;
  }

  .catalog-item {
    justify-content: start;
  }

  /* タイルonタイル */
  .tile-on-tile-h2 {
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .tile-on-tile .into-box p {
    font-size: 1.2rem;
  }
  .cost-box img:nth-child(2), .cost-box img:nth-child(5),
  .cost-box img:nth-child(3), .cost-box img:nth-child(6) {
    transform: unset;
  }
}

/* animation */
.oc0 {
  opacity: 0
}
.oc1 {
  opacity: 1
}
:root {
  --animate-duration: 1.6s;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}