@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");

:root {
  --fw-normal: 400;
  --fw-md: 500;
  --fw-bold: 600;
}

.position-relative {
  position: relative;
}

/* html,body{
  scroll-behavior: smooth;
} */
.w-100 {
  width: 100%;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

.menu-items-ct-sp {
  margin-bottom: 45px !important;
}
#section-best-studio {
  padding: 40px 0px;
  background-color: #e43844;
  color: #fff;
  font-family: 'Noto Sans JP',sans-serif;
}
.item-program-mb-ct {
  position: relative;
}
.g-heading {
  margin: 10px 0px 30px 0px;
}
.g-heading .g-heading-tit {
  font-size: 20px;
  font-weight: bold;
}
.g-heading .g-heading-sup {
  font-size: 16px;
  font-weight: 500;
}
.heading-arrow {
  display: inline-block;
  position: relative;
  border: 1px solid #fff;
  z-index: 1;
}

.heading-arrow::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #e43844;
  border: 1px solid #fff;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  z-index: 2;
}
.heading-arrow > span {
  position: relative;
  z-index: 3;
  padding: 10px;
  background-color: #e43844;
  display: block;
  font-weight: 500;
}
.primary-button.btn-lg {
  width: 410px;
}
.item-program-mb-ct:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.1;
}
.heading-button-bottom {
  margin-top: 20px;
  font-size: 12px;
}
.detail-best-studio {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.detail-best-studio > div {
  flex: 1;
}
#section-best-studio .detail-best-studio {
  margin-top: 40px;
}
#section-best-studio .wrap-iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
}
.div-block {
  height: 720px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url("../images/image2.png");
  background-size: cover;
  background-attachment: scroll;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
  mix-blend-mode: normal;
}

.container {
  width: 100%;
}

.box-container {
  position: relative;
  max-width: 1055px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 15px;
}

#sec-newbie {
  background-color: #c7011a;
  color: #fff;
}

.section-program {
  padding: 80px 0 100px 0;
}

#sec-play-2 {
  background-color: #333333;
  color: #fff;
}

#sec-extra {
  background-color: #000;
  color: #fff;
}

.list-slider {
  margin: 0 -15px;
  padding-top: 90px;
}

.btn-fix {
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 6;
}

.item-box {
  margin: 10px 15px;
  /* border:5px solid transparent; */
}

.item-box:hover {
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.3);
}

#sec-extra .item-box:hover {
  box-shadow: 0 0 8px 5px rgba(255, 255, 255, 0.3);
}

.item-box .text-block-41 {
  text-align: left !important;
}

.item-box .text-block-62 {
  width: 100%;
  margin-top: 20px;
  text-align: left;
}

.item-box .div-block-36 {
  padding: 20px 15px;
  justify-content: flex-start;
}

.slick-dots {
  bottom: -45px;
}

.slick-dots li button {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.slick-dots li button:before {
  color: transparent;
}

.slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
  font-size: 14px;
  width: 12px;
  height: 12px;
  top: -2px;
  left: 0;
}

@-moz-document url-prefix() {
  .slick-dots li.slick-active button::before {
    color: #fff;
    opacity: 1;
    font-size: 14px;
    width: 12px;
    height: 12px;
    top: -3px;
    left: 0px;
  }
}

.arrow-left {
  position: relative;
}

.arrow-left:before {
  content: "";
  position: absolute;
  left: 1px;
  top: -5px;
  width: 20px;
  height: 20px;
  border-top: solid 3px currentColor;
  border-right: solid 3px currentColor;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.arrow-left.slick-arrow {
  left: -30px;
}

.slick-arrow:hover {
  opacity: 0.5;
}

.slick-arrow {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
}

.arrow-right.slick-arrow {
  right: -30px;
}

.arrow-right {
  position: relative;
}

.arrow-right:before {
  content: "";
  position: absolute;
  right: 1px;
  top: -5px;
  width: 20px;
  height: 20px;
  border-top: solid 3px currentColor;
  border-right: solid 3px currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*a.btn-link {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  padding: 8px;
  background-color: #c7011a;
  border-bottom: 3px solid #6e0014;
}
a.btn-link:hover {
  background-color: #6e0014;
  
}*/

a.btn-link .box-link {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  padding: 8px;
  background-color: #c7011a;
  border-bottom: 3px solid #6e0014;
}

a.btn-link .box-link:hover {
  background-color: #6e0014;
  border-bottom: 0px solid #6e0014;
  border-top: 3px solid transparent;
}

a.btn-link .box-link img {
  max-width: 14px;
  display: inline-block;
  margin-left: 5px;
}

/*.item-box .btn-link{
  position: relative;
}
.item-box .btn-link:hover{
  top: 2px;
}*/

a.btn-link > img {
  max-width: 14px;
  display: inline-block;
  margin-left: 5px;
}

.btn-fix .primary-button {
  background: #666666;
  border-color: #4d4d4d;
  align-items: baseline;
  padding: 0 15px;
  transition: none;
}

.btn-fix .primary-button:hover {
  background-color: #000 !important;
}

.btn-fix .primary-button .text-block-32 {
  color: #fff;
  font-size: 14px;
}

.btn-fix .primary-button .div-block-30 {
  width: 100%;
  transform: inherit;
}

.btn-fix .primary-button img {
  height: inherit;
  width: 8px;
}

.item-box .div-block-40 {
  position: absolute;
  bottom: 25px;
  z-index: 6;
}

.section-program .header .heading-24 {
  margin: 0;
  font-size: 24px;
}

.section-program .header .text-block-62 {
  margin: 0;
}

.h-underline {
  position: relative;
}

.h-underline::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: #fff;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.item-box .div-block-36 {
  position: relative;
}

.item-box .div-block-36::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0px;
  left: 0px;
}

.item-box .div-block-36:hover {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.32);
}

.program-1 div.div-block-36 {
  background-image: linear-gradient(180deg, transparent, transparent),
    url(../images/fitting-pc-th-1.jpg);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(transparent),
      to(transparent)
    ),
    url(../images/fitting-pc-th-1.jpg);
}

.program-2 div.div-block-36 {
  background-image: linear-gradient(180deg, transparent, transparent),
    url(../images/1st-mtm-lesson-pc-th-2.jpg);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(transparent),
      to(transparent)
    ),
    url(../images/1st-mtm-lesson-pc-th-2.jpg);
}

.program-3 div.div-block-36,
.program-4 div.div-block-36 {
  background-image: linear-gradient(180deg, transparent, transparent),
    url(../images/100-lesson-pc-th-3-2.jpg);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(transparent),
      to(transparent)
    ),
    url(../images/100-lesson-pc-th-3-2.jpg);
}

.program-4 div.div-block-36 {
  background-image: linear-gradient(180deg, transparent, transparent),
    url(../images/thumb-pro-4.jpeg);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(transparent),
      to(transparent)
    ),
    url(../images/thumb-pro-4.jpeg);
}

.program-4 div.div-block-36 {
  background-image: linear-gradient(180deg, transparent, transparent),
    url(../images/thumb-pro-4.jpeg);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(transparent),
      to(transparent)
    ),
    url(../images/thumb-pro-4.jpeg);
}

.program-5 div.div-block-36 {
  background-image: linear-gradient(180deg, transparent, transparent),
    url(../images/repeat-mtm-pc-th-4.jpg);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(transparent),
      to(transparent)
    ),
    url(../images/repeat-mtm-pc-th-4.jpg);
}

.program-6 div.div-block-36 {
  background-image: linear-gradient(180deg, transparent, transparent),
    url(../images/course-lesson-pc-th-5.jpg);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(transparent),
      to(transparent)
    ),
    url(../images/course-lesson-pc-th-5.jpg);
}

.program-7 div.div-block-36 {
  background-image: linear-gradient(180deg, transparent, transparent),
    url(../images/bigtilt-pc-th-6.jpg);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(transparent),
      to(transparent)
    ),
    url(../images/bigtilt-pc-th-6.jpg);
}

.image {
  width: 224px;
  background-image: url("../images/logo-svg-test.svg");
  background-position: 0px 0px;
  background-size: auto;
  opacity: 1;
  mix-blend-mode: difference;
}

.item-box .div-block-41 {
  z-index: 6;
  width: 100%;
}

.btn-fix .primary-button .icon-up img {
  transform: rotate(180deg);
}

.button {
  width: 181px;
}

#sec-play-2 .btn-fix {
  top: 0;
}

.box-container-child {
  max-width: 680px;
  margin: 0 auto;
}

.item-box .div-block-41 .text-block-41 {
  z-index: 6;
  width: 100%;
  font-size: 24px;
}

.item-box .price.text-block-62 {
  margin-top: 50px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 181px;
  height: 47px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #000;
  border-radius: 40px;
  background-color: #fff;
  mix-blend-mode: darken;
}

.div-block-custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 60px;
}

.div-block-custom a {
  width: 33.33%;
}

.menu-item-custom-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 278px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.32)),
      to(rgba(0, 0, 0, 0.32))
    ),
    url("../images/menu-image3.png");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.32),
      rgba(0, 0, 0, 0.32)
    ),
    url("../images/menu-image3.png");
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.item-program-custom-mb {
  position: relative;
  margin-bottom: 10px !important;
}

.div-block-custom {
  cursor: pointer;
  justify-content: space-between;
  flex-wrap: wrap;
}

.div-block-custom,
.menu-item-custom-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  /* -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;*/
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-custom .menu-item-custom {
  filter: brightness(100%);
  width: calc(33.33% - 15px);
  transition: 0.4s;
  margin-bottom: 20px;
}

.div-block-item-custom {
  transition: 0.4s;
}

.div-block-item-custom.mobile {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}

.div-block-item-custom.mobile .text-block-41 {
  font-size: 30px;
  line-height: 40px;
}

.div-block-item-custom.mobile .text-icon-link .text-block-42 {
  font-size: 25px;
}

