/*--------------------------------------------------*/
/* 基本 */
/*--------------------------------------------------*/

.lower-page {
}

/*--------------------------------------------------*/
/* .pagination */
/*--------------------------------------------------*/

.lower-page ul.pagination {
  margin-top: 100px;
  justify-content: center;
}
.lower-page ul.pagination li.page-item {
}
.lower-page ul.pagination li.page-item .page-link {
  border: none;
  background-color: transparent;
  color: #000000;
  display: inline;
  padding: 0;
  margin: 0 0.25em;
}
.lower-page ul.pagination li.page-item .page-link.current {
  text-decoration: underline;
}

/*--------------------------------------------------*/
/* .news-archive-page */
/*--------------------------------------------------*/

.news-archive-page {
}

/* .news-archive-mv */
.news-archive-page .news-archive-mv {
  position: relative;
}
.news-archive-page .news-archive-mv .mv-img {
  padding: 40px;
}
.news-archive-page .news-archive-mv .mv-img img {
  width: 100%;
  object-fit: cover;
}
.news-archive-page .news-archive-mv .mv-text {
  position: absolute;
  top: 18%;
  left: 0;
  width: 100%;
}
.news-archive-page .news-archive-mv .mv-text h1 {
  text-align: center;
  font-size: 32px;
  font-family: "minion-pro-condensed", serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #2d2b2b;
}
@media (max-width: 767px) {
  .news-archive-page .news-archive-mv .mv-img {
    padding: 20px;
  }
  .news-archive-page .news-archive-mv .mv-text {
    top: 150px;
  }
  .news-archive-page .news-archive-mv .mv-text h1 {
    font-size: 24px;
  }
}

/* .main-sec */
.news-archive-page .main-sec {
  padding: 60px 0 220px;
}
.news-archive-page .main-sec .container {
  max-width: 880px;
}
.news-archive-page .main-sec .category-name {
  text-align: center;
  font-size: 24px;
  font-family: "minion-pro-condensed", serif;
  font-weight: 400;
  line-height: 1.6;
  margin: 1.5em 0 1em;
}
.news-archive-page .main-sec article {
  border-bottom: solid 1px #000000;
}
.news-archive-page .main-sec article a {
  display: block;
  padding: 75px 0;
}
.news-archive-page .main-sec article a .entry-date {
  font-size: 30px;
  font-family: "minion-pro-condensed", serif;
  font-weight: 400;
  line-height: 1.2;
}
.news-archive-page .main-sec article a .entry-title {
  font-size: 30px;
  font-family: "minion-pro-condensed", serif;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1em;
}
.news-archive-page .main-sec article a .entry-content {
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .news-archive-page .main-sec article a .article-inner {
    display: flex;
  }
  .news-archive-page .main-sec article a .article-inner > * {
    flex-shrink: 0;
    flex-grow: 0;
  }
  .news-archive-page .main-sec article a .article-inner > .left-col {
    flex-basis: 190px;
  }
  .news-archive-page .main-sec article a .article-inner > .right-col {
    flex-basis: calc(100% - 190px);
  }
}
@media (max-width: 767px) {
  .news-archive-page .main-sec {
    padding: 40px 0 120px;
  }
  .news-archive-page .main-sec .category-name {
    font-size: 20px;
  }
  .news-archive-page .main-sec article a {
    padding: 40px 0;
  }
  .news-archive-page .main-sec article a .entry-date {
    font-size: 16px;
    margin-bottom: 1em;
  }
  .news-archive-page .main-sec article a .entry-title {
    font-size: 24px;
  }
  .news-archive-page .main-sec article a .entry-content {
  }
}

/*--------------------------------------------------*/
/* .news-single-page */
/*--------------------------------------------------*/

.news-single-page {
  padding-top: 90px;
}
.news-single-page .page-title-wrap {
  padding-top: 40px;
  text-align: right;
  min-height: 160px;
}
.news-single-page .page-title-wrap .page-title {
  display: inline-block;
  border-top: solid 1px #000000;
  font-size: 26px;
  font-family: "minion-pro-condensed", serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  transform-origin: top;
  margin: 0;
  padding: 10px 100px 0 0;
}
@media (max-width: 767px) {
  .news-single-page {
    padding-top: 80px;
  }
  .news-single-page .page-title-wrap {
    padding-top: 20px;
    min-height: 120px;
  }
  .news-single-page .page-title-wrap .page-title {
    font-size: 18px;
    padding: 5px 30px 0 0;
  }
}

/* .main-sec */
.news-single-page .main-sec {
  padding: 20px 0 150px;
}
.news-single-page .main-sec .container {
  max-width: 900px;
}
.news-single-page .main-sec .main-sec-inner {
  padding-bottom: 100px;
  margin-bottom: 0;
}
.news-single-page .main-sec .column-wrap {
}
.news-single-page .main-sec .entry-date {
  font-size: 30px;
  font-family: "minion-pro-condensed", serif;
  font-weight: 400;
  line-height: 1.2;
}
.news-single-page .main-sec .entry-title {
  font-size: 30px;
  font-family: "minion-pro-condensed", serif;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1em;
}
.news-single-page .main-sec .entry-content {
  margin-bottom: 0;
}
.news-single-page .main-sec .entry-content p {
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 1.75em;
}

