@charset "UTF-8";
/* ===================================
Base
==================================== */
.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: .9;
  transition-duration: .2s;
}

.content video {
  outline: none;
}

.content .button,
.content a.button {
  position: relative;
  width: 74.6vw;
  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: all 0.3s ease-in-out;
  background: #2c4777;
  color: #fff;
  border: 1px solid #2c4777;
  cursor: pointer;
}

.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 .button.primary,
.content a.button.primary {
  background: #2c4777;
  color: #fff;
  border-color: #2c4777;
}

.content .button.secondary,
.content a.button.secondary {
  background: #fff;
  color: #2c2c2c;
  border-color: #b5b5b5;
}

.content .button.secondary::after,
.content a.button.secondary::after {
  border-color: #2c2c2c;
}

.content .button.upper::after,
.content a.button.upper::after {
  right: 3vw;
  margin-top: calc(-1.8vw / 4);
  transform: rotate(-135deg);
}

.content .section {
  background: #f2f2f2;
}

.content .section-visual {
  position: relative;
}

.content .section-visual::after {
  content: '';
  position: absolute;
  top: 45.2vw;
  left: 50%;
  display: block;
  width: 1px;
  height: 20vw;
  background: #2c2c2c;
  z-index: 10;
}

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

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

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

.content .section-visual .explanation {
  font-size: 2.66vw;
}

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

.section-modal {
  display: none;
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 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 {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  -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;
  height: 40px;
  max-height: 40px;
  max-width: 40px;
  min-height: 40px;
  min-width: 40px;
  outline: none;
  vertical-align: top;
}

.modal-close::before,
.modal-close::after {
  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:hover,
.modal-close:focus {
  background-color: rgba(15, 15, 15, 0.3);
}

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

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

.content .section-text {
  margin-bottom: 5.3vw;
  font-size: 3.73vw;
  text-align: justify;
  line-height: 1.71;
  padding: 0 5.8vw;
  letter-spacing: 0.13vw;
  color: #333;
  font-weight: bold;
}

.content .section-flow {
  padding: 0 5.8vw;
  background-image: url(/doc/guide/gora_app/score/assets/img/bg003-sp.png);
  background-repeat: no-repeat;
  background-position: center 4.26vw;
  background-size: 100vw;
}

.content .section-flow .list {
  display: flex;
  justify-content: space-between;
  color: #2c4777;
  font-size: 2.13vw;
  font-weight: bold;
}

.content .section-flow .list-item {
  position: relative;
  display: flex;
  width: 14.6vw;
  height: 20vw;
  align-items: flex-end;
  justify-content: center;
}

.content .section-flow .list-item::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 14.6vw;
  height: 14.6vw;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}

.content .section-flow .list-item.checkin {
  font-feature-settings: 'palt';
}

.content .section-flow .list-item.checkin::before {
  background-image: url(/doc/guide/gora_app/score/assets/img/icon-point01.png);
  background-size: 5.866vw 5.333vw;
}

.content .section-flow .list-item.score::before {
  background-image: url(/doc/guide/gora_app/score/assets/img/icon-edit01.png);
  background-size: 4.8vw 5.6vw;
}

.content .section-flow .list-item.gps::before {
  background-image: url(/doc/guide/gora_app/score/assets/img/icon-gps01.png);
  background-size: 4.8vw 6.26vw;
}

.content .section-flow .list-item.analysis::before {
  background-image: url(/doc/guide/gora_app/score/assets/img/icon-analysis01.png);
  background-size: 4vw;
}

.content .section-flow .list-item.share::before {
  background-image: url(/doc/guide/gora_app/score/assets/img/icon-share01.png);
  background-size: 5.6vw;
}

.content .section-list .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 5.3vw;
  justify-content: space-between;
}

.content .section-list .list-item {
  width: 42vw;
  margin-bottom: 10.6vw;
}

.content .section-list .list-item::before {
  content: '';
  display: block;
  width: 42vw;
  height: 42vw;
  background-repeat: no-repeat;
  background-size: contain;
}

.content .section-list .list-item.score::before {
  background-image: url(/doc/guide/gora_app/score/assets/img/list001@2x.png?v=20220425);
}

.content .section-list .list-item.gps::before {
  background-image: url(/doc/guide/gora_app/score/assets/img/list002@2x.png?v=20220425);
}

.content .section-list .list-item.event::before {
  background-image: url(/doc/guide/gora_app/score/assets/img/list003@2x.png);
}

.content .section-list .list-item.checkin::before {
  background-image: url(/doc/guide/gora_app/score/assets/img/list004@2x.png?v=20241203);
}

.content .section-list .list-item.photo::before {
  background-image: url(/doc/guide/gora_app/score/assets/img/list005@2x.png);
}

.content .section-list .list-item.analysis::before {
  background-image: url(/doc/guide/gora_app/score/assets/img/list006@2x.png);
}

.content .section-list .list-item.highlow::before {
  background-image: url(/doc/guide/gora_app/score/assets/img/list012@2x.png);
}

.content .section-list .list-item.distance::before {
  background-image: url(/doc/guide/gora_app/score/assets/img/list007@2x.png);
}

.content .section-list .list-item.crab::before {
  background-image: url(/doc/guide/gora_app/score/assets/img/list011@2x.png);
}

