@font-face {
  font-family: "YuGothic";
  src: url("/ec/font/YuGothM.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "YuGothic";
  src: url("/ec/font/YuGothB.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("/ec/font/NotoSerifJP-Regular.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.fnt-notoserif {
  font-family: "Noto Serif JP", serif;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.page .fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-delay: 0.3s;
}

.fwb {
  font-weight: 700;
}

.page .fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-delay: 0.3s;
}

.txt-vertical {
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
}

.txt-latin {
  cursor: vertical-text;
  direction: rtl;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: sideways-right;
  -o-text-orientation: sideways-right;
  -ms-text-orientation: upright;
  -ms-text-orientation: sideways-right;
  -moz-text-orientation: sideways-right;
  -webkit-text-orientation: sideways-right;
  letter-spacing: 0.25em;
}

.txt-vertical-latin {
  cursor: vertical-text;
  direction: rtl;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: sideways-right;
  -o-text-orientation: sideways-right;
  -ms-text-orientation: upright;
  -ms-text-orientation: sideways-right;
  -moz-text-orientation: sideways-right;
  -webkit-text-orientation: sideways-right;
}

.page {
  background: #fff;
  font-family: "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: #1A1818;
}

main {
  overflow: hidden;
}

.wrap {
  padding: 0 5vw;
  max-width: 1090px;
  margin: 0 auto;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.txt-center {
  text-align: center;
}

.page img {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#kv {
  position: relative;
}
#kv .catch {
  font-weight: 500;
  font-size: 3vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2vw;
  z-index: 1;
}
#kv .tit {
  position: absolute;
  color: #fff;
  font-weight: 700;
  font-size: 5.867vw;
  line-height: 1.4545;
  letter-spacing: 0;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 5vw;
  z-index: 1;
}
#kv .tit2 {
  color: #676767;
  font-size: 5.333vw;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  top: 6vw;
  left: 8vw;
  z-index: 1;
  letter-spacing: 0;
}
#kv .tit2 span {
  letter-spacing: 0;
}
#kv .tit2 .cl {
  color: #1A9AC5;
  letter-spacing: -0.05em;
}
#kv .tit2 .pad {
  letter-spacing: 0;
  padding-top: 47vw;
}
#kv .tit2 .pad1 {
  margin-top: -5px;
}
@media screen and (min-width: 768px) {
  #kv .kv-img {
    min-height: 640px;
  }
  #kv .kv-img img {
    width: 100%;
    height: 100%;
    min-height: 640px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #kv .catch {
    color: #676767;
    font-size: 12px;
    line-height: 1.5;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
  }
  #kv .tit {
    color: #676767;
    font-size: 32px;
    line-height: 50px;
    right: 5%;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    left: auto;
    white-space: nowrap;
  }
  #kv .tit2 {
    font-size: 32.72px;
    line-height: 45px;
    top: 90px;
    left: 77px;
  }
  #kv .tit2 .pad {
    padding-top: 288px;
  }
  #kv .tit2 .pad1 {
    margin-top: -12px;
  }
  #kv .tit2 .pad2 {
    margin: 2px 0 -11px 0;
  }
}

