@charset "utf-8";
/*main*/
.more {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 20px;
}
.more a {
    display: inline-block;
    padding: 10px 30px;
    border: solid 2px #434343;
}
.more p{
    text-align: center;
    font-size: 18px;
}
h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 30px;
}
main {
    overflow-x: hidden;
    color: #434343
}
/*mv*/
.mv {
    position: relative;
    padding-bottom: 130px;
}
.mv_box1 {
    width: 90%;
    height: 90vh;
    max-height: 1000vh;
}
.mv_color_box {
    position: absolute;
    width: 100%;
    height: 60%;
    padding: 80px 30px;
    top: 60%;
    max-height: 1000px;
    background-color: rgba(232,222,195,0.3);
    z-index: 1;
}
h1.mv_text {
    position: absolute;
    top: 40%;
    left: 45%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
/*    padding: 0.8em;*/
    font-size: 24px;
    animation: shadow 1s ease forwards;
    animation-delay: 1s;
}
@keyframes shadow {
	0% {
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	}
	100% {
		box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.4);
	}
}
.slide_in {
    position: relative;
    overflow: hidden;
    padding: 0.8em;
}
.slide_in::before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: /*rgba(232,222,195,0.3)*/#fff;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(-110%);
	animation: cutin-out 2s ease forwards;
	animation-delay: 2s;
	z-index: 100;
}
@keyframes cutin-out {
	0% {
		transform: translateX(-110%);
	}
	50% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(100%);
	}
}
.slide_in::after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: white;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(0);
	animation: toright 2s ease forwards;
	animation-delay: 2s;
}
@keyframes toright {
	0% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(100%);
	}
}
.mv_sp_br {
    display: none;
}
.mv_color_box p {
    margin: 30px 0px;
}
.mv_color_box span {
    display: inline-block;
    text-align: left;
    background-color: #fff;
    padding: 10px;
    margin-top: 0.9em;
    font-size: 18px;
}
.mv_color_box .pc_br {
    display: block;
    background: transparent;
    padding: 0;
    margin: 0;
}
.mv_box2 {
    position: absolute;
    top: 60%;
    right: 10px;
    width: 60%;
    height: 60%;
    max-width: 600px;
    max-height: 700px;
}
/*NEW ARRIVALS*/
.conA {
    padding-top: 20rem;
    padding-bottom: 10rem;
}

