@charset "UTF-8";

html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 10px;
	font-family: 'Zen Maru Gothic', sans-serif;
}

@media screen and (max-width: 1360px) {
	html {
		font-size: 0.7352941176vw;
	}
}

@media screen and (min-width: 768px) {
	html {
		-webkit-font-smoothing: antialiased;
		font-feature-settings: "palt";
	}
}

@media screen and (max-width: 767.98px) {
	html {
		-webkit-text-size-adjust: 100%;
		font-feature-settings: "palt";
		font-size: 2.6666666667vw;
	}
}

body {
	font-family: 'Zen Maru Gothic', sans-serif;
}

.chrome body {
	image-rendering: -webkit-optimize-contrast;
}

body,
dd,
div,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
td,
th,
ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-all;
}

article,
aside,
figure,
footer,
header,
main,
nav,
section {
  display: block;
  box-sizing: border-box;
}

figure {
  font-size: 0;
}
figure figcaption {
  line-height: 1.5;
}

button,
input,
select,
textarea {
  background: none;
  padding: 0;
  margin: 0;
  outline: 0;
  border: none;
  font: inherit;
  overflow: visible;
  box-sizing: border-box;
}

input[type=radio] {
  transform: translateY(-0.02rem);
}
.safari input[type=radio] {
  transform: translateY(-0.01rem);
}
@media screen and (max-width: 767.98px) {
  .safari input[type=radio] {
    transform: translateY(0.01rem);
  }
}

input[type=checkbox] {
  transform: translateY(-0.02rem);
}
.safari input[type=checkbox] {
  transform: translateY(-0.01rem);
}
@media screen and (max-width: 767.98px) {
  .safari input[type=checkbox] {
    transform: translateY(0.01rem);
  }
}

button,
select {
  cursor: pointer;
  text-transform: none;
}

select::-ms-expand {
  display: none;
}

input,
textarea {
	width: 100%;
  	background-color: #fff;
  	padding: 0.06rem 0.16rem;
}
@media screen and (max-width: 767.98px) {
	input,
  	textarea {
    	padding: 0.06rem 0.12rem;
    	line-height: 1.4;
  	}
}

img {
  -ms-interpolation-mode: bicubic;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: border-box;
  height: 0;
  overflow: visible;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

a {
  outline: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

li {
  list-style: none;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  transition: all 0.3s ease 0s;
  display: inline-block;
}
a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  opacity: 1;
}

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

@media screen and (max-width: 767.98px) {
	.pc {
    	display: none !important;
  	}
}

.sp {
	display: none !important;
}
@media screen and (max-width: 767.98px) {
	.sp {
    	display: block !important;
  	}
}

body {
	font-size: 1.8rem;
	line-height: 1.8;
	background-color: #F7F7F7;
	color: #101010;
	font-weight: 400;
	letter-spacing: 0.05em;
	transition: opacity 1s ease 0s;
	position: relative;
	overflow-x: hidden;
}
@media screen and (max-width: 1199px) {
	body {
		min-width: 0;
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 767.98px) {
	body {
		font-size: 1.4rem;
		line-height: 1.75;
	}
}

body.subpage #main {
	position: relative;
	overflow: hidden;
	min-height: 120svh;
}

body.subpage #main::before {
	content: "";

	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 155rem;

	background:
		url("../img/common/bg_subpage.png")
		top center / 100% auto no-repeat;

	z-index: 0;
	pointer-events: none;
}

body.subpage #main > * {
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 1024px) {
	body.subpage #main {
		min-height: 70svh;
	}
	
	body.subpage #main::before {
		height: 100rem;
		background-size: 130% auto;
		background-position: top center;
	}
}

@media screen and (max-width: 767.98px) {
	body.subpage #main {
		min-height: auto;
	}
	body.subpage #main::before {
		height: 48rem;

		background-size: 160% auto;
		background-position: top center;
	}
}

body.menuon,
body.form-show {
	overflow: hidden;
}

/* ================================
   inview
================================ */

