@charset "utf-8";
/*****************************************
共通
*****************************************/
.wrapper {
   width: 100%;
   padding: 0;
 }
.container {
   width: 100%;
   padding: 0;
}
#aoki_main * {
   box-sizing: content-box;
}
#aoki_main ul,
#aoki_main ol {
	list-style: none;
}
#aoki_main a:hover,
#aoki_main a:focus {
	text-decoration: none;
}
#aoki_main h1,
#aoki_main h2,
#aoki_main h3,
#aoki_main h4,
#aoki_main p,
#aoki_main a {
  color: #282727;
}
/* mv */
#aoki_main {
	width: 100%;
	color: #333;
	background: #fff;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.5;
}
#aoki_main .mv {
   width: 100%;
   margin: 0 auto;
   padding: 0 !important;
   box-sizing: border-box;
  text-align: center;
}
#aoki_main .mv p {
   width: 100%;
}

/* leadArea */
#aoki_main .leadArea {
   width: 1200px;
   margin: 0 auto;
   padding: 74px 0 0;
}
#aoki_main h1 {
   line-height: 1.8;
   color: #333;
   font-size: 26px;
   font-weight: bold;
   text-align: center;
}
#aoki_main .leadArea p {
   margin-top: 20px;
   line-height: 1.9;
   color: #333;
   font-size: 16px;
	 text-align: center;
}

/* contents */
#aoki_main .cmn-inner {
   width: 100%;
   margin: 0 auto;
}
/* anchorlink */
#aoki_main .anchorlink {
  width: 953px;
  margin: 50px auto 147px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#aoki_main .anchorlink .copy {
  position: relative;
  margin-bottom: 37px;
}
#aoki_main .anchorlink .copy::before {
  position: absolute;
  content: "";
  background: url("../_img/260605/underline.webp") no-repeat top center/260px 12px;
  width: 260px;
  height: 12px;
  top: 148%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#aoki_main .anchorlink .copy,
#aoki_main .anchorlink .item_name {
  font-size: 19px;
  text-align: center;
  font-weight: bold;
}
#aoki_main .anchorlink .item_name {
  position: relative;
  margin-top: 11px;
  line-height: 1.4;
  z-index: 1;
}
#aoki_main .anchorlink .box a {
  position: relative;
  display: block;
}
#aoki_main .anchorlink .box a:hover .img {
  opacity: 1;
}
#aoki_main .anchorlink .box a::before {
  position: absolute;
  content: "";
  width: 244px;
  height: 244px;
  background: #f2f2f2;
  border: 2px solid #426181;
  top: 13%;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-shadow: 5px 5px 0 rgba(141,161,182,1);
  z-index: 0;

  transition: .4s;
}
#aoki_main .anchorlink .box a img {
  position: relative;
  z-index: 1;
}
#aoki_main .anchorlink .box a:hover::before {
  box-shadow: 3px 3px 0px 0px rgba(141, 161, 182, 1);
}
#aoki_main .anchorlink li {
  width: 260px;
}
#aoki_main .anchorlink li a p.img {
  margin: 0 auto;
}
#aoki_main .anchorlink li:nth-of-type(1) a p.img {
  width: 214px;
}
#aoki_main .anchorlink li:nth-of-type(2) a p.img {
  width: 182px;
}
#aoki_main .anchorlink li:nth-of-type(3) a p.img {
  width: 159px;
}