.conA .text {
    padding: 20px;
}
.text h3 {
    background-color: #fff;
}
.text p {
    background-color: #fff;
}
.conA h2 {
    margin-bottom: 40px;
}
.conA .slick {
    margin: auto;
    max-width: 90%;
}
.circle {
    position: absolute;
    width: 50%;
    height: 50%;
    background-color: rgba(232,222,195,0.3);
    border-radius:50%;
    bottom: 0;
    left: -20px;
    z-index: 1;
}
.photo_base {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.slick_photo1 {
    background-image: url(../images/TOP/img04.jpg);
}
.slick_photo2 {
    background-image: url(../images/TOP/img06.jpg);
}
.slick_photo3 {
    background-image: url(../images/TOP/img16.jpg);
}
.slick_photo4 {
    background-image: url(../images/TOP/img19.jpg);
}
.slick_photo {
    background-image: url(../images/TOP/img06.jpg);
}
.photo_base::before {
    content: '';
    display: inline-block;
    padding-top: 100%;
}
.slick li {
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
}
.slick_text {
    width: 80%;
    background: #fff;
    color: #434343;
    font-size: 18px;
    padding: 1em;
    margin-left: auto;
    position: absolute;
    left: 60px;
    bottom: 0;
}
.slick_text p {
    color: #434343;
    font-size: 14px;
}
/*slick
.slick, .cont_slick {
    margin: 100px auto;
    width: 80%;
}
.slick, .cont_slick img{
    height: auto;
    width: 90%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
/*ブロークングリッド*/
.brg {
    position: relative;
}
.img_box3 {
    padding: 10px;
    max-width: 1200px;
    z-index: 5;
}
.img_box2 {
    position: absolute;
    padding: 10px;
    left: 0px;
    top: -20%;
    max-width: 400vh;
    z-index: 10;
}
.img_box2 img {
    width: 50%;
    height: auto;
    border: solid 30px #FFF;
    z-index: 20;
}
h3.brg_title {
    position: absolute;
    top: 30%;
    padding: 0.8em;
    background-color: #fff;
    font-size: 40px;
    z-index: 20;
}
.sp_br {
    display: none;
}
.brg_text {
    position: absolute;
    width: 90%;
    height: 100%;
    /*margin-bottom: 10px;*/
    /*padding: 0 60px;*/
    top: 210px;
    background-color: rgba(232,222,195,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1100px;
    z-index: 15;
}
.brg_text P {
    margin-top: 150px;
    z-index: 20;
}
.brg_text span {
    display: inline-block;
    text-align: left;
    bottom: 30px;
    background-color: #fff;
    padding: 2px;
    margin-top: 1em;
    margin-left: 1em;
    font-size: 20px;
}
.brg_text .pc_br {
    display: block;
    background: transparent;
    padding: 0;
    margin: 0;
}
.brg .more {
    display: none;
}
/*CONTENT*/
.content {
    margin-top: 500px;
    background-color: rgba(227,200,158,0.7);
    padding: 40px 10px;
    max-width: 100%;
}
/*.cont_slick_pos {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}*/
.cont_slick {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.cont_slick_photo_base {
    background-size: cover;
    background-position: center;
    /*width: 90%;
    height: 100%;*/
    max-width: 100%;
    max-height: 100%;
}
.cont_slick_photo1 {
    background-image: url(../images/TOP/img04.jpg);
}
.cont_slick_photo2 {
    background-image: url(../images/TOP/img06.jpg);
}
.cont_slick_photo3 {
    background-image: url(../images/TOP/img16.jpg);
}
.cont_slick_photo4 {
    background-image: url(../images/TOP/img19.jpg);
}
.cont_slick_photo {
    background-image: url(../images/TOP/img06.jpg);
}
.cont_slick_photo_base::before {
    content: '';
    display: inline-block;
    padding-top: 100%;
}
.cont_slick li {
    position: relative;
    margin-left: 40px;
    margin-right: 40px;
}
.cont_slick_text {
    width: 50%;
    background: #fff;
    color: #434343;
    font-size: 18px;
    padding: 1em;
    margin-left: auto;
    position: absolute;
    right: 20%;
    bottom: 0;
}
/*banner*/
.banner {
    width: 100%;
    height: 100%;
    padding: 80px 200px 0px 200px;
    text-align: center;
}
.banner p {
    display: inline-block;
    border: solid 3px #fff;
    /*text-shadow: #434343 1px 0 10px;*/
    color: #fff;
    padding: 14px;
    margin-bottom: 50px;
    font-size: 18px;
    transition: .4s;
}
.banner p:active {
  background: #fff;
  color: #E3C89E;
}
/*MVメディアクエリ*/
@media (max-width: 768px) {
    .mv {
        position: static;
    }
    .mv_box1 {
        width: 90%;
        height: 65vh;
    }
    .mv_box2 {
        width: 55%;
        height: 70%;
        bottom: -20px;
    }
    .mv_color_box {
        width: 100%;
        height: 50%;
        /*top: 60%;*/
        padding: 10px 10px 0px 10px;
    }
    .mv_color_box p {
        margin-top: 150px;
    }
    .mv_color_box .sp_br {
        display: none;
    }
    h1.mv_text {
        text-align: left;
        font-size: 30px;
    }
    .mv_sp_br {
        display: block;
    }
    .mv_color_box span {
        font-size: 18px;
        padding: 0.6em;
        margin-left: 15px;
    }
}
@media (max-width: 414px) {
    h1.mv_text {
        font-size: 24px;
    }
    .slide_in {
        padding: 0em 0.5em 0em 0.5em;
        font-size: 25px;
    }
    .mv_box1 {
        height: 70vh;
    }
    .mv_box2 {
        height: 80%;
        top: 70%;
        width: 65%;
    }
    .mv_color_box {
        height: 75%;
        top: 70%;
    }
    .mv_color_box p {
        margin-top: 150px;
    }
    .mv_color_box span {
        font-size: 14px;
        padding: 0em 0.5em 0em 0.5em;
        margin-left: 10px;
    }
}
/*NWSEメディアクエリ*/
@media (max-width: 768px) {
    .slick_text {
        width: 70%;
        padding: 0 0.5em;
        left: 80px;
        top: 110px;
        font-size: 16px
    }
}
@media (max-width: 500px){
    .conA {
        padding-top: 15em;
    }
    .cont_slick_photo_base {
        max-width: 100%;
    }
    .cont_slick li {
        margin: 0;
    }
    .cont_slick_text {
        right: 0%;
    }
    .slick, .cont_slick img {
        width: 70%;
    }
}
@media (max-width: 414px) {
    .slick_text {
        top: 150px;
    }
}
.cont_slick_text p {
    color: #434343;
    font-size: 14px;
}
/*ブロークングリットメディアクエリ*/
@media (max-width: 768px) {
    .content {
        margin-top: 350px;
        padding-bottom: 20px;
    }
    .img_box2 {
        width: 100%;
        height: auto;
        left: -10%;
    }
    .img_box2 img {
        width: 65%;
        border: solid 7px #fff;
    }
    .brg_text {
        position: relative;
        margin-top: -550px;
        height: 150%;
        z-index: 15;
        /*height: 150%;*/
    }
    h3.brg_title {
        top: 25%;
        right: unset;
        padding: 0.5em 1em 0.5em 1em;
        left: 2%;
        line-height: 1;
        font-size: 27px;
    }
    .brg_text span {
        display: none;
        font-size: 14px;
    }
    .brg_text div p {
        margin-top: 150px;
        margin-bottom: 80PX;
        margin-right: 40px;
    }
    .brg_text p span {
        display: block;
        margin-left: 20px;
        position: relative;
        font-size: 18PX;
        z-index: 4;
    }
    span.sp_br {
        display: block;
    }
    .brg_text .pc_br {
        display: none;
    }
    .brg .more {
        text-align: center;
    }
}
@media (max-width: 414px) {
    h3.brg_title {
        top: 8%;
        right: unset;
        padding: 0em 0.5em 0em 0.5em;
        left: 2%;
        line-height: 1;
        font-size: 25px;
    }
    .brg_text div p {
        margin-bottom: 20px;
    }
    .brg_text {
        margin-top: -380px;
        height: 100%;
    }
    .img_box2 img {
        margin-top: 70px;
        width: 60%;
        border: solid 10px #fff;
    }
    .brg_text p span {
        padding: 0em 0.5em 0em 0.5em;
        margin-left: 10px;
        top: -40px;
        font-size: 16PX;
    }
}
/*CONTENTS*/
@media (max-width: 768px) {
    .cont_slick_text {
        width: 60%;
        padding: 0em 0.8em 0em 0.8em;
        font-size: 18px;
        right: 0%;
    }
    .cont_slick {
        max-width: 80%;
    }
}
/*バナーメディアクエリ*/
@media (max-width: 768px) {
    .banner {
        padding: 20px 1em;
    }
    .banner p {
        font-size: 14px;
        margin-bottom: 10px;
    }
}
/*バナーの下の空間を詰める*/





/*EVENT*/

@charset "utf-8";

/* CSS Document */
/*基本設定：　フォントサイズ*/

 @media(max-width: 599px){
	:root {
		font-size: 14px;
	}
}
@media (min-width: 600px) and (max-width: 799px) {
	:root {
		font-size: 16px;
	}
}	
@media (min-width: 800px) {
	:root {
		font-size: 18px;
	}
}		
body {font-size: 16px;}



.ev_conA {
	text-align: center;
	background-position: center;
	background-size: cover;
	height: 50px;
	min-height: 0;
    margin-bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
}
.ev_conA h1 {
	margin-top: 50px;
	margin-bottom: 5px;
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.2em;
	margin-left: 0.2em;
}
.ev_conA p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
}


.ev_conB {
   	background-position: center;
	background-size: cover;
	min-height: 0;
    margin-bottom: 100px;
	color: #000;
      
}
.ev_midashi1{
    display: flex;
    
}
.ev_tree1 {
    width: 60%;
    height: 55%;
    margin-top: 20px;
    margin-left: 20px;
    
}
.ev_conB p {
    font-size: 1.7rem;
    margin-left: 0.5em;
    margin-top: 24px;
    
}


.loading {
  perspective: 1000px;
}
.loading span {
  display: inline-block;
  margin: 0 -.05em;
  transform-origin: 50% 50% -25px;
  transform-style: preserve-3d;
  animation: hoge 1.6s infinite;
}
.loading span:nth-child(2) {
  animation-delay: .1s;
}
.loading span:nth-child(3) {
  animation-delay: .2s;
}
.loading span:nth-child(4) {
  animation-delay: .3s;
}
.loading span:nth-child(5) {
  animation-delay: .4s;
}
.loading span:nth-child(6) {
  animation-delay: .5s;
}
.loading span:nth-child(7) {
  animation-delay: .6s;
}
@keyframes hoge {
  0% {
    transform: rotateX(-360deg);
  }
  70% {
    transform: rotateX(0);
  }
}

.ev_outi1 {
    width: 300px;
    height: auto;
    background-color: rgba(204,204,153,0.2);
    margin-left: 10px;
    margin-top: 30px;
}
.ev_photo1 {
        width: 80%;
        height: auto;
        margin-top: 40px;
        margin-left: 20px;
        position: relative;
}
.ev_name1 {
    margin-bottom: 15px;
    text-align: center;
}

.ev_text1 {
    color: #fff;
    text-align: left;
    width: 60%;
    height: 130px;
    padding-top: 15px;
    padding: 40px 20px;
    border: 1px;
    /*border-radius: 50%;*/
    background-color: rgba(0,153,51,0.8);
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -100px;
    margin-left: 160px;
    z-index: 9;
    position: relative;
}
.ev_text1.jq_trans {
    position: absolute;
}
.ev_text1 {
  transition: all 2s;
}


.ev_outi2 {
    width: 300px;
    height: auto;
    background-color: rgba(204,204,153,0.2);
    margin-left: 60px;
    margin-top: 30px;
}
.ev_photo2 {
        position: relative;
        width: 80%;
        height: auto;
        margin-top: 40px;
        margin-left: 45px;
}
.ev_name2 {
    margin-bottom: 12px;
    text-align: center;
    padding-top: 2px;
}
.ev_text2 {
    color: #fff;
    text-align: left;
    width: 60%;
    height: 130px;
    padding-top: 5px;
    padding: 10px 10px;
    border: 1px;
    background-color: rgba(0,153,51,0.8);
    display: block;
    font-size: 12px;
    margin-top: -100px;
    margin-left: -50px;
    z-index: 100;
    position: relative;
}
.ev_text2.jq_trans {

    position: absolute;
}
.ev_text2 {
  transition: all 2s;
}
.ev_outi3 {
    width: 300px;
    height: auto;
    background-color: rgba(204,204,153,0.2);
    margin-top: 40px;
    margin-left: 10px;
    
}
.ev_photo3 {
        position: relative;
        width: 80%;
        height: auto;
        margin-top: 40px;
        margin-left: 20px;
}
.ev_name3 {
    margin-bottom: 15px;
    text-align: center;
}
.ev_text3 {
    color: #fff;
    text-align: left;
    width: 60%;
    height: 130px;
    padding-top: 20px;
    padding: 20px 10px;
    border: 1px;
    background-color: rgba(0,153,51,0.8);
    display: block;
    font-size: 12px;
    margin-top: -100px;
    margin-left: 160px;
    z-index: 100;
    position: relative;
}
.ev_text3.jq_trans {
    position: absolute;
}
.ev_text3 {
  transition: all 2s;
}

.ev_outi4 {
    width: 300px;
    height: auto;
    background-color: rgba(204,204,153,0.2);
    margin-top: 40px;
    margin-left: 60px;
}
.ev_photo4 {
        position: relative;
        width: 80%;
        height: auto;
        margin-top: 50px;
        margin-left: 45px;
}
.ev_name4 {
    margin-bottom: 15px;
    text-align: center;
}
.ev_text4 {
    color: #fff;
    text-align: left;
    width: 60%;
    height: 130px;
    padding-top: 20px;
    padding: 20px 10px;
    border: 1px;
    background-color: rgba(0,153,51,0.8);
    display: block;
    font-size: 12px;
    margin-top: -100px;
    margin-left: -50px;
    z-index: 100;
    position: relative;
}
.ev_text4.jq_trans {
    position: absolute;
}
.ev_text4 {
  transition: all 2s;
}


.ev_conC {
   	background-position: center;
	background-size: cover;
	min-height: 0;
   	color: #000;
    background-image: linear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,0.1)),url(../images/events/rinndou.jpg);
        padding-bottom: 50px;
    }
