@charset "UTF-8";
@import url("/css/lpreset.css");
@import url("/css/slick.css");
@import url("/css/slick-theme.css");

*, *:before, *:after {
  box-sizing: border-box;
}
body{
  font-family: sans-serif;
}
a{
  text-decoration: none;
}
img{
  vertical-align: bottom;
  backface-visibility: hidden;
}
#wrapper{
  overflow: hidden;
  background:#e6e7e8;
}

/*-------------------------------

  header

-------------------------------*/
#lp-head{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background:#eb285f;
  padding:5px 15px;
}
#lp-head img{
  width:250px;
  height:50px;
} 
#lp-head a{
  display: block;
  width:45px;
  height:45px;
  background:#fff;
  color:#555;
  font-size:0.4rem;
  text-align: center;
  border-radius: 10px;
  padding:5px 0;
}
#lp-head i{
  font-size:1.5rem;
}
#cont-key{
  padding:20px 0 35px;
  background:#fff;
}
#cont-key ul{
  width:calc(100% - 20px);
  max-width:600px;
  margin:0 auto 30px;
  text-align: center;
}
#cont-key ul li a img{
  width:100%;
  padding:15px;
  border-radius: 35%;
}
#cont-key ul li span{
  display: block;
  margin-bottom:10px ;
  font-size:0.8rem;
  color:#333;
}
.slide-data{
  display: block;
  padding:10px 0;
  width:80px;
  margin:0 auto;
  text-align: center;
  font-size:0.7rem;
  font-weight: bold;
  border:1px solid #c0c3c4;
  border-radius: 15px;
  color:#555;
  background:#fff;
}
.register{
  display: block;
  width:calc(100% - 100px);
  max-width:550px;
  margin:0 auto;
  padding:20px 0;
  font-size:2rem;
  letter-spacing: 0.05rem;
  font-weight: bold;
  color:#fff;
  text-align: center;
  background: #ed834a;
  border-radius: 20px;
}
.register i{
  margin-right:5px;
}
.head-notice{
  width:calc(100% - 60px);
  max-width:600px;
  margin:30px auto 0;
  border:1px solid #c0c3c4;
  border-radius: 20px;
  background:#fff;
}
.head-notice a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom:1px solid #c0c3c4;
  padding:10px 15px;
  color:#333;
  font-size:0.8rem;
}
.head-notice a:nth-last-of-type(1){
  border-bottom:none;
}
/*-------------------------------

  article

-------------------------------*/
#main-content{
  margin-bottom:30px;
}
#main-content section{
  margin-top:30px;
}
#main-content section > div{
  background:#fff;
  padding:30px 0 20px;
}
/*---------- title/more ----------*/
.cont-title{
  width:50%;
  font-size:1.5rem;
  letter-spacing: 0.1rem;
  height:50px;
  display: flex;
  align-items: center;
  padding-left:15px;
  padding-top:10px;
  color:#333;
  background:#fff;
  position: relative;
}
.cont-title:after{
  content: "";
  width:50px;
  height:50px;
  position: absolute;
  right:-50px;
  bottom:0;
  border-bottom:25px solid #fff;
  border-left:25px solid #fff;
  border-top:25px solid transparent;
  border-right:25px solid transparent;
}
.cont-title i{
  margin-right:10px;
  color:#ed177c;
}
.cont-more{
  display: flex;
  align-items: center;
  justify-content: center;
  width:calc(100% - 80px);
  max-width:600px;
  margin:0 auto 30px;
  padding:10px 0 ;
}
.cont-more i{
  margin-left:10px;
  font-size:1.5rem;
}

