body{
    background: #fff;
    color: #3c3c3c;
    font-size: calc((100vw - 480px) / 480 + 14px);
}
.pc{ display: block;}
.sp{display: none;}
.pc_i{ display: inline-block;}

/*メニュー -------------------------------- */
.gmenu{ background: #000; width: 100%; padding: 0.5rem;}
.gmenu #navCont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%; 
    max-width: 1200px; 
    margin: 0 auto;
}

.inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 96%;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    width: 100%;
    padding: 0.5rem 0;
    line-height: 1;
    z-index: 20;
    transition: top 0.5s 1s ease;
    -webkit-transition: top 0.5s 1s ease;
    -moz-transition: top 0.5s 1s ease;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#mobile-head{
    max-width: 247px;
}
#mobile-head a .logo img{ width: 100%;
}
#global-nav{
    width: 75%;
    position: absolute;
    right: 0;
}
#global-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    line-height: 1.3;
}
#global-nav ul li {
    font-size: calc(1rem + ((1vw - 0.48rem) * 0.1));
}
#global-nav ul li:nth-child(2),#global-nav ul li:nth-child(4),#global-nav ul li:nth-child(6),#global-nav ul li:nth-child(8),#global-nav ul li:nth-child(10){ color: #7b7b7b;}
#global-nav ul li a {
    padding: 0 0.5rem;
}

