

@charset "utf-8";
div#frenchfes {
    overflow-x: hidden;
    font-family: 'Roboto', '游ゴシック Medium', "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
    font-weight: 500;
}
main {
    background: #5070fe;
    color: #fff;
}
.france-header {
  text-align: right;
  background: #fff;
  height: 8vh;
}

.france-header img {height: 100%;}
.mv-header {
    position: relative;
    /* height: 173vh; */
    margin:0 auto;
    overflow: hidden;
}
.mv-header h1 span {
    width: 1px;
    height: 1px;
    overflow: hidden;
    display: block;
}
.mv-header h1 {
    margin: 0 auto;
    max-width: 500px;
    width: 30vw;
    position: absolute;
    top: 18%;
    left: 47%;
    transform: translate(-50%,0%);
    height: 38vh;
}
.mv-header h1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.mv-header .illust-area {
    width: 89%;
    height: 84vh;
    display: block;
    overflow: hidden;
    margin: -4% 0 0 30%;
    position: relative;
    max-width: 1200px;
}
.mv-header picture.image {
    width: 100%;
    display: block;
}
.mv-header picture.image img {
    width: 100%;
    height: auto;
    max-height: max-content;
}
.mv-header::before {
    content: "";
    display: block;
    width: 30%;
    height: 20vh;
    position: absolute;
    top: 64vh;
    left: 5%;
    background: url(/frenchfestival/image/2025/mv-jptitle.png) no-repeat left center/contain;
    transform: translateY(-100%);
}
.mv-header::after {
    content: "";
    display: block;
    width: 30%;
    height: 15vh;
    position: absolute;
    top: 52px;
    left: 5%;
    background: url(/frenchfestival/image/2025/mv-copy.png) no-repeat left center/contain;
    visibility:visible
}
.mv-header .lead {
    position: relative;
    z-index: 1;
}
.mv-header .lead::before {
    content: "";
    display: block;
    width: 50vw;
    height: 77vh;
    max-width: 371px;
    position: absolute;
    top: 30%;
    right: -1%;
    background: url(/frenchfestival/image/2025/illust02.png) no-repeat right top/contain;
    visibility:visible
}
.mv-header .lead::after {
    content: "";
    display: block;
    width: 50vw;
    height: 91vh;
    position: absolute;
    top: 22%;
    right: -30px;
    background: url(/frenchfestival/image/2025/bg02.png) no-repeat top center/contain;
    z-index:-1;
    visibility:visible;
    opacity: 0.6;
    max-width: 600px;
}
.frenchfes-info p.kaiki {
    margin: 0;
    width: 30%;
    height: 126px;
    padding: 0;
    box-sizing: border-box;
}
p.kaiki img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.frenchfes-info {
    background: #dc2525;
    margin: 0 0 71px;
    padding: 36px 131px 30px 5%;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    display: flex;
    gap: 75px;
    width: 80%;
    align-items: center;
    position: relative;
    box-sizing: border-box;
}
.frenchfes-info::before{
    content: "";
    display: block;
    width: 10.5vw;
    height: 17vh;
    position: absolute;
    bottom: -30px;
    right: -30px;
    background: url(/frenchfestival/image/2025/illust01.png) no-repeat left center/contain;
    visibility:visible
}
.frenchfes-info::after{
    display:none
}
.frenchfes-info ul.tenpo {
    width: calc((100% - 30%) - 75px);
    display: flex;
    flex-direction: column;
    gap: 9px;
    font-weight: 600;
    color: #fff;
    padding: 0 0 0 16px;
    border-left: 13px solid;
    font-size: 18px;
}
.frenchfes-info ul.tenpo::after{
display:none
}
.lead p {
    margin: 0 auto 0 5%;
    max-width: 56%;
    font-size: 19px;
    line-height: 3.0;
    font-weight: 600;
    position: relative;
}
@media screen and (min-width:1400px){
.mv-header::before {
    width: 30%;
    height: 25vh;
    top: 71vh;
}
.mv-header::after {
    height: 15vh;
}
    .frenchfes-info p.kaiki {
    height: 230px;
    max-width: 224px;
}
.frenchfes-info ul.tenpo {
    font-size: 25px;
}
  .lead p {
    font-size: 23px;
  }
}
@media screen and (max-width:768px){
.france-header {
  height: 5vh;
}
.mv-header picture.image {
    width: 100%;
    height:100%;
    object-fit:cover
}
    .mv-header picture.image img{
    width: 100%;
    height:100%;
    object-fit:cover;
    max-height: 100%;
}
.mv-header .illust-area {
    width: 100%;
    height: 56vh;
    padding: 0;
    margin: 0 auto;
}
.mv-header::before {
    width: 46%;
    height: 13vh;
    top: 54vh;
    left: 20px;
    background: url(/frenchfestival/image/2025/mv-jptitle.png) no-repeat left center/contain;
    transform: translateY(-100%);
    z-index: 10;
}
.mv-header::after {
    width: 85%;
    height: 4vh;
    top: 20px;
    left: 50%;
    transform:translateX(-50%);
    background: url(/frenchfestival/image/2025/mv-mv-copy-sp.webp) no-repeat center / contain;
    } .mv-header h1 {
    width: 61%;
    top: 15%;
    left: 50%;
    height: 23vh;
  }
.frenchfes-info {
    margin: 0 0 33px;
    padding: 22px 24px 22px 16px;
    gap: 10px;
    width: 93%;
    align-items: flex-start;
    height: auto;
    max-width: 900px;
    position: relative;
    flex-direction: column;
}
.frenchfes-info ul.tenpo {
    margin: 15px 0 0;
    padding: 0 0 0 8px;
    width: 100%;
    gap: 5px;
    font-size: 12px;
    border-left: 9px solid;
    box-sizing: border-box;
}
.frenchfes-info p.kaiki {
    padding-left: 10px;
    width: 48%;
    height: 83px;
}
.mv-header .lead::before {
    width: 50vw;
    height: 27vh;
    top: 29vh;
    right: -1%;
}
.mv-header .lead::after {
    width: 64vw;
    height: 47vh;
    top: 29%;
    right: -24px;
    z-index: -1;
}
.lead p {
    margin: 0 auto 33px 22px;
    max-width: 700px;
    font-size: 14px;
    width:80%
}
}

