@charset "utf-8";

body {
  font-size: 16px;
}
main:after {
	background: #7ECEF3!important;
}

/* header title */
header div.title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #9AE5FE;
	background: linear-gradient(0deg,rgba(154, 229, 254, 1) 0%, rgba(223, 255, 255, 1) 100%);
  min-height: 700px;
  color: #ffffff;
  text-align: center;
  min-width: 1200px;
  margin: 0 auto;
  padding: 85px 0 0;
}
@media only screen and (max-width: 1199px) {
	header div.title {
	  min-width: 100%;
	  padding: 85px 0 0;
	}
}
.osaka header div.title {
	background: #FFDDB5;
	background: linear-gradient(0deg,rgba(255, 221, 181, 1) 0%, rgba(255, 251, 228, 1) 100%);
}
header div.title .wrap {
	position: relative;
	min-height: 600px;
	text-align: left;
	display: block;
}

header div.title .title_archan {
	position: absolute;
	bottom: 0;
	right: -200px;
}
@media only screen and (max-width: 1199px) {
	header div.title .title_archan {
		right: -20%;
		width: 70%;
	}
	header div.title .title_archan img {
		width: 100%;
		height: auto;
	}
	header div.title .value_osaka .title_archan {
		width: 60%;
		right: -10%;
	}
}
@media only screen and (max-width: 820px) {
	header div.title .title_archan {
		right: -14%;
	}
}
header div.title .main_title {
  margin: 0 0 20px;
}
@media only screen and (max-width: 1199px) {
	header div.title .main_title {
	  width: 70%;
	}
	header div.title .main_title img {
		width: 100%;
		height: auto;
	}
}
header div.title .value {
  margin: 0 0 20px;
  
}
header div.title .value {
	color: var(--navy);
	font-weight: bold;
}
@media only screen and (max-width: 1199px) {
	header div.title .value img {
		height: 110px;
		width: auto;
	}
}
header div.title .value .date {
	font-size: 40px;
	 font-feature-settings: "palt";
}
header div.title .value .date span {
	font-size: 55px;
}
header div.title .value .hotel {
	font-size: 30px;
}
@media only screen and (max-width: 1199px) {
	header div.title .value .hotel {
		font-size: 24px;
	}
}

header div.title .subtitle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 20px;
}
header div.title .info {
  font-size: 20px;
  line-height: 1;
  margin: 20px auto;
}
header div.title .info > span {
  display: inline-block;
  margin-left: 18px;
}

/* main */
main {
  padding-bottom: 450px;
  
}

h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #0f4b8f;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

h2 > span {
  font-size: 16px;
  display: block;
  margin-top: 20px;
}

/* for fixed nav */
#greeting::before,
#outline::before,
#program::before,
#access::before {
  content: "";
  display: block;
  height: 70px;
  margin-top: -70px;
  visibility: hidden;
}


/* ------------------------------
guest 
---------------------------------*/

#guest {
	padding: 150px 0 70px;
	background: var(--white);
	margin-bottom: 150px;
}
#guest h2.title {
	width: 860px;
	max-width: 95%;
	margin: 0 auto 40px;
	text-align: left;
}
#guest h2.title span {
	display: block;
	width: 100%;
	color: var(--pink);
	font-size: 23px;
	line-height: 1;
}
#guest .wrap {
	width: 960px;
	position: relative;
}
.guest_area {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 80px 0;
}