.Xbtn{ background:url("../image/logo-black.png") , #fff; background-position: 146px; background-repeat: no-repeat; background-size: 20px; border-radius: 60px; padding: 6px 2px 3px; color: #000; margin: 0 0 0 10px; transition-duration: 0.4s;}
_::-webkit-full-page-media, _:future, :root .Xbtn{background-position: 135px; padding: 5px 2px 5px; }

.Xbtn:hover{background:url("../image/logo-white.png") ,#636363;background-position: 146px; background-repeat: no-repeat; background-size: 20px; }
.Xbtn a{padding: 0 2rem 0 0.5rem!important;}
.Xbtn a:hover{transform:none!important; color: #fff!important;}
.Xbtn a::after{ width: 0%!important; height: 0px!important;}

.pcX{display: flex!important; flex-wrap: wrap; justify-content: center; align-items: center; color: #000 !important;}
.pcxImg{width: 100%; max-width: 16px; padding: 0 0 2px 5px;}

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #000;
    background: rgba(0,0,0,1);
    transition: top 0.5s 1s ease-in;
    -webkit-transition: top 0.5s 1s ease-in;
    -moz-transition: top 0.5s 1s ease-in;
}
#top-head.fixed #global-nav ul li a {
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

/*左から右に線が伸びる（下部）*/
.gnavi li a{
    /*線の基点とするためrelativeを指定*/
  position: relative;
}

.gnavi li.current a,
.gnavi li a:hover{
  color:#fff;
}

.gnavi li a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 2%;
    /*線の形状*/
    width: 96%;
    height: 2px;
    background:#fff;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: left top;/*左上基点*/
}

/*現在地とhoverの設定*/
.gnavi li.current a::after,
.gnavi li a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}


/*メインイメージ ------------------------------ */

/*動画*/
.mainImg{
    /*max-width: 1600px;*/
    margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.mainImg::before{
	padding-top: 49.67%;
	display: block;
	content: "";
}
.mainImg video{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.aboutB{
    position: relative;
}

/*タイトル */
.title{
    display: table;
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
    margin: 8rem auto 4rem;
}
.title span{
    display: block;
    width: 100%;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 200;
    background: #b4b4b4;
    padding: 0.2rem 0;
    margin: 0.3rem auto 0;;
}

.leadSentence{
    width: 90%;
    max-width: 1000px;
    line-height: 2.4;
    text-align: center;
    margin: 0 auto;
}
/* 罫線 ------------------------------------- */
.keisen {
    display: block;
    width: 90%;
    max-width: 1000px;
    background: -webkit-repeating-linear-gradient(-45deg, #f5edfd, #f5edfd 5px, #fdfcff 5px, #fdfcff 10px);
    background: repeating-linear-gradient(-45deg, #f5edfd, #f5edfd 5px, #fdfcff 5px, #fdfcff 10px);
    color: #4a1086;
    margin: 4rem auto;
    height: 4px;
    background-image: repeating-linear-gradient(45deg, #ccc 0, #ccc 1px, transparent 0, transparent 50%);
    background-size: 4px 4px;
}

.aboutCont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.aboutTitel{
    font-size: 1.2rem;
    font-weight: 400;
    padding: 0 0 1rem 0;
}
.aboutTitel span{font-size: 1rem;}

/* おしらせ */
.information{ position: relative;}
.information .twitter-timeline{display: block; width: 90%; max-width: 500px!important; margin: 2% auto; }

.xNote{  
    display: block;
    margin: 1rem auto;
    font-size: 80%;
    text-align: center;
}
}
/*会社概要 */
#Cprofile{	
    vertical-align: top;
    /* スクロールリンクズレ対応 */
    margin-top : -40px;
    padding-top : 40px;
    /* スクロールリンクズレ対応 END */
    z-index: -1;
}
.companyProfile{ width: 30%; min-width: 600px;  margin: 0 auto;}
.companyProfile ul li ul{ display: flex; flex-wrap: wrap; justify-content: center;}
.companyText{ line-height: 2;}
.companyText .textleft{ width: 16%; min-width: 80px; font-weight: bold; text-align-last: left; margin: 0 1rem 0 0;}
.companyText .textRight{ width: 73%; min-width: 280px;}

/*沿革 */
.companyHistory{ width: 48%;}
.companyHistory ul{ line-height: 2;}

/*プロフィール ------------------------------- */
#profile{
    position: relative;
    vertical-align: top;
    /* スクロールリンクズレ対応 */
    margin-top : -40px;
    padding-top : 40px;
    /* スクロールリンクズレ対応 END */
}
.profileText{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.profileText .Pphoto{ width: 28%;}
.profileText .Ptext{ width: 68%;}
.profileText .Ptext h3{ font-size: 3rem; font-weight: bold; margin: 0 0 2.4rem 0;}
.profileText .Ptext p{line-height: 1.6;}

/*作品紹介 ---------------------------------- */
#work{
    position: relative;
    vertical-align: top;
    /* スクロールリンクズレ対応 */
    margin-top : -40px;
    padding-top : 40px;
    /* スクロールリンクズレ対応 END */ 
}
.bookCont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 86%;
    max-width: 1100px;
    padding: 0 0 1rem 0;
    margin: 0 auto;
}
.bookCont .bookBox{ width: 19%;}
.bookImg{ width: 100%; background: #e9e9e9;}
.bookImg img{ display: block; width: 90%; max-width: 130px; padding: 1rem 0; margin: 0 auto;}
.bookCont .bookBox h3{ text-align: center; font-weight: 200; line-height: 1.2; padding: 1rem 0 2rem;}

.linkBtn{}
.bookImg:hover{ background: #000; transition: 1s;}

.cotext{
    width: 86%;
    font-size: 80%;
    margin: 0 auto;
    padding: 0 0 6% 0;
}
/*モーダル */
.modal{
		display: none;
		height: 100vh;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 100000;
	}
	.modal__bg{
		background: rgba(0,0,0,0.8);
		height: 100vh;
		position: absolute;
		width: 100%;
	}
	.modal__content{
        width: 78%;
        max-width: 1000px;
        height: auto;
        background: #fff;
        position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
        padding: 3rem;
        overflow: auto;
	}
    .mangaBox{ color:#3c3c3c; position: relative; }
    .mangaKeisen{
        display: block;
        max-width: 1000px;
        background: -webkit-repeating-linear-gradient(-45deg, #f5edfd, #f5edfd 5px, #fdfcff 5px, #fdfcff 10px);
        background: repeating-linear-gradient(-45deg, #f5edfd, #f5edfd 5px, #fdfcff 5px, #fdfcff 10px);
        color: #4a1086;
        height: 4px;
        background-image: repeating-linear-gradient(45deg, #ccc 0, #ccc 1px, transparent 0, transparent 50%);
        background-size: 4px 4px;
        margin: 0 auto 1.2rem;
        width: 100%;
    }
    .mangaKeisenB{
        display: block;
        max-width: 1000px;
        background: -webkit-repeating-linear-gradient(-45deg, #f5edfd, #f5edfd 5px, #fdfcff 5px, #fdfcff 10px);
        background: repeating-linear-gradient(-45deg, #f5edfd, #f5edfd 5px, #fdfcff 5px, #fdfcff 10px);
        color: #4a1086;
        height: 4px;
        background-image: repeating-linear-gradient(45deg, #ccc 0, #ccc 1px, transparent 0, transparent 50%);
        background-size: 4px 4px;
        margin: 1rem auto 2rem;
        width: 100%;
    }
    .mangaBox h3{
        display: flex;
        align-items: center;
        font-size: 2.2rem;
        font-weight: 200;
    }
    .mangaBox h3 span{ font-size: 1.1rem; margin: 0 0 0 1.5rem;}

	.mangaBox .bookModalBook { width: 26%;}
    .mangaBox .bookModalBook img{ width: 100%;}
    .borderLine{ border: #dcdcdc 1px solid;}
	.closeBtn{
		display: block;
		text-align: center;
		width: 12%;
		background: #fff;
        border: #8d8d8d 1px solid;
		padding: 1rem 2rem;
        margin: 3rem auto 0;
        position: relative;
		transition-duration: 0.8s;
		transition-timing-function: ease;
		transition-delay: 0s;
	}
    .closeBtn::after{
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0 6px 8px;
        border-color: transparent transparent transparent #8d8d8d;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -6px;
    }
	.closeBtn:hover{
		background: #000;
        color: #fff;
	}

    .bookModalBox{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .bookModalText{
        width: 70%;
    }
    .bookModalText h4{
        font-size: 1.6rem;
        font-weight: 200;
        margin: 0 0 0.4rem 0;
    }
    .bookModalText ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        font-size: 0.8rem;
        line-height: 1.8;
        margin: 0 0 2rem 0;
    }
    .bookModalText ul li{ width: 100%;}
    .bookModalText ul .w2{ width: 48%;}
    .bookModalText p{ line-height: 1.6;}
    .synopsis{ margin: 0 0 2rem 0;}

    .trialReadingvtn{
        margin: 1rem auto;
        display: block;
        width: 100%;
        max-width: 200px;
        background: #636363;
        color: #fff;
        text-align: center;
        padding: 1rem;
        position: relative;
        transition-duration: 0.8s;
		transition-timing-function: ease;
		transition-delay: 0s;
    }
    .trialReadingvtn::after{
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0 6px 8px;
        border-color: transparent transparent transparent #8d8d8d;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -6px;
    }
	.trialReadingvtn:hover{
		background: #000;
        color: #fff;
	}

/*作品一覧へ*/
.bookList{
    display: block;
    width: 100%;
    max-width: 160px;
    text-align: center;
    border: #8d8d8d 1px solid;
    padding: 1rem;
    margin: 0 auto;
    position: relative;
    transition: all 0.5s 0s ease;
    z-index: 10;
    
}
.bookList::after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #8d8d8d;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px;
}
.bookList:hover{
    background: #000;
    color: #fff;
}

/* Youtube ---------------------------------- */
#youtube{
    position: relative;
    vertical-align: top;
    margin-top: -40px;
    padding-top: 40px;
}
#youtube ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}
#youtube ul li a{
    background: #e9e9e9;
    border-radius: 100px;
    height: auto;
    display: block;
    transition-duration: 0.5s;
}
#youtube ul li a:hover{
    background: #000;
}

#youtube ul li a img{ width: 100%; max-width: 200px; }
.sineiLogo{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-weight: bold;;
    margin: 3% 0 0;
}
.sineiLogo img{ width: 20%; max-width: 90px;}

/* お問い合わせ ------------------------------ */
#contact{ position: relative; padding: 8rem 0;}
.contact{
    display: block;
    width: 90%;
    max-width: 420px;
    height: auto;
    background: #636363;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    padding: 2rem;
    margin: 0 auto;
    position: relative;
    transition: all 0.5s 0s ease;
}
.contact::after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #8d8d8d;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px;
}
.contact:hover{
    background: #000;
    color: #fff;
}
.telContact{  width: 100%;
    max-width: 420px;
    margin: 2% auto 0;
    text-align: center;
    line-height: 1.2;
}

/*バナー ---------------------------------------- */
.linkCont{
    background: #b2b2b2;
    padding: 3rem 0;
    margin: 0;
}
.linkCont ul{ 
    display: flex;
    justify-content: center;
    width: 90%; 
    max-width: 1000px; 
    margin: 0 auto;
}
.linkCont ul li{ margin: 0 2%;}
.linkCont ul li img{ width: 100%;}

.banner{
    margin: 3% auto 0!important;
    max-width: 668px!important;
}
.banner img{ width: 100%;}

/*コピーライト ----------------------------------- */
footer{ background: #000;}
.copyright{ 
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
    padding: 2rem 0;
}

/*ページトップ -------------------- */
#page_top {
    position: fixed;
    right: 22px;
    bottom: -206px;
    transform-origin: center bottom;
    animation: horizontal 1s ease-in-out infinite alternate;
    animation-duration: 1.3s;
    z-index: 10;
}
@-webkit-keyframes horizontal {
    0% { transform:translateY(10px); }
  100% { transform:translateY(  0px); }
}

.movieIn01 {
    text-align: center;
}

.movieIn01{
    width: 90%;
    max-width: 744px;
    margin: 3rem auto;
    position: relative;
    }
.movieIn01 iframe {
    width: 100%;
    max-width: 790px;
    height: 418px;
    padding: 1%;
    border: #ffec6a 1px solid;
}

.pageTopBtn{ display: none!important;}

/**/
#trigger01{ position: relative;}
.hattori{
    background-image: url("../image/fujikoStudioImg04_pc.png");
    background-size: auto;
    width: 220px;
    height: 187px;
    position: absolute;
    top: 0px;
    right: 45px;
}

#trigger02{ position: relative;}
.kaibutu{
    background-image: url("../image/fujikoStudioImg05_pc.png");
    background-size: auto;
    width: 235px;
    height: 200px;
    position: absolute;
    left: 40px;
    bottom: 0px;
}

#trigger03{ position: relative;}
.moguro{
    background-image: url("../image/fujikoStudioImg06_pc.png");
    background-size: auto;
    background-repeat: no-repeat;
    width: 220px;
    height: 207px;
    position: absolute;
    top: 605px;
    right: 40px;
}

#trigger04{ position: relative;}
.saru{
    background-image: url("../image/fujikoStudioImg07_pc.png");
    background-size: auto;
    width: 235px;
    height: 302px;
    position: absolute;
    bottom: 0px;
    left: 40px;
}


/*作品紹介 ---------------------------------- */
.workBg{
    background-image: url("../image/works/worksBg.jpg");
    background-size: contain;
}
.workBox{
    width: 100%;
    max-width: 1100px;
    margin: 8rem auto 9rem;
    background: rgba(255,255,255,0.8);
}
.Wtitle{ padding: 4rem 0 0; margin: 0 auto 4rem;}

/*ニュース ---------------------------------- */
.newsCont{
    text-align: center;
    padding: 5rem 0 0;
    z-index: 2;
}
.newsCont a{
    border: #d11818 1px solid;
    display: block;
    width: 90%;
    max-width: 530px;
    color: #d11818;
    margin: 0 auto;
    transition-duration:0.5s ;
}
.newsCont a p{
    font-size: 1.4rem;
    line-height: 1.3;
    margin: 2rem;
}
.newsCont a:hover{
    background: #d11818;
    color: #fff;
}

.newsBox{
    width: 100%;
    max-width: 1100px;
    margin: 4rem auto 7rem;
}
.newsBox h3{
    text-align: center;
    font-size: 1.6rem;
    font-weight: 200;
    margin: 0 0 2rem 0;
}
.newsBox p{
    display: block;
    width: 90%;
    line-height: 1.6;
    padding: 0 0 3.6rem 0;
    margin: 0 auto;
}
@media screen and (max-width: 1024px) {
    .pc_i{ display: none;}
    .Xbtn{ display: none!important;}
    
    .spX{display: flex!important; flex-wrap: wrap; justify-content: center; align-items: center;}
    .xImg{width: 100%; max-width: 16px; padding: 0 0 0 5px;}

    /*タイトル */
    .title{ margin: 4rem auto 4rem; }
    
    /*会社概要*/
    .companyProfile{ width: 54%;}

    /*お問い合わせ*/
    #contact { padding: 1rem auto;}
    
    /*コピーライト*/
    .copyright { padding: 7rem 0;}
    
    /*キャラクター*/
    .hattori { background-size: contain; width: 160px; height: 136px; top: 0px;}
    .kaibutu { background-size: contain; width: 160px; height: 136px; bottom: 0px;}
    .moguro { background-size: contain; width: 160px; height: 140px; top: 560px;}
    .saru { background-size: contain; width: 184px; height: 236px; bottom: 0px; left: 36px;}

    #mobile-head{
        max-width: 1024px;
    }
    #mobile-head a .logo img {
        width: 100%;
        max-width: 151px;
    }
    
    #global-nav ul li:nth-child(2),#global-nav ul li:nth-child(4),#global-nav ul li:nth-child(6),#global-nav ul li:nth-child(8),#global-nav ul li:nth-child(10){ display: none;}
     #top-head, .inner {
            width: 100%;
            padding: 0;
        }
        #top-head {
            top: 0;
            position: fixed;
            margin-top: 0;
        }
        
        /* Fixed reset */
        #top-head.fixed {
            padding-top: 0;
            background: transparent;
            z-index: 2;
        }
        #mobile-head {
            width: 100%;
            height: 56px;
            background: #000;
            z-index: 999;
            position: relative;
        }
        #top-head.fixed .logo,
        #top-head .logo {
            position: absolute;
            left: 13px;
            top: 13px;
            color: #333;
            font-size: 26px;
        }
        #global-nav {
            position: absolute;
            /* 開いてないときは画面外に配置 */
            top: -500px;
            background: #333;
            width: 100%;
            text-align: center;
            padding: 10px 0 0;
            -webkit-transition: .5s ease-in-out;
            -moz-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
        }
        #global-nav ul {
            display: block;
            list-style: none;
            position: static;
            right: 0;
            bottom: 0;
            font-size: 14px;
        }
        #global-nav ul li {
            float: none;
            position: static;
        }
        #top-head #global-nav ul li a,
        #top-head.fixed #global-nav ul li a {
            width: 100%;
            display: block;
            color: #fff;
            padding: 18px 0;
        }
        #nav-toggle {
            display: block;
        }
        /* #nav-toggle 切り替えアニメーション */
        .open #nav-toggle span:nth-child(1) {
            top: 11px;
            -webkit-transform: rotate(315deg);
            -moz-transform: rotate(315deg);
            transform: rotate(315deg);
        }
        .open #nav-toggle span:nth-child(2) {
            width: 0;
            left: 50%;
        }
        .open #nav-toggle span:nth-child(3) {
            top: 11px;
            -webkit-transform: rotate(-315deg);
            -moz-transform: rotate(-315deg);
            transform: rotate(-315deg);
        }
        /* #global-nav スライドアニメーション */
        .open #global-nav {
            /* #global-nav top + #mobile-head height */
            -moz-transform: translateY(556px);
            -webkit-transform: translateY(556px);
            transform: translateY(556px);
        }
}

