/*-----------
reset
-----------*/
* {margin: 0;padding: 0;}

.cf { zoom: 1; }
.cf:before,.cf:after { content: ""; display: table;}
.cf:after { clear: both;}

img {height: auto;}

/*-----------
commone
-----------*/
.left{float: left;}
.right{float: right;}
.listL li{float: left;}

/*flex box*/
.flex{display: flex;align-items: flex-start;}
.mleft{margin-left: auto;}
.mright{margin-right: auto;}
.mtop{margin-top: auto;}
.mbottom{margin-bottom: auto;}

.pc{display: block;}
.sp{display: none;}
@media screen and ( max-width:560px) {
    .pc{display: none;}
    .sp{display: block;}
}

/*ボタン*/
#about_nendoroid .btn{max-width: 400px; width: 100%; margin: 0 auto;padding: 0;text-shadow:none;border: none;background: none;border-radius: 0;display: block;}
#about_nendoroid .btn a{    display: block;border-radius: 100px;text-decoration: none;text-align: center;font-size: 1.4em;padding: 0.8em 1em;line-height: 1;border: 2px solid #ffffff;color: #ffffff;transition: all 0.2s linear;background: rgb(0 0 0 / 50%);font-weight: 400;max-width: 500px;margin: 0 auto;}
#about_nendoroid .btn a:hover{color: #fff;background: #ffa000;}
#about_nendoroid section .btn{width: 90%; margin: 3em auto 0;}
#about_nendoroid section .btn a{background: #ffa000; border: 2px solid #ffa000; color: #fff;position: relative;}
#about_nendoroid section .btn a::before{content: "";display: block;width: 30px;height: 30px;background: #fff;position: absolute;right: 10px;top: calc(50% - 15px);border-radius: 999px;transition: all 0.2s linear; }
#about_nendoroid section .btn a::after{content: "";display: block; transform: rotate(45deg);border-right: 3px solid #ffa000;border-bottom: 3px solid #ffa000;width: 10px; height: 10px; position: absolute; right: 18px; top: calc(50% - 8px); transition: all 0.2s linear; }
#about_nendoroid section .btn a:hover{background: #fff; color: #ffa000;}
#about_nendoroid section .btn a:hover::before{background: #ffa000;}
#about_nendoroid section .btn a:hover::after{border-right: 3px solid #fff;border-bottom: 3px solid #fff;}


/*-----------
body
-----------*/
#about_nendoroid {position: relative;width: 100%; background:url(../images/bg.jpg) #fff center top repeat;color: #666; background-size: cover;background-attachment: fixed;font-family: 'M PLUS Rounded 1c', sans-serif;}
#about_nendoroid.zh{font-family: 'Noto Sans TC', sans-serif;}
#about_nendoroid.en{font-family: 'Cabin', sans-serif;}

@media screen and ( max-width:768px) {
    #about_nendoroid {background-size: auto 100%;}
}

/*-----------
header
-----------*/
#about_nendoroid #header{color: #fff; position: relative;z-index: 15; padding: 5px 0 10em;background: rgba(255,255,255,0.2);}
#about_nendoroid #header .inner{width: 98%; margin: 0 auto;position: relative; }
#header h1{font-weight: normal; font-size: 0.8em; padding: 0;margin:8px 0 0 0;line-height: 1em;}
#about_nendoroid #header .btn_sns a{margin-left: 0.5em;}
#about_nendoroid #header .btn_sns a:hover{filter:alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8;}
#about_nendoroid #header .btn_sns a{ width: 28px; height: 28px; line-height: 1; display: block;}
#about_nendoroid #header .btn_sns a img{ width: 28px; height: 28px; }

#about_nendoroid h1{max-width: 600px; width: 80%; margin: 1em auto 2em;}
#about_nendoroid h2{text-align: center; width: 100%;color: #403f3e; font-size: 1.8em;padding: 0.5em 0 1em 0; text-shadow: 0px 0px 4px rgba(253,253,253,0.6),0px 0px 4px rgba(253,253,253,0.6),0px 0px 4px rgba(253,253,253,0.6);}
#about_nendoroid #header h2{line-height: 1.5em;font-size: 2em;}
#about_nendoroid #header h2 br{display: none;}
#about_nendoroid #header .btn{width:600px;}

