@charset "UTF-8";
/* CSS Document */

/* 共通　スタイル */
* {
    text-decoration: none;
    list-style-type: none;
    font-family: Arial, Helvetica, "sans-serif";
    margin: 0;
    color: #fffbe8;
    font-size: 0.855vw;
}
body {
    width: 100%;
    height: 100%;
}
main {
    display: block;
    z-index: -1;
    background-color: #93c5f0;
}
header  {
    height: 50px;
    width: 100%;
    overflow: hidden;
}
.header {
    margin-left: auto;
    margin-right: auto;
	width: 100%;
    max-width: 1200px;
    margin-top: 1.5%;
    height: 100px;
}
header h1   {
    float: left;
    padding-left: 2%;
    width: 20%;
}
header h1 a {
    font-family: "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.62em;
    text-indent: 100px;
    height: auto;
}
header nav  {
    width: 75%;
    float: left;
}
header nav ul  {
    text-align: center;
    width: 100%;
}
header nav ul li {
    position: relative;
    float: left;
    padding: 0;
    text-align: center;
    width: calc(99%/3);
}
header nav ul li a {
    font-weight: 400;
    font-style: normal;
    display: block;
    font-size: 1.25em;
    width: 100%;
}
header .pc_br {
	display: block;
}
header .mobile_menu {
    display: none;
}
.works_menu {
    zoom: 1;
    padding-right: 1%;
}
.works_menu:after {
    visibility: hidden;
    display: block;
    content: ".";
    clear: both;
}
ul .submenu {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 5px;
    display: none;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 10%;
}
ul .submenu li  {
    padding-top: 0px;
    padding-bottom: 10px;
    text-align: left;
    clear: left;
    margin: 0;
    width: 100%;
}
ul .submenu li a {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 20%;
}
/* 共通　スタイル　おわり */

header p  {
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    text-align: center;
}
header p img {
    max-height: 50%;
    max-width: 100%;
}
main h2 {
    font-size: 2.62em;
    font-weight: 10;
    font-style: normal;
    margin-top: 0px;
    margin-bottom: 0px;
	color: #333333;
}
.titletext {
    text-align: center;
    width: 100%;
    padding-bottom: 1%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.5%;
}
article {
    margin-top: 15%;
    max-width: none;
}
.header_background {
    width: 100%;
    text-align: center;
}
.bk_pc {
	display: block;
}
.bk_sp {
	display: none;
}

.header_main {
    font-style: normal;
    font-weight: 500;
    font-size: 6.25em;
    top: 100px;
    position: relative;
}
/*テキスト　スタイル　おわり*/
.scroll {
    position: relative;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.scroll p {
    font-size: 1.25em;
    font-weight: 500;
}
.scroll::after {
	content : '';
    display : block;
    position : absolute;
    right : 50%;
    bottom : -110px;
    transform : translateX(-50%);
    width : 1px;
    height : 100px;
	background-color: #fffbe8;
}
.scroll::after {
  animation: scroll 3s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*ABOUT ME　スタイル*/
.aboutme {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 15%;
    max-height: 100%;
    margin-top: 10%;
}
.aboutme h2 {
	color: #fffbe8;
}
#aboutme .aboutme_image {
    width: 30%;
    height: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    max-height: 300px;
}
.aboutme .aboutme_image img {
    text-align: center;
    max-width: 100%;
}
.aboutme .aboutme_text {
    text-align: left;
    padding-left: 5%;
    padding-right: 5%;
    line-height: 2rem;
    padding-top: 3%;
    width: 75%;
    height: 100%;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10.5%;
}
.profile  {
    clear: left;
    width: 100%;
    height: 100%;
    margin-top: 5%;
}
.profile h3  {
    text-align: center;
    font-size: 1.2em;
	font-family: ab-tombo-bold, sans-serif;
	font-weight: 400;
    color: #333333;
}
.profile_child {
    width: 100%;
    max-width: 900px;
    list-style-type: none;
    margin-left: auto;
    margin-right: auto;
    height: 600px;
    margin-top: 2%;
}
.profile_child .tab {
    display: flex;
    padding-right: 6%;
    padding-left: 5%;
    justify-content: space-around;
    list-style-type: none;
    border-bottom-color: #FFFFFF;
}
.profile_child .tab .tab_title {
    width: 14%;
    color: #333333;
    text-align: center;
    transition: .3s;
    height: 100%;
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 1em;
    background-color: #FFFFFF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-left: 1%;
	border-top: 3px solid #f6da8e;
    border-right: 3px solid #f6da8e;
    border-left: 3px solid #f6da8e;
}
.profile_child .tab .tab_title.active {
    display: block;
    color: #FFFFFF;
    background-color: #f6da8e;
}
.profile_child .tab_content {
    display: none;
    position: absolute;
    width: 100%;
    max-width: 898px;
    padding-top: 5%;
    padding-bottom: 2.5%;
    color: #333333;
    background-color: #f6da8e;
    max-height: 450px;
    height: 450px;
}
.profile_child .tab_content.show {
    display: block;
    color: #333333;
    font-size: 0.8em;
    border-radius: 10px;
    border-top: 15px solid #f6da8e;
}
.profile_child .tab_content.show dt {
    color: #333333;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #333333;
    font-size: 1.5em;
}
.profile_child .tab_content.show dd  {
    color: #333333;
    width: 100%;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    margin-bottom: 5%;
    line-height: 180%;
    text-align: left;
    font-size: 1.2em;
}
#skill {
	background-color: #fffbe8;
    width: 100%;
    padding-top: 12%;
}
#skill h3, #skill p {
    color: #333333;	
}

