@charset "utf-8";
/*////////////////////////////////////
message
////////////////////////////////////*/


@media screen and (min-width: 768px){

#message_area{
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}

.message_place{
    position: relative;
    width: 100%;
    margin-bottom: 150px;
}

.message_photo1 {
    position: relative;
    width: 40%;
	float: right;
	z-index: 1;
}

.message_photo2 {
    position: relative;
    width: 40%;
	float: left;
	z-index: 1;
}

.message_photo1 img,
.message_photo2 img {
	position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
	z-index: 2;
}

.message_photo_line {
	position: absolute;
	width: 100%;
	aspect-ratio:1/1;
	border: 10px solid #ffdd00;
	top: 40px;
	left: 40px;
	z-index: 1;
}

.message_word1 {
    position: relative;
    width: 50%;
	float: left;
    font-size: clamp(1.6rem,1.8vw,2rem);
	font-weight: 300;
    color: #333;
    letter-spacing: 0.1;
    line-height: 2.4em;
}
.message_word2 {
    position: relative;
    width: 50%;
	float: right;
    font-size: clamp(1.6rem,1.8vw,2rem);
	font-weight: 300;
    color: #333;
    letter-spacing: 0.1;
    line-height: 2.4em;
}

.message_catch{
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    font-size: clamp(3rem,2.5vw,4rem);
	font-weight: 700;
    color:#FFD800;
    letter-spacing: 0.2;
}

}



@media screen and (min-width: 0px) and (max-width: 767px){

#message_area{
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}

.message_place{
    position: relative;
    width: 100%;
    margin-bottom: 100px;
}

.message_photo1 {
    position: relative;
    width: 80%;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.message_photo2 {
    position: relative;
    width: 80%;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.message_photo1 img,
.message_photo2 img {
	position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
	z-index: 2;
}

.message_photo_line {
	position: absolute;
	width: 100%;
	aspect-ratio:1/1;
	border: 10px solid #ffdd00;
	top: 20px;
	left: 20px;
	z-index: 1;
}

.message_word1 {
    position: relative;
    width: 100%;
    font-size: clamp(1.6rem,1.8vw,2rem);
	font-weight: 300;
    color: #333;
    letter-spacing: 0.1;
    line-height: 2.4em;
	margin-bottom: 50px;
}
.message_word2 {
    position: relative;
    width: 100%;
    font-size: clamp(1.6rem,1.8vw,2rem);
	font-weight: 300;
    color: #333;
    letter-spacing: 0.1;
    line-height: 2.4em;
	margin-bottom: 50px;
}

.message_catch{
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    font-size: clamp(2.6rem,3.8vw,4rem);
	font-weight: 700;
    color:#FFD800;
    letter-spacing: 0.2;
}

}


