@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Merienda:wght@300..900&family=Yuji+Syuku&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@500;600&display=swap');

/*--- loading ---*/

#container::before,#container::after{
  position: fixed;
  z-index: 9999;
  top: -15%;
  display: block;
  visibility: hidden;
  width: 50%;
  height: 130%;
  content: '';
  background-color: rgb(129 48 60 / 100%);
    background: url("../images/menu/collaboration12/load_bg.jpg") center center / 100% 100% no-repeat;
}
#container::before{
  left: 0;
  animation : curtain_l 2.5s;
　-webkit-animation : curtain_l 2.5s;
}
#container::after{
  right: 0;
  animation : curtain_r 2.5s;
　-webkit-animation : curtain_r 2.5s;
}

@keyframes curtain_l{
  0%{visibility: visible;}
  20%{transform: rotate(0deg) translateX(0%); background-color: rgb(129 48 60 / 100%);}
  60%{transform: rotate(6deg) translateX(-50%);}
  80%{opacity: 1;}
  100%{transform: rotate(0deg) translateX(-100%); opacity:0; visibility: hidden;}
}
@-webkit-keyframes curtain_l{
  0%{visibility: visible;}
  20%{-webkit-transform: rotate(0deg) translateX(0%); background-color: rgb(129 48 60 / 100%);}
  60%{-webkit-transform: rotate(6deg) translateX(-50%);}
  80%{opacity: 1;}
  100%{-webkit-transform: rotate(0deg) translateX(-100%); opacity:0; visibility: hidden;}
}
@keyframes curtain_r{
  0%{ visibility: visible;}
  20%{transform: rotate(0deg) translateX(0%); background-color: rgb(129 48 60 / 100%);}
  60%{transform: rotate(-6deg) translateX(50%);}
  80%{opacity: 1;}
  100%{transform: rotate(0deg) translateX(100%); opacity:0; visibility: hidden;}
}
@-webkit-keyframes curtain_r{
  0%{visibility: visible;}
  20%{-webkit-transform: rotate(0deg) translateX(0%); background-color: rgb(129 48 60 / 100%);}
  60%{-webkit-transform: rotate(-6deg) translateX(50%);}
  80%{opacity: 1;}
  100%{-webkit-transform: rotate(0deg) translateX(100%); opacity:0; visibility: hidden;}
}



.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;
}

#collaboration12 ul, #collaboration12 p, #collaboration12 dl{ margin-bottom: 0;}
#collaboration12 dd{ margin-left: 0;}

#collaboration12 {
	width: 100%;
    overflow: hidden;
	position: relative;
	color: #000;
	font-family: "Shippori Mincho B1", serif;
    letter-spacing: 0.15em;
	font-size: 16px;
	font-weight: normal;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
}

#collaboration12 img { 
    width: 100%; 
    vertical-align: bottom; 
    -webkit-backface-visibility: hidden; 
    backface-visibility: hidden;
}

#collaboration12 .deco {
    position: absolute;
    top: 0;
}

#collaboration12 {
    background: rgb(248,238,203);
    background: linear-gradient(130deg, rgba(248,238,203,1) 0%, rgba(223,176,130,1) 100%);
}

/*--- mv ---*/

#collaboration12 #mv {
    height: 734px;
    position: relative;
    background: url("../images/menu/collaboration12/bg.jpg") top center / 100% 100% no-repeat;
}

#collaboration12 #mv .mvInner {
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

#collaboration12 #mv .deco01 {
    width: 306px;
    top: -30px;
    right: calc((-300 / 1080)* 100%);
}

#collaboration12 #mv .deco02 {
    width: 302px;
    top: 348px;
    left: calc((-335 / 1080)* 100%);
}

#collaboration12 #mv .deco03 {
    width: 302px;
    top: 585px;
    left: calc((445 / 1080)* 100%);
}

#collaboration12 #mv h2 {
    position: absolute;
    /*top: 15px;*/
    left: calc((-330 / 1080)* 100%);
    width: 1040px;
}

#collaboration12 #mv .mv_img {
    position: absolute;
    top: 0;
    left: calc((510 / 1080)* 100%);
    width: 992px;
}

#collaboration12 #mv .mv_title {
    position: absolute;
    top: 335px;
    left: calc((-85 / 1080)* 100%);
    width: 642px;
}

#collaboration12 #mv .start {
    position: absolute;
    top: 230px;
    left: calc((480 / 1080)* 100%);
    width: 149px;
}

/*--- message ---*/

#collaboration12 #message {
    position: relative;
    background: url(../images/menu/collaboration12/message_bg.jpg) center center / 100% 100% no-repeat;
    padding: 91px 0 100px;
}

#collaboration12 #message > p {
    position: relative;
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    line-height: 2;
    z-index: 1;
}

/* タブ切替 */
.tabsInner {
    max-width: 904px;
    width: 90%;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

/* タブ切り替え全体のスタイル*/
.tabs {
    width: 100%;
    margin: -94px auto 0;
}

/* タブのスタイル */
.tab_item {
    width: 49%;
    max-width: 440px;
    height: 94px;
    background: url(/images/menu/collaboration12/tab-off.jpg) center center / 100% 100% no-repeat;
    transition: all 0.2s ease;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.3));
    cursor: pointer;
    position: relative;
}

.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 {
    font-family: "Yuji Syuku", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    letter-spacing: .15em;
    display: block;
}

.tab_item.current,
.tab_item:hover {
    background: url(/images/menu/collaboration12/tab-on.jpg) center center / 100% 100% no-repeat;
    color: #fff;
}

