@charset "utf-8";

/*--- 共通 ---*/

.index_h2 {
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 50px 0 20px;
	margin-bottom: 60px;
	position: relative;
	z-index: 10;
}

.index_h2::after {
	position: absolute;
	content:url(../img/wave.svg);
	bottom: -8px;
	left: 0;
	right: 0;
	margin: auto;
}

.h2_bg {
		font-size: 150px;
		font-weight: 900;
	}

.wrapper {
	position: relative;
}

#index_wrap {
	padding-bottom: 140px;
}

.flex {
	display: flex;
	align-items: center;
}

.link::after {
	content: '';
  width: 14px;
  height: 14px;
  background-image: url(../img/link.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
  display: inline-block;
}

.link_w::after {
	content: '';
  width: 14px;
  height: 14px;
  background-image: url(../img/link_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
  display: inline-block;
}

.contents_wrap {
	width: 68%;
	margin: 0 auto;
}

.sp_br {
	display: none;
}

.marker {
	background:linear-gradient(transparent 60%, #c5dbed 60%);
}

/*--- header ---*/
#header {
	width:100%;
	position: relative;
}

.logo {
	position: absolute;
	top: 0;
	z-index: 1;
}

.logo_img{
	width: 88px;
	background-color: #fff;
	padding: 12px;
	border-radius: 25%;
}

.top_txt {
	background-color: #0E6EB8;
	color: #FFF;
	font-weight: bold;
	padding: 22px 0 22px 105px;
}

/*--- mv ---*/
.mv {
	position: relative;
}

.mv_image img {
	width: 100%;
}

.mv_sp {
	display: none;
}

h1.title {
	font-size: 2.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #FFF;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}

h1.title img {
	width: 60%;
	margin: 0 auto;
}

h1.title p{
	padding-top: 20px;
}

h1.title span {
	font-size: 1.8rem;
	display: inline-block;
	padding-top: 10px;
}

.date_pc {
	display: block;
}

.date_sp {
	display: none;
}

/*--- about ---*/
#about .index_h2 {
	padding-top: 0;
}

#about .h2_bg{
	position: absolute;
	top: -20px;
    right: 0;
	color: #E5EFF8;
	z-index: -1;
}

.about_area {
	margin: 0 auto;
	padding-bottom: 180px;
	position: relative;
}

.about_area::after {
    content: '';
    position: absolute;
    bottom: -20px;
    width: 100%;
    height: 100%;
    background: url(../img/wave_01.png) no-repeat center bottom / 100% auto;
	z-index: -1;
}

.about_subtitle {
	font-size: 2rem;
	font-weight: bold;
	padding-bottom: 20px;
}

/*--- event ---*/
#event {
	background-color: #F4F8FC;
}

.event_area {
	position: relative;
	z-index: 1;
}

#event .h2_bg {
    position: absolute;
    top: -125px;
    left: 0;
    color: #E5EFF8;
}

.event_area::after {
    content: '';
    position: absolute;
    bottom: -198px;
    width: 100%;
    height: 100%;
    background: url(../img/wave_02.png) no-repeat center bottom / 100% auto;
	z-index: -1;
}

.event_h3 {
	font-size: 2.3rem;
	font-weight: bold;
	padding-left: 0.5em;
}
.event_num {
	width: 33px;
}

.event_num span {
	font-size: 2.2rem;
	font-weight: 900;
	background-color: #0E6EB8;
	color: #FFF;
	padding: 2px 11px;
	border-radius: 50%;
}

.event_title {
	padding-bottom: 20px;
}

.event_02, .event_03 {
	margin-top: 80px;
}

