@charset "UTF-8";

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the main element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd em font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd em font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent sub and sup elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}


/*========= ローディング画面のためのCSS ===============*/
#splash {
  position: fixed;       /* 本体に影響しない */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #106a8f;   /* 背景色 */
  display: flex;         /* 中央寄せの基本 */
  justify-content: center;
  align-items: center;
  z-index: 9999;
  color: #ffffff;
}


#splash-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: "noto-sans-cjk-jp", sans-serif;
font-weight: 900;
font-style: normal;
font-size: 3.5vw;
}


/*========= 画面遷移のためのCSS ===============*/

/*画面遷移アニメーション*/

body{
    background:#106a8f;/*遷移アニメーションと同じ色を指定*/
    height:150vw;
    
}

body.appear{
    background:#ffffff; /*画面を開いた後の背景色を指定*/
	
}

.splashbg{
	position: fixed;
	top: 0;
	right:0;
	bottom:0;
	left: 0;
	border-width: 0px;/*開始はボーダーの太さは0*/
	border-style:solid;
    border-color: #106a8f;/*拡大する四角の色*/
	animation-duration:0.5s;
	animation-fill-mode:forwards;
}

@keyframes backBoxAnime{
	99.9% {/*アニメーション終了ぎりぎりまで*/
        z-index: 2;/*最前面に*/
		border-width: 0px;/*開始はボーダーの太さは0*/
	}
    100%{
       z-index: -1; /*最背面に*/
        border-width: 0px;/*終了はボーダーの太さは0*/
    }
}

/*画面遷移の後現れるコンテンツ設定*/
#container{
    position: relative;
	opacity: 0;/*はじめは透過0に*/
    
}

/*bodyにappearクラスがついたら出現*/
body.appear #container{
	animation-name:PageAnimeAppear;
	animation-duration:1s;
	animation-delay:0.2s;
	animation-fill-mode:forwards;
	opacity: 0;
    
}

@keyframes PageAnimeAppear{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

#slider {
    position: fixed;   /* 画面に固定 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;     /* 画面の高さいっぱい */
    z-index: -1;       /* コンテンツより後ろに */
}


.sub{
	font-family: "noto-sans-cjk-jp", sans-serif;
font-weight: 900;
font-style: normal;
font-size: 4vw;
color: #ffffff;	
}

.toppage{
	height: 100vh;
	width:100vw;
	display: flex;
    justify-content: center; /* 横方向中央 */
    align-items: center;    /* 縦方向中央 */ 
}

header {
    display: flex;
    align-items: center;
    height:8vw;
    width:100vw;
    position:fixed;
    top:0;
    z-index:110;
    font-size:1.7vw;
	 font-family: "nexa", sans-serif;
  font-weight: 600;
  font-style: normal;
 gap: 8vw; /* ← これで均等に隙間をあける */
color: #ffffff;
justify-content:flex-end;
text-shadow: 4px 4px 5px rgba(0,0,0,0.7);

  }

  header a{
    text-decoration: none;
    color:#ffffff;
  }



 

  .insta{
    margin-right: 5vw;
     width: 3.5vw;
   
  }

  .kouken{
   
    
     width: 15vw;
   
    margin-left: 5vw;
  }

  .btn05{
    /*線の基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
    display: inline-block;
    color: #333;
    padding: 10px 20px;
    text-decoration: none;
    outline: none;
    /*アニメーションの指定*/
    transition: all .3s;
    transition-delay: .4s;/*0.7秒遅れてアニメーション*/
}

/*hoverした際の、ボタンの背景とテキスト色の変更*/
.btn05:hover{
	background:#333;
	color: #fff;
}

/*線の設定*/
.btn05 span{
    display: block;
}

/*横線の設定*/
.btn05::before,
.btn05::after{
    content:"";
    /*絶対配置で線の位置を決める*/   
    position: absolute;
    /*線の形状*/   
    width: 1.5px;
    height: 1.5px;
    background: #333;
    /*アニメーションの指定*/
    transition: all 0.2s linear;
}

/*縦線の設定*/
.btn05 span::before,
.btn05 span::after{
    content:"";
    /*絶対配置で線の位置を決める*/   
    position: absolute;
    /*線の形状*/
    width:1px;
    height:0;
    background: #333;
    /*アニメーションの指定*/
    transition: all 0.2s linear;
}

