@charset "Shift_JIS";
/* CSS Document */
/* --------------------------------------------
    common
-------------------------------------------- */
body {
	 color: #4d4d4d;
    text-align: left;
    font-size: 1.2rem; 
}
h1 {
    font-weight: 500;
    font-size: 1.4rem; 
    margin-bottom: 1em;
}
h2 {
    font-weight: 500;
    font-size: 1.4rem; 
    margin-bottom: 1em;
}
h3 {
    font-weight: 500;
    font-size: 1.4rem; 
    text-decoration: underline;
    margin-bottom: 1em;
}
h4 {
    font-weight: 500;
    font-size: 1.4rem; 
}
.common_w {
    max-width:800px;
    margin: 0 auto;
	width: 90%;
}

/*delay
-------------------------------------------- */
.delay,.section_wrap > ul >li {
	opacity : 0;
	transform: translateY(5em);
	transition: 1s;
}

/* --------------------------------------------
    header
-------------------------------------------- */
.header_wrap {
	text-align: center;
	margin:2em auto 4em
}
.header_wrap img {
	width: 50%;
	max-width: 250px;
	margin: 0 auto;
}
.header_wrap h1 {
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.125em;
    text-indent:.15em;
	font-size: 5rem;
	margin-bottom: .25em;
}
.header_wrap h2 {
	line-height: 1.5;
	letter-spacing: 0.1;
	font-size: 2.75rem;
	margin-bottom: .5em;
}
.header_wrap div {
	font-size: 1.5rem;
    letter-spacing: .05em;
}

/* --------------------------------------------
    profile_wrap
-------------------------------------------- */
.profile_wrap {
    font-size: 1.15em;
    letter-spacing: .05em;
    border-top: 1px dashed #4d4d4d;
    border-bottom: 1px dashed #4d4d4d;
	padding:5em 0 6em;
	margin-bottom: 7.5em;
}
.profile_wrap h2 {
	font-size: 1.5em;
	margin-bottom:.75em;
}
.profile_wrap div {
	width: 80%;
	margin: 0 auto;
	line-height: 2
}
.profile_wrap div h3 {
	margin-bottom: 0.5em
}
.profile_wrap div a {
	display: block;
	background-image: url("../img/common/instagram.svg");
	background-repeat: no-repeat;
	background-position: left 47%;
	background-size: 1.05em;
	padding-left: 1.35em;
	margin-top: 0.75em
}

