@charset "UTF-8";

/* Added on 2021/12/20 */
.official {
	margin-top: 20px;
	font-size: 13px;
	text-align: center;
}
.official a {
	color: #605e5e;
}
/* Added on 2021/12/6 */
.entry_button {
	width: 80%;
	position: fixed;
	bottom: 0;
	left: 10%;
}
.entry_button a {
	padding: 20px;
	background: #605e5e url(../images/arrow.png) right no-repeat;
	background-size: 34px;
	text-align: center;
	color: #f1efee;
	border-radius: 6px 6px 0px 0px;
	display: block;
}
.entry_button {
	display: none;
}
@media only screen and (max-width: 600px) {
.entry_button {
	display: block;
}
}
/* end */

#area01{
	margin-bottom: 60px;
}

#area01 .flexBox{
	display: flex;
	justify-content: space-between;
}

#area01 .flexBox .imgWrap{
	background: #e3dad1;
	position: relative;
	width: 500px;
}

#area01 .flexBox .imgWrap .bg{
	padding-left: 20px;
    padding-top: 20px;
    position: absolute;
}

#area01 .flexBox .imgWrap .simpleParallax img {
    margin: 20px 0 -20px 20px;
    width: auto;
    height: 384px;
}

#area01 .flexBox .imgWrap .bg span {
    position: absolute;
    bottom: -59px;
    left: -10px;
    width: 80%;
}

#area01 .flexBox .info{
	width: calc( 100% - 570px);
}

#area01 .flexBox .text{
	margin-bottom: 40px;
}

#area01 .flexBox .bold{
    font-size: 20px;
    font-size: 2.0rem;
	margin-bottom: 40px;
}

#area02{
	background: #ece8e6;
	margin-bottom: 90px;
}

#area02 .secInr{
	padding: 65px 0; 
}

#area02 .head01{
	font-size: 28px;
	font-size: 2.8rem;
	margin-bottom: 40px;
	text-align: center;
}

#area02 .head01 small {
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
}

#area02 .note{
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 40px;
    text-align: center;	
}

#area02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#area02 ul.col3List li{
	width: 32%;
}

#area02 ul.col2List li{
	width: 49%;
}

#area02 ul li{
	background: #f9f7f6;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 40px 25px;
	text-align: center;
	margin-bottom: 2%;
}

#area02 ul li p{
    font-size: 22px;
    font-size: 2.2rem;
	margin-bottom: 20px;
}

#area02 ul li .imgHeight.row01{
    height: 190px !important;
    display: flex;
    flex-direction: row;　
    height: 100%;
}

#area02 ul li .imgHeight.row03{
    height: 290px !important;
    display: flex;
    flex-direction: row;　
    height: 100%;
}

#area02 ul li .imgHeight img{
    width: 100%;
}


#area03{
	margin-bottom: 60px;
}

#area03 .secInr{
    background: url(../images/bg_01.png) no-repeat right 15% top;
    background-size: 470px;
}

#area03 .headWrap{
	margin-bottom: 60px;
}

#area03 .headWrap small{
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 25px;
}

#area03 .headWrap img.is-pc{
	max-width: 650px;
	width: 100%;
}

#area03 .text{
	margin-bottom: 50px;
}

#area03 .dream{
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

#area03 .dream .img{
	width: 60%;
}

#area03 .dream .img img{
	width: 100%;
}

#area03 .dream .info{
	width: 37%;
}

#area03 .dream .info .ttlImg{
	margin-bottom: 30px;
}

#area03 .dream .info .ttlImg img{
	width: 50%;
}

@media screen and (min-width: 641px) {
	#area03 .dream.d02 .info .ttlImg img{
		width: 30%;
	}
	
	#area03 .dream.d03 .info .ttlImg img{
		width: 30%;
	}
}

#area03 .dream .info .work{
	color: #979390;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 15px;
}

#area03 .dream .info .work .en{
	border-bottom: 1px solid #979390;
	font-size: 16px;
	font-size: 1.6rem;
	margin-right: 10px;
	padding-bottom: 4px;
}

#area03 .dream .info .item{
	font-size: 20px;
	font-size: 2.0rem;
	margin-bottom: 35px;
}

#area04 {
    background: url(../images/bg_02.png) no-repeat left 5% top;
    background-size: 240px;
    height: 1750px;
	z-index: 2;		
}

#area04 .secInr{
	position: relative;
}

#area04 .secInr:before {
    content: "";
    width: 85%;
    height: 1460px;
    background: url(../images/bg_text.svg) ,#ece8e6;
    background-position: right 10% top 20%;
    background-repeat: no-repeat;
    position: absolute;
    right: -6%;
    top: 40%;
    background-size: 140px;
}    