.ev_morinokikengaku {
    background-position: center;
	background-size: 70%;
	min-height: 0;
}

.ev_midashi2 {
    display: flex;
    
}
.ev_tree2 {
    width: 60%;
    height: 55%;
    margin-top: 20px;
    margin-left: 20px;
}

.ev_kotori {
    width: 80px;
    height: auto;
    margin-left: 260px;
}


.loading_2 p {
    font-size: 1.7rem;
    margin-left: 0.5em;
    margin-top: 20px;
    margin-bottom: 40px;
}

.loading_2 span {
  display: inline-block;
  margin: 0 -.05em;
  animation: wave .7s infinite;
}
.loading_2 span:nth-child(2) {
  animation-delay: .1s;
}
.loading_2 span:nth-child(3) {
  animation-delay: .2s;
}
.loading_2 span:nth-child(4) {
  animation-delay: .3s;
}
.loading_2 span:nth-child(5) {
  animation-delay: .4s;
}
.loading_2 span:nth-child(6) {
  animation-delay: .5s;
}
.loading_2 span:nth-child(7) {
  animation-delay: .6s;
}
@keyframes wave {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
}


.ev_nittei {
    width: 370px;
    height: auto;    
}
.ev_photo5 {
    position: relative;
    margin-left: 120px;
    margin-top: 30px;
    width: 60%;
    height: auto;
    border-radius: 15%;
}
.ev_text5 {
    position: absolute;
    margin-left: 20px;
    margin-top: -50px;
    width: 40%;
    height: 100px;
    font-size: 13px;
    background-color: rgba(255,239,213,0.8);
    padding-left: 15px;
    padding-top: 10px;
}
.D315 {
    text-indent: 4em;
}
.jikan {
    margin-top: 5px;
}

