@charset "utf-8";

/* CSS Document */


/***********
pageHeading
************/

.pageHeading {
  background-color: var(--color-base);
  position: relative;
}
.pageHeading-container {
  font-size: clamp(2rem,3vw, 2.5rem);
  min-height: 9em;
  padding-top: 2rem;

  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pageHeading-title {
  font-weight: 500;
  font-size: 100%;
}

.pageHeading-navi {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.pageHeading-navi-list {
  display: flex;
  justify-content: center;
  font-size: 0.9rem;
}
.pageHeading-navi-list li {
  flex: 0 1 25em;
  position: relative;
  margin-right: -1px;
}
.pageHeading-navi-list li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.8em;
  position: absolute;
  left: 0;
  top: 50%;
  border: 1px solid var(--color-sub02);
  border-top: none;
  border-bottom: none;
  translate: 0 -50%;
  pointer-events: none;
}
.pageHeading-navi-list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-height: 4em;
  padding: 0 1em 5px;
  line-height: 1.3;
  color: inherit;
  text-decoration: none;
}
.pageHeading-navi-list li a::after {
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: 3px;
  position: absolute;
  left: 2px;
  bottom: 1px;
  background: var(--color-primary01);
  opacity: 0;
  transition: opacity 0.4s;
}
.pageHeading-navi-list li a.is-active::after {
  opacity: 1;
}
body.is-pc .pageHeading-navi-list li a:not(.is-active):hover::after {
  opacity: 0.5;
}


.pageHeading-navi-list li a span,
.pageHeading-navi-list li a small{
  display: inline-block;
}

/*
anchor
*/

.pageHeading-navi-list.-anchor li a {
  padding-bottom: 0.8em;
}
.pageHeading-navi-list.-anchor li a::after {
  display: none !important;
}

.pageHeading-navi-list.-anchor .pageHeading-navi-text {
}
.pageHeading-navi-list.-anchor .pageHeading-navi-text::after {
  content: "\f078";
  display: var(--fa-display, inline-block);
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
  font-synthesis: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 50%;
  bottom: 0.3em;
  translate: -50% 0 ;
  scale: 0.8;
  color: var(--color-primary01);
  transition: 0.2s;
}
body.is-pc .pageHeading-navi-list.-anchor li a:hover .pageHeading-navi-text::after {
  bottom: 0.1em;
}


@media screen and (max-width:834px) {

  .pageHeading {
  }
  .pageHeading-container {
    font-size: clamp(1.6rem,7vw, 2rem);
    min-height: 9.5em;
    padding-top: 2rem;
  }

  .pageHeading-navi-list {
    font-size: 0.85rem;
  }
  .pageHeading-navi-list li {
    flex: 0 1 20em;
  }
  .pageHeading-navi-list li::after {
  }
  .pageHeading-navi-list li a {
    min-height: 3.4em;
    padding: 0 1em 3px;
  }
  .pageHeading-navi-list li a::after {
    width: calc(100% - 2px);
    height: 2px;
    left: 1px;
    bottom: 1px;
  }


  /*
  anchor
  */

  .pageHeading-navi:has(.-anchor) {
    position: static;
    margin-top: -2rem;
  }

  .pageHeading-navi-list.-anchor {
    flex-wrap: wrap;
  }
  .pageHeading-navi-list.-anchor li {
    flex: none;
    width: 33.3%;
  }
  .pageHeading-navi-list.-anchor li a {
    padding-bottom: 0.8em;
    padding-inline: 0.2em;
    align-items: center;
  }

  .pageHeading-navi-list.-anchor .pageHeading-navi-text {
    white-space: nowrap;
  }
  .pageHeading-navi-list.-anchor .pageHeading-navi-text::after {
    content: "\f078";
    display: var(--fa-display, inline-block);
    font-family: "Font Awesome 7 Free";
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    line-height: 1;
    text-rendering: auto;
    font-synthesis: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: static;
    translate: 0 0 ;
    scale: 1;
    margin-left: 0.4em;
  }


}

@media screen and (max-width:520px) {

  .pageHeading-navi-list.-anchor {
    font-size: clamp(0.7rem,3.4vw, 0.9rem);
  }
  .pageHeading-navi-list.-anchor li {
    flex: none;
    width: 50%;
  }

}

/***********
box
************/

.box {
  border: 1px solid var(--color-sub02);
  padding: min(7vw,2em) min(5vw,3em);
}

/***********
pagination
************/

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1rem;
  padding-top: 6em;
  padding-bottom: 2em;
}

.pagination:empty {
  display: none;
}

.pagination span,
.pagination a {
  display: inline-block;
  width: 2.3em;
  height: 2.5em;
  line-height: 2.4em;
  color: var(--color-base);
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  background-color: #0002;
}
.pagination a {
}
.pagination a.prev ,
.pagination a.next {
  box-shadow: none !important;
  background-color: transparent !important;
  color: var(--color-primary01) !important;
}
.pagination span.dots{
  border-color: transparent;
  background-color: transparent;
  color: var(--color-main);
}
body.is-pc .pagination a:hover ,
.pagination span:not(.dots){
  background-color: var(--color-primary01);
  color: var(--color-base);
}

.pagination a.prev,
.pagination a.next{
}

@media screen and (max-width:834px) {

  .pagination {
    padding-top: 3em;
    margin-left: -3vw;
    margin-right: -3vw;
    gap: 0.2rem 0.3rem
  }
  .pagination span,
  .pagination a {
    width: 2em;
    height: 2.2em;
    line-height: 2.2em;
    font-size: 1.1rem;
  }
}

/***********
article
************/

.article {
}

.article-heading {
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--color-sub02);
}

.article-heading-data {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 1em;
  gap: 0.5em 0.5em;
}
.article-heading-time {
  display: inline-block;
  white-space: nowrap;
  font-size: 0.85rem;
  padding-right: 1em;
}
.article-heading-cat {
  border: 1px solid var(--color-primary01);
  color: var(--color-primary01);
  font-size: 0.75em;
  font-family: var(--font-family-gothic);
  padding: 0.1em 1em;
}
.article-heading-cat.-notice {
  background-color: var(--color-primary01);
  color: var(--color-base);
}

.article-heading-title {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.7;
}

@media screen and (max-width:640px) {

  .article {
    margin-bottom: 2em;
  }
  .article-heading {
    margin-bottom: 3em;
  }

  .article-heading-data {
    padding-bottom: 0.5em;
  }
  .article-heading-time {
    font-size: 0.9rem;
    padding-right: 0.5em;
  }
  .article-heading-cat {
    font-size: 0.75rem;
  }

}