@media screen and (max-width: 640px) {
    .pc{ display: none;}
    .sp{display: block;}
    
    /* メインイメージ ----------------------------- */
    #trigger01 { margin: 56px 0 0 0; }
    main { margin: 3.5rem 0 0;}
    
    /*ニュース*/
    .newsCont { padding: 2rem 0 0;}
    
    /*タイトル*/
    .title { margin: 3rem auto 3rem; }
    .spTitle{ width: 80%!important;}
    
    /*リード文*/
    .leadSentence { line-height: 1.6; }
    
    .keisen { margin: 3rem auto;}
    
    .aboutCont {display: block;}
    .companyProfile { width: 90%; min-width: auto;}
    .companyHistory { width: 100%; margin: 2rem 0 0;}
    
    .companyProfile ul li ul{ display: block;}
    .companyText .textleft { width: 100%; text-align-last:left; }
    .companyText .textRight{ width: 100%;}
    .companyText ul{margin: 0 0 1rem 0;}
    .companyText li{ line-height: 1.4; }
    
    .aboutTitel ul{ font-size: 0.8rem;}
    .aboutTitel ul li{ line-height: 1.4; margin: 0 0 1rem 0;}
    .companyHistory ul li{ line-height: 1.4; margin: 0 0 1rem 0;}
    
    .profileText{ display: block;}
    .profileText .Pphoto {display: block; width: 70%; margin: 0 auto 2rem;}
    .profileText .Ptext { width: 100%;}
    .profileText .Ptext h3{ font-size: 2.4rem; text-align: center;}
    
    .bookCont .bookBox { width: 49%;}
    
    .contact {width: 64%; margin: 0 auto;}
    .linkCont { padding: 1rem 0 0.3rem; margin: 0;}
    .linkCont ul { flex-wrap: wrap;}
    .linkCont ul li { margin: 0 2% 3%; width: 46%;}
    
    #trigger04 { margin: 13rem 0 0 0;}
    
    /*モーダル*/
    .modal__content{
        display: block;
        width: 90%;
        max-width: 330px;
        height: 70vh;
        top: 46%;
        padding: 1rem;
        position: relative;
    }
    .mangaBox h3{ display: grid; font-size: 1.4rem; font-weight: bold;}
    .mangaBox h3 span{ font-size: 0.8rem; margin: 0.5rem 0 0 0;}
    .mangaKeisenB { margin: 1rem 0;}
    
    .bookModalBox{}
    .mangaBox{ }
    .mangaBox .bookModalBook {
        width: 100%;
        margin: 0 auto 2rem;
    }
    .mangaBox .bookModalBook img { display: block; width: 37%; margin: 0 auto;}
    .bookModalText{ display: flex; flex-direction: column; width: 100%;}
    .bookModalText h4 { font-size: 1.2rem; font-weight: bold;}
    .bookModalText ul {
        font-size: 0.7rem;
        line-height: 1.3;
        margin: auto;
    }
    .bookModalText ul li{ width: 100%;}
    .bookModalText p { font-size: 0.8rem; line-height: 1.4;}
    .synopsis{ margin: 0 0 2rem 0;}
    /*.closeBtn{ width: 34%; margin: 1rem auto;}*/
    .closeBtn {
        display: none;
    }
    .closeBtn2{
        position: absolute;
        z-index: 10000;
        font-size: 26px;
        font-weight: bold;
        background: #fff;
        padding: 3px 10px 6px;
        border-radius: 40px;
        border: #dcdcdc 3px solid;
        top: 54px;
        right: 24px;
    }
    

    .trialReadingvtn{ width: 52%; line-height: 1.4; padding: 0.4rem 0.8rem;}
    
    /*作品紹介 */
    .spCtitle{padding: 1rem 0 0!important;}
    .bookCont{ padding: 0;}
    .bookListSP{ display: flex; align-items: center; width: 49%; outline: #dcdcdc 1px solid; margin: 0 0 2.2rem 0; position: relative;}
    .bookListSP a{left: 0; right: 0; top: 0; bottom: 0; margin: auto;}
    .bookListSP a::after{
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0 6px 8px;
        border-color: transparent transparent transparent #8d8d8d;
        position: absolute;
        top: 50%;
        right: 12px;
        margin-top: -6px;
    }
    .mangaKeisen { margin: 0 auto 0.8rem;}
    

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}
    
    
    
    /*お問い合わせ */
    #contact{ padding: 5rem 0 17rem;}
    
    /*コピーライト*/
    .copyright { padding: 3rem 0;}
    
    /*ページトップ*/
    #page_top{ width: 80px;}
    #page_top a img{ width: 100%;}
    
    /*キャラクター */
    .hattori {background-repeat: no-repeat; width: 100px; height: 99px; top: -7px; left: -208px; margin: auto;}
    .kaibutu { background-repeat: no-repeat; width: 130px; height: 136px; top: 0px; right: -210px; bottom: -10px; margin: auto;}
    .moguro { width: 106px; height: 140px; top: 1000px; right: 16px; margin: auto;}
    .saru { background-image: url("../image/fujikoStudioImg07_sp.jpg"); background-repeat: no-repeat; width: 166px; height: 236px; bottom: 0px; left: 136px; margin: auto; z-index: -1;}
    
    #page-top{ width: 30%; right: -30px;}
    #page-top img{ width: 60%;}
    
    /*作品紹介 ---------------------------------- */
    .workBg{
        background-image: url("../image/works/worksBg.jpg");
        background-size: contain;
    }
    .workBox{ margin: 3rem auto 0; }
    .Wtitle{ padding: 4rem 0 0; margin: 0 auto 4rem;}

    /*Youtube ---------------------------------- */
    #youtube ul li{ width: 48%; margin: 0 0 2% 0;}
    #youtube ul li a img{ width: 100%; max-width: 200px; transition-duration: 0.5s;}

    /*バナー ----------------------------------- */
    .banner{
        width: 90%!important;
        margin: 0 auto!important;
    }
    .banner li{ width: 100%!important;}
}
