/* font */
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 400;
    src: url('../font/NotoSansCJKjp-Regular.woff') format('woff'),
        url('../font/NotoSansCJKjp-Regular.eot')  format('eot');
    font-display: swap;
}
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 700;
    src: url('../font/NotoSansCJKjp-Bold.woff') format('woff'),
        url('../font/NotoSansCJKjp-Bold.eot')  format('eot');
    font-display: swap;
}
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 900;
    src: url('../font/NotoSansCJKjp-Black.woff') format('woff'),
        url('../font/NotoSansCJKjp-Black.eot')  format('eot');
    font-display: swap;
}
html {
    font-family: 'NotoSansCJKjp', "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;

}

/* common */
* {
    padding: 0;
}
body {
    background: #111114 !important;
}
.impact {
    color: #FF0000;;
    font-weight: 900;
}
.clear {
    clear: both;
}
.ad {
    display: flex;
    justify-content: center;
    align-items: center;
    height:120px;
}
a.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

/* drawer */
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    background-color: #cccccc !important;
    z-index: 500 !important;
}
.drawer-overlay {
    background-color: rgba(0, 0, 0, .6) !important;
    z-index: 1000 !important;
}
.drawer-nav {
    background: #222 !important;
    z-index: 10000 !important;
}
.drawer-menu-item {
    color: #FFFFFF !important;
}
.drawer-brand {
    color: #FFFFFF !important;
}

/* header */
header {
    padding-top: 60px !important;
    margin-bottom: 40px !important;
}
#header-bar {
    position: fixed;
    z-index: 3;
    top: 0px;
    width: 100%;
    height: 60px;
    background: #841528;
}
#header-title {
    text-align: right;
    margin-right: 10px;
    margin-top: 5px;
}
#header-title a {
    line-height: 25px;
    color: #FFF;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
}
#header-nav {
    display: none;
}
/* header-eyecatch */
#header-eye-catch {
    width: 100%;
    height: 200px;
    background-image: url(../img/eyecatch.jpg);
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center;
    text-align: center;
}
#header-eye-catch.narrow {
    height: 150px;
}
#header-eye-catch #header-caption {
    color: #FFF;
    font-size: 14px;
    padding-top: 20px;
}
#header-eye-catch h1 a {
    color: #FFF;
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
}
#header-eye-catch #header-description {
    color: #c0bdbe;
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 15px;
}
#header-eye-catch #header-description a {
    color: #c0bdbe;
}
#header-eye-catch #header-description .sentence2::before, #header-eye-catch #header-description .sentence3::before, #header-eye-catch #header-description .sentence4::before {
	content: "\A" ;
	white-space: pre ;
}
#header-eye-catch #header-beginners a {
    background: #841528;
    border-radius: 5px;
    padding: 12px 50px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
#header-eye-catch #header-beginners a:hover {
    background: #942235;
}

/* red-box */
#red-box {
    background: #841528;
    width: 40%;
    height: 50px;
    margin-bottom: -50px;
}

/* link-box */
#link-box {
    width: 100%;
    margin: 10px auto;
}
#link-box h2 {
    font-size:14px;
    color: #FFF;
    margin: 0 0 10px 10px;
}
#link-box ul li {
    list-style-type: none;
    display: inline-block;
    width: 130px;
    text-align: center;
}
#link-box ul li a {
    color: #FFF;
    font-size: 10px;
    text-decoration: none;
    white-space: nowrap;
}
#link-box ul li a img {
    width: 100px;
    height: 159px;
}

/* breadcrumbs */
.breadcrumb {
    margin: 0 10px 10px 10px;
    padding: 0;
    list-style: none;
}
.breadcrumb li {
    display: inline;/*横に並ぶように*/
    list-style: none;
    line-height: 2.0;
    font-weight: bold;/*太字*/
    font-size: 14px;
    color: #888;
}
.breadcrumb li p {
    display: inline;
}
.breadcrumb li:after {/* ▶を表示*/
    font-family: "Font Awesome 5 Free";
    content: '\f0da';
    padding: 0 0.2em;
    color: silver;
}
.breadcrumb li:last-child:after {
    content: '';
}
.breadcrumb li a {
    text-decoration: none;
    color: #888;
}
.breadcrumb li a:hover {
    text-decoration: underline;
}

/* column1 */
#wrapper {
    width: 100%;
}

#column1 {
    background: #f3f3f3;
}

#column1>h2 {
    font-size: 18px;
    color: #FFFFFF;
    background: #d13650;
    margin-bottom: 10px;
    padding: 3px 10px; 
}

#column1>.title {
    background: #d13650;
    margin-bottom: 10px;
    padding: 3px 10px; 
}

#column1>.title>h2 {
    font-size: 18px;
    color: #FFFFFF;
    display: inline-block;
}

#column1>.title>.pr {
    display: inline-block;
    color: #FFFFFF;
    font-size: 15px;
}
#column1 .text-body {
    padding: 10px;
    font-size: 14px;
}
#column1 .text-body h3 {
    font-size: 16px;
    font-weight: bold;
    color: #841528;

}
#column1 .text-body p {
    margin:0.4em 0 1em 0;
}
#column1 .text-body a {
	color: #0000EE;
}

#column1 .blue {
	color: #0033CC;
}

