@charset "UTF-8";
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
:root {
  --main-color: #fec425;
  --stacan-color: #f2b819;
  --cheerup-color: #333;
}
.is_pc{display:block;}
.is_sp{display:none;}
@media screen and (max-width:768px){
	.is_pc{display:none;}
	.is_sp{display:block;}
}
/*animation*/
.animation{
	opacity:0;
}
.fadeInDown {  
	-webkit-animation-fill-mode:both;
  -webkit-animation-duration:1s;
  -webkit-animation-name: fadeInDown;
	-ms-animation-fill-mode:both;
  -ms-animation-duration:1s;
  -ms-animation-name: fadeInDown;
	animation-fill-mode:both;
	animation-duration:1s;
	animation-name: fadeInDown;
	visibility:visible!important;
}
.anime_delay1{
	-moz-animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.anime_delay2{
	-moz-animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
@-webkit-keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(50px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
/*istxtscroll*/
.js_txtscroll{
  overflow: hidden;
}
.js_txtscroll img{
  display: block;
  position: relative;
  transform: translateY(110%);
}
.istxtscroll img{
  animation-name: updown-anim;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
.istxtscroll img:nth-child(1) {
  animation-delay: 0s;
}
.istxtscroll img:nth-child(2) {
  animation-delay: 0.05s;
}
@keyframes updown-anim{
  0%{transform: translateY(110%);}
  50%{transform: translateY(110%);}
  100%{transform: translateY(0);}
}

/*owned_main*/
.owned_main{
  position: relative;
  width: 100%;
  color: #000;
}
.owned_main img{
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  vertical-align: top;
}
/*owned_mainkv*/
.owned_mainkv{
  position: relative;
  width: 100%;
  height: 266px;
  text-align: center;
  color: #fff;
  background-image: url("/entertainment/owned-contents/assets/imgs/mainkv_pc_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: var(--main-color);
}
.owned_mainkv::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 48px;
  top: 0;
  left: 0;
  background-image: url("/entertainment/owned-contents/assets/imgs/wave_pc_img.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}
.owned_mainkv_ttl{
  position: relative;
  margin: 0 auto;
  padding-top: 88px;
  width: 428px;
  text-align: center;
  overflow: hidden;
}
.owned_mainkv_ttl span{
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.owned_mainkv_ttl span:nth-child(1) {
  margin-bottom: 15px;
  width: 428px;
  height: 42px;
}
.owned_mainkv_ttl span:nth-child(2) {
  width: 400px;
  height: 38px;
}
.owned_mainkv_txt{
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (max-width:768px){
  .owned_mainkv{
    height: 80vw;
    background-image: url("/entertainment/owned-contents/assets/imgs/mainkv_sp_bg.jpg");
  }
  .owned_mainkv::before{
    height: 8.5vw;
    background-image: url("/entertainment/owned-contents/assets/imgs/wave_sp_img.svg");
  }
  .owned_mainkv_ttl{
    padding-top: 21vw;
    width: 80vw;
  }
  .owned_mainkv_ttl span:nth-child(1) {
    margin-bottom: 3.2vw;
    width: 80vw;
    height: 7.851vw;
  }
  .owned_mainkv_ttl span:nth-child(2) {
    width: 74vw;
    height: 7.05vw;
  }
  .owned_mainkv_txt{
    margin-top: 5vw;
    font-size: 1.8rem;
  }
}
/*owned_news*/
.owned_news{
  position: relative;
  width: 100%;
  min-height: 410px;
}
.owned_news_innr{
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
  width: 100%;
  max-width: 1024px;
}
.owned_news_ttl{
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 4px 0;
  margin-bottom: 30px;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 600;
  background: linear-gradient(transparent 68%, var(--main-color) 32%);
}
.owned_name1{
  display: inline-block;
  width: 135px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 25px;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
  background-color: #9cc9b6;
}
.owned_name2{
  display: inline-block;
  width: 135px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 25px;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
  background-color: #333;
}
.rss_stacan{
  position: relative;
  margin-bottom: 30px;
}
.owned_rss_list{
  position: relative;
  list-style: none;
}
.owned_rss_list li{
  position: relative;
  padding: 15px 0;
}
.owned_rss_list li + li{
  border-top: 1px solid #ddd;
}
.owned_news a{
  position: relative;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000;
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  transition: all .4s ease;
}
.owned_news a:hover{
  opacity: 0.7;
}
.owned_news a::after{
  content: none!important;
}
.owned_rss_list time{
  color: #838383;
  width: 145px;
}
.owned_rss_list span{
  position: relative;
  padding-right: 40px;
  width: calc(100% - 145px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.owned_rss_list span::after{
  content: '';
  position: absolute;
  display: inline-block;
  width: 9px!important;
  height: 9px!important;
  top: 7px;
  right: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  background-image: none!important;
}
@media screen and (max-width:768px){
  .owned_news_innr{
    padding: 8.5vw 0;
    width: 90vw;
    min-height: 110vw;
  }
  .owned_news_ttl{
    margin-bottom: 10vw;
  }
  .owned_name1{
    width: 36vw;
    font-size: 1.4rem;
  }
  .owned_name2{
    width: 36vw;
    font-size: 1.4rem;
  }
  .rss_stacan{
    margin-bottom: 4vw;
  }
  .owned_rss_list li{
    padding: 5.3vw 0;
  }
  .owned_news a{
    display: block;
  }
  .owned_rss_list time{
    display: block;
    padding-bottom: 5px;
    width: auto;
  }
  .owned_rss_list span{
    display: block;
    padding-right: 15px;
    width: calc(100% - 15px);
    overflow: visible;
    white-space: normal;
    text-overflow: clip;
  }
  .owned_rss_list span::after{
    right: 4px;
  }
}
/*owned_stacan*/
.owned_stacan{
  position: relative;
  width: 100%;
  background-image: url(/entertainment/owned-contents/assets/imgs/starcompany_bg.gif);
  background-color: #b2d4c1;
}
.owned_stacan_innr{
  position: relative;
  margin: 0 auto;
  padding: 80px 0;
  max-width: 1024px;
}
.owned_stacan_list{
  position: relative;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
}
.starcompany_logo{
  position: relative;
  padding-top: 188px;
  width: 34%;
  text-align: center;
}
.starcompany_logo img{
  margin: 0 auto;
  width: 225px;
}
.starcompany_detail{
  position: relative;
  width: 66%;
}
.starcompany_detail_main{
  position: relative;
  width: 600px;
  height: 488px;
  background-image: url(/entertainment/owned-contents/assets/imgs/starcompany_txt_pc_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.starcompany_detail_innr{
  position: relative;
  padding: 50px 80px;
}
.starcompany_img{
  position: absolute;
  width: 157px;
  bottom: -30px;
  right: -50px;
  pointer-events: none;
}
.starcompany_detail_ttl{
  margin-bottom: 20px;
  width: 100%;
}
.starcompany_detail_txt{
  width: 376px;
}
.starcompany_link{
  position: relative;
  display: table;
  margin: 0 auto;
  width: 330px;
  height: 65px;
  font-size: 1.6rem;
  line-height: 62px;
  font-weight: 600;
  color: #fff!important;
  text-decoration: none!important;
  text-align: center;
  border-radius: 100vh;
  box-sizing: border-box;
  background-color: var(--stacan-color);
  transition: all .4s ease;
}
.starcompany_link::after{
  content: '';
  position: absolute;
  display: inline-block;
  width: 9px!important;
  height: 9px!important;
  top: 50%;
  right: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0,-50%) rotate(45deg);
  background-image: none!important;
  transition: all .4s ease;
}
.starcompany_link:hover{
  color: var(--stacan-color)!important;
  background-color: #fff;
}
.starcompany_link:hover::after{
  border-color: var(--stacan-color);
}
@media screen and (max-width:768px){
  .owned_stacan_innr{
    padding: 10vw 0;
    width: 90vw;
  }
  .owned_stacan_list{
    margin-bottom: 16vw;
    display: block;
  }
  .starcompany_logo{
    margin-bottom: 10vw;
    padding-top: 0;
    width: 100%;
  }
  .starcompany_logo img{
    width: 33vw;
  }
  .starcompany_detail{
    width: 100%;
  }
  .starcompany_detail_main{
    width: 90vw;
    height: 126vw;
    background-image: url(/entertainment/owned-contents/assets/imgs/starcompany_txt_sp_bg.png);
  }
  .starcompany_detail_innr{
    padding: 12vw 5vw;
  }
  .starcompany_img{
    width: 34vw;
    bottom: -12vw;
    right: 5vw;
  }
  .starcompany_detail_ttl{
    margin-bottom: 5.8vw;
    width: 80vw;
  }
  .starcompany_detail_txt{
    width: 80vw;
  }
  .starcompany_link{
    width: 85vw;
    height: 17vw;
    font-size: 1.6rem;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .starcompany_link::after{
    right: 7vw;
  }
  .starcompany_link:hover{
    color: #fff!important;
    background-color: var(--stacan-color);
  }
  .starcompany_link:hover::after{
    border-color: #fff!important;
  }
}
/*owned_cheerup*/
.owned_cheerup{
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  z-index: 0;
}
.owned_cheerup::after {
  content: '';
  position: absolute;
  left:0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 70%;
  background: #f4b61a;
  transform: skewY(-18deg);
  transform-origin: bottom right;
}
.owned_cheerup_innr{
  position: relative;
  margin: 0 auto;
  padding: 80px 0;
  max-width: 1024px;
}
.cheerup_logo{
  margin-bottom: 45px;
  width: 646px;
}
.owned_cheerup_list{
  position: relative;
  margin-bottom: 75px;
  display: flex;
  align-items: flex-start;
}
.cheerup_img{
  position: relative;
  width: 50%;
  text-align: center;
}
.cheerup_img img{
  position: absolute;
  width: 479px;
  height: auto;
  max-height: initial;
  top: -70px;
  left: 0;
}
.cheerup_detail{
  position: relative;
  width: 50%;
}
.cheerup_detail_txt{
  font-size: 1.7rem;
  line-height: 2.4;
  font-weight: 600;
}
.cheerup_detail_txt span.txt_clr{
  color: #f3b100;
}
.cheerup_detail_txt span.br_btl{
  display: block;
  padding-bottom: 15px;
}
.cheerup_link{
  position: relative;
  display: table;
  margin: 0 auto;
  width: 330px;
  height: 65px;
  font-size: 1.6rem;
  line-height: 62px;
  font-weight: 600;
  color: #fff!important;
  text-decoration: none!important;
  text-align: center;
  border-radius: 100vh;
  box-sizing: border-box;
  background-color: var(--cheerup-color);
  transition: all .4s ease;
}
.cheerup_link::after{
  content: '';
  position: absolute;
  display: inline-block;
  width: 9px!important;
  height: 9px!important;
  top: 50%;
  right: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0,-50%) rotate(45deg);
  background-image: none!important;
  transition: all .4s ease;
}
.cheerup_link:hover{
  color: var(--cheerup-color)!important;
  background-color: #fff;
}
.cheerup_link:hover::after{
  border-color: var(--cheerup-color);
}
@media screen and (max-width:768px){
  .owned_cheerup::after {
    transform: skewY(-50deg);
  }
  .owned_cheerup_innr{
    padding: 10vw 0;
    width: 90vw;
  }
  .cheerup_logo{
    margin-bottom: 9vw;
    width: 90vw;
  }
  .owned_cheerup_list{
    margin-bottom: 10vw;
    display: block;
  }
  .cheerup_img{
    width: 100%;
  }
  .cheerup_img img{
    position: relative;
    width: 100vw;
    max-width: initial;
    top: 0;
    left: -5vw;
  }
  .cheerup_detail{
    width: 100%;
  }
  .cheerup_detail_txt{
    line-height: 2.2;
  }
  .cheerup_link{
    width: 85vw;
    height: 17vw;
    font-size: 1.6rem;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cheerup_link::after{
    right: 7vw;
  }
  .cheerup_link:hover{
    color: #fff!important;
    background-color: var(--cheerup-color);
  }
  .cheerup_link:hover::after{
    border-color: #fff!important;
  }
}
