@charset "utf-8";
/*****************************************
共通
*****************************************/
.wrapper {
   width: 100%;
   padding-top: 20px;
 }
.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: #181715;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.5;
}
#aoki_main .mv {
   position: relative;
   width: 1200px;
   margin: 0 auto;
   padding: 0 !important;
   box-sizing: border-box;
}
#aoki_main .mv p {
   width: 1200px;
}

/* scroll_down */
#aoki_main #scroll_down {
   display: block;
   position: relative;
   padding-top: 80px;
   text-align:center;
   margin-top: -68px;
   z-index: 1;
}
#aoki_main #scroll_down::before {
   animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
   position: absolute;
   top: 0px;
   left: calc(50% - 1px);
   width: 1px;
   height: 80px;
   background: #a46f43;
   content: '';
}
@keyframes elasticus {
   0% {
      transform-origin: 0% 0%;
      transform: scale(1, 0);
   }
   50% {
      transform-origin: 0% 0%;
      transform: scale(1, 1);
   }
   50.1% {
      transform-origin: 0% 100%;
      transform: scale(1, 1);
   }
   100% {
      transform-origin: 0% 100%;
      transform: scale(1, 0);
   }
}
#aoki_main #scroll_down .arrow_down {
   display: block;
   margin: 0 auto;
   width: 5px;
   height: 5px;
}
#aoki_main #scroll_down .arrow_down:after {
   content: '';
   display: block;
   margin: 0;
   padding: 0;
   width: 5px;
   height: 5px;
   border-radius: 50%;
   background-color: #a46f43;
   behavior: url(-ms-transform.htc);
   transform: rotate(135deg);
}

/* leadArea */
#aoki_main .leadArea {
   width: 1020px;
   margin: 35px auto 50px;
   padding: 0;
}
#aoki_main h1 {
   line-height: 1.8;
   margin-bottom: 10px;
   color: #563e30;
   font-size: 26px;
   font-weight: bold;
   text-align: center;
}
#aoki_main .leadArea p {
   line-height: 2;
   color: #4c4b49;
   font-size: 16px;
	text-align: center;
}

/* checkpoint */
#aoki_main .checkpoint {
  width: 100%;
  background: #f0ede9;
  padding: 40px 0;
}
#aoki_main .checkpoint p {
  display: flex;
  justify-content: flex-start;
  position: relative;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em;
  border-top: 1px solid #563e30;
  border-bottom: 1px solid #563e30;
  padding: 7px 0 7px 25px;
  margin: 0 auto;
  color: #563e30;
  font-weight: bold;
  width: 627px;
}
#aoki_main .checkpoint p::before {
  position: absolute;
  content: "";
  background: url("../_img/250926/check.webp") top center/36px 25px no-repeat;
  width: 36px;
  height: 25px;
  top: 20%;
  right: 23px;
}
#aoki_main .checkpoint ul {
  width: 330px;
  margin: 30px auto 0;
}
#aoki_main .checkpoint li {
  position: relative;
  font-size: 23px;
  font-weight: bold;
  padding: 0 0 0 42px;
  color: #563e30;
  letter-spacing: 0.1em;
}
#aoki_main .checkpoint li::before {
  content: "";
  position: absolute;
  background: url("../_img/250926/check02.webp") top center/36px 31px no-repeat;
  width: 36px;
  height: 31px;
  top: 0;
  left: 0;
}
#aoki_main .checkpoint li + li {
  margin-top: 32px;
}



