@charset "UTF-8";
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: '\201C''\201D''\2018''\2019';
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  outline: none;
}
button,
input {
  line-height: normal;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='search'] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}
.cf:before,
.cf:after {
  content: '';
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
.fl {
  float: left;
  overflow: hidden;
}
.fr {
  float: right !important;
  overflow: hidden;
}
.ta-center {
  text-align: center;
}
.table {
  width: 100%;
  height: 100%;
  display: table;
}
* html div.table {
  position: relative;
}
* + html div.table {
  position: relative;
}
.table-cell {
  vertical-align: middle;
  display: table-cell;
}
* html .table-cell {
  position: absolute;
}
* + html .table-cell {
  position: absolute;
}
*::selection {
  background: #a0c5d1;
}
*::-moz-selection {
  background: #a0c5d1;
}

body {
  color: #333;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
  color: #111;
  outline: 0 none;
  text-decoration: none;
}
a:focus {
  outline: none;
}
section {
  display: block;
  width: 100%;
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
@media (min-width: 320px) {
  h1,
  h2 {
    font-size: 20px;
    letter-spacing: -0.5px;
    text-align: center;
    margin-bottom: 30px;
    color: #333;
  }
  h3 {
    font-size: 14px;
    line-height: 1.5;
  }
  h4 {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
  }
  p {
    font-size: 13px;
  }
  .ttl {
    font-size: 30px;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 10px;
    color: #ea5381;
    line-height: 30px;
  }
  .ttl-sub {
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    color: #ea5381;
    line-height: 30px;
  }
  .spOnly {
    display: none;
  }
}
@media (min-width: 768px) {
  h1,
  h2 {
    font-size: 50px;
    letter-spacing: -1px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 11px;
  }
  p {
    font-size: 15px;
  }
  .spOnly {
    display: none !important;
  }
  .ttl {
    font-size: 40px;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
    color: #ea5381;
    line-height: 40px;
  }
}
@media (min-width: 960px) {
  h1,
  h2 {
    font-size: 66px;
    letter-spacing: -1.5px;
  }
  h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
  .spOnly {
    display: inline;
  }
}

/*///////////////////////////////////////////
Common Style
///////////////////////////////////////////*/

#progress-page {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
}
#progress-page #loader {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}

.section-inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1180px;
  padding: 0 20px;
}
@media (min-width: 960px) {
  .section-inner {
    padding: 0 30px;
  }
}