#area04 .headWrap .head{
	margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
	#area04 .headWrap .head span{
		white-space: nowrap;
	}
}

#area04 .headWrap img{
	max-width: 330px;
	width: 100%;
}
#area04 .staff .text{
    opacity: 0;
    transition: ease 0.3s;
}

@media screen and (max-width: 768px) {
	#area04 .staff .text{
		opacity: 1;
	}
}
#area04 .staff:hover .text{
    opacity: 1;
}
#area04 .staff .simpleParallax img{
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}
#area04 .staff:hover .simpleParallax img{
    opacity: 0.7;
}


#area04 .staff .text span{
	font-size: 18px;
	font-size: 1.8rem;
	border-bottom: 1px solid #605e5e;
	padding-bottom: 5px;
}

#area04 .staff .imgWrap{
	position: relative;
}

#area04 .staff .label{
	position: absolute;
}

#area04 .staff .label .en{
	font-size: 18px;
	font-size: 1.8rem;
	margin-left: 30px;
	padding: 6px 16px;
    font-weight: 600;
}

#area04 .staff .label small{
	font-size: 12px;
	font-size: 1.2rem;
    padding: 14px 16px;
}

#area04 .staff{
	display: flex;
	justify-content: space-between;
}

#area04 .staff.s01 {
    max-width: 850px;
    position: absolute;
    right: 0;
}

#area04 .staff.s01 .imgWrap{ 
	width: 66%;
}


#area04 .staff.s01 .label {
    position: absolute;
    right: -10px;
    bottom: -15px;
}

#area04 .staff.s01 .label small,
#area04 .staff.s01 .label .en{ 
	background: #e8dddc; 
}

#area04 .staff.s01 .imgWrap img{ 
	max-width: 460px; 
	width: 100%;
}

#area04 .staff.s01 .text{ 
	width: 400px;
    padding-top: 200px;
}

#area04 .staff.s02 {
    width: 670px;
    right: -100px;
    position: relative;
    top: 400px;
}

#area04 .staff.s02 .imgWrap{ 
	width: 50%;
}

#area04 .staff.s02 .label {
    position: absolute;
    left: -30px;
    bottom: -15px;
}

#area04 .staff.s02 .label small,
#area04 .staff.s02 .label .en{ 
	background: #d3e4e4;
}

#area04 .staff.s02 .imgWrap img{ 
	max-width: 340px; 
	width: 100%;
}

#area04 .staff.s02 .text{ 
	max-width: 410px;
    right: 0px;
    width: 100%;
    padding-top: 70px;
    position: absolute;
}

#area04 .staff.s03 {
    width: 740px;
    position: absolute;
    right: 80px;
    top: 860px;
}

#area04 .staff.s03 .imgWrap{ 
	width: 66%;
}

#area04 .staff.s03 .label {
    position: absolute;
    right: 4px;
    bottom: -56px;
}

#area04 .staff.s03 .label small,
#area04 .staff.s03 .label .en{ 
	background: #d1d7e0;
}

#area04 .staff.s03 .label .en {
    margin-left: 100px;
}

#area04 .staff.s03 .imgWrap img{ 
	max-width: 360px; 
	width: 100%;
}

#area04 .staff.s03 .text {
    max-width: 300px;
    padding-top: 250px;
    margin-left: 70px;
	width: 100%;
}

#area04 .staff.s04 {
    width: 860px;
    position: absolute;
    top: 1310px;
}

#area04 .staff.s04 .imgWrap {
    width: 60%;
}

#area04 .staff.s04 .label {
    position: absolute;
    right: -30px;
    bottom: -15px;
}

#area04 .staff.s04 .label small,
#area04 .staff.s04 .label .en{ 
	background: #e8dce8;
}

#area04 .staff.s04 .imgWrap img{ 
	max-width: 465px; 
	width: 100%;
}

#area04 .staff.s04 .text {
    max-width: 410px;
	padding-top: 120px;
    width: 100%;
    position: absolute;
    right: 0px;
}

#area05 .headWrap{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

#area05 .viewBtn a{
	color: #605e5e;
	font-size: 10px;
	font-size: 1.0rem;
}


#area05 .iconPlus {
    position: relative;
    width: 14px;
    height: 14px;
    background: #605e5e;
    display: inline-block;
    margin-right: 8px;
    vertical-align: text-top;
}

#area05 .iconPlus::before {
    position: absolute;
    top: 0;
    left: 6px;
    content: '';
    display: inline-block;
    width: 2px;
    height: 14px;
    background: #f1efee;
}