.guest_box01 {
	width: 93%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.guest_box01:nth-child(even) {
	flex-direction: row-reverse;
}
.guest_box01 .guest_photo {
	width: 300px;
	text-align: center;
}
@media only screen and (max-width: 1099px) {
	.guest_box01 .guest_photo {
		max-width: 40%;
	}
	.guest_box01 .guest_photo img {
		max-width: 100%;
	}
}
.guest_box01 .guest_photo picture{
	position: relative;
	z-index: 2;
	width: 100%;
	border-radius: 10px;
	display: inline-block;
	margin-bottom: 20px;
	
}
.guest_box01 .guest_photo picture:after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	border-radius: 10px;
	z-index: -1;
	bottom: -10px;
	right: -10px;
}
.guest_box01 .guest_photo picture img{
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.guest_box01 .guest_photo.special {
	padding: 0 0 80px;
}
.guest_box01 .guest_photo .special_guest {
	width: 365px;
	max-width: 100%;
	margin: 20px 0 0;
	text-align: center;
	font-weight: bold;
	font-size: 50px;
	font-family: showcard-gothic, sans-serif;
	line-height: 1;
}

.guest_box01 .guest_txt {
	width: 515px;
}
@media only screen and (max-width: 1099px) {
	.guest_box01 .guest_txt {
		max-width: 56%;
	}
}
.guest_box01 .time_schedule {
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 10px 15px 10px 25px;
	position: relative;
	z-index: 1;
	/*text-align: center;*/
	text-align: left;
}
@media only screen and (max-width: 820px) {
	.guest_box01 .time_schedule {
		font-size: 1.6rem;
		padding: 10px;
	}
}
.guest_box01 .time_schedule:before {
	content: "";
	/*width: 775px;*/
	width: 100%;
	height: 60px;
	border-radius: 30px;
	background: #00A4DC;
	background: linear-gradient(90deg,rgba(0, 164, 220, 1) 50%, rgba(38, 111, 223, 1) 100%);
	position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
@media only screen and (max-width: 820px) {
	.guest_box01 .time_schedule:before {
		width:100%;
	}
}
.guest_box01:nth-child(even) .time_schedule:before {
	left: 0;
	background: linear-gradient(90deg,rgba(38, 111, 223, 1) 50%, rgba(0, 164, 220, 1) 100%);
}


.guest_box01 .time_schedule span {
	padding-left: 45px;
	position: relative;
}
.guest_box01 .time_schedule span:before {
	content: '';
	width: 30px;
	height: 30px;
	background: url(../images/program/program_guest_title_clock.svg) no-repeat center/cover;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 10px;
}
.guest_box01 h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	text-align: left;
	color: var(--navy);
	margin: 0 0 15px;
	font-feature-settings: "palt";
	/*padding-left: 45px;*/
}
.guest_box01 h3:before {
	display: none;
}
.guest_box01 h4 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6;
	text-align: left;
	margin: 0 0 15px;
	font-feature-settings: "palt";
	color: #595757;
	    /*padding-left: 45px;*/
}
.guest_box01 p.position {
	font-size: 16px;
}
.guest_box01 p.name {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 20px;
}
.guest_box01 p {
	font-size: 18px;
	line-height: 1.6;
	color: #595757;
	/*padding-left: 45px;*/
}
.guest_box01 .ballPresent {
	border: 3px solid #0048ba;
	padding: 10px;
	box-sizing: border-box;
	margin: 15px 0 0;
	background: #c5e8fa;
	position: relative;
	z-index: 5;
}
.guest_box01 .ballPresent h5 {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 10px;
	color: #0048ba;
	font-feature-settings: "palt";
}
.guest_box01 .ballPresent  p {
	font-size: 14px;
	color: var(--black);
	line-height: 1.8;
	margin: 0;
}
#guest .wrap {
	position: relative;
}
#guest .wrap .guest_parts01,
#guest .wrap .guest_parts02,
#guest .wrap .guest_parts03,
#guest .wrap .guest_parts04 {
	position: absolute;
	z-index: 2;
}
#guest .wrap .guest_parts01 img,
#guest .wrap .guest_parts02 img,
#guest .wrap .guest_parts03 img,
#guest .wrap .guest_parts04 img {
	width: 100%;
	height: auto;
}
#guest .wrap .guest_parts01 {
	width: 620px;
	top: -171px;
    right: -85px;
}
@media only screen and (max-width: 1199px) {
	#guest .wrap .guest_parts01 {
		width: 55%;
		top: -171px;
	    right: 0;
	}
}
#guest .wrap .guest_parts02 {
	width: 395px;
	right: -430px;
    top: 18%;
}
#guest .wrap .guest_parts03 {
	width: 190px;
	left: -200px;
	bottom: 50%;
}
@media only screen and (max-width: 1099px) {
	#guest .wrap .guest_parts03 {
		display: none;
	}
}
#guest .wrap .guest_parts04 {
	width: 460px;
	right: -460px;
	bottom: 7%;
}
@media only screen and (max-width: 1099px) {
	#guest .wrap .guest_parts04 {
		display: none;	
	}
}


