@charset "UTF-8";

html, body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	letter-spacing: 1px;
	scroll-behavior: smooth;
}
body {
	font-size: 1rem;/*16px*/
	line-height: 1.6;
	background-color: #fff4e5; 
}

@media only screen and (max-width: 768px) {
		body {
		font-size: 0.875rem;/*14px*/
		line-height: 1.6;
	}
}

@media only screen and (max-width: 768px) {
	.for_pc{ display: none; }	
}
@media only screen and (min-width: 769px) {
	.for_sp{ display: none; }
}

/*------------------------------------------------------*/

#container{
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
#main_area{	width: 85%; }
#nav_area{
	width: 15%;
    background: #fff8ef;
}
@media screen and (max-width:768px){
	
#container{	display: block;}
#main_area{	width: 100%; }
#nav_area{ display: none;}
}

/*------------------------------------------------------*/
header{
	position: -webkit-sticky;/*Safari*/
	position: sticky;
	top: 0;
	padding: 2em;
	text-align: center;
    border-right: 1px solid #F8814B;
    min-height: 100vh;
}
header h1{	margin: 0 auto; }
nav ul li a{
	display: block;
	text-decoration: none;
	color: #333;
	padding: 1em;
	transition: all 0.3s;
	font-weight: bold;
	font-size: 1.2rem;
	letter-spacing: 0.7px;
}
nav ul li.current a,
nav ul li a:hover,
nav ul li a:active{
	color: #ea5413;
}
nav li.contact a{
	display: block;
    text-decoration: none;
    color: #fff;
    padding: 0.3em 1em 0.3em 1em;
    transition: all 0.3s;
    background: #ea5413;
    border-bottom: none;
    margin: 1.3em 0 -0.5em 0;
	border-radius: 30px;
}
nav li.contact a:hover {
	opacity: 0.9;
	color: #FCA400;
}
nav .mark{
	margin: 5em auto;
}


/*-------------------------------------*/

.mainBlock{}
.mainBlock .wrapper {
	width: 1300px;
	margin: 7em auto 2em;
}
.mainBlock .wrapper ul {
	display: flex;
}
.mainBlock .wrapper ul li:nth-child(odd)  {
	width: 50%;
	margin-top: 2em;
}
.mainBlock .wrapper ul li:nth-child(even) {
	width: 50%;
	position: relative;
}
.mainBlock .wrapper ul li:nth-child(even):before {
	position: absolute;
    content: url("../img/catch.png");
    left: 35px;
    bottom: 15px;
}
.intro{
    font-size: 1.2rem;
    margin: 3em 0.5em;
}
@media screen and (max-width:768px){

.mainBlock .wrapper {
	width: 90%;
	margin: 2em auto;
}
.mainBlock .wrapper ul {
	display: block;
}
.mainBlock .wrapper ul li:nth-child(odd)  {
	width: 100%;
	margin: 0;
}
.mainBlock .wrapper ul li:nth-child(even) {
	width: 100%;
	margin: 0;
    text-align: center;
}
.mainBlock .wrapper ul li:nth-child(even):before {
    content: url("../img/catch_sp.png");
    left: 0;
    bottom: 15px;
}
.intro{
    font-size: 1rem;
    margin: 2em 0;
}
}




