html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
}

.header {
  width: 100%;
  height: 86px;
  margin: 0 auto;
  padding: 10px 20px;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}

.header.scrolled {
  background-color: rgba(34, 34, 34, 0.8);
  transition: background-color 0.3s ease;
}

.header_inner {
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  position: relative;
}

.header .logo {
  width: 151px;
  height: 50px;
  position: relative;
}

.header .cta_btn {
  padding: 10px 25px;
  box-shadow: 0px 0px 20px #00000033;
  background: linear-gradient(90deg,
      rgba(157, 137, 52, 1) 0%,
      rgba(255, 249, 230, 1) 69%,
      rgba(157, 137, 52, 1) 100%);
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.header .icon_line {
  width: 20px;
  height: 20px;
  position: relative;
}

.header .cta_txt {
  width: fit-content;
  margin-top: -2.00px;
  color: var(--c-black);
  font-family: "Noto Sans JP-SemiBold", Helvetica;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.80px;
  line-height: 25.6px;
  position: relative;
}

.header .hamburger {}

.header .hamburger_btn {
  width: 40px;
  height: 32px;
  position: relative;
}

.header .hamburger_btn img {
  width: 100%;
}

.header .hamburger_txt {
  width: 100%;
  position: relative;
}

.header .hamburger_txt img {
  width: 100%;
}

.hamburger-icon {
  width: 100%;
  position: absolute;
  transition: opacity 0.3s ease;
}

/* 初期状態：白は非表示 */
.hamburger-icon.white {
  opacity: 0;
}

/* スクロール後：白を表示、黒を非表示 */
.header.scrolled .hamburger-icon.white {
  opacity: 1;
}

.header.scrolled .hamburger-icon.black {
  opacity: 0;
}

/* サイドメニュー */
.side-menu {
  width: 700px;
  height: 700px;
  background-image: url('/wp-content/themes/4d-stretch/img/lp/golf/sideMenu.jpg');
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  /* right: calc((100% - 1300px) / 2); */
  right: 0;
  z-index: 9999;
  transform: translateX(700px);
  transition: transform 0.4s ease;
}

.side-menu.active {
  transform: translateX(0);
}

.side-menu .inner {
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.side-menu .menu_header {
  margin: 20px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

.side-menu .cta_btn {
  padding: 10px 25px;
  box-shadow: 0px 0px 20px #00000033;
  background: linear-gradient(90deg,
      rgba(157, 137, 52, 1) 0%,
      rgba(255, 249, 230, 1) 69%,
      rgba(157, 137, 52, 1) 100%);
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
}

.side-menu .icon_line {
  width: 20px;
  height: 20px;
  position: relative;
}

.side-menu .cta_txt {
  width: fit-content;
  margin-top: -2.00px;
  color: var(--c-black);
  font-family: "Noto Sans JP-SemiBold", Helvetica;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.80px;
  line-height: 25.6px;
  position: relative;
}

.side-menu .symbol {}

.side-menu .symbol img {
  width: 100%;
}

.side-menu .content {
  margin: 73px 135px 94px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
}

.side-menu .flex_c {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.side-menu .flex {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.side-menu .flex:hover {
  background: rgba(255, 255, 255, 0.08);
}

.side-menu .list {
  color: var(--c-white);
  font-family: "Noto Sans JP-SemiBold", Helvetica;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.00px;
  line-height: 40px;
}

.side-menu .icon {
  width: 24px;
  height: 24px;
}

.side-menu .line {
  width: 100%;
  height: 1px;
  margin: 30px 0;
  border-bottom: var(--c-green) 1px solid;
}

.side-menu .ctaBtn {
  width: 430px;
  height: 100px;
  background: linear-gradient(90deg,
  rgba(157, 137, 52, 1) 0%,
  rgba(255, 249, 230, 1) 69%,
  rgba(157, 137, 52, 1) 100%);
  box-shadow: 0px 0px 30px #00000080;
  text-align: center;
  transition: all 0.3s ease;
}

.side-menu .ctaBtn:hover {
  box-shadow: none;
}

.side-menu .btnOverlay {
  padding: 20px 68px;
}

.side-menu .btnOverlay:hover {
  background: rgba(255, 255, 255, 0.08);
  transition: opacity 0.3s ease;
}


.side-menu .ctaBtn .subtxt {
  color: var(--c-gray);
  font-family: "Noto Sans JP-SemiBold", Helvetica;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.75px;
  line-height: 24.0px;
}

.side-menu .ctaBtn .txt {
  display: flex;
  position: relative;
}

.side-menu .ctaBtn .maintxt {
  color: var(--c-black);
  font-family: "Noto Sans JP-SemiBold", Helvetica;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 3.90px;
  line-height: 41.6px;
}

.side-menu .ctaBtn .icon {
  position: absolute;
  top: 3px;
  right: 0;
}

.menu-mask {
  /* width: calc((100% - 1300px) / 2); */
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  pointer-events: none;
}

/* 背景オーバーレイ */
.overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: opacity 0.3s ease;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

.menu-overlay-left,
.menu-overlay-right {
  height: 100vh;
  background-color: rgba(34, 34, 34, 0.8);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* 表示時 */
.menu-overlay-left.active,
.menu-overlay-right.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.menu-overlay-left {
  width: 100%;
  left: 0;
  z-index: 9998;
  /* メニュー本体より下、mainより上 */
}

.menu-overlay-right {
  /* width: calc((100vw - 1315px) / 2); */
  right: 0;
  z-index: 10001;
  /* メニュー本体より下、mainより上 */
}

main.content {
  /* max-width: 1300px; */
  width: 100%;
  margin: 0 auto;
}

main .wrapper {}

.fv {
  width: 100%;
  height: 700px;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}

.fv .leftSide {
  /* width: 770px; */
  width: 60%;
  padding: 110px 0 0 calc(100vw - 40vw - 670px);
  background-image: url('/wp-content/themes/4d-stretch/img/lp/golf/fv_bgi1.jpg');
  position: relative;
}

.fv .ttl {
  margin-bottom: 60px;
}

.fv .ttl .main {
  margin-bottom: 20px;
  color: #baad73;
  font-family: "Noto Sans JP-SemiBold", Helvetica;
  font-size: 55px;
  font-weight: 600;
  letter-spacing: 13.75px;
  line-height: 88.0px;
  text-shadow: 0px 0px 10px #00000080;
}

.fv .ttl .sub {
  color: var(--c-white);
  font-family: "Noto Sans JP-SemiBold", Helvetica;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 4.00px;
  line-height: 35.2px;
}

.fv .ctaBtn {
  width: 430px;
  height: 100px;
  padding: 20px 68px;
  background: linear-gradient(90deg,
      rgba(157, 137, 52, 1) 0%,
      rgba(255, 249, 230, 1) 69%,
      rgba(157, 137, 52, 1) 100%);
  box-shadow: 0px 0px 30px #00000080;
  text-align: center;
  display: block;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fv .ctaBtn:hover{
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.fv .ctaBtn .subtxt {
  color: var(--c-gray);
  font-family: "Noto Sans JP-SemiBold", Helvetica;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.75px;
  line-height: 24.0px;
}

.fv .ctaBtn .inner {
  display: flex;
  position: relative;
}

.fv .ctaBtn .maintxt {
  color: var(--c-black);
  font-family: "Noto Sans JP-SemiBold", Helvetica;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 3.90px;
  line-height: 41.6px;
}

.fv .ctaBtn .icon {
  position: absolute;
  top: 3px;
  right: 0;
}

.fv .rightSide {
  /* width: 530px; */
  width: 40%;
  background-image: url('/wp-content/themes/4d-stretch/img/lp/golf/fv_bgi2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.fv .flex {
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 20px;
  right: calc(40vw - 530px + 20px);
}

.fv .obj {}

.fv .product {
  position: absolute;
  bottom: -20px;
  right: -88px;
  z-index: 1;
}

.problem {
}

.problem .inner {
  width: 1300px;
  margin: 0 auto;
  padding: 100px 50px;
}

.problem figure{
  width: 100%;
  height: 850px;
  background-attachment: fixed;
  background-image: url('/wp-content/themes/4d-stretch/img/lp/golf/problem_bgi.jpg');
  background-size: cover;
  position: absolute;
  z-index: -1;
}

.problem .ttl {
  color: var(--c-white);
  font-family: "Noto Sans JP-SemiBold", Helvetica;
  font-weight: 600;
  text-align: center;
}

.problem .ttl .sub {
  margin-top: 30px;
  font-size: 24px;
  letter-spacing: 2.40px;
  line-height: 43.2px;
}

.problem .ttl .main {
  font-size: 40px;
  letter-spacing: 4.00px;
  line-height: 72.0px;
}

.problem .gold {
  color: var(--c-lightgold);
}

.problem .content {
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.problem .content .inner {
  width: calc(50% - 10px);
  padding: 15px 30px;
  background-color: #f6f6f6d9;
  border: 2px solid;
  border-color: var(--c-white);
  display: flex;
  gap: 10px;
}

.problem .content .img {
  position: relative;
  top: 4px;
}

.problem .content .txt {
  color: var(--c-black);
  font-family: "Noto Sans JP-SemiBold", Helvetica;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 36.0px;
}

.problem .conclusion {
  margin: 30px auto 0;
  color: var(--c-white);
  font-family: "Noto Sans JP-SemiBold", Helvetica;
  font-weight: 600;
  text-align: center;
}

.problem .conclusion .subtxt {
  font-size: 24px;
  letter-spacing: 2.40px;
  line-height: 43.2px;
}

.problem .conclusion .maintxt {
  font-size: 40px;
  letter-spacing: 4.00px;
  line-height: 72.0px;
}

.reason {
}

.reason .inner {
  width: 1300px;
  margin: 0 auto;
  padding: 100px 50px;
}

.reason figure{
  width: 100%;
  height: 1360px;
  background-attachment: fixed;
  background-image: url('/wp-content/themes/4d-stretch/img/lp/golf/reason_bgi1.jpg');
  background-size: cover;
  position: absolute;
  z-index: -1;
}

.reason .ttl {}

.reason .ttl .sub {
  width: fit-content;
  margin: 0 auto 30px;
  padding: 0px 20px;
  background-color: var(--c-white);
  box-shadow: 0px 0px 10px #00000012;
  color: var(--c-gray);
  font-family: "Noto Sans JP-SemiBold", Helvetica;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2.40px;
  line-height: 43.2px;
  text-align: center;
}

.reason .ttl .main {
  font-family: "Noto Sans JP-SemiBold", Helvetica;
  font-size: 40px;
  font-weight: 600;
  line-height: 72.0px;
  text-align: center;
}

.reason .black {
  color: #222222;
  letter-spacing: 1.60px;
}

.reason .green {
  color: #009ca0;
  letter-spacing: 1.60px;
}

.reason .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 50px 0;
}

.reason .content {
  width: 28.7%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}

.reason .content+.content::after {
  content: url('/wp-content/themes/4d-stretch/img/lp/golf/icon_tri_black.png');
  position: absolute;
  top: 243px;
  left: -52px;
}

.reason .content .img {}

.reason .content .txt {}

.reason .content .txt .sub {
  color: var(--c-gold);
  font-family: "Oswald-Bold", Helvetica;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.70px;
  margin-bottom: 5px;
}

.reason .content .txt .main {
  color: var(--c-black);
  font-family: "Noto Sans JP-SemiBold", Helvetica;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2.20px;
  line-height: 39.6px;
  margin-bottom: 20px;
}

.reason .content .txt .ex {
  color: var(--c-black);
  font-family: var(--txt-basic-PC-font-family);
  font-size: var(--txt-basic-PC-font-size);
  font-style: var(--txt-basic-PC-font-style);
  font-weight: var(--txt-basic-PC-font-weight);
  letter-spacing: var(--txt-basic-PC-letter-spacing);
  line-height: var(--txt-basic-PC-line-height);
}

.reason .conclusion {}

.reason .conclusion .bandTxt {
  width: fit-content;
  margin: 0 auto 15px;
  padding: 0px 30px;
  background-color: var(--c-black);
  color: #ffffff;
  font-family: "Noto Sans JP-SemiBold", Helvetica;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1.02px;
  line-height: 57.6px;
}

.reason .conclusion .txt {
  margin: 75px 0 10px;
  font-family: "Noto Sans JP-SemiBold", Helvetica;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2.20px;
  line-height: 48.4px;
  text-align: center;
}

.reason .conclusion .black {
  color: #222222;
  letter-spacing: 0.48px;
}

.reason .conclusion .blue {
  color: #009ca0;
  letter-spacing: 0.48px;
}

.reason .conclusion .gold {
  color: var(--c-lightgold);
}

.intro {
  position: relative;
}

.intro .inner {
  width: 1300px;
  margin: 0 auto;
  padding: 100px 50px;
}

.intro figure{
  width: 100%;
  height: 1076px;
  background-attachment: fixed;
  background-image: url('/wp-content/themes/4d-stretch/img/lp/golf/intro_bgi.jpg');
  background-size: cover;
  position: absolute;
  z-index: -1;
}

.intro .triObj {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.intro .product {
  position: absolute;
  top: -37px;
  left: calc((100vw - 1300px) / 2 + 382px);
  z-index: 1;
}

.intro .ttl {
  width: fit-content;
  margin-bottom: 75px;
}

.intro .ttl .sub {
  margin-bottom: 20px;
  color: var(--c-white);
  font-family: "Noto Sans JP-SemiBold", Helvetica;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2.20px;
  line-height: 48.4px;
}

.intro .ttl .logo {
  margin-right: 22px;
  vertical-align: middle;
}

.intro .ttl span {
  color: var(--c-white);
  font-family: "Noto Sans JP-SemiBold", Helvetica;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2.20px;
  line-height: 48.4px;
}

.intro .ttl .detail {
  width: 500px;
  margin-top: 50px;
  color: var(--c-white);
  font-family: var(--txt-basic-PC-font-family);
  font-size: var(--txt-basic-PC-font-size);
  font-style: var(--txt-basic-PC-font-style);
  font-weight: var(--txt-basic-PC-font-weight);
  letter-spacing: var(--txt-basic-PC-letter-spacing);
  line-height: var(--txt-basic-PC-line-height);
}

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

.intro .box {
  padding: 40px 50px;
  background-color: #f6f6f6d9;
  border: 3px solid;
  border-color: var(--c-white);
  text-align: center;
}

.intro .box .maintxt {
  color: var(--c-gray);
  font-family: "Noto Sans JP-SemiBold", Helvetica;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2.20px;
  line-height: 48.4px;
  position: relative;
  z-index: 1;
}

.intro .box .maintxt.green {
  color: var(--c-green);
}

.intro .box .subtxt {
  color: var(--c-black);
  font-family: var(--txt-basic-PC-font-family);
  font-size: var(--txt-basic-PC-font-size);
  font-style: var(--txt-basic-PC-font-style);
  font-weight: var(--txt-basic-PC-font-weight);
  letter-spacing: var(--txt-basic-PC-letter-spacing);
  line-height: var(--txt-basic-PC-line-height);
  text-align: center;
}

.intro .box .obj {
  margin-top: 25px;
}

.intro .polygon {}

.point {
}

.point figure {
  width: 100%;
  height: 2212px;
  background-attachment: fixed;
  background-image: url('/wp-content/themes/4d-stretch/img/lp/golf/point_bgi.jpg');
  background-size: cover;
  position: absolute;
  z-index: -1;
}

.point .inner {
  width: 1300px;
  margin: 0 auto;
  padding: 100px 50px;
}

.point .ttl {
  margin-bottom: 75px;
}

.point .ttl .txt {
  margin-bottom: 20px;
  color: var(--c-white);
  font-family: "Noto Sans JP-SemiBold", Helvetica;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 3.60px;
  line-height: 79.2px;
  text-align: center;
}

.point .ttl .line {
  width: 70px;
  height: 6px;
  margin: 0 auto;
  background: linear-gradient(90deg,
      rgba(157, 137, 52, 1) 0%,
      rgba(255, 249, 230, 1) 69%,
      rgba(157, 137, 52, 1) 100%);
}

.point .content {
  margin-bottom: 75px;
}

.point .box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 60px;
}

.point .box:nth-child(2) {
  width: 100%;
  margin: 100px auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: center;
  gap: 60px;
}

.point .box .img {}

.point .box .txt {}

.point .box .txt .num {
  margin-bottom: 10px;
  color: var(--c-lightgold);
  font-family: "Oswald-Bold", Helvetica;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.70px;
  line-height: 14px;
}

.point .box .txt .ttl {
  width: fit-content;
  margin-bottom: 30px;
  color: var(--c-white);
  font-family: "Noto Sans JP-SemiBold", Helvetica;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 2.60px;
  line-height: 46.8px;
}

.point .box .txt .detail {
  color: var(--c-white);
  font-family: var(--txt-basic-PC-font-family);
  font-size: var(--txt-basic-PC-font-size);
  font-style: var(--txt-basic-PC-font-style);
  font-weight: var(--txt-basic-PC-font-weight);
  letter-spacing: var(--txt-basic-PC-letter-spacing);
  line-height: var(--txt-basic-PC-line-height);
}

.point .box .txt .note {
  color: #bbbbbb;
  font-family: "Noto Sans JP-Regular", Helvetica;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.65px;
  line-height: 26px;
}

.point .youtube {
  margin: 0 100px;
  padding: 50px 75px;
  background-color: #f6f6f6;
  border: 2px solid;
  border-color: transparent;
  border-image: linear-gradient(90deg,
      rgba(157, 137, 52, 1) 0%,
      rgba(255, 249, 230, 1) 69%,
      rgba(157, 137, 52, 1) 100%) 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.point .youtube .txt {
  width: 350px;
}

.point .youtube .txt .main {
  margin-bottom: 20px;
  color: var(--c-gold);
  font-size: 32px;
  letter-spacing: 3.20px;
  line-height: 57.6px;
  font-family: "Noto Sans JP-SemiBold", Helvetica;
  font-weight: 600;
}

.point .youtube .txt .sub {
  font-family: var(--txt-basic-PC-font-family);
  font-weight: var(--txt-basic-PC-font-weight);
  color: var(--c-black);
  font-size: var(--txt-basic-PC-font-size);
  letter-spacing: var(--txt-basic-PC-letter-spacing);
  line-height: var(--txt-basic-PC-line-height);
  font-style: var(--txt-basic-PC-font-style);
}

.point .youtube .img {}

.youtube .youtube-container {
  background-color: #000;
  overflow: hidden;
  cursor: pointer;
}

.youtube-container p{
  padding-top: 3px;
  background-color: #f6f6f6;
  text-align: center;
}

.youtube-container iframe {
  width: 450px !important;
  height: 282px !important;
  border: none;
  display: block;
}

.youtube-thumbnail {}

.voice {
}

.voice figure {
  width: 100%;
  height: 2410px;
  background-attachment: fixed;
  background-image: url('/wp-content/themes/4d-stretch/img/lp/golf/voice_bgi.jpg');
  background-size: cover;
  position: absolute;
  z-index: -1;
}

.voice .inner {
  width: 1300px;
  margin: 0 auto;
  padding: 100px 50px;
}

.voice .ttl {
  margin-bottom: 75px;
}

.voice .ttl .txt {
  color: var(--c-black);
  font-family: "Noto Sans JP-SemiBold", Helvetica;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 3.60px;
  line-height: 79.2px;
  text-align: center;
}

.voice .ttl .line {
  width: 70px;
  height: 6px;
  margin: 0 auto;
  background-color: var(--c-green);
}

.voice .box {
  display: flex;
  gap: 50px;
}

.voice .box:nth-child(2) {
  margin: 100px auto;
  display: flex;
  flex-direction: row-reverse;
  gap: 50px;
}

.voice .box .img {}

.voice .box .txt {}

.voice .box .txt .band {
  width: fit-content;
  margin-bottom: 15px;
  padding: 0px 10px;
  background-color: var(--c-green);
  color: var(--c-white);
  font-family: "Noto Sans JP-Bold", Helvetica;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2.20px;
  line-height: 39.6px;
}

.voice .box .txt .sub {
  margin-bottom: 30px;
  color: var(--c-gray);
  font-family: var(--txt-basic-PC-font-family);
  font-size: var(--txt-basic-PC-font-size);
  font-style: var(--txt-basic-PC-font-style);
  font-weight: var(--txt-basic-PC-font-weight);
  letter-spacing: var(--txt-basic-PC-letter-spacing);
  line-height: var(--txt-basic-PC-line-height);
}

.voice .box .txt .main {
  color: var(--c-black);
  font-family: var(--txt-basic-PC-font-family);
  font-weight: var(--txt-basic-PC-font-weight);
  font-style: var(--txt-basic-PC-font-style);
  font-size: var(--txt-basic-PC-font-size);
  letter-spacing: var(--txt-basic-PC-letter-spacing);
  line-height: var(--txt-basic-PC-line-height);
}

.voice .youtube {
  margin: 75px 100px 0;
  padding: 50px 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  background-color: #f6f6f6;
  border: 2px solid;
  border-color: transparent;
  border-image: linear-gradient(90deg,
      rgba(157, 137, 52, 1) 0%,
      rgba(255, 249, 230, 1) 69%,
      rgba(157, 137, 52, 1) 100%) 1;
}

.voice .youtube .txt {
  width: 355px;
}

.voice .youtube .txt .main {
  margin-bottom: 20px;
  color: var(--c-gold);
  font-family: "Noto Sans JP-SemiBold", Helvetica;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 2.5px;
  line-height: 57.6px;
}

.voice .youtube .txt .sub {
  color: var(--c-black);
  font-family: var(--txt-basic-PC-font-family);
  font-size: var(--txt-basic-PC-font-size);
  font-style: var(--txt-basic-PC-font-style);
  font-weight: var(--txt-basic-PC-font-weight);
  letter-spacing: var(--txt-basic-PC-letter-spacing);
  line-height: var(--txt-basic-PC-line-height);
}

.qa {
  padding: 100px calc((100vw - 1300px) / 2 + 225px);
  background: linear-gradient(235deg,
      rgba(0, 178, 183, 1) 0%,
      rgba(0, 109, 112, 1) 100%);
}

.qa .ttl {
  margin-bottom: 50px;
}

.qa .ttl .txt {
  color: var(--c-white);
  font-family: "Noto Sans JP-SemiBold", Helvetica;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 3.60px;
  line-height: 79.2px;
  text-align: center;
}

.qa .ttl .line {
  width: 70px;
  height: 6px;
  margin: 0 auto;
  background: linear-gradient(90deg,
      rgba(157, 137, 52, 1) 0%,
      rgba(255, 249, 230, 1) 69%,
      rgba(157, 137, 52, 1) 100%);
}

.qa .box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.qa .question {
  padding: 20px 30px;
  background-color: var(--c-white);
}

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

.qa .txt {
  color: var(--c-black);
  font-family: "Noto Sans JP-SemiBold", Helvetica;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.80px;
  line-height: 32px;
}

.qa .txt img {
  width: auto;
  margin-right: 15px;
  vertical-align: text-bottom;
}

.answer {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.5s ease, opacity 0.5s ease;
}

/* アニメーション対象外にする余白などは answer-inner 側へ */
.answer-inner {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
  opacity: 0;
  transition: opacity 0.5s ease;
}

/* 開いたとき */
.question.open .answer {
  /* height は JavaScript で scrollHeight に設定済 */
  opacity: 1;
}

/* 開いたときに answer-inner をフェードイン */
.question.open .answer .answer-inner {
  opacity: 1;
}

.story {
}

.story figure {
  width: 100%;
  height: 1004px;
  background-attachment: fixed;
  background-image: url('/wp-content/themes/4d-stretch/img/lp/golf/story_bgi.jpg');
  background-size: cover;
  position: absolute;
  z-index: -1;
}

.story .inner {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
}

.story .leftSide {
  width: 700px;
  margin: 100px 50px 0 50px;
}

.story .ttl {
  margin-bottom: 50px;
}

.story .ttl .subtxt {
  font-family: var(--txt-basic-PC-font-family);
  font-weight: var(--txt-basic-PC-font-weight);
  color: var(--c-gray);
  font-size: var(--txt-basic-PC-font-size);
  letter-spacing: var(--txt-basic-PC-letter-spacing);
  line-height: var(--txt-basic-PC-line-height);
  font-style: var(--txt-basic-PC-font-style);
}

.story .ttl .maintxt {
  font-family: "Noto Sans JP-SemiBold", Helvetica;
  font-weight: 600;
  color: var(--c-gold);
  font-size: 40px;
  letter-spacing: 4.00px;
  line-height: 72.0px;
}

.story .content .txt {
  margin-bottom: 50px;
  font-family: var(--txt-basic-PC-font-family);
  font-weight: var(--txt-basic-PC-font-weight);
  color: var(--c-black);
  font-size: var(--txt-basic-PC-font-size);
  letter-spacing: var(--txt-basic-PC-letter-spacing);
  line-height: var(--txt-basic-PC-line-height);
  font-style: var(--txt-basic-PC-font-style);
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.story .content .txt .color {
  font-family: "Noto Sans JP-SemiBold", Helvetica;
  font-weight: 600;
  color: var(--c-gold);
  font-size: 22px;
  letter-spacing: 1.10px;
  line-height: 44px;
}

.story .content .name {
  margin-bottom: 50px;
  text-align: right;
  font-family: "Noto Sans JP-Regular", Helvetica;
  font-weight: 400;
  color: var(--c-gray);
  font-size: 13px;
  letter-spacing: 0.65px;
  line-height: 26px;
}

.story .content .img {
  margin-bottom: 40px;
  text-align: right;
}

.story .rightSide {
  width: 500px;
  overflow: hidden;
}

.story .rightSide img{
  width: 100%;
}

.cta {
  padding: 100px 0px;
  background: linear-gradient(180deg,
      rgba(0, 30, 31, 1) 0%,
      rgba(0, 156, 160, 1) 100%);
  }
    
.cta .ttl {
  margin-bottom: 30px;
  color: var(--c-white);
  font-family: "Noto Sans JP-SemiBold", Helvetica;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2.20px;
  line-height: 48.4px;
  text-align: center;
}

.cta .btn {
  width: 645px;
  height: 150px;
  margin: 0 auto;
  padding: 15px 90px;
  box-shadow: 0px 0px 45px #00000080;
  background: linear-gradient(90deg,
      rgba(157, 137, 52, 1) 0%,
      rgba(255, 249, 230, 1) 69%,
      rgba(157, 137, 52, 1) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta .btn:hover{
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}


.cta .btn .sub {
  width: fit-content;
  color: var(--c-gray);
  font-family: "Noto Sans JP-SemiBold", Helvetica;
  font-size: 22.5px;
  font-weight: 600;
  letter-spacing: 1.12px;
  line-height: 36.0px;
}

.cta .btn .main {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}

.cta .btn .main .txt {
  color: var(--c-black);
  font-family: "Noto Sans JP-SemiBold", Helvetica;
  font-size: 39px;
  font-weight: 600;
  letter-spacing: 5.85px;
  line-height: 62.4px;
}

.cta .btn .main .icon {
  width: 51px;
  height: 51px;
}

.copyright .txt {
  padding: 30px 0px;
  color: var(--c-gold);
  font-family: "Oswald-Regular", Helvetica;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28.8px;
  text-align: center;
}

.pc {
  display: block;
}

.sp {
  display: none;
}


@media screen and (max-width: 1299px) {

  .header {
    max-width: 375px;
    height: auto;
    margin: 0 auto;
    padding: 10px;
  }

  .header .logo {
    width: 90px;
    height: 30px;
  }

  .header_inner {
    gap: 10px;
  }

  .header .cta_btn {
    padding: 10px;
    gap: 5px;
  }

  .header .icon_line {
    width: 16px;
    height: 16px;
    position: relative;
    top: -1px;
  }

  .header .cta_txt {
    font-size: 14px;
    gap: 5px;
  }

  .header .hamburger {}

  .header .hamburger_btn {
    width: 28px;
    height: 14px;
    position: relative;
    top: -8px;
    left: 1px;
  }

  .header .hamburger_txt {
    width: 30px;
  }

  .hamburger-icon {}

  /* サイドメニュー */
  .side-menu {
    width: 375px;
    height: auto;
    right: calc((100% - 375px) / 2);
    transform: translateX(375px);
  }

  .side-menu.active {
    height: auto;
    transform: translateX(0);
  }

  .menu-mask {
    width: calc((100% - 375px) / 2);
    background: #fff;
    pointer-events: none;
  }

  .side-menu.active+.menu-mask {
    opacity: 0;
    visibility: hidden;
  }

  .side-menu .inner {
    padding: 0 10px;
    display: flex;
    align-items: center;
    gap: 47px;
  }

  .side-menu .menu_header {
    margin: 10px 0;
    display: flex;
    gap: 10px;
  }

  .side-menu .cta_btn {
    padding: 10px;
    gap: 3px;
  }

  .side-menu .icon_line {
    width: 16px;
    height: 16px;
  }

  .side-menu .cta_txt {
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 22.4px;
  }

  .side-menu .symbol {
    width: 26px;
    margin: 0 auto;
  }

  .side-menu .txt {
    width: 35px;
    position: relative;
    top: 1px;
  }

  .side-menu .txt {
    width: 100%;
  }

  .side-menu .content {
    margin: 40px 20px 48px;
    display: flex;
    gap: 40px;
  }

  .side-menu .flex_c {}

  .side-menu .flex {}

  .side-menu .list {
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 32px;
  }

  .side-menu .icon {}

  .side-menu .line {
    margin: 20px 0;
  }

  .side-menu .ctaBtn {
    width: 295px;
    height: 80px;
    margin: 0 auto;
    padding: 13.5px 34.5px;
  }

  .side-menu .ctaBtn .subtxt {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.65px;
    line-height: 20.8px;
  }


  .side-menu .ctaBtn .maintxt {
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 32px;
  }

  .side-menu .ctaBtn .icon {
    position: absolute;
    top: 5px;
  }

  .side-menu .btnOverlay{
    padding: 0;
  }
  
  .menu-overlay-left {}

  .menu-overlay-right {
    width: calc((100vw - 390px) / 2);
  }

  main.content {
    max-width: 375px;
    margin: 0 auto;
  }

  main .wrapper {}

  .fv {
    height: auto;
    display: block;
  }

  .fv .rightSide {
    width: 100%;
    height: 340px;
    background-image: url('/wp-content/themes/4d-stretch/img/lp/golf/sp_fv_bgi2.jpg');
    position: static;
  }

  .fv .product {
    position: absolute;
    right: 20px;
    left: auto;
    top: 170px;
    width: 64%;
  }

  .fv .product img {
    width: 100%;
  }

  .fv .product img/lp/golf/ {
    width: 100%;
  }

  .fv .leftSide {
    width: 100%;
    height: auto;
    padding: 50px 20px;
    background-image: url('/wp-content/themes/4d-stretch/img/lp/golf/sp_fv_bgi1.jpg');
  }

  .fv .ttl {
    margin-bottom: 30px;
  }

  .fv .ttl .main {
    margin-bottom: 30px;
  }

  .fv .ttl .main {
    margin-bottom: 15px;
    font-size: 38px;
    letter-spacing: 6.5px;
    line-height: 60.8px;
  }

  .fv .ttl .sub {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3.5px;
    line-height: 30.8px;
  }

  .fv .ctaBtn {
    width: 295px;
    height: 80px;
    margin: 0 auto;
    padding: 13.5px 34.5px;
  }

  .fv .ctaBtn {
    margin-bottom: 30px;
    font-size: 13px;
    letter-spacing: 0.65px;
    line-height: 20.8px;
  }

  .fv .ctaBtn .maintxt {
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 32px;
  }

  .fv .ctaBtn .icon {
    position: absolute;
    top: 5px;
    right: 0px;
    width: 24px;
    height: 24px;
  }

  .fv .flex {
    display: flex;
    gap: 5px;
    position: static;
  }

  .fv .obj img {
    width: 100%;
  }

  .problem {
    background-image: url('/wp-content/themes/4d-stretch/img/lp/golf/sp_problem_bgi.jpg');
    background-size: contain;
  }
  
  .problem figure{
    display: none;
  }

  .problem .inner {
    width: 375px;
    margin: 0 auto;
    padding: 75px 20px;
  }

  .problem .ttl .sub {
    margin-top: 0;
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 32.4px;
  }

  .problem .ttl .main {
    font-size: 24px;
    letter-spacing: 1.8px;
    line-height: 36px;
  }

  .problem .content {
    margin: 30px auto;
    display: block;
  }

  .problem .content .inner {
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
  }

  .problem .content .img {
    width: 26px;
    height: 26px;
    margin-top: 1px;
  }

  .problem .content .img img {
    width: 14px;
  }

  .problem .content .txt {
    font-size: 16px;
    line-height: 24px;
  }

  .problem .conclusion {
    margin-bottom: 0;
  }

  .problem .conclusion .subtxt {
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 32.4px;
  }

  .problem .conclusion .maintxt {
    font-size: 36px;
    letter-spacing: 3.6px;
    line-height: 54px;
  }

  .reason {
    background-image: url('/wp-content/themes/4d-stretch/img/lp/golf/sp_reason_bgi1.jpg');
    background-size: contain;
  }
  
  .reason figure{
    display: none;
  }
  
  .reason .inner{
    width: 375px;
    padding: 75px 20px;
  }

  .reason .ttl .sub {
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 32.4px;
  }

  .reason .ttl .main {
    margin-bottom: 30px;
    padding: 0 36px;
    font-size: 24px;
    letter-spacing: 2.4px;
    line-height: 43.2px;
  }

  .reason .flex {
    display: block;
    margin: 20px 0 30px;
  }

  .reason .content {
    width: 100%;
    margin-bottom: 57px;
    display: block;
  }

  .reason .content+.content::after {
    text-align: center;
    position: absolute;
    top: -40px;
    right: 0;
    left: 0;
    transform: rotate(90deg);
  }

  .reason .content .img {
    margin-bottom: 25px;
  }

  .reason .content .img img {
    width: 100%;
  }

  .reason .content .txt .main {
    margin-bottom: 15px;
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 32.4px;
  }

  .reason .content .txt .ex {
    font-size: 14.7px;
    letter-spacing: 0px;
    line-height: 30px;
  }

  .reason .conclusion {
    margin-top: -27px;
  }

  .reason .conclusion .bandTxt {
    margin: 0 auto 5px;
    padding: 0 10px;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 36px;
  }

  .reason .conclusion .txt {
    margin: 50px 0 0;
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 35.2px;
  }

  .intro {
    background-image: url('/wp-content/themes/4d-stretch/img/lp/golf/sp_intro_bgi.jpg');
    background-size: cover;
  }
  
  .intro figure{
    display: none;
  }
  
  .intro .inner {
    width: 375px;
    padding: 75px 20px;
    position: relative;
  }

  .intro .triObj {
    position: absolute;
    top: 0px;
  }

  .intro .triObj img {
    width: 50px;
    height: 20px;
  }

  .intro .ttl {
    width: auto;
    margin-bottom: 0;
  }

  .intro .ttl span {
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 39.6px;
  }

  .intro .ttl .logo {
    width: 241px;
    margin-right: 10px;
  }

  .intro .ttl .detail {
    width: auto;
    font-size: 14px;
  }

  .intro .flex {
    display: block;
    margin-top: -20px;
  }

  .intro .box .obj img {
    width: 100%;
  }

  .intro .product {
    width: 115%;
    height: 250px;
    position: relative;
    top: auto;
    bottom: 0px;
    left: -30px;
  }

  .intro .product img {
    width: 100%;
  }

  .intro .box {
    padding: 25px 20px;
  }

  .intro .box .maintxt {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.8px;
    line-height: 39.6px;
  }

  .intro .box .maintxt.green {
    color: var(--c-green);
  }

  .intro .box .subtxt {
    font-size: 14.4px;
  }

  .intro .box .obj {
    margin-top: 20px;
  }

  .intro .polygon {
    margin: 15px;
    text-align: center;
    transform: rotate(90deg);
  }

  .point {
    padding: 75px 20px;
    background-image: url('/wp-content/themes/4d-stretch/img/lp/golf/sp_point_bgi.jpg');
  }

  .point figure{
    display: none;
  }

  .point .inner{
    width: auto;
    padding: 0;
  }

  .point .content {
    margin-bottom: 50px;
  }

  .point .ttl {
    margin-bottom: 30px;
  }

  .point .ttl .txt {
    margin-bottom: 10px;
    font-size: 28px;
    letter-spacing: 2.8px;
    line-height: 50.4px;
  }

  .point .ttl .line {
    width: 46px;
    height: 4px;
  }

  .point .box {
    display: block;
  }

  .point .box:nth-child(2) {
    margin: 50px auto;
    display: block;
  }

  .point .box .img {
    margin-bottom: 30px;
  }

  .point .box .img img {
    width: 100%;
  }

  .point .box .txt .ttl {
    margin-bottom: 15px;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 36px;
  }

  .point .box .txt .detail {
    margin-bottom: 10px;
  }

  .point .box .txt .note {
    font-size: 11px;
    letter-spacing: 0.55px;
    line-height: 22px;
  }

  .point .youtube {
    margin: 0;
    padding: 20px 25px;
    display: block;
  }

  .point .youtube .txt {
    width: auto;
  }

  .point .youtube .txt .main {
    margin-bottom: 10px;
    font-size: 24px;
    letter-spacing: 2.4px;
    line-height: 42.2px;
  }

  .point .youtube .txt .sub {
    margin-bottom: 20px;
    font-size: 13.8px;
  }

  .point .youtube .img img {
    width: 100%;
  }

  .youtube-container {
    display: block;
    cursor: pointer;
  }

  .youtube-container p{
    font-family: var(--txt-basic-PC-font-family);
    font-size: 14px;
    font-weight: var(--txt-basic-PC-font-weight);
    letter-spacing: 0.7px;
  }

  .youtube-container iframe {
    width: 100% !important;
    height: 158px !important;
    border: none;
    display: block;
    pointer-events: auto;
  }

  .youtube-thumbnail {
    width: 100%;
    height: 158px;
    object-fit: contain;
  }

  .voice {
    padding: 75px 20px;
    background-image: url('/wp-content/themes/4d-stretch/img/lp/golf/sp_reason_bgi1.jpg');
  }

  .voice figure{
    display: none;
  }

  .voice .inner{
    width: auto;
    padding: 0;
  }

  .voice .ttl {
    margin-bottom: 30px;
  }

  .voice .ttl .txt {
    margin-bottom: 10px;
    font-size: 28px;
    letter-spacing: 2.8px;
    line-height: 50.4px;
  }

  .voice .ttl .line {
    width: 46px;
    height: 4px;
  }

  .voice .box {
    display: block;
  }

  .voice .box:nth-child(2) {
    margin: 50px auto;
    display: block;
  }

  .voice .box .img {
    margin-bottom: 30px;
  }

  .voice .box .img img {
    width: 100%;
  }

  .voice .box .txt .band {
    margin-bottom: 5px;
    padding: 0 10px;
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 32.4px;
  }

  .voice .box .txt .sub {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .voice .box .txt .main {
    font-size: 14px;
  }

  .voice .youtube {
    margin: 50px 0 0;
    padding: 25px 20px;
    display: block;
  }

  .voice .youtube .txt {
    width: auto;
    margin-bottom: 20px;
  }

  .voice .youtube .txt .main {
    width: auto;
    margin-bottom: 0;
    font-size: 24px;
    letter-spacing: 2.4px;
    line-height: 43.2px;
  }

  .voice .youtube .txt .sub {
    font-size: 14px;
  }

  .voice .youtube .img img {
    width: 100%;
  }

  .qa {
    padding: 75px 20px;
  }

  .qa .ttl {
    margin-bottom: 30px;
  }

  .qa .ttl .txt {
    margin-bottom: 10px;
    font-size: 28px;
    letter-spacing: 2.8px;
    line-height: 50.4px;
  }

  .qa .ttl .line {
    width: 46px;
    height: 4px;
  }

  .qa .question {
    padding: 20px;
  }

  .qa .txt {
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 28px;
  }

  .qa .txt img {
    width: 10px;
    margin-right: 8px;
  }

  .story {
    background-image: none;
    display: block;
  }

  .story figure{
    display: none;
  }

  .story .inner{
    width: auto;
    padding: 0;
    display: block;
  }

  .story .rightSide {
    width: auto;
  }

  .story .rightSide img {
    width: 100%;
  }

  .story .leftSide {
    width: 100%;
    margin: 0;
    padding: 50px 20px;
    background-image: url('/wp-content/themes/4d-stretch/img/lp/golf/sp_story_bgi.jpg');
  }

  .story .ttl {
    margin-bottom: 30px;
  }

  .story .ttl .subtxt {
    font-size: 15px;
  }

  .story .ttl .maintxt {
    font-size: 30px;
    letter-spacing: 3px;
    line-height: 54px;
  }

  .story .content {
    margin-bottom: 54px;
  }

  .story .content .txt {
    margin-bottom: 30px;
    font-size: 14px;
    display: flex;
    gap: 20px;
  }

  .story .content .txt .color {
    font-size: 18px;
    letter-spacing: 0.9px;
    line-height: 36px;
  }

  .story .content .name {
    margin-bottom: 10px;
    font-size: 11px;
    letter-spacing: 0.55px;
    line-height: 22px;
  }

  .story .content .img {
    margin-bottom: 0;
  }

  .story .content .img img {
    width: 105px;
  }

  .cta {
    padding: 100px 20px;
  }

  .cta .ttl {
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 39.6px;
  }

  .cta .btn {
    width: auto;
    height: auto;
    padding: 18px 34.5px;
  }

  .cta .btn .sub {
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 19.6px;
  }

  .cta .btn .main {
    display: inline-flex;
    gap: 5px;
  }

  .cta .btn .main .txt {
    font-size: 24px;
    letter-spacing: 3px;
    line-height: 38.4px;
  }

  .cta .btn .main .icon {
    width: 30px;
    height: 30px;
  }

  .cta .btn .main .icon img {
    width: 100%;
  }

  footer {}

  .copyright .txt {
    padding: 20px 0;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 23.4px;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

}


@media screen and (max-width: 375px) {
  .header {
    margin: 0;
  }

}