@charset "UTF-8";
/* CSS Document */





/*top*/
.top main {
  margin-top: -40px;
}
.top main .center-link {
  position: relative;
  height: 930px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top main .center-link .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top main .center-link .img picture {
  display: block;
  width: 100%;
  height: 100%;
}
.top main .center-link .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top main .center-link .box {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top main .center-link .box a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /*background: rgba(255, 255, 255, 1);
  padding: 10px 30px 10px;*/
}
.top main .center-link.normal a {
  color: #503333;
}
.top main .center-link.white a {
  color: #FFF;
}
.top main .center-link.multiply a {
  color: #000;
  mix-blend-mode: multiply;
}
.top main .center-link.difference a {
  color: #FFF;
  mix-blend-mode: difference;
}
.top main .center-link .box a dl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.top main .center-link .box a dl dt {
  font-family: "Quicksand", sans-serif;
  font-size: 2.8rem;
  letter-spacing: .03em;
  margin-bottom: -.4em;
}
.top main .center-link .box a dl dd {
  font-family: "Quicksand", sans-serif;
  font-size: 1.8rem;
  letter-spacing: .03em;
}
.top main .center-link .box a h3 {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .1em;
  padding-top: .8em;
}
.top main .all-link {
  position: relative;
  height: 1200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top main .all-link a {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
}
.top main .all-link a .img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.top main .all-link a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top main .all-link a h3 {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.top main .all-link a h3 span ,
.top main .all-link a h3 em {
  display: block;
  font-family: "Buda", "Zen Old Mincho", serif;
  font-weight: 300;
  line-height: 1.1;
}
.top main .all-link a h3 span {
  font-size: 3.6rem;
  letter-spacing: .16em;
}
.top main .all-link a h3 span + em {
  font-size: 1.8rem;
  padding-top: .1em;
  letter-spacing: .12em;
}
.top main .all-link.normal a h3 {
  color: #503333;
}
.top main .all-link.white a h3 {
  color: #FFF;
}
.top main .all-link.multiply a h3 {
  color: #000;
  mix-blend-mode: multiply;
}
.top main .all-link.difference a h3 {
  color: #FFF;
  mix-blend-mode: difference;
}





/*about-enrica*/
.about-enrica main {
  padding-top: 150px;
  padding-bottom: 120px;
}
.about-enrica main .mw1280 {
  max-width: 1280px;
  padding-left: 140px;
  padding-right: 140px;
}
.about-enrica main .logo_img {
  display: flex;
  align-items: flex-end;
  margin-bottom: 50px;
}
.about-enrica main .logo_img .logo {
  width: 195px;
  margin-right: 20px;
  padding-bottom: 120px;
}
.about-enrica main .logo_img .img {
  width: 320px;
  margin-left: auto;
}
.about-enrica main .comment-jp {
  margin-bottom: 100px;
}
.about-enrica main .comment-jp p {
  font-size: 1.8rem;
  letter-spacing: .02em;
  line-height: 2.8;
  color: #503333;
}
.about-enrica main .comment-en {
  padding-bottom: 150px;
}
.about-enrica main .comment-en p {
  font-family: "Quicksand", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: .02em;
  line-height: 1.6;
  color: #6c5e57;
}
.about-enrica main .resavation {
  display: flex;
}
.about-enrica main .resavation dl {
  padding-top: 30px;
  padding-right: 50px;
  border-top: solid 1px #503333;
}
.about-enrica main .resavation dl dt {
  font-size: 1.4rem;
  letter-spacing: .02em;
  line-height: 2.0;
  margin-bottom: 1.5em;
}
.about-enrica main .resavation dl dd {
  display: flex;
}
.about-enrica main .resavation dl dd a {
  position: relative;
  display: block;
  font-family: "Quicksand", sans-serif;
  font-size: 1.4rem;
  letter-spacing: .06em;
  padding-left: 4.2857em;
}
.about-enrica main .resavation dl dd a::before {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  left: 0;
  width: 3.1428em;
  height: .4285em;
  background: url(../img/about-enrica-revisite/arrow.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
.about-enrica main .img_list ul {
  display: flex;
  flex-direction: column;
}
.about-enrica main .img_list ul li:nth-of-type(1) {
  width: 955px;
  margin-bottom: 360px;
}
.about-enrica main .img_list ul li:nth-of-type(2) {
  position: relative;
  right: -130px;
  width: 805px;
  margin-left: auto;
}






/*about-enrica-revisite*/
.about-enrica-revisite main {
  margin-top: -40px;
  padding-top: 190px;
  padding-bottom: 120px;
  background: #f8f3ea;
}
.about-enrica-revisite main .mw1280 {
  max-width: 1280px;
  padding-left: 140px;
  padding-right: 140px;
}
.about-enrica-revisite main .logo_img {
  display: flex;
  align-items: flex-end;
  margin-bottom: 50px;
}
.about-enrica-revisite main .logo_img .logo {
  width: 200px;
  margin-right: 20px;
  padding-bottom: 120px;
}
.about-enrica-revisite main .logo_img .img {
  width: 320px;
  margin-left: auto;
}
.about-enrica-revisite main .comment-jp {
  margin-bottom: 100px;
}
.about-enrica-revisite main .comment-jp p {
  font-size: 1.8rem;
  letter-spacing: .02em;
  line-height: 2.8;
  color: #503333;
}
.about-enrica-revisite main .comment-en {
  padding-bottom: 150px;
}
.about-enrica-revisite main .comment-en p {
  font-family: "Quicksand", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: .02em;
  line-height: 1.6;
  color: #6c5e57;
}
.about-enrica-revisite main .resavation {
  padding-bottom: 150px;
  display: flex;
}
.about-enrica-revisite main .resavation dl {
  padding-top: 30px;
  padding-right: 50px;
  border-top: solid 1px #503333;
}
.about-enrica-revisite main .resavation dl dt {
  font-size: 1.4rem;
  letter-spacing: .02em;
  line-height: 2.0;
  margin-bottom: 1.5em;
}
.about-enrica-revisite main .resavation dl dd {
  display: flex;
}
.about-enrica-revisite main .resavation dl dd a {
  position: relative;
  display: block;
  font-family: "Quicksand", sans-serif;
  font-size: 1.4rem;
  letter-spacing: .06em;
  padding-left: 4.2857em;
}
.about-enrica-revisite main .resavation dl dd a::before {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  left: 0;
  width: 3.1428em;
  height: .4285em;
  background: url(../img/about-enrica-revisite/arrow.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
.about-enrica-revisite main .info p {
  font-size: 1.4rem;
  letter-spacing: .02em;
  line-height: 2.0;
}






/*company*/
.company main {
  padding-top: 150px;
  padding-bottom: 400px;
}
.company main .wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  padding-left: 60px;
  padding-right: 180px;
}
.company main .wrap aside {
  order: 1;
  width: 380px;
}
.company main .wrap aside h3 {
  font-family: "Quicksand", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: .06em;
}
.company main .wrap article {
  order: 2;
  width: calc(100% - 380px);
}
.company main .wrap article * {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: .02em;
  line-height: 2.0;
}
.company main .wrap article p:not(:last-of-type) {
  margin-bottom: 1.2em;
}
.company main .wrap article p span {
  margin-right: .5em;
}






/*stocklist*/
.stocklist main {
  padding-top: 150px;
  padding-bottom: 200px;
}
.stocklist main h3 {
  display: flex;
  align-items: baseline;
  margin-bottom: 150px;
}
.stocklist main h3 span ,
.stocklist main h3 em {
  display: block;
  font-family: "Quicksand", "Noto Sans", sans-serif;
  font-weight: 300;
  letter-spacing: .06em;
}
.stocklist main h3 span {
  font-size: 1.6rem;
  margin-right: .5em;
}
.stocklist main h3 em {
  font-size: 1.6rem;
}
.stocklist main .list {
  padding: 0 60px;
  margin-bottom: 60px;
}
.stocklist main .list ul {
  display: flex;
  flex-wrap: wrap;
  font-family: "Noto Sans", sans-serif;
}
.stocklist main .list ul li {
  font-size: 1.4rem;
  margin-bottom: .5em;
  line-height: 1.5;
}
.stocklist main .list ul li:not(:last-of-type)::after {
  margin: 0 .5em;
  font-weight: 300;
  content: '/';
}
.stocklist main .list ul li a {
  font-weight: 400;
}
.stocklist main .shop_list {
  padding: 0 60px;
}
.stocklist main .shop_list > section:not(:last-of-type) {
  margin-bottom: 50px;
}
.stocklist main .shop_list > section h4 {
  display: flex;
  margin-bottom: 20px;
}
.stocklist main .shop_list > section h4 span {
  position: relative;
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}
.stocklist main .shop_list > section h4 span::after {
  position: absolute;
  left: 0;
  bottom: -.5em;
  width: 100%;
  height: 1px;
  background: #000;
  content: '';
}
.stocklist main .shop_list > section .box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -30px;
}
.stocklist main .shop_list > section .box section {
  width: calc(100% / 3);
  padding-right: 30px;
  margin-bottom: 30px;
  font-family: "Noto Sans", sans-serif;
}
.stocklist main .shop_list > section .box section * {
  line-height: 1.5;
}
.stocklist main .shop_list > section .box section h5 {
  font-size: 1.4rem;
  font-weight: 400;
}
.stocklist main .shop_list > section .box section address {
  display: block;
  font-size: 1.1rem;
  font-weight: 300;
}
.stocklist main .shop_list > section .box section p {
  font-size: .8rem;
}
.stocklist main .shop_list > section .box section p a {
  font-weight: 300;
}






/*reservation*/
.reservation main {
  padding-top: 150px;
  padding-bottom: 200px;
}
.reservation main .wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  padding-left: 60px;
  padding-right: 180px;
}
.reservation main .wrap aside {
  order: 1;
  width: 380px;
}
.reservation main .wrap aside h3 {
  font-family: "Quicksand", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: .06em;
}
.reservation main .wrap article {
  order: 2;
  width: calc(100% - 380px);
}
.reservation main .wrap article .comment {
  margin-bottom: 20px;
}
.reservation main .wrap article .comment p {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: .02em;
  line-height: 2.3;
}
.reservation main .wrap article .comment p:not(:last-of-type) {
  margin-bottom: 1.5em;
}
.reservation main .wrap article address {
  display: block;
  margin-bottom: 80px;
  font-family: "Noto Sans", sans-serif;
}
.reservation main .wrap article address .name {
  font-family: "Quicksand", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: .06em;
}
.reservation main .wrap article address .add {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: .04em;
}
.reservation main .wrap article .caution {
  margin-bottom: 40px;
}
.reservation main .wrap article .caution p {
  display: flex;
  padding-bottom: 25px;
}
.reservation main .wrap article .caution p span {
  display: block;
  font-family: "Quicksand", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: .06em;
  padding-bottom: .4em;
  border-bottom: solid 1px #503333;
}
.reservation main .wrap article .caution ol li {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: .04em;
  line-height: 1.5;
}
.reservation main .wrap article .form {
  max-width: 540px;
}
.reservation main .wrap article .form .form_box > .input_box:not(:last-of-type) {
  margin-bottom: 10px;  
}
.reservation main .wrap article .form .form_box > .input_box_colum2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;  
}
.reservation main .wrap article .form .form_box > .input_box_colum2 .input_box {
  width: calc((100% - 10px) / 2);
}
.reservation main .wrap article .form .form_box > .input_box_colum2 .input_box:nth-of-type(1) {
  margin-right: 10px;
}






/*news*/
.news main {
  padding-top: 150px;
  padding-bottom: 200px;
}
.news main .wrap {
  display: flex;
  flex-wrap: wrap;
  width: 1280px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 140px;
}
.news main .wrap aside {
  order: 1;
  width: 290px;
}
.news main .wrap aside h3 {
  font-family: "Quicksand", "Noto Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: .06em;
}
.news main .wrap article {
  order: 2;
  width: calc(100% - 290px);
  /*padding-top: calc(1.6rem * 1.7);*/
  padding-top: calc(1.6rem * 1);
}
.news main .wrap article .list section {
  display: flex;
  padding-bottom: 120px;
}
.news main .wrap article .list section time {
  display: block;
  font-family: "Quicksand", sans-serif;
  font-size: 1.2rem;
  letter-spacing: .06em;
  width: 100px;
  padding-top: 15px;
}
.news main .wrap article .list section .box {
  width: calc(100% - 100px);
  padding-top: 10px;
  border-top: solid 1px #503333;
}
.news main .wrap article .list section .box * {
  letter-spacing: .02em;
}
.news main .wrap article .list section .box h3 {
  font-family: "Noto Sans", "Quicksand", sans-serif;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}
.news main .wrap article .list section .box .thum {
  /*max-height: 440px;*/
  max-width: 100%;
  margin-bottom: 40px;
}
.news main .wrap article .list section .box .thum img {
  /*max-height: 440px;*/
  max-width: 100%;
  /*height: inherit;*/
  width: inherit;
}






/*journal-list*/
.journal-list main {
  padding-top: 150px;
  padding-bottom: 200px;
}
.journal-list main .wrap {
  display: flex;
  flex-wrap: wrap;
  width: 1280px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 140px;
}
.journal-list main .wrap aside {
  order: 1;
  width: 290px;
}
.journal-list main .wrap aside h3 {
  font-family: "Quicksand", "Noto Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: .06em;
}
.journal-list main .wrap aside h3 + ul {
  padding-top: 20px;
}
.journal-list main .wrap aside h3 + ul li {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.2rem;
  letter-spacing: .04em;
}
.journal-list main .wrap aside h3 + ul li:not(:last-of-type) {
  margin-bottom: .3em;
}
.journal-list main .wrap aside h3 + ul li a {
  position: relative;
  padding-left: 2.3em;
}
.journal-list main .wrap aside h3 + ul li a::before {
  position: absolute;
  top: .8em;
  left: 0;
  width: 1.5em;
  height: 1px;
  background: #503333;
  content: '';
}
.journal-list main .wrap article {
  order: 2;
  width: calc(100% - 290px);
  padding-top: calc(1.6rem * 1);
}
.journal-list main .wrap article .list section {
  display: flex;
  padding-bottom: 120px;
}
.journal-list main .wrap article .list section time {
  display: block;
  font-family: "Quicksand", sans-serif;
  font-size: 1.1rem;
  letter-spacing: .06em;
  width: 100px;
  padding-top: .45em;
}
.journal-list main .wrap article .list section .box {
  width: calc(100% - 100px);
  font-size: 1.2rem;
  padding-top: .2em;
  border-top: solid 1px #503333;
}
.journal-list main .wrap article .list section .box * {
  letter-spacing: .02em;
}
.journal-list main .wrap article .list section .box .cat {
  margin-bottom: 10px;
}
.journal-list main .wrap article .list section .box .cat ul {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.2rem;
  margin-bottom: -.5em;
  display: flex;
  flex-wrap: wrap;
}
.journal-list main .wrap article .list section .box .cat ul li {
  margin-bottom: .5em;
}
.journal-list main .wrap article .list section .box .cat ul li:not(:last-of-type) {
  margin-right: 1em;
}
.journal-list main .wrap article .list section .box .cat ul li a {
  font-weight: 300;
}
.journal-list main .wrap article .list section .box h3 {
  margin-bottom: 20px;
}
.journal-list main .wrap article .list section .box h3 a {
  font-family: "Noto Sans", "Quicksand", sans-serif;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 1.5;
}
.journal-list main .wrap article .list section .box .thum_arrow {
  display: flex;
  align-items: flex-end;
}
.journal-list main .wrap article .list section .box .thum_arrow .thum {
  max-width: 500px;
  margin-right: 20px;
}
.journal-list main .wrap article .list section .box .thum_arrow .arrow {
  margin-left: auto;
}
.journal-list main .wrap article .list section .box .thum_arrow .arrow a {
  position: relative;
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.2rem;
  padding-right: 4.5em;
  letter-spacing: .2em;
  white-space: nowrap;
}
.journal-list main .wrap article .list section .box .thum_arrow .arrow a::after {
  position: absolute;
  top: .6em;
  right: 0;
  width: 3.66em;
  height: .5em;
  background: url(../img/journal/arrow.svg) no-repeat center center;
  background-size: cover;
  content: '';
}






/*journal-detail*/
.journal-detail main {
  padding-top: 150px;
  padding-bottom: 200px;
}
.journal-detail main .wrap {
  display: flex;
  flex-wrap: wrap;
  width: 1280px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 140px;
}
.journal-detail main .wrap aside {
  order: 1;
  width: 290px;
}
.journal-detail main .wrap aside h3 {
  font-family: "Quicksand", "Noto Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: .06em;
}
.journal-detail main .wrap aside h3 + ul {
  padding-top: 20px;
}
.journal-detail main .wrap aside h3 + ul li {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.2rem;
  letter-spacing: .04em;
}
.journal-detail main .wrap aside h3 + ul li:not(:last-of-type) {
  margin-bottom: .3em;
}
.journal-detail main .wrap aside h3 + ul li a {
  position: relative;
  padding-left: 2.3em;
}
.journal-detail main .wrap aside h3 + ul li a::before {
  position: absolute;
  top: .8em;
  left: 0;
  width: 1.5em;
  height: 1px;
  background: #503333;
  content: '';
}
.journal-detail main .wrap article {
  order: 2;
  width: calc(100% - 290px);
  padding-top: calc(1.6rem * 1);
}
.journal-detail.detail01 main .wrap article section {
  font-size: 1.2rem;
  padding-top: .6em;
  border-top: solid 1px #503333;
}
.journal-detail.detail01 main .wrap article section * {
  letter-spacing: .02em;
}
.journal-detail.detail01 main .wrap article section .cat_time {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.journal-detail.detail01 main .wrap article section .cat_time ul {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.2rem;
  margin-bottom: -.5em;
  display: flex;
  flex-wrap: wrap;
  margin-right: 1em;
}
.journal-detail.detail01 main .wrap article section .cat_time ul li {
  margin-bottom: .5em;
}
.journal-detail.detail01 main .wrap article section .cat_time ul li:not(:last-of-type) {
  margin-right: 1em;
}
.journal-detail.detail01 main .wrap article section .cat_time ul li a {
  font-weight: 300;
}
.journal-detail.detail01 main .wrap article section .cat_time time {
  display: block;
  font-family: "Quicksand", sans-serif;
  font-size: 1.1rem;
  letter-spacing: .06em;
  padding-right: 2em;
  margin-left: auto;
}
.journal-detail.detail01 main .wrap article section > h3 {
  font-family: "Noto Sans", "Quicksand", sans-serif;
  font-size: 3.0rem;
  font-weight: 400;
  line-height: 1.9;
  margin-bottom: 1em;
}
.journal-detail.detail01 main .wrap article section > .human_info {
  font-size: 1.2rem;
  margin-bottom: 2em;
}
.journal-detail.detail01 main .wrap article section > .human_info p {
  letter-spacing: .06em;
}
.journal-detail.detail02 main .wrap article section {
}
.journal-detail.detail02 main .wrap article section * {
  letter-spacing: .02em;
}
.journal-detail.detail02 main .wrap article section .cat_time {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
.journal-detail.detail02 main .wrap article section .cat_time ul {
  order: 1;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.2rem;
  margin-bottom: -.5em;
  display: flex;
  flex-wrap: wrap;
}
.journal-detail.detail02 main .wrap article section .cat_time ul li {
  margin-bottom: .5em;
}
.journal-detail.detail02 main .wrap article section .cat_time ul li:not(:last-of-type) {
  margin-right: 1em;
}
.journal-detail.detail02 main .wrap article section .cat_time ul li a {
  font-weight: 300;
}
.journal-detail.detail02 main .wrap article section .cat_time time {
  display: block;
  font-family: "Quicksand", sans-serif;
  font-size: 1.1rem;
  letter-spacing: .06em;
  border-bottom: solid 1px #503333;
  padding-bottom: .4em;
  margin-bottom: .2em;
}
.journal-detail.detail02 main .wrap article section > h3 {
  font-family: "Noto Sans", "Quicksand", sans-serif;
  font-size: 3.0rem;
  font-weight: 400;
  line-height: 1.9;
  margin-bottom: 1em;
}






/*collection*/
.collection main {
  padding-top: 150px;
  padding-bottom: 200px;
}
.collection main .wrap {
  display: flex;
  flex-wrap: wrap;
}
.collection main .wrap aside {
  order: 1;
  width: 300px;
}
.collection main .wrap aside h3 {
  font-family: "Quicksand", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: .06em;
}
.collection main .wrap aside h4 {
  font-family: "Quicksand", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: .06em;
}
.collection main .wrap article {
  order: 2;
  width: calc(100% - 300px);
  margin-top: calc(-1.6rem * .5);
  margin-bottom: calc(-1.6rem * .5);
}
.collection main .wrap article h3 {
  /*font-size: 2.5rem;*/
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .1em;
  padding-top: .4em;
}
.collection main .wrap article .comment {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.2rem;
}
.collection main .wrap article .comment p {
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: .02em;
}
.collection main .wrap article .human_info {
  padding-top: 10px;
  margin-bottom: 80px;
}
.collection main .wrap article .human_info ul {
  display: flex;
  flex-wrap: wrap;
}
.collection main .wrap article .human_info ul li {
  font-family: "Quicksand", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: .02em;
}
.collection main .wrap article .human_info ul li:not(:last-of-type) {
  margin-right: 1em;
}
.collection main .img_list {
  display: flex;
  flex-direction: column;
}
.collection main .img_list * {
  font-family: "Quicksand", "Noto Sans", sans-serif;
  font-weight: 500;
  letter-spacing: .05em;
}
.collection main .img_list > div {
  margin: calc(15px / 2);
}
.collection main .img_list > p ,
.collection main .img_list > figure ,
.collection main .img_list > a {
  display: block;
  margin: calc(15px / 2);
}
.collection main .img_list > div img ,
.collection main .img_list > p img ,
.collection main .img_list > figure img ,
.collection main .img_list > a img {
  width: inherit;
  max-width: 100%;
}
.collection main .img_list.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.collection main .img_list .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.collection main .img_list .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.collection main .collection_list {
  padding-top: 60px;
}
.collection main .collection_list ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -.3em;
  font-family: "Quicksand", sans-serif;
  font-size: 1.4rem;
}
.collection main .collection_list ul li {
  margin-bottom: .3em;
}
.collection main .collection_list ul li:not(:last-of-type) {
  margin-right: 2em;
}
.collection main .collection_list ul li a {
  font-weight: 300;
  letter-spacing: .06em;
}





/*1540*/
@media screen and (max-width: 1540px) {
  /*about-enrica*/
  .about-enrica main .img_list ul li:nth-of-type(2) {
    right: 0;
  }
}





/*1140*/
@media screen and (max-width: 1140px) {
  /*reservation*/
  .reservation main .wrap article .form {
    width: 100%;
  }
}





/*1280px*/
@media screen and (max-width: 1280px) {
  /*about-enrica*/
  .about-enrica main .mw1280 {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }






  /*about-enrica-revisite*/
  .about-enrica-revisite main .mw1280 {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }






  /*company*/
  .company main .wrap {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }






  /*reservation*/
  .reservation main .wrap {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }






  /*news*/
  .news main .wrap {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }






  /*journal-list*/
  .journal-list main .wrap {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }






  /*journal-detail*/
  .journal-detail main .wrap {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  
}





/*1040*/
@media screen and (max-width: 1040px) {
  /*top*/
  .top main .center-link {
    height: 100vh;
  }
  .top main .center-link .box a dl dt {
    font-size: 2.8rem;
  }
  .top main .center-link .box a dl dd {
    font-size: 1.8rem;
  }
  .top main .center-link .box a h3 {
    font-size: 1.4rem;
  }
  .top main .all-link {
    height: 100vh;
  }
  .top main .all-link a h3 span {
    font-size: 2.8rem;
  }
  .top main .all-link a h3 span + em {
    font-size: 1.6rem;
  }


  
  /*about-enrica*/
  .about-enrica main .img_list ul li:nth-of-type(1) {
    width: 100%;
  }






  /*stocklist*/
  .stocklist main .list {
    padding: 0 20px;
  }
  .stocklist main .shop_list {
    padding: 0 20px;
  }
  .stocklist main .shop_list > section .box section {
    width: calc(100% / 2);
    padding-right: 20px;
  }






  /*journal-list*/
  .journal-list main .wrap article {
    padding-top: 0;
  }
  .journal-list main .wrap article .list section {
    display: flex;
    flex-direction: column;
  }
  .journal-list main .wrap article .list section time {
    width: 100%;
    padding-top: 0;
  }
  .journal-list main .wrap article .list section .box {
    width: 100%;
  }
}





/*940*/
@media screen and (max-width: 940px) {
  /*about-enrica*/
  .about-enrica main .comment-jp p {
    font-size: 1.6rem;
  }
  .about-enrica main .img_list ul li:nth-of-type(2) {
    width: 80%;
  }






  /*about-enrica-revisite*/
  .about-enrica-revisite main .comment-jp p {
    font-size: 1.6rem;
  }
}





/*767*/
@media screen and (max-width: 767px) {
  /*top*/
  .top main {
    margin-top: -15vw;
  }
  .top main .center-link .box a {
    /*padding: 1.5vw 2vw 2vw;*/
  }
  .top main .center-link .box a dl dt {
    font-size: 2.0rem;
  }
  .top main .center-link .box a dl dd {
    font-size: 1.6rem;
  }
  .top main .center-link .box a h3 {
    font-size: 1.2rem;
  }
  .top main .all-link a h3 span {
    font-size: 2.2rem;
  }
  .top main .all-link a h3 span + em {
    font-size: 1.4rem;
  }





  /*about-enrica*/
  .about-enrica main {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }
  .about-enrica main .mw1280 {
    display: flex;
    flex-direction: column;
    padding-left: 4%;
    padding-right: 4%;
  }
  .about-enrica main .logo_img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20vw;
    width: 100vw;
    margin-left: -4vw;
    order: 1;
  }
  .about-enrica main .logo_img .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 30vw;
    margin-right: 0;
    padding-bottom: 0;
  }
  .about-enrica main .logo_img .img {
    width: 100%;
    margin-left: 0;
  }
  .about-enrica main .comment-jp {
    margin-bottom: 20vw;
    order: 2;
  }
  .about-enrica main .comment-jp p {
    font-size: 1.4rem;
  }
  .about-enrica main .comment-en {
    margin-bottom: 20vw;
    padding-bottom: 0;
    order: 99;
  }
  .about-enrica main .comment-en p {
    font-size: 1.6rem;
  }
  .about-enrica main .resavation {
    order: 99;
  }
  .about-enrica main .resavation dl {
    padding-top: 5vw;
    padding-right: 5vw;
  }
  .about-enrica main .resavation dl dt {
    font-size: 1.2rem;
  }
  .about-enrica main .resavation dl dd a {
    font-size: 1.4rem;
    letter-spacing: .06em;
    padding-left: 4.2857em;
  }
  .about-enrica main .resavation dl dd a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 3.1428em;
    height: .4285em;
    background: url(../img/about-enrica-revisite/arrow.svg) no-repeat center center;
    background-size: cover;
    content: '';
  }
  .about-enrica main .img_list {
    display: contents;
  }
  .about-enrica main .img_list ul {
    display: contents;
  }
  .about-enrica main .img_list ul li:nth-of-type(1) {
    width: 80%;
    margin-bottom: 20vw;
    order: 4;
  }
  .about-enrica main .img_list ul li:nth-of-type(2) {
    width: 50%;
    margin-left: auto;
    order: 99;
  }






  /*about-enrica-revisite*/
  .about-enrica-revisite main {
    margin-top: 20vw;
    padding-top: 0;
    padding-bottom: 20vw;
  }
  .about-enrica-revisite main .mw1280 {
    display: flex;
    flex-direction: column;
    padding-left: 4%;
    padding-right: 4%;
  }
  .about-enrica-revisite main .logo_img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20vw;
    width: 100vw;
    margin-left: -4vw;
    order: 1;
  }
  .about-enrica-revisite main .logo_img .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 30vw;
    margin-right: 0;
    padding-bottom: 0;
  }
  .about-enrica-revisite main .logo_img .img {
    width: 100%;
    margin-left: 0;
  }
  .about-enrica-revisite main .comment-jp {
    margin-bottom: 20vw;
    order: 2;
  }
  .about-enrica-revisite main .comment-jp p {
    font-size: 1.4rem;
  }
  .about-enrica-revisite main .comment-en {
    margin-bottom: 20vw;
    padding-bottom: 0;
    order: 99;
  }
  .about-enrica-revisite main .comment-en p {
    font-size: 1.6rem;
  }
  .about-enrica-revisite main .resavation {
    padding-bottom: 15vw;
    order: 99;
  }
  .about-enrica-revisite main .resavation dl {
    padding-top: 5vw;
    padding-right: 5vw;
  }
  .about-enrica-revisite main .resavation dl dt {
    font-size: 1.2rem;
  }
  .about-enrica-revisite main .resavation dl dd a {
    font-size: 1.4rem;
    letter-spacing: .06em;
    padding-left: 4.2857em;
  }
  .about-enrica-revisite main .resavation dl dd a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 3.1428em;
    height: .4285em;
    background: url(../img/about-enrica-revisite/arrow.svg) no-repeat center center;
    background-size: cover;
    content: '';
  }
  .about-enrica-revisite main .info {
    order: 99;
  }
  .about-enrica-revisite main .info p {
    font-size: 1.2rem;
    text-align: left;
  }






  /*company*/
  .company main {
    padding-top: 0;
    padding-bottom: 20vw;
    min-height: 80vh;
  }
  .company main .wrap {
    display: flex;
    flex-direction: column;
    padding-left: 4%;
    padding-right: 4%;
  }
  .company main .wrap aside {
    display: none;
  }
  .company main .wrap article {
    order: 1;
    width: 100%;
    padding-top: 20vw;
  }
  .company main .wrap article * {
    font-size: 1.4rem;
  }
  .company main .wrap article p:not(:last-of-type) {
    margin-bottom: 1.2em;
  }
  .company main .wrap article p span {
    margin-right: .5em;
  }






  /*stocklist*/
  .stocklist main {
    padding-top: 0;
    padding-bottom: 20vw;
  }
  .stocklist main h3 {
    display: flex;
    flex-direction: column;
    margin-bottom: 15vw;
    padding-top: 10vw;
  }
  .stocklist main h3 span {
    font-size: 2.0rem;
    display: none;
  }
  .stocklist main h3 em {
    font-size: 1.8rem;
  }
  .stocklist main .list {
    padding: 0 2vw;
    margin-bottom: 10vw;
  }
  .stocklist main .shop_list {
    padding: 0 2vw;
  }
  .stocklist main .shop_list > section:not(:last-of-type) {
    margin-bottom: 8vw;
  }
  .stocklist main .shop_list > section h4 {
    display: flex;
    margin-bottom: 4vw;
  }
  .stocklist main .shop_list > section h4 span {
    font-size: 1.4rem;
  }
  .stocklist main .shop_list > section .box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -8vw;
  }
  .stocklist main .shop_list > section .box section {
    width: 100%;
    padding-right: 0;
    margin-bottom: 8vw;
  }
  .stocklist main .shop_list > section .box section h5 {
    font-size: 1.4rem;
    font-weight: 400;
  }
  .stocklist main .shop_list > section .box section address {
    font-size: 1.2rem;
  }
  .stocklist main .shop_list > section .box section p {
    font-size: 1.2rem;
  }






  /*reservation*/
  .reservation main {
    padding-top: 0;
    padding-bottom: 20vw;
  }
  .reservation main .wrap {
    display: flex;
    flex-direction: column;
    padding-left: 4%;
    padding-right: 4%;
  }
  .reservation main .wrap aside {
    display: none;
  }
  .reservation main .wrap article {
    order: 1;
    width: 100%;
    padding-top: 20vw;
  }
  .reservation main .wrap article .comment {
    margin-bottom: 10vw;
  }
  .reservation main .wrap article .comment p {
    font-size: 1.4rem;
  }
  .reservation main .wrap article address {
    margin-bottom: 10vw;
  }
  .reservation main .wrap article address .name {
    font-size: 1.5rem;
  }
  .reservation main .wrap article address .add {
    font-size: 1.3rem;
  }
  .reservation main .wrap article .caution {
    margin-bottom: 5vw;
  }
  .reservation main .wrap article .caution p {
    padding-bottom: 2vw;
  }
  .reservation main .wrap article .caution p span {
    font-size: 1.6rem;
    letter-spacing: .06em;
    padding-bottom: .4em;
  }
  .reservation main .wrap article .caution ol li {
    font-size: 1.4rem;
  }
  .reservation main .wrap article .form {
    width: 100%;
    max-width: inherit;
  }
  .reservation main .wrap article .form .form_box > .input_box:not(:last-of-type) {
    margin-bottom: 2.5vw;  
  }
  .reservation main .wrap article .form .form_box > .input_box_colum2 {
    margin-bottom: 2.5vw;  
  }
  .reservation main .wrap article .form .form_box > .input_box_colum2 .input_box {
    width: calc((100% - 2.5vw) / 2);
  }
  .reservation main .wrap article .form .form_box > .input_box_colum2 .input_box:nth-of-type(1) {
    margin-right: 2.5vw;
  }






  /*news*/
  .news main {
    padding-top: 0;
    padding-bottom: 20vw;
  }
  .news main .wrap {
    display: flex;
    flex-direction: column;
    padding-left: 4%;
    padding-right: 4%;
  }
  .news main .wrap aside {
    display: none;
  }
  .news main .wrap article {
    order: 1;
    width: 100%;
    padding-top: 20vw;
  }
  .news main .wrap article .list section {
    padding-bottom: 20vw;
    flex-direction: column;
  }
  .news main .wrap article .list section time {
    font-size: 1.3rem;
    width: 100%;
    padding-top: 0;
    padding-bottom: 2vw;
  }
  .news main .wrap article .list section .box {
    width: 100%;
    padding-top: 5vw;
  }
  .news main .wrap article .list section .box h3 {
    font-size: 1.8rem;
    margin-bottom: 5vw;
  }
  .news main .wrap article .list section .box .thum {
    margin-bottom: 5vw;
  }
  .news main .wrap article .list section .box .thum img {
  }






  /*journal-list*/
  .journal-list main {
    padding-top: 0;
    padding-bottom: 20vw;
  }
  .journal-list main .wrap {
    display: flex;
    flex-direction: column;
    padding-left: 4%;
    padding-right: 4%;
  }
  .journal-list main .wrap aside {
    order: 2;
    width: 100%;
    padding-top: 20vw;
  }
  .journal-list main .wrap aside h3 {
    display: none;
  }
  .journal-list main .wrap aside h3 + ul {
    padding-top: 0;
  }
  .journal-list main .wrap aside h3 + ul li {
    font-size: 1.4rem;
  }
  .journal-list main .wrap article {
    order: 1;
    width: 100%;
    padding-top: 20vw;
  }
  .journal-list main .wrap article .list section {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-bottom: 15vw;
    padding-top: 1.5vw;
    border-top: solid 1px #503333;
  }
  .journal-list main .wrap article .list section time {
    font-size: 1.2rem;
    width: inherit;
    padding-top: 0;
    margin-left: auto;
    order: 2;
  }
  .journal-list main .wrap article .list section .box {
    display: contents;
    width: inherit;
    padding-top: 0;
    border-top: inherit;
  }
  .journal-list main .wrap article .list section .box .cat {
    margin-bottom: 0;
    order: 1;
  }
  .journal-list main .wrap article .list section .box .cat ul {
    font-size: 1.3rem;
    margin-bottom: -.5em;
    display: flex;
    flex-wrap: wrap;
  }
  .journal-list main .wrap article .list section .box h3 {
    order: 99;
    width: 100%;
    margin-bottom: 5vw;
    padding-top: 2vw;
  }
  .journal-list main .wrap article .list section .box h3 a {
    font-size: 1.8rem;
  }
  .journal-list main .wrap article .list section .box .thum {
    order: 99;
    max-width: 800px;
  }
  .journal-list main .wrap article .list section .box .thum_arrow {
    order: 99;
    max-width: 800px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .journal-list main .wrap article .list section .box .thum_arrow .thum {
    max-width: 100%;
    margin-right: 0;
  }
  .journal-list main .wrap article .list section .box .thum_arrow .arrow {
    margin-left: auto;
    padding-top: 5vw;
    order: 99;
  }
  .journal-list main .wrap article .list section .box .thum_arrow .arrow a {
    font-size: 1.4rem;
  }






  /*journal-detail*/
  .journal-detail main {
    padding-top: 0;
    padding-bottom: 20vw;
  }
  .journal-detail main .wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
  .journal-detail main .wrap aside {
    order: 2;
    width: 100%;
    padding-top: 20vw;
  }
  .journal-detail main .wrap aside h3 {
    display: none;
  }
  .journal-detail main .wrap aside h3 + ul {
    padding-top: 0;
  }
  .journal-detail main .wrap aside h3 + ul li {
    font-size: 1.4rem;
  }
  .journal-detail main .wrap article {
    order: 1;
    width: 100%;
    padding-top: 20vw;
  }
  .journal-detail.detail01 main .wrap article section {
    padding-top: 1.5vw;
    border-top: solid 1px #503333;
  }
  .journal-detail.detail01 main .wrap article section .cat_time {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .journal-detail.detail01 main .wrap article section .cat_time ul {
    font-size: 1.3rem;
    margin-bottom: -.5em;
    display: flex;
    flex-wrap: wrap;
    margin-right: 1em;
  }
  .journal-detail.detail01 main .wrap article section .cat_time time {
    font-size: 1.3rem;
    padding-right: 0;
    margin-left: auto;
  }
  .journal-detail.detail01 main .wrap article section > h3 {
    font-size: 2.0rem;
    line-height: 1.5;
    margin-bottom: 5vw;
    padding-top: 2vw;
  }
  .journal-detail.detail01 main .wrap article section > .human_info {
    font-size: 1.3rem;
  }
  .journal-detail.detail02 main .wrap article section .cat_time {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5vw;
  }
  .journal-detail.detail02 main .wrap article section .cat_time ul {
    font-size: 1.3rem;
    margin-bottom: -.5em;
    display: flex;
    flex-wrap: wrap;
    margin-right: 1em;
  }
  .journal-detail.detail02 main .wrap article section .cat_time time {
    font-size: 1.3rem;
    padding-bottom: .4em;
    margin-bottom: .2em;
  }
  .journal-detail.detail02 main .wrap article section > h3 {
    font-size: 2.0rem;
    line-height: 1.5;
    margin-bottom: 5vw;
  }






  /*collection*/
  .collection main {
    padding-top: 0;
    padding-bottom: 20vw;
  }
  .collection main .wrap {
    display: flex;
    flex-direction: column;
  }
  .collection main .wrap aside {
    order: 1;
    width: 100%;
  }
  .collection main .wrap aside h3 {
    font-family: "Quicksand", sans-serif;
    font-size: 2.0rem;
    font-weight: 300;
    letter-spacing: .06em;
    margin-bottom: calc(-.5em * 1.7);
    padding-top: 20vw;
    /*color: #FFF;
    mix-blend-mode: difference;*/
  }
  .collection main .wrap aside h4 {
    font-family: "Quicksand", sans-serif;
    font-size: 2.0rem;
    font-weight: 300;
    letter-spacing: .06em;
    padding-top: .3em;
  }
  .collection main .wrap article {
    order: 2;
    width: 100%;
    padding-top: 20vw;
    margin-top: 0;
    margin-bottom: 0;
  }
  .collection main .wrap article h3 {
    font-size: 2.0rem;
    font-weight: 500;
    letter-spacing: .1em;
    padding-top: 0;
  }
  .collection main .wrap article .comment {
    font-size: 1.2rem;
  }
  .collection main .wrap article .human_info {
    padding-top: 5vw;
    margin-bottom: 10vw;
  }
  .collection main .wrap article .human_info ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .collection main .wrap article .human_info ul li {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .collection main .wrap article .human_info ul li:not(:last-of-type) {
    margin-right: 0;
  }
  .collection main .img_list {
    display: flex;
    flex-direction: column;
  }
  .collection main .img_list > div ,
  .collection main .img_list > p ,
  .collection main .img_list > figure ,
  .collection main .img_list > a {
    margin: calc(6vw / 2);
  }  
  .collection main .collection_list {
    padding-top: 10vw;
  }
  .collection main .collection_list ul {
    margin-bottom: -.6em;
    font-size: 1.4rem;
  }
  .collection main .collection_list ul li {
    margin-bottom: .6em;
  }

  

  


}

