@charset "utf-8";

/** テキストを1文字ずつタイプライター風に表示 ***/
.textSplitLoad {
	display: none;
}

.textDisplay{
    visibility: hidden;

}

/** top_coomon ***/

.headerTitle {
	background-image: url("../img/pc/pc_firstview.jpeg");
	background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.headerTitle p {
	font-size: 1.6rem;
	color: #371c1c;
}

.headerTitle p:first-child{
	font-size: 80px;
	font-weight: 600;
	line-height: 1;
	font-family: 'Grechen Fuemen', cursive;
}

.headerTitle p:last-child{
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 0.13em;
	color: #ebb300;
	width: 580px;
	text-align: left;
}

.textleft {
	display: inline-block;
	text-align: left;
}
header img {
	width: 100%;
}

.hoverimg img{
	transition: transform 0.3s ease-in-out;
}

.hoverimg img:hover {
  transform: scale(1.1);
}

.sectionWorks {
	background-color: #f0f0ef;
	padding: 140px 0;
}

h2 {
	display: block;
	text-align: center;
	font-size: 4rem;
	font-weight: 600;
	line-height: 1;
}

/** works***/

.inner h2 {
	font-family: 'PT Sans', sans-serif;
}

.sectionWorks_subtitle {
	display: block;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 40px 0;
}

/******スライドショー*********/

#slider .slick-slide {
    margin:0 10px;/*スライド左右の余白調整*/
}


/***** ボタン設定 *****/


.Btn {
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
}

.Btn p {
	font-weight: 600;
	line-height: 2.6;
	padding: 0 13px 0 0;
	position: relative;
}

.worksBtn p {
	font-size: 2.2rem;
}

.worksBtn {
	padding: 40px 100px 0 0;
}

.worksBtn img {
	width: 57px;
}

.textmedium {
	font-weight: 500;
}
.aboutBtn p {
	height: 36px;
}

.aboutBtn p img {
	width: 35px;
	margin: 4px 0 6px 0;
}

.aboutBtn_mb {
	margin: 26px 0 0 0;
}

.aboutBtn p img:hover {
	transition: all .3s;
}
/***** ボタン設定終了 *****/

/* BtnBorder設定*/

