@charset "utf-8";
/*
Theme Name:  Sakura Kuzuoka Portfolio Site.
Author: Sakura Kuzuoka
Description: Sakura Kuzuoka Portfolio Site.
Version： 1.0.0
*/

/*cssのリセット*/
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 {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}


html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display: block;
}
 
nav ul {
  list-style: none;
}
 
blockquote,
q {
  quotes: none;
}
 
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
 
a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
	text-decoration:none;
	color:#000;
	cursor:pointer;
}

 
ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}
 
mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}
 
del {
  text-decoration: line-through;
}
 
abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
 
table {
  border-spacing: 0;
  border-collapse: collapse;
}
 
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

/*サイト全体の基準となるCSSを記述*/
html {
  font-size: 16px;
}
 
body {
    font-family: "Titillium Web", sans-serif;
    line-height: 1.4;
    padding: 0;
    color: #333;
    position: relative;
    box-sizing: border-box;
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
}
 
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #000;
}
 
img {
  max-width: 100%;
  height: auto;
}

/* ============================== */
/* ここから */
/* ============================== */

.sp-only, .spo, .pfspo, br.sp {
    display: none;
}

h1{
    font-family: "Titillium Web", sans-serif;
    font-weight: 100;
    font-size: 1.8vw;
    margin: 4rem auto;
    letter-spacing: 4px;
    max-width: 70vw;
}

	.titleArea{
    height: 100vh;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
	}


	.footerArea{
    height: 100vh;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
	}
	
	

section{
	padding:4rem 2rem;
	max-width:70vw;
	margin:0 auto;
}

h2{
	font-family: "Titillium Web", sans-serif;
	font-weight:100;
	font-size:1.5vw;
	margin-bottom:-2rem;
	letter-spacing:4px;
}

.worksBox{
	display: flex;
    gap: 4rem 1rem;
    margin: 4rem 0;
    flex-flow: wrap;
	justify-content:space-between;
}

.prfBox{
    display: flex;
    gap: 4rem;
	margin:4rem 0;
	align-items:center;
}

.prfBox2{
    display: flex;
    gap: 4rem;
	margin:4rem 0;
    flex-flow: row-reverse;
}

.prfBox img,
.prfBox2 img{
	width:340px;
	height:340px;
}

.prfBox p,
.prfBox2 p{
    letter-spacing: 3px;
    line-height: 1.6;
	margin:2rem 1rem;
	font-size:1vw;
}

.accordion,
.contactBox{
	margin:4rem 0;
}

.accordion-content {
	display:none;
    margin-top: 1rem;
    font-size: 0.9vw;
    margin-bottom: 0.5rem;
    letter-spacing: 2px;
    padding: 0 2rem 0 1rem;
    line-height: 1.7;
}
@media(max-width: 767px){
	.accordion-content{
		font-size:2.8vw;
		padding:0;
	}
}

.accordion-item{
    cursor: pointer;
    padding: 1rem 2rem;
    background: #fff;
    margin: 2rem 0;
    border: solid 0.5px #000;
}

.accordion-title{
	display: flex;
    justify-content: space-between;
	letter-spacing:2px;
	font-size:1vw;
    align-items: center;
}

.accordion-title span{
	font-size:1.1rem;
}

.accordion-content p{
	margin:1rem 0 0 0;
}


textarea,
.wpcf7-email{
	padding: 1rem;
    width: 100%;
    box-sizing: border-box;
    font-size: 0.9rem;
    margin-top: 2rem;
	border:solid 0.5px #000;
}

.wpcf7-submit{
    border: solid 1px #000;
    padding: 1rem 3rem;
    background: #fff;
    display: block;
    margin-left: auto;
    margin-top: 1.5rem;
    letter-spacing: 4px;
  box-sizing: border-box;
}

/* ============================== */
/* メニュー */
/* ============================== */

/* メニュー */
.nav {
	position: fixed;
    top: 3rem;
    right: -100%;
    display: flex;
    justify-content: center;
    align-items: end;
    transition: right 0.5s ease;
    z-index: 999;
}

.nav ul {
  list-style: none;
  text-align: left;
	display:flex;
	gap:1rem;
	flex-flow:column;
}

