@charset "utf-8";

:root {
  --primary-black: #141414;
  --primary-White: #FFFCE8;
  --primary-red: #BF2120;
  --primary-yellow: #D2C925;
  --primary-green: #30764E;
  --primary-winered: #763030;
  --primary-brightred: #E02E2E;
  --contentWidth: 84%;
  --contentPadding: 4.2%;
}

html {
  font-size: 62.5%;
  background-color: var(--primary-White, #FFFCE8);
}

body {
  font-family:
  "Zen Kaku Gothic Antique",
  sans-serif;
  font-style: normal;
  color: var(--primary-black, #000000);
  line-height: normal;
}

img {
  max-width: 100%;
  height: auto;
}


/***********************************************************************************/
/************************************* header *************************************/
/***********************************************************************************/
.header__artcle::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  background-image: url(../imges/sc_header.svg) !important;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 375 / 68;
}

/********************************** header_nav active ***********************************/
.header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header::before {
  content: '';
  background-image: url(../imges/btn-menu_open.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  height: 35px;
  position: absolute;
  right: 0px;
}

.header.active::before {
  content: '';
  background-image: url(../imges/btn-menu_close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  height: 35px;
}

.logo {
  width: 153px;
  height: 45px;
}


nav {
  width: 100%;
  display: none;
  position: absolute;
  top: 140px;
}

.nav__list {
  background: rgba(0, 0, 0, 0.80);
  padding: 70px 0 500px;
}
/*
.nav__item:first-of-type {
  margin-top: 0;
} */

.nav__item--lists1, .nav__item--lists3 {
  margin-right: 0;
}

.nav__item--lists2, .nav__item--lists4 {
  margin-left: 0;
}

.nav__item {
  color: #FFF;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 50px;
}

.header__btn, .nav__btn {
  display: block;
  width: 45px;
  height: 35px;
  margin-top: 5px;
}

.nav__item img {
  display: none;
}

 .nav__item:hover {
  color: var(--primary-green);
}
/* ==================header media=================== */
@media screen and (min-width: 769px) {
.header__artcle::before {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-image: url(../imges/PC_header.svg) !important;
  aspect-ratio: 1440 / 145;
}

  .nav {
    display: block;
    margin: 0 auto;
    max-width: 1160px;
    position: unset;
  }
  .nav__list {
    margin: 0 auto;
    display: flex;
    background: none;
    padding: 0;
    justify-content: center;
    align-items: center;
  }

  .header__artcle {
    margin: 0 auto;
  }

  .nav__item {
    color: var(--primary-black);
    font-size: 1.8rem;
    /* margin: 0 15px; */
  }

  .nav__set1, .nav__set2 {
    display: flex;
    align-items: flex-end;
  }
  .logo {
    display: none;
  }

  .nav__item img {
    display: block;
    width: 240px;
    height: 71px;
    margin: 0 40px;
  }

  .header::before {
    content: none;
  }

  .nav__item--lists1, .nav__item--lists3 {
    margin-right: 15px;
  }

  .nav__item--lists2, .nav__item--lists4 {
    margin-left: 15px;
  }

}

/* ******************************************************************************* */
/*************************************** mainveiw *************************************/
/* ******************************************************************************* */
.header__mainveiw img{
  width: 100%;
}

.header__mainveiwPc {
  display: none;
}


/* ==================mainveiw media=================== */
@media screen and (min-width: 769px) {
  .header__mainveiwSc {
    display: none;
  }

  .header__mainveiwPc {
    display: block;
  }
}

/* ******************************************************************************* */
/*************************************** common *************************************/
/* ******************************************************************************* */
.section__sugutabe {
  margin-top: 80px;
  max-width: 1160px;
}

.section--about, .section--worries {
  margin: 70px 0;
  padding: 0 30px;
}

.title__name {
  text-align: center;

}

.underline  {
  width: 190px;
  height: 20px;

}

.topic {
  color: var(--primary-black);
  font-size: 2.4rem;
  font-weight: 700;
}

.topic--sub {
  line-height:  125%;
}

/* ==================common media=================== */
@media screen and (min-width: 769px) {
  .topic {
  font-size: 4rem;
  }

  .underline {
  width: 456px;
  height: 48.556px;
  }

  .section--about, .section--worries {
    padding: 0;
  }

  .worries__itme:first-of-type {
    margin-top: 0;
  }
}


/* ******************************************************************************* */
/********************************* about & worries *********************************/
/* ******************************************************************************* */
.about__topic {
  width: 100%;
  height: auto;
  background:
  linear-gradient(0deg, rgba(0, 0, 0, 1.4) 0%,
  rgba(0, 0, 0, 0.6) 100%),
  url(../imges/hatake.jpg) lightgray 50% / cover no-repeat;
  padding: 10px;
  border-radius: 10px;
  margin-top: 46px;
}

.title__txt {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--primary-White);
}


.worries__itme:first-of-type {
  margin-top: 28px;
}

.worries__itme:last-of-type {
  margin-bottom: 20px;
}

.worries__itme {
  margin-top: 30px;
  padding: 20px 0px;
  border-radius: 20px;
  background-color: var(--primary-green);
}

.worries__txt {
  color: var(--primary-White);
  text-align: center;
  font-size: 2rem;
}

.worries__imga {
  width: 100%;
  height: auto;
}

/* ==================about & worries media=================== */
@media screen and (min-width: 769px) {
  .section__sugutabe {
    margin: 70px auto 0;
  }

  .about__topic {
    margin-top: 62px;
    padding: 63px 70px;
  }

  .title__txt {
  font-size: 2.6rem;
  line-height: 50px;
  }

  .scBr {
    display: none;
  }

  .worries__container {
    margin: 0 auto;

  }

  .worries__contents {
    display: flex;
    justify-content: space-between;
  }

  .worries__itme {
    padding: 20px;
    width: 347px;
    height: 132px;
    align-content: center;
  }

  .worries__imga {
    border-radius: 10px;
    margin-top: 30px;
    object-fit: cover;
    height: 215px;
  }
}

/* ******************************************************************************* */
/*************************************** reason ***************************************/
/* ******************************************************************************* */
.section--reason {
  max-width: 100%;
  margin: 80px auto 130px;
}

.reason__kitchen {
  display: none;
}

  .scresponsive {
    content: '';
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 375 / 180;
    background: url(../imges/reason.jpg) lightgray -83.478px -157.73px / 150.256% 208.852% no-repeat;
    margin-top: 70px;
 }

.reason__contents {
  padding: 0 30px;
}

.reason__imga {
  border-radius: 5px;
}

.reason__item {
  margin-top: 10px;
}

.reason__box {
  margin-top: 60px;
}

.reason__txtbox {
  display: block;
}

.reason__txt {
  color: var(--primary-black);
text-align: center;
font-size: 1.8rem;
}

.reason__txt--sub {
  color: var(--primary-black);
  font-size: 1.6rem;
}

.reason__topics {
  margin: 20px 0 30px 0;
  display: flex;
  padding-bottom: 10px;
  align-items: center;
  align-self: stretch;
  gap: 15px;
  background-image: linear-gradient(to right, #0D0D0D, #0D0D0D 9px, transparent 3px);
  background-size: 16px 3px;
  background-position: left bottom;
  background-repeat: repeat-x;
  stroke-width: 3px;
  stroke: #0D0D0D;
}

.reason__topics img {
  width: 20px;
  height: 20px;
}

.reason__txt {
  color: var(--primary-black);
  text-align: center;
  font-size: 1.8rem;
}

.reason__txt--sub{
  color: var(--primary-black);
  font-size: 1.6rem;
  padding-bottom: 10px;
}

.reason__txt--sub::after {
  background-color: #0D0D0D;
  border-radius: 3px;
  content: "";
  display: block;
  height: 3px;
  margin-top: 10px;
}

/* ==================reason media=================== */
@media screen and (min-width: 769px) {
  .section--reason {
    margin-top: 237px;
  }

  .reason__item {
    margin: 0 auto;
    max-width: 1160px;
  }

  .reason__box {
    display: flex;
    justify-content: space-between;
    align-content: center;
  }

  .reason__contents {
    padding: 0 140px;
  }

  .scresponsive {
    margin: 87px auto 80px;
    border-radius: 10px;
    display: block;
    width: 1160;
    height: auto;
    aspect-ratio:  1140 / 220;
    border-radius: 0;
    background: url(../imges/reason.jpg) lightgray 0px -439.176px / 100% 340.337% no-repeat;
  }

  .reason__imga {
  width: 330px;
  height: 180px;
  }

  .reason__txtbox {
    display: grid;
    align-content: space-between;
    width: 766px;
    padding: 0;
    margin-left: 64px;
  }

  .reason__txt--sub {
    padding: 0;
  }

  .reason__topics {
    margin: 0;
    padding-bottom: 20px;
  }
  .reason__txt--sub::after {
    margin-top: 20px;
  }
}

/* ******************************************************************************* */
/*************************************** sele ***************************************/
/* ******************************************************************************* */
.section--sale {
  padding: 80px 30px 100px;
  margin: 0 auto;
  content: "";
  background-image: url(../imges/haikei.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.title__name--sale {
  margin: 0;
  display: block;
  width: 100%;
  height: auto;
  justify-content: space-between;
  align-content: center;
  background: url(..//imges/25043033.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.topic--sale {
  line-height: 0.8;
  font-size: 2.2rem;
}

.topic__sub {
  color: var(--primary-black);
  font-size: 1.8rem;
  margin: 0;
}

.title__name p {
  padding-top: 4px;
  color: var(--primary-black);
  font-size: 1.4rem;
  margin: 0;
}

.underline--sale {
  margin-top: -4px;
  margin-bottom: 4px;
}

.contents--box {
  margin-top: 70px;
}

.sale__item {
  padding: 30px 0 40px 0;
  background-color: var(--primary-White);
  box-shadow: 20px 15px 4px 0px rgba(0, 0, 0, 0.25);
}

.sale__item:hover {
background-color: #c0c0c0;
}

.sale__item::before {
  position: absolute;
  margin-top: -64px;
  right: 29px;
  display: inline-block;
  width: 70px;
  height: 70px;
  content: "";
  background: url(../imges/bathi.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.sale__setsub {
  margin-top: 10px;
}

.txt__set {
  margin-top: 30px;
}

.sale__item:first-of-type {
  margin-bottom: 60px;
}

.sale__item--boxgreen {
  border-top: solid 33px var(--primary-green);
}

.sale__item--boxred {
  border-top: solid 33px var(--primary-winered);
}

.sale__setmain {
  color: var(--primary-black);
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
}

.sale__setsub {
  color: var(--primary-black);
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
}

.sale__name--txt {
font-size: 2.2rem;
}

.color {
  color: var(--primary-brightred);
}

.sale__money {
  color: var(--primary-black);
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
}
.maney_red {
  color: var(--primary-brightred);
}

.txt__tax {
font-size: 2rem;
}

.sale__producer {
  color: var(--primary-black);
  text-align: center;
  font-size: 1.6rem;
}

.contents--btn {
  margin: 70px auto 0;
  display: flex;
  border-radius: 50px;
  background-color: var(--primary-White);
  border: 1px solid var(--primary-black);
  justify-content: center;
  align-items: center;
  padding: 7px 8px 7px 0;
  gap: 17px;
  width: 270px;
  height: auto;
}

.contents--btn:hover {
  background-color: #c0c0c0;
}

.sale__cart {
  width: 50px;
  height: 50px;
}

.sale__txt {
color: var(--primary-black);
font-size: 1.6rem;
}

.sale__arrow {
  width: 11px;
  height: 22px;
}

/* ==================sale media=================== */
@media screen and (min-width: 769px) {
  .section--sale {
    padding: 80px 140px 100px;
  }

  .title__name--sale {
    display: block;
    margin: 0 auto;
    width: 730px;
    height: 211px;
  }
  .title__topic {
    max-width: 1160px;
    margin: 0 auto;
    text-align: center;
  }

  .topic--sale {
  font-size: 4rem;
  font-weight: 700;
  line-height: normal;
  }

  .topic__sub {
    font-size: 3rem;
  }

  .title__name p {
    font-size: 2.8rem;
  }

  .contents--box {
    gap: 40px;
    display: flex;
    justify-content: space-between;
  }

  .sale__item:first-of-type {
    margin-bottom: 0;
  }

  .sale__item--boxgreen, .sale__item--boxred {
    width: 560px;
  }

  .sale__setmain {
    font-size: 4rem;
  }

  .sale__setsub, .maney_red {
    font-size: 4rem;
    font-weight: 700;
  }
  .sale__name--txt, .txt__tax {
    font-size: 3rem;
  }

  .sale__money {
    font-size: 3.6rem;
  }

  .sale__producer {
    font-size: 2.6rem;
    margin-top: 20px;
  }

  .txt__producer {
    font-size: 2rem;
  }

  .sale__item::before {
    position: relative;
    margin-top: -120px;
    top: 55px;
    right: -220px;
    width: 130px;
    height: 130px;
  }

  .contents--box {
    margin-top: 40px;
  }


  .contents--btn {
    width: 630px;
    height: 120px;
    border-radius: 200px;
    gap: 45px;
    padding: 7px 29px 7px 0;
  }

  .sale__cart {
  width: 100px;
  height: 100px;
  }

  .sale__txt {
  font-size: 4rem;
  font-weight: 700;
  }

  .sale__arrow {
  width: 20px;
  height: 40px;
  }
}

/* ******************************************************************************* */
/*************************************** item ***************************************/
/* ******************************************************************************* */
.article__items {
    padding: 80px 30px 100px;
    margin: 0 auto;
}

.organic__contents {
  margin-top: 30px;
}

.organic__containerr {
  margin: 0 -5px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.organic__containerr::before {
  content: "";
  display: flex;
  width: 30px;
  height: 28px;
  background-image: url(../imges/redashirai1.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.organic__containerr::after {
  content: "";
  display: flex;
  width: 30px;
  height: 28px;
  background-image: url(../imges/redashirai2.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.organic__titles {
  color: var(--primary-black);
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}

.red {
color: var(--primary-red);
font-size: 2.5rem;
font-weight: 700;
}

.green {
color: var(--primary-green);
font-size: 2.5rem;
font-weight: 700;
}

.organic__txt {
  color: var(--primary-black);
  font-size: 2rem;
  margin-top: 30px;
}

.section--items--organic {
  margin-top: 50px;
}

.organic__imga {
  width: 100%;
  height: auto;
}

.section--items--qualityAssurance {
  margin-top: 50px;
}

.qualityAssurance__containerr {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
}

.qualityAssurance__containerr::before {
  content: "";
  display: flex;
  width: 30px;
  height: 28px;
  background-image: url(../imges/redashirai1.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.qualityAssurance__containerr::after {
  content: "";
  display: flex;
  width: 30px;
  height: 28px;
  background-image: url(../imges/redashirai2.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.qualityAssurance__titles {
  color: var(--primary-black);
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}

.yellow {
  color: var(--primary-yellow);
  font-size: 2.5rem;
}

.qualityAssurance__txt {
  margin-top: 30px;
  color: var(--primary-black);
  font-size: 2rem;
  line-height: 35px;
}

.qualityAssurance__imga {
  border-radius: 20px;
  margin-top: 30px;
  height: 270px;
}
/* ==================sale media=================== */
@media screen and (min-width: 769px) {
  .article__items {
    padding: 122px 140px 100px;
  }

  .section--items--organic, .section--items--qualityAssurance {
    margin: 80px auto 0;
    max-width: 1160px;
  }

  .organic__containerr {
    margin-top: 112px;
  }

  .organic__titles {
  font-size: 3.6rem;
  }

  .organic__containerr::after,
  .organic__containerr::before,
  .qualityAssurance__containerr::before,
  .qualityAssurance__containerr::after {
    width: 50px;
    height: 47px;
  }

  .red, .green, .yellow {
    font-size: 4.6rem;
  }


  .organic__contents,
  .qualityAssurance__container {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  margin-top: 50px;
  }

  .organic__imga {
  width: 466px;
  height: 399px;
  }

  .organic__txt {
    width: 530px;
    height: auto;
    font-size: 2.2rem;
    margin-top: 0px;
  }

  .qualityAssurance__titles {
    font-size: 3.6rem;
  }

  .qualityAssurance__txt {
    font-size: 2.2rem;
  }

  .qualityAssurance__imga {
  width: 570px;
  height: 490px;
  }

}
 /* ******************************************************************************* */
/*************************************** comment ***************************************/
/* ******************************************************************************* */
.article__comment {
  padding: 80px 0 100px;
  margin: 0 auto;
}
.section--farmer, .Review__contents {
  padding: 0 30px 0;
}


.Review__containerr {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 5px;
}

.Review__containerr::before {
  content: "";
  display: flex;
  width: 30px;
  height: 28px;
  background-image: url(../imges/redashirai1.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.Review__containerr::after {
  content: "";
  display: flex;
  width: 30px;
  height: 28px;
  background-image: url(../imges/redashirai2.svg);
  background-repeat: no-repeat;
  background-size: contain;
}


.Review__titles {
  color: var(--primary-black);
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}

.Review__titles--sub {
  color: var(--primary-black);
  text-align: center;
  font-size: 1.6rem;
}

.red--farm {
  font-size: 2rem;
}

.Review__box:first-of-type {
margin-top: 50px;
}

.Review__box {
  margin-top: 70px;
  }

.Review__photo {
  border-radius: 10px;
}

.Review__msg {
  margin-top: 30px;
  color: var(--primary-black);
  font-size: 2.4rem;
}

.Review__name {
  margin-top: 10px;
color: var(--primary-black);
font-size: 2.2rem;
}

.Review__txt {
  margin-top: 30px;
  color: var(--primary-black);
  font-size: 1.8rem;
  line-height: 25px;
}


.scres {
  content: '';
  display: block;
  width: 375px;
  height: 56px;
  background: url(../imges/ismgi.svg) lightgray 50% / cover no-repeat;
  margin-top: 50px;
}


.Review__imga {
  display: none;
}


.farmer__containerr {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 5px;
}

.farmer__containerr::before {
  content: "";
  display: flex;
  width: 30px;
  height: 28px;
  background-image: url(../imges/redashirai1.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.farmer__containerr::after {
  content: "";
  display: flex;
  width: 30px;
  height: 28px;
  background-image: url(../imges/redashirai2.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.farmer_titles {
  color: var(--primary-black);
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}

.farmer__titles--sub {
  color: var(--primary-black);
  text-align: center;
  font-size: 1.6rem;
}


.farmer__coments {
  color: var(--primary-black);
  font-size: 1.8rem;
  font-weight: 700;
}

.farmer__box:first-of-type {
  margin-top: 40px;
}

.farmer__box {
  margin-top: 70px;
}

.farmer__box img {
  border-radius: 10px;
  margin-top: 20px;
}

.farmer__txtbox {
  margin-top: 20px;
}

.farmer__name {
  color: var(--primary-black);
  font-size: 2.5rem;
}

.farmer__msg {
  margin-top: 20px;
  color: var(--primary-black);
  font-size: 1.8rem;
}

/* ==================farmer_ media=================== */
@media screen and (min-width: 1024px) {
  .article__comment {
    padding: 122px 140px 100px;
  }

  .section--Review, .section--farmer {
    margin: 80px auto;
    max-width: 1160px;
  }

  .Review__containerr::before,
  .Review__containerr::after,
  .farmer__containerr::before,
  .farmer__containerr::after {
    width: 50px;
    height: 47px;
  }

  .Review__titles, .farmer_titles {
    font-size: 3.6rem;
  }

  .Review__titles--sub, .farmer__titles--sub {
    font-size: 3rem;
  }

  .red--farm, .yellow--farm {
  font-size: 3.6rem;
  font-weight: 700;
  }

  .farmer__item, .Review__item {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  .section--farmer, .Review__contents {
    padding: 0;
  }

  .farmer__box:first-of-type, .Review__box:first-of-type, .Review__box, .farmer__box {
    margin-top: 0;
  }

  .Review__box {
  width: 370px;
  height: auto;
  }

  .Review__msg {
    font-size: 2.4rem;
  }

  .Review__txt {
    font-size: 1.6rem;
  }


  .Review__imga {
    display: none;
  }

    .scres {
    content: '';
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1440 / 174;
    background: url(../imges/ismgi.svg) lightgray 50% / cover no-repeat;
    margin-top: 70px;
  }

  .farmer__box {
    width: 510px;
    height: auto;
  }

  .farmer__coments {
    font-size: 3rem;
  }


  .farmer__name {
    font-size: 2.8rem;
  }

  .farmer__msg {
    font-size: 2.2rem;
  }

}

/* ******************************************************************************* */
/************************************ question ************************************/
/* ******************************************************************************* */
.section--question {
  padding: 99px 30px 0;
  margin: 0 auto;
}

.question__container {
  margin-top: 100px;
}

.question__query {
  margin-top: 70px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.question__query:first-of-type {
  margin-top: 0;
}

.question__query p {
  color: var(--primary-black);
  font-size: 1.8rem;
}

.question__query p::after {
  background-color: var(--primary-brightred);
  border-radius: 3px;
  content: "";
  display: block;
  height: 3px;
  margin-top: 10px;
}

.question--main {
  color: var(--primary-black);
  font-size: 1.6rem;
}

.question--sub {
  color: var(--primary-black);
  font-size: 1.2rem;
  margin-top: 15px;
}

.question__question__query {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.question__box {
  display: block;
}



.question--sub::after {
  background-color: var(--primary-brightred);
  border-radius: 3px;
  content: "";
  display: block;
  height: 3px;
  margin-top: 10px;
}

/* ==================question media=================== */
@media screen and (min-width: 769px) {
  .section--question {
    padding: 122px 140px 100px;
  }

  .question__container {
    margin: 80px auto 0;
    max-width: 1160px;
  }

  .question__contents {
    margin-top: 122px;
  }


    .question__query p {
    font-size: 3.2rem;
    line-height: 30px;
    }

    .question--main {
      font-size: 2.6rem;
    }

    .question--sub {
      font-size: 1.6rem;
    }
  }
/* ******************************************************************************* */
/*************************************** footer ************************************/
/* ******************************************************************************* */
.footer__contents {
  display: block;
  padding: 0 30px;
  margin: 140px auto 60px;
  text-align: center
}

.copy {
  margin-top: 40px;
  text-align: center;
}

.small {
  color: #000;
  font-size: 1.6rem;
}

.footer__logo {
  width: 180px;
  height: 53px;
}


.footer::after {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  background-image: url(../imges/sc_footer.svg) !important;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 375 / 68;
}


/* ******************************************************************************* */
/*************************************** nav ***************************************/
/* ******************************************************************************* */
/* ==================question media=================== */
@media screen and (min-width: 769px) {
  .footer__contents {
    display: flex;
    justify-content: space-between;
    margin: 130px auto 15px;
    max-width: 1160px;
  }

  .small {
  font-size: 1.8rem;
  }

  .footer::after {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-image: url(../imges/PC_footer.svg) !important;
    aspect-ratio: 1445 / 145;
  }
}

/* ******************************************************************************* */
/*************************************** nav ***************************************/
/* ******************************************************************************* */


/* ******************************************************************************* */
/*************************************** nav ***************************************/
/* ******************************************************************************* */


/* ******************************************************************************* */
/*************************************** nav ***************************************/
/* ******************************************************************************* */
