@charset "UTF-8";
/*
 common element
*/
html {
    color: #727171;
    font-size: 14px;
    line-height: 21px;
    font-family: Verdana, Geneva, "sans-serif";
}
html, body {
}
a {
    color: #727171;
}

/***************
 * Tablet and Mobile
 * width < 768px
 *
 */

@media (max-width: 768px) {
body {
    width: 100%;
    height: 100%;
    padding: 0;
    background: #FFF;
}
#content-wrapper {
    width: 100%;
    overflow: hidden;
}
/*
    common
    */
.section-border {
    width: 100%;
    height: 5px;
    background: url(../images/2x/border@2x.png) repeat-y;
    background-size: contain;
}
.section-header {
    width: 100%;
    margin-bottom: 18px;
    text-align: center;
}
.section-header img {
    width: 100%;
}
/* header */

header {
    height: 75px;
    width: 100%;
    background-color: #FFF;
    box-shadow: 0 1px 5px 0 rgba(96,96,96,0.3);
}
.mobile-header > div {
    padding: 10px;
}
.mobile-header img {
    height: 55px;
}
.mobile-header-mail {
    text-align: left;
}
.mobile-header-logo {
    text-align: center;
}
.mobile-header-menu {
    text-align: right;
}
div.pc-header {
    display: none;
    height: 0;
    overflow: hidden;
}
    
.link-game-and-streaming{
    display: flex;
    justify-content: space-between;
}
    
.link-streaming-mo{
    margin: 10rem 1rem 0.5rem;
}
    
    
/* footer */
    
footer.mobile-footer {
    width: 100%;
    position: fixed !important;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    background-color: rgba(255,255,255,0.8);
}
.mobile-footer-stream{
    margin: 0.8rem 0.5rem;
}
.mobile-footer-head{
    width: 65%;
    margin: 0 auto;
    }
 .deliver-link-mo{
    width: 97%;
    margin: 0 auto 10px;
    }
    .deliver-link-mo a{
        display: block;
    }
    .dropshadow1px{
        filter: drop-shadow(1px 1px 2px #AAA);
    }
  .mailform-link-mo{
        width: 95%;
      margin: 0 auto;
    }
    .mailform-link-mo a{
        display: block;
    }
footer.pc-footer {
    display: none;
}
/* Logo area */

}


@media (min-width:600px) and (max-width:768px)  { 
    .logo-area {
    min-height: 579px;
    padding: 38% 3% 0 0;
    }
}

@media (min-width:501px) and (max-width:599px)  { 
    .logo-area {
        min-height: 660px;
        padding: 15% 0 30%;
    }
}


@media (min-width:415px) and (max-width:500px)  { 
    .logo-area {
        min-height: 430px;
        padding: 15% 0 5%;
    }
}

@media screen and (max-width : 414px)  {
    .logo-area {
        min-height: 385px;
        padding: 15% 3% 0 0;
    }
    
}

@media screen and (device-width : 414px)  {
    /*iPhone 8 Plus*/
    .logo-area {
        min-height: 385px;
        padding: 15% 3% 0 0;
    }
    
}

@media screen and (device-width : 375px)  {
    /* iPhone 8, X*/
    .logo-area {
        min-height: 385px;
        padding: 15% 3% 0 0;
    }

}


