@charset "UTF-8";

/* -------------------------------------------------
loading
--------------------------------------------------- */	

body > #loader-bg {
    height: 100% !important;
}
#loader-bg {
    background: #fff;
    display: none;
    height: 100%;
    left: 0px;
    overflow: hidden;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 900;
}
#loader {
position:absolute;
background: url(/src/img/common/loading.gif) no-repeat;
top: 55%;
right:0;
    left: 0;
    width: 100px;
    height: 100px;
    margin: 0 auto;
text-indent:-9999px;
}



/********************************************
共通
*********************************************/
.fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 500ms;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}




/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
height: 100%;

}
.slick-dotted.slick-slider
{
margin-bottom:0;
}
.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 100%;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}



.slick-slide
{
    display: none;
    float: left;
height:auto;
    min-height: 1px;

}
[dir='rtl'] .slick-slide
{
    float: right;
}
.m_slider .slick-slide {
  display: block;
opacity:0.5;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 48%;
    display: block;
    z-index: 1;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.intro {position: relative;height: 720px;margin-top: 100px;padding-left: 5%;}
.intro:after {
    content: ''; 
    display: block;
    clear: both;
}


.intro .slider li.slider01, 
.intro .slider li.slider02, 
.intro .slider li.slider03, 
.intro .slider li.slider04, 
.intro .slider li.slider05 {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 720px;
    display: table;
}


.intro .slider li.slider01 {
    background-image: url(/src/img/top/main01.jpg);
}
.intro .slider li.slider02 {
    background-image: url(/src/img/top/main02.jpg);
}
.intro .slider li.slider03  {
    background-image: url(/src/img/top/main03.jpg);
}
.intro .slider li.slider04  {
    background-image: url(/src/img/top/main04.jpg);
}
.intro .slider li.slider05  {
    background-image: url(/src/img/top/main05.jpg);
}
.intro .intro_text {
    float: left;
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 600;
    width: 35%;
    height: 100%;
    display: table;
    color: #666666;
    opacity: 0;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
    transition-timing-function:ease-in-out;
}
.intro .intro_text p {
    display: table-cell;
    vertical-align: middle;
}
.intro .intro_text p span { display: block; }

.hero_img {
  overflow: hidden;
  position: relative;
  float: right;
  width: 65%;
  height: 720px;
}
.hero_img:before {
  animation: img-wrap 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 720px;
}
@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}

/********************************************
about
*********************************************/
.about {
    margin-top: 2rem;
    padding-top: 2rem;
position:relative;
}

.about .inner {
    position: relative;
}

.about .inner:after {
content: '';
background-image: url(/src/img/top/image.jpg);
position: absolute;
width: 10%;
padding: 32.638888%;
top: 0rem;
background-repeat: no-repeat;
background-position: right top;
background-size: 100%;
z-index: 0;
right: -10rem;
}

.about .textBox {
    position: relative;
    font-size: 14px;
    line-height: 1.8;
}

.about h2 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 15px;
    color: #666666;
}


.about .textArea {
    width: 50%;
    position: relative;
    z-index: 1;
}

.about .pro {
    overflow: hidden;
    margin-top: 20px;
}

/*.about .name:after {
    content: '';
    background-image: url(/src/img/top/sign.png);
    display: inline-block;
    width: 92px;
    height: 52px;
    background-repeat: no-repeat;
	background-size: 92px;
}*/

.about .pro .photo {
    margin-right: 5%;
    float: left;
    background-image: url(/src/img/top/ceo.jpg);
    width: 32%;
    height: 170px;
    background-size: cover;
    background-position: center;
}
.about .pro .proBox {
    float: left;
    width: 50%;
}

.about .pro .name small, 
.about .pro .name span {
    display: inline-block;
    line-height: 1.5;
    font-weight: 600;
}

.about .pro .name span {
    font-size: 1.3rem;
    letter-spacing: 1px;
}