#nendoroid_top{margin-top: 3em;}

@media screen and ( max-width:768px) {
    #about_nendoroid #header {padding: 2em 0 3em;}
    #about_nendoroid #header .inner{display: none;}
    #about_nendoroid #header h2{font-size: 1.4em;}
    #about_nendoroid #header h2 br{display: block;}
    #about_nendoroid #header .btn{max-width:400px; width: 95%;}
}


@media screen and ( max-width:560px) {
    #about_nendoroid #header h2{font-size: 1.3em;}
}



/*-----------
言語
-----------*/
#language-select {
    width: 100%;
    height: 38px;
    position: relative;float: none;
}

#language-select form {
    width: 160px;
    padding: 0;
    float: right
}

#language-select select,#language-select input {
    display: inline;
    padding: 0;
    margin: 0
}

#language-select .dropdown {
    position: absolute !important;
    right: 0
}

#language-select .dropdown dd {
    position: absolute
}

dt,dd {
    line-height: 16px !important
}

#language-select .dropdown a {
    text-decoration: none;
    outline: 0;
    font-size: 11px;
    display: block;
    width: 65px;
    text-align: center;
    overflow: hidden
}

#language-select .dropdown dt a {
    background: #ff8400;
    border: 1px solid #ff8400;
    padding: 3px 10px 4px 10px;
    color: #fff
}

#language-select .dropdown dt a.activemode {
    background: #f27d00;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 1px dotted #f27d00;
    -moz-box-shadow: 0 1px 7px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 7px rgba(0,0,0,0.2);
    box-shadow: 0 1px 7px rgba(0,0,0,0.2);
    color: #fff
}

#language-select .dropdown dd ul {
    background: #814f33;
    border: 1px solid #676768;
    color: #C5C0B0;
    display: none;
    position: absolute;
    z-index: 999;
    top: 0;
    left: -10px;
    padding: 2px 0 5px 0;
    list-style: none;
    border-top: none;
    margin: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5);
    box-shadow: 0 2px 6px rgba(0,0,0,0.5)
}

#language-select .dropdown dd ul li a {
    padding: 2px 10px
}

#language-select .dropdown dd ul li a span,#language-select .dropdown dt a span {
    float: left;
    width: 16px;
    height: 11px;
    margin: 2px 6px 0 0;
    background-repeat: no-repeat;
    cursor: pointer
}

#language-select .dropdown dd ul li a em,#language-select .dropdown dt a em {
    font-style: normal;
    float: left;
    width: 65px;
    cursor: pointer
}

#language-select .dropdown dd ul li a em {
    color: #dbc3b5
}

.dropdown dd ul li a:hover {
    background-color: rgba(255,255,255,0.1)
}

.dropdown dd ul li a:hover em {
    color: #fff
}
/*-----------
content
-----------*/
#about_nendoroid section{padding: 5em 0; margin: 25em 0 0 0; position: relative; background: #fff;}
#about_nendoroid section:first-child{margin-top: 0;}
#about_nendoroid section .inner{max-width: 1200px; margin: 0 auto; width: 95%; padding: 0 0 2em;}
#about_nendoroid section h3{font-size: 2.5em;color: #3e3e3e; text-align: center; font-weight: 800;}

/*-------
 about
-------*/
#about_nendoroid #abou{padding-top: 6em;}
#about_nendoroid #about .inner{display: flex; flex-wrap: wrap;align-items: center;position: relative;justify-content: space-between;}
#about_nendoroid #about .inner .img_area{width: 55%;}
#about_nendoroid #about .inner p{width: 95%;font-size: 1.6em;text-align: center;font-weight: 400; margin: 1em auto 3em;line-height: 2.5;}
#about_nendoroid #about .about_img{position: absolute;}
#about_nendoroid #about .about_img.c01{    width: 18%;
    top: -8%;
    left: -5%;}