.content .section-list .list-item.reserve::before {
  background-image: url(/doc/guide/gora_app/score/assets/img/list008@2x.png);
}

.content .section-list .list-item.handicap::before {
  background-image: url(/doc/guide/gora_app/score/assets/img/list009@2x.png);
}

.content .section-list .list-item.chat::before {
  background-image: url(/doc/guide/gora_app/score/assets/img/list010@2x.png);
}

.content .section-list .list-item.compass::before {
  background-image: url(/doc/guide/gora_app/score/assets/img/list013@2x.png);
}

.content .section-list .list-item.honor::before {
  background-image: url(/doc/guide/gora_app/score/assets/img/list014@2x.png);
}

.content .section-list .list-item.watch::before {
  background-image: url(/doc/guide/gora_app/score/assets/img/list015@2x.png);
}

.content .section-list .list-item.swing::before {
  background-image: url(/doc/guide/gora_app/score/assets/img/list016@2x.png);
}

.content .section-list .list-heading {
  position: relative;
  text-align: center;
  padding: 2.66vw 0 9vw;
  font-size: 3.73vw;
  font-weight: bold;
  line-height: 1;
  color: #2a4576;
}

.content .section-list .list-label {
  position: absolute;
  width: 42.6vw;
  margin-top: -6vw;
  text-align: center;
  padding: 0.6vw 0 1vw;
  font-size: 3.46vw;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #2a4576;
}

.content .section-list .list-label-02 {
  position: absolute;
  width: 42.6vw;
  margin-top: -6vw;
  text-align: center;
  padding: 0.6vw 0 1vw;
  font-size: 3.46vw;
  font-weight: 500;
  line-height: 1;
  color: #2a4576;
  background-color: #fff;
  border: 1px solid #2a4576;
}

.content .section-list .list-text {
  padding: 0.3vw;
  font-size: 3.46vw;
  line-height: 1.5;
  text-align: justify;
  color: #333;
  font-feature-settings: "palt";
}

/* section / product */
.content .section.product  {
  background: #f2f2f2;
  padding: 11.3vw 0 16vw;
  background-image: url('/doc/guide/gora_app/score/assets/img/bg002-sp.png?v=20231031');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}

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

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

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

.bnr-cp{
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 20px 20px 30px;
}

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

/* .content .section.detail::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1px;
  height: 10.6vw;
  background: #2c2c2c;
  z-index: 10;
} */

/* section / functions */
.content .section.functions {
  position: relative;
  padding: 10.6vw 0;
}

.content .section.functions::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1px;
  height: 10.6vw;
  background: #2c2c2c;
  z-index: 10;
}

/* function */
.content .function {
  position: relative;
  padding: 5.8vw;
  margin-bottom: 10.8vw;
}

.content .function::before {
  content: '';
  display: block;
  position: absolute;
  top: 14.5vw;
  left: 0;
  right: 88%;
  height: 1px;
  background: #2c2c2c;
}

.content .function-heading {
  position: relative;
  margin-bottom: 5.3vw;
  padding-top: 18vw;
  font-size: 5.33vw;
  line-height: 1.5;
}

.content .function-heading::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 16vw;
  height: 16vw;
  background-color: #fff;
  border: 1px solid #2c2c2c;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}

.content .function.checkin .function-heading::before {
  background-image: url(/doc/guide/gora_app/score/assets/img/icon-point01.png);
  background-size: 6.93vw auto;
}

.content .function.score .function-heading::before {
  background-image: url(/doc/guide/gora_app/score/assets/img/icon-edit01.png);
  background-size: 5.3vw auto;
}

.content .function.gps .function-heading::before {
  background-image: url(/doc/guide/gora_app/score/assets/img/icon-gps01.png);
  background-size: 5.3vw auto;
}

.content .function.leader .function-heading::before {
  background-image: url(/doc/guide/gora_app/score/assets/img/icon-leaderboard01.png);
  background-size: 8vw auto;
}

.content .function.photo .function-heading::before {
  background-image: url(/doc/guide/gora_app/score/assets/img/icon-share01.png);
  background-size: 4.53vw auto;
}

.content .function.analysis .function-heading::before {
  background-image: url(/doc/guide/gora_app/score/assets/img/icon-analysis01.png);
  background-size: 6.6vw auto;
}

.content .function.swing .function-heading::before {
  background-image: url(/doc/guide/gora_app/score/assets/img/icon-swing01.png);
  background-size: 6.6vw auto;
}

.content .function-heading span {
  display: block;
  font-size: 2.66vw;
  font-weight: bold;
  color: #2a4576;
}

.content .function-heading span.ic{
  display: inline;
  margin-left: 12px;
  vertical-align: middle;
  padding: 5px;
  background-color: #2a4576;
  color: #fff;
  font-weight: normal;
}

.content .function-image {
  position: relative;
  margin-bottom: 3vw;
}

.content .function-image .point {
  position: absolute;
  width: 23.4vw;
  height: 23.4vw;
}

.content .function.checkin .function-image .point1 {
  left: 1vw;
  top: 40vw;
}

.content .function.score .function-image .point1 {
  left: -2vw;
  top: 35.6vw;
}

.content .function.score .function-image .point2 {
  right: -2.4vw;
  top: 16.4vw;
}

