@charset "utf-8";
/*============= common =============*/
header.header {
  z-index: 100!important;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 150px;
  background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(33, 27, 20, 1) 19%, rgba(64, 52, 38, 1) 50%, rgba(33, 27, 20, 1) 81%, rgba(0, 0, 0, 1) 100%);
 }
.container {
  width: auto;
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}
.aoki_main * {
   box-sizing: border-box;
}
.aoki_main {
  color: #fff;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "ヒラギノ明朝", "Hiragino Mincho", serif;
  font-weight: 100;
  font-feature-settings: "palt";
  letter-spacing: .2em;
}
.aoki_main ul,
.aoki_main ol {
  list-style: none;
}
.aoki_main a:hover,
.aoki_main a:focus {
  text-decoration: none;
}
.aoki_main img {
  max-width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  object-fit: cover;
  vertical-align: bottom;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.ctts_inner {
  width: 100%;
  margin: 0 auto;
}
/*============= common =============*/


/*============= text =============*/
.aoki_main .mv img {
  margin: 0 auto;
}
h1 {
  margin: 0 auto;
  padding: 20px 0;
  background: linear-gradient(90deg,rgba(30, 20, 4, 1) 0%, rgba(44, 23, 3, 1) 7%, rgba(135, 89, 8, 1) 19%, rgba(255, 245, 164, 1) 50%, rgba(135, 89, 8, 1) 81%, rgba(44, 23, 3, 1) 93%, rgba(30, 20, 4, 1) 100%);
}
h1 img{
  margin: 0 auto;
}
.about {
  line-height: 2.3;
  margin-top: 50px;
  font-size: 16px;
}
.anchor {
  margin-top: 50px;
}
.anchor_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.anchor_wrap li {
  width: 300px;
}
.anchor_wrap li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75px;
  color: #f2e5a4;
  font-size: 21px;
  transition: .3s;
}
.anchor_wrap li a span {
  z-index: 10;
}
.anchor_wrap li a .anchor_margin {
  margin-left: -10px;
}
.anchor_wrap li a::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 52%;
  transform: translateY(-50%); 
  right: 23px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 11px solid #f2e5a4;
  border-bottom: 0;
  transition: .3s;
}
.anchor_wrap li a::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  left: 0;
  background: url("../_img/250905/anchor_border_pc.webp") no-repeat 0 0/100%;
  width: 300px;
  height: 75px;
  transition: .3s;
}
.anchor_wrap li a:hover {
  color: #341f07;
}
.anchor_wrap li a:hover::after {
  border-top: 11px solid #341f07;
}
.anchor_wrap li a:hover::before {
  background: url("../_img/250905/anchor_octagon_pc_.webp") no-repeat 0 0/100%;
}
.contents_wrap {
  margin-top: 80px;
}
.contents_wrap + .contents_wrap {
  margin-top: 130px;
}
.contents_wrap h2 {
  line-height: 1;
  margin: 0 auto;
  padding: 15px 0;
  background: linear-gradient(90deg,rgba(30, 20, 4, 1) 0%, rgba(44, 23, 3, 1) 7%, rgba(135, 89, 8, 1) 19%, rgba(255, 245, 164, 1) 50%, rgba(135, 89, 8, 1) 81%, rgba(44, 23, 3, 1) 93%, rgba(30, 20, 4, 1) 100%);
}
.contents_wrap h2 img {
  margin: 0 auto;
  width: auto;
  height: 29px!important;
}
.item_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.item_left {
  width: 518px;
}
.slider button {
  font-size: 0!important;
  padding: 0!important;
  border: none!important;
}
.slider button:focus {
  outline: none!important;
}
.item_right {
  width: 518px;
  text-align: left;
  margin-left: 80px;
}
.item_catch {
  font-size: 28px;
  line-height: 1.8;
}
.item_catch span {
  font-size: 35px;
  color: #ecddb2;
}
.item_text {
  font-size: 18px;
  line-height: 2.1;
  margin-top: 20px;
}
.item_logo {
  width: 340px;
  margin-top: 40px;
}
.module_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 1060px;
  margin: 180px auto 0;
}
.module_wrap::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%); 
  width: 340px;
  height: 2px;
  background: linear-gradient(90deg,rgba(121, 89, 28, 1) 7%, rgba(183, 153, 97, 1) 19%, rgba(245, 237, 194, 1) 50%, rgba(183, 153, 97, 1) 81%, rgba(121, 89, 28, 1) 93%);
}
.module_wrap li {
  display: flex;
  flex-direction: column;
  width: 300px;
  font-size: 16px;
  text-align: left;
}
.module_name {
  margin-top: 20px;
  line-height: 1.5;
  flex: 1;
}
.module_price {
  margin-top: 10px;
  font-size: 18px;
}
.module_price span {
  font-size: 15px;
}
.module_btn {
  margin-top: 20px;
}
.module_btn a {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55px;
  color: #f5edc2;
  border: 2px solid;
  border-image: linear-gradient(90deg,rgba(121, 89, 28, 1) 7%, rgba(183, 153, 97, 1) 19%, rgba(245, 237, 194, 1) 50%, rgba(183, 153, 97, 1) 81%, rgba(121, 89, 28, 1) 93%) 1;
  transition: .3s;
}
.module_btn a::before {
  position: absolute;
  display: inline-block;
  content: "";
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg,rgba(121, 89, 28, 1) 7%, rgba(183, 153, 97, 1) 19%, rgba(245, 237, 194, 1) 50%, rgba(183, 153, 97, 1) 81%, rgba(121, 89, 28, 1) 93%);
  opacity: 0;
  transition: opacity .3s;
}
.module_btn a:hover {
  color: #341f07;
}
.module_btn a:hover::before {
  opacity: 1;
}
.item_btn {
  font-size: 18px;
  margin: 70px auto 0;
  display: inline-block;
}
.item_btn a {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 410px;
  height: 60px;
  color: #f5edc2;
  border: 2px solid;
  border-image: linear-gradient(90deg,rgba(121, 89, 28, 1) 7%, rgba(183, 153, 97, 1) 19%, rgba(245, 237, 194, 1) 50%, rgba(183, 153, 97, 1) 81%, rgba(121, 89, 28, 1) 93%) 1;
  transition: .3s;
}
.item_btn a::before {
  position: absolute;
  display: inline-block;
  content: "";
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg,rgba(121, 89, 28, 1) 7%, rgba(183, 153, 97, 1) 19%, rgba(245, 237, 194, 1) 50%, rgba(183, 153, 97, 1) 81%, rgba(121, 89, 28, 1) 93%);
  opacity: 0;
  transition: opacity .3s;
}
.item_btn a:hover {
  color: #341f07;
}
.item_btn a:hover::before {
  opacity: 1;
}
/*============= text =============*/


