img{
  display: block;
}


/* ---------------mv--------------- */
.minnano_mv {
  padding: 3rem 0 5rem;
  background: #E50012;
  margin-bottom: 11rem;
  position: relative;
}
.minnano_mv a {
  outline: none;
}
.minnano_mv_slider li {
  padding: 0 1.5rem;
}
.minnano_mv_slider img {
  height: 100%;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}
.minnano_mv_slider .slick-dots {
  position: absolute;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
}
.minnano_mv_slider .slick-dots li {
  height: .8rem;
  line-height: 0;
  padding: 0;
}
.minnano_mv_slider .slick-dots li button {
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  font-size: 0;
  margin: 0 1rem;
  background: #fff;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.minnano_mv_slider .slick-dots li.slick-active button {
  background: #ccc;
}
/* -----------繧ｫ繝�ざ繝ｪ繝ｼ繧｢繝ｳ繧ｫ繝ｼ繝ｪ繝ｳ繧ｯ------------- */
.minnano_category {
  margin: 0 auto 11rem;
}
.minnano_category .category_list {
  display: flex;
  justify-content: center;
}
.minnano_category .category_list li {
  width: 27.6rem;
  height: 13.6rem;
  border: .2rem solid #E50012;
  border-radius: 1.5rem;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: #E50012;
  position: relative;
  transition: 1s;
}
.minnano_category .category_list li:hover {
  opacity: 0.7;
  box-shadow: none;
}
.minnano_category .category_list li::after {
  content: "";
  position: absolute;
  width: 5.2rem;
  height: 2.8rem;
  transform: scale(0.5);
  bottom: 0;
  left: calc(50% - 2.6rem);
  background-image: url(../../../../img/usr/freepage/minnano/rounded_corners_reverse_triangle.png);
}
.minnano_category .category_list a {
  margin-right: 2rem;
  position: relative;
}
.minnano_category .category_list a:last-child {
  margin-right: 0;
}
.minnano_category .category_list .product_target,
.minnano_product .product_title .product_target {
  width: fit-content;
  padding: 0 1.5rem;
  margin: 2rem auto .5rem;
  font-size: 1.4rem;
  background-color: #FBD0BB;
  border-radius: 1rem;
}
.minnano_category .category_list a[href="#socks_leg_warmers"] li {
  font-size: 2rem;
}
.minnano_category .category_list a[href="#inner_tops"]::before {
  content: "";
  background-image: url(../../../../img/usr/freepage/minnano/icon_inner_tops.png);
  position: absolute;
  top: -7.3rem;
  left: calc(50% - 7.6rem/2);
  z-index: 1;
  width: 7.6rem;
  height: 12.2rem;
  transform: scale(0.434);
}
.minnano_category .category_list a[href="#bra"]::before {
  content: "";
  background-image: url(../../../../img/usr/freepage/minnano/icon_bra.png);
  position: absolute;
  top: -6.2rem;
  left: calc(50% - 9.3rem/2);
  z-index: 1;
  width: 9.3rem;
  height: 9.6rem;
  transform: scale(0.494);
}
.minnano_category .category_list a[href="#shorts"]::before {
  content: "";
  background-image: url(../../../../img/usr/freepage/minnano/icon_shorts.png);
  position: absolute;
  top: -4.8rem;
  left: calc(50% - 7.3rem/2);
  z-index: 1;
  width: 7.3rem;
  height: 7.8rem;
  transform: scale(0.515);
}
.minnano_category .category_list a[href="#socks_leg_warmers"]::before {
  content: "";
  background-image: url(../../../../img/usr/freepage/minnano/icon_socks_leg_warmers.png);
  position: absolute;
  top: -4.8rem;
  left: calc(50% - 8rem/2);
  z-index: 1;
  width: 8rem;
  height: 7.8rem;
  transform: scale(0.575);
}
/* --------------繧ｫ繝�ざ繝ｪ繝ｼ繧ｿ繧､繝医Ν--------------- */
.category_title {
  height: 20rem;
  background-color: #E50012;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 8rem 0 5rem;
  position: relative;
}
.category_title .product_target {
  font-size: 1.4rem;
  font-weight: bold;
  width: fit-content;
  padding: 0 1.5rem;
  height: 2.4rem;
  background-color: #fff;
  border-radius: 1rem;
  color: #E50012;
}
.category_title .category_title_jp {
  font-size: 4rem;
  color: #fff;
}
.category_title .category_title_en {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}
.category_sub_title {
  width: 100rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 5rem auto;
  position: relative;
}
.category_sub_title.legwarmers {
  margin: 8rem auto 5rem;
}
.category_sub_title .category_sub_title_jp {
  font-size: 4rem;
  color: #fff;
}
.category_sub_title .category_sub_title_en {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}
.box-shadow {
  box-shadow: 1rem .5rem .5rem rgba(35,24,21,0.2);
}
#inner_tops .category_title::after {
  content: "";
  width: 320rem;
  height: 39.2rem;
  position: absolute;
  transform: scale(0.5);
  object-fit: contain;
  background-image: url(../../../../img/usr/freepage/minnano/inner_tops_bg.png);
}
#bra .category_title::after {
  content: "";
  width: 32.8rem;
  height: 36rem;
  position: absolute;
  left: calc(50% + 16.4rem);
  transform: scale(0.5);
  object-fit: contain;
  background-image: url(../../../../img/usr/freepage/minnano/bra_bg.png);
}
#shorts .category_title::after {
  content: "";
  width: 320rem;
  height: 39.2rem;
  position: absolute;
  transform: scale(0.5);
  object-fit: contain;
  background-image: url(../../../../img/usr/freepage/minnano/shorts_bg.png);
}
#socks_leg_warmers .category_title::after {
  content: "";
  width: 320rem;
  height: 39.2rem;
  position: absolute;
  transform: scale(0.5);
  object-fit: contain;
  background-image: url(../../../../img/usr/freepage/minnano/socks_leg_warmers_bg.png);
}
#socks_leg_warmers .category_sub_title .category_sub_title_jp {
  font-size: 4rem;
  font-weight: bold;
  color: #E50012;
}
#socks_leg_warmers .category_sub_title .category_sub_title_en {
  font-size: 2.5rem;
  color: #E50012;
}
#socks_leg_warmers .category_sub_title.socks::after {
  content: "";
  width: 20.7rem;
  height: 27rem;
  position: absolute;
  right: 21.1rem;
  transform: scale(0.5);
  object-fit: contain;
  background-image: url(../../../../img/usr/freepage/minnano/socks_title_side.png);
}
#socks_leg_warmers .category_sub_title.legwarmers::after {
  content: "";
  width: 35.9rem;
  height: 29rem;
  position: absolute;
  right: 4.8rem;
  transform: scale(0.5);
  object-fit: contain;
  background-image: url(../../../../img/usr/freepage/minnano/legwarmers_title_side.png);
}
/* --------------繝｡繧､繝ｳ+POINT+蜍慕判--------------- */
.minnano_main .minnano_title {
  font-size: 4rem;
  font-weight: bold;
  color: #E50012;
  display: flex;
  justify-content: center;
  text-align: left;
  letter-spacing: 0.6rem;
  padding-bottom: 4.5rem;
}
.minnano_main .minnano_description_wrap {
  width: 140rem;
  display: flex;
  justify-content: center;
  gap: 0 4rem;
  align-items: flex-end;
  margin: auto;
}
.minnano_main .minnano_description_wrap .minnano_description {
  text-align: left;
  font-size: 1.8rem;
  width: 61rem;
  line-height: 2.14;
}
.minnano_main .minnano_description_wrap img {
  width: 50rem;
  height: 29.1rem;
  object-fit: contain;
}
.minnano_main .minnano_title.point {
  justify-content: center;
  text-align: center;
  letter-spacing: normal;
  padding: 4.5rem 0;
  margin: 6rem 0 0;
  position: relative;
}
.minnano_main .minnano_title.point::before {
  content: "";
  background-image: url(../../../../img/usr/freepage/minnano/POINT.png);
  position: absolute;
  width: 70rem;
  height: 32.8rem;
  transform: scale(0.494);
  top: -9.9rem;
  left: calc(50% - 70rem/2);
}
.minnano_main .minnano_title.point>span {
  position: relative;
}
.minnano_main .minnano_title.point>span::before {
  content: "";
  background-image: url(../../../../img/usr/freepage/minnano/title_deco_before.png);
  width: 10.8rem;
  height: 9.8rem;
  transform: scale(0.5);
  position: absolute;
  top: -2rem;
  left: -9.4rem;
}
.minnano_main .minnano_title.point>span::after {
  content: "";
  background-image: url(../../../../img/usr/freepage/minnano/title_deco_after.png);
  width: 10.8rem;
  height: 9.8rem;
  transform: scale(0.5);
  position: absolute;
  top: -2rem;
  right: -11rem;
}
.minnano_main .minnano_description_wrap {
  width: 140rem;
  display: flex;
  justify-content: center;
  gap: 0 4rem;
  align-items: flex-end;
  margin: auto;
}
.minnano_point,
.minnano_product {
  width: 100rem;
  margin: 0 auto 3rem;
  border: .2rem solid #E50012;
  border-radius: 1.5rem;
  position: relative;
}
.minnano_point.point02 {
  padding: 2rem 0 3rem;
}
.minnano_point:last-child {
  margin-bottom: 0;
}
.minnano_point>img {
  height: 12.8rem;
  padding: 1rem 5rem 0;
}
.minnano_point::before {
  content: "";
  background-image: url(../../../../img/usr/freepage/minnano/point01_side_mark.png);
  background-repeat: no-repeat;
  width: 36rem;
  height: 16rem;
  object-fit: contain;
  transform: scale(0.5);
  position: absolute;
  top: 4rem;
  left: 68rem;
}
.minnano_point.point02::before {
  background-image: url(../../../../img/usr/freepage/minnano/point02_side_mark.png);
}
.minnano_point.point03::before {
  background-image: url(../../../../img/usr/freepage/minnano/point03_side_mark.png);
}
.minnano_point.point03::after {
  content: "";
  background-image: url(../../../../img/usr/freepage/minnano/point03_side_mark_2.png);
  background-repeat: no-repeat;
  width: 36rem;
  height: 16rem;
  object-fit: contain;
  transform: scale(0.5);
  position: absolute;
  top: 4rem;
  left: 45rem;
}
.minnano_point .point_title {
  font-size: 3rem;
  color: #E50012;
  letter-spacing: 0.5rem;
  padding-bottom: 2rem;
  padding: 0 5rem;
}
.minnano_point .point_title .underline {
  text-decoration: underline;
  text-underline-offset: .6rem;
}
.minnano_point .target_products {
  color: #E50012;
  width: 62%;
  height: 6rem;
  padding: 2rem 5rem;
}
.minnano_point .target_products>ul>li {
  list-style-type: none;
  margin: 0 .5rem;
  float: left;
  width: calc(50% - 1rem);
}
.minnano_point.point01 .point_contents {
  position: relative;
  text-align: center;
}
.minnano_point .point_contents {
  width: 100%;
}
.point_contents .kodawari {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  text-align: center;
  padding: 0 5rem;
}
.point_contents .kodawari>span {
  width: 22rem;
  background-color: #E50012;
  border-radius: .5rem;
  color: #fff;
}
.point_contents .kodawari::before,
.point_contents .kodawari::after {
  content: "";
  height: .2rem;
  flex-grow: 1;
  background-color: #E50012;
}

