@charset "UTF-8";
/* ------------------------------
	設定
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300&display=swap");
@media screen and (max-width: 999px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .sp-only {
    display: none !important;
  }
}

:root {
  --c-txt: #333;
  --c-bg: #fff;
  --c-bg_01-01: #fff;
  --c-bg_01-02: #EDEDED;
  --c-bg_02-01: #fff;
  --c-bg_02-02: #EDEDED;
  --c-bg_03-01: #fff;
  --c-bg_03-02: #EDEDED;
  --c-accent_01: #000;
  --c-accent_02: #000;
  --c-accent_03: #000;
}

/* --------------------
	contents
-------------------- */
#contents {
  background-color: var(--c-bg);
  color: var(--c-txt);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 1000px) {
  #contents {
    font-size: 1.015625vw;
  }
}
#contents img {
  width: 100%;
  height: auto;
}
#contents p {
  line-height: 2;
  text-align: justify;
}
#contents a {
  display: block;
}
#contents .bold {
  font-weight: 800;
}
#contents header .mv {
  position: relative;
}
#contents header .mv__ttl {
  position: absolute;
  z-index: 100;
  left: 10.1333333333vw;
  bottom: 9.0666666667vw;
  width: 78.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #contents header .mv__ttl {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 2.34375vw;
    width: 33.828125vw;
  }
}
#contents header p {
  width: 80%;
  margin: 10.6666666667vw auto 16vw;
  line-height: 1.7;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  #contents header p {
    text-align: center;
    line-height: 1.4;
    width: 47.65625vw;
    margin: 6.25vw auto 7.03125vw auto;
  }
}
#contents .nav__page-top {
  position: fixed;
  right: 0;
  bottom: 120px;
  width: 50px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: translateY(20px);
  z-index: 1000;
}
@media screen and (min-width: 1000px) {
  #contents .nav__page-top {
    bottom: 50px;
    width: 55px;
  }
}
#contents .nav__page-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
#contents .nav__page-top:hover {
  transform: translateY(-10px);
}
#contents .menu__inner {
  max-width: 100%;
}
#contents .menu .menu-items {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding: 0 38px;
}
#contents .menu .menu-items::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1000px) {
  #contents .menu .menu-items {
    gap: 40px;
  }
}
@media screen and (min-width: 1000px) {
  #contents .menu .menu-items {
    justify-content: center;
    overflow-x: visible;
    padding: 0;
  }
}
#contents .menu .menu-items .sec-number {
  margin-bottom: 1.3333333333vw;
  color: #000;
  font-family: "oswald", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 9.8666666667vw;
  letter-spacing: 0.02rem;
}
@media screen and (min-width: 1000px) {
  #contents .menu .menu-items .sec-number {
    font-size: 2.96875vw;
    margin-bottom: 0.46875vw;
  }
}
#contents .menu .menu-items__link--01 .sec-number {
  letter-spacing: 0.06rem;
}
#contents .menu .menu-items p {
  color: #000;
  font-size: 3.68vw;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #contents .menu .menu-items p {
    font-size: 1.09375vw;
  }
}
#contents .menu .menu-items .underline {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
}
#contents .menu .arrow {
  width: 0;
  height: 0;
  margin: 20px auto 0 auto;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 15px solid black;
}
#contents .menu .menu-items__link {
  flex: 0 0 auto;
  width: 60%;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 1000px) {
  #contents .menu .menu-items__link {
    width: 14.84375vw;
  }
}
#contents .menu .menu-items__link img {
  width: 100%;
  display: block;
  margin-top: 4vw;
}
@media screen and (min-width: 1000px) {
  #contents .menu .menu-items__link img {
    margin-top: 1.015625vw;
  }
}
#contents section .sec-number {
  position: relative;
  margin-bottom: 5.3333333333vw;
  text-align: center;
  font-family: "oswald", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 13.8666666667vw;
}
@media screen and (min-width: 1000px) {
  #contents section .sec-number {
    margin-bottom: 1.5625vw;
    font-size: 5.9375vw;
  }
}
#contents section .sec-number::before {
  content: "";
  position: absolute;
  bottom: -2.6666666667vw;
  left: 50%;
  width: 5.3333333333vw;
  height: 1px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (min-width: 1000px) {
  #contents section .sec-number::before {
    bottom: -1.171875vw;
    width: 2.34375vw;
  }
}
#contents section .sec-ttl {
  margin-bottom: 8vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #contents section .sec-ttl {
    margin-bottom: 3.90625vw;
    font-size: 1.71875vw;
  }
}
#contents #sec-01 .block-1 {
  padding: 26.6666666667vw 0 16vw 0;
}
@media screen and (min-width: 1000px) {
  #contents #sec-01 .block-1 {
    padding: 10.15625vw 0 7.8125vw 0;
  }
}
#contents #sec-02 .sec-number, #contents #sec-03 .sec-number {
  letter-spacing: 0.04rem;
}
@media screen and (min-width: 1000px) {
  #contents #sec-03 .sec-ttl {
    margin-bottom: 3.125vw;
  }
}
#contents .item-list {
  line-height: 1.7;
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 1000px) {
  #contents .item-list {
    width: 23.4375vw;
    margin: 0 0 0 auto;
    font-size: 0.8984375vw;
  }
}
#contents .item-list li {
  line-height: 1.75;
}
#contents .item-list li:not(:last-of-type) {
  margin-bottom: 4.2666666667vw;
}
@media screen and (min-width: 1000px) {
  #contents .item-list li:not(:last-of-type) {
    margin-bottom: 1.5625vw;
    content: "";
  }
}
#contents .item-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
}
#contents .item-list li a:hover {
  opacity: 0.5;
  transform: translateY(-5px);
}
#contents .item-list li span {
  font-size: 2.8vw;
  display: block;
}
@media screen and (min-width: 1000px) {
  #contents .item-list li span {
    font-size: 0.78125vw;
    line-height: 1.65;
  }
}
#contents .item-list__btn {
  display: block;
  margin: 0 0 0 auto;
  padding: 3.4666666667vw 6.4vw;
  outline: 1px solid var(--c-txt);
  outline-offset: -1px;
  font-size: 2.6666666667vw;
  text-align: center;
  transition: 0.5s;
}
@media screen and (min-width: 1000px) {
  #contents .item-list__btn {
    padding: 1.015625vw 1.875vw;
    font-size: 0.78125vw;
  }
}
#contents .item-list li:first-of-type .item-list__btn {
  outline: 0;
  color: #fff;
}
#contents .block-1 {
  padding: 13.3333333333vw 0 16vw 0;
}
@media screen and (min-width: 1000px) {
  #contents .block-1 {
    padding-top: 7.8125vw;
    padding-bottom: 7.8125vw;
  }
}
#contents .block-1__main {
  margin: 0 auto 9.8666666667vw;
}
@media screen and (min-width: 1000px) {
  #contents .block-1__main {
    margin: 0px;
  }
}
#contents .block-1__sub {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #contents .block-1__sub {
    width: 71.875vw;
  }
}
#contents .block-1__sub__img {
  margin-bottom: 8vw;
}
@media screen and (min-width: 1000px) {
  #contents .block-1__sub__img {
    margin-bottom: 0;
  }
}
#contents .block-1__sub p {
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #contents .block-1__sub p {
    margin-bottom: 3.515625vw;
  }
}
#contents .block-2 {
  padding: 16vw 0;
}
@media screen and (min-width: 1000px) {
  #contents .block-2 {
    padding: 7.421875vw 0 7.8125vw;
  }
}
#contents .block-2__inner {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #contents .block-2__inner {
    width: 54.6875vw;
  }
}
#contents .block-2__ttl {
  margin-bottom: 6.6666666667vw;
  font-family: "oswald", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 6.6666666667vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #contents .block-2__ttl {
    margin-bottom: 3.90625vw;
    font-size: 2.8125vw;
  }
}
#contents .block-2__sub-ttl {
  margin-bottom: 7.4666666667vw;
  font-family: "oswald", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 4.2666666667vw;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
}
@media screen and (min-width: 1000px) {
  #contents .block-2__sub-ttl {
    margin-bottom: 2.1875vw;
    font-size: 1.25vw;
  }
}
#contents .block-2__img {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #contents .block-2__img {
    width: 27.734375vw;
    margin-bottom: 0;
  }
}
#contents .block-2 .item-list {
  margin-bottom: 0;
}
#contents .block-2 .item-list li {
  margin-bottom: 4vw;
}
@media screen and (min-width: 1000px) {
  #contents .block-2 .item-list li {
    margin-bottom: 1.171875vw;
  }
}
#contents .block-2 .item-list__btn {
  background-color: var(--c-accent_01);
  color: #fff;
}
#contents .block-2 ul {
  margin-bottom: 9.3333333333vw;
  line-height: 2;
}
@media screen and (min-width: 1000px) {
  #contents .block-2 ul {
    width: 23.4375vw;
    margin-bottom: 3.125vw;
  }
}
#contents .block-2 li {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #contents .block-2 li {
    margin-bottom: 1.171875vw;
  }
}
#contents .block-2 li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  #contents .--pc-flex {
    display: flex;
    justify-content: space-between;
  }
  #contents #sec-01 .block-1__main,