.menu-item-custom:hover .div-block-item-custom {
  transform: translate3d(0px, -10px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

.menu-item-custom:hover {
  filter: brightness(149%);
}

.text-icon-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  justify-content: center;
}

.modal-popup-custom {
  transition: all 1.5s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  opacity: 0;
  z-index: -100;
  pointer-events: none;
}

.show-popup-program {
  opacity: 1;
  z-index: 1000;
  pointer-events: unset;
}

.text-block {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
}

.image-2 {
  margin-right: 5px;
}

.link-block {
  text-decoration: none;
}

.link-block.sp {
  display: none;
}

.kv-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 725px;
  height: 500px;
  margin-top: 0px;
  margin-left: 255px;
  padding-top: 124px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-2 {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 70px;
  font-weight: 900;
}

.text-block-2.sp {
  display: none;
}

.image-3 {
  width: 110px;
  height: 6px;
  margin-top: 30px;
}

.text-block-3 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 20px;
  font-weight: 500;
}

.text-block-4 {
  margin-top: 30px;
  font-family: "Times New Roman", TimesNewRoman, Times, Baskerville, Georgia,
    serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.text-block-4-v2 {
  margin-top: 30px;
  font-family: "Times New Roman", TimesNewRoman, Times, Baskerville, Georgia,
    serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

.link-block-2 {
  width: 90%;
  height: auto;
  margin-top: 40px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: url("../images/bg01.png");
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  display: block;
  margin-bottom: 50px;
  font-family: "Noto Sans JP", sans-serif;
  color: #c8001a;
  font-size: 56px;
  line-height: 70px;
  font-weight: 900;
}

.heading.pc {
  width: 100%;
  font-size: 56px;
}

.heading.sp {
  display: none;
}

.bold-text {
  color: #000;
  font-weight: 900;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-block-5 {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 33px;
  font-weight: 400;
}

.text-block-6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  line-height: 64px;
  font-weight: 700;
}

.bold-text-2 {
  font-size: 56px;
  font-weight: 900;
}

.bold-text-3 {
  font-size: 56px;
  font-weight: 900;
}

.text-block-7 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 33px;
  line-height: 55px;
  font-weight: 900;
}

.text-block-7.sp {
  display: none;
}

.image-4 {
  width: 471px;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/bg02.png");
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-9 {
  width: 75%;
}

.heading-2 {
  margin-top: 4px;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 70px;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-5 {
  width: 110px;
}

.text-block-8 {
  margin-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 58px;
  font-weight: 500;
  text-align: center;
}

.text-block-8.sp {
  display: none;
}

.text-block-9 {
  color: #fff;
  font-size: 30px;
  line-height: 47px;
  font-weight: 400;
}

.text-block-9.sp {
  display: none;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.text-block-10 {
  width: auto;
  height: auto;
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

.image-6 {
  width: 85%;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: 272.546875px;
  min-height: auto;
  margin-top: 0px;
  padding: 0px 10px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-11 {
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
  line-height: 25px;
}

.bold-text-4 {
  margin-right: 10px;
  font-size: 18px;
}

.bold-text-5 {
  font-size: 18px;
  font-weight: 700;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/bg04.png");
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: auto;
  margin-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-12 {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 55px;
  font-weight: 500;
}

.text-block-13 {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 70px;
  font-weight: 500;
}

.text-block-13.sp {
  display: none;
}

.bold-text-6 {
  font-size: 56px;
  font-weight: 900;
}

.text-block-14 {
  margin-bottom: 25px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 58px;
  font-weight: 900;
}

.text-block-14.sp {
  display: none;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 695px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/bg03.png");
  background-position: 50% 0%;
  background-size: 100% 100%;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-3 {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 56px;
  line-height: 70px;
  font-weight: 900;
  text-align: center;
}

.heading-3.pc {
  margin-top: 10px;
  margin-bottom: 15px;
}

.heading-3.sp {
  display: none;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-7 {
  width: 110px;
  height: 6px;
}

.text-block-15 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
}

.text-block-16 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  line-height: 42px;
  font-weight: 500;
}

.text-block-16.pc {
  font-size: 28px;
}

.text-block-16.sp {
  display: none;
}

.div-block-17 {
  width: 70%;
  height: 264px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 40px 60px 30px;
  border: 2px solid #000;
  background-color: #fff;
  background-image: url("../images/bg06.png");
  background-position: 90% -40%;
  background-size: auto;
  background-repeat: no-repeat;
}

.text-block-17 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-18 {
  width: auto;
  height: 30px;
  background-color: transparent;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
}

.div-block-18 {
  width: 280px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  background-color: #c8001a;
}

.text-block-19 {
  width: 70%;
  margin-bottom: 0px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 24px;
  font-weight: 400;
}

.div-block-17-copy {
  width: 70%;
  height: 264px;
  margin-top: 40px;
  padding: 40px 60px 30px;
  border: 2px solid #000;
  background-color: #fff;
  background-image: url("../images/bg05.png");
  background-position: 90% -40%;
  background-size: auto;
  background-repeat: no-repeat;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-20 {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 22px;
}

.text-block-21 {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 22px;
}

.text-block-22 {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 22px;
}

.image-8 {
  margin-bottom: 10px;
}

.image-9 {
  margin-bottom: 10px;
}

.image-10 {
  margin-bottom: 10px;
}

.text-block-23 {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}
.text-block-23.style-2 {
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.text-block-3.style-2 {
  line-height: 1.4;
  margin: 0px;
  width: 100%;
}
.text-block-24 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 33px;
}

.text-block-25 {
  margin-bottom: 15px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 29px;
  line-height: 47px;
  font-weight: 500;
}

.text-block-25.sp {
  display: none;
}

.bold-text-7 {
  margin-right: 10px;
  color: #c8001a;
  font-size: 50px;
}

.bold-text-8 {
  margin-right: 10px;
  color: #c8001a;
  font-size: 50px;
}

.bold-text-9 {
  font-size: 44px;
}

.bold-text-10 {
  font-size: 44px;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/bg07.png");
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af_golf_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af_golf_head.pc {
  width: 550px;
  max-width: 100%;
  min-width: 50%;
}

.af_golf_head.sp {
  display: none;
}

.text-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 4px;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  min-width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.text-block-27 {
  margin-top: 40px;
  margin-bottom: 60px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.text-block-28 {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 34px;
  font-weight: 500;
}

.image-11 {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/Red-bg.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 294px;
  margin-right: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 100%;
  min-width: 70%;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.text-block-29 {
  width: auto;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 39px;
  font-weight: 700;
}

.image-12 {
  width: 31px;
  height: 31px;
  margin-right: 5px;
}

.text-block-30 {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 900;
  text-align: center;
}

.text-block-31 {
  margin-top: 6px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 19px;
  font-weight: 400;
}

.link-block-3 {
  color: #000;
  text-decoration: none;
}

.text-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.primary-button,
.btn-style-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 4px solid #c9c9c9;
  background-color: #fff;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.primary-button:hover,
.btn-style-2:hover {
  border: 1px none #000;
  background-color: #d5d5d5;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
}

.image-13 {
  width: 5px;
  height: 8px;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/bg08.png");
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vid_block_title {
  padding: 100px 0 20px 0;
}

.vid_block {
  margin: 20px 0 0 0 !important;
  justify-content: center;
}

.text-block-33 {
  font-family: "Noto Sans JP", sans-serif;
}

.text-block-34 {
  margin-bottom: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 56px;
  line-height: 70px;
  font-weight: 900;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 40px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.video {
  width: auto;
  height: auto;
  margin-right: 20px;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  margin-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-35 {
  font-family: "EB Garamond", serif;
  font-weight: var(--fw-md);
  color: #000;
  font-size: 16px;
  line-height: 28px;
}

.bold-text-11 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
}

.text-block-36 {
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
}

.text-block-37 {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 28px;
}

.section-menu {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}

ul.menu-lp-studio {
  list-style-type: none;
  margin: 0px;
  display: flex;
  justify-content: center;
}

ul.menu-lp-studio a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  padding: 0 15px;
  display: inline-block;
}

ul.menu-lp-studio a:hover {
  color: #c7021a;
}

ul.menu-lp-studio a hr {
  width: 100px;
}

ul.menu-lp-studio a span {
  display: block;
}

ul.menu-lp-studio a span.txt-bottom {
  font-size: 12px;
}

.mobile-menu-icon {
  display: none;
  cursor: pointer;
}

.section-7,
.section-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin-top: 60px;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 278px;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.32)),
      to(rgba(0, 0, 0, 0.32))
    ),
    url("../images/menu-image1.png");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.32),
      rgba(0, 0, 0, 0.32)
    ),
    url("../images/menu-image1.png");
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.div-block-36:hover {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.32)),
      to(rgba(0, 0, 0, 0.32))
    ),
    url("../images/menu-image1.png");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.32),
      rgba(0, 0, 0, 0.32)
    ),
    url("../images/menu-image1.png");
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.div-block-36.new {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(transparent),
      to(transparent)
    ),
    url("../images/menuitem.png");
  background-image: linear-gradient(180deg, transparent, transparent),
    url("../images/menuitem.png");
  background-size: auto, cover;
}

.div-block-36.one-on-one {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(transparent),
      to(transparent)
    ),
    url("../images/one-one-one.png");
  background-image: linear-gradient(180deg, transparent, transparent),
    url("../images/one-one-one.png");
}

.image-14 {
  width: auto;
  background-color: #000;
}

.div-block-37 {
  width: 50%;
  padding-top: 40px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #fff;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 18px;
}

.text-block-38 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 12px;
}

.div-block-38 {
  height: 2px;
  margin-bottom: 10px;
  background-color: #6470ce;
}

.text-block-39 {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 24px;
}

.div-block-39 {
  width: 75%;
}

.menu-item-1 {
  width: 50%;
  height: auto;
  margin-right: 20px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
}

.menu-item-1.last {
  margin-right: 0px;
}

.text-block-40 {
  font-family: "Noto Sans JP", sans-serif;
}

