@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  top.css
 style info :  スタイル指定
=================================================================== */


/* sns
----------------------------------------------------------------------------- */
.sns{
    position: absolute;
    width: 40px;
    height: calc(100% - 40px);
	animation-name: sns;
    animation-duration: 3s;
    top: 0;
    left: 42px;
}
@keyframes sns {
	0% {
		left: -200px;
	}
	100% {
		left: 42px;
	}
}
.sns ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40px;
    height: 100%;
}
.sns ul li{
    width: 100%;
    margin-bottom: 32px;
}
.sns ul li:last-of-type{
    margin-bottom: 0;
}
.sns ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.sns ul li a path,
.sns ul li a circle{
    fill: #ccc;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.sns ul li a.fb path{
    height: 20px;
}
.sns ul li a.tw img{
    height: 18px;
}
.sns ul li a.ln img{
    height: 19px;
}
.sns ul li a.yt img{
    height: 18px;
}
.sns ul li a.ig img{
    height: 22px;
}
.sns ul li a.bl img{
    height: 19px;
}
.sns ul li a:hover path,
.sns ul li a:hover circle{
    fill: #fff;
}
.sns ul li a.fb:hover{
    background: #c5d2e8;
}
.sns ul li a.tw:hover{
    background: #b8dbe8 ;
}
.sns ul li a.ln:hover{
    background: #afd3b3;
}
.sns ul li a.yt:hover{
    background: #e5c7c7;
}
.sns ul li a.ig:hover{
    background: #e0e0ad;
}
.sns ul li a.bl:hover{
    background: #d3cec7;
}

.sns ul li a:hover img{
    fill: #fff;
}
/* our concept
----------------------------------------------------------------------------- */
.concept{
    margin: 120px auto 0;
    padding-bottom: 80px;
}
.concept > .wrapper > ul{
    display: flex;
    width: 100%;
    margin: 160px auto 30px;
}
.concept ul li{
    width: 50%;
}
.concept ul img{
    width: 100%;
}
.concept > .wrapper > ul > li:last-of-type{
    margin-left: 95px;
    text-align: left;
    width: calc(50% - 95px);
}
.concept > .wrapper > ul > li:last-of-type h4{
    font-size: 26px;
    line-height: 1.4;
    margin: 11vw auto 66px;
	font-weight: normal;
    padding-right: 12vw;
}
.concept > .wrapper > ul > li:last-of-type p{
    font-size: 14px;
    line-height: 2.2;
    padding-right: 12vw;
}
.btn_wrapper{
    margin: 0 12vw 0 auto;
    width: 175px;
    height: 34px;
    text-align: right;
}
.btn_wrapper a{
    font-size: 14px;
    display: block;
    width: 175px;
    height: 34px;
    border-bottom: 1px solid #333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.btn_wrapper a:hover{
    color: #F99F87;
    border-bottom: 1px solid #F99F87;
}

