/*========================================
mixin
==========================================*/
/*========================================
common
==========================================*/
body {
  min-width: 1280px;
}

.sp {
  display: none !important;
}

.cmn-wrapper {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}

.counter {
  counter-reset: number 0;
}
.counter .item {
  position: relative;
}
.counter .item::before {
  position: absolute;
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  counter-increment: number 1;
  content: "0" counter(number);
}

.breadcrumbs {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.breadcrumbs .bread-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.breadcrumbs .bread-list-item {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  overflow: hidden;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.breadcrumbs .bread-list-item:not(:last-child) {
  padding: 0 22px 0 0;
}
.breadcrumbs .bread-list-item:not(:last-child)::after {
  content: "";
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 7px;
  height: 7px;
  right: 10px;
  color: #2a2f24;
  margin: auto;
  border-top: 1px solid;
  border-right: 1px solid;
}
.breadcrumbs .bread-list-item:last-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.breadcrumbs .bread-list-item a {
  line-height: 1;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pagenation {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagenation li {
  font-size: 1.5rem;
  font-weight: 700;
}
.pagenation li span {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #a9ba8e;
  border: 2px solid #dedede;
}
.pagenation li a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #222 !important;
  background-color: #fff;
  border: 2px solid #dedede;
}
.pagenation li a:hover {
  color: #fff !important;
  background-color: #a9ba8e;
}
.pagenation li a.right {
  padding-left: 7px;
}
.pagenation li a.left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  padding-left: 7px;
}
.pagenation li:not(:last-child) {
  margin-right: 15px;
}

.cmn-title {
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  padding-top: 65px;
  margin-bottom: 69px;
  position: relative;
}
.cmn-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 40px;
  background-color: #b6b9b0;
}
.cmn-title-en {
  display: block;
  font-family: "Cormorant", serif;
  font-size: 9rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
}
.cmn-title-main {
  display: block;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
}

.cmn-section {
  background-color: #2a2f24;
}
.cmn-section-inner {
  padding: 0;
}
.cmn-section-textbox {
  max-width: 490px;
  width: 100%;
}
.cmn-section-title {
  font-size: 4.4rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.15em;
  color: #f5f6f4;
  margin-bottom: 40px;
}
.cmn-section-title-en {
  font-family: "Cormorant", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}
.cmn-section-title-en::before {
  content: "";
  width: 40px;
  height: 1px;
  margin-right: 19px;
  background-color: #b6b9b0;
}
.cmn-section-text {
  font-size: 1.6rem;
  line-height: 2.18;
  color: #f5f6f4;
}

.cmn-btn {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.15em;
  padding: 0 0 19px 0;
  border-bottom: 1px solid rgba(62, 62, 58, 0.3);
}
.cmn-btn::after {
  content: "";
  width: 19px;
  height: 13px;
  background: center/cover no-repeat url(../../images/top/top-movie-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cmn-btn:hover {
  opacity: 0.8;
}
.cmn-btn:hover::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

/*========================================
section
==========================================*/