@charset "utf-8";

/*
Theme Name: piece-eight
Theme URI: https://wordpress.org/themes/twentyeleven/
Template: twentyeleven
Author: farietta
Tags: blog,one-column,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-image-header,featured-images,flexible-header,footer-widgets,full-width-template,microformats,post-formats,rtl-language-support,sticky-post,theme-options,translation-ready
Version: 2.5.1488198566
Updated: 2017-06-08 12:22:00

*/

html{ font-size:62.5%; }
body {
    font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.75em;
    margin: 0;
    padding: 0;
    word-break: break-all;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
a, a img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
a:hover{
    opacity:0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}
.inner {
    width: 1020px;
    margin: 0 auto;
}
.ttf-up{
    text-transform: uppercase;
}
.base-color{
  color: rgb(229, 77, 150);
  font-size: 38px;
  font-size: 3.8rem;
}
.btn {
    display: block;
    text-decoration: none;
    text-align: center;
    color: rgb(255, 255, 255);
    background: rgb(193, 1, 93);
    border-radius: 5px;
    margin: 0 0px 1em;
    padding: 10px 0;
}
.btn:hover{
    text-decoration: none;
    background: rgb(51, 51, 51);
}

/* =Structure
----------------------------------*/
.one-column #page{
    margin: 0;
    max-width: 100%;
}
.one-column #main {
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}
.one-column #content{
      margin: 0;
}
dl{
    overflow: hidden;
    margin: 0 0 2em;
}
dl dt, dl dd {
    font-weight: normal;
    margin: 0;
    padding: 4px 1%;
    border-top: dotted 1px rgb(221, 221, 221);
}
dl dt{
    background: rgb(247, 247, 247);
}
dl dd ul{ margin-left: 20px; }
.singular .entry-title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 42px;
}
.singular.page .hentry {
    padding: 0;
}
.entry-content{
    padding: 1em 0;
}
.entry-content .box{
    border: solid 1px #ddd;
    margin-bottom: 1em;
    padding: 3% 4% 0%;
}
.link-btn a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    background: rgb(229, 75, 150);
    padding: 5px 20px;
    line-height: 1;
    font-weight: 400;
    border-radius: 3px;
}

/* =header
----------------------------------*/
#branding{
    border: none;
}
#branding hgroup {
    margin: 0 auto;
    padding: 15px 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.6);
}
#branding .inner {
    padding: 15px 0;
    overflow: hidden;
    margin: 0 auto;
}
#site-title {
    float: left;
    width: 240px;
    padding: 0;
}
#site-title img {
    width: 100%;
    height: auto;
}
#site-description{
    margin: 0;
}

/* =TOP svg animation area
----------------------------------*/
#head-wrap{
    position: relative;
    background-size: cover;
}
.home #head-wrap{
    background: url(https://www.piece-eight.co.jp/cms/wp-content/uploads/2022/08/hd-image-2-880x1024__.png) no-repeat center;
    position: relative;
    background-size: cover;
}

/* images/hd-image.png*/

