@charset "UTF-8";
/*===============================================================
    Variables
===============================================================*/

/*===============================================================
    Common Styles - Utility / Header / Global Nav / Footer
===============================================================*/

/*----------------------------------------------------
    html base
----------------------------------------------------*/

html {
  scroll-padding-top: var(--header-height, 100px);
}

figure figcaption {
  margin: 12px 0 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

hr {
  height: 1px;
  margin: 16px 0;
  border-top: 1px solid #E6E6E6;
}

em {
  font-weight: 700;
  font-style: normal;
}

/*----------------------------------------------------
    Utility - PC/SP切り替え(PC First)
----------------------------------------------------*/

.pc_ {
  display: block;
}

.sp_ {
  display: none;
}

.sps_ {
  display: none;
}

img.pc_ {
  display: inline;
}

img.sp_ {
  display: none;
}

br.pc_br_ {
  display: inline-block;
}

br.sp_br_ {
  display: none;
}

br.sps_br_ {
  display: none;
}

/*  clearfix  */

.clearfix_:after {
  content: "";
  display: block;
  clear: both;
}

.stop_scroll_ {
  overflow: hidden;
  height: 100%;
}

.hidden_ {
  visibility: hidden;
  opacity: 0;
}

/*----------------------------------------------------
    Wrapper
----------------------------------------------------*/

.wapper_ {
  padding-top: 100px;
  background: #FFF;
  color: #333;
  font-family: "Noto Sans JP", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  line-height: 1.8;
}

/*----------------------------------------------------
    Header
----------------------------------------------------*/

#headerbg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #FFF;
}

#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100px;
}

#header .logo_ {
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
  padding: 0 28px;
}

#header .logo_ a {
  transition: opacity 0.2s ease;
}

#header .logo_ a {
  display: block;
  min-width: 102px;
  width: 102px;
  height: 59px;
  text-decoration: none;
}

#header .logo_ a img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/*----------------------------------------------------
    Global Navigation
----------------------------------------------------*/

#globalnav {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  z-index: 0;
  background: #FFF;
}

#globalnav ul {
  display: flex;
  align-items: center;
  padding: 0 10px;
}

#globalnav ul li {
  flex: 1;
  text-align: center;
}

#globalnav ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  padding: 5px 25px;
  color: #333;
  font-size: 1.6rem;
  text-decoration: none;
  line-height: 1.4;
  transition: background 0.3s ease;
}

#globalnav ul li a .nav_en_ {
  display: block;
  font-family: "Jost", "Georgia", "Times New Roman", sans-serif;
  font-style: normal;
  font-size: 1.2rem;
  color: #B59864;
  margin-bottom: 2px;
  letter-spacing: 0.05em;
}

#globalnav ul li a[target=_blank] .nav_ja_::after {
  content: "";
  display: inline-block;
  width: 12px;
  aspect-ratio: 1/1;
  margin: 0 0 0 6px;
  background: url(../img/common/ico_window.png) no-repeat 50% 50%/contain;
}

#globalnav ul li a:hover {
  background: rgba(0, 0, 0, 0.02);
  text-decoration: none;
}

/*----------------------------------------------------
    Hamburger Menu (SP Only)
----------------------------------------------------*/

#gnav_menu {
  position: relative;
  z-index: 1;
  padding: 0 16px;
}

#gnav_menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 38px;
  height: 38px;
}

#gnav_menu a::before,
#gnav_menu a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  background-color: #B59864;
  transition: transform 0.2s ease, width 0.2s ease;
}

#gnav_menu a::before {
  width: 100%;
  transform: translate3d(0, -8px, 0);
}

#gnav_menu a::after {
  width: 75%;
  transform: translate3d(0, 8px, 0);
}

#gnav_menu a .bar_ {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #B59864;
  transition: opacity 0.2s ease, width 0.2s ease;
}

#gnav_menu a .label_ {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#gnav_menu.active_ a::before {
  transform: translate3d(0, 0, 0) rotateZ(-45deg);
}

#gnav_menu.active_ a::after {
  width: 100%;
  transform: translate3d(0, 0, 0) rotateZ(45deg);
}

#gnav_menu.active_ a .bar_ {
  opacity: 0;
  width: 0;
}

/*----------------------------------------------------
    Catch（MV下テキスト）
----------------------------------------------------*/

#catch {
  text-align: center;
  padding: 30px 0;
}

#catch p {
  font-size: 26px;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.1em;
}

/*===============================================================
    #purchase - サンパチェンスご購入方法
===============================================================*/

#purchase {
  padding: 75px 0 110px;
  background: #F9F9F9;
}

#purchase .sec_ {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

#purchase .p_columns_ {
  margin: 66px 0 0;
}

#purchase .detail_box_ {
  flex: 1;
  padding: 30px 30px 25px;
  border: 1px solid #B59864;
  background: #FFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

#purchase .detail_box_ h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #333;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
}

#purchase .detail_box_ h3 .text_ {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 0.5em;
  text-align: center;
}

#purchase .detail_box_ .desc_ {
  margin: 14px 0 0;
}

#purchase .detail_box_ .desc_ p {
  color: #666;
  font-size: 1.8rem;
  line-height: 1.6;
}