.point_contents .kodawari::before {
  margin-right: 1rem;
}
.point_contents .kodawari::after {
  margin-left: 1rem;
}
.point_content_wrap {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  justify-content: space-between;
  padding: 2rem 4.5rem 3rem;
}
.point_contents .point_content {
  width: calc(50% - 4rem);
  font-size: 2.2rem;
}
.point_contents .point_content.content03 {
transform: translate(0, -3.3rem);
}
.point_contents .point_content img {
  width: 40rem;
  object-fit: contain;
  padding: 1rem 0;
}
.point_contents .point_content:nth-child(2) img {
  transform: translateY(-2.4rem);
}
.point01_01,
.point01_02,
.point01_03 {
  font-size: 1.8rem;
}
.is-red {
  color: #E50012;
}
.minnano_point.point02 .reversible>img {
  width:80rem;
  object-fit:contain;
  padding: 0 10rem;
}
.minnano_point .tank_top_four_directions {
  display: flex;
  justify-content: space-around;
  padding: 1rem 2rem;
}
.minnano_point .tank_top_four_directions .dotted_circle {
  width: 14.8rem;
  height: 14.8rem;
  border-radius: 50%;
  border: .2rem dashed #E50012;
  box-sizing: border-box;
  font-size: 1.5rem;
  color: #E50012;
  text-align:center;
  position: relative;
}
.minnano_point .tank_top_four_directions .dotted_circle:first-child {
  transform: translateY(9.8rem);
}
.minnano_point .tank_top_four_directions .dotted_circle>span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14.8rem;
  text-align: center;
}
.minnano_point .tank_top_four_directions .dotted_circle>span>span {
  font-size: 1rem;
}
.minnano_point .tank_top_four_directions img {
  height: 25.4rem;
  object-fit: contain;
}
.minnano_point.point03 .point03_wrap {
  padding: 2rem 5rem 0;
  display: flex;
}
.minnano_point.point03 .point03_left {
  width: 33%;
  font-size: 2.2rem;
  color: #E50012;
}
.minnano_point.point03 .point03_right {
  width: 67%;
  transform: translate(0, -8rem);
}
.minnano_point.point03 .point03_right img {
  width: 100%;
}
.minnano_point.point03 .img-flex {
  display: flex;
  justify-content: center;
  margin: 0 1rem;
}
.minnano_point.point03 .img-flex.material img {
  width: 40rem;
  height: 20rem;
  transform: translateY(-5rem);
}
.minnano_point.point03 .img-flex.simmond {
  padding: 0 0 2.7rem 0;
  justify-content: space-around;
}
.minnano_point.point03 .img-flex.simmond img {
  width: 39.8rem;
  height: 6.7rem;
}
.minnano_point.point03 .img-flex.simmond .simmond_text {
  font-size: 2rem;
}
.minnano_point.point03 .simmond_title {
  font-size: 2rem;
  color: #E50012;
  border: 0.1rem solid #E50012;
  display: inline-block;
  padding: 0.1rem 1.6rem;
  margin-bottom: 2rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.minnano_point.point03 .simmond_step {
  display: flex;
  justify-content: space-around;
}
.minnano_point.point03 .simmond_step img {
  width: 19.3rem;
  height: 19.3rem;
}
.minnano_point.point03 .simmond_step div.simmond_step01::after,
.minnano_point.point03 .simmond_step div.simmond_step03::before,
.minnano_point.point03 .simmond_step div.simmond_step03::after {
  content: "";
  position: absolute;
  width: 5.2rem;
  height: 2.8rem;
  transform: scale(0.5) rotate(-90deg);
  bottom: calc((19.3rem + 5rem)/2 + 1.4rem);
  left: 22rem;
  background-image: url(../../../../img/usr/freepage/minnano/rounded_corners_reverse_triangle.png);
  background-repeat: no-repeat;
}
.minnano_point.point03 .simmond_step div.simmond_step03::before {
  left: 46.8rem;
}
.minnano_point.point03 .simmond_step div.simmond_step03::after {
  left: 71.5rem;
}
.minnano_point.point03 .simmond_step p {
  padding: 1rem 2rem 2rem;
  text-align: center;
  font-size: 1.3rem;
  color: #E50012;
}
.minnano_main .minnano_title.point,
.minnano_main .minnano_title.movie {
  justify-content: center;
  text-align: center;
  letter-spacing: normal;
  padding: 4.5rem 0;
  margin: 6rem 0 0;
  position: relative;
}
.minnano_main .minnano_title.movie::before {
  content: "";
  background-image: url(../../../../img/usr/freepage/minnano/MOVIE.png);
  position: absolute;
  width: 70.8rem;
  height: 32.8rem;
  transform: scale(0.494);
  top: -9.9rem;
  left: calc(50% - 70.8rem/2);
}
.minnano_main .minnano_title.movie>span {
  position: relative;
}
.minnano_main .minnano_title.movie>span::before {
  content: "";
  background-image: url(../../../../img/usr/freepage/minnano/title_deco_before.png);
  width: 10.8rem;
  height: 9.8rem;
  transform: scale(0.5);
  position: absolute;
  top: -2rem;
  left: -9.4rem;
}
.minnano_main .minnano_title.movie>span::after {
  content: "";
  background-image: url(../../../../img/usr/freepage/minnano/title_deco_after.png);
  width: 10.8rem;
  height: 9.8rem;
  transform: scale(0.5);
  position: absolute;
  top: -2rem;
  right: -11rem;
}
.block-video-area {
  text-align: center;
  margin: 0 0 10rem;
}
.block-video-area iframe {
  vertical-align: bottom;
}
/* 蝠�刀蜈ｱ騾� */
.minnano_product .product_title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #E50012;
  padding: 2rem 0 4rem;
  text-align: center;
}
.minnano_product .product_area {
  width: 100%;
  display: flex;
}
.minnano_product_slider {
  width: 32rem;
  margin-left: 5rem;
}
.minnano_product_slider .slick-dots {
  position: absolute;
  top: 41rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex!important;
  justify-content: center;
  align-items: center;
  height: 1.5rem
}
.minnano_product_slider .slick-dots li {
  height: .8rem;
  line-height: 0;
  padding: 0;
}
.minnano_product_slider .slick-dots li button {
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  font-size: 0;
  margin: 0 1rem;
  background: #fff;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  border: 0.1rem solid #E50012;
}
.minnano_product_slider .slick-dots li.slick-active button {
  background: #E50012;
}
.minnano_product .minnano_product_slider .slick-dots li {
  padding: 0 .3rem;
}
.minnano_product .minnano_product_slider .slick-list {
  box-shadow: 0 .6rem 1.5rem 0 rgba(35,24,21,0.2);
}
.minnano_product .minnano_product_slider img {
  height: 40rem;
  width: auto;
  object-fit: contain;
}
.minnano_product_slider .slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 2rem;
  height: 3.8rem;
  color: transparent;
  z-index: 1;
  transition: opacity 0.5s;
  border: none;
  background: transparent;
}
.minnano_product_slider .slick-arrow:hover + .minnano_product .minnano_product_slider img {
  opacity: 0.7;
}