/* Header */
.home header {
  display: none;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 85px;
  overflow: hidden;
  z-index: 997;
  -webkit-transition: height 666ms cubic-bezier(1, 0, 0, 1);
  -ms-transition: height 666ms cubic-bezier(1, 0, 0, 1);
  transition: height 666ms cubic-bezier(1, 0, 0, 1);
  background: #e36b8f;
  box-shadow: 0 0 5px 0 #aaa;
  margin-bottom: 85px;
}
header .header-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
header .header-logo {
  position: absolute;
  width: 120px;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
header .header-logo img {
  width: 100%;
  height: auto;
}
header .header-insta {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #333;
}
header .header-insta svg {
  width: 100%;
  height: 100%;
}

/* main*/
main {
  margin: 0;
  width: 100%;
  overflow: hidden;
}
main h1,
main h2,
main h3 {
  padding: 10px 0 25px;
  display: block;
  text-align: center;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: 800;
}
.home .section_wrap {
  padding: 100px 0;
  position: relative;
}
.section_wrap {
  padding: 120px 0;
  position: relative;
}
.pink-d {
  background: #e36b8f;
}
.pink-l {
  background: #f2dad9;
}
.pink-text {
  color: #ea5381;
  font-weight: bold;
}
.no-space {
  white-space: nowrap;
  direction: inline-block;
}
.ttl-wrap {
  position: relative;
  margin: 100px auto 45px;
}
.ttl-wrap h2 {
  color: #666;
}
.ttl-stamp {
  position: relative;
  margin: 85px auto 60px;
}
.ttl-stamp:after {
  position: absolute;
  content: '';
  width: 120px;
  height: 160px;
  background: url(../img/icon-foot-pink-2.png) no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-position: center top;
  background-size: contain;
  left: 50%;
  z-index: -1;
}
.btn {
  width: 250px;
  padding: 5px 10px;
  text-align: center;
  border-radius: 30px;
  position: relative;
  background: #ea5381;
  margin: 30px auto;
  overflow: hidden;
  transition-duration: 0.4s;
  z-index: 2;
  border: 1px solid rgb(255, 255, 255, 0.3);
  box-shadow: 0px 2px 2px rgb(1, 1, 1, 0.2),
    inset 1px 1px 1px rgb(255, 255, 255, 0.3);
}
.btn:after {
  position: absolute;
  content: '';
}
.btn a {
  color: #fff;
  letter-spacing: 1.5px;
  font-size: 15px;
}
.btn::after {
  background: rgb(255, 255, 255, 0.3);
  border-radius: 50%;
  content: '';
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.9s, transform 0s;
  transition-delay: 0s, 0.4s;
}
.btn:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
}
.btn {
  position: relative;
  font-weight: 700;
}
.btn .arrow {
  position: absolute;
  right: 2px;
  top: 2px;
  opacity: 0;
  width: 34px;
  height: 34px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: scale3d(0, 0, 0);
  -moz-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
.btn .arrow svg {
  width: 15px;
  height: 15px;
  fill: #e36b8f;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
a.link {
  border-bottom: 1px dotted #e36b8f;
  font-size: 14px;
  margin-bottom: 2px;
  display: inline-block;
  color: #e36b8f;
  font-weight: bold;
}

@media (max-width: 767px) {
  main h1,
  .main.home h2 {
    font-size: 20px;
    letter-spacing: 1px;
  }
  main h2 {
    font-size: 15px;
  }
  main h3 {
    font-size: 17px;
    letter-spacing: 1px;
  }
  .home .section_wrap {
    padding: 100px 8%;
  }
  .puppy .section_wrap {
    padding: 90px 2%;
  }
  .section_wrap {
    padding: 90px 8%;
  }
  .ttl-stamp:after {
    width: 90px;
    height: 120px;
  }
}

/* Postheader */
@media (min-width: 320px) {
  .postheader {
    padding: 0;
    width: 100%;
    height: 100dvh;
    position: relative;
    background: linear-gradient(
      180deg,
      rgba(250, 219, 218, 1) 0%,
      rgba(235, 185, 185, 1) 100%
    );
  }
  .postheader-inner {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .postheader-inner:before {
    position: absolute;
    content: '';
    width: 300%;
    height: 100%;
    background-image: url(../img/logo-wh.png);
    background-repeat: no-repeat;
    display: inline-block;
    background-position: center bottom -12px;
    background-size: contain;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.5;
  }
  .logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-top: 30px;
    width: 250px;
    max-width: 400px;
  }
  .logo img {
    width: 100%;
  }
  #postheaderfront {
    width: 400px;
    max-width: 555px;
    height: auto;
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  #postheaderfront img {
    width: 100%;
  }
  .postheader-inner h1 {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 2.5;
    text-align: center;
    white-space: nowrap;
  }
  span.marker {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5px;
  }
}

@media (min-width: 768px) {
  .postheader {
    margin: 0;
    padding: 0;
  }
  .postheader-inner h1 {
    left: 50%;
    top: 23%;
    font-size: 17px;
    white-space: nowrap;
  }
  .postheader-inner:before {
    width: 175%;
  }
  .logo {
    width: 32%;
  }
  #postheaderfront {
    top: 60%;
    width: 90%;
  }
}
@media (min-width: 960px) {
  .postheader {
    margin: 0;
    padding: 0;
  }
}

