* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    }

html, body { height: 100%; }

body {
  font-family: "Noto Sans JP", sans-serif; 
  font-size: 100%;
  line-height: 200%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%; /* ブラウザ側で自動調整しない */
  -webkit-font-smoothing: antialiased; /* アンチエイリアス */
  }

img { max-width: 100%; height: auto; border: none; vertical-align: bottom; } /* DIV内で画像の下にできる隙間をなくす */

a { text-decoration: none; transition: 1s; }

/* ---------------------- ★ buttons */

.buttons { margin: 60px 0; text-align: center; }
.buttons li { width: 200px; display: inline-block; margin: 5px; border: solid 1px #ccc; }
.buttons a { display: block; padding: 15px 20px; transition: 0.4s; }
.buttons a:hover { background: #ccc; }

@media (max-width: 768px) {
.buttons { font-size: 80; } }

/* ---------------------- ★ li */


ol, ul { margin: 0; padding: 0; }

li { display: inline-block; max-width: 100%; vertical-align: top; }

.list { margin: 10px 0 40px 0; }

.list li {
  display: list-item;
  list-style-position: inside;
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 10px;
  text-align: left;
  }

.list2 { margin-top: 20px; }

.list2 .list { margin: 0; }

.list2 li { margin-right: 30px; }



.en { display: none; }

.sp-block { display: none; }

@media (max-width: 768px) {
.sp-block { display: block; } }

@media (max-width: 768px) {
.pc-block { display: none; } }

/* ---------------------- ★ singlemenu 2022/11/30追加 */

.singlemenu { 
  position: relative; 
  font-family: "Poppins", sans-serif;
  letter-spacing: 1.5px;
  }

.singlemenu:hover {
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.singlemenu:hover > .secondlevel {
  visibility: visible;
  opacity: 1;
}

.secondlevel {
  position: absolute;
  margin-top: -35px;
  padding: 10px 0;
  background: #fff;
  border: solid 1px #ccc;
  font-size: 17px;
  transition: .2s ease;
  -webkit-transition: .2s ease;
  visibility: hidden;
  opacity: 0;
}

.secondlevel li { list-style: none;  white-space: nowrap; }

.secondlevel a { display: block; padding: 20px; }

.secondlevel a:link,
.secondlevel a:visited { color: #808080; }

.secondlevel a:hover,
.secondlevel .active a { color: #036; }


/* ---------------------- // singlemenu */


.defText1,
.aboutSection__topDes,
.aboutSection__concept__contents .text,
.aboutSection__tango__text,
.aboutSection__tango-sp__text {
  font-size: 17px;
  letter-spacing: 1.5px;
  line-height: 2.2;
  font-weight: 300; }
  
  @media (max-width: 768px) {
    .defText1,
    .aboutSection__topDes,
    .aboutSection__concept__contents .text,
    .aboutSection__tango__text,
    .aboutSection__tango-sp__text {
      font-size: 11px;
      letter-spacing: 0; } }

.defTtl1,
.aboutSection__concept__ttl,
.aboutSection__whatwedo__ttl,
.aboutSection__info__ttl {
  max-width: 1000px;
  margin: 0 auto 30px;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  padding: 10px 20px;
  border-left: 1px solid #fafafa;
  letter-spacing: 1px; }
  
  @media (max-width: 768px) {
    .defTtl1,
    .aboutSection__concept__ttl,
    .aboutSection__whatwedo__ttl,
    .aboutSection__info__ttl {
      width: 87vw;
      margin: 0 auto 16px;
      font-size: 12px;
      padding: 5px 11px; } 
      }

.defTtl2,
.aboutSection__ttl,
.gallerySection__ttl,
.contactSection__ttl {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.0;
  padding: 10px 0; }
  
  @media (max-width: 768px) {
    .defTtl2, .aboutSection__ttl,
    .gallerySection__ttl,
    .contactSection__ttl { padding: 5px 0; } 
    }
      
  .defTtl2 .main,
  .aboutSection__ttl .main,
  .gallerySection__ttl .main,
  .contactSection__ttl .main {
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-weight: 300;
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid #fafafa;
    letter-spacing: 8px; }
    
    @media (max-width: 768px) {
      .defTtl2 .main, .aboutSection__ttl .main, 
      .gallerySection__ttl .main, 
      .contactSection__ttl .main {
        font-size: 23px;
        padding-right: 18px;
        margin-right: 18px;
        letter-spacing: 4px; }
        }
        
  .defTtl2 .sub, .aboutSection__ttl .sub, 
  .gallerySection__ttl .sub, 
  .contactSection__ttl .sub {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: 300; }
    
    @media (max-width: 768px) {
      .defTtl2 .sub, .aboutSection__ttl .sub, 
      .gallerySection__ttl .sub, 
      .contactSection__ttl .sub {
        font-size: 12px;
        letter-spacing: 1px; }
        }



@keyframes menuItemloop1 {
  0% { margin-left: 0; }
  50% { margin-left: 26px; }
  100% { margin-left: 26px; } 
  }
  
@keyframes menuItemloop2 {
  0% { margin-left: 0; }
  75% { margin-left: 26px; }
  100% { margin-left: 26px; } 
  }
    
@keyframes menuItemloop3 {
  0% { margin-left: 0; }
  100% { margin-left: 26px; } 
  }
    
.def-menu, .header__menu, 
.mainMenu__close {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  padding: 30px;
  z-index: 5; }
  
  @media (max-width: 768px) {
    .def-menu, .header__menu, 
    .mainMenu__close {
      top: 16px;
      right: 4vw;
      width: 6vw;
      transform: translateY(0);
      padding: 0; } 
      }

.def-menu-bar, 
.header__menu__bar, 
.mainMenu__close__bar {
  overflow: hidden;
  width: 26px; }
  
  @media (max-width: 768px) {
    .def-menu-bar, 
    .header__menu__bar, 
    .mainMenu__close__bar { width: 6vw; } 
    }

.def-menu-bar-item, 
.header__menu__bar .item, 
.mainMenu__close__bar .item {
  display: block;
  height: 1px;
  width: 52px;
  background: #000; }
  
  @media (max-width: 768px) {
    .def-menu-bar-item, 
    .header__menu__bar .item, 
    .mainMenu__close__bar .item { width: 6vw; } 
    }

.header {
  width: 100vw;
  position: fixed;
  z-index: 4; }
  
.header-stock {
  width: 100vw;
  height: 140px;
  position: fixed;
  z-index: 4; }
  
  @media (max-width: 768px) { 
  .header { height: 44px; } 
  }
      
  .header__logo {
    position: fixed;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5; }
    
    .header__logo__img {
      margin: 0 auto;
      width: 80%; }
    
    @media (max-width: 768px) {
      .header__logo {
        top: 12px;
        left: 5vw;
        transform: translateX(0); } 
        }
    
  .header__menu__bar:nth-of-type(2) .item,
  .header__menu__bar:nth-of-type(3) .item { margin-top: 8px; }
    
    @media (max-width: 768px) {
      .header__menu__bar:nth-of-type(2) .item,
      .header__menu__bar:nth-of-type(3) .item {
        width: 6vw;
        margin-top: 7px; } 
        }
        
  .header__menu__bar:nth-of-type(1) .item.moving { animation-name: menuItemloop1; }
  .header__menu__bar:nth-of-type(2) .item.moving { animation-name: menuItemloop2; }
  .header__menu__bar:nth-of-type(3) .item.moving { animation-name: menuItemloop3; }
  
  .header__menu__bar .item.moving {
    animation-iteration-count: infinite;
    animation-duration: .9s; }
    
  .header__menu__bar .item.color { background: #fff; }

.langChange {
  position: fixed;
  top: 20px;
  right: 40px;
  z-index: 10;
  font-size: 17px;
  letter-spacing: 3px;
  font-family: "IBM Plex Sans", sans-serif; }
  
  @media (max-width: 768px) {
    .langChange {
      top: 17px;
      right: 16vw;
      font-size: 14px;
      letter-spacing: 2px; } 
      }
      
  .langChange__text {
    padding-bottom: 8px;
    border-bottom: 4px solid rgba(255, 255, 255, 0);
    display: inline-block; }
    
    @media (max-width: 768px) {
      .langChange__text {
        padding-bottom: 4px;
        border-bottom: 2px solid rgba(255, 255, 255, 0); } 
        }
        
    .langChange__text:hover { border-bottom: 4px solid black; }
      
      @media (max-width: 768px) {
        .langChange__text:hover { border-bottom: 2px solid black; } 
        }

.langChange.color { color: #fff; }
  
  .langChange.color .langChange__text:hover { border-bottom: 4px solid white; }
    
    @media (max-width: 768px) {
      .langChange.color .langChange__text:hover { border-bottom: 2px solid white; } 
      }

.footer {
  text-align: center;
  padding: 46px 0;
  font-size: 11px; }
  
  @media (max-width: 768px) {
    .footer { padding: 23px 0; } 
    }

.topSection {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: url(../images/bg1.png);
  background-size: cover; }
  
  @media (max-width: 768px) {
    .topSection { background-image: none; } 
    }
      
  .topSection__movie {
    filter: brightness(.8);
    position: fixed;
    min-width: 100vw;
    min-height: 100vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3; }
    
    @media (max-width: 768px) { .topSection__movie { display: none; } 
    }
        
  .topSection__slider { display: none; }
    
    @media (max-width: 768px) {
      .topSection__slider {
        display: block;
        filter: brightness(.8); } 
        }
        
    .topSection__slider__img img {
      min-width: 100vw;
      height: 100vh; }
      
  .topSection__linkTab {
    position: fixed;
    z-index: 4;
    top: 50%;
    right: 0;
    transform: translate(100%, -50%);
    transition: 1s; }
    
  .topSection__linkTab__img {
    width: 61px;
    height: 163.6px; }
  
    @media (max-width: 768px) {
      .topSection__linkTab { display: none; } 
      }
        
  .topSection__linkTab.on { transform: translate(0, -50%); }
    
  .topSection__linkIcon { display: none; }
    
    @media (max-width: 768px) {
      .topSection__linkIcon {
        display: block;
        position: fixed;
        bottom: 5vw;
        right: 5vw;
        z-index: 4;
        width: 15vw; } 
        }
        
    @media (max-width: 768px) {
      .topSection__linkIcon__img {width: 100%; } 
      }
        
  .topSection__linkText { display: none; }
    
    @media (max-width: 768px) {
      .topSection__linkText {
        letter-spacing: .2em;
        display: block;
        position: fixed;
        z-index: 4;
        color: #fff;
        transform: rotate(90deg);
        font-size: 12px;
        font-family: "IBM Plex Sans", sans-serif;
        right: 0;
        bottom: calc( 5vw + 15vw + 60px + 18px ); } 
        }
        
  .topSection__linkBar { display: none; }
    
    @media (max-width: 768px) {
      .topSection__linkBar {
        display: block;
        width: 1px;
        height: 40px;
        background-color: #fff;
        position: fixed;
        right: 9vw;
        bottom: calc( 5vw + 15vw + 10px ); } 
        }
        
  .topSection__youtubeLink {
    position: absolute;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    left: 136px;
    display: flex;
    flex-direction: row;
    align-items: center; }
    
  .topSection__youtubeLink:hover .text {
    letter-spacing: 4.5px;
    transition: .5s; }
  
    .topSection__youtubeLink__icon {
      width: 45px;
      margin-right: 15px; }
    
    @media (max-width: 768px) {
      .topSection__youtubeLink__icon {
        width: 40px;
        margin-right: 13px; } 
        }
    
    @media (max-width: 768px) {
      .topSection__youtubeLink { left: 5vw; } 
        }
        
    .topSection__youtubeLink .text {
      font-family: "IBM Plex Sans", sans-serif;
      font-weight: 400;
      color: #fff;
      font-size: 19px;
      letter-spacing: 4px; }
      
      @media (max-width: 768px) {
        .topSection__youtubeLink .text { font-size: 16px; } 
        }
          
    @media (max-width: 768px) {
      .topSection__youtubeLink .text.pc { display: none; } 
      }
        
    .topSection__youtubeLink .text.sp { display: none; }
      
      @media (max-width: 768px) {
        .topSection__youtubeLink .text.sp { display: block; } 
        }


/* ---------------------- ★ 織機体験 */


.experience {
    position: absolute;
    z-index: 4;
    top: 57%;
    transform: translateY(-50%);
    left: 195px;
    display: flex;
    background: rgba(0,0,0,0.3);
    font-size: small;
    transition: 1s;
    }

@media (max-width: 768px) {
.experience { top: 60%; left: 5vw; } 
}

.experience a { padding: 10px 20px; color: #fff; }
.experience a:hover { color: #9cf; }

/* ---------------------- */



.mainMenu {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 1);
  background-position: center;
  display: none; }
  
  .mainMenu__close { z-index: 12; } 
    .mainMenu__close__bar:nth-of-type(1) { transform: rotate(45deg); }
    .mainMenu__close__bar:nth-of-type(2) { transform: rotate(-45deg); }
      
      
  .mainMenu__list {
    position: fixed;
    z-index: 13;
    top: 50%;
    transform: translateY(-50%);
    left: calc( 30px + 26px + 30px + 6vw ); }
    
  .mainMenu__list span { font-size: 80%; font-weight: normal; letter-spacing: 0; }

    .mainMenu__list .linkItem,
    .mainMenu__list .instaLink {
      display: block;
      font-size: 22px;
      font-family: "Poppins", sans-serif;
      line-height: 200%;
      color: #808080;
      font-weight: 300;
      transition: .2;
      letter-spacing: 2px; }
      
    
    .mainMenu__list .linkItem:hover { color: #000; }
    
    .mainMenu__list .copyItem {
      font-size: 11px;
      font-family: "Poppins", sans-serif;
      color: #808080; }
    
      @media (max-width: 768px) {
      
      .mainMenu__list {
        top: 10vh;
        transform: translateY(0);
        left: 10vw; }
      
        .mainMenu__list .linkItem,
        .mainMenu__list .instaLink { font-size: 16px; line-height: 220%; }
        
        .mainMenu__list .copyItem { font-size: 10px; }
        
        .mainMenu__close { top: calc( 12px + 2.5vw ); }
        
        }
    

      

          
  .mainMenu__img {
    position: fixed;
    z-index: 12;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 46vw;
    height: 62vh;
    background-image: url(../images/top01.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transition: 1s; }
    
    @media (max-width: 768px) {
      .mainMenu__img { display: none; }
      }

.aboutSection {
  color: #FAFAFA;
  background-color: #0A0A0A;
  padding-top: 120px; }
  
  @media (max-width: 768px) {
  .aboutSection { padding-top: 66px; } 
  }
      
  .aboutSection__ttl {
    max-width: 1000px;
    margin: 0 auto 29px; }
    
    @media (max-width: 768px) {
      .aboutSection__ttl {
        margin: 0 auto 16px;
        width: 87vw; } 
        }
        
  .aboutSection__topImg {
    width: 81vw;
    margin: 0 auto 51px; }
    
    @media (max-width: 768px) {
      .aboutSection__topImg {
        width: 100vw;
        margin: 0 auto 17px; } 
        }
        
  .aboutSection__topDes {
    max-width: 1000px;
    margin: 0 auto 96px; }
    
    @media (max-width: 768px) {
      .aboutSection__topDes {
        width: 87vw;
        margin: 0 auto 31px; } 
        }
        
  .aboutSection__concept { margin-bottom: 109px; }
    
    @media (max-width: 768px) {
      .aboutSection__concept { margin-bottom: 47px; }
      }
        
    .aboutSection__concept__contents {
      width: 81vw;
      margin: 0 auto;
      background-image: url(../images/about/concept.jpg);
      background-size: cover;
      background-position: right 35% center;
      padding: 190px calc( 40vw - 500px ); }
      
      @media (max-width: 768px) {
        .aboutSection__concept__contents {
          width: 100vw;
          background-image: url(../images/about/sp/concept.png);
          padding: 52px calc( 50vw - 43.5vw ) 45px; }
          }
          
      .aboutSection__concept__contents .ttl {
        font-size: 32px;
        margin-bottom: 40px;
        letter-spacing: 1px;
        font-weight: 300; }
        
        @media (max-width: 768px) {
          .aboutSection__concept__contents .ttl {
            font-size: 14px;
            margin-bottom: 18px; }
            }
            
  .aboutSection__whatwedo__list {
    width: 81vw;
    margin: 0 auto 127px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap; }
    
    @media (max-width: 768px) {
      .aboutSection__whatwedo__list {
        width: 87vw;
        margin: 0 auto 31px;
        flex-direction: column; }
        }
        
    .aboutSection__whatwedo__list .item {
      width: 49.6%;
      height: 356px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      background-size: cover;
      background-position: right 48% center;
      font-size: 21px;
      text-align: center;
      line-height: 1.8;
      font-weight: 300;
      margin-bottom: 10px; }
      
      @media (max-width: 768px) {
        .aboutSection__whatwedo__list .item {
          width: 100%;
          height: 111px;
          font-size: 11px; } 
          }
          
      .aboutSection__whatwedo__list .item:nth-of-type(1) {
        background-image: url(../images/about/silk01.jpg); }
        
        @media (max-width: 768px) {
          .aboutSection__whatwedo__list .item:nth-of-type(1) {
            background-image: url(../images/about/sp/silk01.jpg); } 
            }
            
      .aboutSection__whatwedo__list .item:nth-of-type(2) {
        background-image: url(../images/about/seizou01.jpg); }
        
        @media (max-width: 768px) {
          .aboutSection__whatwedo__list .item:nth-of-type(2) {
            background-image: url(../images/about/sp/seizou01.jpg); } 
            }
            
      .aboutSection__whatwedo__list .item:nth-of-type(3) {
        background-image: url(../images/about/office01.jpg); }
        
        @media (max-width: 768px) {
          .aboutSection__whatwedo__list .item:nth-of-type(3) {
            background-image: url(../images/about/sp/office01.jpg); } 
            }
            
      .aboutSection__whatwedo__list .item:nth-of-type(4) {
        background-image: url(../images/about/oriki01.jpg); }
        
        @media (max-width: 768px) {
          .aboutSection__whatwedo__list .item:nth-of-type(4) {
            background-image: url(../images/about/sp/oriki01.jpg); } 
            }
            
  .aboutSection__whatwedo__list.en { display: none; }
    
  .aboutSection__whatwedo__contents {
    max-width: 671px;
    margin: 0 auto 130px; }
    
    @media (max-width: 768px) {
      .aboutSection__whatwedo__contents {
        width: 87vw;
        margin: 0 auto 40px; } 
        }
        
    .aboutSection__whatwedo__contents .ttl {
      text-align: center;
      font-size: 18px;
      margin-bottom: 40px;
      font-weight: 300; }
      
      @media (max-width: 768px) {
        .aboutSection__whatwedo__contents .ttl {
          font-size: 10px;
          margin-bottom: 12px; } 
          }
          
    .aboutSection__whatwedo__contents .text {
      font-size: 18px;
      font-weight: 300;
      margin-bottom: 24px;
      letter-spacing: 2px;
      position: relative;
      padding-left: 18px;
      line-height: 1.6; }
      
      @media (max-width: 768px) {
        .aboutSection__whatwedo__contents .text {
          font-size: 10px;
          padding-left: 16px;
          margin-bottom: 12px; } 
          }
          
      .aboutSection__whatwedo__contents .text::before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 0 4px 6px;
        border-color: transparent transparent transparent #fafafa; }
        
        @media (max-width: 768px) {
          .aboutSection__whatwedo__contents .text::before {
            left: 4px;
            top: 0;
            transform: translateY(100%);
            border-width: 3px 0 3px 4px; } 
            }
            
  .aboutSection__tango {
    background-image: url(../images/about/tango.jpg);
    background-size: cover;
    background-position: bottom;
    color: #333;
    padding: 251px calc( 50vw - 500px ) 291px; }
    
    @media (max-width: 768px) {
      .aboutSection__tango {
        padding: 83px 0; } 
        }
        
    .aboutSection__tango__ttl {
      font-family: "Poppins", sans-serif;
      font-size: 44px;
      letter-spacing: 8px;
      text-align: center;
      margin-bottom: 53px;
      font-weight: normal; }
      
      @media (max-width: 768px) {
        .aboutSection__tango__ttl {
          font-size: 19px;
          letter-spacing: 4px;
          margin-bottom: 7px; } 
          }
          
    .aboutSection__tango__text { text-align: center; }
      
  .aboutSection__tango-sp { padding: 12px 0; }
    
    .aboutSection__tango-sp__text {
      width: 87vw;
      margin: 0 auto; }
      
  .aboutSection__info {
    background-color: #f1f1f1;
    color: #0a0a0a;
    padding: 95px calc( 50vw - 500px ); }
    
    @media (max-width: 768px) {
      .aboutSection__info {
        padding: 23px calc( 50vw - 43.5vw ); } 
        }
        
    .aboutSection__info__ttl {
      border-left: 1px solid #0a0a0a; }
      
    .aboutSection__info__img {
      display: block;
      width: 100%;
      margin-bottom: 53px; }
      
      @media (max-width: 768px) {
        .aboutSection__info__img {
          margin-bottom: 15px; } 
          }
          
    .aboutSection__info__tableTtl {
      font-size: 17px;
      padding-bottom: 19px;
      border-bottom: 1px solid #c6c6c6; }
      
      @media (max-width: 768px) {
        .aboutSection__info__tableTtl {
          font-size: 11px;
          border-bottom: none;
          font-weight: 500; } 
          }
          
    .aboutSection__info__table {
      border-collapse: collapse;
      width: 100%; }
      
    .aboutSection__info__table .logo {
      display: inline-block;
      vertical-align: text-bottom;
      width: 120px;}
    
    @media (max-width: 768px) {
      .aboutSection__info__table .logo { width: 85px;}
        }
    
      @media (max-width: 768px) {
        .aboutSection__info__table { display: block; } 
          }
          
      .aboutSection__info__table tr {
        width: 100%;
        border-bottom: 1px solid #c6c6c6; }
        
      .aboutSection__info__table tbody { width: 100%;}
      
      @media (max-width: 768px) {
        .aboutSection__info__table tbody {
          display: block;}
          }
      
        @media (max-width: 768px) {
          .aboutSection__info__table tr {
            display: block;
            width: 100%;
            border-bottom: none;
            margin-bottom: 16px; }
            }
            
        .aboutSection__info__table tr th, .aboutSection__info__table tr td {
          font-size: 16px;
          line-height: 2.2;
          padding: 8px 0;
          letter-spacing: 2px; }
          
          @media (max-width: 768px) {
            .aboutSection__info__table tr th, .aboutSection__info__table tr td {
              font-size: 11px;
              letter-spacing: 1px;
              padding: 0; }
              }
              
        .aboutSection__info__table tr th {
          width: 27%;
          text-align: left;
          font-weight: 400; }
          
          @media (max-width: 768px) {
            .aboutSection__info__table tr th {
              display: block;
              width: 100%;
              padding-bottom: 8px;
              margin-bottom: 4px;
              border-bottom: 1px solid #c6c6c6;
              line-height: 1.2; }
              }
              
        .aboutSection__info__table tr td { width: 73%; }
          
          @media (max-width: 768px) {
            .aboutSection__info__table tr td {
              display: block;
              width: 100%; } 
              }


/* ---------------------------------------------- ★ gallery */

  
    .gallerySection { padding-top: 160px; } 
  
    .gallerySection__ttl {
    max-width: 85vw;
    margin: 0 auto 29px; }
    
    @media (max-width: 768px) {
      .gallerySection { padding-top: 120px; } 
      .gallerySection__ttl { margin: 0 auto 15px; } 
      }
        
    .gallerySection__ttl .main { border-right: 1px solid #000; }
      
    .onlinestore { margin: 40px; text-align: center; }
      
    .onlinestore a:link { padding: 15px 20px; background: #ccc; font-size: 12px; }
      
    .gallerySection__inner {
    width: 85vw;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
        
    .gallerySection__inner__movie,
    .gallerySection__inner__item {
      position: relative;
      margin-bottom: 20px;
      height: 40vh;
      overflow: hidden;
      transition: .2s;
      z-index: 0;
      background-position: center;
      background-size: 100%; }
      
    .gallerySection__inner__movie { width: 49.3%; }
      
    .gallerySection__inner__item { width: 20vw; height: 20vw; }
      
    .gallerySection__inner__hidden {
      width: 20vw;
      height: 0; }
      
      @media (max-width: 768px) {
      
        .gallerySection__inner { width: 100vw; } 
        .gallerySection__inner__movie,
        .gallerySection__inner__item { margin-bottom: 0; }
        
        .gallerySection__inner__item { margin-bottom: -2px; }
        
        .gallerySection__inner__movie {
          width: 100vw;
          height: 60vw; } 
          
        .gallerySection__inner__item {
          width: 50vw;
          height: 50vw; }
          
          .gallerySection__inner__hidden { width: 50vw; } 
        
        }
          
      .gallerySection__inner__movie .catName,
      .gallerySection__inner__item .catName {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 2px;
        line-height: 1.5;
        width: 100%;
        text-align: center;
        opacity: 0;
        transition: .2s; }
        
        
        @media (max-width: 768px) {
          .gallerySection__inner__movie .catName, 
          .gallerySection__inner__item .catName { font-size: 11px; } 
          }
            
      .gallerySection__inner__movie .cover, 
      .gallerySection__inner__item .cover {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: #fff;
        opacity: 0;
        transition: .2s; }
        
        .gallerySection__inner__movie .cover:hover, 
        .gallerySection__inner__item .cover:hover { cursor: url(../images/gallery/cursor.cur), pointer; }
          
      .gallerySection__inner__movie::before, 
      .gallerySection__inner__item::before {
        content: '';
        position: absolute;
        top: -3px;
        bottom: -3px;
        left: -3px;
        right: -3px;
        background: inherit;
        filter: blur(3px);
        z-index: -1;
        opacity: 0;
        transition: .2s; }
          
    .gallerySection__inner__movie:hover .catName, .gallerySection__inner__item:hover .catName {opacity: 1.0; }
    .gallerySection__inner__movie:hover .cover, .gallerySection__inner__item:hover .cover {opacity: .4; }
    .gallerySection__inner__movie:hover::before, .gallerySection__inner__item:hover::before {opacity: 1.0; }
    
    .gallerySection__inner .flowMovie { display: block; width: 100%; }
      
      
    @media (max-width: 768px) {
    .gallerySection__inner .flowMovie { display: none; }
    .gallerySection__inner #clothmov1 { background-image: url(../images/gallery/flow1-1.jpg); }
    .gallerySection__inner #clothmov2 { background-image: url(../images/gallery/flow2-1.jpg); } 
    }
  
    .gallerySection__popup.on { z-index: 5; opacity: 1.0; }
    
    .gallerySection__popup__layer { display: none; }
  

 .gallerySection__popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 56px 43px;
    opacity: 0;
    transition: .5s;
    z-index: -2; }
    
    
   .gallerySection__popup { background: #E5E5E5; }
   
   @media (max-width: 768px) {
   .gallerySection__popup { padding: 0 ; }}
        
        
/* ★ 拡大画像 */

        
    @media (min-width: 768px) {
        
    .gallerySection__popup__slider {
      max-width: 1000px;
      max-height: 65vh;
      margin: 0 auto 24px; }
      
    .gallerySection__popup__slider .item .img {
      max-width: 100%;
      max-height: 65vh;
      margin: 10px auto; }
      
      }
      
      
    @media (max-width: 768px) {
    
    .gallerySection__popup__slider {
      position: absolute;
      top: 45%;
      transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      max-width: 1000px;
      max-height: 65vh;
      margin: 0 auto; }
      
    .gallerySection__popup__slider .item .img {
      max-width: 100%;
      max-height: 65vh;
      margin: 10px auto; }
    
    .yoko { margin-top: 15vh; }
    
    }


/* ★ 矢印 */
        
        
        /* ★ 矢印位置 */

      .gallerySection__popup__slider .slide-arrow {
        position: absolute;
        display: block;
        width: 100px;
        padding: 10px 5px;
        border-bottom: 1px solid #000;
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        letter-spacing: 2px;
        cursor: pointer;
        transition: .2s;
        z-index: 10; }
        
        @media (min-width: 768px) {
      .gallerySection__popup__slider .slide-arrow { top: 50%; }
      }
        
        @media (max-width: 768px) {
      .gallerySection__popup__slider .slide-arrow { top: 50%; }
      }
        
        
        @media (max-width: 768px) {
          .gallerySection__popup__slider .slide-arrow {
            border-bottom: none;
            padding: 0;
            transition: 0; }
            }
            
            
       @media (min-width: 768px) {
       .gallerySection__popup__slider .slide-arrow:hover { width: 110px; }
       }
          
          
      .gallerySection__popup__slider .prev-arrow {
        left: 0;
        transform: translate(-80%, -50%); }
        
      .gallerySection__popup__slider .next-arrow {
        right: 0;
        transform: translate(80%, -50%);
        text-align: right; }
        
        
        @media (max-width: 768px) {
        
          .gallerySection__popup__slider .prev-arrow {
            left: 0;
            transform: translate(30%, 0); }
        
          .gallerySection__popup__slider .next-arrow {
            right: 0;
            transform: translate(-30%, 0); }
            
            .gallerySection__popup__slider .prev-arrow,
            .gallerySection__popup__slider .next-arrow {
            height: 30px;
            width: 30px; }
            
            }
            
            
/* ★ 説明 */
          
          
      @media (min-width: 768px) {
    .gallerySection__popup__des {
      font-size: 14px;
      max-width: 760px;
      margin: 0 auto;
      line-height: 2.0;
      text-align: center; }
      }
      
      @media (max-width: 768px) {
        .gallerySection__popup__des {
          position: fixed;
          bottom: 0;
          left: 0;
          width: 100%;
          padding: 20px;
          font-size: 12px;
          color: #000;
          text-align: left;
          line-height: 1.7;
          overflow-y: scroll;
          z-index: 10; } 
          }

      .sp-gallery { display: block; font-weight: bold; }
      
      @media (min-width: 768px) {
      .sp-gallery { display: none; }
      }
      

   /* ★ h1 */   
      
      
    .gallerySection__popup__ttl {
      font-size: 18px;
      text-align: center;
      margin-bottom: 34px;
      line-height: 1.5;
      font-weight: 500; }
      
      
      @media (max-width: 768px) {
        .gallerySection__popup__ttl { display: none; } 
        }
        
        
/* ★ 閉じるボタン */
        
        
    .gallerySection__popup__close {
      position: fixed;
      top: 56px;
      left: 43px;
      z-index: 10; }
      
      @media (max-width: 768px) {
        .gallerySection__popup__close {
          top: 18px;
          left: 18px; }
          }
          
      .gallerySection__popup__close .img {
        width: 21px;
        height: 21px; }
        
      @media (max-width: 768px) {
        .gallerySection__popup__close .img {
          width: 18px;
          height: 18px; }
          }
          


/* ★ 予備
      
      
  @media (max-width: 768px) {
    .gallerySection__popup__layer {
      background: linear-gradient( #333, rgba( 277, 277, 277, 0 ) 30% );
      display: block;
      position: fixed;
      width: 100vw;
      height: 50vh;
      z-index: 7; }
      }
      
      
      @media (max-width: 768px) {
        .gallerySection__popup__slider .item { overflow: hidden; } 
        }    
      
      
      @media (max-width: 768px) {
        .gallerySection__popup__slider {
          position: fixed;
          overflow: hidden;
          } 
          }

        @media (max-width: 768px) {
          .gallerySection__popup__slider .item .img {
            max-height: 100vh;
            width: 100vw;
            height: 100vh;
            object-fit: cover;
            object-position: center; } 
            }
 */
 
 
/* ---------------------------------------------- ★ contact */


.contactSection {
  background-color: #f1f1f1;
  padding: 157px calc( 50vw - 400px ) 197px; }
  @media (max-width: 768px) {
    .contactSection {
      padding: 85px 10vw; } 
      }
      
  .contactSection__ttl {
    margin-bottom: 29px; }
    
    @media (max-width: 768px) {
      .contactSection__ttl {
        margin-bottom: 15px; } 
        }
        
    .contactSection__ttl .main {
      border-right: none; }
      
  .contactSection__des {
    font-size: 17px;
    margin-bottom: 52px;
    line-height: 1.6; }
    
    @media (max-width: 768px) {
      .contactSection__des {
        font-size: 11px;
        margin-bottom: 32px; } 
        }
        
  .contactSection__form__text {
    font-size: 16px;
    background-color: #f1f1f1;
    outline: 0;
    border: none;
    width: 100%;
    border-bottom: 1px solid #CBCBCB;
    padding-bottom: 12px;
    margin-bottom: 51px; }
    
    @media (max-width: 768px) {
      .contactSection__form__text {
        font-size: 11px;
        margin-bottom: 33px;
        padding-bottom: 9px; } 
        }
        
    .contactSection__form__text:focus {
      border-bottom: 1px solid #000; }
      
  .contactSection__form__textarea {
    background-color: #fff;
    font-size: 16px;
    line-height: 2.0;
    padding: 7px 17px;
    width: 100%;
    height: 300px;
    border: none;
    outline: 0;
    margin-bottom: 28px; }
    
    @media (max-width: 768px) {
      .contactSection__form__textarea {
        margin-bottom: 17px;
        height: 150px;
        font-size: 11px;
        padding: 9px; } 
        }
        
  .contactSection__form__btn {
    width: 218px;
    margin-left: calc( 100% - 218px ); }
    
    @media (max-width: 768px) {
      .contactSection__form__btn {
        width: 100%;
        margin-left: 0; } }


/* -------------------------------------------------------- photoswipe */


.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none; }
  
  .pswp * { box-sizing: border-box; -webkit-box-sizing: border-box; }
            
  .pswp img { max-width: none; }

/* style is added when JS option showHideOpacity is set to true */

.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open { display: block; }

.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/* 背　景 */

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */

.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/* stretched thumbnail or div placeholder element (see below) style is added to avoid flickering in webkit/blink when layers overlap */

.pswp__img--placeholder { -webkit-backface-visibility: hidden; }

/* div element that matches size of large image large image loads on top of it */

.pswp__img--placeholder--blank { background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/* Error message appears when image is not loaded */

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc; }

.pswp__error-msg a {
    color: #ccc;
    text-decoration: underline; }

/* ボタン　サイズ・透明度 */

.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0px none;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none }
          
  .pswp__button:focus,
  .pswp__button:hover {
    opacity: 1; }
    
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
    
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0px none; }


/* 閉じるボタン */

.pswp__ui--over-close .pswp__button--close { opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url('../js/photoswipe/skin/default-skin.png') no-repeat 0 0;
  background-size: 264px 88px;
  width: 44px;
  height: 44px }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {

  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before { background-image: url('../js/photoswipe/skin/default-skin.svg'); }
    
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right { background: none; }
  
}

.pswp__button--close { background-position: 0 -44px; }

.pswp__button--share { background-position:  -44px; }

.pswp__button--fs { display: none; }

.pswp--supports-fs .pswp__button--fs { display: block; }

.pswp--fs .pswp__button--fs { background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom { display: block; }

.pswp--zoomed-in .pswp__button--zoom { background-position: -132px 0; }


/* 矢印ボタンに触れていない時　消える */

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right { visibility: hidden; }

/* 矢印ボタン */

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 20%;
  height: 50%;
  position: absolute; }

.pswp__button--arrow--left { left: 0; }

.pswp__button--arrow--right { right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0);
  height: 30px;
  width: 32px;
  position: absolute }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/* 3. Index indicator ("1 of X" counter) */
 
.pswp__counter {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  padding: 0 10px;
  }

/* 4. Caption */
 
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
  }
  
.pswp__caption small {
    font-size: 11px;
    color: #bbb;
    }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #ccc;
  }

.pswp__caption--empty { display: none; }

/* Fake caption element, used to calculate height of next/prev image */

.pswp__caption--fake { visibility: hidden; }

/* 5. Loading indicator (preloader)	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR */

.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active { opacity: 1; }

  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url('../js/photoswipe/skin/preloader.gif') no-repeat 0 0; }

.pswp--css_animation .pswp__preloader--active { opacity: 1; }

  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
            
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
 }

@keyframes clockwise {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
  }

@-webkit-keyframes donut-rotate {
  0% { -webkit-transform: rotate(0); transform: rotate(0); }
  50% { -webkit-transform: rotate(-140deg); transform: rotate(-140deg); }
  100% { -webkit-transform: rotate(0); transform: rotate(0); }
  }

@keyframes donut-rotate {
  0% { -webkit-transform: rotate(0); transform: rotate(0); }
  50% { -webkit-transform: rotate(-140deg); transform: rotate(-140deg); }
  100% { -webkit-transform: rotate(0); transform: rotate(0); }
  }

/* 6. Additional styles */

/* root element of UI */

.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
          
/* pswp--has_mouse class is added only when two subsequent mousemove events occur */

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right { visibility: visible; }
.pswp__top-bar,
.pswp__caption { background-color: rgba(0, 0, 0, 0); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption { background-color: rgba(0, 0, 0, 0); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */

.pswp__ui--idle .pswp__top-bar { opacity: 0; }
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right { opacity: 0; }

/* pswp__ui--hidden class is added when controls are hidden e.g. when user taps to toggle visibility of controls */

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right { opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter { display: none; }

.pswp__element--disabled { display: none !important; }

.pswp--minimal--dark .pswp__top-bar { background: none; }

