@charset "utf-8";

header {
	height: 250px;
}
header.fade .headerIn {
	top: 0;
}
.h2Tp {
	margin: 62px auto;
	font-size: 6rem;
}
.logo {
	padding: 15px 0;
}
.logo img {
	height: 30px;
}
.navi li a {
	padding: 20px 0 14px;
}
.navi li a::before, .navi li a::after {
	bottom: 14px;
}

.linkBtn.UpMove {
    animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*　下に下がる動き　*/

.linkBtn.DownMove {
    animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 1;
        transform: translateY(150px);
    }
}



/* about */
.aboutIn {
	max-width: 650px;
	padding: 50px;
}
.aboutIn .table {
	width: 100%;
	max-width: 550px;
	display: table;
	border-top: 1px solid #fff;
	margin: 0 auto;
}
.aboutIn ul {
	display: table-row;
}
.aboutIn li {
	display: table-cell;
	vertical-align: middle;
	font-size: 1.4rem;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: 10px 20px 10px 0;
}
.aboutIn li:first-child {
	width: 200px;
	padding: 10px 20px;
}

/* contact */
.contactIn {
	width: 100%;
	max-width: 750px;
	padding: 50px;
	margin: 0 auto;
}
#contact .top-back__btn,
.dwmenu .top-back__btn{
	display: none;
}
.contactIn .table {
	display: table;
	color: #fff;
}
.contactIn ul {
	display: table-row;
}
.contactIn li {
	display: table-cell;
	font-size: 1.4rem;
	padding: 10px 20px 10px 0;
}
.contactIn li:first-child {
	width: 250px;
	vertical-align: middle;
	padding: 10px 20px;
}
.contactIn li:last-child a {
	color: #fff;
	text-decoration: underline;
}
.contactIn input[type="text"], .contactIn textarea {
	width: 100%;
	font-size: 1.4rem;
	color: #676767;
	border: 1px solid #9E9E9F;
	border-radius: 3px;
	padding: 5px 10px;
	outline: none;
	-webkit-appearance: none;
}
.contactIn .linkBtn {
	text-align: center;
	margin: 30px auto 0;
}
.contactIn input[type="submit"],
.contactIn input[type="button"]{
	width: 100%;
	max-width: 300px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	border: 4px solid #fff;
	background: none;
	border-radius: 0;
	-webkit-appearance: none;
	padding: 12px 50px 10px;
	transition: all .3s;
	height: 50px;
    margin: 40px auto 0;
}
.contactIn input[type="submit"]:hover,
.contactIn input[type="button"]:hover {
	color: #676767;
	border-color: #FF7C78;
	background: #fff;
}
.contactIn .linkBtn button {
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	border: 4px solid #fff;
	background: none;
	border-radius: 0;
	-webkit-appearance: none;
	padding: 12px 50px 10px;
	margin: 0 10px 0 0;
	transition: all .3s;
}
.contactIn .linkBtn button:hover {
	color: #676767;
	border-color: #FF7C78;
	background: #fff;
}
.contactBox h3 {
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	margin: 0 0 50px;
}
.contactBox a {
	width: 100%;
	max-width: 300px;
	display: block;
	font-size: 2rem;
	color: #fff;
	background: #9E9E9F;
	border: 2px solid #9E9E9F;
	padding: 12px 50px 10px;
	margin: 50px auto 0;
}
.contactBox a:hover {
	color: #9E9E9F;
	background: #fff;
}

/* news */
.topNewsList {
	margin: 0 auto 100px;
}
#more-button {
	width: 100%;
	max-width: 400px;
	display: block;
	line-height: 1;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	border: 4px solid #fff;
	background: none;
	padding: 22px 0 16px;
	margin: 0 auto;
	transition: .3s;
	-webkit-appearance: none;
}
#more-button:hover {
	color: #676767;
	border-color: #FF7C78;
	background: #fff;
}

/* privacy */
.privacyIn {
	max-width: 1000px;
	margin: 0 auto;
}
.privacyIn h3 {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 5px;
}
.privacyIn p {
	margin: 0 0 30px;
}
.privacyIn a {
	text-decoration: underline;
}

/* service */
.serviceIn {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	padding: 0 0 100px;
}
.serviceBox {
	width: 48.5%;
	background: #fff;
	padding: 2% 3%;
	margin: 0 0 2% 3%;
}
.serviceBox:nth-child(2n+1) {
	margin: 0 0 2%;
}
.serviceBox .imgArea {
	text-align: center;
}
.serviceBox .imgArea img {
	height: 70px;
}
.serviceBox .textArea {
}
.serviceBox .textArea h3 {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
}
.serviceBox .textArea h4 {
	font-weight: bold;
}
.serviceBox .textArea p {
	font-size: 1.6rem;
}

