@charset "utf-8";
/* CSS INFORMATION -====================================================
File name : base.css
Description :
===================================================================== */

/* =====================================================================
*    共通・大枠
* =================================================================== */

html {
    font-size: 10px;
    font-size: 3.125vw;
}

.gDef-contents {
    font-family:'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "MS UI Gothic", Osaka, sans-serif;
    color: #333;
    overflow: hidden;
}

.inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (min-width:768px) {
    html {
        font-size: 0.91vw;
    }

    .inner {
        max-width: 1100px;
    }
}

@media screen and (min-width:1100px) {
    html {
        font-size: 10px;
    }
}

@media screen and (max-width:767px) {
    .pc {
        display: none !important;
    }
}

@media screen and (min-width:768px) {
    .sp {
        display: none !important;
    }
}


/* =====================================================================
*    header
* =================================================================== */

.gDef-top-banner {
    background-color: #68c9f2;
}
@media screen and (min-width:768px) {
    .gDef-top-banner {
    background-color: #1d1d1d;
    }
}

.header {
    position: relative;
}


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

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

/* mainvisual
---------------------------------------------------------- */

.mainvisual {
    position: relative;
    background-size: 100% auto;
    background-color:#68c9f2;
}


.mainvisual .sns_list {
    width: 9.2%;
    position: absolute;
    top: 0;
    right: 0;
    margin: 2.67% 2.67% 0 0;
}

.mainvisual .sns_list li {
    margin: 0 0 29%;
}

.mainvisual .sns_list li a {
    display: block;
}

@media screen and (min-width:768px) {
    .mainvisual {
        background-color:#99dae4;
        overflow: hidden;
    }
    
    .mainvisual .inner {
        position: relative;
    }
    .mainvisual .site_ttl {
        width:calc(880/1100 * 100%) ;
        margin : auto;
        position: relative;
        z-index:0; 
    }
    .mainvisual .site_ttl a img {
        z-index: 2;
        display: block;
        position: relative;
    }
    .mainvisual .site_ttl a::before , .mainvisual .site_ttl a::after {
        content:"";
        display: block;
        padding-top: 20.22%;
        position: absolute;
        margin: 0;

    }
    .mainvisual .site_ttl a::before {
        width:calc(1227/880 *100%) ;
        background: url(../images/img_cloud_white.png) no-repeat left top;
        background-size: 100% auto;
        margin-top: 2.27%;
        top: 0;
        left: -18.86%;
        z-index: 3;
    }
    .mainvisual .site_ttl a::after {
        width:calc(1117/880 *100%) ;
        background: url(../images/img_cloud_blue.png) no-repeat left top;
        background-size: 100% auto;
        margin-top: 26.7%;
        top: 0;
        left: -13.4%;
        z-index: 1;
    }
    
    .mainvisual .sns_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 7.27%;
        margin: 0.91% 3.45% 0 0;
    }
    
    .mainvisual .sns_list li {
        width: 43.75%;
        margin: 0;
    }
    
    .mainvisual .sns_list li a {
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
    
    .mainvisual .sns_list li a:hover {
        opacity: 0.7;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
}

@media screen and (min-width:1100px) {
    .mainvisual {
        background-size: auto 100%;
    }
}

/* mainvisual (subpage)
---------------------------------------------------------- */
.subpage .mainvisual {
}


@media screen and (min-width:768px) {
    .subpage .mainvisual .site_ttl {
        width:calc(870/1100 * 100%) ;
        margin : auto;
        position: relative;
        z-index:0; 
    }
    .subpage .mainvisual .site_ttl a::before {
        width:calc(1547/870 *100%) ;
        background: url(../images/common/img_cloud_white.png) no-repeat left top;
        background-size: 100% auto;
        margin-top: 2.29%;
        top: 0;
        left: -37.58%;
        z-index: 3;
    }
    .subpage .mainvisual .site_ttl a::after {
        width:calc(1373/870 *100%) ;
        background: url(../images/common/img_cloud_blue.png) no-repeat left top;
        background-size: 100% auto;
        margin-top: 17.35%;
        top: 0;
        left: -26.89%;
        z-index: 1;
    }
}

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

/* nav
---------------------------------------------------------- */

.nav {
    position: relative;
    background: url(../images/bg_nav_sp.png) repeat center bottom;
     background-size: auto 100%;
}

.nav::before, .nav::after {
    content: "";
    display: block;
}

.nav .menu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width:100%;
    margin: 0 auto 0;
}