/***********
post
************/

.post {
  font-size: 0.9rem;
}

.post p:not([class]) {
  line-height: var(--lineheight-main);
}
.post p:not([class]) + p {
  padding-top: 1em;
}

.post h2:not([class]) {
  font-size: clamp(1.6rem,7vw, 2.1rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: 2.5em 0 0.8em 0;
}

.post h3:not([class]) {
  font-size: clamp(1.3rem,5.2vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: 2.5em 0 0.8em 0;
  position: relative;
}
.post h3:not([class])::before {
  content: "";
  display: block;
  width: 0.7em;
  height: 4px;
  position: absolute;
  right: calc(100% + 0.5em);
  top: 0.5lh;
  translate: 0 -30%;
  background: var(--color-primary01);
}

.post h4:not([class]) {
  font-size: clamp(1.1rem,1.6vw, 1.2rem);
  font-weight: 500;
  line-height: 1.4;
  border-left: 4px solid var(--color-primary01);
  padding: 0.3em 0 0.3em 1em;
  margin: 2.5em 0 0.8em 0;
}

.post h5:not([class]) {
  font-size: 1.1rem;
  font-weight: 500;
  margin: 2.5em 0 0.8em 0;
  padding-left: 1.2em;
  position: relative;
}
.post h5:not([class])::before {
  content: "";
  display: block;
  width: 0.7em;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 3px solid var(--color-primary01);
  position: absolute;
  left: 0;
  top: 0.5lh;
  translate: 0 -50%;
}

.post h6:not([class]) {
  font-size: 1.1rem;
  font-weight: 500;
  margin: 2em 0 0.5em 0;
  position: relative;
}


.post img {
  margin-top: 1em;
  margin-bottom: 1em;
}
.post img[src$="jpg"],
.post img[src$="jpeg"] {
}

.post blockquote:not([class]) {
  background-color: var(--color-sub01);
  padding: min(5vw,4em) min(4vw,6%);
  margin: 2em 0;
}
.post blockquote:not([class]) h2:first-child,
.post blockquote:not([class]) h3:first-child,
.post blockquote:not([class]) h4:first-child,
.post blockquote:not([class]) h5:first-child{
  margin-top: 0;
}

.post table:not([class]) {
  line-height: 1.6;
  border-top: 1px solid var(--color-sub02);
}

.post table:not([class]) thead td {
  padding: 1em 1.2em ;
}
.post table:not([class]) thead th{
  padding: 1em 1.2em ;
  background-color: var(--color-dark01);
  color: var(--color-base);
}

.post table:not([class]) tbody tr {
  border-bottom: 1px solid var(--color-sub02);
}
.post table:not([class]) tbody th {
  padding: 1.5em 0 1.5em 0 ;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
}

.post table:not([class]) tbody td {
  padding: 1.5em 0 1.5em 1.5em ;
  position: relative;
  text-align: left;
}

.post ul:not([class]){
  line-height: 1.8;
  list-style: disc;
  margin-left: 1.8em;
  padding: 1em 0;
}
.post ol:not([class]){
  line-height: 1.8;
  list-style: decimal;
  margin-left: 1.8em;
  padding: 1em 0;
}
.post ol:not([class]) li{
  padding-left: 0.5em;
}

/*
youtube比率対策
*/

.post iframe[src*="youtube"] {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.post table:not([class]) p:not([class]) {
  font-size: 100%;
}

@media screen and (max-width:834px) {

  .post p:not([class]) {
    line-height: 1.8;
  }

  .post h4:not([class]) {
    padding: 0.4em 0 0.4em 0.6em;
    border-left-width: 4px;
  }

  .post table:not([class]) {
    font-size: 0.85rem;
  }
  .post table:not([class]) thead th,
  .post table:not([class]) tbody th ,
  .post table:not([class]) tbody td {
    padding: 0.8em;
  }

}

.post > *:first-child,
.post blockquote > *:first-child{
  margin-top: 0 !important;
}

.post *[class^="l-"] img:not([class]){
  padding-bottom: 0 !important;
}


.post :is(h2, h3, h4, h5, h6) + :is(ul, ol) {
  padding-top: 0 !important;
}
.post :is(h2, h3, h4, h5):not([class]) + :is(h3, h4, h5, h6):not([class]) {
  margin-top: 1em;
}

/***********
separate
************/

.separate {
  display: flex;
  justify-content: space-between;
  gap: 0 5%;
}
.separate-item.-large {
  width: 50%;
}
.separate-item.-small {
  width: 45%;
}
.separate-item.-xlarge {
  width: 55%;
}
.separate-item.-xsmall {
  width: 40%;
}
.separate-item.-xxlarge {
  width: 60%;
}
.separate-item.-xxsmall {
  width: 35%;
}
.separate-item.-half {
  width: 47.5%;
}
.separate.-reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width:640px) {

  .separate {
    display: block;
  }
  .separate-item {
    width: auto !important;
  }
  .separate-item:first-child {
    padding-bottom: 2em;
  }

}

/***********
dataTable
************/

.dataTable {
  line-height: 1.8;
  border-top: 1px solid var(--color-sub02);
  font-size: 0.9rem;
}

.dataTable thead td {
  padding: 1em 1.2em ;
  text-align: center;
}
.dataTable thead th {
  padding: 1em 1.2em ;
  font-weight: 500;
  text-align: center;
}

.dataTable tbody tr {
  border-bottom: 1px solid var(--color-sub02);
}
.dataTable tbody th {
  padding: 1.5em 0;
  font-weight: 500;
  color: var(--color-primary01);
}
.dataTable tbody td {
  padding: 1.5em 0 1.5em 1.5em ;
  position: relative;
}

/*
setting
*/

.dataTable.-fixed {
  table-layout: fixed;
}

.dataTable.-vwide thead td ,
.dataTable.-vwide thead th{
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.dataTable.-vwide tbody td ,
.dataTable.-vwide tbody th{
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}


.dataTable.-vtop,
.dataTable.-vtop th,
.dataTable.-vtop td {
  vertical-align: top;
}

.dataTable.-alignLeft,
.dataTable.-alignLeft tbody th,
.dataTable.-alignLeft tbody td {
  text-align: left;
}

.dataTable.-alignCenter,
.dataTable.-alignCenter th,
.dataTable.-alignCenter td {
  text-align: center;
}


/*
size
*/

.dataTable-th.-trisect {
  width: 33%;
}
.dataTable-th.-small {
  width: 15em;
}
.dataTable-th.-xsmall {
  width: 12.5em;
}
.dataTable-th.-xxsmall {
  width: 10em;
}
.dataTable-th.-alignLeft {
  text-align: left;
}



@media screen and (max-width:834px) {

  .dataTable {
    font-feature-settings: "palt";
    line-height: 1.5;
  }
  .dataTable th,
  .dataTable td {
  }

  .dataTable thead td {
    padding: 1em 0.5em ;
  }
  .dataTable thead th {
    padding: 1em 0.5em ;
  }
  .dataTable tbody th {
    padding: 1em 0.5em ;
  }
  .dataTable tbody td {
    padding: 1em 0.5em ;
  }

  /*
  setting
  */

  .dataTable.-fixed {
    table-layout: fixed;
  }

  .dataTable.-vwide thead td ,
  .dataTable.-vwide thead th{
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .dataTable.-vwide tbody td ,
  .dataTable.-vwide tbody th{
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .dataTable.-fixed {
    table-layout: fixed;
  }
  .dataTable-th.-small {
    width: 8em;
  }
  .dataTable-th.-xxsmall {
    width: 7em;
  }


}

@media screen and (max-width:520px) {

  .dataTable {
    font-size: 0.9rem;
  }

  /*
  spBlock
  */

  .dataTable.-spBlock  {
    font-size: 0.9rem;
  }
  .dataTable.-spBlock ,
  .dataTable.-spBlock tbody ,
  .dataTable.-spBlock th ,
  .dataTable.-spBlock td ,
  .dataTable.-spBlock tr {
    display: block;
    width: 100% !important;
  }

  .dataTable.-spBlock {
    border: none;
  }
  .dataTable.-spBlock tbody tr {
    border: none;
  }

  .dataTable.-spBlock tbody th {
    border: none;
    border-left: 4px solid var(--color-primary01);
    padding: 0 0 0 0.8em ;
    text-align: left;
    font-size: 1.1rem;
  }
  .dataTable.-spBlock tbody td {
    padding: 1em 0em 2em ;
    line-height: 1.7;
    text-align: left;
  }
  .dataTable.-spBlock tbody td::before,
  .dataTable.-spBlock tbody td::after {
    display: none;
  }

  .dataTable.-spBlock .dataTable-linkList {
    display: block;
    max-width: 19em;
    margin: 0 auto;
  }

}

/***********
fileLink
************/

.fileLink {
  font-weight: 500;
}
.fileLink li {
  padding: 0.8em 0;
  border-bottom: 1px dashed var(--color-sub02);
}
.fileLink.-single li {
  padding: 0.2em 0;
  border-bottom: none;
}
.fileLink a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  position: relative;
  padding-bottom: 0.5em;
}
.fileLink a:hover {
  text-decoration: underline;
}
.fileLink a{
  padding-left: 4.2em;
}
.fileLink a::after {
  content: "";
  display: block;
  width: 3.5em;
  height: 1.5em;
  position: absolute;
  left: 0;
  top: 0.2em;
}
.fileLink a[href*="pdf"]::after {
  background: url(../../img/icon/pdf.png) no-repeat left top / 100% auto;
}
.fileLink a[href*="jpg"]::after,
.fileLink a[href*="jpeg"]::after {
  background: url(../../img/icon/jpg.png) no-repeat left top / 100% auto;
}
.fileLink a[href*="png"]::after {
  background: url(../../img/icon/png.png) no-repeat left top / 100% auto;
}
.fileLink a[href*="doc"]::after,
.fileLink a[href*="docx"]::after {
  background: url(../../img/icon/doc.png) no-repeat left top / 100% auto;
}
.fileLink a[href*="xls"]::after,
.fileLink a[href*="xlsx"]::after {
  background: url(../../img/icon/xls.png) no-repeat left top / 100% auto;
}
.fileLink a[href*="zip"]::after {
  background: url(../../img/icon/zip.png) no-repeat left top / 100% auto;
}
.fileLink a[href*="ppt"]::after {
  background: url(../../img/icon/ppt.png) no-repeat left top / 100% auto;
}

/***********
siteLink
************/

.siteLink {
  font-weight: 500;
}
.siteLink li {
  padding: 0.8em 0;
  border-bottom: 1px dashed var(--color-sub02);
}
.siteLink.-single li {
  padding: 0.2em 0;
  border-bottom: none;
}
.siteLink a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  position: relative;
  padding-bottom: 0.5em;
}
.siteLink a:hover {
  text-decoration: underline;
}
.siteLink a{
  padding-left: 1.5em;
}
.siteLink a::after {
  font-family: 'Font Awesome 7 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 900; /* fas */
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f138";
  position: absolute;
  left: 0;
  top: 0.3em;
  color: var(--color-brand01);
}
.siteLink a[target*="_blank"]::after {
  content: "\f08e";
  color: var(--color-brand01);
}

/***********
newsList
************/

.newsList {
}
.newsList li {
  border-bottom: 1px solid #0003;
}
.newsList:not(.-inner) li:first-child {
  border-top: 1px solid #0003;
}
.newsList li a {
  display: block;
  padding: 1.5em 1em;
  font-size: 0.9rem;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.newsList li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #A38C561a;
  border-radius: 1em;
  filter: blur(0.5em);
  opacity: 0;
  transition: opacity 0.4s ease , border 0.4s ease;
}
.newsList.-white li a::after {
  background: #fff;
}
body.is-pc .newsList li a:hover::after {
  opacity: 1;
}
.newsList-data {
  display: flex;
  align-items: center;
  gap: 0.2em 1em;
  padding-bottom: 0.5em;
  position: relative;
  z-index: 2;
}
.newsList-time {
  display: inline-block;
  font-size: 0.85em;
  min-width: 7em;
}
.newsList-cat {
  border: 1px solid var(--color-primary01);
  color: var(--color-primary01);
  font-size: 0.75em;
  font-family: var(--font-family-gothic);
  padding: 0.1em 1em;
}
.newsList-cat.-notice {
  background-color: var(--color-primary01);
  color: var(--color-base);
}
.newsList-title {
  line-height: 1.7;
  position: relative;
  z-index: 2;
}


.newsList.-si li ,
.newsList.-si li:first-child{
  border-color: #fff5;
}

@media screen and (max-width:520px) {

  .newsList.-inner {
    margin-top: calc(var(--padding-main) * -0.7);
  }
  .l-subTitle + .newsList.-inner {
    margin-top: 0;
  }

  .newsList li a {
    padding: 1.5em 0;
  }
  .newsList-data {
    display: flex;
    align-items: center;
    gap: 0.2em 1em;
    padding-bottom: 0.5em;
  }
  .newsList-time {
    min-width: 6em;
  }
  .newsList-cat {
    padding: 0.1em 0.6em;
  }

}

/***********
paging
************/

.paging {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  border-block: 1px solid var(--color-main);
  margin-top: var(--padding-main);
  padding: 1.5rem 0 ;
}
.paging-block {
  width: 48%;
}
.paging-block a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.paging-text {
  font-size: 90%;
  font-weight: 500;
  color: var(--color-brand01);
  padding-bottom: 0.5em;
}
.paging-title {
  font-weight: 500;
  height: calc(1em * 1.5);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.3em;
  transition: 0.2s;
}
body.is-pc .paging-block a:hover .paging-title {
  text-decoration: underline;
  text-decoration-color: inherit;
  color: var(--color-brand01);
}

.paging-block.-next {
  text-align: right;
}
.paging-block.-next .paging-data {
  justify-content: end;
}


@media screen and (max-width:520px) {

  .paging {
    font-size: 0.85rem;
  }

}


/***********
gallery
************/

.basicGallery {
  display: flex;
  flex-wrap: wrap;
}
.basicGallery > li{
  width: 33.3%;
  padding-right: 1px;
  padding-bottom: 1px;
}
.basicGallery > li > a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.basicGallery-img {
  position: relative;
}
.basicGallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}
.basicGallery-img figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  text-align: left;
  padding: 0 1em 0.8em 1em;
  color: #fff;
  line-height: 1.3;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
}

@media screen and (max-width:834px) {

  .basicGallery-img figcaption {
    padding: 0 1em 0.8em 1em;
    font-size: 85%;
  }
}

@media screen and (max-width:520px) {

  .basicGallery > li{
    width: 33.3%;
    padding-right: 1px;
    padding-bottom: 1px;
  }
  .basicGallery-img figcaption {
    padding: 0 0.5em 0.5em 0.5em;
    font-size: 77%;
  }
}

/***********
menuSection
************/

.menuSection {
  display: flex;
  gap: 0 5%;
}
.menuSection.-center {
  align-items: center;
}
.menuSection + .menuSection {
  padding-top: 5rem;
}
body.home .menuSection + .menuSection {
  padding-top: 2rem;
}
.menuSection-img {
  width: 48%;
}
.menuSection-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 11;
}
.menuSection-inner {
  flex: 1;
  padding: 0.5rem 0;
}
.menuSection-subTitle {
  font-size: clamp(1.3rem,3vw, 1.65rem);
  font-weight: 500;
}
.menuSection-subTitle-season {
  font-size: 0.6em;
  padding-left: 0.4rem;
}
.menuSection-subTitle-season small{
}
.menuSection-title {
  font-size: clamp(1.1rem,2vw, 1.3rem);
  font-weight: 500;
  padding-top: 0.2em;
}
.menuSection-text {
  font-size: 0.85rem;
  font-family: var(--font-family-gothic);
  line-height: 1.65;
  padding-top: 1.5em;
  letter-spacing: 0.05em;
}
.menuSection-text +.menuSection-text {
  padding-top: 1.5em;
}