#logo {
    line-height: 0;
    width: 250px;
    margin: 0 auto;
    padding-top: 50px;
}
#logo h1{
    margin: 0;
}
#logo img{
    width: 100%;
    height: auto;
}
#svg-wrap {
    position: absolute;
    right: 0;
    bottom: 20%;
    left: 0;
    margin: auto;
    width: 40%;
    padding: 2% 30%;
}
#head-wrap svg{
    margin-bottom: 0;
}
.st0.animation,
.st1.animation {
    fill: none;
    stroke-dasharray: 3000;
    stroke-dashoffset: 3000;
    animation: DASH 4s ease-in 2s forwards;
    -webkit-animation: DASH 4s ease-in 2s forwards;
}
.st1.animation {
    animation: AASH 4s ease-in 2s forwards;
    -webkit-animation: AASH 4s ease-in 2s forwards;
}
@keyframes DASH {
    0% {
        stroke-dashoffset: 3000;
        fill: rgba(229, 77, 150, 0);
    }
    50% {
        stroke-dashoffset: 2000;
        fill: rgba(229, 77, 150, 0.2);
    }
    70% {
        stroke-dashoffset: 1000;
        fill: rgba(229, 77, 150, 0.4);
    }
    100% {
        stroke-dashoffset: 0;
        fill: rgba(229, 77, 150, 1);
    }
}
@-webkit-keyframes DASH {
    0% {
        stroke-dashoffset: 3000;
        fill: rgba(229, 77, 150, 0);
    }
    50% {
        stroke-dashoffset: 2000;
        fill: rgba(229, 77, 150, 0.2);
    }
    70% {
        stroke-dashoffset: 1000;
        fill: rgba(229, 77, 150, 0.4);
    }
    100% {
        stroke-dashoffset: 0;
        fill: rgba(229, 77, 150, 1);
    }
}
@keyframes AASH {
    0% {
        stroke-dashoffset: 3000;
        fill: rgba(145, 144, 144, 0);
    }
    50% {
        stroke-dashoffset: 2000;
        fill: rgba(145, 144, 144, 0.2);
    }
    70% {
        stroke-dashoffset: 1000;
        fill: rgba(145, 144, 144, 0.4);
    }
    100% {
        stroke-dashoffset: 0;
        fill: rgba(145, 144, 144, 1);
    }
}
@-webkit-keyframes AASH {
    0% {
        stroke-dashoffset: 3000;
        fill: rgba(145, 144, 144, 0);
    }
    50% {
        stroke-dashoffset: 2000;
        fill: rgba(145, 144, 144, 0.2);
    }
    70% {
        stroke-dashoffset: 1000;
        fill: rgba(145, 144, 144, 0.4);
    }
    100% {
        stroke-dashoffset: 0;
        fill: rgba(145, 144, 144, 1);
    }
}

/* =scroll btn
----------------------------------*/
a.scroll {}
a.scroll span {
    position: absolute;
    bottom: 25px;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -23px;
    border: 2px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
a.scroll span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 2px solid rgb(255, 255, 255);
    border-bottom: 2px solid rgb(255, 255, 255);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}
a.scroll span::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 46px;
    height: 46px;
    box-shadow: 0 0 0 0 rgba(229, 77, 150, 0.2);
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: sdb 3s infinite;
    animation: sdb 3s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        box-shadow: 0 0 0 60px rgba(145,144,144,.1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sdb {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        box-shadow: 0 0 0 60px rgba(145,144,144,.1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}


/* =access
----------------------------------*/
#access {
    float: none;
    margin: 0 auto;
    box-shadow: none;
    background: rgb(34, 34, 34);
}
#access .inner {
    padding: 5px 0;
}
#access div,
#access ul{
    margin: 0;
}
#access a{
    padding: 0 1em;
}


/* =home
----------------------------------*/
.home section{ padding: 0 0 5em; }
.home.singular #primary { text-align: center; }
.home.singular .entry-title{
  text-transform: uppercase;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2;
  padding: 1em 0;
}
.home.singular .entry-title span.imp-cap{
  display: block;
}
.human-area {
    padding: 5em 0;
    overflow: hidden;
    background: rgb(247, 247, 247);
}
.human-area img{
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    width: 230px;
}
.page .entry-content .human-area h2 {
    font-size: 2em;
    color: rgb(230, 87, 156);
    line-height: 1.3;
    margin: .8125em 0;
    background: none;
    padding: 0;
}
.human-area h2 span {
    display: block;
    font-size: 16px;
    font-size: 1.8rem;
    color: rgb(51, 51, 51);
}
.human-area p{}
.human-area a {
    text-decoration: none;
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    width: 90px;
    color: rgb(193, 1, 93);
    padding: 5px 20px 7px;
    line-height: 1;
    border: solid 1px;
    border-radius: 5px;
}
.human-area a:hover{
    color: rgb(255, 255, 255);
    background: rgb(193, 0, 93);
}
ul.social-link {
    display: table;
    border-collapse: separate;
    border-spacing: 15px 0;
    line-height: 1;
    list-style: none;
    margin: 1em auto 0;
}
ul.social-link li{
    display: table-cell;
}
ul.social-link li a {
    padding: 0;
    margin: 0;
    border: none;
    font-size: 30px;
    width: auto;
}
ul.social-link li a:hover{
    background: none;
    color: rgb(193, 0, 93);
}
.twitter-btn-icon a{ color: rgb(0, 172, 236); }
.facebook-btn-icon a{ color: rgb(38, 90, 150); }
.instagram-btn-icon a{ color: rgb(51, 51, 51); }
.line-btn-icon a{ color: rgb(44, 191, 19); }
.youtube-btn-icon a{ color: rgb(255, 0, 0); }

