@charset "UTF-8";
@import url("/jp/ja/contents/sustainability/cmn/css/header_footer.css");
.u-align-center{
  text-align: center;
}
body {
  font-family: 'UniqloProRegular','ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', メイリオ, Meiryo, sans-serif;
  background-color: white;
  overflow-y: scroll;
}
body.fix{
  position: fixed;
  width: 100%;
}
html {
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}
a img {
  border: none;
  outline: none;
}
a:hover, a:hover img, a:hover p, a[href]:hover, a[href]:hover img, a[data-link]:hover, a[data-link]:hover img {
  cursor: pointer;
  opacity: 0.8;
}
@-webkit-keyframes swiper-preloader-spin {
to {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes swiper-preloader-spin {
to {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@-webkit-keyframes dotsFrameTween {
0% {
stroke-dashoffset:0
}
to {
stroke-dashoffset:-4px
}
}
@keyframes dotsFrameTween {
0% {
stroke-dashoffset:0
}
to {
stroke-dashoffset:-4px
}
}
@font-face {
  font-family: "UniqloProLight";
  src: url(/jp/ja/contents/sustainability/cmn/font/UniqloProLight.woff) format("woff")
}
@font-face {
  font-family: "UniqloProRegular";
  src: url(/jp/ja/contents/sustainability/cmn/font/UniqloProRegular.woff) format("woff")
}
@font-face {
  font-family: "UniqloProBold";
  src: url(/jp/ja/contents/sustainability/cmn/font/UniqloProBold.woff) format("woff")
}
#wrapper {
  display: block;
}
#modals, #modals .modal, #modals .overlay {
  position: relative;
  z-index: 9999999;
  pointer-events: auto
}
#modals .modal, #modals .overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  zoom: 1
}
#modals .overlay {
  display: none;
  background: rgba(0,0,0,.8)
}
#modals .modal {
  overflow: hidden;
  visibility: hidden
}
#modals .modal .outer {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}
#modals .modal .outer .closeModal {
  position: absolute;
  background: red
}
#modals .modal .outer .inner {
  position: relative;
  min-height: 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
}
#modals .modal .outer .inner .content {
  position: relative;
  background: #fff
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
  float: left
}
#wrapper .container .mainContents .basicButton, .swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.swiper-slide, .swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}
.swiper-wrapper {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.swiper-invisible-blank-slide {
  visibility: hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,.5)), to(transparent));
  background-image: linear-gradient(to left, rgba(0,0,0,.5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.5)), to(transparent));
  background-image: linear-gradient(to right, rgba(0,0,0,.5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,.5)), to(transparent));
  background-image: linear-gradient(to top, rgba(0,0,0,.5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.5)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0,0,0,.5), transparent)
}
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical>.swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  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'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  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'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  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-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  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-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  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")
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  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-lock {
  display: none
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  transform: scale(.33);
  position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  transform: scale(.33)
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}
button.swiper-pagination-bullet {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}
.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform
}
.swiper-pagination-progressbar {
  background: rgba(0,0,0,.25);
  position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill, .swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255,255,255,.25)
}
.swiper-pagination-black .swiper-pagination-bullet-active, .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0,0,0,.25)
}
.swiper-pagination-lock {
  display: none
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,.1)
}
.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,.5);
  border-radius: 10px;
  left: 0;
  top: 0
}
.swiper-scrollbar-cursor-drag {
  cursor: move
}
.mainContents .section.category .categoryBody>section, .swiper-scrollbar-lock {
  display: none
}
.swiper-zoom-container {
  width: 100%;
  height: 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;
  text-align: center
}
.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.swiper-slide-zoomed {
  cursor: move
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-cube, .swiper-container-flip {
  overflow: visible
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}
.dotsFrame svg, .mainContents .section.category .categoryItems .categoryItem.current, .mainContents .section.contents .contentsItems .contentsItem.comingsoon a, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px
}
body, html {
  margin: 0;
  padding: 0
}
#wrapper {
  display: grid;
  width: 100%;
  overflow-x: hidden
}
#wrapper .container, #wrapper .container .mainContents {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
#wrapper .container .mainContents {
  position: relative
}
#wrapper .container .mainContents .basicButton {
  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;
  font-weight: 700
}
#wrapper .container .mainContents .basicButton:after, .mainContents .section.recommended .recommendedItems .recommendedItem a .text:after {
  content: '';
  display: block;
  background: #fe0000
}
#wrapper .container .mainContents .textLink {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
  -webkit-transition: opacity .2s;
  transition: opacity .2s
}
#menu .menuContainer .langSelector .pc dd ul li a:hover, #wrapper .container .mainContents .textLink:hover {
  opacity: .7
}
#wrapper .container .mainContents .textLink:after {
  content: '';
  display: block;
  background: #fe0000;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none
}
.sample {
  width: 280px;
  display: block;
  margin-bottom: 100px
}
.dotsFrame {
  position: relative;
  overflow: hidden
}
.dotsFrame svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}
.dotsFrame svg rect {
  width: 100%;
  height: 100%;
  stroke: #ababab;
  fill: transparent;
  stroke-width: 2px;
}
.breads, .breads * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0
}
.breads {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-family: UniqloProRegular, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ",Meiryo,sans-serif;
  letter-spacing: .08em;
  position: relative
}
.breads * {
  vertical-align: top;
  list-style: none
}
footer.footer a {
  font-weight: 700
}
#menu a, .breads a, .mainContents.layer3 a {
  text-decoration: none;
  color: #1b1b1b;
  font-weight: 700
}
#wrapper > #menu > header.header > div.copy > a {
  color: inherit;
  font-weight: inherit;
}
#wrapper .container .mainContents .textLink, .breads ul, .breads ul .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.breads ul .item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  -webkit-transition: max-width .5s ease-in-out;
  transition: max-width .5s ease-in-out;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.breads ul .item a {
  display: block;
  color: #000;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap
}
/*
.breads ul .item:before {
  content: '';
  display: block;
  background: url(../img/common/bread_arrow.svg) no-repeat center center;
  background-size: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
*/
.breads .item:before {
  content: '';
  display: block;
  background: none;
  margin-left: 0;
  margin-right: 2.5vw;
  margin-top: 1.33333vw;
  margin-bottom: 1.33333vw;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.breadcrumbs {
  width: calc(100% - 40px);
  height: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  font-size: 9px;
  padding-top: 22px;
  margin-bottom: 22px;
}
.breadcrumbs::-webkit-scrollbar {
  display:none;
}
.breadcrumbs_inner {
  height: auto;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: -8px;
}
.breadcrumbs_item{
  display: flex;
  align-items: center;
  overflow: hidden;
  flex-shrink: 0;
  font-weight: bold;
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.breadcrumbs_item:first-child a{
  width: calc((31/750)*100vw);
  height: calc((36/750)*100vw);
  background: url(/jp/ja/contents/sustainability/cmn/img/bread_icn_home.svg) no-repeat center center;
  background-size: contain;
}
_:-ms-input-placeholder, :root .breadcrumbs_item a{
  font-family: Meiryo, sans-serif;
}
.breadcrumbs_item:before {
  content: '';
  background: none;
  width: calc((10/750)*100vw);
  height: calc((10/750)*100vw);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  margin-right:calc((11/750)*100vw);
  margin-left:calc((5/750)*100vw);
}
.breadcrumbs_item:first-child:before {
  content: none;
}
.breadcrumbs_item:first-child:after {
  display: none;
}
.breadcrumbs_itemHome{
  display: none;
}
.breadcrumbs_item a {
  font-size: calc((16/750)*100vw);
  color: #000;
  line-height: calc((22/750)*100vw);
  text-decoration: none;
}
.breadcrumbs_item:last-child a{
  pointer-events: none;
}
/* enページへのリンク */
.toen{
  float: none;
  margin-top: calc((30/750)*100vw);
}

.toen_link {
  display: inline-block;
  width: calc((120/750)*100vw);
  height: calc((30/750)*100vw);
}

.toen_img {
  width: 100%;
  height: 100%;
}
/*以上7/7パンくず調整のため追加*/
.color_yellow{
  color: #F7BA00 !important;
}
.color_green{
  color: #0DA43B !important;
}
/* 7/7パンくず横幅調整のため削除
.breadcrumbs .breadcrumbs_item:before {
  content: '';
  display: block;
  background: none;
  margin-left: 0;
  margin-right: 2.5vw;
  margin-top: 1.33333vw;
  margin-bottom: 1.33333vw;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.breadcrumbs_item:first-child:before {
  content: none!important;
}
.breads ul .item:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(#f4f4f4));
  background-image: linear-gradient(to right, rgba(255,255,255,0), #f4f4f4);
  -webkit-transition: opacity .2s linear, visibility .2s linear;
  transition: opacity .2s linear, visibility .2s linear
} */
.breads ul .item:last-child {
  max-width: 1000px;
}
.breads ul .item:last-child:after {
  display: none
}
.breads ul .item:last-child a {
  pointer-events: none
}
.breads ul .item:first-child {
  max-width: auto
}
.breads ul .item:first-child:before {
  content: none
}
.breads ul .item:first-child a span, .breads ul .item:first-child:after {
  display: none
}
.breads ul .item:first-child a {
  background: url(../img/common/bread_icn_home.svg) no-repeat center center;
  background-size: contain
}
.breads ul .item.hover, .breads ul .item:hover {
  max-width: 1000px
}
.breads ul .item.hover:after, .breads ul .item:hover:after {
  opacity: 0;
  visibility: hidden
}
header.header .siteTitle {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(/jp/ja/contents/sustainability/cmn/img/pc-title.svg) no-repeat center center;
  background-size: contain;
  color: transparent
}
header.header .siteTitle a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  text-indent: -9990px;
}
header.header .menuTrigger {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
header.header .menuTrigger .inner {
  position: relative
}
header.header .menuTrigger .inner span {
  display: block;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%
}
header.header .menuTrigger .inner span:first-child {
  -webkit-transform: translate(0, -300%);
  transform: translate(0, -300%)
}
header.header .menuTrigger .inner span:last-child {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: scaleX(.63889) translate(0, 300%);
  transform: scaleX(.63889) translate(0, 300%)
}
footer.footer .inner:after {
  display: none!important
}
footer.footer .contentBottom {
  position: absolute;
  color: #000
}
footer.footer .pagetop {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
footer.footer .pagetop .icon {
  background: url(../img/common/icon_pagetpo.svg) no-repeat center center;
  background-size: contain
}
footer.footer a {
  color: #fff;
  text-decoration: none
}
footer.footer .footerLinks, footer.footer .pagetop {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
footer.footer .footerLinks .item+.item {
  border-left: 1px solid #fff
}
#menu .menuContainer .langSelector .pc dd ul, footer.footer .toUniqlo a {
  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
}
#menu {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-family: UniqloProRegular, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  letter-spacing: .08em;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  background: #7d7d7d;
  overflow: hidden;
  height: 0;
  pointer-events: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
#menu * {
  vertical-align: top;
  list-style: none
}
#menu header.header {
  background: #7d7d7d;
  position: absolute;
  width: 100%;
  z-index: 3
}
#menu header.header .siteTitle {
  background-image: url(/jp/ja/contents/sustainability/cmn/img/pc-title.svg)
}
#menu header.header .siteTitle a {
  color: transparent
}
#menu header.header .copy {
  background: 0 0;
  color: #fff;
  pointer-events: none
}
#menu .menuContainer .langSelector .pc, .home #menu header.header .copy, footer.footer .footerLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
#menu .menuContainer {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100vw;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}
#menu .menuContainer .langSelector .pc {
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 20px;
  height: 100px
}
#menu .menuContainer .langSelector .pc dt {
  font-weight: 700;
  margin-right: 50px
}
#menu .menuContainer .langSelector .pc dd ul li {
  border-right: 1px solid #fff;
  line-height: 1;
  padding: 0 10px
}
#menu .menuContainer .langSelector .pc dd ul li:last-child {
  border: 0
}
#menu .menuContainer .langSelector .pc dd ul li a {
  color: #fff;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear
}
#menu .menuContainer .langSelector .sp, #menu .menuContainer .menuContent dl, #menu .menuContainer .menuContent dl dd>ul>li, .mainContents .section, .mainContents .section.category .categoryItems .categoryItem, .mainContents .section.contents .contentsItems .contentsItem, .mainContents .section.recommended .recommendedItems .recommendedItem, .mainContents .section.recommended .recommendedItems .recommendedItem a .thumb {
  position: relative
}
#menu .menuContainer .langSelector .sp dt {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4vw;
  font-size: 3.2vw
}
#menu .menuContainer .langSelector .sp dt:after {
  content: '';
  display: block;
  width: 6.4vw;
  height: 6.4vw;
  position: absolute;
  right: 2.93333vw;
  top: 50%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -3.2vw
}
#menu .menuContainer .langSelector .sp dt span {
  font-weight: 700
}
#menu .menuContainer .langSelector .sp dd select {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: red;
  opacity: 0
}
#menu .menuContainer .menuContent {
  width: 100vw;
  color: #fff
}
#menu .menuContainer .menuContent a, #menu .menuContainer footer.footer .contentBottom {
  color: #fff
}
#menu .menuContainer .menuContent dl dt {
  position: relative;
  font-weight: 700
}
#menu .menuContainer .menuContent dl dt:after {
  content: '';
  display: block;
  height: 1px;
  border-bottom: 1px dashed #fff;
  position: absolute;
  bottom: 0;
  left: 0
}
#menu .menuContainer .menuContent dl dd>ul>li.nowrap {
  white-space: nowrap
}
#menu .menuContainer .menuContent dl dd>ul>li>a:before {
  content: '■';
  display: block;
  position: absolute;
  left: 0;
  right: 0
}
#menu .menuContainer .menuContent dl dd>ul>li ul li {
  position: relative;
  padding-left: 1em
}
#menu .menuContainer .menuContent dl dd>ul>li ul li:before {
  content: '-';
  position: absolute;
  left: 0;
  bottom: 0
}
#menu .menuContainer .menuContent dl dd>ul>li .accTrigger.dotsFrame {
  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;
  height: 12vw;
  font-weight: 700;
  margin-top: 4vw;
  margin-bottom: 8vw
}
#menu .menuContainer .menuContent dl dd>ul>li .accTrigger.dotsFrame span {
  display: block;
  position: relative;
  padding-bottom: 1.33333vw
}
#menu .menuContainer .menuContent dl dd>ul>li .accTrigger.dotsFrame span:after {
  content: '';
  display: block;
  height: 1px;
  width: 5.33333vw;
  margin-left: -2.66667vw;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0
}
#menu .menuContainer .menuContent dl dd>ul>li .accTrigger.dotsFrame svg rect, .mainContents .section.category .categoryItems .categoryItem a span.dotsFrame svg rect, .mainContents .section.category .categoryItems .categoryItem>div span.dotsFrame svg rect {
  stroke: #fff
}
#menu .menuContainer footer.footer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  margin: 0;
  padding: 0;
  list-style: none
}
#menu .menuContainer footer.footer a {
  text-decoration: none;
  font-weight: 700;
  color: #1b1b1b
}
#menu .menuContainer .langSelector .sp dt:after, #menu .menuContainer footer.footer .pagetop .icon {
  background: url(../img/common/icon_pagetpo_white.svg) no-repeat center center;
  background-size: contain
}
#menu .menuContainer footer.footer .pagetop .icon svg rect {
  stroke: #fff!important
}
#menu .menuContainer footer.footer .footerLinks .item+.item {
  border-left: 1px solid #1b1b1b
}
#menu .menuContainer footer.footer .toUniqlo a {
  border-color: #1b1b1b
}
.mainContents .section.recommended .recommendedItems .recommendedItem a {
  position: relative;
  display: block
}
.mainContents .section.contents .contentsItems .contentsItem a .thumb img, .mainContents .section.recommended .recommendedItems .recommendedItem a .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.mainContents .section.category .categoryItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 700
}
.mainContents .section.category .categoryItems .categoryItem a, .mainContents .section.category .categoryItems .categoryItem a span, .mainContents .section.category .categoryItems .categoryItem>div, .mainContents .section.category .categoryItems .categoryItem>div span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.mainContents .section.category .categoryItems .categoryItem a span, .mainContents .section.category .categoryItems .categoryItem>div span {
  text-align: center
}

