@import url("https://fonts.googleapis.com/css?family=Open+Sans");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address, cite, code, del, dfn, em, img,
ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, hgroup, menu, nav,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: "EB Garamond","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal; }

html, body {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%; }

img {
  width: 100%;
  display: block; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #0e0e0e; }

ol,
ul {
  list-style: none; }

@font-face {
  font-family: 'GerTTmedium';
  src: url("./font/GerTT Medium.otf") format("opentype"), url("./font/GerTT Medium.woff") format("woff"); }
@font-face {
  font-family: 'GerTTlight';
  src: url("./font/gerttlightweb.otf") format("opentype"), url("./font/gerttlightweb.woff") format("woff"); }
/*========================================================
▼utility
========================================================*/
.bg-navy { background-color: #2a4977; color: #fff;}
.text-center { text-align: center;}
/*========================================================
▼共通設定
========================================================*/
@media screen and (min-width: 769px) {
	.disp--sp {
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	.disp--pc {
		display: none !important;
	}
}
@media screen and (min-width: 769px) {
	#main a {
		transition: .3s;
	}
	#main a:hover {
		opacity: .7;
	}
}
@media screen and (min-width: 769px) {
	#main .section {
		font-size: 18px;
		line-height: 2.6;
		padding-bottom: 100px;
		padding-top: 100px;
	}
}
@media screen and (max-width: 768px) {
	#main .section {
		font-size: 12px;
		line-height: 2;
		padding-bottom: 50px;
		padding-top: 50px;
	}
}
.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
}
.inner--ex {
	max-width: 650px;
}
@media screen and (min-width: 769px) {
	.inner > *:not(:first-child) {
		margin-top: 40px;
	}
}
@media screen and (max-width: 768px) {
	.inner > *:not(:first-child) {
		margin-top: 20px;
	}
	.inner--ex > figure {
		margin-left: auto;
		margin-right: auto;
		width: calc(590/750*100vw);
	}
}
.cmn__ttl {
	line-height: 1;
	text-align: center;
	text-decoration: underline;
}
@media screen and (min-width: 769px) {
	.cmn__ttl {
		font-size: 48px;
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 768px) {
	.cmn__ttl {
		font-size: 24px;
		margin-bottom: 30px;
	}
}
/*========================================================
▼Header
========================================================*/
.htop-head__inner .sns,
.top-head__nav .sns {
	letter-spacing: -.4em;
}
.htop-head__inner .sns a,
.top-head__nav .sns a{
	letter-spacing: normal;
}
/*
  for PC
========================================================*/
#htop-head {
	background-color: #fff;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
  z-index: 1000;
	transition: .5s;
}
#htop-head.hide {
	transform: translateY(-100%);
}
.htop-head__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
}
.htop-head__inner .logo {
	max-width: 139px;
	width: calc( 139/1240*100%);
}
.htop-head__inner .nav {
	align-items: center;
	display: flex;
	justify-content: center;
}
.htop-head__inner .nav > li:not(:last-child) {
	border-right: solid 2px #000;
}
.htop-head__inner .nav a {
	display: block;
}
@media screen and (min-width: 1160px) {
	.htop-head__inner .nav a {
		font-size: 48px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.htop-head__inner .sns {
		font-size: 66px;
	}
	.htop-head__inner .sns a:first-child {
		margin-right: 20px;
	}
}
@media screen and (min-width: 920px) and (max-width: 1159px)  {
	.htop-head__inner .nav a {
		font-size: 36px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.htop-head__inner .sns {
		font-size: 44px;
	}
	.htop-head__inner .sns a:first-child {
		margin-right: 15px;
	}
}
@media screen and (min-width: 769px) and (max-width: 919px)  {
	.htop-head__inner .nav a {
		font-size: 28px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.htop-head__inner .sns {
		font-size: 36px;
	}
	.htop-head__inner .sns a:first-child {
		margin-right: 10px;
	}
}
@media screen and (min-width: 769px) {
	.htop-head__inner {
		padding: 20px;
	}
	.htop-head__inner .nav a {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/*
  for SP
========================================================*/
#top-head {
	padding: 10px;
	position: fixed;
	width: 100%;
	z-index: 10;
}
.top-head__inner .wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1000;
}
.top-head__inner .logo {
	width: 70px;
}
.top-head__nav {
	background-color: #fff;
	left: 0;
	padding-bottom: 50px;
	padding-top: 80px;
	position: fixed;
	top: 0;
	transform: translateY(-100%);
	transition: .5s ease-in-out;
	width: 100%;
	z-index: 100;
}
.open .top-head__nav {
	transform: translateY(0);
}
.top-head__nav .nav {
	text-align: center;
}
.top-head__nav .nav ul > li:not(:first-child) {
	margin-top: 10px;
}
.top-head__nav .nav a {
	font-size: 24px;
	text-decoration: underline;
}
.top-head__nav .sns {
	font-size: 34px;
	margin-top: 20px;
	text-align: center;
}
.top-head__nav .sns a:first-child {
  margin-right: 20px;
}
#nav-toggle {
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
  position: relative;
}
#nav-toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background: #999;
  left: 0;
  position: absolute;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) { top: 10px;}
#nav-toggle span:nth-child(2) { top: 20px;}
.open #nav-toggle span:nth-child(1) { top: 17px; transform: rotate(45deg);}
.open #nav-toggle span:nth-child(2) { top: 17px;transform: rotate(-45deg);}
/*========================================================
▼Main Visual
========================================================*/
#mv {
	position: relative;
}
.mv__ttl {
	left: 0;
	position: absolute;
	width: 100%;
}
.mv__ttl .wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
	position: relative;
	text-align: center;
}
.mv__ttl .wrap h1 {
	color: #fff;
	line-height: 1.2;
}
.mv__ttl .wrap .logo {
	max-width: 139px;
	width: calc( 139/1240*100%);
}
@media screen and (min-width: 1050px) {
	.mv__ttl .wrap h1 {
		font-size: 36px;
	}
}
@media screen and (min-width: 769px) and (max-width: 1049px) {
	.mv__ttl .wrap h1 {
		font-size: 27px;
	}
}
@media screen and (min-width: 769px) {
	.mv__ttl {
		top: 40px;
	}
	.mv__ttl .wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
	.mv__ttl .wrap .logo {
		left: 20px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.mv__ttl .wrap h1 span {
		font-size: 134%;
	}
}
@media screen and (max-width: 768px) {
	.mv__ttl {
		top: 80px;
	}
	.mv__ttl .wrap h1 span {
		font-size: 147%;
	}
}
@media screen and (min-width: 481px) and (max-width: 768px) {
	.mv__ttl .wrap h1 {
    font-size: 22px;
	}
}
@media screen and (max-width: 480px) {
	.mv__ttl {
		top: calc(120/750*100vw);
	}
	.mv__ttl .wrap h1 {
    font-size: 15px;
	}
}
/*========================================================
▼profile
========================================================*/
.profile__detail {
	text-align: center;
}
.profile__detail dt + dd {
	line-height: 1;
}
@media screen and (min-width: 769px) {
	.profile__detail dt {
		font-size: 30px;
	}
	.profile__detail dd + dd {
		margin-top: 30px;
	}
}
@media screen and (max-width: 768px) {
	.profile__detail {
		padding-left: 10px;
		padding-right: 10px;
	}
	.profile__detail dt {
		font-size: 15px;
	}
	.profile__detail dd {
		font-size: 10px;
	}
	.profile__detail dd + dd {
		margin-top: 15px;
	}
}
/*========================================================
▼kitahotaka
========================================================*/
.day {
	position: relative;
}
.day__title {
	position: absolute;
  top: 0;
	z-index: 1;
}
@media screen and (min-width: 1115px) {
	.day__title {
		left: calc( 50% - 550px);
	}
}
@media screen and (min-width: 900px) and (max-width: 1114px) {
	.day__title {
		left: calc( 50% - 450px);
	}
}
@media screen and (max-width: 899px) {
	.day__title {
		left: 10px;
	}
}
@media screen and (min-width: 769px) {
	#kitahotaka .day > *:not(:first-child) {
		margin-top: 100px; 
	}
}
@media screen and (max-width: 768px) {
	#kitahotaka .day > *:not(:first-child) {
		margin-top: 50px; 
	}
	#kitahotaka .slick-dots {
		margin-top: 10px;
	}
	.day__title {
		padding-top: 70px;
		width: calc( 75/750*100vw);
	}
}
/*========================================================
▼interview
========================================================*/
.interview__block dt::before,
.interview__block dt > span {
	vertical-align: middle;
}
.interview__block dt::before {
	background-color: #fff;
	content: "";
	display: inline-block;
}
@media screen and (min-width: 769px) {
	.interview__block dt {
		font-size: 28px;
	}
	.interview__block dt::before {
		height: 3px;
		margin-right: 20px;
		width: 28px;
	}
}
@media screen and (max-width: 768px) {
	.interview__block dl {
		margin-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.interview__block dt {
		font-size: 14px;
	}
	.interview__block dt::before {
		height: 2px;
		margin-right: 10px;
		width: 14px;
	}
}
/*========================================================
▼items
========================================================*/
#items .items__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#items .item {
	text-align: center;
}
#items .item__info .title {
	font-weight: bold;
	height: 2em;
	line-height: 1;
}
#items .item__info dd {
	line-height: 1.7;
}
#items .item__btn a {
	background-color: #bfbfbf;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#items .item__for_men a {
	text-decoration: underline;
}
@media screen and (min-width: 769px) {
	#items .item {
		margin-top: 20px;
		width: calc(270/900*100%);
	}
	#items .item:nth-child(1),
	#items .item:nth-child(2),
	#items .item:nth-child(3) {
		margin-top: 0;
	}
	#items .item__info dd {
		font-size: 14px;
	}
	#items .item__info dt + dd {
		margin-top: 20px;
	}
	#items .item__info .price {
		font-size: 18px;
	}
	#items .item__info dd + dd {
		margin-top: 10px;
	}
	#items .item__btn,
	#items .item__for_men a {
		margin-top: 10px;
	}
	#items .item__btn a {
		border-radius: 2px;
		box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.7);
		font-size: 14px;
		width: calc(175/270*100%);
	}
}
@media screen and (max-width: 768px) {
	#items .items__list {
		padding-left: 10px;
		padding-right: 10px;
	}
	#items .item {
		margin-top: 20px;
		width: calc(345/730*100%);
	}
	#items .item:nth-child(1),
	#items .item:nth-child(2) {
		margin-top: 0;
	}
	#items .item__info dt {
		font-size: 14px;
	}
	#items .item__info .price span {
		font-size: 18px;
	}
	#items .item__info dt + dd {
		margin-top: 15px;
	}
	#items .item__info dd + dd {
		margin-top: 10px;
	}
	#items .item__btn,
	#items .item__for_men a {
		margin-top: 10px;
	}
	#items .item__btn a {
		border-radius: 2px;
		box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.7);
		font-size: 12px;
		max-width: 200px;
		width: calc(200/345*100%);
	}
}
/*========================================================
▼course
========================================================*/
.trail {
	line-height: 1.5;
	text-align: center;
}
.trail__day {
	font-size: 200%;
}
@media screen and (min-width: 769px) {
	#course.section {
		padding-bottom: 200px;
	}
	.trail {
		font-size: 30px;
	}
	.trail > li + li {
		margin-top: 100px;
	}
}
@media screen and (max-width: 768px) {
	#course.section {
		padding-bottom: 80px;
	}
	.trail {
		font-size: 15px;
	}
	.trail > li + li {
		margin-top: 50px;
	}
}
/*========================================================
▼credit
========================================================*/
#credit {
	text-align: center;
}
.credit__logo {
	margin-left: auto;
	margin-right: auto;
}
.credit__logo a {
	display: inline-block;
}
.credit__logo a img {
	margin-left: auto;
	margin-right: auto;
}
.credit__logo a span {
	display: block;
	text-decoration: underline;
}
.credit__article {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}
.credit__article dl {
  line-height: 1.4;
}
.credit__article a {
  border: solid 1px #000;
  display: inline-block;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 2rem;
}
  .credit__article figure a{
    border:none;
  }
  .credit__article figure a:hover {
    background-color: #FFF;
  }
