@charset "utf-8";

.page-kv{
  background-color: #fff;
}
.page-kv__imgwrap {
  margin-bottom: 0;
}
.page-kv__head {
  margin-bottom: 4vw;
}
@media (max-width: 599px) {
  .page-kv__head {
    margin-bottom: 0;
  }
}

.page-kv__anchor{
  padding: 0 27.03125%;
}
.page-kv__text .page-kv__tit_contents{
  font-size: 30px;
}
.page-anchor{
  justify-content: center;
  margin-bottom: 4vw;
}
.page-anchor__inn{
  display: inline-block;
  color: #1b1b1b;
  font-size: 18px;
  font-weight: normal;
  justify-content: center;
  position: relative;
  height: 90px;
  display: flex;
  align-items: center;
  font-family: "industry-inc-base";
  font-weight: bold;
}
@media (max-width: 899px) {
  .page-anchor__inn{
    font-size: 16px;
  }
}
.page-anchor__inn::after{
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  border: 2px solid;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid black;
  border-color: #1b1b1b transparent transparent transparent;
  transform: none;
  margin-left: -6px;
}

.attention{
  width: auto;
  max-width: 960px;
  background-color: #f4f4f4;
}
.attention > div{
  border: none;
  color: #1b1b1b;
}
.attention > div > span{
  font-size: 1.5em;
}

.page-mdl-lg{
  max-width: 1320px;
  position: absolute;
  width: 100%;
  z-index: 8;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .page-mdl-lg {
    position: static;
  }
}
.page__section--ni .page-mdl-lg{
  margin-top: -120px;
}
@media (max-width: 1199px) {
  .page__section--ni .page-mdl-lg {
    margin-top: 0;
  }
}
.page__section--story .page-mdl-lg{
  margin-top: -80px;
}
@media (max-width: 1199px) {
  .page__section--story .page-mdl-lg {
    margin-top: 0;
  }
}
.page__section--ni{
  margin-top: 0;
  background-color: #f6f6f6;
}
.page__section--story{
  margin-top: 0;
  min-height: 520px;
}
.page__section--mdl {
  max-width: 1320px;
}

