@charset "utf-8";
/****************************
  共通
*****************************/
html,body{
    height: 100%;
	font-family: 'Cabin', cursive, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size : 62.5%;
}
p {
	font-size: 1.4rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #462B39;
}
a {
	color: #462B39;
}
a:hover {
	opacity: .7;
}
ul{
	list-style: none;
}

#slider{
    overflow: hidden;
    width: 100%;
	height: 100vh; /* 変数をサポートしていないブラウザのフォールバック */
  	height: calc(var(--vh, 1vh) * 100);
    background-color: #999;
}
* {
	margin: 0;
	padding: 0;
}
*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
section {
	max-width: 1200px;
    margin: 0 auto;
	padding-top: 8%;
}
h3 {
	position: relative;
	font-size: 3.5rem;
	margin: 0 0 8% 0;
	padding-left: 50px;
	color: #462B39;
}
h3:after {
	position: absolute;
	content: "";
	left: 0;
    bottom: 7px;
    width: 40px;
    height: 5px;
    background: #E94165;
}
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}
.sp {
		display: none;
	}
@media screen and (max-width: 768px) {
	section {
		padding-top: 15%;
	}
	p {
		font-size: 1.2rem;
		line-height: 2.0rem;
	}
	h3 {
		font-size: 2.3rem;
		padding-left: 35px;
	}
	h3:after {
		width: 30px;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}

/****************************
  header
*****************************/
#top-head {
	font-size: 2.0rem;
	/*top: -100px;*/
	position: absolute;
	width: 100%;
	margin: 50px auto 0;
	padding: 30px 0 0;
	line-height: 1;
	z-index: 999;
}
#top-head a,
#top-head {
	color: #fff;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	float: left;
	position: absolute;
    left: 5%;
    top: -50px;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
	top: -9px;
}
#global-nav ul li {
	float: left;
	position: relative;
}
#global-nav ul li a {
	padding: 0 30px;
}

/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: -20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
	background: #fff;
	bottom: -30px;
}

/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 60px;
	height: 122px;
	background: #fff;
	background: rgba(255,255,255,.9);

	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed #global-nav ul li a {
	color: #462B39;
	padding: 0 30px;
}

/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: -10px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #FFCE00;
	bottom: -20px;
}

/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 20px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #462B3A;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	border-radius: 10px;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

@media screen and (max-width: 980px) {
	#global-nav ul li a {
		padding: 0 20px;
	}
	#top-head.fixed #global-nav ul li a {
		padding: 0 15px;
	}
}

@media screen and (max-width: 768px) {
	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}
	#mobile-head {
		background: #fff;
		width: 100%;
		height: 65px;
		z-index: 999;
		position: relative;
	}
	#top-head.fixed .logo_sp,
	#top-head .logo_sp {
		position: absolute;
		left: 13px;
		top: 4px;
	}
	#top-head .logo_sp img {
		width: 44%;
	}
	#global-nav {
		position: absolute;
		top: -498px;
		background: #f5f5f5;
		width: 100%;
		text-align: center;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 2.0rem;
		background: #fff20d;
    	margin: 5%;
		padding: 15% 0;
	}
	#global-nav ul li {
		float: none;
		position: static;
	}
	#global-nav ul li:after  {
		display: none;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #000;
		padding: 30px 0;
	}
	#nav-toggle {
		display: block;
	}
	/* #nav-toggle */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
		opacity: .9;
	}
}