#contents #sec-03 .block-1__main {
    width: 46.875vw;
    margin: 0 auto 5.46875vw;
  }
  #contents #sec-01 .block-1__sub.--pc-flex,
#contents #sec-03 .block-1__sub.--pc-flex {
    flex-direction: row-reverse;
  }
  #contents #sec-01 .block-1__sub__img,
#contents #sec-03 .block-1__sub__img {
    width: 34.765625vw;
  }
  #contents #sec-01 .block-1__sub p,
#contents #sec-03 .block-1__sub p {
    width: 32.03125vw;
  }
  #contents #sec-02 .block-1 .--pc-flex,
#contents #sec-04 .block-1 .--pc-flex {
    width: 71.875vw;
    margin: 0 auto;
  }
  #contents #sec-02 .block-1 .--pc-flex > div:first-of-type,
#contents #sec-04 .block-1 .--pc-flex > div:first-of-type {
    width: 25vw;
  }
  #contents #sec-02 .block-1 .sec-number,
#contents #sec-04 .block-1 .sec-number {
    margin-top: 19.53125vw;
  }
  #contents #sec-02 .block-1 .swiper__sub,
#contents #sec-04 .block-1 .swiper__sub {
    margin-left: 0px;
  }
  #contents #sec-02 .block-1__main,