/* anchorLink */
#aoki_main .anchor {
   margin: 86px 0 80px 0;
}
#aoki_main .anchor ul {
   display: flex;
   width: 520px;
   margin: 0 auto;
   justify-content: space-between;
}
#aoki_main .animation {
   position: relative;
}
#aoki_main .anchor .anchor-img {
   margin: 0 auto;
}
#aoki_main .anchor li:nth-of-type(1) .anchor-img {
  width: 192px;
}
#aoki_main .anchor li:nth-of-type(2) .anchor-img {
  width: 166px;
}
#aoki_main .anchor-text {
  margin-top: 24px;
}
#aoki_main .anchor ul li,
#aoki_main .anchor .anchor-img-bg {
   width: 204px;
   margin: 0 auto;
}
#aoki_main .anchor ul li a {
   position: relative;
   display: block;
   color: #563e30;
   font-size: 20px;
   font-weight: bold;
   text-align: center;
   transition: all 0.4s;
}
#aoki_main .anchor ul li a:hover {
   color: #c0642c;
  transition: all 0.4s;
}
#aoki_main .anchor ul li a::before,
#aoki_main .anchor ul li a::after {
   content: "";
   position: absolute;
   bottom: -5%;
   margin: auto;
   vertical-align: middle;
   transition: all 0.4s;
}
#aoki_main .anchor ul li a::before {
   bottom: -26px;
   left: 50%;
   width: 24px;
   height: 24px;
   -webkit-border-radius: 50%;
   margin-left: -12px;
   border-radius: 50%;
   background: #563e30;
   transition: all 0.4s;
}
#aoki_main .anchor ul li a::after {
   bottom: -16px;
   left: 50%;
   width: 8px;
   height: 8px;
   margin-left: -4px;
   border-top: 1px solid #fff;
   border-right: 1px solid #fff;
   -webkit-transform: rotate(135deg);
   transform: rotate(135deg);
   transition: all 0.4s;
}
#aoki_main .anchor a:hover::before {
   background: #c0642c;
   transition: all 0.4s;
}
#aoki_main .anchor ul li a:hover img {
   opacity: .9;
}
#aoki_main .anchor ul li .anchor-img-bg {
   position: absolute;
   z-index: -100;
   animation: 11.5s linear infinite animation1;
}
@keyframes animation1 {
   0% { transform: rotate(0); }
   100% { transform: rotate(360deg); }
}
#aoki_main .anchor_btn {
   margin-top: 54px;
}
#aoki_main .anchor_btn a {
   position: relative;
   display: block;
   width: 400px;
   margin: 0 auto;
   padding: 12px;
   border: 1px solid #563e30;
   border-radius: 100vw;
   color: #563e30;
   font-size: 16px;
   font-weight: bold;
   text-align: center;
   box-sizing: border-box;
   transition: all 0.4s;
}
#aoki_main .anchor_btn a::after {
   content: "";
   position: absolute;
   top: 50%;
   right: 40px;
   width: 10px;
   height: 10px;
   margin-top: -4px;
   border-top: 1px solid #563e30;
   border-right: 1px solid #563e30;
   transform: translateY(-40%) rotate(135deg);
   -webkit-transform: translateY(-40%) rotate(135deg);
   transition: all 0.4s;
}
#aoki_main .anchor_btn a:hover {
   background: #563e30;
   color: #fff;
   transition: all 0.4s;
}
#aoki_main .anchor_btn a:hover::after {
   border-top: 1px solid #fff;
   border-right: 1px solid #fff;
   transition: all 0.4s;
}

/* contents */
#aoki_main h2 {
   line-height: 0.75;
   margin-bottom: 30px;
   color: #563e30;
   font-size: 64px;
   text-align: center;
   margin-right: 20px;
}
#aoki_main .h2_sub {
   display: inline-block;
   margin-bottom: 26px;
   padding: 14px 22px;
   border-top: 1px solid #181715;
   border-bottom: 1px solid #181715;
   font-size: 22px;
   letter-spacing: .3rem;
}
#aoki_main .h2_point {
   color: #c0642c;
   font-size: 26px;
    display: block;
   margin-top: 20px;
}
#aoki_main #knit .h2_point {
   margin-top: -27px;
}
#aoki_main .h2_point strong {
   font-size: 36px;
}
#aoki_main #styling h2 {
   font-size: 44px;
}
#aoki_main #styling .h2_sub {
   margin-bottom: 22px;
   padding: 10px 12px;
   font-size: 16px;
   letter-spacing: .2rem;
}

#aoki_main .contents {
   display: flex;
   width: 100%;
   margin: 0 auto;
   justify-content: center;
   background-color: #f0ede9;
}
#aoki_main #knit.contents {
  background-color: #f2e9db;
}
#aoki_main .contents_inner {
   width: 800px;
   padding: 40px 90px 60px;
   box-sizing: border-box;
   border-radius: 0px;
}
#aoki_main #t-shirt .contents_inner { background-color: #f2e9db; }
#aoki_main #knit .contents_inner { background-color: #e9e4dd; }
#aoki_main #shirt .contents_inner { background-color: #f4f8fb; }
#aoki_main .item {
   display: flex;
   align-items: flex-start;
   justify-content: center;
}
#aoki_main .sweater_item {
  font-size: 22px;
  line-height: 1.6;
  display: block;
  margin-top: 15px;
}
#aoki_main #t-shirt .item_img {
   width: 270px;
}
#aoki_main #knit .item_img {
   width: 252px;
}
#aoki_main #shirt .item_img {
  width: 276px;
}
#aoki_main .item_img a {
   display: block;
}