@media (min-width: 768px) {
  .news-single-page .main-sec .column-wrap {
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
  }
  .news-single-page .main-sec .column-wrap .column {
    flex-grow: 0;
    padding: 0 15px;
  }
  .news-single-page .main-sec .column-wrap .column-left {
    flex-shrink: 0;
    max-width: 33.3%;
  }
  .news-single-page .main-sec .column-wrap .column-right {
    flex-basis: 660px;
    flex-shrink: 1;
  }
}
@media (max-width: 767px) {
  .news-single-page .main-sec {
    padding-bottom: 80px;
  }
  .news-single-page .main-sec .entry-date {
    font-size: 16px;
    margin-bottom: 1em;
  }
  .news-single-page .main-sec .entry-title {
    font-size: 24px;
  }
  .news-single-page .main-sec .entry-content {
    font-size: 14px;
  }
}

/* .recent-news-sec */
.news-single-page .recent-news-sec {
}
.news-single-page .recent-news-sec .container {
  max-width: 1260px;
}
.news-single-page .recent-news-sec .recent-news-inner {
  padding: 90px 0 120px;
  border-top: solid 2px #000000;
}
.news-single-page .recent-news-sec .sec-title {
}
.news-single-page .recent-news-sec .sec-title h2 {
  font-size: 42px;
  font-family: "minion-pro-condensed", serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  transform-origin: top;
  margin-bottom: 1.5em;
  flex-basis: 7em;
}
.news-single-page .recent-news-sec .entry-title {
}
.news-single-page .recent-news-sec .entry-list {
}
.news-single-page .recent-news-sec .entry-list article {
  border-bottom: solid 1px #b2b2b2;
}
.news-single-page .recent-news-sec .entry-list article:not(:last-child) {
  margin-bottom: 25px;
}
.news-single-page .recent-news-sec .entry-list article a {
  display: block;
  color: #0f0f0f;
  padding: 5px 10px;
}
.news-single-page .recent-news-sec .entry-list article a .entry-date {
  font-size: 17px;
  font-family: "minion-pro-condensed", serif;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
}
.news-single-page .recent-news-sec .entry-list article a .entry-title {
  font-size: 17px;
  font-family: "minion-pro-condensed", serif;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .news-single-page .recent-news-sec .column-wrap {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 770px;
  }
  .news-single-page .recent-news-sec .column-wrap .column {
    flex-grow: 0;
  }
  .news-single-page .recent-news-sec .column-wrap .column-left {
    flex-shrink: 0;
    max-width: 44%;
  }
  .news-single-page .recent-news-sec .column-wrap .column-right {
    flex-basis: 400px;
    flex-shrink: 1;
  }
  .news-single-page .recent-news-sec .entry-list article a {
    display: flex;
  }
  .news-single-page .recent-news-sec .entry-list article a .entry-date {
    flex-basis: 7em;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .news-single-page .recent-news-sec .entry-list article a .entry-title {
  }
}
@media (max-width: 767px) {
  .news-single-page .recent-news-sec .onlineshop-info-inner {
    padding: 100px 0;
  }
  .news-single-page .recent-news-sec .sec-title h2 {
    font-size: 30px;
  }
  .news-single-page .recent-news-sec .entry-list article a {
    padding: 10px;
  }
  .news-single-page .recent-news-sec .entry-list article a .entry-date {
    font-size: 13px;
    margin-bottom: 0.75em;
  }
  .news-single-page .recent-news-sec .entry-list article a .entry-title {
    font-size: 15px;
  }
}

/*--------------------------------------------------*/
/* .inverted-sec */
/*--------------------------------------------------*/

.lower-page .inverted-sec {
  padding: 160px 0 220px;
}
.lower-page .inverted-sec .container {
  max-width: 940px;
}
.lower-page .inverted-sec .mov-wrap {
  margin-bottom: 170px;
}
.lower-page .inverted-sec .mov-wrap video {
  width: 100%;
  height: auto;
}

.lower-page .inverted-sec .mov-wrap img {
  width: 100%;
  height: auto;
}

.lower-page .inverted-sec .link-wrap {
  margin: 0 auto;
  max-width: 500px;
}
.lower-page .inverted-sec .link-wrap > ul {
  list-style: none;
  font-size: 21px;
  padding: 0;
}
.lower-page .inverted-sec .link-wrap > ul > li {
  position: relative;
  text-align: center;
  padding: 0 15px;
}
.lower-page .inverted-sec .link-wrap > ul > li > .link {
  display: inline-block;
  line-height: 1;
  font-family: "minion-pro-condensed", serif;
  font-weight: 400;
  width: 156px;
  max-width: 100%;
  padding: 10px 0;
  color: #a8a8a8;
  border-bottom: solid 1px #a8a8a8;
  transition: 0.3s;
  cursor: pointer;
}
.lower-page .inverted-sec .link-wrap > ul > li > .link:hover {
  opacity: 0.6;
}
.lower-page .inverted-sec .link-wrap > ul > li > .aco-head {
  position: relative;
  padding-right: 1em;
}
.lower-page .inverted-sec .link-wrap > ul > li > .aco-head::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.25em;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 7px 4px 0;
  border-color: #a8a8a8 transparent transparent transparent;
  transition: border-top-color 0.3s;
}
.lower-page .inverted-sec .link-wrap > ul > li > .aco-body {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  padding: 0 20px;
}
.lower-page .inverted-sec .link-wrap ul.link-child {
  list-style: none;
  padding: 1em 0 0.5em;
  margin: 0;
  line-height: 1;
}
.lower-page .inverted-sec .link-wrap ul.link-child > li {
  margin-bottom: 0.5em;
  text-align: center;
  padding: 0;
}
.lower-page .inverted-sec .link-wrap ul.link-child > li:last-child {
  margin-bottom: 0;
}
.lower-page .inverted-sec .link-wrap ul.link-child > li > .link {
  position: relative;
  display: inline-block;
  font-size: 0.9em;
  font-family: "minion-pro-condensed", serif;
  font-weight: 400;
  padding: 0.1em 1.25em;
  color: #a8a8a8;
  transition: opacity 0.3s;
  opacity: 1;
}
.lower-page .inverted-sec .link-wrap ul.link-child > li > .link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5em;
  width: 0.5em;
  height: 1px;
  background-color: #a8a8a8;
  transition: background-color 0.3s;
}
.lower-page .inverted-sec .link-wrap ul.link-child > li > .link:hover {
  opacity: 0.6;
}
@media (min-width: 768px) {
  .lower-page .inverted-sec .link-wrap > ul {
    display: flex;
    justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .lower-page .inverted-sec {
    padding: 120px 0 60px;
  }
  .lower-page .inverted-sec .mov-wrap {
    margin-bottom: 60px;
  }
  .lower-page .inverted-sec .link-wrap > ul {
  }
  .lower-page .inverted-sec .link-wrap > ul > li {
    margin-bottom: 40px;
  }
  .lower-page .inverted-sec .link-wrap > ul > li > .link {
    width: 300px;
  }
  .lower-page .inverted-sec .link-wrap > ul > li > .aco-head {
    padding-left: 1em;
  }
}

/*--------------------------------------------------*/
/* concept-page */
/*--------------------------------------------------*/

.concept-page .concept-mv {
  position: relative;
  width: 100%;
  padding: 350px 40px 310px;
  height: auto;
}
.concept-page .concept-mv .mv-img {
  position: absolute;
  top: 40px;
  right: 40px;
  bottom: 0;
  left: 40px;
}
.concept-page .concept-mv .mv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.concept-page .concept-mv .concept-text {
  position: relative;
}
.concept-page .concept-mv .concept-text .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 670px;
  min-height: 800px;
}
.concept-page .concept-mv .concept-text h1,
.concept-page .concept-mv .concept-text p {
  color: #ffffff;
}

