@charset "UTF-8";

/*
=====================================
全体設定
=====================================
*/
body {
  background: url(../images/background_pc@2x.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

main {
  font-family: "FOT-筑紫ゴシック Pr5 L", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: normal;
  margin: 0 auto;
}

.wrap {
  margin-top: 61px;
}

.pcbr {
  display: none;
}

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

@media screen and (min-width: 767px) {
  .wrap {
    margin: 78px auto 0;
  }
}

@media screen and (min-width: 1023px) {
  .spbr {
    display: none;
  }

  .pcbr {
    display: block;
  }
}

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


/*
=====================================
TOP
=====================================
*/
.feature_top {
  background-color: #fff;
  padding-bottom: 8vw;
}

.feature_top h2 {
  background-color: #C277A6;
  color: #fff;
  text-align: center;
  font-size: 4.2vw;
  padding: 3.5vw 0;
  font-family: "Kiwi Maru", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.feature_top p, .feature_top ul {
  padding: 0 13.5vw;
  margin: 0 auto;
}

.feature_top p {
  font-size: 3.84vw;
  line-height: 1.9;
  padding-top: 3vw;
}

.feature_top p:first-of-type {
  font-family: "Kiwi Maru", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 5.1vw;
  font-weight: 500;
  letter-spacing: 0.1vw;
  line-height: 1.6;
  padding-top: 6vw;
}

.feature_top ul {
  display: flex;
  justify-content: space-between;
  gap: 0 3vw;
  font-family: "Kiwi Maru", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  text-align: center;
  padding-top: 4.5vw;
}

.feature_top ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 16vw;
  border-radius: 5px;
}

.feature_top ul li a {
  display: block;
  color: #fff;
  font-size: 10vw;
  padding-bottom: 1.6vw;
  /* padding-top: 4vw; */
}

.feature_top ul li:first-of-type {
  background-color: #E0958E;
}

.feature_top ul li:nth-of-type(2) {
  background-color: #767CAE;
}

.feature_top ul li:nth-of-type(3) {
  background-color: #89683A;
}

.feature_top ul li:last-of-type {
  background-color: #A6A09B;
}




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

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

@media screen and (min-width: 1023px) {
  .feature_top {
    padding-bottom: 40px;
  }

  .feature_top p, .feature_top ul {
    max-width: 950px;
    padding: 0 14% 0;
  }

  .feature_top h2 {
    font-size: 1.05rem;
    padding: 15px 0;
  }

  .feature_top p {
    font-size: 1.35rem;
    line-height: 1.5;
    letter-spacing: -0.03rem;
    max-width: 950px;
    padding: 33px 14% 0;
  }

  .feature_top p:first-of-type {
    font-size: 2.78rem;
    letter-spacing: 0.1rem;
    line-height: 1;
    padding-top: 57px;
  }

  .feature_top ul {
    gap: 4.5%;
    padding-top: 32px;
  }

  .feature_top ul li {
    width: 22%;
    height: 100px;
  }

  .feature_top ul li a {
    font-size: 4rem;
    line-height: 100px;
    padding-bottom: 10px;
  }

}


/*
=====================================
季節の手仕事
=====================================
*/
.seasons {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0 13.5vw 5.5vw;
  margin: 0 auto;
}

.seasons .about_season h3 {
  font-size: 16.2vw;
  font-family: "Kiwi Maru", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  padding-top: 7vw;
}

.spring .about_season h3 {
  color: #E0958E;
}

.summer .about_season h3 {
  color: #767CAE;
}

.autumn .about_season h3 {
  color: #89683A;
}

.winter .about_season h3 {
  color: #A6A09B;
}

.seasons .about_season p {
  font-size: 3.6vw;
  line-height: 1.9;
  padding-top: 2.7vw;
}

.seasons figure {
  padding-top: 4vw;
}

.seasons figure ul {
  display: flex;
  flex-direction: column;
  gap: 4.5vw 0;
}

.seasons figure ul li img {
  display: block;
  width: 100%;
}

.seasons figure figcaption {
  color: #fff;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.3vw;
  font-size: 7vw;
  font-family: "Kiwi Maru", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.seasons figure figcaption span {
  font-size: 4.4vw;
  letter-spacing: -0.1em;
}

.spring figure figcaption {
  background-color: #E0958E;
}

.summer figure figcaption {
  background-color: #767CAE;
}

.autumn figure figcaption {
  background-color: #89683A;
}

.winter figure figcaption {
  background-color: #A6A09B;
}


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

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

@media screen and (min-width: 1023px) {
  .seasons {
    padding-bottom: 30px;
  }

  .seasons .about_season {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 3%;
    max-width: 860px;
    margin: 0 auto;
    padding-top: 45px;
  }

  .seasons .about_season h3 {
    font-size: 4.5rem;
    padding-top: 0;
  }

  .seasons .about_season p {
    font-size: 1.57vw;
    letter-spacing: -0.05rem;
    line-height: 1.75;
    padding-top: 0vw;
  }

  .seasons figure {
    max-width: 950px;
    padding-top: 40px;
    margin: 0 auto;
  }

  .seasons figure ul {
    flex-direction: row;
    gap: 4.4%;
  }

  .seasons figure figcaption {
    line-height: 1.5;
    letter-spacing: 0.1rem;
    font-size: 2.2vw;
  }

  .seasons figure figcaption span {
    font-size: 0.9rem;
    letter-spacing: -0.1em;
  }
}

@media screen and (min-width: 1279px) {
  .seasons figure figcaption {
    font-size: 2rem;
  }

  .seasons .about_season p {
    font-size: 1.23rem;
  }
}



/*
=====================================
二十四節気
=====================================
*/
.seasons_list {
  display: flex;
  justify-content: center;
  padding: 5.2vw 13.5vw 8.5vw;
}

.seasons_list:last-of-type {
  padding: 5.2vw 13.5vw 0vw;
}

.seasons_list .seasons_list_title {
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 6vw;
  font-weight: bold;
  padding: 2vw 1.5vw;
}

.spring .seasons_list_title {
  background-color: #E0958E;
}

.summer .seasons_list_title {
  background-color: #767CAE;
}

.autumn .seasons_list_title {
  background-color: #89683A;
}

.winter .seasons_list_title {
  background-color: #A6A09B;
}

.seasons_list .seasons_list_item {
  display: flex;
  flex-direction: column;
  padding-top: 3vw;
}

.spring .seasons_list_item {
  border: solid 1px #E0958E;
}

.summer .seasons_list_item {
  border: solid 1px #767CAE;
}

.autumn .seasons_list_item {
  border: solid 1px #89683A;
}

.winter .seasons_list_item {
  border: solid 1px #A6A09B;
}

.seasons_list_item li {
  margin: 0 3.5vw;
  padding-bottom: 2vw;
}

.spring .seasons_list_item li {
  border-bottom: solid 1px #E0958E;
}

.summer .seasons_list_item li {
  border-bottom: solid 1px #767CAE;
}

.autumn .seasons_list_item li {
  border-bottom: solid 1px #89683A;
}

.winter .seasons_list_item li {
  border-bottom: solid 1px #A6A09B;
}

.seasons_list_item li:last-of-type {
  border-bottom: none;
  padding-bottom: 4vw;
}

/* 節気 */
.seasons_list .seasons_list_item section {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

/* 節気名 */
.seasons_list .seasons_list_item h4 {
  width: 33vw;
  font-size: 7vw;
  font-weight: 500;
  font-family: "Kiwi Maru", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.spring .seasons_list_item h4 {
  color: #E0958E;
}

.summer .seasons_list_item h4 {
  color: #767CAE;
}

.autumn .seasons_list_item h4 {
  color: #89683A;
}

.winter .seasons_list_item h4 {
  color: #A6A09B;
}

.seasons_list .seasons_list_item h4 span {
  font-size: 3vw;
}

/* 日付 */
.seasons_list .seasons_list_item section p {
  font-size: 3.6vw;
}

.seasons_list .seasons_list_item section p::before {
  content: "●";
}

.seasons_list_item li p {
  font-size: 3.4vw;
  line-height: 1.6;
}

.seasons_attention {
  padding: 1.4vw 13.5vw 4vw;
  font-size: 1vw;
  line-height: 1.4;
  letter-spacing: -0.2vw;
}

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

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

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

  .seasons_list {
    max-width: 950px;
    padding: 36px 14% 50px;
    margin: 0 auto;
  }

  .seasons_list:last-of-type {
    padding: 36px 0 0;
  }


  .seasons_list .seasons_list_title {
    writing-mode: vertical-rl;
    font-size: 2vw;
    letter-spacing: 0.05rem;
    padding: 1.7vw 1vw;
  }

  .seasons_list .seasons_list_item {
    flex-wrap: wrap;
    /* width: 100%;
    max-width: 865px; */
    /* width: 65vw; */
    width: 70vw;
    max-height: 47vw;
    padding-top: 0;
  }

  .seasons_list .seasons_list_item li {
    width: 50%;
    box-sizing: border-box;
    margin: 0;
    padding: 2% 4% 3%;
    border-bottom: none;
    padding-bottom: 0;
  }

  .spring .seasons_list_item li {
    border-left: solid 1px #E0958E;
  }

  .summer .seasons_list_item li {
    border-left: solid 1px #767CAE;
  }

  .autumn .seasons_list_item li {
    border-left: solid 1px #89683A;
  }

  .winter .seasons_list_item li {
    border-left: solid 1px #A6A09B;
  }

  .seasons_list_item li::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin: 17px auto 0;
  }

  .spring li::after {
    background-color: #E0958E;
  }

  .summer li::after {
    background-color: #767CAE;
  }

  .autumn li::after {
    background-color: #89683A;
  }

  .winter li::after {
    background-color: #A6A09B;
  }

  .seasons_list_item li:nth-of-type(3)::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto 28px;
  }

  .seasons_list_item li:last-of-type::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto 28px;
  }

  .seasons_list .seasons_list_item h4 {
    width: 52.5%;
    font-size: 3vw;
    font-weight: 500;
  }

  .seasons_list .seasons_list_item h4 span {
    font-size: 1.4vw;
  }

  .seasons_list_item li p {
    font-size: 1.4vw;
    line-height: 1.5;
    padding-top: 1.5%;
  }

  .seasons_list .seasons_list_item section p {
    font-size: 1.5vw;
    padding-top: 0;

  }

  .seasons_attention {
    max-width: 75vw;
    padding: 10px 0 15px;
    font-size: 0.75rem;
    text-align: right;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 0 auto;
  }
}

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


  .seasons_list .seasons_list_title {
    writing-mode: vertical-rl;
    font-size: 1.6rem;
    letter-spacing: 0.05rem;
    padding: 24px 17px;
  }

  .seasons_list .seasons_list_item h4 {
    font-size: 2.2rem;
  }

  .seasons_list .seasons_list_item h4 span {
    font-size: 1rem;
  }

  .seasons_list .seasons_list_item {
    flex-wrap: wrap;
    width: 100%;
    max-width: 865px;
    max-height: 580px;
    padding-top: 0;
  }

  .seasons_list .seasons_list_item section p {
    font-size: 1.3rem;
    padding-top: 0;
  }

  .seasons_list_item li p {
    font-size: 1.1rem;
  }

  .seasons_attention {
    max-width: 950px;
  }
}


