
h2.logo_pro{
	position: absolute;
	width: 216px;
	left: 0;
	right: 0;
	margin: auto;
	margin-top: 32px;
}

#mv{
	position: relative;
	margin-top: 140px;
	margin-bottom: 10vw;
}

#mv img, #sec01 img, #sec02 img, #sec03 img, #sec05 img{
	width: 100%;
	height: auto;
}

#mv .prof_box {
	position: absolute;
	background-color: #bb4240;
	width: 35%;
	right: 6%;
	bottom: -8%;
	padding: 40px 50px;
	color: #FFF;
}

#mv .prof_box p.sholder {
  font-size: 1.2vw;
  margin-bottom: 1.0rem;
}

#mv .prof_box p.store_name {
  font-size: 1.2vw;
  font-weight: bold;
}

#mv .prof_box p.name {
  font-size: 1.2vw;
}

#mv .prof_box p.name span {
  font-size: 2.0vw;
}

#sec01 {
	background-color: #efdfe1;
	margin-top: 20vw;
	padding-bottom: 10vw;
	margin-bottom: 10vw;
}

#sec01 figure {
	position: relative;
	width: 85%;
	margin: 0 auto;
	top: -7vw;
}


#sec01 .inner {
	margin-top: -2vw;
	text-align: center;
	font-size: 1.2vw;
}


#sec01 .inner h3{
	margin-bottom: 50px;
	font-size: 1.4vw;
}

#sec02 .box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10vw;
}

#sec02 .box:nth-child(even){
	flex-direction: row-reverse;
}

#sec02 .box figure{
	width: 42%;
}

#sec02 .box .text_area{
	width: 58%;
	padding: 0 5%;
	font-size: 1.2vw;
}

#sec02 .box .text_area p.q{
	font-size: 1.4vw;
	font-weight: bold;
	margin-bottom: 25px;
}

#sec03{
	background-color: #efdfe1;
	padding: 35px 0;
	margin-bottom: 10vw;

}

#sec03 .inner{
	width: 85.7%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#sec03 .inner figure{
	width: 33.0%;
	font-size: 0;
}

#sec03 .inner .text_area{
	width: 60.0%;
	font-size: 1.2vw;
}

a{
	color: #bb4240;
	text-decoration: underline;
}

#sec05{
	padding: 0 0 10vw 0;
	margin-bottom: 10vw;
}

#sec05 .inner{
	width: 85.7%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#sec05 .box{
	position: relative;
	width: 45.8%;
}

#sec05 .box .prof_box {
  position: absolute;
  background-color: #f5ebed;
  width: 84%;
  left: 0;
  bottom: -30%;
  right: 0;
  margin: auto;
  padding: 30px 40px;
  transition: all .3s ease-out;
}

#sec05 .box:hover .prof_box {
  background-color: #FFF;
}

#sec05 .box .prof_box:after {
  content: '';
  position: absolute;
  width: 20%;
  height: 20%;
  bottom: 0;
  right: 0;
  background-image: url('../img/sec05_arrow.svg');
  background-size: cover;
}

#sec05 .box .prof_box p.sholder {
  font-size: 1.2vw;
  margin-bottom: 1.0rem;
}

#sec05 .box .prof_box p.store_name {
  font-size: 1.2vw;
  font-weight: bold;
}

#sec05 .box .prof_box p.name {
  font-size: 1.2vw;
}

#sec05 .box .prof_box p.name span {
  font-size: 2.0vw;
}
#sec05 .box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  top: 0;
  left: 0;
  opacity: 0;
}


/*----------------------------------------------------
  sp
----------------------------------------------------*/

@media screen and (max-width: 1023px) {


#mv .prof_box {
    position: relative;
    background-color: #bb4240;
    width: 90%;
    left: 0;
    margin: 0 auto;
    margin-top: -30px;
    bottom: auto;
    padding: 15px 20px;
    transition: all .3s ease-out;
}

#mv .prof_box p.sholder {
  font-size: 12px;
  margin-bottom: 0.5rem;
}

#mv .prof_box p.store_name {
  font-size: 12px;
  font-weight: bold;
}

#mv .prof_box p.name {
  font-size: 12px;
}

#mv .prof_box p.name span {
  font-size: 20px;
}

h2.logo_pro {
    position: static;
    width: 216px;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 100px;
}
#mv {
    position: relative;
    margin-top: 10px;
    margin-bottom: 0px;
}

#sec01 {
    background-color: #efdfe1;
    margin-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

#sec01 figure {
    position: relative;
    width: 100%;
    margin: 0 auto;
    top: 0;
    margin-bottom: 20px;
}

#sec01 .inner h3 {
    margin-bottom: 20px;
    font-size: 14px;
}

#sec01 .inner {
    width: 90%;
    margin-top: 0;
    text-align: center;
    font-size: 12px;
    margin: 0 auto;
}

#sec02 .box {
    display: block;
    justify-content: space-between;
    margin-bottom: 30px;
}

#sec02 .box figure {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
}

#sec02 .box .text_area {
    width: 90%;
    padding: 0;
    font-size: 14px;
    margin: 0 auto;
}

#sec02 .box .text_area p.q {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

#sec05 .inner {
    width: 90%;
    margin: 0 auto;
    display: block;
    justify-content: space-between;
    align-items: center;
}

#sec05 .box {
    position: relative;
    width: 100%;
}


#sec05 .box .prof_box {
    position: relative;
    background-color: #f5ebed;
    width: 90%;
    left: 0;
    margin: 0 auto;
    margin-top: -50px;
    bottom: auto;
    padding: 15px 20px;
    transition: all .3s ease-out;
    margin-bottom: 30px;
}

#sec05 .box .prof_box p.sholder {
  font-size: 12px;
  margin-bottom: 0.5rem;
}

#sec05 .box .prof_box p.store_name {
  font-size: 12px;
  font-weight: bold;
}

#sec05 .box .prof_box p.name {
  font-size: 12px;
}

#sec05 .box .prof_box p.name span {
  font-size: 20px;
}


#sec05 .box .prof_box:after {
    width: 15%;
    height: 15%;
}

#sec05 {
	padding: 0;
	margin-bottom: 0;
}

#sec03 {
    background-color: #efdfe1;
    padding: 30px 0;
    margin-bottom: 50px;
}

#sec03 .inner {
    width: 90%;
    margin: 0 auto;
    display: block;
}

#sec03 .inner figure {
    width: 100%;
    margin-bottom: 20px;
}

#sec03 .inner .text_area {
    width: 100%;
    font-size: 12px;
}

.menu ul {
    width: 90%;
    margin: 26% auto 0;
    text-align: center;
}




}