/*============= recommend =============*/
.recommend {
  width: 100%;
  margin-top: 120px;
}
.recommend h2 {
  margin: 0 auto;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 50px;
}
.recommend h2::before, .recommend h2::after {
  content: "";
  border-bottom: 2px solid #fff;
}
.recommend h2::before {
  margin-right: 20px;
  padding-left: 120px;
}
.recommend h2::after {
  margin-left: 20px;
  padding-right: 120px;
}
.recommend_square {
  width: 1200px;
  display: flex;
  justify-content: center;
  margin: auto!important;
}
.recommend_square a {
  display: block;
  width: 282px;
}
#bottom_recommend_area {
  padding-top: 0!important;
  margin-top: 120px;
}
#bottom_recommend_area .bottom_bnrBox a {
  width: auto!important;
}
#bottom_recommend_area .bottom_service {
  padding-top: 0!important;
  margin-top: 120px!important;
}
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}
.modal__bg {
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content {
  left: 50%;
  padding: 20px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 560px;
}
.modal_box{
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}
.modal_box .modal_img:hover {
  position: relative;
}
.modal_box .modal_img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
.modal_box .modal_img:hover::before {
  width: 100%;
  opacity: 0.4;
  transition: 0.3s;
}
.modal_box .modal_img:hover::after {
  position: absolute;
  content: '';
  background-color: #fff;
  -webkit-mask-image: url("../img/aicon_img_big.svg");
  mask-image: url("../img/aicon_img_big.svg");
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  transition: all 0.3s;
}
.close-btn {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  width: 100px;
  padding: 11px 0;
  border: 3px solid #fff;
  text-align: center;
  border-radius: 36px;
  display: inline-block;
  margin: 30px auto 0;
  transition: 0.3s;
  cursor: pointer;
}
.modal_box .modal_img img {
  vertical-align: bottom;
}
.cmn-btn-square-01 {
  margin-top:25px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #341f07!important;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  width: 250px!important;
  padding: 10px 0;
  border: 2px solid #341f07;
  transition: 0.3s;
}
.cmn-btn-square-01:hover {
  background-color: #341f07;
  color: white!important;
  text-decoration: none;
}
/*============= recommend =============*/


/*============= PC only =============*/
@media screen and (min-width: 769px) {
  .anchor_wrap li:nth-of-type(n+2) {
    margin-left: 25px;
  }
  .slider .slick-dots li {
    width: 10px!important;
    height: 10px!important;
    border-radius: 10px!important;
    margin: 0 12px!important;
  }
  .slick-dots {
    bottom: -30px!important;
  }
  .module_wrap li:not(:nth-of-type(3n-2)) {
    margin-left: 80px;
  }
  .module_wrap li:nth-of-type(n+4) {
    margin-top: 50px;
  }
  .recommend_square a:nth-of-type(n+2) {
    margin-left: 24px;
  }
  #bottom_recommend_area h2::before,
  #bottom_recommend_area h2::after {
    border-bottom: 2px solid #fff!important;
  }
  #bottom_recommend_area .bottom_bnrBox a:nth-of-type(n+2) {
    margin-left: 24px;
  }
}
/*============= PC only =============*/


