@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 30%;
  height: 100vh;
  z-index: 1000;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 10px;
    width: 20%;
  }
}

.header__inner {
  width: 100%;
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header__container {
  display: flex;
  flex-direction: column;
}

.header__link {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .header__link {
    font-size: 14px;
  }
}

.hamburger {
  position: fixed;
  z-index: 9999;
  top: 30px;
  right: 15px;
  width: 25px;
  height: 16px;
  cursor: pointer;
}

.hamburger span {
  background-color: #000;
  width: 25px;
  height: 2px;
  position: absolute;
  top: 30px;
  right: 15px;
  display: inline-block;
  transition: 0.3s transform, 0.3s background-color;
}

.hamburger span:first-child {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 8px;
}

.hamburger span:nth-child(3) {
  top: 16px;
}

.hamburger.is-active span:first-child {
  transform: rotate(-45deg);
  top: 10px;
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
  transform: rotate(45deg);
  top: 10px;
}

.drawer-menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 5000;
  top: 0;
  right: 0;
  display: none;
  background-color: #fff;
  width: 75%;
}
@media screen and (max-width: 500px) {
  .drawer-menu {
    width: 70%;
  }
}

.drawer-menu__inner {
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.drawer-menu__lists {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
  padding-left: 20px;
}
@media screen and (max-width: 375px) {
  .drawer-menu__lists {
    padding-left: 10px;
  }
}

.drawer-menu__item {
  display: flex;
}

.drawer-menu__link {
  font-size: 18px;
  color: #000;
  padding-left: 10px;
}

.tab-menu {
  position: relative;
  padding-left: 15px;
  padding-bottom: 30px;
}

.tab-indicator {
  position: absolute;
  left: 0;
  top: 17%;
  transform: translateY(-17%);
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.1s;
}

.tab-menu.current .tab-indicator {
  opacity: 1;
}

body {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 100vh;
  background-image: url(/images/肩甲骨/4x/LP_bg2.webp);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-cta {
  position: absolute;
  top: 100px;
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.cta-logo {
  max-width: 200px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .cta-logo {
    max-width: 150px;
  }
}

.cta-logo-2 {
  max-width: 200px;
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 50px;
  right: 4%;
}
@media screen and (max-width: 1024px) {
  .cta-logo-2 {
    max-width: 150px;
  }
}

.btn_box4 {
  max-width: 20vw;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .btn_box4 {
    max-width: 18vw;
  }
}

main {
  width: 40%;
  margin-left: 30%;
  min-height: 100vh;
  overflow-y: auto;
}
@media screen and (max-width: 1200px) {
  main {
    width: 50%;
    margin-left: 26%;
  }
}
@media screen and (max-width: 768px) {
  main {
    margin-left: 0;
    width: 100%;
  }
}

.top,
.otamesi-container,
.line {
  position: relative;
}

.top-wrapper-left {
  width: 30%;
  position: absolute;
  top: 45%;
  left: 0%;
}

.top-wrapper-right {
  width: 25%;
  position: absolute;
  top: 75%;
  right: 5%;
}

.btn_box {
  position: absolute;
  top: 93%;
  left: 67%;
  transform: translate(-91%, -67%);
  width: 20vw;
}
@media screen and (max-width: 1024px) {
  .btn_box {
    width: 26vw;
  }
}
@media screen and (max-width: 768px) {
  .btn_box {
    width: 50vw;
  }
}

.top-text {
  font-size: 2.5vw;
  color: #FFF;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: absolute;
  width: 100%;
  top: 63%;
  left: 0;
  transform: translate(-63%, 0%);
  transform: rotate(-9deg);
}
@media screen and (max-width: 1200px) {
  .top-text {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  .top-text {
    font-size: 6.5vw;
  }
}

.top-text2 {
  font-size: 2.5vw;
  color: #FFF;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: absolute;
  width: 100%;
  top: 38%;
  left: 0;
  transform: translate(-38%, 0%);
  transform: rotate(-9deg);
}
@media screen and (max-width: 1200px) {
  .top-text2 {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  .top-text2 {
    font-size: 6.5vw;
  }
}

.top-text-span {
  font-size: 4vw;
  color: brown;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-shadow: 1px 1px 0 rgb(255, 255, 255), -1px -1px 0 rgb(255, 255, 255), 1px -1px 0 rgb(255, 255, 255), -1px 1px 0 rgb(255, 255, 255);
}
@media screen and (max-width: 1200px) {
  .top-text-span {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 768px) {
  .top-text-span {
    font-size: 9vw;
  }
}

/* 読み込み時のアニメーション */
.top-wrapper-left,
.top-wrapper-right {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 2s ease, transform 2s ease;
}

.top-wrapper-left {
  transform: translateX(-100%);
}

.top-wrapper-right {
  transform: translateX(100%);
}

/* スクロール時のアニメーション */
.top-wrapper-left2,
.top-wrapper-right2 {
  position: relative;
  opacity: 0;
}

.top-wrapper-left2 {
  width: 30%;
  position: absolute;
  top: 5%;
  left: 3%;
}

.top-wrapper-right2 {
  width: 25%;
  position: absolute;
  top: 51%;
  right: 2%;
  transform: rotate(13deg);
}

/* アニメーションを適用 */
.top-wrapper-left.animate,
.top-wrapper-right.animate {
  opacity: 1;
  transform: translateY(0);
}

.top-wrapper-left2.animate {
  opacity: 1;
  transform: translateX(0);
}

.top-wrapper-right2.animate {
  opacity: 1;
  transform: translateX(0);
}

#btn_animation .btn,
#btn_animation .btn2,
#btn_animation .btn3 {
  display: block;
  text-decoration: none;
  background: linear-gradient(to bottom, #F4F8AA 0%, #F4F8AA 50%, #FFFF58 50%, #FFFF58 100%);
  color: #222831;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  -webkit-animation: btn_animation 1s infinite;
          animation: btn_animation 1s infinite;
  font-size: 24px;
  padding: 20px 0;
  font-family: "BIZ UDPGothic", serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 1024px) {
  #btn_animation .btn,
#btn_animation .btn2,
#btn_animation .btn3 {
    padding: 13px 0;
  }
}
@media screen and (max-width: 768px) {
  #btn_animation .btn,
#btn_animation .btn2,
#btn_animation .btn3 {
    padding: 25px 0;
  }
}
@media screen and (max-width: 500px) {
  #btn_animation .btn,
#btn_animation .btn2,
#btn_animation .btn3 {
    padding: 13px 0;
    font-size: 19px;
  }
}

#btn_animation .btn:hover,
#btn_animation .btn2:hover,
#btn_animation .btn3:hover,
#btn_animation .btn4:hover {
  background: linear-gradient(to top, #FFFF58 0%, #FFFF58 50%, #F4F8AA 50%, #F4F8AA 100%);
  transition: background 0.3s ease;
}

@-webkit-keyframes btn_animation {
  0% {
    transform: scale(1, 0.8);
  }
  20% {
    transform: scale(0.8, 1.1);
  }
  95% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 0.8);
  }
}

@keyframes btn_animation {
  0% {
    transform: scale(1, 0.8);
  }
  20% {
    transform: scale(0.8, 1.1);
  }
  95% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 0.8);
  }
}
#btn_animation .btn-4 {
  display: block;
  text-decoration: none;
  background: linear-gradient(to bottom, #F4F8AA 0%, #F4F8AA 50%, #FFFF58 50%, #FFFF58 100%);
  color: #222831;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  -webkit-animation: btn_animation 1s infinite;
          animation: btn_animation 1s infinite;
  font-size: 24px;
  padding: 20px 0;
  font-family: "BIZ UDPGothic", serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 1024px) {
  #btn_animation .btn-4 {
    font-size: 18px;
    padding: 13px 0;
  }
}
@media screen and (max-width: 768px) {
  #btn_animation .btn-4 {
    padding: 25px 0;
  }
}
@media screen and (max-width: 500px) {
  #btn_animation .btn-4 {
    padding: 13px 0;
    font-size: 15px;
  }
}