.mov-show {
  opacity: 0;
  visibility: hidden;
  transform: translateY(3rem);
  transition: all 1s ease 0s;
}
@media screen and (max-width: 767.98px) {
  .mov-show {
    transform: translateY(2rem);
  }
}
.mov-show.showed {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mov-in {
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease 0s;
}
.mov-in.in {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mov-down {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-3rem);
  transition: all 1s ease 0s;
}
@media screen and (max-width: 767.98px) {
  .mov-down {
    transform: translateY(-2rem);
  }
}
.mov-down.down {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mov-leftslide {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease 0s;
}
.mov-leftslide.active {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.mov-list > div,
.mov-list article,
.mov-list figure,
.mov-list li {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.mov-list.list-start > div,
.mov-list.list-start article,
.mov-list.list-start figure,
.mov-list.list-start li {
  opacity: 1 !important;
  transition: opacity 1.6s ease 0s;
  transform: translateY(0);
}

.mov-list.list-start > div:nth-child(2),
.mov-list.list-start article:nth-child(2),
.mov-list.list-start figure:nth-child(2),
.mov-list.list-start li:nth-child(2) {
  transition-delay: 0.15s;
}

.mov-list.list-start > div:nth-child(3),
.mov-list.list-start article:nth-child(3),
.mov-list.list-start figure:nth-child(3),
.mov-list.list-start li:nth-child(3) {
  transition-delay: 0.3s;
}
.mov-list.list-start > div:nth-child(4),
.mov-list.list-start article:nth-child(4),
.mov-list.list-start figure:nth-child(4),
.mov-list.list-start li:nth-child(4) {
  transition-delay: 0.45s;
}
.mov-list.list-start > div:nth-child(5),
.mov-list.list-start article:nth-child(5),
.mov-list.list-start figure:nth-child(5),
.mov-list.list-start li:nth-child(5) {
  transition-delay: 0.6s;
}
.mov-list.list-start > div:nth-child(6),
.mov-list.list-start article:nth-child(6),
.mov-list.list-start figure:nth-child(6),
.mov-list.list-start li:nth-child(6) {
  transition-delay: 0.75s;
}
.mov-list.list-start > div:nth-child(7),
.mov-list.list-start article:nth-child(7),
.mov-list.list-start figure:nth-child(7),
.mov-list.list-start li:nth-child(7) {
  transition-delay: 0.9s;
}
.mov-list.list-start > div:nth-child(8),
.mov-list.list-start article:nth-child(8),
.mov-list.list-start figure:nth-child(8),
.mov-list.list-start li:nth-child(8) {
  transition-delay: 1.05s;
}
.mov-list.list-start > div:nth-child(9),
.mov-list.list-start article:nth-child(9),
.mov-list.list-start figure:nth-child(9),
.mov-list.list-start li:nth-child(9) {
  transition-delay: 1.2s;
}
.mov-list.list-start > div:nth-child(10),
.mov-list.list-start article:nth-child(10),
.mov-list.list-start figure:nth-child(10),
.mov-list.list-start li:nth-child(10) {
  transition-delay: 1.35s;
}
.mov-list.list-start > div:nth-child(11),
.mov-list.list-start article:nth-child(11),
.mov-list.list-start figure:nth-child(11),
.mov-list.list-start li:nth-child(11) {
  transition-delay: 1.5s;
}
.mov-list.list-start > div:nth-child(12),
.mov-list.list-start article:nth-child(12),
.mov-list.list-start figure:nth-child(12),
.mov-list.list-start li:nth-child(12) {
  transition-delay: 1.65s;
}
.mov-list.list-start > div:nth-child(13),
.mov-list.list-start article:nth-child(13),
.mov-list.list-start figure:nth-child(13),
.mov-list.list-start li:nth-child(13) {
  transition-delay: 1.8s;
}
.mov-list.list-start > div:nth-child(14),
.mov-list.list-start article:nth-child(14),
.mov-list.list-start figure:nth-child(14),
.mov-list.list-start li:nth-child(14) {
  transition-delay: 1.95s;
}
.mov-list.list-start > div:nth-child(15),
.mov-list.list-start article:nth-child(15),
.mov-list.list-start figure:nth-child(15),
.mov-list.list-start li:nth-child(15) {
  transition-delay: 2.1s;
}
.mov-list.list-start > div:nth-child(16),
.mov-list.list-start article:nth-child(16),
.mov-list.list-start figure:nth-child(16),
.mov-list.list-start li:nth-child(16) {
  transition-delay: 2.25s;
}
.mov-list.list-start > div:nth-child(17),
.mov-list.list-start article:nth-child(17),
.mov-list.list-start figure:nth-child(17),
.mov-list.list-start li:nth-child(17) {
  transition-delay: 2.4s;
}
.mov-list.list-start > div:nth-child(18),
.mov-list.list-start article:nth-child(18),
.mov-list.list-start figure:nth-child(18),
.mov-list.list-start li:nth-child(18) {
  transition-delay: 2.55s;
}
.mov-list.list-start > div:nth-child(19),
.mov-list.list-start article:nth-child(19),
.mov-list.list-start figure:nth-child(19),
.mov-list.list-start li:nth-child(19) {
  transition-delay: 2.7s;
}
.mov-list.list-start > div:nth-child(20),
.mov-list.list-start article:nth-child(20),
.mov-list.list-start figure:nth-child(20),
.mov-list.list-start li:nth-child(20) {
  transition-delay: 2.85s;
}
.mov-list.list-start > div:nth-child(21),
.mov-list.list-start article:nth-child(21),
.mov-list.list-start figure:nth-child(21),
.mov-list.list-start li:nth-child(21) {
  transition-delay: 3s;
}
.mov-list.list-start > div:nth-child(22),
.mov-list.list-start article:nth-child(22),
.mov-list.list-start figure:nth-child(22),
.mov-list.list-start li:nth-child(22) {
  transition-delay: 3.15s;
}
.mov-list.list-start > div:nth-child(23),
.mov-list.list-start article:nth-child(23),
.mov-list.list-start figure:nth-child(23),
.mov-list.list-start li:nth-child(23) {
  transition-delay: 3.3s;
}
.mov-list.list-start > div:nth-child(24),
.mov-list.list-start article:nth-child(24),
.mov-list.list-start figure:nth-child(24),
.mov-list.list-start li:nth-child(24) {
  transition-delay: 3.45s;
}
.mov-list.list-start > div:nth-child(25),
.mov-list.list-start article:nth-child(25),
.mov-list.list-start figure:nth-child(25),
.mov-list.list-start li:nth-child(25) {
  transition-delay: 3.6s;
}
.mov-list.list-start > div:nth-child(26),
.mov-list.list-start article:nth-child(26),
.mov-list.list-start figure:nth-child(26),
.mov-list.list-start li:nth-child(26) {
  transition-delay: 3.75s;
}
.mov-list.list-start > div:nth-child(27),
.mov-list.list-start article:nth-child(27),
.mov-list.list-start figure:nth-child(27),
.mov-list.list-start li:nth-child(27) {
  transition-delay: 3.9s;
}
.mov-list.list-start > div:nth-child(28),
.mov-list.list-start article:nth-child(28),
.mov-list.list-start figure:nth-child(28),
.mov-list.list-start li:nth-child(28) {
  transition-delay: 4.05s;
}
.mov-list.list-start > div:nth-child(29),
.mov-list.list-start article:nth-child(29),
.mov-list.list-start figure:nth-child(29),
.mov-list.list-start li:nth-child(29) {
  transition-delay: 4.2s;
}
.mov-list.list-start > div:nth-child(30),
.mov-list.list-start article:nth-child(30),
.mov-list.list-start figure:nth-child(30),
.mov-list.list-start li:nth-child(30) {
  transition-delay: 4.35s;
}
.mov-list.list-start > div:nth-child(31),
.mov-list.list-start article:nth-child(31),
.mov-list.list-start figure:nth-child(31),
.mov-list.list-start li:nth-child(31) {
  transition-delay: 4.5s;
}

/* ================================
   header
================================ */

#header.headbox {
	width: 100%;
	height: 10rem;
	background: #003062;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0 3rem;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

#header.headbox .head-left {
	display: flex;
	justify-content: flex-start;
	align-items: center;

	height: 100%;

	position: absolute;
	top: 0;
	left: 2rem;

	z-index: 1201;
}

#header.headbox .logo {
	display: flex;
	align-items: center;
	gap: .8rem;
}

#header.headbox .logo a {
	display: block;
	width: clamp(12rem, 20vw, 19.5rem);
}

#header.headbox .logo a img {
	display: block;
	width: 100%;
	height: auto;
}

