@charset "UTF-8";
/* Scss Document */
/* transition */
/* opacity */
/* inline-block */
/* font-family */
/* font size */
/* CSS Document */
/************************************************************
FONT SIZE
************************************************************/
html {
  font-size: 62.5%;
}

/*html.fontChange1{font-size:62.5%;}
html.fontChange2{font-size:70%;}*/
body {
  font-size: 16px;
  font-size: 1.6rem;
}

p, li, dt, dd, th, td, textarea {
  font-size: 16px;
  font-size: 1.6rem;
}

/************************************************************
HTML TAGS
************************************************************/
* {
  margin: 0;
  padding: 0px;
  box-sizing: border-box;
}

@media screen and (min-width: 813px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 812px) {
  .pc {
    display: none;
  }
}

html, body {
  color: #222;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  background: #fff;
}

p {
  line-height: 2;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 16px;
  font-size: 1.6rem;
}

dd, dt {
  line-height: 1.6;
  letter-spacing: normal;
  font-size: 14px;
}

dt {
  font-weight: bold;
  letter-spacing: normal;
}

li {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: normal;
}

th {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: normal;
}

td {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: normal;
}

ul, ol {
  list-style-type: none;
}

img {
  vertical-align: bottom;
  letter-spacing: normal;
  max-width: 100%;
}

hr {
  margin: 0px;
  padding: 0px;
}

address {
  font-style: normal;
}

a {
  color: #222;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

a:hover {
  text-decoration: underline;
  /*color: #00bfaf;*/
  color: #222;
}

a img {
  border: none;
}

@media screen and (max-width: 812px) {
  p {
    line-height: 1.8;
  }
  p, li, dt, dd, th, td {
    font-size: 14px;
    font-size: 1.4rem;
  }
  a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
}
#main {
  padding-top: 0;
}

#base_bg {
  background: url("../../common/image/base_bg.jpg") center top no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 102vh;
}
@media screen and (max-width: 812px) {
  #base_bg {
    background-image: url("../../common/image/base_bg_sp.jpg");
  }
}