.event_detail {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.event_detail.stairs {
	flex-direction: row-reverse;
}

.event_detail.hamabering {
	align-items: flex-start;
}

.event_txt{
	width: 50%;
	line-height: 1.7;
}

.event_image {
	width: 50%;
}

.event_image img {
	width: 100%;
	height: 486px;
   object-fit: cover; 
   border-radius: 8px;
}

.golf .event_image {
	margin-left: 40px;
	position: relative;
}

.golf .event_image::after {
	position: absolute;
	content: '';
  display: inline-block;
  width: 280px;
  height: 280px;
  background-image: url(../img/golf_bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
	top: -155px;
	right: -180px;
	z-index: -1;
}

.event_txt_large {
	font-size: 2.2rem;
    text-align: center;
    display: block;
    font-weight: 500;
    margin: 30px 0 10px;
	color: #eb7514;
	letter-spacing: 0.1em;
}

a.btn_apply {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 65px;
  position: relative;
  background: #eb7514;
  border: 1px solid #eb7514;
  box-sizing: border-box;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  font-weight: 500;
  font-size: 1.8rem;
  margin: 0 auto;
}

a.btn_apply:after {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../img/link_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
  transition-duration: 0.3s;
}

a.btn_apply:hover {
  background: #fff;
  color: #eb7514;
}

a.btn_apply:hover:before {
  border-top: 2px solid #eb7514;
  border-right: 2px solid #eb7514;
}

a.btn_apply:hover:after {
  background-image: url(../img/link_or.svg);
}

.stairs .event_image {
	margin-right: 40px;
	position: relative;
}

.stairs .event_image::after {
	position: absolute;
	content: '';
  display: inline-block;
  width: 280px;
  height: 280px;
  background-image: url(../img/art_bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
	top: -112px;
	right: -252px;
	z-index: -1;
}

.event_box {
	width: 32%;
	position: relative;
	z-index: 2;
}

.event_area h4 {
	font-size: 2rem;
	font-weight: bold;
	padding: 15px 0 8px 0;
}

.event_image_small {
	height: 256px;
}

.event_image_small img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 8px;
}

.inview {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 2s, opacity 2s;
}

.inview.show {
  transform: translateY(0);
  opacity: 1;
}

/*--- movie ---*/
#movie {
	background-color: #DFEBF3;
}

.movie_area {
	padding-top: 216px;
	text-align: center;
	position: relative;
	z-index: 1;
}

#movie .h2_bg {
    line-height: 1em;
    text-align: left;
    letter-spacing: -0.05em;
    position: absolute;
    top: 99px;
    left: 0;
    color: #F0F6FD;
    z-index: -1;
}

.movie_area::after {
    content: '';
    position: absolute;
    bottom: -292px;
	left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/wave_03.png) no-repeat center bottom / 100% auto;
	z-index: -2;
}

.pr_movie {
	width: 55%;
	margin: 0 auto;
}

.pr_movie iframe {
	width: 100%;
}

/*---access---*/
.access_area {
	padding-top: 200px;
	position: relative;
}

#access .h2_bg {
    position: absolute;
    top: 88px;
    right: 0;
    color: #F0F6FD;
    z-index: 1;
}

.access_area::after {
	content: '';
    position: absolute;
    bottom: -165px;
    width: 100%;
    height: 100%;
    background: url(../img/wave_04.png) no-repeat center bottom / 100% auto;
    z-index: 1;
}

.access_map{
	width: 60%;
}

.access_map img {
	border-radius: 8px;
}

.access_txt {
	padding-left: 40px;
}

.access_txt h3 {
	font-weight: bold;
}

.access_txt a {
	display: block;
}

.access_box {
	position: relative;
	z-index: 2;
}

.access_box ul li:not(:first-child){
	margin-top: 20px ;
}

/*---message---*/

.message_area {
	position: relative;
	background-color: #F4F8FC;
	margin-top: 55px;
}

#message .h2_bg {
    position: absolute;
    top: -45px;
    left: 0;
    color: #E5EFF8;
    z-index: 1;
}

.message_area::after {
	content: '';
    position: absolute;
    bottom: -180px;
    width: 100%;
    height: 100%;
    background: url(../img/wave_05.png) no-repeat center bottom / 100% auto;
    z-index: -1;
}

#message .index_h2 {
    padding-top: 148px;
}

.logo_box {
	justify-content: center;
	margin-top: 20px;
}

.logo_jci {
	width: 50%;
	margin-right: 30px;
}

.logo_70th {
	width: 50%;
}

/*---sponsors---*/
.sponsors_area {
	padding-top: 148px;
	position: relative;
}

#sponsors .h2_bg {
    position: absolute;
    top: 0;
    right: 0;
    color: #E5EFF8;
    z-index: -1;
}