#header.headbox #gnavi {
	display: flex;
	justify-content: center;
	align-items: center;
}

#header.headbox #gnavi > ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

#header.headbox #gnavi > ul > li {
	margin: 0 1.8rem;

	height: 10rem;

	display: flex;
	align-items: center;
}

#header.headbox #gnavi > ul > li a {
	position: relative;
	color: #FFF;
	padding: 1rem 0;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: .1em;
}

#header.headbox #gnavi > ul > li a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: rgba(255,255,255,.22);
	transform: scaleX(0);
	transform-origin: right;
	transition: transform .3s ease;
}

#header.headbox #gnavi > ul > li a:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}

.hamburger {
	display: none;
}

@media screen and (max-width: 767.98px) {
	body.menuon #main,
	body.menuon #footer {
		filter: blur(.8rem);
		transition: filter .35s ease;
	}

	#header.headbox {
		height: 6rem;

		padding: 0 2rem;

		background: rgba(0, 39, 80, .92);

		backdrop-filter: none;
		-webkit-backdrop-filter: none;

		justify-content: space-between;
		align-items: center;
	}

	#header.headbox .head-left {
		position: static;
		height: 6rem;
	}

	#header.headbox .logo a {
		width: 12rem;
	}

	#header.headbox .gnavibox {
		position: fixed;

		top: 0;
		left: 0;

		width: 100%;
		height: 100dvh;

		padding:
			9rem
			3rem
			4rem;

		background: rgba(0, 39, 80, .48);

		overflow-y: auto;

		opacity: 0;
		visibility: hidden;
		pointer-events: none;

		transition:
			opacity .35s ease,
			visibility .35s ease;

		z-index: 1100;
	}

	.menuon #header.headbox .gnavibox {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	#header.headbox #gnavi {
		display: block;
	}

	#header.headbox #gnavi > ul {
		display: block;
	}

	#header.headbox #gnavi > ul > li {
		height: auto;

		margin: 0;
		padding: 0;

		border-bottom: 1px solid rgba(255,255,255,.22);

		text-align: left;
	}

	#header.headbox #gnavi > ul > li a {
		display: block;

		padding: 2rem 0;

		color: #FFF;

		font-size: 2rem;
		font-weight: 700;
		letter-spacing: .08em;
	}

	#header.headbox #gnavi > ul > li a::before {
		content: none;
	}

	.hamburger {
		display: flex;
		align-items: center;
		justify-content: center;

		position: absolute;
		top: 50%;
		right: 2rem;

		width: 3.2rem;
		height: 3.2rem;

		transform: translateY(-50%);

		cursor: pointer;

		z-index: 1202;
	}

	.hamburger span {
		display: block;

		position: relative;

		width: 100%;
		height: 2px;

		background: #FFF;
		border-radius: 999px;

		transition: background .3s ease;
	}

	.hamburger span::before,
	.hamburger span::after {
		content: "";

		position: absolute;
		left: 0;

		width: 100%;
		height: 2px;

		background: #FFF;
		border-radius: 999px;

		transition:
			transform .3s ease,
			top .3s ease,
			background .3s ease;
	}

	.hamburger span::before {
		top: -9px;
	}

	.hamburger span::after {
		top: 9px;
	}

	.menuon .hamburger span {
		background: transparent;
	}

	.menuon .hamburger span::before,
	.menuon .hamburger span::after {
		background: #FFF;
	}

	.menuon .hamburger span::before {
		top: 0;
		transform: rotate(45deg);
	}

	.menuon .hamburger span::after {
		top: 0;
		transform: rotate(-45deg);
	}
}