.ev_sugi {
    margin-top: 20px;
    margin-bottom: 80px;
    width: 300px;
    height: auto; 
}

.shika {
    width: 50px;
    height: auto;
    margin-top: 10px;
    margin-left: 50px;
}

.ev_photo6 {
    position: relative;
    width: 70%;
    height: auto;
    margin-left: 60px;
    margin-top: 120px;
    border-radius: 15%;
}

.ev_photo7 {
    position: relative;
    width: 40%;
    height: auto;
    margin-left: 220px;
    margin-top:  -50px;
    border-radius: 40%;
}

.ev_text6 {
    position: absolute;
    margin-left: 180px;
    margin-top: -140px;
    width: 40%;
    height: 50px;
    font-size: 13px;
    background-color: rgba(255,239,213,0.8);
    padding-left: 10px;
    padding-top: 5px;
    
}

.ev_text7 {
    font-size: 13px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.ev_yoyaku {
    width: 180px;
    height: auto;
    font-size: 20px;
    background-color: rgba(255,153,51,0.5);
    color: chocolate;
    text-align: center;
    border-radius: 25%;
    padding-top: 2px;
    margin: auto;
   }



/*PC版*/
@media (min-width: 1024px){
.ev_ue,.ev_shita {
    display: flex;
    justify-content: center; 
    }
    

.ev_photo1,.ev_photo2,.ev_photo3,.ev_photo4{
        margin: 0;
        
    } 
    
.ev_outi1,.ev_outi2,.ev_outi3,.ev_outi4 {
    
    flex: 1;
    visibility: visible;
    opacity: 1;
    transition: opacity 2s cubic-bezier(0.5,0,0,1)0.5s;
    padding: 40px;
    position: relative;
    margin: 0;
    }

.ev_photo1,.ev_photo2,.ev_photo3,.ev_photo4 {
     width: 100%;   
    }  
    
.ev_text1,.ev_text2,.ev_text3,.ev_text4{
    width: 40%;
    position: relative;
    left: 50%;
    bottom: -30px;
    transform: translate(-50%);
    margin-left: 0;
    }
    

    
.ev_morinokikengaku {
        display: flex;
    justify-content: center;
    } 

/*@keyframes slide {
    0% {
        transform: translateX(700px);
    }
    100% {
        transform: translateX(0px);
    }
}
.ev_kotori {
    animation-name: slide;
    animation-duration: 1s;
    animation-timing-function: ease;
} */   
.ev_kotori {
        margin-left: 800px;
    }

.ev_nittei,.ev_sugi {
      flex: 0 0 40%;
     
    }

.ev_text5 {
        width: 15%;  
        padding-bottom: 5px;
    }    
    
.ev_text6 {
        width: 15%;
        height: 60px;
        padding-top: 8px;
        margin-left: 320px;
        margin-top: -240px;
    }
.ev_photo7 {
        margin-left: 50%;
    }
.shika {
        width: 80px;
        height: auto;
        margin-left: -180px;
       /* margin-top: 150px;*/
    }    
    
}

/*ipod版*/
@media (min-width: 760px) and (max-width: 1000px) {

    .ev_ue,.ev_shita {
    display: flex;
    justify-content:space-around; 
    }
    

.ev_photo1,.ev_photo2,.ev_photo3,.ev_photo4 {
        margin: 0;
        width: 100%; 
        
    } 
    
.ev_outi1,.ev_outi2,.ev_outi3,.ev_outi4 {
    
    flex: 1;
    visibility: visible;
    opacity: 1;
    transition: opacity 2s cubic-bezier(0.5,0,0,1)0.5s;
    padding: 40px;
    position: relative;
    margin: 0;
    
    }

    
.ev_text1,.ev_text2,.ev_text3,.ev_text4{
    width: 45%;
    position: relative;
    left: 50%;
    bottom: -30px;
    transform: translate(-50%);
    margin-left: 0;
    font-size: 32%;
    }
    
    
.ev_morinokikengaku {
        display: flex;
    justify-content:space-around;
    } 

   
.ev_kotori {
        margin-left: 500px;
        margin-top: -20px;
    }

.ev_nittei,.ev_sugi {
      flex: 0 0 40%;
     
    }
    .ev_nittei {
        margin-left: -50px;
    }    
.ev_photo5,ev_photo6,ev_photo7 {
       width: 90% 
    }
.ev_text5 {
        width: 20%;  
        padding-bottom: 5px;
    }    
    
.ev_text6 {
        width: 20%;
        height: 60px;
        padding-top: 8px;
        margin-left: 180px;
        margin-top: -200px;
    }
.ev_photo7 {
        margin-left: 60%;
    }
.shika {
        width: 80px;
        height: auto;
        margin-left: -200px;
        margin-top: 200px;
    
    }   

      
}






/*REVIEW*/

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

/*基本設定：　フォントサイズ*/
@media (max-width: 599px) {
	:root {
		font-size: 14px;
	}
}
@media (min-width: 600px) and (max-width: 849px){
	:root {
		font-size: 16px;
	}
}
@media (min-width: 850px) {
	:root {
		font-size: 18px;
	}
}
body {
	font-size: 16px;
}



/*bxsliderでSP・PC画像切り替え用*/
/*更新しないと表示されないので、下段から上段にソース移してみた*/
@media screen and (max-width: 767px) {
    #re_bx_2{
        display:none;
    }
    #re_bx_1{
        display:block;
    }
}
@media screen and (min-width: 768px){
    #re_bx_2{
        display:block;
    }
    #re_bx_1{
        display:none;
    }
}