@media screen and (max-width:640px) {


  .menuSection {
    display: block;
  }
  .menuSection + .menuSection,
  body.home .menuSection + .menuSection {
    padding-top: 3rem;
  }
  .menuSection-img {
    width: auto;
  }
  .menuSection-img img {
    aspect-ratio: 16 / 10;
  }
  .menuSection-inner {
    padding: 0.8rem 0 0;
  }
  .menuSection-subTitle {
    font-size: clamp(1.3rem,3vw, 1.65rem);
  }
  .menuSection-subTitle-season {
    font-size: 0.6em;
    padding-left: 0.4rem;
  }
  .menuSection-subTitle-season small{
  }
  .menuSection-title {
    font-size: clamp(1.1rem,4vw, 1.3rem);
    font-weight: 500;
    padding-top: 0.2em;
  }
  .menuSection-text {
    font-size: 0.85rem;
    padding-top: 1em;
  }
  .menuSection-text +.menuSection-text {
    padding-top: 1em;
  }


}

/***********
menuCard
************/


.menuCard {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4em 3%;
}
.menuCard li > a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.menuCard-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 10;
}
.menuCard-img.-square img {
  aspect-ratio: 1;
}
.menuCard-inner {
  flex: 1;
  padding-top: 0.8rem;
}

.menuCard-title {
  font-size: clamp(1.1rem,2vw, 1.1rem);
  font-weight: 500;
  padding-top: 0.2em;
}
.menuCard-text {
  font-size: 0.8rem;
  font-family: var(--font-family-gothic);
  line-height: 1.65;
  padding-top: 0.8em;
  letter-spacing: 0.05em;
}
.menuCard-text +.menuCard-text {
  padding-top: 1em;
}