/* client */
.client {
}
.client .thumb {
    padding: 15px 10px 10px 10px;
    border: none;
    float: left;
}
.client .thumb img {
    width: 120px;
    height: 184px;
}
.client .title h3 {
    color: #841528;
    display: inline;
}
.client .title h3 a.jump {
    color: #841528;
    font-size: 18px;
    font-weight: 900;
    text-decoration: none;
}
.client .title .red {
    color: #FF0000;
    font-size: 13px;
    font-weight: bold;
}
.client .impact {
    font-weight: 900;
    color: #841528;
}
.client .star .pink {
    color: #d13650;
}
.client .info {
    padding: 10px 10px 5px 140px;
    font-size: 14px;
}
.client .buttons::before {
    content: "";
    clear: both;
    display: block;
}
.client .buttons a.detail {
    background: #062938;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    display: block;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 5px;
}
.client .buttons a.jump {
    background: #841528;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    display: block;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
}

/* client area */
.client.area .thumb img {
    width: 120px;
    height: 110px;
}
.client.area .info {
    margin: 5px 0;
    padding: 10px 10px 5px 10px;
}
.client.area .phone {
    clear:both;
    text-align: center;
    background: #D13650;
    font-size: 16px;
    font-weight: 900;
    color: #FFF;
}
.client.area .phone a {
    color: #FFF;
}
.client.area .phone .code {
    color: yellow;
}
.client.area .phone .fas.fa-phone {
    margin-right: 5px;
}

/* more */
#more {
    font-size: 18px;
    color: #202f74;
    text-align: center;
    padding-bottom: 15px;
}
#more i.fas {
    margin-right: 5px;
}
#more a {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

/* column2 */
#column2 {
}
#column2 .ad {
    display: flex;
    justify-content: center;
    align-items: center;
    height:120px;
}
#column2 h2 {
    background: #062938;
    padding: 10px 15px;
    color: #FFFFFF;
    font-size: 16px;
}

/* nav-menu */
.nav-menu {
    background: #f3f3f3;
}
.nav-menu ul li {
    list-style-type: none;
    border-bottom: 1px #CCC dotted;
}
.nav-menu ul li a {
    color: #222222;
    display: block;
    padding: 8px 10px;
    text-decoration: none;
}
.nav-menu ul li a small{
    display: block;
    font-size: 12px;
    line-height: 6px;
}        

/* footer */
footer {
}
footer h2 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
}
.info-menu {
    padding: 10px;
}
.info-menu li {
    list-style-type: none;
    margin-bottom: 5px;
}
.info-menu li a {
    color: #FFFFFF;
    line-height: 2.0;
    font-size: 14px;
}
.info-menu li a:hover {
    text-decoration: underline;
}
.copyright {
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
}
.copyright a {
    color: #FFFFFF;
    
}

/* black-list */
.black-list {
    margin-bottom: 10px;
}
.black-list ul li {
    list-style-type: none;
}

/* img */
.img-ank {
    width: 100%;
    height: auto;
}
.img-girl1, .img-girl2 {
    width: 100px;
    height: 133px;
}
#taiken_comic_box {
    text-align: center;
}
#taiken_comic_box img {
    width: 300px;
    height: 400px;
}

/* page-top */
#page-top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #062938;
    opacity: 0.6;
}
#page-top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}
#page-top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

/* player */
.dugaflvplayer {
    width:280px !important;
    height:230px !important;
}

/* client-detail */
.client-detail {
    padding: 10px;
}
.client-detail-thumb {
    text-align: center;
}
.client-detail-item h3 {
    background-color: #841528;
    font-size: 16px;
    font-weight: bold;
    padding: 2px 5px;
    margin-top: 10px;
    margin-bottom: 3px;
    color: #FFFFFF;
}
.client-detail-item ul {
    padding-left: 1em;
}
.client-detail-item ul li {
    list-style-type: none;
}
.client-detail-item table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.client-detail-item table tr {
    border-bottom: solid 1px #ccc;
}
.client-detail-item table th {
    width: 30%;
    padding: 10px 0;
}
.client-detail-item table td {
    width: 70%;
    padding: 10px 0;
}
.client-detail-item .pink {
    color: #d13650;
}
.client-detail-button a.jump {
    display: block;
    width: 100%;
    background: #d13650;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    margin: 10px auto;
    font-weight: 700;
    text-decoration: none;
    overflow: hidden;
}
.client-detail-button a.jump .red {
    color: #EEEEEE;
    font-size: 14px;
}

/* site-search */
.search-content .search-select {
    margin: 10px 0;
}
.search-content .search-select select {
    display: block;
    font-size: 18px;
    height: 32px;
    width: 100%;
    padding: 0 5px;
}
.search-content .search-select input {
    display: block;
    font-size: 18px;
    height: 32px;
    width: 97%;
    padding: 0 5px;
}
.search-content input[type=submit] {
    display: block;
    font-size: 18px;
    height: 32px;
    width: 100%;
    padding: 0 5px;
    margin: 20px 0 10px 0;
}

/* area-list */
.area-list ul{
    padding: 0;
}
.area-list ul li {
    position: relative;
    list-style-type: none!important;
    padding: 0.5em 0.5em 0.5em 0.5em;
    margin-bottom: 5px;
    line-height: 1.5;
    background: #E0E0E0;
    vertical-align: middle;
    color: #505050;
    border-radius: 15px 0px 0px 15px;
}
.area-list ul li:before{ 
    display:inline-block; 
    vertical-align: middle;
    content:'';
    width:1em;
    height: 1em;
    background: #fff;
    border-radius: 50%;
    margin-right: 8px;
}

/* eyecatch */
.eyecatch {
    width: 100%;
    height: auto;
    display: block;
}