@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Maven+Pro:wght@400..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes popZoom {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popup {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
header {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 15px;
  padding-right: 5px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 860px) {
  header {
    padding: 0 5px 0px 10px;
  }
}
header .head_logo {
  width: 195px;
  display: block;
}
@media screen and (max-width: 860px) {
  header .head_logo {
    width: 120px;
    margin-right: 10px;
  }
}
header .tel {
  width: 249px;
}
header .tel a {
  width: 100%;
  display: block;
}
header .tel a img {
  -webkit-backface-visibility: hidden;
}
@media screen and (max-width: 860px) {
  header .tel {
    width: 200px;
  }
}

footer {
  padding: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  footer {
    padding: 40px 15px;
  }
}
footer .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 860px) {
  footer .inner {
    display: block;
  }
}
footer .inner .foot_logo {
  display: block;
  max-width: 138px;
}
@media screen and (max-width: 860px) {
  footer .inner .foot_logo {
    margin: 0 auto;
  }
}
footer .inner .links {
  display: flex;
  margin-right: auto;
  margin-left: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 860px) {
  footer .inner .links {
    justify-content: center;
    margin: 10px auto;
  }
}
footer .inner .links a {
  display: block;
  font-size: 1.2rem;
  text-decoration: underline;
  font-family: YakuHanJP, "dnp-shuei-mgothic-std", sans-serif;
}
footer .inner .links a + a {
  margin-left: 20px;
}
@media screen and (max-width: 860px) {
  footer .inner .links a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 10px;
  }
}
footer .inner .copyright {
  font-size: 1.2rem;
  margin: 0 10px;
}
@media screen and (max-width: 860px) {
  footer .inner .copyright {
    position: static;
    transform: none;
    text-align: center;
  }
}
footer .inner .retop {
  width: 59px;
  display: block;
  order: 1;
}
@media screen and (max-width: 860px) {
  footer .inner .retop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 40px;
    z-index: 99999;
    order: inherit;
  }
}

