@charset "utf-8";

/* ■■■■■■■■■■ 下層ページ ■■■■■■■■■■ */
/* ------------------ global -------------------- */
:root{
  --BTM_BG_GRAY:#ececec;
  --PRIVACY_BG_GRAY:#f3f3f3;
  --BTM_GREEN:#0f7867;
  --GRAPH_GREEN:#6bbeae;
  --GRAPH_LIGHT_GREEN:#aaf1db;
  --GLAPH_TXT_GRAY:#C0C0C0;
}
.headerarea{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  background-color: var(--MAIN_WHITE);
}
body{
  font-weight: 400;
}
.btm-front__container{
  position: relative;
}
.btm-front__ttl{
  position: absolute;
  bottom: var(--pos_y,-2em);
  width: var(--ttl_size,clamp(40px, 5vw,50px));
}
.btm-front__ttl.privacy{
  --pos_y:-70px;
}
.btm-front__section{
  --pdt:90px;
}
.btm-local {
  padding-top: var(--pd,1em);
  font-size: var(--local_fnts);
  line-height: var(--lh, 2);
  letter-spacing: 1px;
}
.btm-caption{
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 1.5em;
}

.btm-caption > span{
  border-bottom: 2px solid var(--MAIN_BLACK);
  padding-bottom: 3px;
}
.btm-caption:before{
  content: "●";
  color: var(--MAIN_GREEN);
}
.btm-btn > a{
  display: block;
  padding-block: .6em;
  font-size: clamp(18px,3vw,30px);
  text-align: center;
  color: var(--MAIN_WHITE);
  font-weight: bold;
  border-radius: 60px;
  width: 90%;
  margin-inline:auto;
  max-width: 600px;
  background:var(--MAIN_BLACK) url(/asset2023/images/common/btn_arrow.svg) no-repeat 95% center / 1em;
}
.btm-front__section.company .btm-front__thumb img{
  object-position: right center;
}
@media screen and (min-width: 768px){
  .btm-front__thumb img{
    border-radius: 40px;
  }
  .btm-front__section.about{
    --pdb:160px;
  }
  .btm-front__section.history{
    --pdb:80px;
  }
  .btm-front__section.company{
    --pdb:160px;
  }
  .btm-front__section.privacy{
    --pdb:120px;
  }
  .btm-front__section.contact{
    --pdb:80px;
  }
  .btm-front__ttl{
    left: 20%;
  }
  .btm-front__thumb img{
    min-height: 356px;
    object-fit: cover;
  }
  .btm-caption{
    font-size: 30px;
  }
}
@media screen and (max-width: 767px){
  .btm-front__section{
    --pdb:40px;
  }
  .btm-front__section.privacy{
    --pdb:80px;
  }
  .btm-front__section.contact{
    --pdb:80px;
  }

  .btm-front__thumb img{
    aspect-ratio: 605/405;
    object-fit: cover;
  }
  .btm-front__thumb img{
    border-radius: 20px;
  }
  
  .btm-front__ttl{
    left: 12.5%;
  }
  .btm-caption{
    font-size: 20px;
  }
}

/* ■■■■■■■■■■ about ■■■■■■■■■■ */

/* ------------------ global -------------------- */

@media screen and (min-width: 768px){
  
}
@media screen and (max-width: 767px){
  
}
/* ------------------ ab-ours__section -------------------- */
.ab-ours__section{
  position: relative;
  --pdb:0;
}

.ab-ours__flex {
  justify-content: space-between;
  align-items: center;
  column-gap: 60px;
  row-gap: 20px;
}
.ab-ours__bg{
  position: absolute;
  right: 0;
  max-width: 1400px;
  background-color: var(--BTM_BG_GRAY);
  z-index: -1;
}

.ab-ours__thumb img{
  height: 100%;
  object-fit: cover;
}

.ab-ours__container{
  max-width: 700px;
}
.ab-ours__ttl {
  font-size: clamp(20px, 3.2vw,34px);
  line-height: 2;
  font-weight: bold;
  letter-spacing: .1em;
}
.ab-ours__ttl > span{
  border-bottom: 2px solid var(--MAIN_BLACK);
  padding-bottom: 5px;
}



@media screen and (min-width: 768px){
  .ab-ours__thumb {
    margin-left: calc(50% - 50vw - 40px);
  }
  .ab-ours__thumb img{
    min-height: 516px;
    border-radius: 40px;

  }
  .ab-ours__bg{
    bottom: -80px;
    width: 70%;
    height: 80%;
    border-radius: 40px 0 0 40px;
  }
  .ab-ours__section{
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 767px){
  .ab-ours__thumb {
    margin-left: calc(50% - 50vw - 20px);
  }
  .ab-ours__thumb img{
    width: 90%;
    min-height: 340px;
    border-radius: 20px;
  }
  .ab-ours__flex {
    flex-flow: column;
  }
  .ab-ours__bg{
    bottom: -20px;
    width: 75%;
    height: 70%;
    border-radius: 20px 0 0 20px;
  }
  .ab-ours__section{
    margin-bottom: 20px;
  }
}
/* ------------------ company_slider -------------------- */
#js-company__swiper{
  overflow: hidden;
  position: relative;
}

#js-company__swiper .swiper-slide{
  width: 380px;
  width: clamp(260px,38vw,380px);
}
.company-btns__list{
  justify-content: end;
}

.company-btns__list > li{
  cursor: pointer;
}

@media screen and (min-width: 768px){
  .ab-slider__thumb img{
    border-radius: 40px;
  }
  .company-btns__list{
    gap: 40px;
    margin-bottom: 40px;

  }
  #js-company__swiper{
    margin-top: 80px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 767px){
  .ab-slider__thumb img{
    border-radius: 20px;
  }
  .company-btns__list{
    gap: 0px;
  }
  .company-btns__list #js-swiper__prev,
  .company-btns__list #js-swiper__next{
    width: 75px;
  }
  
  .company-btns__list #js-swiper__prev img,
  .company-btns__list #js-swiper__next img{
    padding: 20px;
    box-sizing: border-box;
  }
  #js-company__swiper{
    margin-top: 60px;
    margin-bottom: 20px;
  }
}
/* ------------------ ab-fc__section -------------------- */


