@charset "Shift_JIS";

#mainAreaBG {
    position: fixed;
    left: 0;
    top: 60px;
    width: 100vw;
    height: 100vh;
    height : -webkit-calc(100vh - 60px);
    height : calc(100vh - 60px);
    z-index: -1;
}
#mainAreaBG_inner {
    width: 100vw;
    height: 100vh;
    height : -webkit-calc(100vh - 60px);
    height : calc(100vh - 60px);
    background-position:center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
#contents {
    overflow: hidden;
    position: relative;
}
#ate_header img,
#ate_contents img {
    max-width: 100%;
    vertical-align: top;
}
.ate_secBlock {
    background: #fff;
    overflow: hidden;
}
.ate_innerBlock {
    width: 960px;
    margin: 0 auto;
    padding: 100px 0;
}
.ate_innerBlock.-pdSml {
    padding: 90px 0 60px;
}



/*
    parts
==================================================*/

.-atebgGray {
    background: #e8ecef;
    padding: 60px 0;
}
.-atebgWhite {
    background: #fff;
}
.-atebgBlue {
    background: #eff8fe;
}
.ateStit .txt {
    font-size: 13px;
    margin-top: 10px;
    letter-spacing: 0.2em;
}
.ateStit .txt.-fontB {
    /*font-family: "TsukuMinPro-B";*/
}
.pcOnly {
    display: block;
}
.spOnly {
    display: none;
}

/*ate_sectionBorder*/

.ate_sectionBorder .ate_secBlock {
    border-bottom: 1px solid #d3edfb;
}
.ate_sectionBorder .ate_secBlock:last-child {
    border-bottom: none;
}

/*stit*/

.ate_Stit02 {
    text-align: center;
}
.ate_Stit02 h3 {
    font-size: 30px;
}
.ate_Stit02 p {
    font-size: 14px;
    margin-top: 5px;
    line-height: 2;
}
.ate_Stit03 {
    text-align: center;
}
.ate_Stit03 h3 {
    font-size: 24px;
}
.ate_Stit03 p {
    font-size: 13px;
    margin-top: 25px;
    line-height: 2;
}

/*background*/

.ateBg_deco {
    position: relative;
}
.ateBg_deco::before,
.ateBg_deco::after {
    content: "";
    display: block;
    width: 446px;
    height: 282px;
    position: absolute;
    z-index: 0;
}
.ateBg_deco::before {
    left: -10%;
    top: -120px;
}
.ateBg_deco::after {
    right: -10%;
    bottom: -120px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.ateBg_deco.-blue::before {
    background: url(/atelier/common/img/ate_dec_bg_blue.svg) no-repeat left top/cover;
}
.ateBg_deco.-blue::after {
    background: url(/atelier/common/img/ate_dec_bg_blue.svg) no-repeat left top/cover;
}
.ateBg_deco.-white::before {
    background: url(/atelier/common/img/ate_dec_bg_white.svg) no-repeat left top/cover;
}
.ateBg_deco.-white::after {
    background: url(/atelier/common/img/ate_dec_bg_white.svg) no-repeat left top/cover;
}

/*button*/

.ate_comBtn,.ate_comBtn2 {
    display: block;
    text-align: center;
    border: 1px solid #b2b2b2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: 40px;
    padding-top: 10px;
    border-radius: 5px;
    letter-spacing: 0.2em;
}
.ate_comBtn::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.5px 0 2.5px 3px;
    border-color: transparent transparent transparent #000;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.ate_comBtn:hover,.ate_comBtn2:hover {
    background-color: #868686!important;
    border: 1px solid #868686!important;
    color: #FFFFFF !important;
    text-decoration: none;
}
.ate_comBtn:hover::before {
    border-color: transparent transparent transparent #fff;
}

