@charset "utf-8";

/*-----------------------------------------------------*/
/* PC版 基本スタイル
/*-----------------------------------------------------*/
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500; /* Mediumで統一 */
    color: #333;
    line-height: 1.8;
    background-color: #fff;
     height: 100%;
  margin: 0;
  padding: 0;
}

.main{
    font-size: 24px;
}

.eng{
    font-family: 'Josefin Sans', sans-serif;
}

.clearfix {
	display: block;
}

.sp,.pc-980,.main-image-sp {
	display:none;
}

b, strong, .bold{
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
}
.inner{
	width: 1260px;
	margin: 0 auto;
	text-align: center;
}

img {
    -webkit-backface-visibility: hidden;
    max-width: 100%;
}

/*-----------------------------------------------------*/
/* header
/*-----------------------------------------------------*/
/* ヘッダー下部すき間対策 */
.com_global_header_heightadjuster {
  height: 110px !important;
}

/*-----------------------------------------------------*/
/* 横並び
/*-----------------------------------------------------*/

.flex
{
    display: flex;
    justify-content: center;
}

/*-----------------------------------------------------*/
/* メインビジュアル
/*-----------------------------------------------------*/

.mainvisual {
  width: 100%;
  height: 48vw;
  aspect-ratio: 16 / 9; /* 比率維持で縦縮み防止！ */
  background: url(../images/bg_compe.webp) no-repeat center/cover;
  position: relative;
  overflow: hidden;
  background-color: #114eb5;
  display: grid;
  place-items: center;
}

/* 画像類共通設定 */
.mainvisual img {
  max-width: 100%;
  height: auto;
}

/* ハイタッチ画像 */
.hightouch {
  position: absolute;
  right: 3%;
  bottom: 0;
  width: clamp(18.75rem, 12.993rem + 28.78vw, 45.375rem);
  /* max-height: 40vh; */
}

/* タイトル画像 */
.mv_ttl {
  position: absolute;
  top: 3%;
  left: 7%;
  width: clamp(40.063rem, 30.535rem + 47.64vw, 84.125rem );
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 10;
}

.mv_ttl img {
  width: 100%;
  height: auto;
  /* display: block; */
}

/* 英語タイトル */
.mv_eng {
  position: absolute;
  bottom: 10%;
  left: 4%;
}

/* フェードアニメーション（そのまま活用OK） */
.floatIn {
  opacity: 0;
  filter: blur(4px);
  animation: floatIn 1.5s ease-out forwards;
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s ease, filter 1.2s ease;
}

@keyframes floatIn {
  to {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}

@keyframes fadein1 {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    40% { opacity: 0;}
    100% {  
        opacity: 1;
        transform: translateY(0px);
    }
}
@keyframes fadein2 {
    60% { opacity: 0;}
    70% { opacity: 0.7;}
    100% {  opacity: 1;}
}
.fadein3 {
    opacity: 0;
    animation: fadein3 3s ease forwards;
}
@keyframes fadein3 {
    100% {  
        opacity: 1;
    }
}

/*-----------------------------------------------------*/
/* コンペ幹事だけのうれしいキャンペーン　
/*-----------------------------------------------------*/

.flt_bnr {
    position: fixed;
    right: 3%;
    bottom: 7%;
    z-index: 2;
}

.flt_bnr img{
    display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;

}

.flt_bnr img:hover{
    opacity: 0.7;
}

#page-top.LeftMove,.flt_bnr{
    opacity: 0;
	animation: LeftAnime 1.5s forwards;
    animation-delay :1s;
}

/*-----------------------------------------------------*/
/* page top
/*-----------------------------------------------------*/
/*リンクの形状*/

#page-top a:hover{
	opacity: 0.5;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right:2%;
	bottom:3%;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateX(100px);
}

#page-top.LeftMove img {
    transition: opacity 0.3s ease;
}

/*　左の動き　*/

#page-top.LeftMove{
	animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}

/*　右の動き　*/