/*ABOUT ME　スタイル　おわり*/

/*SKILL　スタイル*/
.skill {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    border-radius: 10px;
    padding-bottom: 4.5%;
    margin-right: auto;
}
.skill section {
    width: calc(99%/3);
    height: 150px;
    display: -webkit-inline-box;
    margin-bottom: 3%;
}
.skill section .skill_img {
    width: 25%;
    margin-top: 7%;
    float: left;
}
.skill section img {
    max-width: 50px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
	display: block
}
.skill section h3 {
    font-size: 0.75vw;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 10px;
    width: 100%;
}
.skill section .skill_content  {
    line-height: 1.5rem;
    margin-top: 7%;
    text-align: left;
    width: 75%;
    height: 100%;
    max-height: 150px;
    max-width: 340px;
    float: left;
	padding-left: 2%	
}
.skill section .skill_content p {
    width: 80%;
}
.works {
	background-color: #fffbe8;
    padding-top: 10%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10%;
}
.works p {
	width: 100%;
	color: #333333;
	text-align: center;
	margin: auto;
}
.works_webdesign, .works_dtpdesign, .works_movie, .works_other {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    padding: 0;
    margin-right: auto;
}
.works_dtpdesign, .works_movie, .works_other {
	margin-top: 10%;
}
.works_content {
    display: -webkit-inline-box;
    margin-bottom: 5%;
    width: calc(99%/3);
}
#popup00, #popup01, #popup02, #popup03, #popup04, #popup05, #popup06, #popup07, #popup08, #popup09, #popup10, #popup11, #popup12, #popup13, #popup14, #popup15, #popup16, #popup17, #popup18, #popup19, #popup20, #popup21, #popup22, #popup23 {
    display: none;
}
#popup00:checked ~ .content, #popup01:checked ~ .content, #popup02:checked ~ .content, #popup03:checked ~ .content, #popup04:checked ~ .content, #popup05:checked ~ .content, #popup06:checked ~ .content, #popup07:checked ~ .content, #popup08:checked ~ .content, #popup09:checked ~ .content, #popup10:checked ~ .content, #popup11:checked ~ .content, #popup12:checked ~ .content, #popup13:checked ~ .content, #popup14:checked ~ .content, #popup15:checked ~ .content, #popup16:checked ~ .content, #popup17:checked ~ .content, #popup18:checked ~ .content, #popup19:checked ~ .content, #popup20:checked ~ .content, #popup21:checked ~ .content, #popup22:checked ~ .content, #popup23:checked ~ .content {
    display: block;
    z-index: 99999;
    background-color: rgba(0,0,0,0.85);
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}
.content_prev  {
    margin: auto;
    cursor: pointer;
    display: block;
}
.content_prev img {
    margin: auto;
    max-width: 200px;
/*
    box-shadow: 3px 3px 5px #71717163;
    -webkit-box-shadow: 3px 3px 5px #71717163;
*/
}
.popup-text, ul.popup-text   {
    margin: 0 auto;
    text-align: center;
}
ul.popup-text {
    padding: 0;
    display: flex;
}
.content  {
    display: none;
}
.popup-window   {
    width: 100%;
    padding: 10px;
    max-width: 600px;
    /*    border-radius: 10px;*/
/*    background-color: #ffffff;*/
    position: fixed;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100vh;
}
.popup-text:not(:last-of-type) {
    margin-bottom: 1em;	
}
.content_img   {
    width: 100%;
    display: block;
}
.content_img img {
    width: 85%;
}
.content_img_dtp img {
    width: 55%;
}
.content_txt   {
    width: 63%;
    color: #ffffff;
    margin: auto;
    padding-top: 3%;
    text-align: left;
}
.popup-close {
    position: absolute;
    top: -26px;
    cursor: pointer;
	right: 0;
}
.works_title {
    margin: auto;
    width: 100%;
    color: #333333;
    font-size: 2vw;
    text-align: center;
}
video{
	width: 60%;
}
.contact {
	background-color: #fffbe8;
    padding-top: 10%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10%;

}
.contact_btn {
	display: flex;
	margin: auto;
	width: 100%;
	justify-content: center;	
}
.line {
	width: 100%;
	max-width: 150px;
	text-align: center;
	display: block;
	height: 100%;
}
.contact .line img {
	text-align: center;
	width: 100%;
	height: 100%;
}
.mail {
    background-color: #93c5f0;
    width: 150px;
    height: 47px;
    display: block;
    text-align: center;
    justify-content: center;
    margin-right: 2%;
    border-radius: 5px;
}
.mail a {
	text-align: center;
	justify-content: center;
	display: block;
	font-size: 1.35vw;
	padding-top: 8.5%;
	font-weight: 200;
}
/*WORKS　スタイル　おわり*/

