@charset "utf-8";
/*----------------------------------------------------
　SP common レスポンシブ設定767以下
----------------------------------------------------*/
@media screen and (max-width: 767px) {

/*----------------------------------------------------
見出し
----------------------------------------------------*/


#contents01 h2 p::before{
    background-image: url(../img/h2_1_sp.png);
}

#contents02 h2 p::before{
	background-image: url(../img/h2_2_sp.png);
}
#contents03 h2 p::before{
	background-image: url(../img/h2_3_sp.png);
}
#contents04 h2 p::before{
	background-image: url(../img/h2_4_sp.png);
}
#contents05 h2 p::before{
	background-image: url(../img/h2_5_sp.png);
}
	
	
.white_box_head{
    width: 100%;
    margin-bottom: -2px;
}
.white_box{
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 0.2rem;
}
.white_box p{
    text-align: justify;
}


h5{
    margin-bottom: 0.15rem;
}
 h5 span {
    font-size: 190%;
}	
/*----------------------------------------------------
　MV
----------------------------------------------------*/

#main_copy{
	top: 13%;
	left: 23%;
    font-size: 213%;
}
	
/*----------------------------------------------------
　contents01
----------------------------------------------------*/

#contents01 h6{
    font-size: 400%;
    padding-right: 0.6rem;
    padding-left: 0.6rem;
    margin-bottom: 0.1rem;
}

#contents01 h6 span{
    font-size: 30%;
}
#contents01 h6:before,
#contents01 h6:after {
    width: 0.4rem;
    height: 4px;
}
 
#contents01 .img{
    text-align: center;
    margin-top: 0.1rem;
}
#contents01 .img img{
    width: 100%;
    margin-bottom: 0.2rem;
}


#contents01 .flex {
    width: 10%;
    display: inherit;	
}

#contents01 .flex .img{ 
	width: 100%;
}

#contents01 .white_box .flex .txt_area {
	width: 100%;
	
}
#contents01 .white_box{
	padding-bottom: 0.2rem;
}
#contents01 .white_box h5 {
    margin-bottom: 0.2rem;
}
#contents01 .white_box>p{
    margin-bottom: 0.1rem;
}
#contents01 .white_box .flex:nth-child(5) {
    width: 100%;
    margin-left: 0%;
}
#contents01 .white_box .flex:nth-child(5) .txt_area {
    padding-top: 0.2rem;
	
}

#contents01 .white_box .flex:nth-child(5) .img img{
    margin-left: 0rem;
    margin-top: 0.1rem;
}


#contents01 .white_box .flex:nth-child(6) {
    width: 100%;
    margin-right: 0%;
	display: flex;
	flex-direction: column;
}
#contents01 .white_box .flex:nth-child(6) .txt_area {
    padding-top: 0.2rem;
	
}

#contents01 .white_box .flex:nth-child(6) .img{
    order: 3;
}
#contents01 .white_box .flex:nth-child(6) .img img{
    margin-right: -0rem;
}

#contents01 .white_box .flex:nth-child(7) {
    width: 100%;
    margin-left: 0%;
    padding-top: 0.1rem;
	display: flex;
	flex-direction: column;
}
#contents01 .white_box .flex:nth-child(7) .img {
    padding-top: 0.1rem;
}

#contents01 .white_box .flex:nth-child(7) .img img{
    margin-left: -0rem;
}

#contents01 .flex .txt_area{
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
}
#contents01 .flex .txt_area p{
    text-align: left;
	z-index: 2;
}
#contents01 .flex .txt_area .white_box_title{
    font-size: 143%;
	
}

#contents01 .flex .txt_area .white_box_title span{
	position: relative;
}
#contents01 .flex .txt_area .white_box_title span:nth-child(1)::before {
    content: '';
    position: absolute;
    top: -0.15rem;
    left: -0.25rem;
    width: 0.4rem;
    height: 0.4rem;
    margin: auto;
    background-image: url(../img/01_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
}

#contents01 .flex .point_box{
    position: relative;
    margin-top: 0.1rem;
    z-index: 2;
    order: 3;
}
#contents01 .flex .point_box p{
    width: 2.2rem;
    top: 0.5rem;
    left: 0.25rem;
    position: absolute;
}
#contents01 .white_box > .img{
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0.2rem;
}

#contents01 .white_box > .img img {
    border-radius: 0.05rem;
}


