.wave-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 658px;
  height: 600px;
  translate: -288px -272px;
}
@media screen and (max-width: 767px) {
  .wave-svg {
    display: none;
  }
}
.wave-svg img {
  width: 100%;
  height: auto;
  aspect-ratio: 1740/1698;
  display: block;
}

.main {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .main {
    padding-top: 0;
  }
}
.main .container {
  padding-left: 40px;
  padding-right: 40px;
}
.main .contents {
  display: grid;
}
.main .site_title_area {
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .main .site_title_area {
    grid-row: 2/3;
    display: grid;
    grid-template-columns: 1fr 150px;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding-right: 15px;
    padding-top: 15px;
  }
}
.main .site_title_area .site_title {
  width: 395px;
}
@media screen and (max-width: 767px) {
  .main .site_title_area .site_title {
    position: relative;
    width: 100%;
    max-width: 208px;
  }
  .main .site_title_area .site_title .site_title_img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .main .site_title_area .site_title .site_title_img img {
    aspect-ratio: 790/658;
  }
}
.main .site_title_area .management {
  width: 150px;
  translate: -20px 0;
}
@media screen and (max-width: 767px) {
  .main .site_title_area .management {
    translate: 0 0;
  }
}
.main .main_img {
  grid-column: 1/2;
  grid-row: 1/2;
  width: calc(100% - 100px);
  margin-left: auto;
  position: relative;
  display: grid;
}
@media screen and (max-width: 767px) {
  .main .main_img {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
  .main .main_img .img_list {
    overflow: hidden;
  }
  .main .main_img .img_list img {
    width: calc(100vw + 100px);
    max-width: calc(100vw + 100px);
    translate: -50px 0;
  }
}
.main .main_img .img_list {
  overflow: hidden;
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
  opacity: 0;
  transition: all .3s;
}
.main .main_img .img_list img {
  aspect-ratio: 2544/1522;
}
.main .main_img .img_list.current {
  z-index: 1;
  opacity: 1;
}
.main .main_img:after {
  content: "";
  position: absolute;
  display: block;
  top: -20px;
  right: 0;
  width: calc(360px / 2);
  height: calc(308px / 2);
  z-index: 1;
  background: url(../img/top/mv_icon.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .main .main_img:after {
    display: none;
  }
}

.topics_area {
  display: grid;
  grid-template-columns: 134px 1fr 152px;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .topics_area {
    display: flex;
    flex-direction: column;
  }
}
.topics_area .topics_title {
  font-size: 15px;
  color: #FFF;
  font-weight: 700;
  background: #484848;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
}
@media screen and (max-width: 767px) {
  .topics_area .topics_title {
    max-width: 154px;
    height: 46px;
  }
}
.topics_area .topics_list .item .btn {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .topics_area .topics_list .item .btn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.topics_area .topics_list .item .btn .post_title,
.topics_area .topics_list .item .btn .post_date {
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .topics_area .topics_list .item .btn .post_title,
  .topics_area .topics_list .item .btn .post_date {
    font-size: 14px;
  }
}
.topics_area .common_btn {
  width: 152px;
  height: 36px;
  border: 1px solid #484848;
  font-size: 15px;
  position: relative;
  padding-right: 12px;
}
@media screen and (max-width: 768px) {
  .topics_area .common_btn {
    width: 212px;
    height: 50px;
    font-size: 14px;
  }
}
.topics_area .common_btn:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 12px;
  translate: 0 -50%;
  width: 7px;
  height: 7px;
  background: url(../img/common/icon_arrow_s.svg) no-repeat left top;
  background-size: cover;
}

section:has(.topics_area) {
  margin-top: 56px;
}
section:has(.features) {
  margin-top: 64px;
}
section:has(.meet_dogs) {
  position: relative;
  overflow: hidden;
  padding-top: 200px;
  padding-bottom: 200px;
}
section:has(.price_table) {
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  section:has(.meet_dogs) {
    padding-bottom: 50px;
  }
}
section:has(.meet_dogs):after, section:has(.meet_dogs):before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100vw + 400px);
  translate: -200px 0;
  z-index: -1;
}
section:has(.meet_dogs):before {
  top: 0;
  left: 0;
  background: url(../img/top/meet_dog_bg.png) no-repeat center top;
  background-size: 100%;
  height: calc(50% + 0px);
}
section:has(.meet_dogs):after {
  bottom: 0;
  left: 0;
  background: url(../img/top/meet_dog_bg.png) no-repeat center bottom;
  background-size: 100%;
  height: calc(50% + 0px);
}
section:has(.meet_dogs) .container {
  position: relative;
}
section:has(.meet_dogs) .container:after {
  content: "";
  position: absolute;
  display: none;
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  border-radius: 25%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  section:has(.price_table) {
    margin-top: 50px;
  }
}
section:has(.flow_list) {
  margin-top: 94px;
  position: relative;
}
section:has(.flow_list):after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/flow_bg.png) no-repeat center top;
  background-size: 100% 100%;
  z-index: -1;
}
section:has(.shop_img) {
  margin-top: 70px;
}
section .container .hgroup {
  background: url(../img/top/title_balloon.svg) no-repeat left top;
  background-size: cover;
  width: 224px;
  height: 158px;
  aspect-ratio: 223.101/157.102;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  section .container .hgroup {
    width: 100%;
    height: auto;
    max-width: 150px;
  }
}
section .container .hgroup .section_title {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  section .container .hgroup .section_title {
    font-size: clamp(20px, 2.19619vw, 30px);
  }
}
section .container .hgroup .section_title_en {
  font-size: 15px;
  font-weight: 700;
  color: #F19DB5;
}
@media screen and (max-width: 767px) {
  section .container .hgroup .section_title_en {
    font-size: clamp(10px, 1.0981vw, 15px);
  }
}
section .container .hgroup2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-inline: auto;
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  section .container .hgroup2 {
    width: 100%;
  }
}
section .container .hgroup2 .section_title {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  section .container .hgroup2 .section_title {
    font-size: clamp(20px, 2.19619vw, 30px);
  }
}
section .container .hgroup2 .section_title_en {
  font-size: 15px;
  font-weight: 700;
  color: #F19DB5;
}
@media screen and (max-width: 767px) {
  section .container .hgroup2 .section_title_en {
    font-size: clamp(10px, 1.0981vw, 15px);
  }
}
section .container .hgroup2:before {
  content: "";
  position: absolute;
  display: block;
  top: -68px;
  left: -91px;
  width: 91px;
  height: 87px;
  background: url(../img/top/meet_title_deco01.png) no-repeat left top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  section .container .hgroup2:before {
    top: 0px;
    left: 0;
    width: 70px;
    height: 66px;
  }
}
section .container .hgroup2:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: -116px;
  width: 116px;
  height: 61px;
  background: url(../img/top/meet_title_deco02.png) no-repeat left top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  section .container .hgroup2:after {
    bottom: initial;
    top: -24px;
    right: 0;
    width: 89px;
    height: 46px;
  }
}
section .container .contents .contents_title {
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  section .container .contents .contents_title {
    font-size: clamp(18px, 1.83016vw, 25px);
  }
}
section .container .contents .in_contents_title {
  font-size: 20px;
}
section .container .contents.features {
  display: grid;
  grid-template-columns: 1fr 438px;
  gap: 52px;
  position: relative;
}
@media screen and (max-width: 767px) {
  section .container .contents.features {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
}
section .container .contents.features .in_block {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 54px;
  position: relative;
}
@media screen and (max-width: 767px) {
  section .container .contents.features .in_block {
    order: 2;
    position: static;
    gap: 20px;
  }
}
section .container .contents.features:nth-of-type(3) {
  grid-template-columns: 438px 1fr;
}
section .container .contents.features:nth-of-type(3) .in_block {
  order: 2;
}
section .container .contents.features:nth-of-type(3) .img_area {
  order: 1;
}
section .container .contents.features + .features {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  section .container .contents.features + .features {
    margin-top: 50px;
  }
}
section .container .contents.features:has(.img_area03) .in_block {
  position: relative;
}
section .container .contents.features:has(.img_area03) .in_block:after {
  content: "";
  position: absolute;
  display: none;
  top: -62px;
  right: -10px;
  width: 62px;
  height: 56px;
  background: url(../img/top/s1_figure03.png) no-repeat left top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  section .container .contents.features:has(.img_area03) .in_block:after {
    display: block;
  }
}
section .container .contents.features .img_area {
  position: relative;
}
@media screen and (max-width: 767px) {
  section .container .contents.features .img_area {
    order: 1;
  }
  section .container .contents.features .img_area img {
    max-width: calc(100% - 50px);
  }
}
section .container .contents.features .img_area:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
}
section .container .contents.features .img_area:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  section .container .contents.features .img_area.img_area01 img {
    margin-left: auto;
  }
}
section .container .contents.features .img_area.img_area01:before {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  width: 46px;
  height: 64px;
  background: url(../img/top/s1_img01_deco01.png) no-repeat left top;
  background-size: cover;
}
section .container .contents.features .img_area.img_area01:after {
  left: -50px;
  width: 120px;
  height: 106px;
  background: url(../img/top/s1_figure02.png) no-repeat left top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  section .container .contents.features .img_area.img_area01:after {
    left: calc(100% - 54px);
    width: 54px;
    height: 117px;
    background: url(../img/top/s1_deco01.png) no-repeat left top;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  section .container .contents.features .img_area.img_area02 img {
    margin-inline: auto;
  }
}
section .container .contents.features .img_area.img_area02:before {
  content: "";
  position: absolute;
  display: block;
  right: initial;
  left: 0;
  width: 37px;
  height: 56px;
  background: url(../img/top/s1_img02_deco01.png) no-repeat left top;
  background-size: cover;
}
section .container .contents.features .img_area.img_area02:after {
  left: initial;
  right: 0;
  width: 75px;
  height: 71px;
  background: url(../img/top/s1_img02_deco02.png) no-repeat left top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  section .container .contents.features .img_area.img_area03 img {
    margin-inline: auto;
  }
}
section .container .contents.features .img_area.img_area03:before {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  width: 77px;
  height: 72px;
  background: url(../img/top/s1_img03_deco01.png) no-repeat left top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  section .container .contents.features .img_area.img_area03:before {
    right: calc(100% - 77px);
  }
}
section .container .contents.features .img_area.img_area03:after {
  left: 0;
  width: 54px;
  height: 51px;
  background: url(../img/top/s1_img03_deco03.png) no-repeat left top;
  background-size: cover;
}
section .container .contents.features .s1_figure01 {
  position: absolute;
  top: -124px;
  left: -40px;
  width: 108px;
  height: 124px;
}
@media screen and (max-width: 768px) {
  section .container .contents.features .s1_figure01 {
    top: -124px;
    left: 5px;
    width: 73px;
    height: 84px;
  }
}
section .container .contents.features .s1_deco {
  position: absolute;
  top: -117px;
  left: 0px;
  width: 54px;
  height: 117px;
}
@media screen and (max-width: 767px) {
  section .container .contents.features .s1_deco {
    top: -50px;
    width: 81px;
    height: 72px;
    left: initial;
    right: -10px;
  }
}
section .container .contents.features .s1_figure03 {
  position: absolute;
  bottom: -117px;
  right: 0px;
  width: 93px;
  height: 84px;
}
@media screen and (max-width: 767px) {
  section .container .contents.features .s1_figure03 {
    bottom: calc(100% - 84px);
    width: 64px;
    height: 84px;
  }
}
section .container .contents .meet_dogs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 74px;
  gap: 74px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  section .container .contents .meet_dogs {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    background: #FFF;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
section .container .contents .meet_dogs .list {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 24px;
  position: relative;
}
section .container .contents .meet_dogs .list:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 24px;
  width: 56px;
  height: 55px;
  background: url(../img/top/meet_dogs_deco.png) no-repeat left top;
  background-size: cover;
}
section .container .contents .meet_dogs .list .dog_name {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
section .container .contents .meet_dogs .dog_photo {
  width: 100%;
  max-width: 274px;
  aspect-ratio: 274 / 260.385;
  display: block;
  mask-image: url("../img/top/mask01.svg");
  -webkit-mask-image: url("../img/top/mask01.svg");
  mask-type: alpha;
  mask-size: cover;
  -webkit-mask-size: cover;
  background: #333;
  margin-inline: auto;
}
section .container .contents .meet_dogs .dog_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
section .container .contents .meet_dogs .dog_photo img:hover {
  cursor: pointer;
}
section .container .contents .meet_dogs .dog_photo2 {
  width: 282px;
  height: 270px;
  aspect-ratio: 282/269.739;
  display: block;
  mask-image: url("../img/top/mask02.svg");
  -webkit-mask-image: url("../img/top/mask02.svg");
  mask-type: alpha;
  mask-size: cover;
  -webkit-mask-size: cover;
  background: #333;
  margin-inline: auto;
}
section .container .contents .meet_dogs .dog_photo2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
section .container .contents .meet_dogs .dog_photo3 {
  width: 100%;
  max-width: 280px;
  height: 279px;
  display: block;
  aspect-ratio: 280/278.261;
  mask-image: url("../img/top/mask03.svg");
  -webkit-mask-image: url("../img/top/mask03.svg");
  mask-type: alpha;
  mask-size: cover;
  -webkit-mask-size: cover;
  background: #333;
  margin-inline: auto;
}
section .container .contents .meet_dogs .dog_photo3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
section .container .contents .meet_dogs:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: -100px;
  translate: 0 -50%;
  width: 128px;
  height: 146px;
  background: url(../img/top/meet_dog_figure01.png) no-repeat left top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  section .container .contents .meet_dogs:before {
    top: -226px;
    left: 5px;
    width: 88px;
    height: 98px;
    translate: 0 0;
  }
}
section .container .contents .meet_dogs:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: -100px;
  translate: 0 -50%;
  width: 110px;
  height: 120px;
  background: url(../img/top/meet_dog_figure02.png) no-repeat left top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  section .container .contents .meet_dogs:after {
    top: inherit;
    bottom: 0;
    right: 5px;
    translate: 0 0;
    width: 77px;
    height: 83px;
  }
}
section .container .contents .price_table {
  display: flex;
  width: 100%;
  gap: 10px;
  flex-direction: column;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  section .container .contents .price_table {
    margin-top: 28px;
  }
}
section .container .contents .price_table .price {
  display: grid;
  grid-template-columns: 1fr 152px 152px;
  align-items: center;
  width: 100%;
  height: 66px;
  border-radius: 45px;
  background: #FFF;
  border: 1px solid #DCDCDC;
}
@media screen and (max-width: 768px) {
  section .container .contents .price_table .price {
    border-radius: 10px;
    grid-template-columns: 1fr 90px 102px;
    height: auto;
  }
}
section .container .contents .price_table .price:first-of-type {
  background: #EBE3E6;
}
@media screen and (max-width: 768px) {
  section .container .contents .price_table .price:first-of-type {
    height: 56px;
  }
}
section .container .contents .price_table .price:first-of-type .price_val {
  justify-content: center;
}
section .container .contents .price_table .price .price_label {
  font-size: 15px;
  font-weight: 700;
  padding-left: 43px;
}
@media screen and (max-width: 767px) {
  section .container .contents .price_table .price .price_label {
    padding: 7px 15px;
    font-size: 13px;
  }
}
section .container .contents .price_table .price .price_val {
  font-size: 15px;
  font-weight: 700;
  padding-right: 20px;
  border-left: 1px solid #DCDCDC;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  section .container .contents .price_table .price .price_val {
    padding: 7px 15px;
    font-size: 13px;
  }
}
section .container .text.notice{
	text-align:center;
	margin-top:30px;
}
section .container .contents .price_table + .text {
  font-weight: 700;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  section .container .contents .price_table + .text {
    font-size: 12px;
    margin-top: 15px;
  }
}
section .container .common_btn.item_btn.margintop {
  margin-top: 44px;
}
section .container .contents .timetable_wrap{
    display: flex;
    justify-content: center;
    gap: 50px;
}
section .container .contents .timetable_wrap .timetable_box{
    width: calc(50% - 25px);
}
section .container .contents .timetable_wrap .timetable_box .header{
    font-weight: 700;
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
table.timetable{
    width: 100%;
    border-collapse: collapse;
}
table.timetable tr{}
table.timetable th{
    background: #f3eef0;
    width: 50px;
    text-align: center;
	font-size:15px;
	font-weight:700;
    border: 1px solid #DCDCDC;
}
table.timetable td{
    background: #ffffff;
	font-size:15px;
	font-weight:700;
    padding: 5px 0 5px 10px;
    border: 1px solid #DCDCDC;
}
@media screen and (max-width: 767px) {
section .container .contents .timetable_wrap{
    flex-direction: column;
}
section .container .contents .timetable_wrap .timetable_box{
    width: 100%;
}
section .container .contents .timetable_wrap .timetable_box .header{
    height: auto;
}
table.timetable th{
    width: 10%;
}
table.timetable td{
    width: 40%;
}
}
section .container .contents.payment_method {
/*  max-width: 760px; */
  margin-inline: auto;
  margin-top: 77px;
}
section .container .contents.payment_method .contents_title {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 10px;
}
section .container .contents.payment_method .contents_title:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #E1DDDA;
}
section .container .contents.payment_method .contents_title + * {
  margin-top: 24px;
}
section .container .contents .flow_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 74px;
  gap: 36px 30px;
  position: relative;
  width: 100%;
  max-width: 780px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  section .container .contents .flow_list {
    display: flex;
    flex-direction: column;
    margin-top: 28px;
  }
}
section .container .contents .flow_list:before {
  content: "";
  position: absolute;
  display: block;
  top: -110px;
  left: -102px;
  background: url(../img/top/flow_figure_01.png) no-repeat left bottom;
  background-size: cover;
  width: 124px;
  height: 131px;
}
@media screen and (max-width: 767px) {
  section .container .contents .flow_list:before {
    width: 88px;
    height: 94px;
    left: 0;
  }
}
section .container .contents .flow_list:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: -102px;
  translate: 0 -50%;
  background: url(../img/top/flow_figure_02.png) no-repeat left bottom;
  background-size: cover;
  width: 114px;
  height: 101px;
}
@media screen and (max-width: 767px) {
  section .container .contents .flow_list:after {
    top: -63px;
    translate: 0 0;
    right: 0;
    width: 71px;
    height: 63px;
  }
}
section .container .contents .flow_list .flow {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  section .container .contents .flow_list .flow {
    grid-template-columns: 140px 1fr;
    grid-template-rows: initial;
    gap: 15px;
  }
}
section .container .contents .flow_list .flow .flow_img {
  max-width: calc(372px / 2);
  margin-inline: auto;
}
section .container .contents .flow_list .flow .flow_title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section .container .contents .flow_list .flow .flow_title {
    font-size: clamp(18px, 1.46413vw, 20px);
    text-align: left;
  }
}
section .container .contents .flow_list .flow:before {
  content: "";
  position: absolute;
  display: block;
  top: -30px;
  left: 38px;
  font-size: 50px;
  font-weight: 700;
  color: #F19DB5;
}
@media screen and (max-width: 767px) {
  section .container .contents .flow_list .flow:before {
    font-size: clamp(40px, 3.66032vw, 50px);
    top: -15px;
    left: 0;
  }
}
section .container .contents .flow_list .flow:first-of-type:before {
  content: "1";
}
section .container .contents .flow_list .flow:nth-of-type(2):before {
  content: "2";
}
section .container .contents .flow_list .flow:nth-of-type(3):before {
  content: "3";
}
section .container .contents .flow_list .flow:nth-of-type(4):before {
  content: "4";
}
section .container .contents .flow_list .flow:nth-of-type(5):before {
  content: "5";
}
section .container .contents .flow_list .flow:nth-of-type(6):before {
  content: "6";
}
section .container .contents .flow_list .flow:nth-of-type(4):after, section .container .contents .flow_list .flow:first-of-type:after {
  content: "";
  position: absolute;
  display: block;
  top: 20%;
  right: -45px;
  background: url(../img/top/flow_figure_allow_01.png) no-repeat left top;
  background-size: cover;
  width: 97px;
  height: 59px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  section .container .contents .flow_list .flow:nth-of-type(4):after, section .container .contents .flow_list .flow:first-of-type:after {
    background: url(../img/top/flow_figure_allow_01_sp.png) no-repeat left top;
    background-size: cover;
    width: calc(93px / 2);
    height: calc(142px / 2);
    right: initial;
    left: 34px;
    top: initial;
    bottom: -46px;
  }
}
section .container .contents .flow_list .flow:nth-of-type(3):after {
  content: "";
  position: absolute;
  display: none;
  top: 20%;
  right: -45px;
  background: url(../img/top/flow_figure_allow_01.png) no-repeat left top;
  background-size: cover;
  width: 97px;
  height: 59px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  section .container .contents .flow_list .flow:nth-of-type(3):after {
    display: block;
    background: url(../img/top/flow_figure_allow_01_sp.png) no-repeat left top;
    background-size: cover;
    width: calc(93px / 2);
    height: calc(142px / 2);
    right: initial;
    left: 34px;
    top: initial;
    bottom: -46px;
  }
}
section .container .contents .flow_list .flow:nth-of-type(5):after, section .container .contents .flow_list .flow:nth-of-type(2):after {
  content: "";
  position: absolute;
  display: block;
  top: 20%;
  right: -52px;
  background: url(../img/top/flow_figure_allow_02.png) no-repeat left top;
  background-size: cover;
  width: 105px;
  height: 58px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  section .container .contents .flow_list .flow:nth-of-type(5):after, section .container .contents .flow_list .flow:nth-of-type(2):after {
    background: url(../img/top/flow_figure_allow_02_sp.png) no-repeat left top;
    background-size: cover;
    width: calc(93px / 2);
    height: calc(142px / 2);
    right: initial;
    left: 34px;
    top: initial;
    bottom: -46px;
  }
}
section .container .contents .guide_box {
  padding: 50px;
  background: #EBE3E6;
  border-radius: 40px;
  position: relative;
  margin-top: 76px;
}
@media screen and (max-width: 768px) {
  section .container .contents .guide_box {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    border-radius: 0;
    padding: 40px 15px;
  }
}
section .container .contents .guide_box:before {
  content: "";
  position: absolute;
  display: block;
  top: -70px;
  right: 0;
  background: url(../img/top/flow_bg01.png) no-repeat left bottom;
  background-size: cover;
  width: 259px;
  height: 140px;
}
@media screen and (max-width: 767px) {
  section .container .contents .guide_box:before {
    width: 164px;
    height: 88px;
  }
}
section .container .contents .guide_box:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -70px;
  left: 0;
  background: url(../img/top/flow_bg02.png) no-repeat left bottom;
  background-size: cover;
  width: 259px;
  height: 140px;
}
@media screen and (max-width: 767px) {
  section .container .contents .guide_box:after {
    width: 164px;
    height: 88px;
  }
}
section .container .contents .guide_box .guide_info {
  display: grid;
  grid-template-columns: 1fr 339px;
  gap: 102px;
  position: relative;
}
@media screen and (max-width: 767px) {
  section .container .contents .guide_box .guide_info {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  section .container .contents .guide_box .guide_info .info_img {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  section .container .contents .guide_box .guide_info .info {
    order: 2;
  }
}
section .container .contents .guide_box .guide_info:before {
  content: "";
  position: absolute;
  display: block;
  top: -110px;
  left: -102px;
  background: url(../img/top/flow_figure_03.png) no-repeat left bottom;
  background-size: cover;
  width: 122px;
  height: 110px;
}
@media screen and (max-width: 767px) {
  section .container .contents .guide_box .guide_info:before {
    width: 88px;
    height: 80px;
    top: -95px;
    left: 0;
  }
}
section .container .contents .guide_box .guide_info .text + .text {
  margin-top: 24px;
}
section .container .contents .guide_box .guide_list_area {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
section .container .contents .guide_box .guide_list_area .guide_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  section .container .contents .guide_box .guide_list_area .guide_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
section .container .contents .guide_box .guide_list_area .guide_list .list .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #FFF;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  height: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  section .container .contents .guide_box .guide_list_area .guide_list .list .btn {
    border-radius: 10px;
    font-size: clamp(18px, 1.0981vw, 15px);
  }
}
section .container .contents .guide_box .guide_list_area .guide_list .list .btn:after {
  content: "";
  position: absolute;
  display: block;
  top: -4px;
  left: -4px;
  width: 30px;
  height: 30px;
  background: url(../img/top/flow_icon01.png) no-repeat left top;
  background-size: cover;
}
section .container .contents .guide_box .guide_list_area .guide_list .list .btn span {
  font-size: 13px;
  display: block;
}
@media screen and (max-width: 767px) {
  section .container .contents .guide_box .guide_list_area .guide_list .list .btn span {
    font-size: 12px;
  }
}
section .container .contents .shop_img {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin-inline: auto;
  margin-top: 25px;
}
section .container .contents .shop_img::before {
  content: "";
  position: absolute;
  display: block;
  top: -114px;
  left: 0;
  width: 92px;
  height: 114px;
  background: url(../img/top/shop_deco01.png) no-repeat left top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  section .container .contents .shop_img::before {
    width: 63px;
    height: 78px;
  }
}
section .container .contents .shop_img::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 95px;
  right: -85px;
  width: 85px;
  height: 95px;
  background: url(../img/top/shop_deco02.png) no-repeat left top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  section .container .contents .shop_img::after {
    width: 56px;
    height: 64px;
    right: 0;
  }
}
section .container .contents .shop_img .img_list {
  position: relative;
  display: grid;
}
section .container .contents .shop_img .img_list:after {
  content: "";
  position: absolute;
  display: block;
  top: -10px;
  right: -10px;
  width: calc(259px / 2);
  height: calc(232px / 2);
  background: url(../img/top/shop_deco04.png) no-repeat left top;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section .container .contents .shop_img .img_list:after {
    width: calc(259px / 4);
    height: calc(232px / 4);
  }
}
section .container .contents .shop_img .img_list .list {
  width: 100%;
  max-width: 640px;
  display: block;
  aspect-ratio: 640/500;
  mask-image: url("../img/top/shop_img_mask.svg");
  -webkit-mask-image: url("../img/top/shop_img_mask.svg");
  mask-type: alpha;
  mask-size: cover;
  -webkit-mask-size: cover;
  background: #333;
  margin-inline: auto;
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
  opacity: 0;
  transition: all .3s;
}
section .container .contents .shop_img .img_list .list:nth-of-type(1) {
  z-index: 1;
}
section .container .contents .shop_img .img_list .list.active {
  z-index: 2;
  opacity: 1;
}
section .container .contents .shop_img .img_list .list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
section .container .contents .shop_list {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 25px;
  width: fit-content;
  margin-inline: auto;
}
section .container .contents .shop_list .list {
  width: 100%;
  max-width: 115px;
  display: block;
  aspect-ratio: 115/115;
  mask-image: url("../img/top/shop_list_mask.svg");
  -webkit-mask-image: url("../img/top/shop_list_mask.svg");
  mask-type: alpha;
  mask-size: cover;
  -webkit-mask-size: cover;
  background: #333;
  margin-inline: auto;
}
section .container .contents .shop_list .list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
section .container .contents .shop_list .list img:hover {
  cursor:pointer;
}
section .container .contents .shop_figure_01 {
  position: absolute;
  top: 0;
  left: -127px;
  width: 127px;
  height: 117px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  section .container .contents .shop_figure_01 {
    width: 72px;
    height: 66px;
    left: 0;
    top: -3 6px;
  }
}
section .container .contents .shop_figure_02 {
  position: absolute;
  top: 0;
  right: -111px;
  width: 111px;
  height: 118px;
}
@media screen and (max-width: 767px) {
  section .container .contents .shop_figure_02 {
    width: 71px;
    height: 75px;
    right: 0;
    top: -76px;
  }
}
section .container .contents .shop_info_list {
  width: 100%;
  max-width: 760px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 50px;
  position: relative;
}
section .container .contents .shop_info_list:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: -120px;
  translate: 0 -50%;
  width: 109px;
  height: 336px;
  background: url(../img/top/shop_deco03.png) no-repeat left top;
  background-size: cover;
}
section .container .contents .shop_info_list .shop_info {
  display: grid;
  grid-template-columns: 160px 1fr;
  width: 100%;
  border-radius: 45px;
  background: #FFF;
  border: 1px solid #DCDCDC;
  overflow: hidden;
  align-items: center;
}
@media screen and (max-width: 767px) {
  section .container .contents .shop_info_list .shop_info {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
  }
}
section .container .contents .shop_info_list .shop_info:last-of-type {
  align-items: flex-start;
}
section .container .contents .shop_info_list .shop_info .info_label {
  background: #EBE3E6;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 13px 0;
}
@media screen and (max-width: 768px) {
  section .container .contents .shop_info_list .shop_info .info_label {
    font-size: clamp(14px, 1.0981vw, 15px);
  }
}
section .container .contents .shop_info_list .shop_info .text {
  padding: 13px 23px;
}
section .container .contents .shop_access {
  width: 100%;
  max-width: 760px;
  height: 440px;
  margin-inline: auto;
  margin-top: 70px;
  border-radius: 40px;
  overflow: hidden;
}
section .container .contents .shop_access iframe {
  width: 100% !important;
  height: 440px !important;
}

