html {
    overflow-x: hidden;
    width: 100vw;
}

.mgnB5 {
    margin-bottom: 5%;
}
.mgnB10 {
    margin-bottom: 10%;
}
.mgnB15 {
    margin-bottom: 15%;
}

.bg-01 {
    background-color: #f8f5f1;
}
.bg-02 {
    background-color: #f8f8f8;
}
.container-fluid {
    max-width: 100% !important;
}
/*
.container-fluid:not(.px-0) .row > div {
    max-width: 1080px;
}
*/
#Wrapper {
    width: 100vw;
    overflow-x: hidden;
}

p, dl dt, dl dd {
    font-size: .95em;
    line-height: 2;
}
dd ul {
    padding-left: 0;
    list-style: none;
}
dd ul li {
    margin-bottom: 10px;
}
.tx-s {
    font-size: .8em;
}
.tx-xs {
    font-size: .6em;
}

.txt-maroon {
    color: #5a0000 !important;
}

header {
    position: fixed;
    right: 0;
    z-index: 9999;
}
header .burger-btn{
    display: block;
    width: 50px;
    height: 44px;
    position: relative;
    z-index: 3;
    border: none;
    top: 10px;
    right: 10px;  
}    
header .bar{      
  width: 40px;      
  height: 1px;        
  display: block;      
  position: absolute;      
  left: 50%;      
  transform: translateX(-50%);      
  background-color: #747270;
}    
header .bar_top{   
  top: 10px;
}
header .bar_mid{    
  top: 50%;
  transform: translate(-50%,-50%);
}
header .bar_bottom{
  bottom: 10px;
}
header .burger-btn.close .bar_top{      
  transform: translate(-50%,10px) rotate(45deg);      
  transition: transform .3s;    
}    
header .burger-btn.close .bar_mid{      
  opacity: 0;       
  transition: opacity .3s;    
}    
header .burger-btn.close .bar_bottom{      
transform: translate(-50%,-12px) rotate(-45deg);
transition: transform .3s;    
}
header .nav-wrapper{      
  display: none;
  width: 60vw;
  height: auto;
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 2;
}
header .header-nav{        
  width: 100%;
  height: 100%;
  background-color:#f7f4ef;
  z-index: 2;
}
header .header-nav .nav-list{        
  display: block;
/*
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
*/
    list-style: none;
    padding: 55px 15px 30px 15px;
    text-align: right;
}
header .header-nav .nav-list h4 {
    font-size: .9em;
    font-weight: bold;
}
header .header-nav .nav-item{        
  margin-right: 0;
  margin-bottom: 20px;
}
header .header-nav .nav-list .nav-item a {
    font-weight: bold;
    padding-bottom: 3px;
    border-bottom: 1px solid #d0ceca;
    color: #4a4e50;
    text-decoration: none;
}
header .header-nav .nav-list .nav-item span {
    font-size: .7em;
    font-weight: 100;
    display: block;
}

.ImgBox_outer {
    position: relative;
    overflow: hidden;
    display: block;
}
.ImgBox{
    overflow: hidden;
    height: 100%;
    position: relative;
}
.ImgBox img{
  transition-duration: 0.8s;
}
.ImgBox img:hover,
.ImgBox_outer:hover img{
  transform: scale(1.2);
  transition-duration: 0.8s;
}
.venues .ImgBox h3 {
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.venues .ImgBox h3 span {
    display: block;
    font-size: .6em;
    position: relative;
    padding-top: 40px;
    font-weight: normal;
}
.venues .ImgBox h3 span::before {
    content: '';
    display: block;
    height: 1px;
    width: 40px;
    background-color: #fff;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
}

h2.text-center {
    font-size: 2em;
    position: relative;
    padding-bottom: 20px;
}
h2.text-center::after {
    content: '';
    display: block;
    height: 1px;
    width: 60px;
    background-color: #707070;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

#chefs {
    position: relative;
}


.specialtalk .row > div {
    position: relative;
}
.specialtalk h1 {
    position: absolute;
    top: 0;
    right: -45px;
    width: 45px;
}
.specialtalk h1 img {
    width: 100%;
}
.specialtalk h2 span {
    font-size: 1.5em;
    padding-bottom: 4px;
    border-bottom: 2px solid;
}

#gchef_msg h2 {
    font-feature-settings:"palt";
}