#about_nendoroid #about .about_img.c02{    width: 7%;
    top: 12%;
    left: 7%;;}
#about_nendoroid #about .about_img.c03{
    width: 8%;
    right: 6%;
    top: -8%;

}
#about_nendoroid #about .about_img.c04{    width: 11%;
    top: 11%;
    right: 11%;}

@media screen and (max-width: 1200px){
    #about_nendoroid #about .inner p{width: 95%; margin: 1em auto 0;    position: relative;
        z-index: 10;} 
}

@media screen and (max-width: 1111px){
    #about_nendoroid #about .about_img.c01{    width: 19%;
        top: -8%;
        left: -5%;}
    #about_nendoroid #about .about_img.c02{    width: 7%;
        top: 12%;
        left: 7%;}
    #about_nendoroid #about .about_img.c03{
        width: 8%;
        right: 2%;
        top: -8%;
    
    }
}


@media screen and (max-width: 950px){
    #about_nendoroid #about .about_img{position: relative; margin: 0;}
    #about_nendoroid #about .about_img.c01{width: 30%;top: auto;left: auto;}
    #about_nendoroid #about .about_img.c02{width: 12%;top: auto;left: auto;}
    #about_nendoroid #about .about_img.c03{width: 13.5%;top: auto;right: auto;}
    #about_nendoroid #about .about_img.c04{width: 17%;top: auto;right: auto;}   
}



@media screen and (max-width: 767px){
    #about_nendoroid #about .inner{flex-wrap: wrap;justify-content:space-between;}
    #about_nendoroid #about .inner .img_area,
    #about_nendoroid #about .inner p{width: 95%;margin: 1em auto 0;line-height: 1.9;}
    #about_nendoroid #about .inner p br{display: block;}
   
}

/*-------
 #about,#series　slide
-------*/
/*768以上*/
#about_nendoroid #about .slider{position: relative;display: flex; margin: 0;flex-wrap: wrap;}
#about_nendoroid #series .slider{position: relative;display: flex; margin: 0 0 0 -2em;flex-wrap: wrap;}
#about_nendoroid #about .slider{margin-top: 1%; width: 100%;}
#about_nendoroid #about .slider .box{margin: 1em 0 0 2em; width: calc((100% / 3) - 2em);display: flex;align-items: flex-start;flex-wrap: wrap; /* align-content: flex-start; */}
#about_nendoroid #series .slider .box{margin: 1em 0 0 2em; width: calc((100% / 4) - 2em);display: flex;align-items: flex-start;flex-wrap: wrap; /* align-content: flex-start; */}
#about_nendoroid #about .slider .box p,
#about_nendoroid #series .slider .box p{width: 90%; padding: 2% 5%;font-size: 1.6em;font-weight: 400;line-height: 1.4;text-align: left;margin-bottom: auto;}
#about_nendoroid #series .slider .box .btn{margin: auto auto 0 auto; width: 100%;}
#about_nendoroid #series .slider .box a{width: 80%; margin: 0 auto; background: #fff; color: #ffb73d; border-color: #ffb73d;}
#about_nendoroid #series .slider .btn a::after{transform: rotate(-45deg);top: calc(50% - 6px);border-color: #ffb73d;}
#about_nendoroid #series .slider .btn a::before{display: none;}
#about_nendoroid #series .slider .btn a:hover::after{border-color: #fff;}
#about_nendoroid #series .slider .box a:hover{background: #ffb73d; color: #fff;}
#about_nendoroid #series p.other{font-weight: 300;font-size: 1.2em;text-align: center;margin-top: 1em;}

@media screen and (max-width: 950px){
    #about_nendoroid #about .slider{margin-top: 3%;}
}

@media screen and (max-width: 1200px){
    #about_nendoroid #series .slider .box{margin: 1em 0 0 2em; width: calc((100% / 2) - 2em);}
}