@media (max-width: 768px) {
     .logo-area {
      background: url(../images/2x/kimura-and-okamoto-mobile230401@2x.jpg) top center no-repeat;
        background-size: contain;
        position: relative;
    }
    
h1 {
    margin: 0;
    line-height: 0;
    text-align: center;
}

/* Topics */
#topics-wrapper {
    padding: 15px;
    background: url(../images/2x/mobile-background-2@2x.png) repeat-y;
}
.topics-article > article {
    margin-bottom: 15px;
}
.topics-article {
    margin-top: 0 !important;
}
.topics-article-panel {
    background-color: #FFF;
    padding: 10px;
    cursor: pointer;
    box-shadow: 1px 1px 4px 0px rgba(96,96,96,0.5);
}
.topics-article-image {
    margin-right: 10px;
}
.topics-article-image img {
    width: 100px;
    height: 100px;
}
.topics-article-date {
    font-size: 1rem;
    line-height: 1rem;
    margin: 0 0 6px;
    font-weight: 700;
    color: #ff6699;
}
.topics-article-title {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    margin: 0;
}
/* button */
.read-more-articles {
    clear: both;
    width: 300px;
    height: 53px;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    background: url(../images/2x/more-articles@2x.png) center no-repeat;
    background-size: contain;
}
.read-more-articles:hover {
    background: url(../images/2x/more-articles-o@2x.png) center no-repeat;
    background-size: contain;
}
.read-more-articles>span {
    display: none;
}
/* personality */
#personality-wrapper {
    padding: 20px 20px 30px;
    background: url(../images/2x/mobile-background-3@2x.png) repeat-y;
}
.personality {
    width: 46%;
    padding: 5px 5px 10px;
    background: #FFF;
    position: relative;
    box-shadow: 1px 1px 4px 0px rgba(96,96,96,0.5);
}
 @media (min-width: 500px) {/*大型スマホ用調整*/
 .personality {
 padding: 5px 5px 55px;
}
}
.personality-name {
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 80%;
}
.personality-photo {
    position: relative;
}
.personality-text p:first-child {
    font-size: 0.7rem;
    font-weight: 600;
    margin: 8px 0 0;
}
.personality-text p {
    font-size: 0.9rem;
    line-height: 1.2rem;
    margin: 6px 0 36px;
}
.personality-link {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 3px;
    background-color: #ff9f00;
}
.personality-link:hover {
    background-color: #ffd100;
}
/* corners */
#corners-wrapper {
    padding: 20px;
    background: url(../images/2x/mobile-background-4@2x.png) repeat-y;
}
.corners {
    padding: 5px;
    background: #FFF;
    position: relative;
    box-shadow: 1px 1px 4px 0px rgba(96,96,96,0.5);
}
.corners-panel p {
    font-size: 0.9rem;
    line-height: 1.2rem;
    margin: 6px 0;
}
.corners-panel span {
    font-size: 0.9rem;
    font-weight: 700;
    color: #ff6e96;
}
.corners-mail {
    clear: both;
    width: 300px;
    height: 53px;
    margin: 20px auto 0;
    cursor: pointer;
    text-align: center;
    background: url(../images/2x/link-mail@2x.png) center no-repeat;
    background-size: contain;
}
.corners-mail:hover {
    background: url(../images/2x/link-mail-o@2x.png) center no-repeat;
    background-size: contain;
}
.corners-mail>a>span {
    display: none;
}
.corners-mail>a {
    display: block;
    width: 100%;
    height: 53px;
}
/* twitter */
#twitter-wrapper {
    padding: 20px;
    background: url(../images/2x/mobile-background-5@2x.png) repeat-y;
}
.twitter {
    padding: 5px;
    background: #FFF;
    position: relative;
    box-shadow: 1px 1px 4px 0px rgba(96,96,96,0.5);
}
.timeline {
    height: 440px;
    overflow: hidden;
}
.twitter-follow {
    clear: both;
    width: 300px;
    height: 53px;
    margin: 20px auto 0;
    cursor: pointer;
    text-align: center;
    background: url(../images/2x/link-twitter@2x.png) center no-repeat;
    background-size: contain;
}
.twitter-follow:hover {
    background: url(../images/2x/link-twitter-o@2x.png) center no-repeat;
    background-size: contain;
}
.twitter-follow>a>span {
    display: none;
}
.twitter-follow>a {
    display: block;
    width: 100%;
    height: 53px;
}
.regal-notice {
    font-size: 0.7rem;
    line-height: 1rem;
    padding: 10px;
    background: url(../images/2x/background-6@2x.png);
    background-size: cover;
}
.regal-notice p {
    margin: 0;
}
.copyright {
    height: 60px;
    padding-top: 4px;
    text-align: center;
    background: #666;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 0.8rem;
    color: #FFF;
}
/*  offcanvas */
.offcanvas {
    width: 100% !important;
}
.offcanvas-panel {
    padding: 10px;
    height: 100%;
    background: url(../images/2x/offcanvas-background-1@2x.png);
    background-size: cover;
}
.offcanvas-panel nav {
    margin-top: 10px;
}
.offcanvas-panel div {
    margin: 4px 0;
    background-color: transparent;
}
.offcanvas-close {
    text-align: right;
}
.offcanvas-close button {
    height: 55px;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
}
.offcanvas-close img {
    height: 55px;
}
/* utilty */
    
.hide-in-mobile {
    display: none;
}
}/* end media (min-width: 768px) */

/***************
 * PC
 * width > 768px
 */

@media (min-width: 769px) {
body {
    width: 100%;
    height: 100%;
    padding: 0;
    background: #FFF;
    background: url(../images/1x/background-0.png) top center repeat-y;
}
#content-wrapper {
    max-width: 1200px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
}
/*
    common
    */