/* greeting */
#greeting {
  padding: 70px 0;
  min-width: 1100px;
}
#greeting p {
  line-height: 2em;
}

/* ---------------------------------
outline 
------------------------------------*/

#outline {
  width: 100%;
  background: #CDFFFF;
	background: linear-gradient(0deg,rgba(205, 255, 255, 1) 0%, rgba(170, 218, 255, 1) 100%);
  padding: 100px 0 400px;
  position: relative;
}
#outline .wrap {
  width: 960px;
  max-width: 95%;
  margin: 0 auto 200px;
  position: relative;
  background: #fff;
  border-radius: 35px;
  padding: 50px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 820px) {
	#outline .wrap {
	  padding: 25px;
	}
}
/* タイトル */
.outline-title {
  width: 840px;
  margin: 0 auto 80px;
  max-width: 95%;
  text-align: right;
}
.outline-title img {
  height: 70px;
  width: auto;
}
.outline-subtitle {
  color: var(--pink);
  font-size: 22px;
  font-weight: 700;
  display: block;
  width: 100%;
  margin: 15px 0 0;
}
#outline .map {
	width: 48%;
}
#outline .map iframe {
	width: 100%;
}
#outline table {
  width: 60%;
}

#outline table tr th {
  width: 130px;
  font-weight: bold;
  padding: 0 0 15px 10px;
  color: #003b83;
  vertical-align: top;
  font-size: 20px;
  line-height: 1.6;
}
#outline table tr th span {
	font-size: 20px;
	background: var(--pink);
	padding: 3px 20px;
	border-radius: 20px;
	color: var(--white);
}

#outline table tr:first-child th {
  border-top: none;
}

#outline table tr td {
  padding: 0 0 40px;
  font-size: 22px;
  font-weight: bold;
  color: var(--navy);
  line-height: 1.6;
}

#outline table tr:first-child td {
  border-top: none;
}

#outline table tr td a {
  color: #000000;
  text-decoration: underline;
}