.nav a {
  color: #000;
	font-size:1.2vw;
	font-weight:100;
}
@media(max-width : 767px){
	.nav a{
		font-size:3vw;
	}
}

.nav.active {
  right: 5rem;
}

.hamburger {
  position: fixed;
  top: 2rem;
  right: 2.5rem;
  z-index: 1000;
  font-size: 2rem;
  color: #000;
  background: transparent;
  border: none;
  cursor: pointer;
  user-select: none;
}

a.SiteTop{
	position:relative;
}

a.SiteTop img{
	position:fixed;
	top:3rem;
	display:block;
	width:40px;
	left:2rem;
}


h3{
	font-size:1.3rem;
	font-weight:200;
	letter-spacing:2px;
}

.work-area img{
	width:500px;
}

.work-area a{
	display: flex;
    flex-flow: column;
    gap: 1rem;
    text-align: center;
    max-width: 320px;
}

.work-area a p{
	line-height:1.6;
	letter-spacing:2px;
}

.fadeIn {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s ease, transform .8s ease;
}

.fadeIn.active {
  opacity: 1;
  transform: translateY(0);
}

.pfTextArea{
	display: flex;
    gap: 4rem;
    justify-content: space-between;
}

.pfBox1,
.pfBox2,
.pfBox3{
	border: solid 0.5px #000;
    width: 300px;
    height: 300px;
    padding: 2rem
}

/* ============================== */
/* 記事 */
/* ============================== */

h2.w2{
	font-size: 1.4vw;
    margin: 4rem 0;
    font-weight: normal;
}

.news-cont tr{
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 4rem;
    letter-spacing: 3px;
    line-height: 1.6;
}

.news-cont th{
    font-size: 1.8vw;
    font-weight: normal;
    opacity: 0.6;
}

.btnArea p{
	text-align:right;
}

.btnArea a{
    display: inline-block;
    border: solid 1px #000;
    padding: 1rem 4rem;
    margin: 0 auto;
}

.footer-inner{
	margin-top:3rem;
	font-size:0.9vw;
	letter-spacing:1px;
}

.niji-mini{
	text-align:right;
	font-size:0.9vw;
	margin-top:1rem;
}

/* ============================== */

.NameX{
	display: flex;
    align-items: center;
    gap: 1rem;
}

.NameX img{
	width:32px;
	height:32px;
}

/* ============================== */
/* タブレット */
/* ============================== */

@media (max-width: 1024px){
	section{
	
	}
}

td p{
	margin:1rem 0;
}

/* ============================== */
/* スマホ */
/* ============================== */

@media (max-width: 768px){
	.spo{
		display:block;
	}
	.pco{
		display:none;
	}
	section{
		padding:4rem 0;
		max-width:80vw;
	}
	.prfBox{
		flex-flow:column-reverse;
		gap:3rem;
	}
	.prfBox img{
		width:auto;
		height:auto;
	}
	.NameX img{
		width:32px !important;
		height:32px !important;
	}
	h2{
		font-size:8vw;
	}
	.worksBox{
		justify-content:center;
	}
	.wpcf7-submit{
		font-size:3vw;
	}
	.accordion-title {
		font-size: 3.3vw;
	}
	.prfBox p, .prfBox2 p{
		font-size:3.5vw;
	}
	.footer-inner{
		font-size:2.5vw;
	}
	h2.w2{
		font-size:4vw;
	}
	.news-cont th{
		font-size:4vw;
	}
	.news-cont td{
		font-size:3.5vw;
	}
	.btnArea a{
		text-align:center;
		width:100%;
		padding:1rem 0;
	}
	.contactBox p{
		font-size:3.5vw;
	}
	.nav .active{
		top:5rem;
		right:2rem;
	}
	.niji-mini{
		font-size:3vw;
	}
}

/* ============================== */
/* 大画面 */
/* ============================== */

@media (min-width: 1535px){
	.prfBox p, .prfBox2 p{
		font-size:0.8vw;
	}
	.accordion-title{
		font-size:0.85vw;
	}
	.accordion-content{
		font-size:0.8vw;
	}
	.nav a {
		font-size:0.95vw !important;
	}
	.niji-mini{
		font-size:0.7vw;
	}
}