/* point */
#aoki_main .point {
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-end;
   width: 500px;
   margin: 40px auto 20px;
}
#aoki_main .point03_text {
  width: 242px;
  margin: 45px auto 0;
}
#aoki_main .plating {
  width: 520px;
  background: #f6f4f1;
  border-radius: 15px;
  margin: 30px auto 0;
  padding: 13px 0;
}
#aoki_main .plating p {
  font-size: 14px;
  width: 457px;
  margin: 0 auto;
  line-height: 1.6;
  color: #563e30;
}
#aoki_main .plating span {
  position: relative;
  color: #c0642c;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom: -14px;
}
#aoki_main .plating span::before {
  position: absolute;
  content: "";
  border-top: 2px solid #563e30;
  top: 45%;
  left: 18%;
  width: 50px;
  height: 2px;
}
#aoki_main .plating span::after {
  position: absolute;
  content: "";
  border-top: 2px solid #563e30;
  top: 45%;
  right: 18%;
  width: 50px;
  height: 2px;
}
#aoki_main .point li {
   width: 230px;
}
#aoki_main #t-shirt .point li:nth-child(n+3) {
  margin-top: 38px;
}
#aoki_main .point li:nth-child(n+3) {
   margin-top: 35px;
}
#aoki_main .point_animation {
   position: relative;
}
#aoki_main .point li p {
   line-height: 1.6;
   margin-top: 8px;
   color: #563e30;
   font-size: 15px;
}
#aoki_main #t-shirt .point li:nth-of-type(4) {
  background: #faf6f1;
  width: 230px;
  height: 230px;
  margin-top: 73px;
  border-radius: 16px;
   display: flex;
  align-items: center;
}
#aoki_main #t-shirt .point li:nth-of-type(5) {
  background: #faf6f1;
  border-radius: 16px;
  margin-top: -154px;
}
#aoki_main #t-shirt .point li:nth-of-type(5) p {
  text-align: center;
  margin-top: 24px;
}
#aoki_main #t-shirt .point li:nth-of-type(5) p.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
#aoki_main #t-shirt .point li:nth-of-type(5) p .img {
  width: 32px;
}
#aoki_main #t-shirt .point li:nth-of-type(5) p .img + .img {
  margin-left: 23px;
}
#aoki_main #t-shirt .point li:nth-of-type(5) p span {
  display: flex;
  justify-content: center;
  color: #c0642c;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
#aoki_main #knit .point:nth-of-type(2) li:nth-of-type(4) {
  background: #faf6f1;
  border-radius: 16px;
  margin-top: 70px;
  height: 150px;
}
#aoki_main #knit .point:nth-of-type(2) li:nth-of-type(4) p {
  text-align: center;
  margin-top: 24px;
}
#aoki_main #knit .point:nth-of-type(2) li:nth-of-type(4) p.icon {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
#aoki_main #knit .point:nth-of-type(2) li:nth-of-type(4) p .img {
  width: 32px;
}
#aoki_main #knit .point:nth-of-type(2) li:nth-of-type(4) p .img + .img {
  margin-left: 23px;
}
#aoki_main #knit .point:nth-of-type(2) li:nth-of-type(4) p span {
  display: flex;
  justify-content: center;
  color: #c0642c;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
