@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300..700&family=Shippori+Mincho:wght@400;500;600&display=swap');


/*--- ローディング画面 ---*/

/*#loading {
    display: none;
}

.first #loading {
    display: block;
}*/

#splash {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #003b4f 50%, #91001d 50%);
    z-index: 9999999;
    /*text-align:center;
    color:#fff;
    font-size: 150%;*/
}

#splash-logo {
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: clamp(320px, 35%, 474px);*/
    /*height: 50px;*/
}

#splash-logo {
    display: flex;
    width: 100%;
    height: 100vh;
}

#splash-logo .logoBoxInner {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

#splash-logo .logoBoxInner img {
    width: clamp(90px, 26%, 190px);*/
    height: auto;
    display: block;
}

/* 画面遷移のためのCSS */

body{
    background-image: linear-gradient(90deg, #003b4f 50%, #91001d 50%);/*遷移アニメーションと同じ色を指定*/
}

body.appear{
    background:#fff;/*画面を開いた後の背景色を指定*/
}

/*画面遷移アニメーション*/
.splashbg1,
.splashbg2{
    display: none;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg1,
body.appear .splashbg2{
    display:block;
}

/*右に消えるエリア*/
body.appear .splashbg1{
    animation-name:PageAnime;
    animation-duration:1s;
    animation-timing-function:ease-in-out;
    animation-fill-mode:forwards;
    content: "";
    position:fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
    left:50%;
    transform: scaleX(1);
    background-color: #91001d;/*伸びる背景色の設定*/
}

@keyframes PageAnime{
  0% {
    transform-origin:left;
    transform:scaleX(1);
  }
  50% {
    transform-origin:right;
  }
  100% {
    transform-origin:right;
    transform:scaleX(0);
  }
}

/*左に消えるエリア*/
body.appear .splashbg2{
    animation-name:PageAnime2;
    animation-duration:1s;
    animation-timing-function:ease-in-out;
    animation-fill-mode:forwards;
    content: "";
    position:fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
    right:50%;
    transform: scaleX(1);
    background-color: #003b4f;/*伸びる背景色の設定*/
}

@keyframes PageAnime2{
  0% {
    transform-origin:right;
    transform:scaleX(1);
  }

  50% {
    transform-origin:left;
  }
  100% {
    transform-origin:left;
    transform:scaleX(0);
  }
}

/*画面遷移の後現れるコンテンツ設定*/
#containerInner,
#header {
    opacity: 0;/*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #containerInner,
body.appear #header {
    animation-name:PageAnimeAppear;
    animation-duration:1s;
    animation-delay:0.1s;
    animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes PageAnimeAppear{
    0% {
    opacity: 0;
    }
    100% {
    opacity: 1;
    }
}

/* 2回目以降、ローディング表示無し_ローディング背景表示無し */
.not-first #splash,
body.not-first.appear .splashbg1,
body.not-first.appear .splashbg2 {
    display: none !important;
}

/* 真っ白防止（2回目以降は即表示） */
.not-first body.appear #containerInner {
    opacity: 1 !important;
    animation: none !important;
}

/* 念のため #splash の非表示を再強調 */
.not-first #splash,
.not-first .splashbg1,
.not-first .splashbg2 {
    display: none !important;
}

.bgWhite {
    background: #fff;
}

.bgw01 {
    padding: 8px 0 50px 0;
}

/*#container {
    padding-top: 130px;
}*/

#wrapper {
    margin-bottom: 0;
}

.pc-none {
    display: none;
}

.sp-none {
    display: block;
}

#grapes ul, #grapes p, #grapes dl{ margin-bottom: 0;}
#grapes p{ line-height: 1.6;}
#grapes dd{ margin-left: 0;}

#grapes {
	width: 100%;
    overflow: hidden;
	position: relative;
	color: #000;
	font-family: "Shippori Mincho", serif;
    letter-spacing: 0.3em;
	font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
}

#grapes .en {
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

#grapes img { 
    width: 100%; 
    vertical-align: bottom; 
    -webkit-backface-visibility: hidden; 
    backface-visibility: hidden;
}

#grapes .deco {
    position: absolute;
    top: 0;
}

#grapes a {
    transition: .3s;
}

#grapes a:hover {
    text-decoration: none;
}


/*--- mv ---*/

#grapes #mv {
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
}

#grapes #mv .start {
    width: 13%;
    top: auto;
    bottom: 5.3%;
    left: 0;
    right: 0;
    margin: auto;
}

#grapes #mv .mvInner {
    position: relative;
    display: flex;
}

#grapes #mv .mvInner .mvBox {
    width: 50%;
    position: relative;
}

#grapes #mv .mvInner .mvBox .title {
    width: 58.6%;
    top: auto;
    bottom: 20px;
    left: 21%;
    margin: 0;
}

