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



/* =====================================================



===================================================== */
.concept {

}

.concept-bt {
  position: relative;
  border-top: #bda893 solid 3px;
  padding-top: 30px;
  margin-bottom: 40px;
}

.concept-bt::before {
  position: absolute;
  top: -3px;
  left: 0;
  height: 3px;
  background-color: #6e5b46;
  content: '';
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 600px) {
.concept-bt::before {
    width: 365px;
  }
}

@media screen and (max-width: 599px) {
.concept-bt::before {
    width: 30%;
  }
}

.concept-base {
	background-image: url(../img/daiyu_concept-_main_img.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
    @media screen and (min-width: 960px) {
.concept-base {
        height: 441px; } }
    @media screen and (max-width: 959px) {
.concept-base {
	height: 341px;
	background-size: auto;
	background-position: center top;
} }
 @media screen and (max-width: 959px) and (max-width: 599px) {
.concept-base {
	height: 180px;
	background-image: url(../img/daiyu_concept-_main_img_sp.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden;
} }


.concept-base2 {
	background-image: url(../img/cocept_img00.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
    @media screen and (min-width: 960px) {
.concept-base2 {
        height: 441px; } }
    @media screen and (max-width: 959px) {
.concept-base2 {
	height: 341px;
	background-size: auto;
	background-position: center top;
} }
 @media screen and (max-width: 959px) and (max-width: 599px) {
.concept-base2 {
	height: 141px;
	background-position: center top;
	background-size: auto;
} }



.concept-box {
  margin-bottom: 30px;
}

.concept-box__ttl {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 960px) {
.concept-box__ttl {
    padding-top: 5px;
  }
}

@media screen and (min-width: 600px) {
.concept-box__ttl {
    float: left;
  }
}

@media screen and (max-width: 599px) {
.concept-box__ttl {
    text-align: center;
  }
}

.concept-box__ttl__sub {
  color: #9d6855;
  font-weight: bold;
  line-height: 1.0;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 960px) {
.concept-box__ttl__sub {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
.concept-box__ttl__sub {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 959px) {
.concept-box__ttl__sub {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 959px) and (max-width: 599px) {
.concept-box__ttl__sub {
    font-size: 2.0rem;
    margin-bottom: 10px;
  }
}


.main_txt {
	color: #77624c;
	font-size: 8.0rem;
}
@media screen and (min-width: 960px) {
   .main_txt {
    font-size: 7.2rem;
  }
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
   .main_txt {
    font-size: 7.0rem;
  }
}

@media screen and (max-width: 959px) {
   .main_txt {
    font-size: 6rem;
  }
}

@media screen and (max-width: 959px) and (max-width: 699px) {
   .main_txt {
    font-size: 5rem;
    letter-spacing: -4px;
  }
}

 .concept-box__choose {
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 600px) {
   .concept-box__choose {
    float: right;
  }
}

 .concept-box__choose::before {
  position: absolute;
  content: "";
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 600px) {
   .concept-box__choose::before {
    top: calc(50% - 22px);
    left: -40px;
    border-top: 22px solid transparent;
    border-left: 0px solid transparent;
    border-right: 40px solid #ecc096;
    border-bottom: 22px solid transparent;
  }
}

@media screen and (max-width: 599px) {
   .concept-box__choose::before {
    bottom: 30px;
    left: calc(50% - 22px);
    border-top: 20px solid #ecc096;;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 0px solid transparent;
  }
}

 .concept-box__choose__txt {
	color: #6c5757;
	background-position: right 15px;
	background-repeat: no-repeat;
	background-color: #ecc096;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

@media screen and (min-width: 960px) {
   .concept-box__choose__txt {
    font-size: 4.0rem;
    line-height: 1.35;
    padding: 15px 110px 14px 30px;
  }
  .concept-text-box img{
	margin-right: 20px;
	margin-bottom: 20px;
	width: 300px;
	height: auto;
	float: left;
}
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
   .concept-box__choose__txt {
    font-size: 3.6rem;
  }
  .concept-text-box img{
	margin-right: 20px;
	margin-bottom: 20px;
	width: 300px;
	height: auto;
	float: left;
}
}

@media screen and (max-width: 959px) {
   .concept-box__choose__txt {
    font-size: 3.2rem;
    line-height: 1.2;
    background-size: 75px auto;
    padding: 15px 82px 14px 25px;
  }
  
  .concept-text-box img{
	margin-right: 20px;
	margin-bottom: 20px;
	width: 300px;
	height: auto;
	float: left;
}
}

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

.concept-text-box img{
	margin-bottom: 20px;
	width: 480px;
	height: auto;
	margin-left: auto;
    margin-right: auto;
}
}

@media screen and (max-width: 959px) and (max-width: 599px) {
   .concept-box__choose__txt {
	font-size: 2.4rem;
	background-size: 35px auto;
	padding-left: 20px;
	margin-bottom: 50px;
  }
}

 .concept-text-box {
  color: #666;
  font-size: 1.8rem;
  line-height: 2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}


@media screen and (max-width: 959px) {
   .concept-text-box {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 959px) and (max-width: 599px) {
   .concept-text-box {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 960px) {
   .concept-sec01 .text-box {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 959px) {
   .concept-sec01 .text-box {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 959px) and (max-width: 599px) {
   .concept-sec01 .text-box {
    font-size: 1.6rem;
  }
}

 .concept-sec02 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 959px) {
   .concept-sec02 {
    margin-bottom: 20px;
  }
}

.concept-sec02 #concept01 .concept-box__choose__txt {
  background-image: url(../img/po_no01.png);
}

.concept-sec02 #concept02 .concept-box__choose__txt {
  background-image: url(../img/po_no02.png);
}

.concept-sec02 #concept03 .concept-box__choose__txt {
  background-image: url(../img/po_no03.png);
}

.concept-sec02 #concept04 .concept-box__choose__txt {
  background-image: url(../img/po_no04.png);
}

.concept-sec02 #concept05 .concept-box__choose__txt {
  background-image: url(../img/po_no05.png);
}
