/* CSS Document */
@charset "utf-8";
/*@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+TC&display=swap');

/* ==========================================================================
	Foundation - reset/base...
	========================================================================== */


/* Reset
   ----------------------------------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, input, select, textarea,
p, pre, blockquote, span, th, td {
	margin: 0;
	padding: 0;
}

html,body {
	width: 100%;
	height: auto !important;
	margin: 0px auto;
	font-family: 'Noto Serif TC', serif;
	font-weight: 500;
	color: #000;
	text-align: left;
	letter-spacing: 0.5px;
	min-width: 100%;
}

html {
	font-size: 62.5%;
}

body {
	background-color: #FFF;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-size: 100%;
	font-weight: 500;
	letter-spacing: 1px;
	color: #000;
}

p {
	color: #767676;
	letter-spacing: 0.5px;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 24px;
}

dl, ul, ol {
	text-indent: 0;
}

li {
	list-style: none;
	font-size: 1.3rem;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

header, nav, article, aside, section, footer {
	display:block;
}


/*link
	----------------------------------------------------------------- */

a:link, a:visited {	text-decoration: none;}
a:hover, a:active {	text-decoration: none;}
a:link,
a:visited {	color: #000;}
a:hover,
a:active {
	color: #000;
}

a {
	width: 100%;
	height: 100%;
	transition: .3s;
}

a:hover {
	opacity: 0.8;
}

a { outline: none; }

* {
	-webkit-appearance: none;
}

::selection {background: #c21500;}
::-moz-selection {background: #c21500;}

a.a--desable 		{ pointer-events: none; opacity: 0.6; filter: brightness(0.6); }



/*imput
	----------------------------------------------------------------- */

input[type="checkbox"] {
	-webkit-appearance: checkbox !important;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
}

select::-ms-expand {
  display: none;
}

input {
    color: #666666;
}
input::-webkit-input-placeholder {
    color: #cfcfcf;
}
input:-ms-input-placeholder {
    color: #cfcfcf;
}
input::-moz-placeholder {
    color: #cfcfcf;
}
textarea::-webkit-input-placeholder {
    color: #cfcfcf;
}
textarea:-ms-input-placeholder {
    color: #cfcfcf;
}
textarea::-moz-placeholder {
    color: #cfcfcf;
}

input, button, select, textarea {
    -webkit-appearance: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	font-family: "Noto Serif JP", /*"Noto Sans Japanese",*/"Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝","ryo-text-plusn",serif;
	font-size: 1.4rem;
}

input:focus ,
textarea:focus {
	background-color: #effafa;
	outline:none;
}



.movie-emb-box{width: 100%; max-width: 732px; margin: 10px auto 0 auto;}
.movie_emb{ position: relative; width: 100%; padding-top: 56.25%;}
.movie_emb iframe { position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}

.wmax100{max-width: 100px;}
.wmax300{max-width: 300px;}
.wmax500{max-width: 500px;}


.free-btn{width: 50%;
	margin: 5% auto 0 auto;
	text-align: center;
	}
	
.free-btn a{width: 95%; padding:5% 2.5%; display: block; background:#875a19; color: #fff; font-size:22px;}




@media screen and (max-width: 650px) {

.free-btn{width: 90%;
	margin: 5% auto 0 auto;
	text-align: center;
	}
	
.free-btn a{width: 95%; padding:5% 2.5%; display: block; background:#875a19; color: #fff; font-size:16px;}


}