#grapes #mv .mvInner .mvBox .copy {
    width: 13.3%;
    right: 6%;
    top: 4%;
}

#grapes #mv .mvInner .mvBox .mv_icon {
    width: 20%;
    top: auto;
    bottom: 30%;
    left: 8%;
}

#grapes #mv .mvInner .mvBox.queen-rougeMv .title {
    left: auto;
    right: 21%;
}

#grapes #mv .mvInner .mvBox.queen-rougeMv .copy {
    right: auto;
    left: 6%;
}

#grapes #mv .mvInner .mvBox.queen-rougeMv .mv_icon {
    left: auto;
    right: 8%;
}


/*--- message ---*/

#grapes #message {
    padding: 100px;
    text-align: center;
}

#grapes #message .title {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: .13em;
    text-indent: .13em;
    padding-bottom: 35px;
    margin-bottom: 25px;
    text-align: center;
    display: inline-block;
    border-bottom: 1px solid;
}

#grapes #message .title span {
    font-size: 23px;
    display: block;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

#grapes #message .title span:before {
    position: absolute;
    content: "";
    width: 43%;
    height: 1px;
    background-color: #000;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#grapes #message .title span:after {
    position: absolute;
    content: "";
    width: 43%;
    height: 1px;
    background-color: #000;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#grapes #message .txt {
    font-size: 18px;
    text-align: center;
}


/* タブ切替 */
.tabsInner {
    max-width: 1025px;
    width: 90%;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

/* タブ切り替え全体のスタイル*/
.tabs {
    width: 100%;
    margin: 0 auto;
}

/* タブのスタイル */
.tab_item {
    width: 49%;
    max-width: 500px;
    height: 120px;
    background: #003b4f;
    transition: all 0.2s ease;
    cursor: pointer;
    position: relative;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    position: relative;
    padding: 10px;
    padding-bottom: 0;
}

.tab_item:before {
    position: absolute;
    content: "";
    width: 124px;
    height: 92px;
    top: -52px;
    left: 0;
    right: 0;
    margin: auto;
    background: url("../images/menu/grapes/tab_shine-muscat.png") center center / 100% 100% no-repeat;
}

.tab_item span.titBox {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    letter-spacing: 0;
    text-align: center;
}

.tab_item .tit {
    color: #fff;
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
    text-align: center;
    letter-spacing: .13em;
    display: block;
    transition: .3s;
}

.tab_item .tit .en {
    font-weight: 500;
    font-size: 17px;
    position: relative;
    margin-bottom: 12px;
    line-height: 1;
    display: inline-block;
    transition: .3s;
}

/*.tab_item .tit .en:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: url("../images/menu/grapes/tab_circle.svg") center center / 100% 100% no-repeat;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.tab_item .tit .en:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: url("../images/menu/grapes/tab_circle.svg") center center / 100% 100% no-repeat;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}*/

/*.tab_item.current,*/
.tab_item.tab2:hover {
    background: #ba4a61;
}

.tab_item.tab1:hover {
    background: #548595;
}

.tab_item.tab1.current:hover {
    background: #003b4f;
}

.tab_item:not(.current):hover {
    transform: translate(0, 4px);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
}

.tab_item:not(.current):hover .tit {
    /*letter-spacing: .3em;*/
}
.tab_item:not(.current):hover .tit .en {
    /*letter-spacing: .3em;*/
}

/*.tab_item.current .tit,*/
.tab_item:hover .tit {
}


/* クイーンルージュ */
.tab_item.tab2,
.tab_item.tab2.current:hover {
    background: #91001d;
}

.tab_item.tab2:before {
    background: url("../images/menu/grapes/tab_queen-rouge.png") center center / 100% 100% no-repeat;
}

.tab_item.tab2 .tit {
}


/* タブ切り替えの中身のスタイル */
.tab_content {
    /*display: none;*/
    clear: both;
    overflow: hidden;
    border-top: 5px solid #003b4f;
    position: relative;
}

.tab_item a {
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #fff;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom: 0;
}

.tab_item.current a {
    cursor: default;
}

#tabBox {
    padding-top: 250px;
    margin-top: -250px;
}


/*------------------------ シャインマスカット ------------------------*/

#grapes .shine-muscatAreaInner {
    background: url("../images/menu/grapes/bg_shine-muscat.jpg") top center / cover no-repeat;
    color: #003b4f;
}

#grapes .tab_content .shop {
    width: min(1250px, 90%);
    margin: 0 auto;
    padding: 100px 0 90px;
    position: relative;
}

/*#grapes .tab_content .shop .title {
    text-align: center;
    width: 39.2%;
    margin: 0 auto 25px;
}*/

#grapes .tab_content .shop .title {
    font-size: min(60px, 4vw);
    letter-spacing: .4rem;
    line-height: 1;
    text-align: center;
    width: 39%;
    margin: 0 auto 25px;
    position: relative;
}