.concept-page .concept-mv .concept-text h1 {
  text-align: center;
  font-family: "minion-pro-condensed", serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 2em;
}
.concept-page .concept-mv .concept-text p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.85;
  margin: 0;
}

@media (max-width: 991px) {
  .concept-page .concept-mv {
    padding: 250px 40px 150px;
  }
}
@media (max-width: 767px) {
  .concept-page .concept-mv {
    height: auto;
    padding: 40px 20px 0;
  }
  .concept-page .concept-mv .mv-img {
    top: 40px;
    right: 20px;
    left: 20px;
  }
  .concept-page .concept-mv .mv-img img {
    aspect-ratio: 144 / 146;
  }
  .concept-page .concept-mv .concept-text {
    padding: 85px 0;
  }
  .concept-page .concept-mv .concept-text .container {
    min-height: 780px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .concept-page .concept-mv .concept-text h1 {
    font-size: 30px;
  }
  .concept-page .concept-mv .concept-text p {
    font-size: 14px;
    line-height: 2;
  }
}

/*--------------------------------------------------*/
/* team-page */
/*--------------------------------------------------*/

.team-page .team-mv {
  overflow: hidden;
}
.team-page .team-mv .container {
  max-width: 920px;
}
.team-page .team-mv .mv-img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 60%;
  display: none;
}
.team-page .team-mv .mv-img img {
}
.team-page .team-mv .mv-mov {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  z-index: -1;
}
.team-page .team-mv .mv-mov video {
  width: 100%;
  aspect-ratio: 3/1;
  min-width: 1380px;
  object-fit: cover;
}
.team-page .team-mv .team-text {
  position: relative;
  padding: 240px 0 130px;
}
.team-page .team-mv .team-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  border-bottom: solid 1px #000000;
}
.team-page .team-mv .team-text h1 {
  font-family: "minion-pro-condensed", serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 2em;
}
.team-page .team-mv .team-text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
  max-width: 740px;
}
@media (max-width: 767px) {
  .team-page .team-mv .team-text {
    padding: 180px 0 80px;
  }
  .team-page .team-mv .team-text h1 {
    font-size: 30px;
    margin-bottom: 1.5em;
  }
  .team-page .team-mv .team-text p {
    font-size: 14px;
  }
}