/*SPの場合の画像　切り替え*/
@media only screen and (max-width:767px){
    img.pc{
        display:none
    }
}
/*PCの場合の画像　切り替え*/
@media only screen and (min-width:768px){
    img.sp{
        display:none
    }
}


/*メイン画像*/

.re_1_mv {
    position: relative;
}
.re_1_text {
    position: absolute;
    z-index: 9;
    left: 20px;
    bottom: 10px;
    font-size: 5em;
    color: rgba(0,0,0,0.6);
    text-shadow: 1px 1px 1px #fff;
}

/*項目前の木のマーク*/
.re_font img {
    width: 24px;
    height: auto;
    margin-right: 10px;
    margin-left: 10px;
}

/*Q1.家づくりのきっかけ*/
.re_2 {
    padding-top: 20px;
    padding-bottom: 130px;
    padding-right: 20px;
}
.re_2 h2 {
    font-size: 1.5rem;
    margin: 10px 0;
}
.re_2_q1 {
    padding-top: 150px;
    position: relative;
}
.re_2_base {
    position: absolute;
    top: 40px;
    background-color: #f5f5f5;
    margin-left: 10%;
    width: 260px;
    height: 100px;
}
.re_2_text {
    position: absolute;
    top: 20px;
    left: 13%;
}
.re_2_text p {
    padding-left: 5px;
    font-size: 1rem;
    line-height: 1.7rem;
}
.re_2_photo {
    float: right;
    width: 60%;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 10px;
}