/*--------------
ナビゲーションPC
---------------*/
.list_flex_link{
   margin: 130px auto 0;
   width: 90%;
   display:-webkit-box;
   display:-ms-flexbox;
   display:flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content:space-around;  /* Safari etc. */
   -ms-justify-content    :space-around;  /* IE10        */
   justify-content        :space-around;
   gap: 50px;
}
.list_flex_link::after{
    display:none
}
.list_flex_link li{
   width: calc((100% - 150px) / 4);
   aspect-ratio: 1/1;
   display:flex;
   align-items: center;
   background: #ffffff;
   border-radius: 50%;
   position: relative;
   transition:0.3s;
   cursor: pointer;
   max-width: 200px;
}
.list_flex_link li:hover{
box-shadow: 0 6px 10px #ffffffa3;
transform:translateY(-2px)
}
.list_flex_link li::before{
content:"";
display:block;
width:90%;
height:90%;
border:3px dashed;
border-radius:50%;
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
color:#dc2525
}
.list_flex_link li::after{
content:"";
display:block;
width:60%;
height: 57%;
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
background:url(/frenchfestival/image/2025/norenicon.png) no-repeat center/contain; 
    animation:pikopiko 1.0s forwards infinite;
} 
.list_flex_link li:nth-of-type(2)::after{
background:url(/frenchfestival/image/2025/edgeicon.png) no-repeat center/contain; } 
.list_flex_link li:nth-of-type(3)::after{
background:url(/frenchfestival/image/2025/foodshowicon.png) no-repeat center/contain; }
.list_flex_link li:nth-of-type(4)::after{
background:url(/frenchfestival/image/2025/thewineicon.png) no-repeat center/contain; } 
.list_flex_link li:hover::after{ 
    animation:none;
transform:translate(-50%,-50%) rotate(5deg); 
} 