/* works */
#works .pageCn.maxSize {
	padding: 0;
}
.topWorksIn {
	padding: 0 0 150px;
}
#works #more-button {
	color: #fff;
	border: 4px solid #fff;
	background: none;
}
#works #more-button:hover {
	color: #676767;
	border-color: #FF7C78;
	background: #fff;
}

/* single */
.single article {
	max-width: 1100px;
	margin: 0 auto;
}
.single h2 {
	font-size: 3rem;
	font-weight: bold;
	margin: 0 0 30px;
}
.single .data {
	margin: 0 0 100px;
}
.single .data ul {
	overflow: hidden;
}
.single .data li {
	float: left;
	font-size: 2rem;
	font-weight: bold;
	padding: 6px 0;
}
.single .data li:first-child {
	width: 200px;
	font-family: 'Josefin Sans', sans-serif;
	text-align: center;
	color: #676767;
	background: #FFF;
	border-radius: 25px;
	padding: 9px 0 3px;
	margin: 0 30px 0 0;
}

/* styleguide */
.styleGuide > h2,
.styleGuide > h3,
.styleGuide > div {
	margin: 0 0 50px;
}
.styleGuide > h2 {
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	background: #FF7C78;
	border-bottom: 3px solid #9E9E9F;
	padding: 15px 20px;
}
.styleGuide > h3 {
	font-size: 2rem;
	font-weight: bold;
	border-left: 5px solid #FF7C78;
	padding: 15px 20px;
}
.styleGuide h2:last-child,
.styleGuide h3:last-child,
.styleGuide > div:last-child {
	margin: 0 auto !important;
}
.styleGuide .textArea p {
	margin: 0 0 1.6em;
}
.styleGuide .textArea p:last-child {
	margin: 0;
}
.styleGuide .textArea ul {
	list-style-type: disc;
	padding: 0 0 0 25px;
}
.styleGuide .textArea ol {
	list-style-type: decimal;
	padding: 0 0 0 25px;
}
.styleGuide .imgArea img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.styleGuide .imgArea .smallImg {
	width: 50%;
	height: auto;
}
.styleGuide .imgText {
	overflow: hidden;
}
.styleGuide .imgText img {
	height: auto;
	display: block;
}
.styleGuide .imgText.left img {
	float: left;
	margin: 0 30px 30px 0;
}
.styleGuide .imgText.right img {
	float: right;
	margin: 0 0 30px 30px;
}
.styleGuide .imgText.textBlock .textArea {
	overflow: hidden
}
.styleGuide .imgText2 {
	width: 65%;
	overflow: hidden;
	margin: 0 auto 50px;
}
.styleGuide .imgText2Box {
	width: 47.5%;
	float: left;
}
.styleGuide .imgText2Box:first-child {
	margin: 0 5% 0 0;
}
.styleGuide .imgText3 {
	overflow: hidden;
}
.styleGuide .imgText3Box {
	width: 31%;
	float: left;
	margin: 0 0 0 3.5%;
}
.styleGuide .imgText2 h3,
.styleGuide .imgText3 h3 {
	font-weight: bold;
	text-align: center;
	margin: 10px 0;
}
.styleGuide .imgText2 p,
.styleGuide .imgText3 p {
	font-size: 1.4rem;
	text-align: center;
}
.styleGuide .imgText3Box:first-child {
	margin: 0;
}
.styleGuide .linkBtn a {
	max-width: 700px;
	display: block;
	line-height: 1;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #9E9E9F;
	border: 4px solid #9E9E9F;
	padding: 22px 0 16px;
	margin: 0 auto;
}
.styleGuide .linkBtn a:hover {
	color: #9E9E9F;
	background: #fff;
}
.styleGuide .linkImg.right {
	overflow: hidden;
}
.styleGuide .linkImg img {
	height: auto;
	display: block;
}
.styleGuide .linkImg.center img {
	margin: 0 auto;
}
.styleGuide .linkImg.right img {
	float: right;
}
.styleGuide .linkImg a img {
	transition: all .2s;
}
.styleGuide .video {
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 
.styleGuide .video iframe,
.styleGuide .video object,
.styleGuide .video embed,
.styleGuide .video .youtubeImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.styleGuide .video .youtubeImg img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.styleGuide .video .youtubeBtn {
	width: 100%;
    height: 100%;
    background: url(../image/sns/youtubeIcon.png) no-repeat center;
	background-size: 80px auto;
    position: absolute;
    top: 0;
    left: 0;
	transition: all .2s;
}
.styleGuide .video .youtubeBtn:hover {
	opacity: .7;
}

@media screen and (max-width: 1024px) {
	.navi li a {
		padding: 15px 25px;
	}
	.serviceIn {
		display: block;
	}
	.serviceBox {
		width: 100%;
		margin: 0 0 5%;
	}
	.serviceBox .textArea h4 {
		font-size: 2rem;
		text-align: center;
	}
	.serviceBox .textArea p {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 599px) {
	header {
		height: 0px;
	}
	.dwmenuOn .menuBtn {
		right: 5%;
	}
	.h2Tp {
		font-size: 3rem;
		margin: 41px auto;
	}
	.mvArea {
		padding: 0;
	}
	/* about */
	.aboutIn .table,.aboutIn ul,.aboutIn li {
		display: block;
	}
	.aboutIn li {
		padding: 0 0 20px;
	}
	.aboutIn li:first-child {
		border: none;
		padding: 20px 0 0;
	}
	
	/* contact */
	.contactIn .table,.contactIn ul,.contactIn li {
		display: block;
	}
	.contactIn li {
		padding: 0 0 30px;
	}
	.contactIn li:first-child {
		padding: 0 0 10px;
	}
	.contactIn .linkBtn {
		overflow: hidden;
	}
	.contactIn .mw_wp_form_preview input[type="submit"] {
		width: 65%;
		float: right;
		padding: 12px 0 10px;
	}
	.contactIn .mw_wp_form_preview button {
		width: 30%;
		float: left;
		padding: 12px 0 10px;
	}
	
	/* service */
	.serviceBox {
		padding: 15% 5%;
		margin: 0 0 10%;
	}
	.serviceBox:nth-child(2n+1) {
		margin: 0 0 10%;
	}
	.serviceBox:last-child {
		margin: 0;
	}
	.serviceBox .imgArea img {
		width: 139px;
		height: 100px;
	}
	.serviceBox .textArea h3 {
		font-size: 2.4rem;
		padding: 30px 0;
	}
	.serviceBox .textArea h4 {
		font-size: 1.6rem;
		text-align: left;
	}
	.serviceBox .textArea p {
		font-size: 1.4rem;
	}
	
	/* archive */
	.topNewsList {
		margin: 0 auto 10px;
	}
	#works .topWorksIn {
		padding: 0;
	}
	#works .topWorksList {
		margin: 0 auto 50px;
	}
	#works .single.cnSize {
		padding: 0 0 50px;
	}
	#more-button {
		width: 90%;
		font-size: 2rem;
		padding: 18px 0 12px;
	}
	#news #more-button {
		width: 100%;
	}
	
	/* single */
	.single article {
		padding: 0 5%;
	}
	.single h1 {
		font-size: 2rem;
		margin: 0 0 10px;
	}
	.single .data {
		margin: 0 0 30px;
	}
	.single .data li {
		font-size: 1.4rem;
	}
	.single .data li:first-child {
		width: auto;
		padding: 9px 15px 3px;
	}
	.single .data li:last-child {
		float: right;
	}
	
	/* styleguide */
	.styleGuide .imgArea .smallImg {
		width: 100%;
	}
	.styleGuide .imgText.left img,
	.styleGuide .imgText.right img {
		width: 100% !important;
		float: none;
		margin: 0 0 30px;
	}
	.styleGuide .imgText2 {
		width: 100%;
	}
	.styleGuide .imgText2Box,
	.styleGuide .imgText3Box {
		width: 100%;
		float: none;
		margin: 10% 0 0;
	}
	.styleGuide .video .youtubeBtn {
		background-size: 50px auto;
	}
}


/* CONTACTフォーム */

.form-list{
	width: 100%;
}
.form-list:nth-child(n + 3){
	margin-top: 30px;
}
.form-title{
	color: #ffff;
	font-size: 14px;
}
.form-content{
	margin-top: 10px;
	width: 100%;
}

input{
	display: block;
	width: 100%;
	height: 28px;
	padding: 5px 10px;
	border: 1px solid #9E9E9F;
}

.wpcf7-list-item label{
	display: flex;
	margin-left: -1em; 
	margin-top: 30px;
	font-size: 14px;
}
.wpcf7-list-item .privacy{
	height: initial;
	width: initial;
}
.wpcf7-spinner{
	display: none!important;
}
p br{
	display: none;
}

@media screen and (min-width: 768px){
	.form-list{
	display: flex;
	justify-content: space-between;
}
	.form-content{
	width: 400px;
	margin-top: initial;
}
	.form-list-flex span{
		display: block;
	}
	
	.wpcf7-list-item label{
		justify-content: center;
		margin-bottom: 30px;
	}
}

/* キャンペーンカラー */
.campaign-bgcolor{
	background-color: #F9AAAA;
}
.campaign-color{
	color: #FF7C7C;
}