/*  item */
#aoki_main #item01,
#aoki_main #item02,
#aoki_main #item03 {
  background: #f2f2f2;
  padding: 115px 0;
}
#aoki_main #item02,
#aoki_main #item03 {
  margin-top: 150px;
}
#aoki_main .contents_inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
#aoki_main .contents_inner::before {
  position: absolute;
  content: "";
  background: url("../_img/260605/ITEM01.webp") no-repeat top center/268px 58px;
  width: 268px;
  height: 58px;
  top: -135px;
  left: 0;
}
#aoki_main #item02 .contents_inner::before {
  position: absolute;
  content: "";
  background: url("../_img/260605/ITEM02.webp") no-repeat top center/280px 58px;
  width: 280px;
  height: 58px;
  top: -135px;
  left: 0;
}
#aoki_main #item03 .contents_inner::before {
  position: absolute;
  content: "";
  background: url("../_img/260605/ITEM03.webp") no-repeat top center/280px 58px;
  width: 280px;
  height: 58px;
  top: -135px;
  left: 0;
}
#aoki_main h2 {
  position: relative;
  line-height: 0.7;
  font-size: 28px;
  text-align: center;
}
#aoki_main #item01 h2::before,
#aoki_main #item02 h2::before {
  position: absolute;
  content: "";
  background: url("../_img/260605/underline_pc.webp") no-repeat top center/828px 16px;
  width: 828px;
  height: 16px;
  top: 216%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#aoki_main #item03 h2::before {
  position: absolute;
  content: "";
  background: url("../_img/260605/underline_pc_03.webp") no-repeat top center/708px 16px;
  width: 708px;
  height: 16px;
  top: 216%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#aoki_main h3 {
  margin-top: 60px;
  font-size: 25px;
  text-align: center;
}
#aoki_main .price {
  margin-top: 6px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