#page-top.RightMove{
	animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
  from {
  	opacity: 1;
	transform: translateX(0);
  }
  to {
  	opacity: 1;
	transform: translateX(100px);
  }
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
  }
  .scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
  }

/* 横並びのタイミングをずらす */

.timing02 {transition-delay: .1s;}
.timing03 {transition-delay: .3s;}
.timing04 {transition-delay: .6s;}
.timing05 {transition-delay: .8s;}


/*-----------------------------------------------------*/
/* リード文
/*-----------------------------------------------------*/

.lead_blk {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    max-width: 1700px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.club{
    max-width: 100%;
    height: auto;
    display: block;
    margin-right: 15px;
}

.lead{
    font-size: 24px;
    color: #114eb5;
    text-align: left;
    padding: 15px 30px 10px 0;
}

/*-----------------------------------------------------*/
/* main
/*-----------------------------------------------------*/

.main{
    background-color: #114eb5;
    color: #fff;
    padding: 100px 0;
}

/* mainのタイトル */

.main .main_ttl h2 {
    font-size: 3.5vw;
    line-height: 1.1;
}

.main_ttl .eng{
    font-size: 3.4vw;
    color: #3f81f1;
    line-height: 1.4;
    margin-bottom: 100px;
}

/* main01 */

.main_01,.main_03{
 display: flex;
  justify-content: space-between;
  align-items: flex-start; 
  position: relative;
}

/* テキスト */

.main_01 .text_block,.main_03 .text_block{
    text-align: left;
    position: relative;
  z-index: 2; 
  margin-left: 4.4vw;
  margin-right: -60px; /* ← ここで右に突き出させて、画像にかぶせる */
  max-width: 560px;
}

/* タイトル（背景帯付き） */

.animated-bg-text,.animated-bg-text-sp {
   display: inline-block; 
  white-space: nowrap;   /* ← これで改行させない！ */
  background: linear-gradient(#031b42 0 100%) no-repeat;
  background-size: 0% 100%;
  background-position: 0 0;
  padding: 0.2em 0.4em;
  font-size: 3.22vw;
  line-height: 1.1em;
  font-weight: bold;
  color: #fff;
  transition: background-size 0.8s ease-out;
  position: relative;
  z-index: 2;
  margin-bottom: -1.5rem; /* 被せ効果 */
}

/* JavaScriptでクラス追加する時用 */
.animated-bg-text.is-visible,.animated-bg-text-sp.is-visible {
  background-size: 100% 100%;
}

.animated-bg-text-sp {
  display: none;
}

/* 説明文 */
.description {
  margin-top: 2em;
  font-size: 28px;
  line-height: 2;
}

/* 右カラム */
.image-block {
 position: relative;
margin-right: 40px;
  z-index: 1;
}

.main-image {
  height: auto;
  display: block;
  object-fit: cover;
  margin-top: 200px;
}

/* main02 */

.main_02 {
    margin-top: 50px;
}

.main_02 .main02_text {
    text-align: left;
    margin-left: 4.4vw;
}

.main_02 .rihu{
    width: 100vw;
  height: 80vh;
  object-fit: cover; /* 画面にフィット＆はみ出し部分カット */
  display: block;
  margin-top: -36px;
}

.main_02 .description {
    text-align: left;
    margin: 0 auto;
    margin-top: 3vw;
    margin-bottom: 5.6vw;
    display: flex;
    justify-content: center;
}

.main h4 {
  position: relative;
  padding-left: 30px; /* 縦棒とテキストの間の余白 */
  font-weight: bold;
  text-align: left;
  font-size: 3.22vw;
  line-height: 1.4;
  margin-left: 4.4vw;
  margin-bottom: 5.6vw;
}

.main h4::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
   transform: translateY(-46%);
  width: 10px;        /* 縦棒の太さ */
  height: 1.2em;
  background-color: #fff; /* 縦棒の色 */
}

.topic_01 .point3{
margin: 0 4.4vw;
}



.topic_01 img {
    
    margin-bottom: 3.05vw;
    max-width: 100%;
}

.topic_01 p {
    margin-bottom: 6vw;
    font-size: 28px;
}

.topic_02 .flex,.topic_01 .flex {
    
    margin: 0 4.4vw;
    margin-bottom:8.3vw ;
}

.topic_02 .flex div,.topic_01 .flex div {
    margin-right: 4.5vw;
}

.topic_02 .flex div:last-child,.topic_01 .flex div:last-child{
    margin-right: 0;
}

.topic_02 img,.topic_03 img{
  transition: opacity 0.3s ease;
}

.topic_01 .flex img{
  transition: opacity 0.3s ease;
}

.topic_01 .flex img:hover{
  opacity: 0.7;
}

.topic_02 img:hover,.topic_03 img:hover{
  opacity: 0.7;
  
}

.topic_03 h4 {
    margin-bottom: 1.2vw;
}

.topic_03 p {
    text-align: left;
    margin-left: 4.4vw;
    margin-bottom: 5vw;
    font-size: 32px;
} 

.topic_03 .area_btn{
display: flex;
 flex-wrap: wrap;
  gap: 2.3vw; /* 画像の間に余白をつけたい場合 */
  justify-content: center;
  margin-bottom: 7.7vw;
}

.main_03 .description {
    margin-bottom: 10px;
}

.main_03 .caption {
    font-size: 24px;
}

/* 数字のデザイン */

.number {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 200px;
    line-height: 1.1em;
    color: transparent; /* 中を透明に */
     -webkit-text-stroke: 1.5px white; /* 白いふちをつける */
     text-stroke: 1px white; /* 一部のブラウザ用（念のため） */
     font-weight: 700;
}

/*-----------------------------------------------------*/
/* footer
/*-----------------------------------------------------*/
#footer {
    margin-top: 0;
}




