@charset "UTF-8";

a,
body {
    color: #000
}

.showSP,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

img {
    vertical-align: top;
    max-width: 100%;
    height: auto
}

.w100 {
    width: 100%
}

body {
    line-height: 1;
    font-family: "Noto Sans Japanese", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    background-color: #f7f6f5;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased
}

.hash {
    font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700
}

.container {
    position: relative
}

.fixed {
    position: fixed
}

a {
    text-decoration: none
}

.bold {
    font-weight: 700
}

.showPC {
    display: none
}

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

    .showPC {
        display: block
    }
}

.showTB {
    display: none
}

@media screen and (min-width:767px) {
    .showTB {
        display: block
    }
}

@media screen and (min-width:769px) {
    .showTB {
        display: none
    }
}

.db {
    display: block !important
}

.dn {
    display: none !important
}

#enable,
#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0
}

.cur_p {
    cursor: pointer !important
}

.cur_a {
    cursor: auto !important
}

.cur_d {
    cursor: default !important
}

.ht {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap
}

.btn_fade {
    opacity: 1;
    -webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94)
}

.btn_fade:hover {
    opacity: .4
}

.scaleup {
    -webkit-transition: -webkit-transform .5s cubic-bezier(.25, .46, .45, .94);
    transition: -webkit-transform .5s cubic-bezier(.25, .46, .45, .94);
    transition: transform .5s cubic-bezier(.25, .46, .45, .94);
    transition: transform .5s cubic-bezier(.25, .46, .45, .94), -webkit-transform .5s cubic-bezier(.25, .46, .45, .94)
}

.scaleup:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.scaleup2 {
    -webkit-transition: -webkit-transform .5s cubic-bezier(.25, .46, .45, .94);
    transition: -webkit-transform .5s cubic-bezier(.25, .46, .45, .94);
    transition: transform .5s cubic-bezier(.25, .46, .45, .94);
    transition: transform .5s cubic-bezier(.25, .46, .45, .94), -webkit-transform .5s cubic-bezier(.25, .46, .45, .94)
}

.scaleup2:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

::selection {
    background: #d4d5d9;
    color: #e3007f
}

::-moz-selection {
    background: #d4d5d9;
    color: #e3007f
}

#enable {
    background: 0 0;
    z-index: 10000
}

#loading {
    background-color: rgba(255, 255, 255, .6);
    z-index: 2002
}

#header_pc .bg,
#header_sp .bg,
footer {
    background-color: #fff
}

#loading .loader,
#loading .loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em
}

#loading .loader {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(0, 255, 210, .3);
    border-right: 1.1em solid rgba(0, 255, 210, .3);
    border-bottom: 1.1em solid rgba(0, 255, 210, .3);
    border-left: 1.1em solid rgba(0, 255, 210, .8);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1s infinite linear;
    animation: load8 1s infinite linear
}

footer,
footer .inner {
    position: relative;
    width: 100%
}

#header_pc .bg,
#header_sp .bg,
.header_influencer {
    border-bottom: 1px solid #ededed
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

footer {
    font-size: 0;
    line-height: 0
}

footer .inner {
    padding-top: 13.33333%
}

footer .inner #footer_privacy {
    position: absolute;
    top: 42%;
    left: 5.73333%;
    width: 27.73333%
}

footer .inner #footer_privacy svg {
    width: 100%
}

footer .inner #footer_privacy .btn_area {
    position: absolute;
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px)
}

footer .inner .copyright {
    position: absolute;
    top: 45%;
    right: 5.73333%;
    width: 40%
}

footer.fixbottom {
    position: fixed;
    bottom: 0;
    left: 0
}

@media screen and (min-width:768px) {
    footer {
        position: relative;
        width: 100%;
        font-size: 0;
        line-height: 0;
        background-color: #fff
    }

    footer .inner {
        position: relative;
        height: 100px;
        padding-top: 0;
        width: 88%;
        margin: 0 auto
    }

    footer .inner #footer_privacy {
        position: absolute;
        top: 60px;
        left: 0;
        width: 133px
    }

    footer .inner #footer_privacy .btn_area {
        position: absolute;
        top: -5px;
        left: -5px;
        width: calc(100% + 10px);
        height: calc(100% + 10px)
    }

    footer .inner .copyright {
        position: absolute;
        top: 60px;
        right: 0;
        width: 226px
    }
}

#footer_pagetop {
    position: fixed;
    bottom: 20px;
    right: 0;
    width: 16%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

#footer_pagetop.show {
    visibility: visible;
    opacity: 1
}

@media screen and (min-width:768px) {
    #footer_pagetop {
        position: fixed;
        bottom: 40px;
        right: 0;
        width: 60px
    }
}

#header_pc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 0;
    line-height: 0;
    visibility: hidden
}

#header_pc .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px)
}

#header_pc .inner {
    position: relative;
    width: 88%;
    margin: 0 auto
}

#header_pc .inner h1 {
    position: absolute;
    top: 50px;
    left: 0;
    width: 26.04167%;
    max-width: 193px
}

#header_pc .inner h1 .btn_area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#header_pc .inner ul {
    font-size: 0;
    position: absolute;
    top: 35px;
    right: 0
}

#header_pc .inner li {
    position: relative;
    display: inline-block;
    margin-left: 20px
}

#header_pc .inner li .btn_area {
    position: absolute;
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px)
}

#header_pc .inner li:first-child {
    margin-left: 0
}

#header_sp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden
}

#header_sp .img_area {
    position: relative;
    width: 16%;
    max-width: 60px;
    visibility: hidden
}

#header_sp .bg,
#header_sp .logo {
    position: absolute;
    top: 0;
    height: 100%
}

#header_sp .bg {
    right: 0;
    width: 100%
}

#header_sp .bg.close {
    border-left: 1px solid #ededed
}

#header_sp .logo {
    left: 4%;
    width: 20%;
    max-width: 75px
}

#header_sp .lines,
#header_sp_btn_menu {
    max-width: 60px;
    position: absolute;
    right: 0
}

