@charset "UTF-8";
/* Reset CSS */
@import "kiso.css";

/* ------------------------------------------------------------------
 Base settings
------------------------------------------------------------------ */
:root {
  --main-color: #2badcb;
  --bgcolor-lb: #e4f5f7;
  --bgcolor-gray: #f8f8f8;
}

html { scroll-padding-top: 50px; }
body {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.05em;
}
img {
  max-width: 100%;
  height: auto;
}

main {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
  color: #555;
  font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
  line-height: 1.7;
}
.fullw {
  position: relative;
  margin: 0 calc(-50vw + 50%) 4rem;
  padding: 3rem 5.33333vw 2rem;
  width: 100vw;
  max-width: none;
}
.fullw > * {
 margin-left: auto;
 margin-right: auto;
 width: 100%;
 max-width: 1000px;
}
.fullimg {
  position: relative;
  margin: clamp(2rem, 1.273rem + 3.64vw, 4rem) calc(-50vw + 50%) 0;
  padding: 1rem 0 0;
  width: 100vw;
  max-width: none;
  display: flex;
}


/* ------------------------------------------------------------------
 Texts & Links
------------------------------------------------------------------ */
:where(header, footer){
  & a { text-decoration: none; }
}

h2 {
  color: var(--main-color);
  font-size: clamp(1.5rem, 1.182rem + 1.59vw, 2.375rem);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
:where(.pt1,#flow) h2 { color: #fff; }

.blc { color: var(--main-color); }

.brmb::before, .brpc::before {
 content: "\A" ;
 white-space: pre ;
}
.brpc::before { display: none; }

@media screen and (min-width: 768px) {
  html { scroll-padding-top: 60px; }
  .brmb::before { display: none; }
}

/* ------------------------------------------------------------------
 Header
------------------------------------------------------------------ */
header {
  margin: 0 auto;
  padding: 5px;
  width: 100%;
  height: 50px;
  background-color: #fff;
  line-height: 1;
  box-shadow: 0px 2px 3px 0px rgba(0, 68, 83, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
header .hd-cont {
  display: flex;
  align-items: flex-end;
  margin-left: auto;
  padding-right: 55px;
  max-width: 1200px;
}
header .hd-cont > * { margin-right: clamp(0.625rem, 0.398rem + 1.14vw, 1.25rem); }
header .hd-cont h1 {
  margin: 0 auto 0 0;
  padding: 0;
  width: 60%;
  max-width: 215px;
  height: auto;
}

header .tel p { display: none; }
header .tel + a img{
  display: block;
  width: 40px;
  height: 40px;
}

@media (min-width: 600px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
  header .tel a { display: none; }
  header .tel p {
    display: block;
    color: var(--main-color);
    font-family: "Roboto", sans-serif;
    font-size: clamp(1rem, 0.682rem + 1.59vw, 1.875rem);
    font-weight: bold;
    position: relative;
  }
  header .tel p img {
    margin: 0 8px 2px 0;
    height: 25px;
  }
  header .tel p span {
    display: block;
    margin-top: 3px;
    font-size: 0.75rem;
    font-weight: normal;
  }
}

@media screen and (min-width: 768px) {
  header { height: 60px; }
  header .hd-cont {
    padding-right: clamp(4.063rem, 3.267rem + 3.98vw, 6.25rem);
    align-items: center;
  }
  header .hd-cont h1 {
    width: 300px;
    max-width: none;
  }
  header .tel + a img { height: 46px; width: auto; }

}


/* header menu -----------------------------------*/
.sidemenu {
  position: fixed;
  top: 0;
  right: -360px;
  padding-top: 50px;
  width: 360px;
  background-color: #0086a4;
  transition: all 0.6s;
  z-index: 2;
}
.navi {
  cursor: pointer;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  z-index: 3;
}
.navi span {
  background-color: var(--main-color);
  height: 4px;
  left: 7px;
  position: absolute;
  transition: all 0.6s;
  width: 40px;
}
.navi_linetop { top: 15px; }
.navi_linecenter { top: 24px; }
.navi_linebottom { top: 33px; }
.nav_open .sidemenu { right: 0; }
.nav_open .navi_linetop {
  top: 26px;
  transform: rotate(45deg);
}
.nav_open .navi_linecenter {
  left: 50%;
  width: 0;
}
.nav_open .navi_linebottom {
  top: 26px;
  transform: rotate(-45deg);
}
.nav_open .overlay {
  opacity: 0.8;
  visibility: visible;
}
.overlay {
  background-color: #000;
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
  z-index: 1;
}

.hdmenu nav {
  color: #fff;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.hdmenu .menu {
  list-style: none;
  padding: 20px 40px 40px;
}
.hdmenu .menu li { margin: 20px 0; }
.hdmenu .menu a {
  text-decoration: none;
  color: #fff;
  transition: color 0.3s;
}
.hdmenu .menu a:hover { color: #ffdf74; }

.hdmenu nav .contact {
  margin: 0 auto 3rem;
  width: 19em;
}
.hdmenu nav .contact li {
  display: flex;
  align-items: center;
  margin: 0 auto 1.25rem;
  padding: 0.6rem 0.5rem 0.4rem 56px;
  height: 70px;
  background: url("../img/ft_tel.svg") no-repeat;
  background-position: 12px 50%;
  background-size: 34px;
  border: 2px solid #fff;
  font-weight: bold;
  line-height: 1.3;
  transition: all .3s;
}
.hdmenu nav .contact li:first-child { display: none; }
.hdmenu nav .contact li:last-child {
  padding-left: 54px;
  background: url("../img/ft_chat.svg") no-repeat;
  background-position: 14px 50%;
  background-size: 30px;
}
.hdmenu nav .contact li:hover { transform: scale(1.1,1.1); }
.hdmenu nav .contact li span {
  display: block;
  font-size: clamp(0.688rem, 0.665rem + 0.11vw, 0.75rem);
  font-weight: normal;
  letter-spacing: 0.05em;
}
.hdmenu nav .contact li strong { font-size: 120%; }


@media (min-width: 600px) {
  .hdmenu nav .contact li:first-child {
    display: block;
    padding-left: 65px;
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
  }
  .hdmenu nav .contact li:first-child:hover { transform: scale(1,1); }
  .hdmenu nav .contact li:nth-child(2) { display: none; }
}

@media screen and (min-width: 768px) {
.navi {
  height: 60px;
  right: 20px;
  width: 70px;
}
.navi span {
  left: 9px;
  width: 50px;
}
.navi_linetop { top: 15px; }
.navi_linecenter { top: 27px; }
.navi_linebottom { top:40px; }
.hdmenu nav {
  right: -380px;
  width: 380px;
}
}

/*------------------------------------------------------
  Hero area
-------------------------------------------------------*/
.hero {
  position: relative;
  overflow: hidden;
  margin: 50px calc(-50vw + 50%) 0;
  width: 100vw;
}
.hero .medal {
  position: absolute;
  bottom: 20.5%;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3%;
  z-index: 3;
  width: 100%;
  max-width: 973px;
}

main > h2:first-of-type {
  margin-top: clamp(2.5rem, 1.591rem + 4.55vw, 5rem);
  margin-bottom: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
  color: #555;
  font-size: clamp(1.125rem, 0.807rem + 1.59vw, 2rem);
}
main > p:first-of-type {
  margin: 0 auto;
  width: 94%;
  max-width: 510px;
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
} 

@media screen and (min-width: 768px) {
  .hero { margin-top: 60px; }
  .hero .medal {
  bottom: 17%;
  width:clamp(75%, 60vw, 100%);
  max-width: 900px;
  padding: 0;
  }
  main > p:first-of-typ {line-height: 1.8; }
}
@media screen and (min-width: 1024px) {

}


/*------------------------------------------------------
  Commonn Contents
-------------------------------------------------------*/
.bnr {
  display: block;
  margin: clamp(3rem, 2.273rem + 3.64vw, 5rem) auto clamp(3rem, 1.182rem + 9.09vw, 8rem);
  width: fit-content;
}

/* chatting ---------------------------------*/
.chat li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.chat li.staff {
  flex-direction: row-reverse;
  align-items: flex-start;
}
.chat li figure { width: 100px; }
.chat li p {
  padding: 1.5rem;
  width: calc(100% - 100px);
  background-color: var(--bgcolor-lb);
  border-radius: 10px;
  color: var(--main-color);
  font-size: clamp(0.813rem, 0.767rem + 0.23vw, 0.938rem);
  font-weight: 500;
  position: relative;
}
.chat li.customer p { margin: 0 0 0 1.5rem; }
.chat li.staff p {
  margin: 0 1.5rem 0 0;
}
.chat li.customer p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -23px;
  margin-top: -8px;
  border: 8px solid transparent;
  border-right: 15px solid var(--bgcolor-lb);
}
.chat li.staff p::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 100%;
  margin-top: -8px;
  border: 8px solid transparent;
  border-left: 15px solid var(--bgcolor-lb);
}

:where(.pt1,.pt3) .chat li p { background-color: #fff; }
:where(.pt1,.pt3) .chat li.customer p::before { border-right: 15px solid #fff; }
:where(.pt1,.pt3) .chat li.staff p::before { border-left: 15px solid #fff; }
.pt3 .chat li p {
  background-color: #fff;
  border: 2px solid var(--main-color);
}
.pt3 .chat li.customer p::before { border-right: 15px solid var(--main-color); }
.pt3 .chat li.customer p::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -19px;
  margin-top: -8px;
  border: 8px solid transparent;
  border-right: 15px solid #fff;
}
.pt3 .chat li.staff p::before { border-left: 15px solid var(--main-color); }
.pt3 .chat li.staff p::after {
  content: "";
  position: absolute;
  top: 40%;
  left: calc(100% - 4px);
  margin-top: -8px;
  border: 8px solid transparent;
  border-left: 15px solid #fff;
}

@media screen and (min-width: 600px) {
  .chat li p { padding: 2rem 2.5rem; }
  .chat li.staff { align-items: center; }
  .chat li figure { width: 110px; }
  .chat li.staff p::before { top: 50%; }
  .pt3 .chat li.staff p::after { top: 50%; }
}

@media screen and (min-width: 768px) {
  .chat li { margin-bottom: 0; }
  .chat li.staff { margin-top: -1.5rem; }
  .pt3 .chat li.staff { margin-top: 0; }
  .chat li p { max-width: calc(100% - 320px); }
  .chat li.customer p { width: fit-content; }
}

/*------------------------------------------------------
  POINTS
-------------------------------------------------------*/
.pt1 {
  margin-bottom: 3rem;
  padding-top: 2rem;
  background-color: var(--main-color);
}
:where(.pt1,.pt2,.pt3) h2 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  text-align: left;
}
.pt2 h2 { margin-left: 1rem; }
:where(.pt1,.pt2,.pt3) h2 img {
  width: 70px;
  height: auto;
}
:where(.pt1,.pt2,.pt3) h2 div {
  margin-left: -5px;
  padding-top: 1.75em;
}

@media screen and (min-width: 768px) {
  :where(.pt1,.pt2,.pt3) h2 { justify-content: center; }
  :where(.pt1,.pt2,.pt3) h2 img { width: 110px; }
}


/* POINT 01 -------------------------------------*/
.pt1 { overflow: hidden; }
.pt1 .review {
  margin-top: 3rem;
  padding-top: 2rem;
  width: 80%;
}
.pt1 .review > div {
  margin: 0 auto 4rem;
  background: url("../img/bg-circle.svg") bottom center no-repeat;
  background-size: contain;
  aspect-ratio: 1;
  max-width: 450px;
}
.pt1 .review figure {
  margin: -2rem 0 0 4rem;
  width: 82%;
}
.pt1 .review figure.lset { margin-left: -2rem; }

.pt1 .review dl {
  margin: 0.5rem 1rem 0 1.8rem;
  padding: 0 1.2rem 4rem;
  width: 88%;
  letter-spacing: normal;
}
.pt1 .review dt {
  margin-bottom: 0.8rem;
  color: #0086a4;
  font-weight: bold;
}
.pt1 .review dd {
  font-size: clamp(0.75rem, 0.727rem + 0.11vw, 0.813rem);
}


@media screen and (max-width: 500px) {
  .pt1 .review { width: 100%; }
}

@media screen and (min-width: 900px) {
  .pt1 { overflow: hidden; }
  .pt1 .review {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }
  .pt1 .review > div {
    margin: 0 0 4rem;
    max-width: 470px;
  }
  .pt1 .review > div:first-of-type { grid-area: 1 / 1 / 2 / 2; }
  .pt1 .review > div:nth-of-type(2) {
    grid-area: 1 / 2 / 3 / 3;
    margin-top: 47%;
  }
  .pt1 .review > div:last-of-type { grid-area: 2 / 1 / 3 / 2; }

  .pt1 .review figure {
  margin-top: 0;
  width: 85%;
  }
  .pt1 .review figure.lset {
    margin-top: -1.5rem;
    margin-left: 0;
  }
  .pt1 .review dl {
    margin-left: 3.5rem;
    width: 80%;
  }
}

@media screen and (min-width: 1080px) {
  .pt1 .review { grid-column-gap: 40px; }
}


/* POINT 02 -------------------------------------*/
.compare-table {
  margin: clamp(3rem, 1.909rem + 5.45vw, 6rem) 0;
  padding-bottom: 30px;
  -webkit-overflow-scrolling: touch;
}
.compare-table div img {
  max-width: 100%;
  min-width: 600px;
  vertical-align: top;
}


/* POINT 03 -------------------------------------*/
.pt3 {
  padding-top: 2rem;
  background-color: var(--bgcolor-lb);
}




/*------------------------------------------------------
  FLOW
-------------------------------------------------------*/
#flow {
  margin-top: clamp(3rem, 2.636rem + 1.82vw, 4rem);
  margin-bottom: clamp(3.5rem, 2.591rem + 4.55vw, 6rem);
  padding-top: clamp(3rem, 2.273rem + 3.64vw, 5rem);
  background-color: var(--main-color);
}
#flow h2 {
  margin-bottom: clamp(2rem, 1.636rem + 1.82vw, 3rem);
  font-weight: 600;
}
#flow ul {
  margin: 0 auto;
  padding: 0;
  max-width: 620px;
}
#flow li {
  display: flex;
  padding: 0 0 1.5rem;
  position: relative;
}
#flow li:not(:last-child):before {
  content: "";
  position: absolute;
  top: 0;
  left: 45px;
  width: 5px;
  height: 100%;
  background-color: #ffdf74;
}
#flow li figure { width: 90px; z-index: 2; }
#flow li p {
  padding: 0 0 0 1rem;
  width: calc(100% - 90px);
  color: #fff;
}
#flow li p strong {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
  color: #ffdf74;
  font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
  font-weight: bold;
  line-height: 1.6;
}
#flow li p strong span {
  display: inline-block;
  margin-right: 0.5rem;
  padding: 0.25rem 0.6rem 0.15rem;
  border: 1px solid #ffdf74;
  border-radius: 40px;
  font-size: clamp(0.688rem, 0.619rem + 0.34vw, 0.875rem);
  font-family: "Roboto", sans-serif;
  line-height: 1;
}

