@keyframes bottom_to_top {
  0% {
    transform: translate3d(0, 3vw, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.bottom_to_top {
  opacity: 0;
  transform: translate3d(0, 50px, 0) scaleY(1);
  transform-origin: top;
}

.bottom_to_top.active {
  animation: bottom_to_top 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s forwards;
}

@keyframes bottom_to_top {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0) scaleY(1);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scaleY(1);
  }
}
.bottom_to_tops > * {
  opacity: 0;
}

.bottom_to_tops.active > * {
  animation: bottom_to_top 0.6s cubic-bezier(0.4, 0.26, 0.15, 0.99) forwards;
}
.bottom_to_tops.active > *:nth-child(2) {
  animation-delay: 0.2s;
}
.bottom_to_tops.active > *:nth-child(3) {
  animation-delay: 0.4s;
}
.bottom_to_tops.active > *:nth-child(4) {
  animation-delay: 0.6s;
}

@keyframes left_to_right {
  0% {
    transform: translate3d(-3vw, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.left_to_right {
  opacity: 0;
}

.left_to_right.active {
  animation: left_to_right 0.6s cubic-bezier(0.4, 0.26, 0.15, 0.99) forwards;
}

@keyframes right_to_left {
  0% {
    transform: translate3d(3vw, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.right_to_left {
  opacity: 0;
}

.right_to_left.active {
  animation: right_to_left 0.6s cubic-bezier(0.4, 0.26, 0.15, 0.99) forwards;
}

@keyframes top_to_bottom {
  0% {
    transform: translate3d(0, -3vw, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.top_to_bottom {
  opacity: 0;
}

.top_to_bottom.active {
  animation: top_to_bottom 0.6s cubic-bezier(0.4, 0.26, 0.15, 0.99) forwards;
}

.bg_black_amin {
  overflow: hidden;
  position: relative;
}

.bg_black_amin:before {
  background: #000;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transform: translateX(-100%);
  transition: all 0.8s 0s ease;
  width: 100%;
  z-index: 1;
}

.bg_black_amin img {
  opacity: 0;
  transition: all 0.8s 0s ease;
}

.bg_black_amin.active img {
  opacity: 1;
  transition: all 0.5s 0.3s ease;
}

.bg_black_amin.active:before {
  transform: translateX(100%);
}

.show_text {
  position: relative;
  transition: -webkit-clip-path 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: clip-path 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: clip-path 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-clip-path 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.show_text.active {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  transition-delay: 0.6s;
}

.role_to {
  opacity: 0;
  transform: rotate(10deg);
  transition: all 0.8s 0s ease;
}

.role_to.active {
  opacity: 1;
  transform: rotate(0deg);
}

.big_to {
  opacity: 0;
  transform: scale(1.1);
  transition: all 0.8s 0s ease;
}
.big_to.active {
  opacity: 1;
  transform: scale(1);
}

.fadeIn {
  opacity: 0;
  transition: all 0.8s 0s ease;
  transition-delay: 0.3s;
}
.fadeIn.active {
  opacity: 1;
}

html {
  overflow: unset !important;
}

html body {
  overflow: unset;
}

html body main {
  overflow: unset;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.35vw;
  font-size: 1.4vw;
  font-weight: 500;
  background-color: #d4f0f7;
}

.rwd_show {
  display: none;
}

.rwd_hide {
  display: inline;
}

@media screen and (max-width: 880px) {
  html body main {
    font-size: 3.4vw;
  }
  .rwd_show {
    display: inline;
  }
  .rwd_hide {
    display: none;
  }
}
.en {
  font-family: "Oswald", sans-serif;
}

html {
  scroll-behavior: smooth;
}

html,
body,
main {
  background-color: #fff;
  overflow: unset;
}
html main,
body main,
main main {
  color: #000000;
}
html h1,
html h2,
html h3,
html h4,
body h1,
body h2,
body h3,
body h4,
main h1,
main h2,
main h3,
main h4 {
  font-weight: 500;
}

main {
  line-height: 1.7;
}
main img {
  width: 100%;
}

.lgrad {
  background-image: linear-gradient(to left, #e6dbe7, #c8d6e6);
}

.min {
  font-family: "Noto Serif JP", serif;
}

.wrap {
  width: 90%;
  margin: 0 auto;
  padding: 0 5vw;
}

.top_dunlop_logo {
  width: 9vw;
  position: absolute;
  top: 1.5vw;
  left: 2vw;
  z-index: 10;
}
.top_dunlop_logo a {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 880px) {
  .top_dunlop_logo {
    width: 21vw;
    top: 1.8vw;
  }
}
.page_header {
  position: sticky;
  width: 100%;
  z-index: 20;
  top: 0;
  left: 0;
}
.page_header .page_nav_head {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding-top: 1vw;
  width: 15.5%;
  padding-left: 3vw;
}
.page_header .page_nav_head .sp_button {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5vw;
  gap: 1vw;
  padding-right: 1.5vw;
}
.page_header .page_nav_head .sp_button i {
  font-weight: 700;
  font-size: 115%;
}
.page_header .page_nav_head .sp_button span {
  display: block;
  height: 1px;
  width: 1em;
  background-color: #000;
  position: relative;
}
.page_header .page_nav_head .sp_button span:before {
  content: "";
  height: 1px;
  width: calc(100% + 0.5vw);
  background-color: #000;
  display: block;
  position: absolute;
  top: -0.5vw;
  left: 0;
  transition: all ease 0.3s;
}
.page_header .page_nav_head .sp_button span:after {
  content: "";
  height: 1px;
  width: calc(100% - 0.5vw);
  background-color: #000;
  display: block;
  position: absolute;
  bottom: -0.5vw;
  left: 0;
  transition: all ease 0.3s;
}
.page_header .page_nav {
  line-height: 1.8;
  position: absolute;
  padding-top: 5vw;
  padding-bottom: 5vw;
  padding-left: 17.5vw;
  padding-right: 44vw;
  background-color: #fff;
  width: 100%;
  top: 0;
  left: 0;
  height: 100dvh;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page_header .page_nav:before {
  content: "";
  width: 44vw;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../img/commons/nav_bg.png);
  background-size: cover;
  display: block;
  height: 100%;
}
.page_header .page_nav > ul > li > a {
  font-weight: 700;
  font-size: 130%;
  position: relative;
  padding-left: 2vw;
}
.page_header .page_nav > ul > li > a.current:before {
  content: "";
  display: block;
  width: 0.7em;
  height: 0.7em;
  background-image: url(../img/commons/pointer_bottom.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.page_header .page_nav > ul > li > ul {
  margin-bottom: 1vw;
  font-weight: 800;
}
.page_header .page_nav > ul > li > ul li a {
  padding-left: 2vw;
  font-size: 77%;
}
.page_header .page_nav > ul > li > ul li a:before {
  content: " - ";
}
.page_header .page_nav .sub_ladies {
  margin-top: 1.7vw;
  margin-bottom: 2.5vw;
}
.page_header .page_nav .sub_ladies > a.current:before {
  background-image: url(../img/commons/pointer_bottom_pink.png);
}
.page_header .page_nav .sub_ladies a {
  color: #cb78b0;
}
.page_header .page_nav .sub_ladies > ul > li a {
  color: #cb78b0;
  font-size: 85%;
}
.page_header .page_nav .page_nav_buttons {
  padding-left: 2vw;
}
.page_header .page_nav .page_nav_buttons a {
  display: block;
  color: #fff;
  background-color: #003282;
  text-decoration: none;
  width: 19em;
  text-align: center;
  padding: 0.5em 0;
  margin-bottom: 0.7em;
  font-weight: normal;
  font-size: 107%;
}
.page_header .page_nav .page_nav_buttons a:last-child {
  margin-bottom: 0;
}
.page_header .page_nav {
  opacity: 0;
  transition: all ease 0.3s;
  visibility: hidden;
}
.page_header.open .page_nav {
  opacity: 1;
  visibility: visible;
}
.page_header.open .sp_button span {
  background-color: transparent;
}
.page_header.open .sp_button span:before {
  width: 100%;
  transform: rotate(45deg);
  top: 0;
}
.page_header.open .sp_button span:after {
  width: 100%;
  transform: rotate(-45deg);
  bottom: 0;
}

@media (min-aspect-ratio: 16/9) {
  .page_header.open .page_nav {
    font-size: 2.1vh;
  }
}
@media (max-aspect-ratio: 13/15) {
  .page_header.open .page_nav {
    font-size: 1.8vh;
    padding-left: 5vw;
  }
  .page_header .page_nav .page_nav_buttons a {
    width: 16em;
    font-size: 100%;
  }
  .page_header .page_nav > ul > li > a.current:before {
    left: -0.3em;
  }
}
@media screen and (max-width: 880px) {
  .page_header .page_nav_head {
    width: 30vw;
    padding-top: 0;
  }
  .page_header .page_nav {
    padding-left: 7.5vw;
    width: 100%;
    padding-right: 7.5vw;
    padding-top: 7em;
    overflow-y: scroll;
    display: block;
  }
  .page_header .page_nav:before {
    display: none;
  }
  .page_header .page_nav > ul > li > a {
    padding-left: 5vw;
    font-size: 160%;
  }
  .page_header .page_nav > ul > li > ul {
    margin-left: 3vw;
  }
  .page_header .page_nav > ul > li > ul > li {
    margin-bottom: 0.5em;
  }
  .page_header .page_nav .page_nav_buttons a {
    width: auto;
  }
  .page_header .page_nav > ul > li > ul li a {
    font-size: 84%;
  }
  .page_header .page_nav .sub_ladies > ul > li a {
    font-size: 100%;
  }
}
.no_scroll {
  overflow: hidden;
}

.rashisa {
  position: relative;
  padding: 9vw 0;
  padding-bottom: 15vw;
}
.rashisa:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url(../img/rasa_bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.rashisa .wrap {
  width: 65vw;
  position: relative;
  z-index: 2;
}
.rashisa .rashisa_in {
  width: 59%;
}
.rashisa .rashisa_in h2 {
  margin-bottom: 5vw;
}
.rashisa .rashisa_in ul li {
  margin-bottom: 2em;
}
.rashisa .rashisa_in ul li:last-child {
  margin-bottom: 0;
}
.rashisa .rashisa_in ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: 800;
  text-align: center;
  border-bottom: 2px solid #c9c9c9;
  padding: 0.5em 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.3s;
}
.rashisa .rashisa_in ul li a:after {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  background-image: url(../img/commons/pointer_bottom.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.rashisa .rashisa_in ul li a:hover {
  transform: translate3d(0.5vw, 0, 0);
}

@media screen and (max-width: 880px) {
  .rashisa {
    padding-top: 27vw;
    overflow: hidden;
  }
  .rashisa .wrap {
    width: auto;
  }
  .rashisa ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
  }
  .rashisa .rashisa_in {
    width: 87%;
  }
  .rashisa:before {
    content: "";
    position: absolute;
    left: -8vw;
    width: 143%;
    height: 95%;
    top: 1vw;
    background-image: url(../img/rasa_bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
  }
  .rashisa .rashisa_in ul li {
    margin-bottom: 1em;
  }
}
.rashisa_p {
  position: relative;
  padding: 4vw 0;
  padding-bottom: 4.5vw;
  background-color: #fff;
}
.rashisa_p .wrap {
  width: 70vw;
  position: relative;
  z-index: 2;
}
.rashisa_p .rashisa_p_in h2 {
  margin-bottom: 5vw;
}
.rashisa_p .rashisa_p_in ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
}
.rashisa_p .rashisa_p_in ul li {
  flex: 0 1 calc((100% - 1.5em) / 2);
}
.rashisa_p .rashisa_p_in ul li:last-child {
  margin-bottom: 0;
}
.rashisa_p .rashisa_p_in ul li a {
  font-size: 90%;
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: 800;
  text-align: center;
  border-bottom: 2px solid #c9c9c9;
  padding: 0.5em 0;
  position: relative;
  transition: all ease 0.3s;
  line-height: 1.5;
}
.rashisa_p .rashisa_p_in ul li a i:after {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  background-image: url(../img/commons/pointer_bottom.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.rashisa_p .rashisa_p_in ul li a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 880px) {
  .rashisa_p {
    padding-top: 7em;
    padding-bottom: 3em;
  }
  .rashisa_p .wrap {
    width: auto;
  }
  .rashisa_p .rashisa_p_in ul li a {
    padding-right: 1em;
    font-size: 80%;
  }
  .rashisa_p .rashisa_p_in ul li a i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0.9em;
    height: 0.9em;
  }
}
.spec {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 2.5em;
}
.spec .spec_flex {
  display: flex;
  font-size: 53%;
  gap: 3em;
  position: relative;
  margin-bottom: 1.5em;
}
.spec .spec_flex:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #595656, rgba(89, 86, 86, 0));
}
.spec .spec_flex > div:first-child {
  flex: 0 1 50%;
  position: relative;
}
.spec .spec_flex > div:first-child figure {
  width: 42%;
  margin-left: 19%;
}
.spec .spec_flex > div:first-child a {
  display: block;
  background: linear-gradient(90deg, #4285ec 0%, #0bbafb 50%, #4285ec 100%);
  text-decoration: none;
  border-radius: 0.5em;
  padding: 0.3em 0.8em;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 1.5em;
  box-shadow: 0 0 0.3em rgba(0, 0, 0, 0.2);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  background-size: 200% 100%;
}
.spec .spec_flex > div:first-child a:hover {
  background-position: 100% 0;
}
.spec .spec_flex > div:last-child {
  flex: 1;
  padding-top: 3.5em;
}
.spec .spec_flex > div:last-child h5 {
  font-size: 175%;
}
.spec .spec_flex > div:last-child > p {
  font-size: 120%;
  font-weight: 600;
}
.spec .spec_flex > div:last-child .price {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #a0a9ab;
  margin-bottom: 0.7em;
}
.spec .spec_flex > div:last-child .price b {
  font-size: 140%;
}
.spec .spec_flex > div:last-child .spec_desc {
  font-size: 90%;
}
.spec .spec_flex > div:last-child .spec_desc li {
  display: flex;
}
.spec .spec_tables {
  font-size: 53%;
  display: flex;
  gap: 4em;
  margin-bottom: 3em;
}
.spec .spec_tables > div:first-child {
  flex: 0 1 26%;
}
.spec .spec_tables > div:first-child table {
  width: 100%;
  margin-top: 0.5em;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
.spec .spec_tables > div:first-child table th, .spec .spec_tables > div:first-child table td {
  border-bottom: 1px solid #a0a9ab;
  text-align: center;
  padding: 0.2em 0;
}
.spec .spec_tables > div:first-child table td {
  border-left: 1px solid #a0a9ab;
}
.spec .spec_tables > div:first-child table td:first-child {
  border-left: 0;
}
.spec .spec_tables > div:first-child > div:first-child {
  margin-bottom: 1em;
}
.spec .spec_tables > div:first-child > div:last-child {
  font-size: 90%;
  letter-spacing: -0.1em;
}
.spec .spec_tables > div:first-child p {
  line-height: 1.3;
  margin-bottom: 0.3em;
}
.spec .spec_tables > div:last-child {
  flex: 1;
}
.spec .spec_tables > div:last-child .fbl {
  color: #217fc4;
}
.spec .spec_tables > div:last-child > p {
  font-size: 90%;
}
.spec .spec_tables > div:last-child table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.spec .spec_tables > div:last-child table th, .spec .spec_tables > div:last-child table td {
  border-bottom: 1px solid #a0a9ab;
  text-align: center;
  padding: 0.1em 0;
  border-left: 1px solid #a0a9ab;
  border-top: 1px solid #a0a9ab;
}
.spec .spec_tables > div:last-child table th:first-child, .spec .spec_tables > div:last-child table td:first-child {
  border-left: 0;
}
.spec .spec_tables > div:last-child table .col1 {
  width: 2em;
}
.spec .spec_tables > div:last-child table .colth {
  width: 7em;
}
.spec .spec_links {
  display: flex;
  justify-content: center;
  gap: 1.34em;
  width: 87%;
  margin: 0 auto;
}
.spec .spec_links a {
  padding: 0.4em 0;
  border-radius: 0.5em;
  text-decoration: none;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  flex: 0 1 18em;
  font-size: 90%;
  font-weight: 600;
  background-color: #fff;
  color: #000;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  overflow: hidden;
}
.spec .spec_links a span {
  display: block;
  z-index: 1;
}
.spec .spec_links a span:after {
  content: "";
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  background: linear-gradient(to right, #4285ec, #0bbafb);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.spec .spec_links a i {
  font-style: normal;
  position: relative;
  z-index: 2;
}
.spec .spec_links a.cart {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
}
.spec .spec_links a.cart svg {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  z-index: 2;
}
.spec .spec_links a.cart svg path {
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
.spec .spec_links a:after {
  content: "";
  display: block;
  width: 0.9em;
  height: 0.9em;
  background-image: url(../img/commons/pointer_bottom.png);
  background-repeat: no-repeat;
  border-radius: 100%;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.spec .spec_links a:hover {
  color: #fff;
}
.spec .spec_links a:hover span:after {
  opacity: 1;
}
.spec .spec_links a:hover svg path {
  fill: #fff;
}

@media screen and (max-width: 880px) {
  .spec {
    width: auto;
    padding-bottom: 4em;
  }
  .spec .spec_flex {
    flex-direction: column;
  }
  .spec .spec_flex:after {
    display: none;
  }
  .spec .spec_flex > div:first-child:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to right, #595656, rgba(89, 86, 86, 0));
  }
  .spec .spec_flex {
    font-size: 90%;
  }
  .spec .spec_flex > div:last-child {
    padding-top: 0;
  }
  .spec .spec_tables {
    flex-direction: column;
    font-size: 60%;
  }
  .spec .spec_links {
    width: auto;
  }
  .spec .spec_links a.cart {
    padding-right: 1em;
  }
}
.sb .sbh {
  margin-bottom: 3em;
  background-color: #003282;
  height: 11.6em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: unset;
  position: relative;
}
.sb .sbh .wrap {
  position: relative;
  width: 65%;
}
.sb .sbh h2 {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  align-items: flex-start;
  justify-content: center;
}
.sb .sbh h2 span {
  display: inline-block;
  background-color: #003282;
  padding: 0.2em 0.5em;
  font-size: 80%;
}
.sb .sbh h2 b {
  display: inline-block;
  background-color: #003282;
  padding: 0.1em 0.5em;
  font-size: 130%;
}
.sb .sbh:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/fairway_wood.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.sb .wrapSb {
  width: 75%;
}
.sb .sbflex {
  display: flex;
}
.sb .lpro {
  display: flex;
  gap: 0.7em;
}
.sb .lpro > *:first-child {
  flex: 0 1 45%;
}
.sb .lpro > *:last-child {
  flex: 1;
  padding-top: 0.5em;
}
.sb .lpro > *:last-child > p {
  width: 90%;
  font-size: 60%;
}
.sb .lpro > *:last-child > p b {
  font-size: 130%;
}
.sb h3 {
  font-size: 190%;
  background-color: #003282;
  color: #fff;
  display: inline-block;
  padding: 0em 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.sb h4 {
  font-size: 110%;
  background-color: #003282;
  color: #fff;
  display: inline-block;
  padding: 0em 0.5em;
  margin-bottom: 1em;
}

.sb .sbh {
  margin-bottom: 3em;
  background-color: #003282;
  height: 11.6em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: unset;
  position: relative;
}
.sb .sbh .wrap {
  position: relative;
  width: 65%;
}
.sb .sbh h2 {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  align-items: flex-start;
  justify-content: center;
}
.sb .sbh h2 span {
  display: inline-block;
  background-color: #003282;
  padding: 0.2em 0.5em;
  font-size: 80%;
}
.sb .sbh h2 b {
  display: inline-block;
  background-color: #003282;
  padding: 0.1em 0.5em;
  font-size: 120%;
}
.sb .sbh:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/fairway_wood.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.sb .wrapSb {
  width: 75%;
}
.sb .sbflex {
  display: flex;
}
.sb h3 {
  font-size: 190%;
  background-color: #003282;
  color: #fff;
  display: inline-block;
  padding: 0em 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.sb h4 {
  font-size: 108%;
  background-color: #003282;
  color: #fff;
  display: inline-block;
  padding: 0em 0.5em;
  margin-bottom: 1em;
}

@media screen and (max-width: 880px) {
  .sb .sbh .wrap {
    width: auto;
    padding-top: 5.5em;
  }
  .sb .sbh {
    display: block;
  }
  .sb .sbh h2 {
    gap: 0;
    line-height: 1.3;
  }
  .sb .sbh h2 b {
    background-color: transparent;
    padding-left: 0;
  }
  .sb .sbh h2 span {
    background-color: transparent;
    padding-left: 0;
    font-size: 71%;
  }
  .sb .sbh:before {
    gap: 0;
    line-height: 1.2;
    padding-top: 17vw;
    background-position: center top;
  }
  .sb .wrapSb {
    width: auto;
    overflow: hidden;
  }
  .sb h3 {
    font-size: 140%;
    padding: 0.3em 0.7em;
  }
  .sb h4 {
    line-height: 1.3;
    padding: 0.3em 0.7em;
    font-size: 100%;
  }
  .sb .lpro {
    flex-direction: column;
  }
  .sb .lpro > *:last-child > p {
    font-size: 87%;
  }
  .sb .lpro figure {
    width: 80%;
    margin: 0 auto;
  }
  .sb .lpro > *:last-child > p {
    width: auto;
  }
}
.two_lineup {
  padding: 3.6vw 0;
  padding-bottom: 32em;
  background-color: #f5f5f7;
  position: relative;
}
.two_lineup:after {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/3;
  background-image: url(../img/lineup_bg_text.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 10%;
  left: 0;
  position: absolute;
}
.two_lineup .wrap {
  width: 75%;
  position: relative;
  z-index: 2;
}
.two_lineup h2 {
  font-size: 170%;
  font-weight: bold;
  text-align: center;
  background-color: #003282;
  padding: 1vw 0;
  padding-bottom: 1.5vw;
  color: #fff;
}
.two_lineup .two_lineup_p {
  display: flex;
  gap: 7%;
  position: relative;
}
.two_lineup .two_lineup_p .two_lineup_pd {
  position: absolute;
  width: 73%;
  bottom: 0;
}
.two_lineup .two_lineup_p .two_lineup_pd h3 {
  margin-bottom: 0.7em;
}
.two_lineup .two_lineup_p .two_lineup_pd table {
  font-size: 60%;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1;
  table-layout: fixed;
  line-height: 1.3;
}
.two_lineup .two_lineup_p .two_lineup_pd table th {
  text-align: center;
  border-top: 1px solid #898989;
  border-bottom: 1px solid #898989;
  font-weight: 900;
}
.two_lineup .two_lineup_p .two_lineup_pd table th:first-child {
  width: 7em;
}
.two_lineup .two_lineup_p .two_lineup_pd table th:last-child {
  width: 2em;
}
.two_lineup .two_lineup_p .two_lineup_pd table td {
  font-size: 188%;
  color: #217fc4;
  border-top: 1px solid #898989;
  border-bottom: 1px solid #898989;
  text-align: center;
}
.two_lineup .two_lineup_p .two_lineup_pd table .s {
  font-size: 85%;
}
.two_lineup .two_lineup_p > div {
  flex: 1;
  position: relative;
}
.two_lineup .two_lineup_p > div > figure {
  width: 88%;
  margin-left: auto;
  margin-top: -5%;
  margin-right: -6%;
  padding-bottom: 1.5em;
}
.two_lineup .two_lineup_p > div:last-child > figure {
  margin-left: -2%;
  margin-right: auto;
}
.two_lineup .two_lineup_p > div:first-child .two_lineup_pd {
  left: 0;
  right: auto;
  top: 17.5em;
  bottom: auto;
}
.two_lineup .two_lineup_p > div:last-child .two_lineup_pd {
  right: 0;
  left: auto;
  top: 17.5em;
  bottom: auto;
}
.two_lineup .two_lineup_buttons {
  display: flex;
  gap: 0.4em;
  margin-top: 5em;
}
.two_lineup .two_lineup_buttons > a {
  display: block;
  background-color: #fff;
  border-radius: 0.7em;
  position: relative;
  box-shadow: 0 0 0.3em rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: calc((100% - 1.2em) / 3);
}
.two_lineup .two_lineup_buttons > a > figure:last-child {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all ease 0.3s;
}
.two_lineup .two_lineup_buttons > a > figure:first-child {
  transition: all ease 0.3s;
}
.two_lineup .two_lineup_buttons > a:hover > figure:first-child {
  transform: scale(1.05);
}
.two_lineup .two_lineup_buttons > a:hover > figure:last-child {
  opacity: 0.7;
}
.two_lineup .lineup_bg {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 880px) {
  .two_lineup .wrap {
    width: auto;
  }
  .two_lineup h2 {
    line-height: 1.5;
    font-size: 130%;
  }
  .two_lineup .two_lineup_p {
    flex-direction: column;
  }
  .two_lineup .two_lineup_p > div > figure {
    width: 76%;
    margin-left: auto;
    margin-top: 2em;
    margin-right: auto;
  }
  .two_lineup .two_lineup_p > div:first-child .two_lineup_pd {
    position: unset;
    margin-top: -10em;
  }
  .two_lineup .two_lineup_p > div > figure {
    width: 76%;
    margin-left: auto;
    margin-top: 2em;
    margin-right: 1em;
    padding-bottom: 1.5em;
  }
  .two_lineup .two_lineup_p .two_lineup_pd {
    position: unset;
  }
  .two_lineup .two_lineup_p > div:last-child .two_lineup_pd {
    position: unset;
    margin-top: -11em;
    margin-right: 0;
    margin-left: auto;
  }
  .two_lineup .two_lineup_buttons > a {
    width: calc((100% - 0.4em) / 2);
  }
  .two_lineup .two_lineup_buttons {
    flex-wrap: wrap;
  }
  .two_lineup {
    padding-bottom: 20em;
  }
  .two_lineup:after {
    display: none;
  }
}
.two_lineupPage {
  background-color: transparent;
  padding-bottom: 4em;
}
.two_lineupPage:after {
  display: none;
}
.two_lineupPage > .wrap h2 {
  width: 40%;
  margin: 0 auto;
  background-color: transparent;
  margin-bottom: 0.5em;
}
.two_lineupPage .two_lineup_buttons {
  margin-top: 0;
}

@media screen and (max-width: 880px) {
  .two_lineupPage > .wrap h2 {
    width: 67%;
  }
}
.loading {
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
  z-index: 1000;
}
.loading p {
  width: 40%;
  opacity: 0;
  transform: translate3d(0, 50px, 0) scaleY(1);
  transform-origin: top;
  animation: bottom_to_top 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s forwards;
  animation-delay: 0.2s;
}
.loading.loaded {
  transform: scale(2);
  opacity: 0;
  visibility: hidden;
}/*# sourceMappingURL=commons.css.map */