/*shift-JIS*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;900&family=Poppins&display=swap');

.page-contentspages div.wrapper {
  padding: 0;
  margin-top: 0;
  padding-top: 0 !important;
}

.page-contentspages.mt0 {
  margin-top: 0 !important;
}

#brand_atsugi_header {
  display: flex;
  justify-content: center;
  position: fixed;
  top: -10px;
  height: 40px;
  background: #bb9c5c;
  transition: .3s;
}

#brand_atsugi_header.fixed {
  top: 62px;
  right: 0;
  left: 0;
  z-index: 100;
}

#brand_atsugi_header li {
  align-self: stretch;
  position: relative;
  transition: background-image 0.3s;
}

#brand_atsugi_header li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 15px;
  color: #fff;
  font-weight: 100;
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  letter-spacing: 1px;
}

#brand_atsugi_header li a .before {
  display: block;
}

#brand_atsugi_header li a .after {
  display: none;
}

#brand_atsugi_header li a:hover .before {
  display: none;
}

#brand_atsugi_header li a:hover .after {
  display: block;
}

#brand_atsugi_header li:nth-child(2):after,
#brand_atsugi_header li:nth-child(3):after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 30px;
  background-color: #fff;
  opacity: .5;
  content: '';
}

#brand_atsugi_ariki {
  position: relative;
  top: calc: 62px;
  transition: .3s;
  padding: 0 0 80px;
}

#brand_atsugi_ariki.active {
  top: 40px;
}

#brand_atsugi_top,
#brand_atsugi_stockings,
#brand_atsugi_ariki {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

#brand_atsugi_top *,
#brand_atsugi_stockings *,
#brand_atsugi_ariki * {
  box-sizing: border-box;
}

#brand_atsugi_top *:after,
#brand_atsugi_stockings *:after,
#brand_atsugi_ariki *:after,
#brand_atsugi_top *:before,
#brand_atsugi_stockings *:before,
#brand_atsugi_ariki *:before {
  box-sizing: border-box;
}

#brand_atsugi_top section,
#brand_atsugi_stockings section,
#brand_atsugi_ariki section,
#brand_atsugi_top main,
#brand_atsugi_stockings main,
#brand_atsugi_ariki main,
#brand_atsugi_top figure,
#brand_atsugi_stockings figure,
#brand_atsugi_ariki figure {
  display: block;
}

#header {
  transition: .3s;
}

/* https://www.atsugi-styleup.jp/shop/pages/atsugi.aspx */
#brand_atsugi_top {
  position: relative;
  top: 62px;
  z-index: 10;
  width: 100%;
  padding-bottom: 40px;
  overflow: hidden;
  background-color: #f4f9f8;
}

#brand_atsugi_top:before {
  position: absolute;
  top: -30vh;
  right: -70vw;
  z-index: -1;
  width: 150vw;
  height: 200vw;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(253, 237, 247, 0.9) 0%, rgba(255, 255, 255, 0) 70%);
  content: '';
}

#brand_atsugi_top:after {
  position: absolute;
  top: 10%;
  left: -30%;
  z-index: -2;
  width: 100vw;
  height: 200vw;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, #edf8fc 0%, rgba(255, 255, 255, 0) 70%);
  content: '';
}

#brand_atsugi_top #atsugi_top_mv {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 40px 0;
  overflow: hidden;
  text-align: center;
}

#brand_atsugi_top #atsugi_top_mv>div {
  display: inline-block;
}

#brand_atsugi_top #atsugi_top_mv h1 {
  display: block;
  margin-bottom: 50px;
  text-align: center;
}

#brand_atsugi_top #atsugi_top_mv h1 img {
  display: block;
  width: 30%;
  margin: 0 auto;
}

#brand_atsugi_top #atsugi_top_mv .title_wrapper {
  display: inline-block;
  position: relative;
  width: 40%;
  margin: 0 auto;
}

#brand_atsugi_top #atsugi_top_mv .title_wrapper h3 {
  display: inline-block;
  position: relative;
  line-height: 1.1;
}

#brand_atsugi_top #atsugi_top_mv .title_wrapper h3 img {
  display: block;
  opacity: 0;
}

#brand_atsugi_top #atsugi_top_mv .title_wrapper.active:before {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 0;
  height: 2px;
  background-color: #d2c2a8;
  content: '';
  animation: animation_before01 0.4s ease-in-out forwards;
}

#brand_atsugi_top #atsugi_top_mv .title_wrapper.active:after {
  position: absolute;
  top: -20px;
  left: -28px;
  width: 2px;
  height: 0;
  background-color: #d2c2a8;
  content: '';
  animation: animation_after01 0.3s ease-out forwards;
  animation-delay: .4s;
}

#brand_atsugi_top #atsugi_top_mv .title_wrapper.active h3 {
  animation: animation_fadeup 0.3s ease-out forwards;
}