#grapes .tab_content .shop .title:before {
    position: absolute;
    content: "";
    width: 36px;
    height: 100%;
    background: url("../images/menu/grapes/only_shine-muscat_left.svg") bottom center / 37px 45px no-repeat;
    left: 0;
    bottom: 0;
}

#grapes .tab_content .shop .title:after {
    position: absolute;
    content: "";
    width: 36px;
    height: 100%;
    background: url("../images/menu/grapes/only_shine-muscat_right.svg") bottom center / 37px 45px no-repeat;
    right: 0;
    bottom: 0;
}

#grapes .tab_content .shop .shopBtn a {
    display: block;
    width: max(300px, 40%);
    padding: 22px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    background-color: #003b4f;
    border-radius: 40px;
}

#grapes .tab_content .shop .shopBtn a .icon {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

#grapes .tab_content .shop .shopBtn a .text {
    font-size: 20px;
    color: #fff;
    transition: .3s;
}


/* 遷移用、下部タブ */

#grapes .tabsInnerUnder {
    margin: 200px 0 120px;
}

#grapes .tabsInnerUnder .tab_item {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-bottom: 10px;
    height: 140px;
}

#grapes .tabsInnerUnder .tab_item a {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom: 1px solid #fff;
}


/* deco */
#grapes .shine-muscatAreaInner .bgdeco {
    width: 64%;
}

#grapes .shine-muscatAreaInner .shine_bg01 {
    top: -10%;
    left: -56%;
}

#grapes .shine-muscatAreaInner .shine_bg02 {
    top: -18%;
    right: -33%;
}

#grapes .shine-muscatAreaInner .shine_bg03 {
    top: 53%;
    right: -36%;
    z-index: -1;
}

#grapes .shine-muscatAreaInner .shine_bg04 {
    top: 45%;
    left: -32%;
    z-index: -1;
}

#grapes .shine-muscatAreaInner .shine_bg05 {
    top: 48%;
    right: -39%;
    z-index: -1;
}


/* menuBox */
#grapes .tab_content .menuBox {
    position: relative;
    max-width: 1250px;
    margin: 0 auto;
    padding: 70px 0 100px;
    z-index: 0;
}

#grapes .tab_content .menuBox:last-child {
    padding-bottom: 200px;
}

#grapes .tab_content .menuBox .bgen {
    top: 0;
    right: 0;
    font-size: 220px;
    font-weight: 300;
    line-height: 1;
    color: rgb(0 59 79 / 8%);
}

#grapes .tab_content .menuBox .menuBoxInner {
    display: flex;
    justify-content: center;
    align-items: center;
}

#grapes .tab_content .menuBox .menuBoxInner .imgBox {
    width: 50%;
    margin-right: 60px;
    position: relative;
}

#grapes .tab_content .menuBox .menuBoxInner .imgBox:before,
#grapes .tab_content .menuBox .menuBoxInner .imgBox:after {
    position: absolute;
    content: "";
    width: 390px;
    height: 100%;
    z-index: -1;
}

#grapes .tab_content .menuBox:nth-child(odd) .menuBoxInner .imgBox:before {
    background: url("../images/menu/grapes/shine-muscat_menu_deco_01.png") center center / contain no-repeat;
    left: -20%;
    top: -25%;
}

#grapes .tab_content .menuBox:nth-child(odd) .menuBoxInner .imgBox:after {
    background: url("../images/menu/grapes/shine-muscat_menu_deco_02.png") center center / contain no-repeat;
    right: -23%;
    bottom: -39%;
}

#grapes .tab_content .menuBox:nth-child(even) .menuBoxInner .imgBox:before {
    background: url("../images/menu/grapes/shine-muscat_menu_deco_03.png") center center / contain no-repeat;
    right: -14%;
    top: -35%;
}

#grapes .tab_content .menuBox:nth-child(even) .menuBoxInner .imgBox:after {
    background: url("../images/menu/grapes/shine-muscat_menu_deco_04.png") center center / contain no-repeat;
    left: -22%;
    bottom: -39%;
}

#grapes .tab_content .menuBox .menuBoxInner .imgBox .mini {
    left: -40px;
    top: auto;
    bottom: 0;
    width: 20.5%;
}

#grapes .tab_content .menuBox .menuBoxInner .txtBox {
    /*width: calc(100% - (50% + 60px));*/
    position: relative;
}

#grapes .tab_content .menuBox .menuBoxInner .txtBox .number {
    font-size: 65px;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 20px;
}

#grapes .tab_content .menuBox .menuBoxInner .txtBox .copy {
    font-size: 18px;
    margin-bottom: 20px;
}

#grapes .tab_content .menuBox .menuBoxInner .txtBox .name {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 15px;
}

#grapes .tab_content .menuBox .menuBoxInner .txtBox .price {
    font-size: 24px;
}

#grapes .tab_content .menuBox .menuBoxInner .txtBox .price span {
    font-size: 80%;
}

