@charset "utf-8";

/* /golf/sponsorship/iwai/202303/ */
html {
  scroll-behavior: smooth;
}

#LPGA_2023 * {
  box-sizing: border-box;
  letter-spacing: .05em;
  color: #444;
}

#LPGA_2023 {
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  #LPGA_2023 {
    border-top: none;
  }

}

#LPGA_2023 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#LPGA_2023 .pc {
  display: inline-block;
}

#LPGA_2023 .sp,
#LPGA_2023 .mb {
  display: none;
}

@media screen and (max-width: 767px) {

  #LPGA_2023 .pc,
  #LPGA_2023 .mb {
    display: none;
  }

  #LPGA_2023 .sp {
    display: inline-block;
  }
}

@media screen and (max-width: 420px) {
  #LPGA_2023 .mb {
    display: inline-block;
  }
}

#LPGA_2023 .container {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 420px) {
  #LPGA_2023 .container {
    width: 100%;
  }

}

#LPGA_2023 .hero {
  max-width: 100%;
  background-image: url(/golf/sponsorship/iwai/202303/image/wave.svg), url(/golf/sponsorship/iwai/202303/image/main_bk.jpg);
  background-size: 1200px 40px, cover;
  background-position: bottom center, top 10% center;
  background-repeat: repeat-x, no-repeat;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  #LPGA_2023 .hero {
    background-size: 600px 20px, cover;
    padding-bottom: 50px;
  }
}

#LPGA_2023 .hero_photo {
  max-width: 1400px;
  min-width: 980px;
  margin: 0 auto;
  background-image:
    url(/golf/sponsorship/iwai/202303/image/photo01.jpg),
    url(/golf/sponsorship/iwai/202303/image/photo02.jpg),
    url(/golf/sponsorship/iwai/202303/image/photo03.jpg),
    url(/golf/sponsorship/iwai/202303/image/photo04.jpg),
    url(/golf/sponsorship/iwai/202303/image/photo05.jpg);
  background-size:
    300px auto,
    323px auto,
    310px auto,
    610px auto,
    310px auto;
  background-position:
    top 162px right 23%,
    top 195px right -6px,
    top 220px right 42%,
    top left 43%,
    top 15px right 7%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}

@media screen and (max-width: 767px) {
  #LPGA_2023 .hero_photo {
    max-width: 100%;
    min-width: 100%;
    background-size:
      190px auto,
      170px auto,
      175px auto,
      280px auto,
      170px auto;
    background-position:
      top 110px left -10px,
      top 105px right 1vw,
      top 227px left 3vw,
      top center,
      top 204px right 4vw
  }
}

#LPGA_2023 .hero .hero_inner {
  width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #LPGA_2023 .hero .hero_inner {
    width: 90%;
    margin: 0 auto;
  }
}

.hero_inner .logo {
  width: 242px;
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .hero_inner .logo {
    width: 160px;
    padding: 170px 0 0;
    display: block;
    margin: 0 auto;
  }
}

.hero h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-top: 20px;
}

.hero h1 span {
  display: inline-block;
  background: #fff;
  padding: 0.5rem 1rem;
  margin-top: 10px;
}

.hero h1 span small {
  font-size: .8em;
}

@media screen and (max-width: 767px) {
  .hero h1 {
    text-align: center;
    font-size: 22px;
    margin-top: 48px;
  }

  .hero h1 span {
    margin-top: 5px;
  }

  .hero h1 span small {
    font-size: .8em;
  }
}

.hero h2 {
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  margin-top: 20px;
}

.hero h2 span {
  display: inline-block;
  background: #ff001f;
  color: #fff !important;
  padding: 0.5rem 1rem;
}

@media screen and (max-width: 767px) {
  .hero h2 {
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
  }
}

.hero p {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  margin-top: 2.4rem;
  filter: drop-shadow(0 0 12px #fff) drop-shadow(0 0 5px #fff);
}

.hero p+p {
  margin-top: 1.2em;
}

@media screen and (max-width: 767px) {
  .hero p {
    font-size: 16px;
    line-height: 1.9;
    text-align: left;
    margin-top: 1.4rem;
  }
}

#LPGA_2023 .index {
  width: fit-content;
  margin: 70px auto 0;
  display: flex;
  align-items: center;
}

#LPGA_2023 .index h3 {
  width: 127px;
  height: 104px;
  margin-right: 35px;
}