/* .team-sec */
.team-page .team-sec {
  padding: 120px 0 200px;
}
.team-page .team-sec .container {
}
.team-page .team-sec .member-list {
}
.team-page .team-sec .member-list .menber {
  margin-bottom: 150px;
}
.team-page .team-sec .member-list .menber:last-child {
  margin-bottom: 0;
}
.team-page .team-sec .member-list .menber dl {
  margin: 0 -50px;
}
.team-page .team-sec .member-list .menber dl > * {
  padding: 0 50px;
}
.team-page .team-sec .member-list .menber dl dt {
  flex-grow: 0;
  flex-shrink: 0;
}
.team-page .team-sec .member-list .menber dl dt .img-wrap {
}
.team-page .team-sec .member-list .menber dl dt .img-wrap img {
}
.team-page .team-sec .member-list .menber dl dd {
  margin-top: 150px;
}
.team-page .team-sec .member-list .menber dl dd .text-wrap {
  opacity: 0.3;
  transition: opacity 1.8s;
}
.team-page .team-sec .member-list .menber dl dd .text-wrap .name {
  font-size: 43px;
  font-family: "minion-pro-condensed", serif;
  font-weight: 400;
  line-height: 1;
  color: #0f0f0f;
  margin-bottom: 20px;
}
.team-page .team-sec .member-list .menber dl dd .text-wrap .position {
  font-size: 17px;
  font-family: "minion-pro-condensed", serif;
  font-weight: 400;
  line-height: 1;
  color: #0f0f0f;
  margin-bottom: 50px;
}
.team-page .team-sec .member-list .menber dl dd .text-wrap .text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  color: #0f0f0f;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .team-page .team-sec .member-list .menber dl {
    display: flex;
  }
}
@media (min-width: 992px) {
  .team-page .team-sec .member-list .menber:nth-child(even) {
    padding-left: 16%;
  }
}
@media (max-width: 991px) {
  .team-page .team-sec .member-list .menber dl {
    margin: 0 -25px;
  }
  .team-page .team-sec .member-list .menber dl > * {
    padding: 0 25px;
  }
  .team-page .team-sec .member-list .menber dl dt {
    max-width: 40%;
  }
  .team-page .team-sec .member-list .menber dl dd {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .team-page .team-sec {
    padding: 80px 0 100px;
  }
  .team-page .team-sec .member-list .menber dl {
    margin: 0 -15px;
  }
  .team-page .team-sec .member-list .menber dl > * {
    padding: 0 15px;
  }
  .team-page .team-sec .member-list .menber dl dt {
    max-width: 100%;
  }
  .team-page .team-sec .member-list .menber dl dt .img-wrap {
    text-align: center;
  }
  .team-page .team-sec .member-list .menber dl dd {
    margin-top: 75px;
  }
  .team-page .team-sec .member-list .menber dl dd .text-wrap .name {
    font-size: 30px;
  }
  .team-page .team-sec .member-list .menber dl dd .text-wrap .position {
    font-size: 16px;
  }
  .team-page .team-sec .member-list .menber dl dd .text-wrap .text {
    font-size: 14px;
  }
}

.team-page .team-sec .member-list .menber dl dd .text-wrap.isHighlight {
  opacity: 1;
}

/*--------------------------------------------------*/
/* collections-page */
/*--------------------------------------------------*/

.collections-page {
}

/* .collections-mv */
.collections-page .collections-mv {
  padding: 40px;
}
.collections-page .collections-mv iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
@media (max-width: 767px) {
  .collections-page .collections-mv {
    padding: 20px;
  }
}
/* .main-sec */
.collections-page .main-sec {
  padding-top: 20px;
}
.collections-page .main-sec .container {
  max-width: 1260px;
}
.collections-page .main-sec .main-sec-inner {
  padding-bottom: 100px;
  margin-bottom: 0;
}
.collections-page .main-sec .column-wrap {
}
.collections-page .main-sec .archive-list {
  font-size: 20px;
  margin: 20px 0;
  padding-right: 50px;
}
.collections-page .main-sec .archive-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.collections-page .main-sec .archive-list ul li {
  margin-bottom: 0.25em;
}
.collections-page .main-sec .archive-list ul li h1,
.collections-page .main-sec .archive-list ul li p {
  font-family: "minion-pro-condensed", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-bottom: 0;
}
.collections-page .main-sec .archive-list ul li a {
  display: inline-block;
  padding-right: 1em;
}
.collections-page .main-sec .archive-list ul li a.current {
  position: relative;
}
.collections-page .main-sec .archive-list ul li a.current::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 100vw;
  border-bottom: solid 1px #000000;
}
.collections-page .main-sec .body-text {
  line-height: 1.75;
  padding: 0 9%;
  margin-bottom: 80px;
}
.collections-page .main-sec .gallery-wrap {
}
@media (min-width: 768px) {
  .collections-page .main-sec .column-wrap {
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
  }
  .collections-page .main-sec .column-wrap .column {
    flex-grow: 0;
    padding: 0 15px;
  }
  .collections-page .main-sec .column-wrap .column-left {
    flex-shrink: 0;
    max-width: 33.3%;
  }
  .collections-page .main-sec .column-wrap .column-right {
    flex-basis: 850px;
    flex-shrink: 1;
  }
}
@media (max-width: 767px) {
  .collections-page .main-sec .archive-list,
  .collections-page .main-sec .archive-list ul li h1,
  .collections-page .main-sec .archive-list ul li p {
    font-size: 16px;
  }
  .collections-page .main-sec .archive-list {
    margin-bottom: 50px;
  }
  .collections-page .main-sec .body-text {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* .onlineshop-info-sec */
.collections-page .onlineshop-info-sec {
}
.collections-page .onlineshop-info-sec .container {
  max-width: 1260px;
}
.collections-page .onlineshop-info-sec .onlineshop-info-inner {
  padding: 150px 0;
  border-top: solid 2px #000000;
}
.collections-page .onlineshop-info-sec dl {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 26px;
  font-family: "minion-pro-condensed", serif;
  letter-spacing: 0.025em;
}
.collections-page .onlineshop-info-sec dl dt {
  display: flex;
  align-items: center;
  font-weight: 400;
}
.collections-page .onlineshop-info-sec dl dt h2 {
  color: #222222;
  font-size: inherit;
  letter-spacing: 0.025em;
  font-weight: 400;
}
.collections-page .onlineshop-info-sec dl dt::after {
  content: "";
  display: block;
  width: 54px;
  border-bottom: solid 1px #222222;
  margin: 0 30px;
}
.collections-page .onlineshop-info-sec dl dd {
  font-weight: 400;
}
.collections-page .onlineshop-info-sec dl dd ul.link-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.collections-page .onlineshop-info-sec dl dd ul.link-child li:not(:last-child) {
  padding: 0;
  margin: 0 0 1em;
}
.collections-page .onlineshop-info-sec dl dd ul.link-child li a {
  display: inline-block;
  line-height: 1.3;
  color: #222222;
}
.collections-page .onlineshop-info-sec dl dd ul.link-child li a::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: solid 1px #222222;
  transform: scaleY(0.83);
}
@media (max-width: 767px) {
  .collections-page .onlineshop-info-sec .onlineshop-info-inner {
    padding: 100px 0;
  }
  .collections-page .onlineshop-info-sec dl {
    font-size: 16px;
  }
  .collections-page .onlineshop-info-sec dl dt::after {
    width: 30px;
    margin: 0 20px;
  }
}

/*--------------------------------------------------*/
/* atelier-shop-page */
/*--------------------------------------------------*/

.atelier-shop-page .atelier-shop-mv {
  overflow: hidden;
}
.atelier-shop-page .atelier-shop-mv .container {
  max-width: 920px;
}
.atelier-shop-page .atelier-shop-mv .mv-mov {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  z-index: -1;
}
.atelier-shop-page .atelier-shop-mv .mv-mov video {
  width: 100%;
  aspect-ratio: 3/1;
  min-width: 1380px;
  object-fit: cover;
}
.atelier-shop-page .atelier-shop-mv .atelier-shop-text {
  position: relative;
  padding: 240px 0 130px;
}
.atelier-shop-page .atelier-shop-mv .atelier-shop-text h1 {
  font-family: "minion-pro-condensed", serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 2em;
}
.atelier-shop-page .atelier-shop-mv .atelier-shop-text p {
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
  max-width: 600px;
}
@media (max-width: 767px) {
  .atelier-shop-page .atelier-shop-mv .atelier-shop-text {
    padding: 180px 0 80px;
  }
  .atelier-shop-page .atelier-shop-mv .atelier-shop-text h1 {
    font-size: 30px;
    margin-bottom: 1.5em;
  }
  .atelier-shop-page .atelier-shop-mv .atelier-shop-text p {
  }
}

/* .map-sec */
.atelier-shop-page .map-sec {
  padding: 0;
  border-top: solid 1px #888888;
  border-bottom: solid 1px #888888;
}
.atelier-shop-page .map-sec .map-wrap {
}
.atelier-shop-page .map-sec .map-wrap img {
  width: 100%;
  height: auto;
}

/* .atelier-shop-sec */
.atelier-shop-page .atelier-shop-sec {
  padding: 115px 0 110px;
}
.atelier-shop-page .atelier-shop-sec .container {
  max-width: 1213px;
}
.atelier-shop-page .atelier-shop-sec .atelier-shop-list {
}
.atelier-shop-page .atelier-shop-sec .atelier-shop-list > .row {
  justify-content: space-between;
}
.atelier-shop-page .atelier-shop-sec .atelier-shop-list > .row > * {
  max-width: 547px;
}
.atelier-shop-page .atelier-shop-sec .atelier-shop-list a {
  display: block;
  margin-bottom: 90px;
}
.atelier-shop-page .atelier-shop-sec .atelier-shop-list a dl {
}
.atelier-shop-page .atelier-shop-sec .atelier-shop-list a dl dt {
}
.atelier-shop-page .atelier-shop-sec .atelier-shop-list a dl dt .img-wrap {
  margin-bottom: 15px;
}
.atelier-shop-page .atelier-shop-sec .atelier-shop-list a dl dt .img-wrap img {
  aspect-ratio: 96/59;
  object-fit: cover;
}
.atelier-shop-page .atelier-shop-sec .atelier-shop-list a dl dd {
}
.atelier-shop-page .atelier-shop-sec .atelier-shop-list a dl dd .text-wrap {
}
.atelier-shop-page
  .atelier-shop-sec
  .atelier-shop-list
  a
  dl
  dd
  .text-wrap
  .name-place {
  font-size: 31px;
  font-family: "minion-pro-condensed", serif;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0.75em;
}
.atelier-shop-page
  .atelier-shop-sec
  .atelier-shop-list
  a
  dl
  dd
  .text-wrap
  .name-place
  .name {
}
.atelier-shop-page
  .atelier-shop-sec
  .atelier-shop-list
  a
  dl
  dd
  .text-wrap
  .name-place
  .separator {
  margin: 0 0.25em;
}
.atelier-shop-page
  .atelier-shop-sec
  .atelier-shop-list
  a
  dl
  dd
  .text-wrap
  .name-place
  .place {
  display: inline-block;
  color: #666666;
}
.atelier-shop-page
  .atelier-shop-sec
  .atelier-shop-list
  a
  dl
  dd
  .text-wrap
  .shop-info {
  font-size: 17px;
}
.atelier-shop-page
  .atelier-shop-sec
  .atelier-shop-list
  a
  dl
  dd
  .text-wrap
  .shop-info
  p {
  line-height: 1.87;
  margin: 0 0 0 14px;
  border-left: solid 1px #191919;
  padding: 10px 0 10px 25px;
}
@media (max-width: 767px) {
  .atelier-shop-page .atelier-shop-sec .atelier-shop-list > .row {
    justify-content: center;
  }
  .atelier-shop-page .atelier-shop-sec .atelier-shop-list a {
    margin-bottom: 50px;
  }
  .atelier-shop-page
    .atelier-shop-sec
    .atelier-shop-list
    a
    dl
    dd
    .text-wrap
    .name-place {
    font-size: 24px;
  }
  .atelier-shop-page
    .atelier-shop-sec
    .atelier-shop-list
    a
    dl
    dd
    .text-wrap
    .shop-info {
    font-size: 15px;
  }
  .atelier-shop-page
    .atelier-shop-sec
    .atelier-shop-list
    a
    dl
    dd
    .text-wrap
    .shop-info
    p {
    margin-left: 5px;
    padding-left: 15px;
  }
}

/*--------------------------------------------------*/
/* atelier-shop-single-page */
/*--------------------------------------------------*/

.atelier-shop-single-page {
  padding-top: 90px;
}
.atelier-shop-single-page .big-image {
  padding: 40px;
}
.atelier-shop-single-page .big-image img {
  width: 100%;
}

.atelier-shop-single-page .main-sec {
  padding: 40px 0 120px;
}
.atelier-shop-single-page .main-sec .container {
  max-width: 1355px;
  padding-left: 75px;
  padding-right: 75px;
}
.atelier-shop-single-page .main-sec .name-place {
  font-size: 42px;
  font-family: "minion-pro-condensed", serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.06em;
  margin-bottom: 1.5em;
}
.atelier-shop-single-page .main-sec .name-place .name {
}
.atelier-shop-single-page .main-sec .name-place .separator {
  margin: 0 0.25em;
}
.atelier-shop-single-page .main-sec .name-place .place {
  display: inline-block;
  color: #666666;
}
.atelier-shop-single-page .main-sec .main-sec-inner {
}
.atelier-shop-single-page .main-sec .column-wrap {
  margin-left: -34px;
  margin-right: -34px;
}
.atelier-shop-single-page .main-sec .column-wrap > .column {
  padding-left: 34px;
  padding-right: 34px;
}
.atelier-shop-single-page .main-sec .column-wrap > .column-left {
}
.atelier-shop-single-page .main-sec .entry-content {
  margin-bottom: 50px;
}
.atelier-shop-single-page .main-sec .entry-content p {
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 1.75em;
}
.atelier-shop-single-page .main-sec .shop-info {
  margin-bottom: 30px;
}
.atelier-shop-single-page .main-sec .shop-info p {
  line-height: 1.8;
}
.atelier-shop-single-page .main-sec .map-link-wrap {
  position: relative;
  max-width: 323px;
  padding: 30px 0;
}
.atelier-shop-single-page .main-sec .map-link-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  left: -10px;
  border-top: solid 1px #606060;
}
.atelier-shop-single-page .main-sec .map-link-wrap div:not(:last-child) {
  margin-bottom: 1em;
}
.atelier-shop-single-page .main-sec .map-link-wrap div a {
  position: relative;
  padding-left: 3em;
}
.atelier-shop-single-page .main-sec .map-link-wrap div a::before,
.atelier-shop-single-page .main-sec .map-link-wrap div a::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  transform: translateY(-50%);
}
.atelier-shop-single-page .main-sec .map-link-wrap div a::before {
  width: 24px;
  left: 0;
  border-bottom: solid 1px #606060;
}
.atelier-shop-single-page .main-sec .map-link-wrap div a::after {
  left: 24px;
  border-style: solid;
  border-width: 3px 0px 3px 5px;
  border-color: transparent transparent transparent #606060;
}
.atelier-shop-single-page .main-sec .column-wrap > .column-right {
}
.atelier-shop-single-page .main-sec .column-wrap > .column-right .small-image {
  margin-right: -75px;
}
.atelier-shop-single-page
  .main-sec
  .column-wrap
  > .column-right
  .small-image
  img {
  width: calc(100% + 75px);
}
@media (max-width: 767px) {
  .atelier-shop-single-page {
    padding-top: 60px;
  }
  .atelier-shop-single-page .big-image {
    padding: 20px;
  }
  .atelier-shop-single-page .main-sec {
    padding: 30px 0 90px;
  }
  .atelier-shop-single-page .main-sec .name-place {
    font-size: 26px;
  }
  .atelier-shop-single-page .main-sec .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .atelier-shop-single-page .main-sec .column-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
  .atelier-shop-single-page .main-sec .column-wrap > .column {
    padding-left: 15px;
    padding-right: 15px;
  }
  .atelier-shop-single-page .main-sec .shop-info {
  }
  .atelier-shop-single-page .main-sec .map-link-wrap {
    font-size: 14px;
  }
  .atelier-shop-single-page
    .main-sec
    .column-wrap
    > .column-right
    .small-image {
    margin-right: 0;
  }
  .atelier-shop-single-page
    .main-sec
    .column-wrap
    > .column-right
    .small-image
    img {
    width: 100%;
  }
}