#header_sp .logo img {
    position: absolute;
    top: 53%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#header_sp .lines {
    top: 0;
    width: 16%;
    height: 100%
}

#header_sp .lines .line1,
#header_sp .lines .line2,
#header_sp .lines .line3 {
    position: absolute;
    left: 35%;
    width: 30%;
    height: 1px;
    background-color: #000
}

#header_sp .lines .line1 {
    top: calc(50% - 5px)
}

#header_sp .lines .line2 {
    top: 50%
}

#header_sp .lines .line3 {
    top: calc(50% + 5px)
}

#header_sp_btn_logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 26.66667%;
    max-width: 100px
}

#header_sp_btn_logo .btn_area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#header_sp_btn_menu {
    top: 0;
    width: 16%
}

#header_sp_btn_menu .btn_area {
    position: absolute;
    top: 0;
    left: -20%;
    width: 120%;
    height: 120%
}

#cnt_index #index_top {
    position: fixed;
    top: 0;
    left: 0;
    height: 1500px;
    width: 100%
}

#cnt_index #index_top .inner {
    width: 100%;
    height: 100%
}

#cnt_index #index_top .inner canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cnt_index #index_top .inner #top_logo_sp {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 41.06667%;
    visibility: hidden
}

#cnt_index #index_top .inner #top_scroll {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 16.4%;
    height: 47px;
    line-height: 0
}

#cnt_index #index_top .inner #top_scroll img {
    width: 100%;
    visibility: hidden
}

#cnt_index #index_top .inner #top_scroll .scroll_line {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    background-color: #000;
    height: 53.19149%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    visibility: hidden
}

#cnt_index .title {
    text-align: center;
    line-height: 0
}

#cnt_index .title h2 {
    margin: 0 auto
}

#cnt_index .title h2 img {
    width: 100%
}

#cnt_index .title h3 {
    font-size: 1.2rem;
    font-size: 3.2vw;
    letter-spacing: .1em;
    line-height: 1;
    margin: 1em 0 3em
}

#cnt_index #index_concept {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 1500px;
    background-color: rgba(255, 255, 255, .92);
    line-height: 2;
    font-size: 1.35rem;
    font-size: 3.6vw
}

#cnt_index #index_concept .inner {
    padding: 4.5em 1em
}

#cnt_index #index_concept p {
    margin-bottom: 1.5em
}

#cnt_index #index_concept p:last-child {
    margin-bottom: 0
}

#cnt_index #index_about {
    position: relative;
    width: 100%;
    background-color: #fff;
}

#cnt_index #index_about .inner {
    padding: 14% 0
}

#cnt_index #index_about .title h2 {
    width: 28.13333%
}

#cnt_index #index_about table {
    font-size: 1.2rem;
    font-size: 3.2vw;
    line-height: 1.75;
    margin: 0 auto
}

#cnt_index #index_about table tr td {
    padding-bottom: 1.5em
}

#cnt_index #index_about table tr td:first-child {
    text-align: right
}

#cnt_index #index_about table tr td:last-child {
    padding-left: 1em
}

#cnt_index #index_service {
    position: relative;
    width: 100%;
    background-color: #fff
}

#cnt_index #index_service .inner {
    padding: 14% 0
}

#cnt_index #index_service .title h2 {
    width: 37.33333%
}

#cnt_index #index_service .info-card {
    width: 100%;
    margin: 0;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;    
}

#cnt_index #index_service .info-card .s-card {
    width: 330px;
    height: 460px;
    margin: 10px 20px;
    margin-bottom: 20px;
    position: relative;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: #f7f6f5;
    overflow: hidden;
}

#cnt_index #index_service .info-card .s-card h6 {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: bold;
    text-align: left;
    padding: 2px 8px;
    margin-top: 15px;
    margin-left: 5%;
    color: #fff;
    background-color: #bca474
}

#cnt_index #index_service .info-card .s-card h4 {
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: bold;
    text-align: left;
    padding: 5px 0;
    margin-left: 5%;
    background-color: #f7f6f5
}

#cnt_index #index_service .info-card .s-card .s-logo {
    width: 100%;
    height: 180px;
    position: relative;
    display: block;
    background-color: #fff;
    border-bottom: 1px solid #000;
}

#cnt_index #index_service .info-card .s-card .s-logo img {
    width: 65%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
#cnt_index #index_service .info-card .s-card .size-up img {
    width: 80%;
}

#cnt_index #index_service .info-card .s-card .s-text {
    width: 100%;
    padding: 5px 5px 5px 10px;
}

#cnt_index #index_service p {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 15px;
    width: 95%;
}

#cnt_index #index_service .info-card .s-card .link-btn { 
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: 12px;
}    

#cnt_index #index_service .info-card .s-card ul img { 
    margin: 5px;
    height: 32px;
}    

#cnt_index #index_service .info-card .s-card .link-btn img {
    background-color: #fff;
    border-radius: 6px;
}

#cnt_index #index_works {
    position: relative;
    width: 100%;
    background-color: #f7f6f5
}

#cnt_index #index_works .inner {
    padding: 14% 0
}

#cnt_index #index_works .title h2 {
    width: 31.06667%
}

#cnt_index #index_works .thumbs .set {
    margin-bottom: 1.6em
}

#cnt_index #index_works .thumbs .set .set_img {
    width: 100%;
    overflow: hidden
}

#cnt_index #index_works .thumbs .set .set_title {
    font-size: 1.2rem;
    font-size: 3.2vw;
    line-height: 1.5;
    padding: 1em 0 .4em
}

#cnt_index #index_works .thumbs .set .set_hash {
    font-size: 1.05rem;
    font-size: 2.8vw;
    line-height: 1.5
}

#cnt_index #index_works .thumbs .set .set_hash a {
    color: #e3007f;
    padding: 0 .2em
}

#cnt_index #index_works .thumbs .set.empty {
    visibility: hidden;
    margin-bottom: 0
}