/* news
----------------------------------------------------------------------------- */
.news{
    max-width: 1200px;
    width: 100%;
    margin: 80px auto;
    background: #F4F2EA;
}
.news .wrapper{
    position: relative;
    width: 1000px;
    padding: 110px 0;
    margin: 0 auto;
}
.news .wrapper h3{
    text-align: left;
    margin-bottom: 90px;
}
.news .wrapper dl{
    margin: 0 auto 20px;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    overflow: hidden;
    width: 100%;
    text-align: left;
}
.news .wrapper dl dt{
    width: 115px;
}
.news .wrapper dl dd{
    width: 50em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .wrapper dl:last-of-type,
.news .wrapper dl:last-of-type{
    margin: 0 auto;
}
.news .wrapper dl dd a{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.news .wrapper dl dd a:hover{
    color: #F99F87;
}
.news .wrapper .rt{
    position: absolute;
    top: 110px;
    right: 0;
    margin: 0;
}
.news .wrapper .rt{
    position: absolute;
    top: 110px;
    right: 0;
    margin: 0;
}
.news .wrapper .rt a{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
/* blog
----------------------------------------------------------------------------- */
.blog{
    padding: 80px 0;
}
.blog .wrapper{
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.blog .wrapper h3{
    text-align: left;
    width: 1000px;
    margin:0 auto 100px;
}
.blog .wrapper ul{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}
.blog .wrapper ul li{
    width: 29%;
    overflow: hidden;
    text-align: left;
}
.blog .wrapper ul li img{
    width: 100%;
}
.blog .wrapper ul li p.day{
    padding-top: 30px;
    font-size: 14px;
    color: #C1BDBC;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.blog .wrapper ul li h4{
    padding-top: 20px;
    line-height: 1.4;
    font-size: 18px;
    color: #333;
    font-weight: normal;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.blog .wrapper ul li p.text{
    padding-top: 25px;
    line-height: 2.1;
    font-size: 13px;
    color: #777;
    font-weight: normal;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.blog .wrapper .rt{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto 0;
    width: 1000px;
}
.blog .btn_wrapper a {
    font-size: 14px;
    display: block;
    width: 175px;
    height: 34px;
    border-bottom: 1px solid #333;
    margin: 0 0 0 auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.blog .btn_wrapper a:hover{
    color: #F99F87;
    border-bottom: 1px solid #F99F87;
}
.blog .wrapper ul li a:hover p,
.blog .wrapper ul li a:hover h4{
    color: #F99F87;
}
.blog .wrapper ul li a:hover img{
    background: #fff;
    opacity: 0.5;
}
.blog .wrapper .rt a{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
/* lineup
----------------------------------------------------------------------------- */
.lineup_bottom30 {
    margin-bottom: 70px !important;
}
.lineup{
    padding: 80px 0;
}
.lineup .wrapper{
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.lineup .wrapper h3{
    text-align: center;
    width: 1000px;
    margin:0 auto 100px;
}
.lineup .wrapper ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lineup .wrapper ul:before{
    content:"";
    display:block;
    width: 265px;
    height:0;
    order:1;
}
.lineup .wrapper ul::after{
    content:"";
    display:block;
    width: 265px;
    height:0;
}
.lineup .wrapper ul li{
    position: relative;
    width: 265px;
    padding-right: 30px;
    text-align: left;
    margin-top: 40px;
}

.lineup .wrapper ul li.fadein3:nth-of-type(2){
    -moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
}
.lineup .wrapper ul li.fadein3:nth-of-type(3){
    -moz-transition-delay:400ms;
	-webkit-transition-delay:400ms;
	-o-transition-delay:400ms;
	-ms-transition-delay:400ms;
}
.lineup .wrapper ul li.fadein3:nth-of-type(4){
    -moz-transition-delay:600ms;
	-webkit-transition-delay:600ms;
	-o-transition-delay:600ms;
	-ms-transition-delay:600ms;
}
.lineup .wrapper ul li::before{
    font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "YuGothic" , "游ゴシック" , "Hiragino Kaku Gothic ProN" , "ヒラギノ角ゴ ProN" , "Meiryo" , "メイリオ" , sans-serif ;
	font-weight: 400;
    position: absolute;
    top: 0;
    right: 0;
    content: '01';
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    font-size: 12px;
    letter-spacing: 1px;
    color: #333;
}
.lineup .wrapper ul li:nth-child(2):before{
    content: '02';
}
.lineup .wrapper ul li:nth-child(3):before{
    content: '03';
}
.lineup .wrapper ul li:nth-child(4):before{
    content: '04';
}
.lineup .wrapper ul li:nth-child(5):before{
    content: '05';
}
.lineup .wrapper ul li:nth-child(6):before{
    content: '06';
}
.lineup .wrapper ul li:nth-child(7):before{
    content: '07';
}
.lineup .wrapper ul li:nth-child(8):before{
    content: '08';
}
.lineup .wrapper ul li::after{
    content: '';
    display: block;
    width: 1px;
    height: 55px;
    position: absolute;
    top: 25px;
    right: 10px;
    margin: auto;
    background-color: #333;
}
.lineup .wrapper ul li img{
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.lineup .wrapper ul li h4{
    font-size: 18px;
    color: #333;
    font-weight: normal;
    padding-top: 35px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.lineup .wrapper ul li p{
    font-size: 13px;
    color: #777;
    font-weight: normal;
    line-height: 2.2;
    padding-top: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.lineup .btn_wrapper a:hover{
    color: #F99F87;
    border-bottom: 1px solid #F99F87;
}
.lineup .wrapper ul li a:hover p,
.lineup .wrapper ul li a:hover h4{
    color: #F99F87;
}
.lineup .wrapper ul li a:hover img{
    background: #fff;
    opacity: 0.5;
}
/* gallery
----------------------------------------------------------------------------- */
.gallery{
    padding: 80px 0;
}
.gallery .wrapper{
    position: relative;
    width: 1000px;
    margin: 0 auto;
}
.gallery .wrapper h3{
    text-align: center;
    margin:0 auto 100px;
}
.gallery .wrapper ul{
    display: flex;
    flex-wrap: wrap;
}
.gallery .wrapper ul li:nth-of-type(1){
    width: 496px;
    padding-right: 40px;
    margin-right: 47px;
}
.gallery .wrapper ul li:nth-of-type(2){
    width: 390px;
    margin-top: 300px;
    padding-right: 40px;
}
.gallery .wrapper ul li:nth-of-type(3){
    width: 335px;
    margin-left: 160px;
    padding-right: 40px;
}
.gallery .wrapper ul li img{
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.gallery .wrapper ul li::before{
    font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "YuGothic" , "游ゴシック" , "Hiragino Kaku Gothic ProN" , "ヒラギノ角ゴ ProN" , "Meiryo" , "メイリオ" , sans-serif ;
	font-weight: 400;
    position: absolute;
    top: 0;
    right: 0;
    content: '01';
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    font-size: 14px;
    letter-spacing: 1px;
    color: #333;
}
.gallery .wrapper ul li:nth-child(2):before{
    content: '02';
}
.gallery .wrapper ul li:nth-child(3):before{
    content: '03';
}
.gallery .wrapper ul li::after{
    content: '';
    display: block;
    width: 1px;
    height: 55px;
    position: absolute;
    top: 25px;
    right: 10px;
    margin: auto;
    background-color: #333;
}
.gallery .wrapper ul li a:hover img{
    background: #fff;
    opacity: 0.5;
}
.gallery .wrapper .rb2{
    position: absolute;
    right: 0;
    bottom: 123px;
    margin: 0;
}
/* shopinfo
----------------------------------------------------------------------------- */
.shopinfo{
    padding: 80px 0;
}
.shopinfo .wrapper{
    position: relative;
    width: 1000px;
    margin: 0 auto;
}
.shopinfo .wrapper h3{
    text-align: center;
    margin:0 auto 100px;
}
.shopinfo .wrapper > ul > li{
    width: 100%;
    padding: 0 10px 0 85px;
    margin-bottom: 100px;
}
.shopinfo .wrapper > ul > li:last-of-type{
    margin-bottom: 0;
}
.shopinfo .wrapper > ul > li > ul{
    display: flex;
    justify-content: space-between;
}
.shopinfo .wrapper > ul > li > ul > li:first-of-type{
    width: 300px;
    margin-right: 20px;
}
.shopinfo .wrapper > ul > li > ul > li:first-of-type img{
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.shopinfo .wrapper > ul > li > ul > li:last-of-type{
    width: 550px;
    text-align: left;
}
.shopinfo .wrapper > ul > li > ul > li:last-of-type h4{
    font-size: 20px;
    font-weight: normal;
    color: #333;
    line-height: 1.4;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.shopinfo .wrapper > ul > li > ul > li:last-of-type h5{
    font-size: 20px;
    font-weight: normal;
    color: #333;
    margin-top: 15px;
    line-height: 1.4;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.shopinfo .wrapper > ul > li > ul > li:last-of-type h5 span{
    font-size: 16px;
}
.shopinfo .wrapper > ul > li > ul > li:last-of-type p{
    font-size: 14px;
    font-weight: normal;
    color: #777;
    margin-top: 10px;
    line-height: 1.4;
}
.shopinfo .wrapper > ul > li > ul > li:last-of-type > ul{
    display: flex;
    margin-top: 15px;
}
.shopinfo .wrapper > ul > li > ul > li:last-of-type > ul > li:first-of-type{
    margin-right: 24px;
}
.shopinfo .wrapper > ul > li > ul:hover img{
    background: #fff;
    opacity: 0.5;
}
.shopinfo .wrapper > ul > li > ul:hover > li:last-of-type h4{
    color: #F99F87;
}
/* spcon
----------------------------------------------------------------------------- */
.spcon{
    padding: 80px 0;
}
.spcon .wrapper{
    position: relative;
    width: 1000px;
    margin: 0 auto;
    background: #F4F2EA;
}
.spcon .wrapper > ul{
    display: flex;
    justify-content: space-between;
    padding: 25px 50px;
}
.spcon .wrapper > ul > li:first-of-type{
    width: 350px;
}
.spcon .wrapper > ul > li:first-of-type img{
    width: 100%;
}
.spcon .wrapper > ul > li:first-of-type img.sp-title{
    display: none;
}
.spcon .wrapper > ul > li:last-of-type{
    width: 520px;
}
.spcon .wrapper > ul > li:last-of-type img{
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.spcon .wrapper > ul > li:last-of-type ul li a:hover img{
    opacity: 0.8;
}
.spcon .slick-dots {
    bottom: -40px;
}
.spcon .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}
.spcon .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    text-align: center;
    opacity: 1;
    background: #fff;
    border: 1px solid #777;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.spcon .slick-dots li.slick-active button:before {
    opacity: 1;
    content: '';
    background: #FCCCB9;
    border: 1px solid #FCCCB9;
}
/* group
----------------------------------------------------------------------------- */
.group{
    padding: 80px 0;
}
.group .wrapper{
    position: relative;
    padding: 120px 0;
    background: #F4F2EA;
}
.group .wrapper h3{
    text-align: center;
    margin:0 auto 100px;
}
.group .wrapper > ul{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.group .wrapper > ul > li{
    width: 460px;
    margin-bottom: 60px;
}
.group .wrapper > ul > li:nth-last-of-type(1),
.group .wrapper > ul > li:nth-last-of-type(2){
    margin-bottom: 0;
}
.group .wrapper > ul > li ul{
    display: flex;
}
.group .wrapper > ul > li ul > li:first-of-type{
    width: 160px;
    height: 120px;
    position: relative;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all  1000ms ease;
}
.group .wrapper > ul > li ul > li:first-of-type img{
    width: 160px;
    height: 120px;
    object-fit: cover;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.group .wrapper > ul > li ul > li:last-of-type{
    width: 310px;
    padding-left: 20px;
    text-align: left;
}
.group .wrapper > ul > li ul > li:last-of-type h4{
    font-size: 15px;
    color: #333;
    line-height: 1.4;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.group .wrapper > ul > li ul > li:last-of-type h5{
    font-size: 20px;
    color: #333;
    margin-top: 10px;
    line-height: 1.4;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.group .wrapper > ul > li ul > li:last-of-type h5 span{
    font-size: 16px;
}
.group .wrapper > ul > li ul > li:last-of-type p{
    font-size: 12px;
    font-weight: 500;
    color: #777;
    margin-top: 10px;
    line-height: 1.4;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.group .wrapper > ul > li ul li:first-of-type:after{
    position: absolute;
    content: "";
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.group .wrapper > ul > li ul:hover li:first-of-type:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    opacity: 0.5;
    display: block;
    width: 100%;
    height: 100%;
}
.group .wrapper > ul > li ul:hover > li:last-of-type h4,
.group .wrapper > ul > li ul:hover > li:last-of-type h5,
.group .wrapper > ul > li ul:hover > li:last-of-type p{
    color: #F99F87;
}
/* sns-con
----------------------------------------------------------------------------- */
.sns-con{
    padding: 80px 50px 100px;
    min-width: 1100px;
    width: 100%;
}
.sns-con .wrapper{
    position: relative;
    padding: 120px 0;
    background: #F4F2EA;
}
.sns-con .wrapper h3{
    text-align: center;
    margin:0 auto 100px;
}
.sns-con .wrapper > ul{
    width: 1000px;
    display: flex;
    justify-content: center;
    margin: auto;
}
.sns-con .wrapper > ul > li{
    width: 400px;
    margin-right: 80px;
}
.sns-con .wrapper > ul > li:last-of-type{
    margin-right: 0;
}
.sns-con .wrapper > ul > li h4{
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    text-align: left;
    margin-bottom: 25px;
    font-weight: normal;
}
.sns-con .wrapper > ul > li h4 img{
    margin-right: 10px;
    vertical-align: middle;
}
.sns-con .wrapper .youtube{
    margin: 100px auto 0;
    width: 820px;
}


/* BreakPoint 1200px
=============================================================*/
@media only screen and (max-width: 1200px) {
.sns ul {
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 40px;
    height: 100vh;
    margin: 200px auto 0;
}



.news {
    width: 100%;
    margin: 80px auto;
    background: #fff;
    padding: 0 3%;
}
.news .wrapper {
    position: relative;
    width: 100%;
    padding: 110px 7%;
    margin: 0 auto;
    background: #F4F2EA;
}
.news .wrapper .rt {
    position: absolute;
    top: 110px;
    right: 7%;
    margin: 0;
}


.blog .wrapper {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 7%;
}
.blog .wrapper h3 {
    text-align: left;
    width: 100%;
    margin: 0 auto 100px;
}
.blog .wrapper ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}
.blog .wrapper .rt {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto 0;
    width: 100%;
    padding: 0 7% 0 0;
}

.lineup .wrapper {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 7%;
}


}

/* BreakPoint 1000px
=============================================================*/
@media only screen and (max-width: 1000px) {

.sns {
    display: none !important;
}



h3 {
    color: #222;
    font-size: 17px;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: 1.70px;
}


.concept {
    margin: 10px auto 0;
    padding-bottom: 50px;
}
.concept .wrapper{
    padding: 0 3%;
}
.concept > .wrapper > ul {
    display: block;
    width: 100%;
    margin: 50px auto 40px;
}
.concept ul li {
    width: 100%;
    margin-bottom: 20px;
}
.concept > .wrapper > ul > li:last-of-type {
    margin-left: 0;
    text-align: left;
    width: 100%;
    padding:  0 7%;
}
.concept > .wrapper > ul > li:last-of-type h4 {
    font-size: 17px;
    line-height: 1.4;
    margin: 40px auto;
    font-weight: normal;
    text-align: center;
    padding: 0;
}
.concept > .wrapper > ul > li:last-of-type p {
    font-size: 12px;
    line-height: 2.2;
    padding-right: 0;
}
.btn_wrapper {
    margin: 0 3% 0 auto;
    width: 150px;
    height: 29px;
    text-align: right;
}
.btn_wrapper a {
    font-size: 12px;
    display: block;
    width: 100%;
    height: 29px;
    border-bottom: 1px solid #333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.news {
    margin: 25px auto;
}
.news .wrapper {
    padding: 40px 7%;
}
.news .wrapper h3 {
    text-align: center;
    margin-bottom: 40px;
}
.news .wrapper dl {
    margin: 0 auto 10px;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    overflow: hidden;
    width: 100%;
    text-align: left;
}
.news .wrapper dl {
    margin: 0 auto 30px;
}
.news .wrapper dl dt {
    width: 100%;
    font-size: 11px;
    color: #C1BDBC;
    margin-bottom: 25px;
}
.news .wrapper dl dd {
    width: 100%;
    font-size: 12px;
    color: #C1BDBC;
    margin-bottom: 0;
        overflow: initial;
    text-overflow: initial;
    white-space: initial;
        line-height: 2;
}
.news .wrapper dl:last-of-type {
    margin: 0 auto 30px;
}
.news .wrapper .rt {
    position: relative;
    top: 0;
    right: 0;
    margin: 0 0 0 auto;
}


.blog {
    padding: 25px 0;
}
.blog .wrapper {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.blog .wrapper h3 {
    text-align: left;
    width: 80%;
    margin: 0 auto 40px;
}
.blog .wrapper ul {
    overflow-x: auto;
    width: 90%;
    margin: 0 0 0 auto;
}
.blog .wrapper ul li {
    width: 75%;
    overflow: hidden;
    text-align: left;
    flex: 0 0 auto;
    margin: 0 5% 0 0;
    padding-right: 30px;
}
.blog .wrapper ul li p.day {
    padding-top: 40px;
    font-size: 11px;
}
.blog .wrapper ul li h4 {
    font-size: 14px;
}
.blog .wrapper ul li p.text {
    font-size: 11px;
}
.blog .wrapper .rt {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0px 10% 0 auto;
    width: 150px;
    height: 29px;
    padding: 0;
}
.blog .btn_wrapper a {
    font-size: 12px;
    display: block;
    width: 100%;
    height: 29px;
    border-bottom: 1px solid #333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.lineup {
    padding: 25px 0;
}
.lineup .wrapper {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.lineup .wrapper h3 {
    text-align: center;
    width: 100%;
    margin: 0 auto 20px;
}
.lineup .wrapper ul {
    overflow-x: auto;
    flex-wrap: nowrap;
    width: 90%;
    margin: 0 0 0 auto;
}
.lineup .wrapper ul li {
    width: 75%;
    overflow: hidden;
    text-align: left;
    flex: 0 0 auto;
    margin: 0 5% 0 0;
    padding-right: 30px;
}
.lineup .wrapper ul li h4 {
    font-size: 14px;
}
.lineup .wrapper ul li p {
    font-size: 11px;
}
.lineup .wrapper ul li::before {
    font-size: 16px;
}
.lineup .wrapper ul li::after {
    top: 25px;
    right: 12px;
}


.gallery {
    padding: 45px 0;
}
.gallery .wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 11%;
}
.gallery .wrapper ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.gallery .wrapper ul li::before {
    font-size: 16px;
}
.gallery .wrapper ul li::after {
    top: 25px;
    right: 12px;
}
.gallery .wrapper ul li:nth-of-type(1) {
    width: 85%;
    padding-right: 30px;
    margin-right: 47px;
}
.gallery .wrapper ul li:nth-of-type(2) {
    width: 85%;
    margin: 50px 0 0 auto;
    padding-right: 30px;
}
.gallery .wrapper ul li:nth-of-type(3) {
    width: 85%;
    margin: 50px 0 0 0;
    padding-right: 30px;
}
.gallery .wrapper .rb2 {
    position: relative;
    right: 0;
    bottom: 0;
    margin: 40px 0 0 auto;
}
.gallery .wrapper h3 {
    text-align: center;
    margin: 0 auto 50px;
}

.shopinfo {
    padding: 25px 0 20px;
}
.shopinfo .wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 10%;
}
.shopinfo .wrapper h3 {
    text-align: center;
    margin: 0 auto 50px;
}
.shopinfo .wrapper > ul > li {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
}
.shopinfo .wrapper > ul > li > ul {
    display: block;
    width: 100%;
}
.shopinfo .wrapper > ul > li > ul > li:first-of-type {
    width: 100%;
}
.shopinfo .wrapper > ul > li > ul > li:last-of-type {
    text-align: left;
    width: 100%;
    margin-top: 30px;
}
.shopinfo .wrapper > ul > li > ul > li:last-of-type h4 {
    font-size: 14px;
}
.shopinfo .wrapper > ul > li > ul > li:last-of-type h5 {
    font-size: 13px;
    margin-top: 15px;
}
.shopinfo .wrapper > ul > li > ul > li:last-of-type h5 span {
    font-size: 11px;
}
.shopinfo .wrapper > ul > li > ul > li:last-of-type p {
    font-size: 11px;
    margin-top: 15px;
}
.shopinfo .wrapper > ul > li > ul > li:last-of-type > ul {
    display: block;
    margin-top: 40px;
}
.shopinfo .wrapper > ul > li > ul > li:last-of-type > ul > li:first-of-type {
    margin: 0 0 20px;
    width: 100%;
    padding: 0 2%;
}
a.shop_btn {
    display: block;
    color: #fff;
    background: #fcccb9;
    border: 1px solid #fcccb9;
    border-radius: 25px;
    line-height: 50px;
    height: 50px;
    width: 250px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 1.70px;
    margin: 0 auto;
}
a.more_btn {
    display: block;
    color: #222;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 25px;
    line-height: 50px;
    height: 50px;
    width: 250px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 1.70px;
    margin: 0 auto;
}


.spcon {
    padding: 25px 0;
}
.spcon .wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: #F4F2EA;
}
.spcon .wrapper > ul {
    display: block;
    justify-content: space-between;
    padding: 12px 3% 50px;
}
.spcon .wrapper > ul > li:first-of-type img{
    width: 100%;
    display: none;
}
.spcon .wrapper > ul > li:first-of-type {
    width: 100%;
}
.spcon .wrapper > ul > li:first-of-type img.sp-title{
    display: block;
}
.spcon .wrapper > ul > li:last-of-type {
    width: 100%;
}


.group {
    padding: 25px 0;
}
.group .wrapper {
    position: relative;
    padding: 40px 10%;
    background: #F4F2EA;
}
.group .wrapper h3 {
    text-align: center;
    margin: 0 auto 40px;
}
.group .wrapper > ul {
    width: 100%;
    flex-wrap: wrap;
}
.group .wrapper > ul > li {
    width: 100%;
    margin-bottom: 30px;
}
.group .wrapper > ul > li ul > li:first-of-type {
    width: 25%;
}
.group .wrapper > ul > li ul > li:first-of-type {
    width: 25%;
}
.group .wrapper > ul > li ul > li:first-of-type img {
    width: 100%;
    object-fit: contain;
    height: auto;
}
.group .wrapper > ul > li ul > li:last-of-type {
    width: 75%;
    padding-left: 20px;
    text-align: left;
}
.group .wrapper > ul > li ul > li:last-of-type h4 {
    font-size: 12px;
}
.group .wrapper > ul > li ul > li:last-of-type h5 {
    font-size: 13px;
}
.group .wrapper > ul > li ul > li:last-of-type h5 span {
    font-size: 11px;
}
.group .wrapper > ul > li ul > li:last-of-type p {
    font-size: 10px;
}
.group .wrapper > ul > li:nth-last-of-type(1), .group .wrapper > ul > li:nth-last-of-type(2) {
    margin-bottom: 30px;
}


.sns-con {
    padding: 25px 0;
    width: 100%;
    min-width: 100%;
}
.sns-con .wrapper {
    position: relative;
    padding: 40px 10%;
    background: #F4F2EA;
}
.sns-con .wrapper h3 {
    text-align: center;
    margin: 0 auto 40px;
}
.sns-con .wrapper > ul {
    width: 100%;
    display: block;
    justify-content: center;
    margin: auto;
}
.sns-con .wrapper > ul > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
}
.sns-con .wrapper > ul > li h4 {
    font-size: 10px;
}
.sns-con .wrapper > ul > li .container{
		width: 100%;
        max-width: 1000px;
            overflow: hidden;
	}
.sns-con .wrapper .youtube {
    margin: 30px auto 0;
    width: 100%;
}



}
