@charset "UTF-8";
.box_sample {
  margin: 10px;
  padding: 10px;
}

.mincho {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

.ftEN {
  font-family: "Crimson Text", serif;
}

.inrWidth {
  position: relative;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.inrWidth2 {
  position: relative;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.outerWidth {
  position: relative;
  width: 1050px;
  margin-right: auto;
  margin-left: auto;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1210px) {
  .fullWidth {
    width: 1210px;
  }

  .outerWidth {
    width: 96%;
  }

  .inrWidth {
    width: 90%;
  }

  .inrWidth2 {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .inrWidth {
    width: 95.5%;
  }

  .inrWidth2 {
    width: 95.5%;
  }

  .outerWidth {
    width: 86.6% !important;
  }
}
body {
  margin-top: 81px;
  line-height: 1.75;
  font-weight: 300;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  word-wrap: break-word;
  hanging-punctuation: allow-end;
  color: #666666;
}
@media only screen and (max-width: 769px) {
  body {
    margin-top: 0px;
  }
}

.mv {
  width: 100%;
  position: relative;
}
.mv-logo {
  width: 100px;
  position: absolute;
  top: 5vw;
  left: 75px;
}
@media only screen and (max-width: 769px) {
  .mv-logo {
    width: 120px;
    top: inherit;
    left: 50%;
    transform: translateX(-50%);
    bottom: 70px;
  }
}
.mv-txt1 {
  width: 80px;
  position: absolute;
  top: 9.1666666667vw;
  right: 75px;
}
@media only screen and (max-width: 769px) {
  .mv-txt1 {
    width: 14.6666666667vw;
    top: 26.6666666667vw;
    right: 20vw;
  }
}
.mv-txt2 {
  width: 10px;
  position: absolute;
  top: 16.6666666667vw;
  right: 200px;
}
@media only screen and (max-width: 769px) {
  .mv-txt2 {
    width: 2.6666666667vw;
    top: 26.6666666667vw;
    left: 20vw;
  }
}

.heading {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 75px;
  padding-bottom: 75px;
  background: url("../img/cottonBk_loop.jpg") repeat;
  background-size: 100% auto;
}
@media only screen and (max-width: 769px) {
  .heading {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
.heading__bk {
  display: block;
  padding-top: 100px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}
@media only screen and (max-width: 769px) {
  .heading__bk {
    width: 89.3333333333vw !important;
    padding-top: 10.6666666667vw;
  }
}
.heading__bk .headingAbout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 140px;
  border-left: 4px solid #666666;
  border-right: 4px solid #666666;
}
@media only screen and (max-width: 769px) {
  .heading__bk .headingAbout {
    width: 68vw !important;
    justify-content: inherit;
    flex-direction: column;
    margin-bottom: 13.3333333333vw;
    border-top: 3px solid #666666;
    border-bottom: 3px solid #666666;
    border-left: none;
    border-right: none;
  }
}
.heading__bk .headingAbout__left {
  display: block;
  width: 37.5%;
}
@media only screen and (max-width: 769px) {
  .heading__bk .headingAbout__left {
    display: none;
  }
}
.heading__bk .headingAbout__left img {
  display: block;
  width: 73%;
  margin-left: auto;
}
.heading__bk .headingAbout__right {
  display: block;
  width: 62.5%;
}
@media only screen and (max-width: 769px) {
  .heading__bk .headingAbout__right {
    width: 100%;
  }
  .heading__bk .headingAbout__right-img {
    width: 44vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.6666666667vw;
  }
}
.heading__bk .headingAbout__right h2 {
  margin-top: 25px;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1;
  font-size: 3rem;
  font-weight: 400;
}
@media only screen and (max-width: 769px) {
  .heading__bk .headingAbout__right h2 {
    display: block;
    width: 100%;
    margin-top: 6.6666666667vw;
    margin-bottom: 12vw;
    font-size: 6vw;
  }
}
.heading__bk .headingAbout__right p {
  width: 68%;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  font-size: 1.2rem;
}
@media only screen and (max-width: 769px) {
  .heading__bk .headingAbout__right p {
    width: 100%;
    padding-bottom: 6.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
.heading__bk .headingAbout__right p:not(:last-of-type) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 769px) {
  .heading__bk .headingAbout__right p:not(:last-of-type) {
    margin-bottom: 1.3333333333vw;
  }
}
.heading__bk .headingWrap {
  display: flex;
  margin-bottom: 70px;
}
@media only screen and (max-width: 769px) {
  .heading__bk .headingWrap {
    width: 89.3333333333vw !important;
    margin-bottom: 9.3333333333vw;
  }
}
@media only screen and (max-width: 769px) {
  .heading__bk .headingWrap .right {
    width: 81.3333333333vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.heading__bk .headingWrap .right h3 {
  width: auto;
  height: 30px;
  display: block;
  margin-right: auto;
  margin-bottom: 25px;
  line-height: 1;
  font-size: 3rem;
  font-weight: 400;
  font-family: "Cormorant", serif;
}
@media only screen and (max-width: 769px) {
  .heading__bk .headingWrap .right h3 {
    margin-bottom: 6.6666666667vw;
    font-size: 6.9333333333vw;
  }
}
.heading__bk .headingWrap .right h3#Attl1 svg {
  width: auto !important;
  height: 30px !important;
}
.heading__bk .headingWrap .right h3#Attl2 svg {
  width: auto !important;
  height: 40px !important;
}
.heading__bk .headingWrap .right h3#Attl3 svg {
  width: auto !important;
  height: 30px !important;
}
.heading__bk .headingWrap .right h3 img {
  width: auto;
  height: 100%;
}
.heading__bk .headingWrap .right p {
  margin-bottom: 20px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 769px) {
  .heading__bk .headingWrap .right p {
    margin-bottom: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.heading__bk .headingWrap .right .txtArea:last-of-type {
  padding-bottom: 30px;
}
@media only screen and (max-width: 769px) {
  .heading__bk .headingWrap .right .txtArea:last-of-type {
    padding-bottom: 1.3333333333vw;
  }
}
.heading__bk .headingWrap .right .txtArea p {
  font-size: 1.6rem;
}
@media only screen and (max-width: 769px) {
  .heading__bk .headingWrap .right .txtArea p {
    font-size: 3.4666666667vw;
  }
}
.heading__bk .headingWrap .right .txtArea p:not(:last-of-type) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 769px) {
  .heading__bk .headingWrap .right .txtArea p:not(:last-of-type) {
    margin-bottom: 5.3333333333vw;
  }
}
.heading__bk .first {
  justify-content: space-between;
}
@media only screen and (max-width: 769px) {
  .heading__bk .first {
    justify-content: inherit;
    flex-direction: column;
  }
}
.heading__bk .first .left {
  width: 50%;
}
@media only screen and (max-width: 769px) {
  .heading__bk .first .left {
    width: 100%;
    margin-bottom: 10.6666666667vw;
  }
}
.heading__bk .first .right {
  width: 43.75%;
}
@media only screen and (max-width: 769px) {
  .heading__bk .first .right {
    width: 81.3333333333vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.heading__bk .second {
  width: 600px;
  flex-direction: column;
}
.heading__bk .second .left {
  width: 100%;
}
@media only screen and (max-width: 769px) {
  .heading__bk .second .left {
    margin-bottom: 10.6666666667vw;
  }
}
.heading__bk .second .right {
  width: 100%;
}
@media only screen and (max-width: 769px) {
  .heading__bk .second .right {
    width: 81.3333333333vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.heading__bk .second .right h3 {
  margin-top: 30px;
}
@media only screen and (max-width: 769px) {
  .heading__bk .second .right h3 {
    margin-top: 0vw;
  }
}
.heading__bk .third {
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 0;
}
@media only screen and (max-width: 769px) {
  .heading__bk .third {
    justify-content: inherit;
    flex-direction: column;
  }
}
.heading__bk .third .left {
  width: 50%;
}
@media only screen and (max-width: 769px) {
  .heading__bk .third .left {
    width: 100%;
    margin-bottom: 10.6666666667vw;
  }
}
.heading__bk .third .right {
  width: 43.75%;
}
@media only screen and (max-width: 769px) {
  .heading__bk .third .right {
    width: 81.3333333333vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.heading__bk .third .right .txtArea {
  padding-bottom: 50px;
}
@media only screen and (max-width: 769px) {
  .heading__bk .third .right .txtArea {
    padding-bottom: 6.6666666667vw;
  }
}
.heading__bk .third .right .txtArea p:last-of-type {
  margin-bottom: 0;
}

.movie {
  margin-bottom: 80px;
}
@media only screen and (max-width: 769px) {
  .movie {
    width: 89.3333333333vw !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 9.3333333333vw;
  }
}
.movie__ttl {
  width: 430px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-top: 4px solid #666666;
}
@media only screen and (max-width: 769px) {
  .movie__ttl {
    width: 57.3333333333vw;
    margin-top: 14.6666666667vw;
    border-top: 3px solid #666666;
  }
}
.movie__ttl .logo {
  width: 140px;
  margin-top: 80px;
}
@media only screen and (max-width: 769px) {
  .movie__ttl .logo {
    width: 18.6666666667vw;
    margin-top: 9.3333333333vw;
  }
}
.movie__ttl h1 {
  margin-top: 100px;
  line-height: 1;
  font-size: 5rem;
  font-family: "Cormorant", serif;
  color: #6D594A;
}
@media only screen and (max-width: 769px) {
  .movie__ttl h1 {
    margin-top: 13.3333333333vw;
    font-size: 7.7333333333vw;
  }
}
.movie__wrap li {
  width: 100%;
  margin-top: 40px;
}
@media only screen and (max-width: 769px) {
  .movie__wrap li {
    margin-top: 5.3333333333vw;
  }
}

video {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.clothing {
  position: relative;
  padding-bottom: 80px;
}
@media only screen and (max-width: 769px) {
  .clothing {
    width: 100%;
  }
}
.clothing__bk {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/cottonBk_loop.jpg") repeat;
  background-size: auto 100%;
  z-index: -100;
  opacity: 0.5;
}
@media only screen and (max-width: 769px) {
  .clothing__bk {
    width: 100%;
  }
}
.clothing__ttl {
  width: 430px;
  margin-top: 80px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-bottom: 4px solid #666666;
}
@media only screen and (max-width: 769px) {
  .clothing__ttl {
    width: 57.3333333333vw;
    margin-top: 0vw;
    margin-bottom: 10.6666666667vw;
    border-bottom: 3px solid #666666;
  }
}
.clothing__ttl h1 {
  padding-top: 100px;
  margin-bottom: 20px;
  line-height: 1;
  font-size: 5rem;
  font-weight: 300;
  font-family: "Noto Serif JP", serif;
  color: #6D594A;
}
@media only screen and (max-width: 769px) {
  .clothing__ttl h1 {
    padding-top: 13.3333333333vw;
    margin-bottom: 3.3333333333vw;
    font-size: 7.7333333333vw;
    font-weight: 300;
  }
}
.clothing__wrap {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 160px;
}
@media only screen and (max-width: 769px) {
  .clothing__wrap {
    justify-content: inherit;
    flex-direction: column;
    margin-bottom: 0vw;
  }
}
.clothing__wrap-left {
  width: 53%;
}
@media only screen and (max-width: 769px) {
  .clothing__wrap-left {
    display: none;
  }
}
.clothing__wrap-left a {
  display: block;
  overflow: hidden;
}
.clothing__wrap-left a img {
  transition: 0.3s;
}
.clothing__wrap-left a img:hover {
  transform: scale(1.15);
  transition: 0.6s;
}
@media only screen and (max-width: 769px) {
  .clothing__wrap-left a img:hover {
    transform: scale(1);
  }
}
.clothing__wrap-left .color {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
.clothing__wrap-left .color img {
  width: 26px;
  margin-left: 10px;
}
.clothing__wrap-left .detail {
  display: flex;
  margin-bottom: 50px;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
.clothing__wrap-left .detail dd:nth-of-type(1) {
  margin-left: 1.25vw;
}
.clothing__wrap-left .detail dd:nth-of-type(1) span {
  font-size: 1rem;
}
.clothing__wrap-left .detail dd:nth-of-type(2) {
  display: inline;
  width: 70px;
  margin-left: auto;
  text-align: center;
  line-height: 1.5;
  position: relative;
  border: 1px solid #666666;
  background: transparent;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  transition: 0.3s;
  color: #666666;
}
.clothing__wrap-left .detail dd:nth-of-type(2):hover a {
  color: #fff !important;
  transition: 0.3s;
}
.clothing__wrap-left .detail dd:nth-of-type(2):hover:before {
  width: 100%;
}
.clothing__wrap-left .detail dd:nth-of-type(2):before {
  content: "";
  display: inline;
  width: 0%;
  height: 100%;
  background: #666666;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
}
.clothing__wrap-left .detail dd:nth-of-type(2) a {
  color: #666666 !important;
  transition: 0.3s;
}
.clothing__wrap-right {
  width: 37.64%;
}
@media only screen and (max-width: 769px) {
  .clothing__wrap-right {
    width: 72vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 769px) {
  .clothing__wrap-right:not(:first-of-type) {
    margin-top: 9.3333333333vw;
  }
}
.clothing__wrap-right a {
  display: block;
  overflow: hidden;
}
.clothing__wrap-right a img {
  transition: 0.3s;
}
.clothing__wrap-right a img:hover {
  transform: scale(1.15);
  transition: 0.6s;
}
@media only screen and (max-width: 769px) {
  .clothing__wrap-right a img:hover {
    transform: scale(1);
  }
}
.clothing__wrap-right .clothingBox {
  margin-top: 35px;
}
@media only screen and (max-width: 769px) {
  .clothing__wrap-right .clothingBox {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 769px) {
  .clothing__wrap-right .clothingBox-img1 {
    width: 100%;
    margin-bottom: 9.3333333333vw;
  }
}
@media only screen and (max-width: 769px) {
  .clothing__wrap-right .clothingBox-img2 {
    width: 40vw;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 9.3333333333vw;
  }
}
.clothing__wrap-right .clothingBox h4 {
  margin-bottom: 30px;
  font-size: 2rem;
}
@media only screen and (max-width: 769px) {
  .clothing__wrap-right .clothingBox h4 {
    order: 0;
    font-size: 3.4666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
.clothing__wrap-right .clothingBox .color {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 769px) {
  .clothing__wrap-right .clothingBox .color {
    order: 3;
    margin-bottom: 4vw;
    font-size: 3.4666666667vw;
  }
}
.clothing__wrap-right .clothingBox .color img {
  width: 26px;
  margin-left: 10px;
}
@media only screen and (max-width: 769px) {
  .clothing__wrap-right .clothingBox .color img {
    width: 5.3333333333vw;
    margin-left: 2.6666666667vw;
  }
}
.clothing__wrap-right .clothingBox .detail {
  display: flex;
  margin-bottom: 50px;
  letter-spacing: 0;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 769px) {
  .clothing__wrap-right .clothingBox .detail {
    order: 4;
    align-items: center;
    margin-bottom: 0px;
    font-size: 3.4666666667vw;
  }
}
.clothing__wrap-right .clothingBox .detail dd:nth-of-type(1) {
  margin-left: 1.25vw;
}
@media only screen and (max-width: 769px) {
  .clothing__wrap-right .clothingBox .detail dd:nth-of-type(1) {
    margin-left: 4.6666666667vw;
  }
}
.clothing__wrap-right .clothingBox .detail dd:nth-of-type(1) span {
  font-size: 1rem;
}
@media only screen and (max-width: 769px) {
  .clothing__wrap-right .clothingBox .detail dd:nth-of-type(1) span {
    font-size: 2.6666666667vw;
  }
}
.clothing__wrap-right .clothingBox .detail dd:nth-of-type(2) {
  display: inline;
  width: 70px;
  margin-left: auto;
  text-align: center;
  line-height: 1.5;
  position: relative;
  border: 1px solid #666666;
  background: transparent;
  letter-spacing: 0.1rem;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  transition: 0.3s;
  color: #666666;
}
@media only screen and (max-width: 769px) {
  .clothing__wrap-right .clothingBox .detail dd:nth-of-type(2) {
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 3.4666666667vw;
  }
}
.clothing__wrap-right .clothingBox .detail dd:nth-of-type(2):hover a {
  color: #fff !important;
  transition: 0.3s;
}
@media only screen and (max-width: 769px) {
  .clothing__wrap-right .clothingBox .detail dd:nth-of-type(2):hover a {
    color: #666666 !important;
  }
}
.clothing__wrap-right .clothingBox .detail dd:nth-of-type(2):hover:before {
  width: 100%;
}
@media only screen and (max-width: 769px) {
  .clothing__wrap-right .clothingBox .detail dd:nth-of-type(2):hover:before {
    width: 0;
  }
}
.clothing__wrap-right .clothingBox .detail dd:nth-of-type(2):before {
  content: "";
  display: inline;
  width: 0%;
  height: 100%;
  background: #666666;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
}
.clothing__wrap-right .clothingBox .detail dd:nth-of-type(2) a {
  color: #666666 !important;
  transition: 0.3s;
}
@media only screen and (max-width: 769px) {
  .clothing__wrap-right .clothingBox .detail dd:nth-of-type(2) a {
    width: 100%;
    padding: 0.5333333333vw 1.0666666667vw;
  }
}
.clothing__wrap.hat .clothingBox {
  margin-top: 0px;
}
.clothing .revearse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 769px) {
  .clothing .revearse {
    flex-direction: column;
  }
}
.clothing .collection {
  display: block;
  width: 400px;
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1;
  color: #666666;
  border: 1px solid #666666;
  transition: 0.3s;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 769px) {
  .clothing .collection {
    width: 73.3333333333vw;
    padding-top: 3.4666666667vw;
    padding-bottom: 3.4666666667vw;
    margin-top: 21.3333333333vw;
    background: #fff;
    font-size: 3.7333333333vw;
  }
}
.clothing .collection:hover {
  color: #fff;
  background: #666666;
  transition: 0.3s;
}
@media only screen and (max-width: 769px) {
  .clothing .collection:hover {
    background: #fff;
    transition: 0;
  }
}
.clothing .collection:hover a {
  color: #fff;
  transition: 0.3s;
}
@media only screen and (max-width: 769px) {
  .clothing .collection:hover a {
    color: #666666;
    transition: 0s;
  }
}
.clothing .collection:hover:before {
  background: url("../img/arw_white.svg") no-repeat;
  transition: 0.3s;
}
@media only screen and (max-width: 769px) {
  .clothing .collection:hover:before {
    background: url("../img/arw.svg") no-repeat;
    width: 1.3333333333vw;
    height: 2.6666666667vw;
  }
}
.clothing .collection:before {
  content: "";
  width: 0.58333vw;
  height: 1vw;
  background: url("../img/arw.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 769px) {
  .clothing .collection:before {
    width: 1.3333333333vw;
    height: 2.6666666667vw;
  }
}

.other {
  padding-top: 100px;
  margin-bottom: 80px;
  background: #fff;
}
@media only screen and (max-width: 769px) {
  .other .inrWidth2 {
    width: 100%;
  }
}
.other .txtArea {
  margin-top: 70px;
}
@media only screen and (max-width: 769px) {
  .other .txtArea {
    width: 93.3333333333vw;
  }
}
@media only screen and (max-width: 769px) {
  .other .txtArea {
    margin-top: 9.3333333333vw;
  }
}
.other .txtArea p {
  font-size: 1.2rem;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 769px) {
  .other .txtArea p {
    font-size: 3.7333333333vw;
  }
}
.other .txtArea p:not(:first-of-type) {
  margin-top: 15px;
}
@media only screen and (max-width: 769px) {
  .other .txtArea p:not(:first-of-type) {
    margin-top: 6vw;
  }
}
.other .collection {
  display: block;
  width: 400px;
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1;
  color: #666666;
  background: #E3C49F;
  border: 1px solid #E3C49F;
  transition: 0.3s;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 769px) {
  .other .collection {
    width: 73.3333333333vw;
    padding-top: 3.4666666667vw;
    padding-bottom: 3.4666666667vw;
    margin-top: 21.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.other .collection:hover {
  opacity: 0.7;
  transition: 0.3s;
}
@media only screen and (max-width: 769px) {
  .other .collection:hover {
    opacity: 1;
  }
}
.other .collection:before {
  content: "";
  width: 0.58333vw;
  height: 1vw;
  background: url("../img/arw.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 769px) {
  .other .collection:before {
    width: 1.3333333333vw;
    height: 2.6666666667vw;
  }
}
.other .collection.online {
  margin-top: 90px;
}
@media only screen and (max-width: 769px) {
  .other .collection.online {
    margin-top: 21.3333333333vw;
  }
}
.other .collection.insta {
  margin-top: 45px;
}
@media only screen and (max-width: 769px) {
  .other .collection.insta {
    margin-top: 10.6666666667vw;
  }
}

@media only screen and (max-width: 769px) {
  .hat {
    flex-direction: column-reverse;
  }
  .hat .clothing__wrap-right:not(:first-of-type) {
    margin-top: 18.6666666667vw;
  }
  .hat .clothing__wrap-left {
    display: block;
    width: 72vw;
    margin-top: 9.3333333333vw;
    margin-left: auto;
    margin-right: auto;
  }
  .hat .clothing__wrap-left a {
    width: 40vw;
    margin-left: auto;
    margin-right: 0;
  }
  .hat .clothing__wrap-left .color img {
    width: 5.3333333333vw;
    margin-left: 1.3333333333vw;
  }
  .hat .clothing__wrap-left .detail {
    align-items: center;
    margin-bottom: 0px;
    font-size: 3.4666666667vw;
  }
  .hat .clothing__wrap-left .detail dd:nth-of-type(1) {
    margin-left: 4.6666666667vw;
  }
  .hat .clothing__wrap-left .detail dd:nth-of-type(1) span {
    font-size: 2.6666666667vw;
  }
  .hat .clothing__wrap-left .detail dd:nth-of-type(2) {
    width: auto;
    height: auto;
    margin-left: auto;
    line-height: 1;
    font-size: 3.4666666667vw;
  }
  .hat .clothing__wrap-left .detail dd:nth-of-type(2) a {
    width: 100%;
    padding: 0.5333333333vw 1.0666666667vw;
  }
  .hat .clothing__wrap-left .detail dd:nth-of-type(2):hover a {
    color: #666666 !important;
  }
  .hat .clothing__wrap-left .detail dd:nth-of-type(2):hover:before {
    width: 0;
  }
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
/*# sourceMappingURL=style.css.map */