.mainContents .section.category .categoryBody>section:first-child {
  display: block
}
.mainContents .section.statement p:first-child {
  margin-top: 0
}
.mainContents .section.contents .contentsItems {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.mainContents .section.artist .contentsItem a, .mainContents .section.contents .contentsItems .contentsItem a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%
}
.mainContents .section.artist .contentsItem a .thumb, .mainContents .section.contents .contentsItems .contentsItem a .thumb {
  position: absolute;
  left: 0;
  top: 0
}
.mainContents .section.contents .contentsItems .contentsItem a .thumb .playBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  padding: 1px
}
.mainContents .section.contents .contentsItems .contentsItem a .thumb .playBtn span {
  display: block;
  background: #ababab
}
.mainContents .section.contents .contentsItems .contentsItem a .thumb .playBtn:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.mainContents .section.contents .contentsItems .contentsItem a .thumb .playBtn:after {
  content: '';
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.mainContents .section.artist .contentsItem a .text, .mainContents .section.contents .contentsItems .contentsItem a .text {
  height: 100%;
  width: 100%
}
.mainContents .section.artist .contentsItem a .text span, .mainContents .section.contents .contentsItems .contentsItem a .text span {
  height: 100%;
  width: 100%;
  text-align: center
}
.mainContents .section.artist .contentsItem a .text:after, .mainContents .section.contents .contentsItems .contentsItem a .text:after {
  content: '';
  display: block;
  background: #fe0000;
  margin: 0 auto
}
.mainContents .section.artist .contentsItem a {
  text-align: center
}
.mainContents .section.artist .contentsItem a .thumb img {
  display: block;
  width: 100%
}
.mainContents .sectionTitle {
  text-align: center;
  font-weight: 400;
  color: #7d7d7d;
  line-height: 1;
  margin-bottom: 36px;
  width: 100%;
}
.mainContents .sectionTitle::before, .mainContents .sectionTitle::after{
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  margin: 4px 20px;
  background: #dadada;
}
.mainContents .contentssubHead {
  font-weight: 700
}
.mainContents.layer3, .mainContents.layer3 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0
}
.mainContents.layer3 {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-family: UniqloProRegular, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ",Meiryo,sans-serif;
  letter-spacing: .08em
}
.mainContents.layer3 * {
  vertical-align: top;
  list-style: none
}
.mainContents .section.artist .contentsItem a .text span, .mainContents .section.contents .contentsItems .contentsItem a .text span, .mainContents.layer3 .main .dots, .mainContents.layer3 .main .dots span {
  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
}
.mainContents.layer3 .main .dots span {
  border-radius: 0;
  background: 0 0;
  margin: 0;
  opacity: 1;
  outline: 0
}
.mainContents.layer3 .main .dots span:after {
  content: '';
  display: block;
  background-color: #dadada
}
.mainContents.layer3 .main .dots span.swiper-pagination-bullet-active:after {
  background-color: #1b1b1b
}
.mainContents.layer3 .main .arrows {
  position: absolute;
  z-index: 1
}
.mainContents.layer3 .main .arrows>div {
  outline: 0;
  background: url(../img/common/slide_arrow.svg) no-repeat center center
}
.mainContents.layer3 .main .arrows .prev {
  -webkit-transform: scale(-1);
  transform: scale(-1)
}
.mainContents.layer3 .main .shareIcons {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.mainContents.layer3 .main .subSection {
  position: relative
}
.mainContents.layer3 .main .subSectionTitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f4f4f4
}
.mainContents.layer3 .main .body .head {
  font-weight: 700;
  margin-top: 2em
}
.mainContents.layer3 .main .body .lead+.lead {
  margin-top: 2em
}
.mainContents.layer3 .main .accordionContainer .accordion {
  position: relative;
  height: 0;
  overflow: hidden
}
.mainContents.layer3 .main .accordionContainer .accordionTrigger {
  overflow: hidden;
  -webkit-transition: opacity .5s;
  transition: opacity .5s
}
.mainContents.layer3 .main .accordionContainer .accordionTrigger .basicButton {
  margin-top: 0
}
.mainContents.layer3 .main .accordionContainer.open .accordionTrigger {
  opacity: 0;
  pointer-events: none
}
.mainContents.layer3 .main .floatImg .text {
  text-align: justify
}