.col2{
    display: flex;
    flex-wrap:  wrap;
    margin: 1em auto;
    max-width: 790px;
    margin: 5em auto 0;
}
.col{
    flex: 1;
}
.col img{
    width: 100%;
    height: auto;
    margin: 0;
}
.col p{
    font-size: 1em;
    text-align: left;
    line-height: 1.6;
}
.col-left{
    flex: 1;
    margin-right: 30px;
}
.col-right{
    flex: 3;
}
.col .imp {
    color: #fff;
    text-align: left;
    line-height: 2;
    margin: 0 0 5px;
    padding: 0 10px;
    background: rgb(229, 75, 150);
    font-size: 18px;
}

.page .entry-content .col h2{
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.6;
    font-size: 24px;
    text-align:  left;
    color: rgb(229, 75, 150);
    background: none;
}
.col .link{
    margin: 0;
}
.col .link a{
    display: block;
    color: #fff;
    background: #f00;
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
    max-width: 360px;
    margin: 0 auto;
}

.contents-wrap{
    overflow: hidden;
}
.contents-wrap ul.service{
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.contents-wrap ul.service li{
    display: inline-block;
    width: 47%;
    vertical-align: top;
    padding: 3% 1% 2%;
    border-bottom: solid 1px #ddd;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.contents-wrap ul.service li a{
    color: rgb(51, 51, 51);
}
.contents-wrap ul.service li a:hover,
.contents-wrap ul.service li a:focus{
    text-decoration: none;
    opacity:0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}
.contents-wrap ul.service li h2{
    font-size: 20px;
    line-height: 1.4;
    color: rgb(229, 77, 150);
    clear: none;
    text-align: left;
    margin-bottom: 10px;
    background: none;
    border: none;
    padding: 0;
}
.contents-wrap ul.service li h2 span{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: rgb(0, 0, 0);
}
.contents-wrap ul.service li h2:after{
    font-family: 'FontAwesome';
    content: "\f138";
    color: rgb(230, 87, 156);
    float: right;
}
.contents-wrap ul.service li .fa{
    float: left;
    font-size: 50px;
    margin-right: 10px;
}
.contents-wrap ul.service li a{}
.contents-wrap ul.service li p{
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    margin: 0;
    display: block;
    clear: both;
}
.contents-wrap ul.service li p.col-link{}
.contents-wrap ul.service li img{
    margin-bottom: 10px;
}


/* =home info
----------------------------------*/
#info-area{
    padding: 3% 0%;
}
#info-area h2 {
    color: rgb(229, 75, 150);
    background: none;
    border-bottom: solid 3px;
    text-align: left;
    padding: 0;
}
#info-area dl {
    border-bottom: dotted 1px rgb(221, 221, 221);
    display: flex;
    flex-wrap: wrap;
}
#info-area dt{
    float: left;
    clear: both;
    width: 20%;
}
#info-area dd{
    float: right;
    width: 76%;
    text-align: left;
}

/* =Page
----------------------------------*/
.single-talent .hentry{ padding: 0; }
#col-2{
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 auto 2em;
}

