
a{
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover{
    opacity: .7;
}
.sp{
	display:none;
}
img{
	max-width:100%;
}
hr{
	margin:8% 0;
}
.inner1080{
	width:90%;
	max-width:1080px;
	margin:0 auto;
}
header{
    width: 100%;
    height: 70px;
    max-width: 1320px;
    margin: auto;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
header .instagram{
	padding:0;
}
header h1{
    line-height: 1;
}
header h1 img{
    width: 95px;
}
.head_menu{
	display:flex;
	margin-left:15px;
}
.head_menu a{
    padding: 0 15px !important;
    font-family: 'Lato', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
}
.head_menu a:hover{
    color: #000;
	opacity:.75;
}
p{
	font-family: "MPGothic","dnp-shuei-gothic-kin-std", sans-serif;
    line-height: 1.8;
    letter-spacing: 0.05em;
}

.page_arflex{
	width:90%;
	max-width:1600px;
	margin:4% auto 144px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.arflex_img{
	width:56%;
	order:2;
}
.arflex_txt{
	width:40%;
	margin:4% 0 0;
}
.message{
	margin:8% auto 0;
    font-size: 16px;
    line-height:30px;
    letter-spacing: 0.05em;
}
.arflex_txt .access{
	display:none;
}
.access{
	width:100%;
	margin:12% auto 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	text-align:left;
}
.access img{
    width: 50%;
	margin-bottom:20px;
}
.access .access_txt{
    width: 45%;
}
.access .access_txt img{
    width: 100%;
}

h2 {
	text-align:center;
}
h2 .interview_ttl{
	width:80%;
	max-width:480px;
}

.arflex_interview{
    padding: 5%;
    margin:6.4% auto 0;
    order: 3;
    background: #f5f5f5;
}
.interview_main{
    margin:4% auto 0;
	position:relative;
}
.interview_ttl2{
    padding: 12px 10px 10px 12px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #000a;
    font-size: 20px;
    letter-spacing: 0.25em;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}
.interview_ttl2 span{
    font-size: 80%;
}
.comment{
	padding:2.4%;
	margin:3% auto 0;
	background:#0001;
    font-size: 14px;
}
.comment strong{
    font-size: 140%;
}
.profile{
    display: flex;
    flex-wrap: wrap;
	margin:4% auto 0;
}
.profile img{
    width: 50%;
}
.profile .comment{
    width: 50%;
	margin:0 auto;
}


@media only screen and (max-width: 960px){
	.head_menu{
		display:none;
	}
	.message{
		font-size: 15px;
	}
	.arflex_img{
		width:100%;
		order:0;
	}
	.arflex_txt{
		width:100%;	
	}
	.arflex_txt .access{
		display:block;
	}
	.arflex_img .access{
		display:none;
	}
	.access{
	    width: 90%;
		margin:7.2vh auto 0;
	}
	.access img{
		width:100%;
	}
}
@media only screen and (max-width: 640px){
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	hr{
		margin:5.6vh 0;
	}
	header{
    	padding: 4% 3% 0;
	}
	header h1{
		width: 88px;
	}
	header .instagram{
		width:35vw;
	}
	.page_arflex{
		margin:7.2% auto 10vh;
	}
	.arflex_txt{
		margin:3.2vh auto 0;
	}
	.message{
		margin:4vh auto 0;
		font-size:3.8vw;
        line-height: 1.8;
	}
	.access img{
		width:100%;
		margin-bottom:4vw;
	}
	.access p{
		font-size:3.6vw;
	}
	
	h2{
		line-height:1;
	}
	.arflex_interview{
		padding:10% 5%;
		margin:6vh auto 0;
	}
	.interview_ttl2{
        padding: 2vw 2vw 1.6vw;
        font-size: 4vw;
        text-align: right;
        line-height: 1.2;
        letter-spacing: 0.125em;
	}
	.comment{
		padding:5%;
        font-size: 3.35vw;
	}
	.comment strong{
		font-size:4.4vw;
	}
	.profile img{
		width: 100%;
	}
	.profile .comment{
		width: 100%;
	}
}

/*----------------------------------------
    footer
----------------------------------------*/
footer {
  background: #f7f7f7;
  padding: 70px 0 0 0;
}
@media only screen and (max-width: 919px) {
  footer {
    padding: 50px 0 0 0;
  }
}
footer .inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
footer .inner .proposta_info, footer .inner .livingway_info {
  display: inline-block;
  vertical-align: top;
  margin-right: 50px;
}
@media only screen and (max-width: 919px) {
  footer .inner .proposta_info, footer .inner .livingway_info {
    width: 80%;
    margin: 0 10% 40px;
  }
}
footer .inner .proposta_info h1, footer .inner .livingway_info h1 {
  width: 85px;
  margin: 0 0 19px 0;
}
@media only screen and (max-width: 919px) {
  footer .inner .proposta_info h1, footer .inner .livingway_info h1 {
    margin: 0 0 10px 0;
    line-height: 1rem;
  }
}
footer .inner .proposta_info h1 img, footer .inner .livingway_info h1 img {
  width: 100%;
}
footer .inner .proposta_info p, footer .inner .livingway_info p {
  color: #000;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
  margin: 0 0 20px 0;
  line-height: 1.3rem;
}
@media only screen and (max-width: 919px) {
  footer .inner .proposta_info p, footer .inner .livingway_info p {
    margin: 0 0 10px 0;
  }
}
footer .inner .proposta_info ul li, footer .inner .livingway_info ul li {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
}
footer .inner .livingway_info h1 {
  width: 120px;
}
footer .inner .sitemap {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 919px) {
  footer .inner .sitemap {
    position: static;
    width: 80%;
    margin: 20px 10% 0;
  }
}
footer .inner .sitemap dl {
  display: inline-block;
  vertical-align: top;
  margin-right: 60px;
}
@media only screen and (max-width: 919px) {
  footer .inner .sitemap dl {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
footer .inner .sitemap dl:nth-child(2) {
  margin-left: 30px;
}
@media only screen and (max-width: 919px) {
  footer .inner .sitemap dl:nth-child(2) {
    margin-left: 0px;
  }
}
footer .inner .sitemap dl:last-child {
  margin-right: 0;
}
footer .inner .sitemap dl dt {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  margin-bottom: 25px;
}
@media only screen and (max-width: 919px) {
  footer .inner .sitemap dl dt {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 919px) {
  footer .inner .sitemap dl dd ul:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
  }
}
footer .inner .sitemap dl dd ul:last-child {
  margin-right: 0;
}
footer .inner .sitemap dl dd ul li {
  margin: 0 0 15px 0;
  line-height: 1rem;
  opacity: 0.5;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}
@media only screen and (max-width: 919px) {
  footer .inner .sitemap dl dd ul li:last-child:after {
    content: "";
  }
}
@media only screen and (max-width: 919px) {
  footer .inner .sitemap dl dd ul li {
    float: left;
  }
}
@media only screen and (max-width: 919px) {
  footer .inner .sitemap dl dd ul li:after {
    content: "/";
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0 3px;
  }
}
footer .inner .sitemap dl dd ul li:hover {
  opacity: 1;
}
footer .inner .sitemap dl dd ul li i {
  vertical-align: bottom;
  margin-right: 10px;
}
footer .inner .sitemap dl dd ul li a {
  color: #000;
  vertical-align: bottom;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: 'Lato', sans-serif;
}
footer .footer_follow_us {
  width: auto;
  height: 14px;
  margin-right: 7px;
}
footer .copyright {
  width: 100%;
  text-align: center;
  margin-top: 100px;
}
@media only screen and (max-width: 919px) {
  footer .copyright {
    margin-top: 40px;
  }
}
footer .copyright p {
  background-color: #f2f2f2;
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: 'Lato', sans-serif;
  padding: 25px 0;
  letter-spacing: 0.05rem;
}