.ab-fc__thumb{
  /* position: relative; add 20250603 ayao*/
  margin-bottom: 20px;
}

/* .ab-fc__thumb:before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--BTM_BG_GRAY);
  z-index: -1;
} add 20250603 ayao*/

.ab-fc__banner{
  margin-inline:auto;
}

@media screen and (min-width: 768px){
  /* .ab-fc__thumb:before{
    border-radius: 40px;
  } add 20250603 ayao*/

  .ab-fc__thumb img{
    width: 75%;/*add 20250603 ayao*/
    margin-inline:auto;
  }
  .ab-fc__thumb{
    padding-block: 60px;
  }
  .ab-fc__local{
    margin-bottom: 80px;
  }
  .ab-fc__section{
    --pdb:80px;
  }
  /* .ab-fc__banner{
    width: 70%;
  } */
}
@media screen and (max-width: 767px){
  .ab-fc__thumb:before{
    border-radius: 20px;
  }

  .ab-fc__thumb img{
    width: 90%;
    margin-inline:auto;
  }
  .ab-fc__thumb{
    padding-block: 30px;
  }
  .ab-fc__local{
    margin-bottom: 30px;
  }
  .ab-fc__section{
    --pdb:30px;
  }
  .ab-fc__banner{
    width: 93.3%;
  }
}

/* ■■■■■■■■■■ history ■■■■■■■■■■ */

/* ------------------ hs-timeline__section -------------------- */
.hs-timeline__desc{
  --pd:0;
}


.hs-timeline__list{
  position: relative;
}


.hs-timeline__list > li{
  position: relative;
}


.hs-timeline__list > li:not(:last-child)::before{
  position: absolute;
  content: "";
  transform: translateX(-50%);
  width: 6px;
  height: calc(100%);
  background-color: var(--BTM_GREEN);
  opacity: .6;
  z-index: -1;
}

.hs-timeline__local{
  margin-bottom: 2em;
}
.hs-timeline__year{
  position: relative;
  width: clamp(100px,15vw,150px);
}

.hs-timeline__year > span{
  border: 5px solid var(--BTM_GREEN);
  color: var(--BTM_GREEN);
  font-weight: bold;
  aspect-ratio: 1;
  background-color: var(--MAIN_WHITE);
  width: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(16px,2.2vw,20px);
  text-align: center;
}
.hs-timeline__txt{
  flex: 1;
}
.hs-timeline__ttl{
  font-weight: bold;
  color: var(--BTM_GREEN);
  font-size: clamp(18px, 2.4vw,24px);
  position: relative;
  padding-bottom: .65em;
  line-height: 1.4;
}

.hs-target__bg{
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/asset2023/images/history/bg.jpg) no-repeat center / cover;
}

.hs-target__subttl{
  color: var(--MAIN_WHITE);
  font-weight: bold;
  height: max-content;
  line-height: 2;
}


.hs-target__subttl > span{
  display: inline-block;
  /* transform: rotateZ(90deg) */
}