/*767以下*/
@media screen and (max-width: 767px){
    #about_nendoroid #about .slider,
    #about_nendoroid #series .slider{display:block;}
    #about_nendoroid #about .inner,
    #about_nendoroid #series .inner{width:100%; margin: 1em 0 0 0;}
}

#about_nendoroid #series .slick-slide {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0.5;
    padding: 5px;
  }
#about_nendoroid #series .slick-current  {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 1;
  }

#about_nendoroid #about .slider .prev,
#about_nendoroid #about .slider .next,
#about_nendoroid #series .slider .prev,
#about_nendoroid #about .slider .next,
#about_nendoroid #series .slider .next{position: absolute;width: 50px;height: 50px;top: 45%;top: calc(50% - 38px);z-index: 10;opacity: 0.5;}
#about_nendoroid #about .slider .prev,
#about_nendoroid #series .slider .prev{left: 2%;}
#about_nendoroid #about .slider .next,
#about_nendoroid #series .slider .next{right: 2%;}
#about_nendoroid #about .slick-slide img,
#about_nendoroid #series .slick-slide img{max-width: 100%; width: 100%;}
#about_nendoroid #about .slider:hover .prev,
#about_nendoroid #about .slider:hover .next,
#about_nendoroid #series .slider:hover .prev,
#about_nendoroid #series .slider:hover .next{opacity: 0.7;}
#about_nendoroid #about .slider .prev:hover,
#about_nendoroid #about .slider .next:hover,
#about_nendoroid #series .slider .prev:hover ,
#about_nendoroid #series .slider .next:hover{opacity: 0.9;cursor: pointer;}

@media screen and (max-width: 767px){
    #about_nendoroid #about .slider{margin-top: 4%;}
    #about_nendoroid #series .slider{margin: 0;}
    #about_nendoroid #about .slider .box,
    #about_nendoroid #series .slider .box{margin: 0;}
}

/*-----------
lineup
-----------*/

#about_nendoroid #lineup .flex{flex-wrap: wrap; padding: 0 5px; box-sizing: border-box;align-items: stretch;}
#about_nendoroid #lineup .box{display: flex; border-radius: 20px; flex-wrap: wrap; overflow: hidden; width:calc((100% / 6) - 20px); margin:1em 10px 0; border: 1px solid #d2d2d2;box-sizing: border-box;} 
#about_nendoroid #lineup .box a{ align-self: flex-start;text-decoration: none; color: #666;width: 100%;}
#about_nendoroid #lineup .box img,
#about_nendoroid #lineup .box .text_area{width: 100%;}
#about_nendoroid #lineup .box img{border-bottom: 10px solid #666; }
#about_nendoroid #lineup .box .text_area{padding: 0 10px 10px; box-sizing: border-box;}
#about_nendoroid #lineup .box .text_area h5{font-size: 1.5em; line-height: 1.2em;font-weight: 700;margin: 0.2em 0 0 0;}
#about_nendoroid #lineup .box .text_area h5 .number{ font-size: 1.2em;}
#about_nendoroid #lineup .box .text_area h5 br{display: block;}
#about_nendoroid #lineup .btn{margin-top: 2em;}
#about_nendoroid #lineup .btn a::after{transform: rotate(-45deg);top: calc(50% - 6px);right: 20px;}



@media screen and (max-width: 1000px){
    #about_nendoroid #lineup .box{width:calc((100% / 4) - 20px); } 
}

@media screen and (max-width: 768px){
    #about_nendoroid #lineup .box{width:calc((100% / 3) - 20px); }
    #about_nendoroid #lineup .box .text_area h5{font-size: 1.2em;}
    #about_nendoroid #lineup .box .text_area h5 br{display: block;}
}

@media screen and (max-width: 640px){
    #about_nendoroid #lineup .box{width:calc(50% - 10px); margin: 1em 5px 0;}
}