.menuCard-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 1.5rem;
}
.menuCard-block-upper {
}
.menuCard-block-lower {
  padding-top: 1.5rem;
}
.menuCard-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: var(--color-base);
  color: inherit;
  text-decoration: none;
  font-size: 0.9rem;
  font-family: var(--font-family-gothic);
  border: 1px solid transparent;
  min-height: 3.4em;
  padding: 1em 3em;
  position: relative;
}
.menuCard-btn[target="_blank"]::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../../img/icon/external_gl.png) no-repeat center center / 100% auto;
  position: absolute;
  right: 0.8em !important;
  top: 50%;
  translate: 0 -50%;
  transition: 0.4s;
}
body.is-pc a.menuCard-btn:hover {
  background-color: var(--color-primary01);
  color: var(--color-base);
}
body.is-pc a.menuCard-btn[target="_blank"]:hover::after {
  background-image: url(../../img/icon/external_wt.png);
}

span.menuCard-btn {
  border-color: var(--color-dark01);
  background-color: transparent;
}


@media screen and (max-width:834px) {

  .menuCard {
    grid-template-columns: repeat(2, 1fr);
    gap: 4em 3%;
  }
}

@media screen and (max-width:520px) {

  .menuCard {
    grid-template-columns: repeat(1, 1fr);
    gap: 3em 0;
  }

  .menuCard-img {
    width: auto;
  }
  .menuCard-img img {
    aspect-ratio: 16 / 11;
  }
  .menuCard-title {
    font-size: clamp(1.1rem,4vw, 1.3rem);
    font-weight: 500;
    padding-top: 0.2em;
  }
  .menuCard-text {
    font-size: 0.85rem;
    padding-top: 1em;
  }
  .menuCard-text +.menuCard-text {
    padding-top: 1em;
  }

  .menuCard.-spHalf {
    grid-template-columns: repeat(2, 1fr);
    gap: 2em 2px;
    margin-left: -4vw;
    margin-right: -4vw;
  }
  .menuCard.-spHalf .menuCard-inner {
    padding-top: 0.4em;
  }
  .menuCard.-spHalf .menuCard-title {
    font-size: clamp(0.8rem,3vw, 1rem);
    font-family: var(--font-family-gothic);
    letter-spacing: 0;
    text-align: center;
  }

}


