﻿:root{
    --yellow: #fddc00;
    --color4: #000000;
}

#wrap{
    background-color: var(--yellow);
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-size: contain;
    background-image: url(/files/img/shop.jpg);
}

#wrap:not(.top){
    background-image: url(/files/img/shop2.jpg);
}

/*--#top_contents2{
        mask-image: url(./files/img/en.svg);
    clip-path: circle;
    mask-size: 100%;
    mask-position: center;
    scroll-timeline-name: --en;
}--*/

/*@keyframes en {
  from {
    mask-size: 10%;
  }
  to {
        mask-size: 150%;
  }
}*/

.clip-path{
        /*clip-path: url(#svg);*/
        clip-path: circle(10% at 50% 20%);
}

header#vegas{
    height: 100vh !important;
    margin-bottom: 0;
}

header#vegas:before{
        content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: calc(50% + 0px);
    left: 50%;
    background-image: url(/files/img/logo.png), url(/files/img/migi.png);
    background-position: center, right bottom;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: contain, 25%;
    pointer-events: none;
    z-index: 1;
}



.test {
  animation: shock 0.3s linear 1 normal forwards;
}

@keyframes shock {
  0%   { filter: grayscale(0) invert(0); }
  25%  { filter: grayscale(1) invert(1); }
  50%  { filter: grayscale(0) invert(0); }  
  75%  { filter: grayscale(1) invert(1); }
  100% { filter: grayscale(0) invert(0); }
}

span.before, span.after{
    display: none;
}

#vegas .vegas-timer{
    opacity: 0;
}

#header {
    border-bottom: none;
}

#wrap.top h1#logo{
    display: none;
}

#wrap.top > div.d_flex{
    padding: 0 10px;
}


#top_message .intro_txt {
    font-size: max(1vw, 32px);
    font-weight: bold;
}

#top_message {
    background-color: transparent;
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
}

.zuto{
    position: fixed;
    transform: rotate(20deg) scale(2);
    top: 25%;
    left: 0%;
    width: 100%;
    z-index: 1;
    transform-origin: center;
    transition: all 0.3s;
    pointer-events: none;
}

.zuto.tori{
    transform:  rotate(0deg) scale(1);
    animation: vanish 3.5s linear 1 normal forwards;
    opacity: 1;
    transition: all 0.3s;
}

@keyframes vanish {
  0%   { opacity: 1; }
  90%  { opacity: 1; }
  100% { opacity: 0; }
}

.max{
        max-width: 1400px;
    width: 90%;
    margin: auto;
}

.moji_pare{
        background-image: url(/files/img/moji.png);
    background-repeat: repeat-y;
    background-size: 100%;
}

.moji_wrap{
    position: relative;
}

.moji_wrap:before{
        content: "";
    display: block;
    width: 50%;
    height: 500px;
    position: absolute;
    top: 80%;
    right: 0%;
    background-image: url(/files/img/hasi.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

.moji_wrap:after{
        content: "";
    display: block;
    width: 50%;
    height: 500px;
    position: absolute;
    top: 30%;
    left: 0%;
    background-image: url(/files/img/hasi_l.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

#filter_white {
    background-color: rgba(255, 236, 0, 0.9);
    padding: 150px 0px 60px;
    backdrop-filter: grayscale(1);
    background-image: url(/files/img/moji.png);
    background-size: contain;
    background-position: center;
    background-blend-mode: luminosity;
}

div#wrap:not(.top) header#page_title div#header > div.d_flex{
    opacity: 0;
    display: none;
    pointer-events: none;
}

div#wrap:not(.top) div#nav_menu{
    display: block !important;
}

div#wrap:not(.top) div#nav_menu .l-header__toggle{
    right: 3%;
    cursor: pointer;
}

div#filter_white h2{
    font-size: 37px;
}

div.intro_title, h2.intro_sub_title{
    display: none;
}

.l-menu__contact a {
    color: white;
}

.l-menu__item a span{
    font-size: 32px;
}