#grapes .tab_content .menuBox .menuBoxInner .txtBox .more a {
    font-size: 25px;
    text-align: center;
    color: #fff;
    padding: 16px 50px;
    background-color: #003b4f;
    border-radius: 40px;
    margin-top: 35px;
    display: inline-block;
    width: 200px;
}

#grapes .tab_content .menuBox:nth-child(even) .menuBoxInner {
    flex-direction: row-reverse;
}

#grapes .tab_content .menuBox:nth-child(even) .menuBox .bgen {
    left: 0;
    right: auto;
}

#grapes .tab_content .menuBox:nth-child(even) .menuBoxInner .imgBox {
    margin-right: 0;
    margin-left: 60px;
}

#grapes .tab_content .menuBox:nth-child(even) .menuBoxInner .txtBox {
    text-align: right;
}

#grapes .tab_content .shop .shopBtn a:hover,
#grapes .tab_content .menuBox .menuBoxInner .txtBox .more a:hover {
    background-color: #548595;
    /*letter-spacing: .3em;*/
    transform: translate(0, 4px);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
}

#grapes .tab_content .shop .shopBtn a:hover .text {
    /*letter-spacing: .3em;*/
}


/*------------------------ クイーンルージュ ------------------------*/

#grapes .queen-rougeAreaInner {
    background: url("../images/menu/grapes/bg_queen-rouge.jpg") top center / 100% repeat-y;
    color: #fff;
}

#grapes .tab_content#queen-rougeArea {
    border-top: 5px solid #be3446;
}

#grapes .tab_content#queen-rougeArea .shop .title:before {
    background: url("../images/menu/grapes/only_queen-rouge_left.svg") bottom center / 37px 45px no-repeat;
}

#grapes .tab_content#queen-rougeArea .shop .title:after {
    background: url("../images/menu/grapes/only_queen-rouge_right.svg") bottom center / 37px 45px no-repeat;
}

#grapes .tab_content#queen-rougeArea .shop .shopBtn a {
    background-color: #fff;
}

#grapes .tab_content#queen-rougeArea .shop .shopBtn a .text {
    color: #d24183;
}

#grapes .tab_content#queen-rougeArea .shop .shopBtn a:hover {
    background-color: #ba4a61;
}

#grapes .tab_content#queen-rougeArea .shop .shopBtn a:hover .text {
    color: #fff;
}


/* deco */
#grapes .queen-rougeAreaInner .bgdeco {
    width: 7.2%;
    animation: flashing 6s infinite linear;
}

@keyframes flashing {
    0% {
        opacity: 1;
    }
    70% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#grapes .queen-rougeAreaInner .queen_bg01 {
    top: 40%;
    left: 3%;
}

#grapes .queen-rougeAreaInner .queen_bg02 {
    top: auto;
    bottom: 22%;
    right: -2%;
    animation-delay: .3s;
}

#grapes .queen-rougeAreaInner .queen_bg03 {
    top: auto;
    bottom: 18%;
    left: 0%;
    animation-duration: 4s;
}


/* menuBox */
#grapes .tab_content#queen-rougeArea .menuBox .bgen {
    color: rgb(255 255 255 / 6%);
}

#grapes .tab_content#queen-rougeArea .menuBox .menuBoxInner .txtBox .more a {
    background-color: #fff;
    color: #d24183;
}

#grapes .tab_content#queen-rougeArea .menuBox .menuBoxInner .txtBox .more a:hover {
    background-color: #ba4a61;
    color: #fff;
}

#grapes .tab_content#queen-rougeArea .menuBox:nth-child(odd) .menuBoxInner .imgBox:before {
    background: url("../images/menu/grapes/queen-rouge_menu_deco_01.png") center center / contain no-repeat;
    left: -20%;
    top: -25%;
}

#grapes .tab_content#queen-rougeArea .menuBox:nth-child(odd) .menuBoxInner .imgBox:after {
    background: url("../images/menu/grapes/queen-rouge_menu_deco_02.png") center center / contain no-repeat;
    right: -23%;
    bottom: -39%;
}

#grapes .tab_content#queen-rougeArea .menuBox:nth-child(even) .menuBoxInner .imgBox:before {
    background: url("../images/menu/grapes/queen-rouge_menu_deco_03.png") center center / contain no-repeat;
    right: -14%;
    top: -35%;
}

#grapes .tab_content#queen-rougeArea .menuBox:nth-child(even) .menuBoxInner .imgBox:after {
    background: url("../images/menu/grapes/queen-rouge_menu_deco_04.png") center center / contain no-repeat;
    left: -22%;
    bottom: -39%;
}


/*--- sns ---*/

#grapes #sns {
    padding: 130px 0;
    position: relative;
}

#grapes #sns:before {
    background: #6ed3cd;
    mix-blend-mode: multiply;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#grapes #queen-rougeArea #sns:before {
    background: #c05b00;
}

