<style>
#under-link{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 3% auto -3%;
}
#under-link a{
    width: 30%;
    text-align: left;
}

#under-link a .img-wrap{
    background: #000;
    position: relative;
    overflow: hidden;
    margin-bottom:2%;
    line-height: 0;
}

#under-link a:hover .img-wrap:before {
    opacity: 1;
}
#under-link a .img-wrap:before {
    content: 'View More';
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    z-index: 9;
    color: #fff;
    border: solid 1px;
    padding: 10px;
    font-weight: bold;
    pointer-events: none;
    transition: all .5s .1s ease;
    opacity: 0;
    line-height: 2;
}

#under-link a img{
  width: 100%;
  height: auto;
  transition: all .5s .1s ease;
}

#under-link a:hover img{
    transform: scale(1.05);
    opacity: .6;
}


#under-link a>div{
    color: #999;
    font-size: 90%;
}
#under-link a>b{
    font-size: 1rem;
}
@media (max-width: 769px){
#under-link a{
    width: 100%;
    margin: 3% 3% 6%;
}

}
/****************************/
#header-logo{
  width: 100px;
  width: min(30vw,100px);
  margin-right: auto;
}
#header-logo img{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/***************************/
#global-menu{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
    font-size: 0.7rem;
}

#header-language .icon:first-of-type{
    font-size: 120%;
    margin-right: 5px;
}

#header-language .icon:last-of-type{
    margin-left: 5px;
}

#header-serch input{
    border: 0;
    border-bottom: solid 1px #99999a;
    color: #99999a;
    padding: 5px 0;
    padding-right: 20px;
    border-radius: 0;
    max-width: 230px;
}

#header-serch button{
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    position: relative;
    left: -20px;
  }


#header-serch-outer,
#header-language{
        margin-left: 20px;
}
/********************/
#header-language .header-navigation-submenu{
    background: #fff;
    z-index: 999;
    position: relative;
}

#header-language .header-navigation-submenu a:first-of-type:before{
  border: none;
}


#header-language .header-navigation-submenu a {
    padding: 0.5rem 0.8rem;
    display: block;
    line-height: initial;
    margin: 10px 0;
    position: relative;
    font-size: inherit;
}

#header-language .header-navigation-submenu a:hover {
  background: #f7f1e8;
}

#header-language .header-navigation-submenu a::before {
    content: '';
    width: calc(100% + 0px);
    height: calc(100% + 0px);
    border-top: 1px solid #99999a;
    position: absolute;
    top: -5px;
    left: 0;
}


#header-navigation,
#header-hotwords{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    line-height: 2;
    flex-wrap: wrap;
    font-family: 'Noto Sans JP', sans-serif;
}


#header-navigation span{
    transform: skewX(150deg);
    border-right: 1px solid #99999a;
    padding-top: 5px;
}

#header-navigation a{
    transform: skewX(-150deg);
    padding:0 10px;
    display: block;
    font-weight: bold;
}

#header-navigation a.parent{
  margin-bottom: 0;
  margin-top: 6%!important;
}


#header-navigation a.child{
    font-size: 95%;
    padding: 0 1rem;
    text-indent: 5px;
    margin-top: 0;
}

#header-navigation a.child::before{
  border:0; 
}

#header-navigation a.logo:hover{
  background: transparent;
}

#header-navigation a.logo:before,
#header-navigation a.logo:after{
  display: none;
}

#header-hotwords{
    position: absolute;
    top: 45px;
    right: 16px;
    font-size: .6rem;

    max-width: 400px;
    overflow: hidden;
    height: 3.2em;
}

#header-hotwords p{
    margin-right: 10px;
    font-size: 1.2em;
}

#header-hotwords a{
  padding: 2px 4px;
  border: solid 1px;
  display: inline-block;
  margin: 4px;
}
.header-navigation-sp,
#header-navigation-sp-sns{
    display: none;
}
.header-navigation-submenu{
  display: none;
}

#header-hotwords{
    position: static;
    margin: 20px 0;
    justify-content: flex-start;
    max-width: 100%;
}

#header-serch input{
  font-size: 16px;
}

#global-menu{
    display: block;
    background: #045de9;
    background-image: linear-gradient(315deg, #0abcf9 0%, #2c69d1 74%);
    width: 400px;
    margin-left:calc(100% - 400px); 
    font-size: 0.9rem;
    padding: 30px 10px 0;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
    z-index: 9999;
}
#global-menu .sns-link{
    font-size: 0.6rem;
    border: solid 1px #ffffff3b;
    border-width: 1px 0 1px 0;
    padding: 3% 0;
}

#global-menu .sns-link i{
    font-size: 1.4rem;
    margin-right: 5px;
}

#global-menu .shop-link{
  display: flex;
  color: #fff;
  justify-content: center;
  margin: 3% 0 -3%!important;
  border-top: solid 1px #ffffff3b;
  padding: 3% 0 0!important;
}

#global-menu a{
  color:#fff;

      display: flex;
    align-items: center;
}

#global-menu section:last-of-type {
    margin-bottom: 6%;
}

#global-menu .logo{
    color: #fff;
    width: 150px;
    margin: 0 auto;
    text-align: center;
    display: block;
    height: 55px;
    margin-bottom: 40px;
}