#LPGA_2023 .index ul {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  #LPGA_2023 .index {
    width: 90%;
    margin: 35px auto 0;
    display: block;
    align-items: center;
  }

  #LPGA_2023 .index h3 {
    width: 90px;
    height: auto;
    margin: 0 auto 25px;
  }

  #LPGA_2023 .index ul {
    margin-left: 22px;
  }
}

#LPGA_2023 .index li {
  font-size: 18px;
  margin-top: 1em;
  margin-left: 30px;
  text-indent: -30px;
}

#LPGA_2023 .index li:first-child {
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  #LPGA_2023 .index li {
    font-size: 15.5px;
    line-height: 1.6;
    margin-top: 1rem;
    margin-left: 3.2em;
    text-indent: -3.2em;
  }

}

#LPGA_2023 .index li a {
  position: relative;
  width: 30px;
}

#LPGA_2023 .index li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -30px;
  display: inline-block;
  background: #ff001f;
  width: 18px;
  height: 18px;
}

.win #LPGA_2023 .index li a::before {
  top: 3px;
}

#LPGA_2023 .index li a::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 6px;
  left: -26px;
  width: 10px;
  height: 6px;
  background: url(/golf/sponsorship/iwai/202303/image/arrow.svg) no-repeat;
  background-size: contain;
}

.win #LPGA_2023 .index li a::after {
  top: 9px;
}

@media screen and (max-width: 767px) {
  #LPGA_2023 .index li a {
    width: 24px;
  }

  #LPGA_2023 .index li a::before {
    left: -24px;
    width: 16px;
    height: 16px;
  }

  .win #LPGA_2023 .index li a::before {
    top: 3px;
  }

  #LPGA_2023 .index li a::after {
    top: 5px;
    left: -21px;
    width: 10px;
    height: 5px;
  }

  .win #LPGA_2023 .index li a::after {
    top: 9px;
  }
}

@media (any-hover: hover) {
  #LPGA_2023 a {
    transition: .3s all;
  }

  #LPGA_2023 .index li a::after {
    transition: .3s all;
  }

  #LPGA_2023 .index li a:hover::after {
    top: 10px;
  }

  .win #LPGA_2023 .index li a:hover::after {
    top: 13px;
  }

  #LPGA_2023 a.underber {
    position: relative;
  }

  #LPGA_2023 a.underber::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background: #041d41;
    transform: scale(0, 1);
    transform-origin: left;
    transition: 0.3s all;
  }

  #LPGA_2023 a.underber:hover::before {
    transform: scale(1);
  }
}

#LPGA_2023 .yt_movie {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  #LPGA_2023 .yt_movie {
    margin-top: 0;
    width: 100%;
  }
}

#LPGA_2023 .yt_movie_container {
  background: #e7f6e7;
  border-radius: 20px;
  padding: 50px 70px 35px;
  position: relative;
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  #LPGA_2023 .yt_movie_container {
    border-radius: 0;
    padding: 35px 5% 35px;
    margin-top: 80px;
  }
}

#LPGA_2023 .yt_movie_container h4 {
  width: 124px;
  height: auto;
  margin: 0 auto 30px;
  display: inline-block;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  #LPGA_2023 .yt_movie_container h4 {
    width: 100px;
    margin: 0 auto 1.2rem;
    top: -32px;
  }
}

#LPGA_2023 .yt_movie_container h5 {
  font-size: 24px;
  text-align: center;
  margin: 1.6rem auto 1.5rem;
}

@media screen and (max-width: 767px) {
  #LPGA_2023 .yt_movie_container h5 {
    font-size: 20px;
    line-height: 1.5;
    margin: 1rem auto 1.2rem;
  }
}

#LPGA_2023 .story {
  margin-top: -1px;
  padding-top: 1px;
}

#LPGA_2023 .yt_movie_container p {
  font-size: 18px;
  line-height: 2;
  margin-top: 26px;
}

@media screen and (max-width: 767px) {
  #LPGA_2023 .yt_movie_container p {
    font-size: 16px;
    line-height: 1.9;
    margin-top: 18px;
  }
}


#LPGA_2023 #Information {
  margin-top: 170px;
}

@media screen and (max-width: 767px) {
  #LPGA_2023 #Information {
    margin: 100px 5% 0;
    width: 90%;
  }
}

#LPGA_2023 #Information .info_wrap {
  border: 2px solid #ccc;
  padding: 70px 70px 60px;
  border-radius: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #LPGA_2023 #Information .info_wrap {
    border: 1.8px solid #ccc;
    padding: 45px 9% 35px;
    border-radius: 10px;
  }
}

#LPGA_2023 #Information .info_wrap .ball {
  border: 2.5px solid #ccc;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto;
  background: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}