#grapes #sns .snsList {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 350px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

#grapes #sns .snsList li a {
    display: block;
    width: 50px;
    height: 50px;
    transition: .3s ease;
}

#grapes #sns .snsList li a img {
    display: block;
    width: 100%;
    height: auto;
}

#grapes #sns .snsList li a:hover {
    transform: scale(1.1);
}


/*--- bnrArea ---*/

#grapes .bnrArea {
    position: relative;
}

#grapes .bnrArea .inr {
    overflow: hidden;
    width: min(900px, 85%);
    margin: 50px auto 120px;
    border-radius: 25px;
}

#grapes .bnrArea .inr a {
    transition: 0.4s;
}

#grapes .bnrArea .inr a img {
    transition: 0.4s;
}

#grapes .bnrArea .inr a:hover img {
    /*transform: translate(0, 4px);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
    border-radius: 25px;*/
}


/*--- メニュー注記 ---*/

#grapes .note2 {
    width: min(900px, 90%);
    margin: 0 auto 80px;
}

#grapes .noteBox.note2 ul {
    background-color: rgb(255 255 255 / 50%);
    padding: 30px;
}

#grapes .queen-rougeAreaInner .noteBox.note2 ul {
    background-color: #ba4a61;
}

#grapes .noteBox ul li {
    font-size: 16px;
    text-align: justify;
    padding-left: 1.5em;
    position: relative;
}

#grapes .noteBox ul li:nth-child(n+2) {
    margin-top: 10px;
}

#grapes .noteBox ul li:before {
    position: absolute;
    content: "※";
    top: 0;
    left: 0;
}

#grapes .tab_content .shop .note1 {
    text-align: center;
    margin-top: 25px;
}

#grapes .noteBox.note1 ul li {
    display: inline;
}


/*-------------------------------------------
Animation
-------------------------------------------*/

/*.out {
    opacity: 0;
    transform: translateY(50px);
}

.in {
    opacity: 1;
    transform: translateY(0);
    transition: all 2s ease;
}*/

#grapes .slideIn,
#grapes .fadein {
	opacity: 0;
}

#grapes .in .slideIn,
#grapes .in.slideIn {
	animation: slideIn 1.5s ease forwards;
}

#grapes .in .fadein,
#grapes .in.fadein {
	animation: fadein 2s ease forwards;
}

#grapes .no3.in .slideIn {
    animation-delay: 1.2s;
}

@keyframes slideIn {
	0% { transform: translate(0,10%); opacity: 0;}
	100% { transform: translate(0,0); opacity: 1;}
}
@keyframes fadein {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

#grapes .slideInUp {
    opacity: 0;
}

#grapes .in .slideInUp,
#grapes .in.slideInUp {
    animation: slideInUp .5s ease forwards;
}

#grapes .titleBox.in .slideInUp {
    animation-delay: 0s;
}

@keyframes slideInUp {
    0% { transform: translate(0,-15%); opacity: 0;}
    100% { transform: translate(0,0); opacity: 1;}
}

#grapes .clip01 {
    clip-path: inset(0 0 100% 0);
}

#grapes .clip02 {
    clip-path: inset(0 100% 0 0);
}

#grapes .in .clip02,
#grapes .in.clip02 {
    animation: clip02 .8s ease forwards;
}

#grapes #message .title.clip02 {
    animation-delay: .2s;
}

@keyframes clip01 {
	0% { clip-path: inset(0 0 100% 0); }
	100% { clip-path: inset(0 0 0 0); }
}
@keyframes clip02 {
	0% { clip-path: inset(0 100% 0 0); }
	100% { clip-path: inset(0 0 0 0); }
}

#grapes .menuBoxInner.out .clipcicle {
    opacity: 0;
    clip-path: circle(0% at 50% 50%);
    transition: clip-path 0.6s cubic-bezier(0.62, 0.04, 0.58, 1) .2s, opacity 0.6s;
}

#grapes .menuBoxInner.out.in .clipcicle {
    opacity: 1;
    clip-path: circle(150% at 50% 50%);
}

@keyframes kaiten{
  0% { transform:rotateY(270deg); opacity: 0; }
  100% { transform:rotateY(360deg); opacity: 1; }
}

.pon {
    opacity: 0;
}

.in .pon,
.in.pon {
    animation: pon 0.6s cubic-bezier(0.680, -0.550, 0.265, 1.550) both;
}

#grapes .shop.in .title.pon {
    animation-delay: .2s;
}

@keyframes pon {
  0% { transform: scale(0.5); opacity: 0;}
  100% { transform: scale(1); opacity: 1;}
}

#grapes .tab_content .menuBox .menuBoxInner .imgBox:before,
#grapes .tab_content .menuBox .menuBoxInner .imgBox:after{
    opacity: 0;
}