.after {
  margin: 0 auto 2rem;
  padding: 0.3rem 2rem;
  border: 3px solid var(--main-color);
  width: 11em;
  color: var(--main-color);
  font-size: clamp(0.938rem, 0.71rem + 1.14vw, 1.563rem);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
}
.after::before {
  position: absolute;
  top: -120%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: auto;
  height: clamp(1.875rem, 1.534rem + 1.7vw, 2.813rem);
  aspect-ratio: 6 / 1;
  background: url("../img/bg_after.svg") top center no-repeat;
  background-size: contain;
}



/*------------------------------------------------------
  SUPPORT
-------------------------------------------------------*/
.support .fullw {
  margin-top: 4rem;
  margin-bottom: 0;
  padding-top: clamp(3rem, 1.909rem + 5.45vw, 6rem);
  padding-bottom: clamp(1.2rem, 0.545rem + 3.27vw, 3rem);
  background-color: var(--bgcolor-gray);
}
.support h2 {
  margin-bottom: clamp(1rem, 0.636rem + 1.82vw, 2rem);
  color: #076074;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.support h2 .stx {
  display: block;
  font-size: clamp(0.875rem, 0.557rem + 1.59vw, 1.75rem);
}
.support ul {
  margin: 0 auto;
  padding: 0;
  max-width: 875px;
  display: flex;
  gap: clamp(0.6rem, 0.273rem + 1.64vw, 1.5rem);
}
.support .fullimg {
  margin-top: 0;
  padding-top: 0;
  position: relative;
}
.support .fullimg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
  border: 13px solid transparent;
  border-top: 15px solid var(--bgcolor-gray);
}