/*-----------------------------------------------------*/
/* レスポンシブ
/*-----------------------------------------------------*/

@media (max-width: 1600px){

.mainvisual{
    height: 55vw;
  }

.mainvisual .mv_ttl img {
    left: 5%;
  }

}

@media (max-width: 1550px){

  .mainvisual .mv_ttl img {
    width: 89%;
    height: auto;
    left: 5%;
  }

  .mainvisual .mv_eng {
    bottom: 3%;
    left: 2%;
}
}

@media (max-width: 1500px){
.br1500{ display: none;
}

.main_01 .text_block, .main_03 .text_block,.main_02 .main02_text,.main h4  {
    margin-left: 2.4vw;
}

.main_02 .description{
  width: 95%;
}

.main_03 .description {
  width: 100%;
}

}


@media (max-width: 1350px){

  .mainvisual{
    height:65vw ;
  }

  .mv_ttl{
    left: 2%;
    top:4%;
  }

  .main .main_ttl h2 {
    font-size: 4.5vw;
    line-height: 1.4;
}

.main_ttl .eng {
    font-size: 4.4vw;
    line-height: 1.4;
    margin-bottom: 70px;
}

  .lead{
    font-size: 20px;
}
}


@media (max-width: 1200px){
  .inner{
    width: 95%;
    }
    .mainvisual .mv_ttl img {
        width: 96%;
        left: 3%;
    }

    .description,.topic_01 p,.topic_03 p {
      font-size: 2.2vw;
    }

    .main-image {
      margin-top: 180px;
    }

    .main_01 .text_block, .main_03 .text_block{
      max-width: 490px;
    }
}


@media (max-width: 1150px) {
    .flt_bnr {
    bottom: 4%;
}

.main-image {
      margin-top: 210px;
    }

.main_02 .rihu{
  height: 65vh;
  margin-top: -26px;
}

.topic_03 .area_btn img{
  max-width: 90%;
}

.main_03 .caption {
  font-size: 2vw;
}
}

@media (max-width: 1030px){
    .l-wrapper {
        margin: 0 auto 0;
    }
}