/*----------------------------------------------------
　contents02
----------------------------------------------------*/
#contents02{}
#contents02 .area_01{
    padding-top: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
    margin-top: 1.2rem;
    border: none;
}
#contents02 .contents_inner {
    width: 86%;
}
	
#contents02 .area_01::before{
    height: 1.2rem;
    top: -0.8rem;
    left: 0%;
    width: 120%;
    margin-left: -10%;
}

#contents02 #navi_04{
    padding-top: 0.2rem;
    width: 100%;
}
#contents02 #navi_04 div{
    height: 2.8rem;
    text-align: center;
    background-size: 100% 3.1rem;
}
#contents02 #navi_04 > div{
    width: 50%;
    background-size: 94% auto;
}
	#contents02 #navi_04 div div {
    height: 4em;
}
#contents02 #navi_04 div div h5{
    text-align: center;
    font-size: 80%;
    line-height: 1.1em;
    margin-bottom: 0.05rem;
}
#contents02 #navi_04 div div p{
    text-align: center;
    font-size: 80%;
    line-height: 1.1em;
}
#contents02 #navi_04 > div:nth-child(1){
    background-image: url(../img/02_01.png);
    background-size: 100% auto;
    width: 50%;
}
#contents02 #navi_04 > div:nth-child(2){
    background-image: url(../img/02_02.png);
    width: 50%;
}
#contents02 #navi_04 > div:nth-child(3){
    background-image: url(../img/02_03.png);
    width: 50%;
}

#contents02 #navi_04 > div:nth-child(4){
    background-image: url(../img/02_04.png);
    width: 50%;
}

#contents02 .area_02{
    border-left: 6px solid #E8ABB4;
    border-right: 6px solid #E8ABB4;
    border-bottom: 6px solid #E8ABB4;
    border-top: 6px none #E8ABB4;
    border-bottom-left-radius: 2em;
    border-bottom-right-radius: 2em;
    padding-right: 0.15rem;
    padding-left: 0.15rem;
    margin-top: -0.5rem;
    padding-top: 0.5rem;
}
#contents02 .area_02 div{
    margin-bottom: 0.3rem;
    position: relative;
}
#contents02 .area_02 div p{
    position: absolute;
    width: 2.5rem!important;
    top: 3rem;
    left: 0.15rem !important;
    line-height: 1.7em;
}
#contents02 .area_02 div .point_box{
    position: relative;
    margin-top:0.3rem;
}	
#contents02 .area_02 .point_box p{
    position: absolute;
    width: 2.3rem !important;
    top: 0.5rem;
    left: 0.25rem !important;
    line-height: 1.7em;
    text-align: justify;
}
	
	
	
/*----------------------------------------------------
　contents03
----------------------------------------------------*/
#contents03{
}
#contents03 .contents_inner {
    width: 100%;
}
#contents03 .area_01{
    background-image: none;
}
#contents03 .area_01 > div{
    margin-bottom: 0rem;
    margin-right: 0px;
    padding-right: 7%;
    padding-left: 7%;
    padding-bottom: 0.3rem;
}
#contents03 .area_01 > div{
    background-repeat: no-repeat;
    background-size: 55% auto;
}
	
#contents03 .area_01 > div:nth-child(1){
    margin-left: 0%;
    background-image: url(../img/03_back_01_sp.png);
    background-position: left 5% top 90%;
}
#contents03 .area_01 > div:nth-child(2){
    background-image: url(../img/03_back_02_sp.png);
    margin-left: 0%;
    background-position: right 3% top 63%;
}
#contents03 .area_01 > div:nth-child(3){
    margin-left: 0%;
    background-image: url(../img/03_back_01_sp.png);
    background-position: left 7% top 88%;
}
#contents03 .area_01 > div:nth-child(4){
    margin-left: 0%;
    background-image: url(../img/03_back_03_sp.png);
    background-position: right 5% top 65%;
}
#contents03 .area_01 > div:nth-child(4) h5{
    margin-bottom: 0.3rem;
    margin-top: 0.28rem;
}
#contents03 .area_01 > div:nth-child(odd) .img {
    position: relative;
    right: -20%;
}
#contents03 .area_01 > div:nth-child(even) .img {
    margin-left: -15%;
}
	
