@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap");

@import url("https://fonts.googleapis.com/css?family=Anton&display=swap");

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

a {
    color: #FFF;
    text-decoration: none;
}

a:hover {
	border-bottom: 1px solid #fff;
}
.logo a:hover {
	border-bottom: 0px solid #fff;
}

.parallax-1 {
	width: 100%;
	height: 65vw;
	background-image: url(../img/NAKATA.jpg);
	background-position: center;
	background-size: cover;
}

.parallax-2 {
	width: 100%;
	height: 65vw;
	background-image: url(../img/SHIRAI.jpg);
	background-position: center;
	background-size: cover;
}

.parallax-3 {
	width: 100%;
	height: 65vw;
	background-image: url(../img/NAKANO.jpg);
	background-position: center;
	background-size: cover;
}

.parallax-4 {
	width: 100%;
	height: 65vw;
	background-image: url(../img/SONE.jpg);
	background-position: center;
	background-size: cover;
}

body {
	color: #383838;
	font-family: '小塚ゴシック Pr6N', 'Noto Sans JP', sans-serif;
}

body * {
	box-sizing: border-box;
}

body ul {
	list-style: none;
}

header {
	position: fixed;
	z-index: 3;
	width: 100%;
	height: 10vw;
	background-color: rgba(0, 0, 0, 0.5);
}

header .container {
	width: 90%;
	height: 100%;
	margin: 0 auto;
}

header .container img {
	width: auto;
	height: 100%;
	padding: 2vw 3vw 2vw 0;
	vertical-align: bottom;
}

header .container p {
	display: inline;
	font-size: 4vw;
	line-height: 10vw;
	color: white;
	font-family: RyuminPr5;
}

main {
	display: block;
}

main section#top {
	padding-top: 15vw;
	background: -moz-linear-gradient(top, #534103, #000);
  background: -webkit-linear-gradient(top, #534103, #000);
  background: linear-gradient(to bottom, #534103, #000);
}

main section#top #youtube {
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding-top: 56.25%;
}

main section#top #youtube iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

main section#top .container {
	width: 90%;
	margin: 0 auto;
	padding: 5vw 0;
	text-align: center;
}

main section#top .container h2 {
	display: inline-block;
	color: #C6A148;
	font-family: Impact, Anton;
	font-size: 12vw;
	font-weight: 700;
	line-height: 1.1;
	text-align: left;
}

main section#top .container h2 span {
	color: white;
}

main section#top .container img {
	width: 100%;
	height: auto;
	margin: 5vw auto;
	vertical-align: bottom;
}

main section#top .container ul {
	display: inline-block;
	font-size: 3vw;
	color: white;
}

main section#top .container ul li {
	text-align: left;
}

main section#top .container ul li:not(:first-of-type) {
	margin-top: 2vw;
}

main section.bg-beige {
	padding: 5vw 0;
	background-color: #D9C27E;
}

main section.bg-beige .container {
	width: 90%;
	margin: 0 auto;
}

main section.bg-beige .container article.winner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

main section.bg-beige .container article.winner .left {
	width: 30%;
}

main section.bg-beige .container article.winner .left img {
	display: block;
	width: 100%;
	height: auto;
}

main section.bg-beige .container article.winner .right {
	width: 65%;
}

main section.bg-beige .container article.winner .right h2 {
	margin: 3vw 0;
	font-size: 5vw;
}

main section.bg-beige .container article.winner .right h2 img {
	width: 6vw;
	margin-right: 10px;
	vertical-align: -0.5vw;
}

main section.bg-beige .container article.winner .right h3 {
	font-size: 3vw;
	line-height: 1.5;
	font-weight: bold;
}

main section.bg-beige .container article.winner .right p {
	font-size: 3vw;
	line-height: 1.2;
	text-align: justify;
}

main section.bg-beige .container article.winner .right p.interviewer {
	color: red;
	margin-top: 3vw;
}

main section.bg-beige .container article.winner .right ul {
	margin: 3vw 0;
	font-size: 3vw;
	line-height: 1.2;
}

main section.bg-beige .container article.winner .right ul.decimal {
	counter-reset: order;
}

main section.bg-beige .container article.winner .right ul.decimal li:before {
	content: counter(order) ".\a";
	counter-increment: order;
}

main section.bg-beige .container article.winner .right ul.disc li:before {
	content: "・";
}

main section.bg-beige .container article.trainer {
	margin-top: 5vw;
}

main section.bg-beige .container article.trainer h3 {
	padding-bottom: 2vw;
	border-bottom: 2px solid black;
}

main section.bg-beige .container article.trainer .flex-container {
	margin-top: 5vw;
}

