@charset "UTF-8";

.p-section__shopInfo {
  background-color: #fff
}

.p-section__shopInfo .p-section__inner {
  padding: 8% 4%
}

@media screen and (min-width: 769px) {
  .p-section__shopInfo .p-section__inner {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 4%;
    margin-left: auto;
    margin-right: auto
  }
}

.p-section__shopInfo .c-shopImage {
  width: 80%;
  margin: 0 auto
}

@media screen and (min-width: 769px) {
  .p-section__shopInfo .c-shopImage {
    width: 50%;
    margin: 0
  }
}

@media screen and (max-width: 768px) {
  .p-section__shopInfo .p-block {
    padding-top: 5%
  }
}

@media screen and (min-width: 769px) {
  .p-section__shopInfo .p-block {
    width: 50%;
    padding-left: 5%;
    padding: 5% 0 5% 5%
  }
}

.p-section__shopInfo .p-logo__company {
  display: inline-block;
  margin-bottom: 1em;
}

.p-section__shopInfo .p-logo__company span {
  font-size: max(.902vw, 12px);
  margin-bottom: 10px;
  display: block;
}

.p-section__shopInfo .p-logo__company img {
  width: 100%;
  max-width: 200px;
}

.p-section__shopInfo .p-shopInfo__title {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 10px;
}

.p-section__shopInfo .c-button {
  width: 100%;
  max-width: 460px
}

.p-section__shopInfo .c-button:not(:first-of-type) {
  margin-top: 1.5em;
}


/*footer*/
.l-footer {
  color: #fff;
  background-color: #444545;
  text-align: center;
  padding: 5em 4%
}

.l-footer .p-social {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2em
}

.l-footer .p-social__item {
  padding: 0 1em
}

.l-footer .p-social__item a {
  display: block;
  width: clamp(1.25rem, 1.0625rem + .9375vw, 2.1875rem);
  margin-left: auto;
  margin-right: auto
}

.l-footer .p-social__item a img.icon--youtube {
  width: 125%;
}

.l-footer .c-copyright {
  padding-top: 2em;
  border-top: 1px solid #5d5f5f;
  font-size: clamp(.625rem, .5875rem + .1875vw, .8125rem);
  letter-spacing: .05em
}

#page {
  font-size: clamp(.75rem, .7rem + .25vw, 1rem);
  color: #000;
  font-weight: 500;
  overflow: hidden
}

/* .c-button*/
.p-section__shopInfo {
  .c-button {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 0;
    background-color: #fff;
    border: 1px solid #444545;
    margin: 0 auto;
  }

  .c-button>span {
    line-height: 1
  }

  .c-button .c-font__small {
    font-size: clamp(.625rem, .6rem + .125vw, .75rem)
  }

  .c-button:hover {
    color: #000;
    border: 1px solid #444545
  }

  .c-button:hover .c-icon path {
    transition: fill .3s;
    fill: #000
  }

  .c-button:active,
  .c-button:hover,
  .c-button:visited {
    outline: 0
  }

  .c-button:active::before,
  .c-button:hover::before,
  .c-button:visited::before {
    outline: 0
  }

  .c-button::after,
  .c-button::before {
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #444545
  }

  .c-button::before {
    right: 0
  }

  .c-button::after {
    left: 0
  }

  .c-button:hover::after,
  .c-button:hover::before {
    width: 0;
    color: #444545
  }

  .c-button .c-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: auto;
    width: 4.5%
  }

  .c-button .c-icon path {
    transition: fill .3s;
    fill: #fff
  }

  .c-button::after,
  .c-button::before {
    position: absolute;
    z-index: -1;
    display: block;
    content: ""
  }

  .c-button,
  .c-button i::before,
  .c-button::after,
  .c-button::before {
    box-sizing: border-box;
    transition: width .3s, color .3s
  }
}