.main-area img,
.main-area a {
  transition: opacity 0.5s;
}
.top {
  text-align: center;
}
.top_img {
  width: 100%;
  height: auto;
}
.top_lead {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
  margin-top: 4.3rem;
}
.top_lead .bold {
  font-weight: bold;
}

.main-area {
  color: #000;
}
.main-area .content {
  margin-top: 6rem;
}
.main-area .content:first-of-type {
  margin-top: 3.5rem;
}
.main-area .content img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}
.main-area .content picture {
  display: block;
}
.main-area .model_img {
  transition: opacity 0.5s;
}
.main-area .model_img_wrap {
  position: relative;
}
.main-area .model_img_stack {
  width: 50%;
  height: 90rem;
}
.main-area .model_img_stack .model_img_link {
  position: absolute;
}
.main-area .model_img_stack.stack_l .model_img_link:nth-of-type(1) {
  width: 50%;
  top: 0;
  left: 0;
}
.main-area .model_img_stack.stack_l .model_img_link:nth-of-type(2) {
  width: 40%;
  bottom: 0;
  right: 0;
}
.main-area .model_img_stack.stack_r .model_img_link:nth-of-type(1) {
  width: 50%;
  top: 0;
  right: 0;
}
.main-area .model_img_stack.stack_r .model_img_link:nth-of-type(2) {
  width: 60%;
  bottom: 0;
  left: 0;
}
.main-area .model_img_link {
  background-color: #fff;
  display: block;
  position: relative;
}
.main-area .model_img_link:hover {
  opacity: 1;
}
.main-area .prod_detail_lead {
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  line-height: 2;
  margin-top: 2.5rem;
  text-align: center;
}
.main-area .price_wrap {
  width: 100%;
  margin: auto;
  margin-top: 1.65rem;
}

.main-area .content1 {
  padding-bottom: 6rem;
  position: relative;
}
.main-area .content1::after {
  width: 100%;
  height: 79rem;
  background-color: #FAFAFA;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.main-area .content1 .reccomend {
  width: 32.8rem;
  margin: auto;
}
.main-area .content1 .whats {
  width: 18rem;
  margin: 2.6rem auto 0;
  transform: translateX(0.4rem);
}
.main-area .content1 .mask_img {
  width: 25rem;
  margin: 1rem auto 0;
  transform: translateX(0.9rem);
}
.main-area .content1 .mask_point {
  width: 34.5rem;
  display: grid;
  grid-template-columns: 6rem 27rem;
  grid-template-rows: 5rem 5rem 5rem;
  gap: 2rem 1.5rem;
  margin: 1.6rem auto 0;
}
.main-area .content1 .mask_point .point {
  width: 6rem;
}
.main-area .content1 .mask_point .point_text {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.6923076923;
}

