@charset "UTF-8";
/*
Theme Name: Focus Design Lab
Description: Focus Design Labのテーマ
Template: emanon-premium
Version: 1.0.1
*/
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.delay-time02 {
  animation-delay: 0.2s;
}

.delay-time04 {
  animation-delay: 0.4s;
}

.delay-time06 {
  animation-delay: 0.6s;
}

.delay-time08 {
  animation-delay: 0.8s;
}

html {
  font-size: 62.5%;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

body {
  color: #2e3030;
  text-align: center;
  letter-spacing: 2px;
}

p {
  font-size: 3vw;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
  }
}

h2 {
  font-size: 6vw;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 6vw;
  font-weight: bold;
}

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

.column {
  flex-direction: column;
}

.row {
  flex-direction: row;
}

@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
}

#main-visual {
  height: 100vh;
  background-image: url(../img/bg_main_sp.png);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #main-visual {
    background-image: url(../img/bg_main.jpg);
  }
  #main-visual::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: -1;
  }
}
#main-visual .section-wrap {
  padding: 8vw 0 12vw;
}
@media screen and (min-width: 768px) {
  #main-visual .section-wrap {
    padding: 40px 0 0;
  }
}
#main-visual .section-wrap .h1 {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  #main-visual .section-wrap .h1 {
    margin-bottom: 40px;
  }
}
#main-visual .section-wrap .h1 h1 {
  width: 20%;
}
#main-visual .section-wrap .h1 h1 .logo {
  margin-bottom: 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main-visual .section-wrap .h1 h1 .logo {
    width: 80px;
  }
}
#main-visual .section-wrap .h1 .main_logo {
  width: 60%;
}
@media screen and (min-width: 768px) {
  #main-visual .section-wrap .h1 .main_logo {
    width: 160px;
  }
}
#main-visual .section-wrap .shop-name {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  #main-visual .section-wrap .shop-name {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  #main-visual .section-wrap .shop-name p {
    font-size: 18px;
  }
}
#main-visual .section-wrap .shop-name p:first-child {
  margin-bottom: 0.5vw;
  font-size: 6vw;
}
@media screen and (min-width: 768px) {
  #main-visual .section-wrap .shop-name p:first-child {
    font-size: 24px;
  }
}
#main-visual .section-wrap .main_arrow {
  width: 5%;
}
@media screen and (min-width: 768px) {
  #main-visual .section-wrap .main_arrow {
    width: 16px;
  }
}

#faga {
  background-image: url(../img/bg_woman_pc.jpg);
}

#aga {
  background-image: url(../img/bg_man_pc.jpg);
}

#faga,
#aga {
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #faga,
  #aga {
    background-image: none;
  }
}
@media screen and (min-width: 768px) {
  #faga,
  #aga {
    height: 60vw;
  }
}
@media screen and (max-width: 767px) {
  #faga .flex,
  #aga .flex {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #faga .section-wrap,
  #aga .section-wrap {
    height: 60vw;
    align-items: center;
  }
}

.faga_01 {
  background-image: url(../img/bg_woman.jpg);
}

.aga_01 {
  background-image: url(../img/bg_man.jpg);
}

.faga_01,
.aga_01 {
  height: 100vh;
  padding: 8rem 0;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .faga_01,
  .aga_01 {
    background-image: none;
  }
}
.faga_01 .catchcopy,
.aga_01 .catchcopy {
  width: 80%;
}
@media screen and (min-width: 768px) {
  .faga_01 .catchcopy,
  .aga_01 .catchcopy {
    display: none;
  }
}
.faga_01 .tag,
.aga_01 .tag {
  position: absolute;
  bottom: 0;
  left: 2vw;
  width: 20%;
}
@media screen and (min-width: 768px) {
  .faga_01 .tag,
  .aga_01 .tag {
    display: none;
  }
}

