@charset "utf-8";
/*****************************************
共通
*****************************************/
.wrapper {
   width: 100%;
   margin-bottom: 0;
   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;
}

/* mv */
#aoki_main {
	width: 100%;
	color: #495061;
	background: #fff;
	margin: 0 auto;
	font-size: 16px;
	line-height: 2;
}
#aoki_main .mv {
   width: 100%;
   margin: 0 auto;
   padding: 0 !important;
   box-sizing: border-box;
}
#aoki_main .mv p {
  width: 100%;
  margin: 0 auto;
}

/* leadArea */
#aoki_main .leadArea {
   width: 100%;
   margin: 0 auto;
   padding: 5px 0 0;
}
#aoki_main h1 {
   line-height: 1.8;
   color: #495061;
   font-size: 26px;
   font-weight: bold;
   text-align: center;
   padding-top: 50px;
}
#aoki_main .leadArea{
  width: 1200px;
}
#aoki_main .leadArea .lead {
   line-height: 1.8;
   color: #333;
   font-size: 16px;
	 text-align: center;
   padding-top: 50px;
}
#aoki_main .caution_01 {
   line-height: 1.8;
   font-size: 14px;
	 text-align: right;
}

/* contents */
#aoki_main .cmn-inner {
   width: 100%;
   margin: 0 auto;
}
#aoki_main h2 {
   line-height: 0.7;
   margin-bottom: 54px;
   color: #fff;
   font-size: 26px;
   text-align: center;
   background-color: #0376d3;
   align-items: center;
   padding: 30px 0;
}
#aoki_main h2 span{
   position: relative;
   display: inline-block; 
}
#aoki_main #stylist h2 span:before {
  position: absolute;
  display: inline-block;
  content: "";
  background: url("../_img/260114/h2_line01.webp") no-repeat 0 0 / 100%;
  width: 240px;
  height: 20px;
  top: 21px;
  left: -17px;
}
#aoki_main #worries h2 span:before {
  position: absolute;
  display: inline-block;
  content: "";
  background: url("../_img/260114/h2_line02.webp") no-repeat 0 0 / 100%;
  width: 110px;
  height: 16px;
  top: 20px;
  left: -14px;
}
#aoki_main #admission h2 span:before {
  position: absolute;
  display: inline-block;
  content: "";
  background: url("../_img/260114/h2_line03.webp") no-repeat 0 0 / 100%;
  width: 228px;
  height: 20px;
  top: 22px;
  left: -11px;
}
#aoki_main #shopcoupon h2 span:before {
  position: absolute;
  display: inline-block;
  content: "";
  background: url("../_img/260114/h2_line04.webp") no-repeat 0 0 / 100%;
  width: 283px;
  height: 23px;
  top: 20px;
  left: 4px;
}

/*  btn-area */
#aoki_main .btn-area {
   margin-top: 70px;
   text-align: center;
}
#aoki_main .btn-area-others :nth-of-type(n+1) {
   margin-top: 20px;
}
/* 1カラム（ベタ背景色 ⇒ ボーダー） */
#aoki_main .cmn-btn.bg a {
   display: flex;
   position: relative;
   width: 440px;
   height: 80px;
   margin: 0 auto;
   justify-content: center;
   align-items: center;
   background: #0376d3;
   border: 2px solid #0376d3;
   color: #fff;
   border-radius: 100vw;
   font-size: 18px;
   font-weight: bold;
   box-sizing: border-box;
   transition: .4s;
}
#aoki_main .btn-area-others .cmn-btn:nth-of-type(2) a {
   background: #e06486;
   border: 2px solid #e06486;
}
#aoki_main .cmn-btn.bg a:hover {
   background-color: #fff;
   color: #0376d3;
   border: 2px solid #0376d3;
   text-decoration: none;
   transition: .4s;
}
#aoki_main .btn-area-others .cmn-btn:nth-of-type(2) a:hover {
   background-color: #fff;
   color: #e06486;
   border: 2px solid #e06486;
   text-decoration: none;
}
#aoki_main .btn-area .cmn-btn.bg a{
   background: #fff;
   color: #2757a9;
   border: 2px solid #2757a9;
   transition: .4s;
}
#aoki_main .btn-area .cmn-btn.bg a::before {
  border-top: 2px solid #2757a9!important;
  border-right: 2px solid #2757a9!important;
}
#aoki_main .btn-area .cmn-btn.bg a:hover::before {
  border-top: 2px solid #fff!important;
  border-right: 2px solid #fff!important;
}
#aoki_main .btn-area .cmn-btn.bg a:hover{
   background: #2757a9;
   color: #fff;
   border: 2px solid #2757a9;
   transition: .4s;
   
}
#aoki_main .btn-area-others {
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
}
#aoki_main .btn_wrap {
   margin-top: 50px;
}
#aoki_main .btn-area {
   margin-top: 20px;
}
#aoki_main .btn-area-others .cmn-btn:nth-of-type(2n) {
   margin-left: 20px;
}

