@charset "UTF-8";

.content a {
  text-decoration: underline;
}

.content a,
.content a:visited {
  color: #0055b8;
}

.content a:focus,
.content a:hover {
  color: #0055b8;
  text-decoration: none;
  cursor: pointer;
}

.content a:hover img {
  opacity: 0.9;
  transition-duration: 0.2s;
}

.content .cta {
  padding: 13.3vw 0;
  background: url(/doc/guide/gora_app/score/assets/img/cta001-sp.png?v=20231019) 0 center/45.3vw auto no-repeat #2c2c2c;
}

.content .cta-heading {
  width: 35.4vw;
  margin: 0 10.6vw 2.65vw auto;
  color: #fff;
  text-align: center;
  font-size: 3.73vw;
  font-weight: 700;
}

.content .cta-action {
  width: 35.4vw;
  margin: 0 10.6vw 0 auto;
}

.content .block-list .list-item.is-active .list-answer,
.content .cta-action .android,
.content .cta-action .ios {
  display: block;
}

.content .cta-action .ios {
  margin-bottom: 2.65vw;
}

.content .cta-action .qrcode {
  display: none;
}

.content .block {
  position: relative;
  padding: 12.3vw 5.3vw;
}

.content .block+.block {
  border-top: 8vw solid #e6e6e6;
}

.content .block::before {
  content: "";
  background-color: #2c4777;
  position: absolute;
  width: 16vw;
  height: 1vw;
  top: 0;
  left: 50%;
  margin-left: -8vw;
}

.content .block-heading {
  text-align: center;
  font-size: 6.25vw;
  margin-bottom: 10.6vw;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.content .block-heading span {
  display: block;
  margin-bottom: 3.2vw;
  font-size: 3.125vw;
  letter-spacing: 0.05em;
  color: #2c4777;
}

.content .block-list.banner {
  padding: 0 5.3vw;
}

.content .block-list>.list>.list-item {
  margin-bottom: 5.3vw;
  border: 0.8vw solid #2c4777;
  box-shadow: 0 0.25vw 1vw 0.25vw rgba(51, 51, 51, 0.2);
  transition: 0.2s ease-in-out;
}

.content .block-list.banner>.list>.list-item {
  border: none;
}

.content .faq-heading {
  position: relative;
  margin-bottom: 20px;
  padding: 0 15px;
  font-weight: 700;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
}

.content .faq-heading::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  height: auto;
  background: #2c4777;
}

.content .block-list.faq .list-answer::before,
.content .block-list.faq .list-title::before {
  left: 2.66vw;
  width: 8vw;
  height: 8vw;
  border-radius: 4vw;
  line-height: 7.5vw;
  font-size: 3.73vw;
  color: #fff;
  position: absolute;
  text-align: center;
}

.content .block-list .list-title {
  position: relative;
  min-height: 13.3vw;
  padding: 3.46vw 8.52vw 3.46vw 2em;
  font-size: 3.75vw;
  font-weight: 700;
  line-height: 1.5;
  color: #2c4777;
  cursor: pointer;
}

.content .block-list.faq .list-answer,
.content .block-list.faq .list-title {
  padding-left: 13.3vw;
}

.content .block-list.faq .list-title::before {
  top: 2.66vw;
  display: block;
  content: "Q";
  background: #2c4777;
}

.content .block-list .list-title::after {
  position: absolute;
  top: 2.6vw;
  right: 2.6vw;
  content: "＋";
  font-size: 5.3vw;
  font-weight: 700;
  color: #2c4777;
  transition: 0.2s;
  transform: scale(1) rotate(90deg);
}

.content .block-list .list-item.is-active .list-title::after {
  content: "－";
  transform: scale(1) rotate(0);
}

.content .block-list .list-answer {
  display: none;
  position: relative;
  font-size: 3.75vw;
  padding: 0 8.52vw 6.92vw 2em;
  line-height: 1.5;
}

.content .block-list.faq .list-answer::before {
  top: -1vw;
  display: block;
  content: "A";
  background: #2d2e30;
}

.content .analysis-item:last-child,
.content .info-content :last-child,
.content .list-alert> :last-child,
.content .list-answer> :last-child,
.content .list-block> :last-child,
.content .tips-content> :last-child {
  margin-bottom: 0;
}

.content .list-answer p {
  margin-bottom: 2.65vw;
  font-size: calc(28 / 750 * 100vw);
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: calc(38 / 28);
  margin-bottom: calc(40 / 750 * 100vw);
}

.content .list-answer p span.bold {
  font-weight: 700;
}

.content .list-answer p span.red {
  color: red;
}

.content .list-answer h4 {
  font-size: calc(30 / 750 * 100vw);
  font-weight: 500;
  margin-bottom: calc(40 / 750 * 100vw);
}

.content .list-answer h5,
.content .list-answer ul {
  font-size: calc(28 / 750 * 100vw);
  margin-bottom: calc(40 / 750 * 100vw);
}

.content .list-answer h4.title-number {
  position: relative;
  font-size: calc(35 / 750 * 100vw);
  font-weight: 600;
  color: #2a4576;
  margin-bottom: calc(40 / 750 * 100vw);
  border-bottom: 2px dotted #2a4576;
}

.content .list-answer h4.title-number::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 5.3vw;
  height: 5.3vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 5.3vw auto;
}

.content .list-answer h4.no-01,
.content .list-answer h4.no-02,
.content .list-answer h4.no-03 {
  padding-left: calc(50 / 750 * 100vw);
}

.content .list-answer h4.no-01::before {
  background-image: url(/doc/guide/gora_app/score/swing/assets/img/howto-ttl-ic01.svg);
}

.content .list-answer h4.no-02::before {
  background-image: url(/doc/guide/gora_app/score/swing/assets/img/howto-ttl-ic02.svg);
}

.content .list-answer h4.no-03::before {
  background-image: url(/doc/guide/gora_app/score/swing/assets/img/howto-ttl-ic03.svg);
}

.content .list-answer h5 {
  font-weight: 500;
}

.content .list-answer .title-bold {
  font-weight: 600;
}

.content .list-answer ul {
  display: block;
  list-style: number;
  padding-left: 1em;
}

.content .list-block {
  padding: calc(30 / 750 * 100vw) calc(40 / 750 * 100vw);
  background: #f2f2f2;
  margin-bottom: calc(40 / 750 * 100vw);
}

.content .list-block.blue {
  background: #fff;
  border: 1px solid #2a4576;
}

.content .list-block>h5+p {
  margin-top: -1.3em;
}

.content .list-block-ttl {
  font-size: 3.75vw;
  color: #2a4576;
  font-weight: 700;
  margin-bottom: 3.46vw;
}

.content .list-alert,
.content .list-image,
.content .list-tips {
  margin-bottom: calc(40 / 750 * 100vw);
}

.content .list-tips {
  border-radius: calc(8 / 750 * 100vw);
  overflow: hidden;
  border: 1px solid #aaa;
}

.content .list-tips ul {
  list-style: disc;
}

.content .tips-title {
  padding: 0.3em 1em;
  background-color: #2a4576;
  color: #fff;
  border-bottom: 1px solid #aaa;
}

.content .tips-content {
  padding: calc(30 / 750 * 100vw) calc(40 / 750 * 100vw);
}

