/*------------------------
		Font
------------------------*/

@font-face {
	font-style: normal;
	font-family: 'NotoSansJP-Bold';
	src: url('../fonts/NotoSansJP-Bold.woff') format('woff');
}

@font-face {
	font-style: normal;
	font-family: 'NotoSansJP-Medium';
	src: url('../fonts/NotoSansJP-Medium.woff') format('woff');
}

@font-face {
	font-style: normal;
	font-family: 'NotoSansJP-Regular';
	src: url('../fonts/NotoSansJP-Regular.woff') format('woff');
}

@font-face {
	font-style: normal;
	font-family: 'NotoSansJP-Light';
	src: url('../fonts/NotoSansJP-Light.woff') format('woff');
}

@font-face {
	font-style: normal;
	font-family: 'GildaDisplay-Regular';
	src: url('../fonts/GildaDisplay-Regular.woff') format('woff');
}

@font-face {
	font-style: normal;
	font-family: 'SawarabiMincho-Regular';
	src: url('../fonts/SawarabiMincho-Regular.woff') format('woff');
}

@font-face {
	font-style: normal;
	font-family: 'Eurostile';
	src: url('../fonts/Eurostile.woff') format('woff');
}

@font-face {
	font-style: normal;
	font-family: 'Roboto-Thin';
	src: url('../fonts/Roboto-Thin.woff') format('woff');
}

@font-face {
	font-style: normal;
	font-family: 'Roboto-Light';
	src: url('../fonts/Roboto-Light.woff') format('woff');
}

/*------------------------
		common
------------------------*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

*>*:last-child {
	margin-bottom: 0;
}
address, em {
	font-style: normal;
}
html {
	overflow-x: hidden;
	overflow-y: scroll;
}
.html {
	line-height: normal;
}
body {
	color: #111d21;
	font: 16px/1 'NotoSansJP-Regular', Meiryo, 'Hiragino Kaku Gothic Pro', Osaka, sans-serif;
}
body a {
	text-decoration: none;
	outline: none;
	transition: all .3s;
	-webkit-transition: all .3s;
}
body a:hover,
body a:focus {
	text-decoration: none;
	outline: none;
}
img {
	border: 0;
	outline: none;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
.table {
	display: table;
	width: 100%;
	height: 100%;
}
.cell {
	display: table-cell;
	vertical-align: middle;
}
.pc-none {
	display: none;
}
.sp-none {
	display: block;
}
.diving_modal_frame {
  opacity: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  top: 0;
}

/*.modal_open_button {
	position: absolute;
}*/
.fade-in {
   transition: opacity 0.7s;
   -moz-transition: opacity 0.7s;
   -webkit-transition: opacity 0.7s;
   -o-transition: opacity 0.7s;
 }

/*------------------------
		Hamburger
------------------------*/

.hamburger {
	display: block;
	width: 85px;
	height: 85px;
	position: fixed;
	top: 0;
	left: 0;
	padding: 50px 20px 20px;
	z-index: 10000;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}