/*
=====================================
aside
=====================================
*/

aside {
  background-image: url(../images/check_sp@2x.png);
  background-size: 15vw;
  background-repeat: no-repeat;
  background-position: top 0vw left 13.5vw;
  padding: 8.8vw 13.5vw 8.5vw;
}

aside p {
  font-size: 3.1vw;
  line-height: 1.85;
  letter-spacing: 0.01rem;
  padding-bottom: 2.6vw;
}

aside div {
  display: flex;
  flex-direction: column;
  gap: 1.5vw 0;
}

aside div img {
  width: 100%;

}

aside ul {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  width: 90%;
  max-width: 950px;
  padding: 50px 0 0 ;
  font-size: 1rem;
  margin: 0 auto;
}

aside ul li {
  width: 49.8%;
}

aside ul li:last-of-type {
  text-align: right;
}

aside ul li a:hover {
  color: #aaa;
}


@media screen and (min-width: 1023px) {
  aside {
    max-width: 920px;
    background-image: url(../images/check_pc@2x.png);
    background-size: 8.3%;
    background-repeat: no-repeat;
    background-position: top 0 left 0;
    padding: 42px 0 66px;
    margin: 0 auto;
  }

  aside p {
    font-size: 0.85rem;
    line-height: 1.85;
    letter-spacing: 0.01rem;
    padding-bottom: 0;
  }

  aside div {
    flex-direction: row;
    gap: 0 2%;
    padding: 13px 0 0;
  }

}

@media screen and (min-width: 1279px) {
  aside {
    max-width: 920px;
    background-image: url(../images/check_pc@2x.png);
    background-size: 8.3%;
    background-repeat: no-repeat;
    background-position: top 0 left 0;
    padding: 42px 0 66px;
    margin: 0 auto;
  }

  aside p {
    font-size: 0.85rem;
    line-height: 1.85;
    letter-spacing: 0.01rem;
    padding-bottom: 0;
  }

  aside div {
    flex-direction: row;
    gap: 0 2%;
    padding: 13px 0 0;
  }

}