@charset "utf-8";
/*============= common =============*/
.wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 150px;
 }
.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;
  overflow: hidden;
}
.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: 45px auto 0;
  width: 350px;
  height: 79.5px;
  border: solid 2px #454443;
}
.anchor_img {
  width: 63px;
  margin-right: 19px;
  padding-top: 3px;
}
.anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #454443!important;
  font-size: 17px;
  line-height: 2.5;
  font-weight: bold;
  position: relative;
  padding-right: 48px;
}
.anchor::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  top: 37%;
  transform: rotate(225deg);
  right: 31px;
  border-top: 2px solid #454443;
  border-left: 2px solid #454443; 
  border-bottom: 0;
}
.anchor:hover {
  text-decoration: none;
  background: #e4e4ea;
  opacity: 1;
}
.bishu_contents {
  width: 100%;
}
.bishu_contents h1,
.bishu_contents h2,
.bishu_contents h3,
.bishu_contents p {
  color: #454443;
}
.bishu_contents h1,
.bishu_contents h2 {
  background: #e4e4ea;
  padding: 12px 0;
}
.bishu_contents h1 {
  line-height: 1.5;
  font-size: 24px;
}
.bishu_contents h2 {
  font-size: 24px;
}
.contents_inner {
  width: 1200px;
  margin: 60px auto 50px;
}
.bishu_contents{
  margin-top: 55px;
}
.flex_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex_box p {
  font-size: 16px;
  text-align: left;
  line-height: 1.8;
   width: 578px;
}
.about_img,
.detail_img {
  width: 580px!important;
  margin-right: 42px;
}
.detail_img {
  margin-left: 42px;
}
.bishu_detail {
  margin-top: 63px;
}
.bishu_detail_txt {
  background: #efeff5;
  padding: 30px 0 25px 30px;
}
.bishu_detail_txt:nth-of-type(n+2) {
  margin-top: 30px;
}
.bishu_detail_txt h3 {
  text-align: left;
  font-size: 20px;
}
.bishu_detail_txt p {
  margin-top: 20px;
  text-align: left;
  font-size: 16px;
}
.btn_wrap {
  margin: 48px auto 0;
  width: 420px;
  height: 70px;
  box-sizing: border-box;
}
.btn_wrap a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 420px;
  height: 70px;
  font-size: 20px;
  border: 2px solid #454443;
  padding-right: 10px;
  transition: .4s;
}
.btn_wrap a::before {
  position: absolute;
  content: "";
  background: url("../_img/260313/blank_icon.webp") no-repeat top center/15px 15px;
  width: 15px;
  height: 15px;
  top: 25px;
  right: 112px;
  transition: .4s;
}
.btn_wrap a:hover {
  text-decoration: none;
  background: #454443;
  color: #fff;
}
.btn_wrap a:hover::before {
  position: absolute;
  content: "";
  background: url("../_img/260313/blank_icon_hover.webp") no-repeat top center/15px 15px;
  width: 15px;
  height: 15px;
  top: 25px;
  right: 112px;
}
.btn_wrap_02 {
  margin: 120px auto 0;
  width: 500px;
  height: 80px;
  box-sizing: border-box;
}
.btn_wrap_02 a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 80px;
  font-size: 20px;
  border: 2px solid #454443;
  transition: .4s;
}
.btn_wrap_02 a:hover {
  text-decoration: none;
  background: #454443;
  color: #fff;
}
.btn_wrap_02 a::before {
  position: absolute;
  content: "";
  border-top: 2px solid #454443;
  border-left: 2px solid #454443;
  width: 12px;
  height: 12px;
  top: 32px;
  right: 37px;
  transform: rotate(135deg);
  transition: .4s;
}
.btn_wrap_02 a:hover::before {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.point .point_img {
  width: 520px;
  margin-right: 58px;
}
.point .point_txt {
  width: 622px;
}
.point .flex_box:nth-of-type(n+2) {
  margin-top: 66px;
}
.point .flex_box:nth-of-type(1) .point_txt p:nth-of-type(1) {
  width: 142px;
}
.point .flex_box:nth-of-type(2) .point_txt p:nth-of-type(1) {
  width: 143px;
  
}
.point .flex_box:nth-of-type(3) .point_txt p:nth-of-type(1) {
  width: 144px;
}
.point .point_txt h3 {
  margin-top: 20px;
  text-align: left;
  font-size: 20px;
}
.point .point_txt p:nth-of-type(2) {
  margin-top: 20px;
  padding-top: 10px;
  font-size: 16px;
  border-top: 1px solid #454443;
}
.lineup .contents_inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.lineup .brown {
  margin-right: 172px;
}
.lineup .brown,
.lineup .navy {
  width: 471px;
}
.lineup .color_img {
  margin: 0 auto;
}
.lineup .brown .color_img {
  width: 187px;
}
.lineup .navy .color_img {
  width: 141px;
}
.lineup .color {
  font-weight: 500;
  font-size: 24px;
}
.lineup .slider {
  margin-top: 7px;
}
button {
  display: none;
}
button:focus {
  outline: none;
}
.slick-arrow {
  border: none;
}
.slick-next {
  border-top: 2px solid #454443;
  border-left: 2px solid #454443;
  width: 35px;
  height: 35px;
  top: 330px;
  right: -31px;
  transform: rotate(135deg);
  font-size: 0;
  background: none;
}
.slick-prev {
  border-top: 2px solid #454443;
  border-left: 2px solid #454443;
  width: 35px;
  height: 35px;
  top: 330px;
  left: -31px;
  transform: rotate(-45deg);
  font-size: 0;
  background: none;
}
.styling_text {
  margin-top: 48px;
  text-align: left;
  font-size: 16px;
  line-height: 2;
}
.slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 8px;
  background: #fff;
  border: 1px solid #454443;
  border-radius: 20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.slick-dots li.slick-active, 
.slick-dots li:hover {
  background: #454443;
  border: 1px solid #454443;
}
.lineup_btn {
  width: 470px;
  height: 70px;
  margin-top: 35px;
}
.lineup_btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 470px;
  height: 70px;
  background: #454443;
  border: 2px solid #454443;
  font-size: 18px;
  color: #fff;
  transition: .4s;
}
.lineup_btn a:hover {
  text-decoration: none;
  background: #fff;
  border: 2px solid #454443;
  color: #454443;
}
.lineup_btn a::before {
  position: absolute;
  content: "";
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 10px;
  height: 10px;
  top: 30px;
  right: 30px;
  transform: rotate(135deg);
}
.lineup_btn a:hover::before {
  border-top: 2px solid #454443;
  border-left: 2px solid #454443;
}
/*============= text =============*/
/*============= recommend =============*/
#bottom_recommend_area {
  margin-top: 0!important;
  padding-top: 0!important;
}
.bottom_newitem {
  padding-top: 120px;
}
.bottom_service {
  padding-top: 100px;
}
#bottom_recommend_area h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #454443;
  margin: 0 auto 47px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