.section-border {
    width: 100%;
    height: 5px;
    background: url(../images/2x/border@2x.png) repeat-y;
    background-size: cover;
}
.section-header {
    width: 100%;
    margin-bottom: 18px;
    text-align: center;
}
.section-header img {
    width: 60%;
}
.section-header-adjust img {
    width: 90% !important;
}
/* header */

header {
    height: 80px;
    width: 100%;
    background-color: #FFF;
    box-shadow: 0px 4px 5px -3px rgba(96,96,96,0.3);
}
.pc-header {
    overflow: hidden;
    height: 80px;
    width: 100%;
}
.pc-header-logo {
    min-width: 154px;
    padding: 5px;
}
.pc-header-logo img {
    height: 70px;
    width: auto;
}
.pc-header-menu {
    height: 80px;
    width: 100%;
    max-width: 748px;
    background: url(../images/1x/menu-header-pc.png) no-repeat bottom;
    background-size: contain;
    overflow: hidden;
}
.pc-header-menu>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
.pc-header-menu>div>div {
    float: left;
    position: relative;
    height: 80px;
    width: 25%;
}
.pc-header-menu>div>div>a {
    display: block;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    text-indent: -1000px;
}
.pc-header-menu>div>div:nth-child(1):hover {    /* menu hover topics*/
    background: #ff0066 url(../images/1x/menu-header-pc-o_01.png) no-repeat bottom;
    background-size: contain;
}
.pc-header-menu>div>div:nth-child(2):hover {    /* menu hover personality*/
    background: #ffdc00 url(../images/1x/menu-header-pc-o_02.png) no-repeat bottom;
    background-size: contain;
}
.pc-header-menu>div>div:nth-child(3):hover {    /* menu hover coners*/
    background: #64ff00 url(../images/1x/menu-header-pc-o_03.png) no-repeat bottom;
    background-size: contain;
}
.pc-header-menu>div>div:nth-child(4):hover {    /* menu hover twitter*/
    background: #00c8ff url(../images/1x/menu-header-pc-o_04.png) no-repeat bottom;
    background-size: contain;
}
.pc-header-mail {
    width: 154px;
    padding: 5px;
}
.pc-header-mail>a>span {
    display: none;
}
.pc-header-mail a {
    display: block;
    height: 70px;
    width: 70px;
    margin-left: auto;
    background: url(../images/1x/mail-button.png) no-repeat;
}
.link-game-and-streaming{
    margin: 5% 5% 0 0;
    justify-content: space-between;
}
.link-streaming-pc{
    /*width: 65%;
    margin-right: 3%;*/
}
.link-kamishiba-pc{
    position: relative;    
}
.link-kamishiba-pc a{
    display: block;
    margin: 35px auto 10px;
    width: 60%;
    text-align: center;
}
 .deliver-link-pc{
    width: 100%;
    margin-bottom: 10px;
    }
    .being-delivered{
        width:70%;
        margin: 0 auto;
    }
    .deliver-link-pc a{
        display: block;
    }
    .dropshadow1px{
        filter: drop-shadow(1px 1px 2px #AAA);
    }
  .mailform-link-pc{
        width: 97%;
      margin: 0 auto;
    }
    .mailform-link-pc a{
        display: block;
    }
    
/*disable mobile header*/
div.mobile-header {
    display: none;
    height: 0;
}
footer.mobile-footer {
    display: none;
}
/* footer */
    
footer.pc-footer {
}
/* Logo area */
    
.logo-area {
    background: url(../images/2x/kimura-and-okamoto230401@2x.jpg) top center no-repeat;
    background-size: cover;
    padding: 0 2%;
    height: 710px;
}
h1.logo {
    width: 24%;
    line-height: 0;
    padding-top: 20px;
    margin-left: -12px;
}
h1.logo img {
}
.logo-area-animatetimes {
    height: 100px;
}
.logo-area-animatetimes a {
    display: block;
    height: 93%;
    width: 100%;
    margin-top: 2%;
    background: url(../images/1x/link-animatetimes.png) 38% center no-repeat;
    background-size: contain;
}
.logo-area-animatetimes a:hover {
    background: url(../images/1x/link-animatetimes-o.png) 38% center no-repeat;
    background-size: contain;
}
.logo-area-animatetimes>a>span {
    display: none;
}
/* Topics */
#topics-wrapper {
    padding: 20px 60px 30px;
    background: url(../images/1x/background-2.png) repeat-y;
    background-size: cover;
}
.topics-article > article {
    margin-bottom: 20px;
}
.topics-article {
    margin-top: 0 !important;
}
.topics-article-panel {
    background-color: #FFF;
    padding: 10px;
    cursor: pointer;
    box-shadow: 1px 1px 4px 0px rgba(96,96,96,0.5);
}
.topics-article-image {
    margin-right: 10px;
}
.topics-article-image img {
    width: 100px;
    height: 100px;
}
.topics-article-date {
    font-size: 1rem;
    line-height: 1rem;
    margin: 0 0 6px;
    font-weight: 700;
    color: #ff6699;
}
.topics-article-title {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    margin: 0;
}
/* button */
.read-more-articles {
    clear: both;
    height: 74px;
    width: 420px;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    background: url(../images/2x/more-articles@2x.png) center no-repeat;
    background-size: contain;
}
.read-more-articles:hover {
    background: url(../images/2x/more-articles-o@2x.png) center no-repeat;
    background-size: contain;
}
.read-more-articles>span {
    display: none;
}
/* personality */
#personality-wrapper {
    padding: 20px 60px 40px;
    background: url(../images/2x/background-3@2x.png) repeat-y;
    background-size: cover;
}
.personality {
    width: 48%;
    padding: 5px;
    background: #FFF;
    position: relative;
    box-shadow: 1px 1px 4px 0px rgba(96,96,96,0.5);
}
.personality-name {
    position: absolute;
    right: -90.5%;
    top: 10px;
    width: 100%;
}
.personality-photo {
    position: relative;
    float: left;
    width: 53%
}
.personality-text {
    margin: 24% 0 0 55%;
}
.personality-text p:first-child {
    font-size: 1rem;
    line-height: 1.3rem;
    font-weight: 700;
    margin: 8px 0 0;
}
.personality-text p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 6px 0;
}
.personality-link {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45%;
    background-color: #ff9f00;
}
.personality-link:hover {
    background-color: #ffd100;
}
/* corners */
#corners-wrapper {
    padding: 20px;
    background: url(../images/2x/mobile-background-4@2x.png) repeat-y;
}
.corners {
    padding: 5px;
    background: #FFF;
    position: relative;
    box-shadow: 1px 1px 4px 0px rgba(96,96,96,0.5);
}
.corners-panel p {
    font-size: 1.1rem;
    line-height: 1.5rem;
    margin: 6px 0;
    padding: 0 3px;
}
.corners-panel span {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ff6e96;
}
.corners-mail {
    clear: both;
    margin: 20px auto 0;
}
.corners-mail>a>span {
    display: none;
}
.corners-mail>a {
    display: block;
    margin: 0 auto;
    width: 336px;
    height: 63px;
    cursor: pointer;
    text-align: center;
    background: url(../images/2x/link-mail@2x.png) center no-repeat;
    background-size: contain;
}
.corners-mail>a:hover {
    background: url(../images/2x/link-mail-o@2x.png) center no-repeat;
    background-size: contain;
}
/* twitter */
#twitter-wrapper {
    padding: 20px;
    background: url(../images/2x/mobile-background-5@2x.png) repeat-y;
}
.twitter {
    padding: 5px;
    margin-top: 20px;/*adjust*/
    height: 585px;
    background: #FFF;
    position: relative;
    box-shadow: 1px 1px 4px 0px rgba(96,96,96,0.5);
}
.timeline {
    height: 100%;
    overflow: hidden;
}
.twitter-follow {
    clear: both;
    margin: 20px auto 0;
}
.twitter-follow>a>span {
    display: none;
}
.twitter-follow>a {
    display: block;
    width: 336px;
    height: 63px;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    background: url(../images/2x/link-twitter@2x.png) center no-repeat;
    background-size: contain;
}
.twitter-follow>a:hover {
    background: url(../images/2x/link-twitter-o@2x.png) center no-repeat;
    background-size: contain;
}
.regal-notice {
    font-size: 0.9rem;
    line-height: 1.2rem;
    padding: 10px;
    background-color: rgba(255,255,255,0.50);
}
.regal-notice div {
}
.copyright {
    text-align: center;
    font-size: 1rem;
    color: #FFF;
    background-color: #666;
    padding: 10px 0;
}
.hide-in-pc {
    display: none;
}
}
@media (max-width: 1024px) {
.topics-article-image img {
    width: 80px;
    height: 80px;
}
.adjust {
    padding-top: 0.5%;
}
.logo-area-animatetimes a {
    margin-top: 1%;
}
}

@media (max-width: 900px) {
.adjust {
    padding-top: 1%;
}
.logo-area-animatetimes a {
    margin-top: 1%;
}
}