#cnt_index #index_works .thumbs .primary {
    padding: 0 7.33333%
}

#cnt_index #index_works .thumbs .secondary {
    padding: 0 7.33333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#cnt_index #index_works .thumbs .secondary .set {
    width: 46.875%
}

#cnt_index #index_works .thumbs .secondary .set .set_img {
    width: 100%;
    padding-top: 66.66667%;
    overflow: hidden;
    position: relative
}

#cnt_index #index_works .thumbs .secondary .set .set_img .set_img_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%
}

#cnt_index #index_works .thumbs .secondary .set .set_title {
    padding: .6em 0 .4em
}

#cnt_index #index_works .btn_wrapper {
    margin: 1em auto 0;
    width: 53.33333%;
    text-align: center
}

#cnt_index #index_works .btn_wrapper .btn_all {
    padding: 1em;
    color: #fff;
    line-height: 1;
    background-color: #000;
    font-size: 1.4rem;
    font-size: 3.73333vw
}

#cnt_index #index_contact {
    position: relative;
    width: 100%;
    background-color: #f7f6f5;
}

#cnt_index #index_contact .inner {
    padding: 14% 0
}

#cnt_index #index_contact .title h2 {
    width: 37.33333%
}

@media screen and (min-width:768px) {
    #cnt_index #index_top {
        height: 2000px
    }

    #cnt_index #index_top .inner #top_scroll {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 63px;
        height: 48px;
        line-height: 0
    }

    #cnt_index #index_top .inner #top_scroll img {
        width: 100%
    }

    #cnt_index #index_top .inner #top_scroll .scroll_line {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 1px;
        background-color: #000;
        height: 30px
    }

    #cnt_index .title {
        text-align: center;
        line-height: 0
    }

    #cnt_index .title h3 {
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: .1em;
        line-height: 1;
        margin: 1em 0 4.5em
    }

    #cnt_index #index_concept {
        position: relative;
        width: 100%;
        text-align: center;
        margin-top: 2000px;
        background-color: rgba(255, 255, 255, .92);
        line-height: 2;
        font-size: 16px;
        font-size: 1.6rem
    }

    #cnt_index #index_concept .inner {
        padding: 200px 1em
    }

    #cnt_index #index_concept p {
        margin-bottom: 2.2em
    }

    #cnt_index #index_concept p:last-child {
        margin-bottom: 0
    }

    #cnt_index #index_about {
        position: relative;
        width: 100%;
        background-color: #fff;
    }

    #cnt_index #index_about .inner {
        padding: 160px 0 120px
    }

    #cnt_index #index_about .title h2 {
        width: 142px
    }

    #cnt_index #index_about table {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.75;
        margin: 0 auto;
        letter-spacing: .06em
    }

    #cnt_index #index_about table tr td {
        padding-bottom: 1.8em
    }

    #cnt_index #index_about table tr td:first-child {
        text-align: right
    }

    #cnt_index #index_about table tr td:last-child {
        padding-left: 1em
    }

    #cnt_index #index_about table tr:last-child td {
        padding-bottom: 0
    }

    #cnt_index #index_service {
        position: relative;
        width: 100%;
        background-color: #fff
    }

    #cnt_index #index_service .inner {
        padding: 160px 0px 120px;
        max-width: 1280px;
        margin: 0 auto
    }

    #cnt_index #index_service .title h2 {
        width: 162px
    }

    #cnt_index #index_service .info-card {
        width: 100%;
        margin: 0;
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;    
    }

    #cnt_index #index_service .info-card .s-card {
        width: 330px;
        height: 490px;
        margin: 10px 20px;
        margin-bottom: 20px;
        position: relative;
        border: 2px solid #000;
        border-radius: 15px;
        background-color: #f7f6f5;
        overflow: hidden;
    }

    #cnt_index #index_service .info-card .s-card h6 {
        display: inline-block;
        font-size: 1.3rem;
        line-height: 1.3;
        font-weight: bold;
        text-align: left;
        padding: 2px 8px;
        margin-top: 15px;
        margin-left: 5%;
        color: #fff;
        background-color: #bca474
    }

    #cnt_index #index_service .info-card .s-card h4 {
        font-size: 1.8rem;
        line-height: 1.4;
        font-weight: bold;
        text-align: left;
        padding: 5px 0;
        margin-left: 5%;
        background-color: #f7f6f5
    }
    
    #cnt_index #index_service .info-card .s-card .s-logo {
        width: 100%;
        height: 180px;
        position: relative;
        display: block;
        background-color: #fff;
        border-bottom: 1px solid #000;
    }

    #cnt_index #index_service .info-card .s-card .s-logo img {
        width: 65%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
    }

    #cnt_index #index_service .info-card .s-card .size-up img {
        width: 80%;
    }
    
    #cnt_index #index_service .info-card .s-card .s-text {
        width: 100%;
        padding: 5px 5px 5px 10px;
    }

    #cnt_index #index_service p {
        font-size: 1.5rem;
        line-height: 1.6;
        padding: 0;
        margin: 0 auto;
        margin-bottom: 20px;
        width: 95%;
    }
    
    #cnt_index #index_service .info-card .s-card .link-btn { 
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        position: absolute;
        left: 0%;
        right: 0%;
        bottom: 15px;
    }    

    #cnt_index #index_service .info-card .s-card ul img { 
        margin: 5px;
        height: 32px;
    }    

    #cnt_index #index_service .info-card .s-card .link-btn img {
        background-color: #fff;
        border-radius: 6px;
    }

    #cnt_index #index_works {
        position: relative;
        width: 100%;
        background-color: #f7f6f5
    }

    #cnt_index #index_works .inner {
        padding: 160px 20px 120px;
        max-width: 1000px;
        margin: 0 auto
    }

    #cnt_index #index_works .title h2 {
        width: 157px
    }

    #cnt_index #index_works .title h3 {
        margin: 1em 0 5.2em
    }

    #cnt_index #index_works .thumbs .set {
        margin-bottom: 75px
    }

    #cnt_index #index_works .thumbs .set .set_img {
        width: 100%;
        overflow: hidden
    }

    #cnt_index #index_works .thumbs .set .set_img img {
        width: 100%
    }

    #cnt_index #index_works .thumbs .set .set_title {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 1.5;
        padding: 1.3em 0 .2em
    }

    #cnt_index #index_works .thumbs .set .set_hash {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5
    }

    #cnt_index #index_works .thumbs .set .set_hash a {
        color: #e3007f;
        padding: 0 .2em
    }

    #cnt_index #index_works .thumbs .set.empty {
        visibility: hidden;
        margin-bottom: 0
    }

    #cnt_index #index_works .thumbs .primary {
        padding: 0;
        width: 100%;
        max-width: 960px;
        margin: 0 auto
    }

    #cnt_index #index_works .thumbs .secondary {
        padding: 0;
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #cnt_index #index_works .thumbs .secondary .set {
        width: 31.25%
    }

    #cnt_index #index_works .thumbs .secondary .set .set_img {
        width: 100%;
        padding-top: 66.66667%;
        overflow: hidden;
        position: relative
    }

    #cnt_index #index_works .thumbs .secondary .set .set_img .set_img_bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: 50% 50%
    }

    #cnt_index #index_works .thumbs .secondary .set .set_title {
        padding: .4em 0;
        font-size: 16px;
        font-size: 1.6rem
    }

    #cnt_index #index_works .thumbs .secondary .set:last-child {
        display: none
    }

    #cnt_index #index_works .btn_wrapper {
        margin: 0 auto;
        width: 240px;
        text-align: center
    }

    #cnt_index #index_works .btn_wrapper .btn_all {
        padding: .8em;
        color: #fff;
        line-height: 1;
        background-color: #000;
        font-size: 16px;
        font-size: 1.6rem
    }

    #cnt_index #index_contact {
        position: relative;
        width: 100%;
        background-color: #f7f6f5
    }

    #cnt_index #index_contact .inner {
        padding: 160px 0
    }

    #cnt_index #index_contact .title h2 {
        width: 187px
    }

    #cnt_index #index_contact .title h3 {
        margin: 1em 0 5.2em
    }
}