/***********
largeBanner
************/

.largeBanner {
  max-width: 50rem;
  margin-inline: auto;
  position: relative;
}
.largeBanner a {
  display: block;
  color: var(--color-base);
  overflow: hidden;
}
.largeBanner a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: opacity 0.8s ease;
}
.largeBanner:has([src*="banner_img02"]) a::after {
  background: rgba(0, 0, 0, 0.5);
}
.largeBanner-bg {
}
.largeBanner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 100 / 28;
  transition: scale 0.4s ease;
}
.largeBanner-container {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
  text-decoration: none;
  padding: 1rem 4%;
}
.largeBanner-link {
}

body.is-pc .largeBanner a:hover .largeBanner-bg img {
  scale: 1.03;
  transition: scale 0.8s ease;
}
body.is-pc .largeBanner a:hover::after {
  opacity: 0;
}

@media screen and (max-width:640px) {

  .largeBanner a::after {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }
  .largeBanner-bg img {
    aspect-ratio: 100 / 40;
  }
  .largeBanner-container {
    text-align: center;
    padding: 0 4% 0.5rem;
  }

}



/***********
faqSection
************/

.faqSection {
}
.faqSection-item {
  position: relative;
  border-bottom: 1px solid var(--color-sub02);
}
.faqSection-heading {
  font-size: 1rem;
  font-weight: 500;
  padding: 1.2em 3em 1.2em 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  line-height: 1.35;
  cursor: pointer;
  border-radius: 0.5rem;
  isolation: isolate;
  transform: translateZ(0);
  transition: 0.3s;
}
.faqSection-heading > span {
  display: inline-block;
  z-index: 9;
}
.faqSection-heading-q {
  color: var(--color-primary01);
  display: block;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: calc(1.2em + 0.5lh);
  z-index: 2;
  translate: 0 -55%;
}
.faqSection-heading::before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background:
    linear-gradient(var(--color-primary01), var(--color-primary01)) center / 100% 1px no-repeat,
    linear-gradient(var(--color-primary01), var(--color-primary01)) center / 1px 100% no-repeat;
  position: absolute;
  right: 1em;
  top: 50%;
  z-index: 2;
  translate: 0 -50%;
  transition: rotate 0.4s;
}
.faqSection-heading.is-active::before {
  rotate: -45deg;
}

.faqSection-heading::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border-radius: 1em;
  filter: blur(0.5em);
  opacity: 0;
  transition: opacity 0.4s ease , border 0.4s ease;
}
body.is-pc .faqSection-heading:hover::after {
  opacity: 1;
}


.faqSection-answer {
  display: none;
}
.faqSection-answer-inner {
  padding: 0 0 2em 2.5rem;
  position: relative;
}
.faqSection-answer-inner::before {
  content: 'A.' ;
  display: block;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.65;
}

@media screen and (max-width:520px) {


  .l-headline + .faqSection {
    margin-top: -1rem;
  }
  .faqSection-heading {
    padding-right: 1.2em;
    padding-left: 2rem;
  }
  .faqSection-heading::before {
    content: "";
    width: 0.8em;
    height: 0.8em;
    background:
      linear-gradient(var(--color-primary01), var(--color-primary01)) center / 100% 2px no-repeat,
      linear-gradient(var(--color-primary01), var(--color-primary01)) center / 2px 100% no-repeat;
    position: absolute;
    right: 0;
  }

  .faqSection-answer-inner {
    padding: 0 0 2em 2rem;
  }
  .faqSection-answer-inner::before {
    line-height: 1.5;
  }

}


/***********
pageIntro
************/

.pageIntro {
  text-align: center;
}
.pageIntro-title {
  font-size: clamp(1.1rem,4vw, 1.4rem);
  font-weight: 500;
  color: var(--color-primary01);
  line-height: 1.7;
}
.pageIntro-text {
  padding-top: 1.5em;
  font-size: 0.9rem;
  line-height: 2;
}

@media screen and (max-width:520px) {

  .pageIntro {
    text-align: left;
  }
.pageIntro-text {
  line-height: var(--lineheight-main);
}

}

/***********
togoType
************/

.togoType {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2em 0.6%;
}
.togoType li {
  background-color: #333;
  color: var(--color-base);
  padding: min(5vw,1.5em) min(5vw,1em);
}
.togoType-title {
  text-align: center;
  font-size: clamp(1.1rem,4vw, 1.3rem);
  font-weight: 500;
  padding-bottom: 0.5em;
}
.togoType-img {
}
.togoType-summary {
  padding-top: 1rem;
}
.togoType-summary-text {
  font-family: var(--font-family-gothic);
  font-size: 0.7rem;
  letter-spacing: 0.02em;
  line-height: 1.7;
}

.togoType-data {
  font-family: var(--font-family-gothic);
  font-size: 0.65rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  padding-top: 1em;
  display: grid;
  grid-template-columns: minmax(7em, max-content) 1fr;
  row-gap: 0.5em;
}
.togoType-data dt{
  color: #ebcb81;
  position: relative;
  padding-left: 1.8em;
}
.togoType-data dt::after {
  content: "：";
  position: absolute;
  right: 0;
}
.togoType-data dd{
  padding-left: 0.2em;
}
.togoType-data dt.-limit::before {
  content: "";
  display: block;
  width: 1.5em;
  aspect-ratio: 1 / 1;
  background: url(../../img/icon/clock.png) no-repeat center center / 100% auto;
  position: absolute;
  left: 0;
  top: 0.5lh;
  translate: 0 -45%;
}
.togoType-data dt.-stock::before {
  content: "";
  display: block;
  width: 1.5em;
  aspect-ratio: 1 / 1;
  background: url(../../img/icon/freezer.png) no-repeat center center / 100% auto;
  position: absolute;
  left: 0;
  top: 0.5lh;
  translate: 0 -45%;
}

@media screen and (max-width:834px) {

  .togoType {
    grid-template-columns: repeat(2, 1fr);
    gap: 1em 1em;
  }
  .togoType-summary-text {
    font-size: 0.9rem;
  }
  .togoType-data {
    font-size: 0.8rem;
  }

}