/*--------------------------------------------------*/
/* contact-page */
/*--------------------------------------------------*/

.contact-page {
}

/* .contact-mv */
.contact-page .contact-mv {
  overflow: hidden;
}
.contact-page .contact-mv .container {
  max-width: 920px;
}
.contact-page .contact-mv .mv-mov {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  z-index: -1;
}
.contact-page .contact-mv .mv-mov video {
  width: 100%;
  aspect-ratio: 3/1;
  min-width: 1380px;
  object-fit: cover;
}
.contact-page .contact-mv .contact-text {
  position: relative;
  padding: 240px 0 0;
}
.contact-page .contact-mv .contact-text h1 {
  font-family: "minion-pro-condensed", serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .contact-page .contact-mv .contact-text {
    padding: 180px 0 0;
  }
  .contact-page .contact-mv .contact-text h1 {
    font-size: 30px;
    margin-bottom: 1.5em;
  }
  .contact-page .contact-mv .contact-text p {
    font-size: 14px;
  }
}

/* .contact-sec */
.contact-page .contact-sec {
  padding-bottom: 100px;
}
.contact-page .contact-sec .container {
  max-width: 920px;
}
.contact-page .contact-sec .intro-text {
  margin: 0 0 130px;
}
.contact-page .contact-sec .mw_wp_form:not(.mw_wp_form_input) .intro-text {
  display: none;
}
.contact-page .contact-sec .intro-text p {
  font-weight: 400;
  line-height: 1.75;
  margin: 0 0 1.75em;
  max-width: 600px;
}
.contact-page .contact-sec .mw_wp_form {
}
.contact-page .contact-sec .form-contents {
  max-width: 756px;
  margin: 0 auto;
}
.contact-page .contact-sec .form-contents dl {
  margin-bottom: 30px;
}
.contact-page .contact-sec .form-contents dl dt {
}
.contact-page .contact-sec .form-contents dl dt p {
  font-size: 28px;
  position: relative;
  font-weight: 400;
}
.contact-page .contact-sec .form-contents dl dt p .red {
  position: absolute;
  top: -0.25em;
  left: -0.25em;
  transform: translateX(-100%);
}
.contact-page .contact-sec .form-contents dl dd input[type="text"],
.contact-page .contact-sec .form-contents dl dd textarea {
  width: 100%;
  font-size: 28px;
  outline: none;
}
.contact-page .contact-sec .form-contents dl dd input[type="text"] {
  border: none;
  border-bottom: solid 1px #000000;
  padding: 0 0 0.25em;
}
.contact-page .contact-sec .form-contents dl dd textarea {
  border: solid 1px #000000;
  padding: 0.25em;
}
.contact-page .contact-sec .form-contents dl.message-row {
  margin-top: 60px;
}
.contact-page .contact-sec .form-contents .privacy-policy {
  margin-top: 60px;
}
.contact-page
  .contact-sec
  .form-contents
  .privacy-policy
  input[type="checkbox"] {
  position: relative;
  width: 25px;
  height: 25px;
  border: 1px solid #000;
  vertical-align: -7px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
}
.contact-page
  .contact-sec
  .form-contents
  .privacy-policy
  input[type="checkbox"]:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -1px) rotate(-45deg);
  width: 150%;
  height: 1px;
  border-bottom: 1px solid #000;
  opacity: 0;
  transition: opacity 0.3s;
}
.contact-page
  .contact-sec
  .form-contents
  .privacy-policy
  input[type="checkbox"]:checked:before {
  opacity: 1;
}
.contact-page .contact-sec .form-contents .privacy-policy .underline {
  text-decoration: underline;
}
.contact-page .contact-sec .form-contents .submit-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
.contact-page
  .contact-sec
  .form-contents
  .submit-form
  input[name="submitConfirm"],