#brand_atsugi_top #atsugi_top_mv .title_wrapper.active h3:before {
  position: absolute;
  bottom: -21px;
  right: -18px;
  width: 0;
  height: 2px;
  background-color: #d2c2a8;
  content: '';
  animation: animation_before01 0.4s ease-in-out forwards;
}

#brand_atsugi_top #atsugi_top_mv .title_wrapper.active h3:after {
  position: absolute;
  bottom: -18px;
  right: -28px;
  width: 2px;
  height: 0;
  background-color: #d2c2a8;
  content: '';
  animation: animation_after01 0.3s ease-out forwards;
  animation-delay: .4s;
}

#brand_atsugi_top #atsugi_top_mv .title_wrapper.active h3 img {
  display: block;
  animation: animation_opacity 1s ease-out forwards;
}

#brand_atsugi_top #atsugi_top_mv h2 {
  display: block;
  position: relative;
  top: 10px;
  width: 65%;
  margin: 50px auto 30px;
  opacity: 0;
  transition: .7s;
}

#brand_atsugi_top #atsugi_top_mv h2.active {
  top: 0px;
  opacity: 1;
}

#brand_atsugi_top #atsugi_top_mv p {
  position: relative;
  top: 10px;
  color: #BA9754;
  line-height: 2.0;
  opacity: 0;
  transition: .7s;
}

#brand_atsugi_top #atsugi_top_mv p.active {
  top: 0px;
  opacity: 1;
}

#brand_atsugi_top #atsugi_top_linkwrapper {
  padding-bottom: 30px;
}

#atsugi_top_stockings,
#atsugi_top_ariki {
  align-items: center;
}

#atsugi_top_stockings>div,
#atsugi_top_ariki>div {
  display: inline-block;
  padding: 40px 0 20px;
  text-align: center;
}

#atsugi_top_stockings .brand_logo,
#atsugi_top_ariki .brand_logo {
  display: block;
  margin: 0 auto 20px;
}

#atsugi_top_stockings .brand_logo img,
#atsugi_top_ariki .brand_logo img {
  display: block;
  width: 30%;
  margin: 0 auto;
}

#atsugi_top_stockings .item_title {
  width: 100% !important;
}

#atsugi_top_stockings .item_title,
#atsugi_top_ariki .item_title {
  display: block;
  width: 90%;
  margin: 0 auto;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 60px;
  color: #333;
  line-height: 1.3;
}

#atsugi_top_ariki .item_title {
  width: 60%;
}

#atsugi_top_stockings .item_title img,
#atsugi_top_ariki .item_title img {
  display: block;
  width: 100%;
}

#atsugi_top_stockings p,
#atsugi_top_ariki p {
  margin: 10px 0 20px;
  font-weight: 400;
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  line-height: 1.8;
}

#atsugi_top_ariki p {
  position: absolute;
  top: calc(980 * (100vw / 750));
  left: 50%;
  transform: translate(-50%, -50%);
}

#atsugi_top_stockings a,
#atsugi_top_ariki a {
  display: block;
  width: 240px;
  margin: 0 auto;
  padding: 12px 0;
  border-radius: 50px;
  border: 3px solid #333;
  text-align: center;
  color: #fff;
  background: #333;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 3px;
  transition: .3s;
}

#atsugi_top_ariki a {
  position: absolute;
  top: calc(1120 * (100vw / 750));
  left: 50%;
  transform: translate(-50%, -50%);
}

#atsugi_top_stockings a:hover,
#atsugi_top_ariki a:hover {
  background: rgba(51, 51, 51, 0.8);
}

#atsugi_top_stockings+#atsugi_top_ariki {
  margin-top: 30px;
}

@keyframes animation_before01 {
  0% {
    width: 0;
  }

  100% {
    width: calc(100% + 46px);
  }
}

@keyframes animation_after01 {
  0% {
    height: 0;
  }

  100% {
    height: calc(100% + 30px);
  }
}

@keyframes animation_opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes animation_fadeup {
  0% {
    top: 3px;
  }

  100% {
    top: 0;
  }
}



/* https://www.atsugi-styleup.jp/shop/pages/atsugi_ps.aspx */
#brand_atsugi_stockings {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background: #DEE5E6;
  background-image: url(/assets/migration/img/usr/freepage/atsugi/sp_img_atsugi_stocking_bg.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  transition: .3s;
}

#brand_atsugi_stockings * {
  box-sizing: border-box;
}

#brand_atsugi_stockings *:after,
#brand_atsugi_stockings *:before {
  box-sizing: border-box;
}

#brand_atsugi_stockings section,
#brand_atsugi_stockings main,
#brand_atsugi_stockings figure {
  display: block;
}

#brand_atsugi_stockings #atsugi_top_stockings p,
#brand_atsugi_stockings #atsugi_top_ariki p {
  margin: 15px 0 20px;
}

#atsugi_stockings_lineup,
#atsugi_stockings_lineup2 {
  position: relative;
  padding-bottom: 20px;
  overflow-x: hidden;
}

