img {
	width: 100%;
}

a:hover {
	text-decoration: none;
}

html,
body {
	overflow-x: clip !important;
}

.only-sp {
	display: none !important;
}

@media screen and (max-width: 639px) {
	.only-sp {
		display: block !important;
	}

	.only-pc {
		display: none !important;
	}
}

.mgn-top175 {
	margin-top: 175px !important;
}

.mgn-top155 {
	margin-top: 155px !important;
}

.mgn-top140 {
	margin-top: 140px !important;
}

.mgn-top130 {
	margin-top: 130px !important;
}

.mgn-top110 {
	margin-top: 110px !important;
}

.mgn-top100 {
	margin-top: 100px !important;
}

.mgn-top95 {
	margin-top: 95px !important;
}

.mgn-top80 {
	margin-top: 80px !important;
}

.mgn-top70 {
	margin-top: 70px !important;
}

.mgn-top50 {
	margin-top: 50px !important;
}

.mgn-top40 {
	margin-top: 40px !important;
}

.mgn-top35 {
	margin-top: 35px !important;
}

.mgn-top30 {
	margin-top: 30px !important;
}

.mgn-top25 {
	margin-top: 25px !important;
}

.mgn-top20 {
	margin-top: 20px !important;
}

.mgn-top18 {
	margin-top: 18px !important;
}

.mgn-top15 {
	margin-top: 15px !important;
}

header {

	position: relative;
	z-index: 30;
}

.header-bg {
	width: 100%;
	background: url("../images/header-img_pc.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	transition: .4s;
	z-index: 30;
	padding: 10px 0;
}

.header-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
	display: flex;
	align-items: center;
}

.header-inner-corp {
	display: flex;
	align-items: center;
	border-right: solid 3px #fff;
}

.header-corp-name {
	font-size: 23px;
	font-weight: 700;
	line-height: 1.3;
}

.header-corp-name-en {
	font-size: 14px;
	line-height: 1.3;
	margin-left: 15px;
	margin-right: 20px;
}

.header-page-name {
	font-size: 25px;
	line-height: 1.3;
	margin-left: 20px;
}

.hamburger {
	display: none;
}

.menu {
	display: none;
}

@media screen and (max-width: 760px) {
	.header-bg {
		padding: 12px 0;
	}

	.header-corp-name {
		font-size: 18px;
	}

	.header-corp-name-en {
		font-size: 9px;
	}

	.header-page-name {
		font-size: 20px;
	}
}

@media screen and (max-width: 639px) {
	.header-bg {
		background: url("../images/header-img-long_sp.jpg") no-repeat;
		padding: 3.4vw 0;
	}

	.header-inner {
		width: 90%;
		padding: 0;
	}

	.header-inner-corp {
		display: block;
		border-right: solid .4vw #fff;
	}

	.header-corp-name {
		font-size: 3.733333333333334vw;
		margin-right: 2.666666666666667vw;
	}

	.header-corp-name-en {
		font-size: 2.933333333333333vw;
		margin-left: 0;
		margin-right: 0;
	}

	.header-page-name {
		font-size: 3.3333333333333335vw;
		margin-left: 2.666666666666667vw;
	}

	.hamburger {
		display: block;
		width: 25px;
		z-index: 25;
		margin-left: auto;
		text-align: center;
		cursor: pointer;
	}

	.hamburger span {
		display: block;
		height: 5px;
		width: 100%;
		background-color: #000;
		margin: 3px 0;
		transition: .4s;
	}

	.hamburger.open span:nth-child(1) {
		transform: translateY(8px) rotate(45deg);
	}

	.hamburger.open span:nth-child(2) {
		opacity: 0;
	}

	.hamburger.open span:nth-child(3) {
		transform: translateY(-8px) rotate(-45deg);
	}

	.menu {
		width: 90%;
		margin: 0 auto;
		padding: 4.333333333333334vw 0;
		z-index: 30;
	}

	.menu-col a {
		font-size: 3.5999999999999996vw;
		border-bottom: solid #000 1px;
		line-height: 2.5;
		padding-top: 2vw;
		display: block;
		position: relative;
	}

	.menu-col a::after {
		content: "";
		width: 2.666666666666667vw;
		height: 2.666666666666667vw;
		border-right: .4vw solid #000;
		border-bottom: .4vw solid #000;
		transform: rotate(-45deg);
		position: absolute;
		top: 5vw;
		right: 0;
	}

	.menu-form-btn {
		margin-top: 9vw;
		margin-bottom: 2vw;
	}

	.menu-form-btn a {
		display: inline-flex;
		font-size: 3.733333333333334vw;
		padding: 3vw 5.8vw;
		/* padding: 3vw 12vw; */
		background-color: #000;
		border-radius: 5vw;
		color: #fff;
		line-height: 1.3;
		gap: 1.5vw;
	}

	.menu-form-btn a .icon {
		display: inline-block;
		width: 4vw;
		height: 4.5vw;
		background: url(../images/win-icon.svg) no-repeat center center;
		background-size: contain;
	}

	.menu-bg {
		background-color: #000;
		width: 100%;
		height: 100vh;
		opacity: .6;
		display: none;
		position: absolute;
		z-index: 20;
	}
}