#lead {
  padding: 10vw 0 15vw;
  background-color: #F0F1F3;
}
#lead h2 {
  text-align: center;
  font-weight: 700;
  font-size: 7.706vw;
  line-height: 1.564;
  letter-spacing: 0;
  margin: 0 -5vw 8vw;
  position: relative;
  white-space: nowrap;
  position: relative;
}
#lead h2:before {
  content: "";
  background-color: #F0F1F3;
  width: 7vw;
  height: 5px;
  position: absolute;
  top: 10vw;
  right: 32vw;
  z-index: 1;
}
#lead h2 .tt {
  display: inline-block;
  margin-bottom: 6.3vw;
  font-weight: 400;
  line-height: 1.69;
  letter-spacing: 0.2em;
  font-size: 6.4vw;
  position: relative;
}
#lead h2 .tt:before {
  content: "";
  position: absolute;
  left: 21px;
  bottom: 0px;
  right: 21px;
  border-top: 1px solid;
}
#lead h2 .tt:after {
  content: "";
  border-top: 1px solid;
  width: 7vw;
  position: absolute;
  bottom: -3vw;
  right: 33vw;
  transform: rotate(-53deg);
}
#lead h2 .txt-style {
  color: transparent;
  -webkit-text-stroke: 1px #1A1818;
  text-stroke: 1px #1A1818;
  paint-order: stroke fill;
  letter-spacing: 0;
}
#lead .txt {
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 19vw;
}
#lead .group {
  gap: 12.2vw;
  padding: 0 0 18vw;
}
#lead .group .item {
  width: 100%;
}
#lead .group .item dt {
  text-align: center;
  font-size: 4.8vw;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-bottom: 4vw;
  font-weight: 700;
}
#lead .group .item dl {
  padding: 0 3.4vw;
}
#lead .group .item .photo {
  gap: 3vw;
  flex-wrap: nowrap;
  justify-content: center;
  text-align: center;
  padding-bottom: 5vw;
}
#lead .menu {
  text-align: center;
}
#lead .menu h3 {
  font-weight: 700;
  line-height: 1.583;
  font-size: 6.4vw;
  padding-bottom: 25vw;
  text-align: center;
  position: relative;
  background: url("/ec/img/usr/pg/cont/smactive/arrow.png") no-repeat center bottom/22.4vw;
  margin-bottom: 3vw;
}
#lead .menu h3 span {
  display: inline-block;
  position: relative;
}
#lead .menu h3 span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.5vw;
  border-top: 1px solid;
}
#lead .menu .d-flex {
  gap: 9.333vw;
}
#lead .menu dl {
  width: 100%;
  font-weight: 700;
  font-size: 4.8vw;
  line-height: 1.4444;
  letter-spacing: 0.05em;
}
#lead .menu dl dt {
  border-radius: 50%;
  border: 2px solid #fff;
  width: 89.485%;
  margin: 0 auto 4.267vw;
}
@media screen and (min-width: 768px) {
  #lead {
    padding: 60px 0 75px;
  }
  #lead h2 {
    font-size: 32px;
    line-height: 50px;
    margin: 0 0 17px;
  }
  #lead h2:before {
    width: 40px;
    top: 50px;
    right: calc(50% - 90px);
  }
  #lead h2 .tt {
    margin-bottom: 34px;
    line-height: 54px;
    font-size: 32px;
  }
  #lead h2 .tt:before {
    left: 30px;
    bottom: 0px;
    right: 30px;
  }
  #lead h2 .tt:after {
    width: 32px;
    bottom: -14px;
    right: 169px;
  }
  #lead .txt {
    padding-bottom: 80px;
  }
  #lead .group {
    gap: 0;
    padding: 0 0 70px;
    justify-content: space-between;
  }
  #lead .group .item {
    max-width: 484px;
    width: 48%;
  }
  #lead .group .item dt {
    font-size: 18px;
    padding-bottom: 14px;
  }
  #lead .group .item dl {
    padding: 0;
    max-width: 332px;
    margin: 0 auto;
  }
  #lead .group .item .photo {
    gap: 20px;
    padding-bottom: 34px;
  }
  #lead .group .item .photo li {
    width: 232px;
  }
  #lead .menu {
    text-align: center;
  }
  #lead .menu h3 {
    line-height: 40px;
    font-size: 27px;
    padding-bottom: 89px;
    margin-bottom: -2px;
    background-size: 84px;
  }
  #lead .menu h3 span:after {
    bottom: 5px;
  }
  #lead .menu .d-flex {
    gap: 34px;
    justify-content: center;
  }
  #lead .menu dl {
    width: 302px;
    font-size: 18px;
    line-height: 26px;
  }
  #lead .menu dl dt {
    width: 100%;
    margin: 0 auto 18px;
  }
}