.content .list-alert {
  border-radius: calc(8 / 750 * 100vw);
  border: 1px solid red;
  background-color: #fff4f4;
  padding: calc(40 / 750 * 100vw);
}

.content .alert-title {
  display: flex;
  position: relative;
  color: red;
  font-size: calc(30 / 750 * 100vw);
  margin-bottom: calc(30 / 750 * 100vw);
}

.content .alert-title::before {
  content: "";
  display: block;
  width: calc(42 / 750 * 100vw);
  height: calc(39 / 750 * 100vw);
  background-size: 100% auto;
  background-image: url("/doc/guide/gora_app/score/swing/assets/img/alert01.png");
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: calc(10 / 750 * 100vw);
}

.content .s-breadcrumb {
  margin-top: 15vw;
  background: #fff;
  font-size: 0;
  box-sizing: border-box;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  white-space: nowrap;
  display: flex;
  width: 100%;
  overflow: hidden;
}

.content .s-breadcrumb li {
  vertical-align: top;
  white-space: nowrap;
  font-size: 3.125vw;
}

.content .s-breadcrumb li a,
.content .s-breadcrumb li span {
  padding: 2.5vw 2.5vw 2.5vw 4vw;
  display: inline-block;
  line-height: 1;
}

.content .s-breadcrumb li:first-child a {
  padding-left: 2.5vw;
}

.content .s-breadcrumb li:last-child {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  flex-shrink: 0;
}

.content .s-breadcrumb li:not(:last-child) {
  position: relative;
}

.content .s-breadcrumb li:not(:last-child)::after,
.content .s-breadcrumb li:not(:last-child)::before {
  content: "";
  border: 4.68vw solid transparent;
  border-width: 4.68vw 2.5vw;
  border-left-color: #999;
  width: 0;
  height: 0;
  position: absolute;
  right: -4.68vw;
  top: 50%;
  z-index: 10;
  margin-top: -4.68vw;
}

.content .s-breadcrumb li:not(:last-child)::after {
  margin-right: 1px;
  border-left-color: #fff;
}

.content .s-breadcrumb li,
.s-breadcrumb li::after {
  display: inline-block;
}

.content .s-breadcrumb li:last-child::after {
  content: none;
}

.content .js-floating-button {
  position: absolute;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  display: block;
  bottom: 8.3vw;
  right: 0;
  z-index: 1000;
  background: #151515;
  text-align: center;
  border: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  outline: 0;
}

.content .js-floating-button.js-active {
  position: fixed;
  bottom: 10px;
}

.content .js-floating-button::before {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  content: "";
  background: url(https://image.gora.golf.rakuten.co.jp/img/golf/rex-icon/chevron_right_white.svg) center/20px auto no-repeat;
  text-align: center;
  transform: rotate(-90deg);
}

.content .step {
  background:
    url("/doc/guide/gora_app/score/swing/assets/img/feature-bg-sp.png"),
    linear-gradient(#baccff, #fff);
  background-size: contain, cover;
  background-repeat: repeat-y;
  padding: calc(80 / 750 * 100vw) 0;
}

.content .analysis-list,
.content .step-item {
  display: flex;
  background-position: top center;
  position: relative;
}

.content .step-item {
  padding-top: calc(60 / 750 * 100vw);
  margin: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw) 0;
  flex-wrap: wrap;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: calc(30 / 750 * 100vw);
  background-size: contain, cover;
  background-repeat: no-repeat;
  background-position: 0 bottom;
  box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.2);
}

.content .step-item.l-type-01 {
  background-image: url(/doc/guide/gora_app/score/swing/assets/img/feature-item-bg-left-sp.png);
}

.content .step-item.l-type-02 {
  background-image: url(/doc/guide/gora_app/score/swing/assets/img/feature-item-bg-right-sp.png);
}

.content .step-item.l-type-03 {
  background-image: url(/doc/guide/gora_app/score/swing/assets/img/feature-item-bg-right-sp.png);
}

.content .step-header {
  padding: 0 calc(50 / 750 * 100vw);
}

.content .status {
  font-size: calc(28 / 750 * 100vw);
  padding-bottom: calc(20 / 750 * 100vw);
  font-weight: 700;
  color: #fff;
}

.content .status p {
  display: inline-block;
  padding: calc(10 / 750 * 100vw) calc(35 / 750 * 100vw);
  border-radius: calc(10 / 750 * 100vw);
}

.content .status .status-paid {
  background-color: #c9951a;
}

.content .status .status-free {
  background-color: #2a4576;
}

.content .status .status-new {
  background-color: #ff6b6b;
}

.content .step-ttl {
  text-align: center;
  font-size: calc(44 / 750 * 100vw);
  font-weight: 800;
  line-height: calc(55 / 44);
}

.content .step-ttl span {
  font-size: calc(28 / 750 * 100vw);
  font-weight: 800;
  color: #fff;
  display: block;
  margin-bottom: calc(36 / 750 * 100vw);
}

.content .step-txt {
  text-align: center;
  font-size: calc(27 / 750 * 100vw);
  padding: calc(40 / 750 * 100vw) calc(20 / 750 * 100vw) 0;
  line-height: calc(38 / 28);
}

.content .step-txt-small {
  display: block;
  font-size: calc(24 / 750 * 100vw);
  padding: calc(15 / 750 * 100vw) calc(40 / 750 * 100vw);
}

.content .step-heading {
  text-align: justify;
  font-size: calc(40 / 750 * 100vw);
  font-weight: 800;
  line-height: 1.4;
  padding-bottom: calc(20 / 750 * 100vw);
  font-feature-settings: "palt";
  letter-spacing: 1px;
}

.content .step-message {
  padding-bottom: calc(70 / 750 * 100vw);
  font-size: calc(28 / 750 * 100vw);
  line-height: calc(48 / 28);
  color: #333;
  text-align: justify;
}

.content .step-image {
  position: relative;
  padding: 0 calc(50 / 750 * 100vw) calc(70 / 750 * 100vw);
}

.content .step-item .step-image {
  text-align: center;
  width: 100%;
}

.content .step-video {
  width: calc(310 / 750 * 100vw);
}

.content .swiper-slide .step-video {
  width: calc(350 / 750 * 100vw);
}

.content .step-item:last-child {
  padding-bottom: calc(30 / 750 * 100vw);
}

.content .profile {
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  padding: 15px;
  margin: 0 calc(40 / 750 * 100vw) calc(70 / 750 * 100vw);
  gap: 10px;
  text-align: left;
  font-size: 14px;
  color: #333;
}

.content .profile-image {
  height: 82px;
  width: 83px;
  position: relative;
  object-fit: cover;
}

.content .profile-detail {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.content .profile-name {
  align-self: stretch;
  position: relative;
  letter-spacing: 0.56px;
  line-height: 21px;
  display: flex;
  gap: 10px;
}

.content .profile-name b {
  line-height: 21px;
  font-weight: 700;
}

.content .profile-name span {
  font-size: 14px;
  line-height: 21px;
}

.content .profile-txt {
  align-self: stretch;
  position: relative;
  font-size: 11px;
  line-height: 1.35;
  text-align: justify;
}

.content .pc.profile {
  display: none;
}

.content .sp.profile {
  display: block;
}

.content .analysis {
  background: url(/doc/guide/gora_app/score/swing/assets/img/step-bg-sp.png);
  background-size: contain;
  background-repeat: repeat-y;
  background-position: top center;
}

.content .analysis-list {
  flex-wrap: wrap;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: calc(80 / 750 * 100vw);
}

.content .analysis-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin: 0 auto calc(100 / 750 * 100vw);
  border: 1px solid #2a4576;
  background-color: #f7f8fb;
  border-radius: 4px;
}