/*============= SP only =============*/
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .wrapper {
    padding: 0 0 18.67vw;
  }
  .ctts_inner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  h1 {
    padding: 2.67vw 10.67vw;
    background: linear-gradient(90deg,rgba(91, 60, 4, 1) 0%, rgba(135, 89, 8, 1) 10%, rgba(255, 245, 164, 1) 50%, rgba(135, 89, 8, 1) 90%, rgba(91, 60, 4, 1) 100%);
  }
  .about {
    width: calc(100vw - 30px);
    margin: 6vw auto 0;
    line-height: 1.9;
    font-size: 3.2vw;
    text-align: left;
  }
  .anchor {
    width: calc(100vw - 30px);
    margin: 7.33vw auto 0;
  }
  .anchor_wrap li {
    width: 44vw;
  }
  .anchor_wrap li:nth-of-type(2n) {
    margin-left: calc(100% - (44vw * 2));
  }
  .anchor_wrap li:nth-of-type(n+3) {
    margin-top: 4vw;
  }
  .anchor_wrap li a {
    height: 10.93vw;
    font-size: 3vw;
  }
  .anchor_wrap li a .anchor_margin {
    margin-left: -1.33vw;
  }
  .anchor_wrap li a::after {
    right: 3.33vw;
    border-right: 1.2vw solid transparent;
    border-left: 1.2vw solid transparent;
    border-top: 1.73vw solid #f2e5a4;
  }
  .anchor_wrap li a::before {
    background: url("../_img/250905/anchor_border_sp.webp") no-repeat 0 0/100%;
    width: 44vw;
    height: 10.93vw;
  }
  .anchor_wrap li a:hover::after {
    border-top: 1.73vw solid #341f07;
  }
  .anchor_wrap li a:hover::before {
    background: url("../_img/250905/anchor_octagon_sp_.webp") no-repeat 0 0/100%;
  }
  .contents_wrap {
    margin-top: 8vw;
  }
  .contents_wrap + .contents_wrap {
    margin-top: 12.67vw;
  }
  .contents_wrap h2 {
    line-height: 0;
    padding: 2vw 0;
    background: linear-gradient(90deg,rgba(91, 60, 4, 1) 0%, rgba(135, 89, 8, 1) 10%, rgba(255, 245, 164, 1) 50%, rgba(135, 89, 8, 1) 90%, rgba(91, 60, 4, 1) 100%);
  }
  .contents_wrap h2 img {
    height: 4.4vw!important;
  }
  .item_wrap {
    width: calc(100vw - 30px);
    margin: 6.67vw auto 0;
    flex-direction: column;
  }
  .item_left {
    width: 82vw;
    margin-top: 6vw;
    order: 2;
  }
  .slick-dots {
    bottom: -18px!important;
  }
  .item_right {
    width: 100%;
    margin-left: 0;
    display: contents;
  }
  .item_catch {
    font-size: 4vw;
    line-height: 1.8;
    text-align: center;
    order: 1;
  }
  .item_catch span {
    font-size: 5.07vw;
  }
  .item_text {
    font-size: 3.2vw;
    line-height: 1.9;
    margin-top: 8vw;
    order: 3;
  }
  .item_logo {
    width: 60vw;
    margin-top: 8vw;
    order: 4;
  }
  .module_wrap {
    width: calc(100vw - 30px);
    margin: 18.67vw auto 0;
  }
  .module_wrap::before {
    top: -10vw;
    width: 50.67vw;
    height: 0.27vw;
  }
  .module_wrap li {
    width: 42vw;
    font-size: 2.67vw;
  }
  .module_wrap li:nth-of-type(2n) {
    margin-left: calc(100% - (42vw * 2));
  }
  .module_wrap li:nth-of-type(n+3) {
    margin-top: 8vw;
  }
  .module_name {
    margin-top: 3vw;
  }
  .module_price {
    margin-top: 2vw;
    font-size: 3vw;
  }
  .module_price span {
    font-size: 2.5vw;
  }
  .module_btn {
    margin-top: 2.67vw;
  }
  .module_btn a {
    height: 10vw;
    border: 0.27vw solid;
    border-image: linear-gradient(90deg, rgba(121, 89, 28, 1) 7%, rgba(183, 153, 97, 1) 19%, rgba(245, 237, 194, 1) 50%, rgba(183, 153, 97, 1) 81%, rgba(121, 89, 28, 1) 93%) 1;
  }
  .item_btn {
    font-size: 3.2vw;
    margin: 9.33vw auto 0;
  }
  .item_btn a {
    width: 61.33vw;
    height: 10.67vw;
    border: 0.27vw solid;
    border-image: linear-gradient(90deg,rgba(121, 89, 28, 1) 7%, rgba(183, 153, 97, 1) 19%, rgba(245, 237, 194, 1) 50%, rgba(183, 153, 97, 1) 81%, rgba(121, 89, 28, 1) 93%) 1;
  }
  .recommend {
    padding-top: 0;
    margin-top: 16vw;
  }
  .recommend h2 {
    font-size: 5.87vw;
    margin-bottom: 4vw!important;
  }
  .recommend h2::after,.recommend h2::before {
    display: none;
  }
  .recommend_square {
    width: calc(100vw - 30px);
    flex-wrap: wrap;
  }
  .recommend_square a {
    width: 44vw;
  }
  .recommend_square a:nth-of-type(2n) {
    margin-left: calc(100% - (44vw * 2));
  }
  .recommend_square a:nth-of-type(n+3) {
    margin-top: 4vw;
  }
  #bottom_recommend_area {
    width: calc(100vw - 30px)!important;
    margin: 16vw auto 0!important;
  }
  #bottom_recommend_area h2 {
    font-size: 5.87vw!important;
  }
  #bottom_recommend_area .bottom_bnrBox a {
    width: 44vw!important;
    margin-bottom: 0!important;
  }
  #bottom_recommend_area .bottom_bnrBox a:nth-of-type(2n) {
    margin-left: calc(100% - (44vw * 2));
  }
  #bottom_recommend_area .bottom_bnrBox a:nth-of-type(n+3) {
    margin-top: 4vw;
  }
  #bottom_recommend_area .bottom_service {
    margin-top: 16vw!important;
  }

  .slick-slide {
    width: 82vw!important;
  }
  .slick-slide + .slick-slide {
    left: -82vw!important;
  }

  .modal_box{
    position: static;
    justify-content: space-between;
  }
  .modal_box .modal_img:hover::before {
    transition: 0.2s;
  }
  .js-modal-close p {
    padding: 15px 0;
    margin: 15px auto 0;
  }
  .modal__content{
    width: calc(100% - 30px);
    padding: 10px;
  }
  .cmn-btn-square-01 {
    margin-top:10px;
    position: relative;
    font-size: 2.9vw;
    font-weight: bold;
    color: #341f07;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    width: 60%!important;
    padding: 2.93vw 0;
    border: 2px solid #341f07;
    transition: 0.8s;
  }
}
/*============= SP only =============*/