@media (min-width: 813px) {
body .sp {
  display: none!important
}
#modals .modal .outer .closeModal {
  width: 50px;
  height: 50px;
  right: -80px;
  top: -80px
}
#modals .modal .outer .inner {
  padding: 100px 0
}
#wrapper {
  padding-top: 81px;
  /* grid-template-rows: 1fr 120px; */
  min-height: 100vh
}
#wrapper .container {
  padding: 0 25px;
  max-width: 1226px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 auto;
}
#wrapper .container .mainContents {
  width: 100%;
}
#wrapper .container .mainContents .basicButton {
  /*margin: 50px auto 0;*/
  margin: 0 auto;
  width: 580px;
  height: 60px;
  line-height: 1;
  cursor: pointer
}
#wrapper .container .mainContents .subSection .basicButton {
  margin: 50px auto 0;
}
#wrapper .container .mainContents .basicButton:after {
  width: 40px;
  height: 2px;
  margin: 12px auto 0
}
#wrapper .container .mainContents .textLink:after {
  width: 40px;
  height: 2px;
  margin-left: 20px
}
.dotsFrame:hover svg rect, .pagetop:hover svg rect, a:hover svg rect {
  stroke: #fe0000;
  -webkit-animation: dotsFrameTween .3s linear infinite;
  animation: dotsFrameTween .3s linear infinite
}
.breads {
  line-height: 24px;
  height: 80px;
  margin-bottom: 20px;
}
.breads ul {
  height: 80px
}
/* 7/7パンくず横幅調整のため削除
.breads ul .item {
  max-width: 50px
} */
.breads, .breads ul .item a {
  font-size: 14px
}
.breads .item:before {
  /* width: 8px; */
  /* height: 20px; */
  /* margin: 0 10px */
  margin: 0 10px 0 5px;
  width: 8px;
  height: 8px;
}
/*bread*/
.breadcrumbs {
  width: auto;
  margin: 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 39px;
}
.breadcrumbs_inner {
  max-width: calc(100% - 100px);
  padding: 0;
  height: auto;
  margin: 0 0 -8px 0;
}
.breadcrumbs_item {
  font-size: 12px;
  height: auto;
}
.breadcrumbs_item:first-child a{
  width: 16px;
  height: 19px;
}
.breadcrumbs .breadcrumbs_item:before {
  margin: 0 10px 0 5px;
  width: 7px;
  height: 7px;
}
.breadcrumbs_item a {
  color: #000;
  line-height: 19px;
  font-size: 12px;
}

/*toen*/
.toen{
  width: 76px;
  height: 20px;
  margin-top: 0;
}