#bottom_recommend_area h2::before,
#bottom_recommend_area h2::after {
  content: "";
  border-bottom: 2px solid #454443;
  width: 110px;
  height: 2px;
}
#bottom_recommend_area h2::after {
  margin-left: 20px;
  padding-right: 120px;
}
#bottom_recommend_area h2::before {
  margin-right: 20px;
  padding-left: 120px;
}
#bottom_recommend_area .bottom_newitem,
#bottom_recommend_area .bottom_service {
  width: 1200px;
  margin: 0 auto;
}
#bottom_recommend_area .bottom_bnrBox {
  display: flex;
  justify-content: space-between;
}
#bottom_recommend_area .bottom_bnrBox a {
  width: auto !important;
}
#bottom_recommend_area .bottom_bnrBox a:nth-of-type(n+2) {
    margin-left: 24px;
}
/*============= 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%;
  }
  .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: 8vw auto 0;
    width: 66vw;
    height: 13vw;
    border: solid 1.5px #454443;
  }
  .anchor_img {
    width: 10vw;
    margin-right: 3vw;
    padding-top: 0.8vw;
  }
  .anchor {
    font-size: 3.2vw;
    line-height: 2.5;
    padding-right: 7vw;
  }
  .anchor::after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 2vw;
    height: 2vw;
    top: 38%;
    transform: rotate(225deg);
    right: 9%;
    border-top: 1.5px solid #454443;
    border-left: 1.5px solid #454443; 
    border-bottom: 0;
  }
  .anchor:hover {
    text-decoration: none;
    background: #e4e4ea;
    opacity: 1;
  }
  .bishu_contents {
    width: 100%;
  }
  .bishu_contents h1,
  .bishu_contents h2,
  .bishu_contents h3,
  .bishu_contents p {
    color: #454443;
  }
  .bishu_contents h1,
  .bishu_contents h2 {
    background: #e4e4ea;
    padding: 4vw 0;
  }
  .bishu_contents h1 {
    line-height: 1.8;
    font-size: 3.73vw;
  }
  .bishu_contents h2 {
    font-size: 4vw;
    line-height: 1.8;
  }
  .contents_inner {
    width: 92vw;
    margin: 7vw auto 12vw;
  }
  .point .contents_inner {
     margin: 5vw auto 12vw;
  }
  .bishu_contents{
    margin-top: 9vw;
  }
  .flex_box {
    display: block;
  }
  .detail .flex_box {
    display: flex;
    flex-direction: column-reverse;
  }
  .flex_box p {
    margin-top: 4vw;
    font-size: 3.2vw;
     width: 92vw;
  }
  .about_img,
  .detail_img {
    width: 92vw!important;
    margin-right: 0;
  }
  .detail_img {
    margin: 0!important;
  }
  .bishu_detail {
    margin-top: 10vw;
  }
  .bishu_detail_txt {
    background: #efeff5;
    padding: 5vw 0;
  }
  .bishu_detail_txt:nth-of-type(n+2) {
    margin-top: 4vw;
  }
  .bishu_detail_txt h3 {
    text-align: center;
    font-size: 3.46vw;
  }
  .bishu_detail_txt p {
    margin-top: 3vw;
    text-align: center;
    font-size: 3.2vw;
  }
  .btn_wrap {
    margin: 7vw auto 0;
    width: 92vw;
    height: 14.6vw;
  }
  .btn_wrap a {
    width: 92vw;
    height: 14.6vw;
    font-size: 4vw;
    border: 2px solid #454443;
    padding-right: 3vw;
    transition: .4s;
  }
  .btn_wrap a::before {
    position: absolute;
    content: "";
    background: url("../_img/260313/blank_icon.webp") no-repeat top center/2.93vw 2.93vw;
    width: 2.93vw;
    height: 2.93vw;
    top: 38%;
    right: 30%;
    transition: .4s;
  }
  .btn_wrap a:hover {
    text-decoration: none;
    background: #454443;
    color: #fff;
  }
  .btn_wrap a:hover::before {
    position: absolute;
    content: "";
    background: url("../_img/260313/blank_icon_hover.webp") no-repeat top center/2.93vw 2.93vw;
    width: 2.93vw;
    height: 2.93vw;
    top: 39%;
    right: 30%;
  }
  .btn_wrap_02 {
    margin: 7vw auto 0;
    width: 92vw;
    height: 14.6vw;
  }
  .btn_wrap_02 a {
    width: 92vw;
    height: 17vw;
    font-size: 4vw;
    border: 2px solid #454443;
    transition: .4s;
  }
  .btn_wrap_02 a::before {
    width: 2.7vw;
    height: 2.7vw;
    top: 40%;
    right: 15%;
  }
  .btn_wrap_02 a:hover {
    text-decoration: none;
    background: #454443;
    color: #fff;
  }

  .point .point_img {
    width: 92vw;
    margin: 3vw 0 0 0;
    order: 3;
  }
  .point .point_txt {
    display: contents;
    width: 92vw;
  }
  .point .flex_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .point .flex_box:nth-of-type(n+2) {
    margin-top: 5vw;
  }
  .point .flex_box:nth-of-type(1) .point_txt p:nth-of-type(1) {
    width: 24vw;
    order: 1;
  }
  .point .flex_box:nth-of-type(2) .point_txt p:nth-of-type(1) {
    width: 24.5vw;
    order: 1;
  }
  .point .flex_box:nth-of-type(3) .point_txt p:nth-of-type(1) {
    width: 24.5vw;
    order: 1;
  }
  .point .point_txt h3 {
    width: 92vw;
    margin-top: 3vw;
    padding-top: 4vw;
    font-size: 3.46vw;
    order: 2;
    line-height: 1.7;
    border-top: 1px solid #454443;
  }
  .point .point_txt p:nth-of-type(2) {
    margin-top: 4vw;
    padding-top: 0;
    font-size: 3.2vw;
    order: 4;
    border: none;
  }
  .lineup .contents_inner {
    display: block;
  }
  .lineup .brown {
    margin-right: 0;
  }
  .lineup .brown,
  .lineup .navy {
    width: 100%;
  }
  .lineup .navy {
    margin-top: 12vw;
  }
  .slider,
  .styling_text {
    width: 75.3vw;
  margin: 0 auto;
  }
  .lineup .color_img {
    margin: 0 auto
  }
  .lineup .brown .color_img {
    width: 30vw;
  }
  .lineup .navy .color_img {
    width: 22vw;
  }
  .lineup .color {
    font-size: 3.73vw;
  }
  .lineup .slider {
    margin-top: 7px;
  }
  .slick-next {
    width: 7vw;
    height: 7vw;
    top: 54%;
    right: -9%;
  }
  .slick-prev {
    width: 7vw;
    height: 7vw;
    top: 54%;
    left: -9%;
  }
  .styling_text {
    margin-top: 11vw;
    font-size: 3.2vw;
    line-height: 1.8;
  }
  .slick-dots li {
    width: 2.5vw;
    height: 2.5vw;
    border-radius: 100vw;
  }
  .lineup_btn {
    width: 92vw;
    height: 16vw;
    margin: 6vw auto 0;
  }
  .lineup_btn a {
    width: 92vw;
    height: 16vw;
    font-size: 4vw;
  }
  .lineup_btn a:hover {
    text-decoration: none;
    background: #fff;
    border: 2px solid #454443;
    color: #454443;
  }
  .lineup_btn a::before {
    width: 2.7vw;
    height: 2.7vw;
    top: 40%;
    right: 15%;
  }
  /*============= recommend =============*/
  #bottom_recommend_area {
    margin-top: 10vw;
    padding: 0 4vw!important;
  }
  #bottom_recommend_area .bottom_service {
    padding-top: 22vw!important;
  }
  #bottom_recommend_area h2 {
    margin: 0 auto 6vw;
    font-size: 5.6vw;
  }
  #bottom_recommend_area h2::before,
  #bottom_recommend_area h2::after {
    display: none;
  }
  #bottom_recommend_area .bottom_newitem,
  #bottom_recommend_area .bottom_service {
    width: 92vw;
  }
  #bottom_recommend_area .bottom_bnrBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #bottom_recommend_area .bottom_bnrBox a {
    width: 44vw !important;
  }
  #bottom_recommend_area .bottom_bnrBox a:nth-of-type(n+2) {
      margin-left: 0;
  }
  #bottom_recommend_area .bottom_bnrBox a:nth-of-type(n+3) {
    margin-top: 3vw;
  }
  .bottom_newitem {
    padding-top: 15vw;
  }
}
/*============= SP only =============*/