#mv {
  font-family: YakuHanJP, "dnp-shuei-mgothic-std", sans-serif;
  position: relative;
  background: url(/ajiuma/image/mv_bg.png) no-repeat center top/cover;
  padding-top: 30px;
}
@media screen and (max-width: 860px) {
  #mv {
    padding-top: 100px;
    background: url(/ajiuma/image/mv_bg_sp.jpg) no-repeat center bottom/cover;
  }
}
#mv .ajiuma {
  position: absolute;
  top: calc(50% - 30px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#mv .inner {
  max-width: 1220px;
  margin: 0 auto;
  width: 90%;
  position: relative;
}
#mv .yama01 {
  position: absolute;
  top: 7%;
  left: 12%;
  max-width: 196px;
  width: 16.0655%;
  z-index: 0;
}
@media screen and (max-width: 860px) {
  #mv .yama01 {
    left: 0%;
  }
}
#mv .yama02 {
  position: absolute;
  top: 17%;
  right: 12%;
  max-width: 190.5px;
  width: 15.614%;
  z-index: 0;
}
@media screen and (max-width: 860px) {
  #mv .yama02 {
    right: 0%;
  }
}
#mv h2 {
  max-width: 492px;
  width: 40.327%;
  margin: 0 auto 50px;
  position: relative;
  z-index: 2;
  opacity: 0;
  animation: popZoom 0.5s ease-out forwards;
  animation-delay: 1s;
}
@media screen and (max-width: 860px) {
  #mv h2 {
    width: 70%;
  }
}
#mv h2 img {
  -webkit-backface-visibility: hidden;
}
#mv h3 {
  font-size: 5.1rem;
  color: #29542e;
  line-height: 1.5;
  margin-bottom: 25px;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 2;
  font-weight: bold;
}
@media screen and (max-width: 860px) {
  #mv h3 {
    font-size: 3.4rem;
    line-height: 1.2;
  }
}
#mv h3 span {
  display: block;
  font-size: 0.52941em;
  border-radius: 9999px;
  background: linear-gradient(90deg, rgb(232, 56, 32) 0%, rgb(236, 116, 36) 74%, rgb(240, 176, 40) 100%);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.15em 1em;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 860px) {
  #mv h3 span {
    line-height: 1.5;
  }
}
#mv h3 sup {
  font-size: 2rem;
}
#mv .navBox {
  position: relative;
  z-index: 999;
}
#mv nav {
  background: #fff;
  border-radius: 9999px;
  box-shadow: 9px 9px 0px 0px rgba(0, 0, 0, 0.15);
  border: 4px solid #6f490c;
  box-sizing: border-box;
  max-width: 938px;
  width: 100%;
  margin: 0 auto -80px;
  margin-bottom: clamp(-80px, -8.528vw, 0px);
}
#mv nav .anchor_nav {
  display: flex;
  align-items: stretch;
  justify-content: center;
  border: 2px solid #f6f1e9;
  box-sizing: border-box;
  border-radius: 9999px;
  padding: clamp(0px, 2.665vw, 25px) 0;
}
@media screen and (max-width: 860px) {
  #mv nav .anchor_nav {
    padding: 5px 0;
  }
}
#mv nav .anchor_nav li {
  width: 30%;
  text-align: center;
  padding: 0 3%;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  #mv nav .anchor_nav li {
    padding: 0 1%;
  }
}
#mv nav .anchor_nav li + li {
  border-left: 5px dotted #6f490c;
}
@media screen and (max-width: 860px) {
  #mv nav .anchor_nav li + li {
    border-width: 2px;
  }
}
#mv nav .anchor_nav li a {
  font-size: clamp(0px, 2.42vw, 28.73px);
  display: block;
  font-weight: bold;
  color: #6f490c;
  line-height: 1.4;
  letter-spacing: 0.0025em;
}
@media screen and (max-width: 860px) {
  #mv nav .anchor_nav li a {
    font-size: clamp(0px, 3.5vw, 28.73px);
  }
  #mv nav .anchor_nav li a sup {
    font-size: 0.6em;
  }
}
#mv nav .anchor_nav li a small {
  display: block;
  font-size: clamp(0px, 2.25vw, 10.57px);
}
@media screen and (max-width: 860px) {
  #mv nav .anchor_nav li a small {
    font-size: 0.8em;
  }
}
#mv nav .anchor_nav li a img {
  width: 25px;
  margin: 0 auto;
  margin-top: 10px;
}
@media screen and (max-width: 860px) {
  #mv nav .anchor_nav li a img {
    width: 15px;
  }
}
#mv .ill01 {
  position: absolute;
  left: -5%;
  bottom: -100%;
  width: 30.08%;
  animation: popup 0.5s ease-out forwards;
  animation-delay: 1.5s;
}
#mv .ill02 {
  position: absolute;
  right: 2%;
  bottom: -100%;
  width: 22.213%;
  animation: popup 0.5s ease-out forwards;
  animation-delay: 1.75s;
}