.tab_item.current .tit,
.tab_item:hover .tit {
    color: #fff;
}

/* タブ切り替えの中身のスタイル */
.tab_content {
    /*display: none;*/
    clear: both;
    overflow: hidden;
    border-top: 2px solid #da9f00;
    position: relative;
}

.tab_item a {
    width: 100%;
    height: 100%;
    display: block;
}

.tab_item.current a {
    cursor: default;
}

#tabBox {
    padding-top: 250px;
    margin-top: -250px;
}



/*--- menuArea ---*/

#collaboration12 #menuArea {
    background: url("../images/menu/collaboration12/bg.jpg") top center / 100% repeat-y;
    /*padding-top: 175px;*/
}

#collaboration12 #menuArea .menuBox {
    background: url("../images/menu/collaboration12/menu-bg.jpg") top center / cover no-repeat;
    position: relative;
}

#collaboration12 #menuArea .menuBox.no1,
#collaboration12 #menuArea .menuBox.no2 {
    margin-bottom: 175px;
}

#collaboration12 #menuArea .menuBox.no1 {
    margin-left: 10%;
    padding-right: 10%;
}

#collaboration12 #menuArea .menuBox.no2 {
    margin-right: 10%;
    padding-left: 10%;
}

#collaboration12 #menuArea .menuBox .imgBoxInner .menu_logo {
    position: absolute;
    left: 48px;
    bottom: 48px;
    width: 120px;
}

#collaboration12 #menuArea .menuBox.no2 .imgBoxInner .menu_logo {
    left: auto;
    right: 48px;

}

#collaboration12 #menuArea .menuBox.no1 .menuInner,
#collaboration12 #menuArea .menuBox.no2 .menuInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 460px;
}

#collaboration12 #menuArea .menuBox.no2 .menuInner {
    flex-direction: row-reverse;
}

#collaboration12 #menuArea .menuBox .menu_deco01 {
    top: -122px;
    width: 310px;
    left: calc((-260 / 1080)* 100%);
}

#collaboration12 #menuArea .menuBox .menu_deco02 {
    top: -140px;
    width: 277px;
    left: calc((970 / 1080)* 100%);
}

#collaboration12 #menuArea .menuBox .menu_deco03 {
    top: 70px;
    left: calc((530 / 1080)* 100%);
}

#collaboration12 #menuArea .menuBox .menu_deco04 {
    top: 265px;
    left: calc((-175 / 1080)* 100%);
}

#collaboration12 #menuArea .menuBox .menu_deco05 {
    top: 15px;
    width: 382px;
    left: calc((815 / 1080)* 100%);
}

#collaboration12 #menuArea .menuBox .menu_deco06 {
    top: 460px;
    width: 310px;
    left: calc((25 / 1080)* 100%);
    opacity: .45;
}

#collaboration12 #menuArea .menuBox .menu_deco07 {
    top: 647px;
    width: 278px;
    left: calc((800 / 1080)* 100%);
    opacity: .45;
}

#collaboration12 #menuArea .menuBox.no1 .imgBox {
    width: 59%;
    position: absolute;
    top: -60px;
    right: 0;
}

#collaboration12 #menuArea .menuBox.no2 .imgBox {
    width: 59%;
    position: absolute;
    top: -60px;
    left: 0;
}

#collaboration12 #menuArea .menuBox .imgBoxInner {
    position: relative;
}

#collaboration12 #menuArea .menuBox .imgBoxInner .coriander_icon {
    position: absolute;
    bottom: -35px;
    right: -2px;
    width: 48%;
    max-width: 335px;
}

#collaboration12 #menuArea .menuBox.no2 .imgBoxInner .coriander_icon {
    right: auto;
    left: -2px;
}

#collaboration12 #menuArea .menuBox .txtBox {
    width: 41%;
    position: relative;
}

#collaboration12 #menuArea .menuBox .txtBox h3 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 0;
    position: relative;
}

#collaboration12 #menuArea .menuBox .txtBox h3:before {
    position: absolute;
    content: "";
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    background: url("../images/menu/collaboration12/deco-bg2.svg") top center / contain no-repeat;
    width: 191px;
    height: 195px;
    z-index: -1;
}

#collaboration12 #menuArea .menuBox .txtBox h3 span {
    font-size: 23px;
}

#collaboration12 #menuArea .menuBox .txtBox .price {
    margin-top: 15px;
    font-size: 25px;
}

#collaboration12 #menuArea .menuBox .txtBox .price span {
    font-size: 80%;
}

#collaboration12 #menuArea .menuBox .txtBox .plus {
    position: relative;
    padding-top: 60px;
}

#collaboration12 #menuArea .menuBox .txtBox .plus:nth-of-type(n+2) {
    margin-top: 20px;
}

#collaboration12 #menuArea .menuBox .txtBox .plus + .price {
    margin-top: 30px;
}

#collaboration12 #menuArea .menuBox .txtBox .plus:before {
    position: absolute;
    content: "+";
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 24px;
    font-weight: bold;
}

#collaboration12 #menuArea .menuBox .txtBox .plus span {
    font-size: 21px;
    font-weight: bold;
    padding: 15px 30px;
    border: 1px solid;
    border-radius: 6px;
}

#collaboration12 #menuArea .menuBox .txtBox .drink {
    text-align: center;
    margin: 50px 0 30px;
}

#collaboration12 #menuArea .menuBox .txtBox .drink span {
    font-size: 13px;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    border-radius: 6px;
    text-align: center;
    padding: 10px 20px;
    background-color: #000000;
}

