@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}
body {
    overflow-x:hidden;
    color: #464646;
    font-size:16px;
    line-height:160%;
    font-family:'ヒラギノ角ゴ ProN',"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-feature-settings:"palt";
    -moz-font-feature-settings:"palt";
    -webkit-font-feature-settings:"palt";
}
ul {
    list-style:none;
}
fieldset,img {
    border:0;
    vertical-align:top;
    overflow:hidden;
}
a {
    color:inherit;
    text-decoration:underline;
    transition:opacity 0.4s;
}
a:hover {
    color:#039dff;
    text-decoration:underline;
}
.tuline {
    text-decoration:underline;
}
.clearfix {
    *zoom:1;
}
.clearfix::after {
    visibility:hidden;
    display:block;
    font-size:0;
    content:" ";
    clear:both;
    height:0;
}
.clear {
    clear:both;
    display:block;
    height:0;
    overflow:hidden;
}
img {
    max-width:100%;
    max-height:100%;
}
.cl_01 {
    color:#0fffff;
}
.color_pink {
    color:#f3b2c1;
}
.cl_sec { color:#1a64bb;}
.cl_3rd { color:#f1ff4c;}

.font_feature {
    font-feature-settings:"palt";
    -moz-font-feature-settings:"palt";
    -webkit-font-feature-settings:"palt";
}
.ytnmob {
    width:750px;
    max-width:100%;
    margin:0.15rem auto;
}
.ytnmob .ytbin {
    position:relative;
    height:0;
    padding-bottom:56.2%;
}
.ytnmob .ytbin iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.sp_none {
    display:block;
}
.pc_none {
    display:none;
}
.align_right {
    text-align:right
}
.align_center {
    text-align:center
}
.an_scl {
    opacity:0;
}
.op05 {
    opacity:0.5;
}
.hvop07 {
    transform:opacity 0.4s;
}
.hvop07:hover {
    opacity:0.7;
}

/* en */

/* jp */
.ff_zom {
    font-family: 'Zen Old Mincho', serif;
}
.fs_08 {
    font-size: 80%;
}
.fs_13 {
    font-size: 130%;
}

/* jp 400 500 700*/

.fw_300 {
    font-weight:300;
}
.fw_400 {
    font-weight:400;
}
.fw_500 {
    font-weight:500;
}
.fw_600 {
    font-weight:600;
}
.fw_700 {
    font-weight:700;
}
.fw_800 {
    font-weight:800;
}
.fw_900 {
    font-weight:900;
}
:root {
    --animate-duration:1s;
    --animate-delay:1s;
    --animate-repeat:1;
}
.animated {
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-duration:var(--animate-duration);
    animation-duration:var(--animate-duration);
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
}
@media (prefers-reduced-motion:reduce),print {
    .animated {
        -webkit-animation-duration:1ms!important;
        animation-duration:1ms!important;
        -webkit-transition-duration:1ms!important;
        transition-duration:1ms!important;
        -webkit-animation-iteration-count:1!important;
        animation-iteration-count:1!important;
    }
    .animated[class*=Out] {
        opacity:0;
    }
}

/******************************************************************/
html {
    font-size:100px;
    overflow-x:hidden;
    background-color:#ede4da;
}
body {
    background-color:#ede4da;
    font-size:0.18rem;
    line-height:160%;
}

.bgmain{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events:none;
}
.au_header {
    width:100%;
    overflow:hidden;
    position:relative;
    background: #fff;
    padding:0;
    z-index: 10;
}

.au_header h2 {
    margin:0 0 0.3rem 0;
    font-size:1.6em;
    line-height:160%;
    color: #0fffff;
    
}
.top_conlist {
    width:1040px;
    max-width:100%;
    margin:0 auto;
    padding:2% 20px 5% 20px;
    box-sizing:border-box;
    position: relative;
    z-index: 10;
    animation-delay: 2s;
}
@-webkit-keyframes backInLeftOutRight {
    0% {
        -webkit-transform:translateX(-600px) scale(.7);
        transform:translateX(-600px) scale(.7);
        opacity:0;
    }
    10% {
        -webkit-transform:translateX(0) scale(.7);
        transform:translateX(0) scale(.7);
        opacity:.7;
    }
    20% {
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:1;
    }
    80% {
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:1;
    }
    90% {
        -webkit-transform:translateX(0) scale(.7);
        transform:translateX(0) scale(.7);
        opacity:.7;
    }
    to {
        -webkit-transform:translateX(600px) scale(.7);
        transform:translateX(600px) scale(.7);
        opacity:0;
    }
}
@keyframes backInLeftOutRight {
    0% {
        -webkit-transform:translateX(-600px) scale(.7);
        transform:translateX(-600px) scale(.7);
        opacity:0;
    }
    15% {
        -webkit-transform:translateX(0) scale(.7);
        transform:translateX(0) scale(.7);
        opacity:.7;
    }
    25% {
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:1;
    }
    75% {
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:1;
    }
    90% {
        -webkit-transform:translateX(0) scale(.7);
        transform:translateX(0) scale(.7);
        opacity:.7;
    }
    to {
        -webkit-transform:translateX(600px) scale(.7);
        transform:translateX(600px) scale(.7);
        opacity:0;
    }
}
.backInLeftOutRight {
    -webkit-animation-name:backInLeftOutRight;
    animation-name:backInLeftOutRight;
    -webkit-animation-duration:3s;
    animation-duration:3s;
}
@-webkit-keyframes backInRight {
    0% {
        -webkit-transform:translateX(600px) scale(.8);
        transform:translateX(600px) scale(.8);
        opacity:0;
    }
    65% {
        -webkit-transform:translateX(0) scale(.8);
        transform:translateX(0) scale(.8);
        opacity:.7;
    }
    to {
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:1;
    }
}
@keyframes backInRight {
    0% {
        -webkit-transform:translateX(600px) scale(.8);
        transform:translateX(600px) scale(.8);
        opacity:0;
    }
    65% {
        -webkit-transform:translateX(0) scale(.8);
        transform:translateX(0) scale(.8);
        opacity:.7;
    }
    to {
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:1;
    }
}
.backInRight {
    -webkit-animation-name:backInRight;
    animation-name:backInRight;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@keyframes fadeIn {
    0% {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.fadeIn {
    -webkit-animation-name:fadeIn;
    animation-name:fadeIn;
}
@-webkit-keyframes fadeInUp {
    0% {
    opacity:0;
    -webkit-transform:translate3d(0,40px,0);
    transform:translate3d(0,40px,0);
    }
    to {
        opacity:1;
        -webkit-transform:translateZ(0);
        transform:translateZ(0);
    }
}
@keyframes fadeInUp {
    0% {
    opacity:0;
    -webkit-transform:translate3d(0,100%,0);
    transform:translate3d(0,100%,0);
    }
    to {
        opacity:1;
        -webkit-transform:translateZ(0);
        transform:translateZ(0);
    }
}
.fadeInUp {
    -webkit-animation-name:fadeInUp;
    animation-name:fadeInUp;
}
.au_wrap {
    position: relative;
    z-index: 10;
}
.au_inmob {}
.adinnnerls {
    width:1080px;
    max-width:100%;
    margin:0 auto;
    box-sizing:border-box;
    position:relative;
    padding:1.3rem 0 0.2rem 0;
}
.au_newtitle {
    position:absolute;
    top:0;
    left:0;
    font-size:0.24rem;
    line-height:180%;
    padding:1em 1.5em 0.8em 1.5em;
    background-color:#000;
    color:#fff;
    margin-top:-2.8em;
}
.au_swip {
    width:600px;
    margin:0 auto;
    overflow:hidden;
}
.nw_t1 {
    font-size:1.5em;
}
.nw_t2 {
    font-size:2.7em;
}
.nw_t3 {
    font-size:1.5em;
}
.nw_t4 {
    font-size:2.7em;
}
.nw_t5 {
    font-size:1.5em;
}
.nw_time {
    font-size:0.7em;
}
.nw_pagination {
    width:600px;
    max-width:100%;
    margin:0 auto;
    text-align:right;
}
.nw_pagination span {
    width:1em;
    height:1em;
    margin:0.5em;
    background-color:#fff;
    opacity:1;
}
.nw_pagination span.swiper-pagination-bullet-active {
    background-color:#00b9df;
}





/* inner_first  */
.inner_first{
    background-color:#ff9abf;
    color: #3d2b20;
}

.adinnnerls {
    padding:0.5rem 0 0.2rem 0;
}

.inner_cd{
    width: 980px;
    margin: 0 auto;
    max-width: 96%;
    padding-bottom: 0.3rem;
}

.inner_first .au_entit{
    color: #3d2b20;
}

.inner_first .au_entit::after{
    background-color:#3d2b20;
    bottom: 0.02em;
}


.ban_inline {
    padding:0.3rem 0;
    text-align: center;
    font-weight: 700;
    display: flex;
    justify-content: center;
}
.ban_inline .ban_lmob02 {
    display: block;
    padding: 0.55rem;
    color: #fff;
    border: 1px solid #fff;
    background-color: #ff2a79;
    box-shadow: 0.05rem 0.05rem 0 #ff2a79;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: width 0.6s;
    position: relative;
    width: 100%;
    padding:0.2rem 0.65rem;
    font-size:0.23rem;
    box-sizing: border-box;
}
.ban_lmob02 .baninic{
    position: absolute;
    display: block;
    width: 0;
    padding: 0;
    height: 0;
    border-radius: 50%;
    background-color: #fff;
    transition: width 0.5s ease-in-out, padding 0.5s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.ban_lmob02 .bantx{
    position: relative;
    z-index: 10;
}
.ban_lmob02:hover {
    text-decoration:none;
    color:#ff2a79;
}
.ban_lmob02:hover .baninic{
    width: 225%;
    padding-bottom: 225%;
    /* height: 562.5px; */
}

/* inner_sec  */
.inner_sec{
    background-color:#684d43;
    color: #fff;
}
.inner_sec .au_entit{
    color: #fff;
}
.inner_sec .au_entit::after{
    background-color: #fff;
}
.inner_sec .ban_inline .ban_lmob02 {
    border: 1px solid #fff;
    background-color: #1a64bb;
    box-shadow: 0.05rem 0.05rem 0 #1a64bb;
}
.inner_sec .ban_lmob02:hover {
    text-decoration:none;
    color:#1a64bb;
}



.inner_sec .au_mobinl_c{
    background-color: rgba(255, 255, 255, 0.15);
}
/* inner_sec  */




/* inner_5rd  */
.inner_5rd{
    background-color:#0093b3;
    color: #fff;
}
.inner_5rd .au_entit{
    color: #fff;
}
.inner_5rd .au_entit::after{
    background-color: #fff;
}
.inner_5rd .ban_inline .ban_lmob02 {
    border: 1px solid #fff;
    background-color: #5ba44b;
    box-shadow: 0.05rem 0.05rem 0 #5ba44b;
}
.inner_5rd .ban_lmob02:hover {
    text-decoration:none;
    color:#5ba44b;
}
.inner_5rd .au_mobinl_c{
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
}
.inner_5rd .adtitlenum_c {
    background: #304e65;
    color:#fff;
}
.cl_5rd{color: #a6ca6e;}
/* inner_5rd  */



/* inner_4rd  */
.inner_4rd{
    background-color:#ff9204;
    color: #401279;
}
.inner_4rd .au_entit{
    color: #401279;
}
.inner_4rd .au_entit::after{
    background-color: #401279;
}
.inner_4rd .ban_inline .ban_lmob02 {
    border: 1px solid #fff;
    background-color: #af7100;
    box-shadow: 0.05rem 0.05rem 0 #af7100;
}
.inner_4rd .ban_lmob02:hover {
    text-decoration:none;
    color:#af7100;
}
.inner_4rd .au_mobinl_c{
    background-color: rgba(255, 255, 255, 0.15);
    color: #401279;
}
.inner_4rd .adtitlenum_c {
    background: #ff44f0;
    color:#401279;
}
/* inner_4rd  */


/* inner_3rd  */
.inner_3rd{
    background-color:#77c478;
    color: #1d2681;
}
.inner_3rd .au_entit{
    color: #1d2681;
}
.inner_3rd .au_entit::after{
    background-color: #1d2681;
}
.inner_3rd .ban_inline .ban_lmob02 {
    border: 1px solid #fff;
    background-color: #3e61d4;
    box-shadow: 0.05rem 0.05rem 0 #3e61d4;
}
.inner_3rd .ban_lmob02:hover {
    text-decoration:none;
    color:#3e61d4;
}
.inner_3rd .au_mobinl_c{
    background-color: rgba(255, 255, 255, 0.15);
    color: #1d2681;
}
.inner_3rd .adtitlenum_c {
    background: #f1ff4c;
    color:#1d2681;
}
/* inner_3rd  */


/* Artist Comment */
.au_mobinl_c {
    width:100%;
    max-width:100%;
    box-sizing: border-box;
    margin:0.9rem 0 0.5rem 0 ;
    color: #fff;
    border:0.015rem solid #fff;
    text-align:center;
    padding:0.55rem 0.6rem 0.4rem 0.6rem;
    font-size:1em;
    line-height:120%;
    font-weight:700;
    position:relative;
}

.adtitlenum_c {
    position: absolute;
    top: -0.8em;
    left: -0.1rem;
    font-size: 0.35rem;
    line-height: 105%;
    /* width: 13em; */
    padding: 0.2em 2.5em;
    /* height: 1.05em; */
    text-align: center;
    background: #fff;
    font-family: 'Zen Old Mincho', serif;
}

.au_con_c {
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    font-weight: 500;
    padding: 0;
    font-size: 0.86em;
    line-height: 1.5em;
}

.cn_tabfloat .cn_ttx {
    text-align: left;
    font-family:'ヒラギノ角ゴ ProN',"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

.cn_tabfloat .cn_ttn {
    float: left;
    box-sizing: border-box;
    width: 40%;
    padding: 0 4% 3% 0;
}

.cn_tabfloat::after{
    content: "";
    display: block;
    clear: both;
}

.cn_ttx h2{
    padding:4% 0 5% 0;
    font-size: 3em;
    line-height: 110%;
    font-family: 'Zen Old Mincho', serif;
}

.cn_ttx h3{
    margin-bottom:1.5%;
    font-family: 'Zen Old Mincho', serif;
}
/* Artist Comment */


.au_mb01 {
    background-color:#ffc30b;
    margin-bottom:0;
}
.au_mb01 .adinnnerls {
    padding:0.7rem 0;
}
.au_mb02 {
    background-color:#3c0066;
    color:#fff;
    margin-bottom:0;
}
.au_mb02 .adinnnerls {
    padding:0.9rem 0;
}
.au_mb02 h4 {
    padding-bottom: 0.2rem;
}
.au_mb04 {
    background-color:#7fdafe;
    margin-bottom:0;
}
.au_mb04 .adinnnerls {
    padding:0.6rem 0 1rem 0;
}
.au_mb04 img {
    width:500px;
    max-width:60%;
}
.au_entit {
    position:relative;
    width:980px;
    max-width:100%;
    margin:0 auto 0.5rem auto;
    box-sizing:border-box;
    padding-left:0;
    font-size:0.45rem;
    line-height:100%;
    color:#0fffff;
    z-index:11;
    transform-origin:50% 0;
    text-align: center;
}
.au_entit::after {
    content:"";
    display:block;
    width:100%;
    height:0.02em;
    position:absolute;
    left:0;
    bottom:0.05em;
    z-index:-1;
    background-color:#0fffff;
    transform: scale(0, 1);
    transform-origin: center center;
}
.au_con {
    width:780px;
    max-width:100%;
    box-sizing:border-box;
    margin:0 auto;
    font-weight:500;
    padding:0;
    font-size:0.2rem;
    line-height:1.6em;
}
.adinnnerls h4 {
    font-size:1.4em;
}
.adinnnerls .smfont {
    font-weight:300;
    font-size:0.65em;
    padding:0;
    white-space:nowrap;
}
.au_minswiper {
    padding-top:0.6rem;
}
.swiper-wrapper {
    position:relative;
    width:100%;
    height:100%;
    z-index:1;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-transition-property:-webkit-transform;
    -moz-transition-property:-moz-transform;
    -o-transition-property:-o-transform;
    -ms-transition-property:-ms-transform;
    transition-property:transform;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
}
.swiper-slide {
    -webkit-flex-shrink:0;
    -ms-flex:0 0 auto;
    flex-shrink:0;
    width:100%;
    height:100%;
    position:relative;
}
.au_minswiper .swiper-wrapper {
    align-items:center;
    padding-bottom:0.4rem;
}
.au_minswiper .swiper-slide {
    width:auto;
    text-align:center;
    position:relative;
}
.min_st {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    text-align:center;
    font-size:0.2rem;
    line-height:160%;
    display:none;
}
.min_swibanner {
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
    z-index:10;
}
.min_swibanner .min_stxt {
    width:calc(100% - 1.2rem);
    text-align:center;
}
.min_swibanner a {
    width:0.6rem;
    margin:0;
    transition:all 0.4s;
}
.min_swibanner .min_button-next {
    transform:rotate(180deg);
    transform-origin:50% 50%;
}
.min_swibanner a:hover {
    opacity:0.5;
}
.ban_tlink {
    text-align:center;
    font-weight:700;
}
.ban_lmob {
    display:inline-block;
    font-size:0.36rem;
    line-height:120%;
    padding:0.55rem;
    width:5.4rem;
    max-width:100%;
    background-color: #ffc30b;
    box-shadow:0.05rem 0.05rem 0 #fff;
    text-decoration:none;
    position:relative;
    overflow:hidden;
    transition:all 0.4s;
}
.ban_inline {
    padding:0.3rem 0;
    text-align: center;
    font-weight: 700;
}
.ban_inline .ban_lmob {
    width:auto;
    padding:0.3rem 0.65rem;
    font-size:0.23rem;
}
.ban_lmob::before {
    position:absolute;
    top:0;
    left:-75%;
    z-index:2;
    display:block;
    content:'';
    width:50%;
    height:100%;
    background-color: #d92f72;
    transform:skewX(-25deg);
}
.ban_lmob::after {
    position:absolute;
    top:0;
    left:-75%;
    z-index:2;
    display:block;
    content:'';
    width:50%;
    height:100%;
    background-color: #d92f72;
    transform:skewX(-25deg);
}
.ban_lmob:hover {
    text-decoration:none;
    color:#fff;
    background:linear-gradient(135deg,#e64886 35%,#d92f72 65%);
}
.ban_lmob:hover::before {
    animation:shine .95s;
}
.ban_lmob:hover::after {
    animation:shine .95s;
    animation-delay:0.2s;
}
@-webkit-keyframes shine {
    100% {
        left:125%;
    }
}
@keyframes shine {
    100% {
        left:125%;
    }
}
.au_mblink .adinnnerls {
    padding:0rem 0 1.2rem 0;
}
.au_mb03 {
    background:url("../images/min_bg.jpg") 0 0 no-repeat;
    background-size:100% auto;
    transition:background 0.01s;
}
.au_mb03 .adinnnerls {
    width:1080px;
    max-width:100%;
    margin:0 auto;
    text-align:center;
    padding-top:0;
}
.au_title02 {}
.ytbmob {
    width:560px;
    max-width:74.66%;
    margin:0 auto;
}
.ytb_inner {
    position:relative;
    width:100%;
    padding-bottom:56.25%;
}
.ytb_inner iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.au_mb03 {
    padding-top:0.7rem;
    padding-bottom:0rem;
}
.au_mb03 .adinnnerls {
    padding-top:0.2rem;
    padding-bottom:0;
}
.au_inlicon {
    width:840px;
    max-width:80%;
    margin:0 auto;
    text-align:center;
    background:#fff;
    position:relative;
    box-sizing:border-box;
    padding:0.45rem 0.6rem;
    font-size:0.3rem;
    line-height:193%;
    letter-spacing:-0.05em;
    font-weight:600;
    box-shadow:0.2rem 0.2rem 0px #9b948c;
}
.au_inlicon::before {
    content:"";
    display:block;
    position:absolute;
    top:-0.18rem;
    left:-0.3rem;
    width:0;
    height:0;
    border:0.55rem solid transparent;
    border-top-color:#00dfc1;
    border-left-color:#00dfc1;
}
.au_inlicon::after {
    content:"";
    display:block;
    position:absolute;
    bottom:-0.39rem;
    right:-0.29rem;
    width:0;
    height:0;
    border:0.55rem solid transparent;
    border-bottom-color:#f3eb33;
    border-right-color:#f3eb33;
}
.au_mb05 {
    padding-top:0rem;
    padding-bottom:0rem;
}
.au_conlist {
    padding-bottom:0.5rem;
}
.au_ctitle {
    position:relative;
}
.au_ctitle::after {
    content:"";
    display:block;
    width:0%;
    position:absolute;
    bottom:0.2rem;
    height:0.05rem;
    background-color: #fff6eb;
}
.au_ctitle .au_cti {
    width:1080px;
    max-width:100%;
    margin:0 auto;
    box-sizing:border-box;
    padding-left:1.7rem;
}
.au_title_c01 {}
.au_title_c02 img {
    width:8.3rem;
}
.au_title_c02 {}
.au_title_c02::after {
    bottom:0.04rem;
}
.au_title_c02 img {
    width:6.4rem;
}
.au_title_c03 {}
.au_title_c03::after {
    bottom:0.16rem;
}
.au_title_c03 .au_cti {
    padding-top:0.5rem;
}
.au_title_c03 img {
    width:6.3rem;
}
.au_title_c04::after {
    bottom:0.46rem;
}
.au_title_c04 .au_cti {
    padding-left:2.3rem;
}
.au_title_c04 img {
    width:6.7rem;
}

.cn_tab {
    display:flex;
    flex-wrap:wrap;
    max-width:100%;
    margin:0 auto;
    box-sizing:border-box;
}
.cn_tab .cn_ttn {
    box-sizing:border-box;
    width:45%;
    padding-right: 2%;
}
.cn_tab .cn_ttx {
    box-sizing:border-box;
    width:55%;
}

.au_conlist02 {
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    padding:0rem 1.5rem;
}
.au_mobinl {
    width:680px;
    max-width:100%;
    margin:0.5rem 0;
    background:#fff;
    border:0.06rem solid #7fdafe;
    text-align:center;
    padding:0.45rem 0.45rem 0.35rem 0.45rem;
    font-size:1.2em;
    line-height:140%;
    font-weight:700;
    position:relative;
}
.adtitlenum {
    position:absolute;
    top:-0.75em;
    left:calc(50% - 0.75em);
    font-size:0.58rem;
    line-height:114%;
    font-weight:500;
    width:1.8em;
    height:1.14em;
    text-align:center;
    background:#ffc30b;
}
.au_mefont {
    display:block;
    padding-top:0.1rem;
    font-weight:500;
    font-size:0.83em;
    line-height:115%;
}
.au_iocdn {
    width:680px;
    max-width:100%;
    text-align:center;
}
.au_iocdn img {
    width:0.88rem;
}
.au_sti {
    width:680px;
    max-width:100%;
    padding:0.27rem 0 0.4rem 0;
    text-align:center;
}
.au_sti img {
    width:5.34rem;
    text-align:center;
}
.au_mobic {
    padding:0.2rem;
    background:rgba(226,226,226,0.5);
    margin-top:0.2rem;
}
.adtitlesc {
    font-size:0.24rem;
    line-height:120%;
    font-weight:600;
    padding-bottom:0.3rem;
}
.adtxcon02 {
    font-size:0.16rem;
    line-height:187%;
    text-align:left;
}
.qamob {
    padding-top:0.1rem;
}
.as_qamob {
    width:810px;
    max-width:90%;
    margin:0 auto;
    padding-bottom:0.25rem;
}
.as_q {
    width:80%;
    box-sizing:border-box;
    padding:0.2rem 0.4rem;
    background:#fff6eb;
    position:relative;
    font-size: 0.16rem;
    line-height: 140%;
}
.as_a {
    width:90%;
    box-sizing:border-box;
    padding:0.2rem 0.4rem;
    background:#fff;
    position:relative;
    margin:0 0 0 10%;
    font-size: 0.16rem;
    line-height: 140%;
}
.link_logo {
    text-align:center;
    padding:0.1rem 0 0.15rem 0;
}
.link_logo .blo_01 {
    display:inline-block;
    height:0.5rem;
    margin:0.1rem;
}
.link_logo .blo_02 {
    display:inline-block;
    height:0.4rem;
    margin:0.1rem;
}
.link_logo a {
    transition:opacity 0.3s;
}
.link_logo a:hover {
    opacity:0.6;
}
.formob {
    width:1080px;
    max-width:100%;
    padding:0 0.5rem;
    box-sizing:border-box;
    margin:0 auto;
    font-size:0.18rem;
    line-height:150%;
}
.fm_tx {
    padding-bottom:0.3rem;
}
.form_mob {
    display:flex;
    box-sizing:border-box;
    flex-wrap:wrap;
}
.form_tabmob {
    width:50%;
    box-sizing:border-box;
    padding:0 0 0.4rem 0rem;
}
.form_mob .form_tabmob:nth-child(2n) {
    padding-left:0.5rem;
}
.fm_title {
    display:inline-block;
    font-size:0.22rem;
    line-height:220%;
    padding:0em 0.9em;
    background-color:#f3eb33;
    font-weight:600;
}
.fm_title02 {
    display:inline-block;
    font-size:0.22rem;
    line-height:220%;
    padding:0em 0.9em;
    background-color:#00dfc1;
    font-weight:600;
}
.formob input {
    border:0;
    background-color:#e9e7e5;
    font-size:0.2rem;
    line-height:120%;
    padding:0.8em 0.7em;
    box-sizing:border-box;
    margin:0 4%;
    width:96%;
    border-radius:0;
}
.formob input:focus {
    outline:none;
    border:0;
}
.noform input {
    background-color:#ffcece!important;
}
.noform select {
    background-color:#ffcece!important;
}
.noform span {
    background-color:#ffcece!important;
    border:2px solid #ffcece!important;
}
.fm_name input {
    width:46%;
    margin-right:0%;
}
.fm_name02 input {
    width:46%;
    margin-right:0%;
}
.fm_phone input {
    width:calc(35.2% - 1em);
    margin:0%;
}
.fm_phone p input:nth-child(1) {
    margin-left:4%;
}
.fm_email p input:nth-child(1) {
    margin-bottom:0.16rem;
}
select {
    -webkit-appearance:none;
    margin:0 4%;
    width:96%;
    box-sizing:border-box;
    padding:0.9em 0.7em;
    font-size:0.2rem;
    line-height:120%;
    border:0;
    border-radius:0;
    background:#fff url("../images/ico_down.png") 98% center no-repeat;
    background-size:0.22rem auto;
    background-color:#e9e7e5;
    cursor:pointer;
    border-radius:0;
}
.fm_radio {
    margin-left:4%;
    line-height:0;
}
.fm_sex label {
    margin-right:2%;
}
.fm_sex label span {
    display:inline-block;
    padding:1em 0.9em;
    background-color:#e9e7e5;
    box-sizing:border-box;
    border:2px solid #e9e7e5;
    line-height:100%;
    cursor:pointer;
}
.fm_sex label input {
    display:none;
}
.fm_sex label input:checked ~ span {
    border:2px solid #000;
}
.fm_year input {
    width:50%;
    margin-right:2%;
}
.fm_sen {
    display:block;
    margin-right:0%;
    margin-left:4%;
}
.fm_sen span {
    display:block;
    padding:1em 1.2em;
    background-color:#e9e7e5;
    box-sizing:border-box;
    border:2px solid #e9e7e5;
    line-height:100%;
    cursor:pointer;
}
.fm_sen input {
    display:none;
}
.fm_sen input:checked ~ span {
    border:2px solid #000;
    background-color:#ffffd7;
}
.fm_enlink {
    margin-left:4%;
    display:block;
    padding-top:0.3em;
}
.ico_run {
    height:1em;
    vertical-align:middle;
    padding:0 0.2em;
}
.ban_subf {
    text-align:center;
}
.ban_subf .ban_lmob {
    padding:0;
    margin-right:0.1rem;
    max-width:auto;
}
.ban_subf .ban_lmob input {
    padding:0.3rem 0;
    color:#000;
    font-size:0.3rem;
    font-weight:600;
    cursor:pointer;
    position:relative;
    z-index:10;
    background-color:transparent;
    transition:color 0.3s;
    margin:0;
    text-align:center;
    width:5.5rem;
}
.ban_subf .ban_lmob:hover input {
    color:#fff;
}
.fm_insmall {
    font-size:0.16rem;
    line-height:180%;
}
.pp_box {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    background:rgba(0,0,0,0.7);
    z-index:60;
    display:none;
}
.pp_con {
    width:850px;
    max-width:86.67%;
    box-sizing:border-box;
    margin:0 auto;
    background:#fff;
    height:100vh;
    position:relative;
}
.pp_title {
    padding:1.45rem 0.95rem 0.45rem 0.95rem;
    font-size:0.22rem;
    line-height:0.25rem;
    font-weight:700;
}
.pp_context {
    font-size:0.18rem;
    line-height:155%;
    box-sizing:border-box;
    height:calc(100vh - 2.15rem);
    overflow-y:auto;
    padding:0 0.95rem 1rem 0.95rem;
}
.pp_banclase {
    position:absolute;
    top:0.38rem;
    right:0.3rem;
    transform:none;
    font-size:0.4rem;
    padding:0 0 0.2rem 0;
    letter-spacing:0.1em;
    cursor:pointer;
    width:5em;
    text-align:center;
}
.pp_banclase.au_entit::after {
    width:100%;
    bottom:0;
    height:0.07rem;
}
.pp_context::-webkit-scrollbar-track {
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.2);
    background-color:#f0f0f0;
}
.pp_context::-webkit-scrollbar {
    width:0.1rem;
    background-color:#494848;
}
.pp_context::-webkit-scrollbar-thumb {
    background-color:#ffff47;
    background:linear-gradient(to bottom,#ffff47,#00dfc1);
}
.iframe_ytbbox {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    background:rgba(0,0,0,0.7);
    z-index:60;
    display:none;
}
.ifytbmoblist {
    width:100%;
    height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;
}
.iframe_ytbbox .iframe_con {
    width:850px;
    max-width:90%;
    box-sizing:border-box;
    margin:0 auto;
    background:#fff;
    text-align:right;
}
.if_ytb {
    width:100%;
    padding-bottom:56.25%;
    position:relative;
}
.if_ytb iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:0;
}
.js_ifbox {
    position:relative;
    margin:0.2rem;
    display:inline-block;
    top:0;
    left:0;
}
.iframe_box {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    background:rgba(0,0,0,0.7);
    z-index:60;
    display:none;
}
.iframe_con {
    width:850px;
    max-width:86.67%;
    box-sizing:border-box;
    margin:10vh auto;
    background:#fff;
    text-align:right;
}
.ifmobin {
    height:70vh;
    position:relative;
}
.ifmobin iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:0;
}
.js_ifbox {
    position:relative;
    margin:0.2rem;
    display:inline-block;
    top:0;
    left:0;
}
.iframe_ytbbox {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    background:rgba(0,0,0,0.7);
    z-index:60;
    display:none;
}
.ifytbmoblist {
    width:100%;
    height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;
}
.iframe_ytbbox .iframe_con {
    width:850px;
    max-width:90%;
    box-sizing:border-box;
    margin:0 auto;
    background:#fff;
    text-align:right;
}
.if_ytb {
    width:100%;
    padding-bottom:56.25%;
    position:relative;
}
.if_ytb iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:0;
}
.js_ifbox {
    position:relative;
    margin:0.2rem;
    display:inline-block;
    top:0;
    left:0;
}
footer {
    display:block;
    background:#e7e7e7;
}
.footin {
    width:880px;
    max-width:100%;
    margin:0 auto;
    box-sizing:border-box;
    padding:0.3rem 0 0.4rem 0;
    text-align:center;
}
.ft_cp {
    font-size:0.75em;
    font-weight:600;
    padding-bottom:0.2rem;
}
.ban_ftsns {}
.ban_ftsns a {
    display:inline-block;
    margin:0 0 0 0.2rem;
    height:0.27rem
}
.ft_copy {
    font-size:0.13rem;
    line-height:130%;
    color: #000;
}
.pgtp {
    position:fixed;
    bottom:30px;
    right:0.5rem;
    text-align:center;
    text-decoration:none;
    display:none;
    width:1rem;
    transition:bottom 0.4s;
    z-index:50;
}
.pgtp:hover {
    opacity:0.7;
}
/* ani */
.titlesclo {}
.titlesclo .insntit {
    display:block;
    animation-delay:0.5s;
}
.titlesclo::after {
    transition:transform 0.7s;
    transition-timing-function: linear;
    transform: scale(1,1);
}
.au_con,.cn_tab,.adinnnerls {
    animation-delay:0.5s;
}



@media screen and (max-width:768px) {
    html {
    width:100%;
    overflow-x:hidden;
    }
    body {
        overflow-x:hidden;
        font-size:0.22rem;
        line-height:160%;
    }
    .sp_none {
        display:none;
    }
    .pc_none {
        display:block;
    }
    /* .au_header {
        background-image:url("../images/head_bg_sp.png");
    } */
    .top_conlist {
    animation-delay: 1s;
        padding:5% 4% 9% 4%;
    }
    .au_mb01 .adinnnerls {
        padding:0.6rem 0rem 1rem 0rem;
    }
    .au_swip {
        max-width:100%;
    }
    .au_con {
        padding:0 0.8rem;
        font-size: 0.24rem;
    }
    .adinnnerls .smfont {
        padding:0;
    }
    .au_entit {
        padding-left:0.16rem;
    }
    .inslide .au_con {
        padding:0.7rem 0 0 0;
        max-width:89.4%;
    }
    .au_mb02 .adinnnerls {
        padding:1.1rem 0 0.9rem 0;
    }
    .au_mb03 {
        background-image:url("../images/min_bg_sp.jpg");
    }
    .au_mb04 img {
        width:500px;
        max-width:70%;
    }
    .au_ctitle .au_cti {
        padding-left:0.1rem;
    }
    .au_title_c01 .au_cti {
        max-width:8.4rem;
    }
    .au_title_c03 .au_cti {
        padding-left:0.5rem;
    }
    .au_conlist {
        padding-top:0.55rem;
    }
    .cn_tab {
        justify-content: center;
    }
    .cn_tab .cn_ttn {
        width: 70%;
        padding:0 0 4% 0;
    }
    .cn_tab .cn_ttx {
        width: 100%;
        padding:0 0 0 0;
    }
    .au_conlist02 {
        box-sizing: border-box;
        padding:0.5rem 0.3rem;
    }
    .au_mobinl {
        box-sizing: border-box;
        margin:0.5rem 0;
        font-size:1.4em;
        padding: 0.45rem 0.3rem 0.35rem 0.3rem;
    }
    .as_qamob {
        padding-bottom:0;
    }
    .pp_title {
        padding:1.45rem 0.8rem 0.45rem 0.8rem;
        font-size:0.25rem;
    }
    .pp_context {
        font-size:0.2rem;
        line-height:155%;
        padding:0 0.8rem 1rem 0.8rem;
    }
    .pp_banclase {
        font-size:0.44rem;
    }
    .form_tabmob {
        width:100%;
        padding-bottom:0.3rem;
    }
    .form_mob .form_tabmob:nth-child(2n) {
        padding-left:0;
    }
    .fm_title {
        font-size:0.24rem;
        line-height:220%;
    }
    .fm_title02 {
        font-size:0.24rem;
        line-height:220%;
    }
    select {
        width:92%;
        border-radius:0;
    }
    .formob input {
        width:92%;
        border-radius:0;
        font-size:0.22rem;
        line-height:120%;
    }
    .fm_phone input {
        width:calc(33.3% - 1em);
    }
    .fm_name02 input {
        width:44%;
    }
    .fm_name input {
        width:44%;
    }
    .fm_year input {
        width:50%;
    }
    .ban_subf .ban_lmob input {
        padding:0.3rem 0;
        width:6rem;
    }
    .fm_insmall {
        padding:0 0.5rem;
    }
    .fm_sex label span {
        padding:1.1em 1em;
    }
    .fm_sen span {
        width:95.5%;
    }
    .ytbsnin {
        padding:1.1em 2em;
    }
    .ban_inline .ban_lmob02 {
        width: 80%;
        font-size:0.28rem;
    }

.inner_cd{
    padding-bottom: 0.1rem;
}    
    
/* Artist Comment */
.au_mobinl_c {
    width:90%;
    max-width:90%;
    box-sizing: border-box;
    margin:0.6rem auto 0.7rem auto ;
    padding:0.55rem 0.4rem 0.3rem 0.4rem;
    position:relative;
}

.adtitlenum_c {
    position: absolute;
    top: -0.8em;
    left: -0.1rem;
    font-size: 0.32rem;
    padding: 0.3em 2.5em;
    font-family: 'Zen Old Mincho', serif;
}

.au_con_c {
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    font-weight: 500;
    padding: 0;
    font-size: 0.86em;
    line-height: 1.5em;
}

.cn_tabfloat .cn_ttx {
    text-align: left;
}

.cn_tabfloat .cn_ttn {
    float: left;
    box-sizing: border-box;
    width: 55%;
    padding: 0 4% 3% 0;
}

.cn_tabfloat::after{
    content: "";
    display: block;
    clear: both;
}

.cn_ttx h2{
    padding:4% 0 7% 0;
    font-size: 2.6em;
    font-family: 'Zen Old Mincho', serif;
}


.inner_4rd .cn_ttx h2{
    font-size: 2em;
}



.cn_ttx h3{
    margin-bottom:2.5%;
    font-family: 'Zen Old Mincho', serif;
}
/* Artist Comment */
    
    
    
    
}
@media screen and (max-height:500px) {
    .au_logo {
    top:0.3rem;
    }
    .tp_nlogo {
        padding:4vh 0;
    }
    .au_tpx01 {
        font-size:0.3rem;
        line-height:153%;
    }
    .au_tpx02 {
        font-size:0.2rem;
        line-height:125%;
    }
}