main section.bg-beige .container article.trainer .flex-container img.flex-part {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

main section.bg-beige .container article.trainer .flex-container div.flex-part p {
	font-size: 3vw;
	line-height: 1.2;
}

main section.bg-beige .container article.trainer .flex-container div.flex-part p.interviewer {
	color: blue;
	margin-top: 3vw;
}

main section.bg-beige .container article.back-to-top {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: right;
}

main section.bg-beige .container article.back-to-top a {
	font-size: 3vw;
	color: #000;
}

main section.bg-beige .container article.back-to-top a:hover {
	border-bottom: 1px solid #000;
}

footer {
	position: relative;
	background-color: black;
}

footer:before {
	content: "";
	position: absolute;
	top: 15vw;
	width: 100%;
	height: 1px;
	background-color: white;
}

footer .container p {
	font-size: 3vw;
	line-height: 7vw;
	text-align: center;
	color: #D9C27E;
}

footer .container p a {
	color: #7CFBFD;
}

footer .container small {
	display: block;
	font-size: 2.5vw;
	line-height: 10vw;
	text-align: center;
	color: white;
}

.sp{
	display:block;
	line-height: 0px;
}
@media screen and (min-width: 940px) {

.parallax-1 {
	position: relative;
	z-index: 2;
	height: 660px;
	background-image: url(../img/NAKATA.jpg);
	background-attachment: fixed;
}

.parallax-2 {
	position: relative;
	z-index: 2;
	height: 660px;
	background-image: url(../img/SHIRAI.jpg);
	background-attachment: fixed;
}

.parallax-3 {
	position: relative;
	z-index: 2;
	height: 660px;
	background-image: url(../img/NAKANO.jpg);
	background-attachment: fixed;
}

.parallax-4 {
	position: relative;
	z-index: 2;
	height: 660px;
	background-image: url(../img/SONE.jpg);
	background-attachment: fixed;
}

.trainer-mt {
	margin-top: 40px;
}

header {
	height: 60px;
}

header .container {
	/* width: 100%;
	padding: 10px 150px 0 150px; */
	height: 60px;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  padding: 10px 150px 10px 150px;
  position: fixed;
  top: 0;
  z-index: 1000;
}

header .container img {
	padding: 0;
	height: 40px;
  width: 66px;
  margin-right: 30px;
}

header .container p {
	/* font-size: 20px;
	line-height: 60px; */
	font-size: 20px;
  color: white;
  font-family: RyuminPr5;
  line-height: 50px;
  margin: 0;
}

main section#top {
	/*position: -webkit-sticky;
	position: sticky;*/
	z-index: 1;
	top: 0;
	padding-top: 60px;
}

main section#top .top-inner {
	background: #000;
	width: 1040px;
	margin: 0 auto;
	padding-right: 50px;
	padding-left: 50px;
}

main section#top #youtube {
	width: 940px;
	height: 530px;
	padding-top: 0;
}

main section#top .container {
	position: relative;
	display: flex;
	width: 940px;
	height: 470px;
	padding: 25px 0;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

main section#top .container h2 {
	font-size: 85px;
}

main section#top .container img {
	position: absolute;
	width: 475px;
	margin: auto 0;
	top: 0;
	bottom: 0;
	right: 0;
}

main section#top .container ul {
	font-size: 16px;
}

main section#top .container ul li {
	margin-top: 10px;
}

main section#top .container ul li:not(:first-of-type) {
	margin-top: 15px;
}

main section.bg-beige {
	position: relative;
	z-index: 2;
	padding: 55px 0;
}

main section.bg-beige .container {
	width: 940px;
}

main section.bg-beige .container article.winner .left {
	width: 320px;
}

main section.bg-beige .container article.winner .left img {
	width: 210px;
	margin: 0 auto;
}

main section.bg-beige .container article.winner .right {
	flex-grow: 1;
}

main section.bg-beige .container article.winner .right h2 {
	margin: 30px 0;
	font-size: 31px;
}

main section.bg-beige .container article.winner .right h2 img {
	width: 60px;
	margin-right: 10px;
	vertical-align: -8px;
}

main section.bg-beige .container article.winner .right h3 {
	font-size: 20px;
	line-height: 1.65;
}

main section.bg-beige .container article.winner .right p {
	font-size: 16px;
	line-height: 1.65;
}

main section.bg-beige .container article.winner .right p.interviewer {
	margin-top: 30px;
}

main section.bg-beige .container article.winner .right ul {
	margin: 0;
	font-size: 16px;
	line-height: 1.65;
}

main section.bg-beige .container article.trainer {
	margin-top: 0;
}

main section.bg-beige .container article.trainer h3 {
	/* width: 620px; */
	font-size: 18px;
	margin-left: auto;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

main section.bg-beige .container article.trainer .flex-container {
	display: flex;
	align-items: flex-start;
	margin-top: 0;
}

main section.bg-beige .container article.trainer .flex-container:not(:first-of-type) {
	margin-top: 30px;
}

main section.bg-beige .container article.trainer .flex-container img.flex-part {
	width: 320px;
	padding: 0 35px;
}

main section.bg-beige .container article.trainer .flex-container div.flex-part {
	width: 620px;
}

main section.bg-beige .container article.trainer .flex-container div.flex-part p {
	font-size: 16px;
	line-height: 1.65;
}

main section.bg-beige .container article.trainer .flex-container div.flex-part p.interviewer {
	margin-top: 10px;
}

main section.bg-beige .container article.back-to-top a {
	font-size: 16px;
	color: #000;
}

footer:before {
	top: 175px;
}

footer .container {
	width: 940px;
	margin: 0 auto;
}

footer .container p {
	width: 750px;
	height: 175px;
	margin-left: auto;
	padding-top: 30px;
	font-size: 20px;
	line-height: 1;
	text-align: left;
}

footer .container small {
	padding-right: 25px;
	font-size: 16px;
	line-height: 50px;
	text-align: right;
}
.sp{
	display:none;
}
}