#purchase .detail_box_ .desc_ .note_ {
  margin-top: 10px;
  color: #666;
  font-size: 1.3rem;
}

#purchase .label_img_ {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 275px;
  height: 50px;
  z-index: 3;
  margin: 16px auto 0;
  padding: 0 40px;
  border: 2px solid #B59864;
  border-radius: 25px;
  background: #F9F9F9;
  text-align: center;
}

#purchase .label_img_::before,
#purchase .label_img_::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

#purchase .label_img_::before {
  width: 19px;
  height: 15px;
  bottom: 100%;
  z-index: 1;
  background-color: #B59864;
}

#purchase .label_img_::after {
  width: 15px;
  height: 14px;
  bottom: calc(100% - 2px);
  z-index: 2;
  background: #F9F9F9;
}

#purchase .label_img_ .label_text_ {
  color: #B59864;
  font-size: 1.4rem;
  font-weight: 900;
}

#purchase .label_img_ .label_text_ span {
  font-feature-settings: "palt";
}

#purchase .label_img_ img {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 80px;
  height: 82px;
}

/*===============================================================
    #contact - お問い合わせ
===============================================================*/

#contact {
  position: relative;
  padding: 75px 0;
  background-color: #5B5957;
  color: #FFF;
}

#contact .sec_ {
  position: relative;
  max-width: 1240px;
  z-index: 2;
  margin: 0 auto;
  padding: 0 20px;
}

#contact .en_ {
  text-align: center;
  font-family: "Jost", "Georgia", "Times New Roman", sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

#contact h2 {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}

#contact .col_wrap_ {
  display: flex;
  gap: 0;
  margin: 65px 0 0;
}

#contact .col_ {
  flex: 1;
  text-align: center;
}

#contact .col_title_ {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
  font-size: 1.8rem;
  font-weight: 500;
}

#contact .col_title_ i {
  display: block;
}

#contact .navi_ {
  display: inline-flex;
  align-items: center;
  margin: 52px 0 0;
  font-size: 1.8rem;
}

#contact .navi_ .sub_ {
  font-size: 1.4rem;
}

#contact .tel_ {
  display: block;
  color: #FFF;
  font-family: "Jost", "Georgia", "Times New Roman", sans-serif;
  font-size: 5.2rem;
  font-weight: 200;
  letter-spacing: 0.03em;
  text-decoration: none;
}

#contact .hours_ {
  font-size: 1.2rem;
  line-height: 1.8;
}

#contact .notes_ {
  max-width: 390px;
  width: 100%;
  margin: 12px auto 0;
  padding: 16px 0 0;
  border-top: 1px solid #B59864;
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: left;
}

#contact .faq_title_ {
  margin: 50px 0 0;
}

#contact .faq_link_ {
  transition: opacity 0.2s ease;
}

#contact .faq_link_ {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  position: relative;
  max-width: 390px;
  width: 100%;
  height: 80px;
  margin: 24px auto 0;
  padding: 1px 0 0;
  background-color: #B59864;
  color: #FFF;
  font-size: 1.6rem;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

#contact .faq_link_ .sup_ {
  font-size: 1.4rem;
}

#contact .faq_link_::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  right: 26px;
  width: 14px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico_window.png) no-repeat 50% 50%/contain;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(73deg) brightness(150%) contrast(100%);
}

#contact .bottom_note_ {
  margin: 52px 0 0;
  font-size: 1.3rem;
  text-align: center;
}

/*----------------------------------------------------
    Pagetop
----------------------------------------------------*/

#pagetop {
  display: flex;
  justify-content: flex-end;
  position: sticky;
  bottom: 40px;
  z-index: 100;
  padding: 30px 40px 0 0;
  pointer-events: none;
}

#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid #B59864;
  border-radius: 50%;
  line-height: 1;
  pointer-events: visible;
  transition: opacity 0.5s ease;
}

#pagetop a img {
  -o-object-fit: contain;
  object-fit: contain;
  transition: transform 0.2s ease;
}

#pagetop.hidden a {
  opacity: 0;
  pointer-events: none;
}

/*----------------------------------------------------
    Footer
----------------------------------------------------*/

#footer {
  background: #FFF;
  margin: -25px 0 0;
  padding: 0 15px 20px;
}

#footer .footer_inner_ {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

#footer .footer_left_ {
  flex: 0 0 auto;
}

#footer .footer_left_ .logo_ {
  transition: opacity 0.2s ease;
}

#footer .footer_left_ .logo_ {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-decoration: none;
}

#footer .footer_left_ .logo_ .brand_ {
  display: block;
  color: #333;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}

#footer .footer_left_ .logo_ .brand_en_ {
  display: block;
  color: #B59864;
  font-family: "Jost", "Georgia", "Times New Roman", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}

#footer .footer_center_ {
  display: flex;
  justify-content: center;
  width: 50%;
}

#footer .footer_center_ .nav_wrap_ {
  display: flex;
  justify-content: center;
  width: 100%;
}

#footer .footer_center_ .nav_col_ {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  gap: 24px 60px;
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer_center_ .nav_col_ li a {
  transition: opacity 0.2s ease;
}