@media (max-width:767px){
*{
	font-size: 0.85em;
}
main {
    display: block;}
header {
    height: 80px;
}
header .pc_br {
	display: none;
}
.header {
    height: 80px;
}	
.header_background {
    min-height: 650px;
}
.header_main {
	top: 200px;
	padding-left: 24px;
	font-size: 4em;
}
.scroll{
	top: 0;
	position: relative;
}
.scroll p {
	font-size: 1.85em;
}
.scroll::after {
	width: 1px;
	bottom: -120px;
}
header h1  {
    margin-top: 20px;
    padding-left: 2%;
    width: 100%;
	max-width: 200px;
	font-weight: 100;
}
header h1 a {
    max-width: 100%;
	font-size: 3.25em;	
}
header nav    {
    margin: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    display: none;
}
header p img {
    max-width: 100%;
}
/*モバイルメニュー*/
header .mobile_menu {
    display: block;
}
header .menu_btn {
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-content: center;
    z-index: 90;
    position: fixed;
    top: 32px;
    right: 10px;
}
header .menu_btn span, .menu_btn span:before, .menu_btn span:after {
	content: '';
    display: block;
    height: 2px;
    border-radius: 2px;
    width: 25px;
    background-color: ivory;
    position: absolute;
}
header .menu_btn span:before {
    bottom: 8px;
}
header .menu_btn span:after {
    top: 8px;
}
#check:checked ~ .menu_btn span {
	background-color: rgba(255, 255, 255, 0);
}
#check:checked ~ .menu_btn span::before {
    transform: rotate(45deg);
	bottom: 0;
	}
#check:checked ~ .menu_btn span::after {
	transform: rotate(-45deg);
	top: 0;
	}