#col-2 #primary{
    margin: 0;
    width: 70%;
    border: solid 1px #ddd;
    padding: 2%;
    box-sizing: border-box;
}
.single-talent #col-2 #primary{
    width: 100%;
}
#col-2 #secondary{
    margin: 0;
    float: right;
    width: 28%;
    border: solid 1px rgb(221, 221, 221);
    padding: 2%;
    box-sizing: border-box;
}
#col-2 .entry-content h2,
.single-talent .gallery-right h2,
.page .entry-content h2{
    position: relative;
    font-size: 1.25em;
    color: rgb(255, 255, 255);
    margin-bottom: 1em;
    padding: 1em 1.1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgb(229, 75, 150);
}
#col-2 .entry-content h3,
.page .entry-content h3,
.gallery-bottom h3{
    font-size: 1.2em;
    border-left: 4px solid rgb(229, 75, 150);
    margin-top: 1.8em;
    margin-bottom: 1em;
    padding: .5em 0 .5em .8em;
    line-height: 1.75em;
}
#col-2 .entry-content h4, .page .entry-content h4{}
#col-2 .entry-content h5, .page .entry-content h5{}
#col-2 .entry-content h6, .page .entry-content h6{}
#col-2 .entry-content ul, .page .entry-content ul,
#col-2 .entry-content ol, .page .entry-content ol{}
.furigana {
    font-size: 16px;
    margin-left: 5px;
    color: rgb(153, 153, 153);
}
.fukidashi-wrap{
    overflow: hidden;
    margin-bottom: 1em;
}
.fukidashi-wrap p{ margin: 0; }
.fukidashi-wrap img{
    border-radius: 50%;
    width: 15%;
    height: auto;
    float: left;
}
.fukidashi-wrap p.fukidashi{
    border: 3px solid rgb(238, 238, 238);
    background-color: rgb(255, 255, 255);
    color: rgb(68, 68, 68);
    padding: 1.5% 2.5%;
    position: relative;
    width: 75%;
    border-radius: 5px;
    float: right;
}
.fukidashi-wrap p.fukidashi:before{
    content: '';
    position: absolute;
    border-right: 8px solid rgb(238, 238, 238);
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    top: 50px;
    left: -11px;
}
.fukidashi-wrap p.fukidashi:after{
    content: '';
    position: absolute;
    border-right: 10px solid #fff;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    top: 50px;
    left: -7px;
}
.fukidashi-wrap a.btn {
    margin-top: 10px;
    margin: 1em 0;
}
#col-2 .entry-content .manga-wrap{
    overflow: hidden;
    margin: 0 0 2em;
}
.manga-wrap ul{
    margin: 0;
    list-style: none;
}
.manga-wrap ul li{
    overflow: hidden;
    border-bottom: solid 1px #ddd;
    margin-bottom: 1em;
    padding-bottom: 1em;
}
.manga-wrap ul li .image{
    line-height: 0;
    margin-bottom: 5px;
}
.manga-wrap ul li .image img{
    margin: 0;
    width: 100%;
    height: auto;
    border: solid 1px #ddd;
    box-sizing: border-box;
}
.manga-left{
    float: left;
    width: 30%;
}
.manga-right{
    float: right;
    width: 65%;
}
#col-2 .entry-content .manga-wrap ul li h3{
    margin: 0 0 .7em;
    padding: .1em 0 .1em .5em;
    font-size: 1.1em;
}
#col-2 .entry-content .manga-wrap ul li ul.basic-info{
    margin-bottom: 15px;
}
#col-2 .entry-content .manga-wrap ul li ul.basic-info li{
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 5px;
    border: none;
    padding: 0;
}
#col-2 .entry-content .manga-wrap ul li ul.basic-info li span{
    color: #fff;
    background: #999;
    width: 65px;
    margin-right: 8px;
    font-size: 11px;
    text-align: center;
    display: inline-block;
}
#col-2 .entry-content .manga-wrap ul li a{
    margin: 0 0 1em;
    padding: 3px 0;
    clear: both;
}
#col-2 .entry-content .manga-wrap ul li a:hover{}


/* =archive-talent.php
----------------------------------*/
ul.talent-lists{
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
    overflow: hidden;
}
ul.talent-lists li{
    display: inline-block;
    width: 19%;
    margin: 0 0 20px;
}
ul.talent-lists li a{  }
ul.talent-lists li a img{
    display: block;
    width: 100%;
    height: auto;
    border: solid 1px #ddd;
}

.video-container { margin-bottom: 2em; }

/* =Blockquote
----------------------------------*/
blockquote {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-style: normal;
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0 0 2em;
    padding: 30px 70px 5px;
    text-align: justify;
    background: rgb(245, 245, 245);
}
blockquote:before, blockquote:after {
    position: absolute;
    width: 60px;
    height: 60px;
    font-size: 120px;
    line-height: 1;
    color: rgba(193, 1, 93, 0.4);
}
blockquote:before {
    top: 0;
    left: 0;
    content: "\201C";
}
blockquote:after {
    top: 0;
    right: 0;
    content: "\201D";
}