#aoki_main .price span {
  font-size: 18px;
}
#aoki_main .contents_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
}
#aoki_main .slider_A {
  width: 550px;
}
#aoki_main .slider_A .slick-arrow {
  border: none;
  top: 45%;
  font-size: 0;
  padding: 0;
}
#aoki_main .slider_A .slick-next {
  background:url("../_img/260605/arrow_r.webp") no-repeat top center/56px 112px;
  width: 56px;
  height: 112px;
  right: 0;
}
#aoki_main .slider_A .slick-prev {
  background:url("../_img/260605/arrow_l.webp") no-repeat top center/56px 112px;
  width: 56px;
  height: 112px;
  left: 0;
}
button:focus {
  outline: none;
}
button {
  display: none;
}
#aoki_main .slider_A .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #f2f2f2;
  border: 2px solid #282727;
  border-radius: 100px;
  text-indent: 100%;
}
#aoki_main .slider_A .slick-dots li.slick-active, 
#aoki_main .slider_A .slick-dots li:hover {
  background: #282727;
}
#aoki_main .point {
  width: 554px;
  background: #acbccd;
}
#aoki_main .point_inner {
  position: relative;
  width: 492px;
  margin: 33px auto;
}
#aoki_main .point_inner::before {
  position: absolute;
  content: "";
  background: url("../_img/260605/POINT.webp") no-repeat top center/117px 27px;
  width: 117px;
  height: 27px;
  top: -48px;
  right: 0;
}
#aoki_main .detail {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.8;
}
#aoki_main .detail span {
  font-weight: bold;
}
#aoki_main .recommend {
  margin-top: 10px;
  background: #f2f2f2;
  padding: 18px 0;
  text-align: center;
}
#aoki_main .situation_title {
  position: relative;
  font-size: 23px;
  font-weight: bold;
  z-index: 2;
}
#aoki_main .situation_title::before{
  position: absolute;
  content: "";
  background: linear-gradient(transparent 70%, #e6e07b 0);
  display: inline-block;
  transform: skew(-10deg);
  top: -5px;
  left: 135px;
  width: 230px;
  height: 37px;
  z-index: -1;
}
#aoki_main .situation {
  margin-top: 15px;
  text-align: left;
  display: inline-block;
}
#aoki_main .situation p {
  font-weight: bold;
  font-size: 20px;
}
#aoki_main .situation p span {
  color: #577593;
}
/*  btn-area */
#aoki_main .btn-area {
   margin-top: 70px;
   text-align: center;
}
#aoki_main .btn-area .cmn-btn + .cmn-btn {
   margin-top: 40px;
}
/* 1カラム（ベタ背景色 ⇒ ボーダー） */
#aoki_main .cmn-btn.bg a {
  display: flex;
  position: relative;
  width: 500px;
  height: 80px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  background: #282727;
  border: 2px solid #282727;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  box-sizing: border-box;
  box-shadow: 5px 5px 0px 0px rgba(137, 157, 178, 1);
  transition: .4s;
}
#aoki_main .cmn-btn.bg a:hover {
  box-shadow: 2px 2px 0px 0px rgba(137, 157, 178, 1);
  text-decoration: none;
  opacity: 0.7;
}
#aoki_main .all .cmn-btn.bg a {
  display: flex;
  position: relative;
  width: 500px;
  height: 80px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  background: #426181;
  border: 2px solid #426181;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  box-sizing: border-box;
  box-shadow: 5px 5px 0px 0px rgba(109, 108, 108, 1);
  transition: .4s;
}
#aoki_main .all .cmn-btn.bg a:hover {
  box-shadow: 2px 2px 0px 0px rgba(109, 108, 108, 1);
  text-decoration: none;
  opacity: 0.7;
}
/* 2カラム */
#aoki_main .btn-area-others {
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
   margin-top: 50px;
}
#aoki_main .btn-area-others .cmn-btn:nth-of-type(2n) {
   margin-left: 20px;
}
#aoki_main .Related_products {
  margin-top: 110px;
  text-align: center;
}
#aoki_main .Related_products .products {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
}
#aoki_main .Related_products .products::before {
  position: absolute;
  content: "";
  border-top: 3px solid #282727;
  width: 50px;
  height: 20px;
  transform: rotate(69deg);
  top: 44px;
  left: -51px;
}
#aoki_main .Related_products .products::after {
  position: absolute;
  content: "";
  border-top: 3px solid #282727;
  width: 50px;
  height: 20px;
  transform: rotate(-69deg);
  top: 44px;
  right: -51px;
}
#aoki_main .Related_products .bnr_link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
#aoki_main .Related_products .bnr_link p a {
  width: 282px;
  box-shadow: 4px 4px 10px 0px rgba(136, 136, 136, 1);
  display: block;
  transition: .4s;
}
#aoki_main .Related_products .bnr_link p a:hover {
  opacity: 0.7;
}
#aoki_main .Related_products .bnr_link p:nth-of-type(2) {
  margin-left: 30px;
}
#aoki_main .caution {
  font-size: 16px;
  text-align: center;
  margin-top: 25px;
  line-height: 1.7;
}
/* cmn-recommend */
#aoki_main .cmn-recommend {
   padding: 120px 0 50px;
}
#aoki_main .cmn-recommend h2 {
   margin: 0 auto 47px;
   color: #333;
   font-size: 26px;
   font-weight: bold;
   text-align: center;
}
#aoki_main .cmn-recommend .bnr_box {
   display: flex;
   max-width: 1200px;
   width: 100%;
   margin: 0 auto;
   justify-content: space-between;
   -webkit-box-pack: justify;
}


/*****************************************
PC only
*****************************************/
@media screen and (min-width: 769px) {
  .sp {
      display: none;
   }

   /* cmn-recommend */
   #aoki_main .cmn-recommend h2 {
      display: flex;
      align-items: center;
      justify-content: center;
   }
   #aoki_main .cmn-recommend h2::before,
   #aoki_main .cmn-recommend h2::after {
      content: "";
      border-bottom: 2px solid #333;
   }
   #aoki_main .cmn-recommend h2::before {
      margin-right: 20px;
      padding-left: 120px;
   }
   #aoki_main .cmn-recommend h2::after {
      margin-left: 20px;
      padding-right: 120px;
   }

   /* bottom_recommend_area */
   #aoki_main #bottom_recommend_area .bottom_newitem,
   #aoki_main #bottom_recommend_area .bottom_service {
      width: 1100px !important;
   }
   #aoki_main #bottom_recommend_area .bottom_bnrBox a {
      width: 24% !important;
   }
   #aoki_main #bottom_recommend_area .bottom_bnrBox a + a {
      margin-left: 12px !important;
   }
}