#atsugi_stockings_lineup2 {
  padding-bottom: 40px;
}

#atsugi_stockings_lineup .stockings_lineup_inner {
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 30px 20px 20px;
  border-radius: 10px;
  text-align: center;
}

#atsugi_stockings_lineup .stockings_lineup_inner>div {
  position: relative;
  margin: 20px auto;
}

#atsugi_stockings_lineup .stockings_lineup_inner>div .text {
  display: inline-block;
  position: absolute;
  top: 230px;
  left: 700px;
  text-align: left;
}

#atsugi_stockings_lineup .stockings_lineup_inner>div .text p {
  display: inline;
  color: #9F824F;
  font-weight: 600;
  font-size: 24px;
  background: linear-gradient(transparent 70%, #f1ff48 0%);
  line-height: 1.8;
}

#atsugi_stockings_lineup .stockings_lineup_inner .icon_point {
  display: block;
  width: 30%;
  margin: 0 auto 5px;
}

#atsugi_stockings_lineup .stockings_lineup_inner img {
  display: block;
  margin: 0 auto;
}

#atsugi_stockings_lineup .stockings_lineup_inner h2 {
  display: block;
  margin-bottom: 20px;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 8vw;
  text-align: center;
}

#atsugi_stockings_lineup .stockings_lineup_inner h2 strong {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 8vw;
  border-bottom: 1px dashed #fff;
}

#atsugi_stockings_lineup .stockings_lineup_inner .inner_title {
  display: inline-block;
  position: relative;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
}

#atsugi_stockings_lineup .stockings_lineup_inner.pink {
  background: #d595a6;
}

#atsugi_stockings_lineup .stockings_lineup_inner.purple {
  background: #a197b9;
}

#atsugi_stockings_lineup .stockings_lineup_inner a {
  display: block;
  width: 240px;
  margin: 0 auto;
  padding: 15px 0;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  background: #000;
  font-weight: 600;
  letter-spacing: 1px;
}

#atsugi_stockings_lineup .stockings_lineup_inner+.stockings_lineup_inner {
  margin-top: 20px;
}

.link_flex_container {
  width: calc(100% - 30px);
  margin: 0 auto;
  padding-top: 100px;
}

.link_flex_container .link_flex_inner {
  position: relative;
  padding: 80px 10px 40px;
  border-radius: 10px;
  background: #fff;
}

.link_flex_container .link_flex_inner {
  position: relative;
}

.link_flex_container .link_flex_inner.new:before,
.link_flex_container .link_flex_inner.new:after {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -15px;
  right: -10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #FF004F;
  content: '';
  font-family: "Yu Mincho", "YuMincho", serif;
}

.link_flex_container .link_flex_inner.new:after {
  padding: 1px 0 0 1px;
  font-weight: 600;
  font-size: 5vw;
  color: #fff;
  content: 'NEW';
}

.link_flex_container .link_flex_inner .icn_new {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
}

.link_flex_container .link_flex_inner .icn_new img {
  border-radius: 0 10px 0 0;
}

.link_flex_container .link_flex_inner h3 {
  display: block;
  font-weight: 400;
  font-family: 'Noto Serif JP', serif;
  font-size: 11vw;
  text-align: center;
  line-height: 1.1;
}

.link_flex_container .link_flex_inner h3.txt_pk {
  color: #A71843 !important;
}

.link_flex_container .link_flex_inner h3.txt_bl {
  color: #017BA0 !important;
}

.link_flex_container .link_flex_inner h3.txt_be {
  color: #875029 !important;
}

.link_flex_container .link_flex_inner h3.txt_nb {
  color: #2F466C !important;
}

.link_flex_container .link_flex_inner h3 .small_txt {
  font-size: 8vw;
}

.link_flex_container .link_flex_inner p {
  padding-top: 30px;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
}

.link_flex_container .link_flex_inner .img_set {
  display: block;
  position: absolute;
  top: -70px;
  left: calc(50% - 70px);
  width: 140px;
  height: 140px;
}

.link_flex_container .link_flex_inner .img_link_flex {
  display: block;
  width: 70%;
  margin: 30px auto;
}

.link_flex_container .link_flex_inner .img_color {
  display: block;
  margin: 0 auto;
  width: 90%;
}

.link_flex_container .link_flex_inner .img_color+p {
  padding: 30px 0;
  font-size: 14px;
  line-height: 1.7;
}

.link_flex_container .link_flex_inner a {
  display: block;
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
  padding: 15px 0;
  border-radius: 40px;
  background: #000;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
}

.link_flex_container .link_flex_inner:first-child h3 {
  color: #875029;
}

.link_flex_container .link_flex_inner:nth-child(2) h3 {
  color: #2F466C;
}

.link_flex_container.bg_pink .link_flex_inner h3 {
  font-size: 8vw;
}

.link_flex_container.bg_pink .link_flex_inner:first-child h3 {
  color: #B49014;
}

