@charset "UTF-8";
/*font*/
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Decol:wght@400;500;700&family=Kosugi+Maru&family=Yusei+Magic&display=swap");
.yusei-magic-regular {
  font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kosugi-maru-regular {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kaisei-decol-regular {
  font-family: "Kaisei Decol", serif;
  font-weight: 400;
  font-style: normal;
}

.kaisei-decol-medium {
  font-family: "Kaisei Decol", serif;
  font-weight: 500;
  font-style: normal;
}

.kaisei-decol-bold {
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
  font-style: normal;
}

/*html*/
html {
  font-size: 62.5%;
  width: 100%;
  box-sizing: border-box;
  background-color: #F5E8BA;
  scroll-padding-top: 30px;
  scroll-behavior: smooth;
}

/*header*/
.area__cover--shadow {
  height: 100%;
  width: 100%;
  position: fixed;
  left: -100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.8);
}

.area__cover--shadow.active {
  left: 0px;
  z-index: 1;
}

.section-header {
  height: 6.4rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 4;
  font-family: "Kaisei Decol", serif;
  font-size: 4rem;
  color: #fffff0;
  padding: 0 5vw;
  background-color: #603d19;
}

.shoulder-name {
  font-size: 2rem;
  margin-right: auto;
}

@media (max-width: 743.5px) {
  .shoulder-name {
    margin-right: calc(50% - 10rem);
    margin-left: auto;
  }
}
@media (max-width: 350.5px) {
  .shoulder-name {
    margin-right: auto;
    margin-left: auto;
  }
}
.btn--hamburger-menu {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  background-image: url("../images/common/png/button-hamburger-menu-bg.png");
  background-size: cover;
  z-index: 2;
}

@media (min-width: 743.5px) {
  .btn--hamburger-menu {
    display: none;
  }
}
.btn--hamburger-menu-dummy {
  height: 40px;
  width: 40px;
}

/*=============================
.btn-trigger
=============================*/
.btn-trigger {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.btn-trigger span {
  position: absolute;
  left: 11px;
  width: 18px;
  height: 2px;
  background-color: #603d19;
  border-radius: 4px;
}

.btn-trigger,
.btn-trigger span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
  top: 15px;
}

.btn-trigger span:nth-of-type(2) {
  top: 19px;
}

.btn-trigger span:nth-of-type(3) {
  bottom: 15px;
}

/*=============================
#btn07
=============================*/
#btn07 span:nth-of-type(1) {
  animation: btn07-bar01 0.75s forwards;
}
@keyframes btn07-bar01 {
  0% {
    transform: translateY(4px) rotate(-45deg);
  }
  50% {
    transform: translateY(4px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#btn07 span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}

#btn07 span:nth-of-type(3) {
  animation: btn07-bar03 0.75s forwards;
}
@keyframes btn07-bar03 {
  0% {
    transform: translateY(-4px) rotate(45deg);
  }
  50% {
    transform: translateY(-4px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#btn07.active span:nth-of-type(1) {
  animation: active-btn07-bar01 0.75s forwards;
}
@keyframes active-btn07-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(4px) rotate(0);
  }
  100% {
    transform: translateY(4px) rotate(45deg);
  }
}
#btn07.active span:nth-of-type(2) {
  opacity: 0;
}

#btn07.active span:nth-of-type(3) {
  animation: active-btn07-bar03 0.75s forwards;
}
@keyframes active-btn07-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-4px) rotate(0);
  }
  100% {
    transform: translateY(-4px) rotate(-45deg);
  }
}
/*section-page-menu-sp*/
.section-page-menu-sp {
  position: fixed;
  top: 0%;
  left: calc(50vw - 187.5px);
  /*transform: translateY(-100%);*/
  z-index: 3;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}

.section-page-menu-sp.active {
  transform: translateY(calc(0% + 64px));
  opacity: 100;
  visibility: visible;
}

.page-menu-sp__area {
  width: 375px;
}