.content .function.score {
  background: url(/doc/guide/gora_app/score/assets/img/bg005-sp.png);
  background-size: 100vw;
  background-position: center 52vw;
  background-repeat: no-repeat;
}

.content .function.gps {
  background: url(/doc/guide/gora_app/score/assets/img/bg006-sp.jpg);
  background-size: 100vw;
  background-position: center 29.5vw;
  background-repeat: no-repeat;
}

.content .function.swing {
  background: url(/doc/guide/gora_app/score/assets/img/bg008-sp.jpg);
  background-size: 100vw;
  background-position: center 29.5vw;
  background-repeat: no-repeat;
}

.content .function.gps .function-image {
  margin-bottom: 6vw;
}

.content .function.gps .function-image .image {
  width: 38.6vw;
  padding-left: 3.66vw;
}

.content .function.gps .function-image .video {
  position: absolute;
  right: 2vw;
  top: 27vw;
  width: 42.6vw;
  border-radius: 1.2vw;
}

.content .function.gps .function-image .point1 {
  left: -2.6vw;
  top: 10.4vw;
}

.content .function.leader .function-image .point1 {
  left: -2vw;
  top: 36.5vw;
}

.content .function.leader .function-image .point2 {
  width: 30.6vw;
  height: auto;
  right: 6.2vw;
  top: 20.5vw;
}

.content .function.analysis .function-image .point1 {
  left: -2.2vw;
  top: 13.8vw;
}

.content .function.analysis .function-image .point2 {
  right: -2vw;
  top: 32.8vw;
}

.content .function-text {
  font-size: 3.73vw;
  line-height: 1.71;
  margin-bottom: 2vw;
  text-align: justify;
}

.content .function-text span {
  font-weight: bold;
}

.content .function.leader .function-image:last-child {
  margin-top: 8vw;
}

.content .function-annotation {
  font-size: 2.13vw;
  margin-bottom: 8vw;
  line-height: 1.5;
}

.content .function-slide {
  position: relative;
  height: 82.5vw;
  margin-bottom: 8vw;
}

.content .function-slide::before {
  content: '';
  display: block;
  position: absolute;
  top: -17vw;
  right: 0;
  background: url(/doc/guide/gora_app/score/assets/img/panda001.png) no-repeat;
  background-size: 29.3vw 20vw;
  width: 29.3vw;
  height: 20vw;
  z-index: 11;
}

.content .function-slide .slide {
  position: absolute;
  left: -5.8vw;
  right: -5.8vw;
  padding: 10.6vw 0;
  background-color: #f2f2f2;
  z-index: 10;
}

.content .function-slide .slide-inner {
  width: 100%;
  height: 61.3vw;
  background: url(/doc/guide/gora_app/score/assets/img/photos01.jpg?v=202605) repeat-x;
 /* background: url(/doc/guide/gora_app/score/assets/img/photos02.jpg?v=202605) repeat-x;*/
  background-position: center;
  background-size: 384vw auto;
  animation: bgloop 30s linear infinite;
}


@keyframes bgloop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -384vw 0;
  }
}

/* cta */
.content .cta {
  padding: 13.3vw 0;
  background: url(/doc/guide/gora_app/score/assets/img/cta001-sp.png?v=20231019) no-repeat;
  background-position: 0 center;
  background-size: 45.3vw auto;
  background-color: #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: bold;
}

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

.content .cta-action .ios,
.content .cta-action .android {
  display: block;
}

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

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

/* block */
.content .block {
  position: relative;
  padding: 17.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: bold;
  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: all 0.2s ease-in-out;
}

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

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

.content .block-list .list-heading::before {
  position: absolute;
  top: 2.66vw;
  left: 2.66vw;
  display: block;
  content: 'Q';
  width: 8vw;
  height: 8vw;
  background: #2c4777;
  border-radius: 4vw;
  line-height: 7.5vw;
  font-size: 3.73vw;
  color: #fff;
  text-align: center;
}

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

.content .block-list .list-item.is-active .list-heading::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 13.3vw;
  line-height: 1.5;
}

.content .block-list .list-item.is-active .list-answer {
  display: block;
}

.content .block-list .list-answer::before {
  position: absolute;
  top: -1vw;
  left: 2.66vw;
  display: block;
  content: 'A';
  width: 8vw;
  height: 8vw;
  background: #2d2e30;
  border-radius: 4vw;
  line-height: 7.5vw;
  font-size: 3.73vw;
  color: #fff;
  text-align: center;
}

.content .block-list .list-text {
  margin-bottom: 2.65vw;
  text-align: justify;
}

.content .block-list .list-text:last-child {
  margin-bottom: 0;
}

.content .list-annotation > .list > .list-item {
  font-size: 2.13vw;
  line-height: 1.5;
}

.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: none;
}

.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) no-repeat center;
  background-size: 20px auto;
  text-align: center;
  transform: rotate(-90deg);
}

.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:last-child {
  margin-bottom: 0;
}

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

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

.content .information-image {
  padding: 0 4.5vw;
  text-align: center;
  vertical-align: bottom;
}

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

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

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

.content .information-content .list {
  list-style: disc outside;
  padding-left: 1em;
  line-height: 1.38;
}

.content .information-content .list-item {
  margin-bottom: 0.25em;
}

.content .information-content .list-item:last-child {
  margin-bottom: 1em;
}

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