@keyframes pikopiko{ 
    50%{
transform:translate(-50%,-50%) rotate(5deg); 
    } 
    0%,100%{
transform:translate(-50%,-50%) rotate(0deg);
    } 
}

.list_flex_link li a{
   display:block;
   text-decoration:none;
   width: 100%;
   height: 100%;
   position: relative;
   z-index: 100;
}
#frenchfes .list_flex_link li a::before{color:#dc2525;bottom:20px;top:auto;left:50%;transform: translateX(-50%) rotate(-135deg);width:10px;height:10px} .list_flex_link li a > span{width: 84%;height:50%;background:url(/frenchfestival/image/2025/noren-text.png) no-repeat center/contain;display:block;position:absolute;top:0;transform:translate(-50%,-50%);left:50%} .list_flex_link li:nth-of-type(2) a > span{background: url(/frenchfestival/image/2025/edge-text.webp) no-repeat center/contain;width: 114%;height: 62%;transform: translate(-50%, -43%);} .list_flex_link li:nth-of-type(3) a > span{background:url(/frenchfestival/image/2025/foodshow-text.png) no-repeat center/contain;width: 107%;height: 75%;transform: translate(-53%, -39%);} .list_flex_link li:nth-of-type(4) a > span{background:url(/frenchfestival/image/2025/thewine-text.png) no-repeat center/contain;width: 72%;height: 75%;transform: translate(-53%, -55%);} .list_flex_link li:hover::after{ animation:none;
transform:translate(-50%,-50%) rotate(5deg); } .list_flex_link li a span span{ width:1px; height:1px; overflow:hidden; display:block } @media screen and (max-width:768px){
  .list_flex_link{
   margin: 60px auto 0;
   width: 90%;
   gap: 50px 30px;
   max-width: 300px;
}
.list_flex_link li{
   width: calc((100% - 50px) / 2);
}
.list_flex_link li:nth-of-type(4)::after{
    height: 43%;
} 

}



section#edge {
    margin-bottom: 0;
    padding-top: 135px;
    padding-bottom: 400px;
    background: #a81c1c;
    position: relative;
}
section#edge .box_container.flex-wrap .item p.details {
    margin:20px 0 0;
    text-align: left;
    background-color: #a81c1c;
    background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #a81c1c 50%, #a81c1c 100%), /* 点線1の色 */ linear-gradient(180deg, #ccc 1px, transparent 1px);
    background-size: 8px 100%, /* 点線1のサイズ */ 100% 2.5em;
    line-height: 2.5em;
    padding-bottom: 1px;
    Font-size: 12px;
}

section#noren {
    margin: 200px 0 140px;
    padding-bottom: 400px;
    position:relative;
    height: 100%;
}

section#sfs {
    padding-top: 15vh;
    height: 100%;
}
@media screen and (min-width: 1150px){
    section#sfs {
    margin: 82px 0;
    padding-top: 22vh;
    }
}

section#edge{
    position:relative;
}