#article_products {
  padding-top: 130px;
}
@media screen and (max-width: 812px) {
  #article_products {
    padding-top: 23.3333333333vw;
  }
}
#article_products img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#article_products h1 {
  font-family: "M PLUS 1p", sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 95px;
}
@media screen and (max-width: 812px) {
  #article_products h1 {
    font-size: 2.6666666667vw;
    margin-bottom: 29.6vw;
  }
}
#article_products h1 span {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 812px) {
  #article_products h1 span {
    font-size: 7.2vw;
  }
}
#article_products .prod_nav {
  width: 1200px;
  filter: drop-shadow(0 0 15px rgba(4, 0, 0, 0.5));
  transform: translateZ(0);
  position: absolute;
  top: 228px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 812px) {
  #article_products .prod_nav {
    width: 93.3333333333vw;
    filter: drop-shadow(0 0 2vw rgba(4, 0, 0, 0.5));
    top: 40.9333333333vw;
  }
}
#article_products .prod_nav::after {
  content: "";
  display: block;
  width: 68px;
  height: 15px;
  background: url("../../common/image/icon_parts1.svg") center top no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 812px) {
  #article_products .prod_nav::after {
    width: 12.4vw;
    height: 2.8vw;
  }
}
#article_products .prod_nav ul {
  padding: 14.5px 40px 14.5px 30px;
  background-color: #222;
  clip-path: polygon(26px 0, 100% 0, 100% calc(100% - 26px), calc(100% - 26px) 100%, 0 100%, 0 26px);
  display: flex;
  flex-direction: row;
  position: relative;
}
@media screen and (max-width: 812px) {
  #article_products .prod_nav ul {
    padding: 2.6666666667vw 2.6666666667vw 1.2vw;
    clip-path: polygon(4.4vw 0, 100% 0, 100% 23.7333333333vw, 88.9333333333vw 100%, 0 100%, 0 4.4vw);
    flex-wrap: wrap;
  }
}
#article_products .prod_nav ul::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #c5beb7;
  clip-path: polygon(0 100%, 0 26px, 26px 0, 100% 0, 100% calc(100% - 26px), calc(100% - 26px) 100%, 1px 100%, 1px calc(100% - 1px), calc(100% - 27px) calc(100% - 1px), calc(100% - 1px) calc(100% - 27px), calc(100% - 1px) 1px, 27px 1px, 1px 27px, 1px 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 812px) {
  #article_products .prod_nav ul::after {
    clip-path: polygon(0 100%, 0 4.4vw, 4.4vw 0, 100% 0, 100% calc(100% - 4.4vw), calc(100% - 4.4vw) 100%, 0.1333333333vw 100%, 0.1333333333vw calc(100% - 0.1333333333vw), calc(100% - 4.5333333333vw) calc(100% - 0.1333333333vw), calc(100% - 0.1333333333vw) calc(100% - 4.5333333333vw), calc(100% - 0.1333333333vw) 0.1333333333vw, 4.5333333333vw 0.1333333333vw, 0.1333333333vw 4.5333333333vw, 0.1333333333vw 100%);
  }
}
#article_products .prod_nav ul > li {
  min-width: 155px;
  text-align: center;
  margin-top: 0;
}
@media screen and (max-width: 812px) {
  #article_products .prod_nav ul > li {
    width: 29.3333333333vw;
    min-width: 29.3333333333vw;
    margin-bottom: 1.4666666667vw;
  }
}
#article_products .prod_nav ul > li.card-gallery {
  margin: 0 0 0 auto;
}
#article_products .prod_nav ul > li.active {
  width: 180px;
}
@media screen and (max-width: 812px) {
  #article_products .prod_nav ul > li.active {
    width: 29.3333333333vw;
  }
}
#article_products .prod_nav ul > li.active > a:hover {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 812px) {
  #article_products .prod_nav ul > li.active > a:hover {
    letter-spacing: 0;
  }
}
#article_products .prod_nav ul > li:not(.active) a:hover {
  text-decoration: none;
  color: #f55d0b;
}
#article_products .prod_nav ul > li a {
  display: block;
  font-family: "M PLUS 1p", sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: -0.05em;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media screen and (max-width: 812px) {
  #article_products .prod_nav ul > li a {
    font-size: 3.4666666667vw;
  }
}
#article_products .prod_nav ul > li a > span {
  display: block;
  padding: 20px 8px 18px;
}
@media screen and (max-width: 812px) {
  #article_products .prod_nav ul > li a > span {
    padding: 3.7333333333vw 0 3.4666666667vw;
  }
}
#article_products.products_top .prod_bg {
  background-color: #111;
}
#article_products.products_top .prod_mv {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_mv {
    min-width: 100%;
    padding-bottom: 48.2666666667vw;
  }
}
#article_products.products_top .prod_mv-inner {
  position: relative;
}
#article_products.products_top .prod_mv-img {
  margin-right: 2.98%;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 120px), calc(100% - 120px) 100%, 0 100%, 0 0);
  position: relative;
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_mv-img {
    margin-right: 1.8666666667vw;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 13.3333333333vw), calc(100% - 13.3333333333vw) 100%, 0 100%, 0 0);
  }
}
#article_products.products_top .prod_mv-img-inner {
  min-height: 780px;
  background: url("/assets/images/products/tla/bg-kv.jpg?202204") center top no-repeat;
  background-size: cover;
  padding-top: 47.8527607362%;
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_mv-img-inner {
    min-height: 114.6666666667vw;
    background: url("/assets/images/products/tla/bg-kv-sp.jpg?202204") center top no-repeat;
    background-size: cover;
    padding-top: 116.847826087%;
  }
}
#article_products.products_top .prod_mv-cont {
  position: absolute;
  top: 45%;
  left: 3.45%;
  transform: translateY(-50%);
}
@media screen and (min-width: 813px) {
  #article_products.products_top .prod_mv-cont.aetherdrift {
    top: calc(73% - 11px);
  }
}
@media screen and (min-width: 813px) {
  #article_products.products_top .prod_mv-cont.center {
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_mv-cont {
    width: 100%;
    top: 79vw;
    left: 0;
    transform: translateY(0);
    text-align: center;
  }
}
#article_products.products_top .prod_mv-title {
  width: 390px;
  margin-left: 25px;
}
@media screen and (min-width: 813px) {
  #article_products.products_top .prod_mv-title.center {
    margin: 0 auto;
  }
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_mv-title {
    width: 65.0666666667vw;
    margin: 0 auto;
  }
}
#article_products.products_top .prod_mv-date {
  display: inline-block;
  font-family: "Beleren";
  line-height: 1;
  font-weight: 700;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 21px 29px 28px 22px;
  margin-top: 28px;
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_mv-date {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin-top: 5.6vw;
  }
}
#article_products.products_top .prod_mv-date ._on-sale {
  font-size: 47px;
  letter-spacing: 0.04em;
  background: -webkit-linear-gradient(-90deg, rgb(233, 74, 37) 30%, rgb(255, 151, 15) 80%);
  color: rgb(233, 74, 37);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 4px;
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_mv-date ._on-sale {
    font-size: 7.2vw;
    margin-bottom: 1.7333333333vw;
  }
}
#article_products.products_top .prod_mv-date ._on-sale span {
  background: -webkit-linear-gradient(-90deg, rgb(233, 74, 37) 30%, rgb(255, 151, 15) 80%);
  color: rgb(233, 74, 37);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 64px;
  margin-right: 15px;
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_mv-date ._on-sale span {
    font-size: 9.8666666667vw;
    margin-right: 2.2666666667vw;
  }
}
#article_products.products_top .prod_mv-date ._prerelease {
  font-size: 19px;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_mv-date ._prerelease {
    font-size: 3.7333333333vw;
  }
}
#article_products.products_top .prod_mv-date ._prerelease span {
  display: inline-block;
  font-size: 26px;
  margin-left: 13px;
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_mv-date ._prerelease span {
    font-size: 4.8vw;
    margin-left: 1.7333333333vw;
  }
}
#article_products.products_top .prod_banner {
  padding: 47px 0 32px;
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_banner {
    padding: 0 0 4vw;
  }
}
#article_products.products_top .prod_banner ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_banner ul {
    width: 92vw;
  }
}
#article_products.products_top .prod_banner ul li {
  width: 280px;
  margin-right: 26.666px;
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_banner ul li {
    width: 44vw;
    margin-right: 4vw;
    margin-bottom: 9.0666666667vw;
  }
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_banner ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
#article_products.products_top .prod_banner ul li:last-of-type {
  margin-right: 0;
}
#article_products.products_top .prod_banner ul li a {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.57;
  letter-spacing: 0.05em;
  text-align: center;
  color: #eee;
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_banner ul li a {
    font-size: 3.2vw;
    line-height: 1.42;
    letter-spacing: -0.03em;
  }
}
#article_products.products_top .prod_banner ul li a > div {
  border: 1px solid #918880;
}
#article_products.products_top .prod_banner ul li a span {
  display: block;
  padding: 0 5px;
  margin-top: 11px;
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_banner ul li a span {
    padding: 0 0.6666666667vw;
    margin-top: 2vw;
  }
}
#article_products.products_top .prod_banner ul li a:hover {
  text-decoration: none;
}
#article_products.products_top .prod_lineup {
  position: relative;
}
#article_products.products_top .prod_lineup-inner {
  min-height: 746px;
  padding-top: 50px;
  background: url("/assets/images/products/tla/bg-product.png?1209") center top no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_lineup-inner {
    min-height: 153.3333333333vw;
    padding: 14.6666666667vw 0;
    background: url("/assets/images/products/tla/bg-product-sp.png?1209") center top repeat-y;
    background-size: cover;
  }
}
#article_products.products_top .prod_lineup .prod_lineup-list.slick-initialized + .prod_lineup-btn {
  display: block;
}
#article_products.products_top .prod_lineup-list {
  width: 92.9%;
  max-width: 1560px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_lineup-list {
    width: 88vw;
    max-width: none;
    display: block;
  }
}
#article_products.products_top .prod_lineup-list-item {
  width: 25%;
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_lineup-list-item {
    width: 100%;
  }
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_lineup-list-item ._img {
    width: 100%;
  }
}
#article_products.products_top .prod_lineup-list-item ._info {
  margin-top: 27px;
  padding: 0 16.54% 0 10%;
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_lineup-list-item ._info {
    margin-top: 5.0666666667vw;
    padding: 0 7.6vw 0 7.6vw;
  }
}
#article_products.products_top .prod_lineup-list-item ._info > dt {
  font-family: "M PLUS 1p", sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #f55d0b;
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_lineup-list-item ._info > dt {
    font-size: 5.0666666667vw;
  }
}
#article_products.products_top .prod_lineup-list-item ._info > dd {
  margin-top: 20px;
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_lineup-list-item ._info > dd {
    margin-top: 4vw;
  }
}
#article_products.products_top .prod_lineup-list-item ._info > dd > ul > li {
  font-size: 13px;
  line-height: 2;
  color: #ddd;
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_lineup-list-item ._info > dd > ul > li {
    font-size: 3.2vw;
    line-height: 1.833;
  }
}
#article_products.products_top .prod_lineup-list-item ._info > dd > ul > li::before {
  content: "■";
}
#article_products.products_top .prod_lineup-btn {
  display: none;
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  position: absolute;
  top: 352px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_lineup-btn {
    width: 95.7333333333vw;
    max-width: none;
    height: 12vw;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
#article_products.products_top .prod_lineup-btn > div {
  width: 31px;
  transform-origin: center;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_lineup-btn > div {
    width: 6.2666666667vw;
  }
}
#article_products.products_top .prod_lineup-btn > div._prev {
  transform: rotateZ(180deg);
  left: 1.785%;
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_lineup-btn > div._prev {
    left: 0;
  }
}
#article_products.products_top .prod_lineup-btn > div._next {
  right: 1.785%;
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_lineup-btn > div._next {
    right: 0;
  }
}
#article_products.products_top .prod_lineup-btn > div.slick-disabled {
  display: none !important;
}
#article_products.products_top .prod_archive-inner {
  padding: 94px 0 124px;
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_archive-inner {
    padding: 11.3333333333vw 0 18.6666666667vw;
  }
}
#article_products.products_top .prod_archive-block-wrap {
  padding-top: 66px;
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_archive-block-wrap {
    padding-top: 3.7333333333vw;
  }
}
#article_products.products_top .prod_archive-block {
  width: 1200px;
  margin: 0 auto 35px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_archive-block {
    width: 92vw;
    margin: 0 auto 2.6666666667vw;
  }
}
#article_products.products_top .prod_archive-block:last-of-type {
  margin-bottom: 0;
}
#article_products.products_top .prod_archive-block > h3 > span {
  font-family: "Beleren";
  font-size: 43px;
  font-weight: 700;
  writing-mode: vertical-lr;
  padding-left: 6px;
  position: sticky;
  top: 70px;
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_archive-block > h3 > span {
    font-size: 6.6666666667vw;
    line-height: 1;
    padding-left: 0;
  }
}
#article_products.products_top .prod_archive-block > h3 > span > span {
  font-size: 29px;
  color: #f55d0b;
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_archive-block > h3 > span > span {
    font-size: 4.8vw;
  }
}
#article_products.products_top .prod_archive-block-list {
  width: 1082px;
  padding-top: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_archive-block-list {
    width: 83.0666666667vw;
    padding-top: 2.9333333333vw;
  }
}
#article_products.products_top .prod_archive-block-list li {
  width: 340px;
  margin-right: 31px;
  margin-bottom: 32px;
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_archive-block-list li {
    width: 40vw;
    margin-right: 3.0666666667vw;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_archive-block-list li:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
#article_products.products_top .prod_archive-block-list li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_archive-block-list li:nth-of-type(3n) {
    margin-right: 3.0666666667vw;
  }
}
#article_products.products_top .prod_archive-block-list li a {
  display: block;
  width: 100%;
}
#article_products.products_top .prod_archive-block-list li a ._head {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #222;
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_archive-block-list li a ._head {
    display: block;
  }
}
#article_products.products_top .prod_archive-block-list li a ._thumb {
  width: 194px;
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_archive-block-list li a ._thumb {
    width: 100%;
  }
}
#article_products.products_top .prod_archive-block-list li a ._logo {
  width: 130px;
  margin: 0 auto;
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_archive-block-list li a ._logo {
    width: 32.666667vw;
    height: 22.6666666667vw;
    min-height: 34.333333vw;
    padding: 0.6666666667vw 0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
#article_products.products_top .prod_archive-block-list li a ._name {
  font-family: "M PLUS 1p", sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_archive-block-list li a ._name {
    font-size: 3.4666666667vw;
    margin-top: 1.8666666667vw;
  }
}
#article_products.products_top .prod_archive-block-list li a:hover {
  text-decoration: none;
}
#article_products.products_top .prod_archive-chronology {
  width: 1200px;
  margin: 64px auto 32px;
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_archive-chronology {
    width: 100%;
    margin: 6.4vw 0;
    padding: 0 4vw;
    overflow-x: auto;
  }
}
#article_products.products_top .prod_archive-chronology ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_archive-chronology ul {
    width: auto;
    flex-wrap: nowrap;
  }
}
#article_products.products_top .prod_archive-chronology ul li {
  width: 110px;
  height: 42px;
  margin-right: 11px;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_archive-chronology ul li {
    width: 20.2666666667vw;
    min-width: 20.2666666667vw;
    height: 8.9333333333vw;
    margin-right: 1.3333333333vw;
    margin-bottom: 0;
  }
}
#article_products.products_top .prod_archive-chronology ul li:nth-of-type(10n) {
  margin-right: 0;
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_archive-chronology ul li:nth-of-type(10n) {
    margin-right: 1.3333333333vw;
  }
}
#article_products.products_top .prod_archive-chronology ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #222;
  font-family: "Beleren";
  font-size: 18px;
  font-weight: 700;
  background-color: #222;
  clip-path: polygon(11px 0, 100% 0, 100% calc(100% - 11px), calc(100% - 11px) 100%, 0 100%, 0 11px);
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_archive-chronology ul li a {
    font-size: 3.7333333333vw;
    clip-path: polygon(2.1333333333vw 0, 100% 0, 100% calc(100% - 2.1333333333vw), calc(100% - 2.1333333333vw) 100%, 0 100%, 0 2.1333333333vw);
  }
}
#article_products.products_top .prod_archive-chronology ul li a::before {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #fff;
  clip-path: polygon(11px 0, 100% 0, 100% calc(100% - 11px), calc(100% - 11px) 100%, 0 100%, 0 11px);
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: -1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media screen and (max-width: 812px) {
  #article_products.products_top .prod_archive-chronology ul li a::before {
    width: calc(100% - 0.2666666667vw);
    height: calc(100% - 0.2666666667vw);
    clip-path: polygon(2.1333333333vw 0, 100% 0, 100% calc(100% - 2.1333333333vw), calc(100% - 2.1333333333vw) 100%, 0 100%, 0 2.1333333333vw);
    top: 0.1333333333vw;
    left: 0.1333333333vw;
  }
}
#article_products.products_top .prod_archive-chronology ul li a:hover {
  text-decoration: none;
  color: #f55d0b;
}
#article_products.products_top .prod_archive-chronology ul li a:hover::before {
  background-color: #222;
}
#article_products.products_top .prod_archive-chronology ul li.active a {
  color: #f55d0b;
}
#article_products.products_top .prod_archive-chronology ul li.active a::before {
  background-color: #222;
}
@media screen and (max-width: 812px) {
  #article_products.products_dt.products_other .prod_archive-inner {
    padding: 5.7333333333vw 0 18.6666666667vw;
  }
}
#article_products.products_dt.products_other .prod_archive-block-wrap {
  margin: 43px auto 80px;
}
@media screen and (max-width: 812px) {
  #article_products.products_dt.products_other .prod_archive-block-wrap {
    margin: 8vw auto 9.3333333333vw;
  }
}
@media screen and (max-width: 812px) {
  #article_products.products_dt .year_list_box {
    overflow-x: scroll;
  }
}
#article_products.products_dt .prod_anchor {
  width: 1200px;
  margin: 0 auto 7px;
  padding-top: 62px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 812px) {
  #article_products.products_dt .prod_anchor {
    width: 92vw;
    margin: 0 auto;
    padding-top: 12.8vw;
  }
}
@media screen and (max-width: 812px) {
  #article_products.products_dt .prod_anchor.year_list {
    flex-wrap: nowrap;
  }
}
#article_products.products_dt .prod_anchor.year_list li {
  width: 120px;
  min-height: 37px;
}
@media screen and (max-width: 812px) {
  #article_products.products_dt .prod_anchor.year_list li {
    width: 23vw;
    height: 10vw;
    flex-shrink: 0;
  }
}
#article_products.products_dt .prod_anchor.year_list li:nth-of-type(5n) {
  margin-right: 12.5px;
}
@media screen and (max-width: 812px) {
  #article_products.products_dt .prod_anchor.year_list li:nth-of-type(5n) {
    margin-right: 2.4vw;
  }
}
@media screen and (max-width: 812px) {
  #article_products.products_dt .prod_anchor.year_list li:nth-of-type(2n) {
    margin-right: 2.4vw !important;
  }
}
#article_products.products_dt .prod_anchor.year_list li:nth-of-type(9n) {
  margin-right: 0;
}
#article_products.products_dt .prod_anchor li {
  width: 230px;
  min-height: 52px;
  margin-right: 12.5px;
  margin-bottom: 12px;
}
@media screen and (max-width: 812px) {
  #article_products.products_dt .prod_anchor li {
    width: 44.8vw;
    min-height: 10.8vw;
    margin-right: 2.4vw;
    margin-bottom: 2.1333333333vw;
  }
}
@media screen and (max-width: 812px) {
  #article_products.products_dt .prod_anchor li:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
#article_products.products_dt .prod_anchor li:nth-of-type(5n) {
  margin-right: 0;
}
@media screen and (max-width: 812px) {
  #article_products.products_dt .prod_anchor li:nth-of-type(5n) {
    margin-right: 2.4vw;
  }
}
#article_products.products_dt .prod_anchor li a {
  width: 100%;
  height: 100%;
  padding: 5px 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #222;
  font-family: "M PLUS 1p", sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  clip-path: polygon(11px 0, 100% 0, 100% calc(100% - 11px), calc(100% - 11px) 100%, 0 100%, 0 11px);
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media screen and (max-width: 812px) {
  #article_products.products_dt .prod_anchor li a {
    padding: 0.6666666667vw 2vw;
    font-size: 3.4666666667vw;
    clip-path: polygon(2.1333333333vw 0, 100% 0, 100% calc(100% - 2.1333333333vw), calc(100% - 2.1333333333vw) 100%, 0 100%, 0 2.1333333333vw);
  }
}
#article_products.products_dt .prod_anchor li a::before {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #fff;
  clip-path: polygon(11px 0, 100% 0, 100% calc(100% - 11px), calc(100% - 11px) 100%, 0 100%, 0 11px);
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: -1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media screen and (max-width: 812px) {
  #article_products.products_dt .prod_anchor li a::before {
    width: calc(100% - 0.2666666667vw);
    height: calc(100% - 0.2666666667vw);
    clip-path: polygon(2.1333333333vw 0, 100% 0, 100% calc(100% - 2.1333333333vw), calc(100% - 2.1333333333vw) 100%, 0 100%, 0 2.1333333333vw);
    top: 0.1333333333vw;
    left: 0.1333333333vw;
  }
}
#article_products.products_dt .prod_anchor li a:hover {
  text-decoration: none;
  color: #f55d0b;
}
#article_products.products_dt .prod_anchor li a:hover::before {
  background-color: #222;
}
#article_products.products_dt .prod_explanation {
  background-color: rgba(34, 34, 34, 0.7);
}
#article_products.products_dt .prod_explanation-inner {
  width: 1200px;
  margin: 0 auto;
  padding: 113px 0 52px;
  position: relative;
}
@media screen and (max-width: 812px) {
  #article_products.products_dt .prod_explanation-inner {
    width: 92vw;
    padding: 13.7333333333vw 0 13.3333333333vw;
  }
}
#article_products.products_dt .prod_explanation-title {
  filter: drop-shadow(0 0 15px rgba(4, 0, 0, 0.5));
  transform: translateZ(0);
  position: absolute;
  top: 78px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 812px) {
  #article_products.products_dt .prod_explanation-title {
    filter: drop-shadow(0 0 2vw rgba(4, 0, 0, 0.5));
    position: relative;
    top: 0;
  }
}
#article_products.products_dt .prod_explanation-title-inner {
  width: 312px;
  min-height: 221px;
  padding: 30px 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "M PLUS 1p", sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 14px;
  font-weight: 700;
  color: #f55d0b;
  letter-spacing: -0.05em;
  clip-path: polygon(50px 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 50px);
  position: relative;
}
@media screen and (max-width: 812px) {
  #article_products.products_dt .prod_explanation-title-inner {
    width: 61.6vw;
    min-height: 36.1333333333vw;
    padding: 4vw 6.9333333333vw;
    font-size: 3.4666666667vw;
    clip-path: polygon(8vw 0, 100% 0, 100% calc(100% - 8vw), calc(100% - 8vw) 100%, 0 100%, 0 8vw);
  }
}
#article_products.products_dt .prod_explanation-title-inner > span {
  display: block;
  font-family: "Beleren";
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.03em;
  margin-bottom: 6px;
  word-break: break-word;
}
@media screen and (max-width: 812px) {
  #article_products.products_dt .prod_explanation-title-inner > span {
    font-size: 6.9333333333vw;
    margin-bottom: 0.9333333333vw;
  }
}
#article_products.products_dt .prod_explanation-title-inner::before, #article_products.products_dt .prod_explanation-title-inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#article_products.products_dt .prod_explanation-title-inner::before {
  background-color: rgba(34, 34, 34, 0.8);
  clip-path: polygon(50px 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 50px);
  z-index: -1;
}
@media screen and (max-width: 812px) {
  #article_products.products_dt .prod_explanation-title-inner::before {
    clip-path: polygon(8vw 0, 100% 0, 100% calc(100% - 8vw), calc(100% - 8vw) 100%, 0 100%, 0 8vw);
  }
}
#article_products.products_dt .prod_explanation-title-inner::after {
  background-color: #c5beb7;
  clip-path: polygon(0 100%, 0 50px, 50px 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 1px 100%, 1px calc(100% - 1px), calc(100% - 51px) calc(100% - 1px), calc(100% - 1px) calc(100% - 51px), calc(100% - 1px) 1px, 51px 1px, 1px 51px, 1px 100%);
}
@media screen and (max-width: 812px) {
  #article_products.products_dt .prod_explanation-title-inner::after {
    clip-path: polygon(0 100%, 0 8vw, 8vw 0, 100% 0, 100% calc(100% - 8vw), calc(100% - 8vw) 100%, 0.1333333333vw 100%, 0.1333333333vw calc(100% - 0.1333333333vw), calc(100% - 8.1333333333vw) calc(100% - 0.1333333333vw), calc(100% - 0.1333333333vw) calc(100% - 8.1333333333vw), calc(100% - 0.1333333333vw) 0.1333333333vw, 8.1333333333vw 0.1333333333vw, 0.1333333333vw 8.1333333333vw, 0.1333333333vw 100%);
  }
}
#article_products.products_dt .prod_explanation-txt {
  width: 911px;
  margin: 0 0 0 auto;
  padding: 40px 40px 36px 55px;
  position: relative;
}
@media screen and (max-width: 812px) {
  #article_products.products_dt .prod_explanation-txt {
    width: 85.0666666667vw;
    padding: 9.7333333333vw 7.8666666667vw 7.0666666667vw 8.1333333333vw;
    margin-top: -4vw;
  }
}
#article_products.products_dt .prod_explanation-txt::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #c5beb7;
  clip-path: polygon(0 100%, 0 50px, 50px 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 1px 100%, 1px calc(100% - 1px), calc(100% - 51px) calc(100% - 1px), calc(100% - 1px) calc(100% - 51px), calc(100% - 1px) 1px, 51px 1px, 1px 51px, 1px 100%);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 812px) {
  #article_products.products_dt .prod_explanation-txt::before {
    clip-path: polygon(0 100%, 0 8vw, 8vw 0, 100% 0, 100% calc(100% - 8vw), calc(100% - 8vw) 100%, 0.1333333333vw 100%, 0.1333333333vw calc(100% - 0.1333333333vw), calc(100% - 8.1333333333vw) calc(100% - 0.1333333333vw), calc(100% - 0.1333333333vw) calc(100% - 8.1333333333vw), calc(100% - 0.1333333333vw) 0.1333333333vw, 8.1333333333vw 0.1333333333vw, 0.1333333333vw 8.1333333333vw, 0.1333333333vw 100%);
  }
}
#article_products.products_dt .prod_explanation-txt > p {
  font-size: 16px;
  color: #eee;
  font-weight: 700;
  line-height: 2.12;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 812px) {
  #article_products.products_dt .prod_explanation-txt > p {
    font-size: 3.4666666667vw;
    line-height: 2;
  }
}
#article_products.products_dt .prod_explanation-btn {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 26px;
}
@media screen and (max-width: 812px) {
  #article_products.products_dt .prod_explanation-btn {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 8.5333333333vw;
  }
}
#article_products.products_dt .prod_explanation-btn li {
  width: 280px;
  max-width: none;
  margin-right: 16px;
  margin-top: 0;
}
@media screen and (max-width: 812px) {
  #article_products.products_dt .prod_explanation-btn li {
    width: 66.6666666667vw;
    margin-right: 0;
    margin-bottom: 5.8666666667vw;
  }
}
#article_products.products_dt .prod_explanation-btn li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 812px) {
  #article_products.products_dt .prod_explanation-btn li:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 812px) {
  #article_products.products_dt .prod_explanation-btn li a {
    font-size: 3.2vw;
  }
}
#article_products.products_dt .prod_explanation-btn li a span {
  padding: 18.5px 8px 16.5px;
}
@media screen and (max-width: 812px) {
  #article_products.products_dt .prod_explanation-btn li a span {
    padding: 4.0666666667vw 0.6666666667vw 3.9333333333vw;
  }
}
#article_products.products_dt .prod_archive-inner {
  padding: 54px 0 124px;
}
@media screen and (max-width: 812px) {
  #article_products.products_dt .prod_archive-inner {
    padding: 10.9333333333vw 0 18.6666666667vw;
  }
}
#article_products.products_dt .prod_archive-block-wrap {
  width: 1200px;
  margin: 70px auto 80px;
}
@media screen and (max-width: 812px) {
  #article_products.products_dt .prod_archive-block-wrap {
    width: 92vw;
    margin: 8vw auto 9.3333333333vw;
  }
}
#article_products.products_dt .prod_archive-block-wrap:last-of-type {
  margin-bottom: 0;
}
#article_products.products_dt .prod_archive-block {
  margin-bottom: 25px;
}
@media screen and (max-width: 812px) {
  #article_products.products_dt .prod_archive-block {
    margin-bottom: 4.5333333333vw;
  }
}
#article_products.products_dt .prod_archive-block:last-of-type {
  margin-bottom: 0;
}
#article_products.products_dt .prod_archive-block-title {
  width: 100%;
  min-height: 56px;
  font-family: "M PLUS 1p", sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #222;
  padding: 14px 18px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 812px) {
  #article_products.products_dt .prod_archive-block-title {
    min-height: 9.6vw;
    font-size: 3.7333333333vw;
    padding: 2vw 2.4vw;
    margin-bottom: 5.4666666667vw;
  }
}
#article_products.products_dt .prod_archive-block-title::before, #article_products.products_dt .prod_archive-block-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 2px;
  left: 0;
}
@media screen and (max-width: 812px) {
  #article_products.products_dt .prod_archive-block-title::before, #article_products.products_dt .prod_archive-block-title::after {
    height: 0.4vw;
    bottom: 0.5333333333vw;
  }
}
#article_products.products_dt .prod_archive-block-title::before {
  background-color: #c5beb7;
}
#article_products.products_dt .prod_archive-block-title::after {
  width: 100px;
  background-color: #f55d0b;
}
@media screen and (max-width: 812px) {
  #article_products.products_dt .prod_archive-block-title::after {
    width: 13.3333333333vw;
  }
}
#article_products.products_dt .prod_archive-block-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 812px) {
  #article_products.products_dt .prod_archive-block-list {
    width: 86.6666666667vw;
    margin: 0 auto;
  }
}
#article_products.products_dt .prod_archive-block-list li {
  width: 380px;
  margin-right: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 812px) {
  #article_products.products_dt .prod_archive-block-list li {
    width: 40vw;
    margin-right: 6.6666666667vw;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 812px) {
  #article_products.products_dt .prod_archive-block-list li:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
#article_products.products_dt .prod_archive-block-list li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 812px) {
  #article_products.products_dt .prod_archive-block-list li:nth-of-type(3n) {
    margin-right: 6.6666666667vw;
  }
}
#article_products.products_dt .prod_archive-block-list li a {
  display: block;
  width: 100%;
}
#article_products.products_dt .prod_archive-block-list li a ._head {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #222;
}
@media screen and (max-width: 812px) {
  #article_products.products_dt .prod_archive-block-list li a ._head {
    display: block;
  }
}
#article_products.products_dt .prod_archive-block-list li a ._thumb {
  width: 217px;
}
@media screen and (max-width: 812px) {
  #article_products.products_dt .prod_archive-block-list li a ._thumb {
    width: 100%;
  }
}
#article_products.products_dt .prod_archive-block-list li a ._logo {
  width: 137px;
  margin: 0 auto;
}
@media screen and (max-width: 812px) {
  #article_products.products_dt .prod_archive-block-list li a ._logo {
    width: 22.6666666667vw;
    min-height: 13.3333333333vw;
    padding: 0.6666666667vw 0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
#article_products.products_dt .prod_archive-block-list li a ._name {
  font-family: "M PLUS 1p", sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 812px) {
  #article_products.products_dt .prod_archive-block-list li a ._name {
    font-size: 3.4666666667vw;
    margin-top: 1.8666666667vw;
  }
}
#article_products.products_dt .prod_archive-block-list li a:hover {
  text-decoration: none;
}