#about {
  background: #f0b028;
  position: relative;
  padding-top: 190px;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  #about {
    padding-top: 100px;
  }
}
#about::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(/ajiuma/image/about_www.png) no-repeat center/cover;
}
#about .corner {
  position: absolute;
  width: 30%;
  z-index: 1;
}
#about .corner.lt {
  left: 0;
  top: 0;
  max-width: 415.5px;
}
#about .corner.rt {
  right: 0;
  top: 0;
  max-width: 345px;
}
#about .corner.lb {
  left: 0;
  bottom: 0;
  max-width: 270px;
}
#about .corner.rb {
  right: 0;
  bottom: 0;
  max-width: 382.5px;
}
#about .abso {
  z-index: 10;
}
#about .abso.ill01 {
  max-width: 171.5px;
  left: 4%;
  top: 10%;
}
@media screen and (max-width: 860px) {
  #about .abso.ill01 {
    width: 20%;
  }
}
#about .abso.ill02 {
  max-width: 178px;
  right: 4%;
  top: 10%;
}
@media screen and (max-width: 860px) {
  #about .abso.ill02 {
    width: 18%;
  }
}
#about .abso.ill03 {
  max-width: 176px;
  right: 4%;
  bottom: 5%;
}
@media screen and (max-width: 860px) {
  #about .abso.ill03 {
    width: 20%;
    right: 2%;
    bottom: 0;
  }
}
#about .abso.ill04 {
  max-width: 269.5px;
  bottom: 5%;
  left: calc((100% - 938px) / 2 - 150px);
}
@media screen and (max-width: 860px) {
  #about .abso.ill04 {
    bottom: 0%;
    left: 1%;
    width: 25%;
  }
}
#about .top {
  width: 58.1%;
  margin: 0 auto;
  max-width: 545px;
  position: relative;
  z-index: 4;
  margin-bottom: clamp(-35px, -3.731vw, 0px);
}
#about .bottom {
  width: 58.1%;
  margin: 0 auto;
  max-width: 545px;
  position: relative;
  z-index: 4;
  margin-top: clamp(-35px, -3.731vw, 0px);
}
#about .about_txtBox {
  max-width: 938px;
  padding: 70px 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  background: #fffadd;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row-reverse;
  width: 80%;
  border-bottom: 13.5px solid #f1edcc;
}
@media screen and (max-width: 860px) {
  #about .about_txtBox {
    display: block;
    padding: 40px 20px;
  }
}
#about .about_txtBox h2 {
  writing-mode: vertical-rl;
  font-family: YakuHanJP, "dnp-shuei-mgothic-std", sans-serif;
  background: linear-gradient(180deg, #f0b028, #e83820);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(0px, 3.624vw, 34px);
  letter-spacing: 0.05em;
  margin-left: 20px;
}
@media screen and (max-width: 860px) {
  #about .about_txtBox h2 {
    writing-mode: inherit;
    font-size: 2rem;
    margin-left: 0;
  }
}
#about .about_txtBox p {
  writing-mode: vertical-rl;
  font-size: clamp(0px, 2.0255vw, 19px);
  line-height: 3.15;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 860px) {
  #about .about_txtBox p {
    writing-mode: inherit;
    font-size: 1.5rem;
    line-height: 2.2;
  }
}
#about .inner {
  position: relative;
  z-index: 3;
}