.content .information-content .subtext {
  font-size: 2.2vw;
  padding: 0.3vw 0;
  line-height: 1.5;
}

.content .campaign {
  padding: 11.6vw 5.8vw 5.8vw;
}

.content .campaign .image {
  display: block;
  width: 100%;
  max-width: 680px;
  height: auto;
  margin: 0 auto;
}

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

.content .section.swing {
  background: #fff;
  padding: calc(100 / 750 * 100vw) calc(40 / 750 * 100vw);
  background-image: url('/doc/guide/gora_app/score/assets/img/swing02-sp.png');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

.content .swing-header {
  margin-bottom: calc(40 / 750 * 100vw)
}

.content .swing-heading {
  text-align: center;
  font-size: calc(50 / 750 * 100vw);
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: calc(30 / 750 * 100vw);
  color: #fff;
}

.content .swing-heading span{
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(55 / 750* 100vw);
  margin-top: calc(40 / 750 * 100vw);
  text-decoration: none;
  font-size: calc(30 / 750 * 100vw);
  color: #8cabff;
  font-style: italic;
  border: 1px solid #8cabff;
}

.swing-heading-sub{
  font-size: calc(31 / 750 * 100vw);
  margin-bottom: calc(25 / 750 * 100vw);
  color: #fff;
  text-align: center;
}

.content .swing-message {
  font-size: calc(28 / 750 * 100vw);
  line-height: calc(48 / 28);
  letter-spacing: .04em;
  color: #fff;
}

.content .swing-message sup {
  vertical-align: super;
  font-size: smaller;
}

.content .swing-annotation {
  font-size: calc(16 / 750 * 100vw);
  line-height: 3;
}

.content .swing-image {
  width: calc(488 / 750 * 100vw);
  margin: calc(-150 / 750* 100vw) auto calc(70 / 750* 100vw);
}

.content .swing-button a {
  position: relative;
  text-decoration: none;
  color: #000;
  background: #8cabff;
  width: calc(560 / 750 * 100vw);
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(80 / 750 * 100vw);
  margin: 0 auto;
  border-radius: calc(40 / 750 * 100vw)
}

.content .swing-button a::after {
  background: url('/doc/guide/gora_app/score/assets/img/arrow02.png');
  content: '';
  display: block;
  width: calc(28 / 750 * 100vw);
  height: calc(28 / 750 * 100vw);
  position: absolute;
  top: 50%;
  right: calc(16 / 750 * 100vw);
  margin-top: calc(-14 / 750 * 100vw);
  background-image: url(/doc/guide/gora_app/score/assets/img/arrow02.svg);
  background-repeat: no-repeat;
  background-position: center
}

.splide__container {
  box-sizing: border-box;
  position: relative
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block
}

.splide__progress__bar {
  width: 0
}

.splide {
  position: relative;
  visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative
}

.splide__slide img {
  vertical-align: bottom
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1
}

.splide--rtl {
  direction: rtl
}

.splide__track--ttb>.splide__list {
  display: block
}

.splide__pagination {
  bottom: -10%;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1
}

.splide__slide {
  display: grid;
  place-content: center;;
}

.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: ease .4s;
}

.nav.active {
  transform: translateX(0);
  transition: ease .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-heading img{
  width: 40px;
  height: 40px;
}

.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: bold;
    margin-left: 8px;
}

.nav-item a {
  position: relative;
  color: #333 !important;
  display: inline-block;
  text-align: left;
  font-weight: bold;
  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: bold;
}

.nav-cta .ios,
.nav-cta .android{
  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: ease .4s;
}

.hamburger.active{
  right: 270px;
  transition: ease .4s;

}

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

.hamburger span:nth-child(1) {
  top: 0;
}

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

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