#outline table tr td a:hover {
  text-decoration: none;
}
#outline .outline_parts01 {
	position: absolute;
	top: -487px;
    left: -117px;
}
@media only screen and (max-width: 1099px) {
	#outline .outline_parts01 {
		width: 55%;
		left: -10%;
	}
	#outline .outline_parts01 img{
		width: 100%;
		height: auto;
	}
}
#outline .outline_parts02 {
	position: absolute;
	bottom: -199px;
    right: -221px;
}
@media only screen and (max-width: 820px) {
	#outline .outline_parts02 {
		width: 45%;
        bottom: -168px;
        right: -5%;
	}
	#outline .outline_parts02 img {
		width: 100%;
		height: auto;
	}
}
#outline .outline_parts03 {
	position: absolute;
	width: 1200px;
	max-width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	text-align: right;
}
@media only screen and (max-width: 1099px) {
	#outline .outline_parts03 img {
		width: 100%;
		height: auto;
	}
}
#outline .outline_parts04 {
	position: absolute;
	bottom: 15%;
  left: -15%;
}
@media only screen and (max-width: 1099px) {
	#outline .outline_parts04 {
		bottom: 20%;
        left: -27%;
        width: 45%;
	}
	#outline .outline_parts04 img {
		width: 100%;
		height: auto;
	}
}
#outline .link_area {
	width: 610px;
	margin: 40px auto 0;
}
#outline .link_area a {
	display: block;
	background: #e6f9ff;
	border: 11px solid var(--white);
	border-radius: 20px;
	padding: 20px;
	text-align: center;
	width: 100%;
	transition: opacity 0.2s, transform 0.2s;
}
.osaka #outline .link_area a {
	background: #ffeadb;
}
#outline .link_area a:hover {
	opacity: 0.7;
	transform: translateY(-2px);
}
#outline .link_area a p.date {
	font-weight: bold;
	font-feature-settings: "palt";
	font-size: 40px;
	margin: 0 0 10px;
	color: var(--navy);
}
#outline .link_area a p.date span {
	font-size: 52px;
}
#outline .link_area a p.hotel {
	font-size: 28px;
	font-weight: bold;
	color: var(--navy);
}
#outline .linkbtn {
	display: flex;
	margin: 40px auto;
	width: 640px;
	max-width: 95%;
	justify-content: center;
	gap:45px;
	position: relative;
	z-index: 1;
}
#outline .linkbtn li {
	width: 300px;
}
#outline .linkbtn li a {
	display: block;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	color: var(--white);
	font-size: 22px;
	font-weight: bold;
	background: radial-gradient(#016be8, #0150b0);
  transition: background 0.3s;
  position: relative;
  border-radius: 40px;
}
#outline .linkbtn li a:after {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-right-width: 0px;
    border-right-style: none;
    border-right-color: currentcolor;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 35px;
  bottom: 0;
  margin: auto;
}
#outline .linkbtn li a:hover {
  background: radial-gradient(#3d8ff0, #0158c0);
  opacity: 1;
}
.venue-link-text {
  font-size: 22px;
  font-weight: 700;
  color: var(--blue);
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
}
.venue-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--blue);
  border-radius: 50%;
  margin-right: 20px;
}
.venue-item.osaka .venue-link-icon {
  background: var(--orange);
}
.venue-link-icon img {
  width: 20px;
  height: auto;
}


/* top ver. sponsor */
#sponsor .wrap::before {
  content: "";
  position: absolute;
  top: -235px;
  width: 1110px;
  height: 120px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/common/top_sponsor_title_logo_new.png) no-repeat center bottom/cover;
}
@media only screen and (max-width: 1099px) {
	#sponsor .wrap::before {
	  top: -235px;
	  width: 100%;
	  height: 120px;
	  background-size: contain;
	}	
}

/* top ver. present */
#present {
  padding: 320px 0 80px;
}

/* program */
#program .wrap {
  min-width: 1100px;
  padding-top: 70px;
}
@media only screen and (max-width: 1099px) {
	#program .wrap {
	  min-width: 95%;
	}
}
/* access */
#access {
  min-width: 1100px;
  padding: 70px 0 0;
}
#access .wrap {
  background-color: #eeeeee;
  padding: 70px 0;
  width: 100%;
}
#access .access-content {
  position: relative;
  margin: 0 auto;
}
#access .access-map {
  overflow: hidden;
}
#access .access-box {
  position: absolute;
  overflow: hidden;
  top: -40px;
  right: -40px;
  background-color: #fff;
  padding: 25px 35px;
  line-height: 1.8em;
}
#access .access-box .space {
  font-size: 20px;
  font-weight: bold;
}
#access .access-box .address {
  margin: 10px 0;
}
#access .access-box .address a {
  text-decoration: underline;
  color: #000;
}
#access .access-box .address a:hover {
  text-decoration: none;
}

/* register */
div.register {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
}
div.register .box-button {
  width: 310px;
  font-size: 26px;
  font-weight: bold;
  padding: 20px 0;
}