.store-wrap {
    /* margin: 121px 0 0; */
    position: relative;
    height: 100%;
}
.fixed-bg,.fixed-bg02 ,.fixed-bg03 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 0;
  background: url(/frenchfestival/image/2025/illust03.png) no-repeat left bottom / 367px;
  width: 100%;
  height: 100%;
  max-height: 700px;
  opacity: 0.5;
}
@media screen and (min-width:1500px){
  .fixed-bg,.fixed-bg02 ,.fixed-bg03 {
  opacity: 1;
 }
}
section#sfs .fixed-bg03{
  background: url(/frenchfestival/image/2025/illust02.png) no-repeat left bottom / 400px;
}
section#edge .fixed-bg02{
  background: url(/frenchfestival/image/2025/illust04.png) no-repeat right center / 40%;
  z-index: 1;
  left: auto;
  right: 0;
  transform: translate(5%, 0);
}
.fixed-bg.is-active,.fixed-bg02.is-active,.fixed-bg03.is-active {
  position: fixed;
  bottom: 0;
  top: auto;
  left: 48%;
}
div#frenchfes .store-wrap .store-lead::before{
  content:"";
  display: block;
  width: 100vw;
  background: url(/frenchfestival/image/2025/store-lead-bg02.webp) no-repeat center left/cover;
  position:absolute;
  top: 37%;
  left: 0;
  z-index: -1;
  transform: translateY(-50%);
  aspect-ratio: 400/199;
}
div#frenchfes .store-wrap .store-lead::after{
  content:"";
  display: block;
  width: calc((100% + 20px));
  height: 80px;
  background: url(/frenchfestival/image/2025/store-lead-bg.webp) repeat-x top left/40%;
  position:absolute;
  top: 2px;
  left: -20px;
  z-index: -1;
  transform: translateY(-68%) rotate(6deg); } div#frenchfes .store-wrap .store-lead::after{
  position:absolute;
  bottom: 1px;
  top: auto;
  visibility:visible;
  z-index: -2;
  transform: scale(1, -1) translateY(-80%);
  left: -5px;
}
.store-wrap  .store-lead {
    padding: 0 0  0 31px;
    line-height: 1.8;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #000;
    /* height: 419px; */
    width: 100%;
    border-top-right-radius: 45vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px 35px 0 100px;
    position: relative;
    box-sizing: border-box;
    z-index: 10;
    border-top-left-radius: 10vw;
}
#edge.store-wrap  .store-lead,section#sfs  .store-lead{
    position: absolute;
    z-index: 0;
    top: 0;
    transform: translateY(-87%);
    padding: 35px 35px 45px 87px;
}
section#sfs  .store-lead{
   transform: translateY(-80%);
   /* height: 95vh; */
}
.store-wrap  .store-lead::after{
display:none
}
.store-wrap  .store-lead p{max-width: 722px;line-height: 2.5;} .store-wrap  .store-lead h2{
font-family: "fot-chiaro-std", sans-serif;
font-weight: 700;
font-style: normal;
font-size: 50px;
}
.store-wrap  .store-lead h2 span{
font-size: 19px;
display: block;
}
.store-wrap h3 {
    margin: 0 auto 60px 7%;
    padding: 66px 0 0 264px;
    max-width: 700px;
    position: relative;
    font-size: 22px;
    letter-spacing: 0.1em;
    font-family: "fot-chiaro-std", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.store-wrap h3.lineup-title::before,.store-wrap h3.access-title::before {
    content: "";
    display: block;
    width: 254px;
    height: 93px;
    background: url(/frenchfestival/image/2025/lineup.png) no-repeat bottom left/contain;
    position: absolute;
    bottom: 0;
    left: 0;
}
.store-wrap h3.access-title::before{
    background: url(/frenchfestival/image/2025/access.png) no-repeat bottom left/contain;
    
}
.flex-wrap{max-width: 1300px;display: flex;justify-content: space-between;flex-wrap: wrap;margin:0 auto;gap: 80px 50px;} .flex-wrap::after{ display:none } .box_container.flex-wrap {
    position: relative;
    padding: 0 100px;
    box-sizing: border-box;
    z-index: 1;
}
.box_container.flex-wrap .item{
width:calc((100% - 50px) / 2)
}
.box_container.flex-wrap .item:first-of-type, .box_container.flex-wrap .item:nth-of-type(6), .box_container.flex-wrap .item:nth-of-type(11){
    align-items: center;
    gap: 50px;
    width: 100vw;
    display: grid;
    grid-template-columns: 1fr 0.6fr;
    margin: 0 calc(50% - 54vw);
}
@media screen and (min-width:1300px){
    section#noren {
    margin: 350px 0 140px;
    padding-bottom: 400px;
    position:relative
}
    .store-wrap .store-lead{
        margin-bottom: 250px;
    }
  .box_container.flex-wrap .item:first-of-type ,.box_container.flex-wrap .item:nth-of-type(6), .box_container.flex-wrap .item:nth-of-type(11){
    margin: 0;
  }
    #edge.store-wrap  .store-lead,section#sfs  .store-lead{
    margin-bottom: 277px;
    transform: translateY(-103%);
    padding: 35px 35px 45px 87px;
}
    section#sfs  .store-lead{
        transform: translateY(-114%);
    }
    section#edge,section#sfs{
        padding-top: 250px;
        padding-bottom: 450px;
    }
    section#sfs{
  padding-bottom:250px;
    }
}