.hamburger.active span:nth-child(1) {
  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 {
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(0,0,0,0.55);
  transition: ease .4s;
}

/* ===================================
768px <=
==================================== */
@media screen and (min-width: 768px) {
  .content .button,
  .content a.button {
    width: 100%;
    padding: 16px 60px;
    font-size: 16px;
    border-radius: 48px;
  }

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

  .content .button.upper::after,
  .content a.button.upper::after {
    right: 20px;
    margin-top: calc(-10px / 4);
  }

  .content .section-visual {
    padding-bottom: 110px;
  }

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

  .content .section-visual .video-wrapper {
    margin: 0 auto 0;
    width: calc(100% - 80px);
    max-width: calc(940px);
    height: 306px;
    top: -40px;
    left: 40px;
    padding: 40px 40px 40px 480px;
    text-align: left;
  }

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

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

  .content .section-visual .explanation {
    font-size: 12px;
    line-height: 1.5;
  }

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

  .content .section-text {
    margin-bottom: 40px;
    font-size: 14px;
    text-align: center;
    line-height: 2;
    padding: 0 40px;
    letter-spacing: 1px;
  }

  .content .section-flow {
    width: 100%;
    padding: 0;
    margin: 0;
    background-image: url(/doc/guide/gora_app/score/assets/img/bg003.png);
    background-repeat: repeat-x;
    background-position: center 60px;
    background-size: auto;
  }

  .content .section-flow .list {
    max-width: calc(940px + 40px + 40px);
    padding: 0 40px;
    margin: 0 auto;
    font-size: 16px;
  }

  .content .section-flow .list-item {
    position: relative;
    display: flex;
    max-width: 120px;
    height: auto;
    padding-top: 140px;
    align-items: flex-end;
    justify-content: center;
  }

  .content .section-flow .list-item::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 120px;
    height: 120px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    background-size: 36px !important;
  }

  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .content .section-flow .list-item.checkin::before {
      background-image: url(/doc/guide/gora_app/score/assets/img/icon-point01@2x.png);
    }

    .content .section-flow .list-item.score::before {
      background-image: url(/doc/guide/gora_app/score/assets/img/icon-edit01@2x.png);
    }

    .content .section-flow .list-item.gps::before {
      background-image: url(/doc/guide/gora_app/score/assets/img/icon-gps01@2x.png);
    }

    .content .section-flow .list-item.share::before {
      background-image: url(/doc/guide/gora_app/score/assets/img/icon-share01@2x.png);
    }

    .content .section-flow .list-item.analysis::before {
      background-image: url(/doc/guide/gora_app/score/assets/img/icon-analysis01@2x.png);
    }
  }

  .content .section-flow .list-item.checkin {
    font-feature-settings: initial;
  }

  .content .section-list .list {
    width: 100%;
    max-width: calc(940px + 40px + 40px);
    margin: 0 auto;
    padding: 0 40px;
    justify-content: space-around;
  }

  .content .section-list .list-item {
    width: 205px;
    margin: 0 1.5vw 80px;
  }

  .content .section-list .list-item::before {
    width: 205px;
    height: 205px;
  }

  .content .section-list .list-item.score::before {
    background-image: url(/doc/guide/gora_app/score/assets/img/list001.png?v=20220425);
  }

  .content .section-list .list-item.gps::before {
    background-image: url(/doc/guide/gora_app/score/assets/img/list002.png?v=20220425);
  }

  .content .section-list .list-item.event::before {
    background-image: url(/doc/guide/gora_app/score/assets/img/list003.png);
  }

  .content .section-list .list-item.checkin::before {
    background-image: url(/doc/guide/gora_app/score/assets/img/list004.png?v=20241203);
  }

  .content .section-list .list-item.photo::before {
    background-image: url(/doc/guide/gora_app/score/assets/img/list005.png);
  }

  .content .section-list .list-item.analysis::before {
    background-image: url(/doc/guide/gora_app/score/assets/img/list006.png);
  }

  .content .section-list .list-item.highlow::before {
    background-image: url(/doc/guide/gora_app/score/assets/img/list012.png);
  }

  .content .section-list .list-item.distance::before {
    background-image: url(/doc/guide/gora_app/score/assets/img/list007.png);
  }

  .content .section-list .list-item.crab::before {
    background-image: url(/doc/guide/gora_app/score/assets/img/list011.png);
  }

  .content .section-list .list-item.reserve::before {
    background-image: url(/doc/guide/gora_app/score/assets/img/list008.png);
  }

  .content .section-list .list-item.handicap::before {
    background-image: url(/doc/guide/gora_app/score/assets/img/list009.png);
  }

  .content .section-list .list-item.chat::before {
    background-image: url(/doc/guide/gora_app/score/assets/img/list010.png);
  }

  .content .section-list .list-item.compass::before {
    background-image: url(/doc/guide/gora_app/score/assets/img/list013.png);
  }

  .content .section-list .list-item.honor::before {
    background-image: url(/doc/guide/gora_app/score/assets/img/list014.png);
  }

  .content .section-list .list-item.watch::before {
    background-image: url(/doc/guide/gora_app/score/assets/img/list015.png);
  }

  .content .section-list .list-item.list-item.swing::before::before {
    background-image: url(/doc/guide/gora_app/score/assets/img/list016.png);
  }

  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .content .section-list .list-item.score::before {
      background-image: url(/doc/guide/gora_app/score/assets/img/list001@2x.png?v=20220425);
    }

    .content .section-list .list-item.gps::before {
      background-image: url(/doc/guide/gora_app/score/assets/img/list002@2x.png?v=20220425);
    }

    .content .section-list .list-item.event::before {
      background-image: url(/doc/guide/gora_app/score/assets/img/list003@2x.png);
    }

    .content .section-list .list-item.checkin::before {
      background-image: url(/doc/guide/gora_app/score/assets/img/list004@2x.png?v=20241203);
    }

    .content .section-list .list-item.photo::before {
      background-image: url(/doc/guide/gora_app/score/assets/img/list005@2x.png);
    }

    .content .section-list .list-item.analysis::before {
      background-image: url(/doc/guide/gora_app/score/assets/img/list006@2x.png);
    }

    .content .section-list .list-item.highlow::before {
      background-image: url(/doc/guide/gora_app/score/assets/img/list012@2x.png);
    }

    .content .section-list .list-item.distance::before {
      background-image: url(/doc/guide/gora_app/score/assets/img/list007@2x.png);
    }

    .content .section-list .list-item.crab::before {
      background-image: url(/doc/guide/gora_app/score/assets/img/list011@2x.png);
    }

    .content .section-list .list-item.reserve::before {
      background-image: url(/doc/guide/gora_app/score/assets/img/list008@2x.png);
    }

    .content .section-list .list-item.handicap::before {
      background-image: url(/doc/guide/gora_app/score/assets/img/list009@2x.png);
    }

    .content .section-list .list-item.chat::before {
      background-image: url(/doc/guide/gora_app/score/assets/img/list010@2x.png);
    }

    .content .section-list .list-item.compass::before {
      background-image: url(/doc/guide/gora_app/score/assets/img/list013@2x.png);
    }

    .content .section-list .list-item.honor::before {
      background-image: url(/doc/guide/gora_app/score/assets/img/list014@2x.png);
    }

    .content .section-list .list-item.watch::before {
      background-image: url(/doc/guide/gora_app/score/assets/img/list015@2x.png);
    }

    .content .section-list .list-item.swing::before {
      background-image: url(/doc/guide/gora_app/score/assets/img/list016@2x.png);
    }
  }

  .content .section-list .list-heading {
    padding: 20px 0 50px;
    font-size: 16px;
  }

  .content .section-list .list-label,
  .content .section-list .list-label-02 {
    width: 205px;
    margin-top: -34px;
    padding: 4px 4px 6px 4px;
    font-size: 14px;
    letter-spacing: 0.05em;
  }

  .content .section-list .list-text {
    padding: 1px;
    font-size: 14px;
  }

  /* section / product */
  .content .section.product  {
    padding-top: 90px;
    padding-bottom: 100px;
    background-size: 1920px auto;
    background-image: url('/doc/guide/gora_app/score/assets/img/bg002.png?v=20231031');
  }

  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .content .section.product  {
      background-image: url('/doc/guide/gora_app/score/assets/img/bg002.png?v=20231031');
    }
  }

  .content .section-visual .video-wrapper {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }

  .content .section.notice,
  .content .section.detail,
  .content .section.functions {
    padding: 100px 0 0;
  }
  .content .section.detail::before,
  .content .section.functions::before {
    height: 100px;
  }

  .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;
  }

  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .content .section.notice .section-heading {
      background-image: url('/doc/guide/gora_app/score/assets/img/new@2x.png');
    }
  }

  .bnr-cp{
    width: 560px;
    padding: 50px 0;
  }

  /* function */
  .content .function {
    padding: 40px;
    margin-bottom: 100px;
  }

  .content .function.score {
    background: url(/doc/guide/gora_app/score/assets/img/bg005.png);
    background-position: center 25px;
    background-repeat: no-repeat;
  }

  .content .function.gps {
    background: url(/doc/guide/gora_app/score/assets/img/bg006.jpg);
    background-size: auto;
    background-position: center 25px;
    background-repeat: no-repeat;
  }

  .content .function.swing {
    background: url(/doc/guide/gora_app/score/assets/img/bg008.jpg);
    background-size: 1920px 878px;
    background-position: center 25px;
    background-repeat: no-repeat;
  }

  .content .function::before {
    top: 80px;
    left: 0;
    right: 50%;
  }

  .content .function-heading {
    max-width: calc(850px + 130px + 40px);
    height: 80px;
    margin: 0 auto 20px;
    padding: 0 40px 0 130px;
    font-size: 30px;
    line-height: 1.5;
    background: #fff;
  }

  .content .function.photo .function-heading {
    margin-bottom: 40px;
  }

  .content .function-heading::before {
    top: -20px;
    left: -10px;
    width: 120px;
    height: 120px;
    z-index: 12;
  }

  .content .function-heading::after {
    content: '';
    display: block;
    position: absolute;
    left: 110px;
    top: 0;
    width: 20px;
    height: 100px;
    background-color: #fff;
    z-index: 11;
  }

  .content .function.checkin .function-heading::before {
    background-size: 51px auto;
  }

  .content .function.score .function-heading::before {
    background-size: 38px auto;
  }

  .content .function.gps .function-heading::before {
    background-size: 42px auto;
  }

  .content .function.leader .function-heading::before {
    background-size: 61px auto;
  }

  .content .function.photo .function-heading::before {
    background-size: 35px auto;
  }

  .content .function.analysis .function-heading::before {
    background-size: 52px auto;
  }
  .content .function.swing .function-heading::before {
    background-size: 45px auto;
  }

  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .content .function.checkin .function-heading::before {
      background-image: url(/doc/guide/gora_app/score/assets/img/icon-point01@2x.png);
    }

    .content .function.score .function-heading::before {
      background-image: url(/doc/guide/gora_app/score/assets/img/icon-edit01@2x.png);
    }

    .content .function.gps .function-heading::before {
      background-image: url(/doc/guide/gora_app/score/assets/img/icon-gps01@2x.png);
    }

    .content .function.leader .function-heading::before {
      background-image: url(/doc/guide/gora_app/score/assets/img/icon-leaderboard01@2x.png);
    }

    .content .function.photo .function-heading::before {
      background-image: url(/doc/guide/gora_app/score/assets/img/icon-share01@2x.png);
    }

    .content .function.analysis .function-heading::before {
      background-image: url(/doc/guide/gora_app/score/assets/img/icon-analysis01@2x.png);
    }

    .content .function.swing .function-heading::before {
      background-image: url(/doc/guide/gora_app/score/assets/img/icon-swing01@2x.png);
    }
  }

  .content .function-heading span {
    font-size: 16px;
    letter-spacing: 1px;
  }

  .content .function-image {
    max-width: 820px;
    padding: 0;
    margin: 0 auto 10px;
  }

  .content .function.gps .function-image {
    margin-bottom: 30px;
  }

  .content .function.leader .function-image:last-child {
    max-width: 940px;
    margin: 40px auto 0;
  }

  .content .function.gps .function-image .image {
    width: 43%;
    padding-left: 40px;
  }

  .content .function.gps .function-image .video {
    right: 18px;
    top: 200px;
    width: 50%;
    border-radius: 10px;
  }

  .content .function.leader .function-image .point2 {
    right: 6.6vw;
  }

  .content .function-text {
    max-width: 940px;
    margin: 0 auto 10px;
    padding: 0;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.5px;
  }

  .content .function-text span {
    font-weight: bold;
  }

  .content .function-annotation {
    max-width: 940px;
    margin: 0 auto;
    padding: 0;
    font-size: 10px;
    margin-bottom: 24px;
    line-height: 1.5;
  }

  .content .function-anchor {
    max-width: 940px;
    margin: 0 auto;
    padding: 0;
  }

  .content .function-anchor .button {
    width: 320px;
    margin: 0 auto 0 0;
  }

  .content .function-slide {
    height: 620px;
    margin-bottom: 40px;
  }

  .content .function-slide::before {
    top: -140px;
    right: 0;
    background-size: 90%;
    width: 270px;
    height: 183px;
    background-position: right;
  }

  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .content .function-slide::before {
      background-image: url(/doc/guide/gora_app/score/assets/img/panda001@2x.png);
    }
  }

  .content .function-slide .slide {
    left: -40px;
    right: -40px;
    padding: 80px 0;
  }


  /* 修正後：ScoreShare追加時 */