.toen_link{
  width: 100%;
  height: 100%;
}
.mainContents .section.contents .contentsItems .contentsItem a .thumb .playBtn span{
  width: 64px;
  height: 64px
}
header.header .siteTitle {
  margin: 6px auto 0;
  width: 236px;
  height: 26px
}
header.header .menuTrigger {
  width: 64px;
  height: 64px;
  left: -10px;
  cursor: pointer
}
header.header .menuTrigger .inner {
  width: 36px;
  height: 14px
}
header.header .menuTrigger .inner span {
  margin-top: -1px
}
header.header .menuTrigger .inner span:first-child {
  width: 36px;
  height: 2px
}
header.header .menuTrigger .inner span:last-child {
  width: 36px;
  height: 2px
}
header.header .copy {
  background: 0 0;
  top: 64px;
  width: 64px;
  height: 450px;
  padding-top: 150px;
  font-size: 16px
}
footer.footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 120px;
  width: 100%
}
footer.footer .contentBottom {
  font-size: 14px;
  right: 84px;
  top: -70px
}
footer.footer .pagetop span {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  margin-right: 20px
}
#menu .menuContainer .menuContent a:hover, .mainContents .section.contents .contentsItems .contentsItem a:hover .playBtn, .mainContents .section.contents .contentsItems .contentsItem a:hover .text, .mainContents .section.contents .contentsItems .contentsItem a:hover img, .mainContents .section.recommended .recommendedItems .recommendedItem a:hover .text, .mainContents .section.recommended .recommendedItems .recommendedItem a:hover img, footer.footer .pagetop span:hover {
  opacity: .7
}
.mainContents .section.recommended .recommendedItems .recommendedItem a.no_click{
  cursor: default;
}
.mainContents .section.recommended .recommendedItems .recommendedItem a.no_click:hover img,.mainContents .section.recommended .recommendedItems .recommendedItem a.no_click:hover .text{
  opacity: 1
}
.mainContents .section.recommended .recommendedItems .recommendedItem a.no_click .dotsFrame:hover svg rect,.mainContents .section.recommended .recommendedItems .recommendedItem a.no_click:hover svg rect{
  stroke: #ababab;
}
footer.footer .pagetop .icon {
  width: 32px;
  height: 32px
}
footer.footer .footerLinks {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none
}
#menu .menuContainer footer.footer .footerLinks .item a, footer.footer .footerLinks .item a {
  padding: 0 10px
}
#menu .menuContainer footer.footer .copyright, footer.footer .copyright {
  font-size: 12px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-left: 10px
}
footer.footer .toUniqlo {
  width: 400px;
  margin: 0 10px;
  min-width: 140px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
footer.footer .toUniqlo a {
  border: 2px solid #fff;
  height: 60px
}
#menu {
  font-size: 14px;
  line-height: 24px;
  min-width: 1250px
}
#menu header.header .siteTitle {
  margin: 6px auto 0
}
#menu header.header .menuTrigger {
  left: -10px
}
#menu header.header .copy {
  top: 64px;
  width: 64px;
  height: 450px;
  padding-top: 150px;
  font-size: 16px
}
#menu .menuContainer {
  padding: 64px 0 0
}
#menu .menuContainer .langSelector {
  margin: 0 84px;
  border: 1px solid #fff
}
#menu .menuContainer .menuContent {
  padding: 60px 0 180px 150px;
  min-width: 1280px
}
#menu .menuContainer .menuContent a {
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear
}
#menu .menuContainer .menuContent dl {
  width: 950px;
  margin: 0 auto
}
#menu .menuContainer .menuContent dl+dl {
  margin-top: 30px
}
#menu .menuContainer .menuContent dl dt {
  font-size: 14px;
  margin-left: -20px;
  padding-bottom: 15px
}
#menu .menuContainer .menuContent dl dt:after {
  width: 98px
}
#menu .menuContainer .menuContent dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px
}
#menu .menuContainer .menuContent dl dd>ul {
  width: 300px
}
#menu .menuContainer .menuContent dl dd>ul:nth-child(3n) {
  margin-right: 0
}
#menu .menuContainer .menuContent dl dd>ul>li {
  margin-bottom: 8px;
  padding: 0 0 0 1.2em
}
#menu .menuContainer .menuContent dl dd>ul>li ul li {
  padding-top: 8px
}
#menu .menuContainer .menuContent dl dd>ul>li .accTrigger.dotsFrame {
  display: none
}
#menu .menuContainer footer.footer {
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 64px;
  height: 120px;
  font-size: 14px
}
#menu .menuContainer footer.footer .pagetop span {
  margin-right: 20px
}
#menu .menuContainer footer.footer .toUniqlo {
  margin: 0 10px
}
.mainContents .section {
  margin-top: 80px
}
.mainContents .section.relatedLinks .items .item {
  font-size: 14px;
  line-height: 36px
}
.mainContents .section.relatedLinks .items .item+.item {
  margin-top: 16px
}
.mainContents .section.recommended .recommendedItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.mainContents .section.recommended .recommendedItems .recommendedItem {
  width: 280px;
  margin: 0 20px
}
.mainContents .section.contents .contentsItems.columns .contentsItem:nth-child(n+4), .mainContents .section.recommended .recommendedItems .recommendedItem:nth-child(n+4) {
  margin-top: 40px
}
.mainContents .section.recommended .recommendedItems .recommendedItem a .text, .mainContents .section.recommended .recommendedItems .recommendedItem a img {
  -webkit-transition: opacity .2s;
  transition: opacity .2s
}
.mainContents .section.recommended .recommendedItems .recommendedItem a .thumb {
  width: 280px;
  height: 160px
}
.mainContents .section.recommended .recommendedItems .recommendedItem a .text {
  margin-top: 15px
}
.mainContents .section.recommended .recommendedItems .recommendedItem a .text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 72px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.mainContents .section.recommended .recommendedItems .recommendedItem a .text:after {
  width: 40px;
  height: 2px;
  margin: 15px auto 0
}
.mainContents .section.category .categoryItems .categoryItem {
  width: 25%;
  border-left: 1px dashed #ccc
}
.mainContents .section.category .categoryItems .categoryItem:nth-child(4n+1) {
  border-left: none
}
.mainContents .section.category .categoryItems .categoryItem:nth-child(n+5):after {
  content: none
}
.mainContents .section.category .categoryItems .categoryItem a span, .mainContents .section.category .categoryItems .categoryItem>div span.letterSpacing {
  letter-spacing: -0.1px;
}