@media screen and (max-width:614px){
  div#frenchfes .store-wrap .store-lead::before{
  background: url(/frenchfestival/image/2025/store-lead-bgsp.webp) no-repeat center left/cover;
  top: 46%;
  aspect-ratio: 1000/839;
  width: 138vw;
  }
  #edge.store-wrap  .store-lead,section#sfs  .store-lead{
    transform: translateY(-80%);
    padding: 20px 22px 45px 14px;
  }
  .fixed-bg,.fixed-bg02 ,.fixed-bg03 {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: url(/frenchfestival/image/2025/illust03.png) no-repeat left bottom / 40%;
  max-width: 700px;
  }
  section#edge .fixed-bg02{
  background: url(/frenchfestival/image/2025/illust04.png) no-repeat right bottom / 60%;
  }
  section#sfs .fixed-bg03{
  background: url(/frenchfestival/image/2025/illust02.png) no-repeat left bottom / 60%;
  }
  .fixed-bg.is-active,.fixed-bg02.is-active,.fixed-bg03.is-active {
  position: fixed;
  bottom: 0;
  top: auto;
  left: 48%;
  }
  .fixed-bg02.is-active {
  right:0;
  left: auto;
  transform: translate(0%, 0);
  } 
}
@media screen and (min-width:370px) and (max-width:450px){ div#frenchfes .store-wrap .store-lead::before{
  background: url(/frenchfestival/image/2025/store-lead-bgsp.webp) no-repeat center left/cover;
  top: 42%;
  aspect-ratio: 1000/839;
  width: 100vw;
}
}
@media screen and (min-width:451px) and (max-width:613px){ div#frenchfes .store-wrap .store-lead::before{
  background: url(/frenchfestival/image/2025/store-lead-bgtb.webp) no-repeat center left/cover;
  top: 46%;
  aspect-ratio: 91/54;
  width: 100vw;
}
}
@media screen and (min-width:615px) and (max-width: 1150px){ div#frenchfes .store-wrap .store-lead::before{
  background: url(/frenchfestival/image/2025/store-lead-bgtb.webp) no-repeat center left/cover;
  top: 46%;
  aspect-ratio: 91/54;
}
        #edge.store-wrap  .store-lead,section#sfs  .store-lead{
    transform: translateY(-93%);
    padding: 35px 35px 45px 30px;
}
}
@media screen and (min-width:650px) and (max-width: 1150px){ div#frenchfes .store-wrap .store-lead{
  margin-bottom:120px;
}
}
@media screen and (max-width:768px){
    .store-wrap {
    margin: 80px 0;
    position: relative;
}
    section#sfs {
    padding-top: 30%;
}
    section#edge {
    padding-top: 130px;
    padding-bottom: 300px;
}
    section#noren {
    margin: 135px 0 140px;
    padding-bottom: 159px;
}
    .box_container.flex-wrap {
    padding: 0 24px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
    .flex-wrap{
        gap: 45px 30px;
    }
  .box_container.flex-wrap .item:first-of-type, .box_container.flex-wrap .item:nth-of-type(6), .box_container.flex-wrap .item:nth-of-type(11){
    width: auto;
    display: block;
    margin: 0 calc(50% - 42vw);
  }
.store-wrap  .store-lead {
    margin: 0 0 67px;
    padding: 0 25px 0 18px;
    line-height: 1.8;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #000;
    position:relative;
    z-index: 0;
    box-sizing: border-box;
}
    section#sfs  .store-lead{
   transform: translateY(-67%);
   height: 57vh;
}
.store-wrap  .store-lead h2{font-size: 29px;letter-spacing: -0.02em;} .store-wrap  .store-lead h2 span{font-size: 14px;display: block;line-height: 1.4;}
    .store-wrap h3 {
    margin: 0 0 31px 30px;
    padding: 30px 0 0 158px;
    font-size: 16px;
}
    .store-wrap h3.access-title{
        margin:0 0 31px 0
    }
    .store-wrap h3.lineup-title::before,.store-wrap h3.access-title::before {
    width: 145px;
}
    .store-wrap  .store-lead p{margin: 9px 0 0;font-size: 13px;line-height: 1.8;}
    .box_container.flex-wrap .item{
width:calc((100% - 30px) / 2)
}
}
.box_container.flex-wrap .item .imgbox,.item .imgbox img{
  width:100%
}
.box_container.flex-wrap .item .item-info p.bname {
    font-size: 21px;
    font-weight: 600;
    position: relative;
    padding: 0 0 0 20px;
    line-height: 1.5;
}
.box_container.flex-wrap .item .item-info {
    padding: 10px;
    text-align: left;
    font-size: 17px;
    position: relative;
}
.box_container.flex-wrap .item .item-info::before {
    content:"";
    display:block;
    width: 77px;
    height: 46px;
    background: url(/frenchfestival/image/2025/parts-no01.png) no-repeat top left/100%;
    transform: translateX(-22px);
}
.box_container.flex-wrap .item:nth-of-type(2) .item-info::before {
    background: url(/frenchfestival/image/2025/parts-no02.png) no-repeat top left/100%; } .box_container.flex-wrap .item:nth-of-type(3) .item-info::before {
    background: url(/frenchfestival/image/2025/parts-no03.png) no-repeat top left/100%; } .box_container.flex-wrap .item:nth-of-type(4) .item-info::before {
    background: url(/frenchfestival/image/2025/parts-no04.png) no-repeat top left/100%; } .box_container.flex-wrap .item:nth-of-type(5) .item-info::before {
    background: url(/frenchfestival/image/2025/parts-no05.png) no-repeat top left/100%; } .box_container.flex-wrap .item:nth-of-type(6) .item-info::before {
    background: url(/frenchfestival/image/2025/parts-no06.png) no-repeat top left/100%; } .box_container.flex-wrap .item:nth-of-type(7) .item-info::before {
    background: url(/frenchfestival/image/2025/parts-no07.png) no-repeat top left/100%; } .box_container.flex-wrap .item:nth-of-type(8) .item-info::before {
    background: url(/frenchfestival/image/2025/parts-no08.png) no-repeat top left/100%; } .box_container.flex-wrap .item:nth-of-type(9) .item-info::before {
    background: url(/frenchfestival/image/2025/parts-no09.png) no-repeat top left/100%; } .box_container.flex-wrap .item:nth-of-type(10) .item-info::before {
    background: url(/frenchfestival/image/2025/parts-no10.png) no-repeat top left/100%; } .box_container.flex-wrap .item:nth-of-type(11) .item-info::before {
    background: url(/frenchfestival/image/2025/parts-no11.png) no-repeat top left/100%; } .box_container.flex-wrap .item:nth-of-type(12) .item-info::before {
    background: url(/frenchfestival/image/2025/parts-no12.png) no-repeat top left/100%; } .box_container.flex-wrap .item:nth-of-type(13) .item-info::before {
    background: url(/frenchfestival/image/2025/parts-no13.png) no-repeat top left/100%; } .box_container.flex-wrap .item:nth-of-type(14) .item-info::before {
    background: url(/frenchfestival/image/2025/parts-no14.png) no-repeat top left/100%; } .box_container.flex-wrap .item:nth-of-type(15) .item-info::before {
    background: url(/frenchfestival/image/2025/parts-no15.png) no-repeat top left/100%; } .box_container.flex-wrap .item .item-info p {
    margin: 0;
    font-size: 15px;
}
.box_container.flex-wrap .item p.bname::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
    transform: translateY(50%);
}
.box_container.flex-wrap .item p.itemname {
    margin: 10px 0 0;
}
.box_container.flex-wrap .item p.price span {
    font-size: 13px;
    margin: 0 10px 0 2px;
    font-weight: 600;
    word-break: break-all;
}
.box_container.flex-wrap .item p.price {
    margin: 4px 0 25px;
    font-weight: 600;
    font-size: 23px;
    line-height: 1.5;
    text-align: right;
}
.box_container.flex-wrap .item p.spec span {
    font-size: 11px;
    margin: 0 10px 0 0;
    padding: 0 5px 0 0;
    border-right: 1px solid;
}
.box_container.flex-wrap .item p.spec {
    margin: 5px 0 0;
    line-height: 1.5;
}
.box_container.flex-wrap .item p.spec.limit {
    margin: 0 0 5px;
    border: 1px solid;
    padding: 7px 11px 8px;
    font-size: 12px;
}
.flex-wrap.place {
    gap: 5px;
    border: 1px solid;
    padding: 7px 11px 8px;
    align-items: center;
}
.box_container.flex-wrap .item .item-info p.bname span span {
    margin: 0 5px 0 0;
    font-size: 13px;
    border: 1px solid;
    padding: 2px 8px;
}
.box_container.flex-wrap .item p.details { margin:20px 0 0;
    text-align: left;
        background-color: #5171fe;
    background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #5171fe 50%, #5171fe 100%), /* 点線1の色 */ linear-gradient(180deg, #ccc 1px, transparent 1px);
    background-size: 8px 100%, /* 点線1のサイズ */ 100% 2.5em;
    line-height: 2.5em;
    padding-bottom: 1px;
  Font-size:13px
}
@media screen and (max-width:768px){
    .box_container.flex-wrap .item .imgbox,.item .imgbox{
  width:110%;
  transform: translate(-9%,0);
}
.box_container.flex-wrap .item:nth-of-type(odd) .imgbox,.item .imgbox{
  transform: translate(-3%,0);
}
.box_container.flex-wrap .item:nth-of-type(1) .imgbox,.item .imgbox{
  transform: translate(-5%,0);
}
.box_container.flex-wrap .item .item-info p.bname {
    font-size: 13px;
    padding: 11px 0 0 5px;
}
    .box_container.flex-wrap .item:first-of-type p.bname,.box_container.flex-wrap .item:nth-of-type(6) p.bname, .box_container.flex-wrap .item:nth-of-type(11) p.bname{
    font-size: 15px;
    }
.box_container.flex-wrap .item .item-info {
    padding: 5px 0 0;
}
.box_container.flex-wrap .item .item-info::before {
    width: 45px;
    height: 23px;
    transform: translateX(-9px);
}
    .box_container.flex-wrap .item p.bname::before {
    width: 7px;
    height: 7px;
    bottom: auto;
    top: 9px;
    left: -9px;
}
.box_container.flex-wrap .item p.itemname {
    margin: 7px 0 0;
    font-size: 12px;
}
.box_container.flex-wrap .item p.price span {
    font-size: 10px;
    margin: 0 10px 0 2px;
    font-weight: 600;
    line-height: 1.5;
}
    .box_container.flex-wrap .item p.price span:nth-of-type(2) {
    margin: 0;
}
.box_container.flex-wrap .item p.price {
    margin: 15px 0 25px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.0;
    display: grid;
    grid-template-columns: 1fr 54px 13px;
    align-items: flex-end;
}
    .box_container.flex-wrap .item:first-of-type p.price,.box_container.flex-wrap .item:nth-of-type(6) p.price, .box_container.flex-wrap .item:nth-of-type(11) p.price{
        margin:5px 0 25px;
    }
    .box_container.flex-wrap .item p.price.irregular{
        display:block
    }
.box_container.flex-wrap .item p.spec span {
    font-size: 10px;
    margin: 0 10px 0 0;
    padding: 0 5px 0 0;
    border-right: 1px solid;
}
.box_container.flex-wrap .item p.spec {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
}
.flex-wrap.place {
    gap: 3px;
}
.box_container.flex-wrap .item .item-info p.bname span span {
    margin: 0 5px 0 0;
    font-size: 8px;
    border: 1px solid;
    padding: 2px 8px;
    position: absolute;
    top: 0;
    left: 46px;
    transform: translateY(-110%);
}
.box_container.flex-wrap .item p.details {
    margin:20px 0 0;
    text-align: left;
    background-color: #5171fe;
    background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #5171fe 50%, #5171fe 100%), /* 点線1の色 */ linear-gradient(180deg, #ccc 1px, transparent 1px);
    background-size: 8px 100%, /* 点線1のサイズ */ 100% 2.0em;
    line-height: 2.0em;
    padding-bottom: 1px;
    Font-size: 12px;
}
}