.content .function-slide .slide-inner {
    height: 400px;
    background-size: 2880px auto;
    animation: bgloop 30s linear infinite;
    url(/doc/guide/gora_app/score/assets/img/photos01.jpg?v=202605);
  /* background-image: url(/doc/guide/gora_app/score/assets/img/photos02.jpg?v=202605);*/
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .content .function-slide .slide-inner {
        background-image: url(/doc/guide/gora_app/score/assets/img/photos01@2x.jpg?v=202605);
     /* background-image: url(/doc/guide/gora_app/score/assets/img/photos02@2x.jpg?v=202605);*/
    }
}

/* .content .function-slide .slide-inner {
    height: 460px;
    background-size: 2880px;
    animation: bgloop 30s linear infinite;
  }

  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .content .function-slide .slide-inner {
      background-image: url(/doc/guide/gora_app/score/assets/img/photos02@2x.jpg?v=202605);
    }
  }
*/
  @keyframes bgloop {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -2880px 0;
    }
  }

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

  .content .cta: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) no-repeat;
    background-position: 0 bottom;
    background-size: 300px auto;
  }

  @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 .cta-heading {
    width: 360px;
    margin: 0 0 20px auto;
    font-size: 16px;
  }

  .content .cta-action {
    width: 360px;
    display: flex;
    margin: 0 0 0 auto;
    justify-content: space-between;
    align-items: flex-end;
  }

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

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

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

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

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

  /* block */
  .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.banner {
    padding: 0;
  }

  .content .block-list.banner > .list {
    display: flex;
    justify-content: space-between;
  }

  .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(even) {
    margin-left: 20px;
  }

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

  .content .block-list .list-heading::before {
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    line-height: 37px;
    font-size: 20px;
    font-weight: normal;
  }

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

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

  .content .block-list .list-answer::before {
    top: -4px;
    left: 20px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    line-height: 37px;
    font-size: 20px;
    font-weight: normal;
  }

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

  .content .list-annotation > .list > .list-item {
    font-size: 10px;
  }

  .content .block-anchor {
    max-width: 580px;
    margin: 0 auto;
    padding: 0 40px;
  }

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

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

  .content .s-breadcrumb li::before {
    display: none;
  }

  .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 .information {
    max-width: 940px;
    margin: 0px auto 20px;
    position: relative;
    font-size: 16px;
    min-height: 260px;
  }

  .content .information:last-child {
    margin-bottom: 0;
  }

  .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;
    align-content: center;
    flex-wrap: wrap;
  }

  .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 .information-content .list {
    padding-left: 1.5em;
    line-height: 1.625;
    font-size: 14px;
  }

  .content .information-content .list-item {
    margin-bottom: 0;
  }

  .content .information-content .text {
    font-size: 14px;
  }

  .content .information-content .subtext {
    margin-top: 1em;
    font-size: 10px;
  }

  .content .campaign {
    padding: 120px 40px 60px;
  }

  .content .section.swing {
    padding: 0 40px;
    background-image: url('/doc/guide/gora_app/score/assets/img/swing02.png');
    background-position: top center;
    background-size: 1920px auto
  }

  @media only screen and (-webkit-min-device-pixel-ratio:2) {
    .content .section.swing {
      background-image: url('/doc/guide/gora_app/score/assets/img/swing02@2x.png')
    }
  }

  .content .swing-inner {
    display: flex;
    gap: 50px;
    justify-content: center
  }

  .content .swing-header {
    width: 480px;
    padding-top: 100px;
    order: 2
  }

  .content .swing-heading {
    text-align: left;
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 30px
  }

  .content .swing-heading span{
    font-size: 19px;
    display: inline-block;
    height: auto;
    margin-top: 0;
    line-height: 1;
    padding: 7px 12px 8px 7px;
    vertical-align: middle;
    margin-left: 15px;
  }

  .content .swing-heading-sub{
    font-size: 22px;
    text-align: left;
  }

  .content .swing-message {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -.02em;
    margin-bottom: 40px
  }

  .content .swing-message sup {
    font-size: 10px
  }

  .content .swing-annotation {
    display: block;
    font-size: 10px;
    margin-bottom: 30px
  }

  .content .swing-image {
    width: 427px;
    margin: -40px 0 0;
    order: 1
  }

  .content .swing-button a {
    width: 210px;
    height: 50px;
    border-radius: 25px;
    margin: 0
  }

  .content .swing-button a::after {
    width: 14px;
    height: 14px;
    right: 8px;
    margin-top: -7px
  }

  /* 5th adjust start */
      header.pc .header{
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;

      background: #fff;
      overflow: hidden;
      }

      header.pc .header::before{
      content: "";
      position: absolute;
      inset: 0 auto 0 0;
      width: clamp(260px, 38vw, 520px);
      background: #171717;
      clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
      z-index: 0;
      pointer-events: none;
      }

      header.pc .header > *{
      position: relative;
      z-index: 1;
      }

      header.pc .header .header-heading{
      color: #fff;
      }
      
      header.pc .header .header-nav{
      color: #111;
      }
      
      .content .header-heading img.applogo {
        width: 40px;
        height: 40px;
        }
                
    .content .header-heading img.annivlogo{
        width: 46px;
        height: 40px; 
        }
