html{
	font-size: 100%;
	overflow-x: hidden;
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  font-size: 100%;
  /* letter-spacing: .05em; */
  color: #464646;
}
/*aタグの傍線の指定なし、色無効化にする*/
a {
  transition: opacity .3s;
  text-decoration: none;
  color: inherit;
  /* color: #1ca9e3; */
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.gnav-sp-list {
	display: none;
}

/*--------------------------------
 レイアウト
---------------------------------*/

/* 後で調整 */
.wrapper {
  padding-top: 73px;
}
/* 後で調整 */
.section {
  padding: 90px 0;
}

/* .section:nth-of-type(odd) {
  background-color: #f7f7f7;
} */

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

/*--------------------------------
 見出し
---------------------------------*/
.title-en {
  font-family: 'EB Garamond', serif;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 12px;
  letter-spacing: .14em;
  color: #464646;
}

img.icon-left {
  margin: 0 10px 0 0;
  vertical-align: middle;
  padding-bottom: 10px;
}

img.icon-right {
  margin: 0 0 0 4px;
  vertical-align: middle;
  padding-bottom: 10px;
}

.title-ja {
  font-family: YuMincho, "游明朝", "游明朝体", "Yu Mincho", serif;
  font-size: 18px;
  font-weight: lighter;
  text-align: center;
  letter-spacing: .18em;
  margin-bottom: 90px;
}

/*--------------------------------
ヘッダー
---------------------------------*/
.header {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
}

.header-logo {
  font-family: 'EB Garamond', serif;
  font-size: 30px;
  line-height: 1;
  margin-right: 20px;
  letter-spacing: 0.16em;
}

.header-logo a {
  color: #464646;
}

.gnav-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.gnav-item:not(:last-child) {
  margin-right: 40px;
}

.gnav-item a {
	font-family: 'EB Garamond', serif;
  position: relative;
  font-size: 18px;
  display: inline-block;
  padding: 5px 0;
  transition: .3s;
  letter-spacing: .08em;
  color: #464646;
}
.gnav-item a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  content: "";
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #464646;
}

.gnav-item a:hover:after {
  width: 100%;
}

/*PCの時は非表示*/


/*--------------------------------
 メインビジュアル
---------------------------------*/
.mv {
  background-image: url("../img/pc_mv.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
}

.mv-container {
  padding: 0 40px;
}

.mv-title {
	font-family: 'EB Garamond', serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
  letter-spacing: .16em;
}
.mv-subtitle {
	font-family: 'EB Garamond', serif;
  font-size: 47px;
  /* font-weight: bold; */
  line-height: 1;
  margin-bottom: 40px;
  letter-spacing: .28em;
}

/*--------------------------------
 Works
---------------------------------*/
.works-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -40px;
}

.works-item {
  width: 31.74603%;
  margin-right: 1.58730%;
  margin-bottom: 40px;
  color: #333;
}

.works-item:hover {
  opacity: .9;
}

.works-item:nth-of-type(3n) {
  margin-right: 0;
}

.works-img img {
  border: 1px solid #e6e6e6;
}

.works-name {
  font-family: YuMincho, "游明朝", "游明朝体", "Yu Mincho", serif;
  font-size: 16px;
  margin-top: 8px;
  letter-spacing: .08em;
}

.works-info {
  font-family: YuMincho, "游明朝", "游明朝体", "Yu Mincho", serif;
  font-size: 13px;
  margin-top: 5px;
  letter-spacing: .08em;
}

.works-hikokai p{
  line-height: 2;
}

/*--------------------------------
 About
---------------------------------*/
#about {
  background-image: url("../img/about_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.profile {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}
.profile-img {
  width: 36%;
  margin-right: 30px;
}
/* .profile-img img {
  width: 60%;
} */
.profile-body {
  flex: 1;
}

.profile-body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
}

.about-view-more {
  float: right;
}

/*== 線の上を別の線が伸びる */