.sec-group .sec-shared {
  padding: 16vw 0 14vw;
}
.sec-group .sec-shared:nth-child(even) {
  background-color: #E6DFDA;
}
.sec-group .sec-shared h2 {
  text-align: center;
  font-weight: 700;
  line-height: 1.4814;
  font-size: 7.2vw;
  letter-spacing: 0;
  padding-bottom: 12vw;
}
.sec-group .sec-shared h2 .tt {
  font-weight: 500;
  font-size: 2.933vw;
  display: block;
  letter-spacing: 0.05em;
  margin-bottom: 10vw;
}
.sec-group .sec-shared h2 .tt .num {
  font-size: 11.733vw;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.sec-group .sec-shared .lead {
  border: 1px solid #000;
  background-color: #fff;
  padding: 11.2vw 9.333vw 7vw;
  margin-bottom: 20vw;
  min-height: 375px;
}
.sec-group .sec-shared .lead dt {
  margin-bottom: 5.333vw;
}
.sec-group .sec-shared .product {
  margin: 0 -5vw 10vw;
}
.sec-group .sec-shared .product .group {
  gap: 8vw;
  padding-bottom: 10.667vw;
}
.sec-group .sec-shared .product .txt {
  padding: 0 10.667vw;
}
.sec-group .sec-shared .product .item {
  width: 100%;
  position: relative;
}
.sec-group .sec-shared .product .item h3 {
  font-size: 5.899vw;
  font-weight: 700;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 4vw;
  padding-top: 32vw;
}
.sec-group .sec-shared .product .item h3 .t1 {
  font-weight: 400;
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.05em;
}
.sec-group .sec-shared .product .item h3 .t1 .int {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  border-radius: 50%;
  width: 9.6vw;
  height: 9.6vw;
  margin-top: 2vw;
}
.sec-group .sec-shared .product .item h3 .t2 {
  padding-top: 29vw;
}
.sec-group .sec-shared .product .item h3 .t2.pad1 {
  padding-top: 47vw;
}
.sec-group .sec-shared .product .item h3 .t2.pad2 {
  padding-top: 47vw;
}
.sec-group .sec-shared .product .item h3 .t2.pad3 {
  padding-top: 16vw;
}
.sec-group .sec-shared .product .item h3 .t2.pad4 {
  padding-top: 22vw;
}
.sec-group .sec-shared .product .item h3 .t2.pad {
  padding-top: 52.5vw;
}
.sec-group .sec-shared .product .item .slide_sp {
  margin: 0 0vw 0 21.867vw;
}
.sec-group .sec-shared .product .item .slide_sp .slick-slide {
  margin: 0;
}
.sec-group .sec-shared .product .item .slide_sp .slick-dots {
  position: static;
  line-height: 1;
  font-size: 0;
  padding: 10px 0 0;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.sec-group .sec-shared .product .item .slide_sp .slick-dots li {
  margin: 0;
  width: 8px;
  height: 8px;
}
.sec-group .sec-shared .product .item .slide_sp .slick-dots li button {
  padding: 0;
  width: 8px;
  height: 8px;
  background-color: #F2F0F0;
  border-radius: 50%;
}
.sec-group .sec-shared .product .item .slide_sp .slick-dots li button:before {
  display: none;
}
.sec-group .sec-shared .product .item .slide_sp .slick-dots li.slick-active button {
  background-color: #9D9D9D;
}
.sec-group .sec-shared .product .item:nth-child(even) h3 {
  left: auto;
  right: 4vw;
}
.sec-group .sec-shared .product .item:nth-child(even) .slide_sp {
  margin: 0 21.867vw 0vw 0;
}
.sec-group .sec-shared .lineup {
  padding: 11vw 0 0;
}
.sec-group .sec-shared .lineup .group {
  gap: 7vw;
}
.sec-group .sec-shared .lineup .item {
  width: 100%;
}
.sec-group .sec-shared .lineup h3 {
  text-align: center;
  font-size: 6.4vw;
  line-height: 1.25;
  padding-bottom: 3vw;
  letter-spacing: 0.1em;
}
.sec-group .sec-shared .lineup h3.ext {
  padding-bottom: 10.5vw;
}
.sec-group .sec-shared .lineup .photo {
  padding: 0 11.5% 1vw 8%;
}
.sec-group .sec-shared .lineup .photo.large {
  padding: 0;
  margin: 0 -6vw 7vw -4vw;
}
.sec-group .sec-shared .lineup .list {
  line-height: 1;
}
.sec-group .sec-shared .lineup .list li {
  margin-bottom: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-group .sec-shared .lineup .list .t {
  font-weight: 700;
  width: 60px;
}
.sec-group .sec-shared .lineup .list.long li .t {
  width: 166px;
}
.sec-group .sec-shared .lineup .btn-a {
  font-family: "Noto Serif JP", serif;
  font-size: 10px;
  color: #fff;
  background-color: #272C39;
  border: 1px solid #272C39;
  width: 88px;
  line-height: 15px;
  text-align: center;
  display: inline-block;
  margin-left: 14px;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .sec-group .sec-shared {
    padding: 93px 0 120px;
  }
  .sec-group .sec-shared h2 {
    line-height: 40px;
    font-size: 27px;
    padding-bottom: 39px;
  }
  .sec-group .sec-shared h2 .tt {
    font-size: 11px;
    margin-bottom: 32px;
    line-height: 24px;
  }
  .sec-group .sec-shared h2 .tt .num {
    font-size: 44px;
    line-height: 30px;
  }
  .sec-group .sec-shared .lead {
    max-width: 674px;
    padding: 54px 20px 25px;
    margin: 0 auto 50px;
    min-height: 347px;
  }
  .sec-group .sec-shared .lead dd {
    max-width: 426px;
    margin: 0 auto;
  }
  .sec-group .sec-shared .lead dt {
    max-width: 426px;
    margin: 0 auto 20px;
  }
  .sec-group .sec-shared .product {
    margin: 0 auto 43px;
    max-width: 900px;
    padding: 50px 0 0;
  }
  .sec-group .sec-shared .product .group {
    gap: 0;
    padding-bottom: 60px;
    justify-content: space-between;
  }
  .sec-group .sec-shared .product .txt {
    padding: 0;
    max-width: 584px;
    margin: 0 auto;
  }
  .sec-group .sec-shared .product .item {
    width: calc(50% - 10px);
    max-width: 405px;
    position: relative;
  }
  .sec-group .sec-shared .product .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    width: 8px;
    background: url("/ec/img/usr/pg/cont/smactive/arow.svg") no-repeat center bottom/100%;
  }
  .sec-group .sec-shared .product .item h3 {
    font-size: 28px;
    position: absolute;
    top: 3px;
    left: 0px;
    padding-top: 0;
    padding-bottom: 20px;
    letter-spacing: 0.07em;
    background-color: #fff;
    z-index: 3;
  }
  .sec-group .sec-shared .product .item h3 .t1 {
    position: static;
    transform: none;
    padding-bottom: 22px;
  }
  .sec-group .sec-shared .product .item h3 .t1 .int {
    width: 46px;
    height: 46px;
    margin-top: 8px;
  }
  .sec-group .sec-shared .product .item h3 .t2 {
    padding-top: 0;
  }
  .sec-group .sec-shared .product .item h3 .t2.pad1 {
    padding-top: 0;
  }
  .sec-group .sec-shared .product .item h3 .t2.pad2 {
    padding-top: 0;
  }
  .sec-group .sec-shared .product .item h3 .t2.pad3 {
    padding-top: 0;
  }
  .sec-group .sec-shared .product .item h3 .t2.pad4 {
    padding-top: 0;
  }
  .sec-group .sec-shared .product .item h3 .t2.pad {
    padding-top: 0;
  }
  .sec-group .sec-shared .product .item .slide_sp {
    margin: 0 0 0 85px !important;
  }
  .sec-group .sec-shared .product .item .slide_sp .slick-slide {
    margin: 0;
  }
  .sec-group .sec-shared .product .item .slide_sp li {
    height: 463px;
    position: relative;
  }
  .sec-group .sec-shared .product .item .slide_sp li img {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
  .sec-group .sec-shared .product .item:nth-child(even) h3 {
    left: 0px;
    right: auto;
  }
  .sec-group .sec-shared .lineup {
    padding: 50px 0 0;
  }
  .sec-group .sec-shared .lineup .group {
    gap: 70px;
    flex-wrap: nowrap;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 830px) {
  .sec-group .sec-shared .lineup .group {
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .sec-group .sec-shared .lineup .item {
    width: 220px;
  }
  .sec-group .sec-shared .lineup .item.ext_it {
    width: 327px;
  }
  .sec-group .sec-shared .lineup h3 {
    text-align: center;
    font-size: 24px;
    padding-bottom: 24px;
  }
  .sec-group .sec-shared .lineup h3.ext {
    padding-bottom: 23px;
  }
  .sec-group .sec-shared .lineup .photo {
    padding: 0 0 18px;
    max-width: 197px;
    margin: 0 auto;
  }
  .sec-group .sec-shared .lineup .photo.large {
    padding: 0;
    margin: 0 auto 22px;
    max-width: 308px;
  }
  .sec-group .sec-shared .lineup .list {
    line-height: 1;
  }
  .sec-group .sec-shared .lineup .list li {
    margin-bottom: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec-group .sec-shared .lineup .list .t {
    font-weight: 700;
    width: 60px;
  }
  .sec-group .sec-shared .lineup .list.long li .t {
    width: 166px;
  }
  .sec-group .sec-shared .lineup .btn-a:hover {
    background: #fff;
    color: #272C39;
  }
  .sec-group .sec-shared:nth-child(even) .product .item h3 {
    background-color: #E6DFDA;
  }
}

.banner-end {
  background-color: #F0F1F3;
  padding: 16vw 0;
  text-align: center;
}
.banner-end h2 {
  font-size: 7.2vw;
  font-weight: 700;
  line-height: 1.4814;
  padding-bottom: 5.867vw;
}
.banner-end .bnr {
  margin-bottom: 16vw;
}
.banner-end .bnr a {
  text-align: center;
  display: block;
  background-color: #272C39;
  color: #fff;
  width: 220px;
  line-height: 29px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 auto;
  border: 1px solid #272C39;
}
@media screen and (min-width: 768px) {
  .banner-end {
    padding: 80px 0 100px;
  }
  .banner-end h2 {
    font-size: 27px;
    line-height: 40px;
    padding-bottom: 25px;
  }
  .banner-end .bnr {
    margin-bottom: 100px;
  }
  .banner-end .bnr a {
    transition: 0.3s;
  }
  .banner-end .bnr a:hover {
    background: #fff;
    color: #272C39;
  }
  .banner-end .bnr-shop {
    max-width: 770px;
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */