@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300&family=Noto+Sans+JP:wght@100..900&display=swap");
/* -----------------------------
module original
------------------------------*/
body {
  font-size: 16px;
}

.p-sc__contents h1, .p-sc__contents h2, .p-sc__contents h3, .p-sc__contents h4, .p-sc__contents h5, .p-sc__contents h6, .p-sc__contents p, .p-sc__contents address, .p-sc__contents ul, .p-sc__contents ol, .p-sc__contents li, .p-sc__contents dl, .p-sc__contents dt, .p-sc__contents dd, .p-sc__contents table, .p-sc__contents caption, .p-sc__contents th, .p-sc__contents td, .p-sc__contents img, .p-sc__contents form, .p-sc__contents figure {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  list-style-type: none;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

/*------------------------------
module　basic
------------------------------*/
.p-sc__contents .clearFix:after {
  content: "";
  display: block;
  clear: both;
}
.p-sc__contents .clearFix {
  zoom: 1;
}
.p-sc__contents .textL {
  text-align: left !important;
}
.p-sc__contents .textC {
  text-align: center !important;
}
.p-sc__contents .textR {
  text-align: right !important;
}
@media only screen and (max-width: 767px) {
  .p-sc__contents .sp-textL {
    text-align: left !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-sc__contents .sp-textC {
    text-align: center !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-sc__contents .sp-textR {
    text-align: right !important;
  }
}
.p-sc__contents .ps_ab {
  position: absolute;
}
.p-sc__contents .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-sc__contents .body_inner {
  position: relative;
  overflow: hidden;
}
.p-sc__contents .cnt_inner {
  max-width: 1040px;
  padding: 0 min(5.769vw, 60px);
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .p-sc__contents .cnt_inner {
    padding: 0 5.128vw;
  }
}

/*------------------------------
animation
------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInUpTrig {
  opacity: 0;
}
.fadeInUpTrig.inActive {
  -webkit-animation: fadeInUp 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeInUp 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*------------------------------
module set example
------------------------------*/
.mt_10 {
  margin-top: 10px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_60 {
  margin-top: 60px;
}

.mt_70 {
  margin-top: 70px;
}

/* -----------------------------
common style
------------------------------*/
.p-sc__contents img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .p-sc__contents img {
    width: 100%;
    height: auto;
  }
}
.p-sc__contents sup {
  font-size: 60%;
  font-weight: inherit;
  vertical-align: super;
}
.p-sc__contents em {
  font-weight: bold;
}
.p-sc__contents .sp {
  display: none;
}
.p-sc__contents .pc {
  display: block;
}
.p-sc__contents .sp-inline {
  display: none !important;
}
.p-sc__contents .pc-inline {
  display: inline-block !important;
}
.p-sc__contents ul.inline li {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .p-sc__contents .pc {
    display: none !important;
  }
  .p-sc__contents .sp {
    display: block !important;
  }
  .p-sc__contents .sp-inline {
    display: inline-block !important;
  }
  .p-sc__contents .pc-inline {
    display: none !important;
  }
  .p-sc__contents body {
    min-width: 100%;
    width: 100%;
  }
}

/* -----------------------------
style.css rewrite
------------------------------*/
.p-sc__contents ul li {
  padding: 0;
}

.p-sc__contents ul li:before {
  content: none;
}

.p-sc__contents a {
  color: #0083C4;
}

/* -----------------------------
main
------------------------------*/
.p-sc__contents .main_text01 {
  margin-top: min(5.385vw, 56px);
  margin-bottom: min(4.038vw, 42px);
  margin-left: auto;
  margin-right: auto;
  width: min(68.173vw, 709px);
}
@media only screen and (max-width: 767px) {
  .p-sc__contents .main_text01 {
    margin: 4.359vw auto 6.667vw;
    width: 86.923vw;
  }
}
.p-sc__contents .main_text02 {
  margin: min(0.962vw, 10px) auto min(3.654vw, 38px);
}
@media only screen and (max-width: 767px) {
  .p-sc__contents .main_text02 {
    margin: 0 auto 6.41vw;
    width: 89.231vw;
  }
}
.p-sc__contents .main_image {
  padding-bottom: min(9.423vw, 98px);
}
@media only screen and (max-width: 767px) {
  .p-sc__contents .main_image {
    padding-bottom: 7.692vw;
  }
}

/* -----------------------------
app_box
------------------------------*/
.p-sc__contents .app_box_section {
  position: relative;
}
.p-sc__contents .app_box_section .app_image {
  position: absolute;
  top: max(-3.654vw, -38px);
  right: min(5.769vw, 60px);
  width: min(40.385vw, 420px);
}
@media only screen and (max-width: 767px) {
  .p-sc__contents .app_box_section .app_image {
    position: inherit;
    top: inherit;
    right: inherit;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .p-sc__contents .app_box_section .app_image img {
    width: 70.769vw;
  }
}
.p-sc__contents .app_box {
  background: -webkit-linear-gradient(5deg, #0083C4 19.46%, #70BBE0 99.71%), #F9F9F8;
  background: linear-gradient(85deg, #0083C4 19.46%, #70BBE0 99.71%), #F9F9F8;
  border-radius: min(1.923vw, 20px);
  padding: min(7.692vw, 80px) min(7.692vw, 80px) min(5.769vw, 60px);
}
@media only screen and (max-width: 767px) {
  .p-sc__contents .app_box {
    border-radius: 5.128vw;
    padding: 10.256vw 5.128vw 5.128vw;
    margin-top: -8.462vw;
  }
}
.p-sc__contents .app_box .text_col {
  width: min(40.385vw, 420px);
}
@media only screen and (max-width: 767px) {
  .p-sc__contents .app_box .text_col {
    width: 100%;
  }
}
.p-sc__contents .app_box .text_dl {
  background-color: #fff;
  border-radius: 100vh;
  color: #0083C4;
  font-size: min(2.115vw, 22px);
  font-weight: 600;
  line-height: 1;
  height: min(4.423vw, 46px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: min(1.923vw, 20px);
  padding-bottom: 1px;
}
@media only screen and (max-width: 767px) {
  .p-sc__contents .app_box .text_dl {
    font-size: 4.103vw;
    height: 8.462vw;
    margin-top: 4.359vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-sc__contents .app_box .dl_btns_link:hover {
    opacity: 1;
  }
  .p-sc__contents .app_box .dl_btns_link img {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .p-sc__contents .app_box .dl_btns_link img:hover {
    opacity: 0.75;
  }
}
.p-sc__contents .app_box .dl_btn_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: min(0.865vw, 9px);
     -moz-column-gap: min(0.865vw, 9px);
          column-gap: min(0.865vw, 9px);
  margin-top: min(1.923vw, 20px);
}
@media only screen and (max-width: 767px) {
  .p-sc__contents .app_box .dl_btn_list {
    -webkit-column-gap: 1.795vw;
       -moz-column-gap: 1.795vw;
            column-gap: 1.795vw;
    margin-top: 4.103vw;
  }
}
.p-sc__contents .app_box .dl_btn_list .btn_a {
  width: min(17.692vw, 184px);
}
@media only screen and (max-width: 767px) {
  .p-sc__contents .app_box .dl_btn_list .btn_a {
    width: 34.615vw;
  }
}
.p-sc__contents .app_box .dl_btn_list .btn_g {
  width: min(21.827vw, 227px);
}
@media only screen and (max-width: 767px) {
  .p-sc__contents .app_box .dl_btn_list .btn_g {
    width: 42.564vw;
  }
}
.p-sc__contents .app_box .att_list {
  font-size: min(1.154vw, 12px);
  line-height: 1.7;
  margin-top: min(1.827vw, 19px);
  margin-bottom: min(1.923vw, 20px);
}
@media only screen and (max-width: 767px) {
  .p-sc__contents .app_box .att_list {
    font-size: 3.077vw;
    margin-top: 4.103vw;
    margin-bottom: 2.564vw;
  }
}
.p-sc__contents .app_box .att_list li {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: min(0.192vw, 2px);
     -moz-column-gap: min(0.192vw, 2px);
          column-gap: min(0.192vw, 2px);
}
@media only screen and (max-width: 767px) {
  .p-sc__contents .app_box .att_list li {
    -webkit-column-gap: 0.513vw;
       -moz-column-gap: 0.513vw;
            column-gap: 0.513vw;
  }
}
.p-sc__contents .app_box .inner_box {
  background-color: #E6F3F9;
  border-radius: min(1.442vw, 15px);
  margin-top: min(7.308vw, 76px);
  padding-top: min(6.442vw, 67px);
  padding-bottom: min(4.808vw, 50px);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-sc__contents .app_box .inner_box {
    border-radius: 3.846vw;
    margin-top: 14.359vw;
    padding-top: 11.282vw;
    padding-left: 5.128vw;
    padding-right: 5.128vw;
    padding-bottom: 10.256vw;
  }
}
.p-sc__contents .app_box .about_eng {
  color: #D2D2D2;
  font-family: "Lexend", sans-serif;
  font-size: min(8.654vw, 90px);
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: max(-4.519vw, -47px);
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .p-sc__contents .app_box .about_eng {
    font-size: 15.385vw;
    top: -8.974vw;
  }
}
.p-sc__contents .app_box .about_title {
  color: #333;
  font-size: min(2.308vw, 24px);
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin-bottom: min(1.923vw, 20px);
}
@media only screen and (max-width: 767px) {
  .p-sc__contents .app_box .about_title {
    font-size: 6.667vw;
    line-height: 1.7;
    margin-bottom: 4.103vw;
  }
}
.p-sc__contents .app_box .about_title span.marker {
  color: #fff;
  background-color: #0083C4;
  display: inline-block;
  margin: 0 min(0.577vw, 6px);
  padding: min(0.481vw, 5px) min(0.481vw, 5px) min(0.673vw, 7px);
}
@media only screen and (max-width: 767px) {
  .p-sc__contents .app_box .about_title span.marker {
    margin: 0 1.795vw;
    padding: 1.282vw 1.282vw 1.795vw;
    line-height: 1;
  }
}
.p-sc__contents .app_box p {
  font-size: min(1.538vw, 16px);
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-sc__contents .app_box p {
    font-size: 3.59vw;
  }
}
.p-sc__contents .app_box .step_title {
  font-size: min(1.923vw, 20px);
  font-weight: 600;
  text-align: center;
  margin-top: min(2.885vw, 30px);
  margin-bottom: min(2.115vw, 22px);
}
@media only screen and (max-width: 767px) {
  .p-sc__contents .app_box .step_title {
    font-size: 4.103vw;
    line-height: 1.5;
    margin-top: 7.692vw;
    margin-bottom: 5.128vw;
  }
}
.p-sc__contents .app_box .step_title span {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-sc__contents .app_box .step_title span {
    display: block;
  }
}
.p-sc__contents .app_box .step_title span::before {
  background: url(/client_info/DUNLOP_B2C/campaignimage/golf_app/echo_r.svg) 0 0/100% auto no-repeat;
  content: "";
  display: block;
  position: absolute;
  right: max(-1.538vw, -16px);
  top: min(0.385vw, 4px);
  width: min(1.154vw, 12px);
  height: min(2.404vw, 25px);
}
@media only screen and (max-width: 767px) {
  .p-sc__contents .app_box .step_title span::before {
    right: 0;
    top: inherit;
    bottom: 0;
    width: 3.59vw;
    height: 8.462vw;
  }
}
.p-sc__contents .app_box .step_title span::after {
  background: url(/client_info/DUNLOP_B2C/campaignimage/golf_app/echo_l.svg) 0 0/100% auto no-repeat;
  content: "";
  display: block;
  position: absolute;
  left: max(-1.923vw, -20px);
  top: min(0.385vw, 4px);
  width: min(1.154vw, 12px);
  height: min(2.404vw, 25px);
}
@media only screen and (max-width: 767px) {
  .p-sc__contents .app_box .step_title span::after {
    top: inherit;
    bottom: 0;
    left: 0;
    width: 3.59vw;
    height: 8.462vw;
  }
}
.p-sc__contents .app_box .step_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: min(4.808vw, 50px);
     -moz-column-gap: min(4.808vw, 50px);
          column-gap: min(4.808vw, 50px);
  margin-top: min(2.115vw, 22px);
}
@media only screen and (max-width: 767px) {
  .p-sc__contents .app_box .step_list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 10.769vw;
  }
}
.p-sc__contents .app_box .step_list li {
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-sc__contents .app_box .step_list li {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-sc__contents .app_box .step_list li:not(:last-child)::before {
    background: url(/client_info/DUNLOP_B2C/campaignimage/golf_app/step_arw.svg) 0 0/100% auto no-repeat;
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    bottom: -8.462vw;
    margin: auto;
    width: 5.897vw;
    height: 5.897vw;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.p-sc__contents .app_box .step_list li:not(:last-child) .image_cell::before {
  background: url(/client_info/DUNLOP_B2C/campaignimage/golf_app/step_arw.svg) 0 0/100% auto no-repeat;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  right: max(-3.846vw, -40px);
  left: inherit;
  top: 0;
  bottom: 0;
  margin: auto;
  width: min(2.212vw, 23px);
  height: min(2.212vw, 23px);
}
@media only screen and (max-width: 767px) {
  .p-sc__contents .app_box .step_list li:not(:last-child) .image_cell::before {
    content: none;
  }
}
.p-sc__contents .app_box .step_list li p {
  font-size: min(1.538vw, 16px);
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-sc__contents .app_box .step_list li p {
    font-size: 4.103vw;
  }
}
.p-sc__contents .app_box .step_list li .image_cell {
  width: min(19.231vw, 200px);
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-sc__contents .app_box .step_list li .image_cell {
    width: 56.41vw;
  }
}
.p-sc__contents .app_box .step_list li img {
  -webkit-filter: drop-shadow(0.763px 0px 18.305px rgba(5, 98, 165, 0.05));
          filter: drop-shadow(0.763px 0px 18.305px rgba(5, 98, 165, 0.05));
  margin-top: max(-1.731vw, -18px);
  margin-bottom: min(0.962vw, 10px);
}
@media only screen and (max-width: 767px) {
  .p-sc__contents .app_box .step_list li img {
    margin-top: -4.359vw;
    margin-bottom: 2.564vw;
  }
}
.p-sc__contents .app_box .step_list .step_label {
  color: #0083C4;
  font-size: min(2.308vw, 24px);
  font-family: "Lexend", sans-serif;
  font-weight: 300;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .p-sc__contents .app_box .step_list .step_label {
    font-size: 6.667vw;
  }
}
.p-sc__contents .app_box .step_list .step_label .num {
  font-size: min(3.269vw, 34px);
  margin-left: 1px;
}
@media only screen and (max-width: 767px) {
  .p-sc__contents .app_box .step_list .step_label .num {
    font-size: 9.744vw;
  }
}

/* -----------------------------
point
------------------------------*/
.p-sc__contents #point {
  margin-top: min(9.615vw, 100px);
}
@media only screen and (max-width: 767px) {
  .p-sc__contents #point {
    margin-top: 15.385vw;
  }
}
.p-sc__contents #point .points_title {
  font-size: min(4.712vw, 49px);
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin-bottom: min(7.692vw, 80px);
}
@media only screen and (max-width: 767px) {
  .p-sc__contents #point .points_title {
    font-size: 6.154vw;
    line-height: 1.7;
    margin-bottom: 8.462vw;
  }
}
.p-sc__contents #point .points_title .parts_inner {
  border: solid;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #FEE946));
  background: -webkit-linear-gradient(transparent 80%, #FEE946 80%);
  background: linear-gradient(transparent 80%, #FEE946 80%);
}
@media only screen and (max-width: 767px) {
  .p-sc__contents #point .points_title .parts_inner {
    display: inline;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FEE946));
    background: -webkit-linear-gradient(transparent 70%, #FEE946 70%);
    background: linear-gradient(transparent 70%, #FEE946 70%);
  }
}
.p-sc__contents #point .points_title .parts_inner .dot {
  color: #0083C4;
  font-size: min(5.577vw, 58px);
}
@media only screen and (max-width: 767px) {
  .p-sc__contents #point .points_title .parts_inner .dot {
    font-size: 11.282vw;
  }
}
.p-sc__contents #point .points_title .preface_part {
  display: block;
  font-size: min(3.077vw, 32px);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .p-sc__contents #point .points_title .preface_part {
    font-size: 5.128vw;
    margin-bottom: 2.308vw;
  }
}
.p-sc__contents #point .points_title .preface_part span {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .p-sc__contents #point .points_title .preface_part span {
    display: block;
  }
}
.p-sc__contents #point .points_title .preface_part span::before {
  background: url(/client_info/DUNLOP_B2C/campaignimage/golf_app/echo_r.svg) 0 0/100% auto no-repeat;
  content: "";
  display: block;
  position: absolute;
  right: max(-2.692vw, -28px);
  top: 0;
  width: min(1.731vw, 18px);
  height: min(3.654vw, 38px);
}
@media only screen and (max-width: 767px) {
  .p-sc__contents #point .points_title .preface_part span::before {
    right: 9.744vw;
    top: 0;
    bottom: 0;
    width: 2.821vw;
    height: 5.897vw;
  }
}
.p-sc__contents #point .points_title .preface_part span::after {
  background: url(/client_info/DUNLOP_B2C/campaignimage/golf_app/echo_l.svg) 0 0/100% auto no-repeat;
  content: "";
  display: block;
  position: absolute;
  left: max(-2.692vw, -28px);
  top: 0;
  width: min(1.731vw, 18px);
  height: min(3.654vw, 38px);
}
@media only screen and (max-width: 767px) {
  .p-sc__contents #point .points_title .preface_part span::after {
    top: 0;
    bottom: 0;
    left: 9.744vw;
    width: 2.821vw;
    height: 5.897vw;
  }
}
.p-sc__contents #point .point_list {
  display: grid;
  row-gap: min(6.058vw, 63px);
}
@media only screen and (max-width: 767px) {
  .p-sc__contents #point .point_list {
    row-gap: 7.692vw;
  }
}
.p-sc__contents #point .point_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-sc__contents #point .point_list li {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 7.692vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-sc__contents #point .point_list li:nth-child(even) .point_head {
    background-image: url(/client_info/DUNLOP_B2C/campaignimage/golf_app/point_head_arw2.svg);
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: min(3.173vw, 33px);
  }
}
@media screen and (max-width: 1040px) {
  .p-sc__contents #point .point_list li:nth-child(even) .txt_col {
    padding-left: 0;
    padding-right: min(1.923vw, 20px);
  }
}
@media only screen and (max-width: 767px) {
  .p-sc__contents #point .point_list li:nth-child(even) .txt_col {
    padding-right: 0;
  }
}
.p-sc__contents #point .point_list li .point_head {
  color: #0083C4;
  font-family: "Lexend", sans-serif;
  font-size: min(5.962vw, 62px);
  font-weight: 200;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: min(1.827vw, 19px);
  margin-bottom: min(2.885vw, 30px);
}
@media only screen and (max-width: 767px) {
  .p-sc__contents #point .point_list li .point_head {
    border-bottom: #0083C4 1px solid;
    font-size: 11.282vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 5.128vw;
    margin-bottom: 5.128vw;
  }
}
.p-sc__contents #point .point_list li .point_head .num {
  font-size: min(12.5vw, 130px);
  margin-left: min(0.673vw, 7px);
}
@media only screen and (max-width: 767px) {
  .p-sc__contents #point .point_list li .point_head .num {
    font-size: 23.077vw;
    margin-left: 0.769vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-sc__contents #point .point_list li .point_head {
    background: url(/client_info/DUNLOP_B2C/campaignimage/golf_app/point_head_arw1.svg) 0 100%/100% auto no-repeat;
  }
}
.p-sc__contents #point .point_list li .point_head .label_new {
  background: -webkit-linear-gradient(136deg, #00489A 10.37%, #10D0DA 87.44%), #FAF9F5;
  background: linear-gradient(314deg, #00489A 10.37%, #10D0DA 87.44%), #FAF9F5;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(2.212vw, 23px);
  font-weight: 300;
  line-height: 1;
  border-radius: 100vh;
  width: min(8.269vw, 86px);
  height: min(8.269vw, 86px);
  margin-right: min(1.923vw, 20px);
}
@media only screen and (max-width: 767px) {
  .p-sc__contents #point .point_list li .point_head .label_new {
    width: 15.128vw;
    height: 15.128vw;
    font-size: 4.103vw;
    margin-right: 3.846vw;
  }
}
.p-sc__contents #point .point_list li .txt_col {
  width: min(48.654vw, 506px);
}
@media screen and (max-width: 1040px) {
  .p-sc__contents #point .point_list li .txt_col {
    padding-left: min(1.923vw, 20px);
  }
}
@media only screen and (max-width: 767px) {
  .p-sc__contents #point .point_list li .txt_col {
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: auto;
  }
}
.p-sc__contents #point .point_list li .txt_col .title {
  font-size: min(3.462vw, 36px);
  font-weight: 600;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  line-height: 1.8;
  margin-bottom: min(1.346vw, 14px);
}
@media only screen and (max-width: 767px) {
  .p-sc__contents #point .point_list li .txt_col .title {
    font-size: 6.154vw;
    margin-bottom: 2.564vw;
  }
}
.p-sc__contents #point .point_list li .txt_col .point_desc {
  font-size: min(1.731vw, 18px);
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .p-sc__contents #point .point_list li .txt_col .point_desc {
    font-size: 3.59vw;
  }
}
.p-sc__contents #point .point_list li .txt_col .point_desc span.att {
  display: block;
  font-size: min(1.346vw, 14px);
  line-height: 1.6;
  margin-top: 0.5em;
}
@media only screen and (max-width: 767px) {
  .p-sc__contents #point .point_list li .txt_col .point_desc span.att {
    font-size: 3.59vw;
  }
}
.p-sc__contents #point .point_list li .img_col {
  width: min(40.385vw, 420px);
}
@media only screen and (max-width: 767px) {
  .p-sc__contents #point .point_list li .img_col {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: auto;
    padding: 0 3.077vw;
  }
}

