@charset "UTF-8";
/*----------------------------------------
  fv
------------------------------------------*/
.s-pc {
  display: none;
}

.s-sp{
  display: inline-block;
  width: 100%;
}

.f-section-header .f-heading:first-child{
  margin-top: 0;
}

.f-section::before{
  background: #2a4576;
}

.f-mv{
  height: auto;
}

.f-mv-message{
  padding: 0;
}

.f-mv::before{
  background-color:rgba(0, 0, 0, 0); 
}

.f-mv-heading{
  margin-bottom: auto;
}

.f-mv-heading img{
  width: 100%;
}

.f-menu.f-menu--cover{
  background: #2a4576;
  margin-bottom: 0;
}

.f-menu.f-menu--cover .f-menu-button{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2a4576;
  color: #fff;
  font-size: 12px;
  padding: 11px 8px 17px;
  position: relative;
	vertical-align: middle;
	text-decoration: none;
}

.f-menu.f-menu--cover .f-menu-button:hover{
  background: #2a4576;
}

.f-menu.f-menu--cover .f-menu-button::before{
  position: absolute;
	bottom: 9px;
  left: 0;
  right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.f-menu.f-menu--cover .f-menu-button:active{
  color: #fff;
}

.entry-ttl{
  text-align: center;
  top: -15px;
  left: 0;
  right: 0;
  position: absolute;
  width: 112px;
  height: 35px;
  margin: 0 auto;
}

.entry-txt{
  text-align: center;
}

.entry-link{
  text-align: center;
  margin-bottom: 0;
}

.entry-link a{
  color: #333;
}

.entry-step-list{
  position: relative;
  background: #fefce1;
  border-radius: 10px;
  padding: 35px 20px 25px;
}

.entry-step-list:first-child{
  margin-bottom: 65px;
}

.entry-step-list:first-child:after{
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url('/doc/special/score-app/newfeatures-campaign/img/ic-entry.png');
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -42px;
  right: 50%;
  left: 50%;
  margin-left: -17.5px;
}

.entry-step-list:first-child::before{
  content: "";
  display: inline-block;
  width: 70px;
  height: 72px;
  background-image: url('/doc/special/score-app/newfeatures-campaign/img/img-entry.png');
  background-position: center;
  background-size: contain;
  position: absolute;
  position: absolute;
  top: -30px;
  left: -10px;
}

.entry-swing {
  margin-top: 20px;
}

/*------------------------------------
  エントリ―ボタン
------------------------------------*/
.CampaignEntryButton_campaignButton__n6hK5 {
  margin: 32px auto 20px !important;
}
.CampaignEntryButton_campaignButton__n6hK5 .CampaignEntryButton_rexButton__VH0Gh .CampaignEntryButton_rexButtonMessage__o1qbU {
  font-size: 18px !important;
}
.CampaignEntryButton_campaignButton__n6hK5 .CampaignEntryButton_rexButton__VH0Gh.CampaignEntryButton_wide__b6abC{
  min-width: auto;
  width: 100% !important;
}
.CommonEnteredList{
  text-align: center;
}
.CommonEnteredList a {
  line-height: 1.25;
  color: #404040;
}
a#rex-ceb-01.EntryCustomNomove{
  text-decoration: none !important;
}

#swing{
  background: #d9edfc;
}

#swing .f-section-header{
  margin-bottom: 20px;
}

#swing .f-btn-block{
  margin-bottom: 40px;
}

#swing .f-btn-block .f-btn{
  margin-bottom: 0;
}

.swing-txt{
  text-align: center;
  margin-bottom: 20px;
  font-size: 15px;
}

.swing-btn{
  background: #fff;
  border: 1px solid #2a4576;
  color: #2a4576;
}

.swing-btn-txt{
  text-align: center;
  font-weight: bold;
  color: #2a4576;
  margin-bottom: 10px;
}

.content .analysis-list {
  flex-wrap: wrap;
  text-align: center
}

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