/*****************************************
SP only
*****************************************/
@media screen and (max-width: 768px) {
   .pc {
      display: none;
   }
   .wrapper {
      margin: 0 0 50px;
   }
   .container {
      padding-left: 0;
      padding-right: 0;
   }

   /* mv */
   #aoki_main {
      max-width: 768px;
      width: 100%;
      line-height: 1.5;
      margin: 0 auto;
      background: #fff;
      color: #333;
      font-size: 4.2666666vw;
   }
   #aoki_main .mv {
      width: 100%;
   }
   #aoki_main .mv p {
      width: 100%;
   }

   /* leadArea */
   #aoki_main .leadArea {
      width: 100%;
      margin: 0 auto;
      padding: 6vw 4vw;
      box-sizing: border-box;
   }
   #aoki_main h1 {
      margin-bottom: 4.8vw;
      font-size: 4.26vw;
   }
   #aoki_main .leadArea p {
      line-height: 1.8;
      font-size: 3.46vw;
      text-align: left;
   }

   /* contents */
   #aoki_main .cmn-inner {
      width: 100%;
      box-sizing: border-box;
   }
    /* anchorlink */
  #aoki_main .anchorlink {
    width: 92vw;
    margin: 5vw auto 27vw;
    justify-content: center;
    flex-wrap: wrap;
  }
  #aoki_main .anchorlink .copy {
    margin-bottom: 5vw;
  }
  #aoki_main .anchorlink .copy::before {
    position: absolute;
    content: "";
    background: url("../_img/260605/underline.webp") no-repeat top center/39.6vw 1.86vw;
    width: 39.6vw;
    height: 1.86vw;
    top: 140%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #aoki_main .anchorlink .copy,
  #aoki_main .anchorlink .item_name {
    font-size: 2.93vw;
  }
  #aoki_main .anchorlink .item_name {
    margin-top: 1vw;
  }
  