.header_influencer {
    width: 100%;
    background-color: #fff
}

.header_influencer .inner {
    width: 100%;
    padding: 43px 0 33px
}

.header_influencer .inner h1 {
    width: 154px;
    margin: 0 auto
}

#cnt_influencer {
    margin-top: 0
}

#cnt_influencer .influencer {
    position: relative;
    margin-bottom: 22.66667%;
    padding-top: 10.66667%
}

#cnt_influencer .influencer .inner {
    padding: 0 7.33333%;
    font-size: 1.25rem;
    font-size: 3.33333vw;
    line-height: 1.56
}

#cnt_influencer .influencer .inner a {
    text-decoration: underline
}

#cnt_influencer .influencer .inner a.noline {
    text-decoration: none
}

#cnt_influencer .influencer .inner .step {
    width: 15.46667%;
    display: inline-block;
    margin-bottom: .3em
}

#cnt_influencer .influencer .inner .step img {
    width: 100%
}

#cnt_influencer .influencer .inner h2 {
    text-align: center;
    margin-bottom: 1em;
    font-weight: 700;
    font-size: 1.5rem;
    font-size: 4vw
}

#cnt_influencer .influencer .inner .lead {
    line-height: 2
}

#cnt_influencer .influencer .inner .stitle {
    font-weight: 700;
    margin-bottom: .75em
}

#cnt_influencer .influencer .inner p {
    margin-bottom: 3em
}

#cnt_influencer #footer #footer_privacy {
    display: none
}

@media screen and (min-width:768px) {
    .header_influencer {
        width: 100%;
        background-color: #fff;
        border-bottom: 2px solid #ededed
    }

    .header_influencer .inner {
        width: 100%;
        max-width: 810px;
        padding: 50px 0 40px 30px;
        margin: 0 auto
    }

    .header_influencer .inner h1 {
        width: 193px;
        margin: 0
    }

    #cnt_influencer {
        margin-top: 0
    }

    #cnt_influencer .influencer {
        position: relative;
        margin-bottom: 110px;
        padding-top: 60px
    }

    #cnt_influencer .influencer .inner {
        padding: 0 30px;
        max-width: 810px;
        margin: 0 auto;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.75
    }

    #cnt_influencer .influencer .inner a {
        text-decoration: underline
    }

    #cnt_influencer .influencer .inner .step {
        width: 58px;
        display: inline-block;
        margin-bottom: 4px;
        font-size: 0
    }

    #cnt_influencer .influencer .inner .step img {
        width: 100%
    }

    #cnt_influencer .influencer .inner h2 {
        text-align: center;
        margin-bottom: 2em;
        font-weight: 700;
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1
    }

    #cnt_influencer .influencer .inner .lead {
        text-align: center;
        line-height: 2.1
    }

    #cnt_influencer .influencer .inner .stitle {
        font-weight: 700;
        margin-bottom: .75em
    }

    #cnt_influencer .influencer .inner p {
        margin-bottom: 3em
    }

    #cnt_influencer #footer #footer_privacy {
        display: none
    }
}

.thanks {
    padding: 1.5em;
    font-size: 1.3rem;
    font-size: 3.46667vw;
    line-height: 2;
    background-color: #f7f6f5
}

.thanks p {
    margin-bottom: 1.5em
}

.thanks a {
    color: #e3007f;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.thanks a:hover {
    opacity: .5
}

@media screen and (min-width:768px) {
    .thanks {
        padding: 1em;
        font-size: 20px;
        font-size: 2rem
    }
}

.form_wrapper {
    width: 650px;
    margin: 0 auto;
    padding: 0;
}

#mail_form .btn_send,
#mail_form  {
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

.btn_sendL,
#mail_form dt {
    clear: both;
    width: 29%;
    float: left;
    padding: .6em 0 0;
    text-align: right;
    overflow: hidden
}