/* 5th adjust end */

}

/* ===================================
900px <=
==================================== */
@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;
  }

  .content .function.gps .function-image .image {
    width: 430px;
  }

  .content .function.gps .function-image .video {
    width: 400px;
  }

  .content .function-image .point {
    position: absolute;
    width: 220px;
    height: 220px;
  }

  .content .function.checkin .function-image .point1 {
    left: 9px;
    top: 338px;
  }

  .content .function.score .function-image .point1 {
    left: -23px;
    top: 330px;
  }

  .content .function.score .function-image .point2 {
    right: -22px;
    top: 152px;
  }

  .content .function.gps .function-image .point1 {
    left: -20px;
    top: 94px;
  }

  .content .function.leader .function-image .point1 {
    left: -22px;
    top: 335px;
  }

  .content .function.leader .function-image .point2 {
    width: 284px;
    right: 58px;
    top: 188px;
  }

  .content .function.analysis .function-image .point1 {
    left: -22px;
    top: 128px;
  }

  .content .function.analysis .function-image .point2 {
    right: -23px;
    top: 304px;
  }
}

/* ===================================
1020px <=
==================================== */
@media screen and (min-width: 1020px) {
  .content .section-flow {
    background-position: center 80px;
  }

  .content .section-flow .list-item {
    max-width: 160px;
    padding-top: 180px;
  }

  .content .section-flow .list-item::before {
    width: 160px;
    height: 160px;
    background-size: auto !important;
  }

  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .content .section-flow .list-item.checkin::before {
      background-size: 60px !important;
    }

    .content .section-flow .list-item.score::before {
      background-size: 46px !important;
    }

    .content .section-flow .list-item.gps::before {
      background-size: 50px !important;
    }

    .content .section-flow .list-item.share::before {
      background-size: 42px !important;
    }

    .content .section-flow .list-item.analysis::before {
      background-size: 58px !important;
    }
  }

  .content .section-list .list {
    padding: 0 20px;
    justify-content: flex-start;
  }

  .content .section-list .list-item {
    margin: 0 20px 80px;
  }

  .content .section-visual .video-wrapper {
    height: 350px;
    padding: 60px 60px 60px 520px;
  }

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

  .content .section-visual .video {
    top: 60px;
    left: 60px;
  }

  .content .section-visual .explanation {
    font-size: 14px;
  }

  .content .function-slide::before {
    top: -163px;
    right: 50%;
    width: 280px;
    height: 204px;
    margin-right: -470px;
    background-size: 90%;
  }
}