#collaboration12 #menuArea .menuBox.no3 .txtBox .drink span {
    border: 1px solid;
    background-color: transparent;
}

/*no3*/

#collaboration12 #menuArea .menuBox.no3 {
    padding: 98px 0;
    background: url("../images/menu/collaboration12/menu_set_bg.jpg") top center / cover no-repeat;
}

#collaboration12 #menuArea .menuBox.no3 .menu_title {
    width: 476px;
    margin: 0 auto 30px;
}

#collaboration12 #menuArea .menuBox.no3 .imgBox {
    max-width: 1125px;
    width: 90%;
    margin: 0 auto 70px;
    position: relative;
}

#collaboration12 #menuArea .menuBox.no3 .txtBox {
    width: 100%;
    color: #fff;
}

#collaboration12 #menuArea .menuBox.no3 .txtBox h3:before {
    background: url(../images/menu/collaboration12/deco-bg1.svg) top center / contain no-repeat;
    top: -50px;
    width: 169px;
    height: 173px;
}

#collaboration12 #menuArea .menuBox.no3 .txtBox .plus span {
    border: none;
    background: #572700;
}

#collaboration12 #menuArea .menuBox.no3 .imgBoxInner .coriander_icon {
    width: 35%;
}


/*howto*/
#collaboration12 #howto {
    background: url(../images/menu/collaboration12/howto-bg.jpg) top center / cover no-repeat;
}

#collaboration12 #howto .howtoArea {
    max-width: 983px;
    width: 90%;
    padding: 100px 0;
    margin: 0 auto;
}

#collaboration12 #howto .howtoArea .howtoTit {
    max-width: 347px;
    width: 35%;
    margin: 0 auto 98px;
}

#collaboration12 #howto .howtoArea .howtoIn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#collaboration12 #howto .howtoArea .howtoIn .txtBox {
    width: 34.9%;
}

#collaboration12 #howto .howtoArea .howtoIn .txtBox li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}

#collaboration12 #howto .howtoArea .howtoIn .txtBox li:last-child {
    margin-bottom: 0;
}


#collaboration12 #howto .howtoArea .howtoIn .txtBox li .icon {
    width: 18.3%;
}

#collaboration12 #howto .howtoArea .howtoIn .txtBox li .txt {
    width: 75.5%;
    font-size: 18px;
    text-align: left;
    letter-spacing: .05em;
}

#collaboration12 #howto .howtoArea .howtoIn .txtBox li .txt span {
    background: linear-gradient(transparent 80%, #ffd100 20%);
}

#collaboration12 #howto .howtoArea .howtoIn .imgBox {
    width: 61.3%;
}

/*--- introduction ---*/

#collaboration12 #introduction {
    background: url("../images/menu/collaboration12/intro-bg.jpg") top center / cover no-repeat;
    padding: 150px 0;
    position: relative;
}

#collaboration12 #introduction .introArea {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
}

#collaboration12 #introduction .introInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    position: relative;
}

#collaboration12 #introduction .imgBox {
    width: 35%;
}

#collaboration12 #introduction .txtBox {
    width: 60%;
}

#collaboration12 #introduction .title {
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
}

#collaboration12 #introduction .logo {
    width: 38%;
    max-width: 240px;
    margin-right: 10px;
}

#collaboration12 #introduction .name {
    font-size: 20px;
    color: #fff;
}

#collaboration12 #introduction .txt {
    color: #fff;
    text-align: justify;
    line-height: 1.8;
}

/*kodawari*/
#collaboration12 #kodawari {
    background: url(../images/menu/collaboration12/miso-bg.jpg) top center / cover no-repeat;
}

#collaboration12 #kodawari .kodawariArea {
    max-width: 1167px;
    width: 90%;
    position: relative;
    padding: 100px 0;
    margin: 0 auto;
}

#collaboration12 #kodawari .kodawariArea .menu_deco07 {
    top: 15%;
    left: -10%;
    max-width: 310px;
    width: 28.7%;
    opacity: .8;
}

#collaboration12 #kodawari .kodawariArea .menu_deco08 {
    top: 37%;
    right: -5%;
    max-width: 277px;
    width: 25%;
    opacity: .8;
}

#collaboration12 #kodawari .kodawariArea .kodawariTit {
    position: relative;
    max-width: 367px;
    width: 31.4%;
    margin: 0 auto 40px;
}

#collaboration12 #kodawari .kodawariArea .kodawariTit .sub {
    position: absolute;
    width: 31.3%;
    top:-6%;
    left: -10%;
}

#collaboration12 #kodawari .kodawariArea .kodawariTxt {
    font-size: 18px;
    text-align: center;
    margin-bottom: 35px;
}

#collaboration12 #kodawari .kodawariArea .kodawariImg {
    max-width: 477px;
    width: 40.8%;
    margin: 0 auto 60px;
}

#collaboration12 #kodawari .kodawariArea .kodawariIn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#collaboration12 #kodawari .kodawariArea .kodawariIn li {
    width: calc((100% - 12%) / 5);
}

#collaboration12 #kodawari .kodawariArea .kodawariIn li .icon {
    max-width: 63px;
    width: 32.3%;
    margin: 0 auto 13px;
}

#collaboration12 #kodawari .kodawariArea .kodawariIn li .img {
    max-width: 145px;
    width: 73.9%;
    margin: 0 auto 25px;
}

#collaboration12 #kodawari .kodawariArea .kodawariIn li .tit {
    font-size: 21px;
    text-align: center;
    display: flex;
    align-items: stretch;
    margin-bottom: 20px;
}