.nav .menu_list li {
    width: 50%;
    margin-top: -3.733%;
}

.nav .menu_list li:nth-of-type(3) {
    border-right: solid 1px #4b2609;
}

.nav .menu_list li a {
    display: block;
    position: relative;
}
.nav .sns_list {
    width:50%;
    position: absolute;
    top:52%;
    left:50%;
    display: flex;
    justify-content: space-between;
}
.nav .sns_list .facebook_back{
    width:calc(105/375 * 100%); 
    margin:calc(15/375 * 100%) 0 0 calc(68/375 * 100%);
}
.nav .sns_list .twitter_back{
    width:calc(113/375 * 100%); 
    margin:calc(2/375 * 100%) calc(66/375 * 100%) 0 0 ;
}


@media screen and (min-width:768px) {
    .nav {
        margin-top:-22px;
        background: url(../images/bg_nav_repeat.png) repeat-x center top;
        background-size: auto 100%;
    }
    
    
    .nav .menu_list {
        background:url(../images/bg_nav.png) no-repeat center top;
        background-size: 100% auto;
         width: calc(675/1100 * 100%);
    }
    .nav .menu_list::after {
        content: "";
        display: block;
        background: url(../images/bg_nav_img.png) no-repeat center bottom;
        background-size:contain; 
        padding-top:3.72%;
        width:calc(720/1100 * 100%);
        margin:0 auto;
        position: absolute;
        bottom:-6.074%;
        left:50%;
        transform: translateX(-50%);
    }
    .nav .menu_list li {
    width: calc(225/675 * 100%);
    margin:0;
    
    }
    .nav .menu_list li:nth-of-type(3) {
        border: none;
    }
    .nav .menu_list li a {
        position: relative;
    }
    .menu_list li a img {
        display: none;
    }
    .menu_list li a::before, .menu_list li a::after {
        content: "";
        display: block;
        width: 100%;
        padding-top: calc(126 / 225 * 100%);
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }

    .menu_list li a::after {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }
    
    .menu_list li.nav_contents a::before {
        background: url(../images/btn_nav_contents_n.png) no-repeat left top;
        background-size: 100% auto;
    }
    .menu_list li.nav_contents a::after {
        background: url(../images/btn_nav_contents_f.png) no-repeat left top;
        background-size: 100% auto;
    }
    .menu_list li.nav_character a::before {
        background: url(../images/btn_nav_character_n.png) no-repeat left top;
        background-size: 100% auto;
    }
    .menu_list li.nav_character a::after {
        background: url(../images/btn_nav_character_f.png) no-repeat left top;
        background-size: 100% auto;
    }
    .menu_list li.nav_news a::before {
        background: url(../images/btn_nav_news_n.png) no-repeat left top;
        background-size: 100% auto;
    }
    .menu_list li.nav_news a::after {
        background: url(../images/btn_nav_news_f.png) no-repeat left top;
        background-size: 100% auto;
    }
    .menu_list li a:hover::before {
        opacity: 0;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
    .menu_list li a:hover::after {
        opacity: 1;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
    .nav .sns_list {
    width:calc(98/1100 * 100%);
    margin:calc(40/1100 * 100%) 0 0 0;
    padding-right: calc(38/1100 * 100%);
    position: absolute;
    top:0;
    right:0;
    left:100%;
    transform: translateX(-100%);
    display: flex;
    justify-content: space-between;
    }
    .nav .sns_list li {
    -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
    .nav .sns_list .facebook_back{
    width:calc(42/98 * 100%); 
    margin:0 ;
    }
    .nav .sns_list .twitter_back{
    width:calc(42/98 * 100%); 
    margin:0 ;
    }
    .nav .sns_list .facebook_back:hover {
        transform: rotate(5deg);
        transform-origin: 50% 10.7%;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
        -webkit-backface-visibility:hidden;
backface-visibility:hidden;
    }
    .nav .sns_list .twitter_back:hover {
        transform: rotate(-5deg);
        transform-origin: 50% 10.7%;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
        -webkit-backface-visibility:hidden;
        backface-visibility:hidden;
    }

}

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

/* =====================================================================
*    .main
* =================================================================== */
.main {
    background: url(../images/bg_main.jpg) repeat left top;

}
/* =====================================================================
*    .aside
* =================================================================== */
.aside {
    background: url(../images/bg_skyblue.jpg) repeat left top;
    box-shadow: 0 0px 5px rgba(0,0,0,.82);
}
/* =====================================================================
*    .footer
* =================================================================== */
.footer {
    background: url(../images/bg_footer_sp.png) no-repeat center bottom;
    background-size:100%;
    position: relative;
    padding-top: 5.73%;
    margin-top: -5.73%;
}
.footer .inner{
     width:100%;
}
.footer .inner::before , .footer .inner::after {
    content: "";
    display: block;
    margin-top: -17.2%;
    padding-top: 17.2%;
     position:absolute;
     z-index:2 ;
}
.footer .inner::before {
    background: url(../images/img_kanbaa.png) no-repeat left bottom;
    background-size:contain; 
    width:calc(70/750 * 100%);
    top:0;
    left:5.333%;
}
.footer .inner::after {
    background: url(../images/img_chara_minami.png) no-repeat center bottom;
    background-size:contain; 
    width:calc(89/750 * 100%);
    top:0;
    right:4%;
}
@media only screen and (min-width: 768px){
    .footer {
    background: url(../images/bg_footer.png) no-repeat center bottom;
    padding-top:4%;
    margin-top: -4%;
    }
    .footer .inner{
    }
    .footer .inner::before , .footer .inner::after {
    }
    .footer .inner::before {
    width:calc(118/1100 * 100%);
    top:0;
    left:0;
    }   
    .footer .inner::after {
    width:calc(126/1100 * 100%);
    top:0;
    right:0;
    }

}
@media only screen and (min-width: 1100px) {
    .footer .inner{
    }
    .footer .inner::before {
    width:calc(118/1100 * 100%);
    top:0;
    left:-1.36%;
    }   
    .footer .inner::after {
    width:calc(126/1100 * 100%);
    top:0;
    right:-2.18%;
    }
}
/* pagetop
---------------------------------------------------------- */

.pagetop {
    display: none;
}
@media only screen and (min-width: 768px) {

    .pagetop {
        width: 13.9%;
        position: absolute;
        bottom: -14px;
        right: 13.9%;
        margin: 0;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
        display: block;
        z-index: 3;
        -moz-transition: 0.2s ease;
        -ms-transition: 0.2s ease;
        -o-transition: 0.2s ease;
    }
    .pagetop:hover {
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
        bottom: -2px;
    }
}
@media only screen and (min-width: 1100px) {

    .pagetop {
        right: -16.9%;
    }
}

/* =====================================================================
*    .popup
* =================================================================== */

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}

.popup_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}
.popup_area {
    width: 100%;
    height: 100%;
}
.popup_inner {
    width: 92%;
    max-height: 80%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 3%;
    background: url(../images/bg_red.jpg) repeat center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1% auto 0;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.popup_inner::-webkit-scrollbar {
  display: none;
}
.popup_close {
    position: relative;
    width: 92%;
    margin: 5% auto 0;
    z-index: 2;
}

.popup_close::before, .popup_close::after {
    content: "";
    display: block;
    width: 2px;
    padding-top: 10%;
    background-color: #ffe100;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 4% 0 auto;
}

.popup_close::after {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btn_close {
    width:35%;
    margin:4% auto 0;
    display: block;
}

.popup_list_wrap {
    position: relative;
    width: 100%;
    height: 99%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 4% 3%;
    background: url(../images/bg_white.jpg) repeat center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 2px 2px 0 rgba(0,0,0,.2);
}
.popup_list  {
    width: 100%;
    height: 100%;
}

.popup_details , .chara_details  {
    display: none;
    position: relative;
}
.popup_details_ttl {
    border-bottom:dotted 1px #532b0a;
    padding-bottom:3%;
    display: flex;
    align-items:flex-end;
    justify-content:space-between;
    margin: 0 0 3.5%;

}
.popup_details_txt {
    color: #8d5427;
    font-size: 1.45rem;
    font-weight: bold;
    line-height: 1.3;
    position: relative;
}


.popup_details_date {
    color: #e6311a;
    font-size: 1.1rem;
    line-height: 1;
    text-align: right;
    margin-left:1%;
}

.popup_details_txt_h {
    width: 92.59%;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.5;
    margin: 0 auto 8%;
}


.popup_details_li {
    border-bottom:dotted 1px rgba(83, 43, 10,.3);
    padding: 0 0 8%;
    margin: 0 0 8%;
}

.popup_details_li:last-child {
    border: none; 
    padding: 0;
    margin: 0;
}

.popup_img {
    
    margin: 0 0 4%;
}


.popup_txt {
    font-size: 1.05rem;
    line-height: 1.5;
}

.popup_txt_red {
    color: #e6311a;
    font-size: 1.05rem;
    line-height: 1.5;
}

.popup_txt_bold {
    font-weight: bold;
}

.popup_center {
    text-align: center;
}

@media screen and (min-width:768px) {
    .popup_bg {
        cursor: pointer;
    }
    
    .popup_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 80%;
        max-width: 824px;
        height: auto;
        max-height: 86%;
        overflow-y: auto;
        -ms-flex-item-align: start;
        align-self: flex-start;
        padding: 3%;
        margin: 0.45% auto 0;
        border-width: 10px;
        
    }
    
    .btn_close {
    width:27%;
}
    .popup_close::before, .popup_close::after {
        padding-top: 5.5%;
        margin: 0 2% 0 auto;
    }
    
    .popup_close:hover::before, .popup_close:hover::after {
        opacity: 0.7;
    }
    
    .popup_details_ttl {
        font-size: 2.4rem;
        margin: 0 0 1.5%;
    }
    
    .popup_details_ttl::before, .popup_details_ttl::after {
        border-bottom: 5px solid #000;
        padding: 0 0 3%;
    }
    
    .popup_details_ttl::before {
        margin: 0 0 1%;
        padding: 0;
    }
    
    .popup_details_date {
        font-size: 1.4rem;
        margin: 0;
    }
    .popup_details_txt {
    font-size: 2.8rem;
}
    
    .popup_details_txt_h {
        width: 94.44%;
        margin: 0 auto 5%;
        font-size: 1.4rem;
    }
    
    .popup_details_li {
        padding: 0 0 5.5%;
        margin: 0 0 5%;
        background-size: 1.1% auto;
    }
    
    .popup_details_1col_txt .popup_txt {
        margin: 0 0 4.5%;
    }
    
    .popup_link {
        font-size: 1.4rem;
    }
    
    .popup_link::after {
        width: 1.35em;
        height: 1.35em;
        margin: 0 0 0 1.2%;
        top: 0.25em;
    }
    
    .popup_link:hover {
        opacity: 0.7;
    }
    
    .popup_img {
        margin: 0 auto 2%;
        width:60%;
    }
    
    .popup_txt, .popup_txt_red{
        font-size: 1.8rem;
    }
}

@media screen and (min-width:1100px) {
    .popup_inner {
        padding: 2%;
        margin: 0 auto 0;
    }
    
    .popup_close {
        margin: 50px auto 0;
    }
    
}