/* --------------------------------------------
    section_wrap
-------------------------------------------- */
.section_wrap > ul {
    margin-bottom: 10em;
}
.section_wrap > ul:nth-child(even) {
    background-color: #f6f6f6;
    padding:10em 0;
}
.section_wrap > ul:nth-child(even) .section-01 img {
    order:2;
}
.section_wrap > ul img {
    display:block;
}
/*section-01*/
.section_wrap > ul .section-01 {
    display:flex; 
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3em;
}
.section_wrap > ul .section-01 img {
    width:60%;
}
.section_wrap > ul .section-01 .credit {
    width: 36%;
    font-size: 1.1rem;
    letter-spacing: .05em;
    line-height: 1.75;
}
.section_wrap > ul .section-01 .credit h2 {
    font-size: 2.75rem;
    line-height: 1.25;
    position: relative;
}
.section_wrap > ul .section-01 .credit h2:before,
.section_wrap > ul .section-01 .credit h2:after {
    position: absolute;
    top:-1.5em;
    display:block;
    content: "";
    width:  .75em;
    height: .75em;
}
.section_wrap > ul .section-01 .credit h2:before { 
    left:0;
}
.section_wrap > ul .section-01 .credit h2:after {
    left:1em;
}
.section_wrap > ul .section-01 .credit li {
    border-top: 1px solid #ddd;
    margin-top: .5em;
    padding-top: 0.75em;
}
.section_wrap > ul:nth-child(even) .section-01 .credit li {
    border-top: 1px solid #ccc;
}
.section_wrap > ul .section-01 .credit li:first-child {
    border: none;
}
.section_wrap > ul .section-01 .credit li span {
    font-size: 1rem;
    margin-left: 1.25em;
}
.section_wrap > ul .section-01 .credit li span span {
    font-size: 0.65rem;
    margin-left: 0em;
}
.section_wrap > ul .section-01 .credit a {
    color: #333;
    transition: .5s;
}
.section_wrap > ul .section-01 .credit a:link { 
    color: #333;
}
.section_wrap > ul .section-01 .credit a:visited { 
    color: #333;
}
.section_wrap > ul .section-01 .credit a:hover {
    color: #999;
}
.section_wrap > ul .section-01 .credit a:active { 
    color: #333;
}
/*section-02*/
.section_wrap > ul .section-02 {
    padding:3.5em;
    border: 1px dashed #999;
}
.section_wrap > ul .section-02 img,
.section_wrap > ul .section-02 .point {
    width: 53%;
    margin: 0 auto;
}
.section_wrap > ul .section-02 img {
    margin-top: 1em;
    margin-bottom:3em;
}
.section_wrap > ul .section-02 .point {
    text-align: left;
    color: #494949;
    font-size: 1.4rem;
    letter-spacing: .05em;
    line-height: 2.2;
}
.section_wrap > ul .section-02 .point h2 {
    font-size: 2.15rem;
    line-height: 1.58;
    margin-bottom: 0.25em;
    background-size: 1em;
    background-position: left 45%;
    background-repeat: no-repeat;
    padding-left: 1.25em;
}
.section_wrap > ul:nth-child(odd) .section-02 .point h2 {
    background-image: url("../img/common/point-01.svg");
}
.section_wrap > ul:nth-child(even) .section-02 .point h2 {
    background-image: url("../img/common/point-02.svg");
}
.section_wrap > ul .section-02 .point h3 {
    margin-bottom: 1.5em;
} 
/*color*/
.section_wrap > ul#item-01 .section-01 .credit h2:before { 
    background-color:rgba(234,195,63,1);
}
.section_wrap > ul#item-01 .section-01 .credit h2:after {
    background-color: rgba(76,52,130,1);
}
.section_wrap > ul#item-02 .section-01 .credit h2:before { 
    background-color:rgba(32,88,159,1);
}
.section_wrap > ul#item-02 .section-01 .credit h2:after {
    background-color:rgba(79,79,84,1)
}
.section_wrap > ul#item-03 .section-01 .credit h2:before { 
    background-color:rgba(215,125,122,1)
}
.section_wrap > ul#item-03 .section-01 .credit h2:after {
    background-color:rgba(218,186,149,1)
}
.section_wrap > ul#item-04 .section-01 .credit h2:before { 
    background-color:rgba(215,214,210,1);
}
.section_wrap > ul#item-04 .section-01 .credit h2:after {
    background-color:rgba(197,176,161,1);
}
.section_wrap > ul#item-05 .section-01 .credit h2:before { 
     background-color:rgba(57,61,61,1)
}
.section_wrap > ul#item-05 .section-01 .credit h2:after {
    background-color:rgba(215,88,51,1)
}
.section_wrap > ul#item-06 .section-01 .credit h2:before { 
    background-color:rgba(234,195,63,1)
}
.section_wrap > ul#item-06 .section-01 .credit h2:after {
    background-color:rgba(93,70,61,1)
}

/* --------------------------------------------
    nav
-------------------------------------------- */
.nav_wrap {
	display: none
}
.nav_wrap ul {
    display: flex;
    justify-content:space-between;
	flex-wrap: nowrap;
	margin-bottom: 10em;
}
.nav_wrap ul li {
	width: 31%;
	display:block;
}
.nav_wrap ul li div {
    position: relative;
    overflow: hidden;
    height:10em;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    text-align: center;
    line-height:1;
}
.nav_wrap li a {
    position: absolute;
    display: inline-flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: calc(100% - 0.8em);
    width: calc(100% - 0.8em);
    top:0.4em;
    left: 0.4em;
    border: 1px solid rgba(49,49,49,0.4);
    transition: all .3s ease-out;
    z-index: 2;
	color: rgba(49,49,49,1.0);
}
.nav_wrap li a:hover {
	color: rgba(49,49,49,1.0);
	opacity: 1.0
    }
.nav_wrap li div:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
    transition: all .3s ease-out;
    padding: 1em;
    z-index: 1;
	opacity: .7;
}
.nav_wrap li div:hover:after {
    opacity: .4;
    filter:blur(1px);
    transform: scale(1.07);
}
.nav_wrap li:first-child div:after {
	background: url("../img/kikuchi/banner.jpg") no-repeat center center;
}
.nav_wrap li:nth-child(2) div:after {
	background: url("../img/kikuchi/banner.jpg") no-repeat center center;
}
.nav_wrap li:last-child div:after {
	background: url("../img/kikuchi/banner.jpg") no-repeat center center;
}
.nav_wrap ul li div span {
	font-size: 0.85em;
	line-height: 1.8
}
.nav_wrap ul li div span span {
	padding-top: .5em;
	border-top: 1px solid rgba(49,49,49,0.5);
	font-size: 1.15em;
	display: block;
}