.btn_box2 {
  position: absolute;
  top: 86%;
  left: 63%;
  transform: translate(-85%, -63%);
  width: 20vw;
}
@media screen and (max-width: 1024px) {
  .btn_box2 {
    width: 26vw;
  }
}
@media screen and (max-width: 768px) {
  .btn_box2 {
    width: 50vw;
  }
}

.cta-text-1 {
  position: absolute;
  top: 95%;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 1.5vw;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 768px) {
  .cta-text-1 {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 375px) {
  .cta-text-1 {
    font-size: 4vw;
    top: 95%;
  }
}

.cta-text-2 {
  position: absolute;
  top: 91%;
  left: 23%;
  font-size: 1.5vw;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 768px) {
  .cta-text-2 {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 375px) {
  .cta-text-2 {
    font-size: 4vw;
    top: 91%;
  }
}

.top-wrapper-left2 {
  width: 30%;
  position: absolute;
  top: 5%;
  left: 3%;
  transform: translate(-5%, -3%);
}

.top-wrapper-right2 {
  width: 25%;
  position: absolute;
  top: 56%;
  right: 6%;
  transform: rotate(13deg);
}

.top-wrapper-right3 {
  width: 20%;
  position: absolute;
  top: 18%;
  right: 13%;
}

.kyakunokoe {
  position: relative;
}

.kyakunokoe-youtube {
  position: absolute;
  top: 13%;
  left: 18%;
  transform: translate(-11%, -15%);
  width: 80%;
  height: 29%;
  max-width: 800px;
  margin: 0 auto;
}
.kyakunokoe-youtube video {
  width: 100%;
  height: auto;
}

.kyakunokoe-contant {
  position: absolute;
  top: 39%;
  left: 18%;
  transform: translate(-11%, -15%);
  width: 80%;
  height: 29%;
  max-width: 800px;
  margin: 0 auto;
}

iframe {
  width: 100%;
  height: 100%;
}

.btn_box3 {
  position: absolute;
  top: 33%;
  left: 35%;
  transform: translate(-40%, -40%);
  width: 23vw;
}
@media screen and (max-width: 1024px) {
  .btn_box3 {
    width: 26vw;
  }
}
@media screen and (max-width: 768px) {
  .btn_box3 {
    width: 50vw;
  }
}

.watasitati-img__center-bg {
  width: 100%;
  height: 100%;
  background-color: #F5F4F3;
}

.line {
  position: relative;
}

.line-tell {
  position: absolute;
  top: 89%;
  left: 27%;
  transform: translate(-50%, -50%);
}

.line-tell a {
  text-decoration: none;
  color: #f9ff4c;
  font-size: 1.8vw;
  font-family: "BIZ UDPGothic", serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 1024px) {
  .line-tell a {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .line-tell a {
    font-size: 5vw;
  }
}

.watasitati-container {
  padding-top: 10px;
}

.inner {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .md-none {
    display: none;
  }
}

.md-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .md-show {
    display: block;
  }
}

.top,
.mienaizinkenhi,
.watasitati,
.kyakunokoe,
.q-a,
.ryoukin,
.line {
  background-color: #fff;
}

.fade-in-left2 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 1s ease-in-out;
}
.fade-in-left2.animate {
  opacity: 1;
  transform: translateX(0);
}

.fade-in-right2 {
  opacity: 0;
  transform: translateX(50px);
  transition: all 1s ease-in-out;
}
.fade-in-right2.animate {
  opacity: 1;
  transform: translateX(0);
}

.fade-in-right3 {
  opacity: 0;
  transform: translateX(50px);
  transition: all 1s ease-in-out;
}
.fade-in-right3.animate {
  opacity: 1;
  transform: translateX(0);
}

@media screen and (max-width: 768px) {
  .md-none {
    display: none;
  }
}

.md-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .md-show {
    display: block;
  }
}

#watasitati {
  background-color: #F4F2F2;
}