.link_flex_container.bg_pink .link_flex_inner:nth-child(2) h3 {
  color: #2C96B6;
}

.link_flex_container.bg_pink .link_flex_inner:nth-child(3) h3 {
  color: #B7165C;
}

.link_flex_container.bg_pink .link_flex_inner:nth-child(4) h3 {
  color: #503883;
}

.link_flex_container .link_flex_inner+.link_flex_inner {
  margin-top: 20px;
  padding-top: 70px;
}

.link_flex_container+.link_flex_container {
  margin-top: 40px;
}



/* https://www.atsugi-styleup.jp/shop/pages/atsugi_ariki.aspx */
/* layout */
#brand_atsugi_ariki {
  background: #fff;
}

#ariki_main {
  background: #eee;
}

/* mv */
#brand_atsugi_ariki #atsugi_ariki_mv h1 {
  margin: 0;
  padding: 0;
}

#brand_atsugi_ariki #atsugi_ariki_mv h1 img {
  width: 100%;
  height: auto;
}

/* about */
#brand_atsugi_ariki #atsugi_ariki_about h2 img {
  width: 100%;
  height: auto;
}

/* navi */
#brand_atsugi_ariki .ariki_container {
  position: relative;
  margin: 0 auto;
}

#ariki_main .ariki_container .slick-dots {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
  width: 100%;
  margin-top: 15px;
  background: #eee;
}

#ariki_main .ariki_container .slick-dots li {
  margin: 0 7px;
}

#ariki_main .ariki_container .slick-dots li button {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: none;
  background: #fff;
  outline: none;
  font-size: 0;
  color: transparent;
  box-shadow: none;
  cursor: pointer;
}

#ariki_main .ariki_container .slick-dots li.slick-active button {
  background: #000;
}

#ariki_main .ariki_container .ariki_container[role="toolbar"] {
  position: relative;
  z-index: 0;
}

#ariki_main .ariki_container .slick-arrow {
  display: block;
  position: absolute;
  top: calc(50% - 20px);
  z-index: 10;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  border: none;
  font-size: 0;
  color: transparent;
  cursor: pointer;
}

#ariki_main .ariki_container .slick-arrow.slick-prev {
  left: 10px;
  background: url(/assets/migration/img/usr/freepage/atsugi/icon_slide_arrow.png);
  background-size: 100% 100%;
  transform: rotate(180deg);
}

#ariki_main .ariki_container .slick-arrow.slick-next {
  right: 10px;
  background: url(/assets/migration/img/usr/freepage/atsugi/icon_slide_arrow.png);
  background-size: 100% 100%;
}

#ariki_main .ariki_container .slick-arrow:focus,
#ariki_main .ariki_container .slick-arrow:active {
  outline: none;
}

#ariki_main #ariki_linkarea {
  /*margin-left: -55vw;*/
  padding: calc(50 * (100vw / 750)) 0 0;
}

#ariki_main #ariki_linkarea .slick-slide {
  padding-left: 10px;
}

#ariki_main #ariki_linkarea .slick-slide a {
  display: block;
}

#ariki_main #ariki_linkarea .slick-slide a img {
  display: block;
  width: 100%;
  height: auto;
}

/* voice */
#brand_atsugi_ariki #atsugi_ariki_voice {
  padding: 0 0 calc(15 * (100vw / 750));
  background: #f0e4c2;
}

#brand_atsugi_ariki #atsugi_ariki_voice img {
  width: 100%;
  height: auto;
}

#brand_atsugi_ariki #atsugi_ariki_voice h2 {
  padding: calc(80 * (100vw / 750)) 0 calc(20 * (100vw / 750));
}

#brand_atsugi_ariki #atsugi_ariki_voice ul {
  padding: 0 0 calc(90 * (100vw / 750));
}

/* items */
/* items_new */
.ariki_main_section.new:before,
.ariki_main_section.new:after {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 21vw;
  left: 10px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #FF004F;
  content: '';
}

.ariki_main_section.new:after {
  padding: 1px 0 0 1px;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: 600;
  color: #fff;
  content: 'NEW';
}

@media screen and (min-width: 501px) {

  .ariki_main_section.new:before,
  .ariki_main_section.new:after {
    top: 24vw;
  }
}

@media screen and (max-width: 500px) {

  .ariki_main_section.new:before,
  .ariki_main_section.new:after {
    top: 21vw;
  }
}

/* items_layout */
.ariki_main_section {
  position: relative;
  padding: calc(150 * (100vw / 750)) 0 0;
  border-radius: 20px;
}

.ariki_main_section .ariki_main_container {
  position: relative;
  z-index: 0;
  padding: 0 0 calc(80 * (100vw / 750));
}

.ariki_main_section .ariki_main_container:before {
  position: absolute;
  top: -55px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 160px;
  height: 160px;
  border-radius: 50%;
  content: '';
}