#challenge-01 .flow,
#producer .flow {
    padding-bottom: 120px;
}
#gchef_msg .flow,
#ideal .flow {
    padding-bottom: 40px;
}
#challenge-01 .flow-box,
#gchef_msg .flow-box,
#producer .flow-box {
    margin-top: -120px;
}
#ideal .flow-box {
    margin-bottom: -60px;
}


/* ローディング画面の背景 */
.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 99999;
}
/* アニメーション */
.animation {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  -webkit-animation: loadinganimation 1500ms ease-out forwards 1;
  animation: loadinganimation 1500ms ease-out forwards 1;
    text-align: center;
    width: 100%;
}
.animation img {
  width: 85%;
  max-width: 380px;
}
@keyframes loadinganimation {
  0% {
		opacity: 0;
  }
  100% {
		opacity: 1;
  }
}
.acc-trigger .off {
    display: none;
}
.acc-trigger.open .off {
    display: inline-block;
}
.acc-trigger.open .on {
    display: none;
}
.modaal-container {
    background: #f8f5f1 !important;
}

.accordion{
  margin-top: 10px;
}

.accordion__container {
  margin: 0 auto;
}

.accordion__title {
  background-color: #fff;
  border: 1px solid #212529;
  color: #212529;
  font-size: 1.25em;
  padding: .625em .625em .625em 2em;
  position: relative;
  cursor: pointer;
  user-select: none;
}

.accordion__title::before, .accordion__title::after {
  content: '';
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 2px;
  right: 25px;
}

.accordion__title::after {
  transform: rotate(90deg);
  transition-duration: .3s;
}

.accordion__title:hover,
.accordion__title:active,
.accordion__title.is-active { 
  background-color: #212529;
  color: #fff;
}

.accordion__title.is-active::before {
  opacity: 0;
}

.accordion__title.is-active::after {
  transform: rotate(0);
}

.accordion__content {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 0 1.5em;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: .3s;
}

.accordion__content.is-open {
  border: 1px solid transparent;
  padding: .625em 1.5em;
  line-height: normal; /* numberに書き換える*/
  height: auto;
  opacity: 1;
}
#entry a {
    transition: .3s;
    color: #212529;
}
#entry a:hover {
    background-color: #212529;
    color: #fff;
}

.mgn-ph-trial{margin-bottom: 50px;}
.mgn-entry{margin-bottom: 160px;}
dl.list-trial{margin-top: 50px;}

p.link-entry{
    font-size: 1.6em;
    letter-spacing: 1px;
    text-align: center;
}