.faga_02,
.aga_02 {
  padding-bottom: 25vw;
  height: auto;
  background-image: url(../img/bg_concrete.jpg);
  background-size: cover;
  background-position: 50% 50%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .faga_02,
  .aga_02 {
    padding-bottom: 0;
    background-image: none;
    z-index: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .faga_02 .title_content,
  .aga_02 .title_content {
    width: 50%;
  }
}
.faga_02 .title_content .sp-hidden,
.aga_02 .title_content .sp-hidden {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .faga_02 .title_content .sp-hidden,
  .aga_02 .title_content .sp-hidden {
    display: none;
  }
}
.faga_02 .title_content p,
.aga_02 .title_content p {
  margin-bottom: 10vw;
  padding-top: 28vw;
  font-size: 6vw;
}
@media screen and (min-width: 768px) {
  .faga_02 .title_content p,
  .aga_02 .title_content p {
    margin-bottom: 50px;
    padding-top: 10%;
    font-size: 2.5vw;
  }
}
.faga_02 .title_content .h2,
.aga_02 .title_content .h2 {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .faga_02 .title_content .h2,
  .aga_02 .title_content .h2 {
    margin-bottom: 6vw;
  }
}
.faga_02 .title_content .h2 .line,
.aga_02 .title_content .h2 .line {
  margin: 0 auto 4vw;
  width: 20%;
  height: 4vw;
}
@media screen and (min-width: 768px) {
  .faga_02 .title_content .h2 .line,
  .aga_02 .title_content .h2 .line {
    margin: 0 auto 20px;
    width: 20%;
    height: 1.5vw;
  }
}
@media screen and (min-width: 768px) {
  .faga_02 .title_content .h2 h2,
  .aga_02 .title_content .h2 h2 {
    font-size: 2vw;
  }
}
.faga_02 .title_content .h2 h2 span,
.aga_02 .title_content .h2 h2 span {
  font-size: 14vw;
}
@media screen and (min-width: 768px) {
  .faga_02 .title_content .h2 h2 span,
  .aga_02 .title_content .h2 h2 span {
    font-size: 4vw;
  }
}
.faga_02 .faga .line,
.aga_02 .faga .line {
  background-color: #e8542c;
}
.faga_02 .faga h2,
.aga_02 .faga h2 {
  color: #e8542c;
}
.faga_02 .aga .line,
.aga_02 .aga .line {
  background-color: #1f669b;
}
.faga_02 .aga h2,
.aga_02 .aga h2 {
  color: #1f669b;
}
@media screen and (min-width: 768px) {
  .faga_02 .b-a,
  .aga_02 .b-a {
    width: 50%;
  }
}
.faga_02 .b-a .b-a_photo,
.aga_02 .b-a .b-a_photo {
  position: relative;
}
@media screen and (min-width: 768px) {
  .faga_02 .b-a .b-a_photo,
  .aga_02 .b-a .b-a_photo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.faga_02 .b-a .b-a_photo .before,
.aga_02 .b-a .b-a_photo .before {
  margin-bottom: 4vw;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .faga_02 .b-a .b-a_photo .before,
  .aga_02 .b-a .b-a_photo .before {
    margin: 5% 0 10%;
    width: 30%;
  }
}
.faga_02 .b-a .b-a_photo .after,
.aga_02 .b-a .b-a_photo .after {
  position: relative;
  width: 66%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .faga_02 .b-a .b-a_photo .after,
  .aga_02 .b-a .b-a_photo .after {
    width: 50%;
  }
}
.faga_02 .b-a .b-a_photo .parts01,
.aga_02 .b-a .b-a_photo .parts01 {
  position: absolute;
  top: -6%;
  left: 16%;
  width: 10%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .faga_02 .b-a .b-a_photo .parts01,
  .aga_02 .b-a .b-a_photo .parts01 {
    top: 15%;
    left: 28%;
    width: 40px;
  }
}
.faga_02 .b-a .b-a_photo .before_parts,
.aga_02 .b-a .b-a_photo .before_parts {
  position: absolute;
  top: 0;
  right: 12%;
  width: 10%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .faga_02 .b-a .b-a_photo .before_parts,
  .aga_02 .b-a .b-a_photo .before_parts {
    top: 12%;
    left: 70%;
    width: 10%;
  }
}
.faga_02 .b-a .b-a_photo .after_parts,
.aga_02 .b-a .b-a_photo .after_parts {
  position: absolute;
  bottom: -57%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .faga_02 .b-a .b-a_photo .after_parts,
  .aga_02 .b-a .b-a_photo .after_parts {
    bottom: -50%;
    left: 51%;
    transform: translate(-50%, -50%);
    width: 65%;
  }
}

@media screen and (min-width: 768px) {
  .aga_02 {
    flex-direction: row-reverse;
  }
}

.icon {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 40%;
}
@media screen and (min-width: 768px) {
  .icon {
    width: 10%;
    left: 51%;
  }
}

#aga-treatment {
  padding: 12vw 0;
  background-color: #fffef5;
}
@media screen and (min-width: 768px) {
  #aga-treatment {
    padding: 80px 0;
  }
}
#aga-treatment .h2 {
  margin: 0 auto 8vw;
  width: 90%;
  padding-bottom: 8vw;
  border-bottom: solid 0.5vw #2e3030;
}
@media screen and (min-width: 768px) {
  #aga-treatment .h2 {
    margin: 0 auto 40px;
    padding-bottom: 40px;
    border-bottom: solid 5px #2e3030;
    max-width: 1024px;
  }
}
#aga-treatment .h2 img {
  width: 90%;
}
@media screen and (min-width: 768px) {
  #aga-treatment .h2 img {
    max-width: 800px;
  }
}
#aga-treatment .text {
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 768px) {
  #aga-treatment .text {
    max-width: 1024px;
  }
}
#aga-treatment .text p {
  text-align: left;
  margin-bottom: 8vw;
  line-height: 4vw;
}
@media screen and (min-width: 768px) {
  #aga-treatment .text p {
    text-align: center;
    margin-bottom: 40px;
    line-height: 24px;
  }
}
#aga-treatment .text p:last-child {
  margin: 0;
}