.access-wrap {
    margin: 90px auto 0;
    max-width: 980px;
    padding: 0 30px;
    position: relative;
    z-index: 10;
}
.access-wrap .flex-wrap {
    margin: 20px auto 0;
    align-items: center;
}
.access-wrap .flex-wrap p {
    width: calc((100% - 50%) - 50px);
    line-height: 2.0;
    font-size: 17px;
}
.access-wrap .flex-wrap p span.ex-p {
    margin: 0 0 10px;
    font-size: 20px;
    display: block;
    font-weight: 600;
    line-height: 1.0;
}
.access-wrap .flex-wrap p span.access-subtitle {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 3px 10px;
    border: 1px solid;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-size: 13px;
}
.access-wrap .flex-wrap .map {
    width: 50%;
}
.access-wrap .flex-wrap .map iframe {
    width: 100%;
    height: 300px;
}
.floor-bt {
    text-align: right;
    /* margin: 15px 0 0; */
}
.floor-bt a {
    padding: 0 28px 3px 5px;
    padding: 0 28px 0 0;
    display: inline-block;
    /* border-bottom: 2px dashed; */
    color: #fff;
    font-size: 11px;
    position: relative;
    letter-spacing: 0.05em;
}
.floor-bt a::before, .list_flex_link li a::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 2px solid;
border-left: 2px solid;
    position: absolute;
    right: 0;
    bottom: 50%;
    transform: translateY(50%) rotate(135deg); }