/*Q2.家族の家を選んだ理由*/
.re_3 {
    clear: both;
    padding-top: 20px;
    padding-bottom: 130px;
}
.re_3 h2 {
    font-size: 1.5rem;
    margin: 10px 10px 10px 0;
}
.re_3_q2 {
    padding-top: 150px;
    position: relative;
}
.re_3_base {
    position: absolute;
    top: 10px;
    background-color: #f5f5f5;
    margin-left: 20%;
    width: 60%;
    height: 120%;
}
.re_3_text {
    position: absolute;
    top: 20px;
    left: 20px;
/*    right: 20px;*/
    width: 95%;
}
.re_3_text p {
    font-size: 1rem;
    line-height: 1.7rem;
    margin-left: 13%;
    padding-right: 5%;
    width: 88%;
}
.re_3_photo {
    float: left;
    width: 55%;
    margin-left: 8%;
/*    padding-left: 8%;*/
    padding-right: 20px;
    padding-top: 15px;
}


/*Q3.家づくりで重視した点*/
.re_4 {
    clear: both;
    padding: 20px 20px 130px 20px;
}
.re_4 h2 {
    font-size: 1.5rem;
    margin: 10px 0;
}
.re_4_text p {
    font-size: 1rem;
    line-height: 1.7rem;
    padding-left: 15px;
    padding-right: 15px;
}
.re_4_q3 {
    padding-top: 150px;
    position: relative;
}
.re_4_base {
    position: absolute;
    top: 5px;
    background-color: rgba(63,154,81,0.5);
    margin-bottom: 20px;
/*    margin-left: 13%;*/
        margin-left: 7%;
    width: 30px;
    height: 250px;
}
.re_4_flex {
    position: absolute;
    height:auto;
    top: 10px;
    left: 10px;
}
.re_4_photo img {
    margin-left: 45%;
    width: 55%;
    height: auto;
}
.re_4_text {
    padding: 5px;
    text-align: left;
    background: rgba(255,255,255,0.7);
    position: absolute;
    top: 30px;
    left: 10%;
        width: 80%;
}


/*スクロールダウンボタン*/
.re_nextbutton {
    text-align: center;
}
.re_nextbutton a {
    padding-top: 30px;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-decoration: none;
}
.re_nextbutton a span {
    position: absolute;
    top: 0;
    left: 50%; 
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 3px solid #3f9a51;
    border-bottom: 3px solid #3f9a51;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 1.5s infinite;
    animation: sdb 1.5s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}