#grapes .tab_content .menuBox:nth-child(even) .menuBoxInner.in .imgBox:before{
    animation: slideinToRT 0.8s ease-in-out 0.3s forwards;
}
@keyframes slideinToRT {
    0% { transform: translate(-20%,20%); opacity: 0;}
    100% { transform: translate(0,0); opacity: 1;}
}

#grapes .tab_content .menuBox:nth-child(even) .menuBoxInner.in .imgBox:after{
    animation: slideinToLB 0.8s ease-in-out 0.3s forwards;
}
@keyframes slideinToLB {
    0% { transform: translate(20%,-20%); opacity: 0;}
    100% { transform: translate(0,0); opacity: 1;}
}

#grapes .tab_content .menuBox:nth-child(odd) .menuBoxInner.in .imgBox:before{
    animation: slideinToLT 0.8s ease-in-out 0.3s forwards;
}
@keyframes slideinToLT {
    0% { transform: translate(20%,20%); opacity: 0;}
    100% { transform: translate(0,0); opacity: 1;}
}

#grapes .tab_content .menuBox:nth-child(odd) .menuBoxInner.in .imgBox:after{
    animation: slideinToRB 0.8s ease-in-out 0.3s forwards;
}
@keyframes slideinToRB {
    0% { transform: translate(-20%,-20%); opacity: 0;}
    100% { transform: translate(0,0); opacity: 1;}
}



/*--- delay ---*/
#grapes .delay02{ animation-delay: 0.2s !important;}
#grapes .delay04{ animation-delay: 0.4s !important;}
#grapes .delay06{ animation-delay: 0.6s !important;}
#grapes .delay08{ animation-delay: 0.8s !important;}
#grapes .delay10{ animation-delay: 1.0s !important;}
#grapes .delay12{ animation-delay: 1.2s !important;}
#grapes .delay14{ animation-delay: 1.4s !important;}
#grapes .delay16{ animation-delay: 1.6s !important;}





/*-------------------------------------------
ONLY PC & HOVER
-------------------------------------------*/
@media only screen and (min-width: 1080px){

    #grapes img,
    #grapes #mv {
    	-webkit-backface-visibility: hidden;
    	backface-visibility: hidden;
    	image-rendering: crisp-edges;
    	image-rendering: -webkit-optimize-contrast;
    }

    #grapes .bnrArea .inr a:hover img{
        transform: scale(1.05);
    }
	
}





/*-------------------------------------------
Under 1080px
-------------------------------------------*/
@media only screen and (max-width: 1080px){

    #grapes .tab_content .menuBox .bgen {
        left: 0;
        margin: auto;
        font-size: 20vw;
        text-align: center;
    }

    #grapes .tab_content#queen-rougeArea .menuBox .bgen {
        font-size: 16vw;
    }

    #grapes .tab_content .menuBox .menuBoxInner {
        display: block;
    }

    #grapes .tab_content .menuBox .menuBoxInner .imgBox,
    #grapes .tab_content .shine-muscatAreaInner .menuBox:nth-child(even) .menuBoxInner .imgBox,
    #grapes .tab_content .queen-rougeAreaInner .menuBox:nth-child(even) .menuBoxInner .imgBox {
        margin: 0 auto 40px;
    }

    #grapes .tab_content .menuBox .menuBoxInner .txtBox,
    #grapes .tab_content .shine-muscatAreaInner .menuBox:nth-child(even) .menuBoxInner .txtBox,
    #grapes .tab_content .queen-rougeAreaInner .menuBox:nth-child(even) .menuBoxInner .txtBox {
        text-align: center;
    }

}





/*-------------------------------------------
Tablet
-------------------------------------------*/
@media only screen and (max-width: 900px){

    /*--- message ---*/

    #grapes #message {
        width: 90%;
        margin: 0 auto;
        padding: 70px 0;
    }

    #grapes #message .title {
        font-size: 30px;
        display: block;
    }

    #grapes #message .title span {
        font-size: 15px;
    }

    #grapes #message .txt {
        font-size: 14px;
        width: 90%;
        margin: 0 auto;
    }


    /* タブ切替 */

    .tab_item {
        height: 100px;
    }

    .tab_item .tit {
        font-size: 20px;
    }

    .tab_item:before,
    .tab_item.tab2:before {
        background-size: 90%;
    }


    /*------------------------ シャインマスカット ------------------------*/

    #grapes .tab_content .shop .title {
        font-size: 40px;
        width: 8.7em;
    }

    #grapes .tab_content .shop .title:before,
    #grapes .tab_content .shop .title:after {
        width: 37px;
        height: 37px;
    }

    #grapes .tab_content .shop .shopBtn a {
        padding: 18px;
    }

    #grapes .tab_content .shop .shopBtn a .icon {
        width: 28px;
        height: 28px;
    }

    #grapes .tab_content .shop .shopBtn a .text {
        font-size: 18px;
    }

    #grapes .tab_content .shop .note1 {
        margin-top: 15px;
    }

    #grapes .noteBox ul li {
        font-size: 14px;
    }


    /*------------------------ クイーンルージュ ------------------------*/

    /* beginning */
    #grapes .tab_content#queen-rougeArea #beginning {
        display: block;
        border-radius: 30px;
        padding: 50px 50px;
    }

    #grapes .tab_content#queen-rougeArea #beginning .imgBox {
        width: 40%;
        margin: 0 auto;
    }

    #grapes .tab_content#queen-rougeArea #beginning .txtBox {
        width: 100%;
    }

    #grapes .tab_content#queen-rougeArea #beginning .txtBox .title {
        font-size: 35px;
        text-align: center;
    }





}





