@charset "utf-8";

.sample-text1 {

    animation-name: fadein;
    animation-duration: 2s;
    /*animation-iteration-count: infinite;*/
}

@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(50px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}


/* Main contents*/

.poem h2 {
	width:550px;
}

.poem-contents {
	width: 47%;
	margin: 65px auto;
}

.flow_container,{
	width: 100%;
	margin: 0 auto;
}

#flow {
	padding:30px 145px 20px;
	margin: 0 auto;	
}

.flow_flex_box {
	display:flex;
	justify-content: space-between;
}

.number {
	font-size:5em;
	opacity:0.4;
	font-family :'Yu Mincho',serif;
	border-bottom:1px solid #000;
	color:#FF7BAB;
}

.flow_title {
	font-weight:bold;
	font-size:1.1em;
	position: relative;
	top:2.7em;
	left:1em;
}

.box {
	width:28%;
}

.box img{
	display:block;
	width:100%;
	margin:0 auto;
	/*border-radius:7px;*/
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;;
}

.flow_text01 {
	text-align:justify;
	line-height:1.7em;
	margin:20px 0 15px;
	font-size: 0.9375rem;
}


.access_btn a {
	display:block;
	color:#E81E79;
	text-align:center;
	border:1px solid;
	font-size:0.8rem;
	width:70%;
	margin-bottom:20px;
	padding:5px 18px
}

.access_btn a:hover {
	background-color:#E81E79;
	color:white;
}

.access_btn a::after {
	content:"▶";
}

.preparation_container {
	width:100%;
	margin:0 auto;
	padding: 35px 0 35px;
	background-image: url("../images/trial/motimono.png");
	background-size: auto 360px;
	text-align:center;
}

.preparation_title {
	font-size:1.32em;
	color:#57C3D1;
	margin-bottom:18px;
}

.preparation_text {
	line-height:1.4em;
}

.preparation_text span{
	color:red;
}

/*main*/



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


}

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

.mainvisual_title{
	width:48%;
	max-width: 48%;
	position: absolute;
    top:19%;
    left:26%;
}

.mainvisual_title_ja{
	color:white;
	font-size:16px;
	font-weight:bold;
	position: absolute;
    top:36%;
    left:33%;
    letter-spacing:0.1;
}
.poem {
	line-height: 1.9rem;
	letter-spacing: 0em;
}
.poem h2 {
	width:300px;
	padding:0px;
}

.poem-contents {
	width:100%;
	padding:0 25px;
	margin:50px auto;
}
.poem p {
		text-align: justify;
		line-height: 1.8em;
}

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

#flow {
	display:flex;
	flex-direction: column;
	width:83%;
	margin:0 auto;
	padding:20px 20px 10px;
}

.access_btn a {
	width:85%;
	padding:5px 20px
}

}