/* -----------------------------
feature
------------------------------*/
.p-sc__contents #feature {
  margin-top: min(13.173vw, 137px);
  margin-bottom: min(9.615vw, 100px);
}
@media only screen and (max-width: 767px) {
  .p-sc__contents #feature {
    margin-top: 20.513vw;
    margin-bottom: 15.385vw;
  }
}
.p-sc__contents #feature .title_head {
  position: relative;
}
.p-sc__contents #feature .title_head > span {
  background: -webkit-linear-gradient(23deg, #0083C4 30%, #70BBE0 99.71%), #F9F9F8;
  background: linear-gradient(67deg, #0083C4 30%, #70BBE0 99.71%), #F9F9F8;
  color: #fff;
  border-top-left-radius: min(1.923vw, 20px);
  border-top-right-radius: min(1.923vw, 20px);
  font-size: min(2.885vw, 30px);
  font-weight: 600;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  height: min(7.019vw, 73px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .p-sc__contents #feature .title_head > span {
    border-top-left-radius: 5.128vw;
    border-top-right-radius: 5.128vw;
    font-size: 5.897vw;
    line-height: 1.4;
    height: 22.308vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 10vw;
  }
}
.p-sc__contents #feature .title_head::before {
  background: url(/client_info/DUNLOP_B2C/campaignimage/golf_app/polygon01.svg) 0 0/100% auto no-repeat;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  bottom: max(-0.962vw, -10px);
  margin: auto;
  width: min(2.5vw, 26px);
  height: min(1.827vw, 19px);
}
@media only screen and (max-width: 767px) {
  .p-sc__contents #feature .title_head::before {
    bottom: -2.564vw;
    width: 6.667vw;
    height: 4.872vw;
  }
}
.p-sc__contents #feature .title_head::after {
  background: url(/client_info/DUNLOP_B2C/campaignimage/golf_app/feature_pic01.png) 0 0/100% auto no-repeat;
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  right: min(16.635vw, 173px);
  top: max(-3.558vw, -37px);
  width: min(6.731vw, 70px);
  height: min(12.885vw, 134px);
}
@media only screen and (max-width: 767px) {
  .p-sc__contents #feature .title_head::after {
    right: 10.256vw;
    top: -7.179vw;
    width: 17.949vw;
    height: 34.359vw;
  }
}
.p-sc__contents #feature .feature_list {
  background-color: #F9F9F9;
  border-bottom-left-radius: min(1.923vw, 20px);
  border-bottom-right-radius: min(1.923vw, 20px);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: min(4.904vw, 51px);
     -moz-column-gap: min(4.904vw, 51px);
          column-gap: min(4.904vw, 51px);
  row-gap: min(2.885vw, 30px);
  padding: min(5.769vw, 60px) min(7.692vw, 80px);
}
@media only screen and (max-width: 767px) {
  .p-sc__contents #feature .feature_list {
    border-bottom-left-radius: 5.128vw;
    border-bottom-right-radius: 5.128vw;
    grid-template-columns: 1fr;
    row-gap: 4.872vw;
    padding: 7.692vw 5.128vw 14.872vw;
  }
}
.p-sc__contents #feature .feature_title {
  font-size: min(2.115vw, 22px);
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
  margin-bottom: min(0.769vw, 8px);
}
@media only screen and (max-width: 767px) {
  .p-sc__contents #feature .feature_title {
    font-size: 5.128vw;
    margin-bottom: 2.564vw;
  }
}
.p-sc__contents #feature .feature_desc {
  font-size: min(1.538vw, 16px);
  font-weight: 400;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .p-sc__contents #feature .feature_desc {
    font-size: 3.59vw;
  }
}
.p-sc__contents #feature .feature_img {
  text-align: center;
}
.p-sc__contents #feature .feature_img img {
  width: min(23.654vw, 246px);
  -webkit-filter: drop-shadow(1.044px 0px 25.057px rgba(5, 98, 165, 0.05));
          filter: drop-shadow(1.044px 0px 25.057px rgba(5, 98, 165, 0.05));
  margin-bottom: min(1.635vw, 17px);
}
@media only screen and (max-width: 767px) {
  .p-sc__contents #feature .feature_img img {
    width: 63.077vw;
    margin-bottom: 4.359vw;
  }
}
.p-sc__contents #feature .att {
  font-size: min(1.346vw, 14px);
  line-height: 1.6;
  text-align: right;
  margin-top: 0.9em;
}
@media only screen and (max-width: 767px) {
  .p-sc__contents #feature .att {
    font-size: 3.077vw;
  }
}

