@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
.js_ofi img {
  height: 100%;
  object-fit: cover;
  width: 100%; }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }
*,
*::after,
*::before {
  box-sizing: border-box; }

body,
button,
input,
select,
textarea {
  font-family: "Zen Maru Gothic", sans-serif; }

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
div,
span,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
a,
img,
label,
form,
input,
textarea {
  margin: 0;
  padding: 0; }

ol,
ul {
  list-style: none; }

img {
  border: 0;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
  max-width: 100%; }

a {
  background: transparent;
  cursor: pointer;
  outline: 0 none; }

html {
  display: flex;
  flex-direction: column;
  font-size: 62.5%; }

body {
  color: #111;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  min-height: 100vh;
  line-height: 1.75; }

main {
  flex: 1 1 auto; }

.mg-tp5 {
  margin-top: 5px; }

.mg-bt5 {
  margin-bottom: 5px; }

.mg-tp10 {
  margin-top: 10px; }

.mg-bt10 {
  margin-bottom: 10px; }

.mg-tp15 {
  margin-top: 15px; }

.mg-bt15 {
  margin-bottom: 15px; }

.mg-tp20 {
  margin-top: 20px; }

.mg-bt20 {
  margin-bottom: 20px; }

.mg-tp25 {
  margin-top: 25px; }

.mg-bt25 {
  margin-bottom: 25px; }

.mg-tp30 {
  margin-top: 30px; }

.mg-bt30 {
  margin-bottom: 30px; }

.mg-tp35 {
  margin-top: 35px; }

.mg-bt35 {
  margin-bottom: 35px; }

.mg-tp40 {
  margin-top: 40px; }

.mg-bt40 {
  margin-bottom: 40px; }

.mg-tp45 {
  margin-top: 45px; }

.mg-bt45 {
  margin-bottom: 45px; }

.mg-tp50 {
  margin-top: 50px; }

.mg-bt50 {
  margin-bottom: 50px; }

:root {
  --doc-height: 100%; }

body {
  font-weight: 700;
  overflow-x: hidden; }
  @media (min-width: 768px), print {
    body.page-custom .pagetop.pagetopfix {
      bottom: 90px; } }
  @media (min-width: 768px), print {
    body.fixscroll .chatbox_btn {
      display: none; } }
  @media (max-width: 767px) {
    body {
      font-size: 1.5rem;
      line-height: 1.6; }
      body.fixscroll {
        left: 0;
        overflow: hidden;
        position: fixed;
        top: 0;
        width: 100%; } }
  body.remove-scroll header {
    z-index: 1; }
  body.remove-scroll .pagetop {
    z-index: 0; }
  body.remove-scroll .chatbox {
    z-index: -1; }

.chatbox_note {
  border-bottom: 1px solid #ccc;
  padding: 10px; }

.chatbox_note_in {
  background: #fff2f0;
  font-size: 1.2rem;
  font-weight: 300;
  padding: 5px 10px; }
  .chatbox_note_in strong {
    font-weight: 700; }

.chat_temp_cont {
  display: none; }

.chat_temp_wrap {
  overflow-x: auto;
  width: 100%; }

