@charset "UTF-8";
/* CSS Document */

body {
  margin: 0;
  font-family: 'Arial', sans-serif;
  background-color: #19449c;
  color: #ffffff;
}

.container {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 16px;
}

.hero {
  position: relative;
  text-align: center;
}

.hero-img {
  width: 100%;
  height: auto;
}

.hero-text {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 12px;
}

.hero-text h1 {
  font-size: 24px;
  margin: 4px 0;
}

.hero-text .name {
  font-size: 16px;
}

.hero-text .catch {
  font-size: 18px;
  font-weight: bold;
  color: #00c4ff;
}

section {
  margin: 32px 0;
}

section img {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}


section h2 {
  font-size: 27px;
  margin-bottom: 8px;
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #ffffff;/*文字色*/
  border-left: solid 5px #ffffff;/*左線*/	
}

section h3 {
  font-size: 25px;
  margin-bottom: 8px;
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #ffffff;/*文字色*/
  border: solid 2px #ffffff;
}

.name {
  font-size: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.profile{
	padding:20px;
	border: solid 2px #ffffff;
}


.product-name{
font-size: 20px;
 margin-top: 5px;
 margin-bottom: 5px;
}

section p {
  font-size: 16px;
  /*line-height: 1.6;*/
}

.video {
  text-align: center;
}

.video p {
  font-size: 14px;
  margin-top: 8px;
}


a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #ffe200;
	background: #ffe200;
	color: #000;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn_01:hover {
	color: #000;
	background: #fff;
}

a.btn_02 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 90px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #ffe200;
	background: #ffe200;
	color: #000;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn_02:hover {
	color: #000;
	background: #fff;
}

.product-list{
	color:#000;
    background: #FFF;
    margin: 10px;
	padding:10px;
}

.product-list h3{
	color:#000;
	font-size: 20px;
	margin-top: 20px;
	text-align: center;
}

.pr h3{
	color:#fff;
	font-size:20px;
}