.btn_sendR,
#mail_form dd {
    width: 67%;
    float: right;
    padding: 0;
    margin-bottom: 10px
}

#mail_form dt:first-child,
#mail_form dt:first-child + dd {
    border: none
}

#mail_form dd:last-child,
#mail_form dt:last-child {
    margin-top: 10px;
    margin-bottom: 20px
}

#mail_form dt p {
    display: contents;
}

#mail_form dt span {
    font-size: 16px;
    font-size: 1.6rem
}

#mail_form dd .notice {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    color: #e3007f;
    margin-top: .75em
}

#mail_form dt .optional,
#mail_form dt .required {
    display: inline-block;
    float: left;
    color: #fff;
    line-height: 1;
    padding: 8px 9px
}

#mail_form .mark:after {
    content: "※";
    color: #e3007f
}

#mail_form dt .required {
    background: #d9534f;
    border: 1px solid #d43f3a
}

#mail_form dt .optional {
    background: #337ab7;
    border: 1px solid #2e6da4
}

#mail_form dd span.error_blank,
#mail_form dd span.error_format,
#mail_form dd span.error_match {
    display: block;
    color: #e3007f;
    margin-top: 5px;
    font-size: 14px;
    font-size: 1.4rem
}

span.loading {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-top: 5px solid rgba(255, 255, 255, .2);
    border-right: 5px solid rgba(255, 255, 255, .2);
    border-bottom: 5px solid rgba(255, 255, 255, .2);
    border-left: 5px solid #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load-circle 1s linear infinite;
    animation: load-circle 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px
}

@-webkit-keyframes load-circle {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load-circle {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#mail_form input[type=text],
#mail_form input[type=email],
#mail_form input[type=tel] {
    width: 100%;
    padding: .6em;
    border: 1px solid #000;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    font-size: 1.6rem;
    outline: 0
}

#mail_form select,
#mail_form textarea {
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px;
    width: 100%;
    outline: 0
}

#mail_form ul li input[type=radio],
#mail_form ul li input[type=checkbox] {
    margin-right: 10px;
    margin-top: 7px
}

#mail_form ul li:first-child input[type=radio],
#mail_form ul li:first-child input[type=checkbox] {
    margin-top: 0
}

#mail_form select {
    font-size: 1.6rem;
    padding: 10px;
    appearance: none;
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
}

select::-ms-expand {
    display: none
}

#mail_form textarea {
    display: block;
    height: 200px;
    padding: .6em;
    resize: vertical;
    border: 1px solid #000;
    appearance: none;
    font-size: 1.6rem;
    font-family: inherit
}

#mail_form ul {
    list-style-type: none
}

#mail_form ul li label:hover {
    cursor: pointer
}

#mail_form input#company,
#mail_form input#mail_address,
#mail_form input#mail_address_confirm,
#mail_form input#name_1,
#mail_form input#name_2,
#mail_form input#phone,
#mail_form input#postal,
#mail_form input#read_1,
#mail_form input#read_2,
#mail_form input#schedule {
    width: 100%
}

#mail_form input#postal + a {
    display: inline-block;
    padding: 9px 15px;
    vertical-align: middle;
    line-height: 1;
    background: #5bc0de;
    border: 1px solid #46b8da;
    color: #fff;
    font-family: inherit;
    text-decoration: none;
    position: relative;
    top: -1px
}

#mail_form input#postal + a:hover {
    cursor: pointer;
    background: #31b0d5;
    border: 1px solid #269abc
}

#mail_form input#address_1,
#mail_form input#address_2 {
    display: block;
    width: 90%;
    margin-top: 0
}

#mail_form input#address_2 {
    margin-top: 7px
}

#mail_form p#form_submit {
    width: 100%;
    margin: 0;
    padding: 0
}

#form_submit input[type=submit] {
    padding: .7em 3.2em;
    vertical-align: middle;
    line-height: 1;
    background: #000;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: .1em;
    border-radius: 0;
    border: none;
    outline: 0;
    -webkit-transition: all .3s cubic-bezier(.25, .46, .45, .94);
    transition: all .3s cubic-bezier(.25, .46, .45, .94);
    cursor: pointer
}

#form_submit input[type=submit]:hover {
    background: #888
}

.form_wrapper .wpcf7-response-output {
    padding-top: 40px !important;
    border: none !important;
    color: #e3007f;
}
.form_wrapper .wpcf7-not-valid-tip {
    color: #e3007f;
}
#mail_contents .notice-rec {
    font-size: 1.0rem;
    line-height: 1.2;
    color: #888;
    margin: 10px 0;
}
#mail_contents .notice-rec a {
    color: #666;
    text-decoration: underline;
}
.grecaptcha-badge { 
    visibility: hidden;
}

@media screen and (max-width:640px) {
    .form_wrapper {
        width: 84%;
    }

    #mail_form {
        overflow: visible
    }

    .btn_sendL,
    #mail_form dt {
        width: auto;
        float: none;
        text-align: left;
        padding: 0 0 .7em;
        font-size: 1.2rem;
        font-size: 3.2vw
    }

    .btn_sendR,
    #mail_form dd {
        width: auto;
        float: none;
        padding: 0 0 .3em
    }

    #mail_form select {
        font-size: 16px;
        letter-spacing: -.01em
    }

    #mail_form dd .notice {
        display: block;
        font-size: 1.1rem;
        font-size: 2.93333vw;
        color: #e3007f;
        margin-top: .75em
    }

    #mail_form input[type=text],
    #mail_form input[type=email],
    #mail_form input[type=tel],
    #mail_form textarea {
        font-size: 16px;
        border-radius: 0;
        padding: .9em
    }

    #mail_form dd:last-child,
    #mail_form dt:last-child {
        margin-top: 0;
        margin-bottom: 10px
    }

    p#form_submit {
        text-align: center
    }

    #form_submit input[type=submit] {
        padding: 1em 2.8em;
        margin-left: 80px;
    }

    #mail_form dd span.error_blank,
    #mail_form dd span.error_format,
    #mail_form dd span.error_match {
        font-size: 1.1rem;
        font-size: 2.93333vw
    }

    #mail_form dt span.optional,
    #mail_form dt span.required {
        margin-right: 1em;
        margin-bottom: 2em
    }

    #mail_form input#phone,
    #mail_form input#schedule {
        width: 100%
    }
}