.mainContents .section.category .categoryItems .categoryItem a, .mainContents .section.category .categoryItems .categoryItem>div {
  padding: 4px;
  cursor: pointer;
  transition: 0.2s;
}
.mainContents .section.category .categoryItems .categoryItem a span, .mainContents .section.category .categoryItems .categoryItem>div span {
  -webkit-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s;
  /*min-height: 48px;*/
  line-height: 48px;
}
.mainContents .section.category .categoryItems .categoryItem a span.dotsFrame:hover svg rect, .mainContents .section.category .categoryItems .categoryItem>div span.dotsFrame:hover svg rect {
  stroke: #fff;
  -webkit-animation: dotsFrameTween .3s linear infinite;
  animation: dotsFrameTween .3s linear infinite
}
.mainContents .section.category .categoryBody>section {
  margin-top: 60px
}
.mainContents .section.category .cateTitle {
  font-size: 18px
}
.mainContents .section.category .cateHead {
  margin-top: 20px
}
.mainContents .section.category .description {
  margin-top: 40px
}
.mainContents .section.statement {
  text-align: center
}
.mainContents .section.statement .statementHead {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 33px
}
.mainContents .section.statement p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 30px
}
.mainContents .section.contents .contentsItems {
  margin-top: 55px
}
.mainContents .section.contents .contentsItems .contentsItem {
  width: 280px;
  margin: 0 20px
}
.mainContents .section.contents .contentsItems .contentsItem {
  margin-bottom: 40px;
}
.mainContents .section.artist .contentsItem a .text, .mainContents .section.artist .contentsItem a img, .mainContents .section.contents .contentsItems .contentsItem a .playBtn, .mainContents .section.contents .contentsItems .contentsItem a .text, .mainContents .section.contents .contentsItems .contentsItem a img {
  -webkit-transition: opacity .2s;
  transition: opacity .2s
}
.mainContents .section.contents .contentsItems .contentsItem a .thumb {
  width: 280px;
  height: 280px
}
.mainContents .section.contents .contentsItems .contentsItem a .thumb .playBtn:before {
  border-width: 7px 0 7px 12px;
  margin-left: 1px
}
.mainContents .section.contents .contentsItems .contentsItem a .thumb .playBtn:after {
  width: 24px;
  height: 24px;
  border: 4px solid #fff
}
.mainContents .section.contents .contentsItems .contentsItem a .text {
  padding-top: 280px
}
.mainContents .section.contents .contentsItems .contentsItem a .text span {
  padding: 15px 0
}
.mainContents .section.artist .contentsItem a .text:after, .mainContents .section.contents .contentsItems .contentsItem a .text:after {
  width: 40px;
  height: 2px
}
.mainContents .section.contents .contentsItems.columns {
  margin: 0 -20px
}
.mainContents .section.contents .contentsItems.columns h4 {
  left: -100px
}
.mainContents .section.contents .contentsItems.columns .contentsItem {
  width: 460px
}
.mainContents .section.contents .contentsItems.columns .contentsItem a, .mainContents .section.contents .contentsItems.columns .contentsItem a .text span {
  height: auto
}
.mainContents .section.contents .contentsItems.columns .contentsItem a .thumb {
  width: 460px;
  height: 240px
}
.mainContents .section.contents .contentsItems.columns .contentsItem a .text {
  padding-top: 240px
}
.mainContents .section.contents .contentsItems.columns .contentsItem .cap {
  margin-top: 30px
}
.mainContents .section.artist .contentsItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.mainContents .section.artist .contentsItem {
  width: 320px
}
.mainContents .section.artist .contentsItem a:hover .playBtn, .mainContents .section.artist .contentsItem a:hover .text, .mainContents .section.artist .contentsItem a:hover img {
  opacity: .7
}
.mainContents .section.artist .contentsItem a .thumb {
  width: 320px;
  border: 1px solid #7d7d7d
}
.mainContents .section.artist .contentsItem a .text {
  padding-top: 453px
}
.mainContents .section.artist .contentsItem a .text span {
  padding: 40px 0 15px
}
.mainContents .section.artist .artistAbout {
  width: 602px
}
.mainContents .section.artist .artistAbout h2 {
  font-size: 18px;
  line-height: 18px
}
.mainContents .section.artist .artistAbout h3 {
  font-size: 14px;
  margin-top: 30px
}
.mainContents .section.artist .artistAbout p {
  font-size: 14px;
  line-height: 24px
}
.mainContents .sectionTitle {
  left: -120px;
  top: 0;
  font-size: 18px;
  margin-bottom: 36px;
}
.mainContents .contentsHead {
  margin-top: 60px;
  font-size: 18px;
  margin-bottom: 15px
}
.mainContents .contentssubHead {
  margin-top: -5px;
  margin-bottom: 30px
}
.mainContents.layer3 {
  font-size: 14px;
  line-height: 24px
}
.mainContents.layer3 .main .slideContainer {
  margin: 0 0 40px;
  width: 640px
}
.mainContents.layer3 .main .slideContainer .slides .slide .thumb {
  width: 640px;
  height: 640px
}
.mainContents.layer3 .main .dots {
  margin-bottom: 40px
}
.mainContents.layer3 .main .dots span {
  width: 22px;
  height: 22px
}
.mainContents.layer3 .main .dots span:after {
  width: 12px;
  height: 12px;
  border-radius: 6px
}
.mainContents.layer3 .main .arrows {
  left: -120px;
  top: 295px
}
.mainContents.layer3 .main .arrows>div {
  height: 25px;
  width: 37px;
  background-size: 37px 11px;
  cursor: pointer
}
.mainContents.layer3 .main .arrows .next, .mainContents.layer3 .main .shareIcons li+li {
  margin-left: 15px
}
.mainContents.layer3 .main .slideHeader, .mainContents.layer3 .main .slideHeader .activeBrands .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.mainContents.layer3 .main .slideHeader {
  width: 320px;
  height: 640px;
  background: #dadada;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.mainContents.layer3 .main .slideHeader .mainTtl {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  color: #1b1b1b;
  -ms-flex: 0 1 auto;
}
.mainContents.layer3 .main .slideHeader .activeBrands {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0
}
.mainContents.layer3 .main .slideHeader .activeBrands dt {
  text-align: center;
  color: #1b1b1b
}
.mainContents.layer3 .main .slideHeader .activeBrands .items {
  margin-top: 15px
}
.mainContents.layer3 .main .slideHeader .activeBrands .items .item {
  margin: 0 5px
}
.mainContents.layer3 .main .shareIcons {
  right: 30px;
  top: 30px
}
.mainContents.layer3 .main .subSection+.subSection {
  margin-top: 60px
}
.mainContents.layer3 .main .subSectionTitle {
  font-size: 18px;
  min-height: 60px;
  padding: 20px 30px;
  margin-bottom: 35px
}
.mainContents.layer3 .main .floatImg {
  overflow: hidden;
}
.mainContents.layer3 .main .floatImg .img {
  width: 260px;
  margin-left: 40px;
  float: right;
}
.mainContents.layer3 .main .floatImg .text {
  width: 660px!important;
}
}