/*hoverした際、線が縦横100%伸びる*/
.btn05:hover::before,
.btn05:hover::after{
    width: 100%;
}
.btn05:hover span::before,
.btn05:hover span::after{
    height: 100%;
}

/*== 左上と右下から枠線が伸びて塗に */

/*横線が0.2秒送れて出現*/

.bordercircle1::before{
    right: 0;
    top: 0;
    transition-delay: 0.2s;
}
.bordercircle1::after{
    left: 0;
    bottom: 0;
    transition-delay: 0.2s;
}

/*縦線が出現*/
.bordercircle1 span::before{
    left: 0;
    top: 0;
}
.bordercircle1 span::after{
    right: 0;
    bottom: 0;
}




h1{
    font-size:7vw;
	font-family: "nexa", sans-serif;
  font-weight: 600;
  font-style: normal;
color: #ffffff;
margin-top: 10vw;
text-shadow: 4px 4px 5px rgba(0,0,0,0.7);
margin-bottom: 3vw;
text-align: center;


}

h2{
      font-size:2.5vw;
	font-family: "noto-sans-cjk-jp", sans-serif;
font-weight: 900;
font-style: normal;
color: #ffffff;
margin-top: 1.5vw;
}



.evevega{
  width: 70vw;
  height: 35vw;
  background-color: #512DA7;
  margin-left: 13.5vw;
  margin-bottom: 7vw;
  box-shadow: 2vw 2vw #FF97F8;
  display: flex;
  border-radius: 2vw;
}

.eveal{
  width: 70vw;
  height: 35vw;
  background-color: #3B3B3B;
  margin-left: 13.5vw;
  margin-bottom: 7vw;
  box-shadow: 2vw 2vw #939393;
  display: flex;
  border-radius: 2vw;
  
}

.evedene{
  width: 70vw;
  height: 35vw;
  background-color: #8C211D;
  margin-left: 13.5vw;
  margin-bottom: 7vw;
  box-shadow: 2vw 2vw #FFF5D0;
  display: flex;
  border-radius: 2vw;
}

.vegasenzai{
  width: 17vw;
    box-shadow: 1vw 1vw #FF97F8;
    margin-left: 5vw;
    margin-top: 4.5vw;
    margin-bottom: 4.5vw;
    border-radius: 1.5vw;
}

.altasenzai{
  width: 17vw;
  box-shadow: 1vw 1vw #939393;
 margin-left: 5vw;
  margin-top: 4.5vw;
  margin-bottom: 4.5vw;
  border-radius: 1.5vw;
}

.denesenzai{
  width: 17vw;
  box-shadow: 1vw 1vw #FFF5D0;
  margin-left: 5vw;
  margin-top: 4.5vw;
  margin-bottom: 4.5vw;
  border-radius: 1.5vw;
}

.vegalogo{
  width: 33vw;
    position: absolute;
    left: 43vw;
    top: 11vw;
}

.altalogo{
     width: 33vw;
    position: absolute;
    left: 43vw;
    top: 59vw;
}
  


.denelogo{
      width:28vw;
    position: absolute;
    left: 46vw;
    top: 96vw;
}

.vegasyousai{
  font-size:2.5vw;
	font-family: "noto-sans-cjk-jp", sans-serif;
font-weight: 900;
font-style: normal;
color: #ffffff;
margin-left: 4vw;
margin-top: 22vw;


}

.altasyousai{
  font-size:2.5vw;
	font-family: "noto-sans-cjk-jp", sans-serif;
font-weight: 900;
font-style: normal;
color: #ffffff;
margin-left: 4vw;
margin-top: 22vw;

}

.denesyousai{
  font-size:2.5vw;
	font-family: "noto-sans-cjk-jp", sans-serif;
font-weight: 900;
font-style: normal;
color: #ffffff;
margin-left: 4vw;
margin-top: 22vw;

}


    .onigiri {
       width: 100vw;
    max-width: 650px;  /* 最大300pxまで */
  position: fixed;
  bottom: 0;
  left: 50%; /* 中央寄せに修正（30%だと微妙にズレる） */
  transform: translateX(-50%);
  z-index: 130;
  border-radius: 20px;
  padding: 10px;
  opacity: 0;
  animation: sushiAppear 1s ease-in-out forwards;
  animation-delay: 5s;
}

.onigiri img {
  width: 100%;
  height: auto;
  display: block;
}



/* フェードインアニメーション */
@keyframes sushiAppear {
  0% { opacity: 0; }
  100% { opacity: 1; }
}