#aga-revolution .section-wrap {
  padding: 12vw 0;
  margin: 0 auto;
  width: 90%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #aga-revolution .section-wrap {
    max-width: 1024px;
    padding: 80px 0;
    flex-direction: column;
  }
}
#aga-revolution .section-wrap .h2 {
  width: 20%;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  #aga-revolution .section-wrap .h2 {
    margin-bottom: 40px;
    font-size: inherit;
    display: flex;
    width: 100%;
  }
}
#aga-revolution .section-wrap .h2 .img-h2 {
  margin-bottom: 8vw;
  display: inline-block;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  #aga-revolution .section-wrap .h2 .img-h2 {
    margin: 0 40px 0 0;
    width: 92%;
    height: auto;
    max-width: inherit;
  }
}
#aga-revolution .section-wrap .h2 .message {
  max-width: 100%;
  padding-right: 4vw;
}
@media screen and (min-width: 768px) {
  #aga-revolution .section-wrap .h2 .message {
    padding: 0;
    max-width: inherit;
    width: 32%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  #aga-revolution .section-wrap .h2 .pc-hidden {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #aga-revolution .section-wrap .h2 .sp-hidden {
    display: none;
  }
}
#aga-revolution .section-wrap .images {
  position: relative;
  margin-right: 4vw;
  width: 80%;
}
@media screen and (min-width: 768px) {
  #aga-revolution .section-wrap .images {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
}
#aga-revolution .section-wrap .images img {
  width: 100%;
  margin-bottom: 4vw;
}
#aga-revolution .section-wrap .images img:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #aga-revolution .section-wrap .images img {
    margin-bottom: 0;
    width: 32%;
    height: auto;
  }
}
#aga-revolution .section-wrap .images .parts02 {
  position: absolute;
  bottom: 0;
  right: -7vw;
  width: 25%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #aga-revolution .section-wrap .images .parts02 {
    right: 0;
    left: 32px;
    width: 15%;
  }
}