#menu_sp,
#menu_sp .bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cnt_works .wapper #postCount,
#menu_sp {
    display: none
}

#menu_sp {
    position: fixed;
    line-height: 0;
    z-index: 1999
}

#menu_sp .bg {
    position: absolute;
    background-color: rgba(255, 255, 255, .95)
}

#menu_sp .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 25.2%
}

#menu_sp .inner li {
    position: relative;
    margin: 0 auto 2.4em
}

#menu_sp .inner li:last-child {
    margin-bottom: 0
}

#menu_sp .inner li img {
    width: 100%
}

#menu_sp .inner li .btn_area {
    position: absolute;
    top: -15px;
    left: -30px;
    width: calc(100% + 60px);
    height: calc(100% + 30px)
}

#menu_sp .inner #menu_sp1 {
    width: 32%
}

#menu_sp .inner #menu_sp2 {
    width: 70%
}

#menu_sp .inner #menu_sp3 {
    width: 62%
}

#menu_sp .inner #menu_sp4 {
    width: 65%
}

#menu_sp .inner #menu_sp5 {
    width: 100%
}

#menu_sp .inner #menu_sp6 {
    width: 74%
}

#menu_sp .inner #menu_sp7 {
    width: 57%
}

#cnt_privacy {
    margin-top: 29.33333%
}

#cnt_privacy .privacy {
    position: relative;
    margin-bottom: 33.33333%
}

#cnt_privacy .privacy .inner {
    padding: 0 7.33333%;
    font-size: 1.25rem;
    font-size: 3.33333vw;
    line-height: 1.56
}

#cnt_privacy .privacy .inner h2 {
    width: 41.09375%;
    margin-bottom: 1em
}

#cnt_privacy .privacy .inner h2 img {
    width: 100%
}

#cnt_privacy .privacy .inner .stitle {
    font-weight: 700;
    margin-bottom: .5em
}

#cnt_privacy .privacy .inner p {
    margin-bottom: 3em
}
#cnt_privacy .privacy .inner a {
    color: #e3007f;
    text-decoration: underline;
}

@media screen and (min-width:768px) {
    #cnt_privacy {
        margin-top: 0
    }

    #cnt_privacy .privacy {
        position: relative;
        padding-top: 200px;
        margin-bottom: 180px
    }

    #cnt_privacy .privacy .inner {
        width: 100%;
        max-width: 1040px;
        margin: 0 auto;
        padding: 0 40px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.75
    }

    #cnt_privacy .privacy .inner h2 {
        width: 226px;
        margin-bottom: 1.5em
    }

    #cnt_privacy .privacy .inner h2 img {
        width: 100%
    }

    #cnt_privacy .privacy .inner .stitle {
        font-weight: 700;
        margin-bottom: .5em
    }

    #cnt_privacy .privacy .inner p {
        margin-bottom: 3.5em
    }
}

#cnt_works {
    margin-top: 16%
}

#cnt_works .title {
    text-align: center;
    line-height: 0
}

#cnt_works .title h2 {
    margin: 0 auto;
    width: 31.06667%
}

#cnt_works .title h2 img {
    width: 100%
}

#cnt_works .title h3 {
    font-size: 1.2rem;
    font-size: 3.2vw;
    letter-spacing: .1em;
    line-height: 1;
    margin: 1em 0 3em
}

#cnt_works .title .hashtag {
    font-size: 1.8rem;
    font-size: 4.8vw;
    line-height: 1;
    margin: 1em 0 1.7em;
    color: #e3007f
}

#cnt_works .wapper {
    position: relative;
    width: 100%;
    background-color: #f7f6f5
}

#cnt_works .wapper .inner {
    padding: 14% 0
}

#cnt_works .wapper .thumbs .set {
    margin-bottom: 1.6em
}

#cnt_works .wapper .thumbs .set .set_img {
    width: 100%;
    overflow: hidden
}

#cnt_works .wapper .thumbs .set .set_title {
    font-size: 1.2rem;
    font-size: 3.2vw;
    line-height: 1.5;
    padding: 1em 0 .4em
}

#cnt_works .wapper .thumbs .set .set_hash {
    font-size: 1.05rem;
    font-size: 2.8vw;
    line-height: 1.5;
    word-wrap: break-word
}

#cnt_works .wapper .thumbs .set .set_hash a {
    color: #e3007f;
    padding: 0 .2em
}

#cnt_works .wapper .thumbs .primary {
    padding: 0 7.33333%
}

#cnt_works .wapper .thumbs .secondary {
    padding: 0 7.33333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#cnt_works .wapper .thumbs .secondary .set {
    width: 46.875%
}

#cnt_works .wapper .thumbs .secondary .set .set_img {
    width: 100%;
    padding-top: 66.66667%;
    overflow: hidden;
    position: relative
}

#cnt_works .wapper .thumbs .secondary .set .set_img .set_img_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%
}

#cnt_works .wapper .thumbs .secondary .set .set_title {
    padding: .6em 0 .4em
}

#cnt_works .wapper .thumbs .secondary .set .set_hash {
    word-wrap: break-word
}

#cnt_works .wapper .thumbs .secondary .set.empty {
    visibility: hidden;
    margin-bottom: 0
}

#cnt_works .wapper .entry {
    width: 100%;
    padding-bottom: 30px
}

#cnt_works .wapper .entry .main_img,
#cnt_works .wapper .entry .main_img img {
    width: 100%
}

#cnt_works .wapper .entry .txt_wrapper {
    margin: 0 auto;
    width: 85.33333%
}