/* =gallery
----------------------------------*/
.gallery-wrap {
    overflow: hidden;
    margin-bottom: 2em;
    padding-bottom: 1em;
    border-bottom: solid 1px rgb(221, 221, 221);
}
.slick-gallery-left{
    float: left;
    width: 50%;
}
ul.thumb-item{
    margin: 0;
    overflow: hidden;
}
ul.thumb-item li{}
ul.thumb-item li img{}
ul.thumb-item-nav {
    margin: 1em 0;
    padding: 1em;
    border: solid 1px rgb(221, 221, 221);
}
ul.thumb-item-nav li{
    margin: 5px;
}
ul.thumb-item-nav li:hover{
    cursor: pointer;
}
.gallery-right{
    width: 47%;
    float: right;
}
.gallery-right dl{
    margin: 0 0 1em;
    overflow: hidden;
    background: rgb(247, 247, 247);
}
.gallery-right dt,
.gallery-right dd{
    font-weight: normal;
    margin: 0;
    padding: 4px 2%;
    border-top: dotted 1px rgb(221, 221, 221);
}
.gallery-right dd p{ margin: 0; }
.gallery-right dt{
    float: left;
    width: 22%;
    clear: both;
}
.gallery-right dd{
    float: right;
    width: 70%;
    background: #fff;
}
.gallery-right dd ul{
    margin: 0 0 1em 20px;
}
#content .gallery {
    border: solid 1px rgb(221, 221, 221);
}
#content .gallery dl dt, #content .gallery dl dd {
    background: none;
    border: none;
    padding: 0;
}
.gallery-right h3 {
    font-size: 1.25em;
    color: rgb(229, 75, 150);
}


/* =widget
----------------------------------------------- */
.widget_search #s {
    width: 83%;
}
.widget-title{
    background: rgb(229, 75, 150);
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 10px 0;
    border-radius: 3px;
    margin-top: 0;
    margin-bottom: 0.75em;
    overflow: hidden;
}
.widget ul{
    list-style: none;
}
.widget ul li{
    border-bottom: 1px dotted rgba(125, 125, 125, 0.2);
    margin: 0;
    padding: 0;
}
.widget a{
    position: relative;
    display: block;
    font-weight: normal;
    color: rgb(51, 51, 51);
    padding: 1em 1.2em 1em 0.3em;
    padding: 1em 1.2em 1em 1em;
    margin: 0;
    line-height: 1.5;
    font-size: 12px;
}
.widget a:after {
    position: absolute;
    font-family: "fontawesome";
    content: '\f054';
    right: 0.2em;
    color: rgb(25, 130, 209);
}
.widget a:hover {
    text-decoration: none;
    color: rgb(229, 75, 150);
    background: rgba(229, 75, 150, 0.07);
    padding: 1em 1.2em 1em 1em;
}
.widget_sp_image{
    line-height: 0;
    border: solid 1px #ddd;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.widget.widget_sp_image a{
    padding: 0;
}
.widget.widget_sp_image a:hover{
    padding: 1em;
}
.widget_sp_image a:after{
    content: none;
}


/* =Contact
----------------------------------------------- */
#information{
    text-align: center;
    background: rgb(248, 246, 244);
    border: solid 1px rgb(221, 221, 221);
    padding: 1.625em 1.625em;
    margin-bottom: 1.625em;
}
#information h2{}
#information p{
}
#information .phone{
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1;
    margin: 0 0 8px;
}
#information .fax{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
}
#information address{
    margin-bottom: 1em;
}
.wpcf7 dl{
    margin: 0 0 1em;
}
.wpcf7 dl dt, .wpcf7 dl dd{
    padding: 0;
    margin: 15px 0;
    border: none;
}
.wpcf7 dl dt{
    padding: 4px 1%;
}
.wpcf7 .must span{color: rgb(255, 0, 0);}
.wpcf7 .capt {
    margin-top: 10px;
    display: block;
}