/****************************
  メインビジュアル
*****************************/
.jumbotron {
	text-align: center;
	top: 43%!important;
}
.inner-content h2 {
	font-family: 'Acme', sans-serif;
	font-size: 5.0rem!important;
	color: #fff;
	letter-spacing: 0.4rem;
}
.inner-content p {
	font-family: 'Megrim', cursive;
	font-size: 3.0rem!important;
	line-height: 2.5rem;
	color: #fff;
}
.inner-content p.center {
	font-size: 2.0rem!important;
}
.inner-content p:nth-of-type(1){
	margin-top: 15px;
}
.circle,
.circle:after {
	border-radius: 50%;
	width: 50rem;
	height: 50em;
	opacity: 1;
}
.circle {
	z-index: 9;
	margin: 0 auto;
	font-size: 10px;
	position: absolute;
	top: calc(50% - 25rem);
	left: 0;
	right: 0;
	bottom: 0;
	/*text-indent: -9999em;*/
	border-top: 1.1em solid rgba(255, 255, 255, 0.2);
	border-right: 1.1em solid rgba(255, 255, 255, 0.2);
	border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
	border-left: 1.1em solid #FFCE00;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 5s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 768px) {
	.circle {
		top: calc(50% - 17rem);
	}
	.circle, .circle:after {
		display: block;
		width: 34rem;
		height: 34em;
	}
}