.Btn_border::after {
    content: "";
    position: absolute;
    left: -2px;
    bottom: 0;
    width: calc(100% - 7px);
    height: 13px;
    margin: auto;
    background-image: linear-gradient(to right, #111, #111 1px, transparent 1px, transparent 3px);
    background-size: 3px 1px;
    background-repeat: repeat-x;
    transition: all .3s;
}

.BtnAbout_border::after {
	content: "";
    position: absolute;
    left: -2px;
    bottom: 0;
    width: calc(100% - 7px);
    height: 1px;
    margin: auto;
    background-image: linear-gradient(to right, #111, #111 1px, transparent 1px, transparent 3px);
    background-size: 3px 1px;
    background-repeat: repeat-x;
    transition: all .3s;   
}

/* BtnBorder設定*/


/** works***/

.sectionWorks_item div img {
	box-shadow: 0px 1px 8px rgba(17, 17, 17, 0.1);
	border-radius: 5px;
}
.self_introduction {
	display: flex;
	justify-content: center;
    gap: 60px;
    margin: 0 0 80px 0;
}

.self_introductionText {
	width: 530px;
	height: 400px;
	text-align: left;
	font-size: 1.4rem;
	font-weight: 600;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.self_introductionImg {
	width: 200px;
}

.self_introductionImg img:first-child {
	display: block;
}

.self_introductionImg img:last-child {
	display: none;
}

.sectionAbout {
	padding: 140px 0;
}

.sectionAbout_subtitle {
	display: block;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	margin: 0 0 40px 0;
}
.skill {
	display: flex;
	justify-content: unset;
	gap: 10px;
	width: 300px;
	margin: -12px 0 0;
}
.skill img {
	width: 50px;
}
.skill figcaption {
	text-align: center;
}
.aboutMyfavorite {
	background-color: #f0f0ef;
	padding: 60px 0;
}

h3 {
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.2;
}

.myfavorite_subtitle {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5;
	margin: 0 0 40px 0;
}

.aboutMyfavoriteItem {
	display: flex;
	justify-content: center;
	gap: 50px;
}

.myfavorite_box {
	width: 250px;
	height: 300px;
	background-color: #fde7a0;
	border-radius: 13px;
}

.myfavorite_Img {
	padding: 34px 0 0 0;
	margin: 0 auto;
}

.myfavorite_title {
	display:block;
	width: 200px;
	font-size: 1.5rem;
	text-align: left;
	font-weight: 600;
	margin: 0 auto;
	padding: 15px 0 0 0;	
}

.myfavorite_text {
	display:block;
	width: 200px;
	font-size: 1.4rem;
	text-align: left;
	font-weight: 500;
	margin: 0 auto;
	padding: 5px 0 0 0;
}

/**** contactBtn ***/

.contactBtn {
	padding: 60px 0 0 0;	
}

.box {
	display:block;
	padding: 0.5em 1em;
    margin: 1em auto 0 auto;
	width: 290px;
	height: 60px;
    font-weight: bold;
    color: #241905;/*文字色*/
    background: #FABE00;
    border: solid 2px #FABE00;/*線*/
    border-radius: 10px;/*角の丸み*/
	line-height: 60px;
    font-size: 2rem;
	transition: transform 0.3s ease-in-out;
}

.box:hover {
  transform: scale(1.1);
  color: #fff;
  background: #241905;
  border: solid 2px #241905;/*線*/
  
}

.box a span {
	color: #FABE00;	
}

.dotbig {
	font-size: 2rem;
    padding: 0 3px 0 0;
}

/**** page_top ***/
#page_top img{
	position: fixed;
	bottom: 60px;
	right: 20px;
	width: 57px
}



@media (max-width: 768px){
	
h2{
	font-size: 4.2rem;
	font-weight: 500;	
}

.headerTitle p:first-child {
    font-size: 5rem;
}

.headerTitle p:last-child {
    font-size: 1.5rem;
    text-align: left;
	width: 386px;
	margin: 0 0 0 7px;
}


.worksBtn {
	padding: 45px 0px 0 0;
	margin: 0 50px 0 0;
}

.sectionWorks {
	padding: 60px 0;
}

.sectionWorks_subtitle {
	font-size: 1.4rem;	
}


.worksBtn img {
	width: 47px;	
}

.sectionAbout {
    padding: 60px 0;
}
	.skill {
		margin: -40px 0 0;
	}
.self_introduction {
	margin: 0 0 40px 0;
	flex-direction: column;
    align-items: center;
	gap: 40px;
}

h3 {
    line-height: 1;
}

.self_introductionImg {
    width: 450px;
}

.self_introductionImg img:first-child {
		display: none;
}

.self_introductionImg img:last-child {
		display: block;		
}

.self_introductionText {
    width: 450px;
	height: 550px;
    font-size: 1.6rem;
}

.self_introductionText p {
	margin: 0 0 30px 0;
}

.self_introductionText p:last-child {
	margin: 0;
}

	
	
.aboutMyfavorite {
	display: block;
	width: 450px;
	margin: 0 auto;
	padding: 40px 0;
}

.myfavorite_subtitle {
    margin: 0 0 20px 0;
}

.aboutMyfavoriteItem {
    flex-direction: column;
    align-items: center;
	gap: 20px;
}

.aboutBtn_spmb {
	margin: 0 0 20px 0;
}

.myfavorite_box:nth-child(2) {
	height: 310px;
}
	
	
	
.aboutBtn_mb {
	margin: 10px 0 0 0;
}
	
.myfavorite_Img {
	width: 200px;
}

.myfavorite_mb {
	margin: 0 0 22px 0;
}

.aboutBtn_spmb {
	margin: 0 0 0 0;
	}	
	
.contactBtn {
    padding: 40px 0 0 0;
}

.myfavorite_box {
	width: 260px;
}


}


@media (max-width: 500px){
	
h2{
	font-size: 3.2rem;
	padding: 0 0 4px 0;
}	
	
.headerTitle p:first-child {
    font-size: 4rem;
}

.headerTitle p:last-child {
	width: 300px;
	margin: 0 0 0 -8px;
}

.worksBtn {
    margin: 0 auto;
}

.self_introductionImg {
    width: 320px;
}

.self_introductionText {
    width: 320px;
	height: 645px;
}

.self_introductionText p {
    margin: 0 0 15px 0;
}

.aboutMyfavorite {
    width: 320px;
}

.contactBtn img {
  width: 280px;  
}

	.box {
		width: 275px;
	}

.myfavorite_box {
	width: 260px;
}
}