@media (max-width: 1199px) {
  .page__section--story .page-prof {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}

.page__section--story .page__text-15 {
  max-height: 480px;
  overflow: scroll;
  padding-right: 25px;
}

@media (max-width: 769px) {
  .page__section--story .page__text-15 {
    max-height: 325px;
    padding-right: 0;
  }
}

@media (max-width: 599px) {
  .page__section--story .page__text-15 {
    max-height: none;
  }
}
@media (max-width: 599px) {
  .page__section--story .page-prof-more {
    display: none;
    font-size: 13px;
    line-height: 1.666;
  }
  .page__text-more-trigger::after {
    border-color: #1b1b1b;
    top: 30%;
  }
}

.page__ttl-h2{
  text-align: center;
  font-size: 30px;
  margin-bottom: 80px;
  font-family: "UniqloProRegular", sans-serif;
}
.page__ttl-h2.page-prof__ttl-h2 {
  margin-bottom: 120px;
}
@media (max-width: 1190px) {
  .page__ttl-h2.page-prof__ttl-h2 {
    margin-bottom: 0;
  }
}

.swiper-gallery {
  max-width: 1104px;
  position: relative;
  margin: 0 auto;
}

.gallery__textlink {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  padding: 2vw 0 0;
  max-width: 1104px;
  margin-right: auto;
  margin-left: auto;
}

.page a.gallery__link {
  text-decoration: underline;
  position: relative;
  padding-right: 3.5vw;
}

.gallery__link::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 2vw;
  width: 7px;
  height: 7px;
  border: solid #1b1b1b;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}

@media (max-width: 812px) {
  .gallery__textlink {
    padding: 6vw 4vw 0;
  }

  .page a.gallery__link {
    padding-right: 4.5vw;
  }
}

/*@media (max-width: 599px) {
  .gallery__textlink {
    display: flex;
    justify-content: flex-end;
    padding: 6vw 4vw 0;
  }

  .page a.gallery__link {
    text-decoration: underline;
    position: relative;
    padding-right: 4.5vw;
  }

  .gallery__link::after {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    right: 2vw;
    width: 7px;
    height: 7px;
    border: solid #1b1b1b;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
  }
}*/

.page-prof{
  padding-bottom: 20px;
  max-width: 1320px;
}
.page-mdl-lg__inn {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 599px) {
  .page-mdl-lg__inn {
    position: relative;
    padding-bottom: 20%;
  }
}
.page-mdl-lg__inn--ni,
.page-prof__body{
  width: 50%;
}
@media (max-width: 599px) {
  .page-mdl-lg__inn--ni {
    width: 89.46666666666%;
    margin-top: -9.9375%;
  }
}
.page-prof__body{
  padding-bottom: 4%;
}
.page-prof__ttl-01.page-prof__ttl-01--ni.page-prof-name {
  position: relative;
  top: 0;
  width: 50%;
  margin: 0 0 0 auto;
  padding-right: 0;
}
@media (max-width: 599px) {
  .page-prof__ttl-01.page-prof__ttl-01--ni.page-prof-name {
    width: 100%;
    text-align: center;
    color: #fff;
  }
}
.page-prof__ttl-01.page-prof__ttl-01--ni.page-prof-name .page__ttl-h3-01 {
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 599px) {
  .page-prof__ttl-01.page-prof__ttl-01--ni.page-prof-name .page__ttl-h3-01 {
    font-size: 25px;
  }
}
.page-prof__ttl-01.page-prof__ttl-01--ni.page-prof-name .page__ttl-h3-01 span {
  font-size: 76px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
}
@media (max-width: 1199px) {
  .page-prof__ttl-01.page-prof__ttl-01--ni.page-prof-name .page__ttl-h3-01 span {
    font-size: 6vw;
  }
}
@media (max-width: 599px) {
  .page-prof__ttl-01.page-prof__ttl-01--ni.page-prof-name .page__ttl-h3-01 span {
    font-size: 32px;
  }
}
.page__section--left .page-prof__body{
  margin-left: auto;
}
.page__section--left .page-prof__body.u-visible-pc{
  display: block;
}
@media (max-width: 599px) {
  .page__section--left .page-prof__body.u-visible-pc {
    display: none;
  }
}
.page__section--right .page-prof__body{
  margin-right: auto;
  height: auto;
}
@media (max-width: 899px) {
  .page__section--story,.page__section--right .page-prof__body {
    min-height: 350px;
  }
}
@media (max-width: 599px) {
  .page__section--story,.page__section--right .page-prof__body {
    height: auto;
    min-height: auto;
  }
}
@media (max-width: 320px) {
  .page__section--story,.page__section--right .page-prof__body {
    min-height: 196px;
  }
}

.page-prof__ttl-01.page-prof__ttl-01--ni,
.page-prof__body{
  padding-right: 4%;
  padding-left: 4%;
}
.page-prof__ttl-01.page-prof__ttl-01--ni{
  margin-bottom: 20px;
}
.page__ttl-h3-01{
  font-size: 22px;
  font-weight: bold;
}
.page-story-player{
  padding-left: 4%;
  padding-right: 4%;
  background-color: #fff;
}
.page-story-player .page__ttl-h2 {
  margin-bottom: 75px;
}
.page-story-player .page__ttl-h2 span {
  font-size: 26px;
}
.year-container{
  width: 100%;
  margin: 20px auto 0;
}
.year-container .swiper-wrapper {
  height: unset !important;
}
.year-container .year-menu {
  margin: 0 auto;
  max-width: 1320px;
}

.year-container .year-menu .swiper-slide,
.tab-container .tab-menu2020 .swiper-slide,
.tab-container .tab-menu2019 .swiper-slide,
.tab-container .tab-menu2018 .swiper-slide,
.tab-container .tab-menu .swiper-slide{
  cursor: pointer;
}
.year-menu .swiper-wrapper{
  justify-content: center;
}
.year-menu .swiper-slide {
  width: auto;
  padding: 0 20px 10px;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
}
.year-menu .swiper-slide-thumb-active span{
  border-bottom: 2px solid #1b1b1b !important;
}
.year-menu .swiper-slide .uni-font--regular{
  display: block;
  font-size: 14px;
  font-weight: normal;
}
.year-contents,
.page-prof__ttl-01.page-prof__ttl-01--ni {
  margin: 0 auto;
  width: 100%;
}

.tab-container{
  width: 100%;
  margin: 20px auto 0;
}
.tab-menu,
.tab-menu2020,
.tab-menu2019,
.tab-menu2018 {
  max-width: 1320px;
}
.tab-menu .swiper-slide,
.tab-menu2020 .swiper-slide,
.tab-menu2019 .swiper-slide,
.tab-menu2018 .swiper-slide {
  width: 25%;
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.tab-menu .swiper-slide .uni-font--regular,
.tab-menu2020 .swiper-slide .uni-font--regular,
.tab-menu2019 .swiper-slide .uni-font--regular,
.tab-menu2018 .swiper-slide .uni-font--regular{
  display: block;
  font-size: 14px;
  font-weight: normal;
}
.tab-menu .swiper-slide-thumb-active,
.tab-menu2020 .swiper-slide-thumb-active,
.tab-menu2019 .swiper-slide-thumb-active,
.tab-menu2018 .swiper-slide-thumb-active {
  background-color: #1b1b1b !important;
  color: #fff !important;
}

@media (min-width: 700px) {
  .tab-menu2020.tab_single {
    width: 225px;
  }

  .tab-menu2020.tab_single .swiper-slide {
    width: 100% !important;
  }
}

@media (min-width: 899px) {
  .tab-menu2020.tab_single {
    width: 330px;
  }
}

.tab-contents,
.tab-contents2020,
.tab-contents2019,
.tab-contents2018 {
  margin: 40px auto 0;
}
.swiper-gallery{
  margin: 0 auto;
  max-width: 1104px;
  position: relative;
}
.swiper-gallery__body .swiper-wrapper{
  text-align: center;
}
.swiper-gallery__thumblist{
  display: flex;
  margin-top: 20px;
  justify-content: center;
}
@media (max-width: 599px) {
  .swiper-gallery__thumblist{
    margin-top: 3vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* swiper thumblist */

.swiper-gallery .swiper-button-next,
.swiper-gallery .swiper-button-prev {
  width: 40px;
  height: 74px;
  margin-top: -50px;
  background-size: 40px 74px;
  z-index: 8;
}
@media (max-width: 768px) {
  .swiper-gallery .swiper-button-next,
  .swiper-gallery .swiper-button-prev {
    width: 45px;
    height: 45px;
    background-size: 30px 30px;
    background-color: #fff;
  }
}

@media (max-width: 599px) {
  .swiper-gallery .swiper-button-next,
  .swiper-gallery .swiper-button-prev {
    width: 30px;
    height: 30px;
    background-size: 15px 15px;
    background-color: #fff;
  }
}
.swiper-gallery .swiper-button-next{
  right: 20%;
  left: auto;
}
.swiper-gallery .swiper-button-prev{
  left: 20%;
  right: auto;
}

.swiper-button-next.swiper-button {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1b1b1b;
}

.page-wear-info .page__section--bnr-lists.page__section--bnr-lists-withpadding {
  padding-top: 0 !important;
}

.page-stylebook__subttl{
  text-align: center;
}
.page__text-20 {
  font-size: 16px;
  font-weight: bold;
}
.page__text-20::before,
.page__text-20::after{
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #1b1b1b;
  vertical-align: middle;
}
.mw400 br {
  display: none;
}
.page__text-20::before{
  margin-right: 1em;
}
.page__text-20::after{
  margin-left: 0.4em;
}
@media (max-width: 400px) {
  .mw400 .page__text-20 {
    position: relative;
  }
  .mw400 .page__text-20::before,
  .mw400 .page__text-20::after {
    position: absolute;
    top: 50%;
  }
  .mw400 .page__text-20::before {
    left: 3vw;
  }
  .mw400 .page__text-20::after {
    right: 3vw;
  }
  .mw400 br {
    display: block;
  }
}
.page-stylebook__body{
  text-align: center;
  line-height: 2.2;
  font-size: 14px;
  padding: 0 4vw;
}
.swiper-stylebook{
  margin: 0 auto;
  max-width: 1104px;
}

.swiper-stylebook__body .swiper-wrapper{
  text-align: center;
}

.swiper-stylebook__body .swiper-wrapper img{
  max-width: 690px;
  width: 100%;
}
.swiper-stylebook__thumblist{
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.swiper-stylebook__thumblist-item{
  background-color: #000;
  flex: 0 0 12.5%;
  max-width: 12.5%;
  margin: 0;
  cursor: pointer;
}
.swiper-stylebook__thumblist-item img{
  width: 100%;
  opacity: .5;
}
.swiper-stylebook__thumblist-item.current img{
  opacity: 1;
}
.page__ttl-h2{
  width: 100%;
  font-size: 30px;
  margin-bottom: 30px;
}

.ambassadors__list-wrap{
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 4.5vw;
}

.ambassadors__bnr__list {
  display: flex;
  justify-content: center;
}
.ambassadors__bnr__list-item {
  max-width: 690px;
  width: 50%;
}

.ambassadors__bnr__list-item:not(:last-child) {
  margin-right: 20px;
}

@media (max-width: 1199px) {
  .ambassadors__list-wrap,
  .ambassadors__bnr__list {
    padding: 0 4%;
  }
}
.ambassadors__list{
  display: flex;
  flex-wrap: wrap;
}
.ambassadors__list-item{
  width: 33.33333333%;
}
.ambassadors__bnr{
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
}

.page__text-08{
  color: #1b1b1b;
}

@media (max-width: 1199px) {
  .page-anchor__ul-01,
  .page-anchor__ul-02,
  .page-anchor__ul-01 .page-anchor__li,
  .page-anchor__ul-02 .page-anchor__li{
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.page-kv__anchor{
  padding: 0 8vw;
}
.page-story-player .page__ttl-h2 {
  margin-bottom: 4vw;
}

@media (max-width: 1104px) {
  .swiper-gallery{
    padding: 0 30px;
  }
  .swiper-stylebook{
    padding: 0 30px;
  }
}

@media (max-width: 899px) {
  .page__text-20 {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .page-anchor__inn{
    display: flex;
    height: 100%;
    align-items: center;
  }
  .page-anchor__inn::after{
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid black;
    border-color: #1b1b1b transparent transparent transparent;
    transform: none;
    bottom: 0;
    left: 50%;
    right: auto;
    margin-left: -6px;
  }
  .swiper-gallery{
    padding: 0 4vw;
  }
  .swiper-gallery .swiper-button-next,
  .swiper-gallery .swiper-button-prev {
    margin-top: -25px;
  }
  .swiper-gallery .swiper-button-prev{
    left: 4vw;
    right: auto;
  }
  .swiper-gallery .swiper-button-next{
    right: 4vw;
    left: auto;
  }

  .swiper-button-next.swiper-button {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  }

  .swiper-button-prev.swiper-button {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  }

  .page-stylebook__body{
    text-align: left;
  }
  .swiper-stylebook{
    padding: 0 4vw;
  }
  .page-prof__body{
    padding-bottom: 0;
  }
  .page__section--story{
    min-height: auto;
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (max-width: 699px) {
  .tab-menu,
  .tab-menu2020,
  .tab-menu2019,
  .tab-menu2018 {
    max-width: 100%;
  }
  .tab-menu .swiper-wrapper,
  .tab-menu2020 .swiper-wrapper,
  .tab-menu2019 .swiper-wrapper,
  .tab-menu2018 .swiper-wrapper{
    flex-wrap: wrap;
  }
  .tab-menu .swiper-slide,
  .tab-menu2020 .swiper-slide,
  .tab-menu2019 .swiper-slide,
  .tab-menu2018 .swiper-slide {
    width: 50% !important;
  }
  .tab-menu .swiper-slide.-onethird,
  .tab-menu2020 .swiper-slide.-onethird,
  .tab-menu2019 .swiper-slide.-onethird,
  .tab-menu2018 .swiper-slide.-onethird {
    width: 100% !important;
  }
  .tab-contents,
  .tab-contents2020,
  .tab-contents2019,
  .tab-contents2018 {
    margin-top: 4vw;
  }
}

@media (max-width: 599px) {
  .page{
    background-color: #f4f4f4;
  }
  .page-anchor__ul{
    display: flex;
    margin-bottom: 4vw;
  }
  .page-anchor__li{
    border-right: 1px solid #dadada;
  }
  .page-anchor__ul-01 .page-anchor__li,
  .page-anchor__ul-02 .page-anchor__li{
    min-width: 0;
  }
  .page-anchor__inn{
    padding: 0 4vw 4vw;
    font-size: 13px;
  }
  .page-kv__text .page-kv__tit_contents{
    font-size: 20px;
  }
  .attention > div{
    display: flex;
    justify-content: center;
  }
  .page-mdl-lg__inn--ni{
    width: 100%;
    margin-top: 0;
    padding-bottom: 4vw;
  }
  .page__ttl-h3-01{
    padding-top: 0;
  }
  .page__section--ni .page-mdl-lg{
    margin-top: 0;
  }
  .page__ttl-h2{
    font-size: 20px;
    margin-bottom: 6vw;
  }
  .page__section--ni .page-prof__body{
    width: 100%;
    padding: 0 4vw;
  }
  .page__section--ni .page-prof {
    position: absolute;
    top: 25%;
  }
  .page-prof{
    padding-bottom: 20px;
    max-width: 100%;
  }
  .page__section--story .page-mdl-lg{
    margin-top: 0;
  }
  .page__section--story .page-mdl-lg{
    width: 100%;
    position: static;
    left: auto;
  }
  .page-mdl-lg__inn--ni{
    width: 100%;
    margin-top: 0;
  }
  .page-prof__ttl-01.page-prof__ttl-01--ni,
  .page-prof__body{
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .page-story-player .page__ttl-h2 span{
    font-size: 14px;
  }
  .page__ttl-h3-01{
    font-size: 14px;
  }
  /* swiper thumblist */
  .page-stylebook__body{
    line-height: 1.8;
    font-size: 13px;
  }
  .swiper-stylebook__thumblist{
    margin-top: 3vw;
  }
  .swiper-stylebook__thumblist-item{
    max-width: 20%;
  }
  .page__ttl-h2{
    font-size: 20px;
    margin-bottom: 6vw;
  }
  .ambassadors__list-wrap{
    margin-bottom: 8vw;
  }
  .ambassadors__list-item{
    width: 50%;
  }
  .page__ttl-h2-02,
  .page__ttl-h2-03{
    text-align: left;
    font-size: 13px;
    font-weight: bold;
  }
  .page__text-06,
  .page__text-07{
    display: none;
  }
  .ambassadors__list-wrap{
    margin-bottom: 8vw;
  }
  .page-footer{
    padding-top: 8vw;
    padding-bottom: 4vw;
  }
  .page-footer__anchor img{
    width: 25px;
  }

  /* -------------------bnr------------------- */
  .ambassadors__bnr__list {
    display: block;
  }
  .ambassadors__bnr__list-item {
    width: 100%;
    margin: 0 auto 4vw;
  }
  .ambassadors__bnr__list-item:last-child {
    margin-bottom: 0;
  }
}

/* -------------------modal------------------- */
.btn-plus {
  position: absolute;
  cursor: pointer;
  width: 25px;
  height: 25px;
}
.btn-plus img,.btn-plus{
  display: none;
}
.swiper-slide-active .btn-plus img,.swiper-slide-active .btn-plus{
  display: inline-block;
}
@media (max-width: 1199px) {
  .btn-plus{
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 599px) {
  .btn-plus{
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 799px) {
  .btn-plus-0101{
    top: 26vw;
    right: 17vw;
  }
}
@media (max-width: 599px) {
  .btn-plus-0101{
    top: 26vw;
    right: 17vw;
  }
}
#container .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  display: none;
}
#container .modal-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(235, 235, 235, 0.8);
}
#container .modal-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 900px;
  margin-left: -450px;
  padding: 30px;
  font-size: 0;
  letter-spacing: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 899px) {
  #container .modal-inner {
    width: 70%;
    margin-left: -35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
}
#container .modal-close {
  position: absolute;
  top: 14px;
  right: 10px;
  display: block;
  width: 28px;
  height: 28px;
  padding: 0;
  cursor: pointer;
}
#container .modal-close:before,
#container .modal-close:after {
  position: absolute;
  top: 12px;
  right: 2px;
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  background-color: #000;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
#container .modal-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#container .modal-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#container .modal .product-img {
  width: 420px;
  margin-right: 30px;
}
@media (max-width: 899px) {
  #container .modal .product-img {
    width: 320px;
    margin-right: 0;
  }
}
#container #content .modal .product-img {
  vertical-align: middle;
}
#container .modal .modal-txt {
  display: inline-block;
  vertical-align: middle;
  width: 390px;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.04em;
}
@media (max-width: 899px) {
  #container .modal .modal-txt {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 599px) {
  #container .modal .modal-txt {
    width: auto;
    margin: 0 15px;
  }
}
#container .modal .product-name {
  font-size: 20px;
  line-height: 1.4;
}
#container .modal .itemcodeWrap {
  margin-top: 10px;
  font-size: 13px;
  color: #ababab;
}
#container .modal .product-price {
  font-size: 24px;
  line-height: 1;
  margin-top: 12px;
  font-family: "UniqloProLight";
}
#container .modal .product-detail {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.45;
}
#container .modal .product-annotation {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.16;
  color: #808080;
}