/****************************
  MY SERVICE
*****************************/
.serviceWrap {
	max-width: 1024px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.serviceWrap div {
	border: solid 1px #462B3A;
	padding: 60px 40px;
	width: 30%;
}
.serviceWrap p {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 600;
}
.serviceWrap p.title {
	font-size: 2.5rem;
	text-align: center;
}
.serviceWrap p.title span {
	display: block;
	font-size: 1.3rem;
	font-weight: 500;
}
.serviceWrap p:nth-of-type(2) {
	text-align: center;
	margin: 30px;
}
.serviceWrap p:nth-of-type(2) img {

}
.serviceWrap p:nth-of-type(3) {
	font-size: 1.4rem;
	line-height: 2.8rem
}
@media screen and (max-width: 768px) {
	.serviceWrap {
		flex-flow: column;
	}
	.serviceWrap div {
		width: 90%;
		padding: 30px 20px;
		margin:0 auto 20px;
	}
	.serviceWrap p:nth-of-type(2) {
		margin: 20px;
	}
	.serviceWrap p.title {
		font-size: 2.0rem;
	}
	.serviceWrap p.title span {
		font-size: 1.1rem;
	}
	.serviceWrap p:nth-of-type(3) {
		font-size: 1.2rem;
		font-weight: 500;
		line-height: 2.0rem
	}
}
/****************************
  WORKS
*****************************/
#works h3 {
	margin-bottom: 20px;
}
#works p {
	padding-left: 40px;
	margin-bottom: 8%;
}
.worksWrap {
	max-width: 1024px;
    margin: 0 auto;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.worksWrap li {
	width: 45%;
}
.worksWrap li img {
	width: 95%;
    border: solid 1px #ccc;
}
@media screen and (max-width: 768px) {
	#works p {
		padding-left: 10px;
		padding-right: 10px;
	}
	.worksWrap {
		flex-flow: column;
	}
	.worksWrap li {
		width: 100%;
		text-align: center;
	}
	.worksWrap li img {
		width: 90%;
    	margin: 0 auto 20px;
	}
}
/****************************
  ABOUT ME
*****************************/
.aboutWrap {
	position: relative;
	height: 600px;
}
.aboutWrap div.upperLeft {
	position: absolute;
	left: 18%;
}
.aboutWrap div.upperLeft img {
	width: 330px;
}
.aboutWrap div.upperRight {
	position: absolute;
	background: #fff;
	box-shadow: 0 0 8px gray;
	padding: 3% 5%;
    top: 20px;
    right: 10%;
    z-index: 1;
}
.aboutWrap div.upperRight img {
	width: 440px;
}
.aboutWrap div.upperRight p.name {
	font-family: Cabin, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.2rem;
	color: #462B39;
}
.aboutWrap div.upperRight p span:nth-of-type(1) {
	font-size: 5.0rem;
	color: #E93F65;
}
.aboutWrap div.upperRight p span:nth-of-type(2) {
	font-size: 5.0rem;
	color: #ACACAC;
}
.aboutWrap div.upperRight p:nth-of-type(2) {
	margin: 6% 0;
}
.aboutWrap div.underLeft p {
	font-family: Meiryo, メイリオ, Cabin, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",  sans-serif;
	/*color: #fff;*/
	line-height: 2.3rem;
}
.aboutWrap div.underLeft p {
	font-size: 1.2rem;
}
.aboutWrap div.underLeft {
	position: absolute;
	background: #F0F0EA;
    padding: 5% 12%;
    top: 368px;
	left: 10%;
    z-index: -1;
}
.aboutWrap div.underLeft p {
	font-family: Meiryo, メイリオ, Cabin, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",  sans-serif;
}
.aboutWrap div.underRight {
	position: absolute;
	background: #998B93;
    top: 338px;
    right: 7%;
    z-index: -2;
    width: 620px;
    height: 200px;
}
@media screen and (max-width: 1024px) {
	.aboutWrap div.upperRight {
		right: 2%;
	}
	.aboutWrap div.underRight {
		right: 7%;
	}
	.aboutWrap div.upperLeft {
		left: 15%;
	}
	.aboutWrap div.underLeft {
		left: 6%;
	}
}
@media screen and (max-width: 1000px) {
	.aboutWrap div.upperLeft {
		left: 0;
	}
	.aboutWrap div.upperRight {
		right: 11%;
	}
}
@media screen and (max-width: 768px) {
	.aboutWrap {
		height: 750px;
	}
	.aboutWrap div.upperLeft {
		left: 0;
	}
	.aboutWrap div.upperLeft img {
		width: 240px;
	}
	.aboutWrap div.upperRight {
		width: 365px;
		padding: 7% 9%;
		top: 215px;
		right: 0;    
	}
	.aboutWrap div.upperRight p.name {
		font-size: 2.0rem;
	}
	.aboutWrap div.upperRight p span:nth-of-type(1),
	.aboutWrap div.upperRight p span:nth-of-type(2){
		font-size: 4.0rem;
	}
	.aboutWrap div.upperRight img {
		width: 315px;
	}
	.aboutWrap div.underRight {
		right: 0;
		width: 380px;
		height: 280px;
		top: 112px;
	}
	.aboutWrap div.underLeft {
		left: 0;
    	top: 500px;
		padding: 19% 9% 11% 9%;
	}
}
/****************************
  TOPへ戻る
*****************************/
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 3;
}
#pageTop i {
	padding-top: 6px;
	font-size: 25px;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 10px;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  background-color: #FFCE00;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
	#pageTop {
		bottom: 6px;
	}
}
/****************************
  DIARY
*****************************/
.diaryWrap {
	max-width: 1024px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8%;
}
.diaryWrap p:nth-of-type(1) {
	margin-right: 4%;
}
.diaryWrap img {
	width: 45px;
}
@media screen and (max-width: 768px) {
	.diaryWrap {
		width: 90%;
	}
}
/****************************
  LINEスタンプ
*****************************/
.lineWrap{
	max-width: 1024px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8%;
}
.lineWrap p:nth-of-type(1) {
	margin-right: 4%;
}
@media screen and (max-width: 768px) {
	.lineWrap {
		width: 100%;
		display: block;
	}
	.lineWrap p:nth-of-type(1) {
		width: 90%;
		margin: 0 auto 6%;
	}
	.lineWrap p:nth-of-type(2) {
		text-align: center;
	}
}

/****************************
  footer
*****************************/
footer {
	width: 100%;
    height: 130px;
    padding: 40px 60px;
	background: #E94165;/*#FFCE00*/
}
footer p {
	max-width: 1200px;
	margin: 0 auto;
}
footer img {
	width: 50px;
	display: block;
    margin-bottom: 10px;
}
footer img:hover {
	opacity: .7
}
@media screen and (max-width: 768px) {
	footer {
		height: 72px;
    	padding: 10px;
	}
	footer img {
		width: 40px;
		margin-bottom: 0;
	}
}


