.ariki_main_section .ariki_main_container:after {
  position: absolute;
  top: -40px;
  content: '';
}

.ariki_main_section .h2_wrap {
  text-align: center;
}

.ariki_main_section .h2_wrap h2 {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  font-size: calc(68 * (100vw / 750));
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
  margin: calc(-40 * (100vw / 750)) auto 0;
}

.ariki_main_section .h2_wrap h2 img {
  display: block;
  margin: 0 auto calc(10 * (100vw / 750));
}

.ariki_main_section .style_title {
  display: block;
  width: calc(350 * (100vw / 750));
  margin: calc(15 * (100vw / 750)) auto calc(35 * (100vw / 750));
  padding: 4px 0 2px;
  border-radius: 20px;
  text-align: center;
  font-size: calc(31 * (100vw / 750));
  font-weight: bold;
}

.ariki_main_section .main_inner {
  margin: 0 calc(25 * (100vw / 750));
  padding: calc(45 * (100vw / 750));
  background: url(../../../../img/usr/freepage/atsugi/2022/img_atsugi_ariki_bg.png) repeat;
  border-radius: 20px;
}

.ariki_main_section .main_inner h3 {
  padding: 0 0 calc(45 * (100vw / 750));
}

.ariki_main_section .main_inner img {
  display: block;
  width: 100%;
  height: auto;
}

.ariki_main_section .main_inner .item_contents .item_txt {
  margin: calc(60 * (100vw / 750)) auto 0;
}

/* items_slider */
.item_slick {
  width: calc(480 * (100vw / 750));
  margin: auto;
}

.item_slick .slick-prev,
.item_slick .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  /*height: 100%;*/
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.item_slick .slick-prev:hover,
.item_slick .slick-prev:focus,
.item_slick .slick-next:hover,
.item_slick .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.item_slick .slick-prev:hover:before,
.item_slick .slick-prev:focus:before,
.item_slick .slick-next:hover:before,
.item_slick .slick-next:focus:before {
  opacity: 1;
}

.item_slick .slick-prev.slick-disabled:before,
.item_slick .slick-next.slick-disabled:before {
  opacity: .25;
}

.item_slick .slick-prev:before,
.item_slick .slick-next:before {
  content: "";
  position: absolute;
  right: 10px;
  top: -45px;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 60px;
  background: url(../../../../img/usr/freepage/atsugi/2022/img_atsugi_ariki_slick-arrowl.png) no-repeat;
  z-index: 1;
  cursor: pointer;
}

.item_slick .slick-prev {
  left: -50px;
}

.item_slick .slick-next {
  right: -50px;
}

.item_slick .slick-next:before {
  right: auto;
  left: 10px;
  background: url(../../../../img/usr/freepage/atsugi/2022/img_atsugi_ariki_slick-arrowr.png) no-repeat;
}

/* items_btn */
.ariki_main_section .ariki_main_container a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(600 * (100vw / 750));
  height: calc(115 * (100vw / 750));
  border-radius: 50px;
  background: #000;
  text-align: center;
  color: #fff;
  font-size: calc(36 * (100vw / 750));
  letter-spacing: 1px;
  margin: calc(55 * (100vw / 750)) auto 0;
}



/* item  img,color */
.ariki_main_section .sec01 .h2_wrap h2 img {
  width: calc(49 * (100vw / 750));
  height: calc(124 * (100vw / 750));
}

.ariki_main_section .sec01,
.ariki_main_section .sec01:before {
  background: #bcafce;
}

.ariki_main_section .sec01 .style_title {
  background: #e9e5ee;
}

.ariki_main_section .sec02 .h2_wrap h2 img {
  width: calc(44 * (100vw / 750));
  height: calc(122 * (100vw / 750));
}

.ariki_main_section .sec02,
.ariki_main_section .sec02:before {
  background: #f7bba3;
}

.ariki_main_section .sec02 .style_title {
  background: #fbe4db;
}

.ariki_main_section .sec03 .h2_wrap h2 img {
  width: calc(46 * (100vw / 750));
  height: calc(118 * (100vw / 750));
}

.ariki_main_section .sec03,
.ariki_main_section .sec03:before {
  background: #9dc2df;
}

.ariki_main_section .sec03 .style_title {
  background: #cde3f5;
}

.ariki_main_section .sec04 .h2_wrap h2 img {
  width: calc(50 * (100vw / 750));
  height: calc(110 * (100vw / 750));
}

.ariki_main_section .sec04,
.ariki_main_section .sec04:before {
  background: #ecb6c5;
}

.ariki_main_section .sec04 .style_title {
  background: #f7d3dd;
}

.ariki_main_section .sec05 .h2_wrap h2 img {
  width: calc(52 * (100vw / 750));
  height: calc(113 * (100vw / 750));
}

.ariki_main_section .sec05,
.ariki_main_section .sec05:before {
  background: #aedde6;
}