#aoki_main .anchorlink .box a {
  position: relative;
  display: block;
}
  #aoki_main .anchorlink .box a::before {
  position: absolute;
  content: "";
  width: 37.8vw;
  height: 37.8vw;
  background: #f2f2f2;
  border: 2px solid #426181;
  top: 11%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 3px 3px 0 rgba(141,161,182,1);
  z-index: 0;
  pointer-events: none;
  }

  #aoki_main .anchorlink .box a:hover::before {
    box-shadow: 1px 1px 0px 0px rgba(141, 161, 182, 1);
  }
  #aoki_main .anchorlink li {
    width: 45.8vw;
  }
  #aoki_main .anchorlink li:nth-of-type(1) a p.img {
    width: 32.9vw;
  }
  #aoki_main .anchorlink li:nth-of-type(2) a p.img {
    width: 28vw;
  }
  #aoki_main .anchorlink li:nth-of-type(3) a p.img {
    width: 24.5vw;
  }
  #aoki_main .anchorlink li:nth-of-type(3) {
    margin-top: 16vw;
  }
  /*  item */
  #aoki_main #item01,
  #aoki_main #item02,
  #aoki_main #item03 {
    background: #f2f2f2;
    padding: 17vw 0;
  }
  #aoki_main #item02,
  #aoki_main #item03 {
    margin-top: 25vw;
  }
  #aoki_main .contents_inner {
    position: relative;
    width: 84vw;
    margin: 0 auto;
  }
  #aoki_main .contents_inner::before {
    background: url("../_img/260605/ITEM01.webp") no-repeat top center/35.7vw 7.73vw;
    width: 35.7vw;
    height: 7.73vw;
    top: -5%;
  }
  #aoki_main #item02 .contents_inner::before {
    background: url("../_img/260605/ITEM02.webp") no-repeat top center/35.7vw 7.73vw;
    width: 35.7vw;
    height: 7.73vw;
    top: -5%;
  }
  #aoki_main #item03 .contents_inner::before {
    background: url("../_img/260605/ITEM03.webp") no-repeat top center/35.7vw 7.73vw;
    width: 35.7vw;
    height: 7.73vw;
    top: -4.5%;
  }
  #aoki_main h2 {
    line-height: 1.5;
    font-size: 4.26vw;
  }
  #aoki_main #item01 h2::before,
  #aoki_main #item02 h2::before {
    background: url("../_img/260605/underline02.webp") no-repeat top center/67.8vw 2.53vw;
    width: 67.8vw;
    height: 2.53vw;
    top: 112%;
  }
  #aoki_main #item03 h2::before {
    background: url("../_img/260605/underline02.webp") no-repeat top center/67.8vw 2.53vw;
    width: 67.8vw;
    height: 2.53vw;
    top: 112%;
  }
  #aoki_main h3 {
    margin-top: 6vw;
    font-size: 3.73vw;
  }
  #aoki_main .price {
    margin-top: 0;
    font-size: 3.46vw;
  }
  #aoki_main .price span {
    font-size: 2.93vw;
  }
  #aoki_main .contents_box {
    display: block;
    margin-top: 2vw;
  }
  #aoki_main .slider_A {
    width: 84vw;
  }
  #aoki_main .slider_A .slick-arrow {
    border: none;
    top: 45%;
    font-size: 0;
    padding: 0;
  }
  #aoki_main .slider_A .slick-next {
    background:url("../_img/260605/arrow_r.webp") no-repeat top center/8.53vw 17vw;
    width: 8.53vw;
    height: 17vw;
    right: 0;
  }
  #aoki_main .slider_A .slick-prev {
    background:url("../_img/260605/arrow_l.webp") no-repeat top center/8.53vw 17vw;
    width: 8.53vw;
    height: 17vw;
    left: 0;
  }
  button:focus {
    outline: none;
  }
  button {
    display: none;
  }
  #aoki_main .slider_A .slick-dots li {
    width: 1.86vw;
    height: 1.86vw;
    margin: 0 2vw;
    border-radius: 100vw;
  }
  #aoki_main .slider_A .slick-dots li.slick-active, 
  #aoki_main .slider_A .slick-dots li:hover {
    background: #282727;
  }
  #aoki_main .point {
    width: 84vw;
    margin: 18vw auto 0;
    background: #acbccd;
  }
  #aoki_main .point_inner {
    position: relative;
    width: 73.6vw;
    margin: 0;
    padding: 7vw 5vw;
  }
  #aoki_main .point_inner::before {
    position: absolute;
    content: "";
    background: url("../_img/260605/POINT.webp") no-repeat top center/18.9vw 4.26vw;
    width: 18.9vw;
    height: 4.26vw;
    top: -1%;
    right: 6%;
  }
  #aoki_main .detail {
    margin-top: 3vw;
    font-size: 2.93vw;
  }
  #aoki_main .detail span {
    font-size: 3.2vw;
  }
  #aoki_main .recommend {
    margin-top: 4vw;
    background: #f2f2f2;
    padding: 4vw 0;
  }
  #aoki_main .situation_title {
    position: relative;
    font-size: 4vw;
    font-weight: bold;
    z-index: 2;
  }
  #aoki_main .situation_title::before{
    top: -5%;
    left: 23%;
    width: 40vw;
    height: 6vw;
  }
  #aoki_main .situation {
    margin-top: 3.46vw;
    text-align: left;
    display: inline-block;
  }
  #aoki_main .situation p {
    font-weight: bold;
    font-size: 3.46vw;
  }
  #aoki_main .situation p span {
    color: #577593;
  }
  /*  btn-area */
  #aoki_main .btn-area {
     margin-top: 14vw;
     text-align: center;
  }
  #aoki_main .btn-area .cmn-btn + .cmn-btn {
     margin-top: 40px;
  }
  /* 1カラム（ベタ背景色 ⇒ ボーダー） */
  #aoki_main .cmn-btn.bg a {
    display: flex;
    position: relative;
    width: 84vw;
    height: 13.3vw;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    background: #282727;
    border: 2px solid #282727;
    color: #fff;
    font-size: 3.73vw;
    font-weight: bold;
    box-sizing: border-box;
    box-shadow: 3px 3px 0px 0px rgba(137, 157, 178, 1);
    transition: .4s;
  }
  #aoki_main .cmn-btn.bg a:hover {
    box-shadow: 1px 1px 0px 0px rgba(137, 157, 178, 1);
    text-decoration: none;
    opacity: 0.7;
  }
  #aoki_main .all .cmn-btn.bg a {
    display: flex;
    position: relative;
    width: 84vw;
    height: 13.3vw;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    background: #426181;
    border: 2px solid #426181;
    color: #fff;
    font-size: 3.73vw;
    font-weight: bold;
    box-sizing: border-box;
    box-shadow: 3px 3px 0px 0px rgba(109, 108, 108, 1);
    transition: .4s;
  }
  #aoki_main .all .cmn-btn.bg a:hover {
    box-shadow: 1px 1px 0px 0px rgba(109, 108, 108, 1);
    text-decoration: none;
    opacity: 0.7;
  }
  /* 2カラム */
  #aoki_main .btn-area-others {
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
     margin-top: 50px;
  }
  #aoki_main .btn-area-others .cmn-btn:nth-of-type(2n) {
     margin-left: 20px;
  }
  #aoki_main .Related_products {
    margin-top: 14vw;
  }
  #aoki_main .Related_products .products {
    position: relative;
    font-size: 3.73vw;
    font-weight: bold;
    display: inline-block;
  }
  #aoki_main .Related_products .products::before {
    border-top: 2px solid #282727;
    width: 8vw;
    height: 1vw;
    top: 52%;
    left: -16%;
  }
  #aoki_main .Related_products .products::after {
    border-top: 2px solid #282727;
    width: 8vw;
    height: 1vw;
    top: 52%;
    right: -16%;
  }
  #aoki_main .Related_products .bnr_link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3vw;
  }
  #aoki_main .Related_products .bnr_link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3vw;
  }
  #aoki_main .Related_products .bnr_link p a {
    width: 37.6vw;
    box-shadow: 2px 2px 10px 0px rgba(136, 136, 136, 1);
    display: block;
    transition: .4s;
  }
  #aoki_main .Related_products .bnr_link p a:hover {
    opacity: 0.7;
  }
  #aoki_main .Related_products .bnr_link p:nth-of-type(2) {
    margin-left: 10vw;
  }
  #aoki_main .caution {
    font-size: 2.93vw;
    text-align: left;
    margin-top: 4vw;
    line-height: 1.7;
    text-indent: -1em;
    padding-left: 1em;
  }

     /* cmn-recommend */
  #aoki_main .cmn-recommend  {
    padding: 20vw 4vw 0;
  }
  #aoki_main #bottom_recommend_area {
    padding-left: 4vw;
    padding-right: 4vw;
  }
     #aoki_main .cmn-recommend h2 {
        margin: 0 auto 5vw;
        font-size: 6.4vw;
     }
     #aoki_main .cmn-recommend .bnr_box {
        width: 100%;
        flex-wrap: wrap;
     }
     #aoki_main .cmn-recommend .bnr_box .bnr_img {
        width: 48%;
     }
     #aoki_main .cmn-recommend .bnr_box .bnr_img a {
        display: block;
     }
     #aoki_main .cmn-recommend .bnr_box .bnr_img:nth-of-type(n+3) {
        margin-top: 4vw;
     }


   /* 商品モジュール調整 */
   #aoki_main .topicModuleCredit,
   #aoki_main .topicModuleCredit.mb_0 {
      margin: 30px auto!important;
  }
}

/*****************************************
Tablet only (min-width:576px)
*****************************************/
@media screen and (min-width: 576px) {
   .container {
      width: 100%;
   }
}