#collaboration12 #kodawari .kodawariArea .kodawariIn li .tit span {
    width: 100%;
}


#collaboration12 #kodawari .kodawariArea .kodawariIn li .txt {
    font-size: 15px;
    text-align: justify;
}

/*kodawari2*/
#collaboration12 #kodawari2 {
    background: url(../images/menu/collaboration12/miso-bg2.jpg) top center / cover no-repeat;
}

#collaboration12 .kodawari2Area {
    max-width: 1040px;
    width: 90%;
    padding: 100px 0;
    margin: 0 auto;
}

#collaboration12 .kodawari2Area .kodawari2In {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#collaboration12 .kodawari2Area .kodawari2In li {
    width: calc((100% - 20%) / 2);
}

#collaboration12 .kodawari2Area .kodawari2In li:first-child {
    width: 50%;
    border-right: 1px solid #6e3200;
    padding-right: 10%;
}

#collaboration12 .kodawari2Area .kodawari2In li .tit {
    max-width: 216px;
    width: 50%;
    margin: 0 auto 15px;
}

#collaboration12 .kodawari2Area .kodawari2In li .img {
    margin: 0 auto 37px;
}

#collaboration12 .kodawari2Area .kodawari2In li .txt {
    font-size: 15px;
    text-align: justify;
}

/*--- movie ---*/
#collaboration12 #movie {
    background: url("../images/menu/collaboration12/development-bg.jpg") top center / cover no-repeat;
    padding: 120px 0;
    position: relative;
}

#collaboration12 #movie .movieArea .tit {
    width: 25.6%;
    max-width: 228px;
    margin: 0 auto 50px;
}

#collaboration12 p.guide {
    text-align: center;
    margin-bottom: 30px;
}

#collaboration12 .movie{
    width: 750px;
    padding-top: 421px;
    /*width: 650px;
    padding-top: 382px;*/
    position: relative;
    margin: 0 auto;
}
#collaboration12 .movie iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#collaboration12 #thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    border-radius: 10px;
    transition: all 300ms ease;
}

#collaboration12 #thumbnail:hover {
    transform: scale(1.05);
    opacity: .8;
}

/*--- introduction ---*/
#collaboration12 #development {
    background: url("../images/menu/collaboration12/development-bg.jpg") top center / cover no-repeat;
    padding: 120px 0;
    position: relative;
}

#collaboration12 #development .developmentArea {
    width: 90%;
    max-width: 888px;
    margin: 0 auto;
}

#collaboration12 #development .developmentArea .tit {
    width: 25.6%;
    max-width: 228px;
    margin: 0 auto 50px;
}

#collaboration12 #development .developmentArea .developmentIn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    position: relative;
}

#collaboration12 #development .imgBox {
    width: 34%;
}

#collaboration12 #development .txtBox {
    width: 60%;
}

#collaboration12 #development .imgBox .title {
    display: flex;
    align-items: flex-end;
    margin-top: 20px;
}

#collaboration12 #development .imgBox .title .logo {
    width: 51.9%;
    max-width: 159px;
    margin-right: 10px;
}

#collaboration12 #development .imgBox .title .name {
    font-size: 15px;
    letter-spacing: normal;
}

#collaboration12 #development .txt {
    font-size: 16px;
    text-align: justify;
    line-height: 1.8;
}


/*--- last ---*/
#collaboration12 #last {
    background: url("../images/menu/collaboration12/menu_set_bg.jpg") top center / cover no-repeat;
    padding: 120px 0;
}

#collaboration12 #last .lastArea {
    width: 90%;
    max-width: 806px;
    position: relative;
    margin: 0 auto;
}

#collaboration12 #last .lastArea .tit {
    width: 58.8%;
    max-width: 474px;
    margin: 0 auto 35px;
}

#collaboration12 #last .lastArea .menu_deco09 {
    top: 0%;
    left: -25%;
    max-width: 277px;
    width: 28.7%;
    opacity: .6;
}

#collaboration12 #last .lastArea .menu_deco10 {
    top: 70%;
    right: -25%;
    max-width: 310px;
    width: 28%;
    opacity: .6;
}

/*--- ドリンクバー追記 ---*/

#collaboration12 .drinkbarBox {
    position: relative;
    z-index: 1;
}

#collaboration12 .drinkbarBox .drinkbarImg {
    width: 85%;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: clamp(50px, 5%, 80px);
}

#collaboration12 .drinkbarBox .drinkbarImg img {
    border-radius: 6px;
}

#collaboration12 #menuArea .menuBox .txtBox .drink{
    margin: 30px 0 0;
}

#collaboration12 #menuArea .menuBox.no3 .txtBox .drink span,
#collaboration12 #menuArea .menuBox .txtBox .drink span {
    color: #000;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: .1em;
    border: none;
    background: rgb(250,191,61);
    background: linear-gradient(110deg, rgba(250,191,61,1) 0%, rgba(255,232,142,1) 50%, rgba(250,191,61,1) 100%);
}

/*-------------------------------------------
Animation
-------------------------------------------*/

/*.out {
    opacity: 0;
    transform: translateY(50px);
}

.in {
    opacity: 1;
    transform: translateY(0);
    transition: all 2s ease;
}*/

#collaboration12 .slideIn,
#collaboration12 .fadein {
	opacity: 0;
}

#collaboration12 #mv .slideIn,
#collaboration12 .in .slideIn,
#collaboration12 .in.slideIn {
	animation: slideIn 1.5s ease forwards;
}
#collaboration12 .in .fadein,
#collaboration12 .in.fadein {
	animation: fadein 2s ease forwards;
}