@media screen and (max-width:520px) {

  .togoType {
    grid-template-columns: repeat(1, 1fr);
    gap: 1em 1em;
    }
  .togoType-img {
    width: 75%;
    margin: 0 auto;
  }
}



/***********
shop
************/

.shop {
  padding-top: 1rem;
}
.shop-section {
  border-bottom: 1px solid var(--color-sub02);
  padding-bottom: 6em;
}
.shop.-noBorder .shop-section {
  border-bottom: none;
  padding-bottom: 0;
}
.shop-section + .shop-section {
  padding-top: 6rem;
}
.shop-container {
  display: flex;
  gap: 0 5%;
}
.shop-visual {
  width: 49%;
}
.shop-slider {
  position: relative;
}
.shop-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 11;
}
.shop-inner {
  flex: 1;
}

.shop-title {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7;
  padding-bottom: 0.5em;
}
.shop-text {
  font-size: 0.9rem;
  line-height: 1.8;
}

.shop-data {
  padding-top: 1.5em;
  font-size: 0.8rem;
  font-family: var(--font-family-gothic);
  display: grid;
  grid-template-columns: minmax(7.5em, max-content) 1fr;
  gap: 0.5em 1em;
  letter-spacing: 0.02em;
}
.shop-data dt {
  color: var(--color-primary01);
}
.shop-data dd {
}

.shop-more {
  padding-top: 1.2em;
}

.shop-link {
  padding-top: 1.5em;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5em 0.8em;
}
.shop-link-item {
  flex: 0 1 15em;
}
.shop-link:has(.shop-link-tips) {
  align-items: center;
}

.shop-link-tips {
  flex: 0 1 18em;
}

.shop-link-text {
  font-family: var(--font-family-gothic);
  font-size: 0.80rem;
  line-height: 1.5;
  padding-left: 1em;
  letter-spacing: 0.02em;
}

.shop-link-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  background-color: var(--color-base);
  min-height: 4.4em;
  font-size: 0.9rem;
  font-feature-settings: "palt";
  font-family: var(--font-family-gothic);
  text-decoration: none;
  white-space: nowrap;
  color: inherit;
  letter-spacing: 0.05em;
}
.shop-link-btn span {
  display: inline-block;
  position: relative;
}
.shop-link-btn span.-file::before {
  content: "";
  display: inline-block;
  vertical-align:middle;
  width: 1em;
  aspect-ratio: 1 / 1;
  background: url(../../img/icon/file_rd.png) no-repeat center center / 100% auto;
  margin-right: 0.3em;
  margin-left: -0.2em;
  scale: 1.2;
  translate: 0 -20%;
}
.shop-link-btn span.-marker::before {
  content: "";
  display: inline-block;
  vertical-align:middle;
  width: 1em;
  aspect-ratio: 1 / 1;
  background: url(../../img/icon/marker_rd.png) no-repeat center center / 100% auto;
  margin-right: 0.4em;
  margin-left: -0.4em;
  scale: 1.3;
  translate: 0 -20%;
}
body.is-pc .shop-link-btn:hover {
  background-color: #f7d8cf;
}


/*
shop slider
*/

.shop-slider .slick-dots {
  display: flex;
  gap: 0.5em;
  margin-top: 1em;
}
.shop-slider .slick-dots li {
  width: 3.5em;
  height: 0.3em;
}
.shop-slider .slick-dots button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background-color: #d5d5d5;
  font-size: 0;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.shop-slider .slick-dots .slick-active button {
  background-color: #999;
}


@media screen and (max-width:834px) {

  .shop {
  }
  .shop-section {
    padding-bottom: 4em;
  }
  .shop-section + .shop-section {
    padding-top: 4rem;
  }
  .shop-container {
    display: block;
  }
  .shop-visual {
    width: auto;
  }
  .shop-slider {
  }
  .shop-slider img {
    aspect-ratio: 16 / 10;
  }
  .shop-inner {
    padding-top: 1rem;
  }

  .shop-title {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.7;
    padding-bottom: 0.5em;
  }
  .shop-text {
    font-size: 0.9rem;
    line-height: 1.8;
  }

  .shop-data {
    grid-template-columns: minmax(7em, max-content) 1fr;
    gap: 0.5em 0.5em;
  }
  .shop-data dt {
    color: var(--color-primary01);
  }
  .shop-data dd {
  }


  .shop-link {
    padding-top: 1.5em;
  }
  .shop-link-item {
    flex: none;
    flex-grow: 1;
  }

  .shop-link-btn {
    min-height: 4em;
    font-size: clamp(0.7rem,3.4vw, 0.85rem);;
    letter-spacing: 0.02em;
  }


  .shop-link:has(.shop-link-tips) {
    display: block;
  }
  .shop-link-tips {
    padding-top: 1em;
    padding-left: 0;
  }
  .shop-link-text {
    padding-left: 0;
  }



  /*
  shop slider
  */

  .shop-slider .slick-dots {
    position: absolute;
    right: 0;
    bottom: -0.8em;
    display: flex;
    justify-content: end;
    gap: 0.5em;
    margin-top: 0.4em;
  }
  .shop-slider .slick-dots li {
    width: 2.5em;
    height: 3px;
  }

}

/***********
intvCard
************/

.intvCard {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6em 3%;
}

.intvCard li {
}
.intvCard li a {
  height: 100%;
  display: block;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid var(--color-sub02);
  padding-bottom: 1.5em;
  position: relative;
}
.intvCard li a::after {
  content: "\f054";
  display: var(--fa-display, inline-block);
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
  font-synthesis: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  width: 3em;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: -1px;
  background-color: var(--color-primary01);
  color: var(--color-base);
  font-size: 0.7em;
  transition: 0.4s;
}
body.is-pc .intvCard li a:hover {
  border-color: var(--color-primary02);
}
body.is-pc .intvCard li a:hover::after {
  background-color: var(--color-primary02);
}
.intvCard-img {
}
.intvCard-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 14 / 16;
}

.intvCard-inner {
  padding-top: 0.8em;
}

.intvCard-pos {
  font-size: 0.85rem;
  padding-bottom: 0.5em;
}
.intvCard-lead {
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.4;
}
.intvCard-name {
  font-size: 0.8rem;
  font-family: var(--font-family-gothic);
  padding-top: 0.5em;
  opacity: 0.8;
}



/*
carousel
*/

.carouselWrapper {
}
.carouselWrapper-inner {
}