#cnt_works .wapper .entry .txt_wrapper .txt_title {
    font-size: 1.6rem;
    font-size: 4.26667vw;
    line-height: 1.5;
    padding: 1em 0 .4em
}

#cnt_works .wapper .entry .txt_wrapper .txt_hash {
    font-size: 1.05rem;
    font-size: 2.8vw;
    line-height: 1.5;
    margin-bottom: 1.8em
}

#cnt_works .wapper .entry .txt_wrapper .txt_hash a {
    color: #e3007f;
    padding: 0 .2em
}

#cnt_works .wapper .entry .txt_wrapper .txt_body {
    font-size: 1.35rem;
    font-size: 3.6vw;
    line-height: 1.85185
}

#cnt_works .wapper .entry .txt_wrapper .txt_body p {
    margin-bottom: 1.6em
}

#cnt_works .wapper .entry .txt_wrapper .txt_body img {
    width: 100%
}

#cnt_works .wapper .btn_wrapper {
    margin: 1em auto 0;
    width: 10.66667%
}

#cnt_works .wapper .recentry_works {
    margin: 0 auto 60px;
    width: 94.66667%;
    background-color: #fff;
    padding: 0 4.92958% 2.11268%
}

#cnt_works .wapper .recentry_works .recentry_title {
    width: 44.6875%;
    margin: 0 auto;
    padding: 1.5em 0;
    line-height: 0
}

#cnt_works .wapper .recentry_works .recentry_set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#cnt_works .wapper .recentry_works .recentry_set .set {
    width: 46.875%;
    margin-bottom: 1.1em
}

#cnt_works .wapper .recentry_works .recentry_set .set .set_img {
    width: 100%;
    overflow: hidden;
    padding-top: 66.66667%;
    position: relative
}

#cnt_works .wapper .recentry_works .recentry_set .set .set_img .set_img_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%
}

#cnt_works .wapper .recentry_works .recentry_set .set .set_title {
    font-size: 1.2rem;
    font-size: 3.2vw;
    line-height: 1.5;
    padding: .5em 0 .2em
}

#cnt_works .wapper .recentry_works .recentry_set .set .set_hash {
    font-size: 1.05rem;
    font-size: 2.8vw;
    line-height: 1.4;
    word-wrap: break-word
}

#cnt_works .wapper .recentry_works .recentry_set .set .set_hash a {
    color: #e3007f;
    padding: 0 .2em
}

#cnt_works .wapper .recentry_works .recentry_set .set:nth-child(n+5) {
    display: none
}

@media screen and (min-width:768px) {
    #cnt_works {
        margin-top: 0
    }

    #cnt_works .title {
        text-align: center;
        line-height: 0
    }

    #cnt_works .title h3 {
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: .1em;
        line-height: 1;
        margin: 1em 0 5em
    }

    #cnt_works .title .hashtag {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1;
        margin: 1em 0 1.7em;
        color: #e3007f
    }

    #cnt_works .wapper {
        position: relative;
        width: 100%;
        background-color: #f7f6f5;
        padding-top: 92px
    }

    #cnt_works .wapper .inner {
        padding: 100px 0 80px
    }

    #cnt_works .wapper .title h2 {
        width: 157px
    }

    #cnt_works .wapper .title h3 {
        margin: 1em 0 5.2em
    }

    #cnt_works .wapper .thumbs .set {
        margin-bottom: 75px
    }

    #cnt_works .wapper .thumbs .set .set_img {
        width: 100%;
        overflow: hidden
    }

    #cnt_works .wapper .thumbs .set .set_img img {
        width: 100%
    }

    #cnt_works .wapper .thumbs .set .set_title {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 1.5;
        padding: 1.3em 0 .2em
    }

    #cnt_works .wapper .thumbs .set .set_hash {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5;
        word-wrap: break-word
    }

    #cnt_works .wapper .thumbs .set .set_hash a {
        color: #e3007f;
        padding: 0 .2em
    }

    #cnt_works .wapper .thumbs .primary,
    #cnt_works .wapper .thumbs .secondary {
        padding: 0;
        width: 94%;
        margin: 0 auto;
        max-width: 960px
    }

    #cnt_works .wapper .thumbs .secondary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #cnt_works .wapper .thumbs .secondary .set {
        width: 31.25%;
        margin-bottom: 45px
    }

    #cnt_works .wapper .thumbs .secondary .set .set_img {
        width: 100%;
        padding-top: 66.66667%;
        overflow: hidden;
        position: relative
    }

    #cnt_works .wapper .thumbs .secondary .set .set_img .set_img_bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: 50% 50%
    }

    #cnt_works .wapper .thumbs .secondary .set .set_title {
        padding: .4em 0;
        font-size: 16px;
        font-size: 1.6rem
    }

    #cnt_works .wapper .thumbs .secondary .set .set_hash {
        word-wrap: break-word
    }

    #cnt_works .wapper .thumbs .secondary .set.empty {
        visibility: hidden;
        margin-bottom: 0
    }

    #cnt_works .wapper .entry {
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
        padding-bottom: 60px
    }

    #cnt_works .wapper .entry .main_img {
        width: 100%
    }

    #cnt_works .wapper .entry .txt_wrapper {
        margin: 0 auto;
        width: 78.125%
    }

    #cnt_works .wapper .entry .txt_wrapper .txt_title {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 1.5;
        padding: 1em 0 .4em
    }

    #cnt_works .wapper .entry .txt_wrapper .txt_hash {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5;
        margin-bottom: 1.8em
    }

    #cnt_works .wapper .entry .txt_wrapper .txt_hash a {
        color: #e3007f;
        padding: 0 .2em
    }

    #cnt_works .wapper .entry .txt_wrapper .txt_body {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2
    }

    #cnt_works .wapper .entry .txt_wrapper .txt_body p {
        margin-bottom: 1.6em
    }

    #cnt_works .wapper .btn_wrapper {
        margin: 0 auto;
        width: 49px
    }

    #cnt_works .wapper .recentry_works {
        margin: 0 auto 30px;
        width: 100%;
        max-width: 1080px;
        background-color: #fff;
        padding: 38px 5.55556% 60px
    }

    #cnt_works .wapper .recentry_works .recentry_title {
        width: 205px;
        margin: 0 auto;
        padding: 0 0 37px;
        line-height: 0
    }

    #cnt_works .wapper .recentry_works .recentry_set {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #cnt_works .wapper .recentry_works .recentry_set .set {
        width: 31.25%;
        margin-bottom: 0
    }

    #cnt_works .wapper .recentry_works .recentry_set .set .set_img {
        width: 100%;
        padding-top: 66.66667%;
        overflow: hidden;
        position: relative
    }

    #cnt_works .wapper .recentry_works .recentry_set .set .set_img .set_img_bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: 50% 50%
    }

    #cnt_works .wapper .recentry_works .recentry_set .set .set_title {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5;
        padding: .5em 0 .2em
    }

    #cnt_works .wapper .recentry_works .recentry_set .set .set_hash {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.4;
        word-wrap: break-word
    }

    #cnt_works .wapper .recentry_works .recentry_set .set .set_hash a {
        color: #e3007f;
        padding: 0 .2em
    }

    #cnt_works .wapper .recentry_works .recentry_set .set:nth-child(n+4) {
        display: none
    }

    #cnt_works .wapper .recentry_works .recentry_set .set.empty {
        visibility: hidden;
        margin-bottom: 0
    }
}