#collaboration12 .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; }
}

#collaboration12 .clip01 {
    clip-path: inset(0 0 100% 0);
}

#collaboration12 .clip02 {
    clip-path: inset(0 100% 0 0);
}

#collaboration12 .in .clip02,
#collaboration12 .in.clip02 {
    animation: clip02 1.2s ease forwards;
}

#collaboration12 .mv_title.clip02 {
    animation-delay: .8s;
}

#collaboration12 .start.clip02 {
    animation-delay: 1.6s;
}

#collaboration12 .level.clip02 {
    animation-delay: .2s;
    animation-duration: 4s;
}

#collaboration12 .menuBox.no3 .menu_title.clip02 {
    animation-delay: 1.5s;
    animation-duration: 1s;
}

#collaboration12 .menuBox.no1 .menu_logo.clip02,
#collaboration12 .menuBox.no2 .menu_logo.clip02 {
    animation-delay: .5s;
    animation-duration: .5s;
}

#collaboration12 .menu_coriander.in .title.clip02 {
    animation-delay: 1s;
}

@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); }
}


@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) 2.5s both;
}

#collaboration12 .no1 .in .pon,
#collaboration12 .no2 .in .pon {
    animation-delay: .8s;
}

@keyframes pon {
  0% { transform: scale(0.5); opacity: 0;}
  100% { transform: scale(1); opacity: 1;}
}

/*.bigpon {
    opacity: 0;
}

.in .bigpon,
.in.bigpon {
    animation: bigpon 1s ease 1.5s both;
}

@keyframes bigpon {
  0% { transform: scale(0.8); opacity: 0;}
  50% { transform: scale(1.5); opacity: 1;}
  100% { transform: scale(1); opacity: 1;}
}*/


/*--- delay ---*/
#collaboration12 .delay02{ animation-delay: 0.2s !important;}
#collaboration12 .delay04{ animation-delay: 0.4s !important;}
#collaboration12 .delay06{ animation-delay: 0.6s !important;}
#collaboration12 .delay08{ animation-delay: 0.8s !important;}
#collaboration12 .delay10{ animation-delay: 1.0s !important;}
#collaboration12 .delay12{ animation-delay: 1.2s !important;}
#collaboration12 .delay14{ animation-delay: 1.4s !important;}
#collaboration12 .delay16{ animation-delay: 1.6s !important;}





/*-------------------------------------------
ONLY PC & HOVER
-------------------------------------------*/
@media only screen and (min-width: 769px){

#collaboration12 img,
#collaboration12 #mv {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	image-rendering: crisp-edges;
	image-rendering: -webkit-optimize-contrast;
}	
	
}





/*-------------------------------------------
Under 1350px
-------------------------------------------*/
@media only screen and (max-width: 1350px){

#collaboration12 #mv .deco,
#collaboration12 #introduction .deco {
    width: 22.5%;
}

#collaboration12 #mv h2 {
    width: 85%;
    left: -19%;
}

#collaboration12 #mv .mv_title {
    /*top: 370px;
    left: 1%;
    width: 56%;*/
    top: 318px;
    left: 1%;
    width: 54%;
}

}





/*-------------------------------------------
Tablet
-------------------------------------------*/
@media only screen and (max-width: 1080px){

/*--- mv ---*/

#collaboration12 #mv {
    height: 51vw;
}

/*#collaboration12 #mv .deco {
    width: 15%;
}*/

#collaboration12 #mv .deco01 {
    width: 21%;
    margin: -2% -5% 0 0;
    top: 0;
    right: 0;
}

#collaboration12 #mv .deco02 {
    width: 19.5%;
    margin: 21% 0 0 -7%;
    top: 0;
    left: 0;
}

#collaboration12 #mv .deco03 {
    width: 20%;
    margin: 40% 0 0 43%;
    top: 0;
    left: 0;
}

#collaboration12 #mv h2 {
    margin: 0 0 0 -10%;
    top: 0;
    left: 0;
    width: 70%;
}

#collaboration12 #mv .mv_img {
    margin: 0 0 0 47%;
    top: 0;
    left: 0;
    width: 68%;
}

#collaboration12 #mv .mv_title {
    margin: 21.5% 0 0 4.5%;
    top: 0;
    left: 0;
    width: 46%;
}

#collaboration12 #mv .start {
    margin: 15% 0 0 44%;
    top: 0;
    left: 0;
    width: 11%;
}

/*--- message ---*/

#collaboration12 #message {
    height: auto;
}

#collaboration12 #message > p:before {
    width: 80px;
    top: -47%;
}

#collaboration12 #message > p:after {
    width: 80px;
    top: 170%;
}

/*--- menuArea ---*/

#collaboration12 #menuArea .menuBox {
    background-position: 0 80px;
}

#collaboration12 #menuArea .menuBox .menu_logo {
    width: 12.5%;
    z-index: 1;
}

#collaboration12 #menuArea .menuBox.no1 .menu_logo {
    left: 30px;
    bottom: 30px;
}

#collaboration12 #menuArea .menuBox.no2 .imgBoxInner .menu_logo {
    right: 30px;
    bottom: 30px;
}

#collaboration12 #menuArea .menuBox.no1,
#collaboration12 #menuArea .menuBox.no2 {
    padding-bottom: 70px;
}

#collaboration12 #menuArea .menuBox.no1 {
    margin-left: 0;
    padding-right: 0;
}

#collaboration12 #menuArea .menuBox.no2 {
    margin-right: 0;
    padding-left: 0;
}