/*多くの方からお喜びの声～*/
#re_ex {
    display: inline-block;
    margin: 30px;
    text-align: center;
    border: 2px solid #3f9a51;
    padding: 5px 15px;
    font-size: 1.5rem;
}
.re_middle {
    text-align: center;
}



/*奈良県　A様邸*/
.re_5 {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    height: 450px;
}
.re_5_1 {
    position: relative;
}
.re_5_base {
    position: absolute;
    top: 16px;
    left: 20px;
    width: 275px;
    height: 170px;
    background-color: rgba(63,154,81,0.3);
}
.re_5_family {
    position: absolute;
    top: 65px;
    left: 40px;
    width: 230px;
    height: auto;
    margin-left: 10px;
}
.re_5_green {
    position: absolute;
    top: 80px;
    left: 5px;
    width: 30px;
    height: 30px;
}
.re_5_name {
    position: absolute;
    top: 30px;
    left: 12px;
    background-color: rgba(255,255,255,0.9);
    padding: 10px;
    font-size: 1rem;
}
.re_5_square {
    position: absolute;
    top: 200px;
    left: 65%;
    width: 100px;
    height: auto;
}
.re_5_textfamily {
    position: absolute;
    top: 240px;
    left:10px;
    width: 240px;
    height: auto;
}




/*奈良県　B様邸*/
.re_6 {
    border: 1px solid #000;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    height: 450px;
}
.re_6_1 {
    position: relative;
}
.re_6_base {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 250px;
    height: 330px;
    background-color: #f5f5f5;
    margin-bottom: 20px
}
.re_6_family1 {
    position: absolute;
    top: 70px;
    left: 30%;
    width: 200px;
    height: auto;
}
.re_6_name {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: rgba(63,154,81,0.8);
    border-bottom: 2px solid #1d8d1d;
    padding: 10px;
    height: auto;
    margin-left: -10px;
    color: #fff;
    font-size: 1rem;
}
.re_6_family2 {
    position: absolute;
    top: -10px;
    left: 30px;
    width: 100px;
    height: auto;
    padding-top: 200px;
}
.re_6_square_big {
    position: absolute;
    top: 280px;
    left: 150px;
    width: 80px;
    height: auto;
}


/*黒四角　転がる　アニメ*/
#re_ani {
    display: flex;
    justify-content: flex-end;
    margin-right: 30px;
    margin-top: 260px;
}

/*-100vwの所から360度回転*/
#re_ani li {
    transform: translate(-100vw) rotate(1440deg);
    background-color: #000;
    text-align: center;
    width: 20px;
    height: 20px;
    padding: 10px 10px;
    border: 1px solid #000;
}
li#re_ani_inner.jq_trans {
    transform: translate(0) rotate(0);
}
#re_ani_inner {
    transition: all 2s;
}



/*謎のホクロ用*/
#re_ani li{
    font-size: 1px;
    color: #000;
}




/*奈良県　C様邸*/
.re_7 {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    height: 450px;
}
.re_7_1 {
    position: relative;
}
.re_7_base_gray {
    position: absolute;
    top: 10px;
    left: 180px;
    width: 130px;
    height: 330px;
    background-color: #f5f5f5;
}
.re_7_base_border {
    position: absolute;
    top: 220px;
    left: 3px;
    width: 80px;
    height: 60px;
    border: 5px solid rgba(0,0,0,0.6);
}
.re_7_family {
    position: absolute;
    top: 100px;
    left: 20px;
    width: 240px;
    height: auto;
}
.re_7_textreform {
    position: absolute;
    top: 30px;
    right:20px;
    width: 220px;
    height: auto;
}
.re_7_name {
    position: absolute;
    top: 230px;
/*    left: 170px;*/
    left: 50%;
    border: 2px solid #000;
    background: rgba(255,255,255,0.8);
    padding: 10px;
/*    width: 140px;*/
    height: auto;
    font-size: 1rem;
}


/*　詳しく＞　リンクボタン*/
.re_ani_button {
    position: relative;
    display: block;
    width: 45%;
    top: 380px;
    left: 25%;
    padding: .3em 0;
    border: 2px solid #3f9a51;
    color: #3f9a51;
    text-align: center;
    text-decoration: none;
    transition: .3s;
}
.re_ani_button {
    font-size: 1rem;
    font-weight: bold;
}

.re_ani6_button {
    position: relative;
    display: block;
    width: 45%;
    top: 95px;
    left: 26%;
    padding: .3em 0;
    border: 2px solid #3f9a51;
    color: #3f9a51;
    text-align: center;
    text-decoration: none;
    transition: .3s;
}
.re_ani6_button {
    font-size: 1rem;
    font-weight: bold;
}