#footer .footer_center_ .nav_col_ li a {
  display: block;
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.4;
  transition: opacity 0.3s ease;
}

#footer .footer_center_ .nav_col_ li a .nav_en_ {
  display: block;
  color: #B59864;
  font-family: "Jost", "Georgia", "Times New Roman", sans-serif;
  font-style: normal;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

#footer .footer_center_ .nav_col_ li a[target=_blank] .nav_ja_::after {
  content: "";
  display: inline-block;
  width: 12px;
  aspect-ratio: 1/1;
  margin: 0 0 0 6px;
  background: url(../img/common/ico_window.png) no-repeat 50% 50%/contain;
}

#footer .copyright_ {
  max-width: 1240px;
  width: 100%;
  margin: 30px auto 0;
  padding: 15px 0 0;
  border-top: 1px solid #E6E6E6;
  color: #666;
  font-family: "Jost", "Georgia", "Times New Roman", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.03em;
}

/*===============================================================
    Sub Page MV (.sub_mv_)
===============================================================*/

@keyframes subMvBlurFadeIn {
  0% {
    opacity: 0;
    filter: blur(20px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes subMvClipReveal {
  0% {
    clip-path: inset(0 100% 0 0);
  }

  100% {
    clip-path: inset(0 0 0 0);
  }
}

.sub_mv_ {
  overflow: hidden;
  position: relative;
  height: 360px;
}

.sub_mv_.hidden_ {
  opacity: 0;
}

.sub_mv_ picture,
.sub_mv_ .sub_mv_title_ {
  opacity: 0;
  visibility: hidden;
}

.sub_mv_ picture {
  display: block;
  width: 100%;
  height: 100%;
}

.sub_mv_ picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sub_mv_title_ {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  text-align: center;
  transform: translate(-50%, -50%);
}

.sub_mv_title_ .ja_ {
  display: block;
  color: #FFF;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  white-space: nowrap;
}

.sub_mv_title_ .en_ {
  display: block;
  color: #EDCB94;
  font-family: "Jost", "Georgia", "Times New Roman", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.sub_mv_.is-animated picture {
  opacity: 1;
  visibility: visible;
  animation: subMvBlurFadeIn 1.5s ease forwards;
}

.sub_mv_.is-animated .sub_mv_title_ {
  opacity: 1;
  visibility: visible;
  clip-path: inset(0 100% 0 0);
  animation: subMvClipReveal 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.8s;
}

/*===============================================================
    Common Styles - Parts
===============================================================*/

.p_sec_ {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.p_sec_ + .p_sec_ {
  margin-top: 80px;
}

.p_sec_wrap_ {
  padding: 78px 0 80px;
  border-top: 1px solid #E6E6E6;
  background-color: #FFF;
}

.p_sec_wrap_.gray_ {
  border-top: 0;
  background-color: #F9F9F9;
}

.p_sec_wrap_.cream_ {
  border-top: 0;
  background-color: #F9F8F3;
}

.p_sec_wrap_.gray_ + .p_sec_wrap_,
.p_sec_wrap_.cream_ + .p_sec_wrap_,
.sub_mv_ + .p_sec_wrap_ {
  border-top: 0;
}

.p_sec_wrap_.noborder_ {
  padding-top: 0;
  border-top: 0;
}

.p_sec_wrap_.noborder_.padding_ {
  padding-top: 78px;
}

.p_sec_wrap_:has(.p_sec_bg_) {
  padding-top: 0;
  border-top: 0;
}

.p_sec_bg_ {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 460px;
  z-index: 0;
}

.p_sec_bg_::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  width: calc(100vw - (100vw - 1200px) / 2 - var(--scrollbar-width));
  height: 91px;
  background-color: #FFF;
}

.p_sec_bg_ picture {
  display: block;
  width: 100%;
  height: 100%;
}

.p_sec_bg_ picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p_sec_inner_ {
  margin: 100px 0 0;
}

:where(.p_sec_ p) {
  font-size: 1.8rem;
  line-height: 1.75;
}

.p_columns_ {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 36px 0 0;
}

.p_columns_.col2_ {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.p_columns_.column_ {
  display: block;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.p_columns_.column_ .p_card_pest_ {
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  padding-bottom: 30px;
}

.p_gallery_ {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 36px 0 0;
}

.p_gallery_ + .p_gallery_ {
  margin-top: 14px;
}

.p_gallery_ .box_ img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}

.p_gallery_.hidden_ {
  display: none;
}

.p_heading_ {
  text-align: center;
}

.p_heading_ .en_ {
  color: #B59864;
  font-family: "Jost", "Georgia", "Times New Roman", sans-serif;
  font-size: 2rem;
}

.p_heading_ .ja_ {
  margin-bottom: 16px;
  color: #333;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
}

.p_heading_2_ {
  display: block;
  margin-top: 32px;
  margin-bottom: 20px;
  padding: 0 0 0 12px;
  border-left: 4px solid #B59864;
  font-size: 2.4rem;
  font-weight: 700;
}

.p_heading_2_:first-child {
  margin-top: 0;
}

hr + .p_sec_ .p_heading_2_ {
  margin-top: 40px !important;
}

.p_heading_3_ {
  display: block;
  margin: 12px 0;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.p_heading_2_ + .p_heading_3_ {
  margin-top: 40px;
}

.p_heading_4_,
.p_heading_5_ {
  display: block;
  margin: 10px 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}

.p_heading_2_ + .p_heading_4_,
.p_heading_2_ + .p_heading_5_ {
  margin-top: 40px;
}

p + .p_heading_4_,
p + .p_heading_5_ {
  margin-top: 40px;
}

.p_heading_4_ {
  color: #B59864;
}

.p_heading_icon_ {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 36px;
  padding: 35px 0 0;
}

.p_heading_icon_ .icon_ {
  display: block;
  width: 80px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
}

.p_heading_icon_ .icon_ img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p_heading_icon_text_ {
  color: #B59864;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}

.p_heading_icon_.nomargin_ {
  margin-bottom: 10px;
}

.p_lead_ {
  margin: 16px 0 40px;
  text-align: center;
}

.p_lead_ p {
  color: #666;
  font-size: 1.8rem;
  font-weight: 500;
}

.p_lead_.left_ {
  text-align: left;
}

.p_lead_.left_ p {
  color: #333;
}

.p_lead_.note_ {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: calc(100% - 30px);
  min-height: 64px;
  margin: 32px auto 0;
  padding: 0 90px;
}

.p_lead_.note_::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 40px);
  left: 0;
  width: 80px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico_point.png) no-repeat 50% 50%/contain;
}

.p_lead_.note_ p {
  text-align: left;
}

.p_card_ {
  background-color: #F9F8F3;
}

.p_card_ .img_ {
  overflow: hidden;
  position: relative;
}

.p_card_ .img_ img {
  display: block;
  width: 100%;
}

.p_card_ .img_ img.circle_ {
  overflow: hidden;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 100px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.p_card_ .name_ {
  padding: 16px 30px;
  color: #333;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.p_card_ .pvp_ {
  padding: 0 24px 16px;
  color: #666;
  font-size: 1.3rem;
  line-height: 1.5;
}

.p_card_pest_ {
  padding: 0 20px 20px;
}

.p_card_pest_ header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 0 -20px 16px;
  padding: 6px 6px 6px 20px;
  border-radius: 1px;
  background-color: #DACBB1;
}

.p_card_pest_ header h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

.p_card_pest_ header button {
  display: flex;
  align-items: center;
  gap: 0 5px;
  height: 28px;
  padding: 0 14px 0 12px;
  border-radius: 14px;
  background-color: #FFF;
  font-size: 1.6rem;
  line-height: 1;
}

.p_card_pest_ header button img {
  display: block;
  width: 16px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
}

.p_card_pest_body_ {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.p_card_pest_ .product_ {
  display: flex;
  flex-direction: column;
}

.p_card_pest_ .product_wrap_ {
  order: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 180px;
  width: 180px;
}

.p_card_pest_ .product_ img {
  display: block;
  width: 100%;
  aspect-ratio: 18/12;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 8px 0 0;
}

.p_card_pest_ p {
  margin: 2px 0 0;
}

.p_card_pest_ p.cause_ {
  color: #B59864;
  font-weight: 700;
}

.p_card_pest_::after {
  content: "";
  display: block;
  clear: both;
}

.p_card_media_ .img_ {
  display: block;
  width: 100%;
  aspect-ratio: 580/324;
  -o-object-fit: cover;
  object-fit: cover;
}

.p_card_media_ a.img_ {
  transition: opacity 0.2s ease;
}

.p_card_media_ .caption_ {
  margin: 8px 0 0;
  padding: 0 20px;
  font-size: 1.7rem;
  line-height: 1.5;
}

.p_point_ {
  display: grid;
  grid-template-columns: 210px 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "figure heading" "figure text";
  gap: 0 30px;
  padding: 30px 0;
  border-bottom: 1px solid #DDD;
}

.p_point_:last-of-type {
  border-bottom: 0;
}

.p_heading_4_ + .p_point_.noborder_,
.p_heading_5_ + .p_point_.noborder_ {
  padding-top: 20px;
}

.p_point_wrap_ {
  margin: 20px 0;
}

.p_point_ figure {
  grid-area: figure;
}

.p_point_ figure img {
  width: 210px;
  -o-object-fit: cover;
  object-fit: cover;
}

.p_point_ .p_heading_3_ {
  grid-area: heading;
  margin-top: 0;
}

.p_point_ .text_,
.p_point_ .p_list_ {
  grid-area: text;
}

.p_btn_ {
  transition: opacity 0.2s ease;
}

.p_btn_ {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 50px;
  padding: 0;
  border-radius: 2px;
  background-color: #B59864;
  color: #FFF;
  font-size: 1.8rem;
  line-height: 1.1;
  text-decoration: none;
}

.p_btn_wrap_ {
  width: 100%;
  margin-top: 40px;
  text-align: center;
}

.p_btn_.outline_ {
  border: 1px solid #B59864;
  background-color: #FFF;
  color: #333;
}

.p_movie_ {
  display: block;
  position: relative;
}

.p_movie_::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 55px);
  left: calc(50% - 55px);
  width: 110px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico_play.png) no-repeat 50% 50%/contain;
  pointer-events: none;
}

.p_label_ {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 7px 1px;
  border: 1px solid #333;
  border-radius: 10px;
  font-size: 1.2rem;
  line-height: 1;
}

.p_label_pvp_ {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 16px;
  background: url(../img/common/logo_shubyoho.gif) no-repeat 50% 50%/contain;
}

.p_list_ > li {
  position: relative;
  padding: 0 0 0 12px;
  font-size: 1.8rem;
}

.p_list_ > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 5px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #333;
}

.p_list_ol_ {
  counter-reset: number;
}

.p_list_ol_ > li {
  counter-increment: number;
  position: relative;
  padding: 0 0 0 24px;
  font-size: 1.8rem;
}

.p_list_ol_ > li::before {
  content: counter(number);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0.5em;
  left: 0;
  max-width: 20px;
  min-width: 20px;
  width: 20px;
  max-height: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  padding: 0 0 1px;
  border-radius: 50%;
  background-color: #333;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}

.p_list_steps_ {
  counter-reset: steps;
  display: block;
  border-top: 1px solid #E6E6E6;
}

.p_list_steps_ > li {
  counter-increment: steps;
  display: grid;
  grid-template-columns: 80px 1fr 360px;
  align-items: center;
  gap: 0 60px;
  padding: 36px 0;
  border-bottom: 1px solid #E6E6E6;
}

.p_list_steps_ > li *:first-child {
  margin-top: 0 !important;
}

.p_list_steps_ > li::before {
  content: counter(steps);
  justify-self: self-end;
  color: #B59864;
  font-family: "Jost", "Georgia", "Times New Roman", sans-serif;
  font-size: 8rem;
  font-weight: 200;
}

.p_list_steps_.horizontal_ {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 80px;
  border: 0;
}

.p_list_steps_.horizontal_ > li {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0;
  border: 0;
}

.p_list_steps_.horizontal_ > li::before {
  font-size: 6rem;
  line-height: 1;
}

.p_list_steps_.horizontal_ > li::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(100% + 39px);
  width: 1px;
  height: 100%;
  background-color: #DDD;
}

.p_list_steps_.horizontal_ > li:nth-child(3n)::after {
  display: none;
}

.p_list_steps_.horizontal_ > li .p_heading_3_ {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.p_list_steps_.horizontal_ > li .p_list_steps_body_ {
  margin-bottom: 28px;
}

.p_list_steps_.horizontal_ > li figure {
  margin-top: auto;
}

.p_list_steps_.horizontal_ > li figure img {
  display: block;
  max-width: 420px;
  width: 100%;
  aspect-ratio: 346/194;
  -o-object-fit: cover;
  object-fit: cover;
}

.p_dl_ {
  margin: 16px 0 0;
}

.p_dl_ dt,
.p_dl_ dd {
  font-size: 1.3rem;
}

.p_table_info_ {
  margin: 20px 0 0;
}

.p_table_info_ table,
.p_table_info_ th,
.p_table_info_ td {
  border-collapse: collapse;
  border: 1px solid #CCC;
}

.p_table_info_ table {
  width: 100%;
}

.p_table_info_ th,
.p_table_info_ td {
  padding: 20px 22px;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: left;
}

.p_table_info_ th {
  background-color: #F9F8F3;
  font-weight: 400;
}

.p_table_info_ td {
  background-color: #FFF;
}

.p_box_ {
  padding: 25px 40px;
  border: 1px solid #E6E6E6;
  background-color: #FFF;
}

.p_box_.cream_ {
  padding-bottom: 60px;
  border: 0;
  background-color: #F9F8F3;
}

.p_scroll_figure_ {
  overflow-x: auto;
  padding: 24px 40px;
}

.p_scroll_figure_wrap_ {
  display: flex;
  justify-content: center;
  max-width: 915px;
  width: 100%;
  margin: 40px auto;
  border: 1px solid #E6E6E6;
  background-color: #FFF;
}

.p_scroll_figure_ img {
  min-width: 640px;
}

.p_figures_ {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin: 40px auto;
}

/*===============================================================
    Tab Navigation
===============================================================*/

.p_tab_nav_ {
  display: flex;
  justify-content: center;
  gap: 10px;
  max-width: 1240px;
  margin: 12px auto 0;
  padding: 0 30px;
}

.p_tab_item_ {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 460px;
  height: 70px;
  width: 100%;
  border: 1px solid #666;
  border-radius: 2px;
  color: #666;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.p_tab_item_.active_ {
  background-color: #666;
  color: #FFF;
  pointer-events: none;
}

.p_tab_item_.active_::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  left: calc(50% - 7px);
  width: 14px;
  height: 13px;
  z-index: 1;
  background-color: #666;
  clip-path: polygon(50% 12px, 0% 0%, 14px 0%);
}

.p_tab_content_ {
  display: none;
  margin: 42px 0 0;
}

.p_tab_content_.active_ {
  display: block;
}

.p_tab_subnav_ {
  display: flex;
  justify-content: center;
  margin: 72px 0 0;
}

.p_tab_subnav_ nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0 18px;
  padding: 6px 10px;
  border: 1px solid #CCC;
  background-color: #F9F9F9;
}