/* ================================
   main
================================ */

#main {
	position: relative;
}
@media screen and (max-width: 767.98px) {
	#main {
    	overflow-x: hidden;
  	}
}

/* ================================
   footer
================================ */

.toppage #footer {
	position: relative;
	color: #FFF;
	overflow: hidden;
	background:
		url("../img/common/bg_footer.png") top center / cover no-repeat,
		url("../img/common/bg_bird.png") center center / 24rem auto repeat;
}
@media screen and (max-width: 767.98px) {
	.toppage #footer {
		background:
			url("../img/common/bg_footer_sp.png") top center / cover no-repeat,
			url("../img/common/bg_bird.png") center center / 24rem auto repeat;
		}
}
.subpage #footer {
	position: relative;
	color: #FFF;
	overflow: hidden;
	background:
		url("../img/common/bg_footer.png") top center / cover no-repeat;
}
@media screen and (max-width: 767.98px) {
	.subpage #footer {
		background:
			url("../img/common/bg_footer_sp.png") top center / cover no-repeat;
		}
}

.ocean-footer__inner {
	padding: 25rem 2rem 2rem;
	text-align: center;
}
@media screen and (max-width: 767.98px) {
	.ocean-footer__inner {
		padding: 9rem 2rem 2rem;
	}
}