#collaboration12 #menuArea .menuBox.no1 .menuInner,
#collaboration12 #menuArea .menuBox.no2 .menuInner {
    display: block;
    height: auto;
}

/*#collaboration12 #menuArea .menuBox .deco {
    width: 146px;
    top: auto;
    left: auto;
}*/

#collaboration12 #menuArea .menuBox .menu_deco01 {
    width: 25%;
    top: -10.5%;
    left: -5%;
}

#collaboration12 #menuArea .menuBox .menu_deco02 {
    width: 25%;
    top: -20%;
    bottom: auto;
    left: auto;
    right: 3%;
}

#collaboration12 #menuArea .menuBox.no1.menu3 .menu_deco01 {
    width: 25%;
    top: -11%;
    right: 8%;
}

#collaboration12 #menuArea .menuBox .menu_deco05 {
    width: 28%;
    top: 3%;
    right: -23%;
}

#collaboration12 #menuArea .menuBox .menu_deco06 {
    width: 24%;
    top: auto;
    bottom: 31.5%;
    left: auto;
    right: 4%;
}

#collaboration12 #menuArea .menuBox .menu_deco07 {
    width: 26%;
    top: 25%;
    bottom: auto;
    right: auto;
    left: -6%;
}

#collaboration12 #menuArea .menuBox.no1 .imgBox,
#collaboration12 #menuArea .menuBox.no2 .imgBox {
    width: 70%;
    margin: 0 auto 30px;
    position: static;
}

#collaboration12 #menuArea .menuBox.no1 .txtBox,
#collaboration12 #menuArea .menuBox.no2 .txtBox {
    width: 100%;
}

#collaboration12 #menuArea .menuBox .txtBox h3 {
    font-size: 30px;
}

#collaboration12 #menuArea .menuBox .txtBox h3 span {
    font-size: 25px;
}

#collaboration12 #menuArea .menuBox .txtBox .price {
    font-size: 20px;
}

#collaboration12 #menuArea .menuBox .txtBox .plus span {
    font-size: 19px;
}

#collaboration12 #menuArea .menuBox .imgBoxInner .coriander_icon {
    bottom: -20px;
}

/*no3*/

#collaboration12 #menuArea .menuBox.no3 .imgBox {
    width: 70%;
}

/*--- introduction ---*/

#collaboration12 #introduction .name {
    font-size: 16px;
}

#collaboration12 #introduction .deco {
    width: 146px;
}

#collaboration12 #introduction .deco04 {
    top: -20%;
    left: -7%;
}

#collaboration12 #introduction .deco05 {
    top: auto;
    left: auto;
    bottom: -25%;
    right: -8%;
}
}


@media only screen and (max-width: 900px){
#collaboration12 #howto .howtoArea .howtoTit {
    margin: 0 auto 50px;
}

#collaboration12 #howto .howtoArea .howtoIn {
    display: block;
}

#collaboration12 #howto .howtoArea .howtoIn .txtBox {
    width: 100%;
}

#collaboration12 #howto .howtoArea .howtoIn .txtBox li {
    align-items: center;
    margin-bottom: 20px;
}

#collaboration12 #howto .howtoArea .howtoIn .txtBox li .icon {
    width: 9%;
}

#collaboration12 #howto .howtoArea .howtoIn .txtBox li .txt {
    width: 88%;
}

#collaboration12 #howto .howtoArea .howtoIn .imgBox {
    width: 70%;
    margin: 40px auto 0;
}

#collaboration12 #development,
#collaboration12 #introduction {
    padding: 100px 0;
}

#collaboration12 #last .lastArea .img {
    width: 70%;
    margin: 0 auto;
}

#collaboration12 #kodawari .kodawariArea .menu_deco07 {
    top: 12%;
}

#collaboration12 #kodawari .kodawariArea .menu_deco08 {
    top: 35%;
    right: -8%;
}

#collaboration12 #last .lastArea .menu_deco09 {
    left: -16%;
}

#collaboration12 #last .lastArea .menu_deco10 {
    right: -16%;
}

#collaboration12 .movieArea {
    width: 90%;
    margin: 0 auto;
}

#collaboration12 .movie {
    width: 100%;
    padding-top: 56.25%;
}

}


/*-------------------------------------------
SP
-------------------------------------------*/
@media only screen and (max-width: 600px){

/*-------------------------------------------
Animation
-------------------------------------------*/

#collaboration12 .no3.in .slideIn {
    animation-delay: .3s;
}

#collaboration12 .menu_coriander.in .title.clip02 {
    animation-delay: 0s;
}





#collaboration12 p { font-size: 14px; }

.pc-none {
    display: block;
}

.sp-none {
    display: none;
}

#collaboration12{
    font-size: 14px;
}

/*#container {
    padding-top: 60px;
}*/

.bgw01 {
    padding: 0px 0 1px 0;
}

/*--- mv ---*/

#collaboration12 #mv {
    height: 164vw;
}

#collaboration12 #mv .deco02 {
    width: 35%;
    margin: 80% 0 0 -12%;
    left: 0;
}

#collaboration12 #mv .deco03 {
    width: 35%;
    margin: 41% -12% 0 0;
    right: 0;
    left: auto;
}

#collaboration12 #mv h2 {
    margin: 0 0 0 0;
    width: 100%;
}

#collaboration12 #mv .mv_img {
    margin: 50% 0 0 0;
    width: 100%;
}

#collaboration12 #mv .mv_title {
    margin: 45% 0 0 8%;
    width: 86%;
}