@media screen and (min-width: 769px) {
	.credit__staff {
		font-size: 30px;
		margin-top: 80px !important;
	}
	.credit__staff > li + li {
		margin-top: 30px;
	}
	.credit__note {
		font-size: 14px;
		margin-top: 0 !important;
	}
  .credit__article figure {
    margin-bottom: 0px;
  }
  }
  .credit__article dl {
    margin-bottom: 30px;
  }
  .credit__article dt {
    margin-bottom: 0px;
  }
  .credit__article a {
    opacity: 1 !important;
  }
  .credit__article a:hover {
    background-color: #000;
    color: #fff;
  }
	.credit__logo a {
		font-size: 16px;
	}
	.credit__logo a img {
		width: 120px;
	}
	.credit__logo a span {
		margin-top: 10px;
	}
	 .credit__article figure a{
    border:none;
  }
  .credit__article figure a:hover {
    background-color: #FFF;
  
}
@media screen and (max-width: 768px) {
	.credit__staff {
		font-size: 15px;
		margin-top: 40px !important;
	}
	.credit__staff > li + li {
		margin-top: 10px;
	}
	.credit__note {
		font-size: 10px;
		margin-top: 0 !important;
	}
  .credit__article figure {
    margin-bottom: 0px;
  }
  .credit__article dl {
    margin-bottom: 20px;
  }
  .credit__article dt {
    margin-bottom: 0px;
  }
	.credit__logo a img {
		width: 100px;
	}
	.credit__logo a span {
		margin-top: 10px;
	}
}
@media screen and (max-width: 649px) {
  .credit__article dl {
    padding: 0 1rem;
  }
}
/*========================================================
▼フッター
========================================================*/
footer {
  text-align: center;
}
footer small {
  width: 100%;
  background: #000;
  color: #fff;
  display: block;
  font-size: 2.6vw;
  line-height: 1.2;
  padding: 10px 0;
}
@media only screen and (min-width: 769px) {
  footer small {
    font-size: 1.4rem;
    padding: 12px 0;
  }
}
/*========================================================
▼アニメーション
========================================================*/
.fade {
  opacity: 0;
  transform: translate(0, 50px); }

.fade.fade_in {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 1500ms; }