@media screen and (min-width: 768px){
  .hs-timeline__local{
    --lh:1.7;
  }
  .hs-timeline__list > li:not(:last-child)::before{
    left: calc( clamp(120px,15vw,150px) / 2);
  }
  .hs-timeline__list > li:not(:last-child)::before{
    top: 0;
  }
  .hs-timeline__list > li:not(:last-child){
    padding-bottom: 40px;
  }
  /* .hs-target__subttl{
    letter-spacing: -4px;
  } */
  .hs-target__subttl > span.left{
    padding-bottom: 20px;
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .hs-target__subttl{
    font-size: 32px;
  }
  .hs-target__section{
    --pdb:200px;
  }
  .hs-target__local{
    --pd:3em;
  }
  .hs-target__subttl{
    padding-inline: 3em;
  }
  .hs-timeline__list > li{
    column-gap: 30px;
    row-gap: 20px;
  }
  .hs-timeline__ttl:before{
    content: '';
    background-image: linear-gradient(to right, var(--BTM_GREEN), var(--BTM_GREEN) 2px, transparent 3px, transparent 4px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .hs-timeline__desc{
    margin-bottom: 6em;
  }
  .hs-timeline__list{
    width: 85%;
    margin-inline:auto;
  }
}
@media screen and (max-width: 767px){
  .hs-timeline__section{
    --pdb:0;
  }
  .hs-timeline__local{
    --lh:1.6;
  }

  .hs-timeline__list > li{
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 16px;
  }
  .hs-timeline__list > li:not(:last-child)::before{
    left: 20px;
  }
  .hs-timeline__list > li:not(:last-child)::before{
    top: 50px;
  }
  .hs-timeline__txt{
    display: contents;
  }
  .hs-timeline__ttl{
    display: flex;
    align-items: center;
  }
  .hs-timeline__ttl > span{
    position: relative;
    display: block;
    width: 100%;
  }
  .hs-timeline__ttl > span:before{
    content: '';
    background-image: linear-gradient(to right, var(--BTM_GREEN), var(--BTM_GREEN) 2px, transparent 3px, transparent 4px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .hs-timeline__local,
  .hs-timeline__ttl:not(:nth-child(1)){
    grid-column: 1 / 3;
    padding-left: 40px;
  }
  .hs-target__subttl{
    font-size: 28px;
  }
  .hs-target__subttl > span.left{
    padding-bottom: 0px;
  }
  .hs-target__section{
    --pdb:60px;
  }
  .hs-target__local{
    --pd:2em;
  }
  .hs-target__subttl{
    padding-inline: 2em;
  }
  .hs-timeline__desc{
    margin-bottom: 4em;
  }
}

/* ■■■■■■■■■■ company ■■■■■■■■■■ */

/* ------------------ cp-philosophy__section -------------------- */
.cp-philosophy__desc{
  font-size: clamp(22px,3.4vw,34px);
  font-weight: bold;
  line-height: 2;
}
.cp-outline__data{
  font-size: var(--local_fnts);
}
.cp-outline__data > div{
  display: flex;
}

.cp-outline__data dt{
  flex-grow: 0;
  flex-shrink: 0;
  font-weight: bold;
}
.cp-outline__data dd{
  flex-grow: 99;
}
.cp-outline__data li{
  display: flex;
}
.cp-outline__data li::before{
  content: '・';
}
.cp-outline__thumbs{
  gap: clamp(20px, 5vw,60px);
  margin-bottom: clamp(20px, 5vw,60px);
}
.cp-outline__thumbs img{
  border-radius: 40px;
}
.cp-outline__map{
  width: 100%;
}

@media screen and (min-width: 768px){
  .cp-outline__data{
    margin-bottom: 80px;
  }
  .cp-outline__data dt{
    flex-basis: 8em;
  } 
  .cp-outline__data > * + *{
    margin-top: 1.5em;
  }
  .cp-outline__map{
    aspect-ratio: 54/26;
  }
}
@media screen and (max-width: 767px){
  .cp-outline__data{
    margin-bottom: 40px;
  }
  .cp-outline__data > div{
    flex-flow: column;
  }
  .cp-outline__data > * + *{
    margin-top: 2em;
  }
  .cp-outline__data dt{
    padding-bottom: .5em;
    border-bottom: 1px solid var(--MAIN_BLACK);
  }
  .cp-outline__data dd{
    line-height: 3;
  }
  .cp-outline__thumbs{
    flex-flow: column;
  }
  .cp-outline__map{
    aspect-ratio: 75/50;
  }
}
/* ------------------ cp-history__section -------------------- */
.cp-history__data{
  font-size: var(--local_fnts);
}
.cp-history__data > div{
  position: relative;
  display: flex;
  padding-block: 1em;
}
.cp-history__data > div::after,
.cp-history__data > div:last-child::before{
  content: '';
  background-image: linear-gradient(to right, var(--MAIN_BLACK), var(--MAIN_BLACK) 2px, transparent 3px, transparent 4px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
}
.cp-history__data > div::after{
  top: 0;
}
.cp-history__data > div:last-child::before{
  bottom: 0;
}
.cp-history__data dt{
  flex-grow: 0;
  flex-shrink: 0;
  font-weight: bold;
}
.cp-history__data dd{
  flex-grow: 99;
}


@media screen and (min-width: 768px){
  .cp-history__data{
    margin-bottom: 80px;
  }
  .cp-history__data dt{
    flex-basis: 8em;
  } 
}
@media screen and (max-width: 767px){
  .cp-history__data{
    margin-bottom: 40px;
  }
  .cp-history__data > div{
    flex-flow: column;
  }
  .cp-history__data dd{
    margin-top: .25em;
  }
}
/* ------------------ cp-settlement__section -------------------- */
.cp-settlement__list{
  column-gap: 40px;
  row-gap: 26px;
  display: grid;
  font-size: clamp(14px,1.6vw,20px);
}

.cp-settlement__list > li > a{
  display: block;
  padding-bottom: 10px;
  line-height: 1;
  padding-right: 2em;
  background: url(/asset2023/images/company/icon_pdf.jpg) no-repeat right center / contain;
  width: fit-content;
  margin-inline:auto;
}
.cp-settlement__list > li > a > span{
  border-bottom: 1px solid var(--MAIN_BLACK);
  padding-bottom: 5px;
}
.cp-settlement__thumb{
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
}

.cp-settlement__thumb img{
  min-width: 750px;
}
.cp-settlement__thumb__caption{
  position: absolute;
  display: flex;
  gap: 1em;
  font-size: clamp(14px,1.6vw,20px);
  color: var(--BTM_GREEN);
  font-weight: 500;
}

.cp-settlement__thumb__caption > li{
  display: flex;
  align-items: center;
}
.cp-settlement__thumb__caption > li:before{
  content: "■";
  font-size: 1.4em;
  display: block;
}
.cp-settlement__thumb__caption > li:first-child:before{
  color: var(--GRAPH_GREEN);
}
.cp-settlement__thumb__caption > li:last-child:before{
  color: var(--GRAPH_LIGHT_GREEN);
}
@media screen and (min-width: 768px){
  .cp-settlement__thumb__caption{
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .cp-settlement__thumb{
    padding-bottom: 80px;
  }
  .cp-settlement__thumb::-webkit-scrollbar{
    display: none;
  }
}
@media screen and (max-width: 767px){
  .cp-settlement__thumb__caption{
    top: 0%;
    left: 0%;
  }
  .cp-settlement__thumb{
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .cp-settlement__thumb__desc{
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    color: var(--MAIN_GRAY);
  }
  .fa {
    font-size: 1.35em;
    vertical-align: middle;
    padding: 0 8px;
  }
}
@media screen and (min-width: 900px){
  .cp-settlement__list{
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 80px;
  }
  .cp-settlement__list > li > a{
    max-width: 17em;
  }
}
@media screen and (min-width: 551px) and (max-width: 899px){
  .cp-settlement__list{
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 80px;
    max-width: 600px;
    margin-inline:auto;
  }
  .cp-settlement__list > li > a{
    max-width: 17em;
  }
}
@media screen and (max-width: 550px){
  .cp-settlement__list{
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
    max-width: 280px;
    margin-inline:auto;
    margin-bottom: 60px;
  }
}
/* ------------------ cp-store__section -------------------- */

.cp-store__list{
  display: grid;
  column-gap: clamp(20px, 3.6vw,40px);
  row-gap: clamp(20px, 3.6vw,40px);
}
.cp-store__container {
  background-color: var(--BTM_BG_GRAY);
  text-align: center;
}
.cp-store__ttl {
  font-weight: bold;
}
.cp-store__address {
  margin-top: .5em;
  font-size: clamp(10px,1.4vw,14px);
}
.cp-store__sub{
  font-size: clamp(10px,1.4vw,14px);
}

@media screen and (min-width: 768px){
  .cp-store__section{
    --pdb:300px;
  }
  .cp-store__ttl {
    font-size: 20px;
  }
  .cp-store__list{
    grid-template-columns: repeat(3, 1fr);
  }
  .cp-store__container {
    padding:1.5em 0 2.5em;
  }
  .cp-store__thumb img{
    border-radius: 40px 40px 0 0;
  }
  .cp-store__container {
    border-radius: 0px 0px 40px 40px;
  }
}
@media screen and (max-width: 767px){
  .cp-store__section{
    --pdb:120px;
  }
  .cp-store__container {
    padding:1em 0 2em;
  }
  .cp-store__ttl {
    font-size: 16px;
  }
  .cp-store__list{
    grid-template-columns: repeat(2, 1fr);
  }
  .cp-store__thumb img{
    border-radius: 20px 20px 0 0;
  }
  .cp-store__container {
    border-radius: 0px 0px 20px 20px;
  }
}
/* ■■■■■■■■■■　shoplist　■■■■■■■■■■ */
/* ------------------ sh-shop__section -------------------- */
.sh-shop__sub{
  justify-content: space-between;
}

.sh-shop__flex{
  column-gap: 60px;
  row-gap: 40px;
}

.sh-shop__data > div{
  position: relative;
  padding-block: 1.5em;
  font-size: var(--local_fnts);
}
.sh-shop__data > div::before{
  content: '';
  background-image: linear-gradient(to right, var(--MAIN_BLACK), var(--MAIN_BLACK) 2px, transparent 3px, transparent 4px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
}
.sh-shop__data > div::before{
  top: 0;
}

.sh-shop__data dt:before{
  content: '●';
}
.sh-shop__data a{
  border-bottom: 1px solid var(--MAIN_BLACK);
  padding-bottom: 2px;
  font-weight: bold;
}
@media screen and (min-width: 768px){
  .sh-shop__flex > *{
    width: 50%;
  }
  .sh-shop__main img,
  .sh-shop__sub img{
    border-radius: 40px;
  }

  .sh-shop__sub{
    gap: 20px;
  }
  .sh-shop__main{
    margin-bottom: 20px;
  }
  
}
@media screen and (max-width: 767px){
  .sh-shop__main img,
  .sh-shop__sub img{
    border-radius: 30px;
    aspect-ratio: 1;
    object-fit: cover;
  }
  .sh-shop__flex{
    flex-flow: column;
  }
  .sh-shop__sub{
    gap: 10px;
  }
  .sh-shop__main{
    margin-bottom: 10px;
  }
  
}
/* ------------------ sh-card__section -------------------- */

.sh-card__list{
  display: grid;
  column-gap: clamp(40px, 6vw,80px);
  row-gap: 20px;
}

.sh-card__ttl{
  color: var(--MAIN_WHITE);
  background-color: var(--MAIN_GREEN);
  text-align: center;
  border-radius: 40px;
  padding-block: .2em;
}
.sh-card__thumb{
  margin-inline:auto;
}
.sh-card__thumb{
  padding-block: 40px;
}
@media screen and (min-width: 768px){
  .sh-card__section:last-child{
    --pdb:200px;
  }
  .sh-card__ttl{
    font-size: 26px;
  }
  .sh-card__list > li:nth-child(2){
    grid-row: 1/3;
    grid-column: 2/3;
  }
  .sh-card__list{
    grid-template-columns: repeat(2, 1fr);
  }
  .sh-card__list > li:nth-child(1) .sh-card__thumb {
    width: 90%;
  }
  .sh-card__list > li:nth-child(2) .sh-card__thumb {
    width: 60%;
  }
  .sh-card__list > li:nth-child(3) .sh-card__thumb {
    width: 70%;
  }
}
@media screen and (max-width: 767px){
  .sh-card__section:last-child{
    --pdb:60px;
  }
  .sh-card__ttl{
    font-size: 20px;
  }
  .sh-card__list{
    grid-template-columns: repeat(1, 1fr);
  }
  .sh-card__list > li:nth-child(1) .sh-card__thumb {
    width: 80%;
  }
  .sh-card__list > li:nth-child(2) .sh-card__thumb {
    width: 70%;
  }
  .sh-card__list > li:nth-child(3) .sh-card__thumb {
    width: 70%;
  }
}

/* ■■■■■■■■■■　property　■■■■■■■■■■ */
/* ------------------ pp-message__section -------------------- */

.pp-message__container{
  border: 1px solid var(--MAIN_BLACK);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-inline: 1em;
}

.pp-message__ttl{
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
}
.pp-message__list{
  font-size: var(--local_fnts);
}
.pp-message__list > li{
  display: flex;
  line-height: 3;
}
.pp-message__list > li:before{
  content: '・';
}
@media screen and (min-width: 768px){
  .pp-message__ttl{
    font-size: 30px;
  }
  .pp-message__section{
    --pdb:200px;
  }
  .pp-message__container{
    margin-bottom: 80px;
    padding-block: 80px;

  }
}
@media screen and (max-width: 767px){
  .pp-message__ttl{
    font-size: 20px;
  }
  .pp-message__section{
    --pdb:120px;
  }
  .pp-message__container{
    margin-bottom: 40px;
    padding-block: 40px;
  }
}
/* ■■■■■■■■■■　privacy　■■■■■■■■■■ */
/* ------------------ pri-contents__section -------------------- */
.pri-contents__container{
  background-color: var(--PRIVACY_BG_GRAY);
}
.pri-contents__container :is(p,dd){
  font-size: var(--local_fnts);
  margin-bottom: 3em;
}
.pri-txt{
  font-size: var(--local_fnts);
  line-height: 2;
  margin-bottom: 3em;
}
.pri-contents__data dt{
  color: var(--MAIN_GREEN);
  font-weight: bold;
  border-left: 6px solid var(--MAIN_GREEN);
  padding-left: .6em;
  line-height: 1.4;
  font-size: clamp(18px,2.2vw,22px);
  margin-bottom: 1em;
}
@media screen and (min-width: 768px){
  .pri-contents__section{
    --pdt:0;
    --pdb:200px;
  }
  .pri-contents__container{
    padding: 3em;
  }
}
@media screen and (max-width: 767px){
  .pri-contents__section{
    --pdt:0;
    --pdb:120px;
  }
  .pri-contents__container{
    padding: 1.5em;
  }
}




/* ■■■■■■■■■■ にくにく広場 ■■■■■■■■■■ */
.nikuniku {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  letter-spacing: .05em;
}
.zenkaku-r {
  font-weight: 400;
}
.niku-inner{
  max-width: 1360px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px){
  .niku-sec{
    padding: 120px 0;
  }
}
@media screen and (max-width: 767px){
  .niku-sec{
    padding: 50px 0;
  }
}
/* トップスライダー */
.niku-top{
padding: 120px 0;
width: 100%;
height: 100vh;
overflow: hidden;
margin: 0 auto;
}
.niku-position{
position:relative;
top: 50%;
transform: translateY(-50%);
}
.niku-logo{
  position: relative;
  z-index: 99;
  margin: -90px auto 0;
}
.niku-catch__ttl{
  line-height: 1.4;
  font-weight: 500;
}
.niku-catch{
  background-color: #DD0000;
  color: #fff;
}
.niku-subswiper{
  width: 100%;
  overflow: hidden;
}
.niku-subswiper--w{
  overflow: hidden;
}
@media screen and (min-width: 768px){
  .niku-logo{
    width: 60%;
    max-width: 800px;
  }
}
@media screen and (min-width: 1025px){
  .niku-catch__flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .niku-catch__flexitem{
    width: 38%;
  }
  .niku-subswiper--w{
    width: 58%;
  }
  .niku-catch__ttl{
    font-size: 50px;
    margin-bottom: 40px;
  }
  .niku-catch__txt{
    font-size: 18px;
    line-height: 2.2;
  }
}
@media screen and (max-width: 1024px){
  .niku-catch__ttl{
    font-size: clamp( 32px, 4vw, 40px);
    margin-bottom: 25px;
  }
  .niku-catch__txt{
    font-size: clamp( 16px, 2vw, 20px);
    line-height: 2;
  }
  .niku-subswiper--w{
    max-width: 500px;
    width: 90%;
    margin: 0 0 0 auto;
  }
  .niku-catch__flexitem{
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px){
  .niku-subswiper--w{
    margin: 0 auto;
  }
  .niku-logo{
    width: 90%;
    max-width: 200px;
  }
}

/* お知らせ */
.niku-news{
  position: relative;
}
.niku-ttl{
  color: #DD0000;
  text-align: center;
  font-weight: 500;
}
.niku-whitebox{
  background-color: rgba(255,255,255,.9);
}
/* .niku-news__inner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
} */
.niku-newsList{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
}
.news-list__item img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
  margin-bottom: 10px;
}
.niku-newsList time {
  font-size: 14px;
  color: #DD0000;
}
.niku-newsList .ttl {
  font-size: 16px;
}
.niku-link{
  text-align: end;
}
.niku-link > a {
  --url: var(--white_icon, url(/asset2023/images/nikuniku/icon_next_red.svg));
  background: var(--url) no-repeat 99.5% center / 48px;
  letter-spacing: .1em;
  color: #DD0000;
}
@media screen and (min-width: 768px){
  .niku-whitebox{
    padding: clamp( 20px, 3vw, 90px) 0;
  }
  .niku-ttl{
    font-size: 40px;
    margin-bottom: 50px;
  }
  .niku-whitebox{
    border-radius: 50px;
  }
  .niku-link > a {
    padding: 1.2em 70px 1.2em 0;
    font-size: 20px;
  }
  .niku-link{
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 950px){
  .niku-newsList{
    overflow: scroll;
    padding-bottom: 10px;
  }
  .news-list__item {
    min-width: 220px;
    max-width: 240px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px){
  .niku-whitebox{
    padding: 40px 0;
  }
  .niku-ttl{
    font-size: 28px;
    margin-bottom: 20px;
  }
  .niku-whitebox{
    border-radius: 25px;
  }
  .niku-link > a {
    padding: 1.2em 50px 1.2em 0;
    font-size: 15px;
    --url: var(--white_icon, url(/asset2023/images/nikuniku/icon_next_red.svg));
    background: var(--url) no-repeat 99.5% center / 35px;
  }
}

/* 野望 */
.niku-ambi{
  position: relative;
  background: url(/asset2023/images/nikuniku/ambi-bg.jpg)center / cover no-repeat;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.niku-ambi__fleximg{
  text-align: center;
}
.niku-ambi__ttl{
  color: #DD0000;
}
.niku-ambi__img{
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px){
  .niku-ambi-logo{
    max-width: 680px;
    width: 55%;
    margin: 0 auto 40px;
  }
  .niku-ambi__flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .niku-ambi__flextext{
    width: 65%;
  }
  .niku-ambi__fleximg{
    width: 30%;
  }
  .niku-ambi__ttl{
    font-size: 30px;
    margin-bottom: 40px;
  }
  .niku-ambi__txt{
    font-size: 18px;
    line-height: 2.2;
  }
  .niku-ambi__office{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .niku-ambi__name{
    font-size: 22px;
  }
  .niku-ambi__img{
    width: 90%;
    max-width: 350px;
  }
}
@media screen and (max-width: 767px){
  .niku-ambi-logo{
    max-width: 195px;
    width: 80%;
    margin: 0 auto 30px;
  }
  .niku-ambi__ttl{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .niku-ambi__txt{
    font-size: 15px;
    line-height: 2;
  }
  .niku-ambi__flextext{
    margin-bottom: 30px;
  }
  .niku-ambi__img{
    width: 90%;
    max-width: 136px;
  }
  .niku-ambi__office{
    font-size: 14px;
  }
  .niku-ambi__name{
    font-size: 18px;
  }
}

/* 店舗情報 */
.niku-shopList{
  display: grid;
  text-align: center;
}
.niku-shopList__img{
  margin-bottom: 10px;
}
@media screen and (min-width: 768px){
  .niku-shop{
    padding: 120px 0 350px;
  }
  .niku-shopList{
    grid-template-columns: repeat(3,1fr);
    gap: 2%;
  }
  .niku-shopList li:nth-child(4){
    display: none;
  }
  .niku-shopList li {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px){
  .niku-shop{
    padding: 50px 0 150px;
  }
  .niku-shopList{
    grid-template-columns: repeat(2,1fr);
    gap: 20px 10px;
  }
  .niku-shopList li {
    font-size: 14px;
  }
}

/* ご相談 */
.niku-csl__position{
  position: relative;
}
.niku-csl__btn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
}
.niku-btn{
  width: 80%;
  max-width: 640px;
  margin: 0 auto;
}
.niku-btn a{
  display: block;
  background-color: #DD0000;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  line-height: 1.2;
}
.niku-csl{
  background-color: #DD0000;
  padding: 20px 0;
}

@media screen and (min-width: 768px){
  .niku-csl{
    height: 600px;
  }
  .niku-csl__position{
    top: -200px;
  }
  .niku-btn a{
    font-size: 40px;
    padding: 35px 0;
  }
}
@media screen and (max-width: 1290px){
  .niku-csl{
    height: 400px;
  }
}
@media screen and (max-width: 1000px){
  .niku-csl{
    height: 300px;
  }
}
@media screen and (max-width: 767px){
  .niku-csl{
    height: 350px;
  }
  .niku-csl__bg{
    width: 90%;
    max-width: 340px;
    margin: 0 auto;
  }
  .niku-csl__position{
    top: -120px;
  }
  .niku-btn{
    width: 80%;
    max-width: 280px;
  }
  .niku-btn a{
    font-size: 20px;
    padding: 20px 0;
  }
}
/* お問い合わせ */
.niku-contact{
  width: 100%;
  height: 100%;
}
.niku-btnArea .niku-btn:not(:last-child){
  margin-bottom: 30px;
}
.niku-btnArea .niku-btn a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 0 ;
}
@media screen and (min-width: 768px){
  .niku-contact{
    background: url(/asset2023/images/nikuniku/contact-bg.jpg)center / cover no-repeat;
    padding: 170px 0;
  }
  .niku-btnArea{
    width: 80%;
    max-width: 600px;
    margin: 0 0 0 auto;
  }
  .niku-btnArea .niku-btn a{
    font-size: 32px;
    min-height: 120px;
  }
    .niku-btnArea .niku-btn-2row a{
    pointer-events:none;
  }
  .niku-btnArea .niku-btn{
    max-width: 480px;
  }
  .niku-btn span{
    font-size: 18px;
  }
}
@media screen and (max-width: 767px){
  .niku-contact{
    background: url(/asset2023/images/nikuniku/sp/contact-bg-sp.jpg)center / cover no-repeat;
    padding: 250px 0 50px;
  }
  .niku-btnArea .niku-btn a{
    min-height: 70px;
  }
  .niku-btn span{
    font-size: 12px;
  }
}
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */

/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */



.headerarea {
  position: fixed;
}
.cp-history__section .btm-btn > a {
  font-size: clamp(18px, 3vw, 24px);
  max-width: 400px;
  position: fixed;
  bottom: 5%;
  right: 1%;
  z-index: 2;
}
@media screen and (max-width: 767px){
  .cp-history__section .btm-btn > a {
    font-size: clamp(18px, 3vw, 18px);
    max-width: 280px;
  }
}

.ab-fc__section .btm-btn{
  margin-top: 40px;
}

.niku-whitebox{
  border-radius: 0;
}
.niku-newsList {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.news-list__item {
  width: 288px;
  height: 350px;
  position: relative;
  background: #fff;
  overflow: hidden;
  border: 1px solid #E8E8E8;
  box-sizing: border-box;
}
.news-list__item a{
  width: 288px;
  height: 350px;
  position: absolute;
  top: 0;
  left: 0;
}
.news-list__item img {
  height: 175px;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-list__item time {
  width: 100%;
  padding: 10px;
  font-size: 13px;
}
.news-list__item .ttl{
  height: 24px;
  font-size: 13px;
  padding: 0 16px;
  font-weight: 500;
}

.ab-fc__banner{
  width: 100%;
} 
.flex_banner{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.flex_banner a{
  width: 48%;
}
@media screen and (max-width: 768px) {
  .flex_banner{
    flex-direction: column;
    gap: 16px 0;
  }
  .flex_banner a{
    width: 100%;
  }
}

/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */

.aosta {
  margin-top: 90px;
}
.aosta h2:not(.ttl){
  color: #323F67;
}
.aosta-ttl{
  font-size: 3em;
  text-align: center;
  margin-bottom: 30px;
}
.aosta section:not(.aosta-top) > div {
  margin: 0 auto;
  width: 90%;
  max-width: 1360px;
}
.aosta-top {
  position: relative;
}
.aosta-catch__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.aosta-catch__flexitem {
  width: 40%;
}
.aosta-logo {
    width: 240px;
    height: 240px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}
.aosta-logo img {
    width: 80%;
    height: auto;
    border-radius: 0;
}
  .aosta-top > .aosta-logo.is-rotating {
    animation: aosta-logo-spin-y 1.3s cubic-bezier(0.22, 0.8, 0.22, 1);
  }
  @keyframes aosta-logo-spin-y {
    0% {
      transform: translate(-50%, -50%) rotateY(0deg);
    }
    100% {
      transform: translate(-50%, -50%) rotateY(1080deg);
    }
  }
.aosta-animation {
    width: 280px;
    height: 280px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 98;
    pointer-events: none;
}
.aosta-animation p {
    margin: 0;
  }
  .aosta-animation__text svg {
    width: 100%;
    height: 100%;
    display: block;
  }
  .aosta-animation__text text {
    fill: #fff;
    font-size: 16px;
    font-weight: 900;
    font-style: italic;
    letter-spacing: 0.1em;
  }
  @media (prefers-reduced-motion: reduce) {
    .aosta-animation__text animate {
      display: none;
    }
}
.aosta-slider {
    position: relative;
    width: 100vw;
    height: calc(100vh - 90px);
    overflow: hidden;
}
.aosta-slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease;
}
.aosta-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aosta-slide.active {
  opacity: 1;
  z-index: 2;
}
.aosta-catch {
  position: absolute;
  width: 90vw;
  height: 90vh;
  top: 0;
  right: 7%;
  bottom: 0;
  z-index: 99;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}
h1.aosta-catch__ttl {
  width: 80%;
  margin-top: 16px;
}
img.catch-coppy.pc {
  width: 90%;
  margin: 30px 0 0 auto;
  display: block;
}
p.aosta-logo {
  width: 100%;
}
.aosta-logo img.imgauto {
  width: 13%;
  margin: 0 0 0 auto;
}
h2.aosta-catch__ttl {
  font-size: 3em;
  margin-bottom: 40px;
}
p.aosta-catch__txt {
  font-size: 1.1em;
}
section.aosta-conc {
  width: 100%;
  height: 100%;
  background: url(/asset2023/images/aosta/bg002.jpg) no-repeat;
  background-size: cover;
  padding: 80px;
  font-family: "sicshinyubi-sumojinku", sans-serif;
}
.aosta-conc-img {
  position: relative;
  width: 56%;
}
section.aosta-news {
  width: 100%;
  height: 100%;
  background: url(/asset2023/images/aosta/news-bg01.png) no-repeat;
  background-size: cover;
  padding: 80px;
}
.aosta-news__inner.aosta-inner{
  width: 100%;
  background: rgba(255, 255, 255, .7);
  padding: 40px 0;
  position: relative;
}
.aosta-news .news-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.aosta-news .news-list__item{
  border: 0;
}
.aosta-news .news-list__item a time{
  color: #323F67;
}
.aosta-link {
  position: absolute;
  top: 40px;
  right: 40px;
  color: #323F67;
}
.aosta-link a{
  position: relative;
  padding-right: 20px;
}
.aosta-link a::after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url(/asset2023/images/aosta/link-arrow.png) no-repeat center right;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 99;
  transform: translateY(-50%);
}
.aosta-shop {
  padding: 120px 0 350px;
}
.aosta-shopList {
  display: grid;
  text-align: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 2%;
}
.s-lp-img{
  width: 100%;
  max-width: 420px;
  min-width: 163px;
  height: auto;
  max-height: 280px;
  min-height: 109px;
  overflow: hidden;
}
.aosta-csl {
  width: 100%;
  height: 600px;
  background: url(/asset2023/images/aosta/bg002.jpg) no-repeat;
  background-size: cover;
  padding: 20px 0;
}
.aosta-inner {
  max-width: 1360px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.aosta-csl__position {
  position: relative;
  top: -200px;
}
.aosta-csl__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.aosta-btn {
  width: 80%;
  max-width: 640px;
  margin: 0 auto;
}
.aosta-btn a {
  display: block;
  background-color: #323F67;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  line-height: 1.2;
  font-size: 40px;
  padding: 35px 0;
}
.aosta-contact{
  background: url(/asset2023/images/aosta/contact-bg01.png) center / cover no-repeat;
  padding: 170px 0;
  width: 100%;
  height: 100%;
}
.aosta-btnArea {
  width: 80%;
  max-width: 600px;
  margin: 0 0 0 auto;
}
.aosta-btnArea .aosta-btn:not(:last-child) {
  margin-bottom: 30px;
}
.aosta-btnArea .aosta-btn {
  max-width: 480px;
}
.aosta-btnArea .aosta-btn a {
  font-size: 32px;
  min-height: 120px;
}
.aosta-btnArea .aosta-btn-2row a {
  pointer-events: none;
}
.aosta-btn span {
  font-size: 18px;
}
@media screen and (max-width: 959px){
  .aosta-slide {
    object-fit: cover;
  }
  .aosta-slider {
    height: 80vh;
  }
  .aosta-catch {
    height: 75vh;
    right: 5%;
  }
  h1.aosta-catch__ttl {
    width: 100%;

  }
  .aosta-logo img.imgauto {
    width: 33%;
  }
  .aosta-ttl{
    font-size: 1.6em;
    margin-bottom: 10px;
  }
  section.aosta-conc,
  section.aosta-news {
    padding: 20px 0;
  }
  .aosta-catch__flex {
    flex-direction: column;
    width: 100%;
  }
  .aosta-catch__flexitem {
    width: 90%;
    margin: 0 auto 20px;
  }
  h2.aosta-catch__ttl {
    font-size: 1.6em;
    margin-bottom: 20px;
  }
  p.aosta-catch__txt {
    font-size: 1em;
  }
  .hidariue {
    width: 80%;
  }
  .migishita {
    width: 80%;
  }
  .aosta-conc-img {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
  }
  .aosta-news__inner.aosta-inner {
    width: 90%;
    padding: 0;
  }
  .aosta-whitebox .aosta-inner{
    padding: 40px 0;
  }
  .aosta-link {
    top: auto;
    right: 10px;
    bottom: 10px;
  }
  .aosta-shop {
    padding: 40px 0 150px;
  }
  .aosta-shopList {
    grid-template-columns: repeat(2, 1fr);
  }
  .s-lp-img{
    height: 110px;
  }
  .aosta-csl {
    height: 240px;
  }
  .aosta-csl__position {
    top: -100px;
  }
  .aosta-btnArea{
    margin: 0 auto;
  }
  .aosta-btn {
    width: 100%;
    max-width: 280px;
  }
  .aosta-csl__btn a,
  .aosta-btnArea .aosta-btn a {
    font-size: 20px;
    padding: 20px 0;
    min-height: auto;
  }
}

.news-list__item{
  max-width: 288px;
  min-width: 288px;
  min-height: 350px;
}
.news-list__item p {
	font-size: 10px;
	padding: 24px 16px;
	font-weight: 500;
}
.news-list__item p.more{
	text-align: right;
	position: absolute;
	bottom: 8px;
	right: 16px;
	padding: 0;
    color: #999;
}
@media (max-width: 1501px) { 
  li.news-list__item:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1266px) {
  li.news-list__item:nth-child(4) {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .news-list {
    flex-direction: column;
  }
  .top-front__news__bg {
    max-width: 100%;
  }
  .top-front__news__memo {
    padding: 0;
  }
  .top-front__news__bg{
    border-radius: 0;
    background: none;
  }
  .news-list__item {
    width: 100%;
    margin-right: 0;
  }
  .news-list__item a {
    width: 100%;
    height: 100%;
  }
  .news-list__item img {
    height: 180px;
  }
}

.all-post_link{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.all_post{
  display: block;
  margin-bottom: 20px;
}

.niku-shopList__img {
  width: 100%;
  max-width: 420px;
  min-width: 163px;
  height: auto;
  max-height: 280px;
  min-height: 109px;
  overflow: hidden;
}


/* 背景スライダーは全画面固定 */
.niku-news__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; /* 後ろにする */
}

/* 記事は普通に積む */
.niku-news__content {
  position: relative;
  z-index: 2; /* 背景より前にくる */
  padding: 100px 0; /* 上下に余白を確保 */
}

/* section全体に高さを持たせる */
.niku-news {
  position: relative;
  overflow: hidden;
}

/* スマホの高さが足りない問題も解決 */
@media screen and (max-width: 767px) {
  .niku-news__content {
    padding: 80px 0; /* スマホで縦長に */
  }
  .niku-shop img.imgauto {
    height: 120px;
  }
}
.niku-news__bg .imgauto{
  height: 100%;
  object-fit: cover;
}


.com-act{
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.com-act .bg{
  background: #FFF6E4;
}
.com-act__section{
  padding-top: 80px;
  padding-bottom: 80px;
}
.com-act__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  column-gap: 60px;
  row-gap: 20px;
}
.com-act__container:not(.setumei,.partners){
  max-width: 700px;
}
.com-act__ttl{
  color: #ED514E;
  font-size: 40px;
  font-weight: bold;
  text-align: left;
  background:linear-gradient(transparent 90%, #ED514E 90%);
  margin-bottom: 40px;
}
.setumei .com-act__ttl,.com-act-news .com-act__ttl{
  text-align: center;
  background:none;
}
.setumei.com-act__thumb{
  width: 80%;
  margin: 20px auto;
}
.thumb_le{
  margin-left: calc(50% - 50vw);
}
.thumb_ri{
  margin-right: calc(50% - 50vw);
}
.com-act__local{
  font-size: var(--local_fnts);  
  margin-bottom: 20px;
}
.com-act__local a {
  color: #ED514E;
  transition: all 0.3s ease;
}
.com-act__local a:hover{
  text-decoration: underline;
  opacity: 1;
  transition: all 0.3s ease;
}
.com-act__btn{
  color: #fff;
  background: #ED514E;
  padding: 16px 40px;
  border-radius: 40px;
  max-width: 400px;
  width: 100%;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  font-size: var(--local_fnts);
  transition: transform 0.5s ease;
  display: block;
}
.com-act__btn:hover {
  transform: scale(0.95);
  opacity: 0.75;
}
.com-act__thumb img {
  min-height: 340px;
  height: 100%;
  object-fit: cover;
}
.partners ul li {
  line-height: 2.5;
  font-size: var(--local_fnts);
}
.sponsored-teams{
  align-items: center;
}
.team-logo{
  height: 240px;
  width: auto;
  object-fit: contain;
}
.team-name{
  text-align: center;
  font-size: var(--local_fnts);
  font-weight: bold;
}
.partner:hover{
  color: #ED514E;
  text-decoration: underline;
  opacity: 1;
  transition: all 0.3s ease;
}
.pcnone{
  display: none;
}
.foodloss .com-act__btn {
  min-width: 320px;
}
section.com-act-news {
  width: 100%;
  height: 100%;
  background: url(/asset2023/images/community_activities/news-bg.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 80px;
}
.com-act-news__inner.com-act-inner{
  width: 100%;
  background: rgba(255, 255, 255, .7);
  padding: 40px 0;
  position: relative;
}
.com-act-news .news-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
}
.com-act-news .news-list__item{
  border: 0;
}
.com-act-news .news-list__item a time{
  color: #ED514E;
}
.com-act-link {
  position: absolute;
  top: 80px;
  right: 80px;
  color: #ED514E;
}
.com-act-link a{
  position: relative;
  padding-right: 20px;
}
.com-act-link a::after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url(/asset2023/images/community_activities/link-arrow.png) no-repeat center right;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 99;
  transform: translateY(-50%);
}

@media screen and (max-width: 959px) {
  .com-act__ttl {
    margin-bottom: 10px;
  }
  section.com-act-news {
    padding: 20px 0;
  }
  .com-act-news__inner.com-act-inner{
    width: 90%;
    margin: 0 auto;
  }
  .com-act-news .news-list {
    gap: 24px;
    margin-bottom: 10px;
  }
  .com-act-link {
    top: auto;
    right: 10px;
    bottom: 10px;
  }
  .com-act__btn{
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 768px){
  .com-act__flex {
    flex-direction: column;
    align-items: center;
  }
  .com-act__flex.reverse {
    flex-direction: column-reverse;
  }
  .com-act__flex.jihanki{
    flex-direction: row;
    column-gap: 8px;
  }
  .setumei.com-act__thumb{
    width: 100%;
  }
  .com-act__thumb img{
    width: 100%;
    min-height: auto;
  }
  .com-act__ttl{
    font-size: clamp(20px, 3.2vw,34px);
  }
  .setumei .com-act__ttl{
    font-size:32px;
  }
  .pcnone{
    display: block;
  }
  .foodloss .com-act__btn {
    margin: 0 auto;
  }
  .partners .com-act__flex {
    row-gap: 0;
  }
}

.ab-fc__section .com-act__btn{
  margin: 80px auto 0;
}

/* add end ayao */