.content .analysis-item:not(:last-child)::after {
  position: absolute;
  bottom: calc(-80 / 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 .analysis-image {
  width: calc(230 / 750* 100vw)
}

#swing .f-section-inner{
  position: relative;
}

#swing .f-section-inner::after {
  content: "";
  display: inline-block;
  width: 66px;
  height: 70px;
  background-image: url(/doc/special/score-app/newfeatures-campaign/img/img-swing.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 30px;
}

#prize{
  background: #fefce1 url(/doc/special/score-app/newfeatures-campaign/img/bg-prize-sp.png) no-repeat bottom left;
  background-size: contain;
  letter-spacing: 0;
}

#prize .f-section-inner{
  padding: 40px 0 70px;
}

#prize .f-section-header{
  margin-bottom: 15px;
}

.prize-list{
  text-align: center;
  margin: 15px;
}

.prize-list-item:not(:last-child){
  margin-bottom: 8px;
}

.f-step{
  margin-bottom: 0;
}

.f-step-item{
  border: 2px solid #2a4576;
  width: 100%;
}

.f-step-image{
  width: 170px;
  margin: 0 auto;
}

.f-step-item:nth-child(4) .f-step-image{
  width: 200px;
}

.f-step-title{
  color: #2a4576;
}

.f-step-title i{
  background-color: #2a4576;
}

.f-step .f-step-item::after{
  background: url(/doc/special/score-app/newfeatures-campaign/img/arrow-d01.svg) no-repeat;
}

.f-step .f-btn{
  width: 100%;
  background-color:#2a4576;
  border: 1px solid #2a4576;
  margin-top: 20px;
}

#new .f-section-header{
  margin-bottom: 20px;
}

.swing-new-info{
  background: #fff url(/doc/special/score-app/newfeatures-campaign/img/bg-swing-new-sp.png) no-repeat bottom left;
  background-size: cover;
  letter-spacing: 0;
  border-radius: 10px;
  margin-bottom: 30px;
}

.swing-new-info-inner{
    padding: 30px 20px 10px;
    text-align: center;
}

.swing-new-btn{
  margin-top: 30px;
  font-size: 15px;
  background: #2a4576;
  border: 1px solid #2a4576;
}

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

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

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

.content .section-visual .heading {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 4vw;
  color: #fff;
}

.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, .86);
  text-align: center;
  align-items: center;
  cursor: pointer;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0
}

.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, .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, .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, .3)
}

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

.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: 53.4vw;
  margin: 0 3vw 2.65vw auto;
  color: #fff;
  text-align: center;
  font-size: 2.8vw;
  font-weight: 700;
}

.content .cta-action {
  width: 36.4vw;
  margin: 0 11.6vw 0 auto;
  text-align: center;
}

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

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

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


