@font-face {
  font-family: YuGothicM;
  src: local(Yu Gothic Medium),
       local(Yu Gothic);
  font-weight: 500;
}
/*--------------------------------------------------------------
## reset
--------------------------------------------------------------*/
html, body, div, span, object, iframe,
p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
a {
    margin:0;
    padding:0;
    vertical-align:baseline;
    background:transparent;
}
ins {
    text-decoration:none;
}
del {
    text-decoration: line-through;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted　#cccccc;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    width: 100%;
    display:inline-block;
    height:1px;
    border:0;   
    border-top:1px solid #000;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
*, *::after, *::before {
    box-sizing: inherit;
}
a:focus, *:focus {
    outline:none;
}
li {
	list-style: none;
}
img {
    margin: 0;
    padding: 0;
    border-style: none;
    vertical-align: bottom;
}
/*--------------------------------------------------------------
## Typography set
--------------------------------------------------------------*/
html {
    font-size:62.5%;
}
body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Noto Sans JP", "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight:normal;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8em;
    word-wrap: break-word;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background-color: #FFF;
	color: #333;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
    text-decoration: none;
}
p { margin: 0;}
dfn,cite,em {
	font-style: italic;
    border-bottom: 1px dotted #ccc;
}
blockquote {
	margin: 0 0 2.3334em 0;
}
address {
	margin: 0 0 1.75em;
}
pre {
	background: #eee;
	line-height: 1.8667;
	margin-bottom: 1.8667em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
    white-space: pre-wrap;
}
code,
kbd,
tt,
var {
	font-family: monospace, serif;
    font-size: 0.9em;
    padding: 0.05em 0.4em;
    border-radius: 3px;
    background: #F6F6F6;
    color: #444;
}
abbr,
acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}
mark {
    background:linear-gradient(#FFF 70%,#fff462 70%,#fff462);
}
b, strong, .strong {
    font-weight: bold;
}
small {
	font-size: 85%;
}
a {
    color: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:hover {
    color: #3F280F;
}
a img {
    transition: 0.3s;
}
a img:hover {
    opacity: .8;
}
i {
    font-family: "Font Awesome 5 Free","Fontawesome";
}
img {
    max-width: 100%;
    height: auto;
}
/*--------------------------------------------------------------
## Typography css set
--------------------------------------------------------------*/
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
}
/*--------------------------------------------------------------
## Typography css set
--------------------------------------------------------------*/
.alignleft {
	margin: 0;
	padding: 0 .8em .8em 0;
	float: left;
}
.alignright {
	margin: 0;
	padding: 0 0 .8em .8em;
	float: right;
}
.aligncenter {
	display: block;
    margin: .5em auto;
}
/*--------------------------------------------------------------
## layout
--------------------------------------------------------------*/
.wrapper {
	width: 100%;
	height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
h1 {
    display: block;
    max-width: 30%;
    width: 280px;
}
.sp {
	display: none;
}
.pc {
	display: block;
}
/** slide in **/
.mov {
	opacity: 0;
}
.mov.xyz-in {
	opacity: 1;
}
@media only screen and (max-width: 750px){
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}

}

