@charset "UTF-8";

@font-face {
  font-family: 'Noto Serif JP';
  font-weight: 400;
  src: url("../../../../Contents/font/NotoSerifCJKjp-Regular.otf");
}

@font-face {
  font-family: 'Noto Serif JP';
  font-weight: 500;
  src: url("../../../../Contents/font/NotoSerifCJKjp-Medium.otf");
}

@font-face {
  font-family: 'Noto Serif JP';
  font-weight: 600;
  src: url("../../../../Contents/font/NotoSerifJP-SemiBold.otf");
}

.all_wrap .sp_only {
  display: none;
}

.all_wrap img ,
.all_wrap video {
  width: 100%;
}

.all_wrap .fl {
  display: flex;
  flex-wrap: wrap;
}

.all_wrap {
  font-family: 'Noto Serif JP' , serif;
  font-weight: 400;
  font-feature-settings: 'palt';
  color: #58595b;
}

.all_wrap .en_txt {
  font-family: mrs-eaves-xl-serif, serif;
}

/* アニメーション */
.fade_up {
  opacity: 0;
  transform: translateY(50px);
}

.fade_up.active {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s, opacity 1.2s;
}

/* mv */
.mv_wrap {
  width: 120rem;
  margin: 0 auto;
}

.mv_txt {
  margin: 0 auto;
  padding-top: 5.5rem;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  line-height: 2;
  text-align: center;
}

/* sec共通 */
.content_container {
  margin-top: 10rem;
}

.txt {
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  line-height: 2;
}

.button {
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 0.5rem;
  color: #000;
  font-size: 2rem;
  letter-spacing: 0.04em;
  border-bottom: double 3px #58595B;
}

/* sec01 */
.content_wrapper--sec01 {
  position: relative;
}

.content_wrapper--sec01:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 223.5rem;
  top: 40rem;
  background: #c4b490;
  z-index: -1;
}

.content_wrapper--sec01 .content_wrapper {
  width: 100rem;
  margin: 0 auto;
}

.sec01-01 .img {
  width: 46rem;
  margin: 0 auto;
}

.sec01-01 .txt {
  padding-top: 5.5rem;
  text-align: center;
}

.sec01-02 {
  margin-top: 9.5rem;
  padding: 10rem 0;
  background: #e7e1d3;
}

.sec01-02 .fl {
  justify-content: space-between;
}

.sec01-02-01 {
  width: 77.5rem;
  margin-left: 14rem;
}

.sec01-02-02 {
  width: 78.5rem;
  margin-left: 7.5rem;
}

.sec01-02 .img {
  width: 36rem;
}

.sec01-02-01 .txt {
  padding-top: 23.5rem;
}

.sec01-02-02 .txt {
  padding-top: 26.5rem;
  text-align: right;
}

.sec01-03 {
  width: 33rem;
  margin: 0 auto;
  padding-top: 10rem;
}

/* sec02 */
.content_wrapper--sec02 {
  margin-top: 11rem;
  text-align: center;
}

.border_wrap {
  width: 40rem;
  margin: 0 auto;
  padding-bottom: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  border: 1px solid #c4b490;
}

.ttl {
  position: relative;
  width: fit-content;
  top: -1.5rem;
  margin: 0 auto;
  padding: 0 3rem;
  color: #000;
  font-size: 3.2rem;
  background: #fff;
}

.size {
  position: relative;
  top: -0.5rem;
  font-size: 2rem;
  line-height: 2;
}

.store {
  padding-top: 6rem;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  line-height: 2;
}

.sale_time {
  padding-top: 4rem;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
}

.content_wrapper--sec02 .button {
  padding-top: 14rem;
}

/* sec03 */
.content_wrapper--sec03 {
  margin-top: 14rem;
  padding: 10rem 0;
  background: #cebdb6;
}

.txt_img {
  width: 48.5rem;
  margin: 0 auto;
}

.content_wrapper--sec03 .img {
  width: 40rem;
  margin: 0 auto;
  padding-top: 8rem;
}

.content_wrapper--sec03 .button {
  padding-top: 5.5rem;
}

/* タブレット */
@media only screen and (max-width: 1399px) and (min-width: 561px) {
html {
  font-size: calc(10* (100vw / 1400));
}
}

/* SP */
@media only screen and (max-width: 560px) {
html {
  font-size: calc(10* (100vw / 750));
} 

.all_wrap .pc_only{
  display: none !important;
}

.all_wrap .sp_only{
  display: block;
}

/* パンくず */
#breadcrumb .cateList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0 !important;
}

/* mv */
.mv_wrap {
  width: 100%;
}

.mv_txt {
  padding-top: 10.5rem;
  font-size: 2.3rem;
}

/* sec共通 */
.content_container {
  margin-top: 15rem;
}

.txt {
  font-size: 2.4rem;
}

.button {
  padding-bottom: 1rem;
  font-size: 4rem;
}

/* sec01 */
.content_wrapper--sec01:before {
  height: 343.5rem;
  top: 50rem;
}

.content_wrapper--sec01 .content_wrapper {
  width: 100%;
}

.sec01-01 .img {
  width: 56rem;
}

.sec01-01 .txt {
  padding-top: 7rem;
}

.sec01-02 {
  width: 68rem;
  margin: 8.5rem auto 0;
  padding: 12rem 0 11rem;
}

.sec01-02-01 {
  width: 100%;
  margin-left: 0;
}

.sec01-02-02 {
  width: 100%;
  margin-left: 0;
  padding-top: 9rem;
}

.sec01-02 .img {
  width: 46rem;
}

.sec01-02-01 .img {
  margin-left: -3.5rem;
}

.sec01-02-02 .img {
  margin-left: auto;
  margin-right: -3.5rem;
}

.sec01-02 .txt {
  width: 56rem;
  margin: 0 auto;
  text-align: justify;
}

.sec01-02-01 .txt {
  padding-top: 9rem;
}

.sec01-02-02 .txt {
  padding-top: 8.5rem;
  order: 2;
}

.sec01-03 {
  width: 40rem;
  padding-top: 12rem;
}

/* sec02 */
.content_wrapper--sec02 {
  margin-top: 13.8rem;
}

.border_wrap {
  width: 60rem;
  padding-bottom: 4.5rem;
}

.ttl {
  top: -2.5rem;
  padding: 0 7.5rem;
  font-size: 5.4rem;
}

.size {
  top: 0.5rem;
  font-size: 3.2rem;
}

.store {
  padding-top: 9rem;
  font-size: 2.6rem;
}

.sale_time {
  padding-top: 6rem;
  font-size: 2.6rem;
}

.content_wrapper--sec02 .button {
  padding-top: 16rem;
}

/* sec03 */
.content_wrapper--sec03 {
  margin-top: 16rem;
  padding: 12rem 0;
}

.txt_img {
  width: 53.5rem;
}

.content_wrapper--sec03 .img {
  width: 50rem;
  padding-top: 8rem;
}

.content_wrapper--sec03 .button {
  padding-top: 5.5rem;
}

.archive_slider {
  border-top: none;
}

}