#why_acupuncture {
  background-color: #a04e7b;
}
#why_acupuncture .section-wrap {
  padding: 12vw 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #why_acupuncture .section-wrap {
    padding: 80px 0;
    max-width: 1024px;
  }
}
@media screen and (min-width: 768px) {
  #why_acupuncture .section-wrap .h2 {
    margin: 0 auto;
    width: 80%;
  }
}
#why_acupuncture .section-wrap .h2 .parts03 {
  margin-bottom: 4vw;
  width: 60%;
}
#why_acupuncture .section-wrap .h2 .img-h2 {
  margin-bottom: 4vw;
  width: 90%;
}
#why_acupuncture .section-wrap .h2 .message {
  margin-bottom: 4vw;
  width: 60%;
}
#why_acupuncture .section-wrap .text {
  margin: 0 auto;
  padding: 8vw 4vw;
  width: 90%;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #why_acupuncture .section-wrap .text {
    padding: 40px 20px;
  }
}
#why_acupuncture .section-wrap .text p {
  margin-bottom: 6vw;
  color: #a04e7b;
  font-size: 3.3vw;
  line-height: 4.8vw;
}
@media screen and (min-width: 768px) {
  #why_acupuncture .section-wrap .text p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
  }
}
#why_acupuncture .section-wrap .text p:last-child {
  margin: 0;
}
#why_acupuncture .section-wrap .text p span {
  font-size: 5vw;
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 2vw; /* 線の太さ */
  text-decoration-color: #f5ffb8; /* 線の色 */
  text-underline-offset: -1vw; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}
@media screen and (min-width: 768px) {
  #why_acupuncture .section-wrap .text p span {
    font-size: 24px;
    text-decoration-thickness: 10px;
    text-underline-offset: -5px;
  }
}

#four_reason {
  margin-bottom: 12vw;
}
#four_reason .img-h2 {
  margin-bottom: 8vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #four_reason .pc-hidden {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #four_reason .sp-hidden {
    display: none;
  }
}
#four_reason .headding {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  #four_reason .headding {
    display: none;
  }
}
#four_reason .headding .text-line {
  margin: 8vw auto;
  width: 90%;
  display: flex;
  align-items: center;
}
#four_reason .headding .text-line p {
  width: 50%;
  font-size: 4vw;
}
#four_reason .headding .text-line::before, #four_reason .headding .text-line::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #2e3030;
}
#four_reason .headding .card-container {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8vw;
  width: 90%;
}
#four_reason .headding .card-container .card {
  flex-basis: calc(50% - 20px);
  max-height: 600px;
  overflow: hidden;
}
#four_reason .headding .card-container .card img {
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  #four_reason .content {
    margin: 0 auto;
    max-width: 1024px;
  }
}
#four_reason .content .logo02 {
  margin: 0 auto 8vw;
  width: 60%;
}
@media screen and (min-width: 768px) {
  #four_reason .content .logo02 {
    margin: 0 auto 40px;
    width: 240px;
  }
}
@media screen and (min-width: 1024px) {
  #four_reason .content .pc-flex {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 80px;
  }
}
#four_reason .content .pc-flex .point {
  margin-bottom: 16vw;
}
@media screen and (min-width: 768px) {
  #four_reason .content .pc-flex .point {
    margin-bottom: 80px;
  }
}
#four_reason .content .pc-flex .point:last-child {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  #four_reason .content .pc-flex .point {
    margin: 0;
  }
}
#four_reason .content .pc-flex .point .green-line {
  font-size: 5vw;
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 3vw; /* 線の太さ */
  text-decoration-color: #00ff00; /* 線の色 */
  text-underline-offset: 2vw; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}
@media screen and (min-width: 768px) {
  #four_reason .content .pc-flex .point .green-line {
    font-size: 32px;
    text-decoration-thickness: 15px;
    text-underline-offset: 10px;
  }
}
#four_reason .content .pc-flex .point .point-number {
  margin-bottom: 8vw;
  font-size: 8vw;
}
@media screen and (min-width: 768px) {
  #four_reason .content .pc-flex .point .point-number {
    margin-bottom: 40px;
    font-size: 32px;
  }
}
#four_reason .content .pc-flex .point .point-number span {
  font-size: 20vw;
}
@media screen and (min-width: 768px) {
  #four_reason .content .pc-flex .point .point-number span {
    font-size: 64px;
  }
}
#four_reason .content .pc-flex .point img {
  margin: 0 auto 8vw;
  width: 60%;
}
@media screen and (min-width: 768px) {
  #four_reason .content .pc-flex .point img {
    margin: 0 auto 40px;
    width: 240px;
  }
}
#four_reason .content .pc-flex .point h3 {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  #four_reason .content .pc-flex .point h3 {
    margin-bottom: 40px;
  }
}
#four_reason .content .pc-flex .point .text p:first-child {
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  #four_reason .content .pc-flex .point .text p:first-child {
    margin-bottom: 20px;
  }
}

