@charset "utf-8";
@media screen and (max-width: 768px) {
  /* all */
  .pc-on {
    display: none;
  }
  
  .sp-on {
    display: block;
  }
  
  .loading-wrapper video{
    width: 100%;
  }
    
  #fp-nav.right {
    right: 0;
  }
  
  section {
    padding: 10px;
  }
  
  .sp-header {
    color: #ece7dc;
    display: flex;
    justify-content: flex-end;
    padding: 20px;
    font-size: 40px;
  }
  
  .sp-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #333;
    display: flex;
    justify-content: space-around;
    align-items: center;
    opacity: 0;
    pointer-events: none;
  }
  
  .sp-menu ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .sp-menu ul li a{
    color: #ece7dc;
  }
  
  .sp-menu-close {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    z-index: 999999;
    pointer-events: none;
    padding: 20px;
    font-size: 40px;
  }
  
  .footer-catch {
    font-size: 20px;
    margin-bottom: 20px;
  }
  
  .footer-catch span {
    font-size: 12px;
  }
  
  .contact-link {
    display: block;
    width: 80%;
    margin: auto;
    padding: 20px 30px;
    font-size: 12px;
  }
  
  .foot {
    display: block;
  }
  
  .foot .logo {
    padding: 20px 0;
    text-align: center;
  }
  
  .foot .logo img {
    width: 50%;
    margin: auto;
  }
  
  .copyright {
    text-align: center;
    font-size: 10px;
  }
  
  
  
  
  /* top */
  .hero {
    padding: 0;
  }
  
  .hero-title {
    font-size: 20px;
  }
  
  .hero-cpName {
    font-size: 12px;
    padding-top: 10px;
  }
  
  section.about {
    padding: 20px;
  }
  
  .about-contents {
    text-align: left;
  }
  
  .about-contents-btn {
    text-align: center;
  }
  
  .topMenu {
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
  
  .topMenu .img, .topMenu .contents {
    padding: 0px;
  }
  
  .topMenu .img {
    width: 100%;
    height: auto;
  }
  
  .topMenu .contents {
    width: 100%;
    height: auto;
    padding: 20px 0;
  }
  
  .topMenu .contents .title {
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-top: 0;
    padding-left: 5px;
  }
  
  .topMenu .contents .txt {
    font-size: 12px;
  }
  
  .topMenu .contents ul {
    margin-top: 20px;
  }
  
  .topMenu .contents ul li {
    padding: 5px;
    font-size: 18px;
    margin-bottom: 0;
  }
  
  .store {
    gap: 20px;
  }
  
  
  
  
  
  /* company */
  .companyProfileContents, 
  .companyHistory {
    display: block;
  }  
  
  .companyProfileContents .txt, 
  .companyHistory .txt {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }  
  
  .companyProfileContents .txt ul, 
  .companyHistory .txt ul {
    width: 100%;
    padding: 10px;
  }
  
  .company .title {
    text-align: center;
  }
  
  .companyProfileContents .txt ul li, 
  .companyHistory .txt ul li {
    display: flex;
    font-size: 11px;
    padding: 8px 0;
    line-height: 1.2;
    letter-spacing: 1px;
  }
  
  .companyProfileContents .txt ul li dt, 
  .companyHistory .txt ul li dt {
    font-weight: normal;
    display: inline-block;
    width: 20%;
  }
  
  
  
  /* products */
  .modal {
    padding: 10px;
  }
  
  .modal .inner {
    width: 100%;
    padding: 20px;
    padding-bottom: 50px;
  }
  
  .modal .close-btn {
    top: 15px;
    left: 15px;
  }
  
  .modal-img {
    width: 60%;
  }
  
  .modal-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .modal-txt {
    width: 100%;
    font-size: 11px;
  }
  
  .modal-link {
    padding: 40px 0 0;
  }
  
  .modal-link a {
    padding: 8px 20px;
    font-size: 12px;
  }
  
  .products {
    gap: 20px;
  }
  
  .products .title {
    width: 100%;
    bottom: 0;
  }
  
  .products .title .head {
    font-size: 20px;
  }
  
  .products .title .txt {
    margin-top: 8px;
    font-size: 12px;
  }
  
  .product-list {
    width: 100%;
    gap: 10px;
    justify-content: space-around;
  }
  
  .product-item {
    width: 30%;
    cursor: pointer;
  }
  
  .products-eb .product-list {
    justify-content: space-around;
  }
  
  
  
  
  
  /* stores */
  .stores {
    display: block;
    height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  
  .stores .left {
    width: 100%;
    height: auto;
  }
  
  .stores .left .head {
    padding: 0;
  }
  
  .stores .left .head .txt {
    font-size: 11px;
    line-height: 1.2;
  }
  
  .stores .left .head .title {
    font-size: 26px;
  }
  
  .stores .right {
    width: 100%;
  }
    
  .store-list {
    width: 100%;
    padding: 20px 0;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
  
  .store-item {
    padding: 8px;
  }
  
  .real-store .store-item {
    padding: 10px;
    gap: 10px;
  }
    
  .store-item .item-img {
    width: 35%;
  }  
  
  .real-store .store-list {
    padding: 20px 0;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}