.re_ani_button:hover, .re_ani6_button:hover{
    color: #fff;
}
.re_ani_button::before,.re_ani6_button::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: #3f9a51;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
}
.re_ani_button:hover::before,.re_ani6_button:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);

}



/*トップに戻るボタン*/
.re_content{
	min-height: 5000px ;
}
.page-top{
	display: none ;
	margin: 0 ;
	padding: 0 ;
} 
.page-top p{
	margin: 0 ;
	padding: 0 ;
	position: fixed ;
	right: 16px ;
	bottom: 16px ;
} 
.move-page-top{
	display: block ;
    border: 2px solid #3f9a51;
	background: #fff ;
	width: 50px ;
	height: 40px ;
	cursor: pointer ;
	color: #3f9a51 ;
	line-height: 40px ;
	text-decoration: none ;
	text-align: center ;
	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}
@media screen and ( min-width:1130px ){
   .move-page-top:hover	{
       opacity: 0.85 ;
	}
}



/*タブレット版でQ1～Q3横幅合わせ*/
@media(min-width:375px) and (max-width:767px){
    .re_2_text {
        width: 80%;
    }
    .re_3_text {
        width: 90%;
    }
    .re_4_flex {
        width: 90%;
    }
}

/*タブレット版ではみ出し防止*/
@media(min-width:768px) and (max-width:960px){ 
    .re_2_base,.re_3_base {
        width: 200px;
    }
    .re_5_base {
        width: 180px;
    }
    .re_5_family {
        left: 20px;
        width: 210px;
    }
    .re_5_square {
        left: 55%;
    }
    .re_6_family1 {
        left: 16%;
        width: 180px;
    }
    .re_6_base {
        width: 180px;
    }
    .re_7_family {
        width: 200px;
    }
    .re_7_name {
        top: 210px;
        left: 47%;
    }
    .re_7_base_gray {
        left: 55%;
        width: 90px;
    }
    .re_7_base_border {
        top: 190px;
    }
}





/*パソコン版*/
@media(min-width:768px){
    #re_ex {
        margin: 0;
    }
    .re_1_text {
        left: 10%;
        bottom: auto;
        font-size: 4em;
        height: auto;
    }
    .re_review_1,.re_review_2 {
        display: flex;
        justify-content: center;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
    .re_2,.re_3,.re_4,.re_5,.re_6,.re_7 {
/*        flex: 0 0 33%;*/
        flex: 0 0 31%;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .re_2,.re_3,.re_4 {
        padding-top: 5px;
    }
    .re_nextbutton {
        display: none;
    }
    .re_2,.re_3,.re_4 {
        border: 1px solid #3f9a51;
    }
    .re_2 p,.re_3 p,.re_4 p{
        font-size: 0.8rem;
        line-height: 1.3rem;
    }
    .re_2 h2,.re_3 h2,.re_4 h2{
        font-size: 1.2rem;
    }
    .re_2,.re_3,.re_5,.re_6 {
        margin-right: 20px;
    }
    .re_2_text p {
        margin-left: -10%;
    }
    .re_3_photo {
        padding: 0 10px 10px 0;
        margin-left: 0;
    }
    .re_3_base {
        margin-left: 15%;
        width: 50%;
    }
    .re_3_text p {
        text-align: left;
        margin-left: 0;
        width: 95%;
    }
    .re_4_base {
        margin-left: 0;
    }
    .re_4_flex {
        left: 0;
        width: 80%;
    }
    .re_4_photo img {
        width: 80%;
    }
    .re_4_text {
        margin-left: 0;
        left: 10px;
        width: 200px;
    }
    .re_4 re_slide {
        text-align: center;
    }
    .re_ani_button, .re_ani6_button {
        font-size: 0.8rem;
        font-weight: bold;
    }
}



/*not_found*/
.not_found {
	text-align: center;
	background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url(../images/review/sp_img/not_found.jpg);
	background-position: center;
	background-size: cover;
	height: 100vh;
	min-height: 450px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.not_found h1 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 2rem;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.2em;
	margin-left: 0.2em;
    color: #fff;
}
.not_found p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
}
.not_found a {
	display: inline-block;
	margin-top: 100px;
	padding: 10px 30px;
	border: solid 3px currentColor;
	border-radius: 6px;
	background-color: #3f9a51;
	color: #fff;
	font-size: 1.2rem;
	text-decoration: none;
}
.not_found a:hover {
    border: solid 3px #3f9a51;
	background-color: #fff;
    color: #3f9a51;
    font-size: 1.2rem;
    font-weight: bold;
}


@media (min-width: 768px) {
	.not_found h1 {
		font-size: 2rem;
	}
}