#aoki_main .cmn-btn.bg a:before {
  position: absolute;
  content: "";
  top: 34px;
  right: 23px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: .4s;
}
#aoki_main .btn-area .cmn-btn.bg a:before {
  border-top: 2px solid #0376d3;
  border-right: 2px solid #0376d3;
  transition: .4s;
}
#aoki_main .cmn-btn.bg a:hover:before {
  border-top: 2px solid #0376d3;
  border-right: 2px solid #0376d3;
  transition: .4s;
}
#aoki_main .cmn-btn.bg:nth-of-type(2n) a:hover:before {
  border-top: 2px solid #e06486;
  border-right: 2px solid #e06486;
  transition: .4s;
}
#aoki_main .btn-area .cmn-btn.bg a:hover:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: .4s;
}
/* 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;
}
#aoki_main .anchor_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#aoki_main .anchor_wrap li {
  display: table;
  margin: 45px auto 0;
}
#aoki_main .anchor_wrap li a {
  width: 280px;
  background: #0376d3;
  box-sizing: border-box;
  transition: .4s;
  cursor: pointer;
  border-radius: 80px;
  display: table-cell;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 80px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
#aoki_main .anchor_wrap a:hover {
  opacity: .7;
}
#aoki_main .anchor_wrap a:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 19px;
  height: 8px;
  background: #ffffff;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  bottom: 6px;
  right: 130px;  
}
#aoki_main .anchor_wrap li a span {
  margin-bottom: 8px;
  display: inline-block;
}

#aoki_main .anchor_wrap a {
  color: #fff;
  justify-content: center;
}
#aoki_main .contents_wrap {
  background-color: #e3f0ff;
  padding-bottom: 110px;
}
#aoki_main .contents {
  margin-top: 90px;
}
#aoki_main #shopcoupon.contents {
   margin-top: 120px;
  }
#aoki_main .contents p{
  margin-top: 37px;
}
#aoki_main .question_left p{
  margin-top: 7px;
}

#aoki_main .textlink a {
  margin-top: 25px!important;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  transition: 0.4s;
}
#aoki_main .textlink a:hover {
  text-decoration: none;
}
#aoki_main .textlink {
  text-align: center;
}
#aoki_main .textlink:hover {
  opacity: .7;}
#aoki_main .detail {
  width: 900px;
  margin: 0 auto;
}
#aoki_main .question_left {
  width: 450px;
} 
#aoki_main .question_right {
  background: url("../_img/260114/fs_question.webp") no-repeat top center/435px 222px;
  width: 435px;
  height: 222px;
  top: 0;
  left: 0;
}
#aoki_main .question_right_text {
  padding: 21px 23px 16px;
}
#aoki_main .question_right p:nth-of-type(1) {
  margin-top: 0;
}
#aoki_main .question_right p {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0;
  font-size: 16px;
  font-weight: bold;
  color: #006ac0;
}
#aoki_main .question_right p:nth-of-type(2) {
  line-height: 1.7;
}
#aoki_main .osoroi {
  text-align: center;
}
#aoki_main .osoroi span{
  font-size: 18px;
  font-weight: bold;
  color: #e06486;
}
#aoki_main .ceremony {
  width: 143px;
  margin: 0 auto;
}
#aoki_main .ceremony img {
  width: 143px;
}
#aoki_main .ceremony_box {
  margin-top: 50px;
}
#aoki_main .contents .ceremony_box:nth-of-type(2) {
  margin-top: 87px;
}
#aoki_main .slider {
  margin-top: 30px!important;
  width: 600px;
  margin: 0 auto;
}
#aoki_main .coupon_box{
  text-align: center;
}
#aoki_main .coupon_box li{
  width: 435px;
}
#aoki_main .slick-prev {
  background: url("../_img/260114/arrow_right.webp") no-repeat top center/43px 90px;
  width: 43px;
  height: 90px;
  top: 189px;
  left: -6px;
  border: none!important;
}
#aoki_main .slick-next {
  background: url("../_img/260114/arrow_left.webp") no-repeat top center/43px 90px;
  width: 43px;
  height: 90px;
  top: 189px;
  right: -6px;
  border: none!important;
}
#aoki_main button {
  font-size: 0;
}
#aoki_main button:focus {
  outline: none!important;
}
#aoki_main .slick-dots li  {
  width: 13px;
  height: 13px;
  border-radius: 10px;
  border: 1px solid #80cef4;
  background: #fff;
}
#aoki_main .slick-dots li.slick-active {
  background: #80cef4;
}
#slick-slide-control00,
#slick-slide-control01,
#slick-slide-control10,
#slick-slide-control11{
  display: none!important;
}
#aoki_main .coupon_wrap {
  margin-top:40px; 
}
#aoki_main .contents p.shokai {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #3495061;
}
#aoki_main .contents p.shokai:before {
  position: absolute;
  display: inline-block;
  content: "";
  background: url("../_img/260114/hukidashi_l.webp") no-repeat 0 0 / 100%;
  width: 21px;
  height: 20px;
  top: 7px;
  left: -28px;
}
#aoki_main .contents p.shokai:after {
  position: absolute;
  display: inline-block;
  content: "";
  background: url("../_img/260114/hukidashi_r.webp") no-repeat 0 0 / 100%;
  width: 21px;
  height: 20px;
  top: 7px;
  right: -23px;
}
  
  
#aoki_main .contents .caution_02 {
  font-size: 14px;
  margin-top: 15px!important;
}
#aoki_main .ribbon {
  margin-top: 0!important;
}
#aoki_main .setsale_ribbon {
  margin-top: 80px;
}
#aoki_main .setsale {
  margin-top: 40px;
}
#aoki_main .setsale li img:first-of-type {
  height: 31px;
  width: auto;
}
#aoki_main .setsale li img:nth-of-type(2) {
  margin-top: 10px;
}
#aoki_main .bottom_service {
  margin-top: 110px;
  text-align: center;
}

/*****************************************
PC only
*****************************************/
@media screen and (min-width: 769px) {
  .sp {
      display: none;
   }
   #aoki_main .anchor_wrap li:nth-of-type(n+1) {
      margin-left: 20px;
   }
    #aoki_main .stylelist {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
  #aoki_main .coupon_box ul{
   display: flex;
   justify-content: center;
  }
    #aoki_main .coupon_box li:nth-of-type(2n){
      margin-left: 30px;
    }
    #aoki_main h3 {
     display: flex;
     align-items: center;
     justify-content: center;
    }
    #aoki_main h3:before {
      margin-right: 20px;
      padding-left: 120px;
      content: "";
      border-bottom: 2px solid #1A1311;
    }
    #aoki_main h3:after {
      margin-left: 20px;
      padding-right: 120px;
      content: "";
      border-bottom: 2px solid #1A1311;
    }
    #aoki_main .bottom_service .bottom_bnrBox a {
      width: 265px!important;
      display: block;
    }
    #aoki_main .bottom_bnrBox {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 1100px;
      margin: 55px auto 0;
    }
    #aoki_main .btn-area-others.shop {
    margin-top: 50px;
  }

   /* 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 {
      padding: 0;
      margin: 0;
   }
   .container {
      padding-left: 0;
      padding-right: 0;
   }

   /* mv */
   #aoki_main {
      max-width: 100%;
      width: 100%;
      line-height: 1.5;
      margin: 0 auto;
      background: #fff;
      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: 1.33vw 0;
      box-sizing: border-box;
   }
  #aoki_main .leadArea .lead {
     line-height: 1.9;
     font-size: 3.47vw;
     text-align: left;
     padding-top: 6.67vw;
  }
   #aoki_main h1 {
      font-size: 4.27vw;
      line-height: 1.7;
      padding-top: 8vw;
   }
   #aoki_main .leadArea p {
      line-height: 1.6;
      font-size: 3.2vw;
      text-align: left;
      padding: 0 4vw;
   }
   #aoki_main .caution_01 {
       line-height: 1.2;
       font-size: 2.67vw!important;
       text-align: right!important;
       margin-top: 0;
    }
    #aoki_main .question_left p{
      margin-top: 2vw;
    }
   /* contents */
   #aoki_main .cmn-inner {
      width: 100%;
      padding: 0 ;
      box-sizing: border-box;
   }
   #aoki_main h2 {
      margin: 4.13vw 0 8vw;
      font-size: 4.13vw;
      padding: 5vw 0 4vw;
   }
    #aoki_main h2 span{
       position: relative;
       display: inline-block; 
    }
    #aoki_main #stylist h2 span:before {
      width: 38.53vw;
      height: 3.07vw;
      top: 3.2vw;
      left: -2.5vw;
    }
    #aoki_main #worries h2 span:before {
      width: 14.8vw;
      height: 2.27vw;
      top: 3.5vw;
      left: -1vw;
    }
    #aoki_main #admission h2 span:before {
      width: 34.67vw;
      height: 2.8vw;
      top: 4vw;
      left: -1vw;
    }
    #aoki_main #shopcoupon h2 span:before {
      width: 44.27vw;
      height: 3.6vw;
      top: 3.2vw;
      left: 1vw;
    }

    #aoki_main .btn_wrap {
       margin-top: 5.4vw;
    }
    #aoki_main .btn-area-others :nth-of-type(n+1) {
       margin-top: 4vw;
    }
    #aoki_main .cmn-btn.bg a:before {
      top: 6.5vw;
      right: 2.8vw;
      width: 2vw;
      height: 2vw;
    }
    /* cmn-recommend */
    #aoki_main .cmn-recommend {
       padding: 0;
    }
    #aoki_main .cmn-recommend .bnr_box {
       max-width: 100%;
       width: 100%;
    }
    #aoki_main .anchor_wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin-top: 5.67vw;
    }
    #aoki_main .anchor_wrap li {
      margin: 0;
    }
    #aoki_main .anchor_wrap li:nth-of-type(2n) {
      margin-left: 4vw;
    }
    #aoki_main .anchor_wrap li:nth-of-type(n+3) {
      margin-top: 2.67vw;
    }
    #aoki_main .anchor_wrap li a {
      width: 44vw;
      height: 13.33vw;
      background: #0376d3;
      box-sizing: border-box;
      transition: .4s;
      cursor: pointer;
      border-radius: 20vw;
      display: table-cell;
      vertical-align: middle;
      justify-content: center;
      align-items: center;
      position: relative;
      font-size: 3.33vw;
      font-weight: bold;
      line-height: 1.4;
      text-align: center;
    }
    #aoki_main .anchor_wrap a:hover {
      opacity: .7;
    }
    #aoki_main .anchor_wrap a:before {
      content: "";
      position: absolute;
      display: inline-block;
      width: 4vw;
      height: 1.4vw;
      background: #ffffff;
      clip-path: polygon(0 0, 100% 0%, 50% 100%);
      bottom: 1vw;
      right: 20vw;  
    }
    #aoki_main .anchor_wrap li a span {
      margin-bottom: 1.vw;
    }
    #aoki_main .anchor_wrap a {
      color: #fff;
      justify-content: center;
    }
    #aoki_main .contents_wrap {
      padding: 0 0 10vw;
    }
    #aoki_main .contents {
      margin-top: 12vw;
    }
  #aoki_main #shopcoupon.contents {
     margin-top: 20vw;
    }
    #aoki_main .contents p{
      font-size: 3.47vw;
      text-align: left;
      line-height: 1.9;
    }
    #aoki_main .textlink {
      margin-top: 5vw!important;
      transition: 0.4s;
      text-align: left;
    }
    #aoki_main .detail {
      width: 92vw;
    }
    #aoki_main .question_left {
      width: 82.67vw;
      margin: 0 auto;
    } 
    #aoki_main .question_right {
      background: url("../_img/260114/fs_question.webp") no-repeat top center/92vw 46.8vw;
      width: 92vw;
      height: 46.8vw;
      top: 0;
      left: 0;
    }
    #aoki_main .question_right_text {
      margin-top: 4vw;
      padding: 2.8vw 0;
    }
    #aoki_main .question_right p {
      text-indent: -4vw;
      padding-left: 6vw;
      font-size: 3.47vw;
      margin-top: 0.9vw;
    }
    #aoki_main .osoroi span{
      font-size: 3.47vw;
    }
    #aoki_main .ceremony{
      width: 26.67vw;
    }
    #aoki_main .ceremony img {
      width: 26.67vw;
    }
    #aoki_main .ceremony_box {
      margin-top: 6vw;
    }
    #aoki_main .contents .ceremony_box:nth-of-type(2) {
      margin-top: 15vw;
    }
    #aoki_main .coupon_box ul{
      margin-top: 8vw;
    }
    #aoki_main .coupon_box li{
      width: 92vw;
    }
    #aoki_main .coupon_box li:nth-of-type(n+1){
      margin-top: 5vw;
    }
    #aoki_main .coupon_box .setsale_ribbon li:nth-of-type(n+1){
      margin-top: 8vw;
    }
    #aoki_main .slider {
      margin-top: 4vw!important;
      width: 92vw;
    }
    #aoki_main .slick-prev {
      background: url("../_img/260114/arrow_right.webp") no-repeat top center/6.53vw 13.73vw;
      width: 6.53vw;
      height: 13.73vw;
      top: 31vw;
      left: -1.6vw;
    }
    #aoki_main .slick-next {
      background: url("../_img/260114/arrow_left.webp") no-repeat top center/6.53vw 13.73vw;
      width: 6.53vw;
      height: 13.73vw;
      top: 31vw; 
      right: -1.6vw;
    }
    #aoki_main .slick-dots li  {
      width: 2.8vw;
      height: 2.8vw;
      border-radius: 10vw;
      background: #fff;
      margin: 0 1.5vw;
    }
    #aoki_main .coupon_wrap {
      margin-top: 5.67vw; 
    }
    #aoki_main .contents p.shokai {
      font-size: 3.73vw;
    }
    #aoki_main .contents p.shokai:before {
      content: "";
      background: url("../_img/260114/hukidashi_l.webp") no-repeat 0 0 / 100%;
      width: 3.87vw;
      height: 4.4vw;
      top: 0.6vw;
      left: -6vw;
    }
    #aoki_main .contents p.shokai:after {
      width: 3.87vw;
      height: 4.4vw;
      top: 0.6vw;
      right: -5vw;
    }
    #aoki_main .contents .caution_02 {
      font-size: 2.93vw;
      margin-top: 3vw!important;
      text-align: center;
    }
    #aoki_main .ribbon {
      margin-top: 0!important;
    }
    #aoki_main .setsale_ribbon {
      margin-top: 12.67vw;
    }
    #aoki_main .setsale li img:first-of-type {
      height: 6.53vw;
      width: auto;
    }
    #aoki_main .setsale li img:nth-of-type(2) {
      margin-top: 2.33vw;
    }
    #aoki_main .bottom_service {
      margin-top: 30.67vw;
    }
    #aoki_main .bottom_bnrBox {
      display: flex;
      max-width: 92vw;
      flex-wrap: wrap;
      justify-content: space-between;  
    }
    #aoki_main .bottom_bnrBox .bnr_img{
      display: inline-block;
      width: 48%;
    }
    #aoki_main .bottom_service .bottom_bnrBox a {
      width: 44.5vw!important;
      display: block;
    }
    #aoki_main .bottom_service .bottom_bnrBox a:nth-of-type(n+3) {
      margin-top: 2.67vw;
    }
   /* cmn-recommend */
   #aoki_main .cmn-recommend h2 {
      margin: 0 auto 5vw;
      font-size: 6.4vw;
   }
   #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 h3 {
      display: flex;
      margin: 0 auto 4vw;
      justify-content: center;
      align-items: center;
      font-size: 6vw;
      font-weight: bold;
      text-align: center;
   }
    #aoki_main .bottom_bnrBox {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 5vw auto 0;
    }
  
  
   /* ------ btn-area ------ */
   #aoki_main .btn-area {
      width: 100%;
      margin: 4vw auto 0;
   }
   #aoki_main .btn-area.ss {
      width: 44vw;
   }
   /* 1カラム（ベタ背景色 ⇒ ボーダー） */
   #aoki_main .cmn-btn.bg a {
      width: 100%;
      height: 16vw;
      border-radius: 100vw;
      font-size: 3.3vw;
      text-align: center;
   }
   /* 1カラム（ボーダー ⇒ ベタ背景色） */
   #aoki_main .cmn-btn.bd a {
      width: 100%;
      padding: 4.5vw;
      font-size: 3.73vw;
   }
    #aoki_main .coupon_wrap .cmn-btn.bg {
      width: 100%;
      font-size: 3.87vw;
    }
    #aoki_main .btn-area-others.shop .cmn-btn.bg {
      width: 100%;
      margin-top: 8vw;
      font-size: 3.87vw;
    }
    #aoki_main .coupon_wrap .cmn-btn.bg a {
      font-size: 3.87vw;
    }
    #aoki_main .btn-area-others.shop .cmn-btn.bg a {
      font-size: 3.87vw;
    }
   /* 2カラム */
   #aoki_main .btn-area-others {
      justify-content: space-between;
   }
   #aoki_main .btn-area-others .cmn-btn {
      width: 49%;
   }
   #aoki_main .btn-area-others .cmn-btn a {
      display: flex;
      justify-content: center;
      align-items: center;
   }
   #aoki_main .btn-area-others .cmn-btn:nth-of-type(2n) {
      margin-left: 0;
   }

   /* 商品モジュール調整 */
   #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%;
   }
}