.support h3 {
  margin: 3rem auto 2rem;
  color: var(--main-color);
  font-size: clamp(0.938rem, 0.778rem + 0.8vw, 1.375rem);
  font-weight: 800;
  text-align: center;
}
.support p {
  margin: 0 auto;
  width: 90%;
  max-width: 640px;
  font-size: clamp(0.781rem, 0.724rem + 0.28vw, 0.938rem);
}

@media (min-width: 768px) {
  .support .fullimg::before {
  margin-left: -30px;
  border: 28px solid transparent;
  border-top: 30px solid var(--bgcolor-gray);
  }
  .support p {line-height: 1.8; }
}

/*------------------------------------------------------
  FAQ
-------------------------------------------------------*/
#faq {
  padding-top: clamp(3rem, 1.909rem + 5.45vw, 6rem);
  background-color: var(--bgcolor-lb);
  counter-reset: num 0;
}
#faq h2 { margin-bottom: clamp(2rem, 1.636rem + 1.82vw, 3rem); }
#faq h2 .stx {
  display: block;
  color: #555;
  font-size: clamp(0.875rem, 0.693rem + 0.91vw, 1.375rem);
}
#faq details {
  margin-bottom: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  padding: 0.5rem 1rem;
  background-color: #fff;
  border-radius: 10px;
  max-width: 780px;
}
#faq summary {
  display: block;
  font-size: clamp(0.813rem, 0.699rem + 0.57vw, 1.125rem);
  padding: clamp(0.5rem, 0.318rem + 0.91vw, 1rem) clamp(25px, 4vw, 40px) clamp(0.5rem, 0.318rem + 0.91vw, 1rem) clamp(45px, 8vw, 80px);
  font-weight: bold;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
