/* CSS Remedy */
*,::after,::before{box-sizing:border-box}html{line-sizing:normal}body{margin:0}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.17rem}h4{font-size:1rem}h5{font-size:.83rem}h6{font-size:.67rem}h1{margin:.67em 0}pre{white-space:pre-wrap}hr{border-style:solid;border-width:1px 0 0;color:inherit;height:0;overflow:visible}audio,canvas,embed,iframe,object,svg,video{display:block;vertical-align:middle;max-width:100%}canvas,img,svg,video{height:auto}audio{width:100%}img{border-style:none}svg{overflow:hidden}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}img{vertical-align:middle;max-width:100%}
@charset "utf-8";
/* Common CSS */
/* ---------------------------------------- */
/* Base */
/* ---------------------------------------- */
body{
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, Helvetica, Arial, system-ui, sans-serif;
  font-size: 14px;
  color: #111;
  line-height: 1.8;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;  
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, a{
  box-sizing: border-box;
}
main{
  display:block;
}
img{
  max-width:100%;
  height: auto;
}
button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
h1, h2, h3, h4, h5, h6, dt {
  line-height: 1.6;
}
dd {
  margin-left: 0;
}

ul, ol {
  list-style-type: none;
  padding: 0;
}
figure {
  display: inline;
  margin: 0;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
a:link { color: inherit; text-decoration: none;}
a:visited { color: inherit; }
a:hover { color: inherit; text-decoration: none;}
a:active { color: inherit; }
figure {
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.video {
  position: relative;
  width: 100%;
  /* padding-top: 56.25%; */
  padding-top: 30.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ---------------------------------------- */
/* COMPONENT */
/* ---------------------------------------- */
.wf-en {
  font-family: graphie, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.wf-jp {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.show-sml{
  display: none;
}
.align-c{
  text-align:center;
}
.align-r{
  text-align:right;
}

.c-btn {
  position: relative;
  display: inline-block;
  padding: 11px 20px 13px;
  min-width: 396px;
  min-height: 60px;
  border: 2px solid #003451;
  border-radius: 5px;
  color: #003451;
  font-size: 17px;
}
.c-btn.c-btn-jp {
  padding-top: 13px;
  font-size: 16px;
}
.c-btn::before {
  content:'';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFEA00;
  border-radius: 5px;
  transform: scale(.7, 0);
  transform-origin: center center;
  transition: transform .2s cubic-bezier(0.25, 1, 0.5, 1);
}
.ua-desktop .c-btn:hover::before {
  transform: scale(1, 1);
}
.c-btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 15px;
  width: 8px;
  height: 12px;
  background: url(../img/assets/icon_arrow_blue.png) center / contain no-repeat;
}
.c-btn span {
  position: relative;
  background:linear-gradient(transparent 60%, #FFEA00 60%);
}
.c-btn.c-btn-secondary {
    border-width: 1px;
    min-height: 44px;
    padding-top: 8px;
    padding: 5px 20px 0px;
    font-size: 13px;
    font-weight: bold;
    color: #003451;
    transition: opacity .2s ease-out;
}
.c-btn.c-btn-secondary::before {
  display: none;
}
.c-btn.c-btn-secondary:hover {
  opacity: .7;
}

.c-btn-thirdly {
  position: relative;
  display: inline-block;
  padding: 11px 20px 13px;
  width: 100%;
  min-height: 60px;
  border: 2px solid #FFEA00;
  /* border-radius: 5px; */
  color: #003451 !important;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}
.c-btn-thirdly:hover {
  background: rgba(255,234,0,0.2);
}
.c-btn-thirdly:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 15px;
  width: 8px;
  height: 12px;
  background: url(../img/assets/icon_arrow_blue.png) center / contain no-repeat;
}

.c-tag {    
  border: 1px solid #333;
  display: inline-block;
  padding: 0 10px;
}

.c-bgline {
 background:linear-gradient(transparent 60%, #FFEA00 60%); 
}

.icn-pdf{
  text-decoration: underline !important;
}
.icn-pdf:hover{
  text-decoration: none !important;
}
.icn-pdf:before{
  position: relative;
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  left: 0;
  top: 6px;
  margin-right: 3px;
  background-image: url(../img/assets/icon_pdf.png);
  background-size: cover;
}

.c-social-link-line{
  a{
    display: inline-block;
    padding: 4px 10px 4px;
    border: 1px solid #ddd;
    /* text-decoration: underline; */
    font-size: 13px;
    border-radius: 100vmax;
  }
  a:hover{
    /* text-decoration: none; */
    border: 1px solid #FFEA00;
  } 
  a img{
    margin-right: 3px;
  }
}

/* ---------------------------------------- */
/* BLOCK */
/* ---------------------------------------- */
.l-main-container {
  position: relative;
  z-index: 2;
}
.line-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 24px;
  background-color: #FFEA00;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease-out;
}
body.is-hero-end .line-top {
  opacity: 1;
}
body.is-hero-end.is-menu-open .line-top {
  opacity: 0;
}
.l-header {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -756px;  
  color: #003451;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}

@media screen and (min-width: 1600px){

  body.has-no-scrollbarwidth .l-header {
    margin-left: -764px;  
  }
  .ua-safari .l-header {
    margin-left: -765px;
  }

}

@media screen and (max-width: 1599px) and (min-width: 1441px){
  .l-header {
    left: 36px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1440px) and (min-width: 800px){
  .l-header {
    left: 20px;
    margin-left: 0;
  }
}
.l-header .inner {
  padding-top: 48px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  pointer-events: auto;
  transition: opacity .2s ease-out;
}
.l-header .header-logo {
  margin-bottom: 0;
}
.l-header .header-logo a {
  transition: opacity .2s ease-out;
}
.ua-desktop .l-header .header-logo a:hover {
  opacity: .6;
}
.l-header .localnav {
  margin-top: 11px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.6;
}
.l-header .localnav li a {
  display: inline-block;
  position: relative;

}
.l-header .localnav li a span {
  position: relative;
}
.l-header .localnav li a::before {
  content: '';
  display: block;
  height: 4px;
  width: calc(100% + 10px);
  position: absolute;
  top: 50%;
  left: -5px;
  margin-top: -3px;
  background-color: #FFEA00;
  transform: scale(1, 0);
  transition: transform .2s ease-out;
}
.ua-desktop .l-header .localnav li a:hover::before {
  transform: scale(1, 1);
}

body[data-sectionnum="1"] .l-header .localnav li:nth-child(1) a::before {
  transform: scale(1, 1);
}
body[data-sectionnum="2"] .l-header .localnav li:nth-child(2) a::before {
  transform: scale(1, 1);
}
body[data-sectionnum="3"] .l-header .localnav li:nth-child(3) a::before {
  transform: scale(1, 1);
}

.l-header .sociallist {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 8px;
  width: 60px;
}
.l-header .sociallist li + li{
  margin-left: 10px;
}
.l-header .sociallist li a {
  display: block;
  transition: opacity .2s ease-out;
}
.ua-desktop .l-header .sociallist li a:hover {
  opacity: .6;
}
.l-footer {
  position: relative;
  z-index: 2;
  min-height: 154px;
  padding: 58px 60px 58px;
  background-color: rgba(0, 25, 81, .05);
}
.l-footer .footer-company {
  margin-bottom: 12px;
}
.l-footer .copyright {
  margin-bottom: 0;
  font-size: 10px;
  letter-spacing: 0.05em;
}
.l-footer .footer-company a {
  display: inline-block;
  transition: opacity .2s ease-out;
}
.ua-desktop .l-footer .footer-company a:hover {
  opacity: .6;
}
.l-footer .footer-logo {
  position: absolute;
  right: 58px;
  top: -80px;
  margin-bottom: 0;
}
.l-footer .footer-logo a {
  display: block;
  transition: opacity .2s ease-out;
}
.ua-desktop .l-footer .footer-logo a:hover {
  opacity: .6; 
}


/* ---------------------------------------- */
/* LAYOUT */
/* ---------------------------------------- */
.l-section {
  position: relative;
  padding-top: 70px;
  padding-bottom: 100px;
}

.l-inner {
  max-width: 1332px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 36px;
  padding-left: 36px;
}

.l-section-head {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  right: 50%;
  margin-right: -762px;
  width: 72px;
  height: 100%;
  z-index: 2;
  color: #003451;
  pointer-events: none;
}
.ua-safari.ua-desktop .l-section-head {
  margin-top: 150px;
}
@media screen and (min-width: 1600px){
  body.has-no-scrollbarwidth .l-section-head {
    margin-right: -769px;  
  }

  .ua-safari .l-section-head {
    margin-right: -770px;
  }
}


@media screen and (max-width: 1599px) and (min-width: 1441px){
  .l-section-head {
    margin-right: 0;
    right: 30px;
  }
}

@media screen and (max-width: 1440px) and (min-width: 800px){
  .l-section-head {
    margin-right: 0;
    right: 13px;
  }
}

.l-section-head .inner {
  position: -webkit-sticky;
  position: sticky;
  top: 48px;
  display: inline-block;
  padding-bottom: 300px;
}
.l-section-head .title-en {
  margin: 0;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.08em;
}
.ua-ie .l-section-head .title-en {
  white-space: nowrap;
}
.l-section-head .title-ja {
  margin: 0;
  margin-right: 18px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.15em;
}


/* HERO */
.section-hero {
  position: relative;
  z-index: 3;
  height: auto;
  /* overflow: hidden; */
}
.section-hero figure {
  min-height: 100vw;
}
.hero-logo-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hero-logo {
  margin: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

body.is-firstview-not-scrollable .hero-logo {
  height: 100%;
}


/* ABOUT */
.section-about {
  padding-top: 150px;
}
.section-about::before {
  content:'';
  display: block;
  width: 100%;
  height: 530px;
  background-color: #003451;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-about .about-title{
  margin-top: 0;
  margin-bottom: 144px;
}
.section-about .about-copy {
  margin-bottom: 100px;
}

.about-outline-container {
  background-color: #F9F9FB;
  padding-top: 90px;
  padding-bottom: 100px;  
  background-color: #F9F9FB;
  position: relative;
}
.about-outline-container .slick-dots {
  position: absolute;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -37px;
}
.about-outline-container .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border: 2px solid #E1E1E1;
  background-color: #E1E1E1;
  border-radius: 100%;
  transition: background .2s ease-out, border .2s ease-out;
  cursor: pointer;
}
.about-outline-container .slick-dots li.slick-active {
  background-color: #FFEA00;
  border: 2px solid #003451;
  pointer-events: none;
}

.about-outline-container .slick-dots button {
  visibility: hidden;
}
.about-outline-wrapper {
    
}
.about-outline-wrapper .about-outline-item {
  position: relative;
  outline: none;
  background-color: #fff;
  height: 694px;
}
.about-outline-container .outline-declaration {
  width: 828px;
  padding-top: 106px;
  padding-left: 88px;
  padding-right: 88px;
  color: #003451;
  font-size: 18px;
}

.about-outline-wrapper .slick-arrow {
  display: block;
  position: absolute;
  bottom: 50%;
  margin-bottom: -20px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
  font-size: 0;
  z-index: 2;
  transition: opacity .2s ease-out;
  opacity: .9;
}
.ua-desktop .about-outline-wrapper .slick-arrow:hover {
  opacity: .6;
}
.about-outline-wrapper .slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: .3;
}
.about-outline-wrapper .slick-arrow::before {
  content:'';
  display: block;
  width: 9px;
  height: 9px;
  border-left: 2px solid #003451;
  border-bottom: 2px solid #003451;  
}
.about-outline-wrapper .slick-arrow.slick-next {
  right: 50%;
  margin-right: -526px;
  padding-left: 2px;
}
.about-outline-wrapper .slick-next::before {
   transform: rotate(225deg);
}
.about-outline-wrapper .slick-arrow.slick-prev {
  left: 50%;
  margin-left: -526px;
  padding-right: 2px;
}
.about-outline-wrapper .slick-prev::before {
  transform: rotate(45deg); 
}
@media screen and (max-width: 1140px){
  .about-outline-wrapper .slick-arrow.slick-next {
    right: 36px;
    margin-right: 0;
  }
  .about-outline-wrapper .slick-arrow.slick-prev {
    left: 36px;
    margin-left: 0;
  }  
}


.about-outline-container .outline-declaration .l-inner {
  max-width: 684px;
  margin-right: auto;
  margin-left: auto;  
}
.about-outline-container .outline-declaration .title{
  margin-top: 0;
  margin-bottom: 37px;
  font-size: 21px;
  line-height: 1.8;
}
.about-outline-container .outline-declaration .declaration-01,
.about-outline-container .outline-declaration .declaration-02 {
  line-height: 2;
  margin-bottom: 20px;
}
.about-outline-container .outline-declaration .declaration-02 {
  line-height: 2.1;
  margin-bottom: 0;
}
.about-outline-container .outline-illustration {
  max-width: 1008px;
  max-width: 1186px;
  margin-right: -88px;
  margin-left: -88px;  
  padding-left: 88px;
  padding-right: 88px;
  padding-top: 37px;
  padding-bottom: 40px;
  color: #003451;
}

.about-outline-container .outline-illustration .l-inner {
  padding-right: 51px;
  padding-left: 51px;  
}
.about-outline-container .outline-illustration .title {
  margin-top: 0;
  /* margin-bottom: 38px; */
  margin-bottom: 28px; /* 202209 edit */
  font-size: 21px;
  line-height: 1.8;
}
.about-outline-container .illustration-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.about-outline-container .illustration-list .item {
  position: relative;
  max-width: 288px;
  /* padding: 37px 29px 26px; */
  padding: 30px 28px 23px; /* 202209 edit */
  width: 288px;
  min-height: 240px;
  border: 2px solid #FFEA00;
  border-radius: 16px;
}
.about-outline-container .illustration-list .item:not(:first-child)::before,
.about-outline-container .illustration-list .item:not(:first-child)::after {
  content:'';
  display: block;
  background-color: #fff;
  position: absolute;
  z-index: 0;
}
.about-outline-container .illustration-list .item::before {
  width: calc(100% - 60px);
  height: calc(100% + 4px);
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
}
.about-outline-container .illustration-list .item::after {
  width: calc(100% + 4px);
  height: calc(100% - 60px);
  top: 50%;
  left: -2px;
  transform: translateY(-50%);
}
.about-outline-container .illustration-list .item:nth-child(n+4) {
  margin-top: 24px;
}
.about-outline-container .illustration-list .item .inner {
  position: relative;
  z-index: 2;
}
.about-outline-container .illustration-list .item .headline {
  margin-top: 0;
  margin-bottom: 10px;
  min-height: 53px;
  font-size: 21px;
}
.about-outline-container .illustration-list .item .headline .detail {
  display: block;
  font-size: 13px;
}
.about-outline-container .illustration-list .item p {
  color: #444;
  margin-bottom: 0;
  line-height: 1.8;
}
.about-outline-container .illustration-list .item:first-child {
  border: none;
  order: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 36px;
}
.about-outline-container .illustration-list .item:first-child .arrow {
  width: 18px;
  height: 46px;
  background: url(../img/assets/icon_arrow_illustrationlist.png) center center / contain no-repeat;
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.about-outline-container .illustration-list .item:first-child .arrow.arrow-01 {
  left: 0;
  transform: rotate(90deg);
}
.about-outline-container .illustration-list .item:first-child .arrow.arrow-02 {
  left: 28px;
  bottom: 5px;
  transform: rotate(45deg);  
}
.about-outline-container .illustration-list .item:first-child .arrow.arrow-03 {
  bottom: -36px;
  left: 50%;
  margin-left: -9px;
}
.about-outline-container .illustration-list .item:first-child .arrow.arrow-04 {
  right: 28px;
  bottom: 5px;
  transform: rotate(-45deg);
}
.about-outline-container .illustration-list .item:first-child .arrow.arrow-05 {
 right: 0;
 transform: rotate(90deg); 
}
.about-outline-container .illustration-list .item:first-child .inner {
  width: 168px;
  height: 168px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #FFEA00;
  border-radius: 100%;  
  box-shadow:0px 0px 10px 15px #fffdee;
}
.about-outline-container .illustration-list .item:first-child .headline {
  margin-bottom: 0;
  line-height: 1.3;
}
.about-outline-container .illustration-list .item:nth-child(2){
  order: 1;
}
.about-outline-container .illustration-list .item:nth-child(3){
  order: 3;
}
.about-outline-container .illustration-list .item:nth-child(4){
  order: 4;
}
.about-outline-container .illustration-list .item:nth-child(5){
  order: 5;
}
.about-outline-container .illustration-list .item:nth-child(6){
  order: 6;
}

@media screen and (max-width: 1000px) and (min-width: 801px){
  .about-outline-container .outline-illustration {
    max-width: 800px;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .about-outline-container .outline-illustration .l-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .about-outline-container .illustration-list .item {
    width: 230px;
    padding: 40px 20px 20px;
    font-size: 12px;
  }
  .about-outline-container .illustration-list .item .headline {
    font-size: 16px;
  }
  .about-outline-container .illustration-list .item:first-child .arrow.arrow-01 {
    left: -10px;
  }
  .about-outline-container .illustration-list .item:first-child .arrow.arrow-05 {
    right: -10px;
  }
}
.about-video-sns {
  max-width: 1180px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}

.about-video-sns-flex{
  display:flex;
  justify-content: space-between;
}

.about-video-sns-flex .video{
  max-width: 710px;
}

.sns-facebook{
  /* width: 396px; */
  width: auto;
}

/* AGRI MARCHE*/
.l-section.section-marche {
  padding-top: 100px;
  padding-bottom: 0px;
}
.ua-safari.ua-desktop .l-section-head {
  margin-top: 96px;
}
.section-marche-head {
  padding-bottom: 72px;
}
.section-marche-head .gallery{
  position: relative;
  width: calc(100% - 216px);
  margin: 0 0 0 auto;
}

.section-marche-head .gallery .gallery-logo-wrap{
position: absolute;
display: flex;
flex-flow: column;
left: -220px;
z-index: 2;
top: 50%;
transform: translateY(-50%)

}
.section-marche-head .gallery-logo:nth-child(1) {
margin-bottom: 8%;
}
.section-marche-head .gallery-logo:nth-child(2) {
/* 
  left: -220px;
  bottom: 4%;
  margin-top: -144px;  
  z-index: 2; */
}
@media screen and (max-width: 1280px) and (min-width: 1001px){
  .section-marche-head .gallery-logo {
    width: 240px;    
  }

}
@media screen and (max-width: 1000px) and (min-width: 801px){
  .section-marche-head .gallery{
    margin: 0 0 0 17%;
  }
  .section-marche-head .gallery .gallery-logo-wrap {
    left: -80px;
  }
  .section-marche-head .gallery-logo{
    width: 160px;    

  }
}
.section-marche-head .content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 1114px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
}
.section-marche-head .content .preface {
  padding-right: 36px;
  text-align: center;

}
.sns-container {
  /* width: 396px; */
}
.sns-container .sns-facebook {
  overflow: hidden;
}
.sns-container .sns-instagram {
  margin-top: 20px;
  /* background-color: #F5F5F5; */
}
.sns-container .instagram-slide {
  /* padding: 16px 20px; */
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  /* flex-wrap: wrap; */
  /* max-width: 396px; */
  width: 100%;
}
.sns-container .instagram-slide a {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.sns-container .instagram-slide a img {
  object-fit: cover;
  width: 100%;
  height: 100%;  
}
.ua-ie .sns-container .instagram-slide a {
  position: relative;
  padding-top: 100%;
}
.ua-ie .sns-container .instagram-slide a img {
  position: absolute;
  height: 100%;
  width: auto;
  max-width: initial;
  max-width: 200%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;

}
.sns-container .instagram-slide a::after {
  content:'';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/assets/icon_instagram_white.png) center center / 42px 42px no-repeat rgba(0, 0, 0, .6);
  position: absolute; 
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity .2s ease-out;
}
.ua-desktop .sns-container .instagram-slide a:hover::after {
  opacity: 1;
}
.sns-container .instagram-slide,
.sns-container .instagram-slide .item a {
  outline: none;
}
.sns-container .instagram-slide .item {
    width: calc(50% - 10px);
    max-height: 220px;
}
.sns-container .instagram-slide .item:not(:first-child){
    margin-left: 20px;
}
/* .sns-container .instagram-slide .item:nth-child(n+3) {
  margin-top: 16px;
} */
@media screen and (max-width: 1000px) and (min-width: 801px){
  /* .sns-container {
    width: 300px;
  } */
}

.marche-nav-container {
  color: #003451;
}
.marche-nav-container .status {
  height: 40px;
  margin-bottom: 23px;
  padding: 7px 5px 0px 14px;
  border: 2px solid #FFEA00;
  font-weight: bold;
}
.marche-nav {
  overflow: hidden;
  height: 70px;
}

.marche-nav .anchorlist {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 936px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #fff;
}
.marche-nav .anchorlist::before {
  content: '';
  display: block;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #F5F5F5;
  z-index: -1;
}
.marche-nav .anchorlist li {
  width: 288px;
  height: 100%;
  margin-right: 36px;
  font-size: 15px;
  font-weight: bold;
}
.marche-nav .anchorlist li a {
  display: block;
  position: relative;
  height: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 1.3;
}
.marche-nav .anchorlist li a span {
  position: relative;
  z-index: 2;
  display: block;
  transition: opacity .2s ease-out;
}
.ua-desktop .marche-nav .anchorlist li a span:hover {
  opacity: .8;
}
.marche-nav .anchorlist li a::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 4px;
  background-color: #FFEA00;
  transform-origin: left center;
  transition: transform .25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.marche-nav .anchorlist li a:hover::before {
  transform-origin: right center;
  transform: scale(0, 1);
}
.marche-nav .anchorlist li a strong {
  display: block;
  font-size: 33px;
}
.marche-nav .title {
  position: absolute;
  left: 50%;
  margin-left: -630px;
}
@media screen and (min-width: 801px){
  .marche-nav .anchorlist li:nth-child(2) a strong {
    letter-spacing: -0.02em;
  }
  .ua-ie .marche-nav .anchorlist li:nth-child(2) a strong {
    letter-spacing: -0.03em;
  }  
}
@media screen and (max-width: 1000px) and (min-width: 801px){
  .marche-nav .anchorlist li { 
    font-size: 13px;
  }
  .marche-nav .anchorlist li a strong {
    font-size: 27px;
  }
}


.block-marche {
  padding-top: 80px;
}
.block-marche .gallery {
  position: relative;
}
.block-marche .gallery .marche-slider{
  max-width: calc(100% - 180px);
}
.block-marche .gallery figcaption {
  position: absolute;
  top: 92px;
}
@media screen and (min-width: 801px){
  .block-marche:nth-child(2n) .gallery .marche-slider {
    margin-left: auto;
    margin-right: 0;
  }  
}
.block-marche:nth-child(2n) .gallery figcaption {
  left: 10px;
}
.block-marche:nth-child(2n-1) .gallery figcaption {
  right: -30px;
}

.block-marche .gallery .arrow-container {
  width: 94px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center; 
  bottom: 0;
  position: absolute;
}
.block-marche .gallery .arrow-container::before {
  content:'';
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 50%;
}
.block-marche:nth-child(2n-1) .gallery .arrow-container {
  left: calc(100% - 180px);
}
.block-marche:nth-child(2n) .gallery .arrow-container {
  right: calc(100% - 180px);
}
.block-marche .gallery .arrow-container .arrow-box {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; 
  position: relative;
  cursor: pointer;
}
.block-marche .gallery .arrow-container .arrow-box::before {
  content:'';
  display: block;
  background-color: #FFEA00;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  transform: scale(0, 1) translateZ(0);
  transition: transform .2s ease-out;
}
.block-marche .gallery .arrow-container .arrow-box.arrow-prev::before {
  right: -1px;
  transform-origin: right center;
}
.block-marche .gallery .arrow-container .arrow-box.arrow-next::before {
  left: 0;
  transform-origin: left center;
}
.block-marche .gallery .arrow-container .arrow-box .arrow {
  width: 9px;
  height: 9px;
  border-left: 2px solid #003451;
  border-bottom: 2px solid #003451;
  transition: border .2s ease-out;
}
.block-marche .gallery .arrow-container .arrow-box.arrow-prev .arrow {
  transform: rotate(45deg);
}
.block-marche .gallery .arrow-container .arrow-box.arrow-next .arrow {
  transform: rotate(225deg);
}
@media screen and (min-width: 801px){
  .ua-desktop.ua-safari .block-marche .gallery .arrow-container .arrow-box.arrow-next .arrow {
    transform: translateY(-1px) rotate(225deg);
  }  
}



.ua-desktop .block-marche .gallery .arrow-container .arrow-box:hover::before {
  transform: scale(1, 1) translateZ(0);
}
.block-marche[data-slidestatus="first"] .gallery .arrow-container .arrow-box.arrow-prev,
.block-marche[data-slidestatus="last"] .gallery .arrow-container .arrow-box.arrow-next {
  pointer-events: none;
}
.block-marche[data-slidestatus="first"] .gallery .arrow-container .arrow-prev .arrow,
.block-marche[data-slidestatus="last"] .gallery .arrow-container .arrow-next .arrow {
  border-color: #999999;
}

.block-marche .content {
  padding-top: 30px;
}
.block-marche .content .metabox {
  padding-right: 36px;
  width: calc(100% - 396px);
}
.block-marche .content .metabox .desc {
  max-width: 720px;
}
.block-marche .content .imgbox {
  width: 396px;
  padding-top: 6px;
}
.block-marche .content .imgbox a.note {
  margin-top: 5px;
  display: inline-block;
}
.block-marche .content .imgbox a.note:hover {
  text-decoration: underline;
}
.block-marche .content .imgbox-etc {
  padding-top: 24px;
}
.block-marche .content .head {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 26px;
  color: #003451;
}
.block-marche .content .head p {
  display: inline-block;
  height: 50px;
  margin-bottom: 0;
  padding: 2px 18px 0;
  background-color: #FFEA00;
  font-size: 34px;
  line-height: 1.4;
}
.block-marche .content .head .c-tag {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;  
  border: 2px solid #FFEA00;
  font-size: 15px;
}
.ua-windows_nt .block-marche .content .head .c-tag {
  padding-top: 4px;
}

.block-marche .content .body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.block-marche .content .detailslist {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) and (min-width: 801px){
  .block-marche .content .detailslist {
    display: block;
  }
  .block-marche .content .detailslist .item {
    padding-right: 0;
  }
  .block-marche .content .detailslist .item:last-child {
    margin-top: 36px;
  }
}

.block-marche .content .detailslist .item > dd {
  font-size: 16px;
}
.block-marche .content .detailslist .item dt.c-tag {
  margin-bottom: 14px;
}
@media screen and (min-width: 801px){
  .ua-safari .block-marche .content .detailslist .item dt.c-tag {
    padding-top: 2px;
  }
}
.block-marche .content .detailslist .item {
  max-width: 439px;
  padding-right: 42px;
}
.block-marche .content .detailslist .item:last-child {
  padding-right: 0;
}
.block-marche .content .detailslist .item .business-day{
  font-size: 14px;
}
.block-marche .content .detailslist .item .business-day dt {
  float: left;
  width: 132px;
}
.block-marche .content .detailslist .item .notebox {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 20px;
  background-color: #F6F6F6;
}
.block-marche .content .detailslist .item .notebox a {
  text-decoration: underline;
}
.block-marche .content .detailslist .item .notebox a:hover {
  text-decoration: none;
}
.block-marche .content .detailslist .item .note {
  font-size: 13px;
}
.block-marche .content .detailslist .item .note.address {
  margin-top: 10px;
}
/* shinjuku */

.block-marche .content .detailslist .item .detail-place {
  margin-top: 16px;
}


/* minamiaoyama */

/* yokohama */
.block-marche.marche-yokohama .gallery figcaption {
  right: 32px;
  top: 80px;
}
.section-marche .block-gallery {
  width: 100%;
  overflow: hidden;  
  margin-top: 120px;
  margin-bottom: 80px;  
}

/* CAESE 202406 add */
.l-section.section-cases {
  
}
.l-section.section-cases .block-cases{
  padding-top: 40px;
  /* content: "";
  width: 25%;
  height: 320px;
  position: absolute;
  display: block;
  background-color: #F5F5F5;
  top: 90px;
  right:0; */
}
.l-section.section-cases .block-cases:before{
  content: "";
  width: 28%;
  height: 320px;
  position: absolute;
  display: block;
  background-color: #F5F5F5;
  top: 85px;
  right:0;
  z-index: -1;
}
@media screen and (min-width: 1500px){
  .l-section.section-cases .block-cases:before{
  width: 35%;
  }
}

.l-section.section-cases .l-inner{
}
.l-section.section-cases .cases-contents{
  width: calc( 100% - 180px );
  /* max-width: 1080px; */
  /* max-width: calc(100% - 208px); */
}

.l-section.section-cases .cases-photo{
  display: flex;
  justify-content: space-between;
}
.l-section.section-cases .cases-photo li{
  width: 50%;
}
.l-section.section-cases .cases-photo li:first-child{
  margin-right: 32px;
}
.l-section.section-cases .cases-photo li img{
  width: 100%;
}

.l-section.section-cases .preface{
  margin-bottom: 40px;
  font-size: 16px;
}

@media screen and (max-width: 801px){
  .l-section.section-cases .cases-photo{
    display: block;
  }
  .l-section.section-cases .cases-photo li{
    width: auto;
  }

  .l-section.section-cases .cases-photo li:first-child{
    margin-right: 0;
    margin-bottom: 20px;
  }  
  .l-section.section-cases .preface{
    /* margin-bottom: 40px; */
    font-size: 13px;
  }
}


/*
WEBSTORE */
.l-section.section-webstore {
  padding-bottom: 136px;
}
.section-webstore .content-head {
  position: relative;
  margin-bottom: 129px;
}
.section-webstore .content-head .webstore-banner {
  position: relative;
  max-width: 899px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 36px;
}
.section-webstore .content-head::before {
  content:'';
  display: block;
  width: 100%;
  height: calc(100% + 140px);
  position: absolute;
  top: -70px;
  right: calc(50% - 414px);
  background-color: #FFEA00;
}
@media screen and (max-width: 860px) {
  .section-webstore .content-head::before {
    right: 0;
  }
}
.section-webstore .l-inner {
  max-width: 900px;
}
.section-webstore .preface {
  margin-bottom: 40px;
  font-size: 16px;
  color: #222;
}
.section-webstore .c-btn {
  width: 396px;
}
.section-webstore .c-btn.c-btn-secondary {
    width: 256px;
    margin-top: 17px;
}
.section-webstore .organizer {
  margin-top: 106px;
}
.section-webstore .organizer dt {
  margin-bottom: 18px;
  font-weight: bold;
}
.section-webstore .organizer dd {
  line-height: 2.5;
}

.section-webstore .store-link-unit .store-link-old{
  display: none;
}
.section-webstore .store-links {
  display: flex;
  max-width: 544px;
  margin: 0 auto 0;
  justify-content: space-between;
}
.section-webstore .store-links li{
  width: 47%;
  max-width: 256px;
}
.section-webstore .store-links li .c-btn{
  width: 100%;
  min-width: 128px;
  text-align: center;
  /* margin: 0 auto 0; */
}
.section-webstore .store-links li .c-btn span{
  position: relative;
  background: none;
}
.section-webstore .store-links li .c-btn.jre{
  padding-top: 14px;
  padding-bottom: auto;
}
.section-webstore .store-links li .c-btn.i-lumine img{
  width: auto;
  height: 21px;
}

/* iLumine オープン以前 */
.section-webstore .store-link-unit.--store-old .store-link-old{
  display: block;
}
.section-webstore .store-link-unit.--store-old .store-links {
  display: none;
}

.section-webstore p .c-btn.i-lumine img{
  width: auto;
  height: 21px;
}



/* ---------------------------------------- */
/* STATE */
/* ---------------------------------------- */
.js-inview {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .4s ease-out, transform .8s ease-out;
  will-change: opacity, transform;
}
.js-inview.is-inview {
  opacity: 1;
  transform: translateY(0px);
}
.js-inview.is-inview.is-inview-done {
  will-change: auto;
  transform: none;
  opacity: unset;
}


.section-marche .block-gallery {
  position: relative;
  height: 538px;
  z-index: 1;
  /*outline: 1px solid #ccc;*/
}
.section-marche .block-gallery .item {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0px, 0px);
  will-change: transform;
}
.section-marche .block-gallery .item:nth-child(1) {
  z-index: 10;
}
.section-marche .block-gallery .item:nth-child(2) {
  z-index: 9;
}
.section-marche .block-gallery .item:nth-child(3) {
  z-index: 8;
}
.section-marche .block-gallery .item:nth-child(4) {
  z-index: 7;
}
.section-marche .block-gallery .item:nth-child(5) {
  z-index: 6;
}
.section-marche .block-gallery .item:nth-child(6) {
  z-index: 5;
}
.section-marche .block-gallery .item:nth-child(7) {
  z-index: 4;
}
.section-marche .block-gallery .item:nth-child(8) {
  z-index: 3;
}
.section-marche .block-gallery .item:nth-child(9) {
  z-index: 2;
}
.section-marche .block-gallery .item:nth-child(10) {
  z-index: 1;
}

.slick-slide {
  outline: none;
}


/* 2021 update */
.section-marche-inner{
  padding-bottom:0;
}

.shop-news>div{
  margin: 0 0 25px;
  background-color: #FFFCDA;
  width: 756px;
  color: #003451;
  font-weight: 600;
  padding: 20px;
  border-radius: 4px;
  line-height:1;
}

.shop-shinjuku:before{
  content: "";
  width: 25%;
  height: 320px;
  position: absolute;
  display: block;
  background-color: #F5F5F5;
  top: 90px;
  right:0;
}
@media screen and (min-width: 1500px){
  .shop-shinjuku:before{
  width: 35%;
  }
}
.shop-shinjuku dl{
margin-top: 0 ;
}

@media screen and (min-width: 801px){
  .shop-shinjuku.block-marche .gallery .marche-slider {
    margin-left: 0;
    margin-right: auto;
  }  
}

.shop-shinjuku.block-marche .gallery .arrow-container {
  left: calc(100% - 180px);
}

.shop-shinjuku.block-marche .gallery figcaption{
  left:auto;
  right: 18%;
  top: auto;
  bottom: -60px;
}

.block-marche .content .detailslist .item dd .caution {
  font-size: 13px;
  margin: 15px 0 0 ;
  line-height: 1.7;
  display: inline-block;
}

.about-video-sns{
  padding-top:50px;
}

.about-video-sns-flex .about-video-sns-content-title{
  position: absolute;
  color: #003451;
  transform: translate(0px, -70px);
}
.about-video-sns-flex .about-video-sns-content-title h3{
  color: #003451;
}

.about-video-sns-content-title h3{
  position: relative;
  z-index: unset;
  color:#fff;
  font-weight: 400;
}

.about-video-sns .about-video-sns-flex .sns-container{
  margin:  0 0 0 20px;
}

.about-video-sns .sns-container{
  margin: 40px 0 0 ;
}


.instagram-slide .item:last-child{
  display:none;
}

.about-video-sns{
  /* display: none; */
}