.view-more-btn {
	font-family: YuMincho, "游明朝", "游明朝体", "Yu Mincho", serif;
    /*線の基点とするためrelativeを指定*/
	position:relative;
    /*リンクの形状*/
	color:#464646;
  padding: 10px 50px 10px 30px;
	display:inline-block;
  text-decoration: none;
  outline: none;
  letter-spacing: .18em;
}

/*線の設定*/
.view-more-btn::before,
.view-more-btn::after{
	content:'';
    /*絶対配置で線の位置を決める*/
	position:absolute;
	bottom:0;
	left:0;
     /*線の形状*/
	background:#464646;
	width:100%;
	height:2px;
    /*アニメーションの指定*/
	transition:all 0.3s ease-in-out;
}

 /*hover時に伸びる線の形状*/
.view-more-btn::after{
	width:0;
	background:#ccc;
}

 /*hover時に100%に伸びる*/
.view-more-btn:hover::after {
	width:100%;
}

 /*矢印の設定*/
.view-more-btn span::after {
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    top: 1.55em;
    right: 20px;
    /*矢印の形状*/
    width: 5px;
    height: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

/*hover時に矢印が移動*/
.view-more-btn:hover span::after {
	right:15px;
}

.profile-body p:not(:last-child) {
  margin-bottom: 30px;
}

/*--------------------------------
 Contact
---------------------------------*/
.contact {
  text-align: center;
}

.lead {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .18em;
  margin-bottom: 30px;
}

.contact-list {
	/* display: flex; */
	align-items: center;
}

.contact-list a {
	/* font-size: 24px; */
	color: #464646;
}

.sns-icon:hover {
  opacity: 0.7;
}
/* .contact-item:not(:last-child) {
  margin-right: 10px;
} */

/*--------------------------------
 ページトップ
---------------------------------*/
.page-top {
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  background-color: #f2ecf0;
}

.page-top .material-icons-outlined {
  vertical-align: bottom;
  color: #464646;
}

/*--------------------------------
 フッター
---------------------------------*/
.footer {
  padding: 30px;
  background-color: #464646;
}

.copyright {
	font-family: YuMincho, "游明朝", "游明朝体", "Yu Mincho", serif;
  font-size: 16px;
  text-align: center;
  color: #fff;
  letter-spacing: .18em;
}

/*--------------------------------
 下層：Aboutページ
---------------------------------*/
#about-profile {
  background-image: url("../img/profile_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.profile-01 {
  display: flex;
  justify-content: space-around;
}

.profile-body01 {
  max-width: 45%;
}

.profile-body01 p{
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
}

.profile-img01 {
  max-width: 42%;
}

#skills {
  background-image: url("../img/skills_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.col-3 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.col-3 .skills {
  width: calc((100% - 90px)/3);
}

/* .skills-title {
  text-align: center;
} */

h2.skills-title {
	font-family: YuMincho, "游明朝", "游明朝体", "Yu Mincho", serif;
  font-size: 26px;
  letter-spacing: 0.08em;
	text-align: center;
  margin-bottom: 20px;
  font-weight: normal;
}

.skills-text, .points-text {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2;
  /* margin: 0 60px 0; */
}

/* point */
p.point-title {
  text-align: center;
  font-family: YuMincho, "游明朝", "游明朝体", "Yu Mincho", serif;
  font-size: 26px;
  letter-spacing: 0.08em;
  margin-bottom: 80px;
}

.point-title {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* .point-title img {
  margin: 0 15px;
  vertical-align: middle;
} */

img.icon-point-left {
	margin: 0 15px;
	vertical-align: middle;
}

img.icon-point-right {
	margin: 0 8px;
	vertical-align: middle;
}


.col-3 .points {
  width: calc((100% - 90px)/3);
}

.points-title {
  font-family: YuMincho, "游明朝", "游明朝体", "Yu Mincho", serif;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
}

/* vision */
.vision {
  background-color: #f2ecf0;
}

.col-2 {
  display: flex;
  justify-content: space-between;
}

.col-2 .item {
  width: calc((100% - 90px)/2);
}

.vision-title {
  text-align: center;
}

h2.vision-title {
  font-family: YuMincho, "游明朝", "游明朝体", "Yu Mincho", serif;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
}

p.vision-text {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2;
  margin: 10px 0;
}

/*--------------------------------
 下層：Worksページ
---------------------------------*/
.article {
  padding: 80px 0;
}

.article-container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

h2.article-title {
  font-family: YuMincho, "游明朝", "游明朝体", "Yu Mincho", serif;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: .08em;
  font-size: 26px;
  font-weight: normal;
}

.article-body {
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.article-body .article-body-explain{
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  font-size: 15px;
  letter-spacing: .08em;
  margin-top: 12px;
  margin-bottom: 50px;
	line-height: 1.8;
}

.article-body-title {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  font-size: 20px;
	font-weight: normal;
  letter-spacing: .08em;
}

.article-body-title img {
  vertical-align: middle;
  padding-bottom: 5px;
}

.article-body-title p {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  font-size: 15px;
  letter-spacing: .08em;
  line-height: 2.0;
  margin-top: 5px;
  margin-bottom: 38px;
}

.direction-btn {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

.direction-arrow-prev {
  font-size: 20px;
  font-family: YuMincho, "游明朝", "游明朝体", "Yu Mincho", serif;
  color: #464646;
  padding-right: 60px;
  letter-spacing: .08em;
	position: relative;
	top: 5px;
}

/* アロマサロンのWorks&名刺ページでは非表示 */
.inactive{
  visibility: hidden;
}

.direction-arrow-prev.prev-active {
	font-size: 20px;
	font-family: YuMincho, "游明朝", "游明朝体", "Yu Mincho", serif;
	color: #464646;
	padding-right: 60px;
	letter-spacing: .08em;
	position: relative;
	top: 5px;
}

a.direction-arrow-prev::before {
  font-family: 'Material Icons Outlined';
  content: '\e5cb';
  vertical-align: middle;
  padding-right: 5px;
}

.direction-back {
  width: 180px;
  border: 1px solid #e2e2e2;
  text-align: center;
  font-size: 16px;
  letter-spacing: .08em;
  background-color: #f2ecf0;
  margin: 0 10px;
  padding: 10px;
}

.direction-back:hover{
	opacity: 0.7;
}

.direction-arrow-next {
  font-size: 20px;
  font-family: YuMincho, "游明朝", "游明朝体", "Yu Mincho", serif;
  color: #464646;
  padding-left: 60px;
  letter-spacing: .08em;
	position: relative;
	top: 5px;
}

a.direction-arrow-next::after {
  font-family: 'Material Icons Outlined';
  content: '\e5cc';
  vertical-align: middle;
  padding-left: 5px;
}

.works-hikokai{
	text-align: center;
	margin-top: 80px;
}


/*media Queries 767
----------------------------------------------------*/
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

   /* 見出し */
  .title-en {
    font-size: 28px;
  }

  .title-ja {
    font-size: 16px;
  }

  .lead {
    font-size: 14px;
  }

  /* レイアウト */
  .wrapper {
    padding-top: 57px;
		overflow: hidden;
  }

  .section {
    padding: 60px 0;
  }

  .container {
    padding: 0 20px;
  }

	/* ハンバーガー3本線 */
	.hamburger {
	  position: absolute;
	  right: 6px;
	  top: 4px;
	  width: 40px; /* クリックしやすいようにちゃんと幅を指定する */
	  height: 40px; /* クリックしやすいようにちゃんと高さを指定する */
	  cursor: pointer;
	  z-index: 300;
	}

	.hamburger__line {
	  position: absolute;
	  left: 11px;
	  width: 18px;
	  height: 1px;
	  background-color: #464646;
	  transition: all .6s;
	}

	.hamburger__line--1 {
	  top: 14px;
	}

	.hamburger__line--2 {
	  top: 20px;
	}

	.hamburger__line--3 {
	  top: 26px;
	}

	.black-bg {
	  position: fixed;
	  left: 0;
	  top: 0;
	  width: 100vw;
	  height: 100vh;
	  z-index: 100;
	  background-color: #000;
	  opacity: 0;
	  visibility: hidden;
	  transition: all .6s;
	  cursor: pointer;
	}

	/* 表示された時用のCSS */
	.nav-open .gnav-sp {
	  right: 0;
	}

	.nav-open .black-bg {
	  opacity: .7;
	  visibility: visible;
	}

	/* 3本線が×印になる */
	.nav-open .hamburger__line--1 {
	  transform: rotate(45deg);
	  top: 20px;
	}

	.nav-open .hamburger__line--2 {
	  width: 0;
	  left: 50%;
	}

	.nav-open .hamburger__line--3 {
	  transform: rotate(-45deg);
	  top: 20px;
	}

	/*SP用メニュー*/
	.gnav-sp {
		position: fixed;
		/* ↓↓一旦画面の外に追いやる */
    right: -320px;
		/* ↑↑一旦画面の外に追いやる */
    top: 0;
    width: 300px;
    height: 100vh;
    padding-top: 60px;
    background-color: #ffffff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto;
	}

	.gnav-sp-list {
		display: block;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.gnav-sp-item {
		font-family: 'EB Garamond', serif;
		font-size: 16px;
		text-align: center;
		padding: 30px;
	}

  /* ヘッダー */
  .header .container {
    padding: 15px;
  }

  .header-logo {
    font-size: 18px;
    margin-right: 15px;
  }


  /*  メインビジュアル */
  .mv {
    background-image: url("../img/sp_mv01.png");
  }

  .mv-container {
    padding: 0 20px;
  }

  .mv-title {
    font-size: 28px;
  }
  .mv-subtitle {
    font-size: 38px;
    margin-bottom: 20px;
  }

  /* Works */
  .works-name {
    font-size: 14px;
  }

  .works-info {
    font-size: 12px;
    margin-top: 3px;
  }

  .works-list {
    justify-content: space-between;
  }

  .works-item {
    flex: 0 0 48%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  /* About */
  .profile {
    display: block;
  }
  .profile-img {
    width: 150px;
    margin: 0 auto;
    margin-bottom: 25px;
  }

  .profile-body p {
    font-size: 14px;
    line-height: 1.7;
  }

  .profile-body p:not(:last-child) {
    margin-bottom: 20px;
  }

  /* フッター */
  .footer {
    padding: 20px;
  }

  /* 下層-Aboutページ */
  .profile-01 {
    flex-direction: column-reverse;
  }

  .profile-body01 {
    max-width: 100%;
  }

  .profile-body01 p {
    font-size: 14px;
  }

  .profile-img01 {
    align-items: center;
    margin: 0 auto;
    margin-bottom: 40px;
    max-width: 80%;
  }

  .col-3 {
    display: block;
  }
  .col-3 .skills {
    width: 100%;
    margin: 0 auto 70px;
  }

  .col-3 .points {
    width: 100%;
    margin: 0 auto 70px;
  }

  .col-2 {
    display: block;
  }

  .col-2 .item {
    width: 100%;
    margin: 0 auto 70px;
  }

  h2.skills-title {
    font-size: 22px;
  }

  p.skills-text, p.points-text, p.vision-text {
    font-size: 14px;
  }

  /* point */
  p.point-title {
    font-size: 22px;
    margin-bottom: 60px;
  }

  .points-title {
    font-size: 20px;
    margin-bottom: 28px;
  }

  h2.vision-title {
    font-size: 22px;
  }

  /* 下層-Worksページ */
  .article {
    padding: 50px 0;
  }

  h2.article-title {
    font-size: 22px;
  }

  .article-body .article-body-explain{
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 30px;
  }

  .article-body-title {
    font-size: 18px;
  }

  .article-body-title p {
    font-size: 14px;
    line-height: 1.6;
  }

  .direction-arrow-prev {
    font-size: 14px;
    padding: 3px 20px 10px 0;
  }

  .direction-back {
    font-size: 12px;
    padding: 9px 18px;
  }

  .direction-arrow-next {
    font-size: 14px;
    padding: 3px 0 10px 20px;
  }

}