/*-----------
footer
-----------*/
#footer{border: none;}
footer{padding: 1.5em 0.5em 3em; border: 0;}
footer .flex{justify-content: space-between;}
footer .flex .logo_f:first-child{margin-right: 1em;}
footer .small{font-size: 0.7em; margin-top: 0.5em;}



/* fancyBox v2.1.5 fancyapps.com | fancyapps.com/imagebox/#license */
.imagebox-wrap,.imagebox-skin,.imagebox-outer,.imagebox-inner,.imagebox-image,.imagebox-wrap iframe,.imagebox-wrap object,.imagebox-nav,.imagebox-nav span,.imagebox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.imagebox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.imagebox-skin {
    position: relative;
    /* background: #f9f9f9; */
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.imagebox-opened {
    z-index: 8030
}
/* 
.imagebox-opened .imagebox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
    box-shadow: 0 10px 25px rgba(0,0,0,0.5)
} */

.imagebox-outer,.imagebox-inner {
    position: relative
}

.imagebox-inner {
    overflow: hidden
}

.imagebox-type-iframe .imagebox-inner {
    -webkit-overflow-scrolling: touch
}

.imagebox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.imagebox-image,.imagebox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.imagebox-image {
    max-width: 100%;
    max-height: 100%
}

#imagebox-loading,.imagebox-close,.imagebox-prev span,.imagebox-next span {
    background-image: url(//images.goodsmile.info.s3-ap-northeast-1.amazonaws.com/media/fancybox_sprite-783d4031fe50c3d83c960911e1fbc705.png)
}

#imagebox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060
}

#imagebox-loading div {
    width: 44px;
    height: 44px;
    background: url(//images.goodsmile.info.s3-ap-northeast-1.amazonaws.com/media/fancybox_loading-328cc0f6c78211485058d460e80f4fa8.gif) center center no-repeat
}

.imagebox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.imagebox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(//images.goodsmile.info.s3-ap-northeast-1.amazonaws.com/media/blank-325472601571f31e1bf00674c368d335.gif);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040
}

.imagebox-prev {
    left: 0
}

.imagebox-next {
    right: 0
}

.imagebox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.imagebox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.imagebox-next span {
    right: 10px;
    background-position: 0 -72px
}

.imagebox-nav:hover span {
    visibility: visible
}

.imagebox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.imagebox-lock {
    overflow: hidden !important;
    width: auto
}

.imagebox-lock body {
    overflow: hidden !important
}

.imagebox-lock-test {
    overflow-y: hidden !important
}

.imagebox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(//images.goodsmile.info.s3-ap-northeast-1.amazonaws.com/media/fancybox_overlay-77aeaa52715b898b73c74d68c630330e.png)
}

.imagebox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.imagebox-lock .imagebox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.imagebox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.imagebox-opened .imagebox-title {
    visibility: visible
}

.imagebox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.imagebox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 7px;
    background: transparent;
    background: rgba(0,0,0,0.8);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap
}

.imagebox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.imagebox-title-inside-wrap {
    padding-top: 10px
}

.imagebox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0,0,0,0.8)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #imagebox-loading,.imagebox-close,.imagebox-prev span,.imagebox-next span {
        background-image:url(//images.goodsmile.info.s3-ap-northeast-1.amazonaws.com/media/fancybox_sprite@2x-ed9970ce22242421e66ff150aa97fe5f.png);
        background-size: 44px 152px
    }

    #imagebox-loading div {
        background-image: url(//images.goodsmile.info.s3-ap-northeast-1.amazonaws.com/media/fancybox_loading@2x-f92938639fa894a0e8ded1c3368abe98.gif);
        background-size: 24px 24px
    }
}



#kako .flex{width: 100%;max-width: 700px;justify-content: center;}
#kako .flex img{width: 49%;margin: 0 0.5% 0;}

@media screen and (max-width: 640px){
    #kako .flex{flex-wrap: wrap;padding: 2% 0; box-sizing: border-box;}
    #kako .flex img{width: 70%;margin:1% 0;}
}
