/* main */

.oven_page .sub_top {
  position: relative !important;
  height: 640px;
  margin-top: 80px;
  background-image: url(../img/sub_top_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.oven_page .sub_top .dim-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}

.oven_page .sub_top h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  color: #221813;
  opacity: 0;
  z-index: 3;
  user-select: none;
}

.oven_page .sub_top h2 b {
  display: block;
  margin-top: 20px;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2.24px;
}

@media (max-width: 720px) {
  .oven_page .sub_top {
    position: relative !important;
    width: 100vw !important;
    height: 128.21vw !important;
    margin-top: 14.36vw !important;
    margin-bottom: -0.13vw !important;
    top: unset !important;
    background-image: url(../img/sub_top_bg_mo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .oven_page .sub_top h2 {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 6.15vw;
    font-weight: 500;
    line-height: 1.32;
    letter-spacing: -0.25vw;
    text-align: center;
    color: #221813;
    opacity: 0;
    z-index: 3;
    user-select: none;
  }

  .oven_page .sub_top h2 b {
    margin-top: 2.05vw;
    font-size: 8.21vw;
    line-height: 1.4;
    letter-spacing: -0.33vw;
  }
}

/* sec_content */
.oven_page .sec_copy_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0 80px;
  background-color: #EEE9E0;
  text-align: center;
}

.oven_page .sec_copy_ttl {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1.12px;
  color: #988770;
}

.oven_page .sec_copy_txt01 {
  margin-top: 28px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.56;
  letter-spacing: -0.96px;
}

.oven_page .sec_copy_txt02 {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.68;
  letter-spacing: -0.8px;
}

@media (max-width: 720px) {
  .oven_page .sec_copy_wrap {
    padding: 10.26vw 0;
  }

  .oven_page .sec_copy_ttl {
    font-size: 5.13vw;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.21vw;
    color: #988770;
  }

  .oven_page .sec_copy_txt01 {
    margin-top: 6.15vw;
    font-size: 4.62vw;
    font-weight: 600;
    line-height: 1.56;
    letter-spacing: -0.18vw;
  }

  .oven_page .sec_copy_txt02 {
    margin-top: 3.08vw;
    font-size: 4.1vw;
    font-weight: 400;
    line-height: 1.68;
    letter-spacing: -0.16vw;
  }
}

/* sec_scroll_area */
.oven_page .sec_scroll_area {
  position: relative;
  min-height: 100vh;
}

.oven_page .sec_container_wrap {
  position: relative;
  height: calc(100vh - 80px) !important;
  overflow: hidden;
}

.oven_page .sec_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  transition: opacity 0.3s ease;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.oven_page .sec_pagination {
  position: absolute;
  right: 4.7vw;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 20;
}

.oven_page .sec_pagination button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(32, 32, 32, 0.32);
  cursor: pointer;
}

.oven_page .sec_pagination button.active {
  position: relative;
  background: #202020;
}

.oven_page .sec_pagination button.active::after {
  position: absolute;
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(32, 32, 32, 0.2);
  border-radius: 50%;
}

.oven_page .sec_pagination button {
  position: relative;
}

.oven_page .sec_pagination button span {
  position: absolute;
  right: -27px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.64px;
  color: #202020;
  opacity: 0;
}

.oven_page .sec_pagination button.active span {
  opacity: 1;
}

.oven_page .sec_container_txt_wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.oven_page .sec_container_ttl {
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1.36px;
}

.oven_page .sec_container_txt {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.68;
  letter-spacing: -0.8px;
}

.oven_page .sec_container_txt span {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.68;
  letter-spacing: -0.96px;
}

.oven_page .sec_container01 {
  justify-content: flex-end;
  align-items: center;
  padding-right: 282px;
  background-image: url(../img/sec_container01_bg.jpg);
}

.oven_page .sec_container02 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 120px;
  padding-left: 260px;
  background-image: url(../img/sec_container02_bg.jpg);
}

.oven_page .sec_container03 {
  justify-content: center;
  padding-top: 30px;
  background-image: url(../img/sec_container03_bg.jpg);
}

.oven_page .sec_container04 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 230px;
  background-image: url(../img/sec_container04_bg.jpg);
}

.oven_page .sec_container05 {
  justify-content: flex-end;
  padding-top: 120px;
  padding-right: 180px;
  background-image: url(../img/sec_container05_bg.jpg);
}