/*-----------------------------------------
-----------------------------------
  style PC
-----------------------------------
------------------------------------------*/
@media screen and (min-width: 768px) {
  .s-pc {
    display: inline-block;
  }

  .s-sp{
    display: none;
  }

  .f-mv {
    background: #d4eafc url(/doc/special/score-app/newfeatures-campaign/img/bg-main.png) no-repeat top center;
    background-size: 1920px 420px;
    letter-spacing: 0;
  }

  .f-mv-heading-wrap{
    position: relative;
  }

  .f-mv-heading{
    width: 940px;
    height: 410px;
    padding: 0 0 10px;
  }

  .sub{
    position: absolute;
  }

  .sub--01{
    top: 50px;
    left: 30px;
  }

  .sub--02{
    bottom: 45px;
    right: 20px;
  }

  .f-menu.f-menu--cover .f-menu-button{
    font-size: 17px;
    font-weight: bold;
    padding: 10px 8px 18px;
  }

  .f-menu.f-menu--cover .f-menu-button:hover{
    opacity: 0.9;
  }

  .f-menu.f-menu--cover .f-menu-button::before{
    bottom: 12px;
    width: 9px;
    height: 9px;
  }

  #entry{
    background: #fff url(/doc/special/score-app/newfeatures-campaign/img/bg-entry.png) no-repeat 50% 345px;
    background-size: 1367px 743px;
    letter-spacing: 0;
  }

  .entry-ttl{
    width: 146px;
    height: 45px;
  }

  .entry-step-list:first-child .entry-txt{
    width: auto;
  }

  .entry-step-list:first-child {
    margin-bottom: 90px;
  }
    
  .entry-step-list:first-child:after{
    width: 50px;
    height: 50px;
    bottom: -60px;
    margin-left: -27.5px;
  }

  .entry-step{
    max-width: 800px;
    margin: 0 auto;
  }

  .entry-step-list{
    padding-top:55px;
  }

  .entry-step-list:first-child::before{
    width: 144px;
    height: 148px;
    top: -20px;
    left: -35px;
  }

  .entry-swing {
    margin: 30px auto 20px;
  }

  /*------------------------------------
  　エントリ―ボタン
  ------------------------------------*/
  .CampaignEntryButton_campaignButton__n6hK5 .CampaignEntryButton_rexButton__VH0Gh.CampaignEntryButton_wide__b6abC{
    width: 500px !important;
  }

  #swing .f-section-inner::after {
    width: 109px;
    height: 115px;
    bottom: 0;
    right: 90px;
  }

  .swing-txt{
    font-size: 18px;
  }

  .swing-btn-txt{
    font-size: 18px;
  }

  #swing .f-btn-block{
    margin-bottom: 0;
  }

  .content .analysis-list {
    display: flex;
    max-width: 960px;
    padding: 10px 0 40px;
    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
  }

  #prize{
    background: #fefce1 url(/doc/special/score-app/newfeatures-campaign/img/bg-prize-pc.png) no-repeat;
    background-position: bottom center;
    background-size: 1920px 250px;
    letter-spacing: 0;
  }

  #prize .f-section-inner{
    padding: 60px 0;
  }

  .prize-list{
    width: 861px;
    margin: 30px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .prize-list-item:not(:last-child){
    margin-bottom: 10px;
  }

  .prize-list-item:nth-child(2){
    margin-right: 9px;
  }

  .prize-list-item:last-child{
    margin-top: 15px;
  }
  
  .f-step{
    display: flex;
    flex-wrap: wrap;
  }

  .f-step-item{
    border: 2px solid #2a4576;
    width: 100%;
  }

  .f-step-item:nth-child(4) .f-step-image{
    width: 260px;
  }

  .f-step-title{
    color: #2a4576;
  }

  .f-step-title i{
    background-color: #2a4576;
  }

  .f-step .f-step-item::after{
    background: url(/doc/special/score-app/newfeatures-campaign/img/arrow-d01.svg) no-repeat;
  }

  .f-step-item:nth-child(2) .f-step-block{
    width: 440px;
    margin: 0 auto 15px;
  }

  .f-step-item:nth-child(2) .f-step-block.f-step-block--flex,
  .f-step-item:nth-child(3) .f-step-block.f-step-block--flex{
    align-items: center;
  }

  .f-step-item:nth-child(2) .f-step-block.f-step-block--flex .f-step-image{
    width: 154px;
    height: 332px;
  }

  .f-step-item:last-child .f-step-block.f-step-block--flex .f-step-image{
    margin-top: -60px;
  }

  .swing-new-info{
    background: #fff url(/doc/special/score-app/newfeatures-campaign/img/bg-swing-new-pc.png) no-repeat top right;
    background-size: cover;
    width: 730px;
    margin: 40px auto 60px;
  }

  .swing-new-txt{
    text-align: center;
    margin-top: 40px;
  }

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

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

.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: 100%;
    height: 350px;
    padding: 60px 30px 60px 520px;
    text-align: left;
    box-sizing: border-box;
  }

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

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