.small {
	font-size: 1.3rem;
}

.side {
	display: block;
	text-align: right;
}

/* .banner_area {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	margin-bottom: 40px;
} */

.banner_area_t {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	margin-bottom: 40px;
}

.banner_area_m {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 40px;
	margin-bottom: 40px;
	align-items: center;
	text-align: center;
}

.banner_area_b {
	display: flex;
	margin-bottom: 40px;
	justify-content: left;
}

.banner_area_b p{
	padding: 10px 20px 10px 0;
}

.banner_area img {
	width: 100%;
	max-height: 85px;
	object-fit: contain;
	margin: auto 0;
}


/*--- footer ---*/

/*トップへ戻るボタン*/
.topBtn {
  position:fixed; 
  bottom:0; 
  right:20px; 
  background-color: #FFF;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  z-index: 50;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.topBtn:hover {
	 transform: translateY(-5px);
	 transition: .3s;
}

.btn_t {
	content:'';
      position:absolute;
      left: 16px;
      top: 20px;
      width: 18px;
      height: 18px;
      border-top: 3px solid #0E6EB8;
      border-right: 3px solid #0E6EB8;
      -webkit-transform: rotate(315deg);
      transform: rotate(315deg);
}

.footer_wrap {
	padding: 40px 3% 10px 3%;
	background: #0E6EB8;
	color: #FFF;
}

.footer_logo {
	width: 160px;
	margin-right: 20px;
}

.icons {
	margin-top: 12px;
	letter-spacing: 0.1rem;
}

.icons img {
	width: 35px;
	margin-left: 9px;
}

.footer_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer_right {
	text-align: right;
}

.footer_right a, .cta{
	font-size: 1.6rem;
}

.cta {
	margin-top: 24px;
}

.copyright {
	text-align: center;
	background: #0E6EB8;
	color: #FFF;
	padding: 8px 0;
}

