.purchase_container {
  max-width: 1125px;
  margin: 0 auto;
  padding: 0 20px;
}

.renew_container {
  max-width: 1125px;
  margin: 0 auto;
  padding: 0 20px;
}

.renew_top_mv {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 20px;
  display: grid;
  grid-template-columns: auto 379px;
  column-gap: 20px;
  box-sizing: border-box;
}

.renew_mv_txt {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 1.44;
  color: #E2001A;
  display: flex;
  align-items: center;
  position: relative;
  width: fit-content;
}
.renew_mv_txt::after {
  content: "";
  background-image: url(../../images/top-renew/veterinary_logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 110px;
  height: 120px;
  position: absolute;
  right: -115px;
  bottom: 0;
}

.renew_mv_img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.renew_nav_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  width: 100%;
}

.renew_nav_item {
  width: 100%;
  border: 1px solid #E2001A;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #E2001A;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  text-decoration: none;
}
.renew_nav_item:visited {
  color: #E2001A;
}

.renew_nav_item_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.purchase_item_img {
  width: 38px;
  height: 46px;
}

.authorized_item_img {
  width: 38px;
  height: 46px;
}
.authorized_item_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.diet_item_img {
  width: 69px;
  height: 46px;
}
.diet_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.find_item_img {
  width: 72px;
  height: 46px;
}
.find_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav_icon_img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.break_sp {
  display: none;
}

.yt_vd_sec {
  padding: 50px 0;
}