.contact-page .contact-sec .form-contents .submit-form input[name="submit"] {
  font-size: 25px;
  text-align: center;
  letter-spacing: 0.12em;
  margin: 5px;
  padding: 4px;
  display: block;
  border: solid 1px #efefef;
  background-color: #efefef;
  width: 226px;
}
.contact-page
  .contact-sec
  .form-contents
  .submit-form
  input[name="submitBack"] {
  font-size: 25px;
  text-align: center;
  letter-spacing: 0.12em;
  margin: 5px;
  padding: 4px;
  display: block;
  border: solid 1px #efefef;
  background-color: #ffffff;
  width: 226px;
}
.contact-page .contact-sec .mw_wp_form_preview .form-contents dl dd {
  font-size: 28px;
}
.contact-page .contact-sec .mw_wp_form_preview .form-contents .privacy-policy {
  display: none;
}
@media (max-width: 767px) {
  .contact-page .contact-sec .intro-text {
    margin-bottom: 80px;
  }
  .contact-page .contact-sec .intro-text p {
    font-size: 14px;
  }
  .contact-page .contact-sec .form-contents dl dt p {
    font-size: 16px;
    margin-bottom: 0.25em;
  }
  .contact-page .contact-sec .form-contents dl dt p .red {
    top: -0.25em;
    left: -0.125em;
  }
  .contact-page .contact-sec .form-contents dl dd input[type="text"],
  .contact-page .contact-sec .form-contents dl dd textarea {
    font-size: 16px;
  }
  .contact-page
    .contact-sec
    .form-contents
    .privacy-policy
    input[type="checkbox"]:before {
    transform: translate(-50%, 0) rotate(-45deg);
  }
  .contact-page
    .contact-sec
    .form-contents
    .submit-form
    input[name="submitConfirm"],
  .contact-page .contact-sec .form-contents .submit-form input[name="submit"] {
    font-size: 16px;
  }
  .contact-page
    .contact-sec
    .form-contents
    .submit-form
    input[name="submitBack"] {
    font-size: 16px;
  }
  .contact-page .contact-sec .mw_wp_form_preview .form-contents dl dt p::after {
    content: "：";
  }
  .contact-page .contact-sec .mw_wp_form_preview .form-contents dl dd {
    font-size: 14px;
  }
}

