@charset "utf-8";

/*==========================
article header
==========================*/

.mvPC {
  display: none;
}

.mvSP {
  width: 100%;
}

/* article header PC */
@media screen and (min-width: 769px) {
  .mvPC {
    display: block;
    width: 70%;
    height: auto;
    margin: 0 0 0 auto;
  }

  .mvSP {
    display: none;
  }
}

/*==========================
about
==========================*/
.section--about {
  background-image: url(../images/topBgSp1.png), url(../images/topBgSp2.png), url(../images/topBgSp3.png);
  background-position: 7% 171px, 1% 830px, -5% 1320px;
  background-size: contain, contain, 25%;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.about__mainText {
  margin-top: 98px;
  text-align: center;
  font-family: "Kaisei Decol";
  font-size: 1.6rem;
}

.about__img {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  display: block;
  margin: 100px auto 0;
  aspect-ratio: 1 / 1;
}

.about__desc {
  width: 93%;
  margin: 16px auto 0;
}

.subtitle {
  text-align: center;
  font-family: "Kaisei Decol";
  font-size: 1.6rem;
  font-weight: 700;
}

.about__text {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 44px;
}

.moreBtn--about {
  margin-top: 56px;
}

/* about PC */
@media screen and (min-width: 769px) {
  .section--about {
    background-image: url(../images/topBgPc1.png), url(../images/topBgPc2.png), url(../images/topBgPc3.png);
    background-position: 92% -65px, 53% 535px, 9% 913px;
    background-size: 29%, 31%, 40%;
    padding-top:39px ;
  }

  .about__mainText {
    margin-top: 115px;
    font-size: 2rem;
  }

  .about__item:first-of-type {
    margin-top: 74px;
    flex-direction: row-reverse;
  }

  .about__item {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-top: 26px;
  }

  .about__img {
    width: 400px;
    height: 400px;
    margin: 0;
  }

  .about__desc {
    width: 492px;
    margin: auto 0;
  }

  .subtitle {
    text-align: start;
    font-size: 2rem;
  }

  .about__text {
    text-align: start;
    font-size: 1.6rem;
    margin-top: 31px;
  }

  .moreBtn--about {
    margin-top: 153px;
  }
  
}

/*==========================
sweets
==========================*/
.section--sweets {
  position: relative;
  padding: 1px 0 46px;
  margin: 57px auto 0;
  background-image: url(../images/cork.jpg);
  z-index: 20;
  background-size: cover;
}

.section--sweets::before {
  content: "";
  background-image: url(../images/woodenFrame.png);
  z-index: 50;
  display: block;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.sweets__contents {
  z-index: 30;
}

.sweets__item {
  margin: 10px auto 0;
}

.sweets__item img {
  width: 60%;
  aspect-ratio: 1 / 0.758;
  margin: 0 auto;
}

.sweets__description {
  background-color: rgba(255, 255, 255, 0.55);
  border-radius: 20px;
  padding: 20px 2.6% 10px;
  width: 70%;
  margin: 20px auto 0;
}

.sweets__subtitle {
  text-align: center;
}

.sweets__text {
  margin-top: 20px;
  text-align: center;
  font-size: 1.4rem;
}

.moreBtn--sweets {
  margin-top: 40px;
}

/* sweets PC */
@media screen and (min-width: 769px) {
  .section--sweets {
    padding: 90px 1%;
    margin-top: 100px;
    width: 64%;
  }

  .sweets__contents {
    margin-top: 106.43px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .sweets__item:nth-of-type(odd) {
    margin: 211px 0 0;
  }

  .sweets__item:nth-of-type(even) {
    margin: 0 0 211px;
  }

  .sweets__item {
    width: 41.6%;
  }

  .sweets__description {
    padding: 20px 3% 20px;
    width: 71%;
    margin: 0 auto;
  }

  .sweets__text {
    margin-top: 25px;
    font-size: clamp(1.4rem, 1.6vw, 2rem);
  }
  .moreBtn--sweets {
    margin-top: 80px;
  }
}

/*==========================
news
==========================*/

.news__item {
  width: 70%;
  margin: 10px auto 0;
}

.news__item iframe {
  min-width: auto !important;
}

.section--news {
  padding-bottom: 30px;
}
/* news PC */
@media screen and (min-width: 769px) {
  .section--news {
    background-image: url(../images/topBgPc4.png);
    background-position: 96% -40px;
    background-size: 82%;
    background-repeat: no-repeat;
  }

  .news__contents {
    display: flex;
    margin-top: 80px;
  }

  .news__item {
    width: 26%;
  }

  .section--news {
    padding-bottom: 50px;
    margin-top: 180px;
  }
}