#contents03 .area_01 .img img {
    margin-bottom: 0.2rem;
}
#contents03 .area_01 .txt_area{
    width: 100%;
    order: 1;
    margin-bottom: 0.2rem;
    position: relative;
}
#contents03 .area_01 .txt_area::before{
    width: 0.8rem;
}

#contents03 .area_01 > div:nth-child(2) .illust {
    position: absolute;
    right: -0.1rem;
    top: 4.3rem;
    width: 0.9rem;
}
	
#contents03 .area_01 div:nth-child(5) .illust {
    left: 0.2rem;
    top: 2.8rem;
    width: 0.4rem;
}

#contents03 .area_01 .txt_area h5{
    padding-left: 0.9rem;
    margin-bottom: 0.2rem;
    font-size: 186%;
    line-height: 1.4em;
    margin-top: 0.08rem;
    text-align: justify;
}
#contents03 .area_01 .txt_area p{
    font-size: 120%;
    padding-left: 0rem;
}

#contents03 .area_01 .img{
    width: 100%;
    order: 2;
}
	

#contents03 .area_02 {   
	margin-top: -0.1rem;
}

#contents03 .area_02 .point_box{
    margin-bottom: 0.15rem;
    width:90%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    background-image: url(../img/03_05_sp.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    height: 2.8rem;
    padding-top: 0.5rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}
	
#contents03 .area_03{
    max-width: 80%;
    padding-top: 0rem;
    padding-right: 0.3rem;
    padding-bottom: 0.3rem;
    padding-left: 0.3rem;
	display: flex;
}
#contents03 .area_03 .flex{
	display: flex;
}
	
#contents03 .area_03 .txt_area{
    width: 100%;
    order: 3;
}
#contents03 .area_03 .flex > img{
    max-width: 140%;
    margin-left: -20%;
    order: 1;
    margin-top: -5%;
}
	
#contents03 .area_03 .img{
    order: 2;
    width: 100%;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}


/*----------------------------------------------------
　contents04
----------------------------------------------------*/
#contents04{
}
#contents04 h3{
	margin-bottom: 0.5rem;
}
#contents04 .flex{
}
#contents04 .area_01 > div {
    height: auto !important;
    margin-top: auto!important;
}
#contents04 .area_01 > div{
    width: 100%;
    padding-bottom: 0.3rem;
    padding-right: 0.2rem;
    padding-left: 0.2rem;
    margin-bottom: 0.3rem;
    padding-top: 0.3rem;
}
#contents04 .area_01 > div .number{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: 0rem;
    width: 30%;
}
#contents04 .area_01 > div:nth-child(2){
    top: auto;
}
#contents04 .area_01 > div:nth-child(2) .txt_area .img img{
    width: 70%;
}#contents04 .area_01 > div:nth-child(3) {
    top: 0rem;
}
#contents04 .area_01 > div:nth-child(4){
    top: auto;
}
#contents04 .area_01 > div:nth-child(6){
    top: auto;
}
#contents04 .area_01 > div h5 {
    text-align: center;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

#contents04 .area_01 > div h5 span{
    font-size: 190%;
    font-weight: 600;
    background-color: #FFFFFF;
    text-align: center;
    letter-spacing: 0.1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-bottom: 0.1em;
}
	
#contents04 .area_01 > div:nth-child(3) .point_box p {
    position: absolute;
    width: 2.1rem;
    top: 0.4rem;
    left: 0.2rem;
}

/*----------------------------------------------------
まとめ
----------------------------------------------------*/
#matome {
    background-image: url(../img/matome_back_sp.png);
    background-repeat: no-repeat;
    background-position: center bottom 33%;
    background-size: contain;
}
/*----------------------------------------------------
ページリンク
----------------------------------------------------*/
.page_link li:nth-child(1),
.page_link li:nth-child(4) {
    width: 100%;
    height: 1.1rem;
    background-size: 100% 100%;
}
/*----------------------------------------------------
　site link showroom
----------------------------------------------------*/
.site_link_showroom{
	width: 86%;
	background-size: 100% auto;
	background-image: url(../img/sp_showroom_link_back.png);
	padding-top: 4.5em;
	padding-bottom: 2em;
	margin-top: 4em;
}

.site_link_showroom p{
	font-size: 120%;
	font-weight: 900;
	line-height: 1.4em;
}
.site_link_showroom .col_2{
	margin-top: 1em;
	width: 96%;
}
}