@charset "UTF-8";
/*** mv ***/
.mv {
  position: relative;
  width: 100%;
  padding: 0!important;
  margin: 0;
  animation: loading 1s;
}
.mv:before{
  position: absolute;
  content: "";
  top: 40px;
  right: 0;
  background-color: var(--bg-color);
  width: 100%;
  height: calc(100% - 40px);
  z-index: -2;
}
.mv__wrap {
  max-width: 1280px;
  margin: 0 auto;
}
.mv__img img {
  width: 100%;
  height: auto;
}
.mv__copy{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.mv__copy-bg {
  max-height: 296px;
  margin-bottom: -34px;
  z-index: -1;
}
.mv__copy-img {
  max-width: /*120*/128px;
  display: block;
  width: 100%;
  padding-bottom: 48px;
  margin: 16px 32px 0;
}
.mv__copy-img img {width: 100%;}

@media (min-width: 600px){
.mv__wrap {
  display: grid;
  grid-template-columns: repeat(12, [col-start] 1fr);
  gap: 16px;
  }
.mv__copy {align-items:flex-start;}
.mv__img { grid-column: col-start / span 9;}
.mv__img img {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.mv__copy {
  grid-column: col-start 10 / -1;
  place-content: center;
  position:relative;
  }
.mv__copy-img {
  width: /*88px*/45%;
  padding-bottom: 0;
  margin: 16px 0 0 -16px;
}
.mv__copy-bg {
  max-width: 220px;
  position: absolute;
  bottom: -7.5%;
  right :0;
  z-index: -1;
  margin-bottom:0;
}
}
@media (min-width: 768px){
.mv__container {gap:32px;}
.mv__copy-bg {　right :24px;}
.mv__copy-img {margin-left: -24px;}
}
@media (min-width: 960px){
.mv:before { top:56px; height: calc(100% - 56px);}  
.mv__copy-img{ margin-top: 24px;}
.mv__copy-bg { bottom: -30px;}
}
@media (min-width: 1120px){.mv__copy-img { width: /*112*/128px; margin-left: auto; margin-right: auto;}}
@media (min-width: 1280px){.mv__img img {border-radius: 5px;}}

/*** info ***/
.top-info { max-width: 1120px; margin: 80px auto; }
.top-info__ttl {
  text-align: center;
  padding: 0 24px;
  margin: auto;
}
.top-info__head {
  width: 160px;
  border-left: 1px solid;
  border-right: 1px solid;
  vertical-align: middle;
  margin: auto;
}
.top-info__list { margin-top: 2.4rem; }
.top-info__list dt { margin-bottom: .8rem;}
.top-info__list dt:nth-of-type(n+2) { margin-top:2.4rem;}

@media (min-width: 768px){
.top-info{
  display: grid;
  gap: 24px;
  grid-template-columns: 160px auto;
}
.top-info__ttl {
  line-height: 94px;
  margin: 0;
}
.top-info__list{
  display: grid;gap: 8px;
  grid-template-columns: 6.5em auto;
  margin: 0;
}
  .top-info__list dt { margin-bottom:0;}
  .top-info__list dt:nth-of-type(n+2),
  .top-info__list dd:nth-of-type(n+2){ margin-top: 0;}
}

/** menu / campaign / about,pickup,page-link / chirashi / link page,bnr /shop　**/
.top-main { position: relative;}
.top-main:before {
  position: absolute;
  content: '';
  top: 8px;
  right: 0;
  background-color: var(--bg-color);
  width: 100%;
  height: calc(100% - 16px);
  z-index: -2;
}
.top-menu__head {
  background: url("../img/nav/bg-circle.svg") top left/ 80px no-repeat;
  padding: 40px 24px;
  z-index: 0;
}
.top-menu__head h2 { 
  font-family: var(--serif);
  font-size: clamp(2.6rem, 3.3854vw/*768*/, 3.6rem);
  font-weight: 600;
  line-height: 1.818181;
  margin-block: var(--leading-trim);
}
.top-menu__head h2 span {
  display: block;
  font-size: clamp(1.8rem, 2.6041666vw/*768*/, 2.6rem);
}

.top-menu__list {
  width: 100%;
  background: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  box-shadow: 1px 1px 0px 0px #ddd;
  border-radius: 3px;
  margin: auto;
}
.top-menu__item a {
  display: block;
  width: 100%; 
  padding: 24px 16px;
}
.top-menu__item:hover{ background: #f0f4f9;}
.top-menu__item,
.top-menu__item-ttl{ position: relative;}
.top-menu__item:nth-child(2):before,
.top-menu__item:last-child::after {
	position: absolute;
	top: 0;
	right: 100%;
	margin: 16px 0;
	content:'';
	width: 1px;
	height: calc(100% - 32px);
	background-color: #ddd;
}
.top-menu__item:nth-child(3):before,
.top-menu__item:last-child::before {
  position: absolute;
	top: 0;
  right:16px;
	content: '';
	width: calc(100% - 32px);
	height: 1px;
	background-color: #ddd;
}
.top-menu__item-ttl {
  font-size: clamp(2.6rem, 3.3854166vw, 3.4rem)/*(2rem, 2.6041666vw, 2.8rem)*/;
  color: var(--j-color);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  margin: 16px 0 16px;
}
.top-menu__item img {
  width: 20px;
  margin: 0 3px;
}
.top-menu__txt {
  font-size: clamp(1.3rem, 1.326530vw, 1.5rem);
  line-height: 1.846153;/*24*/
}
@media (min-width: 768px){.top-menu__item img { width: 24px; }}
/** campaign　**/
.top-campaign {
  padding-bottom: 80px;
  margin-top: 40px;
}
.top-campaign__ttl {
  font-size: clamp(2rem, 2.6041666vw, 2.6rem);
  text-align: center;
}
.top-campaign__wrap {
  margin-top: 32px;
}
.top-campaign__item.card {
  max-width: 352px;
  margin: auto;
}
.top-campaign__item.card + .top-campaign__item.card { margin-top: 24px;}
.top-campaign__item.card:hover { background:#f0f4f9;}
.top-campaign__item-no { font-size: .9285em; line-height: 1;}
.top-campaign__item-lead {
  font-size: .9285em;
  line-height: 1.5;
  margin-block: var(--leading-trim);
  margin-bottom:8px;
}
.top-campaign__item-ttl { font-size: clamp(1.8rem, 2.344375vw, 2.2rem); } 

/** top-secondary about/pickup/page-link **/
.top-about,.top-pickup { margin: auto;}
.top-about__ttl {
  font-size: clamp(2.2rem, 2.8645833vw, 2.6rem);
  font-feature-settings: "palt";
  letter-spacing: .05em;
}
.top-about p { text-align: left;}
.top-pickup {
  background: url("../img/index/top-pickup-bg.png") top 110px center/160px no-repeat;
  margin-bottom: 64px;
}
.top-pickup__ttl-head {
  width: 4em;
  font-size: clamp(1.8rem, 2.34375vw, 2.1rem);
  font-weight: 500;
  line-height: 1;
  background: linear-gradient(transparent 95%, #f9efa3 20%);
  margin: auto;
}
.top-pickup__ttl-head:before {
  content:'';
  display: block;
  width: 1px;
  height: 40px;
  background: #364e65;
  margin: 0 auto 16px;
}
.top-pickup__ttl {
  font-family: var(--serif);
  font-size: clamp(2.6rem, 3.3854166vw, 3.6rem);
  line-height: 1;
  margin: 24px auto 16px;
}
.top-pickup__desc { margin-top: 144px;}
.top-pickup__desc-head {
  display: flex;
  align-items: flex-start;
  justify-content: center;
} 
.top-pickup__desc-head h3{
  font-size: 1.8rem;
  background: #fbf9f6;
  padding-right: 16px;
  white-space: nowrap;
}
.top-pickup__desc-head:after {
  content:'';
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #364e65;
  margin: auto;
}
.top-pickup__wrap { margin-top: 16px;}
.top-pickup__img {
  float: right;
  width: 80px;
  margin: 16px 0 16px 16px;
}
.top-pickup__wrap ul {
  display: grid;
  gap: 16px;  
}
.top-pickup__wrap li{
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
  margin-block: var(--leading-trim);
}
.top-pickup__wrap li:before { content:'●';font-size: .875em;}

/** page-link **/
.top-page-link {
  clear: both;
  max-width: 1120px;
  line-height: 1.5;
  margin:64px auto 0;
}
.top-page-link .single { display: grid; gap:16px; }
.top-page-link__item { position: relative;}
.top-page-link__item:hover{ background:#f0f4f9; } 
.top-page-link__head {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  white-space: nowrap;
  font-feature-settings: "palt";
  letter-spacing: .05em;
}
.top-page-link__head p {
  font-weight: 500;
  padding-right: 16px;
  white-space: nowrap;
}
.top-page-link__head:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #364e65;
  margin: auto;
}
.top-page-link__head-ttl {
  position: relative;
  font-size: clamp(2rem, 2.6041666vw, 2.4rem);
}
.top-page-link__head-ttl img {height: 36px;}

/** j-chirashi **/
.top-chirashi.bg-color { padding-top: 60px;}
.top-chirashi__head { 
  background-image: url(../img/nav/bg-circle.svg),url("../img/nav/icon-J.svg");
  background-position: top left,top right;
  background-size: 80px,81px;
  background-repeat: no-repeat;
  padding: 40px 0 32px 24px;
  }
.top-chirashi__head p{ margin-top: 16px; line-height: 1;}
.top-chirashi__ttl { font-size: clamp(2.2rem, 2.8645833vw, 2.8rem)}
.top-chirashi__img { margin-top: 32px;}

/** link **/
.top-link {
  background: #FFF;
  padding-top: 120px;
  padding-bottom: 120px;
  margin: 0;
  }
.top-link__inner { max-width: 1120px; margin: auto;}
.top-link--primary { 
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(256px, 1fr));
  gap:40px;
  margin: auto;
}

.top-link__item {
  display: flex;
  flex-direction: column;
  gap:16px;
}
.top-link__item a { margin-top: auto;}
.top-link__txt {
  font-size: 13px;
  line-height: 1.53846;
  text-align: center;
}
.top-link--secondary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap:32px 16px;
  justify-content: space-between;
  border-top: 1px solid #ddd; 
  padding-top:48px;
  margin: 40px auto 0;
}

/** shop **/
.top-shop__container { gap:64px;}
.top-shop__head-ttl {font-size: clamp(2.2rem, 2.8645833vw, 2.8rem);}
.top-shop__calendar-wrap{margin-top: 16px}
.top-shop__calendar {margin-top: 10px}
.top-shop__map {
  width: 100%;
  margin-top: 32px;
}
.top-shop__list {
  display: grid;
  gap : 64px;
}
.top-shop__item {
  max-width: 352px;
  width: 100%;
  margin:0 auto;
}
.top-shop__item-head {
  position : relative;
  background:#fff;
  border-right :1px solid var(--bg-color);
  border-bottom:1px solid var(--bg-color); 
  border-radius: 3px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding: 16px;
  margin-block: var(--leading-trim);
}
.top-shop__item-head:before {
  content:'';
  position:absolute;
  left:50%;
  bottom:-11px;
  background:#364e65;
  width:1px;
  height:16px;
}
.top-shop__item-head span {
  display: block;
  font-size: 13px;
  margin-top: 4px;
}
.top-shop__item img {
  height: 40px;
  margin:32px auto 0;
}
.top-shop__item-desc {
  padding: 0 40px;
  margin-top: 40px;
}
.top-shop__item-desc p {
  line-height: 1.75/*28*/;
  margin-top: 16px;
}
.top-shop__item-desc a {
  display: inline-block ;
  border-bottom: 2px solid;
  font-weight: 500;
}
.top-shop__item-desc a[href^="tel:"] {
  font-weight: 400;
  border:none;
}

@media (min-width: 600px){
.single { grid-column: col-start 3 / span 8;}

.top-menu,
.top-about,
.top-pickup,
.top-page-link,
.top-chirashi__wrap {
  max-width: 1120px;
  display: grid;
  grid-template-columns: repeat(12, [col-start] 1fr);
  gap: 16px;
  margin: auto;
  }

.top-main:before {
  top:32px;
  height: calc(100% - 40px);
  }
.top-menu__head {grid-column: col-start 2 / span 10; margin-top: 24px;}
  .top-menu__head h2 span {display: inline;}

  .top-menu__list {grid-column: col-start 3 / span 8; }
  .top-menu__item a {padding: 32px 24px; }


.top-campaign {
  max-width: 1120px;
  margin: 48px auto 0;
  padding-bottom: 120px;
  }
.top-campaign h2 { text-align: right;}
.top-campaign__wrap {
  max-width: 1120px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:16px;
  justify-content:flex-end;
  margin-left: auto;
  }
  .top-campaign__item.card +.top-campaign__item.card {margin-top: 0;}
  .top-campaign .btn { margin-right: 0;}

.top-pickup { background: none;}
  .top-pickup .single {
    background: url("../img/index/top-pickup-bg.png") top 128px left/34.92% no-repeat;
    }
  .top-about__ttl { margin-bottom: 40px;}
  .top-pickup__img {width: 96px;}
  .top-pickup__desc { max-width: 448px; width: 60.87%; margin:32px 0 0 auto;}
  .top-pickup__ttl-head:before { height: 80px;} 

.top-chirashi__head,
.top-chirashi__body { grid-column: col-start 3 / span 8;}
  
.top-link--primary,
.top-link--secondary { gap:40px 24px ;}
.top-link__item {gap:24px;}
}
@media (min-width: 680px){
.top-shop__head { margin: auto;} 
.top-shop__map iframe { width: 100%;}
.top-shop__list {
  gap: 48px 24px;
  grid-template-columns: 1fr 1fr;
}
.top-shop__item img { margin:40px auto 0;}
.top-shop__item-desc{ margin: 48px auto 0;}
}

@media (min-width: 768px){
.top-menu__head { grid-column: col-start / span 6;}
  .top-menu__head h2 span,
  .top-menu__head h2 br:last-of-type { display: block;}
.top-menu__list { grid-column: col-start 7 / -1; }
.top-menu__list { width: 100%;}
.top-about p { text-align: center;}
.top-campaign {
  background: url("../img/nav/icon-J.svg") top left 24px/150px no-repeat;
  }
  .top-campaign__wrap {grid-template-columns: repeat(3, 1fr); gap:24px;}
  .top-campaign__item:first-of-type{grid-area: 1 / 2 / 2 / 3;}
  .top-campaign__item:last-of-type{grid-area: 1 / 3 / 2 / 4;}
  .top-campaign__item.card { margin: 0;}
.top-page-link {
  grid-template-columns: 1fr 1fr 1fr;
  gap:24px;
  margin-top: 64px;
  }
  .top-page-link .single { display: contents;}
 
.top-chirashi.bg-color {padding-top: 70px;} 
.top-chirashi__head {
  max-width: 256px;
  background-size: 100px,contain;
  background-position: top left,top 48px right;
  padding: 58px 0 32px 24px;
  grid-column: col-start 3 / span 3;
}
  .top-chirashi__body {
    grid-column: col-start 6 / span 5;
    grid-row: 1;
    margin-top: 60px;
  }
  .top-chirashi__body .btn { margin-left: 0;}

.top-shop__container {
  gap:56px;
  grid-template-columns: none;
}
  .top-shop__list { gap: 64px 24px;}
  .top-shop__item img { margin :53px auto 0;}
  .top-shop__item-head{ font-size: 18px; padding:24px 16px;}
  .top-shop__head-area{
    display: grid;
    gap:24px;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
  }

  .top-shop__calendar-wrap { margin-top:0;} 
  .top-shop__calendar{
    max-width: 352px;
    width: 100%;
    margin: 10px auto 0;
  } 
  .top-shop__map { grid-area: 1 / 2 / 2 / 4; margin-top:0;} 
}
@media (min-width: 980px){
.top-menu,.top-about,
.top-pickup,
.top-campaign__wrap,
.top-page-link,
.top-chirashi__wrap { gap:32px;}

.top-menu { gap:32px;}
.top-main:before{top: 80px;height: calc(100% - 80px);}
  .top-menu__head {
    background: url(../img/nav/bg-circle.svg) top left / 100px no-repeat;
    padding:58px 0 58px 24px;
    margin-top: 64px ;
    }
  .top-menu__item a { padding:32px 40px 40px; }
  .top-menu__item-ttl { margin: 24px 0;}


.top-campaign { background: url("../img/nav/icon-J.svg") top left 24px/200px no-repeat;}
  .top-campaign .btn { margin-right: 3.21%; }

.top-pickup__img { margin-top: -15%;}

.top-page-link__head-ttl {
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  }
  .top-page-link__head-ttl img {height: 40px;}
  .top-page-link__item.card {padding: 24px 32px 32px;}

.top-link--primary,
.top-link--secondary { gap:48px 32px;}
.top-link--secondary {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top:64px;
  margin: 64px auto 0;
  }
  .top-link__txt { font-size: 14px;}
  
.top-chirashi__head { background-size: 100px,200px;}

.top-shop__head-area{
  gap:32px;
  grid-template-columns: 1fr 1fr 1fr;
}
  .top-shop__calendar-wrap { display: contents;}
  .top-shop__calendar-txt {
    display: flex;
    flex-direction: column;
    border-left: 1px solid #cccc;
   }
  .top-shop__calendar-txt div { margin: auto;}
  .top-shop__calendar{ margin-top: 0;}

.top-shop__list {
  gap : 32px;
  grid-template-columns: 1fr 1fr 1fr;
}
}