.text-block-41 {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.text-block-42 {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.image-15 {
  margin-left: 10px;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-43 {
  width: 33%;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 60px;
}

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 278px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.32)),
      to(rgba(0, 0, 0, 0.32))
    ),
    url("../images/menu-image2.png");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.32),
      rgba(0, 0, 0, 0.32)
    ),
    url("../images/menu-image2.png");
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.menu-item-2 {
  width: 33%;
  margin-right: 20px;
  text-decoration: none;
}

.menu-item-3 {
  width: 50%;
  margin-right: 0px;
  text-decoration: none;
}

.link-block-5-copy {
  width: 33%;
  margin-right: 20px;
  text-decoration: none;
}

.menu-item-4 {
  width: 50%;
  margin-right: 20px;
  text-decoration: none;
}

.menu-item-3-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 278px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.32)),
      to(rgba(0, 0, 0, 0.32))
    ),
    url("../images/one-one-one.png");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.32),
      rgba(0, 0, 0, 0.32)
    ),
    url("../images/one-one-one.png");
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.menu-item-4-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 278px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.32)),
      to(rgba(0, 0, 0, 0.32))
    ),
    url("../images/menu-image4.png");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.32),
      rgba(0, 0, 0, 0.32)
    ),
    url("../images/menu-image4.png");
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.thumb-in-popup {
  max-width: 350px;
}

.secondary-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 3px;
  border-color: #000 #000 #6f1c23;
  background-color: #c8001a;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.secondary-button:hover {
  border-style: none;
  border-color: #000;
  background-color: #aa1410;
}

.white-button-texxt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 56px;
  line-height: 70px;
  font-weight: 900;
}

.heading-5.pc {
  margin-bottom: 10px;
}

.heading-5.sp {
  display: none;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 56px;
  line-height: 70px;
  font-weight: 900;
}

.section-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/bg09.png");
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.question-block {
  width: 100%;
  margin-bottom: 50px;
}

.text-block-43 {
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 35px;
  font-weight: 500;
}

.text-block-44 {
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 28px;
}

.text-block-45 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 22px;
}

.footer-light {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e4ebf3;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.footer-wrapper-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-block-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-title {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}

.footer-link-two {
  margin-top: 20px;
  color: #1a1b1f;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, 0.75);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0px;
}

.footer-form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-form-field {
  height: 48px;
  margin-bottom: 0px;
  padding: 12px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field:hover {
  border-color: #76879d;
}

.footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-webkit-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field:-ms-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #1a1b1f;
  background-image: url("../images/");
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #e4ebf3;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: -12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-link {
  margin-left: 12px;
}

.div-block-47 {
  margin-top: 20px;
}

.line {
  width: 100%;
  height: 1px;
  margin-top: 10px;
  background-color: #464646;
}

.modal-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(29, 29, 29, 0.66);
}

.modal-bg.program1 {
  display: none;
}

.modal-bg.program3 {
  display: none;
}

.modal-bg.program2 {
  display: none;
}

.modal-bg.program-4 {
  display: none;
}

.modal-bg.program-5 {
  display: none;
}

.modal-bg.batting-class {
  display: none;
}

.modal-bg.one-on-one {
  display: none;
}

.div-block-73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 90%;
  height: 100%;
  padding: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/bg09.png");
  background-position: 0px 0px;
  background-size: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.popup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  height: 65%;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 3px;
  border-color: #2ce2fc;
  border-radius: 10px;
  background-color: #101011;
}

.popup.blue {
  display: block;
  overflow: auto;
  width: 75%;
  height: 100%;
  /*  margin-left: 5%;*/
  margin: auto;
  padding-bottom: 5%;
  border-style: none;
  border-radius: 0px;
  background-color: transparent;
}

.div-block-74 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-54 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #1dcae3;
  font-size: 28px;
}

.text-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-75 {
  width: 100%;
  height: 1px;
  background-color: #1dcae3;
  color: #1dcae3;
}

.close-button-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-block-56 {
  color: #fff;
  font-size: 16px;
}

.text-wrap {
  overflow: scroll;
  width: 100%;
  height: 70%;
  padding-right: 40px;
}

.image-45 {
  width: 40px;
}

.div-block-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-77 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.div-block-78 {
  width: 100%;
  padding-left: 20px;
}

.text-block-57 {
  display: block;
  font-family: "Times New Roman", TimesNewRoman, Times, Baskerville, Georgia,
    serif;
  line-height: 20px;
  font-style: italic;
  font-weight: 700;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 28px;
  line-height: 37px;
}

.div-block-79 {
  margin-bottom: 40px;
}

.text-block-58 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.bold-text-13 {
  font-size: 24px;
  font-weight: 500;
}

.text-block-59 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.bold-text-14 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.2px;
}

.div-block-80 {
  overflow: auto;
  width: 100%;
  margin-bottom: 2%;
}

.text-block-60 {
  overflow: auto;
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.secondary-button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  height: 60px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 2px 2px 4px;
  border-color: #000 #000 #999;
  background-color: transparent;
  -webkit-transition: border-width 500ms ease;
  transition: border-width 500ms ease;
}

.secondary-button-2:hover {
  border: 2px solid #000;
  background-color: transparent;
}

.text-block-32-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.text-block-32-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 100px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.div-block-81 {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 99;
  opacity: 1 !important;
}

.text-block-61 {
  margin-top: 60px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.text-block-62 {
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 12px;
}

.text-block-63 {
  margin-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: 24px;
  text-align: center;
}

.div-block-36-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 278px;
  margin-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.32)),
      to(rgba(0, 0, 0, 0.32))
    ),
    url("../images/image27.png");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.32),
      rgba(0, 0, 0, 0.32)
    ),
    url("../images/image27.png");
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.div-block-36-copy:hover {
  background-image: url("../images/image27.png"),
    -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.32)), to(rgba(0, 0, 0, 0.32)));
  background-image: url("../images/image27.png"),
    linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32));
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.text-block-64 {
  font-family: "Noto Sans JP", sans-serif;
}

.text-block-65 {
  margin-top: 4px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
}

.menu-item-2-2 {
  width: 50%;
  height: auto;
  margin-right: 20px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
}

.div-block-45-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 278px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.32)),
      to(rgba(0, 0, 0, 0.32))
    ),
    url("../images/image27.png");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.32),
      rgba(0, 0, 0, 0.32)
    ),
    url("../images/image27.png");
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.text-block-66 {
  margin-top: 3px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
}

.navbar-2 {
  padding: 10px 100px;
  background-color: #000;
}

.nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-82 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.nav-link-2 {
  color: #fff;
}

.brand {
  margin-right: 60px;
}

.online-shop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 30px;
}

.online-shop-button {
  height: 20px;
}