/*---------- new ----------*/
#cont-new ul{
  display: flex;
  flex-wrap: wrap;
  width:calc(100% - 40px);
  max-width:600px;
  margin:0 auto;
}
#cont-new ul li{
  width:calc((100% - 10px) / 2);
  margin-right:10px;
  margin-bottom:20px;
  padding:10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border:1px solid #c0c3c4;
  border-radius: 25px;
}
#cont-new ul li:nth-of-type(2n){
  margin-right:0;
}
#cont-new ul li img{
  width:100%;
  border-radius: 25%;
}
#cont-new ul li a{
  display: block;
}
#cont-new ul li .cont-new-img{
  width:80px;
  margin-right:10px;
}
#cont-new ul li a:nth-of-type(2){
  width:calc(100% - 90px);
  height:80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cont-new ul li i{
  display: block;
  text-align: center;
  font-size:1.5rem;
  margin:10px 0;
  color:#7ed9ed;
}
#cont-new ul li h3{
  font-size:0.8rem;
  margin-bottom:5px;
}
.cont-new-data{
  display: block;
  width:100%;
  text-align: center;
  margin-top:10px;
}
#cont-new ul li h4{
  font-size:0.7rem;
  font-weight: normal;
}
/*---------- reco ----------*/
#cont-reco ul{
  width:calc(100% - 40px);
  max-width:600px;
  margin:0 auto;
} 
#cont-reco ul li{
  display: flex;
  align-items: center;
  margin-bottom:20px;
  border:1px solid #c0c3c4;
  border-radius: 30px;
  padding:10px;
}
.cont-reco-img{
  display: block;
  width:90px;
  margin-right:10px;
}
.cont-reco-data{
  width:calc(100% - 100px);
  height:90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:10px;
  color:#333;
}
.cont-reco-data h3{
  font-size:0.9rem;
}
.cont-reco-data h4{
  font-size:0.8rem;
  font-weight: normal;
}
#cont-reco ul li img{
  width:100%;
  border-radius: 35%;
}
/*---------- search ----------*/
#cont-search form{
  display: flex;
  width:calc(100% - 60px);
  max-width:600px;
  margin:30px auto 0;
  padding:0 10px;
  border:1px solid #c0c3c4;
  border-bottom:none;
  border-radius: 15px 15px 0 0
}
#cont-search input{
  vertical-align:middle; 
  display: block;
  width:calc(100% - 30px);
  height: 45px;
  line-height: 36px;
  border:none;
  background-color:transparent;
  font-size:0.8rem;
  color:#666;
  background:transparent;
}
#cont-search button{
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  width:30px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#000;
  background:transparent;
  font-size:1.2rem;
}
.cont-sea-jenre {
  margin:0 0 30px;
}
.cont-sea-jenre li{
  display: flex;
  width:calc(100% - 60px);
  max-width:600px;
  margin:0 auto;
  border:1px solid #c0c3c4;
  border-bottom:none;
}
.cont-sea-jenre li:nth-last-of-type(1){
  border-bottom:1px solid #c0c3c4;
  border-radius: 0 0 15px 15px;
}

.cont-sea-jenre li a{
  width:100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:10px;
  font-size:0.9rem;
  color:#333;
}
.cont-sea-jenre li a i{
  font-size:0.7rem;
}
.cont-sea-art{
  width:calc(100% - 40px);
  max-width:600px;
  margin:20px auto 0;
  display: flex;
  flex-wrap: wrap;
}
.cont-sea-art li{
  width:calc((100% - 20px) / 3);
  margin-right:10px;
  margin-bottom:20px;
}
.cont-sea-art li:nth-of-type(3n){
  margin-right:0;
}
.cont-sea-art li span{
  display: block;
  font-weight: bold;
  color:#333;
  font-size:0.8rem;
  text-align: center;
}
.cont-sea-art li a:nth-of-type(1){
  display: block;
  padding:10px;
}
.cont-sea-art li a:nth-of-type(2){
  font-size:0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width:70%;
  padding:10px;
  margin:5px auto;
  color:#333;
  text-align: center;
  border:1px solid #c0c3c4;
  border-radius: 15px;
}
.cont-sea-art li a i{
  color:#7ed9ed;
  margin-left:5px;
  font-size:0.9rem;
}
.cont-sea-art img{
  width:100%;
  border-radius: 50%;
}
/*-------------------------------

  menu

-------------------------------*/
#cont-menu div{
  padding:30px 0 20px;
  background:#fff;
}
#cont-menu ul{
  width:calc(100% - 40px);
  max-width:600px;
  margin:0 auto;
  border:1px solid #c0c3c4;

  border-radius: 15px;
}
#cont-menu ul li{
  border-bottom:1px solid #c0c3c4;
}
#cont-menu ul li:nth-last-of-type(1){
  border-bottom:none;
}
#cont-menu ul li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size:0.8rem;
  color:#333;
  padding:10px;
}
#cont-menu ul li a i{
  font-size:0.7rem;
}
/*-------------------------------

  footer

-------------------------------*/
footer{
  padding-top:10px;
  padding-bottom:20px;
  background:#000;
  color:#ccc;
  text-align: center;
}
.license{
  padding:20px 0;
  text-align: center;
  font-size:0.8rem;
}
.license dt{
  font-weight: bold;
  margin-top:3px;
}
.license dd{
  font-size:0.7rem;
}
.copy{
  padding:20px 0 0;
  font-size:0.7rem;
  text-align: center;
  font-weight: bold;
}