@media (max-width: 980px) {
     /* ヘッダー下部すき間対策 */
     .com_global_header_heightadjuster {
        height: 92px !important;
      }

      .pc-980{
        display: block;
      }

        .mainvisual {
        background:url(../images/bg_980.webp) no-repeat;
        background-color: #114eb5;
        background-size: cover; 
        background-repeat: no-repeat;
        background-position: top center;
        height: 90dvw;
    }

    /* ハイタッチ画像 */
    .hightouch {
    position: absolute;
    right: 1%;
    bottom: 0;
    width: clamp(18.75rem, 12.993rem + 28.78vw, 45.375rem);
    /* max-height: 40vh; */
    }
   
    .fadein1 .pc,.br980 {
        display: none;
    }

  .flt_bnr {
    bottom: 3%;
  }

  .flt_bnr img {
    width: 80%;
    margin-left: auto; 
    display: block;
}

/* lead */

.lead {
   background:url(../images/golf_club.webp) no-repeat;
   background-position: top right;
   background-size: contain; 
   height: auto;
   padding: 20px 20px 10px 20px;
}

.lead p {
  text-shadow:
    -1px -1px 0 white,
     1px -1px 0 white,
    -1px  1px 0 white,
     1px  1px 0 white;
}

.club{
    display: none;
}

/* main */

.main{
  padding: 65px 0;
}

.main_01 .text_block, .main_03 .text_block{
    max-width: 370px;
    margin-left: 2.4vw;
}

.main_02 .main02_text,.main_02 .description {
  margin-left: 2.4vw;
}

.number {
  font-size:16.3vw ;
}

.animated-bg-text {
  font-size: 4.22vw;
}

.description {
  font-size: 2.4vw;
}

.main_02 .rihu{
  height: 50vh;
}
.main h4 {
  padding-left: 15px;
  font-size: 4vw;
}

.main h4::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-46%);
    width: 5px;
    height: 1.2em;
    background-color: #fff;
}

}

@media (max-width: 880px) {
  .main-image {
    margin-top: 180px;
  }

  .main h4{
    font-size: 4vw;
  }

}

@media (max-width: 768px) {
  .text_block,
  .image_block {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }

        .main-image {
        margin-top: 146px;
    }

       .mv_eng img{
    width: 70%;
  }
}


@media (max-width: 640px) {

    .fadein1 .pc-980 {
        display: none;
    }
	.pc{
		display: none!important;
	}
	.sp,.animated-bg-text-sp{display: block;
    }
    #footer {
        display: none;
    }

    img{
        max-width:100%;
    }
    .l-wrapper {
        margin: 0 auto 0;
    }

    #page-top {
        right: 15px;
        bottom: 2%;
    }

    .flex{
        display: block;
    }

/*-----------------------------------------------------*/
/* 幹事バナー
/*-----------------------------------------------------*/

.flt_bnr{
    position: fixed;
    right: 10px;
    bottom: 3%;
    z-index: 2;   
}

.flt_bnr_sp img {
    width: 280px;
}

   
/*-----------------------------------------------------*/
/* フェードイン(初期値) */
/*-----------------------------------------------------*/

  /* フェードイン(スクロールした後) */
  .js-fadeUp.is-inview {
	transition-delay: .4s; 
  }

  .js-fadeIn_left {
    transform: translateX(5px);
  }
  .js-fadeIn_left.is-inview {
    transition-delay: .4s;
  }
  .top_bnr_sp {
      width: 97%;
      margin: 2% auto;
  }
    
}
/*-------------------------*/
/* MV
/*-------------------------*/

