/*============================
#main-visual
============================*/
#main-visual {
  padding:80px 0 80px;
  background-image: url(../img/main-v.jpg);
  background-size: cover;
}

.login-box {
  margin: 0 auto 0 auto;
  width: 360px;
}

.login-box input {
  border: none;
  background-color: #F0F0F0;
}

.login-box-body {
  margin: 0px 0 0 0;
  background: #fff;
  color: #666;
  padding: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;

}

.login-box-body .ico {
  width: 60px;
  height: 60px;
  margin: -46px auto 0 auto;
  background-color: #333;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 60px;
  color: #fff;
  text-align: center;
  font-size: 24px;
}

.login-box-body .ttl-1 {
  font-family: 'Abel', sans-serif;
  margin: 24px 0 32px 0;
  text-align: center;
  font-size: 32px;

}

.login-box-body .input-area {
  margin-bottom: 24px;
}

.login-box-body label {
  width: 100%;
  margin-bottom: 12px;
  text-align: center;
}


.login-box-body .form-control-feedback {
  color: #D0D0D0;
  font-size: 20px;
  top: 9px;
}

.login-logo2 {
  margin: 0;
  padding: 0 20px 30px;
  text-align: center;
}

.login-box .btn_area {
  padding-top: 10px;
}

.login-box .logo {
  text-align: center;
}

.login-box .logo img {
  width: 80%;
}


#main-visual .slide {
}
#main-visual .slide .item {
  width:855px;
  padding:0 1rem;
}
#main-visual .slide .item img{
  width:100%;
}

#main-visual .bg{
    background-image:url(../img/main-v.jpg);
    height:650px;
    background-position:center center;
    margin-bottom:2rem;
}

#main-visual .bg img{
  display:none;
}


/*============================
#service
============================*/
#service {
}
#service .item {
  display:flex;
  flex-wrap:wrap;
  margin-bottom:40px;

}


#service .item .img {
  width:50%;
  position:relative;
}
#service .item .img img{
  object-fit:cover;
  height:100%;
  width:100%;
}
#service .item .img-inner{
  width:110%;
  background-color:#000;
  height: 85%;
  position:absolute;
  left:0;
  top:0;
  z-index:1;
}

#service .item:nth-child(odd) .img{
  order:2;
}
#service .item:nth-child(odd) .info{
  order:1;
}
#service .item:nth-child(odd) .img-inner{
  right:0;
  left:auto;
  top:0;
}
.main-v .content-wrap{
  padding: 0 0;
}




.info-wrap{
  max-width:600px;
  float:left;
}

#service .item:nth-child(odd) .info .info-wrap{
  float:right;
  text-align: right;
}

#service .item .info {
  overflow:hidden;
  margin-top:80px;
  width:50%;
  background-color:#fff;
  padding:60px;
  box-shadow: 0 6px 10px rgba(0,0,0,.2);
  z-index:2;
  position:relative;
}
/*
#service .item .info:before {
  position:absolute;
  content:"";
  top:0;
  left:0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #001157 transparent transparent transparent;
}*/
/*
#service .item:nth-child(2) .info:before {
  position:absolute;
  content:"";
  right:0;
  left:auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent #001157 transparent transparent;
}

 */
#service .item .info .eng {
  color:#c5c4af;
  font-size: 40px;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.8em;
}
#service .item .info .ttl {
  font-size:20px;
  margin-top:24px;
  position:relative;
  line-height: 1.5em;
}
#service .item .info .ttl:after {
  content: "";
  width: 50px;
  position: absolute;
  left: 0;
  bottom: -24px;
  height: 1px;
  background-color: #01157C;
}

#service .item:nth-child(odd) .info .ttl:after {
  content: "";
  width: 50px;
  position: absolute;
  left: auto;
  right:0;
  bottom: -24px;
  height: 1px;
  background-color: #01157C;
}


#service .item .info .txt {
  margin-top: 80px;
}
#service .item .info .to-btn.common-btn {
  margin-top:24px;
}




#symposium{
  background-color:#ff6b88;
}
#namiyumi{
  background-color:#98cbff;
}
#makeup{
  background-color:#ffae3a;
}
#food{
  background-color:#6eb38d;
}