/* about */
@media (min-width: 320px) {
  .about_wrap {
    text-align: center;
    color: #fff;
    position: relative;
  }
  .about_wrap:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 80px;
    background: url('../img/icon-dog.png') no-repeat;
    top: -70px;
    background-position: center top;
    background-size: contain;
    left: 50%;
    transform: translateX(-50%);
  }
  .about_wrap .ttl {
    color: #f8cecc;
  }
  .mes-1,
  .mes-2 {
    margin-bottom: 40px;
    font-weight: 600;
    position: relative;
    z-index: 1;
  }
  .mes-1 p {
    line-height: 2.3;
  }
  .mes-2:before {
    position: absolute;
    content: '';
    width: 130px;
    height: 160px;
    background: url('../img/icon-foot-pink.png') no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-position: center top;
    background-size: contain;
    left: 50%;
    z-index: -1;
  }
  .news_wrap {
    position: relative;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 10%;
    border: 1px solid rgb(255, 255, 255, 0.3);
    box-shadow: 3px 3px 3px rgb(1, 1, 1, 0.05),
      inset 3px 3px 3px rgb(1, 1, 1, 0);
  }
  .news_wrap a {
    color: #fff;
    font-weight: 700;
    display: inline-block;
  }
  .news_wrap img {
    width: 60px;
    height: 60px;
    background: #333;
    border-radius: 50%;
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .about_wrap {
    width: 650px;
    margin: 0 auto;
  }
  .about_wrap:before {
    top: 8px;
    background-position: right top;
    left: 75%;
    transform: translateX(-75%);
    width: 70px;
    height: 100px;
  }
  .mes-1 p {
    line-height: 2.5;
  }
  .news_wrap {
    width: 400px;
    margin: 0 auto;
    padding: 5%;
  }
}
@media (min-width: 960px) {
}

/* menu_box */
@media (min-width: 320px) {
  .menu_box .menues ol {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
  }
  .menu_box .menues ol li {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    border-radius: 10px;
    background: #fff;
    padding: 30px 15px;
    border: 1px solid rgb(255, 255, 255, 0.3);
    box-shadow: 0px 2px 9px rgb(1, 1, 1, 0.15),
      inset 3px 3px 3px rgb(1, 1, 1, 0);
    overflow: hidden;
  }
  .menu_box .menues ol li:after {
    position: absolute;
    content: '';
    width: 130px;
    height: 160px;
    background: url('../img/icon-foot-beige.png') no-repeat;
    bottom: 0;
    left: -40px;
    background-position: left bottom;
    background-size: contain;
    z-index: 0;
  }
  .menu_box .menues ol li a {
    position: relative;
    z-index: 1;
  }
  .menu_box .menues ol li .ttl {
    text-align: center;
    letter-spacing: 1.2px;
    font-size: 11px;
    margin-bottom: 15px;
    line-height: 15px;
  }
  .menu_box .menues ol li h2 {
    text-align: center;
    letter-spacing: 1px;
    font-size: 15px;
    margin-bottom: 25px;
    padding: 0;
    color: #666;
  }
  .menu_box .menues ol li .canvas {
    position: relative;
    z-index: 2;
  }
  .menu_box .zoom-box {
    aspect-ratio: 2 / 1;
    border-radius: 10px;
  }
  .menu_box .menues ol li img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .menu_box .menues ol li .mes-3 {
    padding: 20px 0;
  }
  .menu_box .menues ol li .mes-3 p {
    font-size: 12px;
    color: #333;
  }
  .menu_box .btn {
    width: 150px;
    padding: 5px 10px;
    text-align: center;
    border-radius: 30px;
    position: relative;
    background: #e36b8f;
    margin: 0 auto;
    overflow: hidden;
    transition-duration: 0.4s;
    z-index: 2;
  }
  .menu_box .btn p {
    color: #fff;
    font-weight: 700;
    letter-spacing: 1.5px;
  }
  .menu_box .btn::after {
    background: rgb(255, 255, 255, 0.3);
    border-radius: 50%;
    content: '';
    display: block;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 100%;
    height: 0;
    z-index: -1;
    transform: translateY(-50%) scale(0.1);
    transition: opacity 0.9s, transform 0s;
    transition-delay: 0s, 0.4s;
  }
  .menu_box .btn:hover::after {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    transition-delay: 0s;
    transition: opacity 0.8s, transform 0.6s ease-in-out;
  }
}