/* =footer
---------------------------------*/
footer#colophon{
    background: #333;
    overflow: hidden;
    padding: 0;
}
#footer-wrap{
    padding: 0;
}
#footer-link{
    color: #fff;
    float: left;
    width: 35%;
    margin: 1em 0 0;
}
#footer-left{
    text-align: center;
}
#footer-right{
    float: right;
    width: 60%;
}
#footer-logo{
}
#footer-logo img{
    margin-bottom: 10px;
    width: 330px;
}
span.street-address{
    display: block;
}
.address, .telegraph{
    margin-bottom: 0;
    font-size: 0.875em;
}
.telegraph{}
#footer-list1 {
    margin: 2em auto;
    clear: both;
    margin: 0.5em auto 1em;
    clear: none;
    width: 100%;
    float: left;
}
#footer-list1 ul {
    list-style: none;
    overflow: hidden;
    margin: 0 20px;
}
#footer-list1 ul li{
    width: 50%;
    float: left;
    text-align: center;
    border: solid 1px rgb(51, 51, 51);
    background: #393939;
    box-sizing: border-box;
}
#footer-list1 ul li a {
    font-size: 0.875em;
    color: rgb(238, 238, 238);
    display: block;
    padding: 3px 0;
    text-decoration: none;
}
footer#colophon .maps{
    float: right;
    width: 65%;
    margin: 0;
}
ul#footer-info{
    display: table;
    border-spacing: 5px 0;
    width: 95%;
    margin: 0 auto 1em;
    padding: 0;
    max-width: 550px;
}
ul#footer-info li{
    width: 33.333%;
    display: table-cell;
    padding: 0;
    vertical-align: top;
    text-transform: uppercase;
}
ul#footer-info li i{
    font-size: 3em;
    color: rgb(221, 221, 221);
}
ul#footer-info li a{
    font-size: 0.75em;
    display: block;
    text-align: center;
    text-decoration: none;
    color: rgb(221, 221, 221);
    padding: 8px 4px 4px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 3px;
    padding: 8px 4px 4px;
}
#footer-list1 ul li a:hover,
ul#footer-info li a:hover,
ul#footer-info li a:hover i,
ul#footer-info li i:hover{
    color: rgb(0, 150, 190);
}
ul#footer-info li a:hover{
    border: 1px solid rgb(0, 150, 190);
}
#site-generator{
    clear: both;
    line-height: 1em;
    padding: 1em 0;
}

/* sns */
ul.share-buttons {
    list-style: none;
    margin: 2em auto;
    padding: 0;
    text-align: center;
    line-height: 0;
}
ul.share-buttons li{
    display: inline;
}
ul.share-buttons .sr-only {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}


/* =Totop
----------------------------------------------- */
#pageTop {
    position: fixed;
    bottom: 25px;
    right: 25px;
    color: rgb(255, 255, 255);
    padding: 10px;
    background: rgba(229, 75, 150, 0.95);
    border: solid rgb(255, 255, 255) 2px;
    line-height: 1;
}
#pageTop:hover{
    text-decoration: none;
    background: rgb(51, 51, 51);
}