.hamburger:before {
	content: 'MENU';
	font: bold 11px/1 'Roboto', sans-serif;
	letter-spacing: .3em;
	color: #fff;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 20px;
	left: 0;
}
.hamburger.active:before {
	content: 'CLOSE';
	letter-spacing: .2em;
}
.hamburger__icon {
	position: relative;
	margin-top: 7px;
	margin-bottom: 7px;
}
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fff;
	-moz-transition-property: background-color, -moz-transform;
	-o-transition-property: background-color, -o-transform;
	-webkit-transition-property: background-color, -webkit-transform;
	transition-property: background-color, transform;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.hamburger__icon:before, .hamburger__icon:after {
	position: absolute;
	content: "";
}
.hamburger__icon:before {
	top: -13px;
}
.hamburger__icon:after {
	top: 13px;
}
.hamburger.active .hamburger__icon {
	background-color: transparent;
}
.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
  background-color: #fff;
}
.hamburger.active .hamburger__icon:before {
	-moz-transform: translateY(7px) rotate(45deg);
	-ms-transform: translateY(7px) rotate(45deg);
	-webkit-transform: translateY(7px) rotate(45deg);
	transform: translateY(7px) rotate(45deg);
	top: -4px;
}
.hamburger.active .hamburger__icon:after {
	-moz-transform: translateY(-7px) rotate(-45deg);
	-ms-transform: translateY(-7px) rotate(-45deg);
	-webkit-transform: translateY(-7px) rotate(-45deg);
	transform: translateY(-7px) rotate(-45deg);
	top: 10px;
}
.fat-nav {
	top: 0;
	left: 0;
	z-index: 10000;
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(26, 139, 211, 0.9);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.fat-nav__wrapper {
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed;
}
.fat-nav.active {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.fat-nav ul {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 50px 0 0;
}
.fat-nav li {
	list-style-type: none;
	text-align: center;
	padding: 0 10px 30px;
}
.fat-nav li a {
	color: #fff;
	font: normal 20px/1 'SawarabiMincho-Regular', serif;
	letter-spacing: .2em;
}
.fat-nav li a:hover,
.fat-nav li a:focus {
	color: #9dd7f7;
}
.fat-nav li a small {
	font: normal 10px/1 'GildaDisplay-Regular', serif;
	display: block;
	letter-spacing: .2em;
	margin-top: 5px;
}
.fat-nav li a span {
	padding-left: 25px;
	padding-right: 25px;
	margin-left: 12px;
	background: url(../images/icon-nav.svg) no-repeat left center, url(../images/icon-nav.svg) no-repeat right center;
}
.fat-nav li a:hover span,
.fat-nav li a:focus span {
	background: url(../images/icon-nav-on.svg) no-repeat left center, url(../images/icon-nav-on.svg) no-repeat right center;
}
.fat-nav li:last-child {
	padding: 25px 10px 0;
}
.fat-nav li a.link-btn {
	color: #fff;
	display: block;
	max-width: 280px;
	margin: 0 auto;
	padding: 10px 0;
	font: normal 14px/1.5 'NotoSansJP-Regular', sans-serif;
	letter-spacing: normal;
	text-align: center;
	position: relative;
	border-radius: 2px;
	background: rgba(255,255,255,.2);
}
.fat-nav li a.link-btn:hover,
.fat-nav li a.link-btn:focus {
	background: rgba(255,255,255,.05);
}
.fat-nav li a.link-btn:before {
	content: '';
	background: url(../images/home/icon-slidetxt02.svg) no-repeat center center / 100% auto;
	position: absolute;
	top: 5px;
	right: -20px;
	width: 65px;
	height: 100%;
}


@media screen and (max-width:799px) {
	.fat-nav li {
		padding: 0 10px 20px;
	}
	.fat-nav li:last-child {
		padding: 20px 10px 0;
	}
	.fat-nav li a {
		font-size: 14px;
		letter-spacing: .1em;
		line-height: 1.5;
	}
	.fat-nav li a small {
		font-size: 8px;
	}
	.hamburger.active {
		position: absolute;
	}
	.pc-none {
		display: block;
		}
	.sp-none {
		display: none;
	}
}
@media screen and (max-width:320px) {
	.fat-nav li a.link-btn {
		max-width: 260px;
	}
	.fat-nav ul {
		padding: 120px 0 0;
	}
	.fat-nav li:last-child {
		padding: 10px 10px 0;
	}
}

/*------------------------
		Footer
------------------------*/
.footer {
  width: 100%;
}

.footer .inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

.footer .contents {
  width: 100%;
}

.footer .contents .pan {
  background-color: rgba(26, 134, 206, 0.03);
  padding: 25px 0;
  overflow: hidden;
  margin-bottom: 30px;
}

.footer .contents .pan_item {
  position: relative;
  float: left;
  padding-left: 20px;
}

.footer .contents .pan_item a {
  position: relative;
  color: #006b99;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 14px;
}

.footer .contents .pan_item:before {
  position: absolute;
  left: 5px;
  content: '>';
  width: 25px;
  height: 25px;
  color: #000;
}

.footer .contents .pan_item:first-child:before {
  display: none;
}

.footer .contents .pan_item a.current {
  color: #000;
}

.footer .contents .nav {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.footer .contents .nav_item {
}

.footer .contents .nav_item a {
  font-family: 'NotoSansJP-Regular', sans-serif;
  font-size: 12px;
  color: #006b99;
  padding: 0 10px;
  border-right: 1px solid #006b99;
}

.footer .contents .nav_item:last-child a {
  border-right: 0;
}

.footer .contents .sns01 {
  position: absolute;
  top: -10px;
  right: 0;
  display: flex;
}

.footer .contents .sns01_item {
  margin-right: 8px;
}

.footer .contents .sns01_item a {
}

.footer .contents .sns01_item img {
  width: 40px;
  height: 40px;
}

.footer .contents .sns02 {
  display: flex;
  justify-content: center;
}

.footer .contents .sns02_item {
  margin-right: 10px;
}

.footer .contents .footer_logo {
  display: block;
  width: 100%;
  text-align: center;
}

.footer .contents .footer_logo img {
  width: 88px;
  height: 121px;
}

.footer .contents .footer_copyright {
  margin: 30px 0;
  text-align: center;
  font-family: 'NotoSansJP-Regular', sans-serif;
  font-size: 12px;
  color: #1a86ce;
}

.backbutton {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
  cursor: pointer;
}

.backbutton img {
  width: 60px;
	height: 76px;
}

@media screen and (min-width:800px) and (max-width:1200px) {
  .footer .inner {
    width: 83.3vw;
  }
  .footer .contents .sns01 {
    position: relative;
    top: auto;
    right: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
}

@media screen and (max-width:799px) {
  .footer .inner {
    width: 100%;
  }

  .footer .contents .pan {
    display: flex;
    justify-content: center;
    padding: 20px 0;
  }

  .footer .contents .pan_item {
    position: relative;
    float: none;
    padding-left: 20px;
  }

  .footer .contents .pan_item a {
    position: relative;
    font-size: 12px;
  }

  .footer .contents .pan_item:before {
    top: 2px;
    left: -1%;
  }

  .footer .contents .nav {
    margin: 0 auto 30px;
    display: block;
  }

  .footer .contents .nav_item {
    text-align: center;
    margin-bottom: 5px;
  }

  .footer .contents .nav_item a {
    font-size: 12px;
    color: #006b99;
    padding: 0 10px;
    border-right: 0;
  }

  .footer .contents .sns01 {
    position: relative;
    top: auto;
    right: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }

  .footer .contents .sns01_item {
    margin-right: 8px;
  }

  .footer .contents .sns01_item a {
  }

  .footer .contents .sns01_item img {
    width: 40px;
    height: 40px;
  }

  .footer .contents .sns02 {
    display: flex;
    justify-content: center;
  }

  .footer .contents .sns02_item {
    margin-right: 10px;
  }

  .footer .contents .footer_logo {
    display: block;
    width: 100%;
    text-align: center;
  }

  .footer .contents .footer_logo img {
    width: 88px;
    height: 121px;
  }

  .footer .contents .footer_copyright {
    margin: 30px 0;
    text-align: center;
    font-family: 'NotoSansJP-Regular', sans-serif;
    font-size: 12px;
    color: #1a86ce;
  }
}