.oven_page .sec_container06 {
  justify-content: center;
  padding-top: 190px;
  background-image: url(../img/sec_container06_bg.jpg);
}

.oven_page .sec_container01 .sec_container_txt_wrap {
  text-align: center;
}

.oven_page .sec_container02 .sec_container_txt_wrap {
  text-align: left;
}

.oven_page .sec_container03 .sec_container_txt_wrap {
  text-align: center;
}

.oven_page .sec_container04 .sec_container_txt_wrap {
  text-align: center;
}

.oven_page .sec_container05 .sec_container_txt_wrap {
  text-align: left;
}

.oven_page .sec_container06 .sec_container_txt_wrap {
  text-align: center;
}

.oven_page .sec_container06 .sec_container_txt_wrap * {
  color: #ffffff;
}

@media (max-width: 720px) {
  .oven_page .sec_container_wrap {
    position: relative;
    height: calc(100vh - 14.36vw) !important;
    overflow: hidden;
  }
  .oven_page .sec_pagination {
    position: absolute;
    right: unset;
    top: unset;
    bottom: 8.21vw;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    gap: 3.08vw;
    z-index: 20;
  }

  .oven_page .sec_pagination button {
    width: 2.05vw;
    height: 2.05vw;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.32);
    cursor: pointer;
  }

  .oven_page .sec_pagination button.active {
    position: relative;
    background: #ffffff;
  }

  .oven_page .sec_pagination button.active::after {
    position: absolute;
    content: '';
    display: block;
    width: 3.59vw;
    height: 3.59vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
  }

  .oven_page .sec_pagination button {
    position: relative;
  }

  .oven_page .sec_pagination button span {
    position: absolute;
    right: unset;
    top: unset;
    bottom: -4.87vw;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3.08vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.12vw;
    color: #ffffff;
    opacity: 0;
  }

  .oven_page .sec_pagination button.active span {
    opacity: 1;
  }
  
  .oven_page .sec_container {
    background-position: center;
  }

  .oven_page .sec_container_txt_wrap {
    display: flex;
    flex-direction: column;
    gap: 3.08vw;
  }

  .oven_page .sec_container_ttl {
    font-size: 6.15vw;
    font-weight: 600;
    line-height: 1.56;
    letter-spacing: -1.36px;
  }

  .oven_page .sec_container_txt {
    font-size: 4.1vw;
    font-weight: 400;
    line-height: 1.68;
    letter-spacing: -0.16vw;
  }

  .oven_page .sec_container_txt span {
    font-size: 5.13vw;
    font-weight: 600;
    line-height: 1.68;
    letter-spacing: -0.21vw;
  }

  .oven_page .sec_container01 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 10%;
    padding-right: unset;
    background-image: url(../img/sec_container01_bg_mo.jpg);
  }

  .oven_page .sec_container02 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 10%;
    padding-left: unset;
    background-image: url(../img/sec_container02_bg_mo.jpg);
  }

  .oven_page .sec_container03 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 10%;
    background-image: url(../img/sec_container03_bg_mo.jpg);
    background-position-y: bottom;
  }

  .oven_page .sec_container04 {
    justify-content: center;
    align-items: flex-start;
    padding-left: unset;
    padding-top: 10%;
    background-image: url(../img/sec_container04_bg_mo.jpg);
  }

  .oven_page .sec_container05 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 10%;
    padding-right: unset;
    background-image: url(../img/sec_container05_bg_mo.jpg);
  }

  .oven_page .sec_container06 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 10%;
    background-image: url(../img/sec_container06_bg_mo.jpg);
    background-position-y: bottom;
  }

  .oven_page .sec_container01 .sec_container_txt_wrap {
    text-align: center;
  }

  .oven_page .sec_container02 .sec_container_txt_wrap {
    text-align: center;
  }

  .oven_page .sec_container03 .sec_container_txt_wrap {
    text-align: center;
  }

  .oven_page .sec_container04 .sec_container_txt_wrap {
    text-align: center;
  }

  .oven_page .sec_container05 .sec_container_txt_wrap {
    text-align: center;
  }

  .oven_page .sec_container06 .sec_container_txt_wrap {
    text-align: center;
  }

  .oven_page .sec_container06 .sec_container_txt_wrap * {
    color: #ffffff;
  }
}

.oven_page .md-open {
  top: unset !important;
}