#contents #sec-04 .block-1__main {
    width: 42.1875vw;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) {
  #contents #sec-02 .block-1__main .swiper-pagination,
#contents #sec-04 .block-1__main .swiper-pagination {
    left: 39.0625vw;
    bottom: 1.09375vw;
    gap: 12px;
  }
}
@media screen and (min-width: 1000px) {
  #contents #sec-02 .block-1__sub.--pc-flex,
#contents #sec-04 .block-1__sub.--pc-flex {
    flex-direction: row;
    margin-top: -6.25vw;
  }
  #contents #sec-02 .block-1__sub__img,
#contents #sec-04 .block-1__sub__img {
    width: 25vw;
  }
  #contents #sec-02 .block-1__sub p,
#contents #sec-04 .block-1__sub p {
    width: 35.15625vw;
    margin-top: 25.3333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  #contents .block-2__inner.--pc-flex {
    align-items: center;
  }
}
@media screen and (min-width: 1000px) {
  #contents #sec-03 .block-2__inner.--pc-flex {
    align-items: stretch;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) {
  #contents #sec-03 h4 {
    margin-top: 0.78125vw;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) {
  #contents #sec-03 .item-list {
    margin-top: 8.203125vw;
  }
}
#contents #sec-01 .block-1 {
  background-color: var(--c-bg_01-01);
}
#contents #sec-01 .block-2 {
  background-color: var(--c-bg_01-02);
}
#contents #sec-01 .sec-number,
#contents #sec-01 .sec-ttl,
#contents #sec-01 .block-2__ttl {
  color: var(--c-accent_01);
}
#contents #sec-01 .item-list li:first-of-type .item-list__btn {
  background: var(--c-accent_01);
}
#contents #sec-02 .block-1 {
  background-color: var(--c-bg_02-01);
}
#contents #sec-02 .block-2 {
  background-color: var(--c-bg_02-02);
}
#contents #sec-02 .sec-number,
#contents #sec-02 .sec-ttl,
#contents #sec-02 .block-2__ttl {
  color: var(--c-accent_02);
}
#contents #sec-02 .item-list li:first-of-type .item-list__btn {
  background: var(--c-accent_02);
}
#contents #sec-03 .block-1 {
  background-color: var(--c-bg_03-01);
}
#contents #sec-03 .block-2 {
  background-color: var(--c-bg_03-02);
}
#contents #sec-03 .sec-number,
#contents #sec-03 .sec-ttl,
#contents #sec-03 .block-2__ttl {
  color: var(--c-accent_03);
}
#contents #sec-03 .item-list li:first-of-type .item-list__btn {
  background: var(--c-accent_03);
}
#contents #sec-04 .block-1 {
  background-color: var(--c-bg_04-01);
}
#contents #sec-04 .block-2 {
  background-color: var(--c-bg_04-02);
}
#contents #sec-04 .sec-number,
#contents #sec-04 .sec-ttl,
#contents #sec-04 .block-2__ttl {
  color: var(--c-accent_04);
}
#contents #sec-04 .item-list li:first-of-type .item-list__btn {
  background: var(--c-accent_04);
}