#container .colorChip {
  margin-bottom: 7px;
  font-size: 0;
  padding-left: 0 !important;
}
.colorChip li {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 6px;
  margin-bottom: 6px;
  background-color: #00ffff;
  cursor: pointer;
}
#container .modal .product-size {
  margin-top: 10px;
  font-size: 16px;
}
#container .modal .product-available {
  margin-top: 10px;
  font-size: 16px;
  color: #808080;
}
#container .modal .btn-linkProduct {
  display: inline-block;
  margin-top: 22px;
  padding: 5px 16px;
  font-size: 16px;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
}
#container .modal .btn-linkProduct.is-hide {
  display: none;
}
#container .modal-hasWishlist .wishlist_heart_icon {
  position: absolute;
  left: 40px;
  bottom: 40px;
}
#container .modal-hasWishlist .wishlist_heart_icon .active,
#container .modal-hasWishlist .wishlist_heart_icon a {
  width: 35px;
  height: 35px;
  background-size: contain;
  display: block;
}
@media (max-width: 599px) {
  #container .modal-inner {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
    padding: 10%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #container .modal .product-img {
    width: 70%;
    margin-bottom: 3vw;
  }
  #container .modal .product-name{
    font-size: 5vw;
  }
  #container .modal .tax{
    margin-top: 3vw;
    font-size: 4vw;
  }
  #container .modal .product-size{
    margin-top: 2vw;
    font-size: 4vw;
  }
  #container .modal .product-available{
    margin-top: 2vw;
    font-size: 4vw;
  }
  #container .modal .btn-linkProduct {
    margin-top: 5vw;
    padding: 3vw 6vw;
    font-size: 4vw;
  }
}