#LPGA_2023 #Information .info_wrap .ball img {
  width: 27px;
  height: 42px;
}

@media screen and (max-width: 767px) {
  #LPGA_2023 #Information .info_wrap .ball {
    border: 2px solid #ccc;
    width: 58px;
    height: 58px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }

  #LPGA_2023 #Information .info_wrap .ball img {
    width: 21px;
    height: auto;
  }
}

#LPGA_2023 #Information .info_wrap p {
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  #LPGA_2023 #Information .info_wrap p {
    font-size: 16px;
    line-height: 1.9;
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}

#LPGA_2023 #Information .info_wrap dl {
  margin-top: 2rem;
  font-size: 16px;
}

#LPGA_2023 #Information .info_wrap dl dd {
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  #LPGA_2023 #Information .info_wrap dl {
    font-size: 14px;
  }

  #LPGA_2023 #Information .info_wrap dl dd {
    margin-top: .5rem;

  }

  #LPGA_2023 #Information .info_wrap dl dd a {
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.6;
  }
}

#LPGA_2023 #Information .illust {
  width: 68%;
  margin: 2rem auto 1rem;
}

@media screen and (max-width: 767px) {
  #LPGA_2023 #Information .illust {
    width: 100%;
    max-width: 540px;
    margin: 1rem auto 1rem;
  }
}

#LPGA_2023 #Profile {
  margin: 150px auto;
}

@media screen and (max-width: 767px) {
  #LPGA_2023 #Profile {
    margin: 90px auto;
    width: 82%;
    text-align: center;
  }
}

#LPGA_2023 #Profile h6 {
  font-size: 28px;
  text-align: center;
  position: relative;
  padding-bottom: 1.5rem;
}


#LPGA_2023 #Profile h6::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 110px;
  height: 3px;
  transform: translateX(-50%);
  background-color: #18a511;
}

@media screen and (max-width: 767px) {
  #LPGA_2023 #Profile h6 {
    font-size: 23px;
    padding-bottom: 1.4rem;
  }


  #LPGA_2023 #Profile h6::after {
    width: 60px;
    height: 2px;
  }
}

#Profile .man_wrap {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  #Profile .man_wrap {
    margin-top: 2.5rem;
    display: block;
    margin-bottom: 50px;
  }
}

#Profile .man_wrap>div {
  width: 46.8%;
}

#Profile div.wm .photo_wrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #Profile .man_wrap>div {
    width: 100%;
  }

  #Profile div.wm .photo_wrap {
    display: flex;
    flex-direction: column;
  }
}

#Profile div.wm.chisatoiwai .photo_wrap {
  flex-flow: row-reverse;
}


#Profile div.wm .photo_wrap .photo {
  width: 260px;
}

@media screen and (max-width: 767px) {
  #Profile div.wm.chisatoiwai {
    margin-top: 40px;
  }

  #Profile div.wm.chisatoiwai .photo_wrap {
    flex-flow: column;
  }


  #Profile div.wm .photo_wrap .photo {
    width: 70%;
    max-width: 260px;
    margin: 0 auto;
  }
}

#Profile div.wm .photo_wrap .title_name {
  width: 162px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  #Profile div.wm .photo_wrap .title_name {
    width: 100%;
    display: block;
    flex-direction: column;
    margin-top: 1.5rem;
  }
}

#Profile div.wm .photo_wrap .title_name .name {
  font-size: 28px;
  font-weight: 700;
}

#Profile div.wm .photo_wrap .title_name .name_en {
  font-size: 15px;
  margin-top: 1rem;
}

#Profile div.wm .photo_wrap .title_name .title {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 1.2rem;
}

@media screen and (max-width: 767px) {
  #Profile div.wm .photo_wrap .title_name .name {
    font-size: 23px;
  }

  #Profile div.wm .photo_wrap .title_name .name_en {
    font-size: 13px;
    margin-top: .6rem;
  }

  #Profile div.wm .photo_wrap .title_name .title {
    font-size: 16px;
    margin-top: .9rem;
  }
}

#Profile div.wm .info {
  margin-top: 1.4rem;
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  #Profile div.wm .info {
    margin-top: 1.3rem;
    font-size: 14px;
    line-height: 1.9;
    text-align: left;
  }
}

#Profile div.wm.yukasaso .photo_wrap .title_name {
  width: 684px;
}

@media screen and (max-width: 767px) {
  #Profile div.wm.yukasaso .photo_wrap .title_name {
    width: 100%;
  }
}