#faq summary::before {
  position: absolute;
  counter-increment: num 1;
  content: 'Q'counter(num)'.';
  color: var(--main-color);
  font-size: 125%;
  font-weight: bold;
  top: clamp(0.35rem, 0.241rem + 0.55vw, 0.65rem);
  left: 0;
}
#faq summary::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-left: 10px;
  color: var(--main-color);
  font-size: 200%;
  font-family: "Material Symbols Outlined";
  content: "\e313";
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  transition: 0.3s;
}
#faq details[open] summary::after {
  color: var(--main-color);
  font-family: "Material Symbols Outlined";
  content: "\e316";
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}
#faq p {
  margin: 0;
  padding: 0 clamp(25px, 4vw, 40px) 1rem clamp(45px, 8vw, 80px);
  color: #808080;
  font-size: clamp(0.75rem, 0.682rem + 0.34vw, 0.938rem);
  position: relative;
}
#faq p::before {
  position: absolute;
  content: 'A.';
  color: #b54a54;
  font-size: 125%;
  font-weight: bold;
  top: 0;
  left: 0.9rem;
}


@media (min-width: 768px) {
  #faq summary::before { left: 1rem; }
  #faq p::before { left: 2.2rem; }
    
}


/* ------------------------------------------------------------------
 Company
------------------------------------------------------------------ */
#company h2 { letter-spacing: 0.1em; }
#company dl {
  margin: clamp(2rem, 1.273rem + 3.64vw, 4rem) auto 3rem;
  padding: 0;
  max-width: 800px;
  border-top: 1px solid #e0e0e0;
}
#company dl > div {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #e0e0e0;
}
#company dt {
  width: 25%;
  min-width: 6em;
  padding: 12px 10px;
  text-align: center;
}
#company dd {
  padding: 12px 10px;
  width: 75%;
}


