@charset "utf-8";

@media screen and (min-width: 480px){
img{
    max-width: 375px;
}
}

.clear{
    clear:both;
}

.title-A{
    width: auto;
    height: 40px;
    border-top:solid 4px #000000; 
    border-bottom: solid 1px #000000;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.title-A h1{
    width: 100%;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    color: #333333;
}

.segment{
    padding-top: 0px;
    background-color: #ffffff;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 64px;
}


.segment-box-pk{
    width: 100vw;
    max-width: 1000px;
    height: 56px;
    border-left: solid 4px #ED0081;
    background-color: #000000;
    display: flex;
    justify-content:flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;  /*webkit系*/
    -moz-box-sizing: border-box;  /*Firefox*/
    box-sizing: border-box;
}

.segment-box-wrap a{
    display: block;
    font-size: 18px;
    color: #ffffff;
    margin: 0;
    font-weight: bold;
}

.logo-left{
    width: 24px;
    height: 24px;
    margin:auto 12px auto 16px;
}


.entertainment{
    background-color: #ED00810D;
    padding-bottom: 0px;
}


.h2title{
    border-top: solid 1px #707070;
    border-bottom: solid 1px #707070;
    width: 100%;
    max-width: 1000px;
    height: 24px;
}

.h2title h2{
    font-size: 16px;
    color: #3E3E3E;
    text-align: center;
    margin-bottom: auto;
    margin-top: auto;
}

.h3title-pk{
    margin: 40px 0px 24px 0px;
    max-width: 1000px;
}
.h3title-pk, h3{
    font-size: 18px;
    text-align: center;
    color: #3E3E3E;
    position: relative;
    display: inline-block;
    width: 100%;
}

.h3title-pk h3:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -6px;/*線の上下位置*/
  display: inline-block;
  width: 20%;/*線の長さ*/
  height: 3px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #ED0081;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}
@media screen and (min-width: 480px){
    .h3title-pk h3:before{
        width: 90%;/*線の長さ*/
        height: 2px;/*線の太さ*/
    }
    .h3title-pk h3{
       width: 100%;
    }
}

.h3title-pk-2l{
    margin: 32px 0px 24px 0px;
    max-width: 1000px;
}
.h3title-pk-2l, h5{
    font-size: 18px;
    text-align: center;
    color: #3E3E3E;
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 20px;
}
.h3title-pk-2l h5:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -6px;/*線の上下位置*/
  display: inline-block;
  width: 20%;/*線の長さ*/
  height: 3px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #ED0081;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}
@media screen and (min-width: 480px){
    .h3title-pk-2l h5:before{
        width: 90%;/*線の長さ*/
        height: 2px;/*線の太さ*/
    }
    .h3title-pk-2l h5{
       width: 100%;
    }
}




p{
    margin-block-start:0;
    margin-block-end:0;
    font-size:16px;
    margin: 16px 14px;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
    text-align: justify;
    text-justify: inter-ideograph;

}
a{
    margin-block-start:0;
    margin-block-end:0;
    font-size:12px;
    line-height: 0px;
    color: #4350EA;
    text-decoration: none;
    margin-left: 14px;
}