/* --------------------
		aside
-------------------- */
aside {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 16vw 0 21.3333333333vw;
}
@media screen and (min-width: 1000px) {
  aside {
    width: 600px;
    margin: 0 auto;
    padding: 7.8125vw 0 11.71875vw;
    margin: 0 auto;
  }
}
aside p {
  line-height: 2;
  font-size: 3.2vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1000px) {
  aside p {
    font-size: 12px;
  }
}
aside a {
  transition: all 1s ease;
}
aside a:hover {
  opacity: 0.5;
}

.aside__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: 6.4vw;
  margin-bottom: 5.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .aside__ttl {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.aside__cap {
  margin-bottom: 13.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .aside__cap {
    margin-bottom: 50px;
  }
}

.aside_news {
  text-align: center;
  margin: 0 auto 21.3333333333vw auto;
  width: 75% !important;
}
@media screen and (min-width: 1000px) {
  .aside_news {
    margin: 0 auto 8.59375vw auto;
    width: 50% !important;
  }
}
.aside_news .news_ttl {
  font-family: "oswald", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #000;
  font-size: 6.6666666667vw;
  margin-bottom: 5.3333333333vw;
  text-align: center !important;
  line-height: 1 !important;
}
@media screen and (min-width: 1000px) {
  .aside_news .news_ttl {
    font-size: 2.8125vw;
    margin-bottom: 3.125vw;
  }
}
.aside_news .news_txt {
  margin: 3.4666666667vw auto 0 auto;
  font-size: 3.0666666667vw;
  line-height: 1.8 !important;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .aside_news .news_txt {
    margin: 1.171875vw auto 0 auto;
    font-size: 0.9375vw;
  }
}
.aside_news img {
  margin: 0 auto;
}
.aside_news a:hover {
  opacity: 1;
}

.aside__btn {
  margin: 0 auto;
  font-size: 3.2vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .aside__btn {
    font-size: 12px;
  }
}
.aside__btn a {
  position: relative;
  display: block;
  border: 1px solid var(--c-accent_01);
  background-color: var(--c-accent_01);
  color: #fff;
  padding: 4.5333333333vw;
  transition: all 0.5s ease;
}
@media screen and (min-width: 1000px) {
  .aside__btn a {
    padding: 1.40625vw;
  }
}
.aside__btn a:hover {
  opacity: 1;
}

.staff-styling {
  margin-bottom: 8vw;
}
@media screen and (min-width: 1000px) {
  .staff-styling {
    margin-bottom: 2.34375vw;
  }
}

/* --------------------
		footer
-------------------- */
.footer {
  padding: 16vw 0;
  background-color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  .footer {
    padding: 3.90625vw 0;
  }
}
.footer img {
  width: 100%;
  height: auto;
}
.footer__logo {
  width: 34.6666666667vw;
  margin: 0 auto 4.2666666667vw;
}
@media screen and (min-width: 1000px) {
  .footer__logo {
    width: 10.15625vw;
    margin: 0 auto 1.25vw;
  }
}
.footer__logo a {
  display: block;
  width: 34.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .footer__logo a {
    width: 10.15625vw;
    transition: all 0.5s ease;
  }
}
@media screen and (min-width: 1000px) {
  .footer__logo a:hover {
    opacity: 0.5;
  }
}
.footer__copyright {
  text-align: center;
  color: #fff;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 1000px) {
  .footer__copyright {
    font-size: 1.015625vw;
  }
}

/* ------------------------------
	animation
------------------------------ */
.swiper {
  position: relative;
  margin-right: 0 !important;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec .swiper__main .swiper-pagination {
  display: flex;
  position: absolute;
  width: auto;
  left: 90.6666666667vw;
  bottom: 3.7333333333vw;
  gap: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .sec .swiper__main .swiper-pagination {
    left: 43.75vw;
    bottom: 1.09375vw;
    gap: 12px;
  }
}

.sec .swiper__sub .swiper-pagination {
  display: none;
}

.sec .swiper-pagination-bullet {
  width: 1.8666666667vw;
  height: 1.8666666667vw;
  margin: 0 !important;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 0%;
  opacity: 1;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1000px) {
  .sec .swiper-pagination-bullet {
    width: 0.546875vw;
    height: 0.546875vw;
  }
}

#sec-01 .swiper-pagination-bullet-active {
  background-color: #fff;
}

#sec-02 .swiper-pagination-bullet-active {
  background-color: #fff;
}

#sec-03 .swiper-pagination-bullet-active {
  background-color: #fff;
}
/*# sourceMappingURL=260313_rosso-m_shirts_style.css.map */