/* -------------------sns------------------- */
.page__section--socials {
  max-width: 1320px;
  width: 100%;
}
.page__section--card {
  padding: 4.5vw 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page__section--card .page__ttl-h2{
  margin-bottom: 20px;
}

@media (max-width: 599px) {
  .page__section--card {
    padding: 0;
  }
}
.page-socials {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 599px) {
  .page-socials {
    background-color: #fff;
    padding: 6% 4%;
  }
  .page__bg--gray .page-socials {
    background-color: #f6f6f6;
  }
}

.page-socials__body {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1320px;
}

@media (max-width: 599px) {
  .page-socials__body {
    display: block;
    margin: 0;
  }
}

@media (max-width: 1200px) {
  .page-socials__updates, .page-socials__sns {
    margin: 0 auto;
  }
}
@media (max-width: 599px) {
  .page-socials__updates, .page-socials__sns {
    margin: 0 auto;
  }
}

.page-socials__inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 599px) {
  .page-socials__inn {
    justify-content: center;
  }
}
.page-socials__item:not(:first-child) {
  margin-left: 12px;
}

.page-socials__item--2cols,
.page-socials__item--3cols{
  width: auto;
  padding-right: 0;
  padding-left: 0;
}

.page-socials__item--3cols {
  width: 40px;
}
.page-socials__item--2cols {
  width: 40px;
}
.page-socials__item--2cols img {
  width: 100%
}
.page-socials__anchor:hover .page__text-06::before, .page-socials__anchor:hover .page__text-07::before {
  width: 100%;
}
.page-socials__icon {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 2.528735%;
}

/* -------------------toppege link------------------- */

.page__section--toppage-link a {
  display: block;
  max-width: 500px;
  text-align: center;
  background-color: #1b1b1b;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
  margin: 0 auto;
}