.p_tab_subnav_ nav a {
  transition: opacity 0.2s ease;
}

.p_tab_subnav_ nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 6px 30px;
  color: #666;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
}

.p_tab_subnav_ nav a::after {
  content: "";
  display: block;
  position: relative;
  top: -0.05em;
  width: 8px;
  aspect-ratio: 1/1;
  border-bottom: 2px solid #B59864;
  border-left: 2px solid #B59864;
  transform: rotateZ(-45deg);
}

/*===============================================================
    Modal Styles (Generic / YouTube)
===============================================================*/

.p_modal_overlay_ {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  overflow-y: auto;
  padding: 40px 20px;
}

.p_modal_container_ {
  position: relative;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: auto;
}

.p_modal_close_ {
  position: absolute;
  top: -40px;
  right: 0;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 2;
}

.p_modal_close_ span {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
  height: 2px;
  background-color: #FFF;
}

.p_modal_close_ span:first-child {
  transform: rotate(45deg);
}

.p_modal_close_ span:last-child {
  transform: rotate(-45deg);
}

.p_modal_content_ {
  position: relative;
  background-color: #FFF;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  /* YouTube iframe用ラッパー */
}

.p_modal_content_ .c_youtube_wrap_ {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.p_modal_content_ .c_youtube_wrap_ iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p_modal_pest_images_ {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 16px;
}

.p_modal_pest_img_ img {
  display: block;
}

/*===============================================================
    Scroll Animation (.js_scrollanim_)
===============================================================*/

.js_scrollanim_ {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 2s cubic-bezier(0.25, 1, 0.5, 1), transform 2s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: opacity, transform;
}

.js_scrollanim_.is-active_ {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (min-width: 781px) {
  .p_point_.noborder_ {
    border: 0;
  }
}

@media screen and (min-width: 1025px) {
  #gnav_menu {
    display: none;
  }

  #contact .col_.col_left_ {
    padding-right: 50px;
  }

  #contact .col_.col_right_ {
    padding-left: 50px;
    border-left: 1px solid #B59864;
  }

  #contact .tel_ {
    pointer-events: none;
  }
}
:target {
  scroll-margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  html {
    scroll-padding-top: var(--header-height, 64px);
  }

  .pc_ {
    display: none;
  }

  .sp_ {
    display: block;
  }

  img.pc_ {
    display: none;
  }

  img.sp_ {
    display: inline;
  }

  br.pc_br_ {
    display: none;
  }

  br.sp_br_ {
    display: inline-block;
  }

  .wapper_ {
    padding-top: 64px;
  }

  #header {
    height: 64px;
  }

  #header .logo_ {
    padding: 0 16px;
  }

  #header .logo_ a {
    min-width: 0;
    width: 80px;
    height: 40px;
  }

  #globalnav {
    position: fixed;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    height: 100svh;
    transform: translate3d(0, -110svh, 0);
    transition: transform 0.3s ease;
  }

  #globalnav.active_ {
    transform: translate3d(0, 0, 0);
  }

  #globalnav ul {
    flex-direction: column;
    gap: 30px;
  }

  #purchase .detail_box_ {
    padding: 30px 20px 25px;
  }

  #contact {
    padding: 52px 0 60px;
  }

  #contact .en_ {
    font-size: 1.6rem;
  }

  #contact h2 {
    margin: 4px 0 0;
    font-size: 2.4rem;
    line-height: 1.4;
  }

  #contact .col_wrap_ {
    flex-direction: column;
    gap: 20px;
    margin: 36px 0 0;
  }

  #contact .col_ {
    padding: 32px 20px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }

  #contact .col_.col_right_ {
    padding-bottom: 40px;
  }

  #contact .col_title_ {
    font-size: 1.6rem;
  }

  #contact .navi_ {
    margin: 42px 0 0;
  }

  #contact .tel_ {
    font-size: 4.2rem;
  }

  #contact .hours_ {
    font-size: 1rem;
  }

  #contact .notes_ {
    margin: 38px auto 0;
    padding: 18px 0 0;
    font-size: 1rem;
  }

  #contact .faq_title_ {
    margin: 36px 0 0;
  }

  #contact .faq_link_ {
    margin: 16px auto 0;
  }

  #contact .bottom_note_ {
    margin: 12px 0 0;
    font-size: 1rem;
    text-align: left;
  }

  #pagetop {
    padding: 20px 20px 0 0;
  }

  #pagetop a {
    width: 40px;
    height: 40px;
  }

  #pagetop a img {
    width: 14px;
    height: auto;
  }

  #footer {
    padding: 0 20px;
  }

  #footer .footer_inner_ {
    flex-direction: column;
    gap: 25px;
  }

  #footer .footer_center_ {
    justify-content: flex-start;
    width: 100%;
  }

  #footer .footer_center_ .nav_wrap_ {
    border-bottom: 1px solid #CCC;
  }

  #footer .footer_center_ .nav_col_ {
    gap: 0 20px;
    width: 100%;
  }

  #footer .footer_center_ .nav_col_ li {
    width: 100%;
  }

  #footer .footer_center_ .nav_col_ li a {
    padding: 20px 10px 16px;
    border-top: 1px solid #CCC;
    font-size: 1.4rem;
  }

  #footer .copyright_ {
    margin: 0;
    padding: 16px 20px 0;
    border: 0;
    font-size: 1rem;
  }

  .p_sec_ + .p_sec_ {
    margin-top: 40px;
  }

  .p_sec_bg_::before {
    display: none;
  }

  .p_sec_bg_ + .p_sec_ {
    padding-top: 40px;
  }

  .p_sec_inner_ {
    margin: 40px 0 0;
  }

  :where(.p_sec_ p) {
    font-size: 1.6rem;
  }

  .p_columns_.col2_ {
    gap: 20px;
  }

  .p_heading_2_ {
    font-size: 2rem;
  }

  .p_heading_3_ {
    font-size: 2rem;
  }

  .p_heading_4_,
  .p_heading_5_ {
    font-size: 1.6rem;
  }

  .p_heading_icon_text_ {
    font-size: 2rem;
  }

  .p_lead_.note_ {
    padding: 40px 0 0 90px;
    border-top: 1px solid #DDD;
  }

  .p_lead_.note_::before {
    top: calc(50% - 10px);
    width: 60px;
  }

  .p_card_ .img_ img.circle_ {
    right: 1.5625vw;
    bottom: 1.5625vw;
    width: 7.8125vw;
  }

  .p_card_ .name_ {
    padding: 16px 24px;
    font-size: 1.6rem;
  }

  .p_card_pest_ {
    display: flex;
    flex-direction: column;
    padding: 0 0 20px;
  }

  .p_card_pest_ header {
    order: 0;
    margin: 0 0 16px;
  }

  .p_card_pest_ .product_wrap_ {
    gap: 8px;
    min-width: 150px;
    width: 150px;
  }

  .p_card_pest_ .product_ figcaption {
    margin: 4px 0 0;
    font-size: 1.2rem;
  }

  .p_card_pest_ p {
    order: 0;
  }

  .p_btn_wrap_ {
    margin-top: 28px;
  }

  .p_list_ > li {
    font-size: 1.6rem;
  }

  .p_list_ol_ > li {
    padding: 0 0 0 22px;
    font-size: 1.6rem;
  }

  .p_list_ol_ > li::before {
    max-width: 18px;
    min-width: 18px;
    width: 18px;
    max-height: 18px;
    height: 18px;
    font-size: 1.2rem;
  }

  .p_list_steps_ > li {
    grid-template-columns: 80px 1fr;
  }

  .p_list_steps_ > li figure {
    grid-area: 2/2/2/3;
    margin: 20px 0 0;
  }

  .p_list_steps_.horizontal_ {
    display: flex;
    flex-direction: column;
    gap: 80px;
  }

  .p_list_steps_.horizontal_ > li {
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-template-areas: "num heading" "body body" "image image";
    justify-items: start;
    gap: 0 20px;
  }

  .p_list_steps_.horizontal_ > li::before {
    grid-area: num;
    justify-self: center;
    position: relative;
    margin-bottom: 12px;
  }

  .p_list_steps_.horizontal_ > li::after {
    top: calc(100% + 40px);
    left: 0;
    width: 100%;
    height: 1px;
  }

  .p_list_steps_.horizontal_ > li:nth-child(3n)::after {
    display: block;
  }

  .p_list_steps_.horizontal_ > li:last-child::after {
    display: none;
  }

  .p_list_steps_.horizontal_ > li .p_heading_3_ {
    grid-area: heading;
    margin: 0 0 12px;
    text-align: left;
  }

  .p_list_steps_.horizontal_ > li .p_list_steps_body_ {
    grid-area: body;
  }

  .p_list_steps_.horizontal_ > li figure {
    grid-area: image;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .p_table_info_ th,
  .p_table_info_ td {
    font-size: 1.6rem;
  }

  .p_tab_nav_ {
    padding: 0 20px;
  }
}