/* 蜈ｱ騾夊ｨｭ螳� */

.minnano_product_slider .slick-next::before,
.minnano_product_slider .slick-next::after,
.minnano_product_slider .slick-prev::before,
.minnano_product_slider .slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.minnano_product .product_info {
  margin-right: 5rem;
  padding-left: 6rem;
  width: calc(100% - 42rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.minnano_product .product_info>img {
  width: 7rem;
  margin-left: 3.6rem;
  margin-bottom: 1rem;
}
.minnano_product .product_info>li {
  font-size: 1.8rem;
  text-indent: -3.6rem;
  padding-left: 3.6rem;
  line-height: 1.3;
}
.minnano_product .product_info>li>span.circle_number {
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  line-height: 2.6rem;
  background-color: #E50012;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  font-weight: bold;
  color: #fff;
  margin-right: 1rem;
  text-indent: 0em;
}
.minnano_product .product_info .product_option {
  padding: 0 0 2rem;
  display: flex;
  gap: 1.8rem;
}
.minnano_product .product_info .product_option.size {
  padding: 1.6rem 0 2rem;
}
.minnano_product .product_info .product_option .product_option_title {
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.3rem;
  height: 2.7rem;
  color: #E50012;
  border: 0.1rem solid #E50012;
}
.minnano_product .product_info .product_option .product_size {
  font-size: 1.8rem;
  font-weight: bold;
  color: #231815;
}
.minnano_product .product_info .product_option .product_size>span {
  font-size: 1.4rem;
}
.product_color {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.product_appeal_image {
  display: flex;
  gap: 1.5rem;
  padding-bottom: 2rem;
}

/*add */
.product_color img{
  max-height: 6rem;
}

.product_appeal_image img{
  max-height: 5.2rem;
}


.product_price {
  font-size: 2.8rem;
  font-weight: bold;
}
.product_price>span {
  font-size: 1.8rem;
}
.product_cart {
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff!important;
  background-color: #E50012;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30rem;
  height: 6rem;
  margin: 2rem auto 4rem;
}
.product_cart:hover {
  opacity: 0.8;
}
/* 繧､繝ｳ繝翫�蟆ら畑 */
.minnano_product.sec01::after {
  content: "";
  display: block;
  position: absolute;
  top: -5.5rem;
  right: 0;
  width: 29.2rem;
  height: 30rem;
  transform: scale(0.5);
  background-image: url(../../../../img/usr/freepage/minnano/products/sec01/sec01_title_side.png);
}
.minnano_product.sec02::after {
  content: "";
  display: block;
  position: absolute;
  top: -5.5rem;
  right: 4.4rem;
  width: 23.1rem;
  height: 30rem;
  transform: scale(0.5);
  background-image: url(../../../../img/usr/freepage/minnano/products/sec02/sec02_title_side.png);
}
.minnano_product.sec03::after {
  content: "";
  display: block;
  position: absolute;
  top: -5.5rem;
  right: -4.1rem;
  width: 36.7rem;
  height: 30rem;
  transform: scale(0.5);
  background-image: url(../../../../img/usr/freepage/minnano/products/sec03/sec03_title_side.png);
}
.minnano_product.sec04::after {
  content: "";
  display: block;
  position: absolute;
  top: -5.5rem;
  right: -8.2rem;
  width: 45.9rem;
  height: 30rem;
  transform: scale(0.5);
  background-image: url(../../../../img/usr/freepage/minnano/products/sec04/sec04_title_side.png);
}
.minnano_product.sec05::after {
  content: "";
  display: block;
  position: absolute;
  top: -5.5rem;
  right: 4rem;
  width: 21.3rem;
  height: 30rem;
  transform: scale(0.5);
  background-image: url(../../../../img/usr/freepage/minnano/products/sec05/sec05_title_side.png);
}
.minnano_product.sec06::after {
  content: "";
  display: block;
  position: absolute;
  top: -4.2rem;
  right: -9.5rem;
  width: 47rem;
  height: 26rem;
  transform: scale(0.5);
  background-image: url(../../../../img/usr/freepage/minnano/products/sec06/sec06_title_side.png);
}
/* 繝悶Λ蟆ら畑 */
.minnano_product.sec07::after {
  content: "";
  display: block;
  position: absolute;
  top: -5.3rem;
  right: 3.6rem;
  width: 27.3rem;
  height: 30rem;
  transform: scale(0.5);
  background-image: url(../../../../img/usr/freepage/minnano/products/sec07/sec07_title_side.png);
}
.minnano_product.sec08::after {
  content: "";
  display: block;
  position: absolute;
  top: -5.3rem;
  right: 8rem;
  width: 18.8rem;
  height: 30rem;
  transform: scale(0.5);
  background-image: url(../../../../img/usr/freepage/minnano/products/sec08/sec08_title_side.png);
}
.minnano_product.sec09:after {
  content: "";
  display: block;
  position: absolute;
  top: -5.3rem;
  right: 8rem;
  width: 21.4rem;
  height: 30rem;
  transform: scale(0.5);
  background-image: url(../../../../img/usr/freepage/minnano/products/sec09/sec09_title_side.png);
}
.minnano_product.sec07 .product_title,
.minnano_product.sec08 .product_title,
.minnano_product.sec09 .product_title {
  padding: 7rem 0 4rem;
}
.minnano_product.sec07 .product_title>div,
.minnano_product.sec08 .product_title>div {
  font-size: 2.7rem;
  line-height: 1.1;
}
/* 繧ｷ繝ｧ繝ｼ繝�ｰら畑 */
.minnano_product.sec10:after {
  content: "";
  display: block;
  position: absolute;
  top: -5.3rem;
  right: -4.2rem;
  width: 38.4rem;
  height: 30rem;
  transform: scale(0.5);
  background-image: url(../../../../img/usr/freepage/minnano/products/sec10/sec10_title_side.png);
}
.minnano_product.sec11:after {
  content: "";
  display: block;
  position: absolute;
  top: -5.3rem;
  right: 9.4rem;
  width: 15.3rem;
  height: 30rem;
  transform: scale(0.5);
  background-image: url(../../../../img/usr/freepage/minnano/products/sec11/sec11_title_side.png);
}
.minnano_product.sec12:after {
  content: "";
  display: block;
  position: absolute;
  top: -5.3rem;
  right: 4.9rem;
  width: 21.1rem;
  height: 30rem;
  transform: scale(0.5);
  background-image: url(../../../../img/usr/freepage/minnano/products/sec12/sec12_title_side.png);
}

/* ----------------------------------------SP---------------------------------------- */
@media screen and (max-width:767px) {
  .block-video-area {
    text-align: center;
    margin: 0 0 3rem;
  }
  .block-video-area iframe {
    width: 100%;
    height: 31.5vh;
  }
  /* ---------------mv--------------- */
  .minnano_mv {
    padding: .4rem 0 .4rem;
    background: #E50012;
    margin-bottom: 5.4rem;
    position: relative;
  }
  .minnano_mv a {
    outline: none;
  }
  .minnano_mv_slider li {
    padding: 0 .2rem;
  }
  .minnano_mv_slider img {
    height: 100%;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
  }
  .minnano_mv_slider .slick-dots {
    position: absolute;
    bottom: -3.1rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex!important;
    justify-content: center;
    align-items: center;
    height: 1.5rem;
  }
  .minnano_mv_slider .slick-dots li {
    height: .8rem;
    line-height: 0;
    padding: 0;
  }
  .minnano_mv_slider .slick-dots li button {
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    font-size: 0;
    margin: 0 1rem;
    background: #fff;
    border: 0.1rem solid #ccc;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
  }
  .minnano_mv_slider .slick-dots li.slick-active button {
    background: #ccc;
  }
  /* -----------繧ｫ繝�ざ繝ｪ繝ｼ繧｢繝ｳ繧ｫ繝ｼ繝ｪ繝ｳ繧ｯ------------- */
  .minnano_category {
    margin: auto;
  }
  .minnano_category .category_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem 1rem;
    padding: 0 1rem;
  }
  .minnano_category .category_list li {
    width: 17rem;
    height: 8.5rem;
    border: .2rem solid #E50012;
    border-radius: 1.5rem;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #E50012;
    position: relative;
    transition: 1s;
  }
  .minnano_category .category_list li:hover {
    opacity: 0.7;
    box-shadow: none;
  }
  .minnano_category .category_list li::after {
    content: "";
    position: absolute;
    width: 5.2rem;
    height: 2.8rem;
    transform: scale(0.3);
    bottom: -.7rem;
    left: calc(50% - 2.6rem);
    background-image: url(../../../../img/usr/freepage/minnano/rounded_corners_reverse_triangle.png);
  }
  .minnano_category .category_list a {
    margin-right: 0;
    position: relative;
  }
  .minnano_category .category_list a:last-child {
    margin-right: 0;
  }
  .minnano_category .category_list .product_target,
  .minnano_product .product_title .product_target {
    width: fit-content;
    padding: .2rem 1rem;
    margin: 1.2rem auto .6rem;
    font-size: .9rem;
    background-color: #FBD0BB;
    border-radius: 1rem;
    letter-spacing: 0;
    line-height: 1.2;
  }
  .minnano_category .category_list a[href="#socks_leg_warmersSP"] li {
    font-size: 1.3rem;
  }
  .minnano_category .category_list a[href="#inner_topsSP"]::before {
    content: "";
    background-image: url(../../../../img/usr/freepage/minnano/icon_inner_tops.png);
    position: absolute;
    top: -6.7rem;
    left: calc(50% - 7.6rem/2);
    z-index: 1;
    width: 7.6rem;
    height: 12.2rem;
    transform: scale(0.26);
  }
  .minnano_category .category_list a[href="#braSP"]::before {
    content: "";
    background-image: url(../../../../img/usr/freepage/minnano/icon_bra.png);
    position: absolute;
    top: -5.4rem;
    left: calc(50% - 9.3rem/2);
    z-index: 1;
    width: 9.3rem;
    height: 9.6rem;
    transform: scale(0.2964);
  }
  .minnano_category .category_list a[href="#shortsSP"]::before {
    content: "";
    background-image: url(../../../../img/usr/freepage/minnano/icon_shorts.png);
    position: absolute;
    top: -4rem;
    left: calc(50% - 7.3rem/2);
    z-index: 1;
    width: 7.3rem;
    height: 7.8rem;
    transform: scale(0.309);
  }
  .minnano_category .category_list a[href="#socks_leg_warmersSP"]::before {
    content: "";
    background-image: url(../../../../img/usr/freepage/minnano/icon_socks_leg_warmers.png);
    position: absolute;
    top: -4.1rem;
    left: calc(50% - 8rem/2);
    z-index: 1;
    width: 8rem;
    height: 7.8rem;
    transform: scale(0.345);
  }
  /* --------------繧ｫ繝�ざ繝ｪ繝ｼ繧ｿ繧､繝医Ν--------------- */
  .category_title {
    height: 10rem;
    background-color: #E50012;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 0 1.5rem;
    position: relative;
  }
  .category_title .product_target {
    font-size: 1rem;
    font-weight: bold;
    width: fit-content;
    padding: 0 1.3rem;
    margin-bottom: .4rem;
    height: 1.5rem;
    background-color: #fff;
    border-radius: 1rem;
    color: #E50012;
    letter-spacing: 0;
  }
  .category_title .category_title_jp {
    font-size: 2rem;
    color: #fff;
  }
  .category_title .category_title_en {
    font-size: .9rem;
    font-weight: bold;
    color: #fff;
  }
  .box-shadow {
    box-shadow: 1rem .5rem .5rem rgba(35,24,21,0.2);
  }
  #inner_topsSP .category_title::after {
    content: "";
    width: 320rem;
    height: 39.2rem;
    position: absolute;
    transform: scale(0.25);
    object-fit: contain;
    background-image: url(../../../../img/usr/freepage/minnano/inner_tops_bg_sp.png);
  }
  #braSP .category_title::after {
    content: "";
    width: 32.8rem;
    height: 36rem;
    position: absolute;
    left: 14rem;
    transform: scale(0.25);
    object-fit: contain;
    background-image: url(../../../../img/usr/freepage/minnano/bra_bg.png);
  }
  #shortsSP .category_title::after {
    content: "";
    width: 320rem;
    height: 39.2rem;
    position: absolute;
    transform: scale(0.22) translateX(-1.6rem);
    object-fit: contain;
    background-image: url(../../../../img/usr/freepage/minnano/shorts_bg.png);
  }
  #socks_leg_warmersSP .category_title::after {
    content: "";
    width: 320rem;
    height: 39.2rem;
    position: absolute;
    transform: scale(0.25) translate(-2.6rem, .5rem);
    object-fit: contain;
    background-image: url(../../../../img/usr/freepage/minnano/socks_leg_warmers_bg_sp.png);
  }
  /* --------------繝｡繧､繝ｳ+POINT+蜍慕判--------------- */
  .minnano_main .minnano_title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #E50012;
    display: flex;
    justify-content: center;
    text-align: left;
    
    letter-spacing: 0.6rem;
    padding: 4rem 1rem 0;
  }
  .minnano_main .minnano_description_wrap {
    width: 140rem;
    display: flex;
    justify-content: center;
    gap: 0 4rem;
    align-items: flex-end;
    margin: auto;
  }
  .minnano_main .minnano_description_wrap .minnano_description {
    text-align: left;
    font-size: 1.2rem;
    width: auto;
    line-height: 2.14;
  }
  .minnano_main .minnano_description_wrap img {
    min-width: 33rem;
    object-fit: contain;
  }
  .minnano_main .minnano_title.point {
    justify-content: center;
    text-align: center;
    letter-spacing: normal;
    padding: 4.5rem 0;
    margin: 6rem 0 0;
    position: relative;
  }
  .minnano_main .minnano_title.point::before {
    content: "";
    background-image: url(../../../../img/usr/freepage/minnano/POINT.png);
    position: absolute;
    width: 70rem;
    height: 32.8rem;
    transform: scale(0.37);
    top: -10.7rem;
    left: calc(50% - 70rem/2);
  }
  .minnano_main .minnano_title.point>div {
    position: relative;
    font-size: 1.8rem;
  }
  .minnano_main .minnano_title.point>div>div {
    font-size: 2.2rem;
  }
  .minnano_main .minnano_title.point>div::before {
    content: "";
    background-image: url(../../../../img/usr/freepage/minnano/title_deco_before.png);
    width: 10.8rem;
    height: 9.8rem;
    transform: scale(0.2);
    position: absolute;
    top: -2.5rem;
    left: -9rem;
  }
  .minnano_main .minnano_title.point>div::after {
    content: "";
    background-image: url(../../../../img/usr/freepage/minnano/title_deco_after.png);
    width: 10.8rem;
    height: 9.8rem;
    transform: scale(0.2);
    position: absolute;
    top: -2.5rem;
    right: -9rem;
  }
  .minnano_main .minnano_description_wrap {
    width: auto;
    display: block;
    margin: auto;
    padding: 0 1rem;
  }
  .minnano_point,
  .minnano_product {
    width: auto;
    margin: 0 1rem 3rem;
    border: .2rem solid #E50012;
    border-radius: 1.5rem;
    position: relative;
  }
  .minnano_point.point02 {
    padding: 0;
  }
  .minnano_point:last-child {
    margin-bottom: 0;
  }
  .minnano_point>img {
    height: 8rem;
    padding: 1rem 1rem 0;
  }
  .minnano_point::before {
    content: "";
    background-image: url(../../../../img/usr/freepage/minnano/point01_side_mark.png);
    background-repeat: no-repeat;
    width: 36rem;
    height: 16rem;
    object-fit: contain;
    transform: scale(0.25);
    position: absolute;
    top: -4rem;
    left: auto;
    right: -12.4rem;
  }
  .minnano_point.point02::before {
    background-image: url(../../../../img/usr/freepage/minnano/point02_side_mark.png);
  }
  .minnano_point.point03::before {
    background-image: url(../../../../img/usr/freepage/minnano/point03_side_mark.png);
  }
  .minnano_point.point03::after {
    content: "";
    background-image: url(../../../../img/usr/freepage/minnano/point03_side_mark_2.png);
    background-repeat: no-repeat;
    width: 36rem;
    height: 16rem;
    object-fit: contain;
    transform: scale(0.25);
    position: absolute;
    top: 1.1rem;
    left: auto;
    right: -12.4rem;
  }
  .minnano_point .point_title {
    font-size: 1.6rem;
    color: #E50012;
    letter-spacing: 0.17rem;
    padding: 0 1rem;
  }
  .minnano_point .point_title .underline {
    text-decoration: underline;
    text-underline-offset: .3rem;
    font-size: 1.6rem;
  }
  .minnano_point .target_products {
    color: #E50012;
    width: 71%;
    height: auto;
    font-size: 1.1rem;
    padding: 1rem 0 0 1rem;
  }
  .minnano_point .target_products>ul>li {
    list-style-type: none;
    margin: 0;
    float: left;
    width: auto;
    font-size: 1.1rem;
  }
  .minnano_point.point01 .point_contents {
    position: relative;
    text-align: center;
  }
  .minnano_point .point_contents {
    width: 100%;
  }
  .point_contents .kodawari {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    text-align: center;
    padding: 1.6rem 1rem;
    width: 100%;
  }
  .point_contents .kodawari>span {
    width: 11rem;
    height: 2rem;
    line-height: 2rem;
    background-color: #E50012;
    border-radius: .5rem;
    color: #fff;
  }
  .point_contents .kodawari::before,
  .point_contents .kodawari::after {
    content: "";
    height: .2rem;
    flex-grow: 1;
    background-color: #E50012;
  }
  
  .point_contents .kodawari::before {
    margin-right: 1rem;
  }
  .point_contents .kodawari::after {
    margin-left: 1rem;
  }
  .point_content_wrap {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    justify-content: center;
    gap: 1rem 1rem;
    padding: 1rem;
  }
  .point_contents .point_content {
    width: 15rem;
    font-size: 1rem;
  }
  .point_contents .point_content.content03 {
  text-wrap: nowrap;
  transform: translate(-50%, -.8rem);
  }
  .point_contents .point_content img {
    width: 15rem;
    height: auto;
    object-fit: contain;
    padding: 1rem 0;
  }
  .point_contents .point_content:nth-child(2) img {
    transform: translateY(-rem);
  }
  .is-red {
    font-size: 1rem;
    color: #E50012;
  }
  .minnano_point.point02 .reversible>img {
    width:80rem;
    object-fit:contain;
    padding: 0 1rem;
    transform: translateY(-1.5rem);
  }
  .minnano_point .tank_top_four_directions {
    display: flex;
    justify-content: space-around;
    padding: 1rem 2rem;
    transform: translateY(-1.5rem);
  }
  .minnano_point .dotted_circle {
    width: 11.1rem!important;
    height: 11.1rem!important;
    border-radius: 50%;
    border: 0.1rem dashed #E50012;
    box-sizing: border-box;
    font-size: 1.5rem;
    color: #E50012;
    text-align:center;
    position: relative;
    transform: translate(-.6rem, -2.3rem);
  }
  .minnano_point .dotted_circle:first-child {
    transform: translateY(9.8rem);
  }
  .minnano_point .dotted_circle>span {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 11.1rem;
    text-align: center;
    font-size: 1.1rem;
  }
  .minnano_point .tank_top_four_directions .dotted_circle>span>span {
    font-size: 1rem;
  }
  .minnano_point .tank_top_four_directions img {
    height: 14.2rem;
    object-fit: contain;
  }
  .minnano_point .point03_text {
    padding: 1rem;
    font-size: 1.2rem;
    color: #E50012;
    display: flex;
    flex-direction: column;
  }
  .minnano_point .point03_text img {
    width: 80%;
    margin: auto;
  }
  .minnano_point.point03 .point03_wrap {
    padding: 2rem 5rem 0;
    display: flex;
  }
  .minnano_point.point03 .point03_left {
    width: 33%;
    font-size: 2.2rem;
    color: #E50012;
  }
  .minnano_point.point03 .point03_right {
    width: 67%;
    transform: translate(0, -8rem);
  }
  .minnano_point.point03 .point03_right img {
    width: 100%;
  }
  .minnano_point.point03 .img-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .minnano_point.point03 .img-flex.material img {
    width: 20rem;
    height: 10rem;
    transform: translateY(0);
  }
  .minnano_point.point03 .img-flex.simmond {
    padding: 1rem 1.5rem;
    align-items: baseline;
  }
  .minnano_point.point03 .img-flex.simmond img {
    width: calc(39.8rem/2);
    height: calc(6.7rem / 2);
  }
  .minnano_point.point03 .img-flex.simmond .simmond_text {
    padding: 1rem 0;
    font-size: 1.2rem;
  }
  .minnano_point.point03 .simmond_title {
    font-size: 1.2rem;
    color: #E50012;
    border: 0.1rem solid #E50012;
    display: inline-block;
    padding: 0.1rem 1.6rem;
    margin-bottom: 1rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .minnano_point.point03 .simmond_step {
    display: flex;
    justify-content: space-around;
  }
  .minnano_point.point03 .simmond_step td{
    padding: .5rem 1rem;
    text-align: center;
    position: relative;
  }
  .minnano_point.point03 .simmond_step img {
    width: 13rem;
    height: 13rem;
  }
  .minnano_point.point03 .simmond_step td::before {
    content: "1";
    position: absolute;
    font-size: 1.8rem;
    font-weight: bold;
    color: #E50012;
    top: 1rem;
    left: 2rem;
  }
  .minnano_point.point03 .simmond_step td.simmond_step02::before {
    content: "2";
    left: 3rem;
  }
  .minnano_point.point03 .simmond_step td.simmond_step03::before {
    content: "3";
  }
  .minnano_point.point03 .simmond_step td.simmond_step04::before {
    content: "4";
    left: 3rem;
  }
  .minnano_point.point03 .simmond_step p {
    padding: .3rem 0 1rem;
    text-align: center;
    font-size: 1.1rem;
    color: #E50012;
  }
  .minnano_main {
    width: 100%;
    padding: 0 1rem;
  }
  .minnano_main .minnano_title.point,
  .minnano_main .minnano_title.movie {
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    letter-spacing: normal;
    padding: 4rem 0;
    margin: 0;
    position: relative;
  }
  .minnano_main .minnano_title.movie::before {
    content: "";
    background-image: url(../../../../img/usr/freepage/minnano/MOVIE.png);
    position: absolute;
    width: 70.8rem;
    height: 32.8rem;
    transform: scale(0.36);
    top: -9.9rem;
    left: calc(50% - 70.8rem/2);
  }
  .minnano_main .minnano_title.movie>div {
    position: relative;
    font-size: 1.8rem;
  }
  .minnano_main .minnano_title.movie>div>div {
    font-size: 2.2rem;
  }
  .minnano_main .minnano_title.movie>div::before {
    content: "";
    background-image: url(../../../../img/usr/freepage/minnano/title_deco_before.png);
    width: 10.8rem;
    height: 9.8rem;
    transform: scale(0.2);
    position: absolute;
    top: -2rem;
    left: -9rem;
  }
  .minnano_main .minnano_title.movie>div::after {
    content: "";
    background-image: url(../../../../img/usr/freepage/minnano/title_deco_after.png);
    width: 10.8rem;
    height: 9.8rem;
    transform: scale(0.2);
    position: absolute;
    top: -2rem;
    right: -9rem;
  }
  .block-video-area {
    text-align: center;
    margin: 0 0 3rem;
  }
  .block-video-area iframe {
    vertical-align: bottom;
  }
  /* 蝠�刀蜈ｱ騾� */
  .minnano_product .product_title {
    font-size: 1.6rem;
    font-weight: bold;
    color: #E50012;
    padding: 0 0 2rem;
    text-align: center;
  }
  .minnano_product .product_area {
    width: 100%;
    display: block;
  }
  .minnano_product_slider {
    width: 28rem;
    margin: auto;
  }
  .minnano_product_slider .slick-dots {
    position: absolute;
    top: 35.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex!important;
    justify-content: center;
    align-items: center;
    height: 1.5rem;
  }
  .minnano_product_slider .slick-dots li {
    height: .8rem;
    line-height: 0;
    padding: 0;
  }
  .minnano_product_slider .slick-dots li button {
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    font-size: 0;
    margin: 0 1rem;
    background: #fff;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    border: 0.1rem solid #E50012;
  }
  .minnano_product_slider .slick-dots li.slick-active button {
    background: #E50012;
  }
  .minnano_product .minnano_product_slider .slick-dots li {
    padding: 0 .3rem;
  }
  .minnano_product .minnano_product_slider .slick-list {
    box-shadow: 0 .6rem 1.5rem 0 rgba(35,24,21,0.2);
    width: 28rem;
    margin: auto;
  }
  .minnano_product .minnano_product_slider img {
    height: auto;
    width: 28rem;
    object-fit: contain;
  }
  .minnano_product_slider .slick-arrow {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    width: 2rem;
    height: 3.8rem;
    color: transparent;
    z-index: 1;
    transition: opacity 0.5s;
    border: none;
    background: transparent;
  }
  .minnano_product_slider .slick-arrow:hover + .minnano_product .minnano_product_slider img {
    opacity: 0.7;
  }

  /* 蜈ｱ騾夊ｨｭ螳� */
  .minnano_product_slider .slick-next::before,
  .minnano_product_slider .slick-next::after,
  .minnano_product_slider .slick-prev::before,
  .minnano_product_slider .slick-prev::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .minnano_product .product_info {
    margin-right: 2rem;
    padding-left: 2rem;
    width: auto;
    display: block;
  }
  .minnano_product .product_info>img {
    width: 5rem;
    height: auto;
    object-fit: contain;
    margin-top: 2.4rem;
    margin-left: 0;
    margin-bottom: .5rem;
  }
  .minnano_product .product_info>li {
    font-size: 1.2rem;
    text-indent: -2rem;
    padding-left: 2rem;
    padding-bottom: .5rem;
    line-height: 1.3;
    list-style-type: none;
  }
  .minnano_product .product_info>li>span.circle_number {
    /* display: inline-block; */
    width: 1.3rem;
    height: 1.3rem;
    line-height: 1.2rem;
    font-size: 1rem;
    padding-left: 0.1rem;
    /* background-color: #E50012; */
    /* border-radius: 50%; */
    /* text-align: center; */
    /* box-sizing: border-box; */
    /* font-weight: bold; */
    /* color: #fff; */
    margin-right: .7rem;
    /* text-indent: 0em; */
  }
  .minnano_product .product_info .product_option {
    padding: 0 0 1rem;
    display: flex;
    gap: 1.8rem;
  }
  .minnano_product .product_info .product_option.size {
    padding: 1.6rem 0 1rem;
  }
  .minnano_product .product_info .product_option .product_option_title {
    font-size: 1rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5.5rem;
    height: 2.2rem;
    line-height: 2.2rem;
    color: #E50012;
    border: 0.1rem solid #E50012;
  }
  .minnano_product .product_info .product_option .product_size {
    font-size: 1.2rem;
    line-height: 2.2rem;
    font-weight: bold;
    color: #231815;
  }
  .minnano_product .product_info .product_option .product_size>span {
    font-size: 1.4rem;
  }
  .product_color {
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
  }
  
  .product_color > img{
    width: 2.9rem;
    height: auto;
  }
  
  .product_appeal_image {
    display: flex;
    justify-content: flex-end;
    gap: 1.2rem;
    padding-bottom: 1rem;
  }
  
  .product_appeal_image > img{
    width: 9rem;
  }
  
  .product_price {
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .product_price>span {
    font-size: .9rem;
  }
  .product_cart {
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff!important;
    background-color: #E50012;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15rem;
    height: 3rem;
    margin: 1rem auto 2rem;
  }
  .product_cart:hover {
    opacity: 0.8;
  }
  /* 繧､繝ｳ繝翫�蟆ら畑 */
  .minnano_product.sec01::after {
    content: "";
    display: block;
    position: absolute;
    top: -9.8rem;
    right: -9.1rem;
    width: 29.2rem;
    height: 30rem;
    transform: scale(0.2);
    background-image: url(../../../../img/usr/freepage/minnano/products/sec01/sec01_title_side.png);
  }
  .minnano_product.sec02::after {
    content: "";
    display: block;
    position: absolute;
    top: -10.3rem;
    right: -6.1rem;
    width: 23.1rem;
    height: 30rem;
    transform: scale(0.25);
    background-image: url(../../../../img/usr/freepage/minnano/products/sec02/sec02_title_side.png);
  }
  .minnano_product.sec03::after {
    content: "";
    display: block;
    position: absolute;
    top: -10.2rem;
    right: -13.2rem;
    width: 36.7rem;
    height: 30rem;
    transform: scale(0.2);
    background-image: url(../../../../img/usr/freepage/minnano/products/sec03/sec03_title_side.png);
  }
  .minnano_product.sec04::after {
    content: "";
    display: block;
    position: absolute;
    top: -9.6rem;
    right: -17.7rem;
    width: 45.9rem;
    height: 30rem;
    transform: scale(0.18);
    background-image: url(../../../../img/usr/freepage/minnano/products/sec04/sec04_title_side.png);
  }
  .minnano_product.sec05::after {
    content: "";
    display: block;
    position: absolute;
    top: -9.9rem;
    right: -5.3rem;
    width: 21.3rem;
    height: 30rem;
    transform: scale(0.2);
    background-image: url(../../../../img/usr/freepage/minnano/products/sec05/sec05_title_side.png);
  }
  .minnano_product.sec06::after {
    content: "";
    display: block;
    position: absolute;
    top: -8.4rem;
    right: -18rem;
    width: 47rem;
    height: 26rem;
    transform: scale(0.2);
    background-image: url(../../../../img/usr/freepage/minnano/products/sec06/sec06_title_side.png);
  }
  /* 繝悶Λ蟆ら畑 */
  .minnano_product.sec07::after {
    content: "";
    display: block;
    position: absolute;
    top: -10.8rem;
    right: -9.2rem;
    width: 27.3rem;
    height: 30rem;
    transform: scale(0.2);
    background-image: url(../../../../img/usr/freepage/minnano/products/sec07/sec07_title_side.png);
  }
  .minnano_product.sec08::after {
    content: "";
    display: block;
    position: absolute;
    top: -10.3rem;
    right: -3.5rem;
    width: 18.8rem;
    height: 30rem;
    transform: scale(0.2);
    background-image: url(../../../../img/usr/freepage/minnano/products/sec08/sec08_title_side.png);
  }
  .minnano_product.sec09:after {
    content: "";
    display: block;
    position: absolute;
    top: -11.3rem;
    right: -7.1rem;
    width: 21.4rem;
    height: 30rem;
    transform: scale(0.2);
    background-image: url(../../../../img/usr/freepage/minnano/products/sec09/sec09_title_side.png);
  }
  .minnano_product.sec07 .product_title,
  .minnano_product.sec08 .product_title,
  .minnano_product.sec09 .product_title {
    padding: 1.7rem 0 1rem;
    font-size: 1.7rem;
  }
  .minnano_product.sec07 .product_title>div,
  .minnano_product.sec08 .product_title>div {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  /* 繧ｷ繝ｧ繝ｼ繝�ｰら畑 */
  .minnano_product.sec10:after {
    content: "";
    display: block;
    position: absolute;
    top: -10.3rem;
    right: -14.8rem;
    width: 38.4rem;
    height: 30rem;
    transform: scale(0.2);
    background-image: url(../../../../img/usr/freepage/minnano/products/sec10/sec10_title_side.png);
  }
  .minnano_product.sec11:after {
    content: "";
    display: block;
    position: absolute;
    top: -10.2rem;
    right: -2rem;
    width: 15.3rem;
    height: 30rem;
    transform: scale(0.21);
    background-image: url(../../../../img/usr/freepage/minnano/products/sec11/sec11_title_side.png);
  }
  .minnano_product.sec12:after {
    content: "";
    display: block;
    position: absolute;
    top: -10rem;
    right: -4.8rem;
    width: 21.1rem;
    height: 30rem;
    transform: scale(0.23);
    background-image: url(../../../../img/usr/freepage/minnano/products/sec12/sec12_title_side.png);
  }
  .category_sub_title {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 2.5rem auto;
    position: relative;
  }
  .category_sub_title.legwarmers {
    margin: 2rem auto 2rem;
  }
  .category_sub_title .category_sub_title_jp {
    font-size: 4rem;
    color: #fff;
  }
  .category_sub_title .category_sub_title_en {
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
  }
  #socks_leg_warmersSP .category_title::after {
    content: "";
    width: 320rem;
    height: 39.2rem;
    position: absolute;
    transform: scale(0.5);
    object-fit: contain;
    background-image: url(../../../../img/usr/freepage/minnano/socks_leg_warmers_bg.png);
  }
  #socks_leg_warmersSP .category_sub_title .category_sub_title_jp {
    font-size: 2rem;
    font-weight: bold;
    color: #E50012;
  }
  #socks_leg_warmersSP .category_sub_title .category_sub_title_en {
    font-size: 1.2rem;
    color: #E50012;
  }
  #socks_leg_warmersSP .category_sub_title.socks::after {
    content: "";
    width: 20.7rem;
    height: 27rem;
    position: absolute;
    right: 1rem;
    transform: scale(0.25);
    object-fit: contain;
    background-image: url(../../../../img/usr/freepage/minnano/socks_title_side.png);
  }
  #socks_leg_warmersSP .category_sub_title.legwarmers::after {
    content: "";
    width: 35.9rem;
    height: 29rem;
    position: absolute;
    right: -10.9rem;
    transform: scale(0.25);
    object-fit: contain;
    background-image: url(../../../../img/usr/freepage/minnano/legwarmers_title_side.png);
  }
  footer.pane-footer #pagetop a {
    display: block;
    width: 4.8rem;
    height: 4.8rem;
    border: .2rem solid #E50012;
    background: #fff;
    border-radius: 50%;
    background-image: url(../../../../img/usr/freepage/minnano/rounded_corners_reverse_triangle.png);
    background-size: 70%;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    background-position: center 1.5rem;
  }
  footer.pane-footer #pagetop a img {
    display: none;
  }
  footer.pane-footer #pagetop a:hover {
    background: #E50012;
    background-repeat: no-repeat;
    background-position: center 1.5rem;
    background-image: url(../../../../img/usr/freepage/minnano/rounded_corners_reverse_triangle_white.png);
    background-size: 70%;
  }
}
/* --------------繧､繝ｳ繧ｹ繧ｿ霑ｽ蜉�--------------- */
.minnano_main.sns .minnano_title::before{
  content: "";
  width: 6rem;
  height: 6rem;
  margin-right: 1rem;
  background-image: url(../../../../img/usr/freepage/minnano/icon_instagram.png);
  background-size: contain;
  background-repeat: no-repeat;
}
ul.insta-lists {
display: flex;
justify-content: center;
}
li.insta-item {
    overflow: hidden;
}
li.insta-item iframe,
li.insta-item video {
    max-width: 100%;
    min-width: auto!important;
    width: 100%;
    margin-top: -6rem!important;
}
[data-browse-mode="P"] li.insta-item {
    margin: 0 1rem;
    width: calc((100% - 2rem) / 3);
    max-width: 30rem;
    height: 37rem;
}
[data-browse-mode="S"] li.insta-item {
    height: 100vw;
    max-height: 60rem;
}
[data-browse-mode="S"] li.insta-item + li.insta-item {
    margin-top: 1rem;
}
.minnano_main.sns{
  display:none;
}
@media screen and (max-width:767xp) {
  .minnano_main.sns .minnano_title{
    white-space: nowrap;
    align-items: center;
    margin-bottom: 2rem;
  }
  ul.insta-lists{
    flex-direction: column;
  }
  .minnano_main.sns{
    margin-bottom: 10rem;
    display:none;
  }
}