.header-navigation-sp{display: block;}



#header-navigation span,
#header-navigation a{
        transform: none;
        border-right: 0;
}

#header-navigation,
#header-serch-outer,
#header-language{
    margin: 0;
    display: block; 
    width:100%;
}


#header-navigation a{
    font-size: 1rem;
  font-size: min(4vw,1rem);
    padding: 0.8rem;
    display: block;
    line-height: initial;
    margin: 10px 0;
    position: relative;

}

#header-navigation a::before{
  content: '';
    width: 100%;
    border-top: solid 1px #ffffff3b;
    position: absolute;
    top: -5px;
    left: 0;
}

#header-navigation a:first-of-type::before{
  border:0; 
}


#header-navigation a:hover{
        background: #3c8fff;
}



#header-serch button {
    left: -25px;
    font-size: 1.1rem;
}

#header-navigation-sp-sns{
    display: flex;
    font-size: 2rem;
    justify-content: center;
}
#header-navigation-sp-sns a{
  color: #fff;
  margin: 10px;
}


#header-navigation a:after {
    content: "\f054";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
}

#header-language .icon:last-of-type {
  display: none;
}

a.header-navigation-toggle:after{
    content: "＋"!important;
    position: absolute;
    right: 15px!important;
    font-size: 1.3rem;
    line-height: 1;
    font-family: inherit!important;
}

a.header-navigation-toggle.open:after{
    content: "×"!important;
}

.header-navigation-submenu a{
  padding-left: 2rem!important;
}
.header-navigation-submenu a:after{
  display: none;
}

/****************************/
#footer-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#footer-nav a:not(:last-child){
    margin-right:5px;
}

#footer-sns a{
  font-size: 1rem;
  color: #99999a;
}
#footer-copyright{
    font-size: 10px;
    text-align:center; 
}

#side-sns-menu {
    display: none;
    position: fixed;
    right: 0!important;
    flex-direction: column!important;
    align-items: center!important;
    z-index: 1!important;
    top: 30%!important;
    margin-bottom: unset!important;
    bottom: unset!important;
}

#pagetop{
    cursor: pointer;
    color: #cecece;
    position: fixed;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    font-size: 12px;
    letter-spacing: .02em;
    display: none;
    top: calc(30% + 250px)!important;
    right: 1rem!important;
    width: unset!important;
}


#pagetop>i {
    margin-bottom: 1em;
    display: inline-block;
    height: 1.5rem;
    fill: #cecece;
}
/****************************/
.footer-sns-group {
    font-size: 0.7rem;
    font-weight: bold;
}


footer .logo {
    height: 30px;
}


#campany-sns{
  margin-left:30px; 
}

#campany-sns a{
  color: #999!important;
  margin:2px;
  font-size: 85%;
}

#global-menu #campany-sns{
    margin: 0;
    border: 0;
}

#global-menu #campany-sns .logo{
  margin: 0;
  margin-right: 10px;
}

#global-menu #campany-sns a{
  color: #fff!important;
}

#side-sns-menu a{
  color: #ffffff!important;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  
}

#side-sns-menu a.instagram{
  background: linear-gradient( 360deg , #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

#side-sns-menu a.youtube{
    background: #ff0000;
    font-size: 85%;
    display: none;
}


#side-wowcha-text{
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 60px;
    margin-bottom: 10px;

    text-shadow: 
    white 2px 0px 2px, white -2px 0px 2px,
    white 0px -2px 2px, white -2px 0px 2px,
    white 2px 2px 2px, white -2px 2px 2px,
    white 2px -2px 2px, white -2px -2px 2px,
    white 1px 2px 2px, white -1px 2px 2px,
    white 1px -2px 2px, white -1px -2px 2px,
    white 2px 1px 2px, white -2px 1px 2px,
    white 2px -1px 2px, white -2px -1px 2px,
    white 1px 1px 2px, white -1px 1px 2px,
    white 1px -1px 2px, white -1px -1px 2px;

}
.sns-link {
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
    align-items: center;
}
footer{
  font-size: 0.7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 3% 0!important;
}
footer a:hover{
  text-decoration: underline;
}
#footer-wowcha-sns a.instagram{
 margin-left:5px;
}
#footer-wowcha-sns a.youtube{
  margin-left:0;
  display: none;
}


#tab-menu {
    opacity: 0!important;
    position: absolute;
    pointer-events: none!important;
}

#header-text a:hover{
  text-decoration: none;
}

#web-members {
    background: #ba996b!important;
}

#web-members h3{
  font-size: min(5vw,2.2rem);
  margin: 0 1vw;
  margin-bottom: 10px;
  line-height: 1em;
}
#web-members span{
    font-size: min(4vw,1.2rem);
}
#web-members a{
  justify-content: center;
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
      padding: 3% 0;
}


#cp3-bnr{
  position: fixed;
  z-index: 9999;
  width: min(323px,50%);
  right: 2vw;
  bottom: -5px;
  font-size: 0;
  line-height: 0;
  transition: all .3s ease;
}


#cp3-bnr:hover{
  bottom: 0px;
  opacity: 1;
}

#cp3-bnr:hover img{
  opacity: 1;
}

@media (max-width: 769px){
#campany-sns {
    margin: 12% 0 3%;
}
}

</style>