@charset "utf-8";

/*
 * svn button on detail page
 */
@font-face {
    font-family: 'social-icons';
    src:url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/70/social-icons.eot');
    src:url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/70/social-icons.eot?#iefix') format('embedded-opentype'),
    url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/70/social-icons.woff') format('woff'),
    url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/70/social-icons.ttf') format('truetype'),
    url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/70/social-icons.svg#social-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

#social {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 10px;
    background: #f5f5f5;
}

#social a:before{
    font-family: 'social-icons';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -5px;
    bottom: 0;
    width: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

#social a {
    padding: 0 17px 0 50px;
    line-height: 40px;
    color: white;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 10px;
    position: relative;
    width: 150px;
    text-align: center;
}

#social .facebook {
    background: #5D8CC5; /*#263961;*/
}

#social .facebook:before {
    content: "\e600";
    background: #5D8CC5;
    left: 10%;
    font-size: 20px;
}

#social .twitter {
    background: #00ACED; /*#0074a1;*/
}

#social .twitter:before {
    background: #00ACED;
    content: "\e601";
    left: 15%;
    font-size: 20px;
}

div#social .pinterest {
    background: #CB2027; /*#89161a;*/
}

div#social .pinterest:before {
    background: #CB2027;
    content: "\e602";
    font-size: 20px;
}

div#social .google-plus {
    background: #DD4B39; /*#ac2d1e;*/
}

div#social .google-plus:before {
    background: #DD4B39;
    content: "\e603";
    font-size: 20px;
}

div#social .line {
    background: #5CD037;
}

div#social .line:before {
    background: #5cd037 url("../packages/default/img/common/line-logo-bg100x100.png") no-repeat scroll 75% 4px / 30px 30px;
    width: 40%;
    content:"";
    margin-left: 0px;
}

.sns_login ul li{
    display:inline;
}

.label, .badge{
    text-shadow: none;
    display:inline;
    margin:0px 2px;
}

.swiper-button-next, .swiper-button-prev {
    top: 44% !important;
}

.line-login-base{
  background-image: url("../packages/default/img/common/btn_login_base.png");
  background-repeat: no-repeat;
  display: block;
  width: 151px !important;
  height: 44px;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  text-indent: 100%;
  white-space:nowrap;
  margin-left: 35%;
}

.line-login-base:hover {
  background-image: url("../packages/default/img/common/btn_login_hover.png");
  background-repeat: no-repeat;
  display: block;
  width: 151px !important;
  height: 44px;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  text-indent: 100%;
  white-space:nowrap;
  margin-left: 35%;
}

.line-login-base:active {
  background-image: url("../packages/default/img/common/btn_login_press.png");
  background-repeat: no-repeat;
  display: block;
  width: 151px !important;
  height: 44px;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  text-indent: 100%;
  white-space:nowrap;
  margin-left: 35%;
}

/*
 * favorite button on detail page
 */
.favorite {
    margin-top: 5px;
    clear: none;
}


/*
 * coordinate
 */
.uploadArea {
  width: 280px;
  /*height: 370px;*/
  z-index: 11000;
  /*margin-left: 10px;*/
  background-color: white;
  border: dashed 1px #acacac;
}

#upload_div{
  position:relative;
  margin-bottom:30px;
  /*height:410px;*/
}

/*
 * collection page
 */
#collection_area .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
#collection_area .swiper-slide {
    background-size: cover;
    background-position: center;
}
#collection_area .gallery-top {
    height: 500px;
    width: 100%;
}
#collection_area .gallery-top .center{
    margin: 0 auto;
    height: 100%;
    box-sizing: border-box;
    padding: 10px 0;
}
#collection_area .gallery-top .title{
    font-size: 18px;
    border-bottom: 2px solid;
    padding: 0 40px 10px 0;
    color: #FFB8C3;
    margin-bottom: 10px;
}
#collection_area .gallery-top .content{
    margin: 160px 0 0 40px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

#collection_area .gallery-top .content p{
    margin: 0;
}
#collection_area .gallery-thumbs {
    height: 200px;
    box-sizing: border-box;
    padding: 10px 0;
}
#collection_area .gallery-thumbs .swiper-slide {
    width: 135px;
    height: 100%;
    opacity: 0.4;
}
#collection_area .gallery-thumbs .swiper-slide-active {
    opacity: 1;
    position: relative;
}

#collection_area .gallery-thumbs .swiper-slide-active .img{
    display: block;
    border: 1px solid #ee5f5b;
}

#collection_area .gallery-top .swiper-slide .img{
    opacity: 0;
    transform: translateX(100px);
    transition: all 0.5s;
    box-shadow: 0 0 10px 1px rgba(0,0,0,.5);
    width: 380px;
    height: 100%;
    display: inline-block;
    -webkit-background-size: cover;
    background-size: cover; 
    vertical-align: middle;
}
#collection_area .gallery-top .swiper-slide-prev .img{
    transform: translateX(-100px);
    opacity: 0;
}
#collection_area .gallery-top .swiper-slide-active .img{
    opacity: 1;
    transform: none;
}


.tagit {
    padding :3px;
    padding-right: 5px;
    margin-right: 3px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    border: 1px solid #000000;
    background: none;
    background-color: #ffffff;
    float:left;
}

@media (max-width: 630px){

    .productlist {
        float:left;
        width:33%;
        padding-right:10px;
    }

    #coordinate-data-txt{
        background: #fff;
        padding: 10px; 
        text-align: left; 
        word-break: break-all;
    }

    #collection_area .gallery-top{
        margin: 0 -10px;
        width: auto;
        height: auto;
    }

    #collection_area .gallery-top .center{
        width: 100%;
    }

    #collection_area .gallery-top .swiper-slide .img{
        width: 100%;
        max-width: none;
        max-height: none;
        transform: none;
        height: 500px;
        overflow: hidden;
    }
    #collection_area .gallery-top .content{
        display: block;
        padding: 20px;
        margin: 0;
        box-sizing: border-box;
    }
}

.customer-review-posted {
    word-break: break-all;
}