#flow {
  margin-bottom: 12vw;
}
@media screen and (min-width: 768px) {
  #flow {
    margin-bottom: 80px;
  }
}
#flow .h2 {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  #flow .h2 {
    margin-bottom: 40px;
  }
}
#flow .h2 img {
  width: 100%;
}
#flow .flow_content {
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 768px) {
  #flow .flow_content {
    max-width: 1024px;
  }
}
@media screen and (min-width: 768px) {
  #flow .pc-hidden {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #flow .sp-hidden {
    display: none;
  }
}

#price {
  margin-bottom: 80vw;
}
@media screen and (min-width: 768px) {
  #price {
    margin-bottom: 400px;
  }
}
#price .h2 {
  margin-bottom: 16vw;
}
@media screen and (min-width: 768px) {
  #price .h2 {
    margin-bottom: 160px;
  }
}
#price .h2 img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #price .h2 .pc-hidden {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #price .h2 .sp-hidden {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #price .pc-flex {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1024px;
  }
}
#price .price_img {
  margin: 0 auto 16vw;
  width: 90%;
}
@media screen and (min-width: 768px) {
  #price .price_img {
    margin: 0 auto;
    width: 45%;
  }
}
#price .price_message {
  margin: 0 auto;
  padding: 8vw 4vw;
  width: 90%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  #price .price_message {
    padding: 40px 20px;
    width: 45%;
  }
}
#price .images {
  position: relative;
  opacity: 0.8;
  z-index: -1;
}
#price .images .logo03 {
  position: absolute;
  bottom: -60vw;
  left: -12vw;
  width: 70%;
}
@media screen and (min-width: 768px) {
  #price .images .logo03 {
    bottom: -280px;
    left: -80px;
    width: 30%;
  }
}

footer {
  margin-bottom: 120px;
}
footer img {
  margin: 0 auto 12vw;
  width: 40%;
}
@media screen and (min-width: 768px) {
  footer img {
    margin: 0 auto 80px;
    width: 240px;
  }
}
footer .footer-top {
  margin-bottom: 12vw;
}
@media screen and (min-width: 768px) {
  footer .footer-top {
    margin-bottom: 120px;
  }
}
footer .shop-name {
  font-size: 5vw;
}
@media screen and (min-width: 768px) {
  footer .shop-name {
    font-size: 40px;
  }
}
footer p,
footer a {
  margin-bottom: 4vw;
  font-weight: bold;
  font-size: 3.5vw;
  letter-spacing: normal;
  color: #2e3030;
}
@media screen and (min-width: 768px) {
  footer p,
  footer a {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 24px;
  }
}
footer a {
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  footer a:hover {
    opacity: 0.5;
    transition: 0.5s;
  }
}

#fixed-menu {
  width: 100%;
  height: auto;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  #fixed-menu {
    right: 0;
  }
}
#fixed-menu a {
  display: flex;
  justify-content: center;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  #fixed-menu a {
    justify-content: end;
  }
}
@media screen and (min-width: 768px) {
  #fixed-menu a:hover {
    opacity: 0.5;
    transition: 0.5s;
  }
}
#fixed-menu a img {
  width: auto;
  height: 80px;
}
@media screen and (max-width: 374px) {
  #fixed-menu a img {
    height: 60px;
  }
}
@media screen and (min-width: 768px) {
  #fixed-menu a img {
    height: 100px;
  }
}
@media screen and (min-width: 768px) {
  #fixed-menu a .pc-hidden {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #fixed-menu a .sp-hidden {
    display: none;
  }
}

#fixed-cta {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
#fixed-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #2e3030;
  border-radius: 50%;
  position: fixed;
  right: 8px;
  bottom: 88px;
  z-index: 99;
  transition: 0.5s;
}
@media screen and (max-width: 374px) {
  #fixed-cta a {
    bottom: 68px;
  }
}
@media screen and (min-width: 768px) {
  #fixed-cta a {
    bottom: 108px;
  }
}
@media screen and (min-width: 768px) {
  #fixed-cta a:hover {
    opacity: 0.5;
    transition: 0.5s;
  }
}
#fixed-cta a svg {
  width: 36px;
  transform: scale(-1, 1);
}

#fixed-menu.active,
#fixed-cta.active {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}

.campaign {
  width: 100%;
  max-width: 600px;
}