#area05 .iconPlus:after {
    position: absolute;
    top: 6px;
    left: 0;
    width: 14px;
    height: 2px;
    content: '';
    display: inline-block;
    background: #f1efee;
}

#area05 .news{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#area05 .news li{
	width: 22%;
}
#area05 .news li:not(:first-child){
	margin-left: 4%; 
}

#area05 ul.news .thumbnail {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#area05 ul.news .thumbnail img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

#area05 ul.news a:hover .thumbnail img{	
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

#area05 ul.news li dl dt {
	padding: 15px 0;
	display: flex;
	align-items: center;
}
#area05 ul.news li dl dt .date {
	color: #9b9a99;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    font-weight: 500;
}

#area05 ul.news li dl dd {
    color: #605e5e;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.7;
}

#area06 ul{
	display: flex;
	justify-content: space-between;
}

#area06 ul li{
	width: 32%;
}

#area06 ul li a{
	position: relative;
}

#area06 ul li .img {
    position: relative;
    overflow: hidden;
}

#area06 ul li .img img {
    width: 100%;
    height: 29vw;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover';
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#area06 ul li a:hover .img img {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

#area06 ul li .img:after {
	content: "";
    width: 70px;
    height: 52px;
    background: url(../images/arrowc.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 18px;
    bottom: 16px;
}

#area06 ul li a:hover .img:after {
	background: url(../images/arrowc_af.png) no-repeat;
	transition: 0.7s;
	background-size: 100%;
    position: absolute;
    right: 18px;
    bottom: 16px;
	width: 70px;
    height: 52px;
}

#area06 ul li .img .status {
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 15px;
    letter-spacing: 2px;
    line-height: 24px;
}

#area06 ul li .img .status small{
	font-size: 14px;
    font-size: 1.4rem;
	font-weight: lighter;
}


@media only screen and (min-width: 1625px) {
#area04 .secInr:before {
    background-position: right 20% top 20%;
    width: 100%;
    right: -19%;
}
}

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

.secInr {
    padding: 40px 0;
}

#area01 .flexBox .info {
    width: calc( 100% - 500px);
}

#area01 .flexBox .imgWrap {
    width: 450px;
}

#area01 .flexBox .imgWrap .simpleParallax img {
    margin: 20px 0 20px 20px;
    height: 340px;
}

#area02 {
    margin-bottom: 40px;
}

#area03 {
    margin-bottom: 20px;
}

#area04 .secInr:before {
    height: 1490px;
}

#area04 .staff.s02 {
    width: 670px;
    right: -10px;
    position: relative;
    top: 400px;
}

#area04 .staff.s03 {
    right: 0;
    top: 940px;
}

#area04 .staff.s04 {
    top: 1410px;
}
}

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

#mv .mvInr .deco {
    bottom: -70px;
    max-width: 450px;
}    

#area01 .flexBox .info {
    width: calc( 100% - 400px);
}

#area01 .flexBox .imgWrap {
    width: 350px;
    height: 300px;
}
#area01 .flexBox .imgWrap .simpleParallax img {
    height: 260px;
}

#area01 .flexBox .imgWrap .bg span {
    bottom: -40px;
    left: 5px;
    width: 80%;
}

#area03 .dream .info .ttlImg {
    margin-bottom: 20px;
}

#area03 .dream .info .ttlImg img {
    width: 40%;
}

#area04 {
	background-size: 200px;
    height: 1530px;
}    

#area04 .secInr:before {
    height: 1230px;
}

#area04 .secInr:before {
    width: 85%;
    top: 50%;
}

#area04 .staff .text span {
    font-size: 16px;
    font-size: 1.6rem;
}

#area04 .staff.s01 .imgWrap img {
    max-width: 410px;
}

#area04 .staff.s02 {
    top: 340px;
}

#area04 .staff.s02 .imgWrap img {
    max-width: 270px;
}

#area04 .staff.s03 {
    top: 760px;
}

#area04 .staff.s03 .imgWrap img {
    max-width: 320px;
}

#area04 .staff.s03 .label {
    right: 70px;
}

#area04 .staff.s04 {
    top: 1160px;
}

#area04 .staff.s04 .imgWrap img {
    max-width: 375px;
}

#area06 ul li .img .status {
    display: block;
    font-size: 20px;
    font-size: 2.0rem;
}
}

@media only screen and (max-width: 1100px) {
#area02 ul li p {
    font-size: 18px;
    font-size: 1.8rem;
}