/*--------------------------------------------------*/
/* post-page */
/*--------------------------------------------------*/

.post-page {
}

/* .post-mv */
.post-page .post-mv {
  overflow: hidden;
}
.post-page .post-mv .container {
  max-width: 920px;
}
.post-page .post-mv .mv-mov {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  z-index: -1;
}
.post-page .post-mv .mv-mov video {
  width: 100%;
  aspect-ratio: 3/1;
  min-width: 1380px;
  object-fit: cover;
}
.post-page .post-mv .post-text {
  position: relative;
  padding: 240px 0 0;
}
.post-page .post-mv .post-text h1 {
  font-family: "minion-pro-condensed", serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 2em;
}
.post-page .post-mv .post-text p {
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
  max-width: 600px;
}
@media (max-width: 767px) {
  .post-page .post-mv .post-text {
    padding: 180px 0 0;
  }
  .post-page .post-mv .post-text h1 {
    font-size: 30px;
    margin-bottom: 1.5em;
  }
  .post-page .post-mv .post-text p {
    font-size: 14px;
  }
}

/* .post-sec */
.post-page .post-sec {
  padding-bottom: 150px;
}
.post-page .post-sec .container {
  max-width: 920px;
}
.post-page .post-sec .contet-wrap {
  max-width: 670px;
}
.post-page .post-sec .contet-wrap h2,
.post-page .post-sec .contet-wrap h3,
.post-page .post-sec .contet-wrap h4,
.post-page .post-sec .contet-wrap h5,
.post-page .post-sec .contet-wrap h6 {
  font-family: "minion-pro-condensed", serif;
  font-family: "minion-pro-condensed", serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin: 1.5em 0 0.5em;
}
.post-page .post-sec .contet-wrap h2 {
}
.post-page .post-sec .contet-wrap h3 {
}
.post-page .post-sec .contet-wrap h4 {
}
.post-page .post-sec .contet-wrap h5 {
}
.post-page .post-sec .contet-wrap h6 {
}
.post-page .post-sec .contet-wrap p {
  line-height: 1.75;
}
@media (max-width: 767px) {
  .post-page .post-sec .contet-wrap h2 {
  }
  .post-page .post-sec .contet-wrap h3 {
  }
  .post-page .post-sec .contet-wrap h4 {
  }
  .post-page .post-sec .contet-wrap h5 {
  }
  .post-page .post-sec .contet-wrap h6 {
  }
}