.ocean-footer__logo {
	margin-bottom: 3rem;
}
@media screen and (max-width: 767.98px) {
	.ocean-footer__logo {
		margin-bottom: 1.5rem;
	}
}

.ocean-footer__logo img {
	display: block;
	width: 30rem;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
	.ocean-footer__logo img {
		width: 20rem;
	}
}

.ocean-footer__name {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.ocean-footer__copy {
	margin-top: 2rem;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
	.ocean-footer__copy {
		margin-top: 1rem;
		font-size: 2rem;
	}
}

.ocean-footer__copyright {
	margin-top: 2rem;
	font-size: 1.4rem;
}

@media screen and (max-width: 767.98px) {
	.ocean-footer__copyright {
		margin-top: 2rem;
		font-size: 1.2rem;
	}
}

/* =========================================
page top
========================================= */

#pagetop {
	position: fixed;

	right: 3rem;
	bottom: 3rem;

	z-index: 500;

	opacity: 0;
	visibility: hidden;

	transform: translateY(1rem);

	transition:
		opacity .35s ease,
		transform .35s ease,
		visibility .35s ease;
}

#pagetop.show {
	opacity: 1;
	visibility: visible;

	transform: translateY(0);
}

#pagetop a {
	width: 7rem;
	height: 7rem;

	border-radius: 50%;

	background:
		rgba(0, 39, 80, .82);

	backdrop-filter: blur(1rem);
	-webkit-backdrop-filter: blur(1rem);

	display: flex;
	align-items: center;
	justify-content: center;

	box-shadow:
		0 .8rem 2rem rgba(0,0,0,.16);

	transition:
		transform .3s ease,
		background .3s ease;
}

#pagetop a:hover {
	transform:
		translateY(-.4rem);

	background:
		rgba(0, 48, 98, .95);
}

/* arrow */

#pagetop span {
	position: relative;

	display: block;

	width: 2rem;
	height: 2rem;
}

#pagetop span::before {
	content: "";

	position: absolute;
	top: 46%;
	left: 50%;

	width: 1.4rem;
	height: 1.4rem;

	border-top: .3rem solid #FFF;
	border-left: .3rem solid #FFF;

	transform:
		translate(-50%, -10%)
		rotate(45deg);
}

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

	#pagetop {
		right: 2rem;
		bottom: 2rem;
	}

	#pagetop a {
		width: 6rem;
		height: 6rem;
	}
}

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

	#pagetop {
		right: 1.6rem;
		bottom: 1.6rem;
	}

	#pagetop a {
		width: 5.6rem;
		height: 5.6rem;

		box-shadow:
			0 .4rem 1.2rem rgba(0,0,0,.14);
	}

	#pagetop span {
		width: 1.6rem;
		height: 1.6rem;
	}

	#pagetop span::before {
		width: 1.1rem;
		height: 1.1rem;

		border-top: .25rem solid #FFF;
		border-left: .25rem solid #FFF;
	}
}

/* ================================
   container
================================ */