.intvCard.-carousel {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  padding-bottom: 1em;
  margin: 0;
  margin-left: -1.8em;
}
.intvCard.-carousel li {
  width: auto;
  margin: 0;
  padding-left: 1.8em;
}
@media screen and (min-width:835px) {
  .intvCard.-carousel.is-static {
    gap: 0;
  }
  .intvCard.-carousel.is-static > li {
    flex: 0 0 calc(100% / 3);
    min-width: 0;
  }
}

.intvCard.-carousel li a {
}
.intvCard.-carousel .intvCard-title {
  max-height: calc(2em * 1.5);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*
slick
*/

.carouselWrapper .slick-next,
.carouselWrapper .slick-prev{
  position: absolute;
  bottom: calc(100% + 2.5em);
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 3em;
  aspect-ratio: 1 / 1;
  background-color: var(--color-primary01);
  color: var(--color-base);
  cursor: pointer;
  font-size: 1rem;
  transition: 0.2s;
}
.carouselWrapper .slick-next i,
.carouselWrapper .slick-prev i{
  margin: 0 auto;
}
.carouselWrapper .slick-next{
  right: 0;
}
.carouselWrapper .slick-prev{
  right: 3.5rem;
}

.carouselWrapper .slick-next:hover,
.carouselWrapper .slick-prev:hover{
  background-color: var(--color-primary02);
}

@media screen and (max-width:1024px) {

  .intvCard.-quarter {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media screen and (max-width:834px) {

  .intvCard,
  .intvCard.-quarter,
  .intvCard.-half {
    grid-template-columns: repeat(2, 1fr);
    gap: 3em 2.5%;
  }

  /*
  carousel
  */

  .carouselWrapper {
    width: auto;
    overflow: auto;
    margin-inline: calc(var(--padding-side) * -1);
  }
  .carouselWrapper-inner {
  }
  .carouselWrapper-inner.is-show {
  }

  .intvCard.-carousel {
    display: flex;
    gap: 0;
    margin-left: 0;
  }
  .intvCard.-carousel li {
    padding-left: 1em;
  }
  .intvCard.-carousel li a {
    width: 240px;
  }

}

@media screen and (max-width:520px) {

  .intvCard,
  .intvCard.-quarter,
  .intvCard.-half {
    grid-template-columns: repeat(1, 1fr);
    gap: 3em 2.5%;
  }

  .intvCard.-carousel .intvCard-name {
    font-size: 0.7rem;
  }
  .intvCard.-carousel .intvCard-lead {
    font-size: 1.1rem;
  }

}

/***********
dataList
************/

.dataList {
  display: grid;
  grid-template-columns: minmax(4em, 10em) 1fr;
  gap: 0.4em 1.5em;
}
.dataList dt {
  color: var(--color-primary01);
}

@media screen and (max-width:520px) {

  .dataList {
    display: grid;
    grid-template-columns: minmax(4em, 6em) 1fr;
    gap: 0.4em 1.5em;
  }

}
/***********
intvHeader
************/

.intvHeader {
  padding-top: var(--header-height);
  margin-bottom: var(--padding-large);
}
.intvHeader-wrapper {
  display: flex;
  justify-content: end;
  position: relative;
}
.intvHeader-visual {
  width: 68%;
}
.intvHeader-img {
}
.intvHeader-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}
.intvHeader-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.intvHeader-block {
  width: 100%;
  max-width: 1260px;
  padding-inline: var(--padding-side);
}

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

  .intvHeader-block {
    max-width: calc(1260px + 15vw);
  }

}

.intvHeader-box {
}

.intvHeader-lead {
  font-weight: 500;
  font-size: clamp(1rem,4.8vw, 1.6rem);
  display: inline;
  line-height: 2em;
  padding: 0em 0.8em 0.1em;
  color: var(--color-dark01);
  background: linear-gradient(transparent 0%, var(--color-base) 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.intvHeader-pos {
  font-size: 1.1rem;
  padding-top: 1.5em;
}
.intvHeader-name {
  font-family: var(--font-family-gothic);
  font-size: 0.85rem;
  padding-top: 0.2em;
}

@media screen and (max-width:834px) {

  .intvHeader-wrapper {
    display: block;
  }
  .intvHeader-visual {
    width: auto;
  }
  .intvHeader-img img {
    aspect-ratio: 16 / 10;
  }
  .intvHeader-container {
    position: static;
    display: block;
    padding-top: 1.5rem;
  }
  .intvHeader-lead {
    line-height: 1.8em;
  }
  .intvHeader-pos {
    font-size: 1rem;
    padding-top: 1em;
  }
  .intvHeader-name {
    font-size: 0.75rem;
  }

}
/***********
intvDetail
************/

.intvDetail {
}
.intvDetail-section {
  display: flex;
  gap: 0 5%;
}
.intvDetail-section + .intvDetail-section {
  padding-top: var(--padding-main);
}
.intvDetail-img {
  width: 50%;
}
.intvDetail-inner {
  flex: 1;
}
.intvDetail-title {
  font-size: clamp(1.2rem,4.5vw, 1.4rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  padding-bottom: 1em;
}

.intvDetail-section:nth-child(even) {
  flex-direction: row-reverse;
}

.intvDetail-box {
  background-color: var(--color-base);
  padding: min(5vw,2em) min(5vw,2.5em);
}


.intvDetail .post h2:not([class]) {
  font-size: clamp(1.2rem,4.5vw, 1.4rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: 2.5em 0 0.8em 0;
}

@media screen and (max-width:640px) {


  .intvDetail {
  }
  .intvDetail-section {
    display: block;
  }
  .intvDetail-section + .intvDetail-section {
    padding-top: 4em;
  }
  .intvDetail-img {
    width: auto;
  }
  .intvDetail-inner {
    padding-top: 1.2em;
  }
  .intvDetail-title {
    padding-bottom: 0.5em;
  }
  .intvDetail .post h2:not([class]) {
  }


}

/***********
pageNavi
************/

.pageNavi {
  display: flex;
  gap: 0.5em 0.8em;
}
.pageNavi li {
  flex: 0 1 20em;
}
.pageNavi li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-height: 5em;
  padding-bottom: 0.5em;
  line-height: 1.4;
  background-color: var(--color-base);
  color: inherit;
  text-decoration: none;
  position: relative;
}
.pageNavi li a::after {
  content: "\f078";
  display: var(--fa-display, inline-block);
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
  font-synthesis: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 50%;
  bottom: 0.4em;
  translate: -50% 0 ;
  scale: 0.8;
  color: var(--color-primary01);
  transition: 0.2s;
}
body.is-pc .pageNavi li a:hover {
  box-shadow: 0 0 1em #0001;
}
body.is-pc .pageNavi li a:hover::after {
  bottom: 0.2em;
}

@media screen and (max-width:640px) {

  .pageNavi {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2em 0.2em;
  }
  .pageNavi li {
    width: calc(50% - 0.2em);
    flex: none;
  }
  .pageNavi li a {
    font-size: 0.9rem;
  }

}

/***********
recipeIngredients
************/

.recipeIngredients {
  display: grid;
  grid-template-columns: minmax(6em, max-content) 1fr;
  gap: 0 1em;
  font-size: 1.1rem;
}
.recipeIngredients dt {
  color: var(--color-primary01);
  font-feature-settings: "palt";
}
.recipeIngredients dd {
}

@media screen and (max-width:520px) {

  .recipeIngredients {
    display: block;
    font-size: 1rem;
    line-height: 1.8;
  }

}


/***********
recipeFlow
************/

.recipeFlow {
  counter-reset : recipeFlow_num;
}
.recipeFlow-section {
  display: flex;
  gap: 0 5%;
}
.recipeFlow-section + .recipeFlow-section {
  padding-top: 3em;
}
.recipeFlow-img {
  width: 46%;
}
.recipeFlow-inner {
  flex: 1;
  padding-top: 1em;
}
.recipeFlow-heading {
  font-size: clamp(1.2rem,4.5vw, 1.55rem);
  font-weight: 500;
  position: relative;
  padding-left: 2.7em;
  margin-bottom: 1em;
}
.recipeFlow-heading::before {
  display: inline-block;
  counter-increment:recipeFlow_num;
  content: counter(recipeFlow_num, decimal-leading-zero) ;
  position: absolute;
  left: 0;
  bottom: 0.05em;
  line-height: 1;
  font-size: 1.8em;
  letter-spacing: 0;
  transform: skewX(-8deg);
  color: var(--color-primary01);
}

@media screen and (max-width:640px) {


  .recipeFlow {
    aspect-ratio: 1 / 1;
  }
  .recipeFlow-section {
    display: block;
  }
  .recipeFlow-section + .recipeFlow-section {
    padding-top: 3em;
  }
  .recipeFlow-img {
    width: auto;
  }
  .recipeFlow-inner {
    padding-top: 1em;
  }
  .recipeFlow-heading {
    margin-bottom: 0.5em;
  }
  .recipeFlow-heading::before {
    display: inline-block;
    counter-increment:recipeFlow_num;
    content: counter(recipeFlow_num, decimal-leading-zero) ;
    position: absolute;
    left: 0;
    bottom: 0.05em;
    line-height: 1;
    font-size: 1.8em;
    letter-spacing: 0;
    transform: skewX(-8deg);
    color: var(--color-primary01);
  }


}

/***********
recipeDetail
************/

.recipeDetail {
}
.recipeDetail-section {
  display: flex;
  gap: 0 5%;
}
.recipeDetail-section + .recipeDetail-section {
  padding-top: 5em;
}
.recipeDetail-img {
  width: 47%
}
.recipeDetail-inner {
  flex: 1;
  padding-top: 1rem;
}
.recipeDetail-title {
  font-size: clamp(1.2rem,4.5vw, 1.55rem);
  font-weight: 500;
  padding-bottom: 0.7em;
}
.recipeDetail-ingredient {
  border-block: 1px solid var(--color-sub02);
  padding: 1em 0;
  margin-bottom: 1.5em;
}
.recipeDetail-ingredient-title {
  font-size: clamp(1.1rem,3.8vw, 1.2rem);
  font-weight: 500;
  color: var(--color-primary01);
  padding-bottom: 0.5em;
}


/***********
company
************/

.company {
  display: flex;
  gap: 0 5%;
}
.company-inner {
  flex: 1;
}
.company-img {
  width: 42%;
}

@media screen and (max-width:834px) {

  .company {
    display: block;
  }
  .company-inner {
  }
  .company-img {
    width: auto;
    padding-top: 3em;
  }
  .company-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 12;
  }

}

/***********
rakuten-cms-movie
************/

.rakuten-cms-movie {
  width: 100%;
  aspect-ratio: 640 / 380;
}
.rakuten-cms-movie .video-player {
  width: 100% !important;
  height: 100% !important;
}
.rakuten-cms-movie video,
.rakuten-cms-movie .video-player-image-wrapper {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}

/***********
sitemap
************/

.sitemap {
  display: flex;
  align-items: flex-start;
  gap: 5%;
  max-width: 70rem;
  margin-inline: auto;
}
.sitemap-block {
  flex: 1;
  min-width: 0;
}

.sitemap-list a{
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.3em;
  transition: 0.3s;
}
body.is-pc .sitemap-list a:hover {
  text-decoration-color: inherit;
}
.sitemap-list a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 1em;
  aspect-ratio: 1 / 1;
  background: url(../../img/icon/external_gl.png) no-repeat center center / 100% auto;
  vertical-align: middle;
  margin-left: 0.3em;
  scale: 0.9;
  translate: 0 -10%;
}
.sitemap-list > li:not(:last-child) {
  margin-bottom: 1rem;
}
.sitemap-list > li > a {
  display: inline-block;
  color: inherit;
  font-size: 0.9rem;
  font-weight: 500;
  padding-left: 1em;
  position: relative;
}
.sitemap-list > li > a::before {
  content: "\f105";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  line-height: 1.5;
  position: absolute;
  left: 0;
  top: 0.5lh;
  scale: 0.7;
  translate: 0 -50%;
  color: var(--color-primary01);
}
.sitemap-list > li > ul {
  padding: 1em 0 1.5em 0;
}
.sitemap-list > li > ul > li:not(:last-child) {
  margin-bottom: 0.65em;
}
.sitemap-list > li > ul > li > a {
  display: inline-block;
  color: inherit;
  font-size: 0.85rem;
  padding-left: 2em;
  position: relative;
}
.sitemap-list > li > ul > li > a::before {
  content: "";
  display: block;
  width: 1.2em;
  height: 1px;
  background-color: var(--color-sub02);
  position: absolute;
  left: 0;
  top: 0.5lh;
  translate: 0 -50%;
}
body.is-pc .sitemap-list a:hover {
  color: var(--color-brand01);
}

@media screen and (max-width:834px) {

  .sitemap {
    display: block;
  }
  .sitemap-block:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .sitemap-list > li:not(:last-child) {
    margin-bottom: 1.5rem;
  }

}


/***********
xxxxx
************/