@media (max-width: 812px) {
body .pc {
  display: none!important
}
#modals .modal .outer .closeModal {
  width: 8.53333vw;
  height: 7.86667vw;
  right: 4vw;
  top: 4vw
}
#wrapper {
  padding-top: 67px;
  /* grid-template-rows: 1fr 42.66667vw; */
  min-height: 100%
}
#wrapper .container {
  width: 92vw;
  margin-right: 4vw;
  margin-left: 4vw;
  padding-bottom: 16vw
}
#wrapper .container .mainContents {
}
#wrapper .container .mainContents .basicButton {
  /*margin-top: 6.66667vw;*/
  width: 94vw;
  height: 12vw;
  line-height: 1
}
#wrapper .container .mainContents .subSection .basicButton {
  margin-top: 6.66667vw;
}
#wrapper .container .mainContents .basicButton:after, .mainContents .section.recommended .recommendedItems .recommendedItem a .text:after {
  width: 5.33333vw;
  height: .26667vw;
  margin-top: 2vw
}
#wrapper .container .mainContents .textLink:after {
  width: 5.33333vw;
  height: .26667vw;
  margin-left: 2.66667vw
}
.breads {
  font-size: 3.2vw;
  line-height: 4.8vw;
  height: 13.33333vw;
  width: 100vw;
  margin-left: -3vw;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch
}
.breads ul {
  padding: 0 4.66667vw;
  height: 13.33333vw
}
.breads ul .item {
/* max-width: 9.33333vw */
}
.breads ul .item a {
  font-size: 2.4vw
}
.breads ul .item:before {
  /* width: 1.06667vw; */
  /* height: 2.66667vw; */
  /* margin: 0 1.33333vw; */
}
.breads ul .item:after {
/* width: 100%; */
}
.breads ul .item:first-child a {
  width: 3.46667vw;
  height: 3.52vw
}
.mainContents .section.relatedLinks .items {
  min-height: 21.33333vw;
}
#menu, .mainContents .section.relatedLinks .items .item{
  font-size: 3.2vw;
  line-height: 4.8vw
}
header.header .siteTitle {
  margin-top: .8vw;
  width: 39.6vw;
  height: 4.13333vw
}
header.header .menuTrigger {
  width: 13.33333vw;
  height: 13.33333vw
}
header.header .menuTrigger .inner {
  width: 4.8vw;
  height: 1.86667vw
}
header.header .menuTrigger .inner span {
  margin-top: -.13333vw
}
header.header .menuTrigger .inner span:first-child {
  width: 4.8vw;
  height: .26667vw
}
header.header .menuTrigger .inner span:last-child {
  width: 4.8vw;
  height: .26667vw
}
header.header .copy {
  top: 13.33333vw;
  width: 13.33333vw;
  height: 46.66667vw;
  padding-top: 5.33333vw;
  font-size: 2.4vw
}
.home #menu header.header .copy, .home header.header .copy {
  display: none
}
footer.footer .contentBottom {
  font-size: 3.2vw;
  right: 3vw;
  top: -12vw
}
#menu .menuContainer footer.footer .pagetop span, footer.footer .pagetop span {
  margin-right: 2.66667vw
}
footer.footer .pagetop .icon {
  width: 6.4vw;
  height: 6.4vw
}
footer.footer .footerLinks {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 19.73333vw
}
#menu .menuContainer footer.footer .footerLinks .item a, footer.footer .footerLinks .item a {
  padding: 0 2vw
}
#menu .menuContainer footer.footer .copyright, footer.footer .copyright {
  height: 12.26667vw;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.8vw
}
footer.footer .toUniqlo a {
  height: 10.66667vw;
  border: 2px solid #fff
}
#menu header.header .siteTitle {
  margin-top: .8vw
}
#menu header.header .copy {
  top: 13.33333vw;
  width: 13.33333vw;
  height: 46.66667vw;
  padding-top: 5.33333vw;
  font-size: 2.4vw
}
#menu .menuContainer {
  padding: 13.33333vw 0 0
}
#menu .menuContainer .langSelector {
  margin: 0 0 0 13.33333vw;
  border: 1px solid #fff
}
#menu .menuContainer .menuContent {
  padding: 8vw 0 21.33333vw 16vw
}
#menu .menuContainer .menuContent dl+dl {
  margin-top: 7.33333vw
}
#menu .menuContainer .menuContent dl dt {
  font-size: 3.2vw;
  padding-bottom: 4vw
}
#menu .menuContainer .menuContent dl dt:after {
  width: 10.13333vw
}
#menu .menuContainer .menuContent dl dd {
  font-size: 3.2vw;
  margin-top: 4vw;
  padding-left: 2.66667vw
}
#menu .menuContainer .menuContent dl dd>ul>li {
  margin-bottom: 4vw;
  padding: 0 0 0 4.26667vw
}
#menu .menuContainer .menuContent dl dd>ul>li>a {
  display: block
}
#menu .menuContainer .menuContent dl dd>ul>li ul {
  padding-bottom: 8vw
}
#menu .menuContainer .menuContent dl dd>ul>li ul li {
  padding-top: 2.66667vw
}
.mainContents .section {
  margin-top: 10.66667vw
}
.mainContents .section.relatedLinks .items .item+.item {
  margin-top: 2.13333vw
}
.mainContents .section.recommended .recommendedItems .recommendedItem:nth-child(n+2) {
  margin-top: 5.33333vw
}
.mainContents .section.recommended .recommendedItems .recommendedItem a, .mainContents .section.recommended .recommendedItems .recommendedItem a .text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.mainContents .section.recommended .recommendedItems .recommendedItem a .thumb {
  width: 21.33333vw;
  height: 21.33333vw;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none
}
.mainContents .section.recommended .recommendedItems .recommendedItem a .text {
  margin-left: 5.33333vw
}
.mainContents .section.category .categoryItems .categoryItem {
  width: 50%;
  border-bottom: 1px dotted #ababab
}
.mainContents .section.category .categoryItems .categoryItem:nth-child(even) {
  /* border-left: 1px dotted #ababab */
}
.mainContents .section.category .categoryItems .categoryItem a, .mainContents .section.category .categoryItems .categoryItem>div {
  padding: .8vw;
  text-align: center;
}
.mainContents .section.category .categoryItems .categoryItem a span, .mainContents .section.category .categoryItems .categoryItem>div span {
  font-size: 3.2vw;
  line-height: 4.26667vw;
  min-height: 6.4vw;
  padding: 1.06667vw
}
.mainContents .section.category .categoryItems .categoryItem>div span {
  min-height: 10.6667vw;
}
.mainContents .section.category .categoryBody>section {
  margin-top: 8vw
}
.mainContents .section.category .cateTitle {
  font-size: 3.2vw
}
.mainContents .section.category .cateHead {
  margin-top: 2.66667vw
}
.mainContents .section.category .description {
  margin-top: 5.33333vw
}
.mainContents .section.statement .statementHead {
  padding-top: 8vw;
  font-size: 4.26667vw;
  line-height: 4.26667vw;
  text-align: center
}
.mainContents .section.statement p {
  font-size: 3.2vw;
  line-height: 4.8vw;
  margin-top: 5.06667vw
}
.mainContents .section.contents .contentsItems {
  margin-top: 7.33333vw;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.mainContents .section.contents .contentsItems .contentsItem {
  width: 45.5vw
}
.mainContents .section.contents .contentsItems .contentsItem:nth-of-type(n+3) {
  margin-top: 5.33333vw
}
.mainContents .section.contents .contentsItems .contentsItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.mainContents .section.contents .contentsItems .contentsItem a .thumb {
  width: 45.5vw;
  height: 45.5vw;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none
}
.mainContents .section.contents .contentsItems .contentsItem a .thumb .playBtn span {
  width: 8.53333vw;
  height: 8.53333vw
}
.mainContents .section.contents .contentsItems .contentsItem a .thumb .playBtn:before {
  border-width: .8vw 0 .8vw 1.46667vw;
  margin-left: .13333vw
}
.mainContents .section.contents .contentsItems .contentsItem a .thumb .playBtn:after {
  width: 3.2vw;
  height: 3.2vw;
  border: .53333vw solid #fff
}
.mainContents .section.contents .contentsItems .contentsItem a .text {
  padding-top: 45.5vw
}
.mainContents .section.contents .contentsItems .contentsItem a .text span {
  padding: 2vw 0
}
.mainContents .section.artist .contentsItem a .text:after, .mainContents .section.contents .contentsItems .contentsItem a .text:after {
  width: 5.33333vw;
  height: .26667vw
}
.mainContents .section.contents .contentsItems.columns, .mainContents .section.contents .contentsItems.columns .contentsItem a {
  display: block
}
.mainContents .section.contents .contentsItems.columns .contentsItem {
  width: 100%
}
.mainContents .section.contents .contentsItems.columns .contentsItem:nth-child(n+2) {
  margin-top: 7.2vw
}
.mainContents .section.contents .contentsItems.columns .contentsItem a .thumb {
  width: 61.33333vw;
  height: 32vw;
  left: 50%;
  margin-left: -30.66667vw
}
.mainContents .section.contents .contentsItems.columns .contentsItem a .text {
  padding-top: 32vw
}
.mainContents .section.contents .contentsItems.columns .contentsItem .cap {
  margin-top: 4.8vw;
  font-size: 3.2vw;
  line-height: 4.8vw
}
.mainContents .section.artist .contentsItem a .thumb {
  width: 48vw;
  left: 50%;
  margin-left: -24vw;
  border: .26667vw solid #7d7d7d
}
.mainContents .section.artist .contentsItem a .text {
  padding-top: 68.13333vw
}
.mainContents .section.artist .contentsItem a .text span {
  padding: 5.33333vw 0 2vw
}
.mainContents .section.artist .artistAbout {
  margin-top: 7.33333vw
}
.mainContents .section.artist .artistAbout h2 {
  font-size: 3.2vw;
  line-height: 3.2vw
}
.mainContents .section.artist .artistAbout h3 {
  font-size: 3.2vw;
  line-height: 4.8vw;
  margin-top: 5.2vw
}
.mainContents .sectionTitle {
  font-size: 13px;
  margin-bottom: 8vw
}
.mainContents .contentsHead {
  margin-top: 8vw;
  font-size: 3.2vw;
  margin-bottom: 4vw
}
.mainContents .contentssubHead {
  margin-top: -4vw;
  margin-bottom: 4vw
}
.mainContents.layer3 {
  font-size: 3.2vw;
  line-height: 4.8vw
}
.mainContents.layer3 .main .dots, .mainContents.layer3 .main .slideContainer {
  width: 100%;
  margin-bottom: 6.66667vw
}
.mainContents.layer3 .main .slideContainer .slides .slide .thumb {
  width: 100%;
  height: auto
}
.mainContents.layer3 .main .dots span, .mainContents.layer3 .main .shareIcons li img {
  width: 4.8vw;
  height: 4.8vw
}
.mainContents.layer3 .main .dots span:after {
  width: 2.4vw;
  height: 2.4vw;
  border-radius: 1.2vw
}
.mainContents.layer3 .main .arrows {
  left: -10.13333vw;
  top: 40vw
}
.mainContents.layer3 .main .arrows>div {
  height: 3.33333vw;
  width: 4.93333vw;
  background-size: 4.93333vw 1.46667vw
}
.mainContents.layer3 .main .arrows .next {
  margin-left: 2vw
}
.mainContents.layer3 .main .slideHeader {
  display: none
}
.mainContents.layer3 .main .shareIcons {
  right: 1vw;
  top: 96.13333vw
}
.mainContents.layer3 .main .shareIcons li+li {
  margin-left: 4vw
}
.mainContents.layer3 .main .subSection+.subSection {
  margin-top: 10.66667vw
}
.mainContents.layer3 .main .subSectionTitle {
  width: 100%;
  min-height: 8vw;
  padding: 1.66667vw 4vw;
  margin-bottom: 8vw
}
.mainContents.layer3 .main .body .mainTtl {
  font-weight: 700;
  font-size: 4.26667vw;
  line-height: 6.4vw;
  margin-bottom: 3.2vw
}
.mainContents.layer3 .main .body .activeBrands {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 6.66667vw
}
.mainContents.layer3 .main .body .activeBrands dt {
  margin-right: 1.33333vw;
  color: #1b1b1b
}
.mainContents.layer3 .main .body .activeBrands dt:after {
  content: '：'
}
.mainContents.layer3 .main .body .activeBrands, .mainContents.layer3 .main .body .activeBrands .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.mainContents.layer3 .main .body .activeBrands .items .item img {
  width: 9.33333vw;
  height: 9.33333vw
}
.mainContents.layer3 .main .body .activeBrands .items .item.item {
  margin-left: 2.66667vw
}
.mainContents.layer3 .main .accordionContainer {
  width: 94vw
}
.mainContents.layer3 .main .accordionContainer .accordion .accordionInner {
  padding-right: 8vw
}
.mainContents.layer3 .main .floatImg .text {
  margin-top: 7.33333vw
}
.mainContents.layer3 .main .floatImg .img {
  width: 34.66667vw;
  margin: 0 auto
}
.mainContents.layer3 .main .floatImg .img .thumb {
  width: 100%;
  height: auto
}
}