.about .pro .name .position {
    font-size: 14px;
    display: block;
}
.about .pro .name p {
    display: inline-block;
}
.about .pro .name .kana {
    letter-spacing: 1px;
    padding-left: 0.5rem;
}
.about .pro_text {
    margin-top: 1rem;
    line-height: 1.5;
    font-size: 14px;
    text-align: justify;
}
.about .pro_text.sp {
    display: none;
}

/********************************************
more_btn
*********************************************/

.more_btn {
    text-align: center;
    margin: 2rem 0;
    position: relative;
    z-index: 10;
}

.more_btn a {
    background-color: #666666;
    border: #666666 1px solid;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0.8rem 6rem;
    border-radius: 30px;
    position: relative;
    z-index: 50;
}
.more_btn a span {
    position: relative;
    z-index: 10;
}

.more_btn a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: all 0.3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.more_btn a:before {
content: '';
position: absolute;
-webkit-transition: all 0.3s ease;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
overflow:  hidden;
border-radius: 30px;
left: 0;
-webkit-transform: scaleX(0);
transform: scaleX(0);
transition: all 0.3s ease;
background-color: #fff;
}
.more_btn a:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.more_btn a:hover {
    color: #666666;
}

.more_btn a:hover:after {
    border-color: #666666;
}




/********************************************
news
*********************************************/
.linkArea {
    max-width:  1024px;
    margin: 50px auto;
}
.news {background-color: #888888;margin: 5rem 0;padding: 5rem 0;}

.news h2 {
    color: #fff;
    font-weight: bold;
    font-size: 1.9rem;
    text-align: center;
    margin-bottom: 1rem;
    letter-spacing: 10px;
}
.pin_icon {
    width: 30px;
    height: 36px;
    transition: .3s;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 10px;
}

.news .pin_icon, 
.btmArea .pin_icon {
    fill: rgba(255,255,255,1);
}

.news .newslist, .news .newslist a {
    color: #fff;
}

.news .newslist dl {
    border-bottom: #a0a0a0 solid 1px;
    padding: 1.5rem;
    position: relative;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.news .newslist dt, 
.news .newslist dd {
    display:  inline-block;
    vertical-align:  top;
}

.news .newslist dt {
    width: 10%;
    line-height: 1.5;
}

.news .newslist dd a {
    color: #fff;
}
.news .newslist a dl:after {
	content: '';
    position: absolute;
    bottom: 8%;
    top: 45%;
    right: 20px;
    width: 9px;
    height: 9px;
    border-top: 2px solid rgba(255,255,255,0.85);
    border-right: 2px solid rgba(255,255,255,0.85);
    transition: all 0.3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.news .newslist dd {
    width: 85%;
    line-height: 1.5;
}

.news .more_btn a {
    background-color: #fff;
    border-color: #888888;
    color: #888888;
}

.news .more_btn a:after {
    border-color: #888888;
}

.news .more_btn a:before {
    background-color: #888888;
}

.news .more_btn a:hover:after {
    border-color: #fff;
}

.news .more_btn a:hover {
    border-color: #fff;
}

.news .more_btn a:hover {
    color: #fff;
}

/********************************************
work
*********************************************/
.work h2, .concept h2, .instagramTimeline h2, .shop h2 {
    color: #666666;
    text-align: center;
    font-weight: 600;
    font-size: 1.9rem;
    letter-spacing: 8px;
    margin-bottom: 2rem;
}

.work .pin_icon, .concept .pin_icon, .instagramTimeline .pin_icon, .shop .pin_icon {
    fill: #666666;
}

.work_list {
    max-width: 1024px;
    margin: 0 auto 2rem;
    letter-spacing: -0.5em;
    text-align: center;
}

.work_list li {
    width: 32%;
    display: inline-block;
    margin: 0.5%;
    letter-spacing: 0;
    overflow: hidden;
}

.work_list li a img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.work_list li a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/********************************************
gallery_bnr
*********************************************/
.gallery_bnr {
    text-align: center;
    padding: 5rem 0 3rem 0;
}

.gallery_bnr a {
    background-image: url(/src/img/top/gallery_bnr.jpg);
    text-indent: -9999px;
    display: block;
    width: 876px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 248px;
    margin: 0 auto;
    position: relative;
}
.gallery_bnr a span {
    text-indent: 0;
    display: block;
    background-color: #fff;
    border: #666666 1px solid;
    font-size: 17px;
    font-weight: 600;
    padding: 0.6rem 6rem;
    border-radius: 30px;
    position: relative;
    margin: 140px auto 0;
    width: 30%;
    z-index: 50;
}

.gallery_bnr a span:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #3e8bb7;
    border-right: 2px solid #3e8bb7;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: all 0.3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

}
.gallery_bnr a span em {
    display: block;
    color: #3e8bb7;
    z-index: 10;
    position: relative;
}

.gallery_bnr a span:before {
    content: '';
    position: absolute;
    -webkit-transition: all 0.3s ease;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 30px;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: all 0.3s ease;
    background-color: #3e8bb7;
}



/********************************************
concept
*********************************************/
.concept, .instagramTimeline, .shop {
    margin-top: 8rem;
}

.concept .cp_list {
    overflow: hidden;
    text-align: center;
}

.concept .cp_list li {
    width: 50%;
    float: left;
}
.concept .cp_list li a {
    position: relative;
    display: block;
    overflow: hidden;
}

.concept .cp_list li div {
    padding: 8rem 0;
    color: #fff;
    position: relative;
    z-index: 5;
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: 5px;
    -webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 1.0);
    -moz-text-shadow: 0 0 5px rgba(0, 0, 0, 1.0);
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}
.concept .cp_list li a:before {
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
	background-size: cover;
}
.concept .cp_list li.cp01 a:before {
    background-image: url(/src/img/top/concept01.jpg);
}
.concept .cp_list li.cp02 a:before {
    background-image: url(/src/img/top/concept02.jpg);
}
.concept .cp_list li.cp03 a:before {
    background-image: url(/src/img/top/concept03.jpg);
}
.concept .cp_list li.cp04 a:before {
    background-image: url(/src/img/top/concept04.jpg);
}
.concept .cp_list li a:hover:before {
-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.concept .cp_list li a:hover:after {
background-color: rgba(0,0,0,0.2);
}

.concept .cp_list li div a {
    color: #fff;
}
.concept .cp_list li .tlArea span, 
.concept .cp_list li .tlArea small {
    display: block;
}

.concept .cp_list li .tlArea .num {
    font-size: 3rem;
    position: relative;
    font-weight: 600;
    padding-bottom: 0.2rem;
    margin-bottom: 1rem;
}

.concept .cp_list li a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.concept .cp_list li .tlArea .num:after {
    content: '';
    width: 25px;
    height: 5px;
    background-color: #1f93d9;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.concept .cp_list li .tlArea small {
    font-size: 17px;
    letter-spacing: 2px;
}

/********************************************
instagramTimeline
*********************************************/
.instagramTimeline{}
.instagramTimeline__inner{}
.instagramTimeline__contents{}

/********************************************
shop
*********************************************/
.shop {
    padding-bottom: 9rem;
}

.shop .photo {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 750px;
}

.shop .photo li {
    width: 50%;
    height: 100%;
}

.shop .photo .out {
    background-image: url(/src/img/top/outside.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.shop .photo li.in span:first-child {
    background-image: url(/src/img/top/inside01.jpg);
    height: 30%;
}

.shop .photo li.in span {
    display: block;
    width: 100%;
    background-size: cover;
}

.shop .photo li.in span:last-child {
    background-image: url(/src/img/top/inside02.jpg);
    height: 70%;
}

/********************************************
btmArea
*********************************************/

.btmArea {
    background-color: #888888;

}

.btmArea section {
    width: 47%;
}

.btmArea .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 5rem 0;
}

.btmArea h2 {
    text-align: center;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: 5px;
    margin-bottom: 1rem;
}

.map {
    height: 600px;
}

.map iframe {
    width: 100%;
    height: 100%;
}
.btmArea .fb_wrap {
    height: 600px;
    overflow: hidden;
    text-align: center;
}

@media screen and (min-width: 1800px) {
.intro .intro_text { 
	line-height: 2.2;
	width: 30%;
}
.concept .cp_list li div { padding: 10rem 0; }
.intro {
    height: 1000px;
}

.hero_img {
    height: 1000px;
    width: 70%;
}

.intro .slider li.slider01, 
.intro .slider li.slider02, 
.intro .slider li.slider03, 
.intro .slider li.slider04, 
.intro .slider li.slider05 {
    height: 1000px;
}
.about.fadein {
	opacity: 1;
	transform: inherit;
}


}

@media screen and (min-width: 1025px) {
.news a:hover dl {

    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    opacity: 1;
	z-index:1;
}
.gallery_bnr a:hover span em {
     color: #fff;
     z-index: 100;
}
.gallery_bnr a:hover span::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.gallery_bnr a:hover span {
    border-color: #fff;
}
.gallery_bnr a:hover span:after {
    border-color: #fff;
}

}



@media screen and (max-width: 1300px) {
.intro .intro_text {
    font-size: 1.4rem;
}
.shop .photo {
    width: 90%;
    height: 500px;
}
}
@media screen and (max-width: 1070px) {
.about .inner {
    max-width: 90%;
    padding-bottom: 1rem;
    position: inherit;
}

.about .textArea {
    width: 100%;
}

.about .textBox {
    width: 50%;

}

.about .pro .photo {
    width: 20%;
    margin-right: 3%;
}
}

@media screen and (max-width: 1024px) {
#loader {
    top: 60%;
}
.intro .slider li.slider01 {
    background-position: center bottom -70px;
}
.intro .slider li.slider01, 
.intro .slider li.slider02, 
.intro .slider li.slider03, 
.intro .slider li.slider04, 
.intro .slider li.slider05 {
    height: 35rem;
}
.intro {
    margin-top: 30px;
    height: 580px;
    padding-left: 3%;
}

.intro .intro_text {
    font-size: 1.3rem;
    width: 40%;
}
.hero_img {
    height: 580px;
	width: 58%;
}
.about.fadein {
	opacity: 1;
	transform: inherit;
}
.about .pro .proBox {
    width: 70%;
}
.news .newslist dt {
    width: 13%;
}

.news h2 {
    font-size: 1.8rem;
}

.work h2, .concept h2, .instagramTimeline h2, .shop h2 {
    font-size: 1.8rem;
}

.work_list {
    max-width: 95%;
}

.concept .cp_list li div {
    padding: 6rem 0;
    font-size: 1.5rem;
}

.concept .cp_list li .tlArea .num {
    font-size: 2rem;
}

.concept .cp_list li .tlArea small {
    font-size: 16px;
}

.gallery_bnr {
    padding-bottom: 0;
}
.gallery_bnr a {
    width: 90%;
}


/********************************************
instagramTimeline
*********************************************/
.instagramTimeline{}
.instagramTimeline__inner{
  max-width: 95%;
  }
.instagramTimeline__contents{}

}
@media screen and (max-width: 750px) {
.intro .intro_text {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
    padding-left: 5%;
    line-height: 1.7;
}

.hero_img {
    float: none;
    width: 100%;
    height: inherit;
}

.intro .intro_text p {
    display: inline;
}
.intro {
    margin-top: 120px;
    height: inherit;
    padding-left: 0;
}

.intro .slider li.slider01, 
.intro .slider li.slider02, 
.intro .slider li.slider03, 
.intro .slider li.slider04, 
.intro .slider li.slider05 {
    background-position: top center;
    height: 20rem;
}
.about {
    margin-top: 1rem;
    padding-top: 1rem;
    position: relative;
    padding-bottom: 7rem;
}
.about h2 {
    font-size: 1.8rem;
}

.about .textBox {
    width: 100%;
}

.about:after {
    content: '';
    background-image: url(/src/img/top/image.jpg);
    position: absolute;
    width: 35%;
    padding: 35%;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    z-index: 0;
    right: 0;
}
.about .inner:after { content: none;}

.about .pro .proBox {
    width: 55%;
}

.about .pro .pro_text {
    margin-top: 0.5rem;
}
.about .pro .photo {
    width: 33%;
}
.about .inner {
    padding-bottom: 15rem;
}
.news {
    margin-top: 0;
    margin-bottom: 4rem;
}
.news h2 {
    font-size: 1.6rem;
}

.more_btn {
    margin-bottom: 0;
}
.more_btn a {
    font-size: 1rem;
}

.news .newslist dt, .news .newslist dd {
    display: block;
}

.news .newslist dt {
    width: 100%;
    margin-bottom: 0.5rem;
}

.news .newslist dd {
    width: 100%;
}
.news .newslist {
    width: 95%;
    margin: 0 auto;
}
.news .newslist dd a:after {
    width: 8px;
    height: 8px;
}

.work_list li {
    width: 47%;
    margin: 01%;
}
.work_list li:last-child { display: none;}

.concept .cp_list li div {
    letter-spacing: 2px;
    font-size: 1.4rem;
}
.shop .photo {
    display: inherit;
    height: inherit;
    width: 100%;
}

.shop .photo li {
    width: 100%;
}

.shop .photo li.in span:first-child {
    height: 200px;
}

.shop .photo li.in span:last-child {
    height: 300px;
    background-position: center top 40%;
}

.shop .photo .out {
    background-position: center bottom;
    height: 400px;
}

.work h2, .concept h2, .instagramTimeline h2, .shop h2 {
    font-size: 1.6rem;
}


.btmArea h2 {
    font-size: 1.5rem;
}

.btmArea section {
    width: 90%;
    margin: 0 auto;
}
.btmArea .fb_wrap {
    height: 400px;
}

.btmArea .inner {
    display: inherit;
}

.btmArea section.fb {
    margin-top: 3rem;
}
.map {
    height: 300px;
}

.gallery_bnr a {
    background-image: url(/src/img/top/gallery_bnr_sp.jpg);
}
.gallery_bnr a span {
    margin: 150px auto 0;
    font-size: 15px;
    width: 50%;
}


}

@media screen and (max-width: 480px) { 
.intro .slider li.slider01, 
.intro .slider li.slider02, 
.intro .slider li.slider03, 
.intro .slider li.slider04, 
.intro .slider li.slider05 {
    height: 18rem;
}
.intro .intro_text {
    font-size: 1.2rem;
    line-height: 1.8;
}

.intro {
    margin-top: 100px;
}

.about h2 {
    font-size: 1.6rem;
}

.about .pro .photo {
    width: 40%;
}

.about .pro .proBox {
    position: relative;
}
.about .pro .proBox {
    padding-top: 30%;
}
.about .pro .name .kana {display: block;}
.about .pro_text.sp {
    display: block;
}
.about .pro .pro_text.pc {
    display: none;
}

.about .name:after {
    position: absolute;
    top: 0;
    right: 0;
    background-position: bottom right;
    background-size: 70px;
}

.about:after {
    width: 30%;
    padding: 50%;
    right: -3rem;
    bottom: 3rem;
}

.about .textArea {
    padding-bottom: 0;
}
.pin_icon {
    width: 26px;
    height: 30px;
}

.news {
    padding-top: 3rem;
    margin-bottom: 3rem;
}

.news h2 {
    font-size: 1.45rem;
    letter-spacing: 5px;
    margin-bottom: 0.5rem;
}

.news .newslist dt, .news .newslist dd {
    font-size: 14px;
}

.news .newslist dl {
    padding: 1rem;
}
.work h2, .concept h2, .instagramTimeline h2, .shop h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    letter-spacing: 5px;
}

.concept, .instagramTimeline, .shop {
    margin-top: 5rem;
}
.shop {
    padding-bottom: 5rem;
}

.concept .cp_list li {
    float: none;
    width: 100%;
}

.concept .cp_list li div {
    padding: 3rem 0;
}
.shop .photo .out {
    height: 250px;
}

.shop .photo li.in span:first-child {
    height: 150px;
}

.btmArea .inner {
    padding: 3rem 0;
}

.btmArea h2 {
    font-size: 1.4rem;
}
.gallery_bnr a span {
	margin-top: 130px;
	padding: 0.5rem;
	width: 60%;
	font-size: 14px;
	}


}