.ate_comBtn2::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 2.5px 0 2.5px;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.ate_comBtn2:hover::before {
    content: '';
    border-color: #fff transparent transparent transparent;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}


/*
    header
==================================================*/

#header {
    position: relative;
    z-index: 10001;
}
#header img {
    vertical-align: top;
}
.slidemenu {
    display: none;
}
#ate_header {
    position: relative;
    z-index: 10000;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.ate_header_bg {
    background: #fff;
    overflow: hidden;
}
.ate_header_cont {
    width: 960px;
    margin: 0 auto;
    position: relative;
    height: 90px;
}
.ate_header_cont h1 {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.ate_header_cont h1 a {
    width: 270px;
    display: block;
    line-height: 0;
}
.ate_header_cont ul {
    position: absolute;
    right: 200px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.ate_header_cont ul li {
    float: left;
    position: relative;
    text-align: center;
}
.ate_header_cont ul li a {
    display: block;
    height: 90px;
    padding: 30px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ate_header_cont ul li a:hover {
    color: inherit;
    background: rgba(135,130,122,.3);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ate_header_cont ul li:nth-child(1) a {
    width: 116px;
}
.ate_header_cont ul li:nth-child(2) a {
    width: 106px;
}
.ate_header_cont ul li:nth-child(3) a {
    width: 97px;
}
.ate_header_cont ul li:nth-child(4) a {
    width: 142px;
}
.ate_header_cont ul li a .en {
    font-size: 100%;
    line-height: 1em;
}
.ate_header_cont ul li a .jp {
    font-size: 80%;
    color: #868686;
    line-height: 1em;
    margin: 8px 0 0 0;
}
.ate_header_cont ul li a:hover .jp {
    color: rgba(0,0,0,1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ate_header_cont ul li.sns {
    width: 32px;
    padding-top: 28px;
    margin-left: 25px;
}
.ate_header_cont ul #ateTrg.active {
    background: rgba(135,130,122,.3);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ate_header_cont .onlineBtn {
    background: #449eac;
    color: #fff;
    text-align: center;
    width: 160px;
    height: 40px;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.ate_header_cont .onlineBtn:hover {
    opacity: .7;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ate_pldwnList,.ate_pldwnList2 {
    background: rgba(255,255,255,.9);
    padding: 50px 0;
    border-top: 1px solid rgba(0,0,0,.1);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    position: absolute;
    width: 100%;
    left: 0;
    top: 90px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    z-index: -1;
}
.ate_pldwnList.active,.ate_pldwnList2.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.ate_pldwnList ul,.ate_pldwnList2 ul {
    width: 900px;
    margin: 0 auto;
}
.ate_pldwnList.ate_pldwnList202111 ul {
    width: 960px;
}

.ate_pldwnList ul li,.ate_pldwnList2 ul li {
    float: left;
    margin-right: 20px;
}
.ate_pldwnList.ate_pldwnList202111 ul li {
    margin-right: 15px;
}
.ate_pldwnList ul li:last-child,.ate_pldwnList2 ul li:last-child {
    margin-right: 0;
}
.ate_pldwnList ul li a {
    width: 210px;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ate_pldwnList.ate_pldwnList202111 ul li a {
    width: 180px;
}

.ate_pldwnList2 ul li a {
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.ate_pldwnList2 ul.tn_atelier3column  li a {
    width: 286px; /*3カラム*/
}
.ate_pldwnList2 ul.tn_atelier4column  li a {
    width: 210px; /*4カラム*/
}

.ate_pldwnList ul li a:hover,.ate_pldwnList2 ul li a:hover {
    opacity: .7;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: rgba(0,0,0,1);
}
.ate_pldwnList ul li a .txt,.ate_pldwnList2 ul li a .txt {
    text-align: center;
    margin-top: 10px;
}

/*fix*/
#ate_header.active {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}
#ate_header.active .ate_header_cont {
    height: 60px;
}
#ate_header.active .ate_header_cont ul li a {
    height: 60px;
    padding: 24px 0 0;
}
#ate_header.active .ate_header_cont ul li.sns {
    padding-top: 13px;
}
#ate_header.active .ate_header_cont ul li a .jp {
    display: none;
}
#ate_header.active .ate_pldwnList,#ate_header.active .ate_pldwnList2 {
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    z-index: -1;
}



/*
    hiraku
==================================================*/

.hiraku-open-btn {
    display: none;
}
.ate_spDrw {
    display: none;
}



/*
    crumb
==================================================*/

#crumbs,
#ate_crumbs {
    background-color: #eff8fe;
    width: 100%;
	font-size: 93%;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);	
	position: relative;
	z-index: 2;
}
#crumbs ul,
#ate_crumbs ul {
    display: inline-block;
    font-size: 93%;
    margin: auto 0;
    text-align: right;
    width: 960px;
}
#crumbs ul li,
#ate_crumbs ul li {
    background: url("/common/img/arrow02.gif") no-repeat scroll right center transparent;
    display: inline;
    float: left;
    padding: 6px 20px 6px 0;
    vertical-align: middle;
}
#crumbs ul li:last-child,
#ate_crumbs ul li:last-child {
    background: none repeat scroll 0 0 transparent;
    margin: 0;
}
#crumbs ul li.stay,
#ate_crumbs ul li.stay {
    color: #ADADAD;
}