/* -----------------------------
faq
------------------------------*/
.p-sc__contents #faq {
  padding-bottom: min(11.538vw, 120px);
}
@media only screen and (max-width: 767px) {
  .p-sc__contents #faq {
    padding-bottom: 15.385vw;
  }
}
.p-sc__contents #faq .faq_title {
  font-size: min(4.712vw, 49px);
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin-bottom: min(3.269vw, 34px);
}
@media only screen and (max-width: 767px) {
  .p-sc__contents #faq .faq_title {
    font-size: 6.667vw;
    margin-bottom: 5.128vw;
  }
}
.p-sc__contents #faq .faq_title .eng {
  display: block;
  color: #0083C4;
  font-family: "Lexend", sans-serif;
  font-size: min(3.846vw, 40px);
  font-weight: 200;
  letter-spacing: 0.05em;
  margin-bottom: min(2.308vw, 24px);
}
@media only screen and (max-width: 767px) {
  .p-sc__contents #faq .faq_title .eng {
    font-size: 7.692vw;
  }
}
.p-sc__contents #faq .mdl-faq_box {
  border-bottom: 1px solid #DDD;
}
.p-sc__contents #faq .mdl-faq_box:last-child {
  margin-bottom: 0;
}
.p-sc__contents #faq .mdl-faq_box .acc_head {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(2.308vw, 24px);
  font-weight: 600;
  line-height: 1.5;
  color: #0083C4;
  position: relative;
  padding-right: min(8vw, 80px);
}
.p-sc__contents #faq .mdl-faq_box .acc_head:focus-visible {
  outline: auto;
}
@media only screen and (max-width: 767px) {
  .p-sc__contents #faq .mdl-faq_box .acc_head {
    font-size: 4.615vw;
    padding-right: 8.974vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-sc__contents #faq .mdl-faq_box .acc_head:hover .acc_head__text .text {
    opacity: 0.75;
  }
}
.p-sc__contents #faq .mdl-faq_box .acc_head.opened .acc_head__text::after {
  opacity: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-sc__contents #faq .mdl-faq_box .acc_head__text {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: min(2.5vw, 26px) 0 min(1.731vw, 18px);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-sc__contents #faq .mdl-faq_box .acc_head__text {
    width: 100%;
    vertical-align: middle;
    padding: 5.128vw 0 5.128vw;
  }
}
.p-sc__contents #faq .mdl-faq_box .acc_head__text::before, .p-sc__contents #faq .mdl-faq_box .acc_head__text::after {
  content: "";
  display: block;
  width: min(1.923vw, 20px);
  height: 1px;
  background: #A4A4A4;
  position: absolute;
  right: min(3.4vw, 34px);
  right: 34px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (max-width: 767px) {
  .p-sc__contents #faq .mdl-faq_box .acc_head__text::before, .p-sc__contents #faq .mdl-faq_box .acc_head__text::after {
    width: 5.128vw;
    right: 0;
  }
}
.p-sc__contents #faq .mdl-faq_box .acc_head__text::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.p-sc__contents #faq .mdl-faq_box .acc_head__text .mark {
  color: #0083C4;
  font-size: min(3.846vw, 40px);
  font-family: "Lexend", sans-serif;
  font-weight: 100;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: min(5.192vw, 54px);
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}
@media only screen and (max-width: 767px) {
  .p-sc__contents #faq .mdl-faq_box .acc_head__text .mark {
    font-size: 10.256vw;
    width: 13.846vw;
    padding-right: 3.077vw;
  }
}
.p-sc__contents #faq .mdl-faq_box .acc_head__text .text {
  width: 100%;
  display: grid;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media only screen and (max-width: 767px) {
  .p-sc__contents #faq .mdl-faq_box .acc_head__text .text {
    padding-right: 0px;
    -webkit-transform: translateY(1.026vw);
            transform: translateY(1.026vw);
  }
}
.p-sc__contents #faq .mdl-faq_box .acc_body {
  display: none;
  padding-bottom: min(3.077vw, 32px);
  padding-top: 0;
  padding-right: min(7.692vw, 80px);
  padding-left: min(5.192vw, 54px);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-sc__contents #faq .mdl-faq_box .acc_body {
    padding: 0vw 8.974vw 5.128vw 14.103vw;
  }
}
.p-sc__contents #faq .mdl-faq_box .acc_body .acc_body__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .p-sc__contents #faq .mdl-faq_box .acc_body .acc_body__text {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-sc__contents #faq .mdl-faq_box .acc_body .text {
  font-size: min(1.538vw, 16px);
  line-height: 2;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 767px) {
  .p-sc__contents #faq .mdl-faq_box .acc_body .text {
    font-size: 3.59vw;
    line-height: 1.6;
  }
}

/* -----------------------------
style module
------------------------------*/
.p-sc__contents .link_style1 {
  font-size: min(1.731vw, 18px);
  line-height: 1;
  margin-top: 1.4em;
}
@media only screen and (max-width: 767px) {
  .p-sc__contents .link_style1 {
    font-size: 3.59vw;
  }
}
.p-sc__contents .link_style1 a {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #DDD;
  color: #333;
  text-decoration: none;
  padding-left: 1px;
  padding-right: min(2.596vw, 27px);
  padding-bottom: min(1.635vw, 17px);
  background: url(/client_info/DUNLOP_B2C/campaignimage/golf_app/btn_arrow.svg) right 0 top 1px/min(1.731vw, 18px) auto no-repeat;
}
@media only screen and (max-width: 767px) {
  .p-sc__contents .link_style1 a {
    padding-bottom: 3.59vw;
    padding-right: 5.385vw;
    background-size: 3.59vw auto;
    background-position: right 0 top 0.256vw;
  }
}