#lineup .lineup_content {
  padding-bottom: 130px;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 860px) {
  #lineup .lineup_content {
    padding-bottom: 60px;
  }
}
#lineup .lineup_content .kv {
  width: 100%;
  height: 600px;
  clip-path: inset(0);
  position: relative;
}
@media screen and (max-width: 860px) {
  #lineup .lineup_content .kv {
    height: 300px;
  }
}
#lineup .lineup_content .kv img {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
}
@media screen and (max-width: 860px) {
  #lineup .lineup_content .kv img {
    height: 100vh;
  }
}
#lineup .lineup_content .inner {
  max-width: 1145px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#lineup .lineup_content .yama {
  position: absolute;
  display: block;
  width: 190.5px;
  left: 50px;
  top: 190px;
}
@media screen and (max-width: 860px) {
  #lineup .lineup_content .yama {
    width: 70px;
    top: 70px;
    left: 10px;
  }
}
#lineup .lineup_content .ttl {
  max-width: 471px;
  width: 80%;
  margin: 0 auto;
  margin-top: -100px;
  opacity: 0;
  transition: 0.5s;
}
#lineup .lineup_content .ttl.poyon-once {
  animation: poyon 1.2s ease-out;
  opacity: 1;
}
@media screen and (max-width: 860px) {
  #lineup .lineup_content .ttl {
    width: 60%;
    margin-top: -60px;
  }
}
#lineup .lineup_content h2 {
  font-size: 8.7rem;
  color: #fff;
  font-family: YakuHanJP, "dnp-shuei-mgothic-std", sans-serif;
  line-height: 1.4;
}
@media screen and (max-width: 860px) {
  #lineup .lineup_content h2 {
    font-size: 4.5rem;
  }
}
#lineup .lineup_content h2 sup {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 5rem;
  font-weight: 400;
}
@media screen and (max-width: 860px) {
  #lineup .lineup_content h2 sup {
    font-size: 3rem;
  }
}
#lineup .lineup_content h2 small {
  display: block;
  font-size: 3.2rem;
}
@media screen and (max-width: 860px) {
  #lineup .lineup_content h2 small {
    font-size: 1.7rem;
  }
}
#lineup .lineup_content .flex {
  display: block;
  margin-bottom: 70px;
  margin-top: 60px;
  flex-direction: row-reverse;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 860px) {
  #lineup .lineup_content .flex {
    display: block;
    margin-bottom: 0;
  }
}
#lineup .lineup_content .flex p {
  font-size: 1.9rem;
  width: 75.7%;
  line-height: 2.63;
  letter-spacing: 0.025em;
}
#lineup .lineup_content .flex p strong {
  background: linear-gradient(transparent 60%, #97593e 60%);
}
@media screen and (max-width: 860px) {
  #lineup .lineup_content .flex p {
    width: 100%;
    font-size: 1.6rem;
  }
}
#lineup .lineup_content .flex .point {
  position: absolute;
  top: 0;
  right: 0;
  flex-shrink: 0;
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
  margin-bottom: -60px;
  z-index: 2;
}
@media screen and (max-width: 860px) {
  #lineup .lineup_content .flex .point {
    display: block;
    margin-bottom: 20px;
    position: relative;
  }
}
#lineup .lineup_content .flex .point img {
  position: absolute;
  max-width: none;
}
#lineup .lineup_content .flex .point span {
  writing-mode: vertical-rl;
  display: block;
  background: #fff;
  color: #df622b;
  font-size: 3.45rem;
  font-weight: bold;
  font-family: YakuHanJP, "dnp-shuei-mgothic-std", sans-serif;
  border-radius: 6px;
  text-align: center;
  line-height: 1;
  padding: 10px 5px;
  box-sizing: border-box;
}
#lineup .lineup_content .flex .point span + span {
  margin-right: 10px;
}
@media screen and (max-width: 860px) {
  #lineup .lineup_content .flex .point span + span {
    margin-right: 0;
  }
}
@media screen and (max-width: 860px) {
  #lineup .lineup_content .flex .point span {
    writing-mode: horizontal-tb;
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 2.2rem;
    position: relative;
    z-index: 1;
  }
  #lineup .lineup_content .flex .point span + span {
    margin-left: 0;
    margin-top: 10px;
  }
}
#lineup .lineup_content .imgBox {
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 860px) {
  #lineup .lineup_content .imgBox {
    margin-top: 30px;
  }
}
#lineup .lineup_content .imgBox .package {
  position: absolute;
  bottom: -35px;
  left: 10%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 860px) {
  #lineup .lineup_content .imgBox .package {
    justify-content: center;
    bottom: auto !important;
    top: 30% !important;
    right: auto !important;
    left: 5% !important;
    justify-content: flex-start !important;
  }
}
#lineup .lineup_content .imgBox .package img {
  max-width: 158.5px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
}
#lineup .lineup_content .imgBox .package img + img {
  margin-left: 20px;
}
@media screen and (max-width: 860px) {
  #lineup .lineup_content .imgBox .package img + img {
    margin-left: 10px;
  }
}
@media screen and (max-width: 860px) {
  #lineup .lineup_content .imgBox .package img {
    width: 25vw;
    max-width: 130px;
  }
}
#lineup .lineup_content .articleBox {
  margin-top: 90px;
}
@media screen and (max-width: 860px) {
  #lineup .lineup_content .articleBox {
    margin-top: 50px;
  }
}
#lineup .lineup_content .articleBox h3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 860px) {
  #lineup .lineup_content .articleBox h3 {
    margin-bottom: 15px;
  }
}
#lineup .lineup_content .articleBox h3 span {
  font-family: YakuHanJP, "dnp-shuei-mgothic-std", sans-serif;
  font-size: 4.1rem;
  background: linear-gradient(transparent 60%, #97593e 60%);
}
@media screen and (max-width: 860px) {
  #lineup .lineup_content .articleBox h3 span {
    font-size: 2.8rem;
  }
}
#lineup .lineup_content .articleBox h3 img {
  width: 172px;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  #lineup .lineup_content .articleBox h3 img {
    width: 100px;
  }
}
#lineup .lineup_content .btnArea {
  display: flex;
  align-items: stretch;
  justify-content: center;
  max-width: 833px;
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (max-width: 860px) {
  #lineup .lineup_content .btnArea {
    display: block;
    margin-top: 50px;
  }
}
#lineup .lineup_content .btnArea a {
  width: 48%;
  border-radius: 9999px;
  color: #fff;
  font-family: YakuHanJP, "dnp-shuei-mgothic-std", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  padding-right: 20px;
  box-sizing: border-box;
  line-height: 1.2;
  box-shadow: 9px 9px 0px 0px rgba(255, 255, 255, 0.15);
  transition: 0.3s;
}
@media screen and (max-width: 860px) {
  #lineup .lineup_content .btnArea a {
    width: 100%;
    padding: 20px 20px;
    font-size: 2.2rem;
  }
}
#lineup .lineup_content .btnArea a:hover {
  box-shadow: none;
}
#lineup .lineup_content .btnArea a::after {
  content: "";
  display: block;
  width: 3.2rem;
  aspect-ratio: 1/1;
  background: url(/ajiuma/image/arrow.png) no-repeat center/contain;
}
@media screen and (max-width: 860px) {
  #lineup .lineup_content .btnArea a::after {
    width: 2.4rem;
  }
}
#lineup .lineup_content .btnArea a.link {
  background: linear-gradient(90deg, rgb(199, 28, 9) 0%, rgb(98, 9, 0) 100%);
}
#lineup .lineup_content .btnArea a.recipe {
  border: 2px solid #fff;
  font-size: 2.6rem;
}
@media screen and (max-width: 860px) {
  #lineup .lineup_content .btnArea a.recipe {
    margin-top: 20px;
    font-size: 2rem;
  }
}
#lineup .lineup_content.cont01 {
  background: #df622b;
}
#lineup .lineup_content.cont01 .point img {
  width: 157.5px;
  top: 0;
  right: -46px;
  transform: translateY(-95%);
}
@media screen and (max-width: 860px) {
  #lineup .lineup_content.cont01 .point img {
    width: 25%;
    max-width: 120px;
    right: -2vw;
    top: auto;
    bottom: 0;
    transform: none;
  }
}
#lineup .lineup_content.cont02 {
  background: #1f8947;
}
#lineup .lineup_content.cont02 .yama {
  left: auto;
  right: 0;
}
#lineup .lineup_content.cont02 .flex {
  flex-direction: row;
}
#lineup .lineup_content.cont02 .flex p {
  margin-left: auto;
}
#lineup .lineup_content.cont02 .flex p strong {
  background: linear-gradient(transparent 60%, #385c45 60%);
}
#lineup .lineup_content.cont02 .flex .point {
  left: 0;
  right: auto;
}
#lineup .lineup_content.cont02 .flex .point span {
  color: #1f8947;
}
@media screen and (max-width: 860px) {
  #lineup .lineup_content.cont02 .flex .point span {
    margin-left: auto;
  }
}
#lineup .lineup_content.cont02 .flex .point img {
  width: 72px;
  top: 0;
  right: -30px;
  transform: translateY(-82%);
}
@media screen and (max-width: 860px) {
  #lineup .lineup_content.cont02 .flex .point img {
    width: 15%;
    max-width: 70px;
    left: -2vw;
    right: auto;
    top: auto;
    bottom: 0;
    transform: none;
  }
}
#lineup .lineup_content.cont02 .imgBox .package {
  left: auto;
  right: 10%;
}
#lineup .lineup_content.cont02 .articleBox h3 span {
  background: linear-gradient(transparent 60%, #385c45 60%);
}
#lineup .lineup_content.cont02 .btnArea a.link {
  background: linear-gradient(90deg, #11652f 0%, #005920 100%);
}
#lineup .lineup_content.cont03 {
  background: #00901b;
}
#lineup .lineup_content.cont03 .flex p strong {
  background: linear-gradient(transparent 60%, #0c691e 60%);
}
#lineup .lineup_content.cont03 .flex .point span {
  color: #00901b;
}
#lineup .lineup_content.cont03 .flex .point img {
  width: 176px;
  top: 0;
  right: -47px;
  transform: translateY(-97%);
}
@media screen and (max-width: 860px) {
  #lineup .lineup_content.cont03 .flex .point img {
    width: 24%;
    max-width: 150px;
    right: -2vw;
    top: auto;
    bottom: 0;
    transform: none;
  }
}
#lineup .lineup_content.cont03 .articleBox h3 span {
  background: linear-gradient(transparent 60%, #0c691e 60%);
}
#lineup .lineup_content.cont03 .btnArea a.link {
  background: linear-gradient(90deg, #1c7d05 0%, #185a08 100%);
}
#lineup .lineup_content.cont04 {
  background: #c39700;
}
#lineup .lineup_content.cont04 .yama {
  left: auto;
  right: 0;
}
#lineup .lineup_content.cont04 .flex {
  flex-direction: row;
}
#lineup .lineup_content.cont04 .flex p strong {
  background: linear-gradient(transparent 60%, #775e09 60%);
}
#lineup .lineup_content.cont04 .flex .point span {
  color: #bc9612;
}
@media screen and (max-width: 860px) {
  #lineup .lineup_content.cont04 .flex .point span {
    margin-left: auto;
  }
}
#lineup .lineup_content.cont04 .flex .point img {
  width: 118.5px;
  top: 0;
  right: -5px;
  transform: translateY(-94%);
}
@media screen and (max-width: 860px) {
  #lineup .lineup_content.cont04 .flex .point img {
    width: 20%;
    left: -2vw;
    top: auto;
    transform: none;
    bottom: 0;
  }
}
#lineup .lineup_content.cont04 .imgBox .package {
  left: auto;
  right: 10%;
}
#lineup .lineup_content.cont04 .articleBox h3 span {
  background: linear-gradient(transparent 60%, #775e09 60%);
}
#lineup .lineup_content.cont04 .btnArea a.link {
  background: linear-gradient(90deg, #6c5300 0%, #433400 100%);
}