@media screen and (max-width: 780px) {
  .sps_ {
    display: block;
  }

  br.sps_br_ {
    display: inline-block;
  }

  #contact .faq_title_ img {
    width: 180px;
  }

  #footer .footer_center_ .nav_col_ {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .sub_mv_title_ {
    left: 0;
    width: 100%;
    padding: 0 20px;
    transform: translate(0, -50%);
  }

  .sub_mv_title_ .ja_ {
    white-space: wrap;
  }

  .sub_mv_title_ .ja_ {
    font-size: 2.8rem;
  }

  .sub_mv_title_ .en_ {
    font-size: 1.6rem;
  }

  .p_sec_wrap_ {
    padding: 40px 0;
  }

  .p_tab_content_ .p_sec_wrap_.noborder_ {
    padding-top: 20px;
  }

  .p_sec_bg_ {
    height: auto;
  }

  .p_sec_bg_ picture {
    height: auto;
  }

  .p_sec_bg_ picture img {
    min-height: 200px;
    height: auto;
  }

  .p_columns_ {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 24px 0 0;
  }

  .p_columns_.column_ {
    -moz-column-count: auto;
    column-count: auto;
  }

  .p_gallery_ {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .p_gallery_ + .p_gallery_ {
    margin-top: 8px;
  }

  .p_heading_ .en_ {
    font-size: 1.6rem;
  }

  .p_heading_ .ja_ {
    font-size: 2.4rem;
  }

  .p_heading_2_ + .p_heading_3_ {
    margin-top: 20px;
  }

  .p_heading_2_ + .p_heading_4_,
  .p_heading_2_ + .p_heading_5_ {
    margin-top: 20px;
  }

  p + .p_heading_4_,
  p + .p_heading_5_ {
    margin-top: 20px;
  }

  .p_heading_5_ {
    color: #B59864;
  }

  .p_heading_icon_ {
    padding: 16px 0 0;
    margin-bottom: 16px;
  }

  .p_heading_icon_ .icon_ {
    width: 50px;
  }

  .p_lead_ {
    text-align: left;
  }

  .p_lead_ p {
    font-size: 1.6rem;
  }

  .p_lead_.note_ {
    flex-direction: column;
    padding: 30px 0 0;
  }

  .p_lead_.note_::before {
    position: static;
    margin-bottom: 20px;
  }

  .p_card_ .img_ img.circle_ {
    right: 4.8828125vw;
    bottom: 4.8828125vw;
    width: 24.4140625vw;
  }

  .p_card_pest_ header {
    margin: 0 -20px 16px;
  }

  .p_card_pest_body_ {
    flex-direction: column;
  }

  .p_card_pest_ .product_wrap_ {
    min-width: 240px;
    width: 240px;
    margin: 0 auto;
  }

  .p_point_ {
    grid-template-columns: 100px 1fr;
    grid-template-areas: "figure heading" "text text";
    gap: 20px;
    padding: 24px 0;
  }

  .p_heading_4_ + .p_point_.noborder_,
  .p_heading_5_ + .p_point_.noborder_ {
    padding-top: 16px;
  }

  .p_point_.noborder_sps_ {
    border: 0;
    padding: 16px 0;
  }

  .p_point_:not(.noborder_sps_) + .p_point_.noborder_sps_ {
    padding-top: 24px;
  }

  .p_point_wrap_ {
    margin: 10px 0;
  }

  .p_point_ figure img {
    width: 100px;
  }

  .p_point_ .p_heading_3_ {
    align-self: center;
  }

  .p_point_.flex_sps_ {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .p_point_.flex_sps_ figure img {
    width: 100%;
  }

  .p_btn_ {
    max-width: 340px;
    width: 100%;
    font-size: 1.6rem;
  }

  .p_movie_::after {
    top: calc(50% - 26px);
    left: calc(50% - 26px);
    width: 52px;
  }

  .p_list_steps_ {
    margin: 0 -20px;
  }

  .p_list_steps_ > li {
    display: flex;
    flex-direction: column;
    padding: 40px 20px;
  }

  .p_list_steps_ > li::before {
    margin: 0 0 12px;
    font-size: 4rem;
    line-height: 1;
  }

  .p_list_steps_ > li .p_heading_3_ {
    text-align: center;
  }

  .p_list_steps_.horizontal_ {
    margin: 0;
  }

  .p_table_info_ table,
  .p_table_info_ tbody,
  .p_table_info_ tr,
  .p_table_info_ th,
  .p_table_info_ td {
    display: block;
  }

  .p_table_info_ table {
    border: 0;
    border-bottom: 1px solid #CCC;
  }

  .p_table_info_ th,
  .p_table_info_ td {
    border-bottom: 0;
  }

  .p_box_ {
    padding: 25px 20px;
  }

  .p_box_.cream_ {
    padding-bottom: 30px;
  }

  .p_scroll_figure_ {
    padding: 24px 20px;
  }

  .p_tab_subnav_ nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    padding: 8px 0;
  }

  .p_modal_pest_images_ {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1240px) {
  #globalnav ul li a {
    padding: 5px 1.7741935484vw;
  }

  .p_sec_bg_::before {
    display: none;
  }

  .p_sec_bg_ + .p_sec_ {
    padding-top: 90px;
  }

  .p_card_ .img_ img.circle_ {
    right: 1.6129032258vw;
    bottom: 1.6129032258vw;
    width: 8.064516129vw;
  }
}

@media (hover: hover) {
  #header .logo_ a:hover {
    opacity: 0.7;
  }

  #contact .faq_link_:hover {
    opacity: 0.7;
  }

  #pagetop a:hover img {
    transform: translate3d(0, -3px, 0);
  }

  #footer .footer_left_ .logo_:hover {
    opacity: 0.7;
  }

  #footer .footer_center_ .nav_col_ li a:hover {
    opacity: 0.7;
  }

  .p_card_media_ a.img_:hover {
    opacity: 0.7;
  }

  .p_btn_:hover {
    opacity: 0.7;
  }

  .p_btn_:hover {
    text-decoration: none;
  }

  .p_tab_item_:hover {
    color: #FFF;
    background-color: #666;
  }

  .p_tab_subnav_ nav a:hover {
    opacity: 0.7;
  }
}