@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(//fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap);
@import url(//fonts.cdnfonts.com/css/poppins);
@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css);
/* Custum CSS //////////////////////////////*/
/* blocks */
body .is-layout-flex > .content-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-separator {
  border: 0.5px solid #DDDDDD !important;
  margin: 105px 0 55px;
}
@media screen and (max-width:767px){
  .wp-block-separator {
    margin: 40px 0 25px;
  }
}
p + .wp-block-table {
  margin-top: 40px;
}
@media screen and (max-width:767px){
  .main-detail .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: inherit;
  }
}
.wp-block-cover {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.wp-block-cover__inner-container h1,
.wp-block-cover__inner-container h2,
.wp-block-cover__inner-container h3,
.wp-block-cover__inner-container h4,
.wp-block-cover__inner-container p,
.wp-block-cover h1,
.wp-block-cover h2,
.wp-block-cover h3,
.wp-block-cover h4,
.wp-block-cover p{
  text-shadow: 0px 0px 24px #000;
}
.wp-block-columns > .wp-block-column > h3 {
  margin-top: 30px;
}
body .wp-block-cover__inner-container .wp-block-button__link,
body .wp-block-cover .wp-block-button__link {
  background: none;
  border-color: #FFFFFF;
  color: #FFFFFF;
}
body .wp-block-cover__inner-container .wp-block-button__link::after,
body .wp-block-cover .wp-block-button__link::after {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.207%22%20height%3D%226.318%22%20viewBox%3D%220%200%2016.207%206.318%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_84%22%20data-name%3D%22%E3%83%91%E3%82%B9%2084%22%20d%3D%22M346.665-12105.366l5.465%2C5.465h-15%22%20transform%3D%22translate(-337.13%2012105.72)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E');
}
.wp-block-cover__inner-container h1.wp-block-heading
.main-detail div[class*="bg-"] > .wp-block-column {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width:767px){
  .main-detail div[class*="bg-"] > .wp-block-column {
    margin-bottom: 0;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 20px 0 !important;
  }
  .features-area .wp-block-media-text .wp-block-media-text__content {
    padding: 20px 25px !important;
  }
}
.wp-block-columns.app-download {
  gap: 2%;
}
@media screen and (max-width:767px){
  .wp-block-columns.app-download {
    gap: 0;
  }
}
.wp-block-columns.app-download > .wp-block-column {
  background-color: #FAF6E6;
  padding: 25px 30px;
}
@media screen and (max-width:767px){
  .wp-block-column .wp-block-buttons.is-layout-flex {
    justify-content: center;
  }
}
/* ORIGIN CSS /////////////////////////////*/
body{
  width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  background-color:#ffffff;
  color: #595455;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8em;
}
h1,h2,h3,h4,h5 {
  line-height: 1em;
}
p,li {
}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
.content-wrapper ol {
  margin-top: 40px;
  margin-left: 20px;
}
.content-wrapper ol li {
  margin-bottom: 1.5em;
}
@media(max-width: 767px){
  .content-wrapper ol {
    margin-top: 25px;
    margin-left: 20px;
  }
}
div img {
  vertical-align: top;
  width: 100%;
}

pre {
  font-family: 'Noto Sans JP', sans-serif;
}
h2,
h3,
h4,
.wp-block-cover__inner-container h1.wp-block-heading,
h2,
.world-delivery h2,
.page_title_area H1,
h1.wp-block-heading,
h2.wp-block-heading,
.shop-promotion_area h3,
.main-visual-slider li .text-content .title,
.tel,
.qa dt .qamark,
.qa dd .qamark {
  font-family: 'Nanum Myeongjo', serif;
}
.service-info .service-info-inner > .wp-block-columns::before,
.comparison span.value,
.step-mark {
  font-family: 'Poppins', sans-serif;
}
input, select, button, textarea {
  font-family: inherit;
}
body.no_scroll{
  overflow: hidden;
}
html, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, em, img, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, iframe {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
#PageTop{
  height: 0;
}
/*画面に要素が表示する際のモーションクラス*/
.sa {
  opacity: 0;
  transition: all .8s ease;
}
.sa.-opened {
  animation-name:fadeUpAnime;
  animation-duration:.8s;
  animation-fill-mode:forwards;
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
  opacity:0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.sa.sa-left.-opened {
  animation-name:fadeUpAnimeLeft;
  animation-duration:.8s;
  animation-fill-mode:forwards;
  transition-timing-function: ease-in-out;
  opacity:0;
}
@keyframes fadeUpAnimeLeft{
  from {
    opacity: 0;
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.sa.sa-right.-opened {
  animation-name:fadeUpAnimeRight;
  animation-duration:.8s;
  animation-fill-mode:forwards;
  transition-timing-function: ease-in-out;
  opacity:0;
}
@keyframes fadeUpAnimeRight{
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.sa.sa-shrink.-opened {
  animation-name:fadeUpAnimeShrink;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
  transition-timing-function: ease-in-out;
  opacity:0;
}
@keyframes fadeUpAnimeShrink{
  from {
    opacity: 0;
    filter: blur(6px);
  }

  to {
    opacity: 1;
    filter: blur(0px);
  }
}
.sa.sa-shrink-slow.-opened {
  animation-name:fadeUpAnimeShrinkSlow;
  animation-duration:1.8s;
  animation-fill-mode:forwards;
  transition-timing-function: ease-in-out;
  opacity:0;
}
@keyframes fadeUpAnimeShrinkSlow{
  from {
    opacity: 0;
    transform: scale(1.2);
    filter: blur(6px);
  }

  to {
    opacity: 1;
    transform: scale(1);
    filter: blur(0px);
  }
}
.-opened {
  opacity: 1;
  transform: none;
}
.show {
  animation-name: fade-show;
  animation-duration: .1s;
  animation-delay:.1s;
  opacity: 1 !important;
  display: block;
}
.hide {
  animation-name: fade-hide;
  animation-duration: .1s;
  animation-delay:.1s;
  opacity: 0 !important;
  display: none;
}
@keyframes fade-show{
0%{
  opacity: 0;
}
100%{
  opacity: 1;
}
}
@keyframes fade-hide{
0%{
  opacity: 1;
}
100%{
  opacity: 0;
}
}


/*PC SPの要素の表示*/
.device-pc .-is--sp{
  display: none;
}
.device-pc .-is--pc{
  display: block;
}
.device-sp .-is--sp{
  display: block;
}
.device-sp .-is--pc{
  display: none;
}
@media only screen and (max-width:1024px) {
  .device-pc .-is--pc{
    display: none;
  }
  .device-pc .-is--sp{
    display: block;
  }
}
/*テキストサイズ*/
h1,h2,h3,h4,h5,p,li {
  line-height: 1.6em;
}
h2,
h3,
h4 {
  font-weight: 600;
}
h1,h2 {
  letter-spacing: 0.06em;
}
p,li,th,td {
  font-size: 16px;
}
@media only screen and (max-width:767px) {
  p,li,th,td {
    font-size: 14px;
  }
}
@media only screen and (max-width:767px) {
  .sp-center {
    text-align: center;
  }
}
.main-contets .content-wrapper p,
.main-contets .content-wrapper li{
  font-size: 18px;
}
button {
  font-size: 16px;
  cursor: pointer;
}
form input[type=text] {
  font-size: 16px;
}
@media (orientation: landscape), (min-width: 1025px){
  form input[type=text] {
    font-size: 16px;
  }
}
p.small {
  font-size: 12px;
  color: #807A7B;
}
/* 飾り */
h2,
h3,
h4 {
  color: #FAAFBB;
}
h2 {
  text-align: left;
  font-size: 54px;
  color: #BA9E66;
  margin-top: 90px;
  margin-bottom: 40px;
}
h2 span {
  display: block;
  color: #807A7B;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 200;
  line-height: 1em;
}
@media only screen and (max-width:767px) {
  h2 {
    text-align: center;
    font-size: 32px;
    margin-top: 60px;
    margin-bottom: 10px;
  }
  h2 span {
    line-height: 1em;
  }
}
.main-detail h2 {
  text-align: center;
  font-size: 36px;
  color: #BA9E66;
  margin-top: 90px;
  margin-bottom: 40px;
}
.main-detail .accordion h2::after {
  content: '';
  display: block;
  border-bottom: 1px solid #BA9E66;
  margin: 18px auto 0;
  width: 90px;
}
.main-detail h2 span {
  display: block;
  color: #807A7B;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 200;
  line-height: 1em;
}
@media only screen and (max-width:767px) {
  .main-detail h2 {
    font-size: 24px;
    margin-top: 60px;
    margin-bottom: 10px;
  }
  .main-detail h2 span {
    line-height: 1em;
  }
}
h2.wp-block-heading {
  font-size: 30px;
  color: #FAAFBB;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 54px;
}
.bg-pink h2.wp-block-heading {
  font-size: 30px;
  color: #BA9E66;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width:767px){
  h2.wp-block-heading {
    font-size: 22px;
    margin-top: 32px;
    margin-bottom: 36px;
  }
  .bg-pink h2.wp-block-heading {
    font-size: 22px;
    margin-top: 32px;
    margin-bottom: 26px;
  }
  .wp-block-media-text__content h2.wp-block-heading {
    margin-top: 0;
    margin-bottom: 10px;
  }
}

.bg-pink.bg-shopping h2.wp-block-heading {
  margin-top: 0;
}
@media only screen and (max-width:767px) {
  .bg-pink.bg-shopping h2.wp-block-heading {
    margin-top: 15px;
    margin-bottom: 18px;
  }
}
h3 {
  position: relative;
  font-size: 26px;
  text-align: center;
  font-weight: 200;
  margin-bottom: 50px;
}
@media only screen and (max-width:767px) {
  h3 {
    font-size: 22px;
    margin-bottom: 32px;
  }
}
h3 span {
  background: #FFFFFF;
  padding: 0 27px;
}
.h-line.wp-block-heading {
  background: #FFFFFF;
  padding: 0 27px;
}
h3::before,
.h-line.wp-block-heading::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 50%;
  border: 0.5px solid #DDDDDD;
  z-index: -1;
}
h3::after,
.h-line.wp-block-heading::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 50%;
  border: 0.5px solid #DDDDDD;
  z-index: -1;
}
h3.wp-block-heading::before,
h3.wp-block-heading::after,
.row-column--3 h3::before,
.row-column--3 h3::after,
.row-circle--3 h3::before,
.row-circle--3 h3::after {
  content: none;
  border: none;
}
.row-column--3 h3 {
  font-size: 24px;
}
h4 {
  font-size: 24px;
  font-weight: 200;
}
@media only screen and (max-width:767px) {
  .row-column--3 h3 {
    font-size: 17px;
  }
  h4 {
    font-size: 18px;
  }
}
h1 + p {
  margin-top: 35px;
}
h4 + p {
  margin-top: 14px;
}
p + h3{
  margin-top: 80px;
}
p,li,td,dd,.wp-block-preformatted {
  line-height: 1.8em;
}
@media only screen and (max-width:767px) {
  h1 + p {
    margin-top: 20px;
  }
  h4 + p {
    margin-top: 14px;
  }
  p + h3{
    margin-top: 40px;
  }
  p,li,td,dd,.wp-block-preformatted {
    line-height: 2em;
  }
}
.content p,.content ul,.content ol{
margin-bottom: 2em;
}
.content p,.content li{
  line-height: 1.8em;
}
.content li{
  padding-bottom: 1em;
}
.content ol {
  counter-reset: list-count;
  list-style: none;
}
.content ol > li {
  display: flex;
}
ul.nomark li{
  list-style: none;
}

.content ol > li::before {
  content: counter(list-count) ".";
  counter-increment: list-count;
  font-weight: 600;
  margin-right: 14px;
}

ul.highlignt,
ol.highlignt {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FAEAE8;
  padding: 40px 60px;
  border-radius: 40px;
}
ul.highlignt li,
ol.highlignt li {
  line-height: 1.8em;
}
@media only screen and (max-width:767px) {
  ul.highlignt,
  ol.highlignt {
    max-width: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 30px 20px 40px;
    border-radius: 30px;
  }
}
/*リンク機能*/
a {
  text-decoration: none;
  color:#595455;
}
.device-pc a:hover {
  text-decoration: none;
  cursor: pointer;
  transition: .5s;
}
div[class*="wp-container-"] a:hover{
  color: #FAAFBB;
  transition: .5s;
}
.device-pc p a:hover{
  text-decoration: underline;
  transition: .5s;
}
.device-pc p a:hover,
.device-pc li a:hover,
.device-pc button:hover,
.device-pc a:hover::after{
  /*
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  */
}
.more a{
  font-weight: 600;
  letter-spacing: 0.06em;
}
/* color */
/* 背景色 */
.bg-beige {
  background-color: #FAF6E6;
}
.bg-pink {
  background-color: #FAEAE8;
}
.bg-gray {
  background-color: #F5F5F5;
}

/* 線 */

.wp-block-table table,
.wp-block-table table tr,
.wp-block-table table th,
.wp-block-table table td {
  border: none;
}
/*ボタン飾り*/
button{
  background: none;
  border: none;
}
.btn,
.btn a,
.btn:hover,
.btn a:hover {
  text-decoration: none !important;
}
.btn,
body .wp-block-button__link,
.wpcf7 .wpcf7-submit {
  position: relative;
  display: inline-block;
  color: #595455;
  cursor: pointer;
  font-size: 16px;
  padding: 20px 70px;
  border-radius: 50vh;
  border: 0.5px solid #595455;
  letter-spacing: 0.1em;
  background: #FFFFFF;
  margin: 46px auto 0 auto;
  line-height: 1.2em;
  text-align: center;
  transition: .5s;
}
@media only screen and (max-width:767px) {
  .btn,
  body .wp-block-button__link,
  .wpcf7 .wpcf7-submit {
    font-size: 12px;
    padding: 10px 40px;
    border-radius: 50vh;
    margin: 10px auto 0 auto;
  }
}
.btn_wide {
  display: block;
  width: 90%;
  max-width: 980px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.btn::after,
body .wp-block-button__link::after,
.wpcf7 .wpcf7-submit::after{
  content:"";
  position: absolute;
  height: 3.6px;
  width: 9.88px;
  top: 50%;
  right: 25px;
  /* icn-splide-arrow-next-g */
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.092%22%20height%3D%224.455%22%20viewBox%3D%220%200%2011.092%204.455%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_85%22%20data-name%3D%22%E3%83%91%E3%82%B9%2085%22%20d%3D%22M343.413-12105.367l3.6%2C3.6H337.13%22%20transform%3D%22translate(-337.13%2012105.721)%22%20fill%3D%22none%22%20stroke%3D%22%23999%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 9.88px 3.6px;
  background-position: center;
}
@media only screen and (max-width:767px) {
  .btn::after,
  body .wp-block-button__link::after,
  .wpcf7 .wpcf7-submit::after{
    right: 15px;
  }
}
.btn.blank::after,
body .blank .wp-block-button__link::after {
  height: 9px;
  width: 12px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88_26_1%22%20data-name%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88%2026%20%E2%80%93%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%229%22%20viewBox%3D%220%200%2012%209%22%3E%20%3Cg%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_326%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20326%22%20transform%3D%22translate(0%202)%22%20fill%3D%22%23eee%22%20stroke%3D%22%23999%22%20stroke-width%3D%221%22%3E%20%3Crect%20width%3D%2210%22%20height%3D%227%22%20stroke%3D%22none%22%2F%3E%20%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%229%22%20height%3D%226%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_325%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20325%22%20transform%3D%22translate(2)%22%20fill%3D%22%23eee%22%20stroke%3D%22%23999%22%20stroke-width%3D%221%22%3E%20%3Crect%20width%3D%2210%22%20height%3D%227%22%20stroke%3D%22none%22%2F%3E%20%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%229%22%20height%3D%226%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-size: 12px 9px;
}
.btn.btn-icon {
  font-size: 18px;
  padding: 20px 35px;
}
.btn.btn-icon i{
  margin-right: 10px;
}
@media only screen and (max-width:767px) {
  .btn.btn-icon {
    font-size: 12px;
    width: 100%;
    max-width: 250px;
  }
}
.btn span {
  display: block;
  font-size: 18px;
}
.row-column--3 .btn span {
  margin-bottom: 1em;
}
.btn span.btn-text {
  display: inline;
}
.btn span.service {
  display: inline;
}
.btn span.word {
  display: inline;
}

@media only screen and (max-width:767px) {
  .btn span {
    font-size: 12px;
  }
  .btn span.word {
    display: block;
    margin-top: 6px;
  }
}
.step-area .btn span {
  font-size: 18px;
}
@media only screen and (max-width:767px) {
  .step-area .btn span {
    font-size: 16px;
  }
}
.row-column--3 .btn {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.device-pc .btn:hover,
body .wp-block-button__link:hover,
.wpcf7 .wpcf7-submit:hover {
  background-position: 1% 50%;
  transition: .5s;
  background: #FAAFBB;
  border: 0.5px solid #FAAFBB;
  color: #FFFFFF !important;
  transition: .5s;
}
.btn:hover::after,
body .wp-block-button__link:hover::after,
.wpcf7 .wpcf7-submit:hover::after{
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.207%22%20height%3D%226.318%22%20viewBox%3D%220%200%2016.207%206.318%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_84%22%20data-name%3D%22%E3%83%91%E3%82%B9%2084%22%20d%3D%22M346.665-12105.366l5.465%2C5.465h-15%22%20transform%3D%22translate(-337.13%2012105.72)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E');
}
.btn.on {
  background: #FAAFBB;
  border: 0.5px solid #FAAFBB;
  color: #FFFFFF !important;
}
.btn.btn_gray {
  width: 140px;
  height: 48px;
  line-height: 48px;
  border: 0.5px solid #DDDDDD;
  background-color: #EEEEEE;
  padding: 0 20px;
  margin: 0;
}
.btn.btn_gray:hover{
  background: #FFFFFF;
  border: 0.5px solid #DDDDDD;
  text-decoration: none;
  transition: .5s;
}
.btn.btn_gray:hover::after{
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.092%22%20height%3D%224.455%22%20viewBox%3D%220%200%2011.092%204.455%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_85%22%20data-name%3D%22%E3%83%91%E3%82%B9%2085%22%20d%3D%22M343.413-12105.367l3.6%2C3.6H337.13%22%20transform%3D%22translate(-337.13%2012105.721)%22%20fill%3D%22none%22%20stroke%3D%22%23999%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E');
  transition: .5s;
}
.btn.btn_pink,
body .btn_pink .wp-block-button__link,
.btn.loadMoreBtn {
  background-color: #FAAFBB;
  border: 0.5px solid #FAAFBB;
  color: #FFFFFF;
  margin: 40px auto 0 auto;
  transition: .5s;
}
.btn.loadMoreBtn {
  margin: 0 auto 0 auto;
}
.btn.btn_pink::after,
body .btn_pink .wp-block-button__link::after,
.btn.loadMoreBtn::after {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.092%22%20height%3D%224.455%22%20viewBox%3D%220%200%2011.092%204.455%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_84%22%20data-name%3D%22%E3%83%91%E3%82%B9%2084%22%20d%3D%22M343.413-12105.367l3.6%2C3.6H337.13%22%20transform%3D%22translate(-337.13%2012105.721)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E');
}
.btn.btn_pink:hover,
body .btn_pink .wp-block-button__link:hover,
.btn.loadMoreBtn:hover {
  background-color: #FFFFFF;
  border: 0.5px solid #FAAFBB;
  color: #FAAFBB !important;
  transition: .5s;
}
.btn.btn_pink:hover::after,
body .btn_pink .wp-block-button__link:hover::after,
.btn.loadMoreBtn:hover::after {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.207%22%20height%3D%226.318%22%20viewBox%3D%220%200%2016.207%206.318%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_84%22%20data-name%3D%22%E3%83%91%E3%82%B9%2084%22%20d%3D%22M346.665-12105.366l5.465%2C5.465h-15%22%20transform%3D%22translate(-337.13%2012105.72)%22%20fill%3D%22none%22%20stroke%3D%22%23faafbb%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E');
  transition: .5s;
}
.btn.btn_lightblue {
  background-color: #eafffd;
  border: 0.5px solid #81d8d0;
  color: #81d8d0;
}
.btn.btn_lightblue:hover,
.btn.btn_lightblue.on {
  background-color: #81d8d0;
  color: #FFFFFF;
}
.btn.btn_lightpink {
  background-color: #FFF2F8;
  border: 0.5px solid #E68AB0;
  color: #E68AB0;
}
.btn.btn_lightpink:hover,
.btn.btn_lightpink.on {
  background-color: #E68AB0;
  color: #FFFFFF;
}

@media only screen and (max-width:767px) {
  .btn.btn_gray {
    width: 140px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
  }
}

.link-btn{
  margin: 18px auto 0;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border: none;
  background: none;
  cursor: pointer;
}
.link-btn::after {
  content: '';
  position:relative;
  top: 3px;
  display: inline-block;
  width: 11px;
  height: 14px;
  /*icn-arrowb-down-b*/
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.005%22%20height%3D%2213.999%22%20viewBox%3D%220%200%2012.005%2013.999%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1256%22%20data-name%3D%22%E3%83%91%E3%82%B9%201256%22%20d%3D%22M5.294.706a1%2C1%2C0%2C0%2C0%2C1.416%2C0l5-5a1%2C1%2C0%2C0%2C0%2C0-1.416%2C1%2C1%2C0%2C0%2C0-1.416%2C0L7-2.413V-12a1%2C1%2C0%2C0%2C0-1-1%2C1%2C1%2C0%2C0%2C0-1%2C1v9.584L1.706-5.706a1%2C1%2C0%2C0%2C0-1.416%2C0%2C1%2C1%2C0%2C0%2C0%2C0%2C1.416l5%2C5Z%22%20transform%3D%22translate(0.002%2013)%22%20fill%3D%22%23111%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(270deg);
  margin-left: 15px;
}
.toggle_close.link-btn::after {
  content: '';
  position:relative;
  top: 3px;
  display: inline-block;
  width: 11px;
  height: 14px;
  /*icn-arrowb-down-b*/
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.005%22%20height%3D%2213.999%22%20viewBox%3D%220%200%2012.005%2013.999%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1256%22%20data-name%3D%22%E3%83%91%E3%82%B9%201256%22%20d%3D%22M5.294.706a1%2C1%2C0%2C0%2C0%2C1.416%2C0l5-5a1%2C1%2C0%2C0%2C0%2C0-1.416%2C1%2C1%2C0%2C0%2C0-1.416%2C0L7-2.413V-12a1%2C1%2C0%2C0%2C0-1-1%2C1%2C1%2C0%2C0%2C0-1%2C1v9.584L1.706-5.706a1%2C1%2C0%2C0%2C0-1.416%2C0%2C1%2C1%2C0%2C0%2C0%2C0%2C1.416l5%2C5Z%22%20transform%3D%22translate(0.002%2013)%22%20fill%3D%22%23111%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(180deg);
  margin-left: 15px;
}
.icn-triangle-down-b::after {
  content: '';
  position:relative;
  top: 3px;
  position:relative;
  top: 3px;
  display: inline-block;
  width: 10px;
  height: 16px;
  margin-left: 8px;
  /*icn-triangle-down-b*/
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.004%22%20height%3D%226.002%22%20viewBox%3D%220%200%2010.004%206.002%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1271%22%20data-name%3D%22%E3%83%91%E3%82%B9%201271%22%20d%3D%22M5.706.706a1%2C1%2C0%2C0%2C1-1.416%2C0l-4-4A1%2C1%2C0%2C0%2C1%2C.075-4.384%2C1%2C1%2C0%2C0%2C1%2C1-5H9a1%2C1%2C0%2C0%2C1%2C.925.619%2C1%2C1%2C0%2C0%2C1-.216%2C1.091l-4%2C4Z%22%20transform%3D%22translate(0.002%205.003)%22%20fill%3D%22%23343548%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icn-arrowb-up-w::after {
  content: '';
  position:relative;
  top: 3px;
  display: inline-block;
  width: 10px;
  height: 24px;
  /*icn-arrowb-up-w*/
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.007%22%20height%3D%2220.999%22%20viewBox%3D%220%200%2018.007%2020.999%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1254%22%20data-name%3D%22%E3%83%91%E3%82%B9%201254%22%20d%3D%22M10.059-19.059a1.5%2C1.5%2C0%2C0%2C0-2.123%2C0l-7.5%2C7.5a1.5%2C1.5%2C0%2C0%2C0%2C0%2C2.123%2C1.5%2C1.5%2C0%2C0%2C0%2C2.123%2C0L7.5-14.381V0a1.5%2C1.5%2C0%2C0%2C0%2C3%2C0V-14.381l4.941%2C4.941a1.5%2C1.5%2C0%2C0%2C0%2C2.123%2C0%2C1.5%2C1.5%2C0%2C0%2C0%2C0-2.123l-7.5-7.5Z%22%20transform%3D%22translate(0.004%2019.499)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 15px;
}
/* テーブル */
@media screen and (max-width:767px){
  table td {
    display: block;
  }
}
.wp-block-table.bg-gray table {
  width: auto;
  border-collapse: separate;
  border-spacing: 30px; 
  margin: 20px;
}
@media screen and (max-width:767px){
  .wp-block-table.bg-gray table {
    border-spacing: 0; 
  }
}
@media screen and (max-width:767px){
  .bg-gray table {
    border-spacing: 20px; 
    margin: 0;
  }
}
.bg-gray table tr,
.bg-gray table td {
  border: none;
}
.bg-gray table tr td:first-child{
  border-right: 0.5px solid #DDDDDD;
  word-break: keep-all;
  padding-right: 60px;
  margin-top: 2em;
  font-weight: 400;
}
/* マージン */
h3,h4,h5 {
  margin-bottom: 25px;
}
p,ul,table {
  margin-bottom: 25px;
}
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mt55 { margin-top: 55px !important; }
.mt60 { margin-top: 60px !important; }
.mt65 { margin-top: 65px !important; }
.mt70 { margin-top: 70px !important; }
.mt75 { margin-top: 75px !important; }
.mt80 { margin-top: 80px !important; }
.mt85 { margin-top: 85px !important; }
.mt90 { margin-top: 90px !important; }
.mt95 { margin-top: 95px !important; }
.mt100 { margin-top: 100px !important; }
.mt105 { margin-top:105px !important; }
.mt110 { margin-top: 110px !important; }
.mt115 { margin-top: 115px !important; }
.mt120 { margin-top: 120px !important; }
.mt125 { margin-top: 125px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb100 { margin-bottom: 100px !important; }
.mb105 { margin-bottom:105px !important; }
.mb110 { margin-bottom: 110px !important; }
.mb115 { margin-bottom: 115px !important; }
.mb120 { margin-bottom: 120px !important; }
.mb125 { margin-bottom: 125px !important; }
@media screen and (max-width:767px){
  h3,h4,h5 {
    margin-bottom: 20px;
  }
  p,ul,table {
    margin-bottom: 20px;
  }
  .mt5 { margin-top: 5px; }
  .mt10 { margin-top: 10px !important; }
  .mt15 { margin-top: 15px !important; }
  .mt20 { margin-top: 10px !important; }
  .mt25 { margin-top: 15px !important; }
  .mt30 { margin-top: 20px !important; }
  .mt35 { margin-top: 25px !important; }
  .mt40 { margin-top: 20px !important; }
  .mt45 { margin-top: 25px !important; }
  .mt50 { margin-top: 30px !important; }
  .mt55 { margin-top: 35px !important; }
  .mt60 { margin-top: 40px !important; }
  .mt65 { margin-top: 45px !important; }
  .mt70 { margin-top: 40px !important; }
  .mt75 { margin-top: 45px !important; }
  .mt80 { margin-top: 40px !important; }
  .mt85 { margin-top: 45px !important; }
  .mt90 { margin-top: 50px !important; }
  .mt95 { margin-top: 55px !important; }
  .mt100 { margin-top: 60px !important; }
  .mt105 { margin-top: 65px !important; }
  .mt110 { margin-top: 70px !important; }
  .mt115 { margin-top: 75px !important; }
  .mt120 { margin-top: 80px !important; }
  .mt125 { margin-top: 85px !important; }
  .mb5 { margin-bottom: 5px !important; }
  .mb10 { margin-bottom: 10px !important; }
  .mb15 { margin-bottom: 15px !important; }
  .mb20 { margin-bottom: 10px !important; }
  .mb25 { margin-bottom: 15px !important; }
  .mb30 { margin-bottom: 20px !important; }
  .mb35 { margin-bottom: 25px !important; }
  .mb40 { margin-bottom: 20px !important; }
  .mb45 { margin-bottom: 25px !important; }
  .mb50 { margin-bottom: 30px !important; }
  .mb55 { margin-bottom: 35px !important; }
  .mb60 { margin-bottom: 40px !important; }
  .mb65 { margin-bottom: 45px !important; }
  .mb70 { margin-bottom: 40px !important; }
  .mb75 { margin-bottom: 45px !important; }
  .mb80 { margin-bottom: 40px !important; }
  .mb85 { margin-bottom: 45px !important; }
  .mb90 { margin-bottom: 50px !important; }
  .mb95 { margin-bottom: 55px !important; }
  .mb100 { margin-bottom: 60px !important; }
  .mb105 { margin-bottom: 65px !important; }
  .mb110 { margin-bottom: 70px !important; }
  .mb115 { margin-bottom: 75px !important; }
  .mb120 { margin-bottom: 80px !important; }
  .mb125 { margin-bottom: 85px !important; }
}
/* display show hide */
.scrollfadeDown {
  animation-name: scrollfadeDownAnime;
  animation-duration: 0.3s;
  animation-fill-mode:forwards;
  opacity:1;
}
@keyframes scrollfadeDownAnime{
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(30px);
  }
}
.scrollfadeUp {
  animation-name: scrollfadeUpAnime;
  animation-duration: 0.3s;
  animation-fill-mode:forwards;
  opacity:1;
}
@keyframes scrollfadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*アコーディオン*/
.js-accordion{
  position: relative;
}
.js-accordion::before,
.js-accordion::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #E08E87;
}
.js-accordion::before{
    top:44%;
    right: 2px;
    transform: rotate(0deg);
    transition: transform 0.5s;
}
.js-accordion::after{    
    top:44%;
    right: 2px;
    transform: rotate(90deg);
    transition: transform 0.5s;
}
@media (orientation: landscape), (min-width: 1025px){
  .js-accordion::before{
    right: 0;
  }
  .js-accordion::after{    
    right: 0;
  }
}
/*
.contact-page .js-accordion::before,
.contact-page .js-accordion::after {
  display: none;
}
*/
.js-accordion.close::before,
.js-accordion.open::before{
  transform: rotate(-180deg);
  transition: transform 0.5s;
}
.js-accordion.close::after,
.js-accordion.open::after{
  transform: rotate(180deg);
  transition: transform 0.5s;
}
.accordion_body dd,
.accordion_body dd > * {
  opacity : 0;
  transform: scaleY(0);
  transition: transform 0.2s;
  height: 0;
}
.accordion_body dl.open dd,
.accordion_body dl.open dd > * {
  opacity : 1;
  transform: scaleY(1);
  transition: transform 0.2s;
  height: 100%;
}
.qa dt {
  background-color: #FAEAE8;
  border-radius: 30px;
  color: #FAAFBB;
  font-size: 18px;
  padding: 20px;
  cursor: pointer;
}
.qa dt .qamark {
  padding: 20px;
}
.qa .js-accordion::before,
.qa .js-accordion::after {
  margin-right: 20px;
}
.qa .open + dd {
  padding: 40px;
  position: relative;
  margin-left: 40px;
}
.qa .open + dd .qamark {
  position: absolute;
  left: 0;
  font-size: 18px;
}
@media screen and (max-width:767px){
  .accordion_heading {
    margin-bottom: 20px;
  }
  .qa dt {
    border-radius: 50vh;
    padding-right: 30px;
  }
  .qa dt .qamark {
    padding-left: 0;
    padding-right: 10px;
  }
  .qa .open + dd {
    padding: 20px;
    margin-left: 10px;
  }
}
/*位置*/
.center{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.left{
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}
.right{
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}
.content-center{
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
}
/*見出し・テキスト*/
/* ページタイトル */
.page_title_area {
  color: #595455;
  padding: 16px 20px 35px 20px ;
  font-weight: 600;
}
.page_title_area h2 {
  font-size: 28px;
  text-align: center;
  margin: 30px 0 0;
}
@media (orientation: landscape), (min-width: 1025px){
  .page_title_area {
    padding: 82px 20px 82px 20px ;
  }
  .page_title_area H1 {
    font-size: 44px;
  }
  .page_title_area H1::after {
    margin: 18px auto 0 ;
    width: 90px;
  }
  .page_title_area.page_title_h{
    padding: 58px 20px 170px 20px ;
    margin-bottom: -135px;
  }
  .page_title_area.page_title_h[class*="bg-"]{
    padding: 58px 20px 150px 20px ;
    margin-bottom: -99px;
  }
}
.page_title.main_image {
  background: linear-gradient(180deg,#FFFFFF 0%, #FFFFFF 85%, #FAEAE8 85%, #FAEAE8 100%);
  padding-bottom: 0;
}
@media screen and (max-width:767px){
.page_title.main_image {
    background: #FAEAE8;
    padding-bottom: 0;
  }
}

.main_image .page_title_area {
  position: relative;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
@media screen and (max-width:767px){
  .main_image .page_title_area {
    margin-left: 0;
    margin-right: 0;
  }
}


.main_image .page_title_area .main_image_wrapper {
  max-width: 1120px;
  margin: 30px auto 60px auto;
}
.main_image .page_title_area .main_image_wrapper img{
  aspect-ratio: 16 / 5;
  object-fit: cover;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.item-detail .main_image .page_title_area .main_image_wrapper img{
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.item-detail .main_image .page_title_area {
  padding-top: 0;
}
@media screen and (max-width:767px){
  .main_image .page_title_area .main_image_wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }
  .main_image .page_title_area .main_image_wrapper img{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: 50px;
  }
  .item-detail .main_image .page_title_area .main_image_wrapper img{
    aspect-ratio: 9 / 16;
  }
}
.main_image .page_title_area h1.title_copy{
  position: absolute;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.7em;
  text-align: left;
  color: #FAAFBB;
  bottom: 0;
  border-bottom: none;
  margin: 0 0 20px;
}
@media screen and (max-width:1024px){
  .main_image .page_title_area h1.title_copy{
    font-size: 28px;
    margin: 0;
  }
}
@media screen and (max-width:767px){
  .main_image .page_title_area h1.title_copy{
    position: relative;
    padding: 25px 25px 0;
  }
  .item-detail .main_image .page_title_area h1.title_copy{
    position: absolute;
  }
}
.main_image .page_title_area h1.title_copy > span {
  background: linear-gradient(transparent 0%, #FAF6E6 0%);
  padding: 5px;
}
@media screen and (max-width:767px){
.main_image .page_title_area h1.title_copy > span {
    /*background: none;*/
  }
}
.main_image .page_title_area h1.title_copy::after {
  display: none;
}
.page_title_area H1,
h1.wp-block-heading {
  font-size: 44px;
  font-weight: 400;
  text-align: center;
  color: #BA9E66;
  margin-top: 52px;
}
.page_title_area H1::after,
h1.wp-block-heading::after {
  content: '';
  display: block;
  margin: 22px auto 0 ;
  border-bottom: 2px solid #BA9E66;
  width: 120px;
}
@media screen and (max-width:767px){
  .page_title_area H1,
  h1.wp-block-heading {
    font-size: 28px;
    font-weight: 400;
    margin-top: 40px;
  }
  .page_title_area H1::after,
  h1.wp-block-heading::after {
    margin: 16px auto 0 ;
    border-bottom: 2px solid #BA9E66;
    width: 80px;
  }
  .main_image .page_title_area .main_image_wrapper + h1 {
    margin-top: 0px;
    padding-top: 40px;
    background: #FAEAE8;
  }
}
.page_title_area.page_title_h{
  color: #FFF;
  padding: 12px 20px 75px 20px ;
  margin-bottom: -45px;
  background-size: cover;
  background-repeat: no-repeat;
}
.content .page_title_area{
  margin-bottom: 25px;
}
@media (orientation: landscape), (min-width: 1025px){
  .content .page_title_area{
    margin-bottom: 40px;
  }
}
.page_title_area .item-status{
  display: inline-block;
  font-weight: 200;
  padding: 5px 20px !important;
  border-radius: 20px;
  margin-right: 20px;
}
.page_title_area .date{
  display: inline-block;
  font-weight: 200;
}
/*画面幅の固定*/
.wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1366px;
}
.content-wrapper,
div.bg-beige > .wp-block-column,
div.bg-pink > .wp-block-column,
div.bg-gray > div {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.device-pc .device-pc-content-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
@media screen and (max-width:1230px){
  .content-wrapper,
  div.bg-beige > .wp-block-column,
  div.bg-pink > .wp-block-column,
  div.bg-gray > div {
    margin-left: 25px;
    margin-right: 25px;
  }
  .item-list-slider-wapper .content-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width:767px){
  .content-wrapper,
  div.bg-beige > .wp-block-column,
  div.bg-pink > .wp-block-column,
  div.bg-gray > div {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.content-detail .content-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
div.bg-beige,
div.bg-pink,
div.bg-gray {
  width:100vw; 
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  border-bottom-right-radius: 60px;
}

.features-area div.bg-pink {
  left: auto;
  right: auto;
  margin-left: 0;
  margin-right: 0;
}
.features-area.wp-block-columns {
  margin-bottom: 0;
}

.features-area .wp-block-media-text .wp-block-media-text__content {
  padding-bottom: 30px;
}

.content-wrapper > .wp-block-columns {
  margin-top: 80px;
}
#PageTitle + .content-wrapper > .wp-block-columns {
  margin-top: 0px;
}
@media screen and (max-width:767px){
  .content-wrapper .wp-block-columns + .wp-block-columns {
    margin-top: 0;
  }
}
/* スクロールバー */
.scroll::-webkit-scrollbar{
  width: 2px;
}
.scroll::-webkit-scrollbar-track{
  background-color: #CCCCCC;
}
.scroll::-webkit-scrollbar-thumb{
  background-color: #343548;
}
/* ページトップリンクボタン */
.page-back {
  position: fixed;
  display: block;
  right: 5px;
  bottom: 15px;
  z-index: 15;
}
.page-back-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  position: relative;
  background: #807A7B;
  opacity: 0.5;
}
.page-back-btn a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.page-back .icn-arrowb-up-w::after {
  position: absolute;
  width: 20px;
  height: 48px;
  top: 6px;
  left: 20px;
  margin: 0;
}

#Container{
  margin-top: 80px;
  overflow-x: hidden;
}
@media (orientation: landscape), (min-width: 1025px){
  #Container{
    margin-top: 80px;
  }
}
@media (orientation: landscape) and (max-width: 1025px){
  .device-sp #Container{
    margin-top: 80px;
  }
}
@media screen and (max-width:767px){
  #Container{
    margin-top: 50px;
  }
}

/* ICON */
.icon {
  position: relative;
}
.icon-tiktok::before {
  content: '';
  display: inline-block;
  background-image: url(https://tiarapets-puppies.com/wp-content/uploads/2023/07/icon_tiktok.png);
  background-repeat: no-repeat;
  background-size: 17px 20px;
  width: 17px;
  height: 20px;
  transform: translate(0px, 3px);
}
.fixed .icon-tiktok::before {
  transform: translate(5px, 0px);
}
.icon-tiktok-big::before {
  background-size: 68px 80px;
  width: 68px;
  height: 80px;
}
@media screen and (max-width:767px){
  .icon-tiktok-big::before {
    background-size: 51px 60px;
    width: 51px;
    height: 60px;
  }
}
.icon-whatsapp::before {
  content: '';
  display: inline-block;
  background-image: url(https://tiarapets-puppies.com/wp-content/uploads/2023/10/icon-whatsapp.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  transform: translate(0px, 3px);
}
.fixed .icon-whatsapp::before {
  transform: translate(5px, 0px);
}
.icon-whatsapp-big::before {
  background-size: 80px 80px;
  width: 80px;
  height: 80px;
}
@media screen and (max-width:767px){
  .icon-whatsapp-big::before {
    background-size: 60px 60px;
    width: 60px;
    height: 60px;
  }
}
.icon-line::before {
  content: '';
  display: inline-block;
  background-image: url(https://tiarapets-puppies.com/wp-content/uploads/2023/07/icon_line.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  transform: translate(0px, 3px);
}
.fixed .icon-line::before {
  transform: translate(5px, 0px);
}
.icon-line-big::before {
  background-size: 80px 80px;
  width: 80px;
  height: 80px;
}
@media screen and (max-width:767px){
  .icon-line-big::before {
    background-size: 60px 60px;
    width: 60px;
    height: 60px;
  }
}
.icon-youtube::before {
  content: '';
  display: inline-block;
  background-image: url(https://tiarapets-puppies.com/wp-content/uploads/2023/07/icon_youtube.png);
  background-repeat: no-repeat;
  background-size: 29px 20px;
  width: 29px;
  height: 20px;
  transform: translate(0px, 3px);
}
.fixed .icon-youtube::before {
  transform: translate(5px, 0px);
}
.icon-youtube-big::before {
  background-size: 81px 60px;
  width: 81px;
  height: 60px;
}
@media screen and (max-width:767px){
  .icon-youtube-big::before {
    background-size: 61px 45px;
    width: 61px;
    height: 45px;
  }
}
.icon-facebook::before {
  content: '';
  display: inline-block;
  background-image: url(https://tiarapets-puppies.com/wp-content/uploads/2023/07/icon_facebook.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  transform: translate(0px, 3px);
}
.fixed .icon-facebook::before {
  transform: translate(5px, 0px);
}
.icon-facebook-big::before {
  background-size: 80px 80px;
  width: 80px;
  height: 80px;
}
@media screen and (max-width:767px){
  .icon-facebook-big::before {
    background-size: 60px 60px;
    width: 60px;
    height: 60px;
  }
}
.icon-weixin::before {
  content: '';
  display: inline-block;
  background-image: url(https://tiarapets-puppies.com/wp-content/uploads/2023/10/icon_wechat.png);
  background-repeat: no-repeat;
  background-size: 25px 20px;
  width: 25px;
  height: 20px;
  transform: translate(0px, 3px);
}
.fixed .icon-weixin::before {
  transform: translate(0px, 0px);
}
.icon-weixin-big::before {
  background-size: 100px 80px;
  width: 100px;
  height: 80px;
}
@media screen and (max-width:767px){
  .icon-weixin-big::before {
    background-size: 75px 60px;
    width: 75px;
    height: 60px;
  }
}
.icon-instagram::before {
  content: '';
  display: inline-block;
  background-image: url(https://tiarapets-puppies.com/wp-content/uploads/2023/07/icon_Instagram.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  transform: translate(0px, 3px);
}
.fixed .icon-instagram::before {
  transform: translate(5px, 0px);
}
.icon-instagram-big::before {
  background-size: 80px 80px;
  width: 80px;
  height: 80px;
}
@media screen and (max-width:767px){
  .icon-instagram-big::before {
    background-size: 60px 60px;
    width: 60px;
    height: 60px;
  }
}
.icon-line-gray::before {
  content: '';
  position:absolute;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30.38px;
  height: 28.94px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230.377%22%20height%3D%2228.944%22%20viewBox%3D%220%200%2030.377%2028.944%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_84%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2084%22%20transform%3D%22translate(-853.279%20-498.345)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_62%22%20data-name%3D%22%E3%83%91%E3%82%B9%2062%22%20d%3D%22M883.656%2C510.671c0-6.8-6.814-12.326-15.189-12.326s-15.188%2C5.529-15.188%2C12.326c0%2C6.093%2C5.4%2C11.2%2C12.7%2C12.161.495.107%2C1.168.326%2C1.338.749a3.122%2C3.122%2C0%2C0%2C1%2C.049%2C1.373s-.178%2C1.072-.217%2C1.3c-.066.384-.305%2C1.5%2C1.316.819s8.747-5.151%2C11.934-8.818h0A10.967%2C10.967%2C0%2C0%2C0%2C883.656%2C510.671Z%22%20fill%3D%22%23aaa%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_57%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2057%22%20transform%3D%22translate(858.262%20507.387)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_63%22%20data-name%3D%22%E3%83%91%E3%82%B9%2063%22%20d%3D%22M1003.709%2C569.064h-4.267a.29.29%2C0%2C0%2C1-.29-.29v0h0v-6.617h0v-.006a.29.29%2C0%2C0%2C1%2C.29-.29h4.267a.291.291%2C0%2C0%2C1%2C.29.29v1.077a.29.29%2C0%2C0%2C1-.29.29h-2.9v1.119h2.9a.291.291%2C0%2C0%2C1%2C.29.29V566a.29.29%2C0%2C0%2C1-.29.29h-2.9v1.119h2.9a.291.291%2C0%2C0%2C1%2C.29.29v1.077A.29.29%2C0%2C0%2C1%2C1003.709%2C569.064Z%22%20transform%3D%22translate(-983.368%20-561.855)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_64%22%20data-name%3D%22%E3%83%91%E3%82%B9%2064%22%20d%3D%22M892.835%2C569.064a.29.29%2C0%2C0%2C0%2C.29-.29V567.7a.291.291%2C0%2C0%2C0-.29-.29h-2.9v-5.261a.291.291%2C0%2C0%2C0-.29-.29h-1.077a.29.29%2C0%2C0%2C0-.29.29v6.624h0v0a.29.29%2C0%2C0%2C0%2C.29.29h4.267Z%22%20transform%3D%22translate(-888.278%20-561.855)%22%20fill%3D%22%23fff%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_24%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2024%22%20width%3D%221.657%22%20height%3D%227.209%22%20rx%3D%220.829%22%20transform%3D%22translate(5.759)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_65%22%20data-name%3D%22%E3%83%91%E3%82%B9%2065%22%20d%3D%22M953.653%2C561.855h-1.077a.29.29%2C0%2C0%2C0-.29.29v3.937l-3.033-4.1a.268.268%2C0%2C0%2C0-.023-.03l0%2C0-.018-.018-.005%2C0-.016-.013-.008-.006-.015-.01-.009-.005-.016-.009-.009%2C0-.017-.007-.01%2C0-.017-.006-.01%2C0-.017%2C0-.012%2C0-.016%2C0h-1.1a.29.29%2C0%2C0%2C0-.29.29v6.629a.29.29%2C0%2C0%2C0%2C.29.29h1.077a.29.29%2C0%2C0%2C0%2C.29-.29v-3.936l3.037%2C4.1a.3.3%2C0%2C0%2C0%2C.075.073l0%2C0%2C.018.011.008%2C0%2C.014.007.014.006.009%2C0%2C.02.006h0a.293.293%2C0%2C0%2C0%2C.076.01h1.071a.29.29%2C0%2C0%2C0%2C.29-.29v-6.629A.29.29%2C0%2C0%2C0%2C953.653%2C561.855Z%22%20transform%3D%22translate(-939.194%20-561.855)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}
.icon-instagram-gray::before {
  content: '';
  position:absolute;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25.28px;
  height: 25.28px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225.275%22%20height%3D%2225.275%22%20viewBox%3D%220%200%2025.275%2025.275%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_69%22%20data-name%3D%22%E3%83%91%E3%82%B9%2069%22%20d%3D%22M9.9%2C2.588a9.242%2C9.242%2C0%2C0%2C0-3.066.593%2C6.461%2C6.461%2C0%2C0%2C0-3.689%2C3.7%2C9.284%2C9.284%2C0%2C0%2C0-.581%2C3.069c-.059%2C1.348-.072%2C1.778-.066%2C5.21s.022%2C3.862.086%2C5.21a9.265%2C9.265%2C0%2C0%2C0%2C.593%2C3.065%2C6.46%2C6.46%2C0%2C0%2C0%2C3.7%2C3.689%2C9.275%2C9.275%2C0%2C0%2C0%2C3.068.581c1.348.059%2C1.778.072%2C5.209.066s3.863-.022%2C5.211-.086a9.289%2C9.289%2C0%2C0%2C0%2C3.066-.593%2C6.458%2C6.458%2C0%2C0%2C0%2C3.688-3.7%2C9.254%2C9.254%2C0%2C0%2C0%2C.581-3.067c.059-1.349.073-1.78.066-5.211s-.022-3.862-.086-5.209a9.269%2C9.269%2C0%2C0%2C0-.593-3.067%2C6.455%2C6.455%2C0%2C0%2C0-3.7-3.688%2C9.246%2C9.246%2C0%2C0%2C0-3.068-.581c-1.348-.06-1.778-.073-5.21-.066s-3.862.021-5.21.086m.147%2C22.846A7.009%2C7.009%2C0%2C0%2C1%2C7.7%2C25%2C4.184%2C4.184%2C0%2C0%2C1%2C5.3%2C22.61a7%2C7%2C0%2C0%2C1-.439-2.346c-.063-1.332-.077-1.732-.083-5.106s.006-3.773.064-5.106A7%2C7%2C0%2C0%2C1%2C5.272%2C7.7%2C4.183%2C4.183%2C0%2C0%2C1%2C7.666%2C5.3a6.993%2C6.993%2C0%2C0%2C1%2C2.345-.439c1.333-.063%2C1.732-.077%2C5.106-.083s3.774.005%2C5.107.064a6.98%2C6.98%2C0%2C0%2C1%2C2.346.43%2C4.184%2C4.184%2C0%2C0%2C1%2C2.4%2C2.395%2C6.975%2C6.975%2C0%2C0%2C1%2C.439%2C2.345c.063%2C1.333.078%2C1.732.084%2C5.106s-.006%2C3.774-.064%2C5.106A7.006%2C7.006%2C0%2C0%2C1%2C25%2C22.572a4.186%2C4.186%2C0%2C0%2C1-2.395%2C2.4%2C7%2C7%2C0%2C0%2C1-2.345.439c-1.333.063-1.732.077-5.107.083s-3.773-.006-5.106-.064m10.3-17.051a1.516%2C1.516%2C0%2C1%2C0%2C1.513-1.519%2C1.516%2C1.516%2C0%2C0%2C0-1.513%2C1.519M8.649%2C15.15a6.489%2C6.489%2C0%2C1%2C0%2C6.476-6.5%2C6.488%2C6.488%2C0%2C0%2C0-6.476%2C6.5m2.276%2C0a4.213%2C4.213%2C0%2C1%2C1%2C4.22%2C4.2%2C4.213%2C4.213%2C0%2C0%2C1-4.22-4.2%22%20transform%3D%22translate(-2.5%20-2.5)%22%20fill%3D%22%23aaa%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_89%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2089%22%20transform%3D%22translate(-2.5%20-2.5)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_68%22%20data-name%3D%22%E3%83%91%E3%82%B9%2068%22%20d%3D%22M9.9%2C2.588a9.242%2C9.242%2C0%2C0%2C0-3.066.593%2C6.461%2C6.461%2C0%2C0%2C0-3.689%2C3.7%2C9.284%2C9.284%2C0%2C0%2C0-.581%2C3.069c-.059%2C1.348-.072%2C1.778-.066%2C5.21s.022%2C3.862.086%2C5.21a9.265%2C9.265%2C0%2C0%2C0%2C.593%2C3.065%2C6.46%2C6.46%2C0%2C0%2C0%2C3.7%2C3.689%2C9.275%2C9.275%2C0%2C0%2C0%2C3.068.581c1.348.059%2C1.778.072%2C5.209.066s3.863-.022%2C5.211-.086a9.289%2C9.289%2C0%2C0%2C0%2C3.066-.593%2C6.458%2C6.458%2C0%2C0%2C0%2C3.688-3.7%2C9.254%2C9.254%2C0%2C0%2C0%2C.581-3.067c.059-1.349.073-1.78.066-5.211s-.022-3.862-.086-5.209a9.269%2C9.269%2C0%2C0%2C0-.593-3.067%2C6.455%2C6.455%2C0%2C0%2C0-3.7-3.688%2C9.246%2C9.246%2C0%2C0%2C0-3.068-.581c-1.348-.06-1.778-.073-5.21-.066s-3.862.021-5.21.086m.147%2C22.846A7.009%2C7.009%2C0%2C0%2C1%2C7.7%2C25%2C4.184%2C4.184%2C0%2C0%2C1%2C5.3%2C22.61a7%2C7%2C0%2C0%2C1-.439-2.346c-.063-1.332-.077-1.732-.083-5.106s.006-3.773.064-5.106A7%2C7%2C0%2C0%2C1%2C5.272%2C7.7%2C4.183%2C4.183%2C0%2C0%2C1%2C7.666%2C5.3a6.993%2C6.993%2C0%2C0%2C1%2C2.345-.439c1.333-.063%2C1.732-.077%2C5.106-.083s3.774.005%2C5.107.064a6.98%2C6.98%2C0%2C0%2C1%2C2.346.43%2C4.184%2C4.184%2C0%2C0%2C1%2C2.4%2C2.395%2C6.975%2C6.975%2C0%2C0%2C1%2C.439%2C2.345c.063%2C1.333.078%2C1.732.084%2C5.106s-.006%2C3.774-.064%2C5.106A7.006%2C7.006%2C0%2C0%2C1%2C25%2C22.572a4.186%2C4.186%2C0%2C0%2C1-2.395%2C2.4%2C7%2C7%2C0%2C0%2C1-2.345.439c-1.333.063-1.732.077-5.107.083s-3.773-.006-5.106-.064m10.3-17.051a1.516%2C1.516%2C0%2C1%2C0%2C1.513-1.519%2C1.516%2C1.516%2C0%2C0%2C0-1.513%2C1.519M8.649%2C15.15a6.489%2C6.489%2C0%2C1%2C0%2C6.476-6.5%2C6.488%2C6.488%2C0%2C0%2C0-6.476%2C6.5m2.276%2C0a4.213%2C4.213%2C0%2C1%2C1%2C4.22%2C4.2%2C4.213%2C4.213%2C0%2C0%2C1-4.22-4.2%22%20fill%3D%22%23aaa%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_64%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2064%22%20transform%3D%22translate(2.5%202.5)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_26%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2026%22%20width%3D%2227.297%22%20height%3D%2227.298%22%20transform%3D%22translate(-1.021%20-0.99)%22%20fill%3D%22%23aaa%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}
/* row-column */
.row-column--3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 22px;
}
.row-column--3 > *{
  width: 32%;
  border-top: 0.5px solid #DDDDDD;
  padding-top: 32px;
}

@media screen and (max-width:767px){
  .row-column--3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
  }
  .row-column--3 > *{
    width: 100%;
  }
}

/* header */
.Header {
  width: 100%;
  height: 70px;
  background-color: #fff;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  z-index: 10;
,-webkit-box-sizing: border-box;
,box-sizing: border-box;
,-webkit-transition: all .3s ease-out;
,transition: all .3s ease-out;
  opacity: 1;
}
@media screen and (min-width:1025px){
  .Header {
    height: 120px;
    top: 0;
    opacity: 1;
  }
}
.Header.show {
  top: 0;
,-webkit-transition: all .3s ease-out;
,transition: all .3s ease-out;
  opacity: 1;
}
.Header.hide {
  top: -100%;
,-webkit-transition: all 1s ease-out;
,transition: all 1s ease-out;
  opacity: 1;
}
.Header-wrapper {
  display: flex;
  z-index: 1;
  position: relative;
  background: #FFF;
  background-size: cover;
  justify-content: space-between;
  margin: auto;
}
@media screen and (max-width:1024px){
  .Header_band{
    display: flex;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
  }
}
/*サイトロゴ*/
.Header_vi-wrapper {
}
@media screen and (max-width:1024px){
  .Header_vi-wrapper {
    z-index: 1;
    margin-right: auto;
  }
}
.Header_vi,
.Header_vi img{
  max-width: 92px;
  font-size: 0;
}
.Footer_vi,
.Footer_vi img {
  max-width: 152px;
  font-size: 0;
  margin-bottom: 10px;
}
@media screen and (min-width:1025px){
  .Header_vi,
  .Header_vi img,
  .Footer_vi,
  .Footer_vi img {
    max-width: 152px;
  }
}
/*ヘッダーサブメニュー*/
.Header_SubMenu {
  display: block;
  order: 2;
  padding-top: 23px;
}
@media screen and (min-width:1025px){
  .Header_SubMenu {
    position: relative;
    display: flex;
    justify-content: flex-end;
    order: 1;
    margin: 0 calc(50% - 50vw);
    align-items: baseline;
    padding-right: 365px;
  }
}
@media screen and (max-width:1024px){
  .Header_SubMenu {
    background: #FFFFFF;
  }
}
@media screen and (max-width:767px){
  .Header_SubMenu {
    padding-top: 0;
  }
}
.Header_SubMenu .SubNav_list ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px 0 40px 0;
  list-style: none;
  margin: 0 30px 60px 30px;
  gap: 15px;
}
.Header_SubMenu .SubNav_list ul li {
  border: 0.5px solid #CCCCCC;
  padding: 5px 10px;
  width: 40%;
}
@media screen and (min-width:1025px){
  .Header_SubMenu .SubNav_list ul{
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    padding: 0;
    margin-bottom: 0;
  }
  .Header_SubMenu .SubNav_list ul li {
    border: none;
    padding: 0;
    width: auto;
  }
}
.Header_SubMenu .SubNav_list a{
  color: #595455;
}
/*ヘッダーメインメニュー*/
.Header_MainMenu {
  display: block;
  width: 100%;
  order: 1;
}
@media screen and (min-width:1025px){
  .Header_MainMenu {
    position: absolute;
    display: block;
    bottom: 0;
    /*margin-bottom: 10px;*/
    padding-left: 10px;
    width: auto;
    order: 2;
  }
}
@media screen and (max-width:1024px){
  .Header_MainMenu.-opened {
    display: block;
    pointer-events: auto;
    width: 100%;
    margin-top: 70px;
    background: #FFFFFF;
  }
}
.Header_Menu-wrapper {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  top: 0;
  width: 100%;
  transition: transform .2s linear 0s;
  opacity: 1;
  transform: scale(1);
  transform-origin: left top;
  animation-duration:.8s;
}
.Header.is-open .Header_band{
}
.Header_Menu-wrapper.-opened {
  height: 100vh;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  flex-flow: column;
  background-color: #FFFFFF;
  overflow-y: scroll;
  animation-name:MenuOpenAnime;
  animation-duration:.3s;
  animation-fill-mode:forwards;
  transition-timing-function: ease-out;
  opacity:0;
}
@keyframes MenuOpenAnime{
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}




@media screen and (min-width:1025px){
  .Header_Menu-wrapper {
    position: relative;
    display: block;
    height: inherit;
    width: 100%;
  }
  .Header_Menu-wrapper.-opened {
    height: 100%;
    width: 100%;
  }
}
.Header_Menu-wrapper.-closed {
  transition: transform .2s linear 0s;
  transform: scaleY(0);
  transform-origin: left top;
  pointer-events: none;
}
@media screen and (min-width:1025px){
  .Header_Menu-wrapper.-closed {
    display: block;
    transform: scaleY(1);
    pointer-events: all;
  }
  .Header.is-open .Header_Menu-wrapper::after{
    display: none;
  }
}
/*ハンバーガーメニュー*/
.Header_menuBtn {
  position: absolute;
  padding: 10px;
  cursor: pointer;
  right: 5px;
  top: 5px;
  z-index: 99;
}
@media screen and (min-width: 1025px) {
  .Header_menuBtn {
    display: none;
  }
}
.MenuBtn {
  display: block;
  position: relative;
  width: 26px;
  height: 18px;
  top: 1px;
}
.MenuBtn_bar {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  transform-origin: 0 0;
  fill: #FAAFBB
}
.MenuBtn.-closed .MenuBtn_bar.-b1 {
  transition: transform .4s cubic-bezier(1, .59, .77, 1.33) 0s;
  transform: translate(0) rotate(0)
}
.MenuBtn.-opened .MenuBtn_bar.-b1 {
  transition: transform .4s cubic-bezier(1, .59, .77, 1.33) 0s;
  transform: translate(4.265px, .422px) rotate(45deg)
}
.MenuBtn_bar.-b2 {
  transform: translateY(8.08px)
}
.MenuBtn.-closed .MenuBtn_bar.-b2 {
  transition: opacity .2s ease-in .2s;
  opacity: 1
}
.MenuBtn.-opened .MenuBtn_bar.-b2 {
  transition: opacity .4s ease-out 0s;
  opacity: 0
}
.MenuBtn_bar.-b3 {
  transform-origin: 0 0
}
.MenuBtn.-closed .MenuBtn_bar.-b3 {
  transition: transform .4s cubic-bezier(1, .59, .77, 1.33) 0s;
  transform: translateY(16.152px) rotate(0)
}
.MenuBtn.-opened .MenuBtn_bar.-b3 {
  transition: transform .4s cubic-bezier(1, .59, .77, 1.33) 0s;
  transform: translate(3.001px, 16.678px) rotate(-45deg);
  margin-top: 2px;
}
/*SNSボタン*/
.sns_wrap {
  display: flex;
  gap: 19px;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
}
.sns_wrap i::before{
  display: block;
  font-size: 30px;
  color: #AAAAAA;
  text-align: left;
}
@media screen and (min-width: 1025px) {
  .sns_wrap {
    display: flex;
    gap: 19px;
    margin-right: 22px;
    justify-content: center;
  }
  .sns_wrap i::before{
    font-size: 20px;
    color: #AAAAAA;
    text-align: left;
  }
}
@media screen and (max-width:1024px){
  .sns_wrap {
    position: absolute;
    top: 60px;
    right: 0;
    width: 100%;
    justify-content: flex-end;
    background: #FFF;
    margin-right: 0;
    padding: 0 20px 10px 0;
  }
}

/*グローバルナビゲーション*/
.Nav {
  display: block;
  position: relative;
}
.Nav_list {
  display: block;
  position: relative;
}
.Nav_list ul  {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width:1025px){
  .Nav_list ul  {
    display: flex;
    margin-bottom: 0;
  }
}
.Nav_list ul li {
  display: block;
  list-style: none;
  margin-bottom: 30px;
}
@media screen and (min-width:1025px){
  .Nav_list ul li {
    margin-bottom: 0;
  }
}
.Header_Menu-wrapper.-opened .Nav_list ul {
  margin-top: 30px;
}
.Header_Menu-wrapper.-opened .Nav_list ul li {
  margin-bottom: 8px;
}
@media screen and (min-width:1025px){
  .Header_Menu-wrapper.-opened .Nav_list ul li {
    margin-bottom: 15px;
  }
}
.Nav_list ul li a{
  font-size: 16px;
  line-height: 1em;
  padding: 10px 10px;
  color: #BA9E66;
  text-decoration: none;
  border-color: #FFF;
  -webkit-transition: border-color .5s linear; /* Saf3.2+, Chrome */
  -moz-transition: border-color .5s linear; /* FF3.7+ */
  -o-transition: border-color .5s linear; /* Opera 10.5 */
  transition: border-color .5s linear;
}

.Nav_list ul li a:hover,
.Nav_list ul li.current-menu-item a:hover {
  border-top: 0.5px solid #BA9E66;
  border-bottom: 0.5px solid #BA9E66;
  -webkit-transition: border-color .5s linear; /* Saf3.2+, Chrome */
  -moz-transition: border-color .5s linear; /* FF3.7+ */
  -o-transition: border-color .5s linear; /* Opera 10.5 */
  transition: border-color .5s linear;
}
.menu-item-has-children {
  position: relative;
  height: 100%;
}
.Nav_list ul .sub-menu {
  display: block;
  height: auto;
  position: absolute;
  width: fit-content;
  background: #FAAFBB;
  top: 35px;
  text-align: left;
  padding: 15px 15px 0;
  width: max-content;
  opacity: 0;
  transform-origin: left top;
  transform: scaleY(0);
,transition: .2s;
}
@media screen and (max-width:1024px){
  .Nav_list ul .sub-menu {
    opacity: 1;
    position: relative;
    transform: scaleY(1);
    margin: 0 auto;
    background-color: #FFFFFF;
    top: 0;
    text-align: center;
  }
}
.Header_Menu-wrapper.-opened .Nav_list ul .sub-menu {
  opacity: 1;
  position: relative;
  transform: scaleY(1);
  margin: 0 auto;
  background-color: #FFFFFF;
  top: 0;
  text-align: center;
  border: 0.5px solid #BA9E66;
  border-top: none;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-top: 0;
  margin-top: 20px;
}
.Header_Menu-wrapper.-opened .SubNav_list li {
  margin-bottom: 15px;
}
.Nav_list ul .sub-menu.is-open {
  opacity: 1;
  transform: scaleY(1);
}
.Nav_list ul .sub-menu li {
  margin-bottom: 15px;
  display: block;
}
.Nav_list ul .sub-menu li a {
  color: #FFFFFF;
  display: block;
  padding: 5px 5px;
,transition: .2s;
}
.Nav_list ul .sub-menu li a:hover {
  color: #eeeeee;
  border: none;
  transition: .5s;
}
@media screen and (max-width:1024px){
  .Nav_list ul .sub-menu li a {
    color: #BA9E66;
    display: block;
    padding: 5px 5px;
  }
}

/*言語切り替え*/
.language {
  position: absolute;
  display: block;
  margin-right: 20px;
}
@media screen and (min-width:1025px){
  .language {
    position: relative;
    display: block;
    margin-right: 20px;
  }
}
.lang-select {
  position: absolute;
  top: 0;
}
p.lang-btn {
  position: relative;
  cursor: pointer;
  background: #FFFFFF;
  border: 0.5px solid #CCCCCC;
  border-radius: 20px;
  width: 100px;
  height: 40px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  color: #595455;
  z-index: 10;
  margin-top: 18px;
}
p.lang-btn.-opened{
  border: none;
  background: none;
}
p.lang-btn::after {
  content: '';
  position:absolute;
  display: inline-block;
  width: 8px;
  height: 4px;
  top: 20px;
  right: 16px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.707%22%20height%3D%225.06%22%20viewBox%3D%220%200%208.707%205.06%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_67%22%20data-name%3D%22%E3%83%91%E3%82%B9%2067%22%20d%3D%22M1155.668-14001.506l4%2C4%2C4-4%22%20transform%3D%22translate(-1155.314%2014001.859)%22%20fill%3D%22none%22%20stroke%3D%22%23aaa%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
p.lang-btn.-opened::after {
  content: '';
  position:absolute;
  display: inline-block;
  width: 8px;
  height: 4px;
  top: 20px;
  right: 16px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.707%22%20height%3D%225.06%22%20viewBox%3D%220%200%208.707%205.06%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_67%22%20data-name%3D%22%E3%83%91%E3%82%B9%2067%22%20d%3D%22M1155.668-14001.506l4%2C4%2C4-4%22%20transform%3D%22translate(-1155.314%2014001.859)%22%20fill%3D%22none%22%20stroke%3D%22%23aaa%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform:rotate(180deg);
}
@media screen and (max-width:1024px){
  p.lang-btn {
    width: 80px;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    margin-top: 17px;
  }
  p.lang-btn::after {
    top: 10px;
    right: 10px;
  }
  p.lang-btn.-opened::after {
    top: 11px;
    right: 10px;
  }
}
.lang-select,
.gtranslate_wrapper {
  position: absolute;
  top: 0;
  padding: 50px 10px 20px 10px;
  border: 0.5px solid #CCCCCC;
  border-radius: 20px;
  background: #FFF;
  font-size: 16px;
  z-index: 9;
}
.lang-select a,
.gtranslate_wrapper a {
  display: block;
}
.lang-select:not([-opened]),
.gtranslate_wrapper:not([-opened]) {
  display: none;
  opacity: 0;
  transition: .3s;
}
.lang-select.-opened,
.gtranslate_wrapper.-opened {
  display: block;
  opacity: 1;
  transition: .3s;
  width: 80px;
}
@media screen and (max-width:1024px){
  .lang-select,
  .gtranslate_wrapper {
    font-size: 12px;
    padding: 30px 10px 10px 10px;
  }
  .lang-select.-opened,
  .gtranslate_wrapper.-opened {
    width: 60px;
    top: 14px;
  }
}

.lang-select:not([-opened]) a.active,
.gtranslate_wrapper:not([-opened]) a.glink.gt-current-lang {
  display: block;
}
.lang-select-btn.active,
a.glink.gt-current-lang {
  font-weight: 600;
}
/*ヘッダ固定エリア*/
.Header_fixed_area-wrapper {
  margin-right: 210px;
}
@media screen and (min-width: 1025px){
  .Header_fixed_area-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 calc(50% - 50vw);
    width: 260px;
  }
}
/*サイトコピー*/
.sub_title {
  position: absolute;
  top: 50%;
  left: -58px;
  letter-spacing: 0.3em;
  transform: rotate(90deg);
  font-size: 12px;
  color: #807A7B;
  z-index: 2;
  background: rgba(255,255,255,0.6);
}
.device-sp .sub_title {
  display: none;
}
@media screen and (max-width: 1400px){
  .sub_title {
    left: -118px;
  }
}
/*ヘッダコンタクトボタン*/
.contact-btn {
  position: absolute;
  top: 0;
  right: 54px;
}
.contact-btn a {
  display: block;
  vertical-align: middle;
  height: 54px;
  width: 54px;
  line-height: 54px;
  background: #FAAFBB;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
}
@media screen and (min-width:1025px){
  .contact-btn {
    top: 0;
    right: 0;
  }
  .contact-btn a {
    height: 120px;
    width: 120px;
    line-height: 120px;
    font-size: 17px;
  }
}

/* Footer */
.footer {
  width: 100%;
  background-color: #FFF;
  padding: 62px 0 80px;
  margin-top: 30px;
}
.footer_block {
  display: flex;
  justify-content: center;
  flex-flow: column;
}
@media (orientation: landscape) and (min-width: 768px){
  .footer {
    margin-top: 30px;
  }
  .footer_block {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
  }
}

.footer_block li{
  list-style: none;
  display: inline-block;
}
.footer_block li a{
  color: #595455;
  margin-right: 20px;
  display: block;
}
.device-pc .footer_block li a:hover{
  color: #707070;
  transition: .5s;
}
.footer_copy p{
  color: #AAAAAA;
  margin-top: 20px;
  font-size: 10px;
}
@media (orientation: landscape), (min-width: 1025px){
  .footer_copy p{
    margin-top: 20px;
    font-size: 12px;
  }
}
.footer_block .block-left,
.footer_block .block-right {
  width: 100%;
  text-align: center;
}
@media (orientation: landscape), (min-width: 1025px){
  .footer_block .block-left {
    text-align: left;
    width: auto;
  }
  .footer_block .block-right {
    text-align: right;
    width: auto;
    right: 0;
    position: absolute;
  }
}
@media screen and (max-width:767px){
  .footer_block .block-wrapper:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .footer_block .block-wrapper:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
.footer .fixed_icon {
  display: none;
}

/* モーダル */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
  z-index: 100;
}
@media screen and (max-width:767px){
.modal {
  background-color: rgba(0,0,0,1);
}
}
.modal_wapper {
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  padding: 10px 20px 10px 20px;
  margin: 0;
  transform: translate(-50%, 50%);
  background-color: #FFF;
  box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
  border-radius: 30px;
  animation-name: modalopen;
  animation-duration: .2s;
  z-index: 100;
}
.modal_wapper.movie_modal_wapper {
  background-color: #000;
  border-radius: 0;
  position: relative;
  padding: 0;
  height: 0;
  top: 25%;
}
.movie-area iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (min-width:1025px){
  .modal_wapper {
    padding: 50px 100px;
    margin: 0;
    width: 100%;
    top: 50%;
    max-width: 640px;
    transform: translate(-50%, -50%);
    height: auto;
  }
}
@media screen and (min-width:768px){
}
@media screen and (max-width: 767px){
}
@media (orientation: landscape) and (max-width: 1024px){
  .modal_wapper {
    padding: 20px 60px 20px 60px;
    max-width: 640px;
    transform: translate(-50%, 25%);
  }
}
@media (orientation: landscape) and (max-width: 768px){
  .modal_wapper {
    padding: 20px 60px 20px 60px;
    max-width: 640px;
    transform: translate(-50%, 25%);
  }
}
@media (orientation: landscape) and (max-width: 568px){
  .modal_wapper {
    padding: 10px 60px 10px 60px;
    max-width: 400px;
    transform: translate(-50%, 10%);
  }
}
@keyframes modalopen {
  from {opacity: 0}
  to {opacity: 1}
}
.modal_wapper .close{
  cursor: pointer;
  text-align: right;
}
@media (orientation: landscape) and (max-width: 1024px){
  .modal_wapper .close{
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
  }
}
.modal .close::after{
  content: '';
  position:relative;
  top: 1px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 16px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.004%22%20height%3D%2210.004%22%20viewBox%3D%220%200%2010.004%2010.004%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1273%22%20data-name%3D%22%E3%83%91%E3%82%B9%201273%22%20d%3D%22M9.706-9.294a1%2C1%2C0%2C0%2C0%2C0-1.416%2C1%2C1%2C0%2C0%2C0-1.416%2C0L5-7.416%2C1.706-10.706a1%2C1%2C0%2C0%2C0-1.416%2C0%2C1%2C1%2C0%2C0%2C0%2C0%2C1.416L3.584-6%2C.294-2.706a1%2C1%2C0%2C0%2C0%2C0%2C1.416%2C1%2C1%2C0%2C0%2C0%2C1.416%2C0L5-4.584%2C8.294-1.294a1%2C1%2C0%2C0%2C0%2C1.416%2C0%2C1%2C1%2C0%2C0%2C0%2C0-1.416L6.416-6%2C9.706-9.294Z%22%20transform%3D%22translate(0.002%2011.002)%22%20fill%3D%22%23111%22%2F%3E%3C%2Fsvg%3E');
  /*icn-close-ss*/
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.modal .cancel{
  margin-top: 16px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
}
.modal_wapper h2{
  text-align: center;
}
/*メインカラム*/
/* トップページ */
.main-top {
  display: block;
  position: relative;
  padding-top: 0;
  margin: 0 auto;
}
.main-top h2 {
  text-align: center;
}
/* 詳細ページ */
.main-detail {
  display: block;
  position: relative;
  padding-top: 0;
  margin: 0 auto 0;
  -webkit-flex-wrap:wrap;
}
@media (orientation: landscape), (min-width: 1025px){
  .main-detail {
    margin: 30px auto 0;
  }
}
@media (orientation: landscape) and (max-width: 1024px){
  .main-detail {
    margin: 70px auto 0;
  }
}
/* 仔犬・仔猫パーツ */
.item .item_info h3{
  line-height: 1.6em;
  letter-spacing: 0.09em;
}
@media (orientation: landscape), (min-width: 1025px){
  .item .item_info h3{
    line-height: 1.8em;
  }
}
.item .block-left .item_info{
  padding: 0;
  margin-top: 0;
}
.item_info .block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 12px;
}
@media only screen and (max-width:767px) {
  .item_info .block {
    display: block;
    text-align: center;
    margin-top: 6px;
  }
}
.item .btn_block {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 18px;
  margin-bottom: 32px;
  align-items: flex-end;
}
@media only screen and (max-width:767px) {
  .item .btn_block {
    justify-content: center;
    align-items: center;
  }
}
.item .breed {
  margin-top: 23px;
  margin-bottom: 10px;
  font-size: 16px;
}
.item .name{
  font-size: 21px;
  margin-bottom: 10px;
}
@media only screen and (max-width:767px) {
  .item .btn_block {
    justify-content: flex-end;
    gap: 8px;
    margin-top: 18px;
  }
  .item .btn_block .btn::after {
    top: 47%;
    right: 10px;
  }
  .item .btn_block button {
    width: 100%;
  }
  .item .btn_block button + .btn.btn_gray {
      width: 80px;
  }
  .item .breed {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .item .name{
    font-size: 12px;
  }
}
.item .sex {
  color: #FFFFFF;
  font-size: 12px;
  width: 58px;
  height: 25px;
  line-height: 25px;
  border-radius: 13px;
  margin-bottom: 10px;
}
@media only screen and (max-width:767px) {
  .item .sex {
    margin: 0 auto 0;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
  }
}
.sex.boy {
  background-color: #eafffd;
  border: 0.5px solid #81d8d0;
  color: #81d8d0;
}
.sex.girl {
  background-color: #FFF2F8;
  border: 0.5px solid #E68AB0;
  color: #E68AB0;
}
.item .btn_block button {
  line-height: 0em;
  cursor: pointer;
  color: #999999;
}
.item .movie {
  position: relative;
  font-size: 14px;
  font-weight: 200;
  width: 100%;
  /*padding-top: 39px;*/
  transition: .5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width:767px) {
  .item .movie {
    font-size: 11px;
    position: inherit;
    min-width: 80px;
  }
}
.item .movie:hover {
}
.item .movie::before {
  content: '';
  /*position: absolute;
  display: block;*/
  display: inline-block;
  top: 2px;
  right: 0;
  width: 35px;
  height: 35px;
  border: 0.5px solid #DDDDDD;
  border-radius: 17.5px;
  background-color: #EEEEEE;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.946%22%20height%3D%2212.423%22%20viewBox%3D%220%200%2012.946%2012.423%22%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_1%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%201%22%20d%3D%22M5%2C0l5%2C8.571H0Z%22%20transform%3D%22translate(0%205)%20rotate(-30)%22%20fill%3D%22%23999%22%2F%3E%3C%2Fsvg%3E');
  background-size: 10px 8.57px;
  background-position: calc(100% - 50%);
  background-repeat: no-repeat;
  transition: .5s;
  margin-right: 10px;
}
@media only screen and (max-width:767px) {
  .item .movie::before {
    width: 20px;
    height: 20px;
    margin-right: 3px;
  }
}
.item .movie:hover::before {
  background-color: #FFFFFF;
}
.item p{
  line-height: 1.4em;
}
.item .evaluation_list {
  font-size: 12px;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 8px;
  margin-left: 5px;
}
@media (orientation: landscape), (min-width: 1025px){
  .item .evaluation_list{
    margin-top: 12px;
  }
}
.item a {
  display: block;
}
.item .img-wapper {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  border: 5px solid rgba(0, 0, 0, 0);
  transition: .5s;
}
@media screen and (min-width: 768px){
  .item .img-wapper {
    margin-left: auto;
    margin-right: 0;
  }
}
.item .img-wapper img{
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  transform: scale(1);
  transition: .5s;
}
.item>a:hover img{
  transform: scale(1.1);
  transition: .5s;
}
.item .img-wapper .new,
.item .img-wapper .item-status {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 14px;
  font-weight: 400;
  display: block;
  text-align: center;
  padding-left: 10px;
  padding-right: 18px;
}
.item-status.recruitment {
  background: #FAAFBB;
  padding: 5px 0 0 0;
  color: #FFFFFF;
}
.item-infomation .item-status {
  border-radius: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.item-infomation .item-status .heart-shaped {
  position: relative;
}
.item-status.recruitment .status {
  padding-left: 5px;
  line-height: 30px;
  vertical-align: top;
}
.item-infomation .item-status.recruitment .heart-shaped::before {
  top: 7px;
  bottom: auto;
  left: auto;
  right: 5px;
  width: 20px;
  height: 17.73px;
  background-size: 20px 17.73px;
}
@media screen and (max-width: 767px){
  .item-infomation .item-status.recruitment .heart-shaped::before {
    top: 6px;
  }
}
.item-status.reserve {
  background: #9CE6E6;
  padding: 5px 0;
  color: #FFFFFF;
}
.item-status.taken {
  background: #CCCCCC;
  padding: 5px 0;
  color: #595455;
}
.item .img-wapper .new {
  background: #F2AAC8;
  margin-bottom: 5px;
}
.item .img-wapper .new span{
  display: block;
  padding: 5px 0;
  color: #FFFFFF;
}
.item-status.shopping {
  background: #9CE6E6;
  padding: 5px 0;
  color: #807A7B;
}
.item-status.knowledge {
  background: #E4F7DA;
  padding: 5px 0;
  color: #807A7B;
}
.item-status.breeding {
  background: #F8F3C7;
  padding: 5px 0;
  color: #807A7B;
}
.item-status-box {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 10px;
}
@media screen and (max-width: 767px){
  .item-status-box {
    top: initial;
    bottom: 0;
    padding-top: initial;
    padding-bottom: 6px;
  }
}
.item-status {
  bottom: 56px;
  left: 20px;
}
.item-status .status{
  top: 50%;
  left: 50%;
  width: 100%;
  word-break: keep-all;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.item-status .new {
  background: #FAAFBB;
  margin-bottom: 5px;
  text-align: center;
  margin: 0 5px;
}
.item-status .new span{
  display: block;
  padding: 5px 0;
  color: #FFFFFF;
}
@media screen and (max-width: 767px){
  .item .img-wapper .new,
  .item .img-wapper .item-status {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .item-status.recruitment {
    padding: 0 0 0 0;
    line-height: 1.6em;
  }
  .item-status.reserve {
    padding: 2px 0;
    line-height: 1.6em;
  }
  .item-status.taken {
    padding: 2px 0;
    line-height: 1.6em;
  }
  .item .img-wapper .new span{
    padding: 2px 0;
    line-height: 1.6em;
  }
  .item-status.shopping {
    padding: 2px 0;
    line-height: 1.6em;
  }
  .item-status.knowledge {
    padding: 2px 0;
    line-height: 1.6em;
  }
  .item-status.breeding {
    padding: 2px 0;
    line-height: 1.6em;
  }
}
.heart-shaped {
  display: inline-block;
  width: 32px;
  height: 29.4px;
}
.heart-shaped::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 29.4px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2217.734%22%20viewBox%3D%220%200%2020%2017.734%22%3E%20%3Cpath%20id%3D%22Vector%22%20d%3D%22M137.328%2C169.326a4.856%2C4.856%2C0%2C0%2C1%2C.159%2C6.7l-8.738%2C9.611-8.736-9.611a4.856%2C4.856%2C0%2C1%2C1%2C7.385-6.3l1.352%2C1.689%2C1.351-1.689A4.857%2C4.857%2C0%2C0%2C1%2C137.328%2C169.326Z%22%20transform%3D%22translate(-118.75%20-167.903)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 32px 29.4px;
}
.item-status.recruitment .heart-shaped::before {
  position: absolute;
  left: 6px;
  bottom: 5px;
}

@media screen and (max-width: 767px){
  .heart-shaped {
    width: 20px;
    height: 17.73px;
  }
  .heart-shaped::before {
    width: 20px;
    height: 17.73px;
    background-size: 20px 17.73px;
  }
  .item-status.recruitment .heart-shaped::before {
    left: 6px;
    top: 8px;
  }
}



/* 仔犬・仔猫一覧 */
.item-list .page_title {
  background-color: #FAEAE8;
  border-bottom-right-radius: 120px;
  position: relative;
  z-index: 1;
}
.item-list .page_title.main_image {
  background: linear-gradient(180deg,#FFFFFF 0%, #FFFFFF 50%, #FAEAE8 50%, #FAEAE8 100%);
  padding-bottom: 80px;
}
@media screen and (max-width: 767px){
  .item-list .page_title {
    border-bottom-right-radius: 60px;
  }
  .item-list .page_title.main_image {
    background: linear-gradient(180deg,#FFFFFF 0%, #FFFFFF 70%, #FAEAE8 70%, #FAEAE8 100%);
    padding-bottom: 32px;
  }
}
.item-list .breed_list {
  margin-top: 0;
  padding-top: 200px;
  background-color: #F5F5F5;
  border-bottom-right-radius: 120px;
}
@media screen and (max-width: 767px){
  .item-list .breed_list {
    border-bottom-right-radius: 60px;
    padding-bottom: 5px;
    padding-top: 80px;
  }
}
.item-list .breed_list h3 span {
  background-color: #F5F5F5;
}
.item-list-wapper ul{
  display: flex;
  flex-wrap: wrap;
  justify-content:flex-start;
  gap: 1%;
  margin-left: 25px;
  margin-right: 25px;
}
.item-list-wapper ul li{
  list-style: none;
  /*/width: 31.333333%;*/
  width: 23.5%;
}
@media screen and (max-width: 767px){
  .item-list .breed_list h3 span {
    font-size: 18px;
  }
  .item-list-wapper ul{
    margin-left: 10px;
    margin-right: 10px;
  }
  .item-list-wapper.movie-list ul{
    margin-left: 0;
    margin-right: 0;
  }
  .item-list-wapper ul li{
    list-style: none;
    width: 32.6%;
  }
}
.item-panel .item{
  position: relative;
  margin-bottom: 25px;
}
.item-panel .item a:hover {
  color: #FAAFBB;
  font-weight: 400;
}
.item-panel .item a:hover .img-wapper {
  border: 2px solid #FAAFBB !important;
  transition: .5s;
  box-sizing: border-box;
}
/*
.item-panel .item .btn_block {
  position: absolute;
  bottom: 3px;
  right: 0;
  margin: 0;
}
*/
.item-panel .item .btn_block {
  position: relative;
  display: block;
  right: 0;
  margin: 0;
  text-align: center;
}
@media screen and (max-width:767px){
  .item-panel .item{
    margin-bottom: 15px;
  }
  .item-panel .item .btn_block {
    position: relative;
    display: block;
    margin: 0;
  }
}
.item-panel .btn_detail{
  display: none;
}
.item-list{
  position: relative;
}
.item_list_area{
  margin-top: 35px;
  padding: 0;
}
@media screen and (max-width: 1024px){
  .item_list_area{
    margin-top: 50px;
    padding: 30px 0 30px;
  }
}
.annotation {
  list-style: none;
}
.new_item_area + .annotation {
  display: none;
}
.item-list-wapper ul li.annotation {
  visibility: initial;
  width: 100%;
}
.more-btn-area {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.more-btn-area .btn span {
  display: inline;
}
@media screen and (max-width:767px){
  .more-btn-area {
    margin-bottom: 30px;
  }
  .loadMoreBtn span{
    font-size: 12px;
  }
}
/* 仔犬・仔猫スライダー */
.new_item_area h2{
  text-align: center;
}
.slider-area{
}
.main-list .slider-area {
  margin-top: 0;
  padding-bottom: 200px;
}
.slider-area .item-list {
  list-style: none;
}
.slider-area .splide__pagination {
  padding-top: 20px;
  position: relative;
}

  .new_item_area.slider-area .splide__arrow.splide__arrow--prev {
    left: 0;
  }
  .new_item_area.slider-area .splide__arrow.splide__arrow--next {
    right: 0;
  }
  .new_item_area .splide__arrows {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .new_item_area.slider-area .splide__arrow.splide__arrow--prev::after,
  .new_item_area.slider-area .splide__arrow.splide__arrow--next::after {
    margin-top: -37px;
  }
  .new_item_area.slider-area .splide__arrow.splide__arrow--prev::after {
    left: 0;
  }
  .new_item_area.slider-area .splide__arrow.splide__arrow--next {
    right: 0;
  }
  .new_item_area.slider-area .splide__arrow.splide__arrow--next::after,
  .new_item_area.slider-area .splide__arrow.splide__arrow--next::before {
    right: 0;
  }
/* ↓↓↓↓↓↓↓↓↓↓↓↓↓!!!!!!!!!!!!!!以下splideスライダー利用!!!!!!!!!!!!!! */
/* ↓↓↓↓↓↓↓↓↓↓↓↓↓!!!!!!!!!!!!!!SP表示スタイル上書き!!!!!!!!!!!!!! */
.splide:not(.is-overflow) .splide__arrows {
  display: none;
}
.splide:not( .is-overflow ) .splide__list {
  justify-content: center;
}
.splide:not( .is-overflow ) .splide__slide:last-child {
  margin: 0 !important;
}
@media (orientation: landscape), (min-width: 1025px){
  .slider-area .splide{
    visibility: visible !important;
  }
  .slider-area .splide__arrows{
  }
  .slider-area .splide__track{
    right: 0 !important;
  }
  .slider-area .splide__list{
    display: block;
  }
}
/* ↑↑↑↑↑↑↑↑↑↑↑↑!!!!!!!!!!!!!!SP表示スタイル上書き!!!!!!!!!!!!!! */
.slider-area{
  margin-top: 40px;
}
@media (orientation: landscape), (min-width: 1025px){
  .slider-area{
    margin-top: 60px;
  }
}
.slider-area{
  position: relative;
  margin-top: 30px;
}
h2 + .slider-area{
  position: relative;
  margin-top: 3px;
}
.slider-area > h3{
  text-align: left;
  font-size: 21px;
  padding-left: 15px;
  padding-right: 15px;
  letter-spacing: 0.06em;
}
@media (orientation: landscape), (min-width: 1025px){
  .slider-area > h3{
    font-size: 24px;
    padding-left: 25px;
    padding-right: 17px;
    float: left;
  }
}
.slider-area .item_info h3{
  text-align: left;
  padding-left: 0;
  font-size: 15px;
  line-height: 1.4em;
}
.slider-area .item_info h3 {
  display: inline-block;
}
.slider-area ul.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  margin: 0!important;
  padding: 0!important;
}
.shop-promotion_area.slider-area ul.splide__list {
  gap: 2%;
  justify-content: center;
}
@media only screen and (max-width:767px) {
  .shop-promotion_area.slider-area ul.splide__list {
    gap: 2%;
    margin-left: 2% !important;
    margin-right: 2% !important;
  }
}
.item .item_info {
  position: relative;
  padding-bottom: 19px;
  text-align: center;
  padding: 0 0 0;
  margin-top: 10px;
}
.item .item_info span{
  font-weight: 200;
}
.item-panel .item .item_info {
  margin-bottom: 15px;
}
@media only screen and (max-width:767px) {
  .item .item_info {
    padding-left: 0px;
    padding-right: 0px;
  }
  .item-panel .item .item_info {
    margin-bottom: 10px;
  }
}
.item img{
  width: 100%;
}
.slider-area .splide__track{
  overflow: hidden;
  margin-top: 46px;
  right: 0;
}
@media only screen and (max-width:767px) {
  .slider-area .splide__track{
    margin-top: 25px;
  }
}
/* スライドバナー */
@media only screen and (max-width:767px) {
  .promotion-slider .splide__arrows {
    display: none;
  }
}
/* ページ送りナビゲーション */
.wp-pagenavi {
  text-align: center;
  margin: 10px 10px 0 0;
}
.wp-pagenavi .pages {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.wp-pagenavi .page {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  border: 0.5px solid #807A7B;
  background-color: #FFFFFF;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 10px;
  cursor: pointer;
}
.wp-pagenavi .current {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  border: 0.5px solid #FAEAE8;
  background-color: #FAEAE8;
  color: #FAAFBB;
  margin-left: 4px;
  margin-right: 4px;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  margin-left: 20px;
  margin-right: 20px;
  cursor: pointer;
}
/* パンくず */
.breadcrumbs {
  font-size: 15px;
  color: #595455;
}
.breadcrumbs a {
  color: #999999;
}
.breadcrumbs span {
  margin: 0 5px;
}
.breadcrumbs.-is--sp {
  margin-top: 30px;
}
.breadcrumbs.-is--sp span {
  display: inline-block;
}

/* スライダーナビゲーション関連 */
.slider-area .splide__arrow{
  opacity: 1;
}
.slider-area .splide__arrow:disabled{
  display: none;
}
.slider-area .splide__arrow.splide__arrow--next,
.slider-area .splide__arrow.splide__arrow--prev{
  height: 100%;
}
.slider-area .splide__arrow.splide__arrow--next{
  right: -82px;
}
.slider-area .splide__arrow.splide__arrow--prev{
  left: -82px;
}
.slider-area .splide__arrow.splide__arrow--next::before{
  content:"";
  position: absolute;
  width:60px;
  height:100%;
  top: 0;
  right: 0;
  margin-right: ;
  border-radius: 0;
  background-image: none;
}
.slider-area .splide__arrow.splide__arrow--next::after{
  content:"";
  position: absolute;
  width:60px;
  height:60px;
  border-radius: 30px;
  border: 0.5px solid #CCCCCC;
  top: 50%;
  right: 0;
  /* icn-splide-arrow-next-g */
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.092%22%20height%3D%224.455%22%20viewBox%3D%220%200%2011.092%204.455%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_85%22%20data-name%3D%22%E3%83%91%E3%82%B9%2085%22%20d%3D%22M343.413-12105.367l3.6%2C3.6H337.13%22%20transform%3D%22translate(-337.13%2012105.721)%22%20fill%3D%22none%22%20stroke%3D%22%23999%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 9.88px 3.6px;
  background-position: center;
}
.device-pc .slider-area .splide__arrow.splide__arrow--next:hover::after{
  content:"";
  position: absolute;
  width:60px;
  height:60px;
  border-radius: 30px;
  border: 0.5px solid #CCCCCC;
  top: 50%;
  right: 0;
  /* icn-splide-arrow-next-g */
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.092%22%20height%3D%224.455%22%20viewBox%3D%220%200%2011.092%204.455%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_85%22%20data-name%3D%22%E3%83%91%E3%82%B9%2085%22%20d%3D%22M343.413-12105.367l3.6%2C3.6H337.13%22%20transform%3D%22translate(-337.13%2012105.721)%22%20fill%3D%22none%22%20stroke%3D%22%23999%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 9.88px 3.6px;
  background-position: center;
}
.slider-area .splide__arrow.splide__arrow--prev::before{
  content:"";
  position: absolute;
  width:60px;
  height:100%;
  top: 0;
  left: 0;
  background-image: none;
}
.slider-area .splide__arrow.splide__arrow--prev::after{
  content:"";
  position: absolute;
  width:60px;
  height:60px;
  border-radius: 30px;
  border: 0.5px solid #CCCCCC;
  top: 50%;
  left: 0;
  /* icn-splide-arrow-prev-g */
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.087%22%20height%3D%224.455%22%20viewBox%3D%220%200%2011.087%204.455%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_85%22%20data-name%3D%22%E3%83%91%E3%82%B9%2085%22%20d%3D%22M340.73-12105.367l-3.6%2C3.6h9.88%22%20transform%3D%22translate(-335.923%2012105.721)%22%20fill%3D%22none%22%20stroke%3D%22%23999%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 9.88px 3.6px;
  background-position: center;
}
.device-pc .slider-area .splide__arrow.splide__arrow--prev:hover::after{
  content:"";
  position: absolute;
  width:60px;
  height:60px;
  border-radius: 30px;
  border: 0.5px solid #CCCCCC;
  top: 50%;
  left: 0;
  /* icn-splide-arrow-prev-g */
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.087%22%20height%3D%224.455%22%20viewBox%3D%220%200%2011.087%204.455%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_85%22%20data-name%3D%22%E3%83%91%E3%82%B9%2085%22%20d%3D%22M340.73-12105.367l-3.6%2C3.6h9.88%22%20transform%3D%22translate(-335.923%2012105.721)%22%20fill%3D%22none%22%20stroke%3D%22%23999%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 9.88px 3.6px;
  background-position: center;
}
@media only screen and (max-width:767px) {
  .slider-area .splide__arrow.splide__arrow--next::before{
    width:40px;
    height:40px;
    border-radius: 20px;
    right: 62px;
  }
  .slider-area .splide__arrow.splide__arrow--next::after{
    width:40px;
    height:40px;
    border-radius: 20px;
    right: 65px;
    background-color: #FFFFFF;
    margin-top: 183px;
  }
  .shop-promotion_area.slider-area .splide__arrow.splide__arrow--next::after{
    right: 91px;
    margin-top: 0px;
  }
  .device-pc .slider-area .splide__arrow.splide__arrow--next:hover::after{
    width:40px;
    height:40px;
    border-radius: 20px;
    right: 62px;
  }
  .slider-area .splide__arrow.splide__arrow--prev::before {
    width:40px;
    height:40px;
    border-radius: 20px;
    left: 62px;
  }
  .slider-area .splide__arrow.splide__arrow--prev::after {
    width:40px;
    height:40px;
    border-radius: 20px;
    left: 65px;
    background-color: #FFFFFF;
    margin-top: 183px;
  }
  .shop-promotion_area.slider-area .splide__arrow.splide__arrow--prev::after {
    left: 91px;
    margin-top: 0px;
  }
  .device-pc .slider-area .splide__arrow.splide__arrow--prev:hover::after {
    width:40px;
    height:40px;
    border-radius: 20px;
    left: 62px;
  }
}

@media screen AND (min-width: 1025px){
  .arrow:disabled{
    display: none;
  }
  .arrow--next,
  .arrow--prev{
    height: 100%;
    cursor: pointer;
  }
  .arrow--next{
    right: 0;
  }
  .arrow--prev{
    left: 0;
  }
  .arrow--next::before{
    content:"";
    position: absolute;
    width:60px;
    height:100%;
    top: 0;
    right: 0;
    margin-right: 0;
    background-image: none;
    z-index: 3;
  }
  .arrow--next::after{
    content:"";
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    width:60px;
    height:120px;
    top: 50%;
    right: 82px;
    /* icn-splide-arrow-next-b */
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.182%22%20height%3D%2232.121%22%20viewBox%3D%220%200%2018.182%2032.121%22%3E%20%3Cg%20id%3D%22%E3%82%B9%E3%83%A9%E3%82%A4%E3%83%80%E3%83%BC%E7%9F%A2%E5%8D%B0%22%20transform%3D%22translate(1.061%201.061)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1232%22%20data-name%3D%22%E3%83%91%E3%82%B9%201232%22%20d%3D%22M-17631-17457l15%2C15-15%2C15%22%20transform%3D%22translate(17631%2017457)%22%20fill%3D%22none%22%20stroke%3D%22%23111%22%20stroke-width%3D%223%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: 60px 30px;
    background-position: center;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 3;
  }
  .device-pc .arrow--next:hover::after{
    content:"";
    position: absolute;
    background: #343548;
    width:60px;
    height:120px;
    top: 50%;
    right: 82px;
    /* icn-splide-arrow-next-w */
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.182%22%20height%3D%2232.121%22%20viewBox%3D%220%200%2018.182%2032.121%22%3E%20%3Cg%20id%3D%22%E3%82%B9%E3%83%A9%E3%82%A4%E3%83%80%E3%83%BC%E7%9F%A2%E5%8D%B0%22%20transform%3D%22translate(1.061%201.061)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1232%22%20data-name%3D%22%E3%83%91%E3%82%B9%201232%22%20d%3D%22M-17631-17457l15%2C15-15%2C15%22%20transform%3D%22translate(17631%2017457)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%223%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: 60px 30px;
    background-position: center;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 3;
    transition: background-color .5s;
  }
  .arrow--prev::before{
    content:"";
    position: absolute;
    width:60px;
    height:100%;
    top: 0;
    left: 0;
    background-image: none;
    z-index: 3;
  }
  .arrow--prev::after{
    content:"";
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    width:60px;
    height:120px;
    top: 50%;
    left: 0;
    /* icn-splide-arrow-prev-b */
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.182%22%20height%3D%2232.121%22%20viewBox%3D%220%200%2018.182%2032.121%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1233%22%20data-name%3D%22%E3%83%91%E3%82%B9%201233%22%20d%3D%22M-17616-17457l-15%2C15%2C15%2C15%22%20transform%3D%22translate(17633.121%2017458.061)%22%20fill%3D%22none%22%20stroke%3D%22%23111%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: 60px 30px;
    background-position: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 3;
  }
  .device-pc .arrow--prev:hover::after{
    content:"";
    position: absolute;
    background: #343548;
    width:60px;
    height:120px;
    top: 50%;
    left: 0;
    /* icn-splide-arrow-prev-w */
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.182%22%20height%3D%2232.121%22%20viewBox%3D%220%200%2018.182%2032.121%22%3E%20%3Cg%20id%3D%22%E3%82%B9%E3%83%A9%E3%82%A4%E3%83%80%E3%83%BC%E7%9F%A2%E5%8D%B0%22%20transform%3D%22translate(17.121%2031.061)%20rotate(180)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1232%22%20data-name%3D%22%E3%83%91%E3%82%B9%201232%22%20d%3D%22M-17631-17457l15%2C15-15%2C15%22%20transform%3D%22translate(17631%2017457)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%223%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: 60px 30px;
    background-position: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 3;
    transition: background-color .5s;
  }
}
.splide__track--nav>.splide__list>.splide__slide,
.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: none !important;
}
.splide__track {
  margin-top: 0;
}
/* 仔犬・仔猫詳細ページ */
.item_contents_area {
  display:block;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px){
  .item_contents_area {
    display: flex;
    justify-content: space-around;
    gap: 5%;
    margin-bottom: 30px;
  }
}
.request-area {
  text-align: center;
}
.request-area .btn{
  width: 50%;
  font-size: 18px;
  font-weight: 600;
  margin: 20px auto 0 auto;
}
.request-area .btn i{
  font-size: 30px;
}
@media screen and (max-width: 767px){
  .request-area .btn{
    width: auto;
    font-size: 14px;
    font-weight: 400;
    margin: 20px auto 0 auto;
  }
  .request-area .btn i{
    font-size: 18px;
  }
  .request-area .btn + .btn {
    margin-top: 20px;
  }
}
.item-infomation dl{
  display: flex;
  justify-content: flex-start;
}
.item-infomation .block {
  display: flex;
  align-items: center;
  gap: 12px;
}
.item-infomation .name {
  font-size: 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px){
  .item-infomation .block {
    display: block;
  }
  .item-infomation .name {
    font-size: 25px;
  }
}
.item-infomation .sex {
  font-size: 17px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  padding: 0 10px;
  margin-top: 6px;
  margin-bottom: 10px;
}
@media only screen and (max-width:767px) {
  .item-infomation .sex {
    display: inline-block;
    font-size: 13px;
    line-height: 25px;
    height: 25px;
  }
}
.item-infomation .breed {
  font-size: 22px;
  margin-bottom: 10px;
}
.item-infomation .block + p + .block {
  margin-top: 15px;
}
.item-infomation .block dt {
  margin-right: 10px;
}
@media screen and (max-width:767px){
  .item-infomation .breed {
    font-size: 18px;
  }
  .item-infomation .block + p + .block {
    display: block;
  }
}
.item-supplement {
  margin-top: 30px;
  margin-bottom: 38px;
  background: #F5F5F5;
  padding: 28px 33px;
}

.item-supplement dl {
  display: flex;
  justify-content: flex-start;
}
.item-supplement dt{
  width: 50%;
  padding-bottom: 10px;
  font-weight: 600;
}
.item-supplement dd{
  width: 50%;
  border-left: 1px solid #DDDDDD;
  padding-left: 18px;
  padding-bottom: 10px;
}
@media only screen and (max-width:767px) {
  .item-supplement {
    padding: 20px 15px 1px 15px;
  }
  .item-supplement dl {
    display: block;
  }
  .item-supplement dt{
    width: 100%;
    padding-bottom: 5px;
  }
  .item-supplement dd{
    width: 100%;
    /*border-left: 1px solid #DDDDDD;*/
    border-left: none;

    /*padding-left: 18px;*/
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}

.item-detail .movie-area {
  margin-top: 60px;
}
.movie-area ul{
  list-style: none;
}
/* 仔犬・仔猫詳細イメージスライダー */
.image-slider-area {
  max-width: 100%;
}
@media screen and (min-width: 768px){
  .image-slider-area {
    max-width:40vw;
  }
}
@media screen and (max-width: 767px){
  .image-slider-area {
    width: 100vw;
    overflow-y: hidden;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: initial;
  }
}
.image-slider-area .splide.is-initialized, .splide.is-rendered {
  visibility: visible;
  overflow-x: scroll;
}
.image-slider-area .splide {
  position: relative;
  visibility: hidden;
}
.image-slider-area .splide__track--fade>.splide__list>.splide__slide {
  margin: 0!important;
  opacity: 0;
  z-index: 0;
}
.image-slider-area .image-area img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-slider-area .splide__slide--image {
  background: #5954550;
}
.image-slider-area .splide__slide {
  background: #4b5659;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.image-slider-area .splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.image-slider-area .splide-wrapper+.splide-wrapper {
  margin-top: 1rem;
}
.image-slider-area .splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}
.image-slider-area .splide__arrow--prev {
  left: -2.5rem;
  transform: scaleX(-1) translateY(-50%);
}
.image-slider-area .splide__arrow--next {
  right: -2.5rem;
  transform: translateY(-50%);
}
.image-slider-area .splide__arrow {
  background: #5954550;
  border: 0;
  color: #e5eeee;
  cursor: pointer;
  position: absolute;
  top: 50%;
}
.image-slider-area .splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.image-slider-area .splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.thumbnail-slider-area .splide__list {
  backface-visibility: hidden;
  display: flex;
  gap: 5px;
  height: 100%;
  margin: 5px 0 0 !important;
  /* padding: 0!important; */
}
.thumbnail-slider-area .splide__list li{
  margin-right: 0 !important;
}
.splide__track--nav>.splide__list>.splide__slide, .splide__track--nav>.splide__list>.splide__slide.is-active{
  /*border: 2px solid #BA9E66 !important;*/
}
.image-slider-area .splide--nav .splide__slide {
  cursor: pointer;
  opacity: .6;
}
.image-slider-area .splide__slide--image {
  background: #5954550;
}
.image-slider-area .splide__slide {
  background: #4b5659;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.image-slider-area .splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none!important;
  margin: 0;
  position: relative;
}
.image-slider-area .splide--nav .splide__slide.is-active {
  opacity: 1;
}

/*メインビジュアル*/
.wp-block-cover.main-visual {
  margin-top: -80px;
}
.wp-block-cover.main-visual .main-visual-logo {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  opacity:0;
  animation-name: fadeup;
  animation-duration: 1s;
  animation-delay:.5s;
  animation-fill-mode: forwards;
}
.wp-block-cover.main-visual h1.wp-block-heading {
  font-size: 52px;
  font-style: italic;
  line-height: 1.3em;
  /*color: #BA9E66 !important;*/
  color: #FFF !important;
  /*text-shadow: 1px 1px 2px #FFF;*/
  text-shadow: 1px 1px 2px #BA9E66;
  opacity:0;
  animation-name: fadeup;
  animation-duration: 1s;
  /*animation-delay:.8s;*/
  animation-delay:1.2s;
  animation-fill-mode: forwards;
}
@media screen and (max-width:767px){
  .wp-block-cover.main-visual h1.wp-block-heading {
    font-size: 48px;
    line-height: 1.2em;
  }
}
.wp-block-cover.main-visual h1.wp-block-heading::after {
  border: none !important;
}
.wp-block-cover.main-visual p {
  text-shadow: 1px 1px 2px #FFF;
  color: #BA9E66 !important;
  font-size: 28px !important;
  opacity:0;
  animation-name: fadeup;
  animation-duration: 1s;
  animation-delay:1.5s;
  animation-fill-mode: forwards;
  background: rgba(250,234,232,.8);
  position: absolute;
  bottom: 40px;
  padding: 20px 20px 20px 20px;
  line-height: 1.6em;
}
@media screen and (max-width:767px){
  .wp-block-cover.main-visual p {
    font-size: 18px !important;
    bottom: 0;
    width: fit-content;
    padding: 10px 20px;
  }
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*スライダー*/
.splide{
  z-index: 0;
}
.splide__arrow {
  background: none !important;
}
/* main-visual-slider */
.main-visual-slider-area {
  position: relative;
}
.main-visual-slider-area {
  background: linear-gradient(180deg,#FFFFFF  0%, #FFFFFF 75%, #FAEAE8 75%, #FAEAE8 100%);
  padding-bottom: 40px;
}
.main-visual-slider li {
  display: flex;
}
.main-visual-slider li .text-content {
  width: 50%;
  z-index: 1;
}
.main-visual-slider li .text-content .title {
  font-size: 72px;
  color: #BA9E66;
  line-height: 1.3em;
  margin-top: 20%;
}
.main-visual-slider li .text-content .copy {
  font-size: 30px;
}

.main-visual-slider li .image-content {
  width: 50%;
}
.main-visual-slider li .image-content img {
  width: 100%;
}
@media (orientation: landscape) and (max-width: 1025px){
  .main-visual-slider li .text-content .title {
    font-size: 60px;
  }
  .main-visual-slider li .text-content .copy {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px){
  #MainSlider {
    position: absolute;
    display: contents;
    top: 0;
    left: 0;
    height: 100vh;
    margin-top: -70px;
  }
  .main-visual-slider.content-wrapper {
    margin: 0;
  }
  .main-visual-slider li {
    display: block;
    position: relative;
  }
  .main-visual-slider li .text-content .title {
    position: relative;
    margin-top: 30px;
    font-size: 50px;
    text-shadow: 2px 2px 2px #FFF;
  }
  .main-visual-slider li .text-content {
    position: absolute;
    width: 100%;
    top: 25px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .main-visual-slider li .image-content {
    width: 100%;
    height: 100vh;
    text-align: center;
  }
  .main-visual-slider li .image-content img {
    overflow: hidden;
  }
  @media screen and (max-width: 454px){
    .main-visual-slider li .image-content img {
      width: auto;
      height: 100vh;
    }
  }
  .main-visual-slider li .text-content .copy {
    font-size: 18px;
    margin-bottom: 60px;
  }
  .main-visual-slider li .text-content .copy span {
    background-color: rgba(255, 255, 255, 0.7);
    display: inline;
  }
  @media (orientation: landscape) and (max-width: 767px){
    .main-visual-slider li {
      display: flex;
      justify-content: flex-end;
    }
    .main-visual-slider li .text-content {
      width: 50%;
      left: 0;
    }
    .main-visual-slider li .image-content {
      width: 50%;
    }
    .main-visual-slider li .image-content img {
      overflow: inherit;
    }
    .main-visual-slider li .text-content {
      justify-content: flex-start;
    }
  }
}



.main-visual-slider .splide__pagination__page.is-active {
  background: #BA9E66;
}
.main-visual-slider .splide__pagination--ttb {
  right: -5%;
  z-index: 1;
}
@media screen and (max-width:1230px){
  .main-visual-slider .splide__pagination--ttb {
    right: 6px;
  }
}

/* list-slider */
.item-list-slider-wapper {
  /*overflow-x: hidden;*/
}

/* slider-image */
.main-detail .slider-image {
  width: 100vw;
  height: 600px;
  overflow-y: hidden;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  border-bottom-right-radius: 60px;
}

.slider-image .splide__slide {
  border-radius: 10px;
}

@media screen and (min-width:768px){
  .slider-image .splide__slide {
    border-radius: 17px;
  }
}


.slider-image .splide__track{
  padding: 0 !important;
}
.slider-image .splide__slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.slider-image .splide__pagination {
  bottom: -24px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}
.slider-image .splide__pagination__page.is-active,
.item-slider .splide__pagination__page.is-active,
.item-slider-promotion .splide__pagination__page.is-active {
  height: 10px;
  width: 10px;
  background: #FAAFBB;
  opacity: 1;
  transition: none;
  transform: none;
  margin-left: 4px;
  margin-right: 4px;
}
.slider-image .splide__pagination__page{
  height: 10px;
  width: 10px;
  background: #595455;
  opacity: 1;
  transition: none;
  margin-left: 4px;
  margin-right: 4px;
}
.slider-image .splide__arrow.splide__arrow--next,
.slider-image .splide__arrow.splide__arrow--prev{
  height: 100%;
}
.slider-image .splide__arrow.splide__arrow--next{
  display: block;
  width: 15px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(542px, -50%);
}
.slider-image .splide__arrow.splide__arrow--prev{
  display: block;
  width: 15px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-558px, -50%);
}
.slider-image .splide__arrow.splide__arrow--next::before{
  content:"";
  position: absolute;
  width:60px;
  height:100%;
  top: 0;
  right: 0;
  margin-right: 0;
  background-image: none;
}
.slider-image .splide__arrow.splide__arrow--next::after{
  content:"";
  position: absolute;
  width:60px;
  height:120px;
  top: 35%;
  right: 0;
  /* icn-splide-arrow-next-b */
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.182%22%20height%3D%2232.121%22%20viewBox%3D%220%200%2018.182%2032.121%22%3E%20%3Cg%20id%3D%22%E3%82%B9%E3%83%A9%E3%82%A4%E3%83%80%E3%83%BC%E7%9F%A2%E5%8D%B0%22%20transform%3D%22translate(1.061%201.061)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1232%22%20data-name%3D%22%E3%83%91%E3%82%B9%201232%22%20d%3D%22M-17631-17457l15%2C15-15%2C15%22%20transform%3D%22translate(17631%2017457)%22%20fill%3D%22none%22%20stroke%3D%22%23111%22%20stroke-width%3D%223%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 60px 30px;
  background-position: center;
}
.slider-image .splide__arrow.splide__arrow--prev::before{
  content:"";
  position: absolute;
  width:60px;
  height:100%;
  top: 0;
  left: 0;
  background-image: none;
}
.slider-image .splide__arrow.splide__arrow--prev::after{
  content:"";
  position: absolute;
  width:60px;
  height:120px;
  top: 35%;
  left: 0;
  /* icn-splide-arrow-prev-b */
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.182%22%20height%3D%2232.121%22%20viewBox%3D%220%200%2018.182%2032.121%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1233%22%20data-name%3D%22%E3%83%91%E3%82%B9%201233%22%20d%3D%22M-17616-17457l-15%2C15%2C15%2C15%22%20transform%3D%22translate(17633.121%2017458.061)%22%20fill%3D%22none%22%20stroke%3D%22%23111%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 60px 30px;
  background-position: center;
}
.thumbnail-slider-area li{
  background-size: 100% !important;
,transition: .5s;
}
.thumbnail-slider-area li:hover{
  background-size: 120% !important;
,transition: .5s;
}
.item-slider-promotion li img{
  width: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: .5s;
}
.item-slider-promotion a:hover img{
  transform: scale(1.1);
  transition: .5s;
}

.family_gallary_slide_area .rl-gallery {
  display: flex;
  flex-wrap: nowrap;
  justify-content: unset;
  animation: loop-slide 20s infinite linear 1s both;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.family_gallary_slide_area .rl-gallery .rl-gallery-item {
  min-width: 30%;
}
/*
@media only screen and (max-width:767px) {
  #rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item {
    width: 44%;
  }
}
*/
.shop-promotion {
  background: linear-gradient(180deg, #FAEAE8 0%, #FAEAE8 50%, #FFFFFF 50%, #FFFFFF 100%);
}
.shop-promotion_area {
  padding-top: 40px;
}
@media only screen and (max-width:767px) {
  .shop-promotion_area {
    padding-top: 0;
  }
}
.shop-promotion_area.slider-area{
  margin-top: 0;
}
.shop-promotion_area .icon-line::before,
.shop-promotion_area .icon-instagram::before {
  top: 30px;
  left: -15px;
}

.shop-promotion_area h3 {
  color: #FAAFBB;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0;
  font-size: 28px;
}
.shop-promotion_area h3 span{
  padding: 0 5px;
}
.shop-promotion_area h3::before,
.shop-promotion_area h3::after {
  border: none;
}
.shop-promotion_area h3 span{
  background: none;
  display: block;
}
.shop-promotion_area p {
  margin-bottom: 30px;
}
@media only screen and (max-width:767px) {
  .shop-promotion_area h3 {
    font-size: 18px;
    line-height: 1.4em;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .shop-promotion_area p {
    font-size: 11px;
    margin-bottom: 0;
  }
}

.shop-promotion_area ul.block-wrapper{
  /*
  display: flex;
  gap: 30px;
  justify-content: space-between;
  */
  list-style: none;
  padding-top: 83px;
}
.shop-promotion_area ul.block-wrapper li{
  background: #FAF6E6;
  border-bottom-right-radius: 30px;
  width: 100%;
  text-align: center;
  padding: 0 20px 40px 20px;
  margin-right: 0 !important;
}
.shop-promotion_area .splide__track--nav>.splide__list>.splide__slide, .splide__track--nav>.splide__list>.splide__slide.is-active {
  border: none !important;
}
.shop-promotion_area .qr-code {
  width: 80px;
  height: 80px;
  margin-top: 26px;
  margin-bottom: 12px;
}
.shop-promotion_area.slider-area .splide__track {
  margin-top: 0;
}
@media only screen and (max-width:767px) {
  .shop-promotion_area .content-wrapper{
    margin-left: 0;
    margin-right: 0;
  }
  .shop-promotion_area ul.block-wrapper{
    list-style: none;
    padding-top: 83px;
  }
  .shop-promotion_area ul.block-wrapper li{
    width: inherit;
    padding: 0 10px 20px 10px;
  }

}
.breed_list_area {
  padding-bottom: 40px;
}
.new_item + .breed_list_area {
  margin-top: 80px;
}
.breed_list_area h2 {
  text-align: center;
}
.breed_list_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  list-style: none;
  margin-bottom: 100px;
}
.item-list .breed_list_area ul {
  margin-bottom: 30px;
}
.breed_list_area ul li a.btn {
  margin: 0 0 20px;
}
@media only screen and (max-width:767px) {
  .new_item + .breed_list_area {
    margin-top: 30px;
  }
  .breed_list_area ul {
    margin-bottom: 30px;
  }
  .breed_list_area ul li a.btn {
    margin: 0 0 10px;
    padding: 7px 20px;
  }
}
.breed_list_area ul li a.btn::after{
  background: none;
}

.page-list {
  margin-top: 60px;
}
.page-list ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5%;
  padding: 0 15px;
}
.page-list ul li{
  display: block;
  list-style: none;
  width: 30%;
  margin-bottom: 20px;
}
.page-list ul li a{
  display: inline-block;
  width: 100%;
}
.page-list ul li a::after {
  content:"";
  position: absolute;
  height: 3.6px;
  width: 9.88px;
  top: 50%;
  right: 0;
  /* icn-splide-arrow-next-g */
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.092%22%20height%3D%224.455%22%20viewBox%3D%220%200%2011.092%204.455%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_85%22%20data-name%3D%22%E3%83%91%E3%82%B9%2085%22%20d%3D%22M343.413-12105.367l3.6%2C3.6H337.13%22%20transform%3D%22translate(-337.13%2012105.721)%22%20fill%3D%22none%22%20stroke%3D%22%23999%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 9.88px 3.6px;
  background-position: center;
}
a.link-arrow,
.link-arrow a {
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  color: #595455;
}
a.link-arrow::after,
.link-arrow a::after {
  content:"";
  position: absolute;
  height: 3.6px;
  width: 9.88px;
  top: 50%;
  right: 0;
  /* icn-splide-arrow-next-g */
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.092%22%20height%3D%224.455%22%20viewBox%3D%220%200%2011.092%204.455%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_85%22%20data-name%3D%22%E3%83%91%E3%82%B9%2085%22%20d%3D%22M343.413-12105.367l3.6%2C3.6H337.13%22%20transform%3D%22translate(-337.13%2012105.721)%22%20fill%3D%22none%22%20stroke%3D%22%23999%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 9.88px 3.6px;
  background-position: center;
}

@media only screen and (max-width:767px) {
  .page-list {
    margin-top: 0;
  }
  .page-list ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 6%;
    padding: 0;
  }
  .page-list ul li {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 25px;
  }
}

.contact-infomation {
  background-color: #FAF6E6;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22899%22%20height%3D%22179%22%20viewBox%3D%220%200%20899%20179%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20y%3D%2284%22%20width%3D%22899%22%20height%3D%22179%22%20fill%3D%22none%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B9%E3%82%AF%E3%83%AD%E3%83%BC%E3%83%AB%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_1%22%20data-name%3D%22%E3%82%B9%E3%82%AF%E3%83%AD%E3%83%BC%E3%83%AB%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%201%22%20transform%3D%22translate(0%20-84)%22%20clip-path%3D%22url(%23clip-path)%22%20style%3D%22isolation%3A%20isolate%22%3E%20%3Ctext%20id%3D%22Contact%22%20transform%3D%22translate(0%20263)%22%20fill%3D%22%23fffdf7%22%20font-size%3D%22250%22%20font-family%3D%22Poppins-Light%2C%20Poppins%22%20font-weight%3D%22300%22%20letter-spacing%3D%22-0.075em%22%3E%3Ctspan%20x%3D%220%22%20y%3D%220%22%3EContact%3C%2Ftspan%3E%3C%2Ftext%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 68%;
}
.contact-infomation_area {
  padding: 13px 0 134px;
  text-align: center;
  margin-top: 0;
}
.contact-page .contact-infomation_area {
  padding: 13px 0 50px;
}
.contact-page .page_contact_form_area {
  margin-bottom: 134px;
}
.page_contact_form_area {
  margin-top: 60px;
}
@media only screen and (max-width:767px) {
  .contact-infomation_area {
    padding: 13px 0 80px;
    text-align: center;
  }
  .contact-page.contact-infomation {
    padding: 13px 0 20px;
    display: block;
  }
  .contact-page .contact-infomation_area {
    padding: 13px 0 20px;
  }
  .contact-page .page_contact_form_area {
    margin-bottom: 80px;
    display: block;
  }
  .page_contact_form_area {
    margin-top: 30px;
  }
}
.contact-infomation h2{
  text-align: center;
  margin-bottom: 28px;
}
.contact-infomation h3::before,
.contact-infomation h3::after{
  border: none;
}
/*TOP Infomation*/
.info_area {
  position: relative;
  display: block;
  padding: 32px 0 160px;
  max-width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  .info_area {
    padding: 32px 0 0px;
  }
}
.info_area h2{
  text-align: center;
  margin-bottom: 28px;
}
.info_list ul {
  margin-top: 22px;
}
.info_list li {
  display: flex;
  justify-content: start;
  list-style: none;
  width: 100%;
  margin-bottom: 15px;
}
.info_list li span.date {
  display: inline-block;
  letter-spacing: 0.1em;
  width: 130px;
}
@media only screen and (max-width:767px) {
  .info_list li span.date {
    display: block;
    letter-spacing: 0.1em;
    width: 100%;
  }
}
.shop-introduction {
  background-color: #F5F5F5;
}
.shop-introduction .background{
  background-color: #FAEAE8;
  border-bottom-right-radius: 60px;
}
.shop-introduction_area {
  padding: 122px 0 76px;
}
.shop-introduction_area div.block-wrapper{
  display: flex;
  justify-content: space-between;
  text-align: left;
  align-items: center;
  background-color: #FFFFFF;
  margin-bottom: 42px;
}
.shop-introduction_area div.block-wrapper div:nth-child(2) {
  padding-left: 40px;
  padding-right: 40px;
}
.shop-introduction_area div.block-wrapper:nth-child(even) {
  padding-left: 40px;
}
.shop-introduction_area h3 {
  color: #FAAFBB;
  font-size: 24px;
  text-align: left;
  margin-bottom: 25px;
}
.shop-introduction_area h3::before,
.shop-introduction_area h3::after {
  content: inherit;
  position: relative;
}
.shop-introduction_area .image-area {
  width: 33.3333333333%;
}
.shop-introduction_area .image-area img{
  width: 100%;
}
.shop-introduction_area .btn-area {
  width: 200px;
  min-width: 200px;
}
.shop-introduction_area .btn {
  font-size: 14px;
  background: #EEEEEE;
  border-color: #DDDDDD;
  padding: 19px 50px;
  transition: .5s;
}
@media only screen and (max-width:767px) {
  .shop-introduction_area div.block-wrapper {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  .shop-introduction_area .image-area {
    width: 100%;
  }
  .shop-introduction_area .text-area {
    width: 100%;
    padding: 20px 30px;
  }
  .shop-introduction_area .btn-area {
    width: 100%;
    min-width: inherit;
    text-align: center;
  }
  .shop-introduction_area div.block-wrapper:nth-child(even) {
    padding-left: 0;
  }
  .shop-introduction_area div.block-wrapper:nth-child(even) > div:nth-child(1) {
    order: 2;
  }
  .shop-introduction_area div.block-wrapper:nth-child(even) > div:nth-child(2) {
    order: 3;
    padding-left: 0;
    padding-right: 0;
  }
  .shop-introduction_area div.block-wrapper:nth-child(even) > div:nth-child(3) {
    order: 1;
  }
}
@media screen and (max-width:767px){
  .features-area h3 {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
.world-delivery.wp-block-columns {
  background-color: #F5F5F5;
  margin-bottom: 0;
}
.world-delivery > .wp-block-column > .wp-block-columns.world-delivery_area {
  margin-bottom: 0;
}

.main-detail .world-delivery h1 + p{
  text-align: center;
}
.world-delivery_area {
  position: relative;
  background-image: url(https://tiarapets-puppy-wp.idemii.work/wp-content/uploads/world-delivery-map.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  height: 658px;
}
.world-delivery_area_logo {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22522%22%20height%3D%22175%22%20viewBox%3D%220%200%20522%20175%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20y%3D%2290%22%20width%3D%22522%22%20height%3D%22175%22%20fill%3D%22none%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B9%E3%82%AF%E3%83%AD%E3%83%BC%E3%83%AB%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2%22%20data-name%3D%22%E3%82%B9%E3%82%AF%E3%83%AD%E3%83%BC%E3%83%AB%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202%22%20transform%3D%22translate(0%20-90)%22%20clip-path%3D%22url(%23clip-path)%22%20style%3D%22isolation%3A%20isolate%22%3E%20%3Ctext%20id%3D%22Area%22%20transform%3D%22translate(0%20263)%22%20fill%3D%22%23e6e6e6%22%20font-size%3D%22250%22%20font-family%3D%22Poppins-Light%2C%20Poppins%22%20font-weight%3D%22300%22%20letter-spacing%3D%22-0.075em%22%3E%3Ctspan%20x%3D%220%22%20y%3D%220%22%3EArea%3C%2Ftspan%3E%3C%2Ftext%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 40%;
  height: 658px;
}
.main-detail .world-delivery_area_logo {
  height: 70%;
}
@media screen and (max-width:767px){
  .main-top .world-delivery_area {
    height: 500px;
  }
  .main-top .world-delivery_area_logo {
    padding-top: 0;
  }
  .main-top .world-delivery_area_content {
    margin-top: 0 !important;
  }
  .main-detail div[class*="bg-"] > .wp-block-column.world-delivery_area_logo {
    margin-bottom: 0;
  }
  .main-detail .world-delivery_area {
    height: auto;
    padding-top: 200px;
    background-position: center top;
  }
  .main-detail .world-delivery_area_logo {
    height: auto;
    margin-top: 0 !important;
    padding-bottom: 120px;
    background-size: 100%;
  }
}

.world-delivery_area_content {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 0;
  width: 33%;
}
.main-detail .world-delivery_area_content {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 0;
  width: 50%;
}
@media screen and (max-width:767px){
  .main-detail .world-delivery_area_content {
    position: relative;
    display: block;
    top: auto;
    right: auto;
    width: 100%;
    padding: 0;
  }
}
.column_list_area h2{
  text-align: center;
  margin-bottom: 28px;
}
.world-delivery h2{
  font-size: 28px;
  font-weight: 200;
  margin: 0;
  color: #BA9E66;
}
.main-detail .world-delivery h2 {
  font-size: 40px;
  margin-top: 30px;
  margin-bottom: 0;
  color: #BA9E66;
}
.main-detail .world-delivery h3 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #BA9E66;
  padding-left: 30px;
}
.main-detail .world-delivery h3::before {
  content: '';
  display: inline-block;
  width: 16.13px;
  height: 14.84px;
  margin-right: 16px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220.334%22%20height%3D%2219.275%22%20viewBox%3D%220%200%2020.334%2019.275%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_22411%22%20data-name%3D%22%E3%83%91%E3%82%B9%2022411%22%20d%3D%22M7354-2986.121l6.3%2C6.3%2C9.839-14.838%22%20transform%3D%22translate(-7351.879%202996.743)%22%20fill%3D%22none%22%20stroke%3D%22%23e08e87%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 16.13px 14.84px;
  transform: translate(0px, -6px);
}
@media only screen and (max-width:767px) {
  .world-delivery_area {
    height: auto;
  }
  .world-delivery_area_logo {
    height: auto;
    padding-top: 80px;
  }
  .world-delivery_area_content {
    position: absolute;
    display: inline-block;
    top: 20%;
    right: 0;
    width: auto;
    padding: 0 30px;
  }
  .world-delivery h2{
    font-size: 23px;
    margin-bottom: 10px;
  }
  .main-detail .world-delivery h2 {
    font-size: 18px;
  }
  .main-detail .world-delivery h2,
  .main-detail .world-delivery h1 + p {
    text-align: left;
  }
  
}

.family_gallary_slide_area h2{
  text-align: center;
  margin-bottom: 28px;
}
.family_gallary_slide-wapper {
  overflow: hidden;
}
.family_gallary_slide-wapper .rl-gallery-item {
 
}
.tos-slide img{
  width: auto;
}
/* 仔犬・仔猫詳細 */
.item-detail .page_title_area {
  padding: 82px 20px 20px 20px;
}
.item-detail .page_title_area h1{
  font-size: 40px;
  color: #FAAFBB;
  text-align: center;
  max-width: 960px;
  margin: 55px auto 58px;
  line-height: 1.3em;
  letter-spacing: 0em;
}


@media only screen and (max-width:767px) {
  .item-detail .page_title_area {
    padding: 20px 20px 0px 20px;
  }
  .item-detail .page_title_area h1{
    font-size: 26px;
    line-height: 1.3em;
  }
}
.item_contact{
  background-color: #FAEAE8;
  border-bottom-right-radius: 60px;
  padding: 0;
}
.item_contact_area {
  padding: 0;
}
.item_contact_area .fixed_contact_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 30px;
  margin-bottom: 0;
}
.item_contact_area .fixed_contact_btn.fixed {
  display: block;
  position: fixed;
  right: 25px;
  bottom: 100px;
  z-index: 2;
}
.item_contact_area .fixed_contact_btn.fixed .btn.btn-icon {
  display: block;
}

@media only screen and (max-width:767px) {
  .item_contact_area {
  }
  .item_contact_area .fixed_contact_btn {
    /*flex-wrap: wrap;*/
    display: block;
    gap: 10px;
  }
  .item_contact_area .fixed_contact_btn > li {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .item_contact_area .fixed_contact_btn > li.phone {
    width: 100%;
    padding: 10px 0;
  }
  .item_contact_area .fixed_contact_btn > li.phone .phone_wrap {
    text-align: center;
  }
  .item_contact_area .fixed_contact_btn .word {
    /*display: none;*/
  }
  .item_contact_area .fixed_contact_btn.fixed > li.phone {
    width: 100%;
    padding: 0;
  }
  .item_contact_area .fixed_contact_btn.fixed {
    right: -3px;
  }
  .item_contact_area .fixed_contact_btn.fixed.hide {
    right: -80px;
  }
}

.item_contact_area .fixed_contact_btn.fixed > li {
  width: 60px;
}
.item_contact_area .fixed_contact_btn.fixed .phone_wrap {
  position: relative;
  border-left: none;
  padding-left: 0;
}
.item_contact_area .btn,
.page_contact_link_area .contact_btn .btn {
  background: #FAAFBB;
  border: none;
  padding: 19px 40px 19px 20px;
  color: #FFFFFF;
  margin: 0;
  transition: .5s;
}
@media only screen and (max-width:767px) {
  .item_contact_area .btn,
  .page_contact_link_area .contact_btn .btn {
    padding: 13px 0;
    width: 100%;
  }
}
.page_contact_button_area ul{
  margin-top: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  list-style: none;
}
.page_contact_button_area li{
  position:relative;
  display: block;
  background-color: #FFFFFF;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  transform: scale(1);
  transition: .5s;
}
@media screen and (max-width:767px){
  .page_contact_button_area ul{
    margin-top: 50px;
    gap: 10px;
  }
  .page_contact_button_area li{
    width: 140px;
    height: 140px;
  }
}
.page_contact_button_area li:hover {
  transform: scale(1.1);
  transition: .5s;
}

/*
.page_contact_button_area .fas_button_square i{
  position:relative;
  display: block;
  background-color: #FFFFFF;
  border-radius: 50%;
  width: 180px;
  height: 180px;
}
*/
.page_contact_button_area .fas_button_square i::before{
  position: absolute;
  right: 27%;
  top: 37%;
}
.page_contact_button_area .fas_button_square .btn-text .service {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-top: 29px;
}
@media screen and (max-width:767px){
  .page_contact_button_area .fas_button_square i::before{
    right: 28%;
  }
  .page_contact_button_area .fas_button_square .btn-text .service {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
  }
}
.page_contact_button_area .fas_button_square .btn-text .word {
  display: none;
}
.page_contact_phone_area .phone_wrap {
  text-align: left;
  width: 100%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
  padding-left: 0;
}
.page_contact_phone_area .phone_wrap p {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width:767px){
  .page_contact_phone_area .phone_wrap {
    text-align: center;
    width: 100%;
    display: block;
    gap: 20px;
    margin-top: 50px;
    padding-left: 0;
  }
  .page_contact_phone_area .phone_wrap p {
    font-size: 18px;
    font-weight: 600;
  }
}
.page_contact_phone_area .phone_wrap .icon-btn {
  display: none;
}
.page_contact_form_area h3 {
  cursor: pointer;
}
.page_contact_form_area .contact_form_area .form-area{
  opacity: 0;
  transform: scaleY(0);
  transition: transform 0.2s;
  height: 0;
  margin: 0;
}
.page_contact_form_area .contact_form_area.open .form-area{
  opacity: 1;
  transform: scaleY(1);
  transition: transform 0.2s;
  height: 100%;
}
h3.js-accordion::before,
h3.js-accordion::after {
  right: 30px;
  top: 71px;
  z-index: 0;
  left: auto;
}
@media screen and (max-width:767px){
  .page_contact_form_area .js-accordion::before,
  .page_contact_form_area .js-accordion::after {
    right: 30px;
    top: 62px;
  }
}
.item_contact_area .fixed_contact_btn.fixed .btn {
  padding: 0;
  width: 60px;
  height: 60px;
  line-height: 68px;
  text-align: center;
  border-radius: 50vh;
  border: 0.5px solid #FAAFBB;
  margin-top: 10px;
  transition: .5s;
}
.item_contact_area .fixed_contact_btn.fixed .btn:hover i {
  border: none;
  color: #FAAFBB;
  transition: .5s;
}
.item_contact_area i {
  border: none;
  color: #FFFFFF;
}
.item_contact_area .fixed_contact_btn.fixed .service,
.item_contact_area .fixed_contact_btn.fixed .word{
  display: none;
}
.item_contents h2 {
  text-align: center;
}
.item_contact_area .btn:hover{
  background: #FFFFFF;
  border: 0.5px solid #FAAFBB;
  color: #FAAFBB;
  transition: .5s;
}
.item_contact_area .btn:hover i::before{
  color: #FAAFBB;
  transition: .5s;
}
.item_contact_area  .fixed_contact_btn.fixed  .btn::after{
  background-image: none;
}
.item_contact_area .btn::after,
.page_contact_link_area .contact_btn  .btn::after {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.092%22%20height%3D%224.455%22%20viewBox%3D%220%200%2011.092%204.455%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_84%22%20data-name%3D%22%E3%83%91%E3%82%B9%2084%22%20d%3D%22M343.413-12105.367l3.6%2C3.6H337.13%22%20transform%3D%22translate(-337.13%2012105.721)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E');
}
.item_contact_area  .fixed_contact_btn.fixed .btn::after{
  background-image: none;
  width: 0;
  height: 0;
}
.item_contact_area i::before {
  color: #FFFFFF;
}
.item_contact_area  .fixed_contact_btn.fixed .phone_wrap .fixed_icon{
  padding: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 30px;
  margin-top: 10px;
  background-color: #FAAFBB;
  cursor: pointer;
}
.item_contact_area .fixed_contact_btn.fixed .phone_wrap p{
  display: none;
}
.item_contact_area .fixed_contact_btn.fixed .close-btn {
  z-index: 2;
}
.item_contact_area .fixed_contact_btn.fixed .phone_wrap .close-btn::after{
  content: '';
  position:relative;
  top: 1px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 16px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.004%22%20height%3D%2210.004%22%20viewBox%3D%220%200%2010.004%2010.004%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1273%22%20data-name%3D%22%E3%83%91%E3%82%B9%201273%22%20d%3D%22M9.706-9.294a1%2C1%2C0%2C0%2C0%2C0-1.416%2C1%2C1%2C0%2C0%2C0-1.416%2C0L5-7.416%2C1.706-10.706a1%2C1%2C0%2C0%2C0-1.416%2C0%2C1%2C1%2C0%2C0%2C0%2C0%2C1.416L3.584-6%2C.294-2.706a1%2C1%2C0%2C0%2C0%2C0%2C1.416%2C1%2C1%2C0%2C0%2C0%2C1.416%2C0L5-4.584%2C8.294-1.294a1%2C1%2C0%2C0%2C0%2C1.416%2C0%2C1%2C1%2C0%2C0%2C0%2C0-1.416L6.416-6%2C9.706-9.294Z%22%20transform%3D%22translate(0.002%2011.002)%22%20fill%3D%22%23111%22%2F%3E%3C%2Fsvg%3E');
  /*icn-close-ss*/
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 2;
}
.item_contact_area .fixed_contact_btn.fixed .phone_wrap ul,
.item_contact_area .fixed_contact_btn.fixed .phone_wrap .close-btn{
  display: none;
}
.item_contact_area .fixed_contact_btn.fixed .phone_wrap.open ul,
.item_contact_area .fixed_contact_btn.fixed .phone_wrap.open .close-btn {
  display: block;
}
.item_contact_area .fixed_contact_btn.fixed .phone_wrap.open .close-btn {
  position: absolute;
  top: 0;
  right: 190px;
  width: 60px;
  height: 60px;
  display: block;
  cursor: pointer;
}
@media only screen and (max-width:767px) {
  .item_contact_area .fixed_contact_btn.fixed .phone_wrap.open .close-btn {
    right: 10px;
  }
}

.item_contact_area .fixed_contact_btn.fixed .phone_wrap.open .close-btn::after {
  position: absolute;
  top: 23px;
  right: 23px;
}
.item_contact_area .fixed_contact_btn.fixed .phone_wrap ul {
  background-color: #FAAFBB;
  text-align: left;
  position: absolute;
  top: 0;
  right: 190px;
  border-radius: 30px;
  padding: 10px 20px;
  width: 300px;
}
@media only screen and (max-width:767px) {
  .item_contact_area .fixed_contact_btn.fixed .phone_wrap ul {
    right: 10px;
  }
}
.item_contact_area .fixed_contact_btn.fixed .phone_wrap ul a{
  color: #FFFFFF;
}

/* 電話番号 */
.tel {
  color: #595455;
  font-size: 26px;
}
.tel i::before,
.fixed_contact_btn .fixed_icon {
  color: #BA9E66;
  font-size: 20px;
  margin-right: 11px;
}
.fixed_contact_btn .tel i::before {
  color: #FFF;
}
.fixed_contact_btn .fixed_icon {
  display: none;
}
.fixed_contact_btn.fixed .fixed_icon {
  display: block;
}
.phone {
  
}
.phone_wrap {
  text-align: center;
  display: block;
  text-align: left;
  width: 250px;
  border-left: 1px solid #DDDDDD;
  padding-left: 20px;
}
@media only screen and (max-width:767px) {
  .phone_wrap {
    display: block;
    text-align: left;
    width: 100%;
    border: none;
    padding: 0;
  }
}
.phone_wrap p {
  margin-bottom: 10px;
}
@media only screen and (max-width:767px) {
  .phone_wrap p {
    font-size: 18px;
  }
}
.phone_wrap ul {
  margin: 10px;
}
.phone_wrap ul li {
  display: block;
  font-size: 24px;
}
@media only screen and (max-width:767px) {
  .phone_wrap {
    margin-top: 20px;
  }
  .phone_wrap ul li {
    text-align: center;
  }
}
.page_contact_link_area {
  display: flex;
  justify-content: space-around;
  border: 0.5px solid #BA9E66;
  border-radius: 15px;
  max-width: 960px;
  margin: 0 auto;
  border: 0.5px solid #BA9E66;
  padding: 45px 0;
  align-items: center;
}
.page_contact_link_area > div{
  width: 50%;
}
.page_contact_link_area .contact_btn {
  list-style: none;
  margin-bottom: 0;
}

.page_contact_link_area .contact_btn li {
  max-width: 380px;
  margin: 0 auto;
}
.page_contact_link_area .contact_btn li:nth-child(n + 2) {
  margin-top: 20px;
}
@media only screen and (max-width:767px) {
  .page_contact_link_area .contact_btn {
    text-align: center;
  }
  .page_contact_link_area {
    display: block;
    padding: 45px 20px;
  }
  .page_contact_link_area > div{
    width: 100%;
  }
}
.page_contact_link_area p {
  margin-bottom: 0;
}
.page_contact_link_area .btn {
  margin-top: 0;
}

.page_contact_link_area .fixed_icon{
  display: none;
}
.page_contact_link_area .phone_wrap{
  border-right: 0.5px solid #BA9E66;
  border-left: none;
  text-align: center;
}
.page_contact_link_area .phone_wrap ul{
  text-align: left;
  width: 250px;
  margin: 10px auto 0;
}
@media only screen and (max-width:767px) {
  .page_contact_link_area .phone_wrap{
    border-right: none;
  }
  .page_contact_link_area .phone_wrap ul {
    /*border-bottom: 0.5px solid #BA9E66;*/
    padding-bottom: 30px;
  }
}

/* お問い合わせフォーム */
.wpcf7 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  border: 0.5px solid #BA9E66;
  border-radius: 15px;
  text-align: center;
  background-color: #FAF6E6;
}
@media only screen and (max-width:767px) {
  .wpcf7 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    border: 0.5px solid #BA9E66;
    border-radius: 15px;
    text-align: center;
    background-color: #FAF6E6;
  }
}

.wpcf7 h3 {
  padding: 12px 15px 0;
  font-size: 24px;
  margin-bottom: 15px;
  padding: 80px 15px 0 15px;
}
.icon-mail::before,
.icon-mail::after {
  border: none;
  content: inherit;
  position: relative;
}
.icon-mail::before {
  content:"";
  position: absolute;
  display: block;
  width:32px;
  height:25.14px;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* icon-mail */
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22icon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2225.143%22%20viewBox%3D%220%200%2032%2025.143%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_209%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20209%22%20width%3D%2232%22%20height%3D%2225.143%22%20fill%3D%22%23ba9e66%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_117%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20117%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_402%22%20data-name%3D%22%E3%83%91%E3%82%B9%20402%22%20d%3D%22M31.161.839A2.751%2C2.751%2C0%2C0%2C0%2C29.143%2C0H2.857A2.751%2C2.751%2C0%2C0%2C0%2C.839.839%2C2.751%2C2.751%2C0%2C0%2C0%2C0%2C2.857V22.286A2.75%2C2.75%2C0%2C0%2C0%2C.839%2C24.3a2.75%2C2.75%2C0%2C0%2C0%2C2.018.839H29.143A2.866%2C2.866%2C0%2C0%2C0%2C32%2C22.286V2.857A2.75%2C2.75%2C0%2C0%2C0%2C31.161.839M29.714%2C22.285a.579.579%2C0%2C0%2C1-.571.571H2.857a.579.579%2C0%2C0%2C1-.571-.571V8.571A10.453%2C10.453%2C0%2C0%2C0%2C3.518%2C9.75q4.786%2C3.679%2C7.607%2C6.036.911.768%2C1.482%2C1.2a8.231%2C8.231%2C0%2C0%2C0%2C1.544.866%2C4.474%2C4.474%2C0%2C0%2C0%2C1.83.437h.036a4.473%2C4.473%2C0%2C0%2C0%2C1.83-.437%2C8.221%2C8.221%2C0%2C0%2C0%2C1.545-.866q.571-.429%2C1.482-1.2Q23.7%2C13.428%2C28.482%2C9.75a10.4%2C10.4%2C0%2C0%2C0%2C1.232-1.179Zm0-18.964v.2a4.459%2C4.459%2C0%2C0%2C1-.83%2C2.348%2C8.4%2C8.4%2C0%2C0%2C1-1.794%2C2.062q-3.447%2C2.715-7.161%2C5.661l-.625.527q-.517.438-.821.67t-.795.562a4.765%2C4.765%2C0%2C0%2C1-.9.491%2C2.121%2C2.121%2C0%2C0%2C1-.768.16h-.036a2.122%2C2.122%2C0%2C0%2C1-.768-.16%2C4.757%2C4.757%2C0%2C0%2C1-.9-.491q-.491-.33-.795-.562t-.821-.67l-.625-.527Q8.357%2C10.643%2C4.911%2C7.928A6.25%2C6.25%2C0%2C0%2C1%2C2.286%2C2.857a.58.58%2C0%2C0%2C1%2C.571-.571H29.143a.31.31%2C0%2C0%2C0%2C.25.045c.071-.024.125.021.16.134s.068.167.1.161.048.068.054.223.009.233.009.233v.241Z%22%20fill%3D%22%23ba9e66%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 25.14px 32px;
  background-position: center;
  z-index: 0;
}
.wpcf7 h3 + p {
  padding: 0 15px;
}
.wpcf7 h3.js-accordion {
  position: relative;
}
@media only screen and (max-width:767px) {
  .wpcf7 h3{
    font-size: 18px;
    margin-bottom: 15px;
  }
  .wpcf7 h3::before {
    top: 48px;
  }
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #fff000 !important;
}
.wpcf7-not-valid-tip,
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color:#dc3545;
}
.form-area {
  text-align: left;
  max-width: 960px;
  margin: 50px auto 50px;
  padding: 0 50px 0;
}
.form-area label {
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.form-area label + br {
  display: none;
}
.form-area label span.item-title{
  display: inline-block;
  width: 20%;
}
@media only screen and (max-width:767px) {
  .form-area {
    margin: 20px auto 0;
    padding: 0 15px 0;
  }
  .form-area label {
    display: block;
    margin-bottom: 15px;
  }
  .form-area label span.item-title{
    display: block;
    width: 100%;
    margin-bottom: 3px;
    font-size: 16px;
  }
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 .wpcf7-select,
.wpcf7 textarea{
  border: none;
  padding: 15px;
}
.wpcf7-form-control-wrap {
  width: 80%;
}
.wpcf7 textarea {
  width: 80%;
}
@media only screen and (max-width:767px) {
  .wpcf7 input[type=text],
  .wpcf7 input[type=email],
  .wpcf7 input[type=tel],
  .wpcf7 textarea{
    width: 90%;
  }
  .wpcf7-form-control-wrap {
    width: 100%;
  }
  .wpcf7 textarea {
    width: 90%;
  }
}

.wpcf7 .wpcf7-submit {
  position: relative;
  background-color: #FAAFBB;
  border: 0.5px solid #FAAFBB;
  margin: 0 auto;
  display: block;
  color: #FFFFFF;
  width: 300px;
  margin-top: 20px;
}
@media only screen and (max-width:767px) {
  .wpcf7 .wpcf7-submit {
    width: 180px;
  }
}
.supplement {
  display: inline-block;
  width: 55px;
  margin-right: 10px;
}
.required {
  display: inline-block;
  line-height: 2.2em;
  background: #FAAFBB;
  border-radius: 15px;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  margin-right: 10px;
  word-break: normal;
  padding: 2px 5px;
}
@media screen and (max-width:767px){
  .required {
    float: left;
    margin-bottom: 10px;
  }
  .supplement {
    display: none;
  }
  .wpcf7-form-control-wrap {
    display: block;
  }
}

.wpcf7 .wpcf7-submit:hover {
  background-color: #FFFFFF;
  border: 0.5px solid #FAAFBB;
  color: #FAAFBB !important;
  transition: .5s;
}
.wpcf7 .wpcf7-submit::after {
  content: "";
  position: absolute;
  height: 3.6px;
  width: 9.88px;
  top: 50%;
  right: 25px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.092%22%20height%3D%224.455%22%20viewBox%3D%220%200%2011.092%204.455%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_84%22%20data-name%3D%22%E3%83%91%E3%82%B9%2084%22%20d%3D%22M343.413-12105.367l3.6%2C3.6H337.13%22%20transform%3D%22translate(-337.13%2012105.721)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 9.88px 3.6px;
  background-position: center;
}

.qa {
  margin-bottom: 30px;
}
.service-info {
  position: relative;
}
.service-info .service-info-inner {
  padding-top: 130px;
  padding-bottom: 0;
  counter-reset: number;
}
.service-info .service-info-inner::before {
  content: '';
  position: absolute;
  background-color: #FAEAE8;
  z-index: -1;
  border-top-left-radius: 105px;
  border-bottom-right-radius: 105px;
  height: 100%;
  top: 0;
  width: 65%;
  margin-left: 17%;
}
@media screen and (max-width:767px){
  .service-info .service-info-inner {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .service-info .service-info-inner::before {
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    width: 100%;
    margin-left: 22%;
  }
}
.service-info .service-info-inner > .wp-block-columns {
  position: relative;
  /*border :0.5px solid #DDDDDD;*/
  background: #FFFFFF;
  margin-bottom: 90px;
  counter-increment: mycounter;
}
.service-info .service-info-inner > .wp-block-columns::before {
  content: counter(mycounter);
  counter-increment: number 1; 
  display: inline-block;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  font-size: 160px;
  color: #EEEEEE;
  text-align: center;
  position: absolute;
  top: -15px;
  font-weight: 400;
  z-index: 1;
}
@media screen and (max-width:767px){
  .service-info .service-info-inner > .wp-block-columns::before {
    font-size: 120px;
  }
}
.service-info .service-info-inner > .wp-block-columns:nth-child(odd):before {
  left: 50px;
  right: auto;
}
.service-info .service-info-inner > .wp-block-columns:nth-child(even):before {
  left: auto;
  right: 65px;
}
@media screen and (max-width:767px){
  .service-info .service-info-inner > .wp-block-columns:nth-child(odd):before {
    left: 0;
    right: auto;
  }
  .service-info .service-info-inner > .wp-block-columns:nth-child(even):before {
    left: 0;
    right: auto;
  }
}
.service-info .service-info-inner > .wp-block-columns:nth-child(odd) h3,
.service-info .service-info-inner > .wp-block-columns:nth-child(odd) p {
  padding-left: 14px;
}
.service-info .service-info-inner > .wp-block-columns:nth-child(even) h3,
.service-info .service-info-inner > .wp-block-columns:nth-child(even) p {
  padding-left: 50px;
}
@media screen and (max-width:767px){
  .service-info .service-info-inner > .wp-block-columns h3,
  .service-info .service-info-inner > .wp-block-columns:nth-child(even) h3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .service-info .service-info-inner > .wp-block-columns p,
  .service-info .service-info-inner > .wp-block-columns:nth-child(even) p {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 45px;
  }
}
@media screen and (max-width:767px){
  .service-info .service-info-inner > .wp-block-columns:nth-child(even) {
    display: flex;
  }
  .service-info .service-info-inner > .wp-block-columns:nth-child(even) .wp-block-column:first-child {
    order: 2;
  }
  .service-info .service-info-inner > .wp-block-columns:nth-child(even) .wp-block-column:last-child {
    order: 1;
  }
}
.service-info figure{
  margin: 0;
}
.content-wrapper > .wp-block-columns.service-image {
  margin-top: -120px;
  position: relative;
}
/*
.content-wrapper > .wp-block-columns.service-image::before {
  position: absolute;
  content: '';
  display: block;
  background-color: #FAEAE8;
  border-bottom-right-radius: 105px;
  width: 65%;
  margin-left: 17%;
  height: 120px;
  z-index: 1;
}
*/
.content-wrapper > .wp-block-columns.service-image::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #FAF6E6;
  border-bottom-right-radius: 105px;
  width: 65%;
  margin-left: 17%;
  top: -120px;
  height: 100%;
  z-index: -2;
}

@media screen and (max-width:767px){
  .content-wrapper > .wp-block-columns.service-image::before {
    border-bottom-right-radius: 80px;
    width: 100%;
    margin-left: 22%;
    height: 120px;
  }
  .content-wrapper > .wp-block-columns.service-image::after {
    border-bottom-right-radius: 80px;
    width: 100%;
    margin-left: 22%;
    top: -120px;
  }
}

.content-wrapper > .wp-block-columns.service-image h3 {
  color: #FAAFBB;
  margin-top: 80px;
}
.comparison {
  display: flex;
  justify-content: center;
  gap: 50px;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 220px;
}
@media screen and (max-width:767px){
  .comparison {
    gap: 30px;
    margin-bottom: 100px;
  }
}

.comparison li{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.comparison li .inner{
  width: 100%;
}
@media screen and (max-width:767px){
  .comparison li .inner{
    line-height: 1.3em;
  }
}
.comparison .feature{
  background-color: #FAAFBB;
  width: 280px;
  height: 280px;
  border-radius: 140px;
  color: #FFFFFF;
}
.comparison .about{
  background-color: #EEEEEE;
  width: 180px;
  height: 180px;
  border-radius: 90px;
  color: #999999;
}
@media screen and (max-width:767px){
  .comparison .feature{
    width: 160px;
    height: 160px;
    border-radius: 80px;
  }
  .comparison .about{
    width: 100px;
    height: 100px;
    border-radius: 50px;
  }
}
.comparison .feature span.value {
  font-size: 70px;
  font-weight: 400;
}
.comparison .about span.value {
  font-size: 40px;
  font-weight: 400;
}
.comparison .feature span.value span.unit  {
  font-size: 35px;
}
.comparison .about span.value span.unit {
  font-size: 20px;
}
@media screen and (max-width:767px){
  .comparison .feature span.value {
    font-size: 40px;
  }
  .comparison .about span.value {
    font-size: 26px;
  }
  .comparison .feature span.value span.unit  {
    font-size: 24px;
  }
  .comparison .about span.value span.unit {
    font-size: 16px;
  }
}
.comparison span.text,
.comparison span.value {
  width: 100%;
  text-align: center;
  display: block;
}
.comparison span.text {
  margin-bottom: 20px;
}
@media screen and (max-width:767px){
  .comparison span.text {
    margin-bottom: 10px;
  }
}
.step-area {
  position: relative;
  margin-bottom: 90px;
}
.step-area h2{
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: left;
}
.step-area .contact-area {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap : 50px;
}
.step-area .contact-area li {
  list-style: none;
}
.step-area .contact-area li:nth-child(3){
  width: 100%;
  text-align: center;
}
.step-mark{
  display: flex;
  position: relative;
  width: 130px;
  height: 130px;
  line-height: 130px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.2em;
  background-color: #E0C899;
  font-size: 18px;
  font-weight: 400;
  justify-content: center;
  gap: 0;
}
.step-mark span{
  display: block;
  line-height: 130px;
}
.step-mark span.word{
}
.step-mark span.number{
  font-size: 48px;
  font-weight: 400;
}
.step-mark::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -17px;
  top: 53px;
  border-left: 20px solid #E0C899;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: rotate(0deg);
}
.step-area .wp-block-column .wp-block-columns .wp-block-column:first-child {
  max-width: 165px;
}
.step-area .wp-block-column .wp-block-columns .wp-block-column:first-child::after {
  content: '';
  border-left: 3px dotted #E0C899;
  height: 50%;
  display: block;
  margin: 20px 0 20px 63px;
}



@media screen and (max-width:767px){
  .step-area {
    margin-bottom: 90px;
  }
  .step-area h2{
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 25px;
  }
  .step-area .btn.btn_pink {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px;
  }
  .step-mark{
    width: 90px;
    height: 90px;
    line-height: 90px;
    letter-spacing: 0.2em;
    font-size: 14px;
  }
  .step-mark span{
    line-height: 90px;
  }
  .step-mark span.number{
    font-size: 24px;
  }
  .step-mark::before{
    right: -17px;
    top: 35px;
    border-left: 20px solid #E0C899;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transform: rotate(0deg);
  }
  .step-area .wp-block-column .wp-block-columns .wp-block-column:first-child {
    max-width: 120px;
  }
  .step-area .wp-block-column .wp-block-columns .wp-block-column:first-child::after {
    content: none;
    border-left: none;
  }
  .step-area > .wp-block-column > .wp-block-columns {
    position: relative;
    gap: 0;
  }
  .step-area .wp-block-column .wp-block-columns .wp-block-column:nth-child(2) {
    position: relative;
    width: 100%;
  }
  .step-area .wp-block-column .wp-block-columns .wp-block-column:nth-child(2) > * {
    /*padding-left: 30px;*/
    margin-top: 30px;
  }
  .step-area .wp-block-column .wp-block-columns .wp-block-column:nth-child(2) h2 {
    position: absolute;
    top: -100px;
    left: 115px;
    font-size: 18px;
    text-align: left;
  }
  .step-line-sp {
    /*border-left: 3px dotted #E0C899;*/
  }
  .step-area .wp-block-column .wp-block-columns .wp-block-column:nth-child(2) h2 + * {
    margin-top: 10px;
  }
}
.step-area .wp-block-column .wp-block-columns:last-child .wp-block-column:first-child::after {
  content: '';
  border-left: none;
}
.bg-shopping {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221053%22%20height%3D%22351%22%20viewBox%3D%220%200%201053%20351%22%3E%20%3Ctext%20id%3D%22Shopping%22%20transform%3D%22translate(0%20263)%22%20fill%3D%22%23fffdf7%22%20font-size%3D%22250%22%20font-family%3D%22Poppins-Light%2C%20Poppins%22%20font-weight%3D%22300%22%20letter-spacing%3D%22-0.075em%22%3E%3Ctspan%20x%3D%220%22%20y%3D%220%22%3EShopping%3C%2Ftspan%3E%3C%2Ftext%3E%3C%2Fsvg%3E');  background-repeat: no-repeat;
  background-position: center 80%;
  background-size: 68%;
  padding-top: 130px;
  padding-bottom: 160px;
}
@media screen and (max-width:767px){
  .bg-shopping {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221053%22%20height%3D%22351%22%20viewBox%3D%220%200%201053%20351%22%3E%20%3Ctext%20id%3D%22Shopping%22%20transform%3D%22translate(0%20263)%22%20fill%3D%22%23fffdf7%22%20font-size%3D%22250%22%20font-family%3D%22Poppins-Light%2C%20Poppins%22%20font-weight%3D%22300%22%20letter-spacing%3D%22-0.075em%22%3E%3Ctspan%20x%3D%220%22%20y%3D%220%22%3EShopping%3C%2Ftspan%3E%3C%2Ftext%3E%3C%2Fsvg%3E');  background-repeat: no-repeat;
    background-position: center 101%;
    background-size: 80%;
    padding-top: 30px;
    padding-bottom: 100px;
  }
}
.bg-japan {
  position: relative;
  padding-bottom: 130px;
}
.bg-japan::after {
  content: '';
  position: absolute;
  bottom: 0;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22689%22%20height%3D%22351%22%20viewBox%3D%220%200%20689%20351%22%3E%20%3Ctext%20id%3D%22JAPAN%22%20transform%3D%22translate(0%20263)%22%20fill%3D%22%23fffdf7%22%20font-size%3D%22250%22%20font-family%3D%22Poppins-Light%2C%20Poppins%22%20font-weight%3D%22300%22%20letter-spacing%3D%22-0.075em%22%3E%3Ctspan%20x%3D%220%22%20y%3D%220%22%3EJAPAN%3C%2Ftspan%3E%3C%2Ftext%3E%3C%2Fsvg%3E');
  background-position: center 80%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 688px;
  height: 351px;
}
.bg-singapore {
  position: relative;
  padding-bottom: 130px;
}
.bg-singapore::after {
  content: '';
  position: absolute;
  bottom: 0;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221191%22%20height%3D%22351%22%20viewBox%3D%220%200%201191%20351%22%3E%20%3Ctext%20id%3D%22Singapore%22%20transform%3D%22translate(0%20263)%22%20fill%3D%22%23f2ecd5%22%20font-size%3D%22250%22%20font-family%3D%22Poppins-Light%2C%20Poppins%22%20font-weight%3D%22300%22%20letter-spacing%3D%22-0.075em%22%3E%3Ctspan%20x%3D%220%22%20y%3D%220%22%3ESINGAPORE%3C%2Ftspan%3E%3C%2Ftext%3E%3C%2Fsvg%3E');  background-position: center 80%;
  background-size: 68%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1191px;
  height: 351px;
}
@media screen and (max-width:767px){
  .bg-japan,
  .bg-singapore {
    padding-bottom: 0;
  }
  .bg-japan::after,
  .bg-singapore::after {
    width: 100%;
    height: 351px;
    top: 0;
  }
}
.bg-japan .wp-block-column:first-child,
.bg-singapore .wp-block-column:first-child {
  z-index: 1;
  margin-left: 120px;
}
.bg-japan .wp-block-column:last-child,
.bg-singapore .wp-block-column:last-child {
  z-index: 1;
  margin-right: 120px;
}


@media screen and (max-width:767px){
  .bg-japan .wp-block-column:first-child,
  .bg-singapore .wp-block-column:first-child {
    margin-left: 0;
  }
  .bg-japan .wp-block-column:last-child,
  .bg-singapore .wp-block-column:last-child {
    margin-right: 0;
  }
}
.row-circle--3 {
  display: flex;
  justify-content: center;
  gap: 65px;
  margin-top: 80px;
  margin-bottom: 80px;
}
.row-circle--3 > div{
  background-color: #FAAFBB;
  color: #FFF;
  width: 280px;
  height: 280px;
  border-radius: 140px;
  color: #FFFFFF;
  text-align: center;
}
.row-circle--3 h2,
.row-circle--3 h3,
.row-circle--3 h4 {
  color: #FFF;
}
.row-circle--3 > div .image {
  display: block;
  margin-top: 25%;
  margin-bottom: 5%;
}

@media screen and (max-width:767px){
  .row-circle--3 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .row-circle--3 > div {
    width: 150px;
    height: 150px;
    line-height: 100%;
    margin: 0 auto;
  }
  .row-circle--3 > div:nth-child(1) .image {
    line-height: 1em;
    margin-top: 30px;
  }
  .row-circle--3 > div:nth-child(2) .image {
    line-height: 1em;
    margin-top: 38px;
  }
  .row-circle--3 > div:nth-child(3) .image {
    line-height: 1em;
    margin-top: 38px;
  }
  .row-circle--3 > div h3{
    line-height: 1em;
    font-size: 13px;
  }
}