#aoki_main #t-shirt .point li:nth-of-type(4) p {
   font-size: 14px;
   padding: 0 13px;
}
#aoki_main #t-shirt .point li:nth-of-type(4) p span {
  display: flex;
  justify-content: center;
  color: #c0642c;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: -14px;
}
#aoki_main #knit .point li:nth-of-type(4) p {
   font-size: 14px;
   margin-top: 58px;
}
#aoki_main #shirt .point li:nth-of-type(4) p {
   font-size: 14px;
   margin-top: 43px;
}
#aoki_main .point_animation {
   position: relative;
   width: 230px;
   height: 262px;
}
#aoki_main .point_animation .img {
   position: absolute;
   width: 100%;
   opacity: 0;
   animation: change-img-anim 7s infinite;
}
#aoki_main .point_animation .img:nth-of-type(1) {
   animation: change-img-anim-first 7s infinite;
   animation-delay: 0s;
}
#aoki_main .point_animation .img:nth-of-type(2) {
   animation-delay: 3.8s;
}
@keyframes change-img-anim-first {
	0%{ opacity: 1; }
  30%{ opacity: 1; }
  36%{ opacity: 1; }
  50%{ opacity: 1; }
  100%{ opacity: 0; }
}
@keyframes change-img-anim {
  0%{ opacity: 0; }
  30%{ opacity: 1; }
  36%{ opacity: 1; }
  50%{ opacity: 1; }
  100%{ opacity: 0; }
}

/* styling */
#aoki_main #styling {
   width: 1020px;
   margin: 54px auto;
}
#aoki_main .slide_title {
   color: #5b8fc4;
   font-size: 28px;
   font-weight: bold;
   text-align: center;
}
#aoki_main .slideWrap {
   width: 480px;
}
#aoki_main .slick-arrow {
   display: flex;
   width: 40px;
   height: 72px;
   justify-content: center;
   align-items: center;
   margin-top: -36px;
   padding: 0;
   background-color: #181715;
   background-image: none;
   border: none;
   font-size: 0;
   opacity: .2;
   transition: .4s;
}
#aoki_main .slick-arrow:hover {
   opacity: .5;
}
#aoki_main .slick-arrow:focus {
   outline: none;
}
#aoki_main .slick-prev::after,
#aoki_main .slick-next::after {
   content: "";
   position: absolute;
   bottom: 41%;
   width: 13px;

   height: 13px;
   margin: auto;
   border-top: 2px solid #fff;
   border-right: 2px solid #fff;
   transition: .4s;
}
#aoki_main .slick-prev::after {
   right: 26%;
   transform: rotate(225deg);
}
#aoki_main .slick-next::after {
   left: 26%;
   transform: rotate(45deg);
}
#aoki_main .slick-dots li {
   width: 10px;
   height: 10px;
   background: #fff;
   border: 1px solid #cccccb;
   border-radius: 100vw;
}
#aoki_main .slick-dots li button {
   color: transparent;
   background: white;
   border: none;
   outline: none;
   box-sizing: border-box;
}
#aoki_main .slick-dots li.slick-active,
#aoki_main .slick-dots li:hover,
#aoki_main .slick-dots li.slick-active button {
   background: #cccccb;
}

/*  btn-area */
#aoki_main .btn-area {
   margin-top: 16px;
   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: #563e30;
   color: #fff;
   border: 2px solid #563e30;
   border-radius: 100vw;
   font-size: 20px;
   font-weight: bold;
   box-sizing: border-box;
   transition: all .3s;
}
#aoki_main .cmn-btn.bg a:hover {
   background-color: #fff;
   color: #563e30;
   text-decoration: none;
   transition: all .3s;
}
#aoki_main .cmn-btn.bg a::after {
   content: "";
   position: absolute;
   top: 52%;
   right: 40px;
   width: 12px;
   height: 12px;
   margin-top: -3px;
   border-top: 2px solid #fff;
   border-right: 2px solid #fff;
   transform: translateY(-40%) rotate(45deg);
   -webkit-transform: translateY(-40%) rotate(45deg);
   transition: all .3s;
}
#aoki_main .cmn-btn.bg a:hover::after {
   border-top: 2px solid #563e30;
   border-right: 2px solid #563e30;
   transition: all .3s;
}
/* 1カラム（ボーダー ⇒ ベタ背景色） */
#aoki_main .cmn-btn.bd a {
   position: relative;
   display: flex;
   width: 500px;
   height: 80px;
   margin: 0 auto;
   padding: 18px;
   justify-content: center;
   align-items: center;
   color: #fff;
   border: 2px solid #c0642c;
   background: #c0642c;
   border-radius: 100vw;
   font-size: 20px;
   font-weight: bold;
   box-sizing: border-box;
   text-align: center;
   transition: .3s
}
#aoki_main .cmn-btn.bd a::after {
   content: "";
   position: absolute;
   top: 53%;
   right: 30px;
   width: 10px;
   height: 10px;
   margin-top: -2px;
   border-top: 2px solid #fff;
   border-right: 2px solid #fff;
   transform: translateY(-40%) rotate(45deg);
   -webkit-transform: translateY(-40%) rotate(45deg);
   transition: .3s
}
#aoki_main .cmn-btn.bd a:hover {
   background-color: #fff;
   color: #c0642c;
   transition: .3s;
   -webkit-transition: .3s;
   text-decoration: none;
   transition: .3s
}
#aoki_main .cmn-btn.bd a:hover::after {
   border-top: 2px solid #c0642c;
   border-right: 2px solid #c0642c;
   transition: .3s
}