#page8 div.txt_center a{
        padding: 20px 10px;
    display: block;
    background-color: red;
    max-width: 300px;
    margin: auto;
    color: white;
}

.border_color2, .hvr_border_color2:hover {
    border-color: #000000;
}

.cms_title:after {
    border-bottom: 2px solid #000000;
}

.top_contents1_img, .top_contents2_img {
    height: 100.5%;
}

.linkStyle{
color: #ff3130;
}

#cms_7-a .bg_color4, #cms_7-a .cate_box{
    background-color: white;
}

#cms_5-b .cate_box .arrow i:before, .cms_5-b .cate_box .arrow i:before {
    content: "▷" !important;
}

.fa-brands:before, .fa-regular:before, .fa-solid:before, .fa:before, .fab:before, .far:before, .fas:before {
    content: "▷" !important;
    content: "▷" !important;
}

ul#pc_nav li a{
    text-shadow: #FCDC01 2px 0px 0px, #FCDC01 -2px 0px 0px, #FCDC01 0px -2px 0px, #FCDC01 0px 2px 0px, #FCDC01 2px 2px 0px, #FCDC01 -2px 2px 0px, #FCDC01 2px -2px 0px, #FCDC01 -2px -2px 0px, #FCDC01 1px 2px 0px, #FCDC01 -1px 2px 0px, #FCDC01 1px -2px 0px, #FCDC01 -1px -2px 0px, #FCDC01 2px 1px 0px, #FCDC01 -2px 1px 0px, #FCDC01 2px -1px 0px, #FCDC01 -2px -1px 0px, #FCDC01 1px 1px 0px, #FCDC01 -1px 1px 0px, white 1px -1px 0px, #FCDC01 -1px -1px 0px;
}


#top_contents1 h3:before, #top_contents2 h3:before {
    z-index: -1;
}

#top_contents1 h3, #top_contents2 h3 {
    font-weight: bold;
    margin-bottom: 1em;
}

.top_contents1_box, .top_contents2_box {
    background-color: #e60011;
    padding: 15px 10px;
    border-radius: 10px;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

#wrap {
    background-size: cover;
    background-position: bottom center;
}

.top_contents1_box, .top_contents2_box {
            padding: 30px 20px;
        background-color: rgb(252, 218, 0);
        margin: 20% 5%;
        width: 90% !important;
    }

.top_contents1_box .txt_white, .top_contents2_box .txt_white{
    color: black;
            font-size: 21px;
        font-weight: bold;
}

.top_contents1_box .text, .top_contents2_box .text{
    font-size: 16px;
}

.max {
    width: 100%;
}

#top_message .intro_txt {
    font-size: max(1vw, 27px);
}

#top_message {
    padding: 0;
}

.zuto{
    display: none;
}

.moji_wrap:after {
    display: none;
}

header#vegas:before {
    top: calc(45% + 0px);
    background-size: contain, 55%;
}

.moji_wrap:before {
    height: 300px;
}

#top_contents1 h3::before, #top_contents2 h3::before {
    font-size: 67px;
}

#page8 > div{
        padding: 30px 15px;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

header#vegas:before {
    background-size: contain, 80%;
}

#top_contents1 h3, #top_contents2 h3 {
    line-height: 1.4em;
    margin-bottom: 20px;
}

#top_contents1 h3::before, #top_contents2 h3::before {
        top: -30px;
    }

.moji_wrap:before {
    width: 65%;
    height: 250px;
    top: 80%;
}

#top_message .intro_txt {
    font-size: max(1vw, 16px);
}

.l-menu__item a span {
    font-size: 18px;
}

div#filter_white h2 {
    font-size: 28px;
}

#cms_3-e .box_title1{
    padding-bottom: 0;
}

#cms_3-e .box_title2 {
    text-align: left;
    margin-top: 0px;
    padding-bottom: 15px;
    line-height: 1em;
}

}


/* ---------- スマートフォン ---------- */
@media screen and (max-width: 390px){

header#vegas:before {
    background-size: contain, 62.5%;
    top: calc(45% + 0px);
}

header#vegas {
    height: 80vh !important;
}

}