.text-block-67 {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.div-block-83 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-4 {
  margin-left: 20px;
}

.div-block-84 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.div-block-85 {
  width: auto;
  height: 24px;
  margin-right: 0px;
  border-left: 1px dashed #707070;
}

.putter-menu-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-87 {
  margin-bottom: 0px;
  padding-bottom: 20px;
}

.div-block-11-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.customer-2 {
  width: 85%;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

.customer-3 {
  width: 85%;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

.customer-4 {
  width: 85%;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

.div-block-88 {
  width: 50%;
}

.div-block-89 {
  width: 50%;
}

.div-block-90 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-46 {
  margin-bottom: 20px;
}

.image-47 {
  margin-bottom: 20px;
}

.div-block-91 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.div-block-92 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-93.sp {
  display: none;
}

.div-block-81-sp {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: none;
}

.menu-items.sp {
  display: none;
}

.heading-2-copy {
  margin-top: 4px;
  margin-bottom: 25px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 56px;
}

.sp {
  display: none;
}

.sp.logo {
  display: none;
}

.heading-2-copy {
  margin-top: 4px;
  margin-bottom: 25px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 56px;
}

.heading-2-copy-copy {
  margin-top: 4px;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 56px;
}

.link-block-10 {
  text-decoration: none;
}

.link-block-10-copy {
  text-decoration: none;
}

.link-block-10-copy-copy {
  text-decoration: none;
}

.body {
  background-color: transparent;
}

.scrolling-section {
  display: none;
  width: 100vw;
  margin-top: 1rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.scrolling-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  height: 40vh;
  margin-right: 0.8rem;
  margin-left: 0.8rem;
  padding-right: 1.9rem;
  padding-left: 1.9rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #2b2b2b;
  color: #f5f5f5;
}

.card.white {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.heading-8 {
  color: #d4d4d4;
  font-size: 17px;
}

.customer-voices.sp {
  display: none;
}

.heading-2-copy-copy {
  margin-top: 4px;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 70px;
}

.image-57 {
  width: 77px;
}

.image-58 {
  width: 445px;
}

.link-block-11 {
  text-decoration: none;
}

.div-block-94 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 85%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.argolflogo {
  display: none;
  width: 224px;
}

.section-9 {
  background-color: #fff;
}

.header-left {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 9992;
  display: block;
  width: 50%;
  max-width: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-12 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 20px;
  margin-left: 20px;
}

.image-59 {
  width: 224px;
  height: auto;
  margin-top: 0px;
  margin-left: 0px;
}

.text-block-68 {
  margin-bottom: 5px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-weight: 500;
}

.link-block-13 {
  text-decoration: none;
}

.image-60 {
  margin-bottom: 13px;
}

.div-block-85-copy {
  width: auto;
  height: 24px;
  margin-right: 0px;
  margin-left: 0px;
  border-left: 1px dashed #707070;
}

.putter-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.div-block-95 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/ar-golf-bg-1.png"),
    -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: url("../images/ar-golf-bg-1.png"),
    linear-gradient(180deg, #000, #000);
  background-position: 0% 0%, 0px 0px;
  background-size: cover, auto;
  background-repeat: repeat-x, repeat;
  background-attachment: scroll, scroll;
}

.heading-9 {
  margin-top: 80px;
  margin-bottom: 30px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 80px;
  font-weight: 900;
  text-align: center;
}

.div-block-96 {
  width: 100%;
}

.div-block-97 {
  display: block;
  width: 50%;
  max-width: 50%;
  padding-right: 20px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-98 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.heading-10 {
  font-family: "Noto Sans JP", sans-serif;
}

.heading-11 {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 47px;
  font-weight: 900;
}

.text-block-69 {
  width: 65%;
  margin-bottom: 55px;
  font-family: "Noto Sans JP", sans-serif;
  color: #ccc;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  text-align: left;
}

.text-block-70 {
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 47px;
  font-weight: 900;
}

.bold-text-15 {
  color: #1974d9;
}

.italic-text {
  color: #ea2133;
  font-style: normal;
}

.putt-image {
  width: 50%;
  height: 400px;
  background-color: #b3b3b3;
}

.heading-12 {
  font-family: "Times New Roman", TimesNewRoman, Times, Baskerville, Georgia,
    serif;
  color: #fff;
  font-size: 56px;
  line-height: 28px;
  font-style: italic;
}

.text-block-71 {
  margin-bottom: 15px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 1px;
}

.div-block-100 {
  height: 1px;
  background-color: #707070;
}

.div-block-101 {
  width: 48%;
}

.text-block-72 {
  margin-top: 15px;
  margin-bottom: 70px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}

.bold-text-16 {
  font-size: 12px;
}

.bold-text-17 {
  font-size: 12px;
}

.div-block-102 {
  height: 60px;
  border: 2px solid #fff;
  background-color: #000;
}

.black-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 60px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 2px solid #fff;
  background-color: #000;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.black-button:hover {
  border: 1px none #000;
  background-color: #d5d5d5;
}

.div-block-98-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-103 {
  height: 300px;
}

.image-61 {
  width: 100%;
}

.div-block-104 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-105 {
  width: 100%;
  padding-right: 100px;
}

.heading-9-copy {
  margin-top: 80px;
  margin-bottom: 55px;
  padding-right: 0px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 80px;
  font-weight: 900;
  text-align: right;
}

.div-block-105-copy {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 67%;
  padding-right: 0px;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block-32-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.text-block-69-copy {
  width: auto;
  margin-bottom: 55px;
  font-family: "Noto Sans JP", sans-serif;
  color: #ccc;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  text-align: left;
}

.div-block-30-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}

.text-block-32-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.div-block-106 {
  position: relative;
  top: -100px;
}

.div-block-104-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-105-copy-copy {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 67%;
  padding-right: 0px;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-9-copy-copy {
  margin-top: 80px;
  margin-bottom: 55px;
  padding-right: 0px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 80px;
  font-weight: 900;
  text-align: left;
}

.section-10 {
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 40px;
}

.div-block-107 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-108 {
  width: 30%;
}

.grid {
  width: auto;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-109 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px solid #000;
}

.text-block-73 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.text-block-74 {
  margin-bottom: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
}

.div-block-110 {
  width: 104.5px;
  border-left: 3px solid #6b7ad8;
  font-family: "Noto Sans JP", sans-serif;
}

.text-block-75 {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
}

.div-block-110-copy {
  margin-top: 10px;
  border-left: 3px solid #c8001a;
  font-family: "Noto Sans JP", sans-serif;
}

.bold-text-18 {
  font-size: 14px;
}

.bold-text-19 {
  font-size: 14px;
}

.image-62 {
  width: auto;
  margin-bottom: 30px;
}

.text-block-75-copy {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 900;
}

.div-block-111 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-112 {
  width: 90%;
}

.text-block-76 {
  margin-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.div-block-104-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-104-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.primary-button-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 60px;
  max-width: 280px;
  min-width: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid solid none;
  border-width: 2px;
  border-color: #000;
  background-color: #fff;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.primary-button-copy:hover {
  border: 1px none #000;
  background-color: #d5d5d5;
}

.text-block-32-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
}

.text-block-32-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.div-block-30-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
}

.div-block-113 {
  width: 280px;
  height: 63px;
  border-bottom: 10px solid #707070;
  background-color: #707070;
}

.div-block-109-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px solid #000;
}

.section-11 {
  background-color: #000;
}

.div-block-114 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-13 {
  margin-bottom: 20px;
  font-family: "Times New Roman", TimesNewRoman, Times, Baskerville, Georgia,
    serif;
  color: #fff;
  font-size: 40px;
  line-height: 28px;
}

.div-block-115 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-85-copy {
  width: 30px;
  height: 24px;
  margin-right: 20px;
  border-left: 1px dashed #707070;
}

.div-block-85-copy-copy {
  width: 30px;
  height: 24px;
  margin-right: 0px;
  margin-left: 20px;
  border-left: 1px dashed #707070;
}

.div-block-85-copy-copy {
  width: auto;
  height: 24px;
  margin-right: 0px;
  margin-left: 40px;
  border-left: 1px dashed #707070;
}

.div-block-85-copy-copy {
  width: auto;
  height: 24px;
  margin-right: 0px;
  margin-left: 0px;
  border-left: 1px dashed #707070;
}

.div-block-116 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.product-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-2 {
  width: 80%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-117 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-63 {
  height: 56px;
}

.div-block-118 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-77 {
  margin-left: 20px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.text-block-78 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.text-block-79 {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-align: right;
}

.bold-text-20 {
  font-size: 12px;
  font-weight: 400;
}

.bold-text-21 {
  font-size: 12px;
  font-weight: 400;
}

.section-12 {
  background-color: #000;
}

.link-block-14 {
  display: none;
}

.text-block-59-copy {
  margin-top: 3px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.text-block-32-copy-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
}

.div-block-11-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.div-block-11-last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.link-block-15 {
  text-decoration: none;
}

.bold-text-23 {
  font-size: 25px;
}

.bold-text-24 {
  font-size: 25px;
}

.text-block-81 {
  background-color: transparent;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.text-block-82 {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: 23px;
}

.div-block-125 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.map {
  width: auto;
}

.div-block-126 {
  width: 141%;
  height: auto;
  margin-bottom: 40px;
}

.text-block-60-copy {
  margin-top: 2%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.image-50-copy {
  width: 350px;
  height: 219px;
}

.text-block-60-copy {
  overflow: scroll;
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.text-block-60-copy-copy {
  display: block;
  overflow: scroll;
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.text-block-58-copy {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.image-50-copy-copy {
  width: 350px;
  height: 219px;
}

.text-block-60-copy-copy-copy {
  display: block;
  overflow: scroll;
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.mt-60 {
  margin-top: 60px;
}

.color-grey {
  color: #333333;
}

.fs-12 {
  font-size: 12px;
}

.box-tit-popup {
  margin-bottom: 20px !important;
}

.descr-tit-popup {
  margin-bottom: 30px;
}

.menu-items-ct-sp .fs-12 {
  display: block;
  margin-top: -4px;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.box-text-red {
  font-size: 20px;
  font-weight: bold;
  background: #91051c;
  color: #fff;
  margin-top: 15px;
  padding: 15px;
  max-width: 420px;
  width: 100%;
  text-align: center;
}

.section-video {
  border-top: 1px solid #ccc;
}

.tit-video {
  font-size: 40px;
  padding: 0 15px;
}

.box-iframe {
  position: relative;
  width: 100%;
  padding: 0 15px;
}

.box-video {
  max-width: 540px;
  margin: 55px auto auto auto;
}

.wrap-iframe {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.wrap-iframe::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.wrap-iframe iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#box-menu .btn-red {
  display: none;
}

.mobile {
  display: none;
}

.d-none {
  display: none !important;
}

.list-g-review {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1070px;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 0px;
}

.hidden-item {
  display: none;
}

.item-g-review {
  width: 25%;
  margin-bottom: 10px;
}

.item-g-review .box {
  background: #fff;
  border-radius: 20px;
  margin: 0 5px;
  padding: 20px;
  height: 100%;
}

.item-g-review .box-child {
  /*    height: calc(100% - 65px);*/
  height: 100%;
  position: relative;
  padding-bottom: 20px;
}

.rating-review {
  text-align: center;
  font-size: 18px;
}

.rating-review .active {
  color: #f9c900;
}

.item-g-review .cont {
  margin: 15px 0 40px 0;
  /* -webkit-line-clamp: 16;
  -webkit-box-orient: vertical;
  display: box;
  overflow: hidden;
  display: -webkit-box;*/

  /* height: 315px;
  overflow-y: scroll;*/
}

.item-g-review .cont.active-scroll {
  height: 315px;
  overflow-y: scroll;
}

.item-g-review .box-btn {
  text-align: center;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.link-g-review {
  display: block;
  padding: 12px 5px;
  background: #e6e6e6;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  border-radius: 10px;
}

.link-g-review:hover {
  opacity: 0.8;
}

.link-g-review img {
  max-width: 12px;
}

.btn-loadmore-rv {
  text-decoration: none;
}

.btn-loadmore-rv .div-block-30 {
  justify-content: center;
  transform: unset;
}

.btn-loadmore-rv .div-block-30 .text-block-32 {
  margin-right: 0;
}

.item-g-review .cont.active-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #fff;
  border-radius: 10px;
  background-color: #fff;
}

.item-g-review .cont.active-scroll::-webkit-scrollbar {
  width: 5px;
}

.item-g-review .cont.active-scroll::-webkit-scrollbar-track {
  background: #fff;
}

.item-g-review .cont.active-scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #767676;
}

.section-event {
  background: #fff;
}

.section-event .tit-sec-event {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 50px;
}

.section-event .item-slide-event {
  opacity: 0.7;
}

.section-event .item-slide-event:hover {
  cursor: pointer;
}

.section-event .item-slide-event .thumb {
  margin: 0 10px;
}

.item-slide-event .thumb {
  position: relative;
}

.item-slide-event .box-date {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 24px;
}

.item-slide-event .box-date a {
  text-decoration: none;
  color: #fff;
}

.section-event .event-ft {
  text-align: center;
  margin-top: 65px;
}

.section-event .event-ft .inner {
  max-width: 440px;
  font-size: 21px;
  text-align: left;
  display: inline-block;
  text-decoration: none;
  color: #000;
}

.section-event .slick-dots li {
  cursor: no-drop;
  pointer-events: none;
}

.item-slide-event .tit-date {
  font-size: 14px;
  margin-right: 8px;
}

.section-event .slick-current {
  opacity: 1;
}

.slide-event .slick-slide img {
  width: 100%;
}

.slide-event .slick-dots li button {
  color: #000;
  border: 2px solid #000;
}

.slide-event .slick-dots li.slick-active button:before {
  color: #000;
}

/* .slide-event .slick-current{
  opacity: 1;
} */
.section-2.section-reviews {
  background-image: none;
  background-color: #e6e6e6;
  padding: 0 0 100px 0;
}

.section-2.section-reviews .header .heading-2-copy-copy,
.section-2.section-reviews .header {
  color: #333333;
}

.section-2.section-reviews .header {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  padding: 10.5% 0 3.5% 0;
  overflow: hidden;
}

.section-2.section-reviews .header .bg-overlay {
  background-image: url(../images/img-tit-reviews.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0px 0;
  width: 47%;
  height: 200%;
  position: absolute;
  top: -14%;
  left: 25%;
}

.section-2.section-reviews .header img {
  position: absolute;
  top: -29%;
  left: 0px;
  z-index: 1;
}

.section-2.section-reviews .header .sub-heading {
  font-size: 20px;
}

.section-2.section-reviews .header .inner {
  text-align: center;
  z-index: 3;
}

.section-2.section-reviews .wrap-g-review {
  z-index: 3;
}

.section-2.section-reviews .primary-button {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 5px solid #c9c9c9;
  height: 56px;
}

.section-2.section-reviews .primary-button:hover {
  border-bottom: 1px solid #c9c9c9;
}

#btn-hacomono {
  position: fixed;
  top: 25px;
  right: 275px;
}

#btn-line {
  position: fixed;
  top: 25px;
  right: 80px;
}

.wrap-btn-header {
  position: fixed;
  top: 25px;
  right: 20px;
  z-index: 999;
}
.box-btn-header {
  display: flex;
  gap: 10px;
  align-items: center;
}
.btn-ani-up {
  --button_radius: 0.75em;
  --button_color: #fff;
  --button_outline_color: #000000;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  border-radius: var(--button_radius);
  background: var(--button_outline_color);
  text-decoration: none;
  text-align: center;
}
#btn-booking {
  background: #e63946;
}
#btn-tel {
  background: #666666;
}
#btn-line2 {
  background: #02b902;
}
.btn-top {
  display: block;
  box-sizing: border-box;
  border: 2px solid var(--button_outline_color);
  border-radius: var(--button_radius);
  padding: 14px 20px;
  background: var(--button_color);
  color: var(--button_outline_color);
  transform: translateY(-0.2em);
  transition: transform 0.1s ease;
}
#btn-booking .btn-top {
  color: #e63946;
  border: 2px solid #e63946;
}
#btn-tel .btn-top {
  border: 2px solid #666666;
  color: #666666;
  height: 50px;
  padding: 4px 20px;
}
#btn-line2 .btn-top {
  border: 2px solid #02b902;
  color: #02b902;
}
.btn-ani-up:hover .btn-top {
  transform: translateY(-0.33em);
}

.btn-ani-up:active .btn-top {
  transform: translateY(0);
}

.menu {
  position: fixed;
  right: 15px;
  top: 25px;
  z-index: 99999;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.mobile-menu-icon {
  width: 50px;
  height: 25px;
  display: inline-block;
}

.mobile-menu-icon span {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 3px;
  background: #fff;
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.text-menu-icon {
  margin-bottom: 0;
}

.btn-style-2 {
  text-decoration: none;
  width: 180px;
  height: 48px;
  color: #fff;
  background-color: #c7021a;
  border-color: #670713;
  border-bottom-width: 5px;
  z-index: 55;
}
.btn-style-2:hover {
  background-color: #670713;
}
.btn-style-2.bg-green {
  background-color: #02b902;
  border-color: #016b01;
}
.btn-style-2.bg-green:hover {
  background-color: #016b01;
}
.mobile-menu-icon span + span {
  margin-top: 8px;
}

.mobile-menu-icon.active span:first-child {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 17px;
}

.mobile-menu-icon.active span:last-child {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: -5px;
}

.mobile-menu-icon.active span:nth-child(2) {
  left: 125%;
}

.mobile-menu-icon.active + p {
  display: none;
}

#box-menu {
  position: fixed;
  top: 0px;
  left: -100%;
  width: 100%;
  height: auto;
  z-index: -1;
  background-color: #000;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  display: grid;
  place-content: center;
}

#box-menu.show {
  left: 0;
  z-index: 9999;
  height: 100%;
  width: 100%;
}

.menu-lp-studio {
  flex-direction: column;
  text-align: left;
  padding-left: 0px;
  padding-bottom: 20px;
}
#box-menu .group-btn a + a {
  margin-top: 10px;
}
ul.menu-lp-studio a hr {
  width: 20px;
  position: absolute;
  left: -10px;
  transform: translateY(-50%) rotate(90deg);
  top: 15%;
}

ul.menu-lp-studio a span.txt-bottom {
  display: none;
}

#box-menu .btn-red {
  display: block;
  background-color: #c7021a;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 15px 0;
  text-decoration: none;
}

ul.menu-lp-studio a {
  position: relative;
  padding-left: 10px;
}

.menu-lp-studio li + li {
  margin-top: 20px;
}

.wrap-btn-fix .btn-fix {
  position: relative;
  text-align: center;
  right: inherit;
  top: inherit;
}

/* responsive */
@media screen and (min-width: 1440px) {
  .div-block-10 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal-bg.program1 {
    display: block;
  }

  .modal-bg.program3 {
    display: none;
  }

  .modal-bg.program2 {
    display: none;
  }

  .modal-bg.program-4 {
    display: none;
  }

  .modal-bg.program-5 {
    display: none;
  }

  .modal-bg.batting-class {
    display: none;
  }

  .div-block-73 {
    overflow: scroll;
    height: auto;
    padding: 5%;
  }

  .popup.blue {
    padding-bottom: 0%;
  }

  .close-button-div {
    padding-top: 2%;
  }

  .div-block-79 {
    margin-bottom: 5%;
  }

  .div-block-80 {
    margin-bottom: 2%;
  }

  .text-block-60 {
    height: auto;
  }

  .image-51 {
    max-width: none;
  }

  .div-block-126 {
    width: 900px;
    height: auto;
  }

  .text-block-60-copy {
    height: auto;
    margin-top: 2%;
    font-size: 15px;
    line-height: 25px;
  }

  .text-block-60-copy {
    height: auto;
  }

  .text-block-60-copy-copy {
    height: auto;
  }

  .text-block-60-copy-copy-copy {
    height: auto;
  }
}

@media screen and (min-width: 1920px) {
  .div-block-10 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 1078px) {
  .item-g-review .box {
    padding: 20px 10px;
  }

  .link-g-review {
    padding: 8px 5px;
    font-size: 12px;
    border-radius: 5px;
  }
}

/*end 1078px*/

@media screen and (max-width: 991px) {
  .section-2.section-reviews .header img {
    top: -20%;
  }

  ul.menu-lp-studio {
    flex-wrap: wrap;
  }

  .link-g-review {
    font-size: 14px;
    padding: 12px 20px;
    border-radius: 10px;
  }

  .btn-fix {
    position: absolute;
    right: 15px;
  }

  .btn-fix .primary-button {
    width: 210px;
  }

  .box-text-red {
    font-size: 18px;
    padding: 12px;
    max-width: 280px;
  }

  .div-block {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .link-block.sp {
    display: block;
  }

  .kv-text {
    width: auto;
    margin-top: 0px;
    margin-left: 40px;
  }

  .text-block-2 {
    font-size: 40px;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .text-block-4 {
    font-size: 14px;
  }

  .link-block-2 {
    width: 40%;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-5 {
    width: 80%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 32.5px;
  }

  .div-block-6 {
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-7 {
    width: 100%;
  }

  .div-block-8 {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .text-block-5 {
    font-size: 16px;
    line-height: 25px;
  }

  .text-block-7 {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
  }

  .text-block-7.pc {
    font-size: 20px;
  }

  .image-4 {
    margin-top: 20px;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-2.pc {
    display: none;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .text-block-8 {
    font-size: 24px;
    line-height: 33px;
  }

  .text-block-8.sp {
    display: block;
    margin-bottom: 10px;
    font-size: 28px;
  }

  .text-block-9 {
    font-size: 20px;
  }

  .text-block-9.sp {
    display: block;
    font-weight: 400;
    text-align: center;
  }

  .div-block-10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-11 {
    height: 100%;
    margin-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .text-block-10 {
    color: #000;
  }

  .image-6 {
    -webkit-transform: translate(0px, 90px);
    -ms-transform: translate(0px, 90px);
    transform: translate(0px, 90px);
  }

  .div-block-12 {
    height: 100%;
    background-color: #fff;
  }

  .text-block-11 {
    color: #000;
  }

  .div-block-13 {
    width: 75%;
    margin-top: 60px;
  }

  .text-block-12 {
    font-size: 16px;
  }

  .text-block-13 {
    font-size: 29px;
  }

  .bold-text-6 {
    font-size: 40px;
  }

  .text-block-14 {
    font-size: 26px;
  }

  .div-block-14 {
    height: 500px;
  }

  .heading-3 {
    font-size: 40px;
  }

  .heading-3.pc {
    margin-bottom: 10px;
    line-height: 50px;
  }

  .text-block-15 {
    margin-top: 30px;
    font-size: 14px;
    line-height: 24px;
  }

  .text-block-16 {
    font-size: 18px;
  }

  .text-block-16.pc {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .div-block-17 {
    height: 320px;
    background-position: 90% 130%;
  }

  .text-block-18 {
    font-size: 18px;
    line-height: 27px;
  }

  .div-block-18 {
    width: 240px;
  }

  .text-block-19 {
    font-size: 12px;
    line-height: 22px;
  }

  .div-block-17-copy {
    height: 320px;
    margin-top: 10px;
    background-position: 90% 130%;
  }

  .text-block-20 {
    font-size: 12px;
  }

  .text-block-21 {
    font-size: 12px;
  }

  .text-block-22 {
    font-size: 12px;
  }

  .text-block-23 {
    font-size: 26px;
  }

  .text-block-24 {
    font-size: 16px;
    line-height: 25px;
  }

  .text-block-25 {
    margin-bottom: 0px;
    font-size: 19px;
  }

  .bold-text-7 {
    font-size: 40px;
  }

  .bold-text-8 {
    font-size: 40px;
  }

  .bold-text-9 {
    font-size: 30px;
  }

  .bold-text-10 {
    font-size: 30px;
  }

  .section-4 {
    padding-top: 60px;
  }

  .div-block-21 {
    width: 80%;
    height: 500px;
  }

  .af_golf_head {
    width: 65%;
  }

  .af_golf_head.pc {
    width: 70%;
  }

  .text-block-26 {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-27 {
    font-size: 16px;
    line-height: 25px;
  }

  .div-block-23 {
    margin-bottom: 20px;
  }

  .text-block-28 {
    font-size: 20px;
  }

  .div-block-24 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-25 {
    width: 80%;
  }

  .div-block-26 {
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-27 {
    margin-top: 10px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-28 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-29 {
    width: auto;
    font-size: 28px;
  }

  .image-12 {
    width: 22px;
  }

  .text-block-30 {
    margin-top: 60px;
    font-size: 20px;
  }

  .text-block-31 {
    font-size: 13px;
  }

  .section-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-32 {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-33 {
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-34 {
    width: 75%;
    margin-bottom: 60px;
  }

  .section-7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-block-41 {
    font-size: 20px;
  }

  .text-block-42 {
    font-size: 14px;
  }

  .heading-5 {
    font-size: 40px;
  }

  .heading-5.pc {
    margin-bottom: 15px;
    line-height: 50px;
  }

  .heading-6 {
    font-size: 40px;
    line-height: 50px;
  }

  .section-8 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-46 {
    width: 75%;
  }

  .question-block {
    margin-bottom: 30px;
  }

  .text-block-43 {
    font-size: 20px;
  }

  .text-block-44 {
    font-size: 16px;
    line-height: 25px;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .modal-bg {
    display: none;
  }

  .modal-bg.program1 {
    display: none;
  }

  .div-block-73 {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .popup {
    width: 70%;
  }

  .popup.blue {
    width: 100%;
    margin-left: 0px;
  }

  .close-button-div {
    margin-bottom: 10px;
  }

  .heading-7 {
    font-size: 24px;
  }

  .div-block-79 {
    margin-bottom: 10px;
  }

  .bold-text-13 {
    font-size: 20px;
  }

  .bold-text-14 {
    font-size: 20px;
  }

  .text-block-60 {
    font-size: 15px;
  }

  .div-block-81 {
    display: none;
  }

  .div-block-11-copy {
    height: 100%;
  }

  .div-block-88 {
    width: 80%;
  }

  .div-block-89 {
    width: 80%;
    margin-bottom: 40px;
  }

  .div-block-91 {
    width: 100%;
  }

  .div-block-92 {
    width: 100%;
  }

  .image-48.pc {
    display: none;
  }

  .sp-studio-reservation {
    width: 60%;
  }

  .div-block-81-sp {
    display: block;
  }

  .heading-2-copy {
    font-size: 40px;
  }

  .heading-2-copy {
    font-size: 40px;
  }

  .heading-2-copy-copy {
    font-size: 40px;
  }

  .scrolling-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 0rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #000;
  }

  .scrolling-list {
    overflow: scroll;
    width: 100%;
    height: 100vh;
    padding-top: 60px;
    padding-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: none;
    border-width: 1px;
    border-color: #707070;
  }

  .card {
    width: auto;
    height: auto;
    margin-right: 0.8rem;
    margin-left: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-style: none;
    background-color: #000;
  }

  .card.white {
    width: auto;
    height: auto;
    margin-left: 0.8rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
  }

  .customer-voices.sp {
    display: block;
    padding-top: 100px;
    background-image: url("../images/sp16.png");
    background-position: 100% 20%;
    background-size: 375px 1015px;
  }

  .heading-2-copy-copy {
    font-size: 40px;
    line-height: 50px;
  }

  .image-55 {
    display: none;
  }

  .putter-nav.pc {
    display: none;
  }

  .heading-9 {
    font-size: 40px;
  }

  .div-block-97 {
    width: 100%;
    max-width: 100%;
    padding-right: 0px;
  }

  .div-block-98-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-61.pc {
    display: none;
  }

  .div-block-104 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-105 {
    padding-right: 0px;
  }

  .div-block-105-copy {
    width: 90%;
  }

  .div-block-106 {
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-105-copy-copy {
    width: 100%;
  }

  .grid {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-62 {
    width: 70%;
  }

  .text-block-76 {
    margin-bottom: 20px;
  }

  .div-block-104-copy {
    padding-right: 0px;
  }

  .div-block-114 {
    padding-bottom: 40px;
  }

  .div-block-116 {
    display: none;
  }

  .product-cards {
    margin-top: 0px;
    padding-top: 60px;
  }

  .grid-2 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-block-80 {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 28px;
    font-weight: 500;
  }

  .image-64 {
    margin-bottom: 20px;
  }

  .div-block-119 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-65 {
    width: auto;
  }

  .div-block-120 {
    margin-left: 20px;
  }

  .div-block-121 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 25vh;
    padding-right: 20px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: solid;
    border-width: 1px;
    border-color: #707070;
  }

  .div-block-121-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 25vh;
    padding-right: 10px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: solid;
    border-width: 1px;
    border-color: #707070;
  }

  .section-12 {
    background-color: #000;
  }

  .div-block-122 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-123 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-11-last {
    margin-right: 0px;
  }

  .div-block-124 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-126 {
    width: 90%;
  }

  .text-block-60-copy {
    font-size: 15px;
  }

  .text-block-60-copy {
    font-size: 15px;
  }

  .text-block-60-copy-copy {
    font-size: 15px;
  }

  .text-block-60-copy-copy-copy {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  .item-g-review {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .mobile {
    display: block;
  }

  .pc {
    display: none;
  }
  .primary-button.btn-lg {
    width: 350px;
  }
  .primary-button.btn-lg .div-block-30{
    width: 100%;
  }
  .primary-button.btn-lg .div-block-30 .text-block-32{
    font-size: 15px;
  }
  .heading-button-bottom{
    text-align: left;
  }
  .detail-best-studio{
    flex-direction: column;
  }
  .heading-arrow > span{
    font-size: 11px;
  }
  .text-block-4-v2 {
    font-size: 16px;
  }
  .item-g-review .box {
    padding: 20px 15px;
  }

  .link-g-review img {
    max-width: 12px;
  }
  .footer-light {
    padding: 40px 30px 100px 29px;
  }
  .item-g-review .cont {
    margin-bottom: 30px;
  }

  .item-g-review {
    width: 100%;
  }

  .item-g-review .box-child {
    padding-bottom: 35px;
  }

  .section-program {
    padding: 40px 0;
  }

  .list-slider {
    margin: 0 -10px;
    padding-top: 60px;
  }

  .item-box .div-block-36 {
    height: 500px;
  }

  .item-box .div-block-41 .text-block-41 {
    z-index: 6;
    width: 100%;
    font-size: 24px;
  }

  .item-box .text-block-62 {
    margin-top: 35px;
  }

  .program-1 div.div-block-36 {
    background-image: linear-gradient(180deg, transparent, transparent),
      url(../images/fitting-sp-th-1.jpg);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        to(transparent)
      ),
      url(../images/fitting-sp-th-1.jpg);
  }

  .program-2 div.div-block-36 {
    background-image: linear-gradient(180deg, transparent, transparent),
      url(../images/1st-mtm-lesson-sp-th-2.jpg);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        to(transparent)
      ),
      url(../images/1st-mtm-lesson-sp-th-2.jpg);
  }

  .program-3 div.div-block-36,
  .program-4 div.div-block-36 {
    background-image: linear-gradient(180deg, transparent, transparent),
      url(../images/100-lesson-sp-th-3-2.jpg);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        to(transparent)
      ),
      url(../images/100-lesson-sp-th-3-2.jpg);
  }

  .program-5 div.div-block-36 {
    background-image: linear-gradient(180deg, transparent, transparent),
      url(../images/repeat-mtm-sp-th-4.jpg);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        to(transparent)
      ),
      url(../images/repeat-mtm-sp-th-4.jpg);
  }

  .program-6 div.div-block-36 {
    background-image: linear-gradient(180deg, transparent, transparent),
      url(../images/course-lesson-sp-th-5.jpg);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        to(transparent)
      ),
      url(../images/course-lesson-sp-th-5.jpg);
  }

  .program-7 div.div-block-36 {
    background-image: linear-gradient(180deg, transparent, transparent),
      url(../images/bigtilt-sp-th-6.jpg);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        to(transparent)
      ),
      url(../images/bigtilt-sp-th-6.jpg);
  }

  .sp.wrap-btn-fix {
    text-align: center;
    width: 100%;
    margin-top: 60px;
  }

  .section-video {
    padding: 40px 0 !important;
  }

  .box-video {
    margin-top: 25px;
  }

  .tit-video {
    text-align: left !important;
    font-size: 18px;
    line-height: 30px !important;
    margin-bottom: 20px !important;
  }

  .menu-item-custom {
    margin-bottom: 10px;
  }

  .div-block {
    background-image: url("../images/sp8.png");
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .navbar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .image {
    width: 170px;
  }

  .link-block.sp {
    display: block;
  }

  .kv-text {
    height: auto;
    margin-top: 0px;
    padding-top: 60px;
  }

  .text-block-2 {
    width: 100%;
  }

  .text-block-2.sp {
    display: block;
    line-height: 53px;
  }

  .text-block-3 {
    width: 56%;
    line-height: 25px;
  }

  .div-block-5 {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading {
    width: 90%;
    line-height: 50px;
  }

  .heading.sp {
    display: block;
  }

  .div-block-6 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-7 {
    width: 100%;
  }

  .div-block-8 {
    width: 100%;
    margin-top: 40px;
  }

  .text-block-7.sp {
    display: block;
  }

  .heading-2 {
    margin-top: 0px;
    margin-bottom: 2px;
    text-align: center;
  }

  .text-block-8.sp {
    display: block;
  }

  .text-block-9.sp {
    text-align: center;
  }

  .div-block-11 {
    margin-right: 0px;
  }

  .text-block-10 {
    color: #000;
  }

  .div-block-12 {
    width: 227.1953125px;
    height: 100%;
    padding-bottom: 10px;
  }

  .text-block-11 {
    color: #000;
  }

  .bold-text-4 {
    font-size: 20px;
  }

  .bold-text-5 {
    font-size: 18px;
  }

  .div-block-13 {
    margin-top: 0px;
    padding-top: 140px;
  }

  .text-block-12 {
    font-size: 20px;
  }

  .text-block-13 {
    line-height: 50px;
    text-align: center;
  }

  .text-block-13.sp {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-block-14 {
    text-align: center;
  }

  .text-block-14.sp {
    display: block;
    line-height: 40px;
  }

  .div-block-14 {
    height: 935px;
    padding-top: 0px;
    background-image: url("../images/sp6.png");
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .heading-3.sp {
    display: block;
    font-size: 38px;
    line-height: 45px;
  }

  .text-block-16.sp {
    display: block;
    margin-bottom: 20px;
    line-height: 30px;
    text-align: center;
  }

  .div-block-17 {
    width: 100%;
    height: 300px;
    padding-left: 20px;
    background-position: 90% 190%;
  }

  .text-block-19 {
    width: 100%;
  }

  .div-block-17-copy {
    width: 100%;
    height: 300px;
    padding-right: 10px;
    padding-left: 10px;
    background-position: 90% 190%;
  }

  .div-block-19 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-20 {
    margin-bottom: 20px;
  }

  .text-block-21 {
    margin-bottom: 20px;
  }

  .text-block-25.sp {
    display: block;
    font-size: 25px;
    line-height: 43px;
  }

  .bold-text-7 {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 47px;
    font-weight: 700;
  }

  .bold-text-9 {
    font-size: 33px;
  }

  .bold-text-10 {
    font-size: 33px;
  }

  .section-4 {
    background-color: #000;
    background-image: url("../images/sp10.png");
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .div-block-21 {
    height: auto;
    margin-bottom: 40px;
  }

  .af_golf_head.sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .text-block-26 {
    padding-right: 0px;
    padding-bottom: 25px;
    text-align: center;
  }

  .text-block-27 {
    margin-bottom: 20px;
  }

  .text-block-28 {
    line-height: 32px;
  }

  .image-11 {
    width: 30px;
    height: 30px;
  }

  .div-block-24 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .text-block-29 {
    font-size: 38px;
  }

  .image-12 {
    width: 31px;
    height: 31px;
  }

  .text-block-30 {
    font-size: 24px;
  }

  .text-block-31 {
    font-size: 19px;
  }

  .div-block-31 {
    margin-bottom: 20px;
  }

  .div-block-32 {
    width: 90%;
  }

  .video {
    margin-right: 0px;
  }

  .div-block-33 {
    width: 100%;
    margin-top: 20px;
  }

  .div-block-34 {
    margin-right: 0px;
  }

  .secondary-button {
    min-width: 200px;
  }

  .heading-5 {
    text-align: center;
  }

  .heading-5.sp {
    display: block;
    line-height: 54px;
  }

  .heading-6 {
    line-height: 54px;
  }

  .footer-light {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .modal-bg.program1 {
    display: none;
  }

  .modal-bg.program3 {
    display: none;
  }

  .modal-bg.program2 {
    display: none;
  }

  .modal-bg.program-4 {
    display: none;
  }

  .modal-bg.program-5 {
    display: none;
  }

  .modal-bg.batting-class {
    display: none;
  }

  .modal-bg.one-on-one {
    display: none;
  }

  .div-block-73 {
    width: 100%;
    height: 100%;
    padding-top: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .popup {
    width: 100%;
  }

  .popup.blue {
    width: 100%;
    height: 100%;
    padding-bottom: 0px;
    border-style: none;
    border-radius: 0px;
  }

  .close-button-div {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-45 {
    width: 32px;
  }

  .div-block-77 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-78 {
    padding-left: 0px;
  }

  .heading-7 {
    font-size: 20px;
    line-height: 20px;
  }

  .div-block-79 {
    margin-bottom: 10px;
  }

  .text-block-60 {
    font-size: 14px;
    line-height: 20px;
  }

  .secondary-button-2 {
    width: auto;
  }

  .text-block-32-copy-copy {
    margin-right: 250px;
  }

  .div-block-81 {
    display: none;
  }

  .text-block-61 {
    margin-top: 50px;
  }

  .text-block-62 {
    margin-top: 5px;
    font-size: 14px;
  }

  .text-block-63 {
    width: 70%;
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }

  .div-block-88 {
    width: 90%;
  }

  .div-block-89 {
    width: 90%;
  }

  .image-48 {
    display: block;
  }

  .sp-studio-reservation {
    width: 90%;
  }
  .box-popup {
    text-align: center;
  }
  .wrap-btn-header {
    position: relative;
    top: unset;
    right: unset;
    display: block;
    width: 90%;
    margin: auto;
  }
  .box-btn-header {
    justify-content: center;
    margin: 10px 0;
  }
  .box-btn-header .btn-ani-up {
    width: 50%;
  }
  .header-left {
    position: relative;
  }
  #btn-tel .btn-top {
    padding: 10px 5px;
    line-height: 1;
  }

  .pc {
    display: none;
  }

  .nav-menu-2 {
    display: block;
  }

  .div-block-93 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-93.sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }

  .div-block-81-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1 !important;
    z-index: 9999;
  }

  .menu-items.sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-block-5 {
    margin-bottom: 10px;
  }

  .link-block-6 {
    margin-bottom: 10px;
  }

  .link-block-7 {
    margin-bottom: 10px;
  }

  .link-block-8 {
    margin-bottom: 10px;
  }

  .link-block-9 {
    margin-bottom: 40px;
  }

  .heading-2-copy {
    margin-top: 0px;
    margin-bottom: 25px;
    line-height: 54px;
    text-align: center;
  }

  .sp {
    display: block;
    width: 100%;
  }

  .sp.logo {
    display: block;
  }

  .heading-2-copy {
    margin-top: 0px;
    margin-bottom: 2px;
    text-align: center;
  }

  .heading-2-copy-copy {
    margin-top: 0px;
    margin-bottom: 2px;
    text-align: center;
  }

  .link-block-10 {
    width: 100%;
  }

  .link-block-10-copy {
    width: 100%;
  }

  .link-block-10-copy-copy {
    display: block;
    width: 100%;
  }

  .image-50 {
    margin-bottom: 10px;
  }

  .image-51 {
    margin-bottom: 10px;
  }

  .image-52 {
    margin-bottom: 10px;
  }

  .image-53 {
    margin-bottom: 10px;
  }

  .image-54 {
    margin-bottom: 10px;
  }

  .scrolling-section {
    height: auto;
    margin-top: 0rem;
    padding-top: 0rem;
    background-color: #000;
  }

  .scrolling-list {
    position: relative;
    top: 0px;
    height: auto;
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card {
    width: 40vw;
    height: auto;
    margin-right: 0.8rem;
    padding-right: 0rem;
    padding-left: 0rem;
    border-style: none;
    background-color: transparent;
    color: transparent;
  }

  .card.white {
    margin-right: 0.8rem;
    border-style: none;
  }

  .customer-voices.sp {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #000;
    background-image: url("../images/sp18.png");
    background-position: 50% 100%;
    background-size: 375px 446px;
  }

  .heading-2-copy-copy {
    margin-top: 0px;
    margin-bottom: 25px;
    line-height: 54px;
    text-align: center;
  }

  .image-55 {
    display: block;
    width: 12px;
    margin-right: 5px;
  }

  .argolflogo {
    width: 170px;
  }

  .text-block-32-copy-copy-copy {
    margin-right: 250px;
  }

  .div-block-11-last {
    margin-right: 0px;
  }

  .bold-text-23 {
    font-size: 20px;
  }

  .bold-text-24 {
    font-size: 20px;
  }

  .div-block-126 {
    width: 100%;
  }

  .text-block-60-copy {
    font-size: 14px;
    line-height: 20px;
  }

  .image-50-copy {
    margin-bottom: 10px;
  }

  .text-block-60-copy {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-60-copy-copy {
    font-size: 14px;
    line-height: 20px;
  }

  .image-50-copy-copy {
    margin-bottom: 10px;
  }

  .text-block-60-copy-copy-copy {
    font-size: 14px;
    line-height: 20px;
  }

  .section-event .event-ft {
    margin: 65px 15px 0px;
    font-size: 17px;
  }

  .item-slide-event .box-date {
    font-size: 18px;
  }

  .section-2.section-reviews .header .bg-overlay {
    width: 70%;
    top: -14%;
    left: 13%;
  }

  .section-event .item-slide-event .thumb {
    margin: 0px;
  }

  .section-2.section-reviews .wrap-g-review {
    width: 100%;
  }

  .section-2.section-reviews .header .heading-2-copy-copy {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .section-2.section-reviews .header .sub-heading {
    font-size: 15px;
  }

  .section-event .slick-dots li {
    cursor: pointer;
    pointer-events: inherit;
  }
}

/*end 767px*/

@media screen and (max-width: 479px) {
  .div-block-item-custom.mobile .text-block-41 {
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-item-custom.mobile .text-icon-link .text-block-42 {
    font-size: 18px;
  }

  .menu-items-ct-sp .text-icon-link {
    margin-top: 15px;
  }

  .navbar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding-right: 5px;
    padding-left: 5px;
    background-color: transparent;
  }

  .image {
    width: 130px;
  }

  .div-block-3 {
    width: 160px;
    height: 40px;
  }

  .image-2 {
    width: 12px;
    height: auto;
  }

  .kv-text {
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 60px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-block-3 {
    width: 80%;
    font-size: 17px;
  }

  .text-block-4 {
    font-size: 11px;
  }

  .section {
    padding-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-5 {
    width: 100%;
  }

  .heading.sp {
    display: block;
    font-size: 40px;
  }

  .div-block-6 {
    width: 100%;
  }

  .text-block-5 {
    margin-top: 10px;
    font-size: 18px;
  }

  .text-block-7 {
    font-size: 20px;
  }

  .text-block-7.sp {
    margin-top: 20px;
    font-size: 28px;
    line-height: 38px;
  }

  .text-block-8.sp {
    display: block;
    font-size: 28px;
    line-height: 42px;
  }

  .text-block-9.sp {
    margin-top: 20px;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
  }

  .div-block-11 {
    height: 100%;
  }

  .text-block-10 {
    color: #000;
  }

  .div-block-12 {
    padding-bottom: 10px;
    background-color: #fff;
  }

  .text-block-11 {
    color: #000;
  }

  .div-block-13 {
    width: 90%;
    margin-top: 0px;
    padding-top: 60px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .text-block-12 {
    font-size: 18px;
    text-align: center;
  }

  .text-block-13.sp {
    font-size: 34px;
  }

  .text-block-14.sp {
    margin-bottom: 30px;
    font-size: 26px;
  }

  .div-block-14 {
    height: auto;
    min-height: 0px;
    padding-top: 0px;
    padding-bottom: 160px;
    background-image: url("../images/image28.png");
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: repeat;
  }

  .div-block-15 {
    width: 90%;
  }

  .heading-3.sp {
    margin-top: 0px;
    font-size: 28px;
    line-height: 39px;
  }

  .div-block-17 {
    height: 22%;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    background-position: 100% 110%;
    background-size: 50%;
  }

  .text-block-18 {
    height: 100%;
  }

  .div-block-18 {
    width: 70%;
    max-width: 240px;
    min-width: 230px;
  }

  .div-block-17-copy {
    height: 22%;
    padding-top: 10px;
    padding-right: 10px;
    background-position: 100% 110%;
    background-size: 50%;
  }

  .div-block-19 {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-20 {
    margin-right: 0px;
  }

  .text-block-20 {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .text-block-21 {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .text-block-22 {
    font-size: 14px;
  }

  .image-9 {
    margin-top: 20px;
  }

  .image-10 {
    margin-top: 20px;
  }

  .text-block-23 {
    font-size: 23px;
  }

  .text-block-24 {
    font-size: 18px;
    line-height: 30px;
  }

  .text-block-25.sp {
    font-size: 21px;
    line-height: 32px;
  }

  .bold-text-7 {
    font-size: 39px;
    font-weight: 700;
  }

  .bold-text-9 {
    font-size: 24px;
  }

  .bold-text-10 {
    font-size: 24px;
  }

  .section-4 {
    padding-top: 40px;
  }

  .div-block-21 {
    width: 90%;
    height: auto;
  }

  .af_golf_head.sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .text-block-27 {
    text-align: center;
  }

  .text-block-27.sp {
    margin-bottom: 30px;
  }

  .text-block-28 {
    font-size: 22px;
    line-height: 30px;
  }

  .image-11 {
    width: 25px;
    height: 26px;
    margin-right: 10px;
  }

  .div-block-24 {
    padding-top: 10px;
    padding-bottom: 20px;
    background-image: url("../images/Red-bg.png");
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .text-block-29 {
    line-height: 65px;
  }

  .div-block-30 {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-32 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .video {
    margin-right: 0px;
  }

  .section-6 {
    padding-bottom: 0px;
  }

  .div-block-33 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-34 {
    width: 100%;
    margin-right: 0px;
  }

  .heading-5.sp {
    line-height: 54px;
  }

  .heading-6 {
    line-height: 54px;
  }

  .div-block-46 {
    width: 90%;
  }

  .text-block-43 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
  }

  .text-block-44 {
    line-height: 26px;
  }

  .container-2 {
    max-width: none;
  }

  .footer-wrapper-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .bold-text-12 {
    font-size: 12px;
  }

  .modal-bg {
    display: none;
  }

  .modal-bg.program1 {
    display: none;
  }

  .modal-bg.program3 {
    display: none;
  }

  .modal-bg.program2 {
    display: none;
  }

  .modal-bg.program-4 {
    display: none;
  }

  .modal-bg.program-5 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: none;
    overflow: hidden;
    height: 100%;
  }

  .modal-bg.batting-class {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: none;
    overflow: hidden;
    height: 100%;
  }

  .close-modal {
    width: 26px;
  }

  .div-block-73 {
    overflow: scroll;
    width: 100%;
    height: 100vh;
    padding: 20px 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .popup {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-top: 40px;
    padding-bottom: 0px;
    border-style: solid none none;
    border-width: 5px;
    border-radius: 10px 10px 0px 0px;
  }

  .popup.blue {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding-bottom: 0px;
  }

  .div-block-74 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-54 {
    font-size: 20px;
  }

  .close-button-div {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .text-wrap {
    overflow: scroll;
    padding-right: 0px;
  }

  .div-block-77 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-78 {
    padding-left: 0px;
  }

  .heading-7 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-79 {
    margin-bottom: 5px;
  }

  .text-block-58 {
    font-size: 14px;
  }

  .bold-text-13 {
    font-size: 18px;
  }

  .text-block-59 {
    font-size: 14px;
  }

  .bold-text-14 {
    font-size: 18px;
  }

  .div-block-80 {
    margin-bottom: 10px;
  }

  .text-block-60 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 22px;
  }

  .secondary-button-2 {
    width: auto;
    height: 50px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-32-copy-copy {
    margin-right: 60px;
  }

  .text-block-62 {
    width: 100%;
    text-align: center;
  }

  .text-block-63 {
    width: 90%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-87 {
    width: 100%;
    padding-bottom: 0px;
  }

  .div-block-88 {
    width: 100%;
  }

  .div-block-89 {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-90 {
    display: block;
  }

  .sp-studio-reservation,
  .wrap-btn-header {
    width: 100%;
  }

  .menu-button {
    display: none;
  }

  .div-block-93.sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-81-sp {
    left: 10px;
    top: auto;
    right: 10px;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-block-8 {
    margin-bottom: 40px;
  }

  .link-block-9 {
    margin-bottom: 10px;
  }

  .heading-2-copy {
    margin-bottom: 25px;
    line-height: 54px;
  }

  .sp {
    width: auto;
    margin-bottom: 5px;
  }

  .heading-2-copy-copy {
    margin-bottom: 25px;
    line-height: 39px;
  }

  .link-block-10 {
    width: 100%;
  }

  .link-block-10-copy {
    width: 100%;
  }

  .link-block-10-copy-copy {
    width: 100%;
  }

  .image-49 {
    overflow: hidden;
    width: auto;
  }

  .body {
    overflow: scroll;
  }

  .image-50 {
    width: auto;
    margin-bottom: 10px;
  }

  .image-51 {
    width: auto;
    margin-bottom: 10px;
  }

  .image-52 {
    margin-bottom: 10px;
  }

  .image-53 {
    margin-bottom: 10px;
  }

  .image-54 {
    margin-bottom: 10px;
  }

  .scrolling-section {
    display: block;
  }

  .scrolling-list {
    position: relative;
    top: -90px;
    height: auto;
    margin-bottom: 0px;
    padding-top: 90px;
    padding-bottom: 0px;
  }

  .card {
    width: auto;
    height: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card.white {
    width: auto;
  }

  .customer-voices.sp {
    display: block;
    margin-bottom: 0px;
    background-image: url("../images/sp16.png");
    background-position: 50% 20%;
    background-size: auto 1015px;
  }

  .heading-2-copy-copy {
    margin-bottom: 25px;
    line-height: 54px;
  }

  .image-55 {
    width: 12px;
    margin-right: 5px;
  }

  .image-56 {
    width: auto;
  }

  .argolflogo {
    width: 130px;
  }

  .div-block-30-copy {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-30-copy {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-59-copy {
    font-size: 14px;
  }

  .text-block-32-copy-copy-copy {
    margin-right: 60px;
  }

  .bold-text-22 {
    line-height: 30px;
  }

  .bold-text-23 {
    font-size: 20px;
    line-height: 30px;
  }

  .bold-text-24 {
    font-size: 20px;
  }

  .text-block-60-copy {
    margin-top: 10px;
    font-size: 12px;
    line-height: 22px;
  }

  .image-50-copy {
    width: auto;
    height: auto;
    margin-bottom: 10px;
  }

  .text-block-60-copy {
    margin-top: 10px;
    font-size: 12px;
    line-height: 22px;
  }

  .text-block-60-copy-copy {
    margin-top: 10px;
    font-size: 12px;
    line-height: 22px;
  }

  .text-block-58-copy {
    font-size: 14px;
  }

  .image-50-copy-copy {
    width: auto;
    height: auto;
    margin-bottom: 10px;
  }

  .text-block-60-copy-copy-copy {
    margin-top: 10px;
    font-size: 12px;
    line-height: 22px;
  }
}

@media screen and (max-width: 375px) {
  #btn-tel .btn-top .fs-12 {
    font-size: 10px;
  }
}
