/*
Theme Name: tochinai-dental-mouthpiece-theme-ver02
*/

@charset "UTF-8";

/* 全体 */
:root {
  --serif: "Noto Serif", serif;
  --sans: "Noto Sans JP", sans-serif;
  --roboto: "Roboto", sans-serif;
  --corinthia: "Corinthia", cursive;
  --advent: "Advent Pro", sans-serif;
  --mplus: "M PLUS Rounded 1c", sans-serif;
  --primary-color: #1e3560;
  --accent-color: #c9a84c;
}

* {
  box-sizing: border-box;
  appearance: none;
  padding: 0;
  margin: 0;
}

html,
body {
  margin: 0;
  padding: 0;
  color: #555;
  font-family: var(--serif);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  word-break: normal;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.abr {
  display: inline-block;
}
.pen {
  pointer-events: none;
}
.no_wbr {
  word-break: normal;
  overflow-wrap: normal;
}
a:hover {
  opacity: 0.8;
}

@media (min-width: 1280px) {
  .pc_none {
    display: none !important;
  }

  .tb_only {
    display: none !important;
  }
}

@media (max-width: 1279px) {
  .pc_only {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .tb_none {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .sp_none {
    display: none !important;
  }

  .tb_only {
    display: none !important;
  }
}

.image__inner {
    position: relative;
}

header.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.header-inner {
    width: 100%;
    max-width: 70.677vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.header-logo {
    width: 18.594vw;
    display: block;
}
.header-cta {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 28.75vw;
}
.header-cta-btn {
  width: 50%;
}

.mv__btn-area {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    bottom: 7.7vw;
    left: 51%;
    transform: translate(-50%, 0);
    width: 100%;
    max-width: 48.396vw;
}
.mv-cta-btn {
  width: 19.792vw;
}
.worries__btn {
    position: absolute;
    transform: translate(-50%, 0);
    top: 55.4vw;
    left: 50%;
    width: 48.385vw;
}

.content__cta {
  position: absolute;
  transform: translate(-50%, 0);
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 48.396vw;
}
.content-cta-btn {
  width: 19.792vw;
}

.point__btn-area.content__cta {
    top: 136.5vw;
}
.cost__btn-area.content__cta {
    top: 121vw;
}
.simulation__btn-area.content__cta {
    top: 1vw;
}
.simulation__btn-area.content__cta {
    top: 37vw;
}
.suitable__section .worries__btn {
    top: 51.5vw;
}
.contact__map {
    position: absolute;
    top: 6vw;
    right: 16vw;
    width: 30.833vw;
    height: 29.167vw;
}
.contact__map iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
  .header-cta {
    display: none;
  }
  .mv__btn-area {
    display: none;
  }
  .header-inner {
      max-width: 68.974vw;
      margin: 1vw;
  }
  .header-logo {
      width: 100%;
  }
  .worries__btn {
      top: 251.4vw;
      width: 72.564vw;
  }

  .content__cta {
      width: 77vw;
  }
  .content-cta-web {
      width: 100%;
      order: 1;
      margin-bottom: 5vw;
  }
  .content-cta-tel, .content-cta-line {
      width: 100%;
      order: 2;
  }

  .point__btn-area.content__cta {
      top: 721.5vw;
  }
  .cost__btn-area.content__cta {
      top: 805vw;
  }
  .simulation__btn-area.content__cta {
      top: 223vw;
  }
  .suitable__section .worries__btn {
      top: 347.5vw;
  }
  .contact__map {
      top: 130vw;
      right: unset;
      left: 50%;
      transform: translate(-50%, 0);
      width: 86.833vw;
      height: 86.167vw;
  }

  /** float__menu **/
  .sp-floating-nav {
      position: fixed;
      bottom: 0;
      padding: 8px;
      background-color: rgba(255, 255, 255, .4);
      backdrop-filter: blur(4px);
      z-index: 9999;
      width: 100%;
  }
  .sp-floating-nav-innr {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 8px;
  }
}