/* Shop info -------------------------------------------*/
#shop {
  margin-bottom: 0;
  padding-top: clamp(3rem, 2.273rem + 3.64vw, 5rem);
  background-color: var(--bgcolor-gray);
}
#shop h2 {
  margin-bottom: 2.5rem;
  font-size: clamp(1.25rem, 1.136rem + 0.57vw, 1.563rem);
}
#shop .shopinfo > div + div { margin-top: 5rem; }
#shop .map {
  width: 100%;
  aspect-ratio: 16 / 9;
}
#shop .map iframe {
  width: 100%;
  height: 100%;
}
#shop dl { margin: 1.2rem 1rem; }
#shop dt {
  padding-bottom: 0.25rem;
  font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
}
#shop dd { font-size: clamp(0.813rem, 0.767rem + 0.23vw, 0.938rem); }
#shop dd a {
  display: block;
  margin: 1.5rem auto 3rem;
  padding: 0.9rem 1.2rem 0.9rem 1.4rem;
  width: fit-content;
  background-color: #fff;
  border: 2px solid var(--main-color);
  color: var(--main-color);
  font-weight: bold;
  line-height: 1;
  transition: color 0.5s ease;
  position: relative;
}
#shop dd a span:not(.material-symbols-outlined) {
  display: flex;
  align-items: center;
  position: relative;
}
#shop dd a .material-symbols-outlined {
  margin-left: 0.5rem;
  font-size: 125%;
  font-variation-settings:
  'FILL' 1,
  'wght' 500,
  'GRAD' 0,
  'opsz' 24
}
#shop dd a:hover { color: #fff; }
#shop dd a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
#shop dd a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}

