@charset "UTF-8";
footer .link_all:before, .lineup_item_btn_link:before, .model-header_link span:before {
  background-image: url(../img/22ss_hermood_july_women/arrow_next.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: background .2s ease;
  position: absolute;
  z-index: 2;
  content: "";
  height: 5px;
  width: 5px;
  transform: translateY(-50%);
  top: 50%;
  right: 4.6875%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  font-weight: normal;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #000;
}

.clearfix {
  display: inline-block;
  height: 1%;
}

.clearfix::after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}

*:focus {
  outline: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.scroll-in {
  opacity: 0;
  transform: translateY(15px);
  transition: .5s ease;
}

.scroll-in.show {
  opacity: 1;
  transform: none;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  position: relative;
  font-feature-settings: 'palt';
  line-height: 1;
}

.g_container {
  opacity: 0;
}

.g_container.loaded {
  opacity: 1;
  transition: .5s ease;
}

.container {
  position: relative;
  margin: 0 auto;
}

main {
  display: block;
  background: #fff;
  position: relative;
  z-index: 6;
}

footer {
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 5;
}

footer .link_all {
  display: block;
  max-width: 335px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  font-size: 3.73333vw;
  font-family: "Hiragino Kaku Gothic Pro W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: 900;
  background: #e8eaeb;
  position: relative;
  transition: .2s ease;
}

footer .link_all:before {
  right: 4.6875%;
}

footer .logo_by {
  width: 140px;
  margin: 75px auto 0;
}

footer .copy {
  margin-top: 40px;
  font-size: 2.66667vw;
}

@font-face {
  font-family: "laguna_vintage_expand_custom";
  font-weight: 400;
  src: url("../font/laguna_vintage_expand.woff") format("woff");
}

@font-face {
  font-family: "Optima-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("../font/Optima/Regular/Optima-Regular.eot");
  src: url("../font/Optima/Regular/Optima-Regular.woff") format("woff"), url("../font/Optima/Regular/Optima-Regular.woff2") format("woff2"), url("../font/Optima/Regular/Optima-Regular.otf") format("opentype"), url("../font/Optima/Regular/Optima-Regular.ttf") format("truetype"), url("../font/Optima/Regular/Optima-Regular.eot?#iefix") format("embedded-opentype");
}

@font-face {
  font-family: "Optima-Italic";
  font-style: normal;
  font-weight: normal;
  src: url("../font/Optima/Italic/Optima-Italic.eot");
  src: url("../font/Optima/Italic/Optima-Italic.woff") format("woff"), url("../font/Optima/Italic/Optima-Italic.woff2") format("woff2"), url("../font/Optima/Italic/Optima-Italic.otf") format("opentype"), url("../font/Optima/Italic/Optima-Italic.ttf") format("truetype"), url("../font/Optima/Italic/Optima-Italic.eot?#iefix") format("embedded-opentype");
}

.mv-visual {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mv-visual .row.row1, .mv-visual .row.row3 {
  height: 47.98682vw;
  overflow: hidden;
}

.mv-visual .row.row1 .row-inner, .mv-visual .row.row3 .row-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.4s, opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.4s;
}

.mv-visual .row.row1 .row-inner .switch-box, .mv-visual .row.row3 .row-inner .switch-box {
  transform: scale(1.08);
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.4s;
}

.loaded .mv-visual .row.row1 .row-inner, .loaded .mv-visual .row.row3 .row-inner {
  height: 100%;
  opacity: 1;
}

.loaded .mv-visual .row.row1 .switch-box, .loaded .mv-visual .row.row3 .switch-box {
  transform: scale(1);
}

.mv-visual .row .sub-title {
  position: absolute;
  top: 9.30587%;
  right: 13.2967%;
  opacity: 0;
  transition: opacity 1s ease 1.7s;
}

.loaded .mv-visual .row .sub-title {
  opacity: 1;
}

.mv-visual .row .sub-title .text1 {
  font-size: 2.63543vw;
  font-family: "Optima-Regular", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.mv-visual .row .sub-title .text2 {
  font-size: 1.97657vw;
  font-family: "Optima-Italic", sans-serif;
  font-weight: 500;
  font-style: italic;
  text-align: right;
}

.mv-visual .row .sub-title .text2 span {
  font-size: 3.95315vw;
}

.mv-visual .row .sub-title .text3 {
  margin-top: 5px;
  margin-left: auto;
  font-size: 1.0981vw;
  font-family: "Optima-Regular", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

.mv-visual .row .main-title {
  position: absolute;
  bottom: 9.00076%;
  left: 12.85714%;
  width: 58.02198%;
  opacity: 0;
  transition: opacity 1s ease 2s;
}

.loaded .mv-visual .row .main-title {
  opacity: 1;
}

.mv-visual img {
  max-width: 100%;
  height: auto;
}

.mv-lead {
  padding: 63.5px 0 0;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.75;
  opacity: 0;
  transform: translateY(15px);
  transition: .5s ease 1.7s;
}

.loaded .mv-lead {
  opacity: 1;
  transform: translateY(0);
}

.category-wrapper {
  margin-top: 80px;
}

.category-wrapper + .category-wrapper {
  margin-top: 120px;
}

.category-section + .category-section {
  margin-top: 98px;
}

.headline-label {
  margin: 0 0 12px;
  text-align: center;
  font-size: 1.8rem;
  font-family: "Optima-Regular", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.headline-label span {
  display: inline-block;
}

.headline-label span:after {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 3px;
  content: '';
  background-color: #8f7c64;
}

.headline-v1 {
  margin: 0 0 40px;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
}

.category-slider {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.category-slider .slick-dots {
  bottom: -20px;
}

.category-slider .slick-dots li {
  margin: 0 5px;
  width: 10px;
  height: 10px;
}

.category-slider .slick-dots li.slick-active button:before {
  background-color: #c7c7c7;
}

.category-slider .slick-dots li button {
  padding: 0;
  height: 10px;
  width: 10px;
  opacity: 1 !important;
}

.category-slider .slick-dots li button:before {
  opacity: 1 !important;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  content: "";
  background-color: #000;
}

.category-slider_item {
  position: relative;
}

.category-slider_item .slider_item-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.category-slider_item .slider_item-inner img {
  transform: scale(1.08);
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}

.show .category-slider_item .slider_item-inner {
  opacity: 1;
}

.show .category-slider_item img {
  transform: scale(1);
}

.category-slider_item .slider_item-sub {
  position: relative;
}

.category-slider_item .slider_item-aside {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  font-size: 24px;
  font-family: "Optima-Regular", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.category-detail {
  display: flex;
  justify-content: center;
  width: 79.06296%;
  max-width: 1080px;
  margin: 27px auto 0;
}

.category-detail_text {
  width: 50%;
}

.category-detail_text .head {
  text-align: right;
  font-size: 1rem;
  font-family: "Optima-Regular", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.category-detail_text .line {
  position: relative;
  width: 100%;
  height: 1px;
  margin-top: 5px;
  background-color: #000;
}

.category-detail_text .line span {
  position: absolute;
  top: 0;
  left: 12.68519%;
  width: 20px;
  background-color: #fff;
}

.category-detail_text .line span:before {
  display: block;
  width: 20px;
  height: 1px;
  background-color: #000;
  transform: rotate(-45deg);
  transform-origin: left bottom;
  content: '';
}

.category-detail_link {
  width: 40.74074%;
  margin-left: 5.55556%;
}

.paragraph {
  margin-top: 17px;
  font-size: 1.6rem;
  line-height: 1.75;
}

.lineup_item {
  display: flex;
  align-items: flex-start;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
}

.lineup_item + .lineup_item {
  margin-top: 20px;
}

.lineup_item--autumn {
  margin: 20px 0 10px;
  font-size: 1.2rem;
  font-family: "Optima-Regular", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.lineup_item_data {
  flex-grow: 1;
  padding-top: 4px;
  margin-right: 10px;
}

.lineup_item_name {
  margin-right: 10px;
}

.lineup_item_price {
  font-weight: 500;
  font-family: "Helvetica Neue",arial,serif;
}

.lineup_item_price:before {
  content: "\0a5";
}

.lineup_item_btn {
  flex-shrink: 0;
  width: 128px;
}

.lineup_item_btn_link {
  position: relative;
  display: block;
  padding: 5px;
  background-color: #e8eaeb;
  font-weight: bold;
  color: #000;
  font-family: "Optima-Regular", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  text-align: center;
}

.lineup_item_btn_link.is-coming {
  opacity: 0.3;
}

a.lineup_item_btn_link {
  transition: ease all 0.3s;
}

a.lineup_item_btn_link:hover {
  color: #fff;
  background-color: #000;
}

a.lineup_item_btn_link:hover:before {
  background-image: url("../img/22ss_hermood_july_women/arrow_next_wh.svg");
}

.model {
  border-top: 1px solid #e8eaeb;
  border-bottom: 1px solid #e8eaeb;
  width: 84.91947%;
  max-width: 1160px;
  margin: 80px auto 0;
}

.model-contents {
  margin: 0 auto;
  padding: 40px 0 36px;
  max-width: 600px;
}

.model-header {
  display: flex;
  justify-content: space-between;
}

.model-name {
  font-size: 1.6rem;
  font-weight: bold;
}

.model-label {
  margin-top: 10px;
  font-size: 1.2rem;
}

.model-header_link {
  display: flex;
  align-items: center;
  font-family: "Helvetica Neue",arial,serif;
  font-size: 1.2rem;
}

.model-header_link:after {
  margin-left: 12px;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/22ss_hermood_july_women/instagram.png) 0 0 no-repeat;
  background-size: contain;
}

.model-header_link span {
  position: relative;
  display: block;
}

.model-paragraph {
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 1.666;
}

.model-link {
  text-decoration: underline;
}

.model-link:hover {
  text-decoration: none;
}

.footer {
  margin-top: 120px;
  padding-bottom: 45px;
}

.sns .sns-head {
  margin-top: 81px;
  font-size: 1.4rem;
  font-family: "Helvetica Neue",arial,serif;
}

.sns ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 15px;
}

.sns ul .sns-list {
  transition: opacity .3s ease;
}

.sns ul .sns-list + .sns-list {
  margin-left: 25px;
}

.sns ul .sns-list.twitter {
  width: 22px;
}

.sns ul .sns-list.line {
  width: 21.5px;
}

.sns ul .sns-list.facebook {
  width: 19px;
}

.backnumber {
  margin: 80px auto 0;
  max-width: 710px;
}

.backnumber_title {
  font-size: 1.8rem;
  text-align: center;
  font-family: "Helvetica Neue",arial,serif;
}

.backnumber_list {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.backnumber_list.is-single {
  justify-content: center;
}

.backnumber_list_item {
  display: block;
  width: 47.1831%;
}

.backnumber_list_text {
  margin-top: 12px;
  font-size: 1.4rem;
}

.backnumber_list_date {
  margin-top: 12px;
  font-size: 1.2rem;
  font-family: "Helvetica Neue",arial,serif;
}

[data-modal-id] {
  cursor: pointer;
}

.c-modal-list {
  display: none;
}

.c-modal-wrapper {
  display: none;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .3);
}

.c-modal-view {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.c-modal-view-contents {
  position: relative;
  background-color: #fff;
  width: calc(100% - 60px);
  max-height: 80%;
  display: flex;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 320px;
  text-align: center;
}

.c-modal-view-contents > :first-child {
  margin-top: 0;
}

.c-modal-view-contents .paragraph {
  font-size: 1.2rem;
}

.c-modal-view-contents .number {
  margin-top: 0.5em;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Helvetica Neue",arial,serif;
}

.c-modal-view-block {
  padding: 60px 0;
  width: 100%;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.c-modal-view-block::-webkit-scrollbar {
  display: none;
}

.c-modal-close {
  cursor: pointer;
  position: absolute;
  z-index: 5;
  text-align: center;
  top: 10px;
  right: 10px;
}

.c-modal-close:before {
  border-radius: 50%;
  content: "";
  margin: 0 auto;
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/22ss_hermood_july_women/close.png);
  background-size: contain;
}

@media screen and (min-width: 767px) {
  .sp5 {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .scroll-in.for-sp {
    opacity: 1;
    transform: none;
  }
  footer .link_all:hover {
    background: #000;
    color: #fff;
  }
  footer .link_all:hover:before {
    background-image: url("../img/22ss_hermood_july_women/arrow_next_wh.svg");
  }
  .mv-visual .row {
    position: relative;
    width: 33.30893%;
  }
  .mv-visual .row.row2 {
    height: 0;
    padding-top: 47.98682%;
  }
  .loaded .mv-visual .row.row2:before {
    top: 3.05111%;
    transform: translate(-50%, 0);
  }
  .loaded .mv-visual .row.row2:after {
    top: 96.87262%;
    transform: translate(-50%, 0);
  }
  .mv-visual .row.row2:before, .mv-visual .row.row2:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 83.51648%;
    height: 1px;
    background-color: #000;
    transform: translate(-50%, -50%);
    transition: transform 1.3s ease .5s, top 1.3s ease .5s;
    content: '';
  }
  .mv-visual .row.row2 .row-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .category-slider--reverse {
    flex-direction: row-reverse;
  }
  .category-slider_item {
    width: 50%;
    height: 62.4817vw;
    overflow: hidden;
  }
  .category-slider_item + .category-slider_item .slider_item-inner {
    display: flex;
    align-items: center;
    padding: 0 11.71303%;
    transition-delay: .6s;
  }
  .category-slider_item + .category-slider_item .slider_item-inner img {
    transition-delay: .6s;
  }
  .category-slider_item .slider_item-inner {
    -webkit-clip-path: inset(0% 0% 100% 0%);
            clip-path: inset(0% 0% 100% 0%);
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -webkit-clip-path 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
    transition: clip-path 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
    transition: clip-path 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -webkit-clip-path 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
    overflow: hidden;
  }
  .show .category-slider_item .slider_item-inner {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
  .model-header_link {
    transition: ease all 0.3s;
  }
  .model-header_link:hover {
    opacity: 0.7;
  }
  .model-header_link span {
    padding-right: 1.5em;
  }
  .sns ul .sns-list:hover {
    cursor: pointer;
    opacity: .7;
  }
  .backnumber_list_item {
    transition: ease opacity 0.3s;
  }
  .backnumber_list_item:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
  .scroll-in.for-pc {
    opacity: 1;
    transform: none;
  }
  body {
    padding: 0;
  }
  .container {
    margin: 0 5.33vw;
    padding: 0;
  }
  .mv-visual {
    display: block;
  }
  .mv-visual .row.row1, .mv-visual .row.row3 {
    height: 137.06667vw;
  }
  .mv-visual .row.row1 .row-inner, .mv-visual .row.row3 .row-inner {
    transition: height 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s, opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  }
  .mv-visual .row.row1 .row-inner .switch-box, .mv-visual .row.row3 .row-inner .switch-box {
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  }
  .mv-visual .row .sub-title {
    top: 3.95963%;
    right: 8.66667%;
    transition: opacity 1s ease 1.2s;
  }
  .mv-visual .row .sub-title .text1 {
    font-size: 6.4vw;
    text-align: right;
  }
  .mv-visual .row .sub-title .text2 {
    font-size: 4.8vw;
  }
  .mv-visual .row .sub-title .text2 span {
    font-size: 9.6vw;
  }
  .mv-visual .row .sub-title .text3 {
    font-size: 2.66667vw;
  }
  .mv-visual .row .main-title {
    bottom: 2.79503%;
    left: 4.8%;
    width: 72.26667%;
    transition: opacity 1s ease 1.5s;
  }
  .mv-lead {
    padding: 22px 5.33vw 0;
    font-size: 1.4rem;
    text-align: left;
    transition: .5s ease 1.2s;
  }
  .category-wrapper {
    margin-top: 60px;
  }
  .category-wrapper + .category-wrapper {
    margin-top: 80px;
  }
  .category-section {
    padding: 0 3.46vw;
  }
  .headline-v1 {
    margin: 0 0 25px;
    font-size: 6.4vw;
  }
  .category-slider {
    margin: 0 -8.79vw;
    display: block;
  }
  .category-slider--autumn {
    margin: 40px 0 0;
  }
  .category-slider--autumn .category-slider_item {
    height: 103.46667vw;
  }
  .category-slider--autumn + .category-detail {
    margin-top: 20px;
  }
  .category-slider_item {
    width: auto;
    height: 125.06667vw;
  }
  .category-slider_item + .category-slider_item {
    display: none;
  }
  .category-slider_item .slider_item-inner {
    transition: height 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
    height: 0%;
  }
  .show .category-slider_item .slider_item-inner {
    height: 100%;
  }
  .category-slider_item .slider_item-aside {
    bottom: auto;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4.8vw;
  }
  .category-detail {
    display: block;
    width: 100%;
    max-width: none;
    margin-top: 43px;
    padding: 0;
  }
  .category-detail_text {
    width: auto;
  }
  .category-detail_text .head {
    font-size: 2.66667vw;
  }
  .category-detail_text .line span {
    width: 15px;
    left: 21.29032%;
  }
  .category-detail_link {
    width: auto;
    margin: 20px 0 0;
  }
  .paragraph {
    font-size: 1.4rem;
  }
  .lineup_item--autumn ~ .lineup_item {
    display: none;
  }
  .model {
    width: 92.53731%;
    max-width: none;
    margin-top: 39px;
  }
  .model-contents {
    padding: 20px 0 25px;
  }
  .model-header_link:after {
    margin-left: 15px;
  }
  .model-header_link span {
    display: none;
  }
  .footer {
    margin-top: 75px;
    padding: 0 5.33vw 40px;
  }
  .backnumber_title {
    margin: 0 0 25px;
  }
  .backnumber_list {
    display: block;
  }
  .backnumber_list_item {
    width: auto;
  }
  .backnumber_list_item:nth-child(n+2) {
    margin-top: 30px;
  }
}

@media screen and (min-width: 500px) {
  footer .link_all {
    font-size: 1.4rem;
  }
  footer .copy {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) and (min-width: 500px) {
  .mv-visual .row .sub-title .text1 {
    font-size: 2.4rem;
  }
  .mv-visual .row .sub-title .text2 {
    font-size: 1.8rem;
  }
  .mv-visual .row .sub-title .text2 span {
    font-size: 3.6rem;
  }
  .mv-visual .row .sub-title .text3 {
    font-size: 1rem;
  }
  .headline-v1 {
    font-size: 2.4rem;
  }
  .category-slider_item .slider_item-aside {
    font-size: 1.8rem;
  }
  .category-detail_text .head {
    font-size: 1rem;
  }
}