#collaboration12 #mv .start {
    margin: 81% 0 0 65%;
    width: 30%;
}

/*--- message ---*/

#collaboration12 #message {
    padding: 60px 0;
}

#collaboration12 #message > p {
    line-height: 2.2;
}

#collaboration12 #message .level p {
    width: 160px;
}

#collaboration12 #message .level ul {
    width: 255px;
}

#collaboration12 #message .level ul li {
    width: 123px;
}

#collaboration12 #message > p:before {
    top: -10%;
    right: -15%;
}

#collaboration12 #message > p:after {
    top: 96%;
    left: -12%;
}

#collaboration12 #message .level ul li span {
    top: 9px;
    left: 48px;
    width: 22px;
}

#collaboration12 #message .level ul li:nth-of-type(2) span {
    left: 50px;
}

/* タブ切替 */
.tab_item .tit {
    font-size: 20px;
    line-height: 1.4;
}


#collaboration12 #menuArea .menuBox .menu_deco01 {
    width: 39%;
    top: -10.5%;
    right: -4%;
    left: auto;
}

#collaboration12 #menuArea .menuBox .menu_deco02 {
    width: 39%;
    top: -7%;
    bottom: auto;
    left: -7%;
}

#collaboration12 #menuArea .menuBox.no1.menu3 .menu_deco01 {
    width: 39%;
    top: -11%;
    right: 8%;
}

#collaboration12 #menuArea .menuBox .menu_deco05 {
    top: 50%;
    right: -23%;
}

#collaboration12 #menuArea .menuBox .menu_deco06 {
    width: 38%;
    top: 4%;
    bottom: auto;
    left: auto;
    right: -14%;
}

#collaboration12 #menuArea .menuBox .menu_deco07 {
    width: 38%;
    top: auto;
    bottom: 30%;
    right: auto;
    left: -12.5%;
}


/*--- menuArea ---*/

#collaboration12 #menuArea .menuBox.no1,
#collaboration12 #menuArea .menuBox.no2 {
    padding-bottom: 60px;
}

#collaboration12 #menuArea .menuBox.no1 {
    margin-bottom: 60px;
}

#collaboration12 #menuArea .menuBox.no1.menu3 {
    margin-bottom: 0;
}

#collaboration12 #menuArea .menuBox.no1 .menu_logo {
    width: 70px;
    top: auto;
    left: 15px;
    bottom: 15px;
}

#collaboration12 #menuArea .menuBox.no2 .imgBoxInner .menu_logo {
    width: 70px;
    left: 15px;
    right: auto;
    top: auto;
    bottom: 15px;
}

#collaboration12 #menuArea .menuBox.no1 .imgBox,
#collaboration12 #menuArea .menuBox.no2 .imgBox {
    width: 88%;
    margin-bottom: 20px;
}

#collaboration12 #menuArea .menuBox .imgBoxInner .coriander_icon {
    width: 34%;
}

#collaboration12 #menuArea .menuBox.no1 .imgBoxInner .coriander_icon {
    width: 73%;
    right: -10px;
    bottom: -22px;
}

#collaboration12 #menuArea .menuBox.no2 .imgBoxInner .coriander_icon {
    left: -15px;
}

#collaboration12 #menuArea .menuBox.no1 .txtBox,
#collaboration12 #menuArea .menuBox.no2 .txtBox {
    padding-top: 0;
}

#collaboration12 #menuArea .menuBox .txtBox h3 {
    font-size: 26px;
    padding-top: 40px;
}

#collaboration12 #menuArea .menuBox .txtBox h3:before {
    width: 141px;
    height: 145px;
    top:0;
}

#collaboration12 #menuArea .menuBox .txtBox h3 span {
    font-size: 22px;
}

#collaboration12 #menuArea .menuBox .txtBox .price {
    margin-top: 10px;
    font-size: 18px;
}

#collaboration12 #menuArea .menuBox .txtBox .plus {
    padding-top: 40px;
}

#collaboration12 #menuArea .menuBox .txtBox .plus:before {
    font-size: 16px;
}

#collaboration12 #menuArea .menuBox .txtBox .plus span {
    font-size: 13px;
    border-radius: 3px;
    padding: 10px 10px;
}

#collaboration12 #menuArea .menuBox .txtBox .plus + .price {
    margin-top: 20px;
}

#collaboration12 #menuArea .menuBox.no2 {
    margin-bottom: 70px;
}


/*no3*/
#collaboration12 #menuArea .menuBox.no3 .imgBoxInner .coriander_icon {
    width: 73%;
    bottom: -22px;
}

#collaboration12 #menuArea .menuBox.no3 {
    padding: 60px 0;
}

#collaboration12 #menuArea .menuBox.no3 .menu_title {
    width: 285px;
    margin-bottom: 20px;
}

#collaboration12 #menuArea .menuBox.no3 .imgBox {
    width: 88%;
    margin-bottom: 20px;
}

#collaboration12 #menuArea .menuBox.no3 .txtBox h3:before {
    top: 0;
    width: 142px;
    height: 146px;
}

/* howto */
#collaboration12 #howto .howtoArea {
    padding: 60px 0;
}

#collaboration12 #howto .howtoArea .howtoTit {
    margin: 0 auto 40px;
    width: 90%;
}

#collaboration12 #howto .howtoArea .howtoIn .txtBox li {
    align-items: center;
    margin-bottom: 40px;
}

#collaboration12 #howto .howtoArea .howtoIn .txtBox li .icon {
    width: 18%;
}