.chat_temp_lst {
  display: flex;
  gap: 10px;
  padding: 10px 10px 0; }
  .chat_temp_lst li {
    background: #efa500;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 300;
    padding: 5px 10px;
    transition: .3 all ease-in-out;
    word-break: keep-all; }
    .chat_temp_lst li:hover {
      background: #ffbc3d;
      color: #fff; }

/* width */
::-webkit-scrollbar {
  width: 8px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 25px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  transition: all 0.3s;
  color: #111;
  text-decoration: none;
  -webkit-text-decoration-skip: none; }
  a:hover {
    color: #fe935f;
    text-decoration: none; }
  @media (min-width: 768px), print {
    a[href^="tel:"] {
      pointer-events: none; } }

img {
  vertical-align: middle;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

@media (min-width: 768px), print {
  .pc_hide {
    display: none !important; } }

@media (max-width: 767px) {
  .sp_hide {
    display: none !important; } }

select::-ms-expand {
  display: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none; }

input,
select,
textarea {
  font-size: 1.6rem;
  font-weight: 700; }
  input:focus,
  select:focus,
  textarea:focus {
    outline: none; }

button.cmn_btn, button.btn01, a.cmn_btn, a.btn09, .btn01, .btn02, .btn03, .btn04, .btn05, .btn06, .btn07, .btn08, .btn10, .btn11, .mypage_btn_edit02 a, .wp-block-button__link {
  transition: all 0.3s;
  align-items: center;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  justify-content: center;
  height: 100%;
  position: relative;
  text-align: center;
  width: 100%; }
  button.cmn_btn::after, a.cmn_btn::after, a.btn09::after, .btn01::after, .btn02::after, .btn03::after, .btn04::after, .btn05::after, .btn06::after, .btn07::after, .btn08::after, .btn10::after, .btn11::after, .mypage_btn_edit02 a::after, .wp-block-button__link::after {
    transition: all 0.3s; }
  @media (min-width: 768px), print {
    button.cmn_btn, button.btn01, a.cmn_btn, a.btn09, .btn01, .btn02, .btn03, .btn04, .btn05, .btn06, .btn07, .btn08, .btn10, .btn11, .mypage_btn_edit02 a, .wp-block-button__link {
      font-size: 1.8rem; } }
  @media (max-width: 767px) {
    button.cmn_btn, button.btn01, a.cmn_btn, a.btn09, .btn01, .btn02, .btn03, .btn04, .btn05, .btn06, .btn07, .btn08, .btn10, .btn11, .mypage_btn_edit02 a, .wp-block-button__link {
      font-size: 1.6rem; } }

button.cmn_btn {
  background: #111;
  border: 2px solid #111; }
  button.cmn_btn:hover {
    background: #d54600;
    border-color: #d54600; }
button.btn01 {
  background: #fe935f;
  border: 2px solid #fe935f; }
  button.btn01:hover {
    background: #d54600;
    border-color: #d54600; }

a.cmn_btn {
  background: #111;
  border: 2px solid #111; }
  a.cmn_btn::after {
    background: url(../images/icon/ico-arrow-bottom-w.svg) 0 0 no-repeat;
    content: "";
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    width: 13px; }
  a.cmn_btn:hover {
    background: #d54600;
    border-color: #d54600; }
    a.cmn_btn:hover::after {
      right: 10px; }
a.btn09 {
  background: #fe935f;
  border: 2px solid #fe935f; }
  a.btn09::after {
    background: url(../images/icon/ico-arrow-bottom-w.svg) 0 0 no-repeat;
    content: "";
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    width: 13px; }
  a.btn09:hover {
    background: #d54600;
    border-color: #d54600; }
    a.btn09:hover::after {
      right: 10px; }
  a.btn09:hover {
    background: #d54600;
    border-color: #d54600; }

.btn01 {
  border: 2px solid #fff; }
  .btn01:hover {
    border-color: #111;
    color: #fff; }

.btn02 {
  background: #ffbc3d;
  border: 2px solid #ffbc3d;
  color: #111; }
  .btn02::after {
    background: url(../images/icon/ico-arrow-bottom-b.svg) 0 0 no-repeat;
    content: "";
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    width: 13px; }
  .btn02:hover {
    background: #d54600;
    border-color: #d54600;
    color: #fff; }
    .btn02:hover::after {
      background: url(../images/icon/ico-arrow-bottom-w.svg) 0 0 no-repeat;
      right: 10px; }

.btn03 {
  background: #fff;
  border: 2px solid #111;
  color: #111; }
  .btn03:hover {
    border-color: #fe935f;
    color: #fe935f; }

.btn04 {
  background: #d54600;
  border: 2px solid #d54600;
  color: #fff; }
  .btn04::after {
    background: url(../images/icon/ico-arrow-bottom-w.svg) 0 0 no-repeat;
    content: "";
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    width: 13px; }
  .btn04:hover {
    background: #ffbc3d;
    border-color: #ffbc3d;
    color: #111; }
    .btn04:hover::after {
      background: url(../images/icon/ico-arrow-bottom-b.svg) 0 0 no-repeat;
      right: 10px; }

.btn05 {
  background: #6ab6c1;
  border-radius: 10px;
  font-size: 3rem;
  transition: all 0s; }
  @media (min-width: 768px), print {
    .btn05 {
      box-shadow: 5px 5px 0px 0px #2c747e; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .btn05 {
      font-size: 2.4rem; } }
  @media (max-width: 767px) {
    .btn05 {
      box-shadow: 3px 3px 0px 0px #2c747e;
      font-size: 1.8rem; } }
  .btn05:hover {
    color: #fff;
    transition: all 0s;
    box-shadow: none;
    top: 5px; }

.btn06 {
  background: #d54600;
  border-radius: 10px;
  font-size: 3rem;
  transition: all 0s; }
  @media (min-width: 768px), print {
    .btn06 {
      box-shadow: 5px 5px 0px 0px #a20808; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .btn06 {
      font-size: 2.4rem; } }
  @media (max-width: 767px) {
    .btn06 {
      box-shadow: 3px 3px 0px 0px #a20808;
      font-size: 1.8rem; } }
  .btn06:hover {
    color: #fff;
    transition: all 0s;
    box-shadow: none;
    top: 5px; }

.btn07 {
  background: #ffbc3d;
  border-radius: 10px;
  font-size: 3rem;
  transition: all 0s; }
  @media (min-width: 768px), print {
    .btn07 {
      box-shadow: 5px 5px 0px 0px #fe935f; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .btn07 {
      font-size: 2.4rem; } }
  @media (max-width: 767px) {
    .btn07 {
      box-shadow: 3px 3px 0px 0px #fe935f;
      font-size: 1.8rem; } }
  .btn07:hover {
    color: #fff;
    transition: all 0s;
    box-shadow: none;
    top: 5px; }

.btn08 {
  background: #fe935f;
  border: 2px solid #fe935f;
  color: #fff; }
  .btn08::after {
    background: url(../images/icon/ico-arrow-bottom-w.svg) 0 0 no-repeat;
    content: "";
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    width: 13px; }
  .btn08:hover {
    background: #ffbc3d;
    border-color: #ffbc3d;
    color: #111; }
    .btn08:hover::after {
      background: url(../images/icon/ico-arrow-bottom-b.svg) 0 0 no-repeat;
      right: 10px; }

.btn10 {
  background: #d54600;
  border: 2px solid #d54600;
  color: #fff;
  flex-direction: column;
  line-height: 1.4; }
  @media (min-width: 768px), print {
    .btn10 span {
      font-size: 1.5rem; } }
  @media (max-width: 767px) {
    .btn10 span {
      font-size: 1.4rem; } }
  .btn10:hover {
    background: #ffbc3d;
    border-color: #ffbc3d;
    color: #111; }

.btn11 {
  background: #6ab6c1;
  border: none; }
  .btn11:hover {
    background: #fe935f; }

header {
  background: #fe935f;
  color: #fff;
  padding: 0 0 20px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    header {
      height: 84px;
      padding-bottom: 5px;
      width: 100%; } }
  @media (max-width: 767px) {
    header {
      height: 57px;
      padding-bottom: 5px;
      width: 100%; } }
  header a {
    color: #fff;
    display: block; }
  @media (min-width: 768px), print {
    header nav {
      border: 2px solid #fff;
      border-radius: 5px;
      display: flex;
      justify-content: space-between;
      height: 50px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    header nav {
      display: none; } }
  @media (max-width: 767px) {
    header nav {
      display: none; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .hd_toph1 {
    padding-right: 90px; } }
@media (max-width: 767px) {
  .hd_toph1 {
    padding-right: 50px; } }
@media (max-width: 767px) {
  .hd_toph1.hd_toph1_login {
    padding-right: 100px; } }

.hd_toph1_txt {
  margin: 0 auto;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
  font-size: 1.5rem; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .hd_toph1_txt {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; } }
  @media (max-width: 767px) {
    .hd_toph1_txt {
      font-size: 1rem;
      font-weight: normal;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; } }

.hd_wrap {
  margin: 0 auto;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%; }

.hd_top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 10px 0; }
  @media (max-width: 767px) {
    .hd_top {
      margin: 5px 0 0; } }

.hd_logo:hover {
  opacity: 0.7; }
@media (min-width: 768px), print {
  .hd_logo img {
    height: 50px;
    width: auto; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .hd_logo img {
    height: 30px; } }
@media (max-width: 767px) {
  .hd_logo img {
    height: 24px; } }

.hd_control {
  display: flex; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .hd_control {
      display: none; } }
  @media (max-width: 767px) {
    .hd_control {
      display: none; } }
  .hd_control li {
    margin-left: 16px; }
    .hd_control li a {
      align-items: center;
      border: 2px solid #fff;
      border-radius: 5px;
      display: flex;
      font-size: 1.5rem;
      justify-content: center;
      gap: 6px;
      height: 36px;
      line-height: 1;
      padding-left: 20px;
      width: 120px; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .hd_control li a {
          width: 110px; } }
      .hd_control li a:hover {
        border-color: #111;
        color: #111; }
    .hd_control li.btn_favorite a {
      border: none;
      border-bottom: 2px solid #fff;
      border-radius: 0; }
      .hd_control li.btn_favorite a:hover {
        border-color: #111; }

.btn_runtodog a {
  background: url(../images/icon/ico-dog-b.svg) #ffbc3d 16px center no-repeat;
  border-color: #111 !important;
  color: #111 !important;
  padding-left: 32px !important; }
@media (min-width: 768px), print {
  .btn_runtodog a:hover {
    background: url(../images/icon/ico-dog-w.svg) #d54600 16px center no-repeat;
    border-color: #d54600 !important;
    color: #fff !important; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .btn_runtodog {
    height: 50px;
    margin: 0 auto 30px;
    max-width: 275px;
    width: 100%; }
    .btn_runtodog a {
      align-items: center;
      background: url(../images/icon/ico-dog-b.svg) #ffbc3d 76px center no-repeat;
      border: 2px solid;
      border-radius: 5px;
      display: flex;
      font-size: 1.8rem;
      justify-content: center;
      height: 100%;
      width: 100%; }
      .btn_runtodog a:hover {
        background: url(../images/icon/ico-dog-w.svg) #d54600 76px center no-repeat; } }
@media (max-width: 767px) {
  .btn_runtodog {
    height: 50px;
    margin: 0 auto 70px;
    max-width: 275px;
    width: 100%; }
    .btn_runtodog a {
      align-items: center;
      background: url(../images/icon/ico-dog-b.svg) #ffbc3d 76px center no-repeat;
      border: 2px solid;
      border-radius: 5px;
      display: flex;
      font-size: 1.8rem;
      justify-content: center;
      height: 100%;
      width: 100%; } }

.btn_favorite a {
  background: url(../images/icon/ico-heart-w.svg) left center no-repeat; }
  .btn_favorite a:hover {
    background: url(../images/icon/ico-heart-b.svg) left center no-repeat; }
@media (min-width: 768px) and (max-width: 1023px) {
  .btn_favorite {
    border-top: 2px solid #fff;
    padding-bottom: 12px;
    padding-top: 12px;
    text-align: center; }
    .btn_favorite a {
      padding: 10px 10px 10px 30px; } }
@media (max-width: 767px) {
  .btn_favorite {
    border-top: 2px solid #fff;
    padding-bottom: 12px;
    padding-top: 12px;
    text-align: center; }
    .btn_favorite a {
      padding: 10px 10px 10px 30px; } }

.btn_login a {
  background: url(../images/icon/ico-login-w.svg) 7px center no-repeat; }
  .btn_login a:hover {
    background: url(../images/icon/ico-login-b.svg) 7px center no-repeat; }

.btn_logout form {
  display: block;
  height: 100%; }
.btn_logout a {
  background: url(../images/icon/ico-logout-w.svg) 7px center no-repeat;
  padding-left: 30px !important; }
  .btn_logout a:hover {
    background: url(../images/icon/ico-logout-b.svg) 7px center no-repeat; }

.btn_register a {
  background: url(../images/icon/ico-register-w.svg) 7px center no-repeat; }
  .btn_register a:hover {
    background: url(../images/icon/ico-register-b.svg) 7px center no-repeat; }

.btn_mypage a {
  background: url(../images/icon/ico-mypage-w.svg) 7px center no-repeat;
  padding-left: 30px !important; }
  .btn_mypage a:hover {
    background: url(../images/icon/ico-mypage-b.svg) 7px center no-repeat; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .btn_mypage a {
      background: url(../images/icon/ico-mypage-b.svg) 7px center no-repeat !important; } }
  @media (max-width: 767px) {
    .btn_mypage a {
      background: url(../images/icon/ico-mypage-b.svg) #ffbc3d 7px center no-repeat !important; } }

.hd_control01 {
  display: flex;
  justify-content: center;
  margin-bottom: 30px; }
  .hd_control01 li {
    height: 36px;
    margin: 0 8px;
    width: 130px; }
    .hd_control01 li a {
      align-items: center;
      border: 2px solid #fff;
      border-radius: 5px;
      display: flex;
      justify-content: center;
      height: 100%;
      padding-left: 10px;
      text-align: center;
      width: 100%; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .hd_control01 {
      padding-top: 40px;
      margin-bottom: 20px; }
      .hd_control01 li a {
        border-color: #111 !important;
        color: #111 !important; }
      .hd_control01 li.btn_logout a {
        background: url(../images/icon/ico-logout-b.svg) #ccc 7px center no-repeat; }
      .hd_control01 li.btn_login a {
        background: url(../images/icon/ico-login-b.svg) #ccc 7px center no-repeat; }
      .hd_control01 li.btn_register a {
        background: url(../images/icon/ico-register-b.svg) #ffbc3d 7px center no-repeat; } }
  @media (max-width: 767px) {
    .hd_control01 {
      padding-top: 40px;
      margin-bottom: 20px; }
      .hd_control01 li a {
        border-color: #111 !important;
        color: #111 !important; }
      .hd_control01 li.btn_logout a {
        background: url(../images/icon/ico-logout-b.svg) #ccc 7px center no-repeat; }
      .hd_control01 li.btn_login a {
        background: url(../images/icon/ico-login-b.svg) #ccc 7px center no-repeat; }
      .hd_control01 li.btn_register a {
        background: url(../images/icon/ico-register-b.svg) #ffbc3d 7px center no-repeat; } }

.sp_menu_dl dt {
  background: #fcf5ed;
  color: #d3622b;
  padding: 5px 15px;
  text-align: center; }

.sp_menu_lst {
  border-bottom: 1px solid rgba(252, 245, 237, 0.5); }
  .sp_menu_lst li a {
    align-items: center;
    border-top: 1px solid rgba(252, 245, 237, 0.5);
    display: flex;
    font-size: 1.5rem;
    font-weight: 700;
    gap: 5px;
    justify-content: space-between;
    padding: 10px 25px 10px 15px;
    position: relative;
    width: 100%; }
    .sp_menu_lst li a::after {
      content: "\f054";
      color: #fff;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      pointer-events: none; }
    .sp_menu_lst li a[target="_blank"] {
      justify-content: center; }
      .sp_menu_lst li a[target="_blank"]::after {
        background: url("../images/icon/ico-extendlink-white.svg") center/contain no-repeat;
        content: "";
        display: inline-block;
        height: 16px;
        width: 16px; }
  .sp_menu_lst li:first-child a {
    border-top: none; }

.sp_sns_box {
  background: #d3622b;
  border-radius: 20px;
  color: #fff;
  margin: 25px 15px;
  padding: 20px;
  text-align: center; }
  .sp_sns_box dt {
    margin-bottom: 15px; }

.hd_menu {
  display: flex; }
  @media (min-width: 768px), print {
    .hd_menu {
      justify-content: space-between;
      padding-left: 15px;
      max-width: 1040px;
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .hd_menu {
      flex-direction: column;
      margin-bottom: 16px;
      margin-top: 50px; } }
  @media (max-width: 767px) {
    .hd_menu {
      border-top: 1px solid #fff;
      flex-direction: column;
      margin: 0 15px 20px;
      padding-top: 10px; } }
  .hd_menu li a {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
    padding: 0 2px; }
    @media (max-width: 767px) {
      .hd_menu li a {
        color: #fff;
        padding: 10px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .hd_menu li a {
        color: #fff;
        padding: 10px; } }
    .hd_menu li a:hover {
      color: #111; }

@media (min-width: 768px) and (max-width: 1023px) {
  .hd_sns {
    justify-content: center;
    padding-right: 0 !important; }
    .hd_sns li {
      height: 30px;
      width: 60px; }
      .hd_sns li a {
        padding: 0; } }
@media (max-width: 767px) {
  .hd_sns {
    justify-content: center;
    padding-right: 0 !important; }
    .hd_sns li {
      height: 30px;
      width: 60px; }
      .hd_sns li a {
        padding: 0; } }

.hd_sns,
.ft_sns {
  display: flex;
  padding-right: 10px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .hd_sns,
    .ft_sns {
      padding-right: 5px; } }
  .hd_sns li a,
  .ft_sns li a {
    align-items: center;
    color: transparent;
    display: flex;
    font-size: .1rem;
    justify-content: center;
    height: 100%; }
    @media (min-width: 768px), print {
      .hd_sns li a,
      .ft_sns li a {
        padding: 0 7px;
        width: 40px; } }
    @media (max-width: 767px) {
      .hd_sns li a,
      .ft_sns li a {
        width: 40px; } }

.btn_ig a {
  background: url(../images/icon/ico-instagram-w.svg) center center no-repeat; }
  .btn_ig a:hover {
    background: url(../images/icon/ico-instagram-b.svg) center center no-repeat; }

.btn_tiktok a {
  background: url(../images/icon/ico-tiktok-w.svg) center center no-repeat; }
  .btn_tiktok a:hover {
    background: url(../images/icon/ico-tiktok-b.svg) center center no-repeat; }

.cmm_ttl_group {
  margin-bottom: 40px;
  text-align: center; }

.cmm_ttl {
  font-size: 4rem;
  line-height: 1.4; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cmm_ttl {
      font-size: 3.2rem; } }
  @media (max-width: 767px) {
    .cmm_ttl {
      font-size: 2.8rem;
      padding: 10px 15px 4px; } }

.cmm_ttl_en {
  color: #fe935f;
  text-transform: uppercase; }
  @media (min-width: 768px), print {
    .cmm_ttl_en {
      font-size: 1.8rem; } }
  @media (max-width: 767px) {
    .cmm_ttl_en {
      font-size: 1.6rem; } }

.cmm_txt {
  margin: 0 auto;
  max-width: 1230px; }
  @media (min-width: 768px), print {
    .cmm_txt {
      padding: 40px 10% 10px; } }
  @media (max-width: 767px) {
    .cmm_txt {
      line-height: 1.86;
      padding: 20px 15px 40px; } }

main {
  overflow: hidden; }

footer {
  background: #fe935f;
  color: #fff;
  position: relative; }
  @media (min-width: 768px), print {
    footer {
      padding-top: 60px; } }
  @media (max-width: 767px) {
    footer {
      padding-top: 50px; } }

.ft_wrap {
  margin: 0 auto;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%; }

.ft_logo {
  margin-bottom: 15px;
  text-align: center; }
  @media (min-width: 768px), print {
    .ft_logo img {
      height: 50px; } }
  @media (max-width: 767px) {
    .ft_logo img {
      height: 30px; } }
  .ft_logo a:hover {
    opacity: 0.7; }

.ft_sns {
  justify-content: center; }
  @media (min-width: 768px), print {
    .ft_sns {
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .ft_sns {
      margin-bottom: 10px; } }
  .ft_sns li {
    height: 50px;
    margin: 0 12px; }

.ft_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  text-align: center; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .ft_menu {
      gap: 10px;
      margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .ft_menu {
      flex-direction: column;
      gap: 2px; } }
  .ft_menu li a {
    color: #fff;
    display: block;
    padding: 5px 10px; }
    @media (max-width: 767px) {
      .ft_menu li a {
        padding: 5px; } }
    .ft_menu li a:hover {
      color: #111; }

.ft_copyright {
  background: #111;
  color: #fff;
  font-size: 1.2rem;
  text-align: center; }
  @media (min-width: 768px), print {
    .ft_copyright {
      margin-top: 45px;
      padding: 10px; } }
  @media (max-width: 767px) {
    .ft_copyright {
      margin-top: 35px;
      padding: 5px; } }

.pagetop {
  transition: all 0.3s;
  position: absolute;
  z-index: 99; }
  @media (min-width: 768px), print {
    .pagetop {
      height: 60px;
      right: 20px;
      top: -30px;
      width: 60px; } }
  @media (max-width: 767px) {
    .pagetop {
      bottom: 40px;
      height: 50px;
      right: 10px;
      width: 50px; } }
  .pagetop a {
    align-items: center;
    background: #111;
    border-radius: 100%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
    height: 100%;
    display: flex;
    justify-content: center;
    width: 100%; }
    .pagetop a:hover {
      background: #d54600; }
  .pagetop.pagetopfix {
    position: fixed;
    top: auto; }
    @media (min-width: 768px), print {
      .pagetop.pagetopfix {
        bottom: 20px; } }
    @media (max-width: 767px) {
      .pagetop.pagetopfix {
        bottom: 5px; } }
  .pagetop.pagetop_login.pagetopfix {
    position: fixed;
    top: auto; }
    @media (min-width: 768px), print {
      .pagetop.pagetop_login.pagetopfix {
        bottom: 80px; } }

@media (min-width: 768px), print {
  .cmn_swiper_wrap {
    margin-bottom: 20px; } }
@media (max-width: 767px) {
  .cmn_swiper_wrap {
    margin-bottom: 30px;
    position: relative; } }
.cmn_swiper_wrap .swiper-wrapper {
  flex-wrap: wrap;
  width: 100%; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cmn_swiper_wrap .swiper-wrapper {
      width: 100%; } }
  @media (max-width: 767px) {
    .cmn_swiper_wrap .swiper-wrapper {
      flex-wrap: nowrap; } }
.cmn_swiper_wrap .swiper-slide {
  height: auto;
  width: 32%; }
  @media (min-width: 768px), print {
    .cmn_swiper_wrap .swiper-slide {
      margin-bottom: 30px;
      margin-left: 2%; }
      .cmn_swiper_wrap .swiper-slide:nth-child(3n + 1) {
        margin-left: 0; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cmn_swiper_wrap .swiper-slide {
      margin-bottom: 20px;
      margin-top: 20px;
      width: calc((100% - 40px) / 3 - 0.1px); } }
  @media (max-width: 767px) {
    .cmn_swiper_wrap .swiper-slide {
      flex-wrap: nowrap;
      margin-top: 0;
      width: 100%; } }
@media (min-width: 768px), print {
  .cmn_swiper_wrap .cmn_swiper_navigation {
    display: none; } }
@media (max-width: 767px) {
  .cmn_swiper_wrap .cmn_swiper_navigation .swiper-button-next,
  .cmn_swiper_wrap .cmn_swiper_navigation .swiper-button-prev {
    border-radius: 100%;
    height: 50px;
    top: 230px;
    width: 50px; }
    .cmn_swiper_wrap .cmn_swiper_navigation .swiper-button-next::after,
    .cmn_swiper_wrap .cmn_swiper_navigation .swiper-button-prev::after {
      content: ""; }
    .cmn_swiper_wrap .cmn_swiper_navigation .swiper-button-next:hover,
    .cmn_swiper_wrap .cmn_swiper_navigation .swiper-button-prev:hover {
      background-color: #d54600; }
  .cmn_swiper_wrap .cmn_swiper_navigation .swiper-button-next {
    background: url(../images/common/ico-arr-b-w.svg) #111 center center no-repeat;
    box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.16);
    right: -15px;
    transform: rotate(90deg); }
  .cmn_swiper_wrap .cmn_swiper_navigation .swiper-button-prev {
    background: url(../images/common/ico-arr-b-w.svg) #111 center center no-repeat;
    box-shadow: -3px 0px 6px 0px rgba(0, 0, 0, 0.16);
    left: -15px;
    transform: rotate(-90deg); } }
@media (min-width: 768px), print {
  .cmn_swiper_wrap .cmn_swiper_pagination {
    display: none; } }
@media (max-width: 767px) {
  .cmn_swiper_wrap .cmn_swiper_pagination span {
    background: #ffbc3d;
    height: 14px;
    margin: 0 10px !important;
    opacity: 1;
    width: 14px; }
    .cmn_swiper_wrap .cmn_swiper_pagination span.swiper-pagination-bullet-active {
      background: #fe935f; } }

.cmn_paw01::before, .cmn_paw02::before {
  bottom: 0;
  content: "";
  max-height: 330px;
  max-width: 315px;
  pointer-events: none;
  position: absolute; }
  @media (min-width: 768px), print {
    .cmn_paw01::before, .cmn_paw02::before {
      height: 20.6vw;
      right: 0;
      width: 19.75vw; } }
  @media (max-width: 767px) {
    .cmn_paw01::before, .cmn_paw02::before {
      height: 200px;
      right: -36px;
      width: 200px; } }

.cmn_paw01::before {
  background: url(../images/icon/ico-group-paw01.svg) right center/contain no-repeat; }
@media (max-width: 767px) {
  .cmn_paw01::before {
    display: none; } }

.cmn_paw02::before {
  background: url(../images/icon/ico-group-paw02.svg) right center/contain no-repeat; }

.hd_btn_menu {
  background: #fe935f;
  border-radius: 0 0 0 10px;
  cursor: pointer;
  display: block;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 56px;
  z-index: 9999; }
  @media (min-width: 768px), print {
    .hd_btn_menu {
      display: none; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .hd_btn_menu {
      display: block;
      height: 84px;
      top: 0;
      width: 84px; } }
  @media (max-width: 767px) {
    .hd_btn_menu {
      border-radius: 0;
      height: 56px; } }
  .hd_btn_menu span {
    display: block; }
    .hd_btn_menu span::before, .hd_btn_menu span::after {
      background: #fff;
      border-radius: 5px;
      content: "";
      display: block;
      margin: 0 auto;
      height: 2px;
      left: 0;
      position: absolute;
      right: 0;
      transition: all 0.4s;
      transform: translateY(-50%);
      width: 27px; }
    .hd_btn_menu span::before {
      top: calc(50% + 8px); }
    .hd_btn_menu span::after {
      top: calc(50% - 8px); }
  .hd_btn_menu::before {
    background: #fff;
    border-radius: 5px;
    content: "";
    display: block;
    margin: 0 auto;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    transition: all 0.4s;
    transform: translateY(-50%);
    width: 27px;
    top: 50%; }
  .hd_btn_menu.active::before {
    display: none; }
  .hd_btn_menu.active span::before, .hd_btn_menu.active span::after {
    top: 50%; }
  .hd_btn_menu.active span::before {
    transform: translateY(-50%) rotate(45deg); }
  .hd_btn_menu.active span::after {
    transform: translateY(-50%) rotate(-45deg); }

.hd_sp_menu {
  transition: all 0.3s;
  background: #fe935f;
  bottom: 0;
  position: fixed;
  height: 100vh;
  height: var(--doc-height);
  left: 0;
  padding-bottom: 40px;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999; }
  @media (min-width: 768px), print {
    .hd_sp_menu {
      display: none; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .hd_sp_menu a {
      color: #fff; } }
  @media (max-width: 767px) {
    .hd_sp_menu {
      display: none; }
      .hd_sp_menu a {
        color: #fff; } }
  .hd_sp_menu.active {
    transition: all 0.3s;
    display: block !important; }

.hd_sp_menu_inner {
  height: 100%;
  overflow: auto;
  margin-top: 20px; }

@media (min-width: 768px), print {
  .chatbox {
    bottom: 0;
    position: fixed;
    right: 10px;
    z-index: 99; } }
@media (max-width: 767px) {
  .chatbox {
    left: 0;
    top: 0;
    z-index: 9999; }
    .chatbox.active {
      position: fixed; } }

@media (min-width: 768px), print {
  .chatbox_btn {
    background: url(../images/icon/ico-message.svg) #ffbc3d 25px center/30px auto no-repeat;
    border-radius: 5px 5px 0 0;
    bottom: 0;
    cursor: pointer;
    font-size: 2rem;
    padding: 10px 40px 10px 0;
    position: absolute;
    right: 15px;
    height: 50px;
    line-height: 1.4;
    text-align: right;
    width: 195px;
    z-index: 1; }
    .chatbox_btn:hover {
      box-shadow: 2px -2px 5px 0px rgba(0, 0, 0, 0.1); } }
@media (max-width: 767px) {
  .chatbox_btn {
    background: url(../images/icon/ico-message3.svg) #fe935f center center no-repeat;
    color: transparent;
    cursor: pointer;
    height: 56px;
    position: fixed;
    right: 56px;
    top: 0;
    width: 56px;
    z-index: 999; }
    .chatbox_btn.active {
      z-index: 0; } }

.chatbox_unread {
  align-items: center;
  background: #d54600;
  color: #fff;
  display: flex;
  justify-content: center;
  position: absolute; }
  @media (min-width: 768px), print {
    .chatbox_unread {
      border-radius: 25px;
      font-size: 1.8rem;
      height: 34px;
      line-height: 1.2;
      min-width: 34px;
      right: 10px;
      top: -18px;
      padding: 0 10px; } }
  @media (max-width: 767px) {
    .chatbox_unread {
      border-radius: 15px;
      height: 22px;
      min-width: 26px;
      right: 4px;
      top: 8px;
      padding: 0 6px; }
      .chatbox_unread.chatbox_unread_over {
        padding: 0 2px 0 6px;
        right: -5px; }
        .chatbox_unread.chatbox_unread_over::after {
          font-size: 1.2rem !important; } }
  .chatbox_unread.chatbox_unread_over::after {
    content: "+";
    font-size: 1.4rem;
    position: relative;
    top: -5px; }

.chatbox_board {
  background: #fff;
  display: none;
  position: relative;
  z-index: 2; }
  @media (min-width: 768px), print {
    .chatbox_board {
      border: 1px solid #ccc;
      box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
      height: 500px;
      width: 280px; }
      .chatbox_board.active {
        width: 640px; }
        .chatbox_board.active .chatbox_board_lft {
          display: flex; } }
  @media (max-width: 767px) {
    .chatbox_board {
      height: 100vh;
      height: calc(var(--vh, 1vh) * 100);
      width: 100vw; }
      .chatbox_board.active .chatbox_board_hd {
        display: none; }
      .chatbox_board.active .chatbox_current_name {
        justify-content: center;
        height: 50px;
        width: 100%; }
        .chatbox_board.active .chatbox_current_name .chatbox_user_current_name {
          max-width: calc(100% - 50px); }
      .chatbox_board.active .chatbox_board_content {
        height: 100%; }
      .chatbox_board.active .chatbox_board_lft {
        display: flex;
        height: 100%; }
      .chatbox_board.active .chatbox_back_btn {
        display: block; } }

.chatbox_board_hd {
  border-bottom: 1px solid #ccc;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  color: #fe935f;
  font-size: 1.8rem;
  position: relative; }
  @media (min-width: 768px), print {
    .chatbox_board_hd {
      background: url(../images/icon/ico-message2.svg) 14px center no-repeat;
      padding: 9px 10px 9px 64px; } }
  @media (max-width: 767px) {
    .chatbox_board_hd {
      height: 50px;
      padding: 10px;
      text-align: center; } }

.chatbox_close_btn {
  color: transparent;
  cursor: pointer;
  position: absolute; }
  @media (min-width: 768px), print {
    .chatbox_close_btn {
      align-items: center;
      background: url(../images/icon/ico-arr-down-w.svg) #fe935f center center no-repeat;
      border-radius: 3px;
      cursor: pointer;
      display: flex;
      justify-content: center;
      height: 20px;
      right: 15px;
      top: 13px;
      width: 20px; }
      .chatbox_close_btn:hover {
        background: url(../images/icon/ico-arr-down-w.svg) #d54600 center center no-repeat; } }
  @media (max-width: 767px) {
    .chatbox_close_btn {
      background: url(../images/icon/ico-back.svg) center center no-repeat;
      height: 50px;
      left: 0;
      top: 0;
      width: 50px; } }

.chatbox_back_btn {
  color: transparent;
  cursor: pointer;
  display: none;
  position: absolute; }
  @media (min-width: 768px), print {
    .chatbox_back_btn {
      pointer-events: none; } }
  @media (max-width: 767px) {
    .chatbox_back_btn {
      background: url(../images/icon/ico-back.svg) center center no-repeat;
      height: 50px;
      left: 0;
      top: 0;
      width: 50px; } }

.chatbox_board_content {
  height: calc(100% - 50px); }

.chatbox_board_inner {
  height: 100%; }
  @media (min-width: 768px), print {
    .chatbox_board_inner {
      display: flex;
      justify-content: space-between; } }

.chatbox_board_lft {
  display: none;
  flex: 1 1 0%;
  flex-direction: column;
  max-height: 100%;
  overflow: hidden;
  position: relative; }
  @media (min-width: 768px), print {
    .chatbox_board_lft {
      border-right: 1px solid #ccc; } }
  @media (max-width: 767px) {
    .chatbox_board_lft {
      width: 100vw; } }

.chatbox_block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 50px); }

.chatbox_temp_block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 120px); }

.chatbox_frame {
  flex: 1 1 0%;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px;
  position: relative; }

.chatbox_box_guess,
.chatbox_box_owner {
  border-radius: 5px;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 16px 20px 10px 20px; }

.chatbox_box_guess {
  background: #fcf5ed;
  margin-left: 15px; }

.chatbox_box_owner {
  background: #f5f6f8;
  margin-right: 15px; }

.chatbox_box_guess a, .chatbox_box_owner a {
  color: #0000ff;
  text-decoration: underline; }

.chatbox_box_showtime {
  color: #999;
  font-size: 1.3rem;
  text-align: right; }

.chatbox_box_time {
  color: #999;
  font-size: 1.5rem;
  padding-bottom: 10px;
  text-align: center; }

.chatbox_import {
  border-top: 1px solid #ccc; }

.chatbox_import_inner {
  display: flex;
  justify-content: space-between;
  padding: 10px; }

.chatbox_textarea {
  flex: 1 1 0%; }
  .chatbox_textarea textarea {
    background: #eee;
    border: none;
    border-radius: 3px;
    font-weight: normal;
    min-height: 58px;
    max-height: 110px;
    overflow-y: auto;
    padding: 10px;
    resize: none;
    width: 100%; }

.chatbox_control {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 8px;
  margin-left: 6px;
  width: 40px; }

.chatbox_attack_file .fileUpload {
  background: url(../images/icon/ico-attact-file.svg) 0 0/contain no-repeat;
  cursor: pointer;
  display: block;
  height: 20px;
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 20px; }
  .chatbox_attack_file .fileUpload:hover {
    background: url(../images/icon/ico-attact-file02.svg) 0 0/contain no-repeat; }
  .chatbox_attack_file .fileUpload input {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0; }

.chatbox_submit_btn button {
  background: url(../images/icon/ico-send.svg) center center no-repeat;
  border: none;
  color: transparent;
  cursor: pointer; }
  .chatbox_submit_btn button:hover {
    background: url(../images/icon/ico-send02.svg) center center no-repeat; }

.chatbox_board_rgt {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  overflow: hidden;
  position: relative; }
  @media (min-width: 768px), print {
    .chatbox_board_rgt {
      width: 280px; } }

.chatbox_current_name,
.chatbox_search {
  border-bottom: 1px solid #ccc;
  height: 50px; }

.chatbox_current_name {
  align-items: center;
  background: url(../images/icon/ico-chatbox-person.svg) 96% center no-repeat;
  display: flex;
  flex-wrap: nowrap;
  font-size: 1.8rem;
  gap: 10px;
  position: relative; }
  @media (min-width: 768px), print {
    .chatbox_current_name {
      padding: 10px 50px 10px 10px; } }
  @media (max-width: 767px) {
    .chatbox_current_name {
      padding: 10px 50px; } }
  .chatbox_current_name .chatbox_user_thumb {
    height: 30px;
    line-height: 1;
    width: 30px; }

.chatbox_user_current_name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }
  @media (min-width: 768px), print {
    .chatbox_user_current_name {
      flex: 1 1 0%; } }

.chatbox_search_box {
  align-items: center;
  display: flex;
  padding: 11px 10px 10px 10px; }
  .chatbox_search_box form {
    align-items: center;
    background: #eee;
    border-radius: 3px;
    display: flex;
    width: 100%; }

.chatbox_search_btn {
  background: url(../images/icon/ico-search02.svg) center center no-repeat;
  border: none;
  color: transparent;
  cursor: pointer;
  height: 100%;
  width: 30px; }
  .chatbox_search_btn:hover {
    background: url(../images/icon/ico-search03.svg) center center no-repeat; }

.chatbox_search_box_input input {
  background: none;
  border: none !important;
  font-weight: normal;
  height: 28px !important;
  padding: 0 10px;
  width: 100%; }

.chatbox_users {
  flex: 1 1 0%;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative; }

.chatbox_list_user li.active a {
  background: #eee; }
.chatbox_list_user li a {
  align-items: center;
  display: flex;
  padding: 10px 40px 10px 5px;
  position: relative; }

.chatbox_user_thumb {
  border-radius: 3px;
  height: 40px;
  margin-right: 10px;
  width: 40px; }
  .chatbox_user_thumb img {
    border-radius: 3px;
    font-family: "object-fit: cover;";
    height: 100%;
    object-fit: cover;
    width: 100%; }

.chatbox_user_details {
  font-size: 1.5rem;
  line-height: 1.5;
  width: calc(100% - 70px); }

.chatbox_user_name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chatbox_user_short_mess {
  color: #999;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chatbox_user_meta {
  bottom: 7px;
  position: absolute;
  right: 15px; }

.chatbox_user_unread {
  align-items: center;
  background: #d54600;
  border-radius: 25px;
  color: #fff;
  display: flex;
  font-size: 1.5rem;
  justify-content: center;
  height: 22px;
  line-height: 22px;
  min-width: 29px;
  padding: 0 10px; }

.chatbox_user_time {
  color: #999;
  font-size: 1.5rem;
  font-weight: 400; }

.breadcrumb {
  margin: 0 auto;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
  padding-bottom: 40px;
  padding-top: 30px; }

.breadcrumb_list {
  display: flex; }
  .breadcrumb_list li {
    font-weight: 500;
    position: relative; }
    .breadcrumb_list li::before {
      content: ">";
      display: inline-block;
      padding: 0 10px; }
    .breadcrumb_list li a {
      display: inline-block; }

.breadcrumd_home::before {
  display: none !important;
  padding: 0 !important; }
.breadcrumd_home a {
  background: url(../images/icon/ico-home-b.svg) 0 0 no-repeat;
  color: transparent !important;
  font-size: 1.4rem; }
  .breadcrumd_home a:hover {
    background: url(../images/icon/ico-home-o.svg) 0 0 no-repeat;
    color: transparent !important; }

@media (max-width: 767px) {
  #content {
    margin-top: 50px; } }

.cmn_search_block {
  background: #fcf5ed;
  border-radius: 20px;
  margin-bottom: 70px;
  padding: 46px 100px 60px; }
  .cmn_search_block button.cmn_btn {
    background: #fe935f;
    border-color: #fe935f; }
    .cmn_search_block button.cmn_btn:hover {
      background: #ffbc3d;
      border-color: #ffbc3d; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cmn_search_block {
      margin-bottom: 70px;
      padding: 46px 20px 60px; } }
  @media (max-width: 767px) {
    .cmn_search_block {
      margin-bottom: 50px;
      padding: 20px 20px 30px; } }

.cmn_result_group {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  line-height: 1;
  position: relative; }
  @media (min-width: 768px), print {
    .cmn_result_group {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .cmn_result_group {
      flex-wrap: wrap;
      margin-bottom: 20px;
      text-align: center; } }

@media (min-width: 768px), print {
  .cmn_result_lbl_before {
    font-size: 2rem; } }
@media (max-width: 767px) {
  .cmn_result_lbl_before {
    font-size: 1.6rem; } }

@media (min-width: 768px), print {
  .cmn_result_lbl_after {
    font-size: 2rem; } }
@media (max-width: 767px) {
  .cmn_result_lbl_after {
    font-size: 1.6rem; } }

.cmn_result_num {
  color: #d54600;
  line-height: .9;
  padding: 0 2px; }
  @media (min-width: 768px), print {
    .cmn_result_num {
      font-size: 4rem; } }
  @media (max-width: 767px) {
    .cmn_result_num {
      font-size: 3.2rem; } }

.cmn_result_showken {
  display: inline-block;
  font-size: 1.6rem;
  padding-left: 4px; }
  @media (max-width: 767px) {
    .cmn_result_showken {
      margin-top: 10px;
      width: 100%; } }

.cmn_result_sort {
  border-bottom: 2px solid #111;
  border-top: 2px solid #111;
  margin-bottom: 60px;
  padding: 6px 30px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cmn_result_sort {
      margin-bottom: 40px;
      padding: 6px 30px; } }
  @media (max-width: 767px) {
    .cmn_result_sort {
      margin-bottom: 30px;
      padding: 6px 10px; } }

.cmn_result_sort_inner {
  align-items: center;
  display: flex; }
  @media (max-width: 767px) {
    .cmn_result_sort_inner {
      flex-direction: column; } }

@media (min-width: 768px), print {
  .cmn_result_sort_lbl {
    border-right: 2px solid #111;
    font-size: 1.8rem;
    margin-right: 30px;
    padding-right: 20px;
    width: 95px; } }
@media (max-width: 767px) {
  .cmn_result_sort_lbl {
    font-size: 1.6rem;
    padding: 10px 0 5px; } }

.cmn_result_sort_content {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 0%;
  justify-content: space-between; }

@media (min-width: 768px), print {
  .cmn_result_sort_box {
    padding: 10px 0; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .cmn_result_sort_box {
    width: 48%; } }
@media (max-width: 767px) {
  .cmn_result_sort_box {
    padding: 5px 0;
    width: 100%; } }
.cmn_result_sort_box dl {
  display: flex; }
  .cmn_result_sort_box dl dt {
    padding-right: 10px; }
    .cmn_result_sort_box dl dt img {
      display: inline-block;
      position: relative;
      padding-right: 10px;
      top: -6px; }
  .cmn_result_sort_box dl dd ul {
    display: flex;
    padding: 2px 0; }
    .cmn_result_sort_box dl dd ul li {
      position: relative; }
      .cmn_result_sort_box dl dd ul li:first-child::after {
        content: "/";
        display: inline-block;
        padding: 0 5px; }
.cmn_result_sort_box a {
  text-decoration: underline; }
  .cmn_result_sort_box a:hover {
    color: #fe935f;
    text-decoration: none; }
  .cmn_result_sort_box a.active {
    color: #fe935f;
    text-decoration: none; }

.cmn_result_sort_time {
  background: url(../images/icon/ico-calendar-o.svg) 0 4px no-repeat;
  padding: 2px 0 2px 30px; }

.cmn_result_sort_price {
  background: url(../images/icon/ico-yen-o.svg) 4px 6px no-repeat;
  padding: 2px 0 2px 30px; }
  @media (max-width: 767px) {
    .cmn_result_sort_price {
      background-position: 2px 6px; } }

.cmn_result_sort_birthday {
  background: url(../images/icon/ico-cake.svg) 0 0 no-repeat;
  padding: 2px 0 2px 30px; }

.cmn_result_sort_popular {
  background: url(../images/icon/ico-heart-full-o.svg) 0 4px no-repeat;
  padding: 2px 0 2px 30px; }

.cmn_result_sort_status {
  background: url(../images/icon/ico-updown-arr-o.svg) 0 4px no-repeat;
  padding: 2px 0 2px 30px; }

.cmn_result_sort_rate {
  background: url(../images/icon/ico-rate.svg) 0 4px no-repeat;
  background-size: auto 26px;
  padding: 2px 0 2px 34px; }
  @media (max-width: 767px) {
    .cmn_result_sort_rate {
      background-size: auto 20px;
      padding-left: 30px; } }

.cmn_result_wrap .hm_group_pet,
.cmn_result_wrap .hm_group_auction {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cmn_result_wrap .hm_group_pet,
    .cmn_result_wrap .hm_group_auction {
      gap: 0; } }
  @media (max-width: 767px) {
    .cmn_result_wrap .hm_group_pet,
    .cmn_result_wrap .hm_group_auction {
      gap: 0; } }
  .cmn_result_wrap .hm_group_pet .swiper-slide,
  .cmn_result_wrap .hm_group_auction .swiper-slide {
    height: auto; }
    @media (min-width: 768px), print {
      .cmn_result_wrap .hm_group_pet .swiper-slide,
      .cmn_result_wrap .hm_group_auction .swiper-slide {
        margin-top: 30px;
        margin-left: 2%;
        width: 32%; }
        .cmn_result_wrap .hm_group_pet .swiper-slide .hm_tbl_thumb,
        .cmn_result_wrap .hm_group_auction .swiper-slide .hm_tbl_thumb {
          height: 23.7vw;
          max-height: 306px; }
        .cmn_result_wrap .hm_group_pet .swiper-slide:nth-child(3n + 1),
        .cmn_result_wrap .hm_group_auction .swiper-slide:nth-child(3n + 1) {
          margin-left: 0; }
        .cmn_result_wrap .hm_group_pet .swiper-slide:nth-child(-n + 3),
        .cmn_result_wrap .hm_group_auction .swiper-slide:nth-child(-n + 3) {
          margin-top: 0; } }
    @media (max-width: 767px) {
      .cmn_result_wrap .hm_group_pet .swiper-slide,
      .cmn_result_wrap .hm_group_auction .swiper-slide {
        width: 100%; }
        .cmn_result_wrap .hm_group_pet .swiper-slide .hm_tbl_thumb,
        .cmn_result_wrap .hm_group_auction .swiper-slide .hm_tbl_thumb {
          height: calc(34vw - 28px); } }

.cmn_result_pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 45px 0 0 0; }
  .cmn_result_pagination a {
    align-items: center;
    border-radius: 5px;
    display: flex;
    justify-content: center; }
    @media (min-width: 768px), print {
      .cmn_result_pagination a {
        font-size: 1.8rem;
        height: 50px;
        margin: 0 3px;
        width: 50px; } }
    @media (max-width: 767px) {
      .cmn_result_pagination a {
        height: 34px;
        margin: 0 2px;
        width: 34px; } }
    .cmn_result_pagination a:hover, .cmn_result_pagination a.active {
      background: #fe935f;
      color: #111; }
    .cmn_result_pagination a.disable {
      opacity: .2;
      pointer-events: none; }

.pg_first img,
.pg_prev img,
.pg_next img,
.pg_last img {
  width: auto; }
  @media (min-width: 768px), print {
    .pg_first img,
    .pg_prev img,
    .pg_next img,
    .pg_last img {
      height: 18px; } }
  @media (max-width: 767px) {
    .pg_first img,
    .pg_prev img,
    .pg_next img,
    .pg_last img {
      height: 10px; } }

.cmn_result_outer {
  position: relative; }
  @media (min-width: 768px), print {
    .cmn_result_outer {
      padding-bottom: 160px; } }
  @media (max-width: 767px) {
    .cmn_result_outer {
      padding-bottom: 90px; } }

.lightbox-container {
  background-color: rgba(0, 0, 0, 0.6); }

.modal_gallery .lightbox-container {
  padding: 0; }
.modal_gallery .lightbox-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  height: 100%;
  padding: 20px 20px;
  pointer-events: none;
  width: 100%; }
.modal_gallery .lightbox-content {
  cursor: all-scroll;
  display: flex;
  flex-direction: column;
  height: 80vw;
  max-height: 800px;
  outline: 0;
  pointer-events: auto;
  position: relative;
  max-width: 800px;
  width: 80vw; }
.modal_gallery .lightbox-wrapper img {
  border-radius: 20px; }
.modal_gallery .lightbox-wrapper .modal-content {
  border-radius: 20px;
  height: 100%;
  overflow: hidden; }
.modal_gallery .lightbox-wrapper .lightbox-btn-next,
.modal_gallery .lightbox-wrapper .lightbox-btn-previous {
  background-color: #fe935f;
  border: none;
  cursor: pointer; }
.modal_gallery .lightbox-wrapper .lightbox-btn-next {
  right: -14px; }
.modal_gallery .lightbox-wrapper .lightbox-btn-previous {
  left: -14px; }

.modal_fullbox .lightbox-container {
  padding: 0; }
.modal_fullbox .lightbox-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  height: 100%;
  padding: 20px 10px;
  pointer-events: none;
  position: relative;
  width: auto; }
.modal_fullbox .lightbox-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  max-width: 1200px;
  min-width: 800px;
  outline: 0;
  overflow: hidden;
  pointer-events: auto;
  position: relative;
  width: 94vw; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .modal_fullbox .lightbox-content {
      min-width: 738px; } }
  @media (max-width: 767px) {
    .modal_fullbox .lightbox-content {
      min-width: auto; } }
.modal_fullbox .modal-content {
  background: #fff;
  border-radius: 20px;
  flex: 1 1 0%;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 70px 50px;
  position: relative; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .modal_fullbox .modal-content {
      padding: 50px 30px; } }
  @media (max-width: 767px) {
    .modal_fullbox .modal-content {
      padding: 40px 15px; } }
.modal_fullbox .lightbox-btn-close {
  right: 10px;
  top: 10px; }
.modal_fullbox .modal_btn {
  height: 90px;
  margin: 30px auto 0;
  max-width: 500px;
  width: 80%; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .modal_fullbox .modal_btn {
      height: 80px;
      max-width: 400px; } }
  @media (max-width: 767px) {
    .modal_fullbox .modal_btn {
      height: 60px;
      margin: 20px auto 0; } }

.modal_haftbox .lightbox-container {
  padding: 0; }
.modal_haftbox .lightbox-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  height: 100%;
  padding: 20px 10px;
  pointer-events: none;
  position: relative;
  width: auto; }
.modal_haftbox .lightbox-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  max-width: 800px;
  outline: 0;
  overflow: hidden;
  pointer-events: auto;
  position: relative;
  width: 94vw; }
  @media (max-width: 767px) {
    .modal_haftbox .lightbox-content {
      min-width: auto; } }
.modal_haftbox .modal-content {
  background: #fff;
  border-radius: 20px;
  flex: 1 1 0%;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 70px 50px;
  position: relative; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .modal_haftbox .modal-content {
      padding: 50px 30px; } }
  @media (max-width: 767px) {
    .modal_haftbox .modal-content {
      padding: 45px 15px 40px; } }
.modal_haftbox .lightbox-btn-close {
  right: 10px;
  top: 10px; }
.modal_haftbox .modal_btn {
  height: 90px;
  margin: 30px auto 0;
  max-width: 500px;
  width: 80%; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .modal_haftbox .modal_btn {
      height: 70px;
      max-width: 400px; } }
  @media (max-width: 767px) {
    .modal_haftbox .modal_btn {
      height: 60px;
      margin: 20px auto 0;
      max-width: 220px; } }

.lightbox-btn:disabled {
  background-color: #aaa !important;
  cursor: initial; }

.lightbox-btn-close {
  background-color: #fe935f;
  border: none;
  cursor: pointer;
  right: 5px;
  top: 5px; }

.cmn_form .hm_search_option select {
  padding: 0 10px; }
.cmn_form .hm_location .hm_location_show_result {
  height: 44px; }
.cmn_form .hm_location .hm_location_show_result_spn {
  padding-left: 10px; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea,
.input_bid {
  border: 2px solid #111;
  border-radius: 4px;
  box-shadow: none;
  padding: 10px 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="text"],
input[type="email"] {
  height: 44px; }

textarea {
  resize: none; }
  @media (min-width: 768px), print {
    textarea {
      height: 200px; } }
  @media (max-width: 767px) {
    textarea {
      height: 160px; } }

input:disabled, textarea:disabled {
  background: #eee;
  cursor: pointer;
  pointer-events: none; }

textarea:read-only {
  background: #eee; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc; }

@media (max-width: 767px) {
  .cmn_sort_block .cmm_ttl_group {
    margin-bottom: 25px; } }

body.fixed .modal_content_common {
  overflow-x: hidden;
  overflow-y: auto; }

.modal_content_common {
  display: none;
  height: 100%;
  left: 0;
  overflow: hidden;
  outline: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000; }

.modal-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999; }

.modal_content_dialog {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  height: 100%;
  padding: 20px 10px;
  pointer-events: none;
  position: relative;
  width: auto; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .modal_content_dialog {
      padding: 20px 20px; } }

.modal_form_dialog {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  height: 100%;
  pointer-events: none;
  position: relative;
  width: 100%; }

.modal_content_inner {
  background-color: #ffbc3d;
  border-radius: 10px;
  color: #111;
  display: flex;
  flex-direction: column;
  max-height: 100%;
  max-width: 800px;
  outline: 0;
  overflow: hidden;
  pointer-events: auto;
  position: relative;
  width: 100%; }

.modal_content_inner_500 {
  background: #fff;
  max-width: 500px; }

.modal-header {
  background: #ffbc3d;
  color: #fff;
  padding: 1rem;
  position: relative; }

.modal-body {
  background: #fff;
  border-radius: 10px 10px 0 0;
  flex: 1 1 0%;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative; }

@media (min-width: 768px), print {
  .modal_body_inner {
    padding: 70px 50px; } }
@media (max-width: 767px) {
  .modal_body_inner {
    padding: 45px 15px 40px; } }

.modal-footer {
  align-items: center;
  background: #fff;
  display: flex;
  padding: 2rem 1rem 5rem 1rem; }

.modal_btn_close {
  height: 35px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 35px;
  z-index: 1; }
  .modal_btn_close a {
    align-items: center;
    background: #fe935f;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    height: 100%; }
    .modal_btn_close a img {
      height: auto;
      width: 40%; }
    .modal_btn_close a:hover {
      background: #111; }

.lightbox-container {
  z-index: 99; }

@media (max-width: 767px) {
  .cmn_result_wrap .swiper-slide {
    margin-top: 15px !important; }
    .cmn_result_wrap .swiper-slide:first-child {
      margin-top: 0 !important; }
  .cmn_result_wrap .hm_tbl_part {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap; }
  .cmn_result_wrap .hm_tbl_price {
    width: 100%; }
  .cmn_result_wrap .hm_tbl_thumb {
    margin: 10px;
    height: 31vw;
    width: 34%; }
  .cmn_result_wrap .hm_pet_new .hm_tbl_thumb::before {
    height: 38px;
    left: -10px;
    top: -10px;
    width: 38px; }
  .cmn_result_wrap .hm_tbl_part_cont {
    padding-top: 5px;
    width: calc(66% - 30px); }
    .cmn_result_wrap .hm_tbl_part_cont .hm_tbl_id {
      text-align: left; }
    .cmn_result_wrap .hm_tbl_part_cont .hm_tbl_detail {
      padding: 0; }
  .cmn_result_wrap .hm_tbl_btns {
    margin: 0;
    padding: 0 10px 10px; } }

.hd_menu li a[target="_blank"]::after, .ft_menu li a[target="_blank"]::after {
  background: url("../images/icon/ico-extendlink-white.svg") center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 16px;
  margin-left: 5px;
  width: 16px; }
.hd_menu li a[target="_blank"]:hover::after, .ft_menu li a[target="_blank"]:hover::after {
  background: url("../images/icon/ico-extendlink-black.svg") center/contain no-repeat; }

.sp_menu_top .hd_logo {
  background: #fe935f;
  height: 56px;
  padding: 10px 0 0 15px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2; }

.ft_menu_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px; }

.ft_menu_dl {
  width: calc((100% - 60px) / 3); }
  .ft_menu_dl dt {
    border-bottom: 2px solid #fff;
    font-size: 1.8rem;
    padding-bottom: 5px; }
  .ft_menu_dl dd {
    padding: 10px 10px 0; }
    .ft_menu_dl dd a {
      align-items: center;
      color: #fff;
      display: flex;
      font-size: 1.5rem;
      font-weight: 700;
      gap: 5px;
      justify-content: space-between;
      padding: 5px 0;
      position: relative; }
      .ft_menu_dl dd a::after {
        content: "\f054";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        pointer-events: none; }
      .ft_menu_dl dd a:hover {
        color: #111; }
    .ft_menu_dl dd a[target="_blank"] {
      justify-content: flex-start; }
      .ft_menu_dl dd a[target="_blank"]::after {
        background: url("../images/icon/ico-extendlink-white.svg") center/contain no-repeat;
        content: "";
        display: inline-block;
        height: 16px;
        margin-left: 5px;
        width: 16px; }
      .ft_menu_dl dd a[target="_blank"]:hover::after {
        background: url("../images/icon/ico-extendlink-black.svg") center/contain no-repeat; }
  @media (max-width: 767px) {
    .ft_menu_dl {
      width: 100%; } }

.hm_main {
  background: #fcf5ed; }
  .hm_main.hm_event_none .hm_event {
    display: none; }
  .hm_main.hm_event_none .top_main {
    background: linear-gradient(to bottom, #fe935f 0%, #fe935f 92%, #ffbc3d 92%, #ffbc3d 100%); }

.top_main {
  background: url("../images/home/bg-wave.svg") #fe935f center bottom repeat-x;
  background-size: auto 40px;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px), print {
    .top_main {
      height: 580px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .top_main {
      height: 540px; } }
  @media (max-width: 767px) {
    .top_main {
      background-size: auto 20px;
      height: 300px; } }

.top_main_thumb {
  /*bottom: -40px;
  height: 40vw;
  max-height: 474px;
  max-width: 590px;
  left: 65%;
  width: 50.25vw;*/
  bottom: -20px;
  max-height: 560px;
  max-width: 828px;
  left: 42%;
  width: 58vw;
  pointer-events: none;
  position: absolute; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .top_main_thumb {
      bottom: -5px;
      left: auto;
      right: -8vw;
      width: 57vw; } }
  @media (max-width: 767px) {
    .top_main_thumb {
      align-items: center;
      bottom: auto;
      display: flex;
      left: auto;
      right: -40px;
      top: 110px;
      width: 210px; } }

.top_main_inner {
  margin: 0 auto;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1; }

.top_main_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1; }

.top_main_feature {
  line-height: 1; }
  @media (min-width: 768px), print {
    .top_main_feature {
      padding-top: 76px; } }
  @media (max-width: 767px) {
    .top_main_feature {
      padding-bottom: 20px;
      padding-top: 20px;
      text-align: center; }
      .top_main_feature img {
        max-width: 420px;
        width: 90%; } }

.top_main_ttl {
  line-height: 1.6; }
  @media (min-width: 768px), print {
    .top_main_ttl {
      font-size: 3.5rem;
      margin: 20px 0 25px 0; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .top_main_ttl {
      font-size: 3rem; } }
  @media (max-width: 767px) {
    .top_main_ttl {
      font-size: 1.8rem;
      margin-bottom: 10px;
      margin-top: 15px;
      position: relative; } }
  .top_main_ttl .top_main_ttl_spc {
    display: block;
    width: 100%; }
    @media (min-width: 768px), print {
      .top_main_ttl .top_main_ttl_spc {
        font-size: 4.4rem; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .top_main_ttl .top_main_ttl_spc {
        font-size: 4rem; } }
    @media (max-width: 767px) {
      .top_main_ttl .top_main_ttl_spc {
        font-size: 2.2rem;
        line-height: 1.4;
        padding-bottom: 10px; } }
    .top_main_ttl .top_main_ttl_spc .top_main_ttl_spc_img {
      display: inline-block;
      margin-bottom: 20px;
      margin-top: 5px; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .top_main_ttl .top_main_ttl_spc .top_main_ttl_spc_img img {
          height: 80px; } }
      @media (max-width: 767px) {
        .top_main_ttl .top_main_ttl_spc .top_main_ttl_spc_img {
          margin-bottom: 0; }
          .top_main_ttl .top_main_ttl_spc .top_main_ttl_spc_img img {
            height: 40px; } }
    .top_main_ttl .top_main_ttl_spc span {
      display: block;
      margin-top: 10px;
      text-stroke: 8px rgba(225, 225, 225, 0.4);
      -webkit-text-stroke-width: 8px;
      -webkit-text-stroke-color: rgba(225, 225, 225, 0.6);
      paint-order: stroke fill; }

.top_main_ttl_norm {
  font-size: 2.8rem;
  overflow: hidden;
  width: 100%;
  display: block; }
  @media (max-width: 767px) {
    .top_main_ttl_norm {
      font-size: 1.6rem; } }

.top_main_ttl_note {
  font-style: normal;
  position: relative; }
  .top_main_ttl_note::before {
    bottom: calc(100% - 25px);
    content: attr(data-txt);
    display: inline-block;
    font-size: 3rem;
    letter-spacing: 16px;
    position: absolute;
    text-align: center;
    width: 100%; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .top_main_ttl_note::before {
        bottom: calc(100% - 18px);
        letter-spacing: 10px;
        font-size: 2.4rem; } }
    @media (max-width: 767px) {
      .top_main_ttl_note::before {
        bottom: calc(100% - 12px);
        letter-spacing: 9px;
        font-size: 1.3rem; } }

.top_main_btn {
  margin-bottom: 30px; }
  @media (min-width: 768px), print {
    .top_main_btn {
      height: 60px;
      max-width: 500px;
      width: 100%; } }
  @media (max-width: 767px) {
    .top_main_btn {
      height: 50px;
      margin: 0 0 10px;
      width: 180px; } }
  .top_main_btn a {
    background: url(../images/icon/ico-arrow-bottom-w.svg) 93% center no-repeat;
    max-width: 260px;
    padding-right: 20px;
    margin: 0 auto; }
    .top_main_btn a:hover {
      background: url(../images/icon/ico-arrow-bottom-w.svg) #111 93% center no-repeat; }

.hm_block {
  position: relative; }
  @media (min-width: 768px), print {
    .hm_block {
      padding: 60px 0 80px 0; } }
  @media (max-width: 767px) {
    .hm_block {
      padding: 40px 0 50px 0; } }

.hm_block_content {
  margin: 0 auto;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
  z-index: 1; }

.hm_search::after, .hm_favourite::after, .hm_auction::after, .hm_event::after {
  bottom: 0;
  font-size: 28rem;
  left: 0;
  line-height: 0.8;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .hm_search::after, .hm_favourite::after, .hm_auction::after, .hm_event::after {
      font-size: 12rem; } }
  @media (max-width: 767px) {
    .hm_search::after, .hm_favourite::after, .hm_auction::after, .hm_event::after {
      font-size: 18rem; } }

.hm_search {
  background: #ffbc3d; }
  .hm_search::after {
    color: rgba(250, 250, 250, 0.2);
    content: "SEARCH"; }
  .hm_search .cmm_ttl_group {
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .hm_search .cmm_ttl_group {
        margin-bottom: 15px; } }
  .hm_search .cmm_ttl_en {
    color: #111; }
  .hm_search .hm_block_content {
    max-width: 1030px; }

.hm_search_box {
  width: 100%; }
  @media (min-width: 768px), print {
    .hm_search_box {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .hm_search_box {
      margin-bottom: 10px; } }

.hm_search_double {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%; }
  .hm_search_double li {
    width: calc((100% - 65px) / 2 - 0.1px); }
    @media (min-width: 768px) and (max-width: 1023px) {
      .hm_search_double li {
        width: calc((100% - 20px) / 2 - 0.1px); } }
    @media (max-width: 767px) {
      .hm_search_double li {
        width: 100%; } }

@media (max-width: 767px) {
  .hm_search_double_full {
    display: block; } }
  @media (max-width: 767px) and (min-width: 768px), print and (max-width: 767px) {
    .hm_search_double_full > li:first-child {
      margin-bottom: 30px; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .hm_search_double_full > li:first-child {
      margin-bottom: 20px; } }

.hm_search_ttl {
  align-items: center;
  display: flex; }
  @media (min-width: 768px), print {
    .hm_search_ttl {
      margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .hm_search_ttl {
      margin-bottom: 10px;
      padding: 3px 0; } }
  .hm_search_ttl .fa-location-dot {
    font-size: 2.6rem; }

.hm_search_lbl_kinds {
  background: url(../images/icon/ico-search-cat.svg) 0 0 no-repeat;
  padding-left: 42px; }

.hm_search_lbl_location {
  background: url(../images/icon/ico-search-location.svg) 0 0 no-repeat;
  padding-left: 32px; }

.hm_search_lbl_gender {
  background: url(../images/icon/ico-search-gender.svg) 0 0/34px 23px no-repeat;
  padding-left: 42px; }

.hm_search_lbl_birthday {
  background: url(../images/icon/ico-search-cake.svg) 0 0 no-repeat;
  padding-left: 42px; }

.hm_search_lbl_price {
  background: url(../images/icon/ico-search-money.svg) 10px 0 no-repeat;
  padding-left: 42px; }

.hm_search_foster {
  display: flex; }

.hm_search_lbl_foster {
  background: url("../images/icon/ico-search-foster.svg") 0 0 no-repeat;
  height: 27px;
  padding-left: 42px; }
  .hm_search_lbl_foster + .hm_search_checkbox {
    margin-left: 0; }
    .hm_search_lbl_foster + .hm_search_checkbox li:first-child {
      margin-left: 4px;
      width: 100%; }
    @media (max-width: 767px) {
      .hm_search_lbl_foster + .hm_search_checkbox {
        margin-left: 0; } }

.hm_search_option {
  background: url(../images/icon/ico-arrow-down-b.svg) #fff calc(100% - 15px) center no-repeat;
  border: 2px solid #111;
  border-radius: 5px;
  width: 100%; }
  @media (min-width: 768px), print {
    .hm_search_option {
      height: 54px; } }
  @media (max-width: 767px) {
    .hm_search_option {
      height: 46px; } }
  .hm_search_option select {
    background: none;
    border: none;
    color: #111;
    height: 100%;
    width: 100%; }
    @media (min-width: 768px), print {
      .hm_search_option select {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .hm_search_option select {
        padding: 0 10px; } }

.hm_location {
  position: relative; }

.hm_location_show_result {
  background: url(../images/icon/ico-arrow-down-b.svg) #fff 96% center no-repeat;
  border: 2px solid #111;
  border-radius: 5px;
  cursor: pointer;
  width: 100%; }
  @media (min-width: 768px), print {
    .hm_location_show_result {
      height: 54px; } }
  @media (max-width: 767px) {
    .hm_location_show_result {
      height: 46px; } }

.hm_location_show_result_spn {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 100%; }
  @media (min-width: 768px), print {
    .hm_location_show_result_spn {
      padding-left: 23px; } }
  @media (max-width: 767px) {
    .hm_location_show_result_spn {
      padding-left: 10px; } }

.hm_location_list {
  display: none;
  background: #fff;
  border: 2px solid #111;
  border-radius: 0 0 5px 5px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1; }
  @media (min-width: 768px), print {
    .hm_location_list {
      height: 300px;
      top: 50px; } }
  @media (max-width: 767px) {
    .hm_location_list {
      height: 250px;
      top: 42px; } }

.hm_location_list_inner {
  height: 100%;
  overflow: auto; }
  .hm_location_list_inner li {
    cursor: pointer;
    width: 100%; }
    .hm_location_list_inner li:hover {
      background: #0094fa;
      color: #fff; }

.hm_location_list_lvl01 {
  padding: 2px 0 0 0; }

.hm_location_provincial {
  cursor: pointer;
  font-weight: 500; }
  .hm_location_provincial:hover {
    background: #0094fa;
    color: #fff; }
  @media (min-width: 768px), print {
    .hm_location_provincial {
      padding-left: 23px; } }
  @media (max-width: 767px) {
    .hm_location_provincial {
      padding-left: 10px; } }

.hm_location_list_lvl02 > li {
  font-weight: 400;
  padding-left: 40px; }
  @media (min-width: 768px), print {
    .hm_location_list_lvl02 > li {
      padding-left: 40px; } }
  @media (max-width: 767px) {
    .hm_location_list_lvl02 > li {
      padding-left: 30px; } }

.hm_search_checkbox {
  display: flex; }
  @media (min-width: 768px), print {
    .hm_search_checkbox {
      margin-left: 60px; } }
  @media (max-width: 767px) {
    .hm_search_checkbox {
      justify-content: space-between; } }
  .hm_search_checkbox li {
    padding: 0 22px 4px 0;
    position: relative; }
    @media (min-width: 768px), print {
      .hm_search_checkbox li {
        margin: 0 56px; } }
    @media (max-width: 767px) {
      .hm_search_checkbox li {
        width: calc((100% - 27px) / 2); } }
  .hm_search_checkbox label {
    cursor: pointer;
    display: block;
    vertical-align: middle; }
    .hm_search_checkbox label input {
      display: none;
      visibility: hidden; }
      .hm_search_checkbox label input:checked ~ span::after {
        content: ""; }
    .hm_search_checkbox label span {
      display: block;
      padding-left: 30px;
      position: relative; }
      .hm_search_checkbox label span::before {
        background: #fff;
        border: 2px solid #111;
        border-radius: 4px;
        content: "";
        height: 20px;
        left: 0;
        position: absolute;
        top: 3px;
        width: 20px; }
      .hm_search_checkbox label span::after {
        background: url(../images/icon/ico-checkbox.svg) 0 0/contain no-repeat;
        height: 15px;
        left: 5px;
        position: absolute;
        top: 4px;
        width: 20px; }

.hm_search_more {
  display: none; }
  .hm_search_more .hm_search_box {
    display: flex; }
    @media (max-width: 767px) {
      .hm_search_more .hm_search_box {
        flex-direction: column; } }
  @media (max-width: 767px) {
    .hm_search_more .hm_search_double {
      justify-content: space-between; }
      .hm_search_more .hm_search_double li {
        width: calc((100% - 27px) / 2); } }
  .hm_search_more .hm_search_double::after {
    bottom: 16px;
    content: "〜";
    left: 0;
    margin: 0 auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center; }

.hm_viewmore_btn {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end; }
  @media (min-width: 768px), print {
    .hm_viewmore_btn {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .hm_viewmore_btn {
      margin-bottom: 20px; } }
  .hm_viewmore_btn span {
    transition: all 0.3s;
    border-bottom: 2px solid #111;
    cursor: pointer;
    display: block;
    padding: 3px 30px 3px 0;
    position: relative; }
    .hm_viewmore_btn span.active::after {
      border-width: 0 8px 10px 8px;
      border-color: transparent transparent #111 transparent; }
    .hm_viewmore_btn span.active:hover::after {
      border-color: transparent transparent #d54600 transparent; }
    .hm_viewmore_btn span::after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 8px 0 8px;
      border-color: #111 transparent transparent transparent;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
    .hm_viewmore_btn span:hover {
      border-color: #d54600;
      color: #d54600; }
      .hm_viewmore_btn span:hover::after {
        border-color: #d54600 transparent transparent transparent; }

.hm_serach_btn button {
  padding-right: 20px;
  position: relative; }
  .hm_serach_btn button::before {
    background: url(../images/icon/ico-search.svg) 0 0 no-repeat;
    content: "";
    display: inline-block;
    height: 27px;
    margin-right: 10px;
    position: relative;
    width: 27px; }

.hm_mid_btn {
  margin: 0 auto;
  max-width: 360px; }
  @media (min-width: 768px), print {
    .hm_mid_btn {
      height: 60px;
      width: 100%; } }
  @media (max-width: 767px) {
    .hm_mid_btn {
      height: 50px; } }

.hm_favourite {
  overflow: hidden; }
  .hm_favourite::after {
    color: #fafafa;
    content: "FAVOURITE"; }
  @media (max-width: 767px) {
    .hm_favourite {
      padding-top: 20px; } }
  @media (min-width: 768px), print {
    .hm_favourite .hm_block_content {
      padding-top: 24px; } }
  @media (max-width: 767px) {
    .hm_favourite .hm_block_content {
      padding-top: 10px; }
      .hm_favourite .hm_block_content .hm_tbl_thumb {
        margin-top: 15px; } }
  @media (max-width: 767px) {
    .hm_favourite .hm_group_pet {
      margin-bottom: 30px; }
      .hm_favourite .hm_group_pet .swiper-slide {
        margin-top: 60px !important; }
        .hm_favourite .hm_group_pet .swiper-slide:first-child {
          margin-top: 0 !important; } }
  .hm_favourite .hm_group_pet .swiper-slide:nth-child(1) .hm_tbl_part {
    background: #fff !important;
    padding-top: 18px; }
    .hm_favourite .hm_group_pet .swiper-slide:nth-child(1) .hm_tbl_part::before {
      background: url(../images/icon/ico-rank-top1.svg?v=1.0.1) 0 0/contain no-repeat;
      content: "";
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      text-align: center; }
      @media (min-width: 768px), print {
        .hm_favourite .hm_group_pet .swiper-slide:nth-child(1) .hm_tbl_part::before {
          height: 110px;
          top: -70px;
          width: 96px; } }
      @media (max-width: 767px) {
        .hm_favourite .hm_group_pet .swiper-slide:nth-child(1) .hm_tbl_part::before {
          height: 82px;
          top: -50px;
          width: 70px; } }
  .hm_favourite .hm_group_pet .swiper-slide:nth-child(2) .hm_tbl_part {
    background: #fff !important;
    padding-top: 18px; }
    .hm_favourite .hm_group_pet .swiper-slide:nth-child(2) .hm_tbl_part::before {
      background: url(../images/icon/ico-rank-top2.svg?v=1.0.1) 0 0/contain no-repeat;
      content: "";
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      text-align: center; }
      @media (min-width: 768px), print {
        .hm_favourite .hm_group_pet .swiper-slide:nth-child(2) .hm_tbl_part::before {
          height: 110px;
          top: -70px;
          width: 96px; } }
      @media (max-width: 767px) {
        .hm_favourite .hm_group_pet .swiper-slide:nth-child(2) .hm_tbl_part::before {
          height: 82px;
          top: -50px;
          width: 70px; } }
  .hm_favourite .hm_group_pet .swiper-slide:nth-child(3) .hm_tbl_part {
    background: #fff !important;
    padding-top: 18px; }
    .hm_favourite .hm_group_pet .swiper-slide:nth-child(3) .hm_tbl_part::before {
      background: url(../images/icon/ico-rank-top3.svg?v=1.0.1) 0 0/contain no-repeat;
      content: "";
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      text-align: center; }
      @media (min-width: 768px), print {
        .hm_favourite .hm_group_pet .swiper-slide:nth-child(3) .hm_tbl_part::before {
          height: 110px;
          top: -70px;
          width: 96px; } }
      @media (max-width: 767px) {
        .hm_favourite .hm_group_pet .swiper-slide:nth-child(3) .hm_tbl_part::before {
          height: 82px;
          top: -50px;
          width: 70px; } }
  .hm_favourite .hm_group_pet .swiper-slide:nth-child(4) .hm_tbl_part {
    background: #fff !important;
    padding-top: 18px; }
    .hm_favourite .hm_group_pet .swiper-slide:nth-child(4) .hm_tbl_part::before {
      background: url(../images/icon/ico-rank-top4.svg?v=1.0.1) 0 0/contain no-repeat;
      content: "";
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      text-align: center; }
      @media (min-width: 768px), print {
        .hm_favourite .hm_group_pet .swiper-slide:nth-child(4) .hm_tbl_part::before {
          height: 110px;
          top: -70px;
          width: 96px; } }
      @media (max-width: 767px) {
        .hm_favourite .hm_group_pet .swiper-slide:nth-child(4) .hm_tbl_part::before {
          height: 82px;
          top: -50px;
          width: 70px; } }
  .hm_favourite .hm_group_pet .swiper-slide:nth-child(5) .hm_tbl_part {
    background: #fff !important;
    padding-top: 18px; }
    .hm_favourite .hm_group_pet .swiper-slide:nth-child(5) .hm_tbl_part::before {
      background: url(../images/icon/ico-rank-top5.svg?v=1.0.1) 0 0/contain no-repeat;
      content: "";
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      text-align: center; }
      @media (min-width: 768px), print {
        .hm_favourite .hm_group_pet .swiper-slide:nth-child(5) .hm_tbl_part::before {
          height: 110px;
          top: -70px;
          width: 96px; } }
      @media (max-width: 767px) {
        .hm_favourite .hm_group_pet .swiper-slide:nth-child(5) .hm_tbl_part::before {
          height: 82px;
          top: -50px;
          width: 70px; } }
  .hm_favourite .hm_group_pet .swiper-slide:nth-child(6) .hm_tbl_part {
    background: #fff !important;
    padding-top: 18px; }
    .hm_favourite .hm_group_pet .swiper-slide:nth-child(6) .hm_tbl_part::before {
      background: url(../images/icon/ico-rank-top6.svg?v=1.0.1) 0 0/contain no-repeat;
      content: "";
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      text-align: center; }
      @media (min-width: 768px), print {
        .hm_favourite .hm_group_pet .swiper-slide:nth-child(6) .hm_tbl_part::before {
          height: 110px;
          top: -70px;
          width: 96px; } }
      @media (max-width: 767px) {
        .hm_favourite .hm_group_pet .swiper-slide:nth-child(6) .hm_tbl_part::before {
          height: 82px;
          top: -50px;
          width: 70px; } }
  @media (max-width: 767px) {
    .hm_favourite .cmn_swiper_navigation .swiper-button-next,
    .hm_favourite .cmn_swiper_navigation .swiper-button-prev {
      top: 245px; } }

.hm_favourite_osusume {
  margin-bottom: 15px;
  text-align: center; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .hm_favourite_osusume {
      margin-bottom: 15px; }
      .hm_favourite_osusume img {
        height: auto;
        width: 160px; } }
  @media (max-width: 767px) {
    .hm_favourite_osusume {
      margin-bottom: 5px; }
      .hm_favourite_osusume img {
        height: 100px; } }

.hm_tbl_part {
  background: #fff;
  border: 3px solid #111;
  border-radius: 10px;
  height: 100%;
  position: relative; }
  @media (max-width: 767px) {
    .hm_tbl_part {
      border-width: 2px; } }

.hm_tbl_thumb {
  border-radius: 10px;
  position: relative; }
  @media (min-width: 768px), print {
    .hm_tbl_thumb {
      height: 27.5vw;
      margin: 25px auto 6px;
      max-height: 339px;
      width: calc(100% - 40px); }
      .hm_tbl_thumb a {
        transition: all 0.3s; }
        .hm_tbl_thumb a img {
          transition: all 0.3s; }
        .hm_tbl_thumb a:hover {
          transition: all 0.3s; }
          .hm_tbl_thumb a:hover img {
            transition: all 0.3s;
            transform: scale(1.1); } }
  @media (max-width: 767px) {
    .hm_tbl_thumb {
      margin: 15px 15px 13px; } }
  .hm_tbl_thumb a {
    border-radius: 10px;
    display: block;
    height: 100%;
    overflow: hidden; }
  .hm_tbl_thumb img {
    border-radius: 10px; }

.hm_tbl_id {
  line-height: 1.4;
  text-align: center; }
  @media (min-width: 768px), print {
    .hm_tbl_id {
      font-size: 2.4rem;
      margin-bottom: 5px; } }
  @media (max-width: 767px) {
    .hm_tbl_id {
      font-size: 2rem;
      margin-bottom: 8px; } }

.hm_tbl_detail {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px 10px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .hm_tbl_detail {
      padding: 0 10px 10px; } }
  @media (max-width: 767px) {
    .hm_tbl_detail {
      font-size: 1.4rem;
      padding: 0 15px 10px; } }
  .hm_tbl_detail dt,
  .hm_tbl_detail dd {
    margin: 0 0 3px; }
  .hm_tbl_detail dt {
    width: 100px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .hm_tbl_detail dt {
        width: 88px; } }
    @media (max-width: 767px) {
      .hm_tbl_detail dt {
        width: 75px; } }
  .hm_tbl_detail dd {
    width: calc(100% - 100px); }
    @media (min-width: 768px) and (max-width: 1023px) {
      .hm_tbl_detail dd {
        width: calc(100% - 88px); } }
    @media (max-width: 767px) {
      .hm_tbl_detail dd {
        width: calc(100% - 75px); } }

.hm_tbl_kind {
  display: inline-block;
  margin-right: 10px; }
  .hm_tbl_kind:last-child {
    margin-right: 0; }
  @media (max-width: 767px) {
    .hm_tbl_kind {
      width: 100%; } }
  .hm_tbl_kind a {
    background: #fe935f;
    border-radius: 5px;
    display: block;
    line-height: 1.4;
    padding: 0 18px;
    text-align: center;
    text-decoration: none !important; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .hm_tbl_kind a {
        padding: 0 5px; } }
    @media (max-width: 767px) {
      .hm_tbl_kind a {
        padding: 2px 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%; } }
    .hm_tbl_kind a:hover {
      background: #d54600;
      color: #fff; }

.hm_tbl_place a:nth-child(n+2) {
  margin-left: 20px; }
.hm_tbl_place a {
  display: inline-block;
  position: relative; }
  .hm_tbl_place a:nth-child(n+2)::before {
    background: url(../images/icon/ico-arr-r-o.svg) 0 0/cover no-repeat;
    content: "";
    height: 12px;
    left: -13px;
    position: absolute;
    top: 9px;
    width: 7px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .hm_tbl_place a:nth-child(n+2)::before {
        top: 9px; } }
    @media (max-width: 767px) {
      .hm_tbl_place a:nth-child(n+2)::before {
        top: 6px; } }

.hm_tbl_likes {
  background: url(../images/icon/ico-empty-heart.svg) 0 4px no-repeat;
  color: #fe935f; }
  @media (min-width: 768px), print {
    .hm_tbl_likes {
      padding-left: 28px; } }
  @media (max-width: 767px) {
    .hm_tbl_likes {
      padding: 2px 0 2px 28px; } }

.hm_tbl_price {
  background: #fffccc;
  color: #d54600;
  font-size: 3.2rem;
  margin-bottom: 15px;
  padding: 3px 0;
  position: relative;
  text-align: center; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .hm_tbl_price {
      font-size: 2.8rem;
      margin-bottom: 15px;
      padding: 3px 0; } }
  @media (max-width: 767px) {
    .hm_tbl_price {
      font-size: 2.8rem;
      line-height: 1.2;
      margin-bottom: 10px;
      padding: 3px 0; } }
  .hm_tbl_price span {
    position: relative; }
    .hm_tbl_price span::after {
      content: "円";
      display: inline-block;
      font-size: 2.6rem;
      padding-left: 8px;
      position: relative;
      top: -2px; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .hm_tbl_price span::after {
          font-size: 2rem; } }
      @media (max-width: 767px) {
        .hm_tbl_price span::after {
          font-size: 2.2rem; } }
  .hm_tbl_price::after {
    content: "（税込）";
    display: inline-block;
    font-size: 1.6rem; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .hm_tbl_price::after {
        font-size: 1.4rem; } }
    @media (max-width: 767px) {
      .hm_tbl_price::after {
        font-size: 1.5rem; } }

.hm_auction_price::before {
  color: #000;
  content: "現在:";
  font-size: 1.6rem;
  padding-right: 4px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .hm_auction_price::before {
      font-size: 1.4rem;
      padding-right: 2px; } }
  @media (max-width: 767px) {
    .hm_auction_price::before {
      font-size: 1.6rem;
      padding-right: 2px; } }

.hm_tbl_btns {
  margin: 0 auto 25px;
  max-width: 260px;
  width: 90%; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .hm_tbl_btns {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .hm_tbl_btns {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 0;
      padding: 0 18px 18px;
      max-width: 100%;
      width: 100%; } }
  @media (min-width: 768px), print {
    .hm_tbl_btns li {
      height: 60px;
      margin-bottom: 10px;
      width: 100%; } }
  @media (max-width: 767px) {
    .hm_tbl_btns li {
      height: 40px; }
      .hm_tbl_btns li:first-child {
        width: 40px; }
      .hm_tbl_btns li:nth-child(2) {
        width: calc(100% - 50px); }
      .hm_tbl_btns li:nth-child(3) {
        margin-top: 10px;
        width: 100%; } }
  .hm_tbl_btns button {
    align-items: center;
    display: flex; }
    .hm_tbl_btns button::before {
      background: url(../images/icon/ico-empty-heart.svg) 0 0 no-repeat;
      content: "";
      display: inline-block;
      height: 22px;
      margin-right: 10px;
      width: 22px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .hm_tbl_btns button {
        background-position: 24px 18px; } }
    @media (max-width: 767px) {
      .hm_tbl_btns button {
        color: transparent !important;
        font-size: 0.1px !important; }
        .hm_tbl_btns button::before {
          margin-right: 0; } }
    .hm_tbl_btns button.active {
      border-color: #fe935f;
      background-color: #fe935f;
      color: #fff; }
      .hm_tbl_btns button.active::before {
        background: url(../images/icon/ico-heart-full-w.svg) 0 0 no-repeat; }
      @media (max-width: 767px) {
        .hm_tbl_btns button.active {
          color: transparent !important; } }

.no-mg {
  margin-bottom: 0; }

.hm_tbl_btns02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 13px auto 48px;
  max-width: 260px;
  width: 90%; }
  .hm_tbl_btns02 li {
    height: 60px; }

.mypage_btn_del {
  width: 60px; }
  .mypage_btn_del a {
    align-items: center;
    background: url(../images/icon/ico-trash.svg) #d54600 center center no-repeat;
    border-radius: 5px;
    color: transparent !important;
    display: flex;
    justify-content: center;
    height: 100%; }
    .mypage_btn_del a:hover {
      background: url(../images/icon/ico-trash.svg) #ffbc3d center center no-repeat; }

.mypage_btn_edit02 {
  width: calc(100% - 70px); }
  .mypage_btn_edit02 a {
    background: #fff;
    border: 2px solid #111;
    color: #111;
    padding-right: 15px; }
    .mypage_btn_edit02 a::after {
      background: url(../images/icon/ico-arrow-bottom-b.svg) 0 0 no-repeat;
      content: "";
      height: 20px;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%) rotate(-90deg);
      width: 13px; }
    .mypage_btn_edit02 a:hover {
      background: #d54600;
      border-color: #d54600;
      color: #fff; }
      .mypage_btn_edit02 a:hover::after {
        background: url(../images/icon/ico-arrow-bottom-w.svg) 0 0 no-repeat;
        right: 10px; }
  .mypage_btn_edit02.disable a {
    background: #ccc;
    border: none;
    pointer-events: none; }

.hm_pet {
  background: #fff; }
  @media (min-width: 768px), print {
    .hm_pet {
      padding-bottom: 140px; } }
  @media (max-width: 767px) {
    .hm_pet {
      padding-bottom: 70px; } }
  .hm_pet.active::before {
    background: url(../images/icon/ico-paw2.svg) 0 0/cover no-repeat;
    bottom: 0;
    content: "";
    height: 108px;
    position: absolute;
    right: 200px;
    width: 108px; }
  .hm_pet.active::after {
    background: url(../images/icon/ico-paw2.svg) 0 0/cover no-repeat;
    bottom: 50px;
    content: "";
    height: 108px;
    position: absolute;
    right: 80px;
    width: 108px; }
  .hm_pet .cmm_ttl_en {
    color: #ffbc3d; }

.hm_group_pet .hm_tbl_part {
  background: #fcf5ed;
  border-color: #fcf5ed; }
.hm_group_pet .swiper-slide {
  margin-top: 0; }

.hm_pet_new .hm_tbl_thumb::before {
  background: url(../images/icon/ico-new.svg) 0 0/cover no-repeat;
  content: "";
  position: absolute;
  z-index: 2; }
  @media (min-width: 768px), print {
    .hm_pet_new .hm_tbl_thumb::before {
      height: 60px;
      left: 10px;
      top: -20px;
      width: 60px; } }
  @media (max-width: 767px) {
    .hm_pet_new .hm_tbl_thumb::before {
      height: 38px;
      left: -15px;
      top: -10px;
      width: 38px; } }

.hm_pet_negotiating .hm_tbl_thumb::before {
  background: url(../images/icon/ico-negotiating.svg) 0 0/cover no-repeat !important;
  content: "";
  position: absolute;
  z-index: 2; }
  @media (min-width: 768px), print {
    .hm_pet_negotiating .hm_tbl_thumb::before {
      height: 60px;
      left: 10px;
      top: -20px;
      width: 60px; } }
  @media (max-width: 767px) {
    .hm_pet_negotiating .hm_tbl_thumb::before {
      height: 38px;
      left: -15px;
      top: -10px;
      width: 38px; } }

.hm_pet_foster .detail_tab_content {
  position: relative; }
.hm_pet_foster .hm_tbl_thumb::after, .hm_pet_foster .detail_tab_content::after {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 10px 10px 0 0;
  content: "里親募集中";
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1; }
  @media (max-width: 767px) {
    .hm_pet_foster .hm_tbl_thumb::after, .hm_pet_foster .detail_tab_content::after {
      font-size: 1rem;
      padding: 2px 0; } }
@media (max-width: 767px) {
  .hm_pet_foster .detail_tab_content::after {
    font-size: 1.4rem !important; } }

@media (max-width: 767px) {
  .cmn_swiper_wrap .hm_tbl_thumb::after {
    font-size: 1.4rem !important; } }

@media (min-width: 768px), print {
  .hm_popular {
    padding: 80px 0 130px; }
    .hm_popular .hm_midtop_img {
      top: -94px; }
      .hm_popular .hm_midtop_img img {
        width: 140px; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .hm_popular .hm_midtop_img {
    top: -68px; }
    .hm_popular .hm_midtop_img img {
      width: 120px; } }
@media (max-width: 767px) {
  .hm_popular {
    padding-bottom: 70px; }
    .hm_popular .cmm_ttl_group {
      margin-bottom: 20px; } }
@media (min-width: 768px), print {
  .hm_popular .cmm_ttl {
    font-size: 4rem; }
    .hm_popular .cmm_ttl br {
      display: none; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .hm_popular .cmm_ttl {
    font-size: 3.6rem; }
    .hm_popular .cmm_ttl br {
      display: none; } }
@media (max-width: 767px) {
  .hm_popular .cmm_ttl {
    font-size: 2.4rem; } }

.hm_popular_list {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 768px), print {
    .hm_popular_list li {
      margin-left: 1.25%;
      margin-top: 20px;
      width: 19%; }
      .hm_popular_list li:nth-child(-n + 5) {
        margin-top: 0; }
      .hm_popular_list li:nth-child(5n + 1) {
        margin-left: 0; } }
  @media (max-width: 767px) {
    .hm_popular_list li {
      margin-left: 2%;
      margin-top: 15px;
      width: 49%; }
      .hm_popular_list li:nth-child(-n + 2) {
        margin-top: 0; }
      .hm_popular_list li:nth-child(2n + 1) {
        margin-left: 0; } }
  .hm_popular_list li a {
    background: #fff;
    border: 3px solid #fe935f;
    border-radius: 10px;
    box-shadow: 6px 6px 0px 0px #fffccc;
    text-align: center;
    display: block;
    padding: 8px;
    position: relative;
    height: 100%; }
    .hm_popular_list li a::after {
      transition: all 0.3s;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 15px 15px;
      border-color: transparent transparent #fe945f transparent;
      bottom: 10px;
      position: absolute;
      right: 10px; }
    .hm_popular_list li a:hover {
      border-color: #d54600;
      box-shadow: -4px -4px 0px 0px #ffbc3d; }
      .hm_popular_list li a:hover::after {
        border-color: transparent transparent #d54600 transparent;
        bottom: 6px;
        right: 6px; }
      .hm_popular_list li a:hover .hm_popular_thumb img {
        transition: all 0.3s;
        transform: scale(1.1); }

.hm_popular_thumb {
  border-radius: 10px;
  overflow: hidden;
  width: 100%; }
  @media (min-width: 768px), print {
    .hm_popular_thumb {
      height: 120px; } }
  @media (max-width: 767px) {
    .hm_popular_thumb {
      height: 90px; } }
  .hm_popular_thumb img {
    transition: all 0.3s;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
    width: 100%; }

.hm_popular_ttl {
  font-size: 1.8rem;
  line-height: 1.27;
  padding: 12px 0 7px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .hm_popular_ttl {
      font-size: 1.3rem;
      padding: 10px 0; } }
  @media (max-width: 767px) {
    .hm_popular_ttl {
      font-size: 1.5rem;
      padding: 2px 0 10px; } }

.hm_midtop_img {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center; }
  @media (min-width: 768px), print {
    .hm_midtop_img {
      top: -65px; } }
  @media (max-width: 767px) {
    .hm_midtop_img {
      top: -50px; }
      .hm_midtop_img img {
        height: 90px; } }

@media (min-width: 768px), print {
  .hm_auction {
    padding-top: 120px; } }
@media (max-width: 767px) {
  .hm_auction {
    padding-top: 74px; }
    .hm_auction .hm_midtop_img img {
      height: 120px; } }
.hm_auction::after {
  color: #fcf5ed;
  content: "AUCTION"; }
.hm_auction .cmm_ttl_en {
  color: #111; }
.hm_auction .hm_tbl_thumb {
  margin-top: 15px; }
@media (max-width: 767px) {
  .hm_auction .cmn_swiper_navigation .swiper-button-next,
  .hm_auction .cmn_swiper_navigation .swiper-button-prev {
    top: 270px; } }

.hm_auction_timeremaining {
  background: url(../images/icon/ico-clock.svg) #d54600 20px center no-repeat;
  border-bottom: 3px solid #111;
  border-radius: 6px 6px 0 0;
  color: #fff;
  font-size: 2.4rem;
  padding: 5px 10px 5px 60px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .hm_auction_timeremaining {
      background-position: 7px 11px;
      background-size: 20px auto;
      font-size: 1.8rem;
      padding: 5px 10px 10px 34px; } }
  @media (max-width: 767px) {
    .hm_auction_timeremaining {
      background-size: 24px auto;
      border-width: 2px;
      font-size: 2rem;
      line-height: 1.4;
      padding: 4px 10px 4px 54px;
      width: 100%; } }

@media (max-width: 767px) {
  .hm_choose .cmm_ttl_group {
    margin-bottom: 0; } }

@media (min-width: 768px), print {
  .hm_choose_block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px; } }
@media (max-width: 767px) {
  .hm_choose_block {
    margin-bottom: 20px; } }

.hm_choose_part {
  background: #fff;
  border-radius: 10px;
  box-shadow: 6px 6px 0px 0px #fffccc;
  position: relative;
  width: calc((100% - 40px) / 2 - 0.1px); }
  @media (min-width: 768px) and (max-width: 1023px) {
    .hm_choose_part {
      width: calc((100% - 20px) / 2 - 0.1px); } }
  @media (max-width: 767px) {
    .hm_choose_part {
      height: auto;
      margin-bottom: 23px;
      width: 100%; } }
  .hm_choose_part a {
    display: block; }
    .hm_choose_part a:hover {
      opacity: 0.7; }
    @media (max-width: 767px) {
      .hm_choose_part a {
        padding-top: 10px; } }
  @media (min-width: 768px), print {
    .hm_choose_part.hm_choose_faq a {
      padding: 10px 0 40px 42%; }
    .hm_choose_part.hm_choose_terms a {
      padding: 10px 0 40px 53%; } }

.hm_choose_faq {
  border: 3px solid #fe935f; }
  @media (min-width: 768px), print {
    .hm_choose_faq .hm_choose_thumb {
      max-width: 222px;
      width: 41%; } }
  @media (max-width: 767px) {
    .hm_choose_faq .hm_choose_thumb {
      width: 132px; } }
  .hm_choose_faq .hm_choose_ttl {
    color: #d54600; }
  .hm_choose_faq .hm_choose_link span {
    background: #fe935f; }

.hm_choose_terms {
  border: 3px solid #6ab6c1; }
  @media (min-width: 768px), print {
    .hm_choose_terms .hm_choose_thumb {
      max-width: 277px;
      width: 51.5%; } }
  @media (max-width: 767px) {
    .hm_choose_terms .hm_choose_thumb {
      width: 162px; } }
  .hm_choose_terms .hm_choose_ttl {
    color: #24707b; }
  .hm_choose_terms .hm_choose_link span {
    background: #6ab6c1; }

@media (min-width: 768px), print {
  .hm_choose_content {
    padding: 0 15px 5px 0; } }
@media (max-width: 767px) {
  .hm_choose_content {
    display: flex;
    flex-direction: column-reverse; } }

.hm_choose_ttl {
  font-size: 2.6rem;
  line-height: 1.5;
  margin-bottom: 10px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .hm_choose_ttl {
      font-size: 2rem; } }
  @media (max-width: 767px) {
    .hm_choose_ttl {
      font-size: 2rem;
      line-height: 1.3;
      padding: 0 20px;
      text-align: center; } }
  .hm_choose_ttl span {
    background: linear-gradient(to bottom, #fff 0%, #fff 64%, #fffccc 64%, #fffccc 96%, #fff 96%, #fff 100%); }
    @media (min-width: 768px), print {
      .hm_choose_ttl span {
        display: inline; } }
    @media (max-width: 767px) {
      .hm_choose_ttl span {
        display: inline; } }

.hm_choose_link {
  width: 100%; }
  @media (min-width: 768px), print {
    .hm_choose_link {
      bottom: 0;
      left: 0;
      position: absolute; } }
  @media (max-width: 767px) {
    .hm_choose_link {
      position: relative;
      z-index: 1; } }
  .hm_choose_link span {
    align-items: center;
    border-radius: 0 0 5px 5px;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 4px 0 2px 0;
    position: relative;
    text-align: center; }
    .hm_choose_link span::after {
      background: url(../images/icon/ico-arr-circle-w.svg) 0 0 no-repeat;
      content: "";
      display: inline-block;
      height: 20px;
      margin-left: 10px;
      position: relative;
      width: 20px; }
    @media (min-width: 768px), print {
      .hm_choose_link span {
        font-size: 2rem; } }
    @media (max-width: 767px) {
      .hm_choose_link span {
        font-size: 1.7rem; } }

@media (min-width: 768px), print {
  .hm_choose_thumb {
    bottom: 40px;
    left: 0;
    position: absolute;
    min-width: 150px;
    width: 41%; } }
@media (max-width: 767px) {
  .hm_choose_thumb {
    margin: 0 auto; } }

.hm_choose_txt {
  color: #111;
  font-size: 1.4rem; }
  @media (max-width: 767px) {
    .hm_choose_txt {
      padding: 0 15px 15px; } }

.hm_achievement {
  display: flex;
  justify-content: center;
  gap: 160px;
  margin-bottom: 72px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .hm_achievement {
      gap: 30px; } }
  @media (max-width: 767px) {
    .hm_achievement {
      flex-direction: column;
      gap: 25px;
      margin-bottom: 42px; } }
  .hm_achievement li {
    text-align: center; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .hm_achievement li {
        margin: 0 20px; } }

.hm_achiev_num {
  color: #d54600;
  line-height: 1.3; }
  @media (min-width: 768px), print {
    .hm_achiev_num {
      font-size: 3rem; } }
  @media (max-width: 767px) {
    .hm_achiev_num {
      font-size: 2rem; } }
  @media (min-width: 768px), print {
    .hm_achiev_num span {
      font-size: 7rem; } }
  @media (max-width: 767px) {
    .hm_achiev_num span {
      font-size: 5rem; } }

@media (min-width: 768px), print {
  .hm_achiev_ttl {
    font-size: 1.8rem; } }
@media (max-width: 767px) {
  .hm_achiev_ttl {
    font-size: 1.6rem; } }

@media (min-width: 768px), print {
  .hm_member {
    background: linear-gradient(to right, #fffccc 0%, #fffccc 50%, #f1ffe6 50%, #f1ffe6 100%); } }
@media (max-width: 767px) {
  .hm_member {
    background: linear-gradient(to bottom, #fffccc 0%, #fffccc 53%, #f1ffe6 53%, #f1ffe6 100%); } }
@media (min-width: 768px), print {
  .hm_member .cmm_ttl_group {
    margin-bottom: 0; } }
@media (max-width: 767px) {
  .hm_member .cmm_ttl_group {
    margin-bottom: 20px; } }
.hm_member .cmm_ttl_en {
  color: #ffbc3d; }
.hm_member .hm_block_content {
  max-width: 980px; }

.hm_member_block {
  display: flex;
  justify-content: space-between;
  position: relative; }
  @media (max-width: 767px) {
    .hm_member_block {
      flex-direction: column; }
      .hm_member_block .hm_member_part:first-child {
        padding-bottom: 70px; }
      .hm_member_block .hm_member_part:last-child {
        padding-top: 125px; } }
  .hm_member_block::before {
    background: url(../images/home/img-line.svg) bottom center no-repeat;
    content: "猫ブリーダー＆里親ナビ";
    font-size: 3.4rem;
    left: 0;
    line-height: 1;
    margin: 0 auto;
    padding-bottom: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 110px;
    z-index: 1; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .hm_member_block::before {
        font-size: 3rem;
        width: 200px; } }
    @media (max-width: 767px) {
      .hm_member_block::before {
        background: url(../images/home/img-line01.svg) center center/contain no-repeat;
        content: "";
        height: 168px;
        padding-bottom: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 242px; } }

@media (min-width: 768px), print {
  .hm_member_part {
    width: 300px; } }
@media (max-width: 767px) {
  .hm_member_part {
    width: 100%; } }

.hm_member_thumb {
  position: relative;
  text-align: center; }
  @media (min-width: 768px), print {
    .hm_member_thumb {
      top: 10px; } }
  @media (max-width: 767px) {
    .hm_member_thumb {
      margin: 0 auto;
      max-width: 260px;
      width: 100%; } }

.hm_member_ttl {
  margin-top: -15px;
  position: relative;
  text-align: center;
  z-index: 1; }
  @media (min-width: 768px), print {
    .hm_member_ttl {
      font-size: 1.8rem; } }
  @media (max-width: 767px) {
    .hm_member_ttl {
      font-size: 1.6rem; } }

.hm_member_btn {
  margin: 15px auto 0; }
  @media (min-width: 768px), print {
    .hm_member_btn {
      height: 60px;
      width: 290px; } }
  @media (max-width: 767px) {
    .hm_member_btn {
      height: 54px;
      width: 280px; } }

.loader {
  align-items: center;
  background: #fcf5ed;
  justify-content: center;
  display: flex;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999; }

.spinner {
  display: flex;
  margin: 0 auto 0;
  gap: 6px;
  text-align: center; }

.spinner > div {
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  background: url(../images/home/load-paw.svg) 0 0/cover no-repeat;
  width: 40px;
  height: 40px; }

.spinner .bounce1 {
  animation-delay: -0.32s; }

.spinner .bounce2 {
  animation-delay: -0.16s; }

.bg01 {
  background: #fcf5ed; }

.testoption {
  padding-left: 20px; }

.hm_event {
  background: #ffbc3d;
  padding-top: 50px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .hm_event {
      padding-top: 80px; } }
  @media (max-width: 767px) {
    .hm_event {
      padding-top: 40px; } }
  .hm_event::after {
    color: #fafafa;
    content: "EVENTS";
    opacity: .2; }
  @media (min-width: 768px), print {
    .hm_event .cmm_ttl_group {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .hm_event .cmm_ttl_group {
      margin-bottom: 15px; } }
  .hm_event .cmm_ttl_group .cmm_ttl_en {
    color: #111; }

.hm_event_list {
  max-width: 800px;
  width: 100%; }
  @media (min-width: 768px), print {
    .hm_event_list {
      display: flex;
      flex-wrap: wrap;
      margin: 0 auto 30px; } }
  @media (max-width: 767px) {
    .hm_event_list {
      margin-bottom: 20px; } }
  @media (min-width: 768px), print {
    .hm_event_list dt {
      padding: 5px 0;
      width: 140px; } }
  @media (max-width: 767px) {
    .hm_event_list dt {
      padding: 5px 0; } }
  @media (min-width: 768px), print {
    .hm_event_list dd {
      padding: 5px 0;
      width: calc(100% - 140px); } }
  @media (max-width: 767px) {
    .hm_event_list dd {
      border-bottom: 1px dashed  #111;
      margin-bottom: 12px;
      padding: 5px 0 14px;
      width: 100%; }
      .hm_event_list dd:last-child {
        border: none; } }

.hm_seo {
  margin: 0 auto;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%; }

.hm_group_auction .hm_tbl_part {
  background: #fff !important;
  border-color: #111 !important; }

.wp-block-button__link {
  background: #d54600;
  border: 2px solid #d54600;
  color: #fff;
  min-height: 60px;
  padding-right: 50px; }
  .wp-block-button__link::after {
    background: url(../images/icon/ico-arrow-bottom-w.svg) 0 0 no-repeat;
    content: "";
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    width: 13px; }
  .wp-block-button__link:hover {
    background: #ffbc3d;
    border-color: #ffbc3d;
    color: #111; }
    .wp-block-button__link:hover::after {
      background: url(../images/icon/ico-arrow-bottom-b.svg) 0 0 no-repeat;
      right: 10px; }
  @media (max-width: 767px) {
    .wp-block-button__link {
      min-height: 50px; } }

.faq_answer .wp-block-button__link {
  margin-top: 10px;
  max-width: 500px; }

.swiper-pagination {
  position: static;
  margin-top: 20px; }

.hm_choose_introtxt {
  margin: 0 auto;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
  padding: 40px 15px 10px;
  text-align: left; }
  @media (max-width: 767px) {
    .hm_choose_introtxt {
      line-height: 1.86;
      padding: 20px 15px 40px; } }

.wrap {
  margin: 0 auto;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%; }

.hm_notebox {
  background: #ffeee5 !important;
  border-color: #fd935e !important;
  padding: 5px 10px !important; }

.hm_mid_btn ~ .hm_link {
  margin-top: 20px; }

.hm_link {
  text-align: center; }
  .hm_link a {
    color: #0045e2;
    display: inline-block;
    text-decoration: underline; }
    .hm_link a:hover {
      text-decoration: none; }

.hm_top_note {
  margin-bottom: 60px;
  text-align: center; }

.hm_top_note_txt {
  margin-bottom: 30px; }
  .hm_top_note_txt .red {
    color: #d54600; }

.hm_top_note_btn {
  height: 70px;
  margin: 0 auto;
  max-width: 360px;
  width: 100%; }
  .hm_top_note_btn a {
    font-size: 1.8rem;
    height: 100%; }
  @media (max-width: 767px) {
    .hm_top_note_btn {
      height: 60px; } }

.hm_search_status::after {
  display: none; }

.hm_search_lbl_status {
  background: url(../images/icon/ico-search-status.svg) 0 center no-repeat;
  padding-left: 42px; }

.hm_block_seo_content {
  background: #fff;
  font-size: 1.2rem;
  font-weight: 300;
  padding: 15px; }

.auction_main {
  background: #fcf5ed; }

.auction_note {
  background: #fff;
  border: 3px solid #d54600;
  border-radius: 20px;
  margin-bottom: 20px;
  margin-top: 80px;
  padding: 50px 120px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .auction_note {
      margin-top: 80px;
      padding: 30px 20px 30px; } }
  @media (max-width: 767px) {
    .auction_note {
      margin-top: 60px;
      padding: 20px 10px; } }

.auction_ttl {
  display: flex;
  justify-content: center;
  position: relative;
  text-align: center; }
  @media (min-width: 768px), print {
    .auction_ttl {
      font-size: 3.6rem;
      margin-bottom: 30px; }
      .auction_ttl br {
        display: none; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .auction_ttl {
      font-size: 3rem;
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .auction_ttl {
      font-size: 2rem;
      margin-bottom: 15px; }
      .auction_ttl br {
        display: none; } }
  .auction_ttl::before, .auction_ttl::after {
    background: url(../images/icon/ico-star-o.svg) 0 0/cover no-repeat;
    content: "";
    height: 32px;
    position: relative;
    top: 15px;
    width: 34px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .auction_ttl::before, .auction_ttl::after {
        height: 26px;
        top: 15px;
        width: 28px; } }
    @media (max-width: 767px) {
      .auction_ttl::before, .auction_ttl::after {
        height: 26px;
        top: 4px;
        width: 28px; } }
  .auction_ttl::before {
    margin-right: 10px; }
  .auction_ttl::after {
    margin-left: 10px; }

.auction_list li {
  font-weight: 500;
  padding: 0 0 15px 20px;
  position: relative; }
  .auction_list li::before {
    content: "※";
    left: 0;
    position: absolute;
    top: 0; }
  .auction_list li a {
    color: #fe935f;
    font-weight: 700;
    text-decoration: underline; }
    .auction_list li a:hover {
      text-decoration: none; }

@media (min-width: 768px), print {
  .detail_wrap {
    padding-bottom: 120px; } }
@media (max-width: 767px) {
  .detail_wrap {
    padding-bottom: 65px; } }
.detail_wrap .detail_block:first-child {
  border: none;
  padding-top: 0; }

.detail_block {
  border-top: 2px solid #111;
  padding-bottom: 80px;
  padding-top: 45px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .detail_block {
      padding-bottom: 50px;
      padding-top: 45px; } }
  @media (max-width: 767px) {
    .detail_block {
      padding-bottom: 40px;
      padding-top: 25px; }
      .detail_block .cmn_result_pagination {
        margin-bottom: 20px; } }

.detail_top_ttl_group {
  align-items: center;
  display: flex;
  justify-content: space-between; }
  @media (min-width: 768px), print {
    .detail_top_ttl_group {
      margin-bottom: 14px;
      padding-bottom: 13px; } }
  @media (max-width: 767px) {
    .detail_top_ttl_group {
      margin-bottom: 10px;
      padding-bottom: 10px; } }

.detail_top_ttl_bor {
  border-bottom: 2px solid #111; }

.detail_top_ttl {
  font-size: 3rem;
  padding-left: 25px;
  padding-top: 2px;
  position: relative; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .detail_top_ttl {
      font-size: 2.4rem;
      padding-left: 25px; } }
  @media (max-width: 767px) {
    .detail_top_ttl {
      font-size: 2rem;
      line-height: 1.5;
      padding-left: 15px; } }
  .detail_top_ttl::before {
    background: #fe935f;
    border-radius: 3px;
    content: "";
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    @media (min-width: 768px), print {
      .detail_top_ttl::before {
        height: 40px;
        width: 8px; } }
    @media (max-width: 767px) {
      .detail_top_ttl::before {
        height: 34px;
        width: 5px; } }

.detail_top_fav_btn {
  height: 60px;
  width: 260px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .detail_top_fav_btn {
      width: 240px; } }
  @media (max-width: 767px) {
    .detail_top_fav_btn {
      height: 50px;
      width: 50px; } }
  .detail_top_fav_btn button {
    text-align: center; }
    .detail_top_fav_btn button::before {
      background: url(../images/icon/ico-empty-heart.svg) 0 0 no-repeat;
      content: "";
      display: inline-block;
      height: 23px;
      margin-right: 10px;
      width: 23px; }
    @media (max-width: 767px) {
      .detail_top_fav_btn button {
        color: transparent !important;
        font-size: 0.1px; }
        .detail_top_fav_btn button::before {
          margin-right: 0; } }
    .detail_top_fav_btn button.active {
      background: #fe935f;
      border-color: #fe935f;
      color: #fff; }
      .detail_top_fav_btn button.active::before {
        background: url(../images/icon/ico-heart-full-w.svg) 0 0 no-repeat; }
      @media (max-width: 767px) {
        .detail_top_fav_btn button.active {
          color: transparent !important;
          font-size: 0.1px; } }

@media (min-width: 768px), print {
  .detail_subbox {
    display: flex;
    justify-content: space-between; } }
@media (max-width: 767px) {
  .detail_subbox {
    margin-bottom: 20px; } }
@media (min-width: 768px), print {
  .detail_subbox > li {
    width: 49%; }
    .detail_subbox > li:last-child {
      display: flex;
      justify-content: flex-end; }
      .detail_subbox > li:last-child .cmn_result_sort_box {
        display: flex;
        justify-content: flex-end; }
        .detail_subbox > li:last-child .cmn_result_sort_box ul li {
          width: auto; } }
.detail_subbox > li .cmn_result_sort_box {
  width: 100%; }
  .detail_subbox > li .cmn_result_sort_box ul {
    padding: 0; }
  .detail_subbox > li .cmn_result_sort_box ul li::after {
    display: none !important; }
  .detail_subbox > li .cmn_result_sort_box ul li a {
    color: #fe935f; }
  @media (max-width: 767px) {
    .detail_subbox > li .cmn_result_sort_box dt {
      padding-right: 5px; } }
  .detail_subbox > li .cmn_result_sort_box dd {
    margin-right: 20px; }
    @media (max-width: 767px) {
      .detail_subbox > li .cmn_result_sort_box dd {
        margin-right: 15px; } }

.detail_lbl_publicdate {
  background: url(../images/icon/ico-calendar.svg) 0 3px no-repeat;
  padding-left: 30px; }
  @media (max-width: 767px) {
    .detail_lbl_publicdate {
      padding-left: 25px; } }

.detail_lbl_breeder {
  background: url(../images/icon/ico-person.svg) 0 3px no-repeat;
  padding-left: 30px; }
  @media (max-width: 767px) {
    .detail_lbl_breeder {
      padding-left: 25px; } }

.detail_post {
  display: flex;
  justify-content: space-between;
  gap: 60px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .detail_post {
      gap: 0; } }
  @media (max-width: 767px) {
    .detail_post {
      flex-direction: column;
      gap: 0; } }

.detail_gallery {
  width: 41.6%; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .detail_gallery {
      margin-right: 15px;
      width: 46%; } }
  @media (max-width: 767px) {
    .detail_gallery {
      margin: 0 auto 30px;
      max-width: 400px;
      width: 100%; } }

@media (min-width: 768px), print {
  .detail_content {
    flex: 1 1 0%; } }
.detail_content .hm_tbl_price {
  border-radius: 10px; }
  @media (min-width: 768px), print {
    .detail_content .hm_tbl_price {
      font-size: 4rem;
      margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .detail_content .hm_tbl_price {
      font-size: 3.6rem;
      margin-bottom: 0; } }
  @media (min-width: 768px), print {
    .detail_content .hm_tbl_price::after {
      font-size: 2rem; } }
  @media (max-width: 767px) {
    .detail_content .hm_tbl_price::after {
      font-size: 1.5rem; } }
  .detail_content .hm_tbl_price span::before {
    content: "値段:";
    padding-right: 2px; }
    @media (min-width: 768px), print {
      .detail_content .hm_tbl_price span::before {
        font-size: 2rem; } }
    @media (max-width: 767px) {
      .detail_content .hm_tbl_price span::before {
        font-size: 1.8rem; } }
  @media (min-width: 768px), print {
    .detail_content .hm_tbl_price span::after {
      font-size: 3.2rem; } }
  @media (max-width: 767px) {
    .detail_content .hm_tbl_price span::after {
      font-size: 2.8rem; } }

.detail_tbl {
  border-top: 1px solid #ccc;
  margin-bottom: 20px;
  table-layout: fixed;
  width: 100%; }
  .detail_tbl th,
  .detail_tbl td {
    border-bottom: 1px solid #ccc;
    padding: 12px 10px 12px 20px;
    text-align: left;
    vertical-align: middle; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .detail_tbl th,
      .detail_tbl td {
        padding: 10px; } }
    @media (max-width: 767px) {
      .detail_tbl th,
      .detail_tbl td {
        padding: 10px; } }
  .detail_tbl th {
    background: #fcf5ed;
    width: 160px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .detail_tbl th {
        width: 125px; } }
    @media (max-width: 767px) {
      .detail_tbl th {
        width: 95px; } }
  .detail_tbl td a {
    text-decoration: underline; }
    .detail_tbl td a:hover {
      text-decoration: none; }

.detail_location {
  align-items: center;
  background: url(../images/icon/ico-search-location-o.svg) 0 0 no-repeat;
  display: flex;
  position: relative; }
  @media (min-width: 768px), print {
    .detail_location {
      padding-left: 20px; } }
  @media (max-width: 767px) {
    .detail_location {
      padding-left: 18px; } }
  .detail_location li {
    height: 25px;
    position: relative; }
    .detail_location li:last-child {
      margin-right: 0; }
    @media (min-width: 768px), print {
      .detail_location li {
        margin-right: 24px; } }
    @media (max-width: 767px) {
      .detail_location li {
        margin-right: 18px; } }
    .detail_location li:nth-child(n+2)::before {
      background: url(../images/icon/ico-arr-r-o.svg) 0 0/cover no-repeat;
      content: "";
      position: absolute; }
      @media (min-width: 768px), print {
        .detail_location li:nth-child(n+2)::before {
          height: 12px;
          left: -16px;
          top: 6px;
          width: 7px; } }
      @media (max-width: 767px) {
        .detail_location li:nth-child(n+2)::before {
          height: 12px;
          left: -10px;
          top: 6px;
          width: 7px; } }
    .detail_location li a {
      align-items: center;
      background: #fcf5ed;
      border-radius: 3px;
      display: flex;
      justify-content: center;
      height: 100%;
      text-decoration: none !important; }
      @media (min-width: 768px), print {
        .detail_location li a {
          padding: 0 10px; }
          .detail_location li a:hover {
            background: #d54600;
            color: #fff; } }
      @media (max-width: 767px) {
        .detail_location li a {
          font-size: 1.4rem;
          padding: 0 6px; } }

.lbl_onsale {
  color: #d54600; }

.detail_sns {
  align-items: center;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 10px; }

.detail_sns_in {
  align-items: center;
  display: flex;
  gap: 15px;
  width: calc(50% - 10px); }
  @media (min-width: 768px) and (max-width: 1023px) {
    .detail_sns_in {
      width: auto; } }
  @media (max-width: 767px) {
    .detail_sns_in {
      width: auto; } }

.detail_sns_list {
  display: flex; }
  .detail_sns_list li {
    border-radius: 100%;
    height: 50px;
    margin: 0 5px;
    width: 50px; }
    .detail_sns_list li a {
      align-items: center;
      border-radius: 100%;
      color: #fff;
      display: flex;
      justify-content: center;
      height: 100%;
      width: 100%; }
      .detail_sns_list li a:hover {
        opacity: .7; }
      .detail_sns_list li a i {
        font-size: 2.4rem; }

.detail_sns_twt a {
  background: none; }

.detail_sns_fb a {
  background: #3a559f; }

.detail_btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .detail_btns {
      gap: 20px;
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .detail_btns {
      flex-direction: column;
      gap: 10px;
      margin-top: 30px; } }
  .detail_btns > li {
    height: 80px;
    max-width: 500px;
    position: relative;
    width: calc(50% - 20px); }
    .detail_btns > li a {
      border-radius: 10px;
      font-size: 2.8rem; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .detail_btns > li {
        height: 70px;
        margin: 0 auto; }
        .detail_btns > li a {
          font-size: 2.2rem; } }
    @media (max-width: 767px) {
      .detail_btns > li {
        height: 60px;
        margin: 0 auto;
        width: 100%; }
        .detail_btns > li a {
          font-size: 1.8rem; } }

.detail_btns_three {
  flex-direction: row; }
  @media (max-width: 767px) {
    .detail_btns_three > li:nth-child(-n+2) {
      width: calc((100% - 20px) / 2 - 0.1px); }
    .detail_btns_three > li.detail_btn_chat a {
      display: block;
      line-height: 1;
      padding-left: 25px;
      padding-top: 15px; }
      .detail_btns_three > li.detail_btn_chat a::before {
        position: absolute;
        left: 5px; }
      .detail_btns_three > li.detail_btn_chat a span {
        display: block; } }

.detail_btn_bid > a {
  background: #d54600;
  padding-right: 30px;
  position: relative; }
  .detail_btn_bid > a::before {
    background: url(../images/icon/ico-hammer-w.svg) 0 center/cover no-repeat;
    content: "";
    position: relative; }
    @media (min-width: 768px), print {
      .detail_btn_bid > a::before {
        height: 30px;
        margin-right: 10px;
        padding-right: 10px;
        width: 30px; } }
    @media (max-width: 767px) {
      .detail_btn_bid > a::before {
        height: 24px;
        margin-right: 6px;
        padding-right: 6px;
        width: 24px; } }

.detail_btn_bidnow a {
  align-items: center;
  background: #ffbc3d;
  flex-direction: column; }
  @media (min-width: 768px), print {
    .detail_btn_bidnow a {
      line-height: 1.2; } }
  @media (max-width: 767px) {
    .detail_btn_bidnow a {
      line-height: 1.4; } }
  .detail_btn_bidnow a:hover {
    box-shadow: none; }

@media (min-width: 768px), print {
  .detail_btn_bidnow_spn01 {
    font-size: 2rem; } }
@media (max-width: 767px) {
  .detail_btn_bidnow_spn01 {
    font-size: 1.4rem; } }

.detail_btn_bidnow_spn02 {
  position: relative; }
  @media (min-width: 768px), print {
    .detail_btn_bidnow_spn02 {
      padding: 0 40px; } }
  @media (max-width: 767px) {
    .detail_btn_bidnow_spn02 {
      padding: 0 24px; } }
  .detail_btn_bidnow_spn02::before, .detail_btn_bidnow_spn02::after {
    height: 42px;
    position: absolute;
    width: 36px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .detail_btn_bidnow_spn02::before, .detail_btn_bidnow_spn02::after {
        height: 32px;
        width: 28px; } }
    @media (max-width: 767px) {
      .detail_btn_bidnow_spn02::before, .detail_btn_bidnow_spn02::after {
        height: 20px;
        width: 18px; } }
  .detail_btn_bidnow_spn02::before {
    background: url(../images/auction/img-decord.svg) center/contain no-repeat;
    content: "";
    left: -12px; }
  .detail_btn_bidnow_spn02::after {
    background: url(../images/auction/img-decord.svg) center/contain no-repeat;
    content: "";
    right: -12px;
    transform: scaleX(-1); }

.detail_midttl {
  align-items: center;
  background: #fe935f;
  border-radius: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  position: relative;
  text-align: center; }
  @media (min-width: 768px), print {
    .detail_midttl {
      font-size: 3rem;
      padding: 10px 15px;
      margin-bottom: 45px;
      margin-top: 70px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .detail_midttl {
      font-size: 2.4rem;
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .detail_midttl {
      font-size: 1.8rem;
      padding: 7px 6px;
      margin-bottom: 20px;
      margin-top: 40px; } }
  .detail_midttl::before, .detail_midttl::after {
    background: url(../images/icon/ico-star.svg) center/contain no-repeat;
    content: "";
    position: relative; }
    @media (min-width: 768px), print {
      .detail_midttl::before, .detail_midttl::after {
        display: inline-block;
        height: 32px;
        margin: 0 25px;
        width: 34px; } }
    @media (max-width: 767px) {
      .detail_midttl::before, .detail_midttl::after {
        display: inline-block;
        height: 20px;
        margin: 0 5px;
        width: 21px; } }
  .detail_midttl.nostar::before, .detail_midttl.nostar::after {
    display: none; }

.detail_sub_content {
  padding: 0 30px 10px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .detail_sub_content {
      padding: 0 0 10px; } }
  @media (max-width: 767px) {
    .detail_sub_content {
      font-weight: normal;
      padding: 0 0 10px; } }

.detail_video {
  border-radius: 20px;
  max-width: 900px;
  overflow: hidden;
  width: 100%; }
  @media (min-width: 768px), print {
    .detail_video {
      border: 5px solid #fe935f;
      height: 500px;
      margin: 0 auto 80px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .detail_video {
      border: 3px solid #fe935f;
      height: 420px;
      margin: 0 auto 30px; } }
  @media (max-width: 767px) {
    .detail_video {
      border: 3px solid #fe935f;
      height: 240px; } }
  .detail_video iframe {
    height: 100%;
    width: 100%; }

.detail_btn_logintocomment {
  margin: 0 auto 40px;
  max-width: 400px;
  width: 80%; }
  @media (min-width: 768px), print {
    .detail_btn_logintocomment {
      height: 80px; } }
  @media (max-width: 767px) {
    .detail_btn_logintocomment {
      height: 60px; } }
  .detail_btn_logintocomment a {
    align-items: center;
    border: 2px solid #111;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: relative;
    text-align: center; }
    @media (min-width: 768px), print {
      .detail_btn_logintocomment a:hover {
        background: #d54600;
        border-color: #d54600;
        color: #fff; } }
    .detail_btn_logintocomment a span {
      font-size: 1.8rem;
      padding: 0 30px;
      position: relative; }
      .detail_btn_logintocomment a span::after {
        background: url(../images/icon/ico-comment-dots-b.svg) center/contain no-repeat;
        content: "";
        position: absolute;
        right: -10px; }
        @media (min-width: 768px), print {
          .detail_btn_logintocomment a span::after {
            height: 32px;
            top: -28px;
            width: 36px; } }
        @media (max-width: 767px) {
          .detail_btn_logintocomment a span::after {
            height: 22px;
            top: -18px;
            width: 26px; } }

@media (min-width: 768px), print {
  .no_mar_pad {
    margin-bottom: 0;
    padding-bottom: 0; } }

.detail_comment_box {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 27px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .detail_comment_box {
      gap: 0;
      margin-bottom: 27px; } }
  @media (max-width: 767px) {
    .detail_comment_box {
      gap: 10px;
      margin-bottom: 27px; } }
  .detail_comment_box.disable {
    display: none !important; }

.detail_comment_thumb {
  border-radius: 100%;
  height: 60px;
  width: 60px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .detail_comment_thumb {
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .detail_comment_thumb {
      height: 50px;
      width: 50px; } }
  .detail_comment_thumb img {
    border-radius: 100%; }

.detail_comment_content {
  background: #fcf5ed;
  border-radius: 10px;
  flex: 1 1 0%; }
  @media (min-width: 768px), print {
    .detail_comment_content {
      padding: 10px 0 15px; } }
  @media (max-width: 767px) {
    .detail_comment_content {
      padding: 10px 0 15px; } }

.detail_comment_box_reply {
  margin-bottom: 40px; }
  .detail_comment_box_reply .detail_comment_content {
    background: none !important;
    padding: 0 !important; }
  .detail_comment_box_reply textarea {
    border: 1px solid #ccc;
    border-radius: 10px;
    font-weight: 400;
    line-height: 1.6;
    resize: none;
    width: 100%; }
    @media (min-width: 768px), print {
      .detail_comment_box_reply textarea {
        height: 120px;
        padding: 15px 25px; } }
    @media (max-width: 767px) {
      .detail_comment_box_reply textarea {
        height: 150px;
        padding: 15px 15px; } }

.detail_btn_submit {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px; }
  .detail_btn_submit button {
    align-items: center;
    background: #ffbc3d;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 38px;
    width: 130px; }
    .detail_btn_submit button:hover {
      background: #d54600; }

@media (min-width: 768px), print {
  .detail_comment_infor {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 0 25px; } }
@media (max-width: 767px) {
  .detail_comment_infor {
    margin-bottom: 10px;
    padding: 0 15px; } }

@media (max-width: 767px) {
  .detail_comment_name {
    padding-bottom: 10px; } }

.detail_comment_control {
  display: flex; }
  @media (max-width: 767px) {
    .detail_comment_control {
      justify-content: flex-end; } }
  .detail_comment_control li {
    font-weight: 400; }
    @media (min-width: 768px), print {
      .detail_comment_control li {
        margin-left: 30px; } }
    @media (max-width: 767px) {
      .detail_comment_control li {
        margin-left: 15px; }
        .detail_comment_control li:first-child {
          margin-left: 0; } }
    .detail_comment_control li a {
      position: relative; }
      .detail_comment_control li a i {
        color: #fe935f;
        display: inline-block;
        font-size: 2rem;
        padding-right: 8px; }

.detail_comment_like a {
  background: url(../images/icon/ico-like-o.svg) 0 3px no-repeat;
  padding: 2px 0 2px 28px; }
.detail_comment_like.liked a {
  background: url(../images/icon/ico-like-o-f.svg) 0 3px no-repeat; }

.detail_comment_reply a {
  background: url(../images/icon/ico-reply.svg) 0 3px no-repeat;
  padding: 2px 0 2px 28px; }

.detail_comment_time {
  background: url(../images/icon/ico-clock-o.svg) no-repeat;
  padding: 2px 0 2px 28px; }
  @media (min-width: 768px), print {
    .detail_comment_time {
      background-position: 0 6px; } }
  @media (max-width: 767px) {
    .detail_comment_time {
      background-position: 0 4px; } }

.detail_comment_edit a {
  color: #0045e2;
  text-decoration: underline; }
  .detail_comment_edit a:hover {
    text-decoration: none; }

.detail_comment_txt {
  font-weight: 400; }
  @media (min-width: 768px), print {
    .detail_comment_txt {
      padding: 0 25px; } }
  @media (max-width: 767px) {
    .detail_comment_txt {
      padding: 0 15px; } }

.detail_comment_reply_topic {
  border-left: 1px solid #ccc; }
  @media (min-width: 768px), print {
    .detail_comment_reply_topic {
      margin-left: 80px;
      padding-left: 20px; } }
  @media (max-width: 767px) {
    .detail_comment_reply_topic {
      margin-left: 10px;
      padding-left: 10px; } }

.detail_showimg {
  border-radius: 10px;
  height: 40vw;
  max-height: 500px;
  margin-bottom: 15px;
  overflow: hidden;
  width: 100%; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .detail_showimg {
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .detail_showimg {
      height: calc(100vw - 30px);
      max-height: 400px;
      margin-bottom: 5px; } }
  .detail_showimg .detail_tab_content:nth-child(n+2) {
    display: none; }

.detail_tab_content {
  height: 100%; }
  .detail_tab_content a {
    display: block;
    height: 100%;
    position: relative; }
    .detail_tab_content a:hover::before {
      background: url(../images/icon/ico-zoom-o.svg) center center no-repeat; }
    .detail_tab_content a::before {
      background: url(../images/icon/ico-zoom.svg) center center no-repeat;
      bottom: 0;
      content: "";
      height: 50px;
      position: absolute;
      right: 0;
      width: 50px;
      z-index: 1; }
  .detail_tab_content img {
    font-family: "object-fit: cover;";
    height: 100%;
    object-fit: cover;
    width: 100%; }
  .detail_tab_content video {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%; }

.detail_showthumbs {
  display: flex;
  gap: 17px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .detail_showthumbs {
      gap: 0; } }
  @media (max-width: 767px) {
    .detail_showthumbs {
      gap: 5px; } }
  .detail_showthumbs li {
    border-radius: 3px;
    height: 94px;
    width: calc((100% - 51px) / 4 - 0.1px); }
    @media (min-width: 768px) and (max-width: 1023px) {
      .detail_showthumbs li {
        height: 70px;
        margin-left: 10px;
        width: calc((100% - 30px) / 4 - 0.1px); }
        .detail_showthumbs li:first-child {
          margin-left: 0; } }
    @media (max-width: 767px) {
      .detail_showthumbs li {
        width: calc((100% - 15px) / 4 - 0.1px);
        height: 68px; } }
    .detail_showthumbs li.active a.postvideo::before {
      display: none; }
    .detail_showthumbs li img {
      border-radius: 3px;
      font-family: "object-fit: cover;";
      height: 100%;
      object-fit: cover;
      width: 100%; }
    .detail_showthumbs li video {
      display: block;
      height: 100%;
      object-fit: cover;
      position: relative;
      width: 100%; }
    .detail_showthumbs li a {
      display: block;
      height: 100%;
      position: relative; }
      .detail_showthumbs li a:hover {
        opacity: 0.7; }
      .detail_showthumbs li a.postvideo::before {
        background: url(../images/icon/ico-play.svg) center center/cover no-repeat;
        content: "";
        height: 36px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        z-index: 1; }

@media (min-width: 768px), print {
  .detail_modal_txt01 {
    padding: 20px 0 20px; } }
@media (max-width: 767px) {
  .detail_modal_txt01 {
    padding: 5px 0 10px; } }

.detail_checklist {
  flex-direction: column; }
  @media (min-width: 768px), print {
    .detail_checklist {
      margin-left: 30px; } }
  .detail_checklist li {
    height: auto;
    width: 100%; }
    @media (min-width: 768px), print {
      .detail_checklist li {
        margin: 0 0 10px; } }
    @media (max-width: 767px) {
      .detail_checklist li {
        margin: 0 0 6px; } }
    .detail_checklist li a {
      color: #fe935f;
      font-size: 1.8rem;
      line-height: 1;
      text-decoration: underline; }
      .detail_checklist li a:hover {
        text-decoration: none; }
    .detail_checklist li label span::after {
      color: #fe935f; }

.auction_history_price {
  font-weight: 400;
  padding: 0 30px; }
  @media (max-width: 767px) {
    .auction_history_price {
      padding: 0 15px; } }
  .auction_history_price span {
    color: #d54600;
    font-size: 2.4rem;
    font-weight: 700;
    position: relative; }
    .auction_history_price span::after {
      content: "円";
      display: inline-block;
      font-size: 1.6rem;
      padding-left: 2px; }

.auction_flat_board {
  background: url(../images/auction/img-decord02.svg) #d54600 right center no-repeat;
  border-radius: 10px; }
  @media (min-width: 768px), print {
    .auction_flat_board {
      margin: 12px 0 50px;
      padding: 25px 20px; } }
  @media (max-width: 767px) {
    .auction_flat_board {
      background-position: right bottom;
      background-size: 120px auto;
      margin: 12px 0 50px;
      padding: 15px; } }

.auction_flat_time {
  background: #fff;
  border-radius: 5px;
  color: #d54600;
  margin: 0 auto;
  max-width: 400px;
  position: relative;
  text-align: center;
  width: 100%; }
  .auction_flat_time::before {
    background: url(../images/icon/ico-clock-o2.svg) center/contain no-repeat;
    content: "";
    height: 26px;
    margin-left: -32px;
    position: absolute;
    top: 18px;
    width: 26px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .auction_flat_time::before {
        top: 14px; } }
    @media (max-width: 767px) {
      .auction_flat_time::before {
        top: 14px; } }
  @media (min-width: 768px), print {
    .auction_flat_time {
      font-size: 2rem;
      padding: 8px 10px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .auction_flat_time {
      font-size: 1.8rem;
      padding: 8px 10px; } }
  @media (max-width: 767px) {
    .auction_flat_time {
      font-size: 1.6rem;
      padding: 10px; } }
  .auction_flat_time span {
    line-height: 1;
    position: relative;
    top: 3px; }
    @media (min-width: 768px), print {
      .auction_flat_time span {
        font-size: 3.4rem; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .auction_flat_time span {
        font-size: 2.8rem; } }
    @media (max-width: 767px) {
      .auction_flat_time span {
        font-size: 2.6rem; } }

.auction_flat_price {
  background: none;
  color: #fff;
  margin-bottom: 0;
  padding: 0;
  text-align: center; }
  @media (max-width: 767px) {
    .auction_flat_price {
      padding: 5px 0 10px; } }
  .auction_flat_price span {
    position: relative; }
    @media (min-width: 768px), print {
      .auction_flat_price span {
        font-size: 5rem; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .auction_flat_price span {
        font-size: 4rem; } }
    @media (max-width: 767px) {
      .auction_flat_price span {
        font-size: 4rem; } }
    @media (min-width: 768px), print {
      .auction_flat_price span::after {
        font-size: 3.8rem; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .auction_flat_price span::after {
        font-size: 2.8rem; } }
    @media (max-width: 767px) {
      .auction_flat_price span::after {
        font-size: 2.8rem; } }
  @media (min-width: 768px), print {
    .auction_flat_price::before, .auction_flat_price::after {
      font-size: 2rem; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .auction_flat_price::before, .auction_flat_price::after {
      font-size: 2rem; } }
  @media (max-width: 767px) {
    .auction_flat_price::before, .auction_flat_price::after {
      font-size: 1.6rem; } }
  .auction_flat_price::before {
    color: #fff; }

.auction_flat_infor {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  gap: 60px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .auction_flat_infor {
      gap: 0; } }
  @media (max-width: 767px) {
    .auction_flat_infor {
      flex-direction: column;
      gap: 10px; } }
  @media (min-width: 768px), print {
    .auction_flat_infor li {
      font-size: 2rem; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .auction_flat_infor li {
      font-size: 1.8rem;
      margin: 0 15px; } }
  @media (max-width: 767px) {
    .auction_flat_infor li {
      font-size: 1.5rem; } }
  .auction_flat_infor li a {
    color: #fff;
    text-decoration: underline; }
    .auction_flat_infor li a:hover {
      color: #111;
      text-decoration: none; }
  .auction_flat_infor li i {
    display: inline-block;
    font-size: 2.2rem;
    padding-right: 8px; }

.auction_flat_bids {
  background: url(../images/icon/ico-hammer-w.svg) 0 center no-repeat;
  padding: 2px 0 2px 38px; }

.auction_flat_final_bid {
  background: url(../images/icon/ico-person-w.svg) 0 center no-repeat;
  padding: 2px 0 2px 32px; }

.auction_flat_lastbid_time {
  background: url(../images/icon/ico-clock-o3.svg) 0 center no-repeat;
  padding: 2px 0 2px 32px; }

.auction_bidnow {
  background: #fcf5ed;
  line-height: 1.2;
  padding: 0 0 10px !important; }
  @media (max-width: 767px) {
    .auction_bidnow {
      margin-top: 10px; } }
  .auction_bidnow span {
    font-size: 3rem; }
    .auction_bidnow span::before {
      content: "今すぐ落札:" !important;
      font-size: 1.6rem !important; }
    .auction_bidnow span::after {
      font-size: 2.4rem !important; }
  .auction_bidnow::after {
    font-size: 1.6rem !important; }

.auction_flat_infor_p2 {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0;
  margin: 25px 0 10px 0;
  padding-bottom: 0; }
  .auction_flat_infor_p2 li {
    color: #111;
    font-size: 1.6rem;
    margin-bottom: 10px;
    width: 48%; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .auction_flat_infor_p2 li {
        width: 100%; } }
    @media (max-width: 767px) {
      .auction_flat_infor_p2 li {
        width: 100%; } }
    .auction_flat_infor_p2 li a {
      color: #111; }
      .auction_flat_infor_p2 li a:hover {
        color: #fe935f;
        text-decoration: none; }
    .auction_flat_infor_p2 li:first-child {
      width: 100%; }
  .auction_flat_infor_p2 .auction_flat_bids {
    background: url(../images/icon/ico-hammer-o.svg) 0 center no-repeat;
    padding: 2px 0 2px 38px; }
  .auction_flat_infor_p2 .auction_flat_final_bid {
    background: url(../images/icon/ico-person.svg) 0 center no-repeat;
    padding: 2px 0 2px 32px; }
  .auction_flat_infor_p2 .auction_flat_lastbid_time {
    background: url(../images/icon/ico-clock-o.svg) 0 center no-repeat;
    padding: 2px 0 2px 32px; }

.auction_note_list li {
  padding-left: 16px;
  position: relative; }
  .auction_note_list li::before {
    content: "※";
    left: 0;
    position: absolute;
    top: 0; }

.hm_tbl_price_modal {
  background: none;
  border-bottom: 2px solid #111;
  text-align: center; }
  @media (min-width: 768px), print {
    .hm_tbl_price_modal {
      margin-bottom: 26px !important;
      padding-bottom: 15px; } }
  @media (max-width: 767px) {
    .hm_tbl_price_modal {
      margin-bottom: 15px !important;
      padding-bottom: 10px; } }
  @media (min-width: 768px), print {
    .hm_tbl_price_modal span {
      font-size: 4rem !important; } }
  @media (max-width: 767px) {
    .hm_tbl_price_modal span {
      font-size: 3.6rem !important; } }
  .hm_tbl_price_modal span::before {
    content: "現在:";
    display: inline-block;
    padding-right: 4px; }
    @media (min-width: 768px), print {
      .hm_tbl_price_modal span::before {
        font-size: 2rem; } }
    @media (max-width: 767px) {
      .hm_tbl_price_modal span::before {
        font-size: 1.6rem; } }
  @media (min-width: 768px), print {
    .hm_tbl_price_modal span::after {
      font-size: 3rem !important; } }
  @media (max-width: 767px) {
    .hm_tbl_price_modal span::after {
      font-size: 2.2rem !important; } }

.auction_mod_txt01 {
  color: #d54600; }

.auction_mod_txt {
  padding-bottom: 18px; }

.auction_mod_box {
  align-items: center;
  color: #d54600;
  display: flex;
  margin-bottom: 20px; }

.auction_mod_input {
  width: 350px; }
  @media (min-width: 768px), print {
    .auction_mod_input {
      width: 350px; } }
  @media (max-width: 767px) {
    .auction_mod_input {
      width: 150px; } }
  .auction_mod_input input {
    color: #d54600;
    text-align: right; }
    @media (min-width: 768px), print {
      .auction_mod_input input {
        font-size: 4rem;
        height: 65px; } }
    @media (max-width: 767px) {
      .auction_mod_input input {
        font-size: 3.2rem;
        height: 45px; } }

.auction_mod_tail {
  position: relative; }
  @media (min-width: 768px), print {
    .auction_mod_tail {
      font-size: 4rem; } }
  @media (max-width: 767px) {
    .auction_mod_tail {
      font-size: 3.2rem; } }
  .auction_mod_tail::after {
    content: " 円（税込）"; }
    @media (min-width: 768px), print {
      .auction_mod_tail::after {
        font-size: 2rem; } }
    @media (max-width: 767px) {
      .auction_mod_tail::after {
        font-size: 1.5rem; } }

.auction_bidnow_mod_ttl {
  padding-bottom: 20px;
  text-align: center; }
  @media (min-width: 768px), print {
    .auction_bidnow_mod_ttl {
      font-size: 4rem; } }
  @media (max-width: 767px) {
    .auction_bidnow_mod_ttl {
      font-size: 2.4rem; } }

.auction_bidnow_mod_txt {
  padding-bottom: 15px;
  text-align: center; }
  .auction_bidnow_mod_txt a {
    background: none;
    color: #fe935f; }
    .auction_bidnow_mod_txt a:hover {
      text-decoration: underline; }

.auction_bidnow_mod_price {
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 0; }
  @media (min-width: 768px), print {
    .auction_bidnow_mod_price span {
      font-size: 4rem !important; } }
  @media (max-width: 767px) {
    .auction_bidnow_mod_price span {
      font-size: 3.2rem !important; } }
  @media (min-width: 768px), print {
    .auction_bidnow_mod_price span::after {
      font-size: 3.2rem; } }
  @media (max-width: 767px) {
    .auction_bidnow_mod_price span::after {
      font-size: 2.4rem; } }

.detail_address {
  padding-bottom: 10px; }

.detail_address_post {
  display: inline-block;
  padding-right: 16px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .detail_address_post {
      display: block; } }
  @media (max-width: 767px) {
    .detail_address_post {
      display: block; } }

.modal_btn_login {
  height: 60px;
  margin: 0 auto 18px;
  max-width: 260px;
  width: 100%; }
  .modal_btn_login a {
    background: url(../images/icon/ico-login-w.svg) #fe935f 70px center no-repeat !important;
    color: #fff;
    padding-left: 28px; }
    .modal_btn_login a:hover {
      background-color: #ffbc3d !important;
      color: #fff; }
    .modal_btn_login a::after {
      display: none; }

.modal_group_btn {
  display: flex;
  justify-content: center;
  margin-top: 25px; }
  .modal_group_btn li {
    height: 60px;
    margin: 0 10px;
    max-width: 260px;
    width: 100%; }
    .modal_group_btn li a.btn11:hover, .modal_group_btn li button.btn11:hover {
      background: #ffbc3d !important;
      color: #111 !important; }
    .modal_group_btn li a::after, .modal_group_btn li button::after {
      display: none; }

.detail_lbl_petid {
  background: url("../images/icon/ico-pet-id.svg") 0 1px no-repeat;
  background-size: 27px 23px;
  padding-left: 40px; }
  @media (max-width: 767px) {
    .detail_lbl_petid {
      padding-left: 32px; } }

.petde_lncelst li a {
  color: #0045e2;
  text-decoration: underline; }
  .petde_lncelst li a[target="_blank"]::after {
    background: url("../images/icon/ico-extend-linkcolor.svg") center/contain no-repeat;
    content: "";
    display: inline-block;
    height: 15px;
    margin-left: 7px;
    width: 15px; }
  .petde_lncelst li a:hover {
    text-decoration: none; }

.petde_intructionlink {
  height: auto !important;
  max-width: none !important;
  width: 100% !important; }
  .petde_intructionlink a {
    background: #f2f2f2;
    color: #0045e2;
    display: block;
    font-size: 1.6rem !important;
    padding: 5px 10px !important;
    text-align: center;
    text-decoration: underline;
    width: 100%; }
    .petde_intructionlink a::before {
      background: url("../images/icon/ico-question-basecolor.svg") center/contain no-repeat;
      content: "";
      display: inline-block;
      height: 17px;
      margin-right: 7px;
      vertical-align: sub;
      width: 17px; }
    .petde_intructionlink a:hover {
      text-decoration: none; }
  @media (max-width: 767px) {
    .petde_intructionlink {
      margin-bottom: 30px !important;
      max-width: 500px !important; }
      .petde_intructionlink a {
        font-size: 1.5rem !important; } }

.rednote {
  color: #d54600; }

.detail_tblfull th {
  width: 29.6%; }

.detail_rate_sum {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 15px; }
  @media (max-width: 767px) {
    .detail_rate_sum {
      flex-wrap: wrap; } }

.detail_rate_sum_star span {
  background: url("../images/icon/ico-star-empty.svg") center/19px 18.18133px no-repeat;
  display: inline-block;
  height: 19px;
  margin-left: 5px;
  vertical-align: middle;
  width: 19px; }
  .detail_rate_sum_star span img {
    vertical-align: top; }
  .detail_rate_sum_star span:first-child {
    margin-left: 0; }

.detail_rate_sum_rate {
  color: #efa500;
  font-size: 2.8rem; }

.detail_rate_sum_txt2 {
  border-left: 1px dashed #707070;
  padding-left: 15px; }
  @media (max-width: 767px) {
    .detail_rate_sum_txt2 {
      border-left: none;
      margin-top: -15px;
      padding-left: 0;
      text-align: center;
      width: 100%; } }

.detail_comment_infolst {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px; }
  .detail_comment_infolst li a {
    color: #0045e2;
    text-decoration: underline; }
    .detail_comment_infolst li a:hover {
      text-decoration: none; }
    .detail_comment_infolst li a::before {
      content: "";
      display: inline-block;
      height: 14px;
      margin-right: 5px;
      vertical-align: baseline;
      width: 15px; }
  .detail_comment_infolst li.seeall a::before {
    background: url("../images/icon/ico-chatbubble.svg") center/contain no-repeat; }
  .detail_comment_infolst li.profile a::before {
    background: url("../images/icon/ico-person.svg") center/contain no-repeat; }

.detail_rating_ttl {
  margin-bottom: 20px; }

.detail_comment_rate {
  border-top: 2px solid #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 25px; }
  .detail_comment_rate li {
    align-items: center;
    display: flex;
    margin-right: 40px; }
    .detail_comment_rate li:last-child {
      margin-right: 0; }
    .detail_comment_rate li .hm_tbl_kind {
      width: auto !important; }
    .detail_comment_rate li .detail_rate_sum_star span {
      margin-top: -3px; }
  @media (max-width: 767px) {
    .detail_comment_rate {
      padding: 5px 15px; }
      .detail_comment_rate li {
        flex-wrap: wrap;
        margin-right: 0;
        width: 100%; } }

.petde_bnr, .detail_catmom_ttl {
  margin-top: 50px; }
  @media (max-width: 767px) {
    .petde_bnr, .detail_catmom_ttl {
      margin-top: 30px; } }

.petde_bnr a:hover {
  opacity: 0.7; }

.detail_content .hm_tbl_price {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1.4;
  padding-bottom: 10px; }
  .detail_content .hm_tbl_price::after {
    margin-top: 9px; }
  .detail_content .hm_tbl_price strong {
    color: #111;
    font-weight: 700;
    font-size: 1.6rem;
    order: 4;
    width: 100%; }

@media (max-width: 767px) {
  .fullwidth_sp {
    display: block;
    width: 100%; } }

.petcard_btn_wrap {
  margin: 0 auto 48px;
  max-width: 260px;
  width: calc(100% - 30px); }
  .petcard_btn_wrap .hm_tbl_btns02 {
    margin-bottom: 10px;
    width: 100%; }
  .petcard_btn_wrap .btn_pet_status a {
    height: 60px; }
  .petcard_btn_wrap .btn_pet_status.btn_pet_status_complete a {
    background: #111 !important;
    border-color: #111 !important;
    color: #fff !important; }
    .petcard_btn_wrap .btn_pet_status.btn_pet_status_complete a::after {
      background: url(../images/icon/ico-arrow-bottom-w.svg) 0 0 no-repeat; }
  @media (max-width: 767px) {
    .petcard_btn_wrap {
      max-width: none;
      margin-bottom: 15px; }
      .petcard_btn_wrap .hm_tbl_btns02 {
        margin-top: 10px;
        max-width: none; }
        .petcard_btn_wrap .hm_tbl_btns02 li {
          height: 40px; }
          .petcard_btn_wrap .hm_tbl_btns02 li.mypage_btn_del {
            width: 40px; }
            .petcard_btn_wrap .hm_tbl_btns02 li.mypage_btn_del a {
              background-size: auto 20px; }
          .petcard_btn_wrap .hm_tbl_btns02 li.mypage_btn_edit02 {
            width: calc(100% - 50px); }
      .petcard_btn_wrap .btn_pet_status a {
        height: 40px; } }

.petdetail_aucchatbox {
  background: #fcf5ed;
  border-radius: 10px;
  margin-top: 50px;
  padding: 25px 15px 35px;
  text-align: center; }
  .petdetail_aucchatbox .detail_btn_chat {
    max-width: 500px;
    margin: 0 auto;
    height: 90px; }
  @media (max-width: 767px) {
    .petdetail_aucchatbox {
      margin-top: 30px;
      padding: 15px 15px 30px; }
      .petdetail_aucchatbox .detail_btn_chat {
        height: 60px; } }

.petdetail_aucchatbox_txt {
  margin-bottom: 20px; }

.cmn_btn.disabled::after {
  display: none; }

.pet_detail_notebox {
  border-color: #fe935f !important;
  max-width: 1044px;
  margin: 0 auto 40px; }
  @media (max-width: 767px) {
    .pet_detail_notebox {
      margin-bottom: 20px; } }

.pet_detail_notebox_ttl {
  color: #fe935f;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 7px; }
  @media (max-width: 767px) {
    .pet_detail_notebox_ttl {
      font-size: 1.8rem; } }

.modal_upload_img_box_dl dd .mber_radio {
  gap: 10px; }
  .modal_upload_img_box_dl dd .mber_radio li {
    width: calc(50% - 5px); }
.modal_upload_img_box_dl dd textarea {
  color: #111;
  height: 170px;
  line-height: 1.5; }

.form_date_divinde_box_ttl {
  display: flex;
  gap: 38px;
  margin-bottom: 7px;
  margin-top: 20px; }
  @media (max-width: 767px) {
    .form_date_divinde_box_ttl {
      gap: 24px; } }

.form_date_divinde_box_ttl_in {
  width: 300px; }
  @media (max-width: 767px) {
    .form_date_divinde_box_ttl_in {
      width: 140px; } }

.btn_breedernote a {
  background: #d9713c !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  padding: 10px !important;
  text-align: center; }
  .btn_breedernote a span {
    text-align: center; }

.pet_delst_btn {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: flex;
  gap: 5px;
  padding: 10px 7px;
  position: fixed;
  width: 100%;
  z-index: 9; }
  .pet_delst_btn.btnstatic {
    position: static; }
  .pet_delst_btn li {
    width: auto; }
    .pet_delst_btn li a {
      align-items: center;
      border-radius: 5px;
      box-shadow: none;
      color: #fff;
      display: flex;
      font-size: 1.4rem;
      height: 40px;
      justify-content: center;
      padding: 7px;
      text-align: center;
      top: 0 !important; }
      @media only screen and (max-width: 380px) {
        .pet_delst_btn li a {
          font-size: 1.3rem; } }
    .pet_delst_btn li.btn_breedernote {
      width: calc(40% - 27px); }
    .pet_delst_btn li.btn_breederchat {
      width: calc(60% - 27px); }
      .pet_delst_btn li.btn_breederchat a {
        top: 0 !important; }
    .pet_delst_btn li.pagetop {
      position: static !important;
      height: 40px !important;
      z-index: 9; }
      .pet_delst_btn li.pagetop a {
        border-radius: 100% !important;
        height: 40px !important;
        width: 40px !important; }
        .pet_delst_btn li.pagetop a img {
          height: auto;
          width: 15px; }

.pet_delst_btn_breeder li.btn_breedernote {
  width: calc(100% - 47px); }

@media (min-width: 768px), print {
  .order_form_wrap {
    padding-bottom: 160px; } }
@media (max-width: 767px) {
  .order_form_wrap {
    padding-bottom: 90px; } }

.order_midtxt {
  text-align: center; }
  @media (min-width: 768px), print {
    .order_midtxt {
      padding-bottom: 45px; } }
  @media (max-width: 767px) {
    .order_midtxt {
      padding-bottom: 20px; } }

.order_wrap {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%; }

.order_tbl {
  border-top: 1px solid #ccc;
  margin-bottom: 55px;
  table-layout: fixed;
  width: 100%; }
  .order_tbl th,
  .order_tbl td {
    border-bottom: 1px solid #ccc;
    text-align: left;
    vertical-align: top; }
    .order_tbl th p:not([class]), .order_tbl th .unit_price_note, .order_tbl th .foster_parent_note,
    .order_tbl td p:not([class]),
    .order_tbl td .unit_price_note,
    .order_tbl td .foster_parent_note {
      font-size: 1.5rem;
      font-weight: 300; }
    .order_tbl th textarea,
    .order_tbl td textarea {
      line-height: 2; }
    @media (min-width: 768px), print {
      .order_tbl th,
      .order_tbl td {
        padding: 18px 20px; } }
    @media (max-width: 767px) {
      .order_tbl th,
      .order_tbl td {
        display: block; } }
  .order_tbl th {
    padding-right: 60px;
    position: relative; }
    @media (min-width: 768px), print {
      .order_tbl th {
        width: 260px; } }
    @media (max-width: 767px) {
      .order_tbl th {
        border-bottom: none;
        padding: 8px 50px 8px 0; }
        .order_tbl th br {
          display: none; } }
    .order_tbl th span {
      align-items: center;
      color: #fff;
      display: flex;
      font-size: 1.4rem;
      justify-content: center;
      height: 20px;
      line-height: 1;
      position: absolute;
      top: 23px;
      width: 40px; }
      @media (min-width: 768px), print {
        .order_tbl th span {
          right: 20px;
          top: 23px; } }
      @media (max-width: 767px) {
        .order_tbl th span {
          right: 0;
          top: 10px; } }
      .order_tbl th span.required {
        background: #d54600; }
      .order_tbl th span.optional {
        background: #ccc; }
  @media (max-width: 767px) {
    .order_tbl td {
      padding: 0 0 16px; } }

.order_pp {
  padding-bottom: 10px; }
  .order_pp a {
    color: #fe935f;
    text-decoration: underline; }
    .order_pp a:hover {
      text-decoration: none; }

.order_tbl .order_checkagree {
  margin: 0; }
  .order_tbl .order_checkagree label {
    background: #f8f8f8;
    padding: 3px 8px; }
  .order_tbl .order_checkagree li {
    height: auto;
    margin: 0; }
    .order_tbl .order_checkagree li label span::after {
      color: #fe935f; }

@media (max-width: 767px) {
  .order_checkagree li {
    width: auto; } }

.order_submit {
  height: 70px;
  margin: 0 auto;
  max-width: 300px;
  width: 100%; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .order_submit {
      height: 80px; } }
  @media (max-width: 767px) {
    .order_submit {
      height: 65px; } }
  .order_submit button {
    border: none; }

.order_complete_img {
  max-width: 400px;
  text-align: center; }
  @media (min-width: 768px), print {
    .order_complete_img {
      margin: 0 auto 70px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .order_complete_img {
      margin: 0 auto 40px; }
      .order_complete_img img {
        width: 80%; } }
  @media (max-width: 767px) {
    .order_complete_img {
      margin: 0 auto 20px; }
      .order_complete_img img {
        width: 60%; } }

.order_complete_btn .cmn_btn::after {
  left: 20px;
  right: auto;
  transform: translateY(-50%) rotate(90deg); }
.order_complete_btn .cmn_btn:hover::after {
  left: 10px; }

@media (min-width: 768px), print {
  .order_div_two {
    align-items: center;
    display: flex;
    gap: 20px; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .order_div_two {
    gap: 0; } }

@media (max-width: 767px) {
  .order_div_two01 {
    align-items: center;
    display: flex; }
    .order_div_two01 .order_div_two_input {
      margin-bottom: 0;
      margin-right: 10px; } }

@media (max-width: 767px) {
  .mypage_div_two {
    align-items: center;
    display: flex;
    gap: 20px; }
    .mypage_div_two .order_div_two_input {
      margin-bottom: 0; } }

@media (min-width: 768px), print {
  .order_div_two_input {
    width: 300px; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .order_div_two_input {
    margin-right: 10px;
    width: 240px; } }
@media (max-width: 767px) {
  .order_div_two_input {
    margin-bottom: 10px;
    width: 100%; } }

.order_div_two_lbl {
  font-weight: 400;
  line-height: 1.2;
  min-width: 75px; }

.order_select {
  height: 44px; }

.mypage_order_note {
  background: #fff2f0;
  border: 2px solid #d54600;
  border-radius: 10px;
  line-height: 2.2;
  margin-bottom: 20px;
  padding: 20px 15px;
  text-align: center; }
  .mypage_order_note .red {
    color: #d54600; }
  .mypage_order_note a {
    color: #0045e2;
    text-decoration: underline; }

.mypage_order_tbl {
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white 15px) 0 0/50px 100%, linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.15)) 0 0/30px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), white 15px) right/50px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.15)) right/30px 100%;
  background-repeat: no-repeat;
  background-attachment: local, scroll, local, scroll;
  min-width: 600px;
  width: 100%; }
  .mypage_order_tbl thead th {
    background: #edeceb;
    border-left: 1px solid #fff;
    border-top: 1px solid #ccc;
    max-width: 180px;
    padding: 10px 5px;
    text-align: center;
    width: 180px; }
  .mypage_order_tbl thead th:nth-child(1) {
    border-left: none;
    width: 150px; }
  .mypage_order_tbl thead th:nth-child(8) {
    width: 50px; }
  .mypage_order_tbl tbody tr:nth-child(odd) {
    background: #fafafa; }
  .mypage_order_tbl td {
    font-size: 1.5rem;
    max-width: 180px;
    padding: 10px 5px;
    text-align: center; }
    .mypage_order_tbl td a {
      color: #0045e2;
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      text-decoration: underline;
      width: 100%;
      white-space: nowrap; }
    .mypage_order_tbl td:first-child {
      word-break: keep-all; }
  @media (max-width: 767px) {
    .mypage_order_tbl th, .mypage_order_tbl td {
      max-width: 150px; } }

.mypage_order_tblwrap {
  overflow-x: auto; }

.mypage_order_tblwrapbg {
  background: #fff;
  position: relative; }
  @media (max-width: 767px) {
    .mypage_order_tblwrapbg::before {
      background: url(../images/icon/swipe.png) no-repeat;
      background-position: center 10%;
      background-size: 80px auto;
      content: '';
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      pointer-events: none;
      z-index: 5; } }

.hidebefore::before {
  display: none; }

.pet_formnote_box {
  margin-bottom: 50px;
  padding: 30px 0;
  position: relative;
  text-align: center; }
  .pet_formnote_box::before {
    background: #fcf5ed;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100vw; }
  .pet_formnote_box * {
    position: relative;
    z-index: 1; }
  @media (max-width: 767px) {
    .pet_formnote_box {
      margin-bottom: 30px;
      padding: 20px 0; } }

.pet_formnote_box_btn {
  max-width: 405px;
  margin: 20px auto 0; }
  .pet_formnote_box_btn a {
    font-size: 1.6rem;
    line-height: 1.4;
    min-height: 36px;
    padding: 5px 10px; }
    .pet_formnote_box_btn a::after {
      background: url("../images/icon/ico-arrow-round-black.svg") center/contain no-repeat;
      content: "";
      display: inline-block;
      height: 17px;
      margin-left: 10px;
      min-width: 17px;
      width: 17px; }
    .pet_formnote_box_btn a:hover::after {
      background: url("../images/icon/ico-arrow-round-base.svg") center/contain no-repeat; }
  @media (max-width: 767px) {
    .pet_formnote_box_btn {
      margin-top: 10px; }
      .pet_formnote_box_btn a {
        font-size: 1.5rem; } }

.cat_certificate_upload {
  background: #fff;
  margin-bottom: 10px;
  text-align: right; }

.cat_certificate_upload_btn {
  border: 2px solid #111;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  padding: 2px 10px; }

.mypage_upload_tbl_editlst {
  margin-left: -5px; }
  .mypage_upload_tbl_editlst li {
    cursor: pointer;
    font-weight: 300;
    padding-left: 5px; }
    .mypage_upload_tbl_editlst li::before {
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      content: "";
      display: inline-block;
      height: 20px;
      margin-right: 5px;
      vertical-align: sub;
      width: 18px; }
    .mypage_upload_tbl_editlst li.seedetail::before {
      background-image: url("../images/icon/ico-seeimg-base.svg"); }
    .mypage_upload_tbl_editlst li.seeedit::before {
      background-image: url("../images/icon/ico-edit-base.svg"); }
    .mypage_upload_tbl_editlst li.seedelete::before {
      background-image: url("../images/icon/ico-delete-base.svg"); }
  @media (min-width: 768px), print {
    .mypage_upload_tbl_editlst {
      display: flex;
      min-width: 135px; }
      .mypage_upload_tbl_editlst li {
        width: 33.33%; } }
  @media (max-width: 767px) {
    .mypage_upload_tbl_editlst {
      min-width: 70px; }
      .mypage_upload_tbl_editlst li {
        margin-top: 5px; }
        .mypage_upload_tbl_editlst li:first-child {
          margin-top: 0; } }

.mypage_fileupload_tbl {
  width: 100%; }
  .mypage_fileupload_tbl thead {
    background: #f8f8f8; }
  .mypage_fileupload_tbl th, .mypage_fileupload_tbl td {
    border: 1px solid #ddd;
    display: table-cell;
    padding: 5px;
    text-align: center;
    vertical-align: middle; }

.modal_upload_img .modal_body_inner {
  padding: 30px 50px; }
  @media (max-width: 767px) {
    .modal_upload_img .modal_body_inner {
      padding: 20px 15px; } }

.modal_upload_img_box {
  background: #eee;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 20px 15px;
  text-align: center; }
  .modal_upload_img_box .cat_certificate_upload_btn {
    display: block;
    margin: -35px auto 0;
    pointer-events: none;
    width: 150px; }

.modal_upload_img_box_txt {
  margin-top: 10px; }
  .modal_upload_img_box_txt:first-child {
    margin-top: 0; }
  .modal_upload_img_box_txt span {
    display: block;
    font-size: 1.4rem; }

.modal_upload_img_box_dl dt {
  margin-bottom: 5px;
  margin-top: 15px; }
  .modal_upload_img_box_dl dt:first-child {
    margin-top: 0; }
  .modal_upload_img_box_dl dt span.required {
    background: #d54600;
    color: #fff;
    display: inline-block;
    font-size: 1.4rem;
    margin-left: 10px;
    text-align: center;
    width: 40px; }

.cat_certificate_upload_btn_hide {
  opacity: 0;
  height: 35px;
  margin: 10px auto 0;
  width: 150px; }

@media (max-width: 767px) {
  .order_income_wrap {
    align-items: center;
    display: flex;
    gap: 10px; }
    .order_income_wrap .order_div_two_input {
      margin-bottom: 0; } }

.txt_left {
  text-align: left !important; }

.mypage_order_note_withttl {
  border-width: 1px;
  margin-bottom: 40px; }

.mypage_order_note_ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 5px; }
  @media (max-width: 767px) {
    .mypage_order_note_ttl {
      font-size: 1.6rem; } }

.mypage_order_note_txt {
  font-weight: 300; }
  .mypage_order_note_txt .red {
    font-weight: 700; }

.mypage_wrap {
  margin: 0 auto;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%; }
  @media (min-width: 768px), print {
    .mypage_wrap {
      padding-bottom: 160px; } }
  @media (max-width: 767px) {
    .mypage_wrap {
      padding-bottom: 80px; } }

.mypage_wrap_inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 40px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .mypage_wrap_inner {
      flex-direction: column; } }
  @media (max-width: 767px) {
    .mypage_wrap_inner {
      flex-direction: column;
      gap: 20px; } }

.mypage_infor {
  width: 240px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .mypage_infor {
      display: flex;
      justify-content: space-between;
      gap: 0;
      padding-bottom: 50px;
      width: 100%; } }
  @media (max-width: 767px) {
    .mypage_infor {
      width: 100%; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .mypage_infor_down {
    flex: 1 1 0%; } }

.mypage_content {
  flex: 1 1 0%; }

.mypage_uploadavatar_box {
  background: url(../images/mypage/img-noimg.svg) #fcf5ed center center no-repeat;
  border: 5px solid #fe935f !important;
  border-radius: 100%;
  height: 240px;
  margin: 0 auto 80px;
  position: relative;
  width: 240px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .mypage_uploadavatar_box {
      height: 160px;
      margin-bottom: 0;
      margin-right: 20px;
      width: 160px; } }
  @media (max-width: 767px) {
    .mypage_uploadavatar_box {
      height: 180px;
      margin-bottom: 60px;
      width: 180px; } }
  .mypage_uploadavatar_box img {
    border-radius: 100%; }
  .mypage_uploadavatar_box .cmn_choose_file_btn {
    background: url(../images/mypage/ico-edit.svg) left center no-repeat;
    border: none;
    bottom: -50px;
    cursor: pointer;
    display: block !important;
    height: 30px;
    position: absolute;
    right: 30px;
    text-align: right;
    width: 62px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .mypage_uploadavatar_box .cmn_choose_file_btn {
        right: 0px; } }
    @media (max-width: 767px) {
      .mypage_uploadavatar_box .cmn_choose_file_btn {
        background-position: 0 0;
        right: 10px; } }
    .mypage_uploadavatar_box .cmn_choose_file_btn:hover .cmn_choose_txt {
      color: #fe935f !important; }
    .mypage_uploadavatar_box .cmn_choose_file_btn .cmn_choose_txt {
      color: #111 !important;
      cursor: pointer;
      font-weight: 400; }
  .mypage_uploadavatar_box .cmn_showimg_inner {
    display: block;
    height: 100%;
    position: relative; }
    .mypage_uploadavatar_box .cmn_showimg_inner .cmn_close_btn {
      background: url(../images/mypage/ico-del.svg) left center no-repeat;
      border-radius: 0;
      bottom: -50px;
      color: #111;
      cursor: pointer;
      display: block !important;
      font-weight: 400;
      height: 30px;
      left: 36px;
      padding-left: 25px;
      right: auto;
      top: auto;
      width: 62px; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .mypage_uploadavatar_box .cmn_showimg_inner .cmn_close_btn {
          left: 0px; } }
      @media (max-width: 767px) {
        .mypage_uploadavatar_box .cmn_showimg_inner .cmn_close_btn {
          background-position: 0 0;
          left: 10px; } }
      .mypage_uploadavatar_box .cmn_showimg_inner .cmn_close_btn:hover {
        color: #fe935f; }

.mypage_btn_edit a {
  background: url(../images/mypage/ico-edit.svg) left center no-repeat;
  font-weight: 400;
  padding-left: 26px; }

.mypage_lbl {
  display: block;
  padding-bottom: 10px; }

.mypage_biographical {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px; }
  @media (min-width: 768px), print {
    .mypage_biographical {
      margin-bottom: 30px; } }

.mypage_tabs {
  display: flex;
  gap: 5px;
  margin-left: 15px;
  width: calc(100% - 30px); }
  @media (min-width: 768px) and (max-width: 1023px) {
    .mypage_tabs {
      gap: 0;
      justify-content: space-between;
      margin: 0 5px; } }
  @media (max-width: 767px) {
    .mypage_tabs {
      flex-wrap: wrap;
      margin: 0;
      padding-bottom: 20px;
      width: 100%; } }
  .mypage_tabs li {
    height: 46px; }
    @media (min-width: 768px), print {
      .mypage_tabs li {
        margin: 0 2px;
        width: 100%; } }
    @media (max-width: 767px) {
      .mypage_tabs li {
        width: calc((100% - 5px) / 2 - 0.1px); } }
    .mypage_tabs li.active a {
      background: #fe935f;
      color: #fff; }
    .mypage_tabs li a {
      align-items: center;
      background: #fcf5ed;
      display: flex;
      justify-content: center;
      height: 100%;
      line-height: 1.2;
      padding: 5px;
      text-align: center; }
      @media (min-width: 768px), print {
        .mypage_tabs li a {
          border-radius: 10px 10px 0 0; }
          .mypage_tabs li a:hover {
            background: #fe935f;
            color: #fff; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .mypage_tabs li a {
          font-size: 1.4rem; } }
      @media (max-width: 767px) {
        .mypage_tabs li a {
          background: #fcf5ed;
          border-radius: 5px;
          font-size: 1.4rem; } }

.mypagetabs_content {
  border: 2px solid #111;
  border-radius: 10px;
  padding: 34px 50px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .mypagetabs_content {
      padding: 24px 20px; } }
  @media (max-width: 767px) {
    .mypagetabs_content {
      padding: 20px 15px; } }
  .mypagetabs_content .mypage_content_block {
    position: relative; }
    .mypagetabs_content .mypage_content_block:nth-child(n+2) {
      display: none; }
    @media (min-width: 768px), print {
      .mypagetabs_content .mypage_content_block .cmn_result_group {
        margin: 30px 0 20px; } }
    @media (max-width: 767px) {
      .mypagetabs_content .mypage_content_block .cmn_result_group {
        margin: 20px 0 20px; } }
  .mypagetabs_content .cmn_result_pagination {
    margin-bottom: 20px; }

.mypage_top_ttl {
  border-bottom: 2px solid #111;
  margin-bottom: 10px;
  padding-bottom: 20px;
  position: relative; }
  .mypage_top_ttl::before {
    transform: translateY(0%); }
    @media (min-width: 768px), print {
      .mypage_top_ttl::before {
        top: 10px; } }
    @media (max-width: 767px) {
      .mypage_top_ttl::before {
        top: 0; } }

.mypage_tbl {
  table-layout: fixed;
  width: 100%; }
  @media (max-width: 767px) {
    .mypage_tbl tr:last-child td {
      border: none; } }
  .mypage_tbl th,
  .mypage_tbl td {
    vertical-align: middle;
    text-align: left; }
    @media (max-width: 767px) {
      .mypage_tbl th,
      .mypage_tbl td {
        display: block;
        width: 100%; } }
  @media (min-width: 768px), print {
    .mypage_tbl th {
      padding: 8px 0;
      width: 150px; } }
  @media (max-width: 767px) {
    .mypage_tbl th {
      padding: 8px 0; }
      .mypage_tbl th br {
        display: none; } }
  @media (min-width: 768px), print {
    .mypage_tbl td {
      padding: 8px 0; } }
  @media (max-width: 767px) {
    .mypage_tbl td {
      border-bottom: 1px solid #ccc;
      padding-bottom: 16px; } }
  .mypage_tbl td input {
    border: 1px solid #ccc; }
    .mypage_tbl td input.haftw {
      cursor: pointer;
      width: 300px; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .mypage_tbl td input.haftw {
          width: 240px; } }
      @media (max-width: 767px) {
        .mypage_tbl td input.haftw {
          width: 100%; } }
  .mypage_tbl td .hm_search_option {
    background-size: 10px auto;
    border: 1px solid #ccc;
    height: 44px; }
    .mypage_tbl td .hm_search_option select {
      padding-left: 10px; }
  .mypage_tbl td .hm_location_show_result {
    border: 1px solid #ccc; }
  .mypage_tbl .hm_search_option select {
    padding: 0 10px; }
  .mypage_tbl .hm_location .hm_location_show_result {
    height: 44px; }
  .mypage_tbl .hm_location .hm_location_show_result_spn {
    padding-left: 10px; }

.inputcalendar {
  display: inline-block;
  max-width: 300px;
  position: relative;
  width: 100%; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .inputcalendar {
      width: calc(50% - 9px); }
      .inputcalendar input {
        width: 100% !important; } }
  .inputcalendar::after {
    background: url(../images/icon/ico-calendar.svg) 0 0/contain no-repeat;
    content: "";
    height: 20px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px; }
  @media (max-width: 767px) {
    .inputcalendar {
      max-width: none; }
      .inputcalendar::after {
        height: 16px;
        width: 16px; } }

.mypage_edit_box {
  align-items: center;
  display: flex;
  gap: 20px; }
  @media (min-width: 768px), print {
    .mypage_edit_box {
      padding: 5px 0; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .mypage_edit_lbl {
    margin-right: 20px; } }

.mber_radio {
  display: flex; }
  .mber_radio li {
    width: 130px; }
    .mber_radio li label {
      cursor: pointer;
      display: block;
      vertical-align: middle; }
      .mber_radio li label input {
        display: none;
        visibility: hidden; }
        .mber_radio li label input:checked ~ span::after {
          background: #fe935f; }
      .mber_radio li label span {
        display: block;
        padding-left: 26px;
        position: relative; }
        .mber_radio li label span::before {
          background: #fff;
          border: 2px solid #111;
          border-radius: 100%;
          content: "";
          height: 16px;
          left: 0;
          position: absolute;
          top: 6px;
          width: 16px; }
        .mber_radio li label span::after {
          border-radius: 100%;
          content: "";
          height: 10px;
          left: 3px;
          line-height: 1;
          position: absolute;
          top: 9px;
          width: 10px; }

.mypage_result_sort {
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .mypage_result_sort {
      padding: 0 0 10px !important; } }
  @media (min-width: 768px), print {
    .mypage_result_sort .cmn_result_sort_box {
      padding: 5px 0;
      width: 50%; } }

.mypage_result_wrap .hm_group_pet,
.mypage_result_wrap .hm_group_auction {
  gap: 30px !important;
  justify-content: space-between; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .mypage_result_wrap .hm_group_pet,
    .mypage_result_wrap .hm_group_auction {
      gap: 20px !important; } }
  @media (max-width: 767px) {
    .mypage_result_wrap .hm_group_pet,
    .mypage_result_wrap .hm_group_auction {
      gap: 15px !important; } }
  .mypage_result_wrap .hm_group_pet .swiper-slide,
  .mypage_result_wrap .hm_group_auction .swiper-slide {
    margin: 0 !important;
    width: calc(50% - 15px); }
    @media (min-width: 768px) and (max-width: 1023px) {
      .mypage_result_wrap .hm_group_pet .swiper-slide,
      .mypage_result_wrap .hm_group_auction .swiper-slide {
        width: calc(50% - 10px); } }
    @media (max-width: 767px) {
      .mypage_result_wrap .hm_group_pet .swiper-slide,
      .mypage_result_wrap .hm_group_auction .swiper-slide {
        width: 100%; } }

.mypage_auction_finish {
  pointer-events: none;
  width: 100%; }
  .mypage_auction_finish .hm_auction_timeremaining {
    background: url(../images/icon/ico-clock.svg) #111 20px center no-repeat; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .mypage_auction_finish .hm_auction_timeremaining {
        background-position: 7px 11px;
        background-size: 20px auto; } }
    @media (max-width: 767px) {
      .mypage_auction_finish .hm_auction_timeremaining {
        background-size: 24px auto; } }
  .mypage_auction_finish .hm_tbl_price::before {
    content: "終了価格: "; }
  .mypage_auction_finish .btn08 {
    background: #111;
    border-color: #111; }
  .mypage_auction_finish .btn10 {
    background: #ccc;
    border-color: #ccc; }
  .mypage_auction_finish .mypage_btn_edit02 a {
    background: #ccc;
    border-color: #ccc;
    color: #fff; }
    .mypage_auction_finish .mypage_btn_edit02 a::after {
      background: url(../images/icon/ico-arrow-bottom-w.svg) 0 0 no-repeat; }

.mypage_edit {
  background: #fcf5ed;
  border-radius: 15px;
  padding: 65px 120px; }
  .mypage_edit .cmm_ttl_group {
    margin-bottom: 30px; }
  .mypage_edit .cmm_ttl {
    font-size: 3rem; }
  .mypage_edit .cmm_ttl_en {
    font-size: 1.6rem; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .mypage_edit {
      padding: 50px 50px; } }
  @media (max-width: 767px) {
    .mypage_edit {
      padding: 20px 15px; } }

.mypage_edit_txt {
  padding-bottom: 30px;
  text-align: center; }

.mypage_edit_content {
  margin: 0 auto 25px;
  max-width: 440px;
  width: 100%; }
  @media (max-width: 767px) {
    .mypage_edit_content .hm_member_thumb img {
      max-width: 190px; } }

.mypage_edit_part {
  padding-bottom: 20px; }

.mypage_edit_ttl {
  padding-bottom: 5px; }

@media (min-width: 768px), print {
  .mypage_edit_field {
    height: 60px; } }
@media (max-width: 767px) {
  .mypage_edit_field {
    height: 46px; } }
.mypage_edit_field input {
  border: none;
  height: 100%; }
  @media (min-width: 768px), print {
    .mypage_edit_field input {
      padding-left: 20px; } }
  @media (max-width: 767px) {
    .mypage_edit_field input {
      padding-left: 10px; } }

.mypage_errow_mess {
  color: #d54600; }

.mypage_errow_success {
  color: #47bb7d; }

.mypage_errow_warning {
  color: #d9df33; }

.mypage_errow_info {
  color: #33b9ec; }

.login_wrap {
  margin: 0 auto;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%; }
  @media (min-width: 768px), print {
    .login_wrap {
      padding-bottom: 160px; } }
  @media (max-width: 767px) {
    .login_wrap {
      padding-bottom: 80px; } }

.login_wrap_inner {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .login_wrap_inner {
      flex-direction: column;
      gap: 30px; } }

.login_top_control {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    .login_top_control {
      display: flex; } }
  .login_top_control li {
    height: 46px;
    width: calc((100% - 10px) / 2 - 0.1px); }
    .login_top_control li a {
      align-items: center;
      background: url(../images/icon/ico-arrow-bottom-w.svg) #fe935f 94% center no-repeat;
      color: #fff;
      display: flex;
      font-size: 1.4rem;
      justify-content: center;
      height: 100%;
      padding-right: 10px;
      position: relative;
      padding-left: 10px; }

.login_block {
  background: #fcf5ed;
  border-radius: 15px;
  padding: 40px;
  width: 47.5%; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .login_block {
      padding: 30px 25px;
      width: 48.5%; } }
  @media (max-width: 767px) {
    .login_block {
      padding: 20px 25px 30px;
      width: 100%; } }
  .login_block .cmm_ttl_group {
    margin-bottom: 15px; }
  .login_block .cmm_ttl {
    font-size: 3rem; }
  .login_block .cmm_ttl_en {
    font-size: 1.6rem; }

.login_forget {
  padding: 15px 0 0;
  text-align: center; }
  .login_forget a {
    color: #fe935f;
    text-decoration: underline; }
    .login_forget a:hover {
      color: #111;
      text-decoration: none; }

.login_text {
  border-top: 2px solid #111;
  text-align: center; }
  @media (min-width: 768px), print {
    .login_text {
      margin-top: 25px;
      padding-bottom: 15px;
      padding-top: 15px; } }
  @media (max-width: 767px) {
    .login_text {
      margin-top: 20px;
      padding-bottom: 10px;
      padding-top: 10px; } }

.mypage_upload_thumbs {
  display: flex;
  justify-content: space-between;
  gap: 6px; }
  @media (max-width: 767px) {
    .mypage_upload_thumbs {
      flex-wrap: wrap;
      padding: 10px 0 0 0; } }
  .mypage_upload_thumbs li {
    background: url(../images/mypage/img-noimg02.svg) #eee center/cover no-repeat;
    border-radius: 10px;
    height: 170px;
    width: 170px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .mypage_upload_thumbs li {
        height: 150px;
        width: 150px; } }
    @media (max-width: 767px) {
      .mypage_upload_thumbs li {
        height: 40vw;
        width: calc(50% - 3px); } }
    .mypage_upload_thumbs li img {
      border-radius: 10px; }

@media (max-width: 767px) {
  .mypage_upload_thumb_single {
    justify-content: center; } }

.cmn_uploadfile_box {
  border: 2px solid #fff; }
  .cmn_uploadfile_box.active {
    border-color: #111; }
    .cmn_uploadfile_box.active .cmn_showimg_inner {
      height: 100%;
      position: relative; }

.cmn_choose_file_btn {
  align-items: center;
  border: 2px solid #111;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 2; }
  .cmn_choose_file_btn input {
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.cmn_choose_txt {
  color: transparent;
  text-align: center;
  width: 100%; }

.cmn_close_btn {
  background: url(../images/mypage/ico-close.svg) #fe935f center center no-repeat;
  border-radius: 100%;
  color: transparent;
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: -6px;
  top: -14px;
  width: 40px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cmn_close_btn {
      background-size: 10px auto;
      height: 30px;
      right: -6px;
      top: -14px;
      width: 30px; }
      .cmn_close_btn:hover {
        background: url(../images/mypage/ico-close.svg) #d54600 center center no-repeat; } }
  @media (max-width: 767px) {
    .cmn_close_btn {
      height: 40px;
      right: -6px;
      top: -14px;
      width: 40px; } }

.mypage_breeder_tbl .inputcalendar {
  width: 300px; }
  @media (max-width: 767px) {
    .mypage_breeder_tbl .inputcalendar {
      width: 100%; } }

.mypage_endtime {
  align-items: center;
  display: flex;
  gap: 15px;
  position: relative; }
  .mypage_endtime::before {
    content: "-";
    pointer-events: none;
    order: 2; }
  @media (max-width: 767px) {
    .mypage_endtime {
      gap: 10px; } }
  .mypage_endtime li {
    position: relative; }
    .mypage_endtime li:nth-child(1) {
      order: 1; }
    .mypage_endtime li:nth-child(2) {
      order: 3; }
    @media (min-width: 768px), print {
      .mypage_endtime li {
        width: 300px; } }
    @media (max-width: 767px) {
      .mypage_endtime li {
        width: 140px !important; } }

.inputtimepicker i {
  color: #fe935f;
  font-size: 2rem;
  font-style: normal;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%); }
  .inputtimepicker i::before {
    content: "\f017";
    font-family: "Font Awesome 5 Free";
    font-weight: 500;
    pointer-events: none; }

.mypage_auction_stt {
  display: none; }
  .mypage_auction_stt.active {
    display: table-row; }

.mypage_notauction_stt {
  display: table-row; }
  .mypage_notauction_stt.active {
    display: none; }

.ui-widget-header .ui-icon {
  background-image: url(../images/calender/ui-icons_444444_256x240.png) !important; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  padding: 3px 5px;
  width: 40%; }

.ui-datepicker select.ui-datepicker-month {
  margin-left: 10px; }

.ui-timepicker-wrapper {
  width: 300px; }

.mypage_location .hm_location_list {
  top: 42px; }
.mypage_location .hm_location_provincial {
  padding-left: 8px; }
.mypage_location .hm_location_list_lvl02 > li {
  padding-left: 26px; }

.mypage_btn_chat {
  width: 100%; }
  .mypage_btn_chat a {
    font-size: 2.4rem; }
    .mypage_btn_chat a img {
      height: 26px;
      margin-right: 5px; }
  @media (min-width: 768px), print {
    .mypage_btn_chat {
      height: 60px; } }
  @media (max-width: 767px) {
    .mypage_btn_chat {
      height: 54px;
      margin: 20px auto 20px;
      max-width: 235px; } }
  .mypage_btn_chat button img {
    margin-right: 8px;
    width: 30px; }

.mypage_addnew_pet {
  height: 44px;
  width: 192px; }
  @media (min-width: 768px), print {
    .mypage_addnew_pet {
      position: absolute;
      right: 0;
      top: 12px; } }
  @media (max-width: 767px) {
    .mypage_addnew_pet {
      margin: 0 auto 10px; } }
  .mypage_addnew_pet a {
    align-items: center;
    background: url(../images/icon/ico-cat-add-w.svg) #d54600 36px center no-repeat;
    border: 2px solid #111;
    border-radius: 5px;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 100%;
    padding-left: 36px; }
    .mypage_addnew_pet a:hover {
      background: url(../images/icon/ico-cat-add-w.svg) #fe935f 36px center no-repeat;
      border: 2px solid #fe935f;
      color: #fff; }

.mypage_result_wrap02 {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 0 0; }
  @media (max-width: 767px) {
    .mypage_result_wrap02 {
      justify-content: space-between; } }

.mypage_result_box {
  margin-bottom: 40px;
  margin-left: 50px;
  width: calc((100% - 100px) / 3 - 0.1px); }
  @media (min-width: 768px) and (max-width: 1023px) {
    .mypage_result_box {
      margin-left: 30px;
      width: calc((100% - 60px) / 3 - 0.1px); } }
  @media (max-width: 767px) {
    .mypage_result_box {
      margin-left: 0;
      width: calc((100% - 20px) / 2 - 0.1px); } }
  .mypage_result_box:nth-child(3n+1) {
    margin-left: 0; }

.mypage_result_thumb {
  height: 240px;
  margin: 0 auto 15px;
  width: 240px; }
  .mypage_result_thumb a {
    background: url(../images/mypage/img-noimg.svg) #fcf5ed center center no-repeat;
    border-radius: 100%;
    display: block;
    overflow: hidden;
    height: 100%; }
    @media (min-width: 768px), print {
      .mypage_result_thumb a {
        border: 5px solid #fe935f; }
        .mypage_result_thumb a:hover img {
          transition: all 0.3s;
          transform: scale(1.1); } }
    @media (max-width: 767px) {
      .mypage_result_thumb a {
        border: 3px solid #fe935f; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .mypage_result_thumb {
      height: 200px;
      width: 200px; } }
  @media (max-width: 767px) {
    .mypage_result_thumb {
      height: 120px;
      width: 120px; } }
  .mypage_result_thumb img {
    transition: all 0.3s;
    border-radius: 100%;
    height: 100%;
    object-fit: cover;
    width: 100%; }

.mypage_result_name {
  padding-bottom: 15px;
  text-align: center; }
  @media (min-width: 768px), print {
    .mypage_result_name {
      font-size: 2rem; } }
  @media (max-width: 767px) {
    .mypage_result_name {
      font-size: 1.6rem; } }

.mypage_result_lbl {
  padding-bottom: 6px; }

.mypage_result_successlist li {
  height: 60px;
  margin-bottom: 8px; }
  .mypage_result_successlist li a {
    height: 100%; }
  .mypage_result_successlist li img {
    border-radius: 5px;
    height: 50px;
    object-fit: cover;
    width: 50px; }

.mypage_result_list_avatar {
  border-radius: 5px;
  height: 40px;
  margin-right: 16px;
  width: 40px; }

.mypage_personal .mypage_uploadavatar_box {
  margin-bottom: 20px !important; }
.mypage_personal .mypage_biographical {
  border: none;
  padding: 0; }

.mypage_rate_sum {
  margin-bottom: 20px; }
  @media (min-width: 768px), print {
    .mypage_rate_sum .detail_rate_sum_star span {
      background-size: 37.62px 36px;
      height: 36px;
      width: 37.62px; } }
  @media (max-width: 767px) {
    .mypage_rate_sum {
      margin-bottom: 10px; } }

#rating_go {
  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  /* make hover effect work properly in IE */
  /* hide radio inputs */
  /* set icon padding and size */
  /* add padding and positioning to half star labels */
  /* set default star color */
  /* set color of none icon when unchecked */
  /* if none icon is checked, make it red */
  /* if any input is checked, make its following siblings grey */
  /* make all stars orange on rating group hover */
  /* make hovered input's following siblings grey on hover */
  /* make none icon grey on rating group hover */
  /* make none icon red on hover */ }
  #rating_go .rating-group {
    display: inline-flex; }
  #rating_go .rating__icon {
    pointer-events: none; }
  #rating_go .rating__input {
    position: absolute !important;
    left: -9999px !important; }
  #rating_go .rating__label {
    cursor: pointer;
    /* if you change the left/right padding, update the margin-right property of .rating__label--half as well. */
    padding: 0 0.1em;
    font-size: 3rem;
    line-height: 1; }
  #rating_go .rating__label--half {
    padding-right: 0;
    margin-right: -0.6em;
    position: relative;
    left: -3px;
    width: 14px;
    z-index: 2; }
  #rating_go .rating__icon--star {
    color: orange; }
  #rating_go .rating__icon--none {
    color: #eee; }
  #rating_go .rating__input--none:checked + .rating__label .rating__icon--none {
    color: red; }
  #rating_go .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd; }
  #rating_go .rating-group:hover .rating__label .rating__icon--star,
  #rating_go .rating-group:hover .rating__label--half .rating__icon--star {
    color: orange; }
  #rating_go .rating__input:hover ~ .rating__label .rating__icon--star,
  #rating_go .rating__input:hover ~ .rating__label--half .rating__icon--star {
    color: #ddd; }
  #rating_go .rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
    color: #eee; }
  #rating_go .rating__input--none:hover + .rating__label .rating__icon--none {
    color: red; }

.rate_cmmt_txtarea {
  height: 120px; }

.pet_rating_status {
  position: relative; }
  .pet_rating_status::before {
    border-radius: 10px 0 0 0;
    content: "";
    color: #fff;
    font-size: 1.5rem;
    height: 34px;
    left: 0;
    line-height: 34px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 84px;
    z-index: 3; }
  .pet_rating_status.pet_purchased::before {
    background: #111;
    content: "取引完了"; }
  .pet_rating_status.pet_purchasing::before {
    background: #fe935f;
    content: "取引中"; }
  @media (max-width: 767px) {
    .pet_rating_status::before {
      font-size: 1.4rem;
      height: 28px;
      line-height: 28px;
      width: 70px; }
    .pet_rating_status .hm_tbl_btns li {
      margin-top: 5px;
      width: 100% !important; }
      .pet_rating_status .hm_tbl_btns li:first-child {
        margin-top: 0; } }

@media (max-width: 767px) {
  .pet_rating_btnlst li {
    margin-top: 7px;
    width: 100% !important; }
    .pet_rating_btnlst li:first-child {
      margin-top: 0; } }

.mypage_content_block .mypage_top_ttl {
  margin-top: 40px; }
  .mypage_content_block .mypage_top_ttl:first-child {
    margin-top: 0; }
  @media (max-width: 767px) {
    .mypage_content_block .mypage_top_ttl {
      margin-top: 30px; } }

.mypage_tbl .order_checkagree {
  margin-left: 0; }
  .mypage_tbl .order_checkagree li:first-child {
    margin: 0; }

.highlight_select {
  background: url(../images/icon/ico-arrow-down-base.svg) #fcf5ed 98% center no-repeat;
  background-size: 17px 10px;
  border-color: #fe935f !important; }
  .highlight_select select {
    color: #fe935f !important; }

.mber_checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }
  @media (max-width: 767px) {
    .mber_checkbox li {
      width: calc(50% - 5px); } }

.form_draft_box {
  background: #fff2f0;
  border: 1px solid #d54600;
  margin-bottom: 30px;
  padding: 30px;
  text-align: center; }
  @media (max-width: 767px) {
    .form_draft_box {
      padding: 20px 15px; } }

.form_draft_box_txt {
  line-height: 2.2;
  margin-bottom: 30px; }
  .form_draft_box_txt strong {
    color: #d54600;
    font-weight: 700; }
  @media (max-width: 767px) {
    .form_draft_box_txt {
      line-height: 1.8;
      margin-bottom: 20px; } }

.form_draft_box_dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px; }
  @media (max-width: 767px) {
    .form_draft_box_dl {
      gap: 10px; }
      .form_draft_box_dl dt {
        width: 100%; } }

.form_draft_box_checklst {
  gap: 30px; }
  .form_draft_box_checklst li {
    width: auto; }
  @media (max-width: 767px) {
    .form_draft_box_checklst {
      gap: 20px; }
      .form_draft_box_checklst li label span {
        text-align: left; } }

.order_tbl_optional.mg-bt30 {
  margin-bottom: 30px !important; }

.btn_savedraft {
  bottom: 170px;
  height: 150px;
  right: -200px;
  position: fixed;
  transition: .3s all ease-in-out;
  width: 150px;
  z-index: 99; }
  .btn_savedraft a {
    background: #111;
    border-radius: 10px 0 0 10px;
    color: #fff;
    display: block;
    height: 100%;
    padding: 10px 15px;
    width: 100%; }
    .btn_savedraft a span {
      display: block;
      margin: 5px auto; }
    .btn_savedraft a:hover {
      background: #d54600 !important; }
  .btn_savedraft.showbtn {
    right: 0; }
  @media (max-width: 767px) {
    .btn_savedraft {
      height: 120px;
      width: 120px; }
      .btn_savedraft a {
        font-size: 1.4rem;
        padding: 7px 5px; }
        .btn_savedraft a span img {
          max-width: 26px; } }

.flipvertical {
  transform: rotate(180deg); }

.hm_group_auction.hm_group_pet .state-sell .hm_tbl_part {
  background: #fcf5ed !important;
  border-color: #fcf5ed !important; }
@media (min-width: 768px), print {
  .hm_group_auction.hm_group_pet .hm_tbl_part {
    display: flex;
    flex-direction: column; }
    .hm_group_auction.hm_group_pet .hm_tbl_part .hm_tbl_btns02 {
      margin-top: auto !important; } }

.pet_status_modal .modal_body_inner {
  padding-top: 30px; }

.pet_status_modal_ttl {
  border-bottom: 2px solid #111;
  display: flex;
  font-size: 1.8rem;
  justify-content: space-between;
  margin-bottom: 15px;
  padding: 0 0 10px; }
  .pet_status_modal_ttl .required {
    align-items: center;
    background: #d54600;
    color: #fff;
    display: flex;
    font-size: 1.4rem;
    justify-content: center;
    height: 20px;
    line-height: 1;
    width: 40px; }
  @media (max-width: 767px) {
    .pet_status_modal_ttl {
      font-size: 1.5rem; } }

.pet_status_modal_checklst {
  display: block; }
  .pet_status_modal_checklst li {
    margin-top: 15px;
    width: 100%; }
    .pet_status_modal_checklst li:first-child {
      margin-top: 0; }

.pet_status_modal_checklst_note {
  font-weight: 300; }
  .pet_status_modal_checklst_note .red {
    color: #d54600; }

.mypage_order_tbl td {
  font-size: 1.5rem;
  vertical-align: top;
  min-width: 80px; }
.mypage_order_tbl th:last-child, .mypage_order_tbl td:last-child {
  width: 80px; }
.mypage_order_tbl th:nth-child(3), .mypage_order_tbl td:nth-child(3) {
  width: 29%; }

.mypage_order_tbl_userinfo, .mypage_order_tbl_petinfo {
  font-weight: 300;
  text-align: left; }
  .mypage_order_tbl_userinfo a, .mypage_order_tbl_petinfo a {
    font-weight: 700;
    word-wrap: break-word;
    white-space: normal !important; }

.mypage_order_tbl_petinfo {
  display: flex;
  gap: 10px; }

.mypage_order_tbl_petinfo_img {
  border-radius: 10px;
  height: 90px;
  min-width: 90px;
  overflow: hidden;
  width: 90px; }
  .mypage_order_tbl_petinfo_img img {
    object-fit: cover; }
  @media (max-width: 767px) {
    .mypage_order_tbl_petinfo_img {
      height: 60px;
      min-width: 60px;
      width: 60px; } }

.pet_status_modal_notelst {
  font-size: 1.4rem;
  font-weight: 300; }
  .pet_status_modal_notelst li {
    display: flex;
    gap: 5px;
    margin-bottom: 10px; }
    .pet_status_modal_notelst li::before {
      content: "⚫︎"; }

.pet_status_modal_txt {
  font-size: 1.4rem;
  font-weight: 300;
  margin-bottom: 10px; }

.pet_status_modal .modal_body_inner {
  padding-bottom: 40px; }

.term_wrap .term_block:nth-child(1) .term_top_ttl::after {
  content: "第1条"; }
.term_wrap .term_block:nth-child(2) .term_top_ttl::after {
  content: "第2条"; }
.term_wrap .term_block:nth-child(3) .term_top_ttl::after {
  content: "第3条"; }
.term_wrap .term_block:nth-child(4) .term_top_ttl::after {
  content: "第4条"; }
.term_wrap .term_block:nth-child(5) .term_top_ttl::after {
  content: "第5条"; }
.term_wrap .term_block:nth-child(6) .term_top_ttl::after {
  content: "第6条"; }
.term_wrap .term_block:nth-child(7) .term_top_ttl::after {
  content: "第7条"; }
.term_wrap .term_block:nth-child(8) .term_top_ttl::after {
  content: "第8条"; }
.term_wrap .term_block:nth-child(9) .term_top_ttl::after {
  content: "第9条"; }
.term_wrap .term_block:nth-child(10) .term_top_ttl::after {
  content: "第10条"; }
.term_wrap .term_block:nth-child(11) .term_top_ttl::after {
  content: "第11条"; }
.term_wrap .term_block:nth-child(12) .term_top_ttl::after {
  content: "第12条"; }
.term_wrap .term_block:nth-child(13) .term_top_ttl::after {
  content: "第13条"; }
.term_wrap .term_block:nth-child(14) .term_top_ttl::after {
  content: "第14条"; }
.term_wrap .term_block:nth-child(15) .term_top_ttl::after {
  content: "第15条"; }
.term_wrap .term_block:nth-child(16) .term_top_ttl::after {
  content: "第16条"; }
.term_wrap .term_block:nth-child(17) .term_top_ttl::after {
  content: "第17条"; }
.term_wrap .term_block:nth-child(18) .term_top_ttl::after {
  content: "第18条"; }
.term_wrap .term_block:nth-child(19) .term_top_ttl::after {
  content: "第19条"; }
.term_wrap .term_block:nth-child(20) .term_top_ttl::after {
  content: "第20条"; }
.term_wrap .term_block:nth-child(21) .term_top_ttl::after {
  content: "第21条"; }
.term_wrap .term_block:nth-child(22) .term_top_ttl::after {
  content: "第22条"; }
.term_wrap .term_block:nth-child(23) .term_top_ttl::after {
  content: "第23条"; }
.term_wrap .term_block:nth-child(24) .term_top_ttl::after {
  content: "第24条"; }
.term_wrap .term_block:nth-child(25) .term_top_ttl::after {
  content: "第25条"; }
.term_wrap .term_block:nth-child(26) .term_top_ttl::after {
  content: "第26条"; }
.term_wrap .term_block:nth-child(27) .term_top_ttl::after {
  content: "第27条"; }
.term_wrap .term_block:nth-child(28) .term_top_ttl::after {
  content: "第28条"; }
.term_wrap .term_block:nth-child(29) .term_top_ttl::after {
  content: "第29条"; }
.term_wrap .term_block:nth-child(30) .term_top_ttl::after {
  content: "第30条"; }
.term_wrap .term_block:nth-child(31) .term_top_ttl::after {
  content: "第31条"; }
.term_wrap .term_block:nth-child(32) .term_top_ttl::after {
  content: "第32条"; }
.term_wrap .term_block:nth-child(33) .term_top_ttl::after {
  content: "第33条"; }
.term_wrap .term_block:nth-child(34) .term_top_ttl::after {
  content: "第34条"; }
.term_wrap .term_block:nth-child(35) .term_top_ttl::after {
  content: "第35条"; }
.term_wrap .term_block:nth-child(36) .term_top_ttl::after {
  content: "第36条"; }
.term_wrap .term_block:nth-child(37) .term_top_ttl::after {
  content: "第37条"; }
.term_wrap .term_block:nth-child(38) .term_top_ttl::after {
  content: "第38条"; }
.term_wrap .term_block:nth-child(39) .term_top_ttl::after {
  content: "第39条"; }
.term_wrap .term_block:nth-child(40) .term_top_ttl::after {
  content: "第40条"; }
.term_wrap .term_block:nth-child(41) .term_top_ttl::after {
  content: "第41条"; }
.term_wrap .term_block:nth-child(42) .term_top_ttl::after {
  content: "第42条"; }
.term_wrap .term_block:nth-child(43) .term_top_ttl::after {
  content: "第43条"; }
.term_wrap .term_block:nth-child(44) .term_top_ttl::after {
  content: "第44条"; }
.term_wrap .term_block:nth-child(45) .term_top_ttl::after {
  content: "第45条"; }
.term_wrap .term_block:nth-child(46) .term_top_ttl::after {
  content: "第46条"; }
.term_wrap .term_block:nth-child(47) .term_top_ttl::after {
  content: "第47条"; }
.term_wrap .term_block:nth-child(48) .term_top_ttl::after {
  content: "第48条"; }
.term_wrap .term_block:nth-child(49) .term_top_ttl::after {
  content: "第49条"; }
.term_wrap .term_block:nth-child(50) .term_top_ttl::after {
  content: "第50条"; }
.term_wrap .term_block:nth-child(51) .term_top_ttl::after {
  content: "第51条"; }
.term_wrap .term_block:nth-child(52) .term_top_ttl::after {
  content: "第52条"; }
.term_wrap .term_block:nth-child(53) .term_top_ttl::after {
  content: "第53条"; }
.term_wrap .term_block:nth-child(54) .term_top_ttl::after {
  content: "第54条"; }
.term_wrap .term_block:nth-child(55) .term_top_ttl::after {
  content: "第55条"; }
.term_wrap .term_block:nth-child(56) .term_top_ttl::after {
  content: "第56条"; }
.term_wrap .term_block:nth-child(57) .term_top_ttl::after {
  content: "第57条"; }
.term_wrap .term_block:nth-child(58) .term_top_ttl::after {
  content: "第58条"; }
.term_wrap .term_block:nth-child(59) .term_top_ttl::after {
  content: "第59条"; }
.term_wrap .term_block:nth-child(60) .term_top_ttl::after {
  content: "第60条"; }
.term_wrap .term_block:nth-child(61) .term_top_ttl::after {
  content: "第61条"; }
.term_wrap .term_block:nth-child(62) .term_top_ttl::after {
  content: "第62条"; }
.term_wrap .term_block:nth-child(63) .term_top_ttl::after {
  content: "第63条"; }
.term_wrap .term_block:nth-child(64) .term_top_ttl::after {
  content: "第64条"; }
.term_wrap .term_block:nth-child(65) .term_top_ttl::after {
  content: "第65条"; }
.term_wrap .term_block:nth-child(66) .term_top_ttl::after {
  content: "第66条"; }
.term_wrap .term_block:nth-child(67) .term_top_ttl::after {
  content: "第67条"; }
.term_wrap .term_block:nth-child(68) .term_top_ttl::after {
  content: "第68条"; }
.term_wrap .term_block:nth-child(69) .term_top_ttl::after {
  content: "第69条"; }
.term_wrap .term_block:nth-child(70) .term_top_ttl::after {
  content: "第70条"; }
.term_wrap .term_block:nth-child(71) .term_top_ttl::after {
  content: "第71条"; }
.term_wrap .term_block:nth-child(72) .term_top_ttl::after {
  content: "第72条"; }
.term_wrap .term_block:nth-child(73) .term_top_ttl::after {
  content: "第73条"; }
.term_wrap .term_block:nth-child(74) .term_top_ttl::after {
  content: "第74条"; }
.term_wrap .term_block:nth-child(75) .term_top_ttl::after {
  content: "第75条"; }
.term_wrap .term_block:nth-child(76) .term_top_ttl::after {
  content: "第76条"; }
.term_wrap .term_block:nth-child(77) .term_top_ttl::after {
  content: "第77条"; }
.term_wrap .term_block:nth-child(78) .term_top_ttl::after {
  content: "第78条"; }
.term_wrap .term_block:nth-child(79) .term_top_ttl::after {
  content: "第79条"; }
.term_wrap .term_block:nth-child(80) .term_top_ttl::after {
  content: "第80条"; }
.term_wrap .term_block:nth-child(81) .term_top_ttl::after {
  content: "第81条"; }
.term_wrap .term_block:nth-child(82) .term_top_ttl::after {
  content: "第82条"; }
.term_wrap .term_block:nth-child(83) .term_top_ttl::after {
  content: "第83条"; }
.term_wrap .term_block:nth-child(84) .term_top_ttl::after {
  content: "第84条"; }
.term_wrap .term_block:nth-child(85) .term_top_ttl::after {
  content: "第85条"; }
.term_wrap .term_block:nth-child(86) .term_top_ttl::after {
  content: "第86条"; }
.term_wrap .term_block:nth-child(87) .term_top_ttl::after {
  content: "第87条"; }
.term_wrap .term_block:nth-child(88) .term_top_ttl::after {
  content: "第88条"; }
.term_wrap .term_block:nth-child(89) .term_top_ttl::after {
  content: "第89条"; }
.term_wrap .term_block:nth-child(90) .term_top_ttl::after {
  content: "第90条"; }
.term_wrap .term_block:nth-child(91) .term_top_ttl::after {
  content: "第91条"; }
.term_wrap .term_block:nth-child(92) .term_top_ttl::after {
  content: "第92条"; }
.term_wrap .term_block:nth-child(93) .term_top_ttl::after {
  content: "第93条"; }
.term_wrap .term_block:nth-child(94) .term_top_ttl::after {
  content: "第94条"; }
.term_wrap .term_block:nth-child(95) .term_top_ttl::after {
  content: "第95条"; }
.term_wrap .term_block:nth-child(96) .term_top_ttl::after {
  content: "第96条"; }
.term_wrap .term_block:nth-child(97) .term_top_ttl::after {
  content: "第97条"; }
.term_wrap .term_block:nth-child(98) .term_top_ttl::after {
  content: "第98条"; }
.term_wrap .term_block:nth-child(99) .term_top_ttl::after {
  content: "第99条"; }
.term_wrap .term_block:nth-child(100) .term_top_ttl::after {
  content: "第100条"; }

.term_block {
  padding-bottom: 20px; }

.term_top_ttl {
  border-bottom: 2px solid #111;
  margin-bottom: 10px;
  padding: 0 0 10px 84px;
  position: relative; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .term_top_ttl {
      padding: 8px 0 10px 84px; } }
  @media (max-width: 767px) {
    .term_top_ttl {
      font-size: 1.8rem;
      padding: 5px 0 10px 65px; } }
  .term_top_ttl::before {
    transform: translateY(0%); }
    @media (min-width: 768px), print {
      .term_top_ttl::before {
        top: 10px; } }
    @media (max-width: 767px) {
      .term_top_ttl::before {
        top: 3px; } }
  .term_top_ttl::after {
    content: "第1条";
    position: absolute; }
    @media (min-width: 768px), print {
      .term_top_ttl::after {
        left: 25px;
        font-size: 2rem;
        top: 14px; } }
    @media (max-width: 767px) {
      .term_top_ttl::after {
        left: 14px;
        font-size: 1.6rem;
        top: 8px; } }

@media (min-width: 768px), print {
  .team_content {
    padding: 20px 0; } }
@media (max-width: 767px) {
  .team_content {
    padding: 10px 0; } }
.team_content ol {
  list-style: auto;
  padding-left: 16px; }
  .team_content ol li {
    padding-bottom: 30px; }
    .team_content ol li:last-child {
      padding-bottom: 0; }

.agreement_force {
  text-align: right; }

@media (max-width: 767px) {
  .page-custom .hm_group_pet .swiper-slide,
  .page-custom .hm_group_auction .swiper-slide {
    margin-bottom: 30px; } }

@media (min-width: 768px), print {
  .page_cmn_fix {
    padding-bottom: 160px; } }
@media (max-width: 767px) {
  .page_cmn_fix {
    padding-bottom: 90px; } }

.com_tbwrap {
  margin-top: 60px; }
  .com_tbwrap:first-child {
    margin-top: 0; }
  @media (max-width: 767px) {
    .com_tbwrap {
      border-radius: 10px;
      margin-top: 40px; } }

.com_tbl table {
  border: none;
  table-layout: fixed;
  width: 100%; }
  .com_tbl table td {
    text-align: left;
    vertical-align: top; }
    @media (min-width: 768px), print {
      .com_tbl table td {
        padding: 18px 20px; } }
    @media (max-width: 767px) {
      .com_tbl table td {
        padding: 10px 10px; } }
    .com_tbl table td a {
      color: #fe935f;
      text-decoration: underline; }
      .com_tbl table td a[target="_blank"]::after {
        background: url("../images/icon/ico-extendlink-base.svg") center/contain no-repeat;
        content: "";
        display: inline-block;
        height: 16px;
        margin-left: 5px;
        width: 16px; }
  .com_tbl table td:first-child {
    border-width: 0 0 1px 0;
    border-bottom: 1px solid #000; }
    @media (min-width: 768px), print {
      .com_tbl table td:first-child {
        width: 260px; } }
    @media (max-width: 767px) {
      .com_tbl table td:first-child {
        width: 100px; } }
  .com_tbl table td:nth-child(2) {
    border-width: 0 0 1px 0;
    border-bottom: 1px solid #ddd; }
  .com_tbl table tr:first-child td:first-child {
    border-top: 1px solid #000; }
  .com_tbl table tr:first-child td:nth-child(2) {
    border-top: 1px solid #ddd; }

.faq_block {
  background: #fcf5ed;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 30px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .faq_block {
      padding: 20px 25px; } }
  @media (max-width: 767px) {
    .faq_block {
      padding: 20px 15px; } }

.faq_question {
  background: url(../images/icon/ico-q.svg) 0 0 no-repeat;
  background-size: 50px 50px;
  font-size: 2rem;
  margin-bottom: 10px;
  min-height: 50px;
  padding: 10px 0 10px 70px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .faq_question {
      font-size: 1.8rem;
      margin-bottom: 10px;
      padding: 10px 0 10px 65px; } }
  @media (max-width: 767px) {
    .faq_question {
      font-size: 1.6rem;
      margin-bottom: 10px;
      padding: 8px 0 8px 52px; } }

.faq_answer {
  background: url(../images/icon/ico-a.svg) 0 0 no-repeat;
  background-size: 50px 50px;
  min-height: 50px;
  padding: 10px 0 10px 70px; }
  .faq_answer a:not(.wp-element-button) {
    color: #fe935f;
    text-decoration: underline; }
    .faq_answer a:not(.wp-element-button):hover {
      text-decoration: none; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .faq_answer {
      padding: 8px 0 10px 65px; } }
  @media (max-width: 767px) {
    .faq_answer {
      padding: 4px 0 8px 52px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .faq_question,
  .faq_answer {
    background-size: 50px; } }
@media (max-width: 767px) {
  .faq_question,
  .faq_answer {
    background-size: 40px; } }

.sitemap_wrap {
  display: flex;
  justify-content: space-between; }
  @media (min-width: 768px), print {
    .sitemap_wrap {
      padding-bottom: 160px; } }
  @media (max-width: 767px) {
    .sitemap_wrap {
      padding-bottom: 90px; } }

@media (min-width: 768px), print {
  .sitemap_block {
    width: calc((100% - 50px) / 2 - 0.1px); } }
@media (max-width: 767px) {
  .sitemap_block {
    width: calc((100% - 20px) / 2 - 0.1px); } }
.sitemap_block a {
  color: #fe935f;
  position: relative;
  text-decoration: underline; }
  @media (min-width: 768px), print {
    .sitemap_block a {
      padding: 2px 0 2px 18px; } }
  @media (max-width: 767px) {
    .sitemap_block a {
      padding: 2px 0 2px 12px; } }
  .sitemap_block a::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #000;
    left: 0;
    position: absolute; }
    @media (min-width: 768px), print {
      .sitemap_block a::before {
        top: 10px; } }
    @media (max-width: 767px) {
      .sitemap_block a::before {
        top: 8px; } }
  @media (min-width: 768px), print {
    .sitemap_block a:hover {
      color: #111;
      text-decoration: none; } }

.sitemap_subttl {
  border-bottom: 1px solid #ccc; }
  @media (min-width: 768px), print {
    .sitemap_subttl {
      font-size: 2.4rem;
      margin-bottom: 16px;
      padding-bottom: 4px; } }
  @media (max-width: 767px) {
    .sitemap_subttl {
      font-size: 1.7rem;
      margin-bottom: 12px;
      padding-bottom: 4px; } }
  .sitemap_subttl img {
    display: inline-block;
    margin-right: 12px;
    position: relative;
    top: -3px; }
    @media (max-width: 767px) {
      .sitemap_subttl img {
        max-width: 20px; } }

.sitemap_list_lvl01 {
  margin-bottom: 40px; }
  .sitemap_list_lvl01 li {
    margin: 8px 0; }

.sitemap_list_lvl02 {
  margin-left: 20px; }

.sitemap_list_sns {
  display: flex; }
  .sitemap_list_sns li {
    height: 125px;
    margin-right: 10px;
    width: 140px; }
    @media (min-width: 768px), print {
      .sitemap_list_sns li {
        height: 125px;
        margin-right: 10px;
        width: 140px; } }
    @media (max-width: 767px) {
      .sitemap_list_sns li {
        height: 70px;
        margin-right: 5px;
        width: 70px; } }
    .sitemap_list_sns li a {
      align-items: center;
      background: #fcf5ed;
      border-radius: 10px;
      color: #111;
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
      padding-left: 0;
      text-decoration: none;
      text-transform: uppercase; }
      @media (min-width: 768px), print {
        .sitemap_list_sns li a {
          font-size: 1.8rem; } }
      @media (max-width: 767px) {
        .sitemap_list_sns li a {
          font-size: 1rem; } }
      .sitemap_list_sns li a::before {
        display: none; }
      .sitemap_list_sns li a:hover {
        opacity: .7; }
      .sitemap_list_sns li a img {
        display: block; }
        @media (min-width: 768px), print {
          .sitemap_list_sns li a img {
            margin: 10px 0; } }
        @media (max-width: 767px) {
          .sitemap_list_sns li a img {
            margin: 5px 0;
            max-height: 30px; } }

.cmn_event_list .hm_event_list dt, .cmn_event_list .hm_event_list dd {
  border-bottom: 1px dashed #707070;
  padding: 10px 0; }
  .cmn_event_list .hm_event_list dt:nth-child(1), .cmn_event_list .hm_event_list dt:nth-child(2), .cmn_event_list .hm_event_list dd:nth-child(1), .cmn_event_list .hm_event_list dd:nth-child(2) {
    padding-top: 0; }
@media (max-width: 767px) {
  .cmn_event_list .hm_event_list dt {
    border-bottom: none;
    padding-bottom: 5px;
    padding-top: 0; }
  .cmn_event_list .hm_event_list dd {
    padding-top: 0; } }

.news_detail_wrap .cmm_ttl {
  border: none !important;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0;
  padding-left: 0; }
@media (max-width: 767px) {
  .news_detail_wrap .cmm_ttl {
    font-size: 2.4rem; } }

.news_detail_wrap div, .news_detail_wrap p, .news_detail_wrap h2, .news_detail_wrap h3, .news_detail_wrap h4, .news_detail_wrap figure {
  font-weight: 500;
  margin-bottom: 20px; }
.news_detail_wrap figure {
  border-radius: 5px;
  overflow: hidden;
  text-align: center; }
  .news_detail_wrap figure img {
    border-radius: 5px; }
.news_detail_wrap h2, .news_detail_wrap h3, .news_detail_wrap h4 {
  font-weight: 700;
  line-height: 1.3; }
.news_detail_wrap h2:not(.cmm_ttl) {
  background-color: #f7f8f9;
  border-left: 5px solid #fe935f;
  font-size: 2.8rem;
  padding-left: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-top: 50px; }
.news_detail_wrap h3 {
  font-size: 2.4rem;
  padding-left: 18px;
  position: relative; }
  .news_detail_wrap h3::before {
    background: #fe935f;
    content: "";
    height: 14px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 14px; }
.news_detail_wrap h4 {
  font-size: 2rem; }
.news_detail_wrap ul {
  padding-left: 20px; }
  .news_detail_wrap ul li {
    margin-top: 5px;
    padding-left: 17px;
    position: relative; }
    .news_detail_wrap ul li::before {
      content: "※";
      left: 0;
      position: absolute;
      top: 1px; }
    .news_detail_wrap ul li:first-child {
      margin-top: 0; }
.news_detail_wrap .top_news_content em {
  color: #d54600;
  font-style: normal; }
.news_detail_wrap .top_news_content a:not(.wp-element-button) {
  color: #fe935f;
  text-decoration: underline; }
  .news_detail_wrap .top_news_content a:not(.wp-element-button):hover {
    text-decoration: none; }
@media (max-width: 767px) {
  .news_detail_wrap h2 {
    border-left: 4px solid #fe935f;
    font-size: 2.2rem; }
  .news_detail_wrap h3 {
    font-size: 2rem; }
  .news_detail_wrap h4 {
    font-size: 1.8rem; } }

.post_link {
  display: flex;
  justify-content: space-between; }
  .post_link span {
    display: block;
    width: 45%; }
    .post_link span a {
      text-decoration: none; }
      .post_link span a:hover {
        color: #fe935f;
        opacity: .7; }
    .post_link span.post_link_next {
      text-align: right; }

.top_news_content {
  border-bottom: 1px solid #111;
  padding-bottom: 20px; }
  .top_news_content .wp-block-button {
    max-width: 500px; }
    @media (max-width: 767px) {
      .top_news_content .wp-block-button {
        margin: 0 auto; } }

.contactgroup {
  margin-bottom: 60px; }
  .contactgroup:last-child {
    margin-bottom: 0; }

.contact_typecheckbox {
  flex-wrap: wrap;
  margin: 0; }
  .contact_typecheckbox li {
    padding: 0 4px 0 0; }
  @media (min-width: 768px), print {
    .contact_typecheckbox li {
      margin: 8px 0 0 0;
      width: 33.33%; }
      .contact_typecheckbox li:nth-child(-n + 3) {
        margin-top: 0; } }
  @media (max-width: 767px) {
    .contact_typecheckbox li {
      margin: 5px 0 0;
      width: 100%; }
      .contact_typecheckbox li:first-child {
        margin-top: 0; } }

.order_midtxt a {
  color: #fe935f;
  text-decoration: underline; }
  .order_midtxt a:hover {
    text-decoration: none; }

.contacttel_box {
  background: #fcf5ed;
  border-radius: 10px;
  max-width: 520px;
  margin: 0 auto;
  padding: 30px 15px;
  text-align: center; }
  @media (max-width: 767px) {
    .contacttel_box {
      padding: 20px 15px; } }

.contacttel_boxtxt01 {
  font-size: 2rem; }
  @media (max-width: 767px) {
    .contacttel_boxtxt01 {
      font-size: 1.7rem; } }

.contacttel_boxtel {
  font-size: 5rem;
  line-height: 1.2; }
  .contacttel_boxtel::before {
    background: url("../images/icon/ico-tel.svg") center/contain no-repeat;
    content: "";
    display: inline-block;
    height: 40px;
    margin-right: 10px;
    vertical-align: middle;
    width: 40px; }
  @media (max-width: 767px) {
    .contacttel_boxtel {
      font-size: 3rem; }
      .contacttel_boxtel::before {
        height: 25px;
        margin-right: 5px;
        width: 25px; } }

.faqscat_lst {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  .faqscat_lst li {
    margin-bottom: 10px;
    margin-left: 10px;
    width: calc((100% - 30px)/4 - .1px); }
    .faqscat_lst li:nth-child(4n + 1) {
      margin-left: 0; }
    .faqscat_lst li a {
      align-items: center;
      background-color: #fe935f;
      background-position: calc(100% - 10px) !important;
      border: 2px solid #111;
      border-radius: 5px;
      display: flex;
      font-size: 1.7rem;
      height: 100%;
      line-height: 1.4;
      padding: 5px 20px 5px 5px;
      max-width: none;
      width: 100%; }
  @media (max-width: 767px) {
    .faqscat_lst {
      margin-bottom: 30px; }
      .faqscat_lst li {
        margin-bottom: 5px;
        margin-left: 0;
        width: 100%; }
        .faqscat_lst li:last-child {
          margin-bottom: 0; }
        .faqscat_lst li a {
          font-size: 1.6rem; } }

.faqcat_ttl {
  margin-bottom: 20px; }

.modal_select .modal_body_inner {
  font-size: 1.5rem;
  padding: 0; }
  .modal_select .modal_body_inner input, .modal_select .modal_body_inner label {
    font-weight: 500; }

.modal_select_ttl {
  background: #f5d6b3;
  padding: 2px 15px;
  position: sticky;
  text-align: center;
  top: 0;
  z-index: 5; }

.modal_select_cont {
  padding: 20px 25px; }
  @media (max-width: 767px) {
    .modal_select_cont {
      padding: 15px; } }

.modal_select_searchbytxt {
  margin-bottom: 15px; }
  .modal_select_searchbytxt input {
    border: 1px solid #d6d6d6; }
  @media (max-width: 767px) {
    .modal_select_searchbytxt {
      margin-bottom: 10px; } }

.modal_pettype_lst {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px; }
  .modal_pettype_lst dt {
    border-top: 1px solid #ccc;
    cursor: pointer;
    padding: 10px 20px 10px 0;
    position: relative; }
    .modal_pettype_lst dt:first-child {
      border-top: none; }
    .modal_pettype_lst dt::before {
      background: url(../images/icon/ico-arrow-down-b.svg) center/contain no-repeat;
      content: "";
      height: 10px;
      position: absolute;
      right: 0;
      top: calc(50% - 5px);
      width: 18px; }
    .modal_pettype_lst dt.active::before {
      transform: rotate(180deg); }
  @media (max-width: 767px) {
    .modal_pettype_lst {
      padding: 5px 0; }
      .modal_pettype_lst dt::before {
        height: 8px;
        top: calc(50% - 4px);
        width: 12px; } }

.modal_pettype_checkboxlst li {
  border-top: 1px dashed #ccc; }
  .modal_pettype_checkboxlst li label {
    cursor: pointer;
    display: block;
    padding: 10px 0; }
  .modal_pettype_checkboxlst li.noresult label {
    color: #ccc;
    pointer-events: none; }
@media (max-width: 767px) {
  .modal_pettype_checkboxlst {
    padding-bottom: 10px; }
    .modal_pettype_checkboxlst li label {
      padding: 5px 0; } }

.modal_select_reset {
  margin-bottom: 20px;
  text-align: right; }
  .modal_select_reset input {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #111;
    cursor: pointer;
    display: inline-block;
    font-size: 1.5rem;
    padding: 9px 10px;
    text-align: center;
    transition: .3s all ease-in-out;
    width: 174px; }
    .modal_select_reset input:hover {
      background: #fe935f;
      border-color: #fe935f;
      color: #fff; }
  @media (max-width: 767px) {
    .modal_select_reset {
      margin-bottom: 10px; } }

.modal_select_btn_close {
  background: #fff;
  bottom: 0;
  padding: 10px;
  position: sticky; }
  .modal_select_btn_close a {
    align-items: center;
    background: #111;
    border-radius: 5px;
    color: #fff;
    display: flex;
    height: 60px;
    justify-content: center;
    margin: 0 auto;
    max-width: 300px;
    padding: 5px;
    transition: .3s all ease-in-out;
    width: 100%; }
    .modal_select_btn_close a:hover {
      background: #fe935f;
      color: #fff; }
  @media (max-width: 767px) {
    .modal_select_btn_close a {
      height: 50px; } }

.hm_search_option_input {
  position: relative; }
  .hm_search_option_input::before {
    background: url(../images/icon/ico-arrow-down-b.svg) center/contain no-repeat;
    content: "";
    height: 10px;
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
    width: 18px; }
  .hm_search_option_input input {
    cursor: pointer;
    height: 54px;
    padding: 0 15px; }
  @media (max-width: 767px) {
    .hm_search_option_input input {
      height: 44px;
      padding: 0 10px; } }

.modal_select_checkall {
  margin-bottom: 15px; }
  .modal_select_checkall label {
    display: block;
    width: 100%; }
    .modal_select_checkall label input {
      height: 20px;
      width: 20px; }

.modal_select_checkarea {
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px; }
  .modal_select_checkarea dt {
    align-items: center;
    background: #ededeb;
    border-top: 1px solid #ccc;
    display: flex;
    padding: 15px 10px;
    width: 143px; }
    .modal_select_checkarea dt span {
      font-weight: 700 !important; }
  .modal_select_checkarea dd {
    align-items: center;
    border-top: 1px solid #ccc;
    display: flex;
    font-weight: 500;
    padding: 10px 15px;
    width: calc(100% - 143px); }
  @media (max-width: 767px) {
    .modal_select_checkarea dt {
      padding: 7px 10px;
      width: 100%; }
    .modal_select_checkarea dd {
      border-top: none;
      padding: 5px 10px 10px;
      width: 100%; } }

.modal_select_areachecklst {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .modal_select_areachecklst li {
    width: 25%; }
  @media (max-width: 767px) {
    .modal_select_areachecklst li {
      padding: 2px 0;
      width: 50%; } }

.modal_select_areachecklst label, .modal_pettype_checkboxlst label, .modal_select_checkall label, .modal_select_checkbox label, .modal_select_checkarea dt label {
  cursor: pointer;
  display: block;
  vertical-align: middle; }
  .modal_select_areachecklst label input, .modal_pettype_checkboxlst label input, .modal_select_checkall label input, .modal_select_checkbox label input, .modal_select_checkarea dt label input {
    display: none;
    visibility: hidden; }
    .modal_select_areachecklst label input:checked ~ span::after, .modal_pettype_checkboxlst label input:checked ~ span::after, .modal_select_checkall label input:checked ~ span::after, .modal_select_checkbox label input:checked ~ span::after, .modal_select_checkarea dt label input:checked ~ span::after {
      content: ""; }
  .modal_select_areachecklst label span, .modal_pettype_checkboxlst label span, .modal_select_checkall label span, .modal_select_checkbox label span, .modal_select_checkarea dt label span {
    display: block;
    padding-left: 24px;
    position: relative; }
    .modal_select_areachecklst label span::before, .modal_pettype_checkboxlst label span::before, .modal_select_checkall label span::before, .modal_select_checkbox label span::before, .modal_select_checkarea dt label span::before {
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 3px;
      content: "";
      height: 18px;
      left: 0;
      position: absolute;
      top: calc(50% - 9px);
      width: 18px; }
    .modal_select_areachecklst label span::after, .modal_pettype_checkboxlst label span::after, .modal_select_checkall label span::after, .modal_select_checkbox label span::after, .modal_select_checkarea dt label span::after {
      background: url(../images/icon/ico-checkbox.svg) 0 0/contain no-repeat;
      height: 14px;
      left: 3px;
      position: absolute;
      top: 5px;
      width: 18px; }

.js_toggle dt.active + dd {
  display: block !important; }

/*はじめての方へ*/
.first_introbox {
  border: 2px solid #111;
  padding: 13px;
  position: relative;
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    .first_introbox {
      padding: 7px;
      margin-bottom: 20px; } }

.first_introbox_in {
  border: 1px dashed #111;
  padding: 30px;
  position: relative;
  text-align: center;
  z-index: 1; }
  .first_introbox_in p {
    margin-top: 20px; }
    .first_introbox_in p:first-child {
      margin-top: 0; }
  @media (max-width: 767px) {
    .first_introbox_in {
      padding: 15px; } }

.first_nav {
  position: relative; }
  .first_nav::before {
    background: #fcf5ed;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100vw; }

.first_nav_lst {
  margin-bottom: 0;
  padding: 30px 0 20px; }
  .first_nav_lst li a {
    color: #fff !important;
    text-decoration: none !important;
    width: 100% !important;
    max-width: none !important; }
  @media (min-width: 768px), print {
    .first_nav_lst li {
      width: calc((100% - 20px)/3 - .1px); } }
  @media (max-width: 767px) {
    .first_nav_lst {
      padding-top: 20px; } }

.first_merit {
  padding: 50px 0;
  position: relative; }
  .first_merit::before {
    background: #efa500;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100vw; }
  @media (max-width: 767px) {
    .first_merit {
      padding: 35px 0; } }

.first_merit_wrap {
  position: relative;
  z-index: 1; }
  .first_merit_wrap .cmn_info_txt {
    color: #fff; }
  .first_merit_wrap .insurance_merit_bnrttl {
    color: #fff; }
    .first_merit_wrap .insurance_merit_bnrttl::before, .first_merit_wrap .insurance_merit_bnrttl::after {
      background: #fff; }

.footprint_ttl {
  font-size: 4rem;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center; }
  .footprint_ttl::before {
    background: url("../images/first/ico-footprint-yellow.svg") center/contain no-repeat;
    content: "";
    display: block;
    height: 58px;
    margin: 0 auto 5px;
    width: 58px; }
  .footprint_ttl.footprint_ttl_invert {
    color: #fff; }
    .footprint_ttl.footprint_ttl_invert::before {
      background: url("../images/first/ico-footprint-white.svg") center/contain no-repeat; }
  @media (max-width: 767px) {
    .footprint_ttl {
      font-size: 2.4rem;
      margin-bottom: 10px; }
      .footprint_ttl::before {
        height: 30px;
        width: 30px; } }

.cmn_info_txt {
  font-weight: 300;
  margin-bottom: 30px;
  text-align: center; }
  @media (max-width: 767px) {
    .cmn_info_txt {
      margin-bottom: 20px; } }

.first_merit_lst {
  counter-reset: section; }

.first_merit_box {
  background: #fffccc;
  border-radius: 20px;
  margin-top: 30px;
  padding: 50px 65px; }
  .first_merit_box:first-child {
    margin-top: 0; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .first_merit_box {
      padding: 30px 30px; } }
  @media (max-width: 767px) {
    .first_merit_box {
      border-radius: 10px;
      padding: 20px 15px; } }

.first_merit_box_img {
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .first_merit_box_img {
      margin-bottom: 10px; } }

.first_merit_box_txt {
  font-weight: 300; }

.first_merit_box_ttl {
  margin-bottom: 30px;
  padding-left: 170px;
  position: relative; }
  .first_merit_box_ttl strong {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, #efe768 60%, #efe768 100%);
    display: inline;
    font-size: 3rem;
    line-height: 1.4; }
  .first_merit_box_ttl::before {
    align-items: center;
    background: #efa500;
    border-radius: 30px;
    counter-increment: section;
    content: "メリット" counter(section);
    color: #fff;
    display: flex;
    font-size: 2rem;
    height: 45px;
    left: 0;
    justify-content: center;
    margin-right: 15px;
    position: absolute;
    top: 0;
    text-align: center;
    width: 150px; }
  @media (max-width: 767px) {
    .first_merit_box_ttl {
      margin-bottom: 20px;
      padding-left: 0;
      text-align: center; }
      .first_merit_box_ttl strong {
        font-size: 2rem; }
      .first_merit_box_ttl::before {
        display: block;
        font-size: 1.6rem;
        height: 28px;
        margin: 0 auto 10px;
        position: static;
        width: 100px; } }

.first_petbuy {
  padding: 50px 0;
  position: relative; }
  .first_petbuy::before {
    background: #fcf5ed;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100vw; }
  @media (max-width: 767px) {
    .first_petbuy {
      padding: 35px 0; } }

.first_petbuy_wrap {
  position: relative;
  z-index: 1; }

.first_petbuy_flow {
  counter-reset: section; }
  @media (min-width: 768px), print {
    .first_petbuy_flow {
      margin-left: 15px; } }

.first_petbuy_flowbox {
  background: #fff;
  border: 3px solid #111;
  border-radius: 20px;
  box-shadow: 0 6px 0 #fffccc;
  margin-top: 70px;
  position: relative; }
  .first_petbuy_flowbox::before {
    background: #fff;
    content: "";
    height: 5px;
    left: 50px;
    position: absolute;
    top: -3px;
    width: calc(100% - 100px); }
  .first_petbuy_flowbox:first-child {
    margin-top: 50px; }
  @media (min-width: 768px), print {
    .first_petbuy_flowbox::before {
      max-width: 440px; } }
  @media (max-width: 767px) {
    .first_petbuy_flowbox {
      border-radius: 10px;
      margin-top: 50px;
      max-width: none; }
      .first_petbuy_flowbox:first-child {
        margin-top: 30px; }
      .first_petbuy_flowbox::before {
        left: 40px;
        width: calc(100% - 80px); } }

.first_petbuy_flowbox_in {
  padding: 50px 30px 30px;
  position: relative; }
  .first_petbuy_flowbox_in::before {
    background: url("../images/first/bg-step.svg") center/contain no-repeat;
    content: "STEP";
    color: #fff;
    font-size: 1.4rem;
    height: 66px;
    left: -15px;
    padding-top: 10px;
    position: absolute;
    text-align: center;
    top: -32px;
    width: 82px; }
  .first_petbuy_flowbox_in::after {
    counter-increment: section;
    content: "0" counter(section);
    color: #fff;
    display: inline-block;
    font-size: 2.4rem;
    left: -15px;
    position: absolute;
    text-align: center;
    top: -13px;
    width: 82px; }
  .first_petbuy_flowbox_in .mypage_btn_edit02 {
    margin: 15px auto 0;
    max-width: 280px;
    width: 100%; }
    .first_petbuy_flowbox_in .mypage_btn_edit02 a {
      color: #111;
      height: 60px;
      text-decoration: none; }
      .first_petbuy_flowbox_in .mypage_btn_edit02 a strong {
        color: #d54600; }
      .first_petbuy_flowbox_in .mypage_btn_edit02 a:hover {
        color: #fff; }
        .first_petbuy_flowbox_in .mypage_btn_edit02 a:hover strong {
          color: #fff; }
  @media (max-width: 767px) {
    .first_petbuy_flowbox_in {
      padding: 30px 15px; }
      .first_petbuy_flowbox_in::before {
        font-size: 1.1rem;
        height: 50px;
        left: -10px;
        padding-top: 7px;
        width: 65px; }
      .first_petbuy_flowbox_in::after {
        font-size: 1.8rem;
        left: -10px;
        top: -15px;
        width: 65px; }
      .first_petbuy_flowbox_in .mypage_btn_edit02 a {
        height: 50px; } }

.first_petbuy_flowbox_img {
  background: #fcf5ed;
  text-align: center; }
  @media (min-width: 768px), print {
    .first_petbuy_flowbox_img {
      align-items: center;
      display: flex;
      height: 200px;
      justify-content: center;
      max-width: 475px;
      width: 45%; } }

.first_petbuy_flowbox_ttl {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 15px;
  margin-top: -72px;
  min-height: 60px;
  padding-left: 50px;
  padding-right: 20px; }
  @media (min-width: 768px), print {
    .first_petbuy_flowbox_ttl {
      max-width: 440px; } }
  @media (max-width: 767px) {
    .first_petbuy_flowbox_ttl {
      font-size: 1.8rem;
      margin-bottom: 10px;
      margin-top: -47px;
      min-height: 40px;
      padding-left: 45px; } }

@media (min-width: 768px), print {
  .first_petbuy_flowbox_cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }
@media (max-width: 767px) {
  .first_petbuy_flowbox_cont {
    margin-top: 10px; } }

@media (min-width: 768px), print {
  .first_petbuy_flowbox_cont_col .mypage_btn_edit02 {
    margin-left: 0; } }
@media (max-width: 767px) {
  .first_petbuy_flowbox_cont_col {
    margin-top: 10px; } }

.first_petbuy_flowbox_txt strong {
  color: #d54600; }
.first_petbuy_flowbox_txt a {
  color: #0045E2;
  text-decoration: underline; }
  .first_petbuy_flowbox_txt a:hover {
    text-decoration: none; }

@media (min-width: 768px), print {
  .first_petbuy_flowbox_cont_col {
    max-width: 600px;
    width: 52%; } }

.first_petbuy_flowbox_point {
  margin-top: 15px;
  padding: 20px 0 0 90px;
  position: relative;
  width: 100%; }
  .first_petbuy_flowbox_point::before {
    background: url("../images/first/ico-point.svg") center/contain no-repeat;
    content: "";
    display: block;
    height: 56px;
    left: 0;
    position: absolute;
    top: 0;
    width: 75px; }

.first_petbuy_flowbox_warn {
  color: #d54600;
  margin-top: 15px;
  padding: 0 0 0 75px;
  position: relative;
  width: 100%; }
  .first_petbuy_flowbox_warn::before {
    background: url("../images/first/ico-warn.svg") center/contain no-repeat;
    content: "";
    display: block;
    height: 63px;
    left: 0;
    position: absolute;
    top: 0;
    width: 63px; }

.first_petsale {
  padding: 50px 0 0; }
  @media (max-width: 767px) {
    .first_petsale {
      padding: 35px 0 0; } }

/*.first_petbuy_flow {
  column-count: 2;
  column-gap: 60px;
}
.first_petbuy_flowbox {
  break-inside: avoid;
}*/
.insurance_merit_bnrttl {
  align-items: center;
  display: flex;
  font-size: 3rem;
  justify-content: center;
  margin: 20px 0;
  text-align: center; }
  .insurance_merit_bnrttl span {
    display: inline-block; }
  .insurance_merit_bnrttl::before, .insurance_merit_bnrttl::after {
    background: #111;
    border-radius: 3px;
    content: "";
    display: inline-block;
    height: 42px;
    width: 3px; }
  .insurance_merit_bnrttl::before {
    margin-right: 20px;
    transform: rotate(-40deg); }
  .insurance_merit_bnrttl::after {
    margin-left: 20px;
    transform: rotate(40deg); }
  @media (max-width: 767px) {
    .insurance_merit_bnrttl {
      font-size: 2rem;
      margin-bottom: 10px; }
      .insurance_merit_bnrttl::before, .insurance_merit_bnrttl::after {
        height: 36px; }
      .insurance_merit_bnrttl::before {
        margin-right: 10px; }
      .insurance_merit_bnrttl::after {
        margin-left: 10px; } }

.insurance_merit_bnrlst {
  max-width: 660px;
  margin: 0 auto; }
  @media (min-width: 768px), print {
    .insurance_merit_bnrlst {
      display: flex;
      justify-content: space-between; }
      .insurance_merit_bnrlst li {
        background: #fff;
        width: calc(50% - 10px); }
        .insurance_merit_bnrlst li a {
          display: block; }
          .insurance_merit_bnrlst li a:hover {
            opacity: 0.7; } }
  @media (max-width: 767px) {
    .insurance_merit_bnrlst {
      max-width: 320px; }
      .insurance_merit_bnrlst li {
        margin-top: 10px; }
        .insurance_merit_bnrlst li:first-child {
          margin-top: 0; } }

.insu_reason_highlight {
  font-size: 3rem;
  max-width: 749px;
  margin: 0 auto;
  text-align: center; }
  .insu_reason_highlight::before {
    background: url("../images/insurance/ico-arr-step.svg") center/contain no-repeat;
    content: "";
    display: block;
    height: 50px;
    margin: 20px auto;
    width: 150px; }
  .insu_reason_highlight strong {
    border-bottom: 3px dashed #d54600;
    color: #d54600;
    display: inline;
    font-size: 4rem; }
  @media (max-width: 767px) {
    .insu_reason_highlight {
      font-size: 2rem; }
      .insu_reason_highlight::before {
        height: 34px;
        margin: 10px auto;
        width: 100px; }
      .insu_reason_highlight strong {
        font-size: 2.6rem; } }

.insu_intro {
  padding-bottom: 50px; }

.insu_reason {
  padding: 50px 0;
  position: relative; }
  .insu_reason::before {
    background: #f8f8f8;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100vw; }

.insu_reason_wrap {
  position: relative;
  z-index: 1; }

.insu_reason_img {
  margin-bottom: 20px;
  text-align: center; }

.insu_reason_note {
  font-weight: 300;
  margin-bottom: 30px;
  text-align: center; }

.btn_ipet_link {
  max-width: 580px;
  margin: 20px auto 0; }
  .btn_ipet_link a {
    align-items: center;
    background: #fff;
    border: 2px solid #111;
    border-radius: 5px;
    color: #111 !important;
    display: flex;
    font-size: 1.8rem;
    height: 70px;
    padding: 10px 10px 10px 130px;
    position: relative;
    text-decoration: none !important; }
    .btn_ipet_link a:hover {
      opacity: 0.7; }
    .btn_ipet_link a::before {
      background: url("../images/insurance/bg-ipet-linkbtn.svg") center/contain no-repeat;
      bottom: 0;
      content: "";
      height: 60px;
      left: 10px;
      position: absolute;
      width: 120px; }
    .btn_ipet_link a::after {
      background: url("../images/icon/ico-extendlink-black.svg") center/contain no-repeat;
      content: "";
      display: inline-block;
      height: 19px;
      margin-left: 8px;
      min-width: 19px;
      width: 19px; }
  @media (max-width: 767px) {
    .btn_ipet_link a {
      font-size: 1.4rem;
      height: 60px;
      justify-content: center;
      padding-left: 70px;
      padding-right: 5px; }
      .btn_ipet_link a::before {
        height: 34px;
        left: 5px;
        width: 70px; }
      .btn_ipet_link a::after {
        min-width: 16px; } }

.insurance_applystep {
  counter-reset: section;
  margin-left: 40px; }
  @media (max-width: 767px) {
    .insurance_applystep {
      margin-left: 30px; } }

.insurance_applystep_box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0  10px #ccc;
  margin-top: 110px;
  padding: 40px 30px;
  position: relative; }
  .insurance_applystep_box:first-child {
    margin-top: 50px; }
    .insurance_applystep_box:first-child::after {
      display: none; }
  .insurance_applystep_box:last-child {
    background: #fffccc; }
    .insurance_applystep_box:last-child .insurance_applystep_boxttl {
      color: #efa500; }
  .insurance_applystep_box::before {
    background: #efa500;
    border-radius: 30px;
    counter-increment: section;
    content: "Step" counter(section);
    color: #fff;
    left: -40px;
    line-height: 45px;
    position: absolute;
    text-align: center;
    top: -12px;
    width: 150px; }
  .insurance_applystep_box::after {
    background: url("../images/insurance/ico-arr-step.svg") center/contain no-repeat;
    content: "";
    display: block;
    height: 50px;
    left: calc(50% - 75px);
    position: absolute;
    top: -85px;
    width: 150px; }
  @media (max-width: 767px) {
    .insurance_applystep_box {
      border-radius: 10px;
      margin-top: 70px;
      padding: 30px 15px 20px; }
      .insurance_applystep_box:first-child {
        margin-top: 30px; }
      .insurance_applystep_box::before {
        left: -30px;
        line-height: 35px;
        width: 80px; }
      .insurance_applystep_box::after {
        height: 34px;
        left: calc(50% - 50px);
        top: -50px;
        width: 100px; } }

.insurance_applystep_boxtxt {
  font-weight: 300;
  margin-bottom: 10px; }
  .insurance_applystep_boxtxt:last-child {
    margin-bottom: 0; }

.insurance_applystep_boxttl {
  font-size: 3rem;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .insurance_applystep_boxttl {
      font-size: 2rem; } }

@media (min-width: 768px), print {
  .insurance_planlst {
    display: flex;
    justify-content: space-between; } }

.insurance_planbox {
  background: #fff;
  border: 3px solid;
  border-radius: 20px;
  padding: 50px 20px 40px;
  width: calc(50% - 20px); }
  .insurance_planbox:first-child {
    border-color: #6ab6c1; }
    .insurance_planbox:first-child .insurance_planbox_lbl {
      background: #6ab6c1; }
    .insurance_planbox:first-child .insurance_planbox_lst li::before {
      background: url("../images/insurance/ico-check-circle-green.svg") center/contain no-repeat; }
  .insurance_planbox:nth-child(2) {
    border-color: #d24242; }
    .insurance_planbox:nth-child(2) .insurance_planbox_lbl {
      background: #d24242; }
    .insurance_planbox:nth-child(2) .insurance_planbox_lst li::before {
      background: url("../images/insurance/ico-check-circle-pink.svg") center/contain no-repeat; }
  @media (max-width: 767px) {
    .insurance_planbox {
      border-radius: 10px;
      margin-top: 20px;
      padding: 30px 15px;
      width: 100%; }
      .insurance_planbox:first-child {
        margin-top: 0; } }

.insurance_planbox_lbl {
  border-radius: 40px;
  color: #fff;
  font-size: 2rem;
  max-width: 300px;
  margin: 0 auto 15px;
  padding: 5px 10px;
  text-align: center; }
  @media (max-width: 767px) {
    .insurance_planbox_lbl {
      font-size: 1.6rem;
      padding: 3px 10px;
      max-width: 200px; } }

.insurance_planbox_ttl {
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: center; }
  @media (max-width: 767px) {
    .insurance_planbox_ttl {
      font-size: 2rem;
      margin-bottom: 15px; } }

.insurance_planbox_img {
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .insurance_planbox_img {
      margin-bottom: 15px; } }

.insurance_planbox_txt, .insurance_planbox_lst {
  max-width: calc(100% - 40px);
  margin: 0 auto; }
  @media (max-width: 767px) {
    .insurance_planbox_txt, .insurance_planbox_lst {
      max-width: calc(100% - 20px); } }

.insurance_planbox_txt {
  font-weight: 300; }

.insurance_planbox_lst {
  margin-bottom: 20px; }
  .insurance_planbox_lst li {
    align-items: center;
    display: flex;
    margin-top: 20px; }
    .insurance_planbox_lst li::before {
      content: "";
      display: inline-block;
      height: 34px;
      margin-right: 10px;
      min-width: 34px;
      width: 34px; }
    .insurance_planbox_lst li:first-child {
      margin-top: 0; }
  @media (max-width: 767px) {
    .insurance_planbox_lst {
      margin-bottom: 15px; }
      .insurance_planbox_lst li {
        margin-top: 15px; }
        .insurance_planbox_lst li::before {
          height: 24px;
          width: 24px; } }

.wp-block-buttons {
  width: 100%; }

.no_maxwidth {
  max-width: none !important; }

.wp-block-group a {
  color: #fe935f;
  text-decoration: underline; }
  .wp-block-group a:hover {
    text-decoration: none; }

.order_pp a[target="_blank"]::after {
  background: url("../images/icon/ico-extendlink-base.svg") center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 16px;
  margin: 0 5px 0 3px;
  width: 16px; }

@media (max-width: 767px) {
  .sp_align_left {
    text-align: left; } }

.form_tbl_note {
  font-size: 1.5rem;
  font-weight: 300; }

.form_flex_wrap {
  align-items: center;
  display: flex;
  gap: 10px; }

.contact_typecheckbox_ttl {
  background: #efefef;
  border-radius: 4px;
  margin: 20px 0 10px;
  padding: 3px 20px; }
  .contact_typecheckbox_ttl:first-child {
    margin-top: 0; }

.applytemplate_btn {
  text-align: right; }

.applytemplate_btn button, .cat_certificate_upload_btn {
  background: linear-gradient(to bottom, white 0%, #e3e3e3 100%);
  border: 2px solid #acacac;
  border-radius: 5px;
  cursor: pointer;
  color: #111;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 300;
  height: 38px;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 5px;
  text-align: center; }
  .applytemplate_btn button.cat_certificate_upload_btn, .cat_certificate_upload_btn.cat_certificate_upload_btn {
    margin-bottom: 0; }

/*# sourceMappingURL=style.css.map */
