@charset "UTF-8"

/*===============================================
 reset
===============================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

section, article, aside, hgroup, header, footer, nav, dialog, figure, figcaption {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  width: 100vw;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*===============================================
 responsive element
===============================================*/
/*===============================================
 base
===============================================*/
html,body{
  overflow: hidden
}
body {
  background-color: #e8ecef;
  margin: 0;
}
.wrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: #333333;
}
p {
    font-family :'YuMincho','Yu Mincho', serif;
    color: #ffffff;
}
.c-black {
   color: #333333;
}
.c-gray {
  color: #999999;
}
a:hover {
  opacity: 0.8;
  transition : 1s;
}


 footer {
  position: absolute;
  left: 50px;
  bottom: 70px;
  font-size: 10px;
  letter-spacing: 0.1em;
 }
 
 .main_imgBox {
  width: 100%;
  height: 100%;
  min-height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  position: relative; }

.main_logo {
  z-index:11;
  position: absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:50%;
  height:auto;
}

.main_img {
  z-index:10;
  opacity: 0;
  width: 100vw;  
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 36s 0s infinite;
  animation: anime 36s 0s infinite; }

  .main_img:nth-of-type(2) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s; }

  .main_img:nth-of-type(3) {
    -webkit-animation-delay: 12s;
    animation-delay: 12s; }

.main_imgM {
  opacity: 0;
  min-width: 100vw;
  min-height: 100vh;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 16s 0s infinite;
  animation: anime 16s 0s infinite; }

  .main_imgM:nth-of-type(2) {
    -webkit-animation-delay: 8s;
    animation-delay: 8s; }

  .main_imgM:nth-of-type(3) {
    -webkit-animation-delay: 16s;
    animation-delay: 16s; }