/* cmn-recommend */
#aoki_main .cmn-recommend {
   padding: 120px 0 0;
}
#aoki_main .cmn-recommend h2 {
   margin: 0 auto 47px;
   color: #333;
   font-size: 26px;
   font-weight: bold;
   text-align: center;
}
#aoki_main .bnr_img a {
   display: block;
}

/* 商品モジュール調整 */
#aoki_main .topicModuleCredit {
   flex-wrap: wrap;
}
#bottom_recommend_area h2 {
  color: #333;
}


/*****************************************
PC only
*****************************************/
@media screen and (min-width: 769px) {
  .sp {
      display: none;
   }

   #aoki_main .contents_inner {
      box-shadow: 11px 0px 10px -8px #a69f94;
   }
   #aoki_main .model {
      position: relative;
      width: 400px;
   }
   #aoki_main .model p {
      position: sticky;
      top: 0;
      right: 0;
   }
  #aoki_main .model .model_animation {
     position: sticky;
     top: 0;
     right: 0;
  }
  #aoki_main .model_animation {
   position: relative;
   width: 400px;
    height: 1000px;
}
#aoki_main .model_animation .img {
   position: absolute;
   width: 100%;
   opacity: 0;
   animation: change-img-anim 12s infinite;
}
#aoki_main .model_animation .img:nth-of-type(1) {
   animation: change-img-anim-first 12s infinite;
   animation-delay: 0s;
}
#aoki_main .model_animation .img:nth-of-type(2) {
   animation-delay: 5.8s;
}
#aoki_main .model_animation .img:nth-of-type(3) {
 animation-delay: 8.8s;
}
@keyframes change-img-anim-first {
	0%{ opacity: 1; }
  30%{ opacity: 1; }
  36%{ opacity: 1; }
  50%{ opacity: 1; }
  100%{ opacity: 1; }
}
@keyframes change-img-anim {
  0%{ opacity: 0; }
  30%{ opacity: 1; }
  36%{ opacity: 1; }
  50%{ opacity: 1; }
  100%{ opacity: 0; }
}
   #aoki_main .point li:nth-of-type(2n) {
      margin-left: 40px;
   }
   #aoki_main .styling_slide {
      display: flex;
      justify-content: center;
      margin-bottom: 100px;
   }

   /* ボタン2カラム */
   #aoki_main .btn-area-others {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin-top: 30px;
   }
   #aoki_main .btn-area-others .cmn-btn:nth-of-type(2n) {
      margin-left: 20px;
   }

   /* 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;
   }
   #aoki_main .cmn-recommend .bnr_box {
      display: flex;
      max-width: 1200px;
      width: 100%;
      margin: 0 auto;
      justify-content: space-between;
      -webkit-box-pack: justify;
   }

   /* 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;
   }

   /* 商品モジュール調整 */
   #aoki_main .topicModuleCredit__priceItem {
      width: 133px;
   }
  .topicModuleCredit__priceList {
    justify-content: flex-start!important;
  }
}