@media (max-height: 751px) {
  .page-menu-sp__area {
    /*height: calc(687px);*/
    /*表示画面高さ―ヘッダー高さの計算結果を高さとして与えるスクリプトが必要*/
    overflow-y: auto;
    overflow-x: hidden;
  }
}
/*page-menu__frame-col*/
.page-menu__frame-col {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.page-menu__frame--top {
  height: 174px;
  width: 375px;
  background-image: url("../images/common/png/page-menu__box--top.png");
  background-size: 375px 174px;
}

.page-menu__frame--top-sp {
  height: 13px;
  width: 318px;
  background-image: url("../images/common/png/page-menu__box--bottom.png");
  background-size: 318px 13px;
}

.page-menu__frame--side {
  height: 500px;
  width: 318px;
  background-image: url("../images/common/png/page-menu__box--side.png");
  background-size: 318px 500px;
}

.page-menu__ttl-col {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 24px 0 24px;
}

.icon-bookshelf-1 {
  font-size: 4rem;
  margin-bottom: 4px;
}

.icon-calendar-8,
.icon-shampoo-2,
.icon-baby-clothes,
.icon-photograph-11,
.icon-book-with-bookmark-2,
.icon-home-page {
  font-size: 5.6rem;
  margin-bottom: 4px;
}

.page-menu__ttl {
  margin-bottom: 8px;
  font-family: "Yusei Magic", sans-serif;
  color: #603d19;
  font-size: 2.8rem;
  text-align: center;
}

.page-menu__ttl::after {
  display: block;
  content: attr(data-jn);
  font-family: "Yusei Magic", sans-serif;
  font-size: 2.4rem;
  color: #603d19;
  text-decoration: underline;
  padding-top: 0.8rem;
}

.page-menu__link-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 0px;
  padding: 2.4rem 16px;
}