/* 1315px */
.container {
	width: 100%;
	max-width: 131.5rem;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

/* 1093px */
.container-md {
	width: 100%;
	max-width: 109.3rem;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

/* 904px */
.container-sm {
	width: 100%;
	max-width: 90.4rem;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
	.container,
	.container-md,
	.container-sm {
		padding-left: 4rem;
		padding-right: 4rem;
	}
}
@media screen and (max-width: 767.98px) {
	.container,
	.container-md,
	.container-sm {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.sctbox {
  padding: 10rem 0;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .sctbox {
    padding: 4rem 0;
  }
}

/* ================================
   text
================================ */

.en,
.en * {
	font-family: 'Rubik', sans-serif;
}

/* ================================
   section title
================================ */

.section-title__head {
	text-align: center;
}

.section-title__head .section-title {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
}
.section-title__head .section-title::before {
	content: "";
	width: 8.5rem;
	height: 8.5rem;
	margin-bottom: 2rem;
	background:
		url("../img/index/icon_ttl_business.svg")
		center center / contain no-repeat;
}
@media screen and (max-width: 767.98px) {
	.section-title__head .section-title::before {
		width: 4.5rem!important;
		height: 4.5rem!important;
		margin-bottom: 2rem;
	}
}

.section-title {
	margin-bottom: 3rem;
	font-size: 2rem;
}
.section-title > span {
	display: block;
	color: #002750;
	font-size: 5rem;
	line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
	.section-title {
		margin-bottom: 2rem;
		font-size: 1.5rem;
		text-align: center;
	}
	.section-title > span {
		font-size: 2.5rem;	
	}
}

/* ================================
   btn 
================================ */

.btnbox {
	margin-top: 6rem;
	text-align: center;
}
@media screen and (max-width: 767.98px) {
	.btnbox {
		margin-top: 3rem;
	}
}

.btn {
	min-width: 30rem;
	height: 8rem;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 400;
	background-color: #002750;
	border-radius: 200rem;
	padding: 0.6rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: transform .3s ease, color .3s ease;
}
@media screen and (max-width: 767.98px) {
	.btn {
		height: 4.5rem;
		min-width: 0;
		width: 70%;
		font-size: 1.5rem;
		padding: 0.1rem;
	}
}

.btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #00458d;
	transition:	left .35s ease;
	z-index: -1;
}

.btn:hover {
	transform: translateY(-2px);
	opacity: 1;
}

.btn:hover::before {
	left: 0;
}
@media screen and (max-width: 767.98px) {
	.btn:hover {
		transform: none;
	}
	.btn:hover::before {
		left: -100%;
	}
}

.blink {
	position: relative;
	display: inline-block;
	padding-right: 2rem;
}
.blink::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1.4rem;
	height: 1.4rem;
	transform: translateY(-50%);
	background:
		url("../img/common/icon_blink_w.svg")
		center center / contain no-repeat;
}
@media screen and (max-width: 767.98px) {
	.blink {
		padding-right: 1.4rem;
	}
	.blink::after {
		width: 1rem;
		height: 1rem;
	}
}

/* ================================
   movie
================================ */

.moviebox .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.moviebox .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ================================
   mvsub
================================ */

.mvsubbox {
	position: relative;
  	padding-top: 18rem;
}
@media screen and (max-width: 767.98px) {
	.mvsubbox {
		position: relative;
  		padding-top: 8rem;
	}
}
.mvsubbox .mvbox-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
  	position: relative;
  	z-index: 1;
}
.mvsubbox .mvbox-title {
	font-size: 2rem;
	font-weight: 500;
	color: #FFF;
}
@media screen and (max-width: 767.98px) {
	.mvsubbox .mvbox-title {
		font-size: 1.3rem;
  	}
}
.mvsubbox .mvbox-title span {
  	font-size: 6rem;
	display: block;
	margin-bottom: 0.5rem;
}
@media screen and (max-width: 767.98px) {
	.mvsubbox .mvbox-title span {
		font-size: 3rem;
	}
}

.common-box {
	background-color: #FFF;
	border-radius: 10rem;
	padding: 10rem;
}
@media screen and (max-width: 1024px) {
	.common-box {
		border-radius: 6rem;
		padding: 7rem 5rem;
	}
}
@media screen and (max-width: 767.98px) {
	.common-box {
		border-radius: 3rem;
		padding: 4rem 2.4rem;
	}
}