.header-sub-wrap {
	width: 100%;
	background-color: #fff;
	padding: .1px;
	transition: .3s;
	position: relative;
	z-index: 40;
}

header.fixed {
	margin-bottom: 60px;
}

header.fixed .header-sub-wrap {
	position: fixed;
	top: 0;
}

.header-sub {
	width: 95%;
	max-width: 1200px;
	margin: 30px auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	transition: .3s;
}

header.fixed .header-sub {
	margin: 15px auto;
}

.header-sub-col,
.header-sub-form-btn {
	border-left: solid 1px #c8c8c8;
	display: flex;
	align-items: stretch;
	flex: 1 1 0;
	text-align: center;
}
.header-sub-form-btn {
	border-left: none;
}

.header-sub-col a {
	font-size: 14px;
	line-height: 1.5;
	transition: .3s;
	padding: 10px 30px;
	text-align: center;
	margin: 0 auto;
	white-space: nowrap;
}

.header-sub-col a:hover,
.header-sub-form-btn a:hover {
	opacity: .7;
}

.header-sub-form-btn a {
	display: flex;
	margin-left: 10px;
	font-size: 13px;
	color: #fff;
	transition: .3s;
	align-items: center;
	background-color: #000;
	border-radius: 30px;
	padding: 0 10px;
	/* padding: 0 70px; */
	gap: 5px;
	width: 100%;
	justify-content: center;
	white-space: nowrap;
}

.header-sub-form-btn a .icon {
	display: inline-block;
	width: 14px;
	height: 10px;
	background: url(../images/win-icon.svg) no-repeat center center;
	background-size: contain;
}

/* 既存の .top-button に追加・上書き */
.top-button {
  display: block;
  white-space: nowrap;
  margin: 100px auto 80px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  width: 160px;
  border-radius: 10px;
  padding: 10px 40px;
  background: #000;
  transition: opacity .6s ease, transform .6s ease; /* ← 変形もトランジション */
  text-decoration: none;

  /* ← inviewアニメの初期状態（見えない＋下から少し位置ずらし） */
  opacity: 0;
  transform: translateY(16px);
}

/* inview発火後（JSで .is-show が付く） */
.top-button.inview.is-show {
  opacity: 1;
  transform: translateY(0);
}

.top-button:hover {
  opacity: .7;
  color: #fff;
}

@media screen and (max-width: 639px) {
  .top-button {
    margin: 13vw auto 24.5vw;
    font-size: 3.2vw;
    width: 32vw;
    border-radius: 2vw;
    padding: 2vw 7vw;
  }
}

@media screen and (max-width: 1150px) {
	.header-sub-col a {
		font-size: 1.238vw;
		padding: 0.85vw 2.5vw;
	}

	.header-sub-form-btn a {
		font-size: 1.14vw;
		margin-left: 0.85vw;
		border-radius: 3.6vw;
		padding: 0 3vw;
	}

	.header-sub-form-btn a .icon {
		width: 1vw;
		height: .77777vw;
	}
}

.fadeInUp {
	opacity: 0;
	transform: translate(0, 10%);
	transition: 1s;
}

.fadeInUp.is-show {
	transform: translate(0, 0);
	opacity: 1;
}

.fadeIn {
	opacity: 0;
	transition: 1s;
}

.fadeIn.is-show {
	opacity: 1;
}

.ripples {
	opacity: 0;
	transition: .5s ease-out;
	transform: scale(0.9);
}

.ripples.is-show {
	opacity: 1;
	transform: scale(1);
}

.fadeIn.delay01,
.ripples.delay01 {
	transition-delay: 0.3s;
}

.fadeIn.delay02,
.ripples.delay02 {
	transition-delay: 0.6s;
}

.fadeIn.delay03,
.ripples.delay03 {
	transition-delay: 0.9s;
}

.fadeIn.delay04,
.ripples.delay04 {
	transition-delay: 1.2s;
}

.fadeIn.delay05,
.ripples.delay05 {
	transition-delay: 1.5s;
}

.fadeIn.delay06,
.ripples.delay06 {
	transition-delay: 1.8s;
}

.fadeIn.delay07,
.ripples.delay07 {
	transition-delay: 2.1s;
}

.fadeIn.delay08,
.ripples.delay08 {
	transition-delay: 2.4s;
}

.fadeIn.delay09,
.ripples.delay09 {
	transition-delay: 2.7s;
}

.fadeIn.delay10,
.ripples.delay10 {
	transition-delay: 3s;
}

.fadeIn.delay11,
.ripples.delay11 {
	transition-delay: 3.3s;
}
