@charset "utf-8";
/* Common */
a{
  text-decoration: none;
  color: #000000;
}
.f-11{
  font-size: 1.1rem;
}
.f-13{
  font-size: 1.3rem;
}
.f-15{
  font-size: 1.5rem;
}
.f-en{
  font-family: 'arial', sans-serif;
}
.f-ja{
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", Meiryo, sans-serif;
  letter-spacing: 0;
}
hr{
  border-bottom: 1px solid #e4e9ec;
  margin: 5% auto 0;
}
.center{
  text-align: center;
}
.left{
  text-align: left;
}
.v-t{
  vertical-align: top;
}
.v-m{
  vertical-align: middle;
}
.h_bar{
  display: none;
}
h2{
  margin: 3% 0;
  font-weight: bold;
}

h3{
  margin: 10% 0;
}
h4{
  position: relative;
  margin: 0 0 10% 0;
}
h4::after{
  position: absolute;
  content: "";
  width: 100px;
  height: 5px;
  background: #000000;
  display: block;
  left: 46%;
  top: 80px;
}
.blc{
  display: block;
  line-height: 1.5;
}
.bold{
  font-weight: bold;
}
/* Unique */
#mainArea{
  margin: 0 auto;
  font-size: 62.5%;
  line-height: 2;
  color: #000000;
  letter-spacing: 1px;
}
#mainImg{
  text-align: center;
  background: #eeeeee;
  padding: 5% 0;
}
section{
  margin: 5% auto;
  text-align: center;
  width: 1100px;
}
.leadText_{
  line-height: 2.4;
}
.contentArea_{
  width: 1100px;
  margin: 10% auto;
}
.itemArea_{
  text-align: center;
  margin: 10% auto;
}
.value_ {
  text-align: left;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  line-height: 2;
  vertical-align: middle;
}
.itemLink_ {
  margin: 10% 0 15%;
}
.linkArea_ span{
  background: #fff100;
  width: 32px;
  height: 32px;
  font-size: 1.8rem;
  bottom: 7px;
  right: 7px;
  display: inline-block;
  text-align: center;
  margin: 0 10px 0 0;
  vertical-align: top;
}
.co_i_{
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  z-index: -9999;
  position: relative;
}
.co_i_ img{
  border-radius: 20px;
}
.co_t_{
  width: 48%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.itemArea_ .co_t_:nth-child(2){
  margin: 0 -5% 0 -5%;
}
.itemArea_ .co_t_:nth-child(1){
  margin: 0 -20% 0 0;
  z-index: 100;
}
.profileArea_{
  margin: -5% 0 0 0;
}
.profileArea_ img{
  border-radius: 0;
}
.profile_{
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
.caption_{
  width: 43%;
  display: inline-block;
  text-align: left;
  font-size: 1.1rem;
  vertical-align: top;
  line-height: 1.8;
}
.caption_ p {
  margin: 5% 0 0 0;
}
.videoArea_{
  margin: 5% 0;
}
.videoArea_ span{
  display: inline-block;
  vertical-align: middle;
  margin: 0 5% 0 0;
}
.videoArea_ div {
  width: 80%;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
.eventArea_{
  border: 1px solid #cccccc;
padding: 10%;
}
.eventArea_ span{
  display: block;
margin: 0 0 5% 0;
}
.btn_ {
  width: 200px;
  text-align: left;
  line-height: 2.4;
  letter-spacing: 0.5px;
  margin: 5% 0;
}
.btn_ a {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  padding: 5% 0;
  margin: 0;
  transition: all .3s;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  font-size: 1.5rem;
}
.btn_ a:hover,.allBtn_ a:hover {
  border: 1px solid #000000;
  color: #000000;
  background-color: #ffffff;
}
.allBtn_ {
  width: 50%;
  display: inline-block;
  text-align: left;
  line-height: 2.4;
  letter-spacing: 0.5px;
  margin: 5% 0;
}
.allBtn_ a {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  padding: 15px;
  margin: 0;
  transition: all .3s;
  display: inline-block;
  text-decoration: none;
  font-size: 1.5rem;
  width: 100%;
}