@media (min-width: 668px) {
  .menu_box .menues ol li {
    width: calc(100% / 2 - 40px);
    box-sizing: border-box;
  }
  .menu_box .menues ol li:nth-child(3) {
    margin-right: 0;
  }
  .menu_box .menues ol li h2 {
    font-size: 17px;
  }
}
@media (min-width: 960px) {
  .menu_box .menues ol li {
    width: calc(100% / 3 - 40px);
  }
  .menu_box .menues ol li .canvas {
    overflow: hidden;
  }
  .menu_box .canvas {
    position: relative;
  }
}
@media (min-width: 1100px) {
  .menu_box {
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media (668px <= width < 960px) {
  .section_wrap.ver1 {
    padding: 100px 3%;
  }
}

/* puppy_info */
@media (min-width: 320px) {
  #puppy {
    position: relative;
  }
  #puppy:after {
    position: absolute;
    content: '';
    width: 80%;
    height: 50%;
    background: url('../img/icon-foot-beige.png') no-repeat;
    bottom: 100px;
    left: -40px;
    background-size: contain;
    z-index: 0;
  }
  .puppy_box {
    position: relative;
    z-index: 2;
  }
  .puppy_box .menues ol {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
  }
  .puppy_box .menues ol li {
    position: relative;
    width: 100%;
    margin-bottom: 60px;
    width: calc(100% / 2 - 30px);
    box-sizing: border-box;
  }
  .puppy_box .menues ol li .ttl {
    text-align: center;
    letter-spacing: 0;
    font-size: 12px;
    line-height: 15px;
    position: absolute;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #fff;
    z-index: 1;
    background: #ea5381;
    padding: 5px;
    white-space: nowrap;
    box-shadow: 5px 5px 0px #f8cecc;
  }
  .puppy_box .menues ol li .canvas {
    position: relative;
  }
  .puppy_box .zoom-box {
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    border-radius: 50%;
    box-shadow: 0px 0px 8px rgb(1, 1, 1, 0.2), inset 3px 3px 3px rgb(1, 1, 1, 0);
    border: 5px solid #fff;
  }
  .puppy_box .menues ol li img {
    position: relative;
    width: 110%;
    height: auto;
  }
  .puppy_box .btn {
    width: 250px;
    padding: 5px 10px;
    text-align: center;
    border-radius: 30px;
    position: relative;
    background: #ea5381;
    margin: 30px auto;
    overflow: hidden;
    transition-duration: 0.4s;
    z-index: 2;
    border: 1px solid rgb(255, 255, 255, 0.3);
    box-shadow: 0px 2px 2px rgb(1, 1, 1, 0.2),
      inset 1px 1px 1px rgb(255, 255, 255, 0.3);
  }
  .puppy_box .btn:after {
    position: absolute;
    content: '';
  }
  .puppy_box .btn a {
    color: #fff;
    letter-spacing: 1.5px;
    font-size: 15px;
  }
  .puppy_box .btn::after {
    background: rgb(255, 255, 255, 0.3);
    border-radius: 50%;
    content: '';
    display: block;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 100%;
    height: 0;
    z-index: -1;
    transform: translateY(-50%) scale(0.1);
    transition: opacity 0.9s, transform 0s;
    transition-delay: 0s, 0.4s;
  }
  .puppy_box .btn:hover::after {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    transition-delay: 0s;
    transition: opacity 0.8s, transform 0.6s ease-in-out;
  }
  .puppy_box .btn {
    position: relative;
    font-weight: 700;
  }
  .puppy_box .btn .arrow {
    position: absolute;
    right: 2px;
    top: 2px;
    opacity: 0;
    width: 34px;
    height: 34px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  .puppy_box .btn .arrow svg {
    width: 15px;
    height: 15px;
    fill: #e36b8f;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}

@media (min-width: 668px) {
  #puppy:after {
    width: 50%;
    height: 50%;
  }
  .puppy_box .menues ol {
    max-width: 650px;
    margin: 0 auto;
  }
  .puppy_box .menues ol li {
    width: calc(100% / 3 - 40px);
  }
  .puppy_box .canvas {
    position: relative;
  }
}

@media (480px <= width < 668px) {
  .puppy_box .menues ol {
    max-width: 450px;
    margin: 0 auto;
  }
}

/* buttom_menu */
@media (min-width: 320px) {
  #bottom-menu {
    position: relative;
  }
  #bottom-menu:after {
    position: absolute;
    content: '';
    opacity: 0.5;
    width: 500px;
    height: 600px;
    background: url(../img/icon-foot-beige_r.png) no-repeat;
    bottom: -50px;
    right: -100px;
    background-size: contain;
    z-index: 0;
  }
  .bottom_menu_box {
    position: relative;
    z-index: 2;
  }
  .bottom_menu_box .menues ol {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
  }
  .bottom_menu_box .menues ol li {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
    border-radius: 10px;
    width: calc(100% / 2 - 20px);
    box-sizing: border-box;
    aspect-ratio: 1 / 1;
    background: linear-gradient(180deg, #e36b8f 0%, #ea5381 100%);
    box-shadow: 2px 2px 4px rgb(90, 5, 10, 0.4),
      inset 2px 2px 0px rgb(255, 255, 255, 0.8);
    overflow: hidden;
  }
  .bottom_menu_box .menues ol li:before {
    position: absolute;
    content: '';
    width: 90%;
    height: 90%;
    background: url('../img/icon-foot-white.png') no-repeat;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-position: center top;
    background-size: contain;
    opacity: 0.15;
    z-index: -1;
  }
  .bottom_menu_box .menues ol li:hover {
    background: linear-gradient(180deg, #ea5381 0%, #e36b8f 100%);
    transition: 1s;
  }
  .bottom_menu_box .menues ol li a {
    position: relative;
    z-index: 1;
  }
  .bottom_menu_box .menues ol li .ttl {
    position: absolute;
    top: 69%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    letter-spacing: 1.2px;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 15px;
    color: #fff;
  }
  .bottom_menu_box .menues ol li h2 {
    position: absolute;
    top: 83%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    white-space: nowrap;
    font-size: 10px;
    margin-bottom: 25px;
    padding: 0;
    color: #fff;
  }
  .bottom_menu_box .menues ol li .canvas {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .bottom_menu_box .zoom-box {
  }
  .bottom_menu_box .menues ol li .icon-box {
    width: 36%;
    height: auto;
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .bottom_menu_box .menues ol li img {
    position: relative;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 668px) {
  #puppy:after {
    width: 50%;
    height: 50%;
  }
  .bottom_menu_box .menues ol {
    max-width: 600px;
    margin: 0 auto;
  }
  .bottom_menu_box .menues ol li {
    width: calc(100% / 3 - 40px);
    margin-bottom: 60px;
  }
  .bottom_menu_box .canvas {
    position: relative;
  }
  .bottom_menu_box .btn a {
    font-size: 16px;
  }
}

@media (480px <= width < 668px) {
  .bottom_menu_box .menues ol {
    max-width: 450px;
    margin: 0 auto;
  }
}

/* Footer */

@media (min-width: 320px) {
  footer .footer-logo {
    margin: 0 auto 40px;
    width: 250px;
    height: 35px;
  }
  footer .footer-logo img {
    width: 100%;
  }
  footer .shop-data {
    margin: 0 auto;
    width: 300px;
    color: #fff;
  }
  footer .shop-wrap {
    text-align: center;
    margin-bottom: 40px;
  }
  footer .shop-wrap:first-child {
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
  }
  footer .shop-name {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
  }
  footer .shop-map {
    width: 60px;
    height: 60px;
    padding: 12px;
    text-align: center;
    margin: 0 auto 10px;
    border-radius: 50%;
    position: relative;
    background: #ea5381;
    transition-duration: 0.4s;
    z-index: 2;
    border: 1px solid rgb(255, 255, 255, 0.3);
  }
  footer .shop-map a {
    display: inline-block;
    height: 100%;
  }
  footer .shop-map img {
    width: auto;
    height: 100%;
  }
  footer .btn {
    width: 250px;
    padding: 5px 10px;
    text-align: center;
    border-radius: 30px;
    position: relative;
    background: #ea5381;
    margin: 0 auto;
    overflow: hidden;
    transition-duration: 0.4s;
    z-index: 2;
    border: 1px solid rgb(255, 255, 255, 0.3);
  }
  footer .btn:after {
    position: absolute;
    content: '';
    position: relative;
    font-weight: 700;
  }
  footer .btn a {
    color: #fff;
    letter-spacing: 1.5px;
    font-size: 13px;
  }
  footer .btn::after,
  footer .shop-map a::after {
    background: rgb(255, 255, 255, 0.3);
    border-radius: 50%;
    content: '';
    display: block;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 100%;
    height: 0;
    z-index: -1;
    transform: translateY(-50%) scale(0.1);
    transition: opacity 0.9s, transform 0s;
    transition-delay: 0s, 0.4s;
  }
  footer .btn:hover::after,
  footer .shop-map a:hover::after {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    transition-delay: 0s;
    transition: opacity 0.8s, transform 0.6s ease-in-out;
  }
  footer .btn .arrow {
    position: absolute;
    right: 2px;
    top: 2px;
    opacity: 0;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  footer .btn .arrow svg {
    width: 15px;
    height: 15px;
    fill: #e36b8f;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  footer .foot-nav {
    margin: 20px 0 0;
    border-top: none;
  }
  footer .foot-bottom .info {
    display: block;
    text-align: center;
  }
  footer .foot-bottom .info li {
    display: inline-block;
    margin: 0 2px;
  }
  footer .foot-bottom .info li a {
    position: relative;
    display: block;
    font-size: 13px;
    margin: 0 1em;
    color: #fff;
  }
  footer .foot-bottom .info li a:after {
    content: '|';
    position: absolute;
    left: -19px;
    top: -1px;
  }
  footer .foot-bottom .info li a:hover {
    opacity: 0.5;
  }
  footer .foot-bottom .info li .hajime:after {
    content: '';
    position: absolute;
    left: -10px;
    top: -1px;
  }
  footer .foot-bottom .info li a div {
    display: block;
  }
}
@media (min-width: 620px) {
  footer .foot-nav {
    margin: 0 0 0;
  }
}
@media (min-width: 768px) {
  footer .footer-logo {
    margin: 0 auto 60px;
  }
  footer .shop-wrap:first-child {
    padding-bottom: 40px;
    border-bottom: none;
  }
  footer .shop-data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 650px;
  }
}
@media (min-width: 960px) {
  footer .foot-nav .group_logo li {
    height: 80px;
  }
  footer .foot-nav .group_logo li img {
    width: 200px;
  }
  footer .foot-bottom .info li a {
  }
  footer .foot-bottom .info li a div {
    display: block;
    font-size: 13px;
  }
}
@media (min-width: 320px) {
  footer .foot-bottom p.copy {
    text-align: center;
    float: none;
    margin-top: 55px;
    color: #fff;
  }
}

/* puppy.html */
@media (min-width: 320px) {
  .filter {
    max-width: 960px;
    padding: 30px 50px 50px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #e2b4c1;
  }
  .filter:after,
  .filter:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .filter:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 30px;
    margin-left: -30px;
  }
  .filter:before {
    border-color: rgba(226, 180, 193, 0);
    border-top-color: #e2b4c1;
    border-width: 31px;
    margin-left: -31px;
  }
  .filter li {
    display: inline-block;
    margin-bottom: 20px;
  }
  .filter li a {
    display: inline;
    padding: 5px 25px;
    text-align: center;
    border-radius: 30px;
    color: #ea5381;
    background: #f2dad9;
    transition-duration: 0.9s;
    margin: 0 5px 10px;
    font-weight: bold;
  }
  .filter li a:hover {
    background: #e36b8f;
    color: #f2dad9;
  }
  .puppy_wrap ol {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
  }
  .filter li a.year-on {
    background: #e36b8f;
    color: #fff;
  }
  .puppy_wrap {
    background: #fcf6f6;
    padding: 100px 0;
    max-width: 960px;
    margin: 0 auto;
  }
  .puppy_wrap ol li {
    width: 90%;
    max-width: 850px;
    margin-bottom: 70px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid rgb(255, 255, 255, 0.3);
    box-shadow: 0px 2px 9px rgb(1, 1, 1, 0.15),
      inset 3px 3px 3px rgb(1, 1, 1, 0);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .info-photo_wrap {
    width: 200px;
    margin: auto 50px;
  }
  .info-photo_wrap .ttl {
    text-align: center;
    letter-spacing: 0;
    font-size: 12px;
    line-height: 15px;
    position: absolute;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #fff;
    z-index: 1;
    background: #e36b8f;
    padding: 5px;
    white-space: nowrap;
    box-shadow: 5px 5px 0px #f8cecc;
  }
  .info-photo_wrap .canvas {
    position: relative;
  }
  .info-photo_wrap .photo-box {
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    border-radius: 50%;
    box-shadow: 0px 0px 8px rgb(1, 1, 1, 0.2), inset 3px 3px 3px rgb(1, 1, 1, 0);
    border: 5px solid #fff;
    overflow: hidden;
  }
  .info-photo_wrap img {
    position: relative;
    width: 110%;
    height: auto;
  }
  .puppy_wrap .puppy-list {
    width: calc(100% - 300px);
    padding: 50px 20px 50px;
    overflow: hidden;
    z-index: 2;
    position: relative;
  }
  .puppy_wrap .puppy-list::after {
    position: absolute;
    content: '';
    width: 50%;
    height: 75%;
    background: url('../img/icon-foot-beige.png') no-repeat;
    bottom: 0;
    right: -40px;
    background-position: right bottom;
    background-size: contain;
    z-index: -1;
  }
  .puppy_wrap .soldout {
    width: 150px;
    padding: 5px 10px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    position: absolute;
    background: #e36b8f;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .puppy_wrap .soldout span {
    color: #fff;
    font-weight: 700;
    letter-spacing: 1.5px;
  }
  .dlList {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .dlList dt {
    border-top: 2px solid #e36b8f;
    padding: 20px 3%;
    font-weight: 800;
    font-size: 13px;
    width: 90px;
    padding: 20px 0;
  }
  .dlList dd {
    border-top: 1px solid #fad9d8;
    padding: 20px 3%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    width: calc(100% - 90px);
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .filter {
    padding: 30px 0 50px;
  }
  .puppy_wrap {
    padding-top: 130px;
  }
  .info-photo_wrap {
    position: absolute;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    margin: 0;
  }
  .puppy_wrap ol li {
    position: relative;
    width: 85%;
    margin-bottom: 140px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid rgb(255, 255, 255, 0.3);
    box-shadow: 0px 2px 9px rgb(1, 1, 1, 0.15),
      inset 3px 3px 3px rgb(1, 1, 1, 0);
  }
  .puppy_wrap .puppy-list {
    position: relative;
    padding: 180px 20px 50px;
    overflow: hidden;
    z-index: 2;
    width: 100%;
  }
  .puppy_wrap .puppy-list::after {
    width: 65%;
  }
}
@media (min-width: 1100px) {
  .filter {
    max-width: 1100px;
    margin: 0 auto;
  }
  .puppy_wrap {
    max-width: 1100px;
    margin: 0 auto;
  }
}

/*triming.html */
@media (min-width: 320px) {
  .triming_wrap {
    text-align: center;
    position: relative;
  }
  .triming_wrap span.marker {
    background: linear-gradient(transparent 30%, #fad9d8 30%);
  }
  .pickup_wrap {
    position: relative; /*background: #fcf6f6;*/
    border-radius: 10px;
    padding: 10% 3% 5%;
    border: 3px dotted #e36b8f;
    box-shadow: 3px 3px 3px rgb(1, 1, 1, 0.05),
      inset 3px 3px 3px rgb(1, 1, 1, 0);
    overflow: hidden;
  }
  .pickup_wrap::after {
    position: absolute;
    content: '';
    width: 50%;
    height: 75%;
    background: url('../img/icon-foot-beige.png') no-repeat;
    bottom: 0;
    right: -40px;
    background-position: right bottom;
    background-size: contain;
    z-index: -1;
  }
  .pickup_wrap p {
    color: #ea5381;
    font-weight: 800;
    margin-bottom: 30px;
  }
  .pickup_wrap .ulList {
    list-style-type: none;
    margin: 0 0 0 1em;
    text-align: left;
  }
  .pickup_wrap .ulList li {
    list-style-position: outside !important;
    margin-bottom: 10px;
    font-size: 13px;
    color: #4e3a40;
    margin-bottom: 15px;
    border-bottom: 1px dotted #e36b8f;
    padding-bottom: 5px;
  }
  .triming .filter {
    padding: 0 0 30px;
  }
  .triming .filter li {
    margin-bottom: 5px;
  }
  .triming .filter li a {
    position: relative;
    display: inline-block;
    padding: 5px 40px 5px 25px;
  }
  .triming .filter li a:before {
    content: '';
    width: 18px;
    height: 18px;
    background: #ea5381;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 7px;
    bottom: 0;
    margin: auto;
  }
  .triming .filter li a:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: -2px;
    right: 12px;
    bottom: 0;
    margin: auto;
  }
  .tableList {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 70px;
    max-width: 600px;
    table-layout: fixed;
    width: 100%;
  }
  .tableList tr {
    border-bottom: #fad9d8 1px solid;
    height: 45pt;
  }
  .tableList tr:nth-child(1) {
    border-bottom: 3px #e36b8f double;
    height: auto;
    font-weight: 700;
  }
  .tableList td,
  .tableList th {
    font-size: 12px;
    padding: 10px 5px;
    text-align: center;
    border-collapse: collapse;
  }
  .tableList th:nth-child(1) {
    border-bottom: 2px dotted #e36b8f;
    text-align: left;
    font-weight: 700;
    background-color: #fcf6f6;
    width: 130px;
  }
  .tableList tr:nth-child(1) td:nth-child(1),
  .tableList tr:nth-child(1) th:nth-child(1) {
    border-bottom: 0;
    background: none;
    text-align: center;
  }
  .triming .dlList {
    text-align: left;
    margin-bottom: 45px;
  }
  .triming .dlList dt,
  .triming .dlList dd {
    padding: 15px 0;
    font-size: 11px;
    border-top: 1px dotted #ea5381;
  }
  .triming .dlList dt {
    color: #ea5381;
  }
  .table-wrap .chu {
    margin: 10px 0;
    color: #ea5381;
    text-align: left;
  }
  .bg-pink {
    padding: 5%;
    background: #fcf6f6;
    margin-top: 30px;
    text-align: left;
  }
}

@media (min-width: 678px) {
  .triming_wrap {
    width: 650px;
    margin: 0 auto;
  }
  .mes-1 p {
    line-height: 2.5;
  }
  .pickup_wrap {
    width: 650px;
    margin: 0 auto;
  }
  .tableList {
    max-width: 650px;
  }
  .tableList td,
  .tableList th {
    font-size: 13px;
  }
  .tableList th:nth-child(1) {
    width: 270px;
  }
  .triming .dlList dt,
  .triming .dlList dd {
    font-size: 13px;
  }
  .triming .dlList dt {
    width: 140px;
  }
  .triming .dlList dd {
    width: calc(100% - 150px);
  }
}

/*recruit.html/shop.html*/
@media (min-width: 320px) {
  .recruit .dlList,
  .shop .dlList {
    padding: 60px 0;
    position: relative;
  }
  .shop .dlList::after {
    position: absolute;
    content: '';
    width: 50%;
    height: 75%;
    background: url('../img/icon-foot-beige.png') no-repeat;
    bottom: 10%;
    right: -40px;
    background-position: right bottom;
    background-size: contain;
    z-index: -1;
  }
  .recruit .dlList dt,
  .shop .dlList dt {
    text-align: left;
  }
  .recruit .dlList dd,
  .shop .dlList dd {
    text-align: left;
    padding: 20px 0 20px 20px;
  }
  .recruit .border,
  .shop .border {
    height: 1px;
    background: #fad9d8;
    margin: 10px 0;
  }
  .shop .btn {
    width: 100%;
    height: 36px;
  }
  .shop .btn a {
    font-size: 10px;
  }
  .shop .btn .arrow {
    width: 30px;
    height: 30px;
  }
  .map_wrap iframe {
    width: 100%;
  }
}