@media screen and (max-width:1024px) {
	body {
		-webkit-text-size-adjust: 100%;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		background: #fff;
		width: auto;
	}

	input,
	textarea,
	select {
		font-size: 16px;
	}

	p {
		font-size: 1.3rem;
		line-height: 1.7;
	}

	a, span {
		font-size: 1.3rem;
	}

	[href^="tel:"] {
		pointer-events: auto;
	}

	/*----- 共通 -----*/
	.index_h2 {
		margin: 50px 0 34px;
		font-size: 2rem;
	}

	.index_h2::after {
		width: 115px;
		height: 4px;
		bottom: 22px;
	}

	.h2_bg {
		font-size: 110px;
	}

	/*--- header ---*/
	h1.title p{
		font-size: 1.95rem;
	}

	h1.title span {
    font-size: 1.6rem;
	}

	/*--- about ---*/
	.about_subtitle {
		font-size: 1.6rem;
	}

	#about .h2_bg {
		top: -83px;
	}

	.about_area {
    	padding-bottom: 150px;
	}

	/*--- event ---*/
	.event_area {
		margin-top: -50px;
	}

	.event_area::after {
		bottom: -145px;
	}

	.golf .event_image::after {
		width: 220px;
		height: 220px;
		top: -116px;
		right: -128px;
	}

	.stairs .event_image::after {
		width: 220px;
		height: 220px;
		top: -90px;
		right: -198px;		
	}

	a.btn_apply { 
		width: 100%;
	}

	/*--- movie ---*/
	.movie_area::after {
		bottom: -145px;
	}

	/*--- access ---*/
	#access .h2_bg {
		top: 28px;
	}

	.access_area {
		padding-top: 60px;
	}

	.access_area::after {
		bottom: -135px;
	}

	/*--- message ---*/
	#message .h2_bg {
		top: -22px;
	}

	.message_area::after {
		bottom: -133px;
	}

	/*--- sponsors ---*/
	.sponsors_area {
		padding-top: 72px;
	}
}

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

	/*--- 共通 ---*/
	.index_h2 {
		font-size: 2rem;
	}

	.index_h2::after {
		width: 115px;
		height: 3px;
	}

	.h2_bg {
        font-size: 70px;
    }

	.sp_br {
	display: block;
	}

	.contents_wrap {
		width: 82%;
	}


	/*--- header ---*/
	.logo_img {
		width: 72px;
	}

	.top_txt {
		padding: 20px 0 20px 82px;
	}

	/*--- mv ---*/
	h1.title {
		width: 65%;
		top: 45%;
	}

	h1.title p{
        font-size: 2.5rem;
    }

	h1.title span {
		display: inline-block;
		padding-top: 15px;
    }

	.mv_sp {
		display: block;
	}

	.mv_pc {
		display: none;
	}

	.mv_image{
		height: 72vh;
	}

	.mv_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
	object-position: bottom;
	}

	h1.title img {
    width: 100%; 
	}

	.date_pc {
	display: none;
	}

	.date_sp {
		display: block;
	}

	/*--- about ---*/
	#about .h2_bg {
        top: -72px;
    }

	.about_area {
        padding-bottom: 103px;
		margin-top: 90px;
    }

	.about_area::after {
		bottom: -2px;
	}

	/*--- event ---*/
	#event .h2_bg {
		top: -75px;
	}

	.event_area {
		padding-bottom: 40px;
	}

	.event_image img {
    height: 250px;
	}

	.event_detail.golf{
		flex-direction: column-reverse;
	}

	.event_image, .event_txt {
		width: 100%;
	}

	.golf .event_image {
		margin-left: 0;
		margin-bottom: 20px;
	}

	.event_detail.stairs{
		flex-direction: column-reverse;
	}

	.stairs .event_image {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.event_detail.hamabering {
    	flex-direction: column;
	}

	.event_box {
    width: 100%;
	margin-bottom: 20px;
	}

	.event_image_small {
    height: 150px;
	}

	.event_area::after {
    bottom: -56px;
    }

	.golf .event_image::after {
		width: 160px;
		height: 160px;
		top: -95px;
		right: -40px;
	}

	.stairs .event_image::after {
		width: 160px;
		height: 160px;
		top: -120px;
		right: -35px;
	}

	.event_h3 span {
		font-size: 1.3rem;
	}

	.event_h3 {
		line-height: 1;
	}

	/*--- movie ---*/
	#movie .h2_bg {
		top: 20px;
	}

	.movie_area {
		padding-top: 5px;
	}

	.movie_area::after {
		bottom: -100px;
	}

	.pr_movie {
		width: 100%;
	}

	/*--- access ---*/
	#access .index_h2 {
		padding-top: 22px;
		}

	#access .h2_bg {
        top: 20px;
    }

	.access_box {
		flex-direction: column;
	}

	.access_map {
		width: 100%;
	}

	.access_txt {
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}

	.access_area::after {
        bottom: -90px;
    }

	/*--- message ---*/
	#message .index_h2 {
    padding-top: 95px;
	}

	.message_area::after {
        bottom: -62px;
    }

	.logo_box {
		flex-direction: column;
	}

	.logo_jci {
    width: 80%;
    margin-right: 0;
	margin-top: 30px;
	}

	.logo_70th {
		width: 80%;
		margin-top: 20px;
	}

	/*--- sponsors ---*/
	#sponsors .index_h2 {
		padding-top: 0;
	}

	.banner_area_t {
	grid-template-columns: 1fr;
	}

	.banner_area_m {
	grid-template-columns: 1fr 1fr;
	}

	.banner_area_b p{
	padding: 5px 15px 5px 0;
	}

	/*--- footer ---*/
	.footer_wrap {
		padding: 20px 4% 0;
	}

	.cta {
		font-size: 1.3rem;
		display: none;
	}

	.footer_left {
		flex-direction: column;
	}

}

@media screen and (max-width:374px) {
	h1.title p {
        font-size: 2.1rem;
    }

	.top_txt {
        padding: 12px 0 10px 82px;
    }

	.access_area::after {
        bottom: -85px;
    }

	.message_area::after {
        bottom: -45px;
    }

	#sponsors .h2_bg {
    right: -65px;
	}

	.footer_logo {
    width: 132px;
	}

}

@media screen and (min-width:498px) and ( max-width:767px) {
	    h1.title img {
        width: 65%;
    }
}