/*****************************************
SP only
*****************************************/
@media screen and (max-width: 768px) {
   .pc {
      display: none;
   }
   .wrapper {
      padding: 0;
      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;
      color: #181715;
      font-size: 4.2666666vw;
   }
   #aoki_main .mv {
      width: 100%;
     margin-top: 2.6vw;
   }
   #aoki_main .mv p {
      width: 100%;
   }
   #aoki_main .mv img {
      width: 100%;
   }
   #aoki_main #scroll_down {
      padding-top: 10.6vw;
      margin-top: -8.5vw;
   }
   #aoki_main #scroll_down::before {
      left: 50%;
      width: 0.26vw;
      height: 10.6vw;
      margin-left: -0.13vw;
   }
   #aoki_main #scroll_down .arrow_down:after {
      width: 1.33vw;
      height: 1.33vw;
   }

   /* leadArea */
   #aoki_main .leadArea {
      width: 100%;
      margin: 0 auto 8vw;
      padding: 0 15px;
      box-sizing: border-box;
   }
   #aoki_main h1 {
      line-height: 1.47;
      margin-top: 5.3vw;
      margin-bottom: 2.2vw;
      font-size: 5.06vw;
   }
   #aoki_main .leadArea p {
      line-height: 1.92;
      font-size: 3.46vw;
      text-align: left;
   }
  #aoki_main .checkpoint {
      width: 100%;
      background: #f0ede9;
      padding: 7.6vw 0;
  }
  #aoki_main .checkpoint p {
      justify-content: center;
      font-size: 4vw;
      border-top: 1px solid #563e30;
      border-bottom: 1px solid #563e30;
      padding: 1vw 0;
      margin: 0 auto;
      width: 86vw;
  }
    #aoki_main .checkpoint p::before {
      position: absolute;
      content: "";
      background: url(../_img/250926/check.webp) top center / 4.8vw 3.3vw no-repeat;
      width: 36px;
      height: 25px;
      top: 60%;
      right: 20%;
  }
  #aoki_main .checkpoint ul {
      width: 53.6vw;
      margin: 4.8vw auto 0;
  }
    #aoki_main .checkpoint li {
      font-size: 3.59vw;
      font-weight: bold;
      padding: 0 0 0 8vw;
      color: #563e30;
      letter-spacing: 0.1em;
  }
  #aoki_main .checkpoint li::before {
    content: "";
    position: absolute;
    background: url(../_img/250926/check02.webp) top center / 6vw 5.2vw no-repeat;
    width: 6vw;
    height: 5.2vw;
    top: 0;
    left: 0;
  }
  #aoki_main .checkpoint li + li {
    margin-top: 4.8vw;
  }
   /* anchorLink */
   #aoki_main .anchor {
      margin: 10vw 0 16vw;
   }
   #aoki_main .anchor ul {
      flex-wrap: wrap;
      width: 95%;
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
   }
   #aoki_main .anchor ul li,
   #aoki_main .anchor .anchor-img-bg {
      width: 34.66vw;
   }
   #aoki_main .anchor li:nth-of-type(1) .anchor-img {
  width: 32.2vw;
}
  #aoki_main .anchor li:nth-of-type(2) .anchor-img {
    width: 27.3vw;
  }
   #aoki_main .anchor ul li a {
      color: #563e30;
      font-size: 3.73vw;
   }
   #aoki_main .anchor ul li a::before {
      bottom: -5vw;
      width: 4.53vw;
      height: 4.53vw;
      margin-left: -2.26vw;
      background: #563e30;
   }
   #aoki_main .anchor ul li a::after {
      width: 1.5vw;
      height: 1.5vw;
      margin-left: -0.75vw;
      bottom: -3.2vw;
   }
   #aoki_main .anchor-text {
      margin-top: 4vw;
   }
   #aoki_main .anchor_btn {
      margin-top: 10vw;
   }
   #aoki_main .anchor_btn a {
      width: 73.33vw;
      padding: 2vw;
      font-size: 3.2vw;
   }
   #aoki_main .anchor_btn a::after {
      top: 57%;
      right: 5vw;
      width: 1.5vw;
      height: 1.5vw;
   }

   /* contents */
   #aoki_main .contents_inner {
      width: 100%;
      padding: 6.66vw 15px 10.66vw;
      box-sizing: border-box;
   }
   #aoki_main h2 {
      line-height: 0.8;
      margin: 5vw 0;
      font-size: 10.4vw;
   }
   #aoki_main .h2_sub {
      margin-bottom: 5.5vw;
      padding: 2.13vw 3vw;
      font-size: 3.73vw;
      letter-spacing: .2rem;
   }
   #aoki_main .h2_point {
      font-size: 4.53vw;
   }
   #aoki_main .h2_point strong {
      font-size: 6.13vw;
   }
   #aoki_main #styling h2 {
      margin-bottom: 6.66vw;
      font-size: 8.26vw;
   }
   #aoki_main #styling .h2_sub {
      margin-bottom: 4.66vw;
      padding: 2vw 4vw;
      font-size: 3.2vw;
      letter-spacing: .15rem;
   }
    #aoki_main .sweater_item {
      font-size: 3.2vw;
      line-height: 1.6;
      display: block;
      margin-top: 2vw;
  }
    #aoki_main .plating {
      width: 92vw;
      margin: 30px auto 0;
      padding: 13px 0;
      border-radius: 2vw;
  }
  #aoki_main .plating p {
    font-size: 2.97vw;
    width: 83vw;
    margin: 0 auto;
    line-height: 1.8;
  }
  #aoki_main .plating span {
    font-size: 3.46vw;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: -14px;
  }
  #aoki_main .plating span::before {
    top: 45%;
    left: 11%;
    width: 50px;
    height: 2px;
  }
  #aoki_main .plating span::after {
    top: 45%;
    right: 11%;
    width: 50px;
    height: 2px;
  }
  #aoki_main .point03_text {
    width: 39.06vw;
    margin: 5.73vw auto 0;
  }

   /* point */
   #aoki_main .item {
      justify-content: space-around;
   }
   #aoki_main #t-shirt .item_img {
      width: 41.19vw;
   }
   #aoki_main #knit .item_img {
      width: 41.33vw;
   }
  #aoki_main #shirt .item_img {
      width: 41.33vw;
  }
   #aoki_main .point {
      width: 100%;
      justify-content: flex-end;
      margin: 6.66vw auto -3vw;
   }
   #aoki_main .point li {
      width: 44vw;
   }
  #aoki_main .point li:nth-of-type(2n) {
    margin-left: 4vw;
}
   #aoki_main #t-shirt .point li:nth-child(n+3) {
      margin-top: 3.5vw;
   }
   #aoki_main .point li:nth-child(n+3) {
      margin-top: 3.5vw;
   }
   #aoki_main .point_animation {
      width: 44vw;
      height: 50.1vw;
   }
   #aoki_main .point li p {
      font-size: 3.46vw;
   }
  #aoki_main #t-shirt .point li:nth-of-type(4) {
    background: #faf6f1;
    width: 44vw;
    height: 45.1vw;
    margin-top: 9vw;
    border-radius: 16px;
    display: flex;
    align-items: center;
  }
  #aoki_main #t-shirt .point li:nth-of-type(4) p span {
    display: flex;
    justify-content: center;
    color: #c0642c;
    font-size: 3.2vw;
    font-weight: bold;
    margin-bottom: -4vw;
  }
  #aoki_main #t-shirt .point li:nth-of-type(4) p {
    margin-top: 0.6vw;
    font-size: 2.6vw;
    line-height: 1.8;
  }
  #aoki_main #knit .point li:nth-of-type(4) p {
    margin-top: 5.6vw;
    font-size: 2.93vw;
    line-height: 2;
  }
  #aoki_main #shirt .point li:nth-of-type(4) p {
    font-size: 2.93vw;
    margin-top: 1.6vw;
    line-height: 1.9;
  }
  #aoki_main #t-shirt .point li:nth-of-type(5) {
  border-radius: 16px;
  margin-top: -41vw;
  height: 30vw;
}
#aoki_main #t-shirt .point li:nth-of-type(5) p {
  text-align: center;
  margin-top: 4vw;
}
#aoki_main #t-shirt .point li:nth-of-type(5) p.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2vw;
}
#aoki_main #t-shirt .point li:nth-of-type(5) p .img {
  width: 6vw;
}
#aoki_main #t-shirt .point li:nth-of-type(5) p .img + .img {
  margin-left: 5vw;
}
#aoki_main #t-shirt .point li:nth-of-type(5) p span {
  display: flex;
  justify-content: center;
  color: #c0642c;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1.5;
}
#aoki_main #knit .point:nth-of-type(2) li:nth-of-type(4) {
  background: #faf6f1;
  border-radius: 16px;
  margin-top: 10vw;
  height: 30vw;
}
#aoki_main #knit .point:nth-of-type(2) li:nth-of-type(4) p {
  text-align: center;
  margin-top: 4vw;
}
#aoki_main #knit .point:nth-of-type(2) li:nth-of-type(4) p.icon {
  display: flex;
  justify-content: center;
  margin-top: 2vw;
}
#aoki_main #knit .point:nth-of-type(2) li:nth-of-type(4) p .img {
  width: 6vw;
}
#aoki_main #knit .point:nth-of-type(2) li:nth-of-type(4) p .img + .img {
  margin-left: 23px;
}
#aoki_main #knit .point:nth-of-type(2) li:nth-of-type(4) p span {
  display: flex;
  justify-content: center;
  color: #c0642c;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1.5;
}

  #aoki_main .slider {
  width: 80vw;
  margin: 0 auto;
}
   /* styling */
   #aoki_main #styling {
      width: 100%;
      margin-top: 10vw;
      margin-bottom: 18vw;
      padding-right: 15px;
      padding-left: 15px;
      box-sizing: border-box;
   }
   #aoki_main .slide_title {
      font-size: 5.33vw;
   }
   #aoki_main .slideWrap {
      width: 80vw;
      margin: 0 auto;
   }
   #aoki_main .slideWrap + .slideWrap {
      margin-top: 13.5vw;
   }
   #aoki_main .slick-arrow {
      width: 6.66vw;
      height: 12vw;
   }
   #aoki_main .slick-prev::after,
   #aoki_main .slick-next::after {
      bottom: 36%;
      width: 3vw;
      height: 3vw;
   }
   #aoki_main .slick-dots li {
      width: 2.2vw;
      height: 2.2vw;
      margin: 0 1.8vw;
   }

   /* cmn-recommend */
   #aoki_main .cmn-recommend {
      padding: 18.33vw 15px 0;
      box-sizing: border-box;
   }
   #aoki_main .cmn-recommend h2 {
      margin: 0 auto 5vw;
      font-size: 6.4vw;
   }
   #aoki_main .cmn-recommend .bnr_box {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      max-width: 768px;
   }
   #aoki_main .cmn-recommend .bnr_box .bnr_img {
      display: inline-block;
      width: 48%;
   }
   #aoki_main .cmn-recommend .bnr_box .bnr_img:nth-of-type(n+3) {
      margin-top: 3vw;
   }
   #bottom_recommend_area {
      padding-right: 15px;
      padding-left: 15px;
      box-sizing: border-box;
   }
   #bottom_recommend_area h2 {
      line-height: 1.2;
   }

   /* ------ btn-area ------ */
   #aoki_main .btn-area {
      width: 100%;
      margin: 8vw auto 0;
   }
   /* 1カラム（ベタ背景色 ⇒ ボーダー） */
   #aoki_main .cmn-btn.bg a {
      width: 100%;
      height: 16vw;
      border-radius: 100vw;
      font-size: 3.73vw;
      text-align: center;
   }
   /* 1カラム（ボーダー ⇒ ベタ背景色） */
   #aoki_main .cmn-btn.bd a {
      width: 100%;
      padding: 4.5vw;
      font-size: 3.73vw;
   }
   #aoki_main .cmn-btn.bg a::after {
      right: 8vw;
      width: 2vw;
      height: 2vw;
      margin-top: -0.5vw;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
   }
   #aoki_main .cmn-btn.bg a:hover::after {
      border-top: 1px solid #5b8fc4;
      border-right: 1px solid #5b8fc4;
   }
   /* 2カラム */
   #aoki_main .btn-area-others {
      width: 100%;
      margin-top: 4vw;
      padding-right: 15px;
      padding-left: 15px;
      box-sizing: border-box;
      justify-content: space-between;
   }
   #aoki_main .btn-area-others .cmn-btn a {
      display: flex;
      height: 16vw;
      justify-content: center;
      align-items: center;
      border: 1px solid #c0642c;
   }
   #aoki_main .btn-area-others .cmn-btn:nth-of-type(n+2) {
      margin-top: 4vw;
   }
   #aoki_main .cmn-btn.bd a::after {
      top: 51%;
      right: 5vw;
      width: 2vw;
      height: 2vw;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
   }
   #aoki_main .cmn-btn.bd a:hover::after {
      border-top: 1px solid #c0642c;
      border-right: 1px solid #c0642c;
   }

   /* 商品モジュール調整 */
   #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%;
   }
}