.ariki_main_section .sec05 .style_title {
  background: #d4f2f8;
}

.ariki_main_section .sec06 .h2_wrap h2 img {
  width: calc(52 * (100vw / 750));
  height: calc(113 * (100vw / 750));
}

.ariki_main_section .sec06,
.ariki_main_section .sec06:before {
  background: #e8ca9c;
}

.ariki_main_section .sec06 .style_title {
  background: #f9e7cc;
}




#brand_atsugi_top #atsugi_top_linkwrapper {
  padding-bottom: 50px;
}

#brand_atsugi_top #atsugi_top_stockings>div,
#brand_atsugi_top #atsugi_top_ariki>div {
  padding-top: 0;
}

#brand_atsugi_top #atsugi_top_stockings .item_title,
#brand_atsugi_top #atsugi_top_ariki .item_title {
  margin-top: 40px;
}

#brand_atsugi_top #atsugi_top_stockings+#atsugi_top_ariki {
  position: relative;
  margin-top: 50px;
}

@media screen and (min-width: 380px) {
  #brand_atsugi_header li a {
    padding: 10px 20px;
  }
}

@media screen and (min-width: 400px) {
  #brand_atsugi_header li a {
    padding: 10px 25px;
  }
}

@media screen and (min-width: 480px) {
  #brand_atsugi_header li a {
    padding: 10px 35px;
  }
}

@media screen and (min-width: 580px) {
  #brand_atsugi_header li a {
    padding: 10px 45px;
  }
}

@media screen and (min-width: 680px) {
  #brand_atsugi_header li a {
    padding: 10px 55px;
  }
}

#footernav {
  position: relative;
  z-index: 0;
}



/* https://www.atsugi-styleup.jp/shop/pages/atsugi_ps.aspx */
#atsugi_ttl_txt,
.atsugi_ttl_txt {
  margin: 50px 0 20px;
}

#atsugi_ttl_txt h2,
.atsugi_ttl_txt h2 {
  display: block;
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 6vw;
  text-align: center;
  letter-spacing: 0;
}

#atsugi_ttl_txt h2 .underline_gold,
.atsugi_ttl_txt h2 .underline_gold {
  font-size: 6vw;
  border-bottom: 2px solid #BD9C5C;
  line-height: 1.7;
}

#atsugi_ttl_txt p,
.atsugi_ttl_txt p {
  position: relative;
  margin-top: 5px;
  font-style: normal;
  font-weight: 400;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 3.7vw;
  text-align: center;
}



/* --------------------------------------------------------------------
    22AW (/shop/pages/atsugi_ariki.aspx)
--------------------------------------------------------------------- */
/* item  color */
.ariki_main_section .sec01aw .h2_wrap h2 img {
  width: calc(57 * (100vw / 750));
  height: calc(126 * (100vw / 750));
}

.ariki_main_section .sec01aw,
.ariki_main_section .sec01aw:before {
  background: #afdde7;
}

.ariki_main_section .sec01aw .style_title,
.ariki_main_section .sec02aw .style_title,
.ariki_main_section .sec03aw .style_title,
.ariki_main_section .sec04aw .style_title {
  background: #fff;
  opacity: 0.8;
}

.ariki_main_section .sec02aw,
.ariki_main_section .sec02aw:before {
  background: #81aab8;
}

.ariki_main_section .sec02aw .h2_wrap h2 img {
  width: calc(44 * (100vw / 750));
  height: calc(125 * (100vw / 750));
}

.ariki_main_section .sec03aw,
.ariki_main_section .sec03aw:before {
  background: #e39353;
}

.ariki_main_section .sec03aw .h2_wrap h2 img {
  width: calc(43 * (100vw / 750));
  height: calc(113 * (100vw / 750));
}

.ariki_main_section .sec04aw,
.ariki_main_section .sec04aw:before {
  background: #a4b9d1;
}

.ariki_main_section .sec04aw .h2_wrap h2 img {
  width: calc(40 * (100vw / 750));
  height: calc(118 * (100vw / 750));
}

.ariki_main_section .sec05aw .h2_wrap h2 img {
  width: calc(49 * (100vw / 750));
  height: calc(124 * (100vw / 750));
}

.ariki_main_section .sec05aw,
.ariki_main_section .sec05aw:before {
  background: #bcafce;
}

.ariki_main_section .sec05aw .style_title {
  background: #e9e5ee;
}

.ariki_main_section .sec06aw .h2_wrap h2 img {
  width: calc(49 * (100vw / 750));
  height: calc(124 * (100vw / 750));
}

.ariki_main_section .sec06aw,
.ariki_main_section .sec06aw:before {
  background: #f7bba3;
}

.ariki_main_section .sec06aw .style_title {
  background: #fbe4db;
}

.ariki_main_section .sec07aw .h2_wrap h2 img {
  width: calc(49 * (100vw / 750));
  height: calc(124 * (100vw / 750));
}