/*-------------------------------------------
SP
-------------------------------------------*/
@media only screen and (max-width: 600px){

    .pc-none {
        display: block;
    }

    .sp-none {
        display: none;
    }

    /*#container {
        padding-top: 60px;
    }*/

    .bgw01 {
        padding: 0px 0 1px 0;
    }

    #grapes #message .txt,
    #grapes .tab_content .shop .note,
    #grapes .tab_content#queen-rougeArea #beginning .txtBox .text,
    #grapes .note2,
    #grapes .noteBox ul li {
        line-height: 1.6;
        letter-spacing: .2em;
    }


    /*--- ローディング画面 ---*/

    /*#splash {
        background-image: linear-gradient(180deg, #003b4f 50%, #91001d 50%);
    }*/

    /* 画面遷移のためのCSS */
    body{
        /*background-image: linear-gradient(180deg, #003b4f 50%, #91001d 50%);*//*遷移アニメーションと同じ色を指定*/
        /*height: 100vh;*/
    }

    /*右に消えるエリア*/
    /*body.appear .splashbg1{
        width: 100%;
        height: 100vh;
        top: 50%;
        left:auto;
        transform: scaleY(1);
    }

    @keyframes PageAnime{
      0% {
        transform-origin:left;
        transform:scaleY(1);
      }
      50% {
        transform-origin:right;
      }
      100% {
        transform-origin:right;
        transform:scaleY(0);
      }
    }*/

    /*左に消えるエリア*/
    /*body.appear .splashbg2{
        width: 100%;
        height: 100vh;
        top: auto;
        bottom: 50%;
        right:auto;
        transform: scaleY(1);
    }

    @keyframes PageAnime2{
      0% {
        transform-origin:right;
        transform:scaleY(1);
      }

      50% {
        transform-origin:left;
      }
      100% {
        transform-origin:left;
        transform:scaleY(0);
      }
    }

    #splash-logo {
        width: 50%;
    }*/


    /*--- mv ---*/

    #grapes #mv .mvInner .mvBox .mv_en {
        width: 11%;
    }

    #grapes #mv .mvInner .mvBox .title {
        width: 90%;
        top: 21%;
        left: 5%;
    }

    #grapes #mv .mvInner .mvBox .copy {
        width: 90%;
        left: 5%;
        top: auto;
        bottom: 5%;
    }

    #grapes #mv .mvInner .mvBox .mv_icon {
        width: 32%;
        bottom: auto;
        top: 9%;
        left: 7%;
    }

    #grapes #mv .mvInner .mvBox.queen-rougeMv .title {
        right: 5%;
    }

    #grapes #mv .mvInner .mvBox.queen-rougeMv .copy {
        right: 5%;
    }

    #grapes #mv .start {
        width: 23%;
        top: 3%;
        bottom: auto;
    }


    /*--- message ---*/

    #grapes #message {
        padding: 50px 0 60px;
    }

    #grapes #message .title {
        font-size: 25px;
        padding-bottom: 15px;
    }

    #grapes #message .title span:before,
    #grapes #message .title span:after {
        width: 35%;
    }

    #grapes #message .title span {
        font-size: 14px;
        margin-bottom: 15px;
    }

    #grapes #message .txt {
        text-align: justify;
    }


    /* タブ切替 */

    .tab_item {
        height: 80px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        padding: 5px;
        padding-bottom: 0;
    }

    .tab_item a {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

    .tab_item .tit {
        font-size: 16px;
        line-height: 1.2;
    }

    .tab_item .tit .en {
        font-size: 10px;
        margin-bottom: 5px;
    }

    .tab_item .tit .en:before {
        width: 4px;
        height: 4px;
        left: -10px;
    }

    .tab_item:before, .tab_item.tab2:before {
        background-size: 45%;
        top: -49px;
    }


    /* deco */

    #grapes .shine-muscatAreaInner .bgdeco {
        width: 84%;
    }

    #grapes .shine-muscatAreaInner .shine_bg01 {
        display: none;
    }

    #grapes .shine-muscatAreaInner .shine_bg02 {
        top: -11%;
        right: -44%;
    }

    #grapes .shine-muscatAreaInner .shine_bg03 {
        top: 34%;
        right: -35%;
    }

    #grapes .shine-muscatAreaInner .shine_bg04 {
        top: 28%;
        left: -38%;
    }

    #grapes .shine-muscatAreaInner .shine_bg05 {
        top: 77%;
        right: -52%;
    }


    /*------------------------ シャインマスカット ------------------------*/

    #grapes .tab_content .shop {
        padding: 50px 0 50px;
    }

    #grapes .tab_content .shop .title {
        font-size: 35px;
        width: 9em;
    }

    #grapes .tab_content .shop .title:before,
    #grapes .tab_content .shop .title:after {
        height: 30px;
    }

    #grapes .tab_content .shop .shopBtn a {
        padding: 15px;
        width: 100%;
    }

    #grapes .tab_content .shop .shopBtn a .icon {
        width: 22px;
        height: 22px;
    }

    #grapes .tab_content .shop .shopBtn a .text {
        font-size: 15px;
    }

    #grapes .tab_content .menuBox:last-child {
        padding-bottom: 100px;
    }


    /* menuBox */

    #grapes .tab_content .menuBox {
        padding: 30px 0 70px;
    }

    #grapes .tab_content .menuBox .bgen {
        font-size: 22vw;
    }

    #grapes .tab_content .menuBox .menuBoxInner {
        width: 90%;
        margin: 0 auto;
    }

    #grapes .tab_content .menuBox .menuBoxInner .imgBox,
    #grapes .tab_content .shine-muscatAreaInner .menuBox:nth-child(even) .menuBoxInner .imgBox,
    #grapes .tab_content .queen-rougeAreaInner .menuBox:nth-child(even) .menuBoxInner .imgBox {
        margin: 0 auto 10px;
        width: 100%;
    }

    #grapes .tab_content .menuBox .menuBoxInner .imgBox:before,
    #grapes .tab_content .menuBox .menuBoxInner .imgBox:after {
        width: 60%;
    }

    #grapes .tab_content .menuBox .menuBoxInner .imgBox .mini {
        left: -10px;
        width: 20.5%;
    }

    #grapes .tab_content .menuBox .menuBoxInner .txtBox .number {
        font-size: 45px;
        margin-bottom: 15px;
    }

    #grapes .tab_content .menuBox .menuBoxInner .txtBox .copy {
        font-size: 14px;
        margin-bottom: 15px;
    }

    #grapes .tab_content .menuBox .menuBoxInner .txtBox .name {
        font-size: 23px;
        margin-bottom: 15px;
    }

    #grapes .tab_content .menuBox .menuBoxInner .txtBox .price {
        font-size: 20px;
    }

    #grapes .tab_content .menuBox .menuBoxInner .txtBox .more a {
        font-size: 20px;
        padding: 10px 50px;
        margin-top: 30px;
    }


    /* 遷移用、下部タブ */

    #grapes .tabsInnerUnder {
        margin: 100px 0 60px;
    }

    #grapes .tabsInnerUnder .tab_item {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        padding-bottom: 5px;
        height: 100px;
    }

    #grapes .tabsInnerUnder .tab_item a {
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }


    /*------------------------ クイーンルージュ ------------------------*/

    #grapes .tab_content#queen-rougeArea #beginning {
        padding: 20px 30px 30px;
        margin-bottom: 50px;
    }

    #grapes .tab_content#queen-rougeArea #beginning .imgBox {
        width: 60%;
    }

    #grapes .tab_content#queen-rougeArea #beginning .txtBox .title {
        font-size: 25px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    #grapes .tab_content#queen-rougeArea #beginning .txtBox .text {
        font-size: 14px;
    }


    /*--- deco ---*/

    #grapes .queen-rougeAreaInner .bgdeco {
        width: 12%;
    }

    #grapes .queen-rougeAreaInner .queen_bg01 {
        top: 91%;
        left: 1%;
    }

    #grapes .queen-rougeAreaInner .queen_bg02 {
        bottom: 2%;
        right: 5%;
    }

    #grapes .queen-rougeAreaInner .queen_bg03 {
        bottom: 2%;
        left: 5%;
    }


    /*--- bnrArea ---*/

    #grapes .bnrArea .inr {
        margin: 0 auto 60px;
        border-radius: 15px;
    }


    /*--- sns ---*/

    #grapes #sns {
        padding: 80px 0;
    }

    #grapes #sns .snsList {
        max-width: 250px;
    }

    #grapes #sns .snsList li a {
        width: 40px;
        height: 40px;
    }


    /*--- メニュー注記 ---*/

    #grapes .note2 {
        margin-bottom: 40px;
    }

    #grapes .noteBox.note2 ul {
        padding: 20px;
    }

    #grapes .noteBox.note1 ul li {
        display: block;
    }


}