/*
    mainArea
==================================================*/

.mainArea {
    position: relative;
}
.shopName {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.shopName h2 {
    width: 362px;
}
.shopName p {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-top: 30px;
    /*font-family: "TsukuMinPro-B";*/
}
.shopName p.adj_about01 {
    position: relative;
    left: 0.15em;
}
.shopName p .kanjiKern01 {
    letter-spacing: 0.3em;
}
.shopName p .kanjiKernNon {
    letter-spacing: 0;
}

.mainAreaSmall {
    width: 100%;
    height: 452px;
    position: relative;
}
.mainAreaSmall.-lineup {
    background: url(/atelier/img/ate_lineup_main.jpg) no-repeat center center/cover;
}
.mainAreaSmall.-lineup .shopName h2 img,
.mainAreaSmall.-lineup .shopName h2 svg {
}
.mainAreaSmall.-about {
    background: url(/atelier/img/ate_about_main.jpg) no-repeat center center/cover;
}
.mainAreaSmall.-about .shopName h2 img,
.mainAreaSmall.-about .shopName h2 svg {
    fill:#fff;
}
.mainAreaSmall .shopName h2 {
    margin: 0 auto;
    line-height: 0;
}
.mainAreaSmall .shopName p {
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 0.2em;
}


/*
    ateAboutArea
==================================================*/

.ateAboutArea > p {
    margin-top: 35px;
    line-height: 2;
}
.ateAboutArea > p.read {
    font-size: 16px;
    line-height: 2.5;
    margin-top: 0;
}
.ateAboutArea > p.-large {
    font-size: 20px;
    line-height: 2;
}
.ateAboutArea > p.-mgtNon {
    margin-top: 0;
}
.ateAboutArea > .ate_comBtn {
    width: 300px;
    margin: 35px auto 0;
}



/*
    ateLineupArea
==================================================*/


.ateLineupArea a {
    display: block;
    height: 200px;
    background: url(/atelier/common/img/ate_lineup_bg.jpg) no-repeat center center/cover;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ateLineupArea a:hover {
    opacity: .7;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ateLineupArea a .ateStit {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.ateLineupArea a .ateStit .txt {
    color: #fff;
}



/*
    ateInfoArea
==================================================*/

.ateInfoArea {
    
}
.ateInfo {
    width: 960px;
    margin: 55px auto 0;
}
.ateInfo_item {
    float: left;
    width: 300px;
    margin-right: 30px;
}
.ateInfo_item a {
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ateInfo_item a:hover {
    color: inherit;
    opacity: .7;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ateInfo_item:nth-child(3n) {
    margin-right: 0;
}
.ateInfo_item:nth-child(n+4) {
    margin-top: 25px;
}
.info_data {
    margin-top: 10px;
    text-align: left;
    line-height: 1.4;
}
.info_date {
    color: #808080;
    font-size: 10px;
    margin-top: 5px;
}



/*
    ateShopArea
==================================================*/

.ateShopArea {
    position: relative;
    z-index: 1;
}
.ateShop {
    width: 960px;
    margin: 45px auto 0;
}
.ateShop_item {
    float: left;
    width: 465px;
    margin-right: 30px;
}
.ateShop_item a {
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ateShop_item a:hover {
    color: inherit;
    opacity: .7;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ateShop_item:nth-child(2n) {
    margin-right: 0;
}
.ateShop_item:nth-child(n+3) {
    margin-top: 45px;
}
.ateShop_data {
    margin-top: 15px;
    text-align: left;
}
.ateShop_txt {
    font-size: 18px;
}
.ateShop_add {
    margin-top: 5px;
}
.ateShopArea > .ate_comBtn {
    height: 70px;
    padding-top: 22px;
    font-size: 16px;
    background: rgba(255,255,255,.5);
    width: 430px;
    margin: 60px auto 0;
}
.ateShopArea > .ate_comBtn::before {
    border-width: 3.5px 0 3.5px 4px;
}
.ateShopInfo {
    width: 820px;
    margin: 40px auto 0;
}
.ateShopInfo .info_txt dl {
    display: table;
    width: 100%;
    border-bottom: 1px solid #fff;
}
.ateShopInfo .info_txt dl:last-child {
    border-bottom: none;
}
.ateShopInfo .info_txt dt,
.ateShopInfo .info_txt dd {
    display: table-cell;
    text-align: left;
    padding: 20px 0;
}
.ateShopInfo .info_txt dt {
    width: 95px;
}
.ateShopInfo .info_map {
    margin-top: 40px;
}



/*
    otherShopArea
==================================================*/

.otherShopArea {
    padding: 60px 0 100px;
}
.otherShopArea > .ate_comBtn {
    height: 70px;
    padding-top: 22px;
    font-size: 16px;
    width: 430px;
    margin: 0 auto;
}
.otherShopArea > .ate_comBtn::before {
    border-width: 3.5px 0 3.5px 4px;
}



/*
    lineupArea
==================================================*/

.lineupArea {
    position: relative;
    z-index: 1;
}
.ate_lineupProduct_navi ul {
    text-align: center;
    width: 812px;
    margin: 50px auto;
    letter-spacing: -.4em;
}
.ate_lineupProduct_navi ul li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
}
.ate_lineupProduct_navi ul li a {
    display: block;
    position: relative;
    padding: 5px 35px;
    box-sizing: border-box;
    border-left: 1px solid #b2b2b2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ate_lineupProduct_navi ul li:last-child a {
    border-right: 1px solid #b2b2b2;
}
.ate_lineupProduct_navi ul li a::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 2.5px 0 2.5px;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.ate_lineupProduct_navi ul li a:hover {
    background-color: #868686;
    border-color: #868686;
    color: #FFFFFF ;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ate_lineupProduct_navi ul li a:hover::before {
    content: '';
    border-color: #fff transparent transparent transparent;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.ate_lineupProduct_block {
    width: 810px;
    margin: 40px auto 0;
}
.ate_lineupProduct_item {
    width: 400px;
    float: left;
    margin-right: 10px;
}
.ate_lineupProduct_item:nth-child(n+3) {
    margin-top: 55px;
}
.ate_lineupProduct_item:nth-child(even) {
    margin-right: 0;
}
.ate_lineupProduct_item .txt {
    margin-top: 10px;
    font-size: 12px;
}
.ate_lineupProduct_item .txt .proName {
    font-size: 16px;
    line-height: 1.4;
}
.ate_lineupProduct_item .txt p:nth-child(n+2) {margin-top: 10px;}



/*
    committedArea
==================================================*/

.committedArea {
    width: 960px;
    margin: 75px auto 0;
    position: relative;
    z-index: 1;
}
.committed_item {
    position: relative;
}
.committed_item:nth-child(n+2) {
    margin-top: 80px;
}
.committed_item:nth-child(n+2)::before {
    margin-top: 160px;
}
.committed_item .committed_inner {
    background: #fff;
}
.committed_item .picBlock,
.committed_item .txtBlock {
    float: right;
}
.committed_item.-ptn02 .picBlock,
.committed_item.-ptn02 .txtBlock {
    float: left;
}
.committed_item .picBlock {
    width: 600px;
}
.committed_item .picBlock .box {
    border-bottom: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.committed_item .picBlock .box:last-child {
    border-bottom: none;
}
.committed_item .txtBlock {
    width: 360px;
    height: 502px;
    text-align: left;
    position: relative;
}
.committed_item .txtBlock .inner {
    width: 310px;
    position: absolute;
    left: 50px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.committed_item .txtBlock h4 {
    font-size: 24px;
}
.committed_item .txtBlock p {
    font-size: 13px;
    line-height: 2.7;
    margin-top: 20px;
}