/* --------------------------------------------
    footer
-------------------------------------------- */
.footer_wrap {
    text-align: center;
    background-color: #fff;
    padding:0 0 5em;
}
.footer_wrap .link {
    padding: 0 0 3em;
    margin: 0 0 3.5em;
    border-bottom: 1px solid #777;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_wrap .link a {
	display: block;
    margin: 0 2em;
}
.footer_wrap  a.instagram {
    width:40px;
}
.footer_wrap a.coen_icon {
    width:100px;
}
.footer_wrap .link a img {
    transition: .3s ease-in-out;
    opacity: 1.0;
}
.footer_wrap .link a img:hover {
    opacity: 0.5;
}
.footer_wrap .copyright a {
    color: #555;
    font-weight: 500;
}



/* --------------------------------------------
    scroll up
-------------------------------------------- */    
.scroll-up {
    position: fixed;
    z-index:100;
	right: 2em; 
	top:  2em;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    }
.scroll-up a {
    width:40px;
	padding: 8px;
	line-height: 1;
	display: inline-block;
	color:#fff;
	background-color:rgba(0,0,0,0.4);
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;     
    }
.scroll-up a:hover{
	background-color:rgba(0,0,0,0.2);
    }



@media screen and (max-width: 768px) {
    body {
        font-size: 100%;
        /*font-size: 1.1rem; */
    }
    .common_w {
        width: 85%;
    }
	/* --------------------------------------------
		header
	-------------------------------------------- */
	.header_wrap {
	}
	.header_wrap img {
		max-width: 150px;
	}
	.header_wrap h1 {
		font-size: 3.75rem;
        text-indent: -0.1em;
        padding-left: .125em;
	}
	.header_wrap h2 {
		font-size: 1.65rem;
		margin-bottom: 1.15em;
	}
	.header_wrap div {
		font-size: 1.15rem;
		line-height: 2
	}
	/* --------------------------------------------
		profile_wrap
	-------------------------------------------- */
	.profile_wrap {
		font-size: 1.15em;
		padding:3em 0 4em;
		margin-bottom: 4em;
	}
	.profile_wrap div {
		width: 85%;
	}
	.profile_wrap div h3 {
		font-size: 1.1em;
	}


	/* --------------------------------------------
		section_wrap
	-------------------------------------------- */
	.section_wrap > ul {
		margin-bottom: 5em;
	}
	.section_wrap > ul:nth-child(even) {
		padding:5em 0;
	}
	/*section-01*/
	.section_wrap > ul .section-01 {
		display:block; 
		margin-bottom:2.5em;
	}
	.section_wrap > ul .section-01 img {
		width:100%;
		margin: 0 auto 2em;
	}
	.section_wrap > ul .section-01 .credit {
		width: 100%;
		font-size: 1rem;
	}
	.section_wrap > ul .section-01 .credit h2 {
    	width: calc(100% - 1.85em);
		margin-bottom: 0.25em;
	}
	.section_wrap > ul .section-01 .credit h2:before,
	.section_wrap > ul .section-01 .credit h2:after {
		top:0.2em;
		left:inherit;
	}
	.section_wrap > ul .section-01 .credit h2:before { 
		right:-1.85em;
	}
	.section_wrap > ul .section-01 .credit h2:after {
		right:-1em;
	}
	.section_wrap > ul .section-01 .credit li span {
		font-size: 1.15rem;
	}
	/*section-02*/
	.section_wrap > ul .section-02 {
		padding:2.5em;
	}
	.section_wrap > ul .section-02 .point-img {
		background-color: #f5f5f5;
		padding: 1.5em;
		margin-bottom: 2em;
	}
	.section_wrap > ul:nth-child(even) .section-02 .point-img {
		background-color: #fff;
	}
	.section_wrap > ul .section-02 img {
		margin:0 0 0 auto;
		width: 75%;
	}
	.section_wrap > ul .section-02 .point {
		width: 100%;
		font-size: 1.15em;
	}
	.section_wrap > ul .section-02 .point h2 {
		font-size: 1.25rem;
		width: 30%;
		position: absolute;
		top:3.75em;
		left:3.5em;
		background-size: 1.5em;
		background-position: left 0;
		padding-left:0;
		padding-top: 2em;
	}
	.section_wrap > ul .section-02 .point h3 {
		font-size: 1.1em;
		margin-bottom:.5em;
	} 

}