@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	background-color: #FCFAF3;
}

.wrapper{
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.wrapper img{
	display: block;
	line-height: 0;
}

.Ringold{
	font-family: "ringold-slab", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.sp{
	display: block;
}

.pc{
	display: none;
}

.title{
	width: 40%;
	margin: 20% auto;
}

.lead{
	text-align: center;
	font-size: 13px;
	line-height: 2;
	margin: 10% auto 15%;
}

.movie_y{
	position: relative;
	width:90%; /* 横幅は100%で固定 */
	height:0; /* 高さは0にしておく(padding-topで高さを指定するため) */
	padding-top: 56.25%; /* 高さを指定(16:9) */
	margin: 10% auto;
}

.movie_y iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.list{
	width: 90%;
	margin: 15% auto 20%;
}

.list h2{
	text-align: center;
	font-size: 37px;
	font-family: "helvetica-lt-pro", sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 5% auto 10%;
}

.list ul{
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
	grid-row-gap: 50px;
	justify-content: center;
}

.list ul li{
	width: calc(33.3% - 15px);
	position: relative;
	padding-bottom: 4%;
}

.list ul li img{
	border-radius: 100px;
}

.list ul li p{
	position: absolute;
	display: block;
	/*text-align: center;*/
	font-size: 18px;
	margin: 3% 0;
	font-family: "helvetica-lt-pro", sans-serif;
	font-weight: bold;
	font-style: normal;
	top: -10px;
	left: 0;
	transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
}

.list ul li a:after{
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 10px;
	height: 10px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	content: "";
	transform: translateX(-50%) rotate(135deg);
}


.box{
	margin-bottom: 25%;
}

.no{
	width: 14%;
	margin: 0 auto;
}

.box h1{
	text-align: center;
	margin: 1% auto 3%;
	line-height: 1.3;
	font-size: 40px;
	font-family: "helvetica-lt-pro", sans-serif;
}

.main{
}

.sub{
	display: flex;
	width: 90%;
	margin: 5% auto;
	column-gap: 10px;
	justify-content: center;
}

.icon__02{
	width: 20%;
}

.fukidashi{
	display: flex;
	column-gap: 20px;
	align-items: flex-end;
	width: 95%;
	margin: 5% auto;
}

.fukidashi img{
	width: 25%;
}

.fukidashi .coment{
	margin: 0;
	font-size: 11px;
	line-height: 2;
}

.credit{
	width: 80%;
	margin: 10% auto;
}

.credit p{
	text-align: center;
	font-size: 13px;
	margin: 2% auto;
}

.credit a{
	display: block;
	width: 50%;
	margin: 2% auto;
	text-align: center;
	background-color: #000;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	position: relative;
	line-height: 3;
}

.credit a:after{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

.flex2 {
  flex-flow: row-reverse;
}

.textRigth{
	text-align: right;
}

.all{
	display: block;
	width: 80%;
	margin: 2% auto 15%;
	text-align: center;
	background-color: #000;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	position: relative;
	line-height: 4.5;
}

.all a:after{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

.profile{
	width: 90%;
	margin: 10% auto;
}

.title__border {
	width: 100%;
	margin: 0 auto 5%;
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 25px;
}

.title__border:before,
.title__border:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
}

.title__border:before {
	margin-right: 1rem;
}

.title__border:after {
	margin-left: 1rem;
}

.profile img{
	width: 70%;
	margin: 8% auto;
}

.profile .coment{
	font-size: 13px;
	list-style-position: 1.8;
	margin: 3% auto;
}

.sns{
	display: flex;
	column-gap: 10px;
	margin: 8% auto 0;
	justify-content: center;	
}

.sns__ig a {
    background: url(https://www.dot-st.com/static/docs/c/css/include/images/icon_sns_insta_color.png) 50% 50% no-repeat;
    background-size: 40px auto
}

.sns__youtube a {
    background: url("https://www.dot-st.com/static/docs/c/css/include/images/icon_sns_youtube_color.png") 50% 50% no-repeat;
    background-size: 40px auto
}

.sns a{
	display: block;
   /* border: 1px solid #E6E6E6;*/
    border-radius: 50%;
    height: 45px;
    width: 45px;
}

@media(min-width:750px){
.sub{
	width: 100%;
	margin: 2% auto;
}
}