.main-area .content2 {
  margin-top: 6rem;
}
.main-area .content2 .coordinate_title .coordinate_heading {
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
  font-size: 2.7rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
.main-area .content2 .coordinate_title_img {
  width: 13.7rem;
  margin: 1.3rem auto 0;
}
.main-area .content2 .coordinate_lead {
  width: 34.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  text-align: center;
  margin: 2.2rem auto 0;
}
.main-area .content2 .link_list {
  width: 34.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.4rem 0;
  margin: 2.2rem auto 0;
}
.main-area .content2 .link_list .link_item {
  width: 17.25rem;
  list-style-type: none;
  position: relative;
}
.main-area .content2 .link_list .link_item::before {
  width: 100%;
  height: 2.1rem;
  border-left: 1px solid #707070;
  content: "";
  display: block;
  position: absolute;
  top: 1.4rem;
  z-index: -1;
}
.main-area .content2 .link_list .link_item:last-of-type {
  margin: 0.3rem auto 0;
}
.main-area .content2 .link_list .link_item:last-of-type::before {
  border-right: 1px solid #707070;
}
.main-area .content2 .link_list .link_item:nth-of-type(2n)::before {
  border-right: 1px solid #707070;
}
.main-area .content2 .link_list .link_item .anchor_link {
  display: block;
}
.main-area .content2 .link_list .link_item .link_img {
  width: 16rem;
  display: block;
  margin: auto;
}
.main-area .content2 .link_list .link_item .link_arrow {
  width: 1.5rem;
  display: block;
  margin: 0.5rem auto 0;
}

.main-area .content3::before {
  background-color: #FFF5F7;
}
.main-area .content4::before {
  background-color: #F4F4F4;
}
.main-area .content5::before {
  background-color: #F8F7F4;
}
.main-area .content6::before {
  background-color: #FFF7EF;
}
.main-area .content7::before {
  background-color: #EDF7FA;
}
.main-area .content8::before {
  background-color: #EDEDED;
}
.main-area .content9::before {
  background-color: #EAF0FA;
}
.main-area .content10::before {
  background-color: #F9F5FC;
}
.main-area .content:nth-of-type(n+3) {
  padding-bottom: 6rem;
  position: relative;
}
.main-area .content:nth-of-type(n+3)::before {
  width: 100%;
  height: 95.95rem;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.main-area .content:nth-of-type(n+3) .brand_heading .brand_logo {
  width: 25rem;
  margin: auto;
}
.main-area .content:nth-of-type(n+3) .brand_heading .brand_withmask {
  width: 13.75rem;
  margin: 1rem auto 0;
}
.main-area .content:nth-of-type(n+3) .brand_model .model_img_wrap {
  width: 34.5rem;
  margin: 3.5rem auto 0;
}
.main-area .content:nth-of-type(n+3) .brand_lead {
  width: 34.5rem;
  font-size: 1.9rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5789473684;
  margin: 1.7rem auto 0;
}
.main-area .content:nth-of-type(n+3) .brand_border {
  width: 34.5rem;
  height: 0.1rem;
  border: none;
  background-image: url(../img/border_sp.svg);
  background-size: contain;
  margin: 1.1rem auto 0;
}
.main-area .content:nth-of-type(n+3) .brand_closeup {
  width: 21rem;
  margin: 3rem auto 0;
  position: relative;
}
.main-area .content:nth-of-type(n+3) .brand_closeup::before {
  width: 7.2rem;
  height: 8.7rem;
  background-image: url(../img/closeup.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: -2.7rem;
  left: 0;
}
.main-area .content:nth-of-type(n+3) .brand_maskcolor {
  font-weight: bold;
  text-align: center;
  margin-top: 2.2rem;
}
.main-area .content:nth-of-type(n+3) .brand_maskcolor .text {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
.main-area .content:nth-of-type(n+3) .brand_maskcolor .text_pink {
  color: #CC696C;
}
.main-area .content:nth-of-type(n+3) .brand_maskcolor .text_charcoal {
  color: #484952;
}
.main-area .content:nth-of-type(n+3) .brand_maskcolor .text_beige {
  color: #503E33;
}
.main-area .content:nth-of-type(n+3) .brand_maskcolor .text_orange {
  color: #EB6E00;
}
.main-area .content:nth-of-type(n+3) .brand_maskcolor .text_sax {
  color: #406188;
}
.main-area .content:nth-of-type(n+3) .brand_maskcolor .text_offwhite {
  color: #696969;
}
.main-area .content:nth-of-type(n+3) .brand_maskcolor .text_navy {
  color: #172544;
}
.main-area .content:nth-of-type(n+3) .brand_maskcolor .text_lavender {
  color: #8A5593;
}
.main-area .content:nth-of-type(n+3) .brand_maskcolor .text_color {
  display: block;
  font-size: 1.7rem;
  margin-top: 0.8rem;
}
.main-area .content:nth-of-type(n+3) .brand_maskcolor .mask_prod_wrap {
  width: 31.5rem;
  display: grid;
  gap: 1.9rem 1rem;
  grid-template-columns: 12rem 1fr;
  margin: 1rem auto 0;
}
.main-area .content:nth-of-type(n+3) .brand_maskcolor .mask_prod_wrap .mask_text {
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: left;
}
.main-area .content:nth-of-type(n+3) .brand_maskcolor .mask_prod_wrap .mask_text .size {
  font-size: 1.4rem;
  margin-top: 1.1rem;
}
.main-area .content:nth-of-type(n+3) .brand_maskcolor .mask_prod_wrap .mask_text .size_img {
  width: 1.9rem;
  display: inline-block;
  vertical-align: middle;
}
.main-area .content:nth-of-type(n+3) .brand_maskcolor .mask_prod_wrap .mask_text .prod_name {
  font-size: 1.3rem;
  margin-top: 1rem;
}
.main-area .content:nth-of-type(n+3) .brand_maskcolor .mask_prod_wrap .mask_text .price {
  font-size: 1.2rem;
  margin-top: 0.7rem;
}
.main-area .content:nth-of-type(n+3) .brand_maskcolor .mask_prod_wrap .mask_buy {
  width: 16rem;
  height: 3.5rem;
  grid-area: 2/1/3/3;
  margin: auto;
}
.main-area .content:nth-of-type(n+3) .brand_other_product {
  width: 34.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  margin: 4rem auto 0;
}
.main-area .content:nth-of-type(n+3) .brand_other_product .product_item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
}
.main-area .content:nth-of-type(n+3) .brand_other_product .product_item .product_img {
  width: 10rem;
}
.main-area .content:nth-of-type(n+3) .brand_other_product .product_item .product_detail {
  letter-spacing: 0.05em;
  margin-top: 1rem;
}
.main-area .content:nth-of-type(n+3) .brand_other_product .product_item .product_brand {
  font-size: 1.3rem;
  font-weight: bold;
}
.main-area .content:nth-of-type(n+3) .brand_other_product .product_item .product_name {
  font-size: 1.3rem;
  line-height: 1.6923076923;
  margin-top: 0.5rem;
}
.main-area .content:nth-of-type(n+3) .brand_other_product .product_item .product_price {
  display: block;
  font-size: 1.2rem;
  margin-top: 1.1rem;
  text-decoration: underline;
}
.main-area .content:nth-of-type(n+3).content4 .brand_closeup::before {
  background-image: url(../img/closeup_2.svg);
}
.main-area .content:nth-of-type(n+3).content5 .brand_closeup::before {
  background-image: url(../img/closeup_3.svg);
}
.main-area .content:nth-of-type(n+3).content6 .brand_closeup::before {
  background-image: url(../img/closeup_4.svg);
}
.main-area .content:nth-of-type(n+3).content7 .brand_closeup::before {
  background-image: url(../img/closeup_5.svg);
}
.main-area .content:nth-of-type(n+3).content8 .brand_closeup::before {
  background-image: url(../img/closeup_6.svg);
}
.main-area .content:nth-of-type(n+3).content9 .brand_closeup::before {
  background-image: url(../img/closeup_7.svg);
}
.main-area .content:nth-of-type(n+3).content10 .brand_closeup::before {
  background-image: url(../img/closeup_8.svg);
}
.main-area .content3,
.main-area .content6,
.main-area .content9 {
  margin-top: 5.5rem;
}
.main-area .buy_button {
  width: 100%;
  height: 100%;
  background-color: #000;
  border: 0.1rem solid #000;
  box-sizing: border-box;
  color: #fff;
  display: grid;
  place-items: center;
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  transition: background-color 0.3s, color 0.3s;
}

.main-area .prod_item {
  width: 10.5rem;
}
.main-area .prod_item:nth-of-type(n+3) {
  margin-top: 4.2rem;
}
.main-area .prod_item_item_name {
  text-align: center;
}
.main-area .prod_item_wrap {
  width: 25.5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 4.5rem auto 0;
}
.main-area .prod_item_wrap.column3 {
  width: 35rem;
}
.main-area .prod_item_wrap.column3 .prod_item {
  width: 11rem;
}
.main-area .prod_item_wrap.column3 .prod_item:nth-of-type(3) {
  margin-top: 0;
}
.main-area .prod_item_wrap.column3 .prod_item:nth-of-type(n+4) {
  margin-top: 0;
}
.main-area .prod_item_title {
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  line-height: 2;
  text-align: center;
}
.main-area .prod_item_name {
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 1.7rem;
  text-align: center;
  white-space: nowrap;
}
.main-area .prod_item .buy_button {
  margin-top: 0.7rem;
}

.main-area .viewall {
  padding: 5.8rem 0 9rem;
}
.main-area .viewall_mask {
  width: 26rem;
  height: 4.5rem;
  background-color: #000;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: auto;
}
.main-area .viewall .totop {
  width: 26rem;
  height: 4.5rem;
  border: 0.1rem solid #000;
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 1rem auto 0;
}
.enableBg .main-area {
  opacity: 0.7;
}
@media screen and (max-width:767px) {
  html {
    font-size: 2.6666666667vw;
  }
  .sponly {
    display: block !important;
  }

  .pconly {
    display: none !important;
  }
  .main-area .content:nth-of-type(n+3).content8::before {
    height: 110.4rem;
  }
  .main-area .content:nth-of-type(n+3).content10::before {
    height: 82.2rem;
  }
  #Contents.enableBg {
    background-image: url(../img/page_sp.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center -57px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media screen and (min-width:1400px) {
  html {
    font-size: 10px;
  }
  .breadcrumb__list {
    padding-bottom: 1.6rem;
  }
  #Contents.enableBg {
    background-image: url(../img/page_pc.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center -130px;
  }
}
@media screen and (min-width:768px) {
  .sponly {
    display: none !important;
  }

  .pconly {
    display: block !important;
  }
  .top_img_link {
    width: 120rem;
    display: block;
    margin: auto;
  }
  .top_lead {
    margin-top: 7rem;
    line-height: 2.5714285714;
  }
  .main-area .content:first-of-type {
    margin-top: 4.7rem;
  }
  .main-area .prod_detail_lead {
    font-size: 1.4rem;
    margin-top: 3.5rem;
  }
  .main-area .prod_wrap {
    width: 120rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .main-area .price_wrap {
    width: 100%;
    margin-top: 1.8rem;
  }
  .main-area .content1 {
    padding-bottom: 8.5rem;
  }
  .main-area .content1::after {
    height: 68.8rem;
  }
  .main-area .content1 .reccomend {
    width: 64rem;
  }
  .main-area .content1 .whats {
    width: 23rem;
    margin: 10.1rem 0 0;
  }
  .main-area .content1 .mask_wrap {
    width: 77.3rem;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 3.5rem auto 0;
    transform: translateX(-1.7rem);
  }
  .main-area .content1 .mask_wrap .mask_img {
    width: 31.5rem;
    margin: 0;
  }
  .main-area .content1 .mask_wrap .mask_point {
    width: 43rem;
    grid-template-columns: 9rem 32rem;
    grid-template-rows: 4.6rem 4.6rem 4.6rem;
    gap: 2.5rem 2rem;
    margin: 4rem 0 0 0.4rem;
  }
  .main-area .content1 .mask_wrap .mask_point .point {
    width: 100%;
  }
  .main-area .content1 .mask_wrap .mask_point .point_text {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.8571428571;
  }
  .main-area .content2 {
    margin-top: 11rem;
  }
  .main-area .content2 .coordinate_title .coordinate_heading {
    font-size: 3.2rem;
  }
  .main-area .content2 .coordinate_title_img {
    width: 12.3rem;
    margin: 1.7rem auto 0;
    transform: translateX(0.2rem);
  }
  .main-area .content2 .coordinate_lead {
    width: auto;
    margin: 2.6rem auto 0;
  }
  .main-area .content2 .link_list {
    width: 90rem;
    justify-content: center;
    gap: 2rem 0;
    margin: 4.4rem auto 0;
  }
  .main-area .content2 .link_list .link_item {
    width: 22.5rem;
  }
  .main-area .content2 .link_list .link_item .anchor_link:hover .link_arrow {
    transform: translateY(0.5rem);
  }
  .main-area .content2 .link_list .link_item::before {
    height: 2.4rem;
  }
  .main-area .content2 .link_list .link_item:nth-of-type(2n)::before {
    border-right: none;
  }
  .main-area .content2 .link_list .link_item:nth-of-type(4)::before {
    border-right: 1px solid #707070;
  }
  .main-area .content2 .link_list .link_item:last-of-type {
    margin: 0;
  }
  .main-area .content2 .link_list .link_item .link_img {
    width: 18.5rem;
  }
  .main-area .content2 .link_list .link_item .link_arrow {
    width: 1.7rem;
    transform: translateY(0);
    transition: transform 0.3s;
  }
  .main-area .content:nth-of-type(n+3) {
    margin-top: 12.2rem;
    padding-bottom: 8rem;
  }
  .main-area .content:nth-of-type(n+3)::before {
    height: 36.8rem;
  }
  .main-area .content:nth-of-type(n+3) .brand_heading .brand_logo {
    width: 30rem;
  }
  .main-area .content:nth-of-type(n+3) .brand_heading .brand_withmask {
    width: 12.2rem;
    margin: 1.1rem auto 0;
  }
  .main-area .content:nth-of-type(n+3) .brand_detail_wrap {
    width: 100rem;
    display: grid;
    grid-template-columns: 47rem 47rem;
    grid-template-rows: 4.5rem 7.2rem 2.8rem 28.7rem 1fr;
    gap: 0 6rem;
    margin: 7rem auto 0;
  }
  .main-area .content:nth-of-type(n+3) .brand_detail_wrap .brand_model {
    grid-area: 1/1/6/2;
  }
  .main-area .content:nth-of-type(n+3) .brand_detail_wrap .brand_model .model_img_wrap {
    width: 47rem;
    margin: 0;
  }
  .main-area .content:nth-of-type(n+3) .brand_detail_wrap .brand_lead {
    width: auto;
    font-size: 2.4rem;
    grid-area: 2/2/3/3;
    line-height: 1.6666666667;
    margin: 0;
  }
  .main-area .content:nth-of-type(n+3) .brand_detail_wrap .brand_border {
    width: 100%;
    background-image: url(../img/border_pc.svg);
    border-width: 0.1rem;
    grid-area: 4/3/3/2;
    margin: auto 0 0 0;
  }
  .main-area .content:nth-of-type(n+3) .brand_detail_wrap .brand_mask_detail_wrap {
    display: flex;
    gap: 1.9rem;
    grid-area: 4/2/5/3;
    margin-top: 1.9rem;
  }
  .main-area .content:nth-of-type(n+3) .brand_detail_wrap .brand_mask_detail_wrap .brand_closeup {
    width: 21rem;
    margin: 2rem 0 0;
  }
  .main-area .content:nth-of-type(n+3) .brand_detail_wrap .brand_mask_detail_wrap .brand_closeup::before {
    width: 7rem;
    height: 8.3rem;
    top: -2.5rem;
    left: -0.2rem;
  }
  .main-area .content:nth-of-type(n+3) .brand_detail_wrap .brand_mask_detail_wrap .brand_maskcolor {
    text-align: left;
  }
  .main-area .content:nth-of-type(n+3) .brand_detail_wrap .brand_mask_detail_wrap .brand_maskcolor .text_color {
    margin-top: 0.8rem;
  }
  .main-area .content:nth-of-type(n+3) .brand_detail_wrap .brand_mask_detail_wrap .brand_maskcolor .mask_prod_wrap {
    width: 24rem;
    gap: 1.2rem 1rem;
    margin: 1.8rem auto 0;
  }
  .main-area .content:nth-of-type(n+3) .brand_detail_wrap .brand_mask_detail_wrap .brand_maskcolor .mask_prod_wrap .mask_text {
    margin-top: 1rem;
  }
  .main-area .content:nth-of-type(n+3) .brand_detail_wrap .brand_mask_detail_wrap .brand_maskcolor .mask_prod_wrap .mask_text .size {
    font-size: 1.3rem;
  }
  .main-area .content:nth-of-type(n+3) .brand_detail_wrap .brand_mask_detail_wrap .brand_maskcolor .mask_prod_wrap .mask_text .size_img {
    width: 2.4rem;
    display: block;
    margin: 0.5rem 0 0;
  }
  .main-area .content:nth-of-type(n+3) .brand_detail_wrap .brand_mask_detail_wrap .brand_maskcolor .mask_prod_wrap .mask_text.pconly {
    grid-area: 2/1/3/3;
    margin: 0;
  }
  .main-area .content:nth-of-type(n+3) .brand_detail_wrap .brand_mask_detail_wrap .brand_maskcolor .mask_prod_wrap .mask_text.pconly .prod_name {
    margin-top: 0.3rem;
  }
  .main-area .content:nth-of-type(n+3) .brand_detail_wrap .brand_mask_detail_wrap .brand_maskcolor .mask_prod_wrap .mask_text.pconly .price {
    margin-top: 0.6rem;
  }
  .main-area .content:nth-of-type(n+3) .brand_detail_wrap .brand_mask_detail_wrap .brand_maskcolor .mask_prod_wrap .mask_buy {
    width: 12.5rem;
    height: 3.2rem;
    grid-area: 3/1/3/3;
    margin: 0.7rem 0 0;
  }
  .main-area .content:nth-of-type(n+3) .brand_other_product {
    width: 76rem;
    flex-direction: row;
    justify-content: space-between;
    margin: 7rem auto 0;
  }
  .main-area .content:nth-of-type(n+3) .brand_other_product .product_item {
    width: 35rem;
  }
  .main-area .content:nth-of-type(n+3) .brand_other_product .product_item .product_img {
    width: 11.5rem;
  }
  .main-area .content:nth-of-type(n+3) .brand_other_product .product_item .product_detail {
    margin-top: 1.8rem;
  }
  .main-area .content:nth-of-type(n+3) .brand_other_product .product_item .product_name {
    margin-top: 0.7rem;
  }
  .main-area .content:nth-of-type(n+3) .brand_other_product .product_item .product_price {
    margin-top: 1.5rem;
  }
  .main-area .content:nth-of-type(n+3).content4 {
    margin-top: 9.8rem;
  }
  .main-area .content:nth-of-type(n+3).content4 .brand_other_product {
    margin: 8rem auto 0;
  }
  .main-area .content:nth-of-type(n+3).content5 {
    margin-top: 11rem;
  }
  .main-area .content:nth-of-type(n+3).content7 {
    margin-top: 13rem;
  }
  .main-area .content:nth-of-type(n+3).content8 {
    margin-top: 11.7rem;
  }
  .main-area .content:nth-of-type(n+3).content8 .brand_other_product {
    width: 100rem;
  }
  .main-area .content:nth-of-type(n+3).content9 {
    margin-top: 13rem;
  }
  .main-area .content:nth-of-type(n+3).content10 {
    margin-top: 13rem;
  }
  .main-area .content:nth-of-type(n+3).content10 .brand_other_product {
    width: 35rem;
  }
  .main-area .content:nth-of-type(n+3).content4 .brand_detail_wrap .brand_model, .main-area .content:nth-of-type(n+3).content6 .brand_detail_wrap .brand_model, .main-area .content:nth-of-type(n+3).content8 .brand_detail_wrap .brand_model, .main-area .content:nth-of-type(n+3).content10 .brand_detail_wrap .brand_model {
    grid-area: 1/2/6/3;
  }
  .main-area .content:nth-of-type(n+3).content4 .brand_detail_wrap .brand_lead, .main-area .content:nth-of-type(n+3).content6 .brand_detail_wrap .brand_lead, .main-area .content:nth-of-type(n+3).content8 .brand_detail_wrap .brand_lead, .main-area .content:nth-of-type(n+3).content10 .brand_detail_wrap .brand_lead {
    grid-area: 2/1/3/3;
  }
  .main-area .content:nth-of-type(n+3).content4 .brand_detail_wrap .brand_border, .main-area .content:nth-of-type(n+3).content6 .brand_detail_wrap .brand_border, .main-area .content:nth-of-type(n+3).content8 .brand_detail_wrap .brand_border, .main-area .content:nth-of-type(n+3).content10 .brand_detail_wrap .brand_border {
    grid-area: 4/1/3/2;
  }
  .main-area .content:nth-of-type(n+3).content4 .brand_detail_wrap .brand_mask_detail_wrap, .main-area .content:nth-of-type(n+3).content6 .brand_detail_wrap .brand_mask_detail_wrap, .main-area .content:nth-of-type(n+3).content8 .brand_detail_wrap .brand_mask_detail_wrap, .main-area .content:nth-of-type(n+3).content10 .brand_detail_wrap .brand_mask_detail_wrap {
    grid-area: 4/1/5/2;
  }
  .main-area .buy_button:hover {
    background-color: #fff;
    color: #000;
    opacity: 1;
  }
  .main-area .prod_item {
    width: 13.6rem;
  }
  .main-area .prod_item:nth-of-type(n+3) {
    margin-top: 2.3rem;
  }
  .main-area .prod_item_wrap {
    width: 32.6rem;
    margin-right: 8.73rem;
    margin-top: 4.2rem;
  }
  .main-area .prod_item_wrap.column3 {
    width: 48rem;
  }
  .main-area .prod_item_wrap.column3 .prod_item {
    width: 14rem;
  }
  .main-area .prod_item_title {
    font-size: 1.4rem;
  }
  .main-area .prod_item_name {
    font-size: 1.2rem;
    line-height: 1.6666666667;
    margin-top: 1.5rem;
  }
  .main-area .prod_item .buy_button {
    margin-top: 0.5rem;
  }
  .main-area .viewall {
    padding: 10rem 0 10.5rem;
  }
  .main-area .viewall_mask {
    width: 25rem;
    height: 4.8rem;
  }
  .main-area .viewall .totop {
    width: 25rem;
    height: 4.8rem;
    margin-top: 1.6rem;
  }
}