h1{ font-size: 4.2rem; }
h1 span{ font-size: 6rem; color: #ea5413; }
@media screen and (max-width:768px){
h1{ font-size: 2.2rem; line-height: 1.4; }
h1 span{ font-size: 2.8rem; }
h1.sp{
	text-align: center;
	max-width: 50%;
	margin: 0 auto 1em;
}
}

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

section{ width: 100%; }
p{ margin-bottom: 1em; }
img { max-width: 100%; }


.content01 {
    width: 100%;
    margin: auto;
	background-color: #f9e1bf;
}
.content02 {
    width: 100%;
    margin: auto;
	background-color: #fdead0;
}

.contentBlock{
	display: block;
	margin: auto;
	padding: 5em;
    width: 1200px;
}
.mainttl{
	display: block;
	margin: auto;
    text-align: center;
}
.mainttl h2.title01 {
	position: relative;
	display: inline-block;
 	margin-bottom: 1em;
	font-size: 2.4rem;
	color: #741803;
}
.mainttl h2.title01:before {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 80px;
	height: 3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #741803;
	border-radius: 5px;
}

@media only screen and (max-width: 768px) {
	
.contentBlock{
	padding: 3em 0;
    width: 85%;
}
.mainttl{ }
.mainttl h2.title01 {
	font-size: 1.8rem;
}
.mainttl h2.title01:before {}
}


h3.ttl{ 
	background: #fd4f19;
    color: #fff;
    border-radius: 15px;
    display: inline-block;
    padding: 0.2em 1em;
    margin-bottom: 0.5em;
}
h4.ttl_s{
	font-size: 1.1rem;
	margin: 0.5em 0;
	font-weight: bold;
}
@media only screen and (max-width: 768px) {
	
h3.ttl{ 
}
h4.ttl_s{
}
}




/*-----イラスト-----*/
/*.ttl_works{
	position: relative;
}
.ttl_works:before{
	position: absolute;
    content: '';
    background: url("../img/illust01.png");
	width: 200px;
	height: 86px;
	top: 60px;
	left: 20%;
}
*/
.ttl_studio{
	position: relative;
}
.ttl_studio:before{
	position: absolute;
    content: '';
    background: url("../img/illust02.png");
	width: 200px;
	height: 86px;
	top: 133px;
	right: 133px
}

.ttl_about{
	position: relative;
}
.ttl_about:before{
	position: absolute;
    content: '';
    background: url("../img/illust01.png");
	width: 200px;
	height: 86px;
	top: 60px;
	left: 20%;
}

.ttl_contact{
	position: relative;
}
.ttl_contact:before{
	position: absolute;
    content: '';
    background: url("../img/illust03.png");
	width: 200px;
	height: 168px;
	top: -60px;
	right: 133px;
}
@media only screen and (max-width: 768px) {
	
.ttl_studio:before{
    background: url("../img/illust02_sp.png");
	width: 126px;
	height: 55px;
	top: -20px;
	right: 0;
}
.ttl_about:before{
    background: url("../img/illust01_sp.png");
	width: 126px;
	height: 53px;
	top: -20px;
	left: 0;
}
.ttl_contact:before{
    background: url("../img/illust03_sp.png");
	width: 122px;
	height: 103px;
	top: -50px;
	right: 0;
}
}


.conttl{
	font-size: 1.2rem;
	margin: 1em 0;
	text-align: center;
	font-weight: bold;
}
@media only screen and (max-width: 768px) {
.conttl{
	font-size: 1rem;
}
}


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

ul.about{
	display: flex;
}
ul.about li:nth-child(odd) {
	width: 67%;
}
ul.about li:nth-child(even) {
	width: 30%;
	margin-left: 2em;
}
@media only screen and (max-width: 768px) {
	
ul.about{
	display: block;
	margin: 0;
}
ul.about li:nth-child(odd) {
	width: 100%;
}
ul.about li:nth-child(even) {
	width: 100%;
	margin-left: 0;
}
}


ul.studio {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
ul.studio li {
    width: 22%;
}
@media only screen and (max-width: 768px) {
	
ul.studio {
    display: block;
}
ul.studio li {
    width: 100%;
	margin-bottom: 1em;
}
}


ul.works {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	width: 70%;
	margin: auto;
}
ul.works li {
    width: 48%;
}
@media only screen and (max-width: 768px) {
	
ul.works {
    display: block;
	width: 90%;
}
ul.works li {
    width: 100%;
	margin-bottom: 3em;
}
}


ul.access{
	display: block;
}
ul.access li {
	margin: 0.5em;
}
ul.access li.head {
    z-index: 999;
    padding: 0 0 0.8em 0;
    margin: 1em 2em;
    border-bottom: 1px #666 dotted;
}
ul.access li.head span {
    background: #7b6247;
    color: #fff;
    border-radius: 3px;
    padding: 0.1em 0.5em;
    margin-bottom: 0.3em;
}
@media only screen and (max-width: 768px) {
	
ul.access li.head {
    margin: 1em 0;
}
}



.mail{
	margin: 1em auto;
	text-align: center;
}
.mail span{
	font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
.mail span{
	font-size: 1rem;
}
}


.detail{
	margin-bottom: 2em;
	line-height: 2;
}
.detail span{
	font-weight: bold;
}


.caption{
	font-size: 0.8rem;
}



.movie-wrap {
	position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
} 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: 0;
}
.movie a{
	color: #064aa2;
}
.movie a:hover {
	color: #B55B0C;
}



/*ボタン*/
a.btn01 {
	display: block;
	text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 110px;
    margin: 0.5em auto;
    padding: 0.6rem 4rem;
    font-weight: bold;
    border: 1px solid #333;
    background: #fff;
    color: #333333;
    border-radius: 100vh;
    transition: 0.5s;
    font-size: 0.8rem;
}
a.btn01:hover {
	color: #fff;
	background: #ea0f54;
}
@media only screen and (max-width: 768px) {
	
a.btn01 {
    width: 130px;
    margin: 0.5em auto;
    padding: 0.6rem 2rem;
}
}


/*-----Footer-----*/

#footer{
	background: #ea5413;
}
#footer .foot{
	padding: 3em 0;
	text-align: center;
	color: #fff;
}
#footer small{ 
	font-size: 0.8rem;
}
@media only screen and (max-width: 768px) {

#footer{}
#footer .foot{
	padding: 2em 0;
}
#footer small{ 
	font-size: 0.7rem;
}
}

/*------トップへ戻る-------------------------------*/

#page-top{
	position: fixed;
	background: rgba(255,126,0,.7);
	min-width: 50px;
	min-height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	bottom: 2%;
	right: 2%;
}

/*-----お待ちください。-----*/
.wait{
	margin: 10em auto;
	text-align: center;
}


