/* 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 */
* {
    margin: 0;
    padding: 0;
}
body {
    background: #111114;
}
.ad {
    display: flex;
    justify-content: center;
    align-items: center;
    height:120px;
}
.impact {
    color: #FF0000;
    font-weight: bold;
}
.clear {
    clear: both;
}

/* header */

#header-bar {
    background: #841528;
    height: 80px;
    text-align: center;
    overflow: hidden;
}
#header-title {
    display: none;
}
#header-menu li {
    list-style-type: none;
    display: inline-block;
}
#header-menu li a {
    line-height: 80px;
    display: inline-block;
    padding: 0 0.75em;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    transition: all 0.3s ease;
}
#header-menu li a:hover {
    background: #942235;
}

/* drawer */
.drawer-toggle.drawer-hamburger {
    display: none !important;
}
.drawer-brand {
    display: none !important;
}
.drawer-nav {
    display: none !important;
}

/* header-eyecatch */
#header-eye-catch {
    width: 100%;
    height: 300px;
    background-image: url(../img/eyecatch.jpg);
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center;
    text-align: center;
}
#header-eye-catch.narrow {
    height: 180px;
}
#header-eye-catch #header-caption {
    color: #FFF;
    font-size: 18px;
    padding-top: 60px;
}
#header-eye-catch.narrow #header-caption {
    padding-top: 20px;
}
#header-eye-catch h1 a {
    color: #FFF;
    font-size: 24px;
    font-weight: 900;
    text-decoration: none;
}
#header-eye-catch #header-description {
    color: #c0bdbe;
    font-size: 14px;
    font-weight: bold;
    padding-top: 14px;
    padding-bottom: 28px;
}
#header-eye-catch #header-description .sentence1 {
    margin-right: 1em;
}
#header-eye-catch #header-description .sentence3::before {
	content: "\A" ;
	white-space: pre ;
}
#header-eye-catch #header-description .sentence4::before {
	content: "\A" ;
	white-space: pre ;
}
#header-eye-catch #header-description a {
    color: #c0bdbe;
}
#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;
    transition: all 0.3s ease;
}
#header-eye-catch #header-beginners a:hover {
    background: #942235;
}

/* red-box */
#red-box {
    background: #841528;
    width:430px;
    height:80px;
    margin-bottom: -80px;
}

/* link-box */
#link-box {
    width: 1200px;
    margin: 20px auto;
    height: 228px;
}
#link-box h2 {
    font-size: 18px;
    color:#FFF;
    margin-bottom: 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:hover {
    text-decoration: underline;
}
#link-box ul li a img {
    width: 100px;
    height: 159px;
}

/* breadcrumbs */
.breadcrumb {
    margin: 10px auto;
    padding: 0;
    list-style: none;
    width: 1200px;
}
.breadcrumb li {
    display: inline;/*横に並ぶように*/
    list-style: none;
    font-weight: bold;/*太字*/
    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: 1200px;
    margin:0 auto;
}
#column1 {
    width: 850px;
    float: left;
    background: #f3f3f3;
}

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

#column1>.title {
    background: #d13650;
    margin: 10px 10px 0px 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: 16px;
}
#column1 .text-body h3 {
    font-size: 20px;
    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 {
    border-bottom: 1px #CCC dotted;
    position: relative;
}
.client .thumb {
    padding: 10px;
    border: none;
    float: left;
}
.client .thumb img {
    width: 300px;
    height: 318px;
    transition: all 0.3s ease;
}
.client .thumb img:hover {
	opacity: 0.5 ;
}
.client .title h3 {
    color: #841528;
    font-size: 24px;
    font-weight: 900;
    text-decoration: none;
    display: inline;
}
.client .title h3 a.jump {
    color: #841528;
    font-size: 24px;
    font-weight: 900;
    text-decoration: none;
}
.client .title h3 a:hover {
    text-decoration: underline;
}
.client .title .red {
    color: #FF0000;
    font-size: 14px;
    font-weight: bold;
}
.client .impact {
    font-weight: 900;
    color: #841528;
}
.client .star .pink {
    color: #d13650;
}
.client .info {
    display: inline-block;
    vertical-align: top;
    width: 520px;
    height: 328px;
    margin: 5px 0;
}
.client .buttons {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.client .buttons a.detail {
    background: #062938;
    width: 255px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 5px;
    transition: all 0.3s ease;
}
.client .buttons a.detail:hover {
    background: #144b63;
}
.client .buttons a.jump {
    background: #841528;
    width: 255px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.3s ease;
}
.client .buttons a.jump:hover {
    background: #942235;
}

/* client area */
.client.area .thumb img {
    width: 200px;
    height: 183px;
    transition: all 0.3s ease;
}
.client.area .info {
    display: inline-block;
    vertical-align: top;
    width: 620px;
    height: 183px;
    margin: 5px 0;
}
.client.area .phone {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 620px;
    text-align: center;
    background: #D13650;
    font-size: 18px;
    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: 24px;
    color: #202f74;
    text-align: center;
    margin-bottom: 10px;
}
#more i.fas{
    margin-right: 5px;
}
#more a {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

/* column2 */
#column2 {
    width: 340px;
    float: right;
    background: #f3f3f3;
}
#column2 .ad {
    margin: 10px;
    width: 320px;
    height: 100px;
}
#column2 h2 {
    background: #062938;
    padding: 10px 15px;
    color: #FFFFFF;
    margin: 10px;
    font-size: 14px;
    font-weight: normal;
}

/* nav-menu */
.nav-menu ul li {
    list-style-type: none;
    
}
.nav-menu ul li a {
    color: #222222;
    display: block;
    padding: 8px 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.nav-menu ul li a:hover {
    background: #dfdfdf;
}
.nav-menu ul li a small{
    display: block;
    font-size: 12px;
    line-height: 6px;
}        

/* footer */
footer {
    margin-top: 20px;
    background: #24242b;
    text-align: center;
    padding: 40px 0;
}
footer h2 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
}
.info-menu li {
    list-style-type: none;
    display: inline-block;
    margin-right:10px;
}
.info-menu li:last-child {
    margin-right:0px;
}
.info-menu li a {
    color: #FFFFFF;
    font-size: 14px;
    text-decoration: none;
}
.info-menu li a:hover {
    text-decoration: underline;
}
.copyright {
    margin-top: 20px;
    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-thumb img {
    transition: all 0.3s ease;
}
.client-detail-thumb img:hover {
	opacity: 0.5 ;
}
.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: 70%;
    background: #d13650;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    margin: 10px auto;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}
.client-detail-button a.jump:hover {
    background: #d47081;
}
.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: 70%;
    padding: 0 5px;
}
.search-content .search-select input {
    display: block;
    font-size: 18px;
    height: 32px;
    width: 70%;
    padding: 0 5px;
}
.search-content input[type=submit] {
    display: block;
    font-size: 18px;
    height: 32px;
    width: 70%;
    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: 830px;
    height: 320px;
    display: block;
    margin: 10px 10px;
}