#collaboration12 #howto .howtoArea .howtoIn .txtBox li .txt {
    width: 75%;
}

#collaboration12 #howto .howtoArea .howtoIn .imgBox {
    width: 100%;
    margin: 40px auto 0;
}

/* kodawari */
#collaboration12 #kodawari .kodawariArea {
    padding: 60px 0;
}

#collaboration12 #kodawari .kodawariArea .kodawariTit {
    width: 75%;
    margin: 0 auto 25px;
}

#collaboration12 #kodawari .kodawariArea .kodawariTxt {
    font-size: 15px;
    text-align: justify;
    margin-bottom: 30px;
}

#collaboration12 #kodawari .kodawariArea .kodawariImg {
    width: 100%;
    margin: 0 auto 30px;
}

#collaboration12 #kodawari .kodawariArea .kodawariIn li {
    width: calc((100% - 8%) / 2);
    margin-bottom: 30px;
}

#collaboration12 #kodawari .kodawariArea .kodawariIn li:last-child {
    margin-bottom: 0;
}

#collaboration12 #kodawari .kodawariArea .kodawariIn li .img {
    margin: 0 auto 15px;
}

#collaboration12 #kodawari .kodawariArea .kodawariIn li .tit {
    font-size: 18px;
}

#collaboration12 #kodawari .kodawariArea .menu_deco07 {
    top: auto;
    bottom: 17%;
    left: auto;
    right: -12%;
    width: 42%;
}

#collaboration12 #kodawari .kodawariArea .menu_deco08 {
    top: auto;
    bottom: 2.5%;
    left: auto;
    right: 12%;
    width: 42%;
}

/* kodawari2 */
#collaboration12 .kodawari2Area {
    padding: 60px 0;
}

#collaboration12 .kodawari2Area .kodawari2In {
    display: block;
}

#collaboration12 .kodawari2Area .kodawari2In li:first-child {
    width: 100%;
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid #6e3200;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

#collaboration12 .kodawari2Area .kodawari2In li {
    width: 100%;
}

#collaboration12 .kodawari2Area .kodawari2In li .tit {
    width: 55%;
    margin: 0 auto 20px;
}

#collaboration12 .kodawari2Area .kodawari2In li .img {
    margin: 0 auto 25px;
}

/* development */
#collaboration12 #development, #collaboration12 #introduction, #collaboration12 #movie {
    padding: 60px 0;
}

#collaboration12 #development .developmentArea .tit {
    width: 60%;
    margin: 0 auto 35px;
}

#collaboration12 #development .developmentArea .developmentIn {
    display: block;
}

#collaboration12 #development .txt {
    font-size: 15px;
}

#collaboration12 #development .txtBox {
    width: 100%;
}

#collaboration12 #development .imgBox {
    width: 60%;
    margin: 40px auto 0;
}

#collaboration12 #development .imgBox .title {
    display: block;
}

#collaboration12 #development .imgBox .title .logo {
    width: 80%;
    margin: 0 auto 10px;
}

/* last */
#collaboration12 #last {
    padding: 60px 0 80px;
}

#collaboration12 #last .lastArea .tit {
    width: 80%;
}

#collaboration12 #last .lastArea .img {
    width: 100%;
    margin: 0 auto;
}

#collaboration12 #last .lastArea .menu_deco09 {
    width: 43%;
    top: 5%;
    left: auto;
    right: -21%;
}

#collaboration12 #last .lastArea .menu_deco10 {
    width: 43%;
    top: auto;
    left: -20%;
    right: auto;
    bottom: -12%;
}

/*--- introduction ---*/
#collaboration12 #introduction {
    padding: 80px 0 100px;
}

#collaboration12 #introduction .introArea {
    width: 100%; 
    padding: 0 40px;
}

#collaboration12 #introduction .introInner {
    display: block;
}

#collaboration12 #introduction .imgBox {
    width: 100%;
}

#collaboration12 #introduction .txtBox {
    width: 100%;
    margin-bottom: 30px;
}

#collaboration12 #introduction .title {
    display: block;
    margin-bottom: 25px;
}

#collaboration12 #introduction .logo {
    width: 220px;
    margin: 0 auto 20px;
}

#collaboration12 #introduction .name {
    font-size: 18px;
}

#collaboration12 #introduction .txt {
    text-align: justify;
}

#collaboration12 #introduction .deco04 {
    top: -55px;
    left: -34%;
}

#collaboration12 #introduction .deco05 {
    bottom: 35%;
    right: -37%;
}

#collaboration12 #introduction .deco06 {
    top: auto;
    bottom: -50px;
    left: -34%;
}

#collaboration12 #movie .movieArea .tit {
    width: 60%;
    margin: 0 auto 35px;
}

#collaboration12 .drinkbarBox .drinkbarImg img {
    border-radius: 3px;
}

#collaboration12 #menuArea .menuBox.no3 .txtBox .drink span,
#collaboration12 #menuArea .menuBox .txtBox .drink span {
    font-size: 12px;
    border-radius: 3px;
}

}


/*--- 18万食突破！アイコン追加 ---*/
#collaboration12 #mv .bakudan {
    width: 300px;
    top: 25px;
    left: calc((590 / 1080)* 100%);
    /*filter: drop-shadow(10px 10px 10px rgba(40,12,0,0.5));*/
}

@media only screen and (max-width: 1350px){

#collaboration12 #mv .bakudan {
    width: 22.5%;
}
}


@media only screen and (max-width: 600px){

#collaboration12 #mv .bakudan {
    width: 45%;
    top: 77vw;
    left: 60%;
}
}