.yt_vd {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.yt_iframe {
  width: 100%;
  max-width: 1080px;
  min-height: 603px;
}

.tp_news_cont {
  padding-bottom: 50px;
}

.tp_new_box {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 20px;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 2px solid #F7F7F7;
  margin-top: 20px;
  text-decoration: none;
  transition: transform 0.3s ease;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 20px;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 2px solid #F7F7F7;
  margin-top: 20px;
  text-decoration: none;
}
.tp_new_box:hover .new_cate {
  opacity: 1;
  transform: translateX(10px);
}
.tp_new_box:hover .new_date_txt {
  opacity: 1;
  transform: translateX(10px);
}
.tp_new_box:hover .tp_new_txt {
  opacity: 1;
  transform: translateX(10px);
  color: #E2001A;
}

.new_cate {
  padding: 0px 5px;
  background: #8D8D8D;
  width: 100%;
  max-width: 65px;
  min-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.new_cate_txt {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  line-height: 1;
}

.new_date_txt {
  font-family: "DIN Next W01 Medium", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #8D8D8D;
  transition: all 0.3s ease;
}

.tp_new_txt {
  font-size: 1.6rem;
  position: relative;
  padding-right: 36px;
  font-weight: 400;
  line-height: 1.3;
  transition: all 0.3s ease;
}
.tp_new_txt::after {
  content: "";
  width: 6px;
  height: 10px;
  background: url(../../images/top-renew/icon_arrow_r.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.tp_new_left {
  width: fit-content;
  display: flex;
  gap: 14px;
}

.tp_news_list {
  margin-top: 20px;
  display: flex;
  justify-content: end;
}

.tp_news_list_btn {
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
  transition: transform 0.3s ease;
  color: #333;
}
.tp_news_list_btn:hover {
  opacity: 1;
  transform: translateX(10px);
}
.tp_news_list_btn::after {
  content: "";
  width: 6px;
  height: 10px;
  background: url(../../images/top-renew/icon_arrow_r.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.vet_plan_sec {
  padding: 50px 0 80px;
}

.vet_plan_accor {
  margin-bottom: 60px;
}
.vet_plan_accor .purchase_grid_ttl {
  cursor: pointer;
  position: relative;
  padding-right: 45px;
}
.vet_plan_accor .purchase_grid_ttl::after {
  content: "";
  background: url(../../images/top-renew/accor_icon.png) no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
}
.vet_plan_accor .vet_plan_txt_box {
  display: none;
}

.vet_plan_accor.active .purchase_grid_ttl::after {
  transform: rotate(-180deg);
}

.vet_plan_ttl {
  color: #E2001A;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 30px;
}

.vet_plan_txt {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.53;
  letter-spacing: 0.02em;
  margin-bottom: 21px;
  font-weight: 400;
}

.vet_plan_name {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  color: #333333;
}

.vet_plan_num {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  color: #333333;
  letter-spacing: 0.02em;
}

.vet_plan_btns {
  margin-top: 0;
  margin-bottom: 60px;
}

.purchase_page_btn_cmn.margin {
  margin-top: 65px;
}

.purchase_page_btn_cmn.vet_plan_btn {
  margin-top: 20px;
}
.purchase_page_btn_cmn.vet_plan_btn:first-child {
  margin-top: 0;
}

.purchase_page_btn_cmn.vet_plan_btn.last_btn {
  padding: 9px 33px;
}

.top_news_sec.section_news {
  max-width: 1125px;
}
.top_news_sec.section_news .wrap_left ul li {
  max-width: 100%;
}
.top_news_sec.section_news .wrap_left ul li a {
  display: flex;
  align-items: center;
  gap: 14px;
}
.top_news_sec.section_news .wrap_left ul li a br {
  display: none;
}
.top_news_sec.section_news .wrap_left ul li a:before {
  transform: rotate(0deg) translateY(-50%);
}
.top_news_sec.section_news .wrap_left ul li a:hover:before {
  transform: rotate(0deg) translateY(-50%);
}
.top_news_sec.section_news .wrap_left ul li a:hover .read {
  color: #E2001A;
}
.top_news_sec.section_news .wrap_left ul li a .cate {
  margin: 0;
  border-radius: unset;
  width: 75px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_news_sec.section_news .wrap_left ul li a .read {
  margin-top: 0;
  font-size: 1.4rem;
  color: #333;
  padding-right: 20px;
}

.new_visual_renew {
  width: fit-content;
  margin: 0 auto;
  padding-top: 50px;
}

.new_visual_renew.section_visual .wrap .topcap {
  padding-top: 0;
}
.new_visual_renew.section_visual .wrap .topcap .topcap-flex {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.new_visual_renew.section_visual .wrap .topcap .topcap-flex a.menu_link_login {
  margin-top: 0;
}
.new_visual_renew.section_visual .wrap .topcap .topcap-flex a.menu_link_appliccate {
  margin: 0;
}
.new_visual_renew.section_visual .wrap .topcap .text1 {
  letter-spacing: 1px;
}
.new_visual_renew.section_visual .wrap .topcap .text2 {
  letter-spacing: 1px;
}

.purchase_sec_inner_wrp {
  padding: 50px 0;
}

.top_ttl_common {
  text-align: center;
  color: #E2001A;
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 70px;
}

.left_margin_ttl {
  margin: 0 0 30px 0px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  background-color: #E2001A;
  border-top-right-radius: 100vmax;
  border-bottom-right-radius: 100vmax;
  padding: 10px 100px 10px 50px;
  width: fit-content;
}

.purchase_para {
  font-size: 1.6rem;
  color: #333;
  letter-spacing: 0.02em;
  line-height: 1.7;
}

.purchase_img_wrp {
  margin-top: 30px;
  max-width: 440px;
  margin-inline: auto;
  margin-bottom: 50px;
}

.purchase_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.purchase_grid_wrp {
  padding-bottom: 100px;
  border-bottom: 1px solid #CDCDCD;
}

.purchase_grid {
  display: grid;
  grid-template-columns: auto 46%;
  gap: 80px;
  margin-top: 35px;
}

.purchase_grid_ttl {
  font-size: 2rem !important;
  color: #E2001A;
  font-weight: 600 !important;
  line-height: 1.7 !important;
  margin-bottom: 28px;
  position: relative;
  padding: 0;
  padding-left: 13px;
}
.purchase_grid_ttl::before {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  border-radius: 2px;
  background: #E2001A;
  position: absolute;
  top: 0;
  left: 0px;
}

.purchase_grid_ttl_tp {
  font-size: 2rem;
}

.purchase_grid_img_wrp {
  max-width: 440px;
  margin-inline: auto;
}

.fz_black {
  font-weight: 700;
}

.op_sec_inner_wrp {
  padding: 50px 0 80px;
}

.op_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 90px;
  margin-top: 40px;
}

.online_purchase_grid {
  width: 100%;
  max-width: 1005px;
  margin: 40px auto 0;
}

.op_grid_img_wrp {
  width: 100%;
  max-width: 275px;
}
.op_grid_img_wrp:not(:last-child) .op_grid_img::after {
  content: "";
  background-image: url(../../images/point01renew/step_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: -55px;
  transform: translateY(-50%);
}

.op_grid_img {
  width: 100%;
  max-width: 275px;
  position: relative;
}
.op_grid_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.op_grid_step {
  font-size: 1.7rem;
  font-weight: 600;
  color: #333333;
  text-align: center;
  margin-bottom: 20px;
}

.purchase_page_btn_cmn {
  display: block;
  margin-top: 50px;
  border-radius: 100vmax;
  background-color: #E2001A;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.01em;
  padding: 17px 33px;
  text-decoration: none;
  max-width: 402px;
  margin-inline: auto;
  text-align: center;
  position: relative;
}
.purchase_page_btn_cmn:hover {
  opacity: 0.8;
}
.purchase_page_btn_cmn:visited {
  color: #fff;
  text-decoration: none;
}
.purchase_page_btn_cmn::after {
  content: "";
  background-image: url(../../images/brand/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.op_sec_inner_wrp.pp_sec_inner_wrp {
  padding: 80px 0;
}

.purchase_process_grid {
  grid-template-columns: repeat(2, 1fr);
  max-width: 640px;
  margin-inline: auto;
}

.top_content {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.9;
  color: #E2001A;
  text-align: center;
  padding-bottom: 50px;
  border-bottom: 1px solid #CDCDCD;
}

.store_input_p {
  margin-top: 50px;
  text-align: center;
}
.store_input_p .store_input_search {
  border: 1px solid #CDCDCD !important;
  border-radius: 25px !important;
  background: transparent !important;
  height: 50px !important;
  font-size: 2rem;
  padding-right: 60px;
  margin-bottom: 0 !important;
  max-width: 100% !important;
}

.store_input_ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 35px;
  display: block;
  color: #333;
}

.store_input_div {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.store_input_div::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  width: 10px;
  height: 6px;
  background: url(../../images/store/down_arr.png) no-repeat;
  background-size: 100% 100%;
}

.store_input_search_blk {
  position: relative;
  max-width: 530px !important;
  width: 100% !important;
}
.store_input_search_blk::after {
  background: url(../../images/store/store_ser_ic.png) no-repeat right/contain;
  width: 20px;
  height: 20px;
  right: 20px;
  content: "";
  top: 15px;
  position: absolute;
}

select.store_input_box {
  appearance: none;
  border: 1px solid #CDCDCD !important;
  border-radius: 25px !important;
  background: transparent !important;
  position: relative;
  max-width: 100% !important;
  width: 100% !important;
  height: 50px !important;
  font-size: 1.5rem;
  padding-right: 60px;
  margin-bottom: 0 !important;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 400;
  color: #333;
  cursor: pointer;
}
select.store_input_box option {
  color: #333;
}

.red_tab_container {
  max-width: 1120px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.store_red_btn {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
  background: #E2001A;
  color: #fff !important;
  text-decoration: none;
  max-width: 530px;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 29px 0 29px;
  position: relative;
  text-align: center;
}
.store_red_btn::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  width: 14px;
  height: 8px;
  background: url(../../images/store/down_white_arr.png) no-repeat;
  background-size: 100% 100%;
}

#container.unhidden {
  overflow: visible;
}

.red_btn_con {
  position: sticky;
  top: 0;
  z-index: 100;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 60px;
  background: #fff;
}

.anchor_link {
  display: block;
  height: 120px;
  margin-top: -120px;
  transform: translateY(20px);
}

.red_btn_div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.store_para {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  margin-top: 30px;
}

.store_ttl {
  margin-top: 50px;
  margin-bottom: 70px;
}

.official_ttl_wrp {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.official_ttl_wrp:hover .official_link {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.official_ttl_wrp:hover .official_sub_ttl {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.official_link {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #E2001A;
  display: block;
}
.official_link:visited {
  color: #E2001A;
}
.official_link span {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.8;
}

.official_sub_ttl {
  font-size: 1.4rem;
  font-weight: 700;
  color: #E2001A;
  margin-top: 3px;
}

.official_div {
  max-width: 100%;
  width: 100%;
  text-decoration: none !important;
}

.official_para {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  color: #333333;
}

.official_purchase {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  border: 1px solid #E2001A;
  border-radius: 100vmax;
  color: #E2001A !important;
  padding: 7px 19px;
  display: block;
  width: fit-content;
  max-width: 320px;
  text-decoration: unset;
}

.purchase_btn {
  display: flex;
  align-items: start;
  gap: 8px;
  padding-top: 20px;
  flex-wrap: wrap;
}

.store_site {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  background: #E2001A;
  max-width: 335px;
  width: 100%;
  display: block;
  border-radius: 28px;
  color: #fff !important;
  text-decoration: unset;
  text-align: center;
  padding: 16px 0;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
}
.store_site::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 6px;
  height: 10px;
  background: url(../../images/store/right_arr.png) no-repeat;
  background-size: 100% 100%;
}

.house_img {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
.house_img img {
  display: block;
  margin: 0 auto;
  max-width: 210px;
  width: 100%;
  height: auto;
}

.house_img_physical img {
  display: block;
  margin: 0 auto;
}

.online_img {
  position: relative;
}
.online_img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 34px;
  background: url(../../images/store/online_logo.png) no-repeat;
  background-size: 100% 100%;
}

.official_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

.official_div_blks.lt .official_div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.st-anchor {
  display: block;
  height: 76px;
  margin-top: -76px;
  visibility: hidden;
  transform: translateY(30px);
}

.section_point_content.ptwo_sec_wrp {
  max-width: unset;
}
.section_point_content.ptwo_sec_wrp p {
  font-size: 1.6rem;
}

.ptwo_main_head {
  text-align: center;
  color: #E2001A;
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 70px;
  text-align: center;
}

.point_head {
  display: block;
}

.section_point_content h2.left_margin_ttl {
  margin: 0 0 30px 0px !important;
  font-size: 2.4rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  color: #fff;
  background-color: #E2001A;
  border-top-right-radius: 100vmax;
  border-bottom-right-radius: 100vmax;
  padding: 10px 100px 10px 50px;
  width: fit-content;
}

.sec_one_img_wrp {
  max-width: 300px;
  margin: 50px auto;
}

.tpc_ptwo {
  padding: 0 !important;
}

.red.red_para {
  color: #ff0000;
}

.img.ptwo_phone_ctnr {
  display: flex;
  justify-content: center;
  align-items: start;
  padding-left: 30px;
}

.grayBox .flexBox .button.ptwo_phone_btn a {
  font-size: 1.6rem;
  padding: 10px 20px;
}

.purchase_grid_ttl.no_red_bar {
  padding-left: 0;
}
.purchase_grid_ttl.no_red_bar::before {
  width: 0;
  height: 0;
}

.linkBox.ptwo_linkBox {
  align-items: center;
}
.linkBox.ptwo_linkBox > a {
  font-size: 1.6rem;
}
.linkBox.ptwo_linkBox > a:visited {
  color: #E2001A;
}

.purchase_container.pthree_container {
  width: 100%;
}

.section_point_content.pthree_sec_wrp .pc.kv img {
  bottom: -75px !important;
  z-index: 1;
  max-width: 288px;
}

.section_about_poportal.pthree_sec_wrp {
  padding: 0;
  max-width: unset;
}
.section_about_poportal.pthree_sec_wrp .wrap_about_poportal .abouts {
  width: 315px;
}

.section_use_content.pthree_sec_wrp {
  display: block;
  padding: 0;
}

.pthree_renew h2.left_margin_ttl {
  margin: 30px 0 30px 0px !important;
  font-size: 2.4rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  color: #fff;
  background-color: #E2001A;
  border-top-right-radius: 100vmax;
  border-bottom-right-radius: 100vmax;
  padding: 10px 100px 10px 50px;
  width: fit-content;
}

#top_use_content.pthree_renew {
  padding-bottom: 0;
}

.pthree_img_wrp {
  max-width: 300px;
  margin: 0 auto;
}

.tpc_pthree {
  padding: 0 !important;
}

.entry-content.pthree_renew {
  border-top: 0 !important;
}

.purchase_grid_ttl.pthree_ttl {
  color: #333;
}
.purchase_grid_ttl.pthree_ttl::before {
  top: 0;
}

.section_about_poportal .wrap_about_poportal .abouts .reads {
  left: 0;
}

.section_use_content .wrap_use_content .flexBox .text.pthree_txt {
  margin-top: 7px;
  margin-bottom: 7px;
}
.section_use_content p.pthree_para {
  font-size: 1.6rem;
}

.pthree_para {
  font-size: 1.6rem;
}

@media screen and (max-width: 1080px) {
  .purchase_grid {
    gap: 40px;
  }
}
@media screen and (max-width: 900px) {
  .renew_nav_item {
    padding: 20px 10px;
    font-size: 1.5rem;
  }
  .store_red_btn {
    font-size: 1.6rem;
  }
  .store_red_btn::after {
    right: 30px;
  }
  .official_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 950px) {
  .renew_top_mv {
    grid-template-columns: auto 350px;
  }
  .renew_mv_txt::after {
    width: 85px;
    height: 93px;
    right: -95px;
  }
}
@media screen and (max-width: 850px) {
  .renew_mv_txt::after {
    right: -5px;
  }
  .renew_nav_grid {
    gap: 20px;
  }
}

/*# sourceMappingURL=renewal-pc.css.map */