.content .analysis-item:not(:last-child)::after {
  position: absolute;
  bottom: calc(-100 / 750 * 100vw);
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 4vw;
  height: 4vw;
  border: 4vw solid transparent;
  border-left: 4vw solid #2a4576;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.content .analysis-title {
  font-size: calc(35 / 750 * 100vw);
  color: #fff;
  font-weight: 700;
  background-color: #2a4576;
  font-style: italic;
  padding: calc(8 / 750 * 100vw) calc(40 / 750 * 100vw);
  margin-bottom: calc(50 / 750 * 100vw);
}

.content .analysis-title span {
  font-size: calc(60 / 750 * 100vw);
}

.content .analysis-block {
  display: flex;
  gap: calc(80 / 750 * 100vw);
  padding: 0 calc(80 / 750 * 100vw);
  justify-content: space-between;
  align-items: center;
}

.content .analysis-item p {
  font-size: calc(32 / 750 * 100vw);
  font-weight: 700;
  margin-bottom: calc(70 / 750 * 100vw);
  line-height: 1.3;
}

.content .info-content h4,
.content .info-content p,
.content .info-content p.bold {
  font-size: calc(26 / 750 * 100vw);
  line-height: calc(44 / 26);
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}

.content .analysis-image {
  width: calc(230 / 750 * 100vw);
}

.content .info-heading {
  font-size: calc(40 / 750 * 100vw);
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  text-align: center;
  padding-bottom: calc(40 / 750 * 100vw);
  padding-top: calc(80 / 750 * 100vw);
}

.content .info-content {
  padding: calc(40 / 750 * 100vw);
  background: #f2f2f2;
}

.content .info-content p.bold {
  font-weight: 500;
  margin-bottom: calc(40 / 750 * 100vw);
}

.content .info-content h4 {
  font-weight: 500;
  margin-bottom: calc(10 / 750 * 100vw);
  color: #2a4576;
}

.content .info-content p {
  margin-bottom: calc(40 / 750 * 100vw);
}

.header-nav-hamburger {
  width: 100%;
  height: 100%;
}

.nav {
  position: fixed;
  right: 0;
  top: 0;
  width: 270px;
  height: 100%;
  transform: translateX(100%);
  background-color: #2c2c2c;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 9999;
  transition: 0.4s;
}

.nav.active {
  transform: translateX(0);
  transition: 0.4s;
}

.nav-heading {
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 1.4;
  gap: 10px;
  padding: 12px 20px;
  font-weight: bold;
  color: #fff;
  background: #171717;
}

.nav-menu {
  padding-top: 20px;
  padding-bottom: 80px;
  background: #fff;
}

.nav-item {
  position: relative;
  text-align: center;
  margin: 0 10px;
}

.nav-item.new a::after {
  content: "New";
  border-radius: 10px;
  padding: 2px 6px;
  color: #fff;
  background-color: #bf0000;
  font-size: 11px;
  font-weight: 700;
  margin-left: 8px;
}

.nav-item a {
  position: relative;
  color: #333 !important;
  display: inline-block;
  text-align: left;
  font-weight: 700;
  font-size: 3.73vw;
  text-decoration: none;
  padding: 20px 14px;
  border-bottom: 1px solid #bbb;
  width: 100%;
  box-sizing: border-box;
}

.nav-item a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-cta {
  padding: 40px 0;
}

.nav-cta-heading {
  margin: 0 auto 15px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

.nav-cta .android,
.nav-cta .ios {
  display: block;
  width: 58%;
  margin: 0 auto 10px;
}

.hamburger {
  border-color: transparent;
  cursor: pointer;
  width: 60px;
  height: 58px;
  background-color: #2c4777;
  opacity: 0.9;
  position: fixed;
  right: 0;
  bottom: 70px;
  z-index: 999;
  transition: 0.4s;
}

.hamburger.active {
  right: 270px;
  transition: 0.4s;
}

.nav-box-mask.active,
.section-modal {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}

.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: relative;
  transition: 0.4s;
  display: block;
}

.hamburger span:first-child,
.hamburger span:nth-child(3) {
  top: 0;
}

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

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

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

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

.nav-box-mask.active {
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.55);
  transition: 0.4s;
}

.content .video-swing .video-wrapper {
  background: #2c2c2c;
}

.content .video-howto .video-wrapper {
  background: #2a4576;
}

.content .section-visual .video-wrapper {
  margin: 0 0 10.3vw;
  padding: 5.3vw 0;
  text-align: center;
  color: #fff;
  letter-spacing: 0.05em;
}

.content .section-visual .heading {
  font-weight: 700;
  font-size: 4vw;
  margin-bottom: 4vw;
}

.content .section-visual .video {
  border-radius: 1vw;
  width: 67.3vw;
  height: 38vw;
  margin: 0 auto 4vw;
  background: #000;
  cursor: pointer;
}

.content .section-visual img {
  display: block;
  width: 100%;
}

.section-modal {
  display: none;
  z-index: 2000;
  top: 0;
  background-color: rgba(15, 15, 15, 0.86);
  text-align: center;
  align-items: center;
  cursor: pointer;
}

.section-modal.js-active {
  display: flex;
}