@media (min-width: 768px) {
#shop .shopinfo {
  display: flex;
  gap: clamp(3rem, 2.273rem + 3.64vw, 5rem);
}
#shop .shopinfo > div { width: 50%; }
#shop .shopinfo > div + div { margin-top: 0; }
#shop dd a { margin: 1.5rem 0 5rem; }
}



/* ------------------------------------------------------------------
 Footer
------------------------------------------------------------------ */
footer {
  margin: 0;
  padding: 50px 0 80px;
  width: 100%;
  background-color: var(--main-color);
  color: #fff;
  text-align: center;
  position: relative;
}
footer > * {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
}
footer h3 {
  font-size: clamp(2.063rem, 1.676rem + 1.93vw, 3.125rem);
}
footer p { font-size: clamp(0.75rem, 0.682rem + 0.34vw, 0.938rem); }

footer .contact {
  margin: 1.5rem auto 2rem;
  width: 80%;
}
footer .contact li {
  display: flex;
  align-items: center;
  margin: 0 auto 1.25rem;
  padding: 0.6rem 0.5rem 0.4rem 60px;
  max-width: 340px;
  height: 70px;
  background: url("../img/ft_tel.svg") no-repeat;
  background-position: 20px 50%;
  background-size: 30px;
  border: 2px solid #fff;
  font-size: clamp(0.938rem, 0.824rem + 0.57vw, 1.25rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: left;
  line-height: 1.5;
  transition: all .3s;
}
footer .contact li:first-child { display: none; }
footer .contact li:last-child {
  background: url("../img/ft_chat.svg") no-repeat;
  background-position: 20px 50%;
  background-size: 26px;
}
footer .contact li:hover { transform: scale(1.1,1.1); }
footer .contact li span {
  display: block;
  font-size: clamp(0.688rem, 0.665rem + 0.11vw, 0.75rem);
  font-weight: normal;
  letter-spacing: 0.05em;
}
footer .contact li strong { font-size: 125%; }

footer .policy { font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem); }
footer .policy:hover { color: #ffdf74; }
footer .copyright {
  margin-top: 0.8rem;
  font-size: clamp(0.688rem, 0.642rem + 0.23vw, 0.813rem);
}
footer .btn-pup {
  display: block;
  width: 55px;
  height: 55px;
  color: var(--main-color);
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}


@media (min-width: 600px) {
  footer .contact li:first-child {
    display: block;
    padding-left: 70px;
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    line-height: 1.3;
    letter-spacing: 0.08em;
  }
  footer .contact li:first-child:hover { transform: scale(1,1); }
  footer .contact li:nth-child(2) { display: none; }
}

@media (min-width: 768px) {
  footer { padding-bottom: 20px }
  footer .contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    width: 90%;
  }
  footer .contact li {
  margin: 0 0 1.25rem;
  width: calc((100% - 2rem) / 2);
  max-width: 360px;
  height: 80px;
  }
  footer .contact li:first-child {
    padding-left: 90px;
    padding-top: 14px;
    background-position: 30px 50%;
    background-size: 35px;
    font-size: 1.8rem;
    line-height: 1.2;
  }
  footer .contact li:last-child {
  padding-left: 65px;
  background-position: 25px 50%;
  background-size: 28px;
}
}

/* footer fixed buttons -------------------------------------------*/
.ft-button {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 5;
}
.ft-button ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.ft-button li { width: 50%; }
.ft-button li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 34px 0 0;
    height: 56px;
  background-color: #fdb717;
  border: 1px solid #e6a610;
  border-radius: 4px 4px 0 0;
  color: #fff;
  position: relative;
}
.ft-button li a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
  font-size: 110%;
  font-family: "Material Symbols Outlined";
  content: "\f591";
  font-variation-settings: "FILL" 1, "wght" 900, "GRAD" 0, "opsz" 24;
}
.ft-button li:last-child a {
  background-color: #06c755;
  border: 1px solid #00b249;
}
.ft-button li a img {
  margin-right: 15px;
  width: 28px;
  height: auto;
}
.ft-button li:last-child a img {
  margin-right: 10px;
  width: 44px;
}
.ft-button li a p {
  font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .ft-button { display: none; }
}