/* ===================================
1280px <=
==================================== */
@media screen and (min-width: 1280px) {
  .content .function-heading {
    max-width: 940px;
    padding: 0;
  }

  .content .function-heading::before {
    left: -140px;
  }

  .content .function-heading::after {
    left: -20px;
  }
}

/* animation */
.js-scroll-effects {
  /* transition: opacity 1.4s, transform 0.8s; */
  visibility: hidden;
}

.js-scroll-effects.js-active {
  visibility: visible;
}

.effect1 .list-item  {
  visibility: hidden;
}

.effect1.js-active .list-item {
  visibility: visible;
  animation: show 0.5s both;
}

@keyframes show {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.effect1.js-active .list-item.score {
  animation-delay: 0.2s;
}

.effect1.js-active .list-item.gps {
  animation-delay: 0.4s;
}

.effect1.js-active .list-item.share {
  animation-delay: 0.6s;
}

.effect1.js-active .list-item.analysis {
  animation-delay: 0.8s;
}

.effect2.js-active {
  animation: scale 0.4s both;
  animation-delay: 0.1s;
}

@keyframes scale {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

.effect3 {
  transition: opacity 1.4s, transform 0.8s;
  opacity: 0;
  transform: translateY(40px);
}

.effect3.js-active {
  opacity: 1;
  transform: translateY(0);
}