/* --- スマホ切り替えだけ media query --- */
@media (max-width: 640px) {
  
  .mainvisual{
    aspect-ratio: auto;
    height: auto;
    display: block;
    padding: 40px 16px;
    background:url(../images/bg_sp.webp) no-repeat;
    padding: 0;
    width:100%;
    height: 90dvh;
    margin: 0 auto;
    background-position:top;
    background-size:cover;
    position: relative;
    overflow: hidden; 
    background-color: #114eb5;
  }

  .flt_bnr.pc,
  .mv_ttl .pc,
  .mv_ttl .pc-980 {
    display: none;
  }

  .mv_ttl {
    position: static;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .mv_ttl img {
    margin: 0 auto;
    padding-top: 20px;
  }

/*-------------------------*/
/* lead
/*-------------------------*/

.lead {
    font-size: 18px;
}

/*-------------------------*/
/* main
/*-------------------------*/

.main{
  padding: 50px 0;
}

.number {
    font-size: 22vw;
}

.main .main_ttl h2 {
    font-size: 44px;
    line-height: 1.3;
}

.main_ttl .eng {
    font-size: 32px;
    margin-top: 15px;
    line-height: 1.1;
    margin-bottom: 55px;

}

  .main_01,.main_03 {
    flex-direction: column;
    align-items: center;
  }
  
.main_01,.main_03 {
      align-items: flex-start;
    }

  .sp-right{
    text-align: right;
    margin-top: -66px;
  }

.animated-bg-text-sp {
    display: inline-block;
  }

  .main-image-sp {
  display: block;
  margin-top: -30px;
}

.main_01 .text_block,.main_03 .text_block {
        max-width: 95%;
    }

.animated-bg-text-sp {
    font-size: 6vw;
    text-align: right;
    
  }

  .bg-txt1{
margin-bottom: 10px;
  }

.description {
  font-size: 18px;
  margin-top: 10px;
}

  .main h4 {
    font-size: 5.3vw;
  }

.main_02 .rihu {
    height: 34vh;
    margin-top: -30px;
}

.main02_text h3{
  margin-right: 12px;
}

.main_02 .description {
    text-align: left;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 75px;
    display: flex;
    justify-content: center;
}

.topic_01 img {
  margin-bottom: auto;
}

.topic_01 .point3 {
  margin: 8vw 10px 5vw 10px;
}

.topic_01 p,.topic_03 p {
  font-size: 18px;
}

.topic_01 .flex div {
    margin-right: 0;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 45px;
}

.topic_02 h4,.topic_03 h4{
  margin-bottom:8vw ;
}

.topic_02 .flex div {
  margin: 0 auto;
  width: 90%;
  margin-bottom: 45px;
}

.topic_02 .flex div:last-child,.topic_01 .flex div:last-child {
    margin-right: auto;
}

.topic_03 .area_btn div a{
  display: inline-block;
  width: 80%;
}

.topic_03 .area_btn img {
   max-width: 100%;
    margin-bottom: 10px;
  }

.main_03 .description{
  margin-bottom: 20px;
}

.main_03 .caption{
  font-size: 16px;
  margin: 0 auto;
}

.topic_01 p,.topic_03 p {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 30px;
}

}

@media (max-width: 540px) {

}

@media (max-width: 450px) {

     
    .l-contents .flex p {
        font-size: 4vw;
    }
      .bg-txt1 {
          margin-bottom: 0;
        }
        .main .main_ttl h2 {
        font-size: 34px;
        line-height: 1.3;
    }
       .main_ttl .eng {
        font-size: 28px;
        margin-top: 15px;
        line-height: 1.1;
        margin-bottom: 45px;
    }
 .mainvisual{
      background-size: contain;
      height: 80dvh;
    } 
}

@media (max-width: 400px) {
  .mainvisual{
      background-size: contain;
      height: 88dvh;
    } 
}


@media (max-width: 375px) {  
 .mainvisual{
      background-size: contain;
      height: 85dvh;
    } 

      .mainvisual .hightouch img{
    right: 0%;
  }

  .mainvisual .hightouch{
    right: 0%;
    width: 75%;
  }
      

    .sp-right {
        text-align: right;
        margin-top: -53px;
    }
    .main_02 .rihu {
        margin-top: -27px;
    }

    .topic_01 p, .topic_03 p {
        font-size: 4.2vw;
    }
      
}

@media (max-width: 345px) {  
 .mainvisual{
      background-size: contain;
      height: 75dvh;
    }     
}

@media (max-height: 670px) {
  /* ビューポートの高さが670px以下のとき */
  .flt_bnr {
    position: fixed;
    right: 10px;
    bottom: 3%;
    z-index: 2;
}

#page-top {
    bottom: 3%;
}
}