.section-modal video {
  width: 100%;
  max-width: 854px;
  margin: 0 auto;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

.modal-close,
.nav-heading img {
  width: 40px;
  height: 40px;
}

.modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(15, 15, 15, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0;
  max-height: 40px;
  max-width: 40px;
  min-height: 40px;
  min-width: 40px;
  outline: 0;
  vertical-align: top;
}

.modal-close::after,
.modal-close::before {
  background-color: #fff;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.modal-close::before {
  height: 2px;
  width: 50%;
}

.modal-close::after {
  height: 50%;
  width: 2px;
}

.modal-close:focus,
.modal-close:hover {
  background-color: rgba(15, 15, 15, 0.3);
}

.modal-close:active {
  background-color: rgba(15, 15, 15, 0.4);
}

.content .information {
  margin-bottom: 3.73vw;
  font-size: 3.73vw;
  overflow: hidden;
  width: 100%;
  border-radius: 8px;
  background-color: #f2f2f2;
  text-align: center;
}

.content .information-heading {
  padding: 4.5vw 4.5vw 2.8vw;
  line-height: 1.71;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.content .information-heading .date {
  font-weight: 400;
}

.content .information-image {
  padding: 0 4.5vw;
  text-align: center;
  vertical-align: bottom;
  border-bottom: 1px solid #d9d9d9;
}

.content .information-image .image {
  margin: 0 auto;
}

.content .information-image img {
  width: auto;
  height: 48vw;
  margin: 0 auto;
}

.content .information-content {
  padding: 4.5vw;
  text-align: left;
}

.content .information-content .text {
  line-height: 1.5;
  margin-bottom: 1em;
}

.content .section.notice {
  background: #fff;
  padding: 0 0 10.6vw;
  position: relative;
}

.content .section.notice .section-information {
  padding: 0 5.8vw;
}

.content .section-heading {
  font-size: 6.66vw;
  text-align: center;
  line-height: 1.2;
  padding: 10vw 0;
  color: #333;
}

.content .section.notice .section-heading {
  background-size: 26.2vw auto;
  background-repeat: no-repeat;
  background-position: calc(50% - 28.4vw) 0.7vw;
  background-image: url("/doc/guide/gora_app/score/assets/img/new@2x.png");
}

.content .button,
.content a.button {
  position: relative;
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 3.46vw;
  font-size: 3.73vw;
  line-height: 1;
  border-radius: calc(calc(3.46vw * 2 + 3.73vw) / 2);
  text-decoration: none;
  transition: 0.3s ease-in-out;
  background: #2c4777;
  color: #fff;
  border: 1px solid #2c4777;
  cursor: pointer;
}

.content .button.primary,
.content a.button.primary {
  background: #2c4777;
  color: #fff;
  border-color: #2c4777;
}

.content .button::after,
.content a.button::after {
  position: absolute;
  top: 50%;
  right: 4vw;
  transform: rotate(-45deg);
  margin-top: calc(-1.8vw / 2);
  content: "";
  width: 1.8vw;
  height: 1.8vw;
  border-right: 0.3vw solid #fff;
  border-bottom: 0.3vw solid #fff;
}

.content .f-alert {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 40px;
  background: #f5f5f5;
  border-color: #2a4576;
}

.content .f-alert-message {
  margin-bottom: 1em;
  padding-left: 30px;
  font-size: 14px;
  line-height: 1.57;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(/common/feature-common//1.0/assets/icon/info01.svg);
  background-size: 21px auto;
  color: #333;
}

.content .f-alert-message:last-child {
  margin-bottom: 0;
}

.content .price {
  background: #f2f2f2;
  padding: calc(80 / 750 * 100vw) calc(40 / 750 * 100vw) 0;
}

.content .price-ttl {
  text-align: center;
  font-size: calc(44 / 750 * 100vw);
  font-weight: 800;
  line-height: calc(55 / 44);
}

.content .price-ttl span {
  font-size: calc(28 / 750 * 100vw);
  font-weight: 800;
  color: #97b2ff;
  display: block;
  margin-bottom: calc(36 / 750 * 100vw);
}

.content .plan-cards {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: left;
  font-size: calc(28 / 750 * 100vw);
  color: #fff;
}

.content .plan-card-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17.4px;
  margin-top: 30px;
}

.content .plan-card {
  align-self: stretch;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: calc(40 / 750 * 100vw);
  text-align: justify;
}

.plan-card-recommended {
  border: 2px solid #2c4777;
  position: relative;
  margin-top: calc(20 / 750 * 100vw);
}

.content .frame-parent {
  align-self: stretch;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.content .plan-price-note-wrapper {
  align-self: stretch;
  border-radius: calc(12 / 750 * 100vw);
  background-color: #2c4777;
  display: flex;
  align-items: center;
  padding: calc(14 / 750 * 100vw) calc(18 / 750 * 100vw);
}

.content .plan-price-note {
  flex: 1;
  position: relative;
  line-height: 1.4;
  font-weight: 500;
}

.content .plan-card-detail {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: calc(22 / 750 * 100vw) 0px 0px;
  gap: 2.6px;
  text-align: left;
  font-size: calc(32 / 750 * 100vw);
  color: #888;
}

.content .plan-name {
  position: relative;
  line-height: 1.8;
  display: inline-block;
  font-weight: 500;
}

.content .plan-price {
  position: relative;
  color: #000;
  display: inline-block;
  font-size: calc(64 / 750 * 100vw);
}

.content .price-txt {
  line-height: 1.2;
  font-weight: 800;
}

.content .price-txt span {
  font-size: calc(34 / 750 * 100vw);
  line-height: 1.4;
  font-weight: 500;
}

.content .price-txt span span {
  position: relative;
  font-size: calc(26 / 750 * 100vw);
  line-height: 1.4;
  color: #888;
}

.content .price-small-wrapper {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(10 / 750 * 100vw) 0px 0px;
  text-align: justify;
  font-size: calc(24 / 750 * 100vw);
  color: #333;
}

.content .price-small {
  flex: 1;
  position: relative;
  letter-spacing: 0.74px;
  line-height: calc(32 / 750 * 100vw);
}

.content .frame-group {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.content .plan-name-parent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.content .trial-wrapper {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2a4576;
}

.content .trial-txt {
  flex: 1;
  position: relative;
  line-height: 1.8;
  font-weight: 700;
  font-size: calc(32 / 750 * 100vw);
}

.content .frame-container {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 0;
  flex-shrink: 0;
}

.content .plan-price-note-gray {
  align-self: stretch;
  border-radius: calc(12 / 750 * 100vw);
  background-color: #f3f3f3;
  display: flex;
  align-items: center;
  padding: calc(14 / 750 * 100vw) calc(16 / 750 * 100vw);
  text-align: justify;
  color: #333;
}

.content .plan-rec-badge-parent {
  position: absolute;
  top: calc(-40 / 750 * 100vw);
  left: 0;
  right: 0;
  width: calc(280 / 750 * 100vw);
  margin: 0 auto;
  height: auto;
}

.content .trial-banner {
  align-self: stretch;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: calc(40 / 750 * 100vw) calc(50 / 750 * 100vw);
  font-size: calc(40 / 750 * 100vw);
  color: #2a4576;
}

.content .trial-banner-text {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.content .trial-banner-ttl {
  align-self: stretch;
  position: relative;
  font-size: calc(36 / 750 * 100vw);
  line-height: 1.5;
  font-weight: 700;
}

.content .trial-banner-ttl-sub {
  align-self: stretch;
  position: relative;
  font-size: calc(32 / 750 * 100vw);
  line-height: calc(48 / 750 * 100vw);
}

.content .trial-banner-note {
  align-self: stretch;
  position: relative;
  font-size: calc(28 / 750 * 100vw);
  line-height: calc(42 / 750 * 100vw);
  color: #555;
}

.content .price-txt-small {
  font-size: calc(24 / 750 * 100vw);
  line-height: calc(32 / 750 * 100vw);
  color: #333;
}

.content .button-block {
  padding: calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  text-align: center;
}

.content .button-block a.button.primary {
  margin-bottom: calc(10 / 750 * 100vw);
}

.content .compareplansimple {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  isolation: isolate;
  gap: 10px;
  text-align: left;
  font-size: calc(26 / 750 * 100vw);
  color: #333;
}

.content .plan-table {
  width: calc(690 / 750 * 100vw);
  margin: calc(40 / 750 * 100vw) auto calc(80 / 750 * 100vw);
  border: 1px solid #d1d1d1;
  border-bottom: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 0;
}

.content .cell-parent {
  align-self: stretch;
  display: flex;
  align-items: center;
  text-align: center;
}

.content .cell {
  align-self: stretch;
  width: calc(216.6 / 750 * 100vw);
  background-color: #f7f8fb;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: calc(16 / 750 * 100vw) calc(20 / 750 * 100vw);
  box-sizing: border-box;
  font-weight: 700;
  border-bottom: 1px solid #d1d1d1;
  text-align: left;
}

.content .cell-heading {
  line-height: 1.3;
}

.content .cell2 {
  align-self: stretch;
  width: calc(214 / 750 * 100vw);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: calc(16 / 750 * 100vw) calc(32 / 750 * 100vw);
  box-sizing: border-box;
  font-size: calc(32 / 750 * 100vw);
  font-weight: 700;
  border-bottom: 1px solid #d1d1d1;
}

.content .b2 {
  position: relative;
  line-height: 1.5;
}

.content .cell3 {
  flex: 1;
  background: linear-gradient(180deg, #2f4d82, #4771be);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: calc(24 / 750 * 100vw) calc(16 / 750 * 100vw);
  gap: 8px;
  text-align: left;
  font-size: calc(24 / 750 * 100vw);
  color: #fff;
}

.content .plan-card-left {
  align-self: stretch;
  border-bottom: 0.5px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 0px calc(20 / 750 * 100vw);
  gap: 3px;
}

.content .plan-table-price {
  position: relative;
  display: inline-block;
  font-size: calc(40 / 750 * 100vw);
}

.content .plan-table-price span {
  font-size: calc(26 / 750 * 100vw);
}

.content .b3 {
  line-height: 1.4;
  font-weight: 700;
}

.content .plan-table-card-left {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}

.content .plan-table-card-left:first-child {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}

.content .plan-table-rec-badge {
  align-self: stretch;
  border-radius: calc(40 / 750 * 100vw);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px calc(20 / 750 * 100vw);
  flex-shrink: 0;
  text-align: center;
  font-size: calc(22 / 750 * 100vw);
  color: #2c4777;
}

.content .b5 {
  position: relative;
  line-height: 1.3;
  font-weight: 700;
}

.content .union-icon {
  align-self: stretch;
  height: auto;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: calc(48 / 750 * 100vw);
}

.content .cell-group {
  align-self: stretch;
  display: flex;
  align-items: center;
}

.content .cell5 {
  align-self: stretch;
  width: calc(214 / 750 * 100vw);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(16 / 750 * 100vw) calc(20 / 750 * 100vw);
  box-sizing: border-box;
  font-weight: 700;
  border-bottom: 1px solid #d1d1d1;
}

.content .cell-child {
  width: calc(48 / 750 * 100vw);
  height: calc(48 / 750 * 100vw);
  position: relative;
}

.content .cell6 {
  align-self: stretch;
  flex: 1;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(16 / 750 * 100vw) calc(20 / 750 * 100vw);
  font-weight: 700;
  border-bottom: 1px solid #d1d1d1;
  border-right: 2px solid #4771be;
  border-left: 2px solid #4771be;
}

.content .cell6 b {
  color: #1e3661;
}

.content .cell-container {
  align-self: stretch;
  background-color: #f7f8fb;
  display: flex;
  align-items: center;
}

.content .b9 {
  align-self: stretch;
  position: relative;
  letter-spacing: -0.5px;
  line-height: 1.4;
}

.content .cell17 {
  align-self: stretch;
  width: calc(214 / 750 * 100vw);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: calc(16 / 750 * 100vw) calc(20 / 750 * 100vw);
  box-sizing: border-box;
  font-size: calc(28 / 750 * 100vw);
  font-weight: 700;
  border-bottom: 1px solid #d1d1d1;
}

.content .b11 {
  align-self: stretch;
  position: relative;
  line-height: 1.4;
}

.content .cell18 {
  align-self: stretch;
  flex: 1;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: calc(16 / 750 * 100vw) calc(20 / 750 * 100vw);
  font-size: calc(28 / 750 * 100vw);
  color: #1e3661;
  font-weight: 700;
  border-bottom: 1px solid #d1d1d1;
}

.content .b19 {
  position: relative;
  line-height: 1.4;
}

.compareplansimple-child {
  height: calc(1222 / 750 * 100vw);
  width: calc(425 / 750 * 100vw);
  position: absolute;
  margin: 0 !important;
  top: calc(0.22 / 750 * 100vw);
  left: calc(430 / 750 * 100vw);
  z-index: 1;
}

.content .advice-section {
  width: 100%;
  position: relative;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  border-radius: calc(40 / 750 * 100vw);
  background-color: #f2f6ff;
  padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw);
  box-sizing: border-box;
  text-align: center;
  font-size: calc(26 / 750 * 100vw);
  color: #000;
}

.content .advice-copy-sub {
  width: calc(700 / 750 * 100vw);
  height: calc(32 / 750 * 100vw);
  position: relative;
  letter-spacing: 0.3px;
  line-height: 120%;
  display: none;
  flex-shrink: 0;
}

.content .frame-parent-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
  font-size: calc(66 / 750 * 100vw);
  color: #333;
}

.content .title-part-1-wrapper {
  padding: 0px calc(24 / 750 * 100vw) calc(24 / 750 * 100vw);
}

.content .title-part-1-container {
  width: calc(504 / 750 * 100vw);
  position: relative;
  line-height: 1.4;
  font-weight: 900;
  background: linear-gradient(190.64deg, #2f4d82, #4771be);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-shadow: 0px 0px calc(40 / 750 * 100vw) #fff;
}

.content .title-part-1-container2 {
  line-break: anywhere;
  width: 100%;
}

.content .group-child {
  position: absolute;
  top: calc(34 / 750 * 100vw);
  left: calc(8 / 750 * 100vw);
  background-color: #feffdb;
  width: calc(552 / 750 * 100vw);
  height: calc(18 / 750 * 100vw);
}

.content .advice-questions-parent {
  align-self: stretch;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: calc(40 / 750 * 100vw) 0 0;
  gap: 10px;
  flex-shrink: 0;
  font-size: calc(26 / 750 * 100vw);
  color: #fff;
}

.content .advice-question {
  width: calc(50% - 5px);
  box-shadow: 0px 0px calc(20 / 750 * 100vw) rgba(0, 0, 0, 0.15);
  border-radius: calc(14 / 750 * 100vw);
  background-color: #fff;
  border: 2px solid #fff;
  box-sizing: border-box;
  padding: calc(20 / 750 * 100vw) calc(16 / 750 * 100vw);
  padding-left: calc(60 / 750 * 100vw);
  gap: 5px;
}

.content .advice-question-text {
  line-height: calc(37 / 750 * 100vw);
  font-weight: 500;
  gap: 10px;
  text-align: left;
  font-size: calc(26 / 750 * 100vw);
  color: #000;
}

.content .arrow-3-icon {
  width: calc(100 / 750 * 100vw);
  height: calc(72 / 750 * 100vw);
  margin: 0 auto;
}

.content .advice-bridge-desc {
  line-height: 1.4;
  font-size: calc(28 / 750 * 100vw);
  text-align: justify;
  margin-top: calc(20 / 750 * 100vw);
}

.content .advice-bridge-head {
  font-size: calc(34 / 750 * 100vw);
  line-height: 1.4;
  margin-bottom: calc(30 / 750 * 100vw);
  display: block;
  font-weight: 700;
}

.content .advice-bridge {
  width: 100%;
  align-self: stretch;
  background: linear-gradient(180deg, #2c4777, #4066ac);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: calc(48 / 750 * 100vw) calc(30 / 750 * 100vw) calc(68 / 750 * 100vw);
  gap: 20px;
  flex-shrink: 0;
}

.content .advice-q-label-parent {
  width: 100%;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: calc(40 / 750 * 100vw) 0px 0px;
  gap: 5px;
  flex-shrink: 0;
  text-align: left;
  font-size: calc(32 / 750 * 100vw);
  color: #333;
}

.content .advice-q-label {
  font-size: calc(32 / 750 * 100vw);
  line-height: 1.3;
  display: inline-block;
  color: #333;
  text-align: left;
  font-weight: 700;
}

.content .advice-q-label2 {
  font-size: calc(26 / 750 * 100vw);
  line-height: 1.4;
  display: inline-block;
  color: #2a4576;
  text-align: left;
  font-weight: 700;
}

.content .advice-answer-icon {
  align-self: stretch;
  height: auto;
  overflow: hidden;
  flex-shrink: 0;
  width: calc(300 / 750 * 100vw);
  margin: 0 auto 10px;
}

.content .advice-txt-small {
  font-size: calc(24 / 750 * 100vw);
  line-height: calc(32 / 750 * 100vw);
  color: #333;
  padding: calc(20 / 750 * 100vw) calc(40 / 750 * 100vw) 0px;
}

.content .tab_item {
  background-image: url(/doc/guide/gora_app/score/swing/assets/img/step-advice-ic-default.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center left;
  background-position: 4% center;
}

.content .tab_item:hover {
  opacity: 0.75;
}

input[name="tab_item"] {
  display: none;
}

.content .tab_content {
  display: none;
}

#movie:checked~#movie_content,
#lesson:checked~#lesson_content,
#karte:checked~#karte_content,
#history:checked~#history_content {
  display: block;
}

.tabs input:checked+.tab_item {
  border: 2px solid #2c4777;
  background-image: url(/doc/guide/gora_app/score/swing/assets/img/step-advice-ic-active.png);
}

.swiper-backface-hidden .swiper-slide {
  opacity: 0.3;
  /* 左右のスライドを薄くする */
  transform: scale(0.8);
  /* 左右のスライドを小さくする */
  transition: 0.7s;
  /* ゆっくり小さくさせる */
}

.swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.content .swiper01 .swiper-slide img {
  border: 1px solid #ddd;
}

.swiper-backface-hidden .swiper-slide-active {
  opacity: 1;
  /* 中央のスライドは薄くしない */
  transform: scale(1);
  /* 中央のスライドは小さくしない */
  z-index: 1;
  /* 中央のスライドを一番上にする */
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-prev:after {
  font-size: calc(40 / 750 * 100vw);
  color: #fff;
  background: #2a4576;
  width: calc(100 / 750 * 100vw);
  height: calc(24 / 750 * 100vw);
  border-radius: 50%;
  padding: calc(24 / 750 * 100vw);
  line-height: calc(28 / 750 * 100vw);
  opacity: 0.8;
}

.slide-txt {
  padding-bottom: calc(70 / 750 * 100vw);
  font-size: calc(28 / 750 * 100vw);
  line-height: calc(48 / 28);
  letter-spacing: 0.04em;
  color: #333;
  text-align: justify;
}

.content .mode {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.2);
  padding: calc(24 / 750 * 100vw);
  text-align: left;
  margin-top: calc(40 / 750 * 100vw);
}

.content .mode p {
  font-size: calc(24 / 750 * 100vw);
  line-height: calc(40 / 28);
  color: #333;
  text-align: justify;
}

.content .mode-heading {
  font-weight: 700;
  font-style: italic;
  font-size: calc(32 / 750 * 100vw);
  display: block;
}

@media screen and (min-width: 768px) {

  .content .cta-action,
  .content .cta-action .download {
    width: 360px;
    display: flex;
    justify-content: space-between;
  }

  .content .block-list.faq .list-answer::before,
  .content .block-list.faq .list-title::before {
    left: 20px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    line-height: 37px;
    font-size: 20px;
    font-weight: 400;
  }

  .content .cta {
    padding: 0 40px;
    background-image: none;
  }

  .content .cta:last-child,
  .content .list-alert> :last-child,
  .content .list-block> :last-child,
  .content .tips-content> :last-child {
    margin-bottom: 0;
  }

  .content .cta-inner {
    max-width: 940px;
    margin: 0 auto;
    padding: 50px 0;
    background: url(/doc/guide/gora_app/score/assets/img/cta001.png?v=20231019) 0 bottom/300px auto no-repeat;
  }

  .content .cta-heading {
    width: 360px;
    margin: 0 0 20px auto;
    font-size: 16px;
  }

  .content .cta-action {
    margin: 0 0 0 auto;
    align-items: flex-end;
  }

  .content .cta-action .ios {
    width: 173px;
  }

  .content .cta-action .android {
    width: 167px;
  }

  .content .cta-action .android,
  .content .cta-action .ios {
    margin: 0;
  }

  .content .cta-action .qrcode,
  .content .s-breadcrumb li::before {
    display: none;
  }

  .content .block {
    padding: 80px 40px;
  }

  .content .block+.block {
    border-top-width: 32px;
  }

  .content .block::before {
    width: 120px;
    height: 4px;
    margin-left: -60px;
  }

  .content .block-heading {
    font-size: 30px;
    margin-bottom: 50px;
  }

  .content .block-heading span {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .content .block-list {
    max-width: 940px;
    margin: 0 auto 40px;
  }

  .content .block-list>.list>.list-item {
    margin-bottom: 20px;
    border-width: 2px;
    box-shadow: 0 1px 4px 1px rgba(51, 51, 51, 0.2);
  }

  .content .block-list.banner>.list>.list-item {
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.3);
  }

  .content .block-list.banner>.list>.list-item:nth-child(2n) {
    margin-left: 20px;
  }

  .content .block-list .list-title {
    min-height: 77px;
    padding: 30px 80px 30px 30px;
    font-size: 16px;
  }

  .content .faq-heading {
    padding: 0 16px;
    font-size: 20px;
    letter-spacing: 0.02em;
  }

  .content .block-list.faq .list-title {
    padding-left: 80px;
  }

  .content .block-list.faq .list-title::before {
    top: 20px;
  }

  .content .block-list .list-title::after {
    top: 18px;
    right: 20px;
    font-size: 32px;
    font-weight: 400;
  }

  .content .block-list .list-answer {
    font-size: 14px;
    padding: 0 80px 40px;
  }

  .content .block-list.faq .list-answer {
    padding: 0 80px 40px;
  }

  .content .block-list.faq .list-answer::before {
    top: -4px;
  }

  .content .list-answer p {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 22px;
  }

  .content .list-answer h4 {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .content .list-answer h4.title-number {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.8;
  }

  .content .list-answer h4.no-01,
  .content .list-answer h4.no-02,
  .content .list-answer h4.no-03 {
    padding-left: 30px;
  }

  .content .list-answer h4.no-01::before,
  .content .list-answer h4.no-02::before,
  .content .list-answer h4.no-03::before {
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
  }

  .content .list-answer h5,
  .content .list-answer h5.title-bold,
  .content .list-answer ul {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .content .list-block {
    padding: 35px;
    margin-bottom: 30px;
  }

  .content .list-block-ttl {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .content .list-block>h5+p {
    margin-top: -1.3em;
  }

  .content .list-image {
    margin-bottom: 40px;
  }

  .content .list-tips {
    border-radius: 4px;
    margin-bottom: 40px;
  }

  .content .tips-title {
    font-size: 16px;
    font-weight: 500;
  }

  .content .tips-content {
    padding: 20px 30px;
  }

  .content .tips-content.col2 {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .content .tips-content.col2 p {
    width: 75%;
  }

  .content .tips-content.col2 .list-image {
    width: 20%;
  }

  .content .list-alert {
    border-radius: 4px;
    padding: 30px;
    margin-bottom: 30px;
  }

  .content .alert-title {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .content .alert-title::before {
    width: 21px;
    height: 19.5px;
    margin-right: 10px;
  }

  .content .s-breadcrumb {
    margin-top: 40px;
    border: none;
  }

  .content .information-content .text,
  .content .s-breadcrumb li {
    font-size: 14px;
  }

  .content .s-breadcrumb li:not(:last-child)::after {
    content: "\003E";
    margin: 0 0.122rem;
    border: none;
    position: relative;
    right: 0;
    top: 0;
  }

  .content .s-breadcrumb li a,
  .content .s-breadcrumb li span {
    padding: 10px 10px 10px 20px;
  }

  .content .s-breadcrumb li:first-child a {
    padding-left: 20px;
  }

  .content .js-floating-button {
    right: 10px;
    bottom: 0;
  }

  .content .step {
    padding: 80px 40px 40px;
    background-image:
      url("/doc/guide/gora_app/score/swing/assets/img/feature-bg.png"),
      linear-gradient(#baccff, #fff);
    background-size: 1920px auto;
    background-position: top center;
  }

  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .content .cta-inner {
      background-image: url(/doc/guide/gora_app/score/assets/img/cta001@2x.png?v=20231019);
    }

    .content .step {
      background-image:
        url("/doc/guide/gora_app/score/swing/assets/img/feature-bg@2x.png"),
        linear-gradient(#baccff, #fff);
    }
  }

  .content .step-item {
    max-width: 960px;
    margin: 0 auto 35px;
    border-radius: 20px;
    padding: 40px 70px 0;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    gap: 55px;
    flex-shrink: 0;
    flex-wrap: nowrap;
  }

  .content .step-item.l-type-01 {
    background-position: center left;
    background-image: url(/doc/guide/gora_app/score/swing/assets/img/feature-item-bg-left.png);
    background-size: 524px 320px;
    flex-direction: row-reverse;
  }

  .content .step-item.l-type-02 {
    background-position: center right;
    background-image: url(/doc/guide/gora_app/score/swing/assets/img/feature-item-bg-right.png);
    background-size: 513px 319px;
  }

  .content .step-item:last-child {
    padding-bottom: 40px;
  }

  .content .step-item .step-header {
    padding: 0;
    background-repeat: no-repeat;
    background-position: 5px 0;
    width: 350px;
  }

  .content .step-item.l-type-03 {
    flex-direction: column;
    gap: 0;
    padding-bottom: 50px;
    background-image: url(/doc/guide/gora_app/score/swing/assets/img/feature-item-bg-center.png);
    background-size: 709px 320px;
    background-position: center 20%;
  }

  .content .step-item.l-type-03 .step-header {
    width: 100%;
    text-align: center;
  }

  .content .step-item.l-type-03 .step-heading {
    text-align: center;
  }

  .content .step-item.l-type-03 .step-image {
    max-width: 710px;
    width: 100%;
  }

  .content .step-heading {
    font-size: 29px;
    line-height: 1.3;
    margin-bottom: 25px;
    letter-spacing: 1px;
    margin: 0;
    padding-bottom: 25px;
  }

  .content .step-heading::before {
    top: 4px;
  }

  .content .step-ttl {
    text-align: center;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 45px;
  }

  .content .step-ttl span {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 20px;
  }

  .content .step-txt {
    font-size: 14px;
    padding: 0;
  }

  .content .step-txt-small {
    font-size: 12px;
    padding: 10px;
    margin-bottom: 30px;
  }

  .content .step-message {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 30px;
  }

  .content .step-item .step-image {
    width: 410px;
    padding: 0;
  }

  .content .step-video {
    width: 200px;
  }

  .content .swiper-slide .step-video {
    max-width: 240px;
    width: 100%;
  }

  .content .status {
    font-size: 18px;
    padding-bottom: 15px;
  }

  .content .status p {
    padding: 6px 22px 9px;
    border-radius: 10px;
  }

  .content .swiper-slide {
    width: 250px;
  }

  .content .swiper-button-next:after,
  .content .swiper-rtl .swiper-button-prev:after,
  .content .swiper-button-prev:after,
  .content .swiper-rtl .swiper-button-prev:after {
    font-size: 23px;
    color: #fff;
    background: #2a4576;
    width: 20px;
    height: 13px;
    border-radius: 50%;
    line-height: 13px;
    opacity: 0.8;
    padding: 13px;
  }

  .content .swiper-button-next {
    right: calc(50% - 275px - -104px);
  }

  .content .swiper-button-prev {
    left: calc(50% - 275px - -104px);
  }

  .content .swiper02 .swiper-button-next {
    right: calc(50% - 275px - -154px);
  }

  .content .swiper02 .swiper-button-prev {
    left: calc(50% - 275px - -154px);
  }

  .content .slide-txt {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.02em;
    padding-bottom: 60px;
    text-align: center;
  }

  .content .swiper01 .swiper-slide img {
    width: 230px;
    margin: 0 auto;
  }

  .content .swiper02 .swiper-slide img {
    width: 145px;
    margin: 0 auto;
  }

  .content .mode {
    padding: 5px 14px 10px;
    width: 350px;
    margin: 20px auto 0;
  }

  .content .mode p {
    font-size: 12px;
    line-height: 1.4;
  }

  .content .mode-heading {
    font-size: 20px;
  }

  .content .profile {
    margin: 0 auto 40px;
  }

  .content .pc.profile {
    display: block;
  }

  .content .sp.profile {
    display: none;
  }

  .content .price {
    padding: 60px 40px;
  }

  .content .price-ttl {
    text-align: center;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .content .price-ttl span {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 20px;
  }

  .content .plan-card-parent {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 960px;
    margin: 30px auto 0;
  }

  .content .plan-card {
    padding: 18px 15px;
    width: calc((100% - 20px * 2) / 3);
    margin-bottom: 40px;
  }

  .content .plan-price-note-wrapper {
    border-radius: 6px;
    font-size: 14px;
    padding: 8px;
  }

  .content .plan-price-note-gray {
    font-size: 14px;
    border-radius: 6px;
    padding: 8px;
  }

  .content .plan-card-detail {
    font-size: 16px;
    padding: 10px 0 0;
  }

  .content .plan-price {
    width: auto;
    font-size: 38px;
  }

  .content .price-txt span {
    font-size: 17px;
  }

  .content .price-small-wrapper {
    padding-top: 0;
  }

  .content .price-small {
    font-size: 12px;
    line-height: 1.4;
  }

  .content .price-txt span span {
    font-size: 13px;
  }

  .content .trial-txt {
    font-size: 18px;
  }

  .content .plan-rec-badge-parent {
    top: -22px;
    width: 140px;
  }

  .content .plan-card-recommended {
    margin-top: 0;
  }

  .content .trial-banner {
    padding: 25px;
  }

  .content .trial-banner-ttl {
    font-size: 22px;
    line-height: 1.4;
  }

  .content .trial-banner-ttl-sub {
    font-size: 16px;
    line-height: 1.4;
  }

  .content .trial-banner-note {
    font-size: 14px;
    line-height: 1.4;
  }

  .content .button-block {
    padding: 10px;
    padding: 40px 0 0;
  }

  .content .price-txt-small {
    font-size: 12px;
    line-height: 1.4;
  }

  .content .button-block a.button.primary {
    width: 480px;
    margin: 0 auto 20px;
    font-size: 22px;
    padding: 18px;
  }

  .content .advice-txt-small {
    font-size: 12px;
    padding: 0;
    line-height: 1.4;
  }

  .content .advice-q-label-parent {
    padding-top: 40px;
  }

  .content .advice-q-label {
    font-size: 16px;
  }

  .content .advice-q-label2 {
    font-size: 13px;
  }

  .content .plan-table {
    max-width: 960px;
    margin: 80px auto 0;
  }

  .content .cell {
    font-size: 16px;
    width: 33%;
    padding: 30px 20px;
  }

  .content .cell2 {
    font-size: 20px;
    width: 33%;
    padding: 30px 20px;
  }

  .content .cell3 {
    width: 33%;
    padding: 30px 20px;
  }

  .content .union-icon {
    width: 28px;
    height: 28px;
  }

  .content .cell5 {
    font-size: 18px;
    width: 33%;
  }

  .content .cell6 {
    font-size: 18px;
    width: 33%;
  }

  .content .plan-table-card-left {
    gap: 1px;
  }

  .content .plan-table-card-left:first-child {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .content .plan-table-name {
    font-size: 18px;
    font-weight: 500;
  }

  .content .plan-table-price {
    width: auto;
    font-size: 37px;
  }

  .content .plan-table-price span {
    font-size: 18px;
  }

  .content .plan-table-rec-badge {
    font-size: 18px;
    padding: 2px;
  }

  .content .analysis {
    background: url(/doc/guide/gora_app/score/swing/assets/img/step-bg.png);
    background-size: 1920px 1404px;
    background-repeat: repeat-y;
    background-position: top center;
  }

  .content .analysis-list {
    max-width: 960px;
    padding: 20px 0;
    margin: 0 auto;
    flex-wrap: nowrap;
    background: 0 0 !important;
    align-items: center;
    gap: 35px;
  }

  .content .analysis-item {
    width: 280px;
    padding: 0;
    margin-bottom: 0;
  }

  .content .analysis-item:not(:last-child)::after {
    top: 0;
    bottom: 0;
    right: -60px;
    left: auto;
    width: 20px;
    height: 20px;
    border: 20px solid transparent;
    border-left: 20px solid #2a4576;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  .content .analysis-block {
    padding: 0 30px;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
  }

  .content .analysis-item p {
    font-size: 16px;
    max-width: 110px;
    margin-bottom: 30%;
  }

  .content .analysis-title {
    font-size: 20px;
    padding: 6px 0 2px;
    margin-bottom: 32px;
  }

  .content .analysis-title span {
    font-size: 38px;
  }

  .content .analysis-image {
    max-width: 100px;
    margin: 0;
  }

  .content .advice {
    max-width: 960px;
    margin: 60px auto 0;
  }

  .content .advice-section {
    border-radius: 20px;
    padding: 50px;
  }

  .content .title-part-1-wrapper {
    padding: 0;
    width: 552px;
    height: 106px;
    margin: 0 auto 30px;
  }

  .content .advice-questions-parent {
    padding: 0;
  }

  .content .advice-question {
    width: calc(24.5% - 5px);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    padding: 10px;
    padding: 18px 10px 18px 34px;
    border-radius: 10px;
    align-self: stretch;
  }

  .content .advice-question-text {
    line-height: 1.4;
    font-size: 14px;
  }

  .content .arrow-3-icon {
    width: 76px;
    height: 57px;
    margin: 6px auto;
  }

  .content .advice-answer-icon {
    width: 180px;
    height: auto;
  }

  .content .advice-bridge {
    padding: 30px 150px 50px;
  }

  .content .advice-bridge-head {
    font-size: 30px;
    margin: 4px auto 22px;
    font-weight: 500;
  }

  .content .advice-img img {
    width: 500px;
    margin: 0 auto;
  }

  .content .advice-bridge-desc {
    font-size: 14px;
    margin-top: 30px;
  }

  .content .info {
    max-width: 940px;
    margin: 0 auto;
  }

  .content .info-heading {
    font-size: 26px;
    padding-bottom: 40px;
    padding-top: 80px;
  }

  .content .info-content {
    padding: 30px 40px;
  }

  .content .info-content p.bold {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .content .info-content h4 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .content .info-content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .content .section-visual {
    margin-bottom: 50px;
  }

  .content .section-visual::after {
    top: auto;
    bottom: 0;
    height: 65px;
  }

  .content .section-visual .video-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: calc(100% - 80px);
    max-width: calc(940px);
    height: 350px;
    padding: 60px 30px 60px 520px;
    text-align: left;
  }

  .content .section-visual .heading {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.5;
  }

  .content .section-visual .video {
    border-radius: 10px;
    position: absolute;
    width: 430px;
    height: 244px;
    margin-bottom: 0;
    top: 50px;
    left: 40px;
  }

  .content .information {
    max-width: 940px;
    margin: 0 auto 20px;
    position: relative;
    font-size: 16px;
    min-height: 260px;
  }

  .content .information-heading {
    margin-left: 380px;
    text-align: left;
    padding: 40px 40px 0 0;
  }

  .content .information-heading .date {
    font-size: 10px;
  }

  .content .information-image {
    display: flex;
    width: 380px;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-bottom: none;
    align-items: center;
  }

  .content .information-image .image {
    width: 100%;
    margin-top: auto;
  }

  .content .information-image img {
    height: auto;
  }

  .content .information-content {
    margin-left: 380px;
    padding: 30px 40px 40px 0;
  }

  .content .section.notice {
    padding: 30px 0 100px;
  }

  .content .section-heading {
    font-size: 40px;
    padding: 60px 40px 40px;
  }

  .content .section.notice .section-heading {
    background-image: url("/doc/guide/gora_app/score/assets/img/new.png");
    background-size: 157px 91px;
    background-position: calc(50% - 173px) 0;
  }

  .content .button,
  .content a.button {
    width: 100%;
    padding: 16px 60px;
    font-size: 16px;
    border-radius: 48px;
  }

  .content a.button {
    width: 250px;
    margin: 0 auto 0 0;
  }

  .content .button::after,
  .content a.button::after {
    right: 16px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-width: 1px;
  }

  .content .f-alert {
    max-width: 940px;
    margin: 0 auto 40px;
  }
}

@media screen and (min-width: 900px) {
  .content .cta-inner {
    padding: 60px 0;
    background-size: 380px auto;
  }

  .content .cta-heading {
    width: 560px;
    margin-bottom: 0;
  }

  .content .cta-action {
    width: 458px;
  }

  .content .cta-action .qrcode {
    display: block;
    width: 74px;
  }
}