@media screen and (min-width: 813px) and (max-width:1370px) {
/*7/15コンテンツ幅調整のため削除。
#wrapper .container .mainContents {
  margin: 0 0 0 120px
}
*/
}
#allSection .contentsItem.duplication {
  display: none!important;
}
/* IE10 patch */
.txt-ie-patch {
  -ms-flex: 0 1 auto;
}

/* 190902 update */
.korea_text_font{
  font-family: "NanumSquare" !important;
}

/* 190913 update */
.mainContents .section.category .categoryItems.row_1 .categoryItem:after{
  border: none;
}
.mainContents .section.category .categoryItems .categoryItem>div span {
  display: flex;
  justify-content: center;
}
@media (min-width: 813px){
  .mainContents .section.category .categoryItems .categoryItem:nth-child(4n+1){
    min-height: 60px;
  }
  .mainContents .section.category .categoryItems.col_5 .categoryItem {
    width: 20%;
  }
  .mainContents .section.category .categoryItems.col_5 .categoryItem:nth-child(5n+1) {
    border-left: none;
  }

  .planeTextMagine{
    margin: 10px 30px!important;
  }
}

.layerTop .category .mission,.layerTop .category .people,.layerTop .category .planet,.layerTop .category .community{
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.layerTop .category .mission::after,.layerTop .category .people::after,.layerTop .category .planet::after,.layerTop .category .community::after{
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 2px;
  background-color: #f00;;
}
.layerTop .category .mission:hover,.layerTop .category .people:hover,.layerTop .category .planet:hover,.layerTop .category .community:hover{
  opacity: 0.6;
}
.layerTop .category .mission{
  background-image: url(../../cmn/img/top/category_mission.jpg);
  background-size: cover;
}
.layerTop .category .people{
  background-image: url(../../cmn/img/top/category_people.jpg);
}
.layerTop .category .planet{
  background-image: url(../../cmn/img/top/category_planet.jpg);
}
.layerTop .category .community{
  background-image: url(../../cmn/img/top/category_community.jpg);
}
.planeImg{
  width: 100%;
  padding-bottom: 10px!important;
}
.bnrImg{
  width: auto;
  display: block;
  margin: auto!important;
  padding-top: 60px!important;
  padding-bottom: 10px!important;
}
@media (max-width: 812px){
  .layerTop .category .mission{
    background-position: center bottom;
    background-size: auto 115%;
  }
  .mainContents .section.category .categoryItems.col_5 .categoryItem:last-child{
    margin-left: 1px;
  }
  .planeTextMagine{
    margin: 10px 15px!important;
  }
  .planeImg{
    width: 100vw;
    margin-left: -3vw!important;
    padding-bottom: 10px!important;
  }
  .bnrImg{
    width: 100%;
    margin: auto;
  }
}
/* 191030 update */

.mainContents .section.category .categoryItems .categoryItem{
  border: none;
}

@media (min-width: 813px){
  .mainContents .section.category .categoryItems{
  }
  .mainContents .section.category .categoryItems .categoryItem{
    border-bottom: 1px solid #dadada;
    transition: 0.5s;
    letter-spacing: -0.1px;
  }
  .mainContents .section.category .categoryItems .categoryItem.current{
    border-bottom: 2px solid #f00;
    transition: 0.5s;
  }
  /* .mainContents .section.category .categoryItems .categoryItem div.hightAdjustment{
    line-height: 50px;
  } */
  .mainContents .section.category .categoryItems .categoryItem.current div{
    padding-bottom: 3px;
  }
  .mainContents .section.category .categoryItems .categoryItem:hover div{
    color: #f00;
    transition: 0.2s;
  }
  a .planeImg:hover{
    opacity: 0.7;
  }
  .section.category.contents #allSection{
    min-height: 300px;
    opacity: 0;
  }
  /* .mainContents .section.category .categoryItems .categoryItem div{
    white-space: nowrap
  } */
}
@media (max-width: 812px){
  .mainContents .section.category .categoryItems{
    justify-content: space-between;
  }
  .mainContents .section.category .categoryItems .categoryItem{
    width: 46.5vw;
    margin-bottom: 1vw;
    border: 1px solid #dadada;
    min-height: 56px;
  }
  .mainContents .section.category .categoryItems .categoryItem.current{
    border-left: 2px solid #f00;
  }
  .container .category_icon_society{
    right: 8%;
  }
  .container .category_icon_people{
    right: 8%;
  }
  .container .category_icon_planet{
    right: 8%;
  }
}