#header_sp,
header {
    z-index: 2000
}

#header_sp_btn_logo,
#header_sp_btn_menu {
    z-index: 2001
}


#cnt_index #index_tagzagent {
    position: relative;
    width: 100%;
    background-color: #fff
}

#cnt_index #index_tagzagent .inner {
    padding: 14% 40px;
}

#cnt_index #index_tagzagent .title h2 {
    width:  58.33333%
}

#cnt_index #index_tagzagent .artist {
    margin: 10vw auto 0;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#cnt_index #index_tagzagent .artist h4 {
    position: relative;
    margin-bottom: 10.9375vw;
    font-size: 3.4376vw;
    font-weight: bold;
    text-align: center;
}

#cnt_index #index_tagzagent .artist h4:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    border-top: #666 1px solid;
}

#cnt_index #index_tagzagent .artist h4 span {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 0.7em;
    background: #FFF;
}
#cnt_index #index_tagzagent .artist .artistBox {
    width: 100%;
    max-width: 550px;
}

#cnt_index #index_tagzagent .artist .artistBox .pic {
    margin-bottom: 4.0vw;
}

#cnt_index #index_tagzagent .artist .artistBox .data {
    margin-bottom: 7.5vw;
}

#cnt_index #index_tagzagent .artist .artistBox .data h5 {
    margin-bottom: 3.125vw;
    font-size: 4.2vw;
    font-weight: bold;
}

#cnt_index #index_tagzagent .artist .artistBox .data h5 small {
    font-size: 2.6vw;
    font-weight: 400;
}

#cnt_index #index_tagzagent .artist .artistBox .data p {
    margin-bottom: 4.5vw;
    font-size: 3.2vw;
    line-height: 1.5;
}

#cnt_index #index_tagzagent .artist .artistBox .data .link-btn-area {
    margin-bottom: 10.0vw;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

#cnt_index #index_tagzagent .artist .artistBox .data .link-btn-area li {
    display: inline-block;
    margin: 0 1px;
}

#cnt_index #index_tagzagent .artist .artistBox .data .link-btn-area img {
    height: 32px;
}

#cnt_index #index_tagzagent .artist .artistBox .data .link-btn-area .link-btn {
    margin-left: auto;
}

#cnt_index #index_tagzagent .artist .artistBox .data .link-btn-area .link-btn img {
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    #cnt_index #index_tagzagent .inner {
        padding: 160px 0px 120px;
        max-width: 1040px;
        margin: 0 auto
    }
    #cnt_index #index_tagzagent .title h2 {
        width: 240px
    }    
    #cnt_index #index_tagzagent .artist {
        margin: 10vw auto 0;
        display: flex;
        flex-direction: row;
        margin: 0 auto;
        justify-content: center;
        align-items: start;
        width: 100%;
    }

    #cnt_index #index_tagzagent .artist .artistBox {
        width: 300px;
        margin: 0 30px;
    }    

    #cnt_index #index_tagzagent .artist .artistBox .pic {
        margin-bottom: 30px;
    }

    #cnt_index #index_tagzagent .artist .artistBox .data {
        margin-bottom: 30px;
    }

    #cnt_index #index_tagzagent .artist .artistBox .data h5 {
        margin-bottom: 15px;
        font-size: 2.2rem;
    }

    #cnt_index #index_tagzagent .artist .artistBox .data h5 small {
        font-size: 1.4rem;
    }

    #cnt_index #index_tagzagent .artist .artistBox .data p {
        margin-bottom: 32px;
        font-size: 1.6rem;
        line-height: 1.75;
    }
    #cnt_index #index_tagzagent .artist .artistBox .data .link-btn-area {
        width: 100%;
        display: flex;
        margin-bottom: 40px;
        flex-direction: row;
        justify-content: flex-start;
    }
    #cnt_index #index_tagzagent .artist .artistBox .data .link-btn-area li {
        display: inline-block;
        margin: 0 2px;
    }
    #cnt_index #index_tagzagent .artist .artistBox .data .link-btn-area img {
        height: 33px;
    }
    #cnt_index #index_tagzagent .artist .artistBox .data .link-btn-area .link-btn {
        margin-left: auto;
    }
    #cnt_index #index_tagzagent .artist .artistBox .data .link-btn-area .link-btn img {
        background-color: #fff;
    }    
}

#cnt_index #index_contact .notice-sns {
    margin-top: 5px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 3.2vw;
    line-height: 1.6;
}

@media screen and (min-width: 768px) {
    #cnt_index #index_contact .notice-sns {
        font-size: 14px;
    }
}
