@charset "UTF-8";

@font-face{
	font-family:"myfont_1";
	src:url("../fonts/Thesignature.ttf") format("truetype");
}

@font-face{
	font-family:"myfont_2";
	src:url("../fonts/ArsenicaTrial-Italic.ttf") format("truetype");
}

@font-face{
	font-family:"myfont_3";
	src:url("../fonts/Arimo-Regular.ttf") format("truetype");
}

@font-face{
	font-family:"myfont_4";
	src:url("../fonts/Arimo-Bold.ttf") format("truetype");
}

@font-face{
	font-family:"myfont_5";
	src:url("../fonts/Arimo-Regular.ttf") format("truetype");
}

html {
	margin: 0;
	padding: 0;
	font-size: 15px;	/*基準となるフォントサイズ。*/
	overflow-x: hidden;
}

body {
	width:100vw;
	margin:0;
	font-family: "Noto Serif JP", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;	/*フォント種類*/
}

main{
	margin:20% auto 0;
	padding:0 15%;
	position:relative;
}

a {
	transition: 0.3s;
	text-align: center;
}

img{max-width:100%;
}

p{
	margin:0;
	font-size:1.35rem;
	color: #000;
	line-height:2.3;
}

.tr{
	position: relative;
	display: inline-block;
	color: transparent;
	-webkit-text-stroke: 1px #aaa;
	font-size:40px;
	font-family:"myfont_4";
	line-height: 1em;
}

.rt{
	position: relative;
	font-size: 25px;
	color: #fff;
	background-color:#7e7e7e;
	padding-left: 10px;
}

.img{
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
	width: -webkit-fit-content;
	margin: auto;
}

.main-img img{
	width:500px;
}

section h2{
	font-size:1.3rem;
	background-image: linear-gradient(transparent 74.79%, #ff7a00 74.79%);
	width: -webkit-fit-content;
	margin: auto;
	margin-bottom: 5%;
}

.img-title h1{
	font-size: 1.2rem;
	text-align: center;
	margin-top: 5%;
}

.about{
	margin-top:10%;
}

.about p{
	font-size: 1rem;
	line-height: 1.7;
	width: -webkit-fit-content;
	margin: auto;
}

.section2{
	margin-top:20%;
}

@media screen and (min-width:481px){
	main{
		margin-top:15%;
	}
	
	p{
		font-size:1.75rem;
	}
	
	.tr{
		font-size:10rem;
	}
	
	.rt{
		font-size:30px;
	}
	
	section h2{
		font-size:2.5rem;
		margin-bottom:3%;
	}
	
	.img-title h1{
		font-size: 2rem;
		line-height: 1.5;
	}
	
	.about p{
		font-size:1.4rem;
	}
	
	.section2{
		margin-top:15%;
	}
}