/* 簡易版のheader */
/* .Header {
  background-color: #fff;
  border-bottom: 1px solid #dadada;
  padding: 14.5px 4vw;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  box-sizing: border-box;
}
.Header .logo {
  position: absolute;
  left: 12px;
  width: 65px;
  top: 50%;
  transform: translateY(-50%);
}
.Header .logoImg{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.Header .siteTitle{
  display: inline-block;
  margin: 0;
  background: url(/jp/ja/contents/sustainability/cmn/img/sp-title.svg) no-repeat center center;
  background-size: contain;
  width: 45vw;
  margin-left: 5vw;
  font-size: 100%;
}
.Header .siteTitle a{
  display: block;
  text-indent: -9990px;
  line-height: 2.0em;
}
button.menu {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}
.menu {
  color: #000;
  font-size: 10px;
  position: absolute;
  top: 4px;
  right: 12px;
  width: 45px;
  height: 45px;
  text-align: center;
  z-index: 2
}
.menu.-Close {
  top: 11px;
  right: calc(4vw - 2px);
}
.menu_Line {
  background-color: #000;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  right: 0;
  left: 0;
  width: 20px;
  height: 2px
}
.menu.-Open .menu_Line:first-child {
  top: 14px
}
.menu.-Open .menu_Line:nth-child(2) {
  top: 22px
}
.menu.-Close .menu_Line {
  margin-top: -11px;
  margin-left: 12px
}
.menu.-Close .menu_Line:first-child {
  transform: rotate(45deg)
}
.menu.-Close .menu_Line:nth-child(2) {
  transform: rotate(-45deg)
}
.menu_Text {
  margin-top: 24px;
  position: absolute;
  left: 0;
  right: 0;
  top: 6px;
  width: 100%;
  word-break: break-word
}
.menu.-Close .menu_Text {
  top: 0
}

.Drawer {
  background-color: #fff;
  overflow-y: scroll;
  padding-top: 36px;
  padding-top: var(--sp-v-xxl);
  padding-bottom: 28px;
  position: fixed;
  top: 0;
  right: -130%;
  bottom: 0;
  transform: translateX(50%);
  transition: transform .4s ease-in-out;
  width: 82%;
  z-index: 999996;
  -webkit-overflow-scrolling: touch
}

.DrawerTrigger {
  color: #000;
  font-size: 10px;
  position: absolute;
  top: 4px;
  right: 12px;
  width: 45px;
  height: 45px;
  text-align: center;
  z-index: 2
}

.DrawerTrigger.-Close {
  top: 11px;
  right: calc(4vw - 2px);
  right: calc(var(--sp-h-1g) - 2px)
}

.DrawerTrigger_Line {
  background-color: #000;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  right: 0;
  left: 0;
  width: 20px;
  height: 2px
}

.DrawerTrigger.-Open .DrawerTrigger_Line:first-child {
  top: 14px
}

.DrawerTrigger.-Open .DrawerTrigger_Line:nth-child(2) {
  top: 22px
}

.DrawerTrigger.-Close .DrawerTrigger_Line {
  margin-top: -11px;
  margin-left: 12px
}

.DrawerTrigger.-Close .DrawerTrigger_Line:first-child {
  transform: rotate(45deg)
}

.DrawerTrigger.-Close .DrawerTrigger_Line:nth-child(2) {
  transform: rotate(-45deg)
}

.DrawerTrigger_Text {
  margin-top: 24px;
  margin-top: var(--sp-v-xl);
  position: absolute;
  left: 0;
  right: 0;
  top: 6px;
  width: 100%;
  word-break: break-word
}

.DrawerTrigger.-Close .DrawerTrigger_Text {
  top: 0
}

.Drawer_Overlay {
  background-color: rgba(27, 27, 27, .5);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: .4s ease-in-out;
  visibility: hidden;
  z-index: 2
}

[data-drawer-is-active=true] {
  right: 0;
  left: 0
}

[data-drawer-is-active=true] .Drawer {
  transform: translateX(-158%)
}

[data-drawer-is-active=true] .Drawer_Overlay {
  opacity: 1;
  visibility: visible
}

.Navigation {
  overflow: hidden;
  margin-top: 12px;
  list-style: none;
}

.Navigation:first-child {
  border-bottom: 1px solid #dadada;
  padding-bottom: 28px
}

.Navigation_Item {
  font-size: 18px;
  margin-top: 24px;
  padding-right: 4vw;
  padding-left: 4vw;
}

.Navigation_Item-Other {
  align-items: center;
  display: flex
}

.Navigation_Item-Other .Navigation_Link {
  display: flex;
  align-items: center;
  width: 100%
}

.Navigation_Item-Other .Navigation_Link span {
  width: calc(100% - 72px)
}

.Navigation_ItemChild {
  font-size: 16px;
  line-height: 19.2px;
  margin-top: 24px;
  margin-left: 2vw;
}

.Navigation-Footer {
  background-color: #f4f4f4;
  border-bottom: 1px solid #dadada;
  padding-bottom: 28px
}

.Navigation_Link {
  display: block;
  color: #1b1b1b;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  font-family: HelveticaNeue-Light,ヒラギノ角ゴPro W3,Hiragino Kaku Gothic Pro,游ゴシック,Yu Gothic,游ゴシック体,YuGothic,メイリオ,Meiryo,sans-serif;
}

.Navigation_Logo {
  margin-right: 9px;
  width: auto;
  height: 28px
}

.jp .Navigation_Item {
  font-size: 16px;
  line-height: 24px
}

.jp .Navigation_ItemChild {
  font-size: 14px;
  line-height: 19.5px
} */
@media screen and (min-width: 813px){
  .Header {
    padding: 0;
    height: 81px;
  }
  .HeaderInner {
    position: relative;
    height: 100%;
  }
  .Header .logo{
    left: 0;
    margin-left: 15px;
    transition: opacity .6s;
  }
  .Header .siteTitle{
    height: 26px;
    background: url(/jp/ja/contents/sustainability/cmn/img/pc-title.svg) no-repeat center center;
    width: 542px;
    margin-top: 30px;
  }
  .menu {
    /* right:19px; */
    top: 50%;
    margin-top: -25.5px;
    transition: opacity .6s;
    cursor: pointer;
  }
  .menu:hover {
    opacity: .6
  }
  .menu.-Close {
    top: 45px;
    right: 18px
  }

  [data-drawer-is-active=true] .Header {
    overflow-y: scroll
  }

  .Drawer {
    padding-top: 52px;
    right: 0;
    transform: translateX(100%);
    width: 392px
  }

  .DrawerTrigger {
    right: 19px;
    top: 50%;
    margin-top: -25.5px;
    transition: opacity .6s;
    cursor: pointer
  }

  .DrawerTrigger:hover {
    opacity: .6
  }

  .DrawerTrigger.-Close {
    top: 45px;
    right: 18px
  }

  [data-drawer-is-active=true] .Drawer {
    transform: translateX(0)
  }

  .Navigation_Item {
    padding-right: 24px;
    padding-left: 24px;
  }

  .Navigation_Link {
    transition: opacity .6s;
  }

  .Navigation_Link:hover {
    opacity: .6
  }

  .Navigation .Accordion_Content,
  .Navigation .Accordion_Heading {
    transition: opacity .6s;
  }

  .Navigation .Accordion_Content:hover,
  .Navigation .Accordion_Heading:hover {
    opacity: .6
  }
}
/* 簡易版のfooter */
.Footer {
  background-color: #f4f4f4;
  border-top: 1px solid #dadada;
  margin-top: 24px;
  padding: 15px 4vw;
}
.Footer_Copyright {
  color: #ababab;
  display: block;
  font-family: "UniqloProLight",sans-serif;
  font-size: 11px;
  line-height: 1;
}

.icon_box{
  width: auto;
  float: right;
  margin-top: 25px;
}
.icon_box img{
  width: 100%;
  height: auto;
}
.category_icon_society{
  width: calc((70/750)*100vw);
}
.category_icon_people{
  width: calc((45/750)*100vw);
}
.category_icon_planet{
  width: calc((65/750)*100vw);
}

.icon_adjustment::after {
  content: '';
  display: block;
  clear: both;
}
.icon_adjustment {
  max-width: 1226px;
  padding-right: 25px;
  padding-left: 25px;
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.rwanda {
  max-width: 710px;
}

.archive_flag{
  font-size: 16px;
  padding: 5px 10px;
  width: auto;
  max-width: 136px;
  border: 2px solid #000;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-weight: bold;
}
.flag_box.zanbia{
  width: 712px;
  margin: 0 auto;
}



@media screen and (min-width: 813px){
  .icon_box{
    width: auto;
    float: right;
    margin: 0 0 0 55px;
  }
  .icon_box img{
    width: 100%;
    height: auto;
  }
  .category_icon_society{
    width: 55px;
    margin-top: 10px;
  }
  .category_icon_people{
    width: 25px;
  }
  .category_icon_planet{
    width: 50px;
    margin-top: 20px;
  }
  .archive_flag{
    font-size: 23px;
    padding: 10px 20px;
    width: auto;
    max-width: 206px;
    border: 2px solid #000;
    margin-top: 60px;
    margin-bottom: 60px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    font-weight: bold;
  }
  .flag_box.zanbia{
    width: 712px;
    margin: 0 auto;
  }
  .outIndent_add{
    display: inline-block;
  }

}

/* pageTop */

#pageTop {
  position: fixed;
  right: 4vw;
  left: 4vw;
  height: 0;
  bottom: 0;
}
#pageTop .pageTop_inner{
  width: 100%;
  bottom: calc(((60/750)*100vw));
  position: absolute;
  right: 0px;
  display: flex;
  justify-content: flex-end;
}
#pageTop .oneTop{
  justify-content: flex-end;
}
#pageTop a {
  width: calc((60/750)*100vw);
  height: calc((61/750)*100vw);
  opacity: 0;
  transition: 0.5s;
  display: block;
}
#pageTop img {
  background: #fff;
  width: 100%;
  height: 100%;
}
#pageTop.fixd {
  position: relative;
  bottom: calc((-200/750)*100vw);
  width: 100%;
  margin: 0;
  right: 4vw;
  left: 0;
}
#pageTop .re_uniqlo_top {
  display: block;
  width: auto;
  height: 30px;
  margin-right: 30px;
  background: #fff;
  border: solid 2px #379e49;
  overflow: hidden;
}
#pageTop .re_uniqlo_top img {
  display: block;
  line-height: 0;
  width: auto;
  height: 100%;
}

@media screen and (min-width: 813px) {
  #pageTop {
    width: 1176px;
    margin-left: 50%;
    left: -588px;
  }
  #pageTop a{
    width: 30px;
    height: 30px;
  }

  #pageTop .pageTop_inner{
    bottom: 130px;
    justify-content: flex-end;
  }
  #pageTop.fixd {
    position: relative;
    bottom: -120px;
    left: 0;
  }
  #pageTop.fixd .pageTop_inner {
    bottom: 0px;
    padding: 0;
  }
}

@media (min-width: 813px) and (max-width: 1240px) {
  #pageTop {
    right: 25px;
    left: auto;
  }
}