@media screen and (min-width: 480px){
    .segment-text-box{
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .segment-text-box img{
        float: left;
        margin-right: 32px;
        margin-bottom: 32px;
    }
    .segment-text-box a{
        margin-left: 0;
    }
    .BananaLemon{
        width: 375px;
    }
 }

.new{
    background-color: #F2F2F2;
    padding-bottom: 56px;
}
.h2title-new{
    background-color: #ffffff;
    height: 24px; 
    margin-top: 60px;
}
.h2title-new h2{
    font-size: 16px;
    color: #3E3E3E;
    text-align: center;
    margin-bottom: auto;
    margin-top: auto;
}

.rubi{
    font-size: 16px;
}

.img-tate img{
    max-width: 165px;
}

.hand-ball-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.hand-ball-1 img,.hand-ball-2 img{
    margin: 0;
    margin-bottom: 4px;
}

.thuti-anri{
    width: 348px;
}

.tokuda-shinnosuke{
    width: 165px;
}

.motoki{
    width: 165px;
}

.caption-small{
    font-size: 12px;
    text-align: center;
    margin: 0px auto 10px;
    line-height: 20px;
}

@media screen and (min-width: 480px){

.handball-links{
    margin-left: 14px;
}
}

.h3title-small{
    font-size: 12px;
}

.segment-text-small{
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
}

.nanane-link-magic{
    width: 136px;
}

.glow-plan{
    border: 1px solid #ED0081;
    border-radius: 5px;
    margin: 56px 16px 0px;
}

.glow-plan h2{
    font-size: 18px;
    text-align: center;
    color: #ED0081;
    margin:24px 16px 0px;
}

.glow-plan p{
    margin-left: 16px;
    margin-right: 16px;
}

.glow-plan-logo{
    display: flex;
    margin:6px 16px 20px;
    justify-content: space-around;
    align-items: center;
}

.sm-entertainment{
    width: 96px;
}
.daiichi-kousyou{
    width: 182px;
}

@media screen and (max-width: 320px){
    .sm-entertainment{
        width: 30%;
        margin-right: 10px;
    }
    .daiichi-kousyou{
        width: 70%;
    }
}



.segment-box-bl{
    width: 100vw;
    max-width: 1000px;
    height: 56px;
    border-left: solid 4px #00A0E9;
    background-color: #000000;
    display: flex;
    justify-content:flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;  /*webkit系*/
    -moz-box-sizing: border-box;  /*Firefox*/
    box-sizing: border-box;
}

.video-production{
    background-color: #00A0E912;
    padding-bottom: 40px;
}

.h3title-bl{
    margin: 40px 0px 24px 0px;
}
.h3title-bl h3{
    font-size: 18px;
    text-align: center;
    color: #3E3E3E;
    position: relative;
    display: inline-block;
    width: 100vw;
}

.h3title-bl h3:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -6px;/*線の上下位置*/
  display: inline-block;
  width: 20%;/*線の長さ*/
  height: 3px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #00A0E9;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}
@media screen and (min-width: 480px){
    .h3title-bl h3:before{
        width: 90%;/*線の長さ*/
        height: 2px;/*線の太さ*/
    }
    .h3title-bl h3{
        width: 100%;
    }
}

.video-title{
    font-size: 16px;
    color: #00A0E9;
}
.video-subtext{
    font-weight: normal;
}


.video-production-text img{
    margin-top: 40px;
}


@media screen and (min-width: 480px){

.video-production-text p{
        margin-top: 40px;
}
.video-production-text img{
        margin-top: 0px;
    }
}

.img-video img{
    width: 347px
}



.advertising-agency{
    background-color: #9765AB12;
    padding-bottom: 64px;
}




.segment-box-pu{
    width: 100%;
    max-width: 1000px;
    height: 56px;
    border-left: solid 4px #9765AB;
    background-color: #000000;
    display: flex;
    justify-content:flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;  /*webkit系*/
    -moz-box-sizing: border-box;  /*Firefox*/
    box-sizing: border-box;
}

.advertising-agency-lead{
    margin-top: 40px;
}

.h3title-pu{
    margin: 40px 0px 24px 0px;
}
.h3title-pu-2l{
    margin: 40px 0px 24px 0px;
}
.h3title-pu h3{
    font-size: 18px;
    text-align: center;
    color: #3E3E3E;
    position: relative;
    display: inline-block;
    width: 100vw;
}
.h3title-pu-2l h3{
    font-size: min(5vw,18px);
    text-align: center;
    color: #000000;
    position: relative;
    display: inline-block;
    width: 100vw;
}

.h3title-pu h3:before,.h3title-pu-2l h3:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -6px;/*線の上下位置*/
  display: inline-block;
  width: 20%;/*線の長さ*/
  height: 3px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #9765AB;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}
@media screen and (min-width: 480px){
    .h3title-pu h3:before{
        width: 90%;/*線の長さ*/
        height: 2px;/*線の太さ*/
    }
    .h3title-pu-2l h3:before{
        width: 90%;/*線の長さ*/
        height: 2px;/*線の太さ*/
    }
    .h3title-pu h3,.h3title-pu-2l h3{
        width: 100%;
    }   
    .mov { display:none; }
}

.link_h3title{
    font-size: 18px;
    color: #4350EA;
}

@media screen and (min-width: 480px){
    
    .advertising-agency p{
        width: 90%;
        margin-left: auto;
        margin-right: auto; 
    }
    
    .advertising-agency-links{
        width: 90%;
        margin-left:auto;
        margin-right: auto; 
    }
    
     .advertising-agency-links a{
         margin-left: 0px;
}
    
.zonbiland{
    width: 215px;
    }
    
}
.yutai-box{
    margin: 40px 14px 0px 14px;
    background-color: #FFFFFF;
    border: 1px solid #D57C4D; 
    position: relative;
    }
.yuatai-title-box{
    position: absolute;
    left: 0;
    background-color: #D57C4D;
    padding: 3px 5px;
}
.yuatai-title-box h7{
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
}

.yuatai-text-box{
    margin-top: 40px;    
}

.yuatai-text-box p{
    margin-top: 0px;
}

.yutai-naiyou-box{
    display:flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items: flex-start;
    align-content: flex-start;
}

.yutai-naiyou{
    margin: 10px 20px 16px 20px;
}
.yutai-left img{
    height: 88px;
    margin-bottom: 10px;
}

.yutai-right p{
    width: 165px;
    font-size: 14px;
    color: #9765AB;
    text-align: center;
    margin:0px 0px 0px 0px; 
    line-height: 22px;
}

.link-yutai{
    margin-left: 0px;
}