section#thewine {
  margin: 362px 0;
  margin-bottom: 0;
  background:#a81c1c;
  padding-bottom: 150px;
}

section#thewine::before{
  content:"";
  display: block;
  width: 100vw;
  background: url(/frenchfestival/image/2025/store-lead-bgwine.webp) no-repeat center left/cover;
  position:absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translateY(-91%);
  aspect-ratio: 1001/304;
}
.thewine-image {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.thewine-image p.thewine-lead {
    position: absolute;
    transform: rotate(-5deg);
    font-size: 20px;
    width: 381px;
    right: 0;
    bottom: -27px;
    font-weight: 600;
    font-family: "fot-chiaro-std", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.thewine-image img {
    width: 100%;
}

section#thewine h2 {
    text-align: center;
    margin: 0 0 50px;
    font-size: 22px;
    font-family: "fot-chiaro-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 50px;
}
@media screen and (max-width:768px){
section#thewine {
  margin-top: 182px;
}
.thewine-image p.thewine-lead {
    position: absolute;
    transform: rotate(-5deg);
    font-size: 14px;
    width: 381px;
    right: 14px;
    bottom: -27px;
    width: auto;
}
section#thewine::before{
z-index:10
}
    .access-wrap .flex-wrap {
    margin: 20px auto 0;
        flex-direction:column;
        gap:20px;
}
    .access-wrap .flex-wrap p {
    width: 100%;
    line-height: 2.0;
    font-size: 15px;
    margin: 0;
}
.access-wrap .flex-wrap p span.ex-p {
    margin: 0 0 10px;
    font-size: 18px;
    display: block;
    font-weight: 600;
    line-height: 1.5;
}
.access-wrap .flex-wrap p span.access-subtitle {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 3px 10px;
    border: 1px solid;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-size: 11px;
}
.access-wrap .flex-wrap .map {
    width: 100%;
}
    section#thewine h2 {
    font-size: 22px;
    z-index: 100;
    position: relative;
}
}