.page-menu__link-col {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.page-menu__link--icon {
  margin-bottom: 3px;
  height: 64px;
  width: 64px;
}

.page__ttl {
  margin-bottom: 5px;
  font-family: "Yusei Magic", sans-serif;
  font-size: 1.4rem;
  color: #603d19;
  text-align: center;
}

.page__ttl::after {
  display: block;
  content: attr(data-jn);
  font-family: "Yusei Magic", sans-serif;
  font-size: 1.6rem;
  color: #603d19;
}

.page-menu__frame--bottom {
  height: 13px;
  width: 318px;
  background-image: url("../images/common/png/page-menu__box--bottom.png");
  background-size: 318px 13px;
}

.page-menu__icon {
  position: relative;
}

.--soon .page-menu__icon::after {
  content: "Coming soon";
  font-size: 10px;
  color: #7b7b7b;
  position: absolute;
  top: 50%;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 0.4em 0;
  transform: translateY(-50%);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  font-weight: 700;
}

/*page-arrangement*/
.page-arrangement {
  position: relative;
}

/*section-menu__arrangement*/
.section-menu__arrangement {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/common/png/back-ground-right.png"), #F5E8BA;
  background-size: auto, cover;
  background-position: top -0.2% left, 0%;
}

@media (max-width: 1140px) {
  .section-menu__arrangement {
    display: none;
  }
}
.section-menu__area {
  margin-left: 22.625vw;
  margin-right: auto;
  margin-left: 22.625vw;
  position: sticky;
}

.section-menu__frame-col {
  height: 100%;
}

.section-menu--top {
  width: 100%;
  max-width: 24rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-image: url("../images/common/png/section-ttl-bg-brown-unlogo.png");
  background-size: cover;
  aspect-ratio: 240/140;
}

.section-menu--bottom {
  max-width: 240px;
  background-color: #603D19;
  padding-bottom: 3.2rem;
  max-height: calc(100vh - 200px);
  overflow-x: hidden;
  overflow-y: auto;
}

@media (max-height: 700px) {
  .section-menu--bottom {
    overflow-y: auto;
  }
}
.section-menu__ttl--border {
  width: 192px;
  border-top: solid 2px #FFFFF0;
  border-bottom: solid 2px #FFFFF0;
  margin: 0 auto;
}

.section-menu__ttl--border + .section-menu__ttl--border {
  border-top: none;
}

.section-menu__ttl--border-bottom {
  width: 192px;
  border-bottom: solid 2px #FFFFF0;
  margin: 0 auto;
}

.section-menu__ttl {
  font-family: "Yusei Magic", sans-serif;
  font-size: 2.8rem;
  color: #FFFFF0;
  text-align: center;
  padding: 1.6rem 0;
}

.section-menu__sub-ttl {
  font-family: "Yusei Magic", sans-serif;
  font-size: 1.6rem;
  color: #FFFFF0;
  text-align: center;
  padding: 1.6rem 0;
}

/*section-page-menu*/
.section-page-menu {
  height: 100%;
  width: 50%;
  position: absolute;
  background: url("../images/common/png/back-ground-left.png"), #F5E8BA;
  background-size: auto, cover;
  background-position: top -0.2% left, 0%;
}

@media (max-width: 1140px) {
  .section-page-menu {
    width: 100%;
  }
}
@media (max-width: 743.5px) {
  .section-page-menu {
    display: none;
  }
}
.page-menu__area {
  height: auto;
  width: 375px;
  position: sticky;
  left: 0;
  margin-right: 17.625vw;
  margin-left: auto;
  margin-right: 17.625vw;
  margin-top: 3vh;
  margin-bottom: 3vh;
}

@media (max-height: 751px) {
  .page-menu__area {
    /*表示画面高さ―ヘッダー高さの計算結果を高さとして与えるスクリプトが必要*/
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media (max-width: 1140px) {
  .page-menu__area {
    margin-right: clamp(0vw, 100%, 50vw);
  }
}
@media (max-width: 920.5px) {
  .page-menu__area {
    margin-right: clamp(0vw, 100%, 51.2vw);
  }
}
@media (max-width: 825.5px) {
  .page-menu__area {
    margin-left: -2rem;
  }
}
/*contain__box*/
.contain__box {
  margin: 0 auto;
  position: relative;
  min-width: 32rem;
  max-width: 37.5rem;
}

@media (max-width: 1140px) {
  .contain__box {
    margin: 0 4.8rem 0 auto;
  }
}
@media (max-width: 798.5px) {
  .contain__box {
    margin: 0 2rem 0 auto;
  }
}
@media (max-width: 743.5px) {
  .contain__box {
    margin: 0 auto;
  }
}
.contain__box--login {
  /*height: calc(100vh - 16rem);*/
  margin: 0 auto;
  position: relative;
  min-width: 32rem;
  max-width: 37.5rem;
  background-color: #603D19;
}

.page-menu__icon-ttl {
  font-size: 4rem;
  margin-bottom: 4px;
  margin: 0 auto;
}

.section-item__ttl--marjin {
  height: 4.8rem;
  width: 100%;
}

.section-item__ttl-pink {
  font-family: "Yusei Magic", sans-serif;
  color: #603d19;
  font-size: 2rem;
  background-color: rgba(255, 192, 203, 0.6);
  text-align: center;
  border-radius: 0.8rem;
  min-height: 4rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  width: 24rem;
  position: static;
  margin: 0 auto;
}

.section-item__ttl--area {
  position: relative;
  min-height: 4rem;
  width: 32rem;
  margin: 0 auto;
}

.inversion__silhouette-dog--icon {
  height: 4rem;
  width: 4rem;
  opacity: 1;
  position: absolute;
  top: calc(50% - 2.2rem - 0rem);
  left: 1.2rem;
}

.silhouette-dog--icon {
  height: 4rem;
  width: 4rem;
  opacity: 1;
  position: absolute;
  top: calc(50% - 2.2rem - 0rem);
  right: 1.2rem;
}

/*footer*/
.footer {
  height: 9.6rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5vw;
  font-family: "Kaisei Decol", serif;
  font-size: 4rem;
  color: #FFFFF0;
  background-color: #603D19;
}

.footer__btn--for-top {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.footer__text--for-top {
  font-size: 1.4rem;
}

.footer__btn--for-top--icon {
  height: 4rem;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}

.modal__container {
  background-color: #fff;
  /*padding: 30px;*/
  min-width: 320px;
  max-width: 375px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -moz-appearance: button;
       appearance: button;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.goods-btn {
  display: flex;
  background-color: #fdfdfd;
  border-radius: 2rem;
  width: 28.8rem;
  height: 14.8rem;
  margin: 2.4rem auto 0rem auto;
  justify-content: center;
}

.section--ttl--col, .section-gallery__ttl--col, .section-goods__ttl--col, .section-trimming__ttl--col, .section-section-social-media__ttl--col, .section-information__ttl--col, .section-login__ttl--col {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-flow: column;
  aspect-ratio: 320/188;
  background-size: cover;
}

.section-login {
  box-sizing: border-box;
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  max-width: 375px;
  height: 100%;
}

.section-login--area {
  min-width: 320px;
  width: 100vw;
  max-width: 375px;
  height: calc(100vh - 16rem);
}

@media (max-height: 904.5px) {
  .section-login--area {
    height: 100%;
    padding-top: 0;
  }
}
@media (min-height: 937.5px) {
  .section-login--area {
    padding-top: calc(50vh - 6.4rem - 37rem);
  }
}
.section-login__ttl--col {
  background-image: url("../images/common/png/section-ttl-bgone.png");
}

.login__input--area {
  background-color: #fffff0;
}

.form-items__item {
  text-align: center;
  padding: 1.6rem 0;
}

.id-pass__ttl--area {
  text-align: left;
  width: 24rem;
  padding-right: auto;
  margin: 0 auto;
  margin-bottom: 1.2rem;
}

.id-pass__ttl {
  font-family: "Yusei Magic", sans-serif;
  color: #603d19;
  font-size: 2.8rem;
}

.id-pass__box {
  height: 3.6rem;
  width: 24rem;
  background-color: #fffff0;
  border: solid 2px #603d19;
  font-family: "Kosugi Maru", sans-serif;
  color: #4b4b4b;
  font-size: 3.2rem;
}

.login__introduction {
  font-family: "Kosugi Maru", sans-serif;
  color: #4b4b4b;
  font-size: 1.4rem;
  line-height: 175%;
  width: 24rem;
  padding-top: 1.6rem;
  padding-bottom: 4.8rem;
  margin: 0 auto;
}

.form-area {
  text-align: center;
  padding-top: 2.4rem;
}

.login__btn {
  font-family: "Yusei Magic", sans-serif;
  color: #603d19;
  font-size: 2.4rem;
  background-color: #f5e8ba;
  border-radius: 2rem;
  width: 24rem;
  height: 4rem;
  margin-top: 4.8rem;
  margin-bottom: 2.4rem;
}

/*section-top*/
.section-top {
  width: 100%;
  aspect-ratio: 320/480;
  background-image: url("../images/index/png/top__visial.png");
  background-size: cover;
}

.section-top--ttl {
  font-family: "Yusei Magic", sans-serif;
  color: #603D19;
  font-size: 2.8rem;
  text-align: center;
  padding-top: 3.2rem;
}

.section-top--cnt {
  margin: 105% 0 0 0;
  font-family: "Kaisei Decol", serif;
  color: #FDFDFD;
  font-size: 1.4rem;
  text-align: center;
  line-height: 200%;
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: #603D19;
}

/*section-information*/
.section-information {
  padding-bottom: 3.2rem;
  background-color: #fffef0;
}

.section-information__ttl--col {
  background-image: url("../images/index/png/section-ttl-bg-brown.png");
}

.section__ttl {
  font-family: "Yusei Magic", sans-serif;
  font-size: 2.8rem;
  color: #603d19;
  text-align: center;
  text-decoration-line: none;
  padding: 0.8rem 0;
}

.section__ttl::after {
  content: attr(data-jn);
  display: block;
  font-size: 2.4rem;
  text-decoration-line: underline;
  padding: 0.8rem 0;
}

.news-area {
  max-width: 320px;
  height: 346px;
  margin-top: 2.4rem;
  margin-left: auto;
  margin-right: auto;
  overflow-y: scroll;
  font-size: 1.6rem;
  background-color: #fdfdfd;
  padding: 0 1.6rem;
}

@media (max-width: 345.5px) {
  .news-area {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }
}
.news-cnt {
  padding: 1.6rem 0;
}

.news-time {
  font-family: "Yusei Magic", sans-serif;
}

.news-paragraph {
  padding-top: 0.4rem;
  font-family: "Yusei Magic", sans-serif;
}

.news-area__link--btn:link {
  color: #4b4b4b;
  font-size: 1.6rem;
}

.news-area__link--btn:visited {
  color: #603d19;
  font-size: 1.65rem;
}

.news-area__link--btn:hover {
  color: #603d19;
  font-size: 1.65rem;
}

.news-area__link--btn:active {
  color: #603d19;
  font-size: 1.65rem;
}

/*section-social-media*/
.section-social-media {
  background-color: #fbca4d;
  padding-bottom: 3.2rem;
}

.section-section-social-media__ttl--col {
  background-image: url("../images/index/png/section-ttl-bg-orange.png");
}

.social-media__link-area-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 4.8rem 1.6rem;
}

.social-media__link-area {
  width: 8.8rem;
  font-family: "Yusei Magic", sans-serif;
  font-size: 1.6rem;
  color: #603d19;
  text-align: center;
}

.social-media__link-col {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.sns-ttl--icon {
  height: 48px;
  width: 48px;
  margin-bottom: 8px;
}

.icon-x-twitter-logo,
.icon-Instagram_Glyph_White {
  font-size: 4.8rem;
  margin-bottom: 8px;
}

.sns__icon {
  position: relative;
}

.--soon .sns__icon::after {
  content: "Coming soon";
  font-size: 10px;
  color: #7b7b7b;
  position: absolute;
  top: 50%;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 0.4em 0;
  transform: translateY(-100%);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  font-weight: 700;
}

.sns-x__icon {
  position: relative;
}

.--soon .sns-x__icon::after {
  content: "Coming soon";
  font-size: 10px;
  color: #7b7b7b;
  position: absolute;
  top: 25%;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 0.4em 0;
  transform: translate(0%, -30%);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  font-weight: 700;
}

.icon-shampoo-2 {
  margin-bottom: 4px;
  margin: 0 auto;
}

.fee__area--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: rgba(96, 61, 25, 0.5) 0.1rem solid;
  border-radius: 0.8rem;
  margin: 1.6rem 1.6rem;
}

.fee__dog-breed--top {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 1.4rem;
  text-align: center;
  border: rgba(96, 61, 25, 0.5) 0.1rem solid;
  background-color: #fdfdfd;
  border-radius: 0.7rem 0 0 0;
  height: 3.2rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.fee__fare--top {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 1.6rem;
  text-align: center;
  border: rgba(96, 61, 25, 0.5) 0.1rem solid;
  background-color: #fdfdfd;
  border-radius: 0 0.7rem 0 0;
  height: 3.2rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.fee__dog-breed {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 1.4rem;
  text-align: center;
  border: rgba(96, 61, 25, 0.5) 0.1rem solid;
  background-color: #fdfdfd;
  height: 3.2rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.fee__fare {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 1.6rem;
  text-align: center;
  border: rgba(96, 61, 25, 0.5) 0.1rem solid;
  background-color: #fdfdfd;
  height: 3.2rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.fee__dog-breed--bottom {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 1.4rem;
  text-align: center;
  border: rgba(96, 61, 25, 0.5) 0.1rem solid;
  background-color: #fdfdfd;
  border-radius: 0 0 0 0.7rem;
  height: 3.2rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.fee__fare--bottom {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 1.6rem;
  text-align: center;
  border: rgba(96, 61, 25, 0.5) 0.1rem solid;
  background-color: #fdfdfd;
  border-radius: 0 0 0.7rem 0;
  height: 3.2rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.section-trimming {
  padding-bottom: 3.2rem;
  background-color: #fffef0;
}

.section-trimming__ttl--col {
  background-color: #603d19;
  background-image: url("../images/common/png/section-ttl-bgtwo.png");
}

.icon-pad__area {
  display: flex;
  align-items: center;
  margin: 2rem 0;
}

.icon-pad {
  height: 4rem;
  margin: 0.8rem auto;
}

.section-item__ttl-orange {
  font-family: "Yusei Magic", sans-serif;
  color: #603d19;
  font-size: 2rem;
  background-color: rgba(251, 202, 77, 0.6);
  text-align: center;
  border-radius: 0.8rem;
  min-height: 4rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  width: 24rem;
  position: static;
  margin: 0 auto;
}

.section-item__ttl-brown {
  font-family: "Yusei Magic", sans-serif;
  color: #603d19;
  font-size: 2rem;
  background-color: rgb(245, 232, 186);
  text-align: center;
  border-radius: 0.8rem;
  min-height: 4rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  width: 24rem;
  position: static;
  margin: 0 auto;
}

.trimming__introduction {
  font-family: "Kosugi Maru", sans-serif;
  color: #4b4b4b;
  font-size: 1.4rem;
  line-height: 175%;
  width: 24rem;
  padding-top: 3.6rem;
  padding-bottom: 1.2rem;
  margin: 0 auto;
}

.trimming__introduction--area {
  background-color: #fdfdfd;
  border-radius: 0.8rem;
  margin: 1.6rem;
  padding-bottom: 1.6rem;
}

.about-trimming__img {
  width: 28rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.about-trimming__img--area {
  display: flex;
  flex-direction: column;
}

.about-trimming__img-clm {
  width: 28rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.icon-baby-clothes {
  margin-bottom: 4px;
  margin: 0 auto;
}

.section-goods__ttl--col {
  background-color: #603d19;
  background-image: url("../images/common/png/section-ttl-bgone.png");
}

.goods-price__area {
  display: flex;
  align-items: center;
}

.product-name__area {
  display: flex;
  flex-direction: column;
  width: 14.4rem;
  align-items: center;
  margin: auto 0;
}

.goods__area {
  display: flex;
  align-items: center;
}

.goods__magnifying-glass {
  width: 2rem;
  margin-top: auto;
  margin-left: 1rem;
  margin-bottom: 2.4rem;
}

.goods__img {
  max-height: 14.8rem;
  max-width: 11.4rem;
}

.goods-price__text {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 1.4rem;
  line-height: 175%;
}

.tax-included__text {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 1.2rem;
  padding-left: 1.2rem;
  line-height: 175%;
}

.product-name__text {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 1.4rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  width: 6.6em;
  letter-spacing: 0.1em;
  line-height: 130%;
}

.cancel-button--icon {
  height: 4rem;
  width: 4rem;
  position: absolute;
  top: calc(50% - 2.6rem - 0rem);
  right: 1.2rem;
}

.goods__img--expansion {
  max-width: 24rem;
}

.modal__container--area {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 360.5px) {
  .modal__container--area {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.product-name__sub-ttl {
  font-family: "Yusei Magic", sans-serif;
  font-size: 1.6rem;
  color: #fffef0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 12.1em;
  letter-spacing: 0.1em;
  line-height: 130%;
  margin: 1.6rem auto;
}

.goods__text--expansion {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 1.4rem;
  line-height: 175%;
  max-width: 24rem;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.goods-price__area--expansion {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 2.4rem;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.tax-included__text--expansion {
  font-size: 0.7em;
}

.gallery-btn {
  display: flex;
  margin: 1.2rem auto 1.2rem auto;
  flex-direction: column;
  align-items: center;
}

.gallery-name__area {
  display: flex;
  width: 13.6rem;
  align-items: center;
  background-color: #fdfdfd;
  padding: 0.8rem;
}

.gallery-name__text-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.gallery-name__text {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 1.4rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 6.6em;
  letter-spacing: 0.1em;
  line-height: 130%;
}

.gallery__img {
  max-height: 25.5rem;
  max-width: 13.6rem;
}

.gallery__magnifying-glass {
  width: 1.2rem;
  margin-top: auto;
  margin-bottom: 0rem;
  margin-right: 0.8rem;
}

.gallery__link-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 1.2rem 1.6rem;
}

.gallery-page-link__button--area {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-page-number-link__button--area {
  display: flex;
  align-items: center;
}

.gallery-page-number-link__button-bg {
  height: 4rem;
  width: 4rem;
  background-image: url("../images/gallery/png/box-number.png");
  background-size: cover;
  text-align: center;
  font-family: "Yusei Magic", sans-serif;
  color: #603d19;
  font-size: 1.6rem;
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}

.gallery-page-number-link__button-bg-mid {
  height: 4rem;
  width: 4rem;
  background-image: url("../images/gallery/png/box-number.png");
  background-size: cover;
  text-align: center;
  font-family: "Yusei Magic", sans-serif;
  color: #603d19;
  font-size: 1.6rem;
}

.gallery-page-number-link__button {
  height: 4rem;
  width: 4.8rem;
}

.section-gallery__ttl--col {
  background-color: #603d19;
  background-image: url("../images/common/png/section-ttl-bgtwo.png");
}

.gallery__img--expansion {
  max-width: 24rem;
  margin: 1.6rem;
}/*# sourceMappingURL=style.css.map */