.modal_area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100svh;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  opacity: 0;
  overflow-y: scroll;
}
.modal_area .modal_list {
  width: 100%;
  max-width: 760px;
  position: relative;
  display: grid;
}
@media screen and (max-width: 768px) {
  .modal_area .modal_list {
    padding: 30px 15px 0;
    max-height: 75vh;
    overflow: scroll;
  }
}
.modal_area .modal_list .close_btn {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 60px;
  height: 60px;
  z-index: 3;
  cursor: pointer;
  background: url(../img/top/close_btn_h.svg) no-repeat left top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .modal_area .modal_list .close_btn {
    position: fixed;
    top: 12.5vh;
    right: 0;
  }
}
.modal_area .modal_list .close_btn img {
  transition: all .3s;
}
@media (any-hover: hover) {
  .modal_area .modal_list .close_btn:hover img {
    opacity: 0;
  }
}
.modal_area .modal_list .modal {
  width: 100%;
  background: #FFF;
  border-radius: 0 0 50px 50px;
  border: 10px solid #EBE3E6;
  position: relative;
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
  opacity: 0;
  transition: all .3s;
  display: none;
}
@media screen and (max-width: 767px) {
  .modal_area .modal_list .modal {
    border: 5px solid #EBE3E6;
    border-radius: 0 0 10px 10px;
  }
}
.modal_area .modal_list .modal:nth-of-type(1) {
  z-index: 1;
}
.modal_area .modal_list .modal.active {
  z-index: 2;
  opacity: 1;
  display: block;
}
.modal_area .modal_list .modal .breed {
  width: fit-content;
  height: 61px;
  background: #2AB8D5;
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 2;
  padding: 0 40px;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .modal_area .modal_list .modal .breed {
    left: -5px;
    top: -5px;
    height: 40px;
    padding: 0 20px;
    font-size: clamp(18px, 1.46413vw, 20px);
  }
}
.modal_area .modal_list .modal .dog_thumbnail {
  display: flex;
  width: 100%;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .modal_area .modal_list .modal .dog_thumbnail {
    flex-direction: column;
	gap:30px;
  }
}
.modal_area .modal_list .modal .dog_thumbnail .name {
  width: 100%;
  font-size: 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .modal_area .modal_list .modal .dog_thumbnail .name {
    order: 2;
    font-size: clamp(20px, 2.19619vw, 30px);
  }
}
.modal_area .modal_list .modal .dog_thumbnail .photo {
  width: 100%;
  border-radius: 0 0 0 40px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .modal_area .modal_list .modal .dog_thumbnail .photo {
    order: 1;
  }
}
.modal_area .modal_list .modal .dog_info_area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 43px 45px;
  margin-top: 31px;
  gap: 20px 15px;
}
@media screen and (max-width: 767px) {
  .modal_area .modal_list .modal .dog_info_area {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
	margin-bottom:30px;
    padding: 0 16px;
  }
}
.modal_area .modal_list .modal .dog_info_area .dog_info {
  display: grid;
  grid-template-columns: 139px 1fr;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .modal_area .modal_list .modal .dog_info_area .dog_info {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 0;
  }
}
@media screen and (max-width: 767px) {
  .modal_area .modal_list .modal .dog_info_area .dog_info:nth-of-type(2), .modal_area .modal_list .modal .dog_info_area .dog_info:nth-of-type(1) {
    width: calc((100% - 15px) / 2);
  }
}
.modal_area .modal_list .modal .dog_info_area .dog_info .info_label {
  font-size: 15px;
  font-weight: 700;
  background: #F2EEEA;
  border-radius: 5px;
  padding: 7px 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .modal_area .modal_list .modal .dog_info_area .dog_info .info_label {
    width: 100%;
    height: auto;
  }
}
.modal_area .modal_list .modal .dog_info_text {
  font-size: 15px;
  font-weight: 700;
  padding: 20px 40px;
}
.modal_area .modal_list .modal .dog_info_area .dog_info .info_text {
  font-size: 15px;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 10px;
}
.opne_modal .modal_area {
  display: flex;
  animation: fadeIn .5s ease-in-out 0.2s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*# sourceMappingURL=top.css.map */