#area02 ul li .imgHeight.row01{
    height: 160px !important;
}

#area02 ul li .imgHeight.row03{
    height: 230px !important;
}

#area03 .secInr {
    background: url(../images/bg_01.png) no-repeat right 15% top 13%;
    background-size: 340px;
}

}

/*------------------------------------for ipad--*/
@media screen and (min-width:768px) and (max-width:1024px) {

}

@media only screen and (max-width: 1024px){	
#mv {
    height: 60vh;
}
#mv .mvInr {
    height: 55vh;
}

#mv .mvInr .catchWrap {
    width: 400px;
}

#mv .mvInr .catchWrap {
    bottom: 210px;
}    

#mv .mvInr .catchWrap .catchS {
    max-width: 230px;
    width: 100%;
    top: -70px;
}

#mv .mvInr .catchWrap .catchL {
    max-width: 330px;
    width: 100%;
    right: 0;
}

#area01 {
    margin-bottom: 45px;
}

#area01 .secInr{
    padding-bottom: 0;
}

#area02 .secInr {
    padding: 45px 0;
}

#area03 .headWrap img.is-sp {
    max-width: 300px;
    width: 100%;
}

#area04 .staff.s03 .imgWrap {
    width: 44%;
}

#area04 .staff.s03 .text {
    margin-left: 220px;
}

#area04 .staff.s03 .label {
    right: 0px;
}

#area04 .staff.s04 {
    width: 100%;
}    

#area04 .staff.s04 .imgWrap {
    width: 50%;
}

#area04 .staff.s04 .text {
    padding-top: 100px;
}

#area04 .staff.s04 {
    width: 100%;
}

#area04 .staff.s03 .text {
    margin-left: 200px;
}
}

.staff.s01 .is-pc-img,
.staff.s03 .is-pc-img{
    display: block;
}

.staff.s01 .is-sp-img,
.staff.s03 .is-sp-img{
    display: none;
}

@media only screen and (max-width: 600px) {
.staff.s01 .is-pc-img,
.staff.s03 .is-pc-img{
    display: none;
}

.staff.s01 .is-sp-img,
.staff.s03 .is-sp-img{
    display: block;
}

.staff.s01 .is-sp-img img,
.staff.s03 .is-sp-img img{
    width: 100%;
}

}

/*------------------------------------for sp--*/
@media only screen and (max-width: 480px) {
#mv {
    height: 45vh;
    margin-bottom: 50px;
}

#mv .mvInr {
    height: 40vh;
    margin-bottom: 30px;
}

#mv .mvInr .catchWrap {
    bottom: 66px;
    right: 10px;
    width: 252px;
}

#mv .mvInr .catchWrap .catchS {
    max-width: 193px;
    top: -60px;
}

#mv .mvInr .catchWrap .catchL {
    max-width: 190px;
}

#mv .mvInr .deco {
    bottom: -105px;
    max-width: 280px;
}

#area01 .flexBox{
	display: block;
}

#area01 .flexBox .imgWrap {
    width: 100%;
    height: 300px;
    margin-bottom: 70px;
}

#area01 .flexBox .bold {
    font-size: 16px;
    font-size: 1.6rem;
}

#area01 .flexBox .imgWrap .simpleParallax img {
    height: auto;
    width: 100%;
}

#area01 .flexBox .info {
    width: 100%;
}

#area02 .head01 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 20px;
    line-height: 14px;
}

#area02 ul li {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 20px 10px;
}

#area02 ul li p {
    font-size: 14px;
    font-size: 1.4rem;
}

#area02 .note {
    font-size: 9px;
    font-size: 0.9rem;
    margin-bottom: 20px;
}    

#area03 .secInr {
    background: url(../images/bg_01.png) no-repeat right 15% top 3%;
    background-size: 240px;
    padding: 15px 0 0;
}

#area03 .headWrap small {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 5px;
}

#area03 .headWrap {
    margin-bottom: 40px;
}

#area03 .dream {
    display: block;
    margin-bottom: 40px;
}

#area03 .dream .img {
    width: 100%;
    margin-bottom: 20px;
}

#area03 .dream .info {
    width: 100%;
}

#area04 {
    background-size: 160px;
    height: auto;
    margin-bottom: 50px;
}

#area04 .secInr:before {
    height: 1240px;
    top: 20%;
    background-position: right 1% top 10%;
    background-size: 55px;
}

#area04 .headWrap{
	margin-bottom: 30px;
}

#area04 .headWrap img {
    max-width: 248px;
}

#area04 .staff {
    display: block;
}    

#area04 .staff .text span{
    font-size: 13px;
    font-size: 1.3rem;
}