/* =Responsive Structure
----------------------------------*/
@media (max-width: 1024px) {
  #col-2.inner{
    width: 90%;
  }
  #site-title{
    margin-left: 15px;
    width: 170px;
  }
  #svg-wrap {
    width: 60%;
    padding: 2% 20%;
  }
  #footer-logo img{ width: 70%; }
}
@media (max-width: 960px) {
  .inner{ width: 100%; }
   #col-2{
    clear: both;
    margin: 0 5% 2em;
   }
}
@media (max-width: 800px) {
  #svg-wrap {
    width: 76%;
    padding: 2% 12%;
  }
  #main #content {
    margin: 0 5%;
  }
  #main #col-2 #content {
    margin: 0 2%;
  }
}
@media (max-width: 650px) {
    body {
        font-size: 14px;
        font-size: 1.4rem;
    }
    #access {
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
    #access .menu {
        width: 370px;
        margin: 0 auto;
    }
    #access div {
        overflow: auto;
    }
    #access ul {
        display: table;
        width: 100%;
    }
    #access ul li{
        float: none;
        display: table-cell;
    }
    #access a{
        text-align: center;
        line-height: 1.4;
        font-weight: normal;
        padding: 5px 5px;
    }
    #access .current-menu-item > a,
    #access .current-menu-ancestor > a,
    #access .current_page_item > a,
    #access .current_page_ancestor > a{
        font-weight: normal;
    }
    #access ul li a:before{
        display: block;
        font: normal normal normal 20px/1 FontAwesome;
        text-align: center;
        line-height: 1;
        margin-bottom: 3px;
    }
    #access ul li.home a:before{ content: "\f015"; }
    #access ul li.bri a:before{ content: "\f007"; }
    #access ul li.comp a:before{ content: "\f1ad"; }
    #access ul li.bus a:before{ content: "\f0b1"; }
    #access ul li.talent a:before{ content: "\f0c0"; }
    #access ul li.contact a:before{ content: "\f0e0"; }
    dl dt, dl dd {
        padding: 4px 2%;
    }
    .col-left{
        flex: 2;
        margin-right: 15px;
    }
    .col-right{}
    .col .imp{
        font-size: 14px;
    }
    .page .entry-content .col h2{
        font-size: 14px;
    }
    .col2{
        margin: 3em auto 0;
    }
    .col p{
        font-size: 13px;
        margin-bottom: 1em;
    }
    .col .link a{
        font-size: 14px;
        padding: 7px 0;
    }
    #info-area {
        padding: 7% 0% 5%;
    }
    #info-area dt,
    #info-area dd{
        float: none;
        width: 100%;
        text-align: left;
    }
    .entry-content .box{ padding: 5% 5% 0%; }
    #svg-wrap{
        bottom: 15%;
    }
    #head-wrap .inner{
        background: rgba(255, 255, 255, 0.6);
    }
    .home.singular .entry-title,
    .home.singular .entry-title span {
        font-size: 20px;
        font-size: 2.0rem;
        line-height: 1.4;
    }
    #col-2 #primary,
    #col-2 #secondary{
        float: none;
        overflow: hidden;
        width: 100%;
        margin-bottom: 3em;
    }
    #col-2 #secondary{
        padding: 1.5em;
    }
    .widget_search #s {
        width: 84%;
        padding: 4% 8%;
        background-position: 5px 16px;
    }
    .singular .entry-title{
        font-size: 18px;
        /* font-size: 2.4rem; */
        line-height: 1.6;
        border-bottom: solid 1px #ddd;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .contents-wrap ul.service li {
        float: none;
        width: 90%;
        padding: 5%;
    }
    .contents-wrap ul.service li:nth-child(2n-1){
        background: rgb(247, 247, 247);
    }
    .slick-gallery-left, .gallery-right{
        float: none;
        width: 100%;
    }
    .gallery-right dt, .gallery-right dd{
        float: none;
        width: 96%;
    }
    .fukidashi-wrap img {
        width: 35%;
        float: none;
        text-align: center;
        display: block;
        margin: 0 auto 1em;
    }
    .fukidashi-wrap p.fukidashi {
        padding: 4% 5%;
        width: 88%;
        float: none;
    }
    .fukidashi-wrap p.fukidashi:before,
    .fukidashi-wrap p.fukidashi:after{
        content: none;
    }
    ul.talent-lists li{
        width: 49%;
        text-align: center;
    }
    .widget_sp_image {
        width: 48%;
        float: left;
        clear: none;
        margin: 1%;
    }
    blockquote {
        padding: 30px 25px 5px;
    }
    blockquote:before, blockquote:after {
        width: 30px;
        height: 30px;
        font-size: 65px;
    }
    blockquote:before {
        left: 10px;
    }
		.video-container {
			position: relative;
			margin-bottom: 2em;
			padding-bottom: 56.25%;
			padding-top: 30px;
			height: 0;
			overflow: hidden;
		}
		.video-container iframe {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
    input[type=text],
    input[type=email],
    textarea{
        width: 97%;
    }
    footer#colophon .maps,
    #footer-link{
        float: none;
        width: 100%;
    }
}
@media (max-width: 450px) {
    .col-left{
        flex: 3;
    }
    .col-right{
        flex: 5;
    }
}