@keyframes anime {
  0% {
      opacity: 0;
  }
  20% {
      opacity: 1;
  }
  50% {
      opacity: 1;
  }
  70% {
      opacity: 0;
  }
  100% { opacity: 0 }
}
.main_imgM > img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}



  #gloval-nav div{opacity:1;transform:translateX(0);transition:transform 1s ease,opacity .9s ease}
  #gloval-nav a{
    display:block;
    color:#333;
    text-decoration:none;
    padding:10px 0;
    transition:color .6s ease}
    #gloval-nav a:hover{
      color:#666;transition:all .3s ease}
    ul{list-style:none}
    ul li{transition:transform .6s ease,opacity .2s ease}
    .c-navBtn{padding-left:500px}
    .open{overflow:hidden}
    .cp_fullscreenmenu{
      display:block;
      position:fixed;z-index:1;top:0;left:0;margin:0 auto;
  }
  .cp_fullscreenmenu .menu{
    position:fixed;
    top:0;
    left:0;
    visibility:hidden;
    width:100%;
    height:100%;
    pointer-events:none;
    outline:1px solid transparent}
  .cp_fullscreenmenu .menu,.cp_fullscreenmenu .menu>div{
    display:flex;
    overflow:hidden;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    align-items:center;
    justify-content:center;
    margin:0 auto;
  }
  .cp_fullscreenmenu .menu>div{
    width:100%;
    height:100%;
    transition:opacity .6s ease,visibility .6s ease;
    -webkit-transform:scale(0);
    transform:scale(0);
    text-align:center;
    color:#333333;
    background:#e8ecef;
    flex:none;opacity:1;
    z-index: 9990;
    align-items:center;
    justify-content:center;
    margin:0 auto;
    display:flex;
  }
  .cp_fullscreenmenu .menu>div>ul{
    display:block;
    margin:0 auto;
    list-style:none;
    transition:opacity .4s ease;
    opacity:0;
    color:#333333;
    padding-inline-start: 0px;
    position: relative;
    z-index:87;
    text-decoration: none;
}
  .cp_fullscreenmenu .menu>div>ul>li>a{
    position:relative;
    display:inline;
    cursor:pointer;
    transition:color .2s ease;
    margin:0 auto;
    padding:10px;
    letter-spacing: 0.5em;
    
  }
  #c-menu__pc {
    width: 100%;
    height: 100%;
    display: flex;
  justify-content: center;
  align-items: center;

  }
  #menu {
    margin: auto;
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    width: 100%;
    height: 100%;
  }
  .c-a__text {
    margin-bottom: 12px!important;
  }
  .c-a__profile {
    margin-bottom: 3px!important;
  }
  .c-insta,.c-fb,.c-mail,.c-webshop {
    margin-bottom: 13px!important;
  }
  .cp_fullscreenmenu .menu>div>ul>li.c-webshop {
    padding-bottom: 18px
  }
  .cp_fullscreenmenu .menu>div>ul>li>a.c-calender__sp:hover,.cp_fullscreenmenu .menu>div>ul>li>a.c-news__sp:hover {
    letter-spacing: 0.15em;
}
  .cp_fullscreenmenu .menu>div>ul>li>a:hover:after{width:100%}
  .cp_fullscreenmenu .menu>div>ul>li.menu__language{margin-top:2pc;margin-left:15px;}
  .null{padding-left:0px;margin-left:-1px;padding-right:10px;}
  .null,.null_pc{width:10px;height:5px}
  .cp_fullscreenmenu .toggle{
    position:fixed;z-index:9999;top:50px;
    left:calc(100vw - 230px);width:170px;height:130px;cursor:pointer;opacity:0}
  .cp_fullscreenmenu .toggle:checked+.hamburger>span{
    -webkit-transform:rotate(210deg);
    transform:rotate(210deg);
    background: #333;}
  .cp_fullscreenmenu .toggle:checked+.hamburger>span:after,.cp_fullscreenmenu .toggle:checked+.hamburger>span:before{
    top:0;
    -webkit-transform:rotate(120deg);
    transform:rotate(120deg);
  background-color: #333;}
  .cp_fullscreenmenu .toggle:checked+.hamburger>span:after{opacity:1}
  .cp_fullscreenmenu .toggle:checked~.menu{visibility:visible;pointer-events:auto}
  .cp_fullscreenmenu .toggle:checked~.menu>div{display:block;transition-duration:.75s;-webkit-transform:scale(1);transform:scale(1)}
  .cp_fullscreenmenu .toggle:checked~.menu>div>ul{
    opacity:1; 
  }
  .cp_fullscreenmenu .toggle:checked~.menu>div>ul li:nth-of-type(1){transition-delay:.4s}.cp_fullscreenmenu .toggle:checked~.menu>div>ul li:nth-of-type(2){transition-delay:.6s}
  .cp_fullscreenmenu .toggle:checked~.menu>div>ul li:nth-of-type(3){transition-delay:.8s}.cp_fullscreenmenu .toggle:checked~.menu>div>ul li:nth-of-type(4){transition-delay:1}
  .cp_fullscreenmenu .toggle:checked:hover+.hamburger>span{
    -webkit-transform:rotate(30deg);
    transform:rotate(30deg);background:
     #333;
    display: block;}
  .cp_fullscreenmenu .hamburger{
    position:absolute;
    z-index:9998;
    top:100px;
    left:calc(100vw - 200px);
    margin-left:100%;
    display:block;
    width:50px;
    height:5pc;
    padding:.5em 1em;
    cursor:pointer;
    border-radius:0 .12em .12em 0;
    -webkit-backface-visibility:hidden;backface-visibility:hidden}
  .cp_fullscreenmenu .hamburger>span{
    position:relative;
    top:2pt;
    left:18px;
    display:block;width:100%;
    height:1px;
    transition:all .4s ease;
    background:#fff;
  }
  .cp_fullscreenmenu .hamburger>span:after{
    position:absolute;
    z-index:1;
    top:-12px;
    display:block;
    width:100%;
    height:1px;
    content:'';
    transition:all .4s ease;
    background:inherit;}
    .cp_fullscreenmenu .hamburger>span:before {
      position:absolute;
      z-index:1;
      top:-12px;
      display:none;
      width:100%;
      height:1px;
      content:'';
      transition:all .4s ease;
      background:inherit;
    }
  .cp_fullscreenmenu .hamburger>span:after{top:12px}
  .c-navBtn span:nth-of-type(1){top:0}.nav-button span:nth-of-type(2){top:1pc}
  .c-navBtn span:nth-of-type(3){bottom:0}
  .c-navBtn.active span:nth-of-type(1){
    -webkit-transform:translateY(16px) rotate(-45deg);
    transform:translateY(16px) rotate(-45deg);
  background: #333;}
  .c-navBtn.active span:nth-of-type(2)
  {opacity:0}
  .c-navBtn.active span:nth-of-type(3){
    -webkit-transform:translateY(-16px) rotate(45deg);
    transform:translateY(-16px) rotate(45deg);
    background: #333;}
  #nav-toggle{z-index:8}

  

  
  #menu > span.upper,#menu > span.lower {
    display: flex;
    flex-direction: row;
    text-decoration: none;
    font-family :'YuMincho','Yu Mincho', serif;
  }
  #menu > span.upper >li > a {
    font-size: 15px;
    color: #333;
    margin: 0 20px;
    letter-spacing: 0.1em;
  }
  #menu > span.upper {
    margin-bottom: 35px;
  }
  #menu > span.lower >li > a {
    font-size: 12px;
    color: #333;
    margin: 0 20px;
    letter-spacing: 0.1em;
  }
  #menu > img.logo {
    width: 82px;
    margin-bottom: 60px;
  }
  .link_b {
    border: 1px solid #333333;
    padding: 5px 10px;
  }
  .calsel_btn {
    position: absolute;
    right: 50px;
    bottom: 80px;
    display: flex;
   
  }
  .ind-01,.ind-02,.ind-03 {
    width: 5px;
    height: 5px;
    background-color: #666666;
    border-radius: 100px;
    margin-left: 20px;
  }
  
  .ind-01 {
    -webkit-animation: navigation 24s 0s infinite;
    animation: navigation 24s 0s infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
    
    .ind-02 {
      -webkit-animation: navigation 24s 0s infinite;
      animation: navigation 24s 0s infinite;
      -webkit-animation-delay: 8s;
      animation-delay: 8s; }
      .ind-03 {
        -webkit-animation: navigation 24s 0s infinite;
        animation: navigation 24s 0s infinite;
        -webkit-animation-delay: 16s;
        animation-delay: 16s; }
        
      

      @keyframes navigation {
        0% { background: #666666; }
        1% { background: #ffffff }
        32% { background: #ffffff }
        35% { background: #666666; }
        100% { background: #666666; }
      }
    
      h1 > img {
        position: absolute;
        top: 100px;
        left: 100px;
        width: 82px;
      }

      @media screen and (max-width:1000px){
      #menu > img.logo {
        display: none;
      }
      #menu > span.upper, #menu > span.lower {
        flex-direction: column;
      }
      .cp_fullscreenmenu .hamburger{
        position:absolute;
        z-index:9998;
        top:25px;
        left:calc(100vw - 90px);
        margin-left:100%;
        display:block;
        width:25px;
        height:5pc;
        padding:.5em 1em;
        cursor:pointer;
        border-radius:0 .12em .12em 0;
        -webkit-backface-visibility:hidden;
        backface-visibility:hidden
      }
      .cp_fullscreenmenu .toggle {
        position: fixed;
        z-index: 9999;
        top: 0px;
        left: calc(100vw - 100px);
        width: 170px;
        height: 100px;
        cursor: pointer;
        opacity: 0;
    }
    #menu {
      margin-top: 30px;
    }
      #menu > span.upper >li > a {
          font-size: 15px;
          color: #333;
          letter-spacing: 0.2em;
          padding: 10px;
      }
      .c-a__text {
        margin-bottom: 30px!important;
    }
    #menu > span.lower >li > a {
      font-size: 12px;
      color: #333;
      margin: 0 20px 30px!important;
      letter-spacing: 0.1em;
    }
    #menu > span.lower >li {
      margin: 0 20px 30px!important;
    }
      h1 > img {
        top: 25px;
        left: 25px;
        width: 60px;
      }
      footer {
        display: none;
      }

      .calsel_btn {
        position: absolute;
        right: calc((100vw - 65px) / 2);
        bottom: 25px;
        display: flex;
      }
    
      }
      @media screen and (min-width:791px) and  (max-width:1023px){
        .cp_fullscreenmenu .hamburger {
          position: absolute;
          z-index: 9998;
          top: 25px !important;
          left: calc(100vw - 105px);
          margin-left: 100%;
          display: block;
          width: 42px;
          height: 5pc;
          padding: 0.5em 1em;
          cursor: pointer;
          border-radius: 0 0.12em 0.12em 0;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
      }
      .wrapper {
        width: 100%;
        height: 100%;
      }
      }
      @media screen and (min-width:1024px) and  (max-width:1049px){
        .cp_fullscreenmenu .hamburger {
          position: absolute;
          z-index: 9998;
          top: 50px !important;
          left: calc(100vw - 125px);
          margin-left: 100%;
          display: block;
          width: 42px;
          height: 5pc;
          padding: 0.5em 1em;
          cursor: pointer;
          border-radius: 0 0.12em 0.12em 0;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
      }
      .wrapper {
        width: 100%;
        height: 100%;
      }
      h1 > img {
        position: absolute;
        top: 50px;
        left: 50px;
        width: 82px;
    }
      }

      @media screen and (min-width:791px) and  (max-width:1249px){
        .cp_fullscreenmenu .hamburger {
          position: absolute;
          z-index: 9998;
          top: 25px !important;
          left: calc(100vw - 110px);
          margin-left: 100%;
          display: block;
          width: 40px;
          height: 5pc;
          padding: 0.5em 1em;
          cursor: pointer;
          border-radius: 0 0.12em 0.12em 0;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
      }
      .cp_fullscreenmenu .toggle {
        top: 0px;
        left: calc(100vw - 100px);
        width: 100px;
      }
      h1 > img {
        top:  36px;
        left: 36px;
    }}