#area04 .staff .label small {
    font-size: 10px;
    font-size: 1.0rem;
}

#area04 .staff .label .en {
    font-size: 13px;
    font-size: 1.3rem;
}    

#area04 .staff.s01,
#area04 .staff.s02,
#area04 .staff.s03,
#area04 .staff.s04{
	margin-bottom: 50px;
}

#area04 .staff.s03{
    margin-top: 150px;
}

#area04 .staff.s02 .imgWrap, 
#area04 .staff.s04 .imgWrap {
    width: 100%;
}

#area04 .staff.s01 .imgWrap img,
#area04 .staff.s02 .imgWrap img,
#area04 .staff.s03 .imgWrap img,
#area04 .staff.s04 .imgWrap img{
    width: 100%;
    max-width: 100%;
}

#area04 .staff.s01 .is-sp-img,
#area04 .staff.s02 .is-sp,
#area04 .staff.s03 .is-sp-img,
#area04 .staff.s04 .is-sp{
    max-width: 100%;
    width: 100%;
}

#area04 .staff.s01 .label{
    left: 195px;
    bottom: 89px;
    width: max-content;
}

#area04 .staff.s02 .label{
    left: 140px;
    bottom: -50px;
    width: max-content;
}

#area04 .staff.s03 .label{
    left: 125px;
    bottom: 88px;
    width: max-content;
}

#area04 .staff.s04 .label{
    right: 0px;
    bottom: -50px;
    width: max-content;
}

#area04 .staff.s01 .text,
#area04 .staff.s02 .text,
#area04 .staff.s03 .text,
#area04 .staff.s04 .text {
    width: 100%;
    margin-top: 60px;
    padding-top: 0;
}

#area04 .staff.s03 .text {
    margin-left: 0;
    max-width: 100%;
}

#area04 .staff.s01,
#area04 .staff.s02,
#area04 .staff.s03,
#area04 .staff.s04 {
    max-width: 100%;
    position: inherit;
    top: 0;
}

#area05 .news li {
    width: 49%;
    margin-bottom: 20px;
}

#area05 ul.news li dl dt {
    padding: 10px 0 0;
}

#area06 ul {
    display: block;
    justify-content: space-between;
}

#area06 ul li {
    margin-bottom: 15px;
    width: 100%;
}
}

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

#area03 .dream .info .ttlImg {
    margin-bottom: 18px;
}

#area03 .dream .info .work {
    margin-bottom: 5px;
}

#area03 .dream .info .item {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

#area04 .staff.s01 .label{
    left: 171px;
}

#area04 .staff.s02 .text {
    max-width: 100%;
    right: 0;
}

#area04 .staff.s02 .label {
    left: 118px;
}    

#area04 .staff.s03 .label {
    left: 100px;
}

#area04 .staff.s04 .text {
    right: 0;
    max-width: 100%;
}
}

@media only screen and (max-width: 360px) {
#area04 .staff.s01 .label {
    left: 158px;
}
#area04 .staff.s02 .label {
    left: 107px;
}
#area04 .staff.s03 .label {
    left: 88px;
}
}

/*------------------------------------animation--*/

@media only screen and (min-width: 1024px) {
  #area02 .col3List li.fadein:nth-of-type(2) {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
  }
  #area02 .col3List li.fadein:nth-of-type(3) {
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
  }
  #area02 .col2List li.fadein:nth-of-type(4) {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
  }
  #area02 .col2List li.fadein:nth-of-type(5) {
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
  }
  #area02 .col3List li.fadein:nth-of-type(6) {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
  }
  #area02 .col3List li.fadein:nth-of-type(7) {
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
  }
  #area02 .col3List li.fadein:nth-of-type(8) {
    -moz-transition-delay: 600ms;
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
  }
#area06 ul li.fadein:nth-of-type(2) {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
  }
#area06 ul li.fadein:nth-of-type(3) {
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
  }
}

/*@media only screen and (max-width: 1024px) {
  #area05 .col3List li.fadein:nth-of-type(2), 
  #area05 .col3List li.fadein:nth-of-type(4),
  #area05 .col3List li.fadein:nth-of-type(6),
  #area05 .col3List li.fadein:nth-of-type(8) {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
  }
}*/

@media screen and (max-width: 640px) {
	#area03 .dream .info .ttlImg img {
		width: auto;
		max-width: 125px;
	}
	#area03 .dream.d01 .info .ttlImg img{
		max-width: 176px;
	}
}

@media screen and (min-width:769px){
	.sp{
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.pc{
		display: none;
	}
}