#food .common-ttl3::before {
    background: linear-gradient(90deg,white 0%,white 50%,#337e54 50%,#337e54 100%);
}

#namiyumi .common-ttl3{
  position:relative;
}
#namiyumi .common-ttl3 .img{
  position: absolute;
  right: 16%;
      top: -76%;
}

.middle-content{
  padding:2rem 1rem;
  background-image:url(../../../common/img/flag.png) ,url(../../../common/img/flag2.png);
  background-repeat:no-repeat,no-repeat;
  background-position:5% 5%,95% 5%;
  background-size:15%,15%;
}

.middle-content .movie {
  display:flex;
  margin-top:3rem;
  justify-content:space-between;
}
.middle-content .movie .item {
  width:32%;
  position:relative;
}

.middle-content .movie .item.none::after{
  content:"";
  height:100%;
  width:100%;
  background-image:url(../../../common/img/play.png);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:;
  position:absolute;
  top:0;
  left:0;
}

#food.middle-content .movie .item::after{
  content:"";
  height:100%;
  width:100%;
  background-image:none;
}

.middle-content .movie .item img{
  width:100%;
}
.middle-content .movie .item video{
  width:100%;
}
.middle-content .movie .item span{
  color:#fff;
	font-family: 'Amatic SC', cursive;
  font-size:94px;
  position:absolute;
  right:10px;
  top:0px;
}

.middle-content .comment{
  align-items:center;
  display:flex;
  background-color:#fff;
}
.middle-content .comment .img{
  width:200px;
}
.middle-content .comment .img .icon-list{
  text-align:center;
  font-size:30px;
}

.middle-content .comment .img img{
  width:100%;
}
.middle-content .comment .txt{
  width:calc(100% - 200px);
  padding:1rem;
  color:#ad5252;
}


/*============================
#profile
============================*/
#profile {
  background-color: #fff;
  /*background-image:url(../img/block-bg.png);*/
  background-size:cover;
  background-position:top center;
  background-repeat:no-repeat;
  padding:2rem;
}
#profile .common-ttl3 {
  color:#666;
  /*
  text-shadow:
        white 1px 1px 0, white -1px -1px 0,
        white -1px 1px 0, white 1px -1px 0,
        white 0px 1px 0, white  0-1px 0,
        white -1px 0 0, white 1px 0 0;
        */
}

#profile .comment{
  align-items:center;
  display:flex;
  background-color: #fff5f8;
}
#profile .comment .img{
  width:200px;
}
#profile .comment .img img{
  width:100%;
}
#profile .comment .txt{
  width:calc(100% - 200px);
  padding:1rem;
  color:#ad5252;
}

#profile .list {
  display:flex;
  justify-content:space-around;
      flex-wrap: wrap;
}
#profile .list .item {
  width:150px;
  text-align:center;
  font-size:13px;
}
#profile .list .item .img {
  margin:0 auto;
  width:120px;
  height:120px;
  border-radius:50%;
  background-color:#ccc;
	background-image:url(../../../common/img/psn-sample4.png);
	background-size:cover;
	background-position:center center;
  border-radius:50%;
  overflow:hidden;
}
#profile .list .item .img img{
  width:100%;
}
#profile .list .item .name {
  margin-top:.5rem;
font-weight:bold;
font-size:18px;
}

#profile .list .item .sports {
  background-color:#98cbff;
  border-radius:20px;
  color:#fff;
  font-size:12px;
  margin-top: .5rem;
    line-height: 1.8em;
}
#profile .list .item .position {
  line-height: 1.8em;
    margin-top: .5rem;
}




.present-area{
  background-color: #fffafa;
}

.present-area .info{
  display: flex;
  flex-wrap: wrap;
}
.present-area .info .img{
  width: 20%;
}
.present-area .info .img img{
  width: 100%;
}
.present-area .info .txt{
  width:80%;
  padding-left: 40px;
}
.present-area .info .txt h3{
padding: 10px;
  background-color: #ffdada;
  color: #9c0836;
  border-radius: 10px;
  font-size: 23px;
}
.present-area .info .txt p{
  margin-top: 20px;
}

.main-ttl{

  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 27px;
  margin-top: 10px;
  color: #dec99c;
  margin-bottom: 21px;
}
.main-ttl-eng{
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 57px;
  color: #dec99c;

}