@charset "utf-8";
/*============= common =============*/
.wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 200px;
 }
.container {
  width: auto;
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}
.aoki_main * {
  box-sizing: border-box;
}
.aoki_main {
  background-color: #fff;
  line-height: 1.75;
  color: #171717;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "ヒラギノ明朝", "Hiragino Mincho", serif;
}
.aoki_main ul,
.aoki_main ol {
  list-style: none;
}
.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!important;
}
.sp {
  display: none!important;
}
.ctts_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
/*============= common =============*/


/*============= text =============*/
.aoki_main .mv img {
  margin: 0 auto;
}
.float_anchor {
  display: none;
  font-family: YuMincho, "ヒラギノ明朝", "Hiragino Mincho ProN", serif;
  position: fixed;
  right: 0;
  top: 200px;
  z-index: 10;
  }
.float_anchor a {
  display: block;
  padding: 20px 10px;
  box-sizing: border-box;
  border-top: 2px solid #474843;
  border-left: 2px solid #474843;
  border-bottom: 2px solid #474843;
  color: #fff;
  background: #474843;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.2em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transition: all .4s;
}
.float_anchor a:hover {
  background: #fff;
  color: #474843;
}
.anchor_wrap {
  margin: 30px auto 0;
  width: 260px;
  border-bottom: solid 1px #474843;
}
.anchor {
  color: #474843;
  font-size: 17px;
  line-height: 2.5;
  font-weight: bold;
  position: relative;
}
.anchor::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 10px solid #474843;
  border-bottom: 0;
}
.anchor span {
  margin-left: -5px;
}
.anchor:hover {
  text-decoration: none;
}
h1 {
  line-height: 1.5;
  margin-top: 30px;
  color: #474843;
  font-size: 40px;
}
h1 span {
  font-size: 24px;
}
.about {
  color: #474843;
  line-height: 2;
  margin-top: 40px;
  font-size: 16px;
  font-weight: bold;
}
.bishu_point {
  background-color: #f0ede6;
  margin-top: 70px;
}
.point_inner {
  width: 100%;
  max-width: 1520px;
  position: relative;
  margin: 0 auto;
}
.btn_wrap_01 {
  position: absolute;
  top: 480px;
  right: 310px;
}
.btn_wrap_01 a {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝", "Hiragino Mincho", serif;
  display: flex;
  position: relative;
  width: 420px;
  height: 70px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  background: #fffdf7;
  color: #474843;
  font-size: 20px;
  box-sizing: border-box;
  transition: all .3s;
}
.btn_wrap_01 a:hover {
  background-color: #474843;
  color: #fffdf7;
  text-decoration: none;
}
.btn_wrap_01 a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: 120px;
  width: 15px;
  height: 15px;
  background: url("../_img/251003/blank_icon.webp") no-repeat 0 0/100%;
  transition: all .3s;
}
.btn_wrap_01 a:hover::after {
  background: url("../_img/251003/blank_icon_hover.webp") no-repeat 0 0/100%;
}
.bishu_wrap {
  padding: 110px 0 ;
  background-color: #d9d7d2;
}
.point_column {
  margin-top: 10px;
}
.square {
  width: 320px;
  display: flex;
}
.point_group {
  background-color: #fff;
  width: 640px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
}
.point_title {
  font-size: 24px;
  line-height: 2.3;
  font-weight: bold;
  width: 334px;
  text-align: center;
  color: #474843;
  border-bottom: solid #474843 1px;
  margin: 0 auto;
}
.point_point {
  width: 960px;
  margin: 0 auto;
}
.point_point + .point_point {
  margin-top: 50px;
}
.point_number {
  display: block;
  text-align: right;
}
.point_number img {
  height: 28px;
  width: auto;
}
.point_text {
  line-height: 1.8;
  font-size: 16px;
  margin-top: 20px;
  color: #474843;
}
.styling {
  width: 1200px;
  background-color: #c7c5be;
  padding: 50px 0 70px;
  margin: 80px auto 0;
}
.styling_title,
.lineup_title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 26px;
  text-align: center;
}
.styling_title::before,
.styling_title::after,
.lineup_title::before,
.lineup_title::after{
  content: "";
  border-bottom: 1px solid #1A1311;
}
.styling_title::before,
.lineup_title::before{
  margin-right: 20px;
  padding-left: 70px;
}
.styling_title::after,
.lineup_title::after{
  margin-left: 20px;
  padding-right: 70px;
}
.slider {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
  height: 480px;
}
.styling_img {
  width: 250px;
  height: 430px;
}
.styling_img + .styling_img {
  margin-left: 66px;
}
.styling_text {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #474843;
}
.fade_animation {
  position: relative;
  display: block!important;
  height: 100%;
}
.fade_animation a {
  position : absolute;
  top : 0;
  left : 0;
  opacity : 0;
  animation : itmFade2-chg-itm-anim 8s infinite;
}
.fade_animation a:nth-of-type(1) {
  animation-delay : 0s;
}
.fade_animation a:nth-of-type(2) {

  animation-delay : 4s;
}
@keyframes itmFade2-chg-itm-anim {
  0% {
    opacity : 0;
    z-index : 2;
  }
  17%{
    opacity : 1;
  }
  50%{
    opacity : 1;
  }
  65%{
    opacity : 0;
    z-index : 1;
  }
  100% {
    opacity : 0;
  }
}
.lineup_title {
  margin: 110px auto 20px;
}
.btn_wrap_02 {
  margin-top: 60px;
}
.btn_wrap_02 a {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝", "Hiragino Mincho", serif;
  display: flex;
  position: relative;
  width: 500px;
  height: 80px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  background: #474843;
  color: #fff;
  border: 2px solid #474843;
  font-size: 20px;
  box-sizing: border-box;
  transition: all .3s;
}
.btn_wrap_02 a:hover {
  background-color: #fff;
  color: #474843;
  text-decoration: none;
}
.btn_wrap_02 a::after {
  content: "";
  position: absolute;
  top: 48%;
  right: 40px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-40%) rotate(45deg);
  transition: all .3s;
}
.btn_wrap_02 a:hover::after {
  border-top: 2px solid #474843;
  border-right: 2px solid #474843;
}
/*============= text =============*/
/*============= recommend =============*/
.recommend {
  width: 100%;
  padding-top: 120px;
}
.recommend h2 {
  margin: 0 auto;
  font-size: 26px;
  color: #474843;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 47px;
}
.recommend h2::before, .recommend h2::after {
  content: "";
  border-bottom: 1px solid #474843;
}
.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: space-between;
  margin: auto!important;
}
.recommend_square a {
  display: block;
  width: 282px;
}
#bottom_recommend_area h2 {
  color: #474843;
}
/*============= recommend =============*/
/*============= PC only =============*/
@media screen and (min-width: 769px) {
  .point_column {
    display: flex;
    justify-content: center;
  }
  .point_point:nth-of-type(2n) .point_column {
    flex-direction: row-reverse;
  }
  #bottom_recommend_area h2::before,
  #bottom_recommend_area h2::after {
    border-bottom: 2px solid #474843!important;
  }
}
/*============= PC only =============*/
/*============= SP only =============*/
@media screen and (max-width: 768px) {
  .wrapper {
    margin: 0;
    padding-bottom: 20vw;
  }
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
 .mv {
    margin-right: -15px;
    margin-left: -15px;
  }
  .pc {
    display: none!important;
  }
  .sp {
    display: block!important;
  }
  .float_anchor {
    top: 40vw;
    }
  .float_anchor a {
    padding: 2.33vw 1.33vw;
    border-top: 0.27vw solid #474843;
    border-left: 0.27vw solid #474843;
    border-bottom: 0.27vw solid #474843;
    font-size: 2.4vw;
  }
  .anchor_wrap {
    margin: 6vw auto 0;
    width: 45vw;
    border-bottom: solid 0.13vw #474843;
  }
  .anchor {
    font-size: 2.93vw;
    line-height: 2.5;
  }
  .anchor::after {
    top: 57%;
    transform: translateY(-50%);
    right: -2.5vw;
    border-right: 1.06vw solid transparent;
    border-left: 1.06vw solid transparent;
    border-top: 1.86vw solid #474843;
  }
  .anchor span {
    margin-left: -1.2vw;
  }
  h1 {
    line-height: 1.5;
    margin-top: 6.66vw;
    font-size: 5.2vw;
  }
  h1 span {
    font-size: 3.2vw;
  }
  .about {
    line-height: 2;
    margin-top: 4vw;
    font-size: 3.2vw;
    text-align: left;
  }
  .point_inner p {
    margin: 0 auto;
    width: 100%;
  }
  .point_inner {
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
  .bishu_point {
    margin: 10.67vw -15px 0;
  }
  .btn_wrap_01 {
    top: 66.33vw;
    right: 4.53vw;
  }
  .btn_wrap_01 a {
    width: 42.67vw;
    height: 13.33vw;
    margin: 0 auto;
    font-size: 3.73vw;
  }
  .btn_wrap_01 a span {
    margin-left: -2.5vw;
  }
  .btn_wrap_01 a::after {
    top: 5.2vw;
    right: 7vw;
    width: 2.53vw;
    height: 2.53vw;
  }
  .bishu_inner {
    width: 100%;
    margin: 0 auto;
  }
  .point_column {
    margin-top: 0;
  }
  .square {
    width: 66.67vw;
    margin: 5.87vw auto 0;
  }
  .point_group {
    width: 92vw;
    margin: 5.6vw auto 0;
    padding: 6vw 3vw 7vw;
  }
  .point_title {
    font-size: 3.73vw;
    width: 60vw;
    margin: 0 auto;
  }
  .point_point {
    width: 100%;
    margin: 0 auto;
  }
  .point_point:nth-of-type(n+2) {
    margin-top: 12vw;
  }
  .point_number img {
    height: 4.93vw;
    width: auto;
  }
  .bishu_wrap {
    padding: 11.33vw 0;
    margin-right: -15px;
    margin-left: -15px;
  }
  .point_number {
    text-align: right;
    display: inline-block;
    hight: 4.93vw;
  }
  .point_text {
    line-height: 1.9;
    font-size: 2.93vw;
    margin-top: 2.67vw;
  }
  .styling {
    background-color: #f0ede6;
    padding: 6vw 0 5.33vw;
    margin: 4vw auto 0;
    width: 100%;
  }
  .styling_title,
  .lineup_title {
    font-size: 5.06vw;
    font-weight: bold;
  }
  .styling_title::before,
  .styling_title::after,
  .lineup_title::before,
  .lineup_title::after{
    border-bottom: 0.26vw solid #1A1311;
  }
  .styling_title::before,
  .lineup_title::before{
    margin-right: 2.66vw;
    padding-left: 11.73vw;
  }
  .styling_title::after,
  .lineup_title::after{
    margin-left: 2.66vw;
    padding-right: 11.73vw;
  }
  .slider {
    margin-top: 8vw;
    height: 112.66vw;
    padding: 0 16.66vw;
  }
  .slider button {
    font-size: 0;
    border: none;
    padding: 0;
  }
  .slider button:focus {
    outline: none;
  }
  .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); 
    z-index: 1;
    width: 3.87vw;
    height: 7.73vw;
    margin: 0;
    cursor: pointer;
    transition: .3s;
  }
  .slick-prev {
    left: 8vw;
    background: url("../_img/251003/ic_left.webp") no-repeat 0 0 / 100%;
  }
  .slick-next {
    right: 8vw;
    background: url("../_img/251003/ic_right.webp") no-repeat 0 0 / 100%;
  }
  .styling_img {
    width: 100%;
    height: 102vw;
  }
  .styling_text {
    margin-top: 4vw;
    font-size: 4.39vw;
  }
  .lineup_title {
    margin: 12vw auto 3vw;
  }
  .btn_wrap_02 {
    width: 100%;
    margin: 6vw auto 0;
  }
  .btn_wrap_02 a {
    width: 100%;
    height: 15.2vw!important;
    border: 0.4vw solid #474843;
    font-size: 4vw;
  }
  .btn_wrap_02 a::after {
    top: 48%;
    right: 12vw;
    width: 2vw;
    height: 2vw;
    border-top: 0.13vw solid #fff;
    border-right: 0.13vw solid #fff;
  }
  .btn_wrap_02 a:hover::after {
    border-top: 0.13vw solid #474843;
    border-right: 0.13vw solid #474843;
  }
  .recommend {
    width: 92%;
    margin: 0 auto;
    padding-top: 10vw;
  }
  .recommend h2 {
    font-size:6vw;
    margin-bottom:4vw!important;
  }
  .recommend h2::after,.recommend h2::before {
    display: none;
  }
  .recommend_square {
    width: 100%;
    flex-wrap: wrap;
  }
  .recommend_square a {
    width: 48.5%;
    margin-bottom: 10px;
  }
}
/*============= SP only =============*/