.ariki_main_section .sec07aw,
.ariki_main_section .sec07aw:before {
  background: #9dc2df
}

.ariki_main_section .sec07aw .style_title {
  background: #cde3f5;
}

.ariki_main_section .sec08aw .h2_wrap h2 img {
  width: calc(50 * (100vw / 750));
  height: calc(110 * (100vw / 750));
}

.ariki_main_section .sec08aw,
.ariki_main_section .sec08aw:before {
  background: #ecb6c5;
}

.ariki_main_section .sec08aw .style_title {
  background: #f7d3dd;
}


/* --------------------------------------------------------------------
    23SP (/shop/pages/atsugi_ariki.aspx)
--------------------------------------------------------------------- */

.ariki_main_section .sec01sp .h2_wrap h2 img {
  width: calc(48 * (100vw / 750));
  height: calc(127 * (100vw / 750));
}

.ariki_main_section .sec02aw .h2_wrap h2 img {
  width: calc(68 * (100vw / 750));
  height: calc(122 * (100vw / 750));
}
.ariki_main_section .sec09aw .h2_wrap h2 img {
  width: calc(59 * (100vw / 750));
  height: calc(123 * (100vw / 750));
}
.ariki_main_section .sec10aw .h2_wrap h2 img {
  width: calc(55 * (100vw / 750));
  height: calc(127 * (100vw / 750));
}
.ariki_main_section .sec11aw .h2_wrap h2 img {
  width: calc(55 * (100vw / 750));
  height: calc(129 * (100vw / 750));
}

.ariki_main_section .sec01sp,
.ariki_main_section .sec01sp:before {
  background: #afdde7;
}

.ariki_main_section .sec01sp .style_title {
  background: #eff8fa;
}

.ariki_main_section .sec02sp .h2_wrap h2 img {
  width: calc(49 * (100vw / 750));
  height: calc(124 * (100vw / 750));
}

.ariki_main_section .sec02sp,
.ariki_main_section .sec02sp:before {
  background: #b0d4cd;
}

.ariki_main_section .sec02sp .style_title {
  background: #eff6f5;
}

.ariki_main_section .sec03sp .h2_wrap h2 img {
  width: calc(52 * (100vw / 750));
  height: calc(123 * (100vw / 750));
}

.ariki_main_section .sec03sp,
.ariki_main_section .sec03sp:before {
  background: #e8c692;
}

.ariki_main_section .sec03sp .style_title {
  background: #f9e7cc;
}

/* --------------------------------------------------------------------
  23AW (/shop/pages/atsugi_ariki.aspx)
--------------------------------------------------------------------- */
.ariki_main_section .sec01aw .h2_wrap h2 img {
  width: calc(57 * (100vw / 750));
  height: calc(126 * (100vw / 750));
}

.ariki_main_section .sec01aw,
.ariki_main_section .sec01aw:before {
  background: #9ad8e5;
}

.ariki_main_section .sec02aw,
.ariki_main_section .sec02aw:before {
  background: #a7e1d1;
}

.ariki_main_section .sec03aw,
.ariki_main_section .sec03aw:before {
  background: #ebaebd;
}

.ariki_main_section .sec04aw,
.ariki_main_section .sec04aw:before {
  background: #f5ae91;
}

.ariki_main_section .sec05aw,
.ariki_main_section .sec05aw:before {
  background: #eaa09c;
}

.ariki_main_section .sec06aw,
.ariki_main_section .sec06aw:before {
  background: #81aab8;
}

.ariki_main_section .sec07aw,
.ariki_main_section .sec07aw:before {
  background: #a4b9d1;
}

.ariki_main_section .sec08aw,
.ariki_main_section .sec08aw:before {
  background: #bcafce;
}

.ariki_main_section .sec01aw .style_title {
  background: #ebf7fa;
}

.ariki_main_section .sec02aw .style_title {
  background: #edf9f6;
}

.ariki_main_section .sec03aw .style_title {
  background: #fbeff2;
}

.ariki_main_section .sec04aw .style_title {
  background: #fbe4db;
}

.ariki_main_section .sec05aw .style_title {
  background: #fbeceb;
}

.ariki_main_section .sec06aw .style_title {
  background: #e6eef1;
}

.ariki_main_section .sec07aw .style_title {
  background: #edf1f6;
}

.ariki_main_section .sec08aw .style_title {
  background: #e9e5ee;
}

/* --------------------------------------------------------------------
    24AW (/shop/pages/atsugi_ariki.aspx)
--------------------------------------------------------------------- */
#atsugi_ariki_4point{
  margin-top: 40px;
  padding-bottom: 60px;
  background-color: #fff;
}
#atsugi_ariki_4point > h2{
  width: 100%;
  padding: 30px 50px;
  background-color: #f0decc;
  text-align: center;
}
#atsugi_ariki_4point > h2 img{
  width: 100%;
  height: auto;
}
#atsugi_ariki_4point .section-inner{
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 20px;
}
#atsugi_ariki_4point .point-item{
  margin: 40px 0;
}