#check {
    display: none;
}
header .menu_content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: rgba(0,0,0,0.85);
    transition: all 0.5s;
}
header .menu_content ul {
    padding-top: 100px;
    padding-bottom: 10px;
}
header .menu_content ul li {
    border-bottom: thin dotted #fffff0;
    color: #fffff0;
    padding: 10px 0 15px 10px;
	display: block;
    width: 85%;
    box-sizing: border-box;
    position: relative;
	font-size: 4.25em;
}
header .menu_content ul li a {
    color: #fffff0;
	font-size: 1em;
}
header .menu_content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: thin solid #fffff0;
    border-right: thin solid #fffff0;
    transform: rotate(45deg);
    position: absolute;
    top: 17px;
    right: 30px;
}
header .mobile_menu #check:checked ~ .menu_content {
		left: 0;
	}
/*モバイルメニュー　おわり*/
main {
    margin-left: auto;
    margin-right: auto;
    font-size: 0.8em;
}
main h2 {
	font-size: 2.4em;
	}
main h3 {
    font-size: 2em;
}
.bk_pc {
	display: none;
}
.bk_sp {
	display: block;
}

.aboutme {
    margin: 50% auto;
}
.titletext {
	margin: 10% auto 15%;
}
#aboutme .aboutme_image {
    max-width: 200px;
    max-height: 200px;
    width: 100%;
    height: 100%;
	margin: 15% auto;
}
.profile_child {
    width: 95%;
    height: 500px;
}
.profile_child .tab {
    padding: 0;
    margin: 0;
}
.profile_child .tab .tab_title {
    margin: 0;
    font-size: 0.8em;
	border-top: 1px solid #f6da8e;
    border-right: 1px solid #f6da8e;
    border-left: 1px solid #f6da8e;
}
.profile_child .tab_content.show {
    border-radius: 0;
    width: 95%;
}
.profile_child .tab_content.show dt {
    font-size: 1em;
    max-width: 300px;
    width: 75%;
}
.profile_child .tab_content.show dd {
    font-size: 0.8em;
    max-width: 250px;
    width: 75%;
}
#skill {
	padding: 10% auto 25%;	
}
.skill {
    width: 85%;
    height: 100%;
    font-size: 0.8em;
}
.skill section {
    float: none;
    width: 100%;
    height: 150px;
}
.skill section .skill_img {
    margin: 0;
}
.skill section .skill_img img {
    max-width: 40px;
    width: 100%;
}
.skill section .skill_img h3 {
    font-size: 0.8em;
}
.skill section .skill_content {
    margin-top: 0;
}
.works {
	padding-bottom: 20%;
}
.works_content {
	width: calc(99%/2);
}
.popup-window {
	width: 80%;
	}
.content_prev img {
	max-width: 160px;
}
.works_title {
	font-size: 1.85em;
	margin-top: 5%;
}	
.works_dtpdesign, .works_movie, .works_other {
	margin-top: 35%;
}
.works_webdesign, .works_dtpdesign, .works_movie, .works_other {
	margin-bottom: 10%;	
}
video{
	width: 75%;
}
.contact {
	padding-bottom: 35%;	
}
.mail a {
	font-size: 4.5vw;
	padding-top: 10%;
}

}

@media only screen and (max-width:1000px) and (min-width:768px){
	* {
		font-size: 1.05vw;
	}
	.header {
		max-width: 1000px;
	}
	.header_main {
		top: 40px;
	}
	header h1{
		width: 18%;
		padding-left: 3%
	}
	header h1 a{
		font-size: 2vw;
	}
	header nav ul{
		padding-left: 0;
	}
	header nav ul li {
		width: 33%;
	}
	header nav ul li a {
		display: inline;
		font-size: 1.85vw;
	}
	ul .submenu li{
		padding-left: 35%;
	}
	ul .submenu li a{
		padding-left: 0;
		display: inline;
	}
	#aboutme .aboutme_image{
		margin: 30px auto;
	}
	.skill section .skill_content{
		margin-top: 10%;
	}
	.skill {
		width: 95%;
	}
	.skill section .skill_content p{
		width: 95%;
	}
	.skill section h3{
		font-size: 1.25vw;
	}
	.works{
		margin-top: 20%;
	}
	.works_dtpdesign, .works_movie, .works_other {
		margin-top: 30%;
	}
}