.slider {
  margin: 0 -15px;
}
@media screen and (max-width: 860px) {
  .slider {
    margin: 0 auto;
    width: 95%;
  }
}
.slider li a {
  padding: 0 15px;
  display: block;
  box-sizing: border-box;
}
.slider li a p {
  color: #fff;
  text-align: center;
  margin-top: 25px;
  font-size: 1.6rem;
}
@media screen and (max-width: 860px) {
  .slider li a p {
    margin-top: 12px;
  }
}

.slick-prev:before, .slick-next:before {
  display: none;
}

@media screen and (max-width: 860px) {
  .slick-prev {
    left: -10px;
  }
}
.slick-prev img {
  transform: rotate(180deg);
}

@media screen and (max-width: 860px) {
  .slick-next {
    right: -10px;
  }
}

.slick-prev, .slick-next {
  margin-top: -50px;
  width: 32px;
  height: 32px;
  z-index: 99;
}
@media screen and (max-width: 860px) {
  .slick-prev, .slick-next {
    width: 20px;
    height: 20px;
  }
}

.slick-dots li button:before {
  display: none;
}

.slick-dots {
  position: static;
  margin-top: 25px;
}

.slick-dots li.slick-active {
  background: #fff;
}

.slick-dots li {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 8px;
  height: 8px;
}
.slick-dots li button {
  padding: 0;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.exSlider {
  margin: 0 -15px;
}
@media screen and (max-width: 860px) {
  .exSlider {
    margin: 0;
  }
}
.exSlider li a, .exSlider li .ex_inner {
  padding: 0 15px;
  display: block;
  box-sizing: border-box;
}
.exSlider li a p, .exSlider li .ex_inner p {
  color: #fff;
  text-align: center;
  margin-top: 25px;
  font-size: 2.873rem;
  font-family: YakuHanJP, "dnp-shuei-mgothic-std", sans-serif;
  color: #6f490c;
  font-weight: bold;
  line-height: 1.4;
}
.exSlider li a p small, .exSlider li .ex_inner p small {
  font-size: 1.057rem;
  display: block;
}
.exSlider li a .img, .exSlider li .ex_inner .img {
  position: relative;
}
.exSlider li a .img .slideImg, .exSlider li .ex_inner .img .slideImg {
  border-radius: 23px;
  max-width: none;
  width: 100%;
}
.exSlider li a .img .ex_package, .exSlider li .ex_inner .img .ex_package {
  position: absolute;
  width: 31.28%;
  left: -2%;
  bottom: -5%;
}
.exSlider .slick-dots li.slick-active {
  background: #d31602;
}
.exSlider .slick-dots li {
  border: 1px solid #d31602;
  border-radius: 100%;
  width: 8px;
  height: 8px;
}
.exSlider .slick-dots li button {
  padding: 0;
}

#exBox {
  background: #eedebd;
  padding: 110px 0 135px;
  position: relative;
}
@media screen and (max-width: 860px) {
  #exBox {
    padding: 50px 0;
  }
}
#exBox .ttlBox {
  position: relative;
  background: url(/ajiuma/image/ex_ttl_bg.png) no-repeat center top/contain;
  max-width: 1145px;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media screen and (max-width: 860px) {
  #exBox .ttlBox {
    background: none;
  }
}
#exBox .ttlBox h2 {
  position: relative;
  z-index: 1;
}
#exBox .ttlBox h2 img {
  width: 174.5px;
  margin: 0 auto 10px;
}
#exBox .ttlBox h2 .marker {
  font-family: YakuHanJP, "dnp-shuei-mgothic-std", sans-serif;
  font-size: 4.2rem;
  color: #29542e;
  background: linear-gradient(transparent 60%, #f4ca3a 60%);
}
#exBox .ttlBox h2 .marker .red {
  color: #d31400;
}
@media screen and (max-width: 860px) {
  #exBox .ttlBox h2 .marker {
    font-size: 3rem;
    line-height: 1.4;
  }
}
#exBox .ttlBox .ill01 {
  position: absolute;
  bottom: -130px;
  width: 150px;
  left: 8%;
}
@media screen and (max-width: 860px) {
  #exBox .ttlBox .ill01 {
    width: 15%;
    bottom: auto;
    top: -40px;
    left: 2%;
    display: none;
  }
}
#exBox .ttlBox .ill02 {
  position: absolute;
  bottom: -125px;
  width: 98.5px;
  right: 8%;
}
@media screen and (max-width: 860px) {
  #exBox .ttlBox .ill02 {
    width: 10%;
    bottom: auto;
    top: -40px;
    right: 2%;
    display: none;
  }
}
#exBox .sliderBox {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}
#exBox .bottom_bg {
  width: 100%;
  max-width: none;
  position: absolute;
  bottom: 0;
  left: 0;
}

#bnrBox {
  background: #f2ecdf;
  padding: 80px 0 118px;
}
#bnrBox h2 {
  font-size: 4.2rem;
  font-family: YakuHanJP, "dnp-shuei-mgothic-std", sans-serif;
  color: #29542e;
  margin-bottom: 30px;
}
@media screen and (max-width: 860px) {
  #bnrBox h2 {
    font-size: 3rem;
    line-height: 1.4;
  }
}
#bnrBox h2 span {
  color: #fff;
  background: url(/ajiuma/image/bnr_ttl_bg.png) no-repeat center/contain;
  font-size: 0.7619em;
  padding: 0.15em;
  box-sizing: border-box;
}
#bnrBox .bnr_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#bnrBox .bnr_list a {
  width: 48%;
  display: block;
}
#bnrBox .bnr_list a:nth-child(n+3) {
  margin-top: 4%;
}
@media screen and (max-width: 860px) {
  #bnrBox .bnr_list a {
    width: 100%;
  }
  #bnrBox .bnr_list a:nth-child(n+2) {
    margin-top: 10px;
  }
}/*# sourceMappingURL=style.css.map */