#atsugi_ariki_4point .point-item .card .card-title{
  width: 100%;
}
#atsugi_ariki_4point .point-item .card .card-title img,
#atsugi_ariki_4point .point-item .card figure img{
  width: 100%;
  height: auto;
}
#atsugi_ariki_4point .point-item .card figure{
  margin-top: 10px;
}

#atsugi_ariki_4point .point-item .card figcaption{
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
}

#atsugi_ariki_4point .point-item .card figcaption > small{
  margin-top: 10px;
  font-size: 13px;
  letter-spacing: 0;
  display: block;
}
.ariki_main_section .main_inner {
  margin-top: calc(35 * (100vw / 750));
}
.ariki_main_section .h2_wrap h2{
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
}
.ariki_main_section .h2_wrap h2 em{
  font-weight: 900;
  font-size: calc(68 * (100vw / 750));
}
.ariki_main_section .h2_wrap h2 img{
  margin-bottom: calc(30 * (100vw / 750));
}
.ariki_main_section .sec01aw .h2_wrap h2 img {
  width: calc(103 * (100vw / 1231));
  height: calc(227 * (100vw / 1231));
}

.ariki_main_section .sec02aw .h2_wrap h2 img {
  width: calc(78 * (100vw / 1231));
  height: calc(224 * (100vw / 1231));
}

.ariki_main_section .sec03aw .h2_wrap h2 img {
  width: calc(92 * (100vw / 1231));
  height: calc(236 * (100vw / 1231));
}

.ariki_main_section .sec04aw .h2_wrap h2 img {
  width: calc(76 * (100vw / 1231));
  height: calc(194 * (100vw / 1231));
}

.ariki_main_section .sec05aw .h2_wrap h2 img {
  width: calc(81 * (100vw / 1231));
  height: calc(208 * (100vw / 1231));
}

.ariki_main_section .sec06aw .h2_wrap h2 img {
  width: calc(96 * (100vw / 1231));
  height: calc(213 * (100vw / 1231));
}

.ariki_main_section .sec07aw .h2_wrap h2 img {
  width: calc(99 * (100vw / 1231));
  height: calc(229 * (100vw / 1231));
}

.ariki_main_section .sec08aw .h2_wrap h2 img {
  width: calc(96 * (100vw / 1231));
  height: calc(212 * (100vw / 1231));
}

.ariki_main_section .sec09aw .h2_wrap h2 img {
  width: calc(109 * (100vw / 1231));
  height: calc(237 * (100vw / 1231));
}

.ariki_main_section .sec10aw .h2_wrap h2 img {
  width: calc(105 * (100vw / 1231));
  height: calc(233 * (100vw / 1231));
}

.ariki_main_section .sec11aw .h2_wrap h2 img {
  width: calc(107 * (100vw / 1231));
  height: calc(247 * (100vw / 1231));
}

.ariki_main_container .size-icon {
  width: 80px;
  height: 80px;
  display: inline-block;
  position: absolute;
  top: -40px;
  right: calc(70 / 1240 * 100%);
}
.ariki_main_container .size-icon img{
  width: 100%;
  height: auto;
}

#ariki_main .ariki_main_section .style_title {
  background-color: rgba(255, 255, 255, 0.8);
  color: #534645;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 25px;
}

.ariki_main_section .sec01aw,
.ariki_main_section .sec01aw:before {
  background: #e29c98;
}

.ariki_main_section .sec02aw,
.ariki_main_section .sec02aw:before {
  background: #7fa5b2;
}

.ariki_main_section .sec03aw,
.ariki_main_section .sec03aw:before {
  background: #a1b5cc;
}

.ariki_main_section .sec04aw,
.ariki_main_section .sec04aw:before {
  background: #f4d08a;
}

.ariki_main_section .sec05aw,
.ariki_main_section .sec05aw:before {
  background: #ebaebd;
}

.ariki_main_section .sec06aw,
.ariki_main_section .sec06aw:before {
  background: #c3a3cb;
}

.ariki_main_section .sec07aw,
.ariki_main_section .sec07aw:before {
  background: #e2a77c;
}

.ariki_main_section .sec08aw,
.ariki_main_section .sec08aw:before {
  background: #a6b89e;
}

.ariki_main_section .sec09aw,
.ariki_main_section .sec09aw:before {
  background: #f5ae91;
}

.ariki_main_section .sec10aw,
.ariki_main_section .sec10aw:before {
  background: #d7c6ad;
}

.ariki_main_section .sec11aw,
.ariki_main_section .sec11aw:before {
  background: #7fb9d5;
}
.item_slick{
  height: calc((480 * (100vw / 750)) * 1.3);
}

.ariki_main_section .main_inner li.slick-slide img {
  width:calc(480 * (100vw / 750));
  height:calc((480 * (100vw / 750)) * 1.3);
  object-fit:cover;
}