.gallery-search-button-box {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 812px) {
  .gallery-search-button-box {
    width: 92vw;
    margin-top: 6vw;
  }
}
.gallery-search-button-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #222;
  color: #dddddd;
  width: 240px;
  height: 48px;
  border-radius: 24px;
  text-decoration: none;
  transition: all 0.3s;
  margin-left: auto;
}
@media screen and (max-width: 812px) {
  .gallery-search-button-box a {
    width: 46vw;
    height: 8.5333vw;
    font-size: 3.2vw;
  }
}
.gallery-search-button-box a:hover {
  filter: brightness(1.5);
}
.gallery-search-button-box a .search-icon {
  width: 18px !important;
  height: 18px !important;
  margin-right: 5px;
}
@media screen and (max-width: 812px) {
  .gallery-search-button-box a .search-icon {
    width: 3.7333vw !important;
    height: 3.7333vw !important;
  }
}
.gallery-search-button-box a .button-arrow {
  width: 9px !important;
  height: 15px !important;
  margin-left: 10px;
}
@media screen and (max-width: 812px) {
  .gallery-search-button-box a .button-arrow {
    width: 1.7333vw !important;
    height: 2.9333vw !important;
  }
}

.meister-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 0.2s ease-out;
  opacity: 0;
  visibility: hidden;
}
.meister-modal.active {
  opacity: 1;
  visibility: visible;
}
.meister-modal.active .meister-modal_cont-wrap {
  opacity: 1;
}
.meister-modal_overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.meister-modal_inner {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: relative;
}
.meister-modal_cont-wrap {
  min-width: 1200px;
  max-width: 1252px;
  margin: 0 auto;
  padding: 140px 26px;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.6));
  position: relative;
  transition: opacity 0.4s ease-out;
  transition-delay: 0.1s;
  opacity: 0;
  z-index: 1;
}
@media screen and (max-width: 812px) {
  .meister-modal_cont-wrap {
    min-width: auto;
    max-width: none;
    padding: 16vw 0;
    filter: drop-shadow(0px 0px 2.6666666667vw rgba(0, 0, 0, 0.6));
  }
}
.meister-modal_close-btn {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 102px;
  right: -10px;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 812px) {
  .meister-modal_close-btn {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    top: 11.7333333333vw;
    right: 0.6666666667vw;
  }
}
.meister-modal_close-btn::before, .meister-modal_close-btn::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform-origin: center;
}
@media screen and (max-width: 812px) {
  .meister-modal_close-btn::before, .meister-modal_close-btn::after {
    width: 9.3333333333vw;
  }
}
.meister-modal_close-btn::before {
  transform: rotateZ(45deg);
}
.meister-modal_close-btn::after {
  transform: rotateZ(-45deg);
}
.meister-modal_cont {
  width: 100%;
  max-width: 1200px;
  min-width: 1148px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 812px) {
  .meister-modal_cont {
    width: 92vw;
    max-width: none;
    min-width: auto;
  }
}
.meister-modal_cont::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff url("/assets/images/teaching_meister/modal-bg.png") calc(50% - 205px) -9px repeat-y;
  background-size: 2209px 1472px;
  clip-path: polygon(0 0, calc(100% - 100px) 0, 100% 100px, 100% 100%, 100px 100%, 0 calc(100% - 100px));
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 812px) {
  .meister-modal_cont::before {
    background: #fff url("/assets/images/teaching_meister/modal-bg.png") calc(50% - 40.8vw) -0.9333333333vw repeat-y;
    background-size: 458.2666666667vw 305.4666666667vw;
    clip-path: polygon(0 0, calc(100% - 10.6666666667vw) 0, 100% 10.6666666667vw, 100% 100%, 10.6666666667vw 100%, 0 calc(100% - 10.6666666667vw));
  }
}
.meister-modal_cont-inner {
  padding: 80px 0 50px;
}
@media screen and (max-width: 812px) {
  .meister-modal_cont-inner {
    padding: 7.4666666667vw 0 10.53333vw;
  }
}
.meister-modal_cont-inner .meister-info {
  position: relative;
}
.meister-modal_cont-inner .meister-info::before {
  content: "SEARCH";
  display: block;
  position: absolute;
  font-family: "Beleren";
  font-size: 110px;
  color: #e5e5e5;
  top: -84px;
  left: 0;
}
@media screen and (max-width: 812px) {
  .meister-modal_cont-inner .meister-info::before {
    top: -2.66667vw;
    font-size: 10.5vw;
  }
}
.meister-modal_cont-inner .meister-info-inner {
  width: 86.66%;
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 812px) {
  .meister-modal_cont-inner .meister-info-inner {
    width: 81.3333333333vw;
    max-width: none;
  }
}
.meister-modal_cont-inner .meister-info-body {
  padding-top: 44px;
}
.meister-modal_cont-inner .meister-info-body p.input input {
  display: block;
  width: 710px;
  height: 70px;
  margin: 0 auto;
  border: 1px solid #dedede;
  border-radius: 4px;
  font-size: 18px;
  padding-left: 25px;
}
@media screen and (max-width: 812px) {
  .meister-modal_cont-inner .meister-info-body p.input input {
    width: 80vw;
    height: 13.3333vw;
    font-size: 4vw;
    padding-left: 4vw;
  }
}
.meister-modal_cont-inner .meister-close-btn {
  text-align: center;
}
.meister-modal_cont-inner .meister-close-btn .common_bt {
  margin-top: 36px;
}
@media screen and (max-width: 812px) {
  .meister-modal_cont-inner .meister-close-btn .common_bt {
    margin-top: 6vw;
  }
}
.meister-modal_cont-inner .meister-close-btn a {
  margin: 0 auto;
}
.meister-modal_cont-inner .modal-footer {
  margin-top: 40px;
}
@media screen and (max-width: 812px) {
  .meister-modal_cont-inner .modal-footer {
    margin-top: 5vw;
  }
}
.meister-modal_cont-inner .modal-footer p {
  text-align: center;
  font-size: 14px;
  color: #333333;
}
@media screen and (max-width: 812px) {
  .meister-modal_cont-inner .modal-footer p {
    font-size: 2.9vw;
  }
}

/*# sourceMappingURL=products.css.map */