p.link-entry a{color: #b52709;}

.panel-position{
    position: fixed;
    left: 0;
    top: 78px;
    z-index: 9999;
}

.panel{
    position: relative;
}

.btn-panel,
.btn-panel img{
    width: 41px;
    height: 120px;
	display: block;
}

.box{
    position: absolute;
    left: 41px;    
    top: 0;
    width: 475px;
    height: 120px;
}

.box img{
    width: 475px;
    height: 120px;
}

.v-enter-active, .v-leave-active {
    transition: opacity 1s;
}

.v-enter, .v-leave-to {
    opacity: 0;
}

/*.wrap-btn-trial{
    max-width:516px;
    width: 100%;
    height: 120px;
    position: fixed;
    left: 0;
    bottom: 40px;
    z-index: 9999;
}

.btn-trial{
    position: relative;
}

.btn-trial img:nth-of-type(1){
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 41px;
    height: 120px;
	display: block;
	transition: 0.7s;
}

.btn-trial img:nth-of-type(2){
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 516px;
    height: 120px;
	display: block;
	transition: 0.7s;
    opacity: 0;
}

.btn-trial:hover img:nth-of-type(1){
	opacity: 0;
}

.btn-trial:hover img:nth-of-type(2){
    left:50%;
	opacity: 1;
}*/

@media screen and (min-width:768px) {
    #gchef_msg .tx-s.position-absolute.fw-bold {
        top: -100px;
    }
    .venues .ImgBox h3 {
        font-size: 1.8em;
    }
    .ideal, 
    .attractive {
        background: rgb(255,255,255); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 50%, rgba(191,232,249,1) 50%, rgba(255,255,255,1) 50%, rgba(248,245,241,1) 50%, rgba(248,245,241,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(249,249,249,1) 50%,rgba(191,232,249,1) 50%,rgba(255,255,255,1) 50%,rgba(248,245,241,1) 50%,rgba(248,245,241,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(249,249,249,1) 50%,rgba(191,232,249,1) 50%,rgba(255,255,255,1) 50%,rgba(248,245,241,1) 50%,rgba(248,245,241,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f5f1',GradientType=0 ); /* IE6-9 */
    }
    #chefs {
        background-image: linear-gradient(13deg, transparent 66%, #727272 66%, #727272 66.05%, transparent 66.05%) ,linear-gradient(-13deg, transparent 34%, #727272 34%, #727272 34.05%, transparent 31.05%);
    }
    video {
        width: 80%;
    }
}
@media screen and (max-width:767px) {
    #gchef_msg .tx-s.position-absolute.fw-bold {
        top: -25px;
    }
    .chefs_copy span {
        font-size: .8em;
        white-space: nowrap;
    }
    .venues .ImgBox h3 {
        font-size: 1.4em;
    }
    .ft-line {
        bottom: 0;
        width: 100%;
        right: 0;
        text-align: center;
    }
    video {
        width: 100%;
    }
    
    .mgn-ph-trial{margin-bottom: 30px;}
    .mgn-entry{margin-bottom: 60px;}    
    dl.list-trial{margin-top: 30px;}
    p.link-entry {font-size: 0.7em;}
    
    .panel-position{display: none;}
    /*.wrap-btn-trial{display: none;}*/

    
    
}

@media screen and (max-width:540px) {
    p, dl dt, dl dd {
        font-size: .7em;
    }
    h2 {
        font-size: 1.1em;
    }
    .ft-line {
        bottom: 0;
        width: 100%;
        right: 0;
    }
    #ft-contact a {
        display: block;
        width: 100%;
        text-align: center;
        background-color: #d0b3a8;
        padding: 15px;
        color: #fff;
        text-decoration: none;
        font-size: 1.3em;
        border: 1px solid #b79486;
    }
    .card-text .more_btn {
        display: block;
        width: 100%;
        text-align: center;
        background-color: #d0b3a8;
        padding: 10px;
        color: #fff !important;
        text-decoration: none;
        font-size: 1em;
        border: 1px solid #b79486;
    }
    #chefs > .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .specialtalk h2 span {
        font-size: .9em !important;
    }
    section:not(#venues_list):not(#firstview) > .row {
        margin-right: 0;
        margin-left: 0;
    }
    #ideal {
        position: relative;
    }
    #ideal .flow {
        padding-bottom: 0;
    }
    #ideal .flow-box {
        position: absolute;
        width: 80% !important;
        left: 50%;
        transform: translate(-50%, 0);
        bottom: 0;
    }
    .flow-box {
        background-color: #fff;
    }
    .flow-box .card {
        border: none;
    }
    h2, h3, h4, h5, h6, .fs-1, .fs-2, .fs-3, .fs-4, .fs-5, .fs-6 {
        font-size: inherit !important;
    }
    h2.mb-5 {
        margin-bottom: 20px !important;
    }
}