@media (max-width: 375px) and (min-height: 800px) and (max-height: 1000px) {
  .mainvisual {
  height: 60dvh;
  min-height: 300px;     /* 小さすぎ防止 */
  max-height: 1000px;    /* 大きすぎ防止 */
  overflow: hidden;
}
}

@media screen and (min-width: 540px) and (max-width: 540px)
  and (min-height: 720px) and (max-height: 720px)
  and (orientation: portrait) {
  
  /* Surface Duo 縦向き用の調整ここに書く！ */
  .mainvisual {
    height: 100dvh;
  }
      .mainvisual .hightouch {
        width: 64%;
        height: auto;
    }
        .mainvisual .mv_eng {
        bottom: 2%;
        left: 2%;
        width: 4%;
    }
}

/* ipad mini */
@media (min-width: 1024px) and (max-height: 800px) {
  .mainvisual .mv_ttl {
    top: 15px;
  }

  .mainvisual .mv_eng {
    bottom: 5%;
  }

      .flt_bnr img {
        width: 100%;
    }
}

/* Nest Hub */
 @media (max-height: 600px) and (min-width: 1000px) {

}

/* iphoneSE */
@media screen and (max-width: 670px) and (max-height: 380px)
  and (orientation: landscape) {
  
 .mainvisual {
    height: 150dvh;
  }
  
  .mainvisual .hightouch {
      width: 50%;
      height: auto;
      max-height: 100vh;
  }

  .flt_bnr img {
        width: 54%;
  }

  #page-top {
      bottom: 3%;
  }

  .mainvisual .mv_eng {
    width: 4%;
  }
}

/* iphonePro */
@media screen and (min-width: 844px) and (max-width: 932px)
  and (min-height: 390px) and (max-height: 430px)
  and (orientation: landscape) {
.mainvisual {
    height: 165dvh;
  }
  
  .mainvisual .hightouch {
      width: 50%;
      height: auto;
  }

  .flt_bnr img {
        width: 54%;
  }

  #page-top {
      bottom: 3%;
  }

  .mainvisual .mv_eng {
    width: 4%;
  }
  }


/* Galaxy */
  @media screen and (max-width: 740px) and (max-height: 360px)
  and (orientation: landscape) {
  
 .mainvisual {
    height: 150dvh;
  }
  
  .mainvisual .hightouch {
      width: 50%;
      height: auto;
  }

  .flt_bnr img {
        width: 54%;
  }

  #page-top {
      bottom: 3%;
  }

  .mainvisual .mv_eng {
    width: 4%;
  }
}

  /* Galaxy Z FOLD */
  @media screen and (max-width: 882px) and (max-height: 344px)
  and (orientation: landscape) {
  
 .mainvisual {
    height: 165dvh;
  }
  
  .mainvisual .hightouch {
      width: 38%;
      height: auto;
  }

  .flt_bnr img {
        width: 54%;
  }

  #page-top {
      bottom: 3%;
  }

  .mainvisual .mv_eng {
    width: 4%;
  }
}

  @media screen and (max-width: 640px) and (max-height: 360px)
  and (orientation: landscape) {
    /* .mainvisual {
        height: 100dvh;
    } */
    .mainvisual .hightouch {
        width: 40%;
        height: auto;
    }

}
@media (max-width: 767px) {
  .mainvisual {
    min-height: auto;
  }

  .mainvisual .mv_ttl img,
  .mainvisual .hightouch img,
  .mainvisual .mv_eng img {
    max-width: 100%;
    height: auto;
  }
}


