@charset "utf-8";

#fv {
  background-image: url(../img/season_fv.webp);
  background-repeat: no-repeat;
}

@media (max-width: 519px) {
  #fv {
    background-image: url(../img/season_fv_sp.webp);
    height: 400px;
  }
}

#season .nav {
  padding-top: 110px;
  padding-bottom: 64px;
}

@media (max-width: 519px) {
  #season .nav {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

#season .nav .items {
  display: flex;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}

#season .nav .item {
  padding: 20px 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #D2C081;
  row-gap: 8px;
  width: 48%;
  transition: all ease 0.3s;
}

#season .nav .item:hover {
  background-color: #B39E54;
}

#season .nav .img {
  text-align: center;
}

#season .nav .img img {
  width: 50px;
  max-width: 100%;
}

@media (max-width: 519px) {
  #season .nav .item {
    padding: 15px 20px;
  }

  #season .nav .img img {
    width: 40px;
  }
}

#season .nav .item .on {
  display: none;
}

#season .nav .item:hover .on {
  display: initial;
}

#season .nav .item:hover .off {
  display: none;
}

#season .nav .text {
  color: #000;
  font-size: 20px;
  text-align: center;
}

#season .nav .text .en {
  color: #B39E54;
  font-size: 14px;
}
html[lang="en"] #season .nav .text .en {
  display: none;
}

#season .nav .item:hover .text,
#season .nav .item:hover .text .en {
  color: #fff;
}

@media (max-width: 519px) {
  #season .nav .items {
    flex-wrap: wrap;
    justify-content: space-between;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
  }

  #season .nav .item {
    padding-left: 4px;
    padding-right: 4px;
  }

  #season .nav .text {
    font-size: 16px;
    margin-top: 4px;
  }
}

#season .season {
  padding-top: 60px;
  padding-bottom: 40px;
  border-top: 4px solid #fff;
  background: center / cover url(../img/washi_bg.webp);
}

#season .season p {
  line-height: 2;
  letter-spacing: 1px;
}

#season .lead {
  text-align: center;
  max-width: 870px;
  margin: auto;
  position: relative;
  z-index: 1;
}

#season .lead .period {
  margin-top: 60px;
  margin-bottom: 30px;
}

#season .lead .period span {
  color: #FFFFFF;
  background: #8A2222;
  padding: 4px 10px;
  font-size: 18px;
}

@media (max-width: 519px) {
  #season .lead .period {
    margin-top: 30px;
    margin-bottom: 15px;
  }

  #season .lead p {
    text-align: left;
  }
}

#season .season {
  max-width: 100%;
  overflow: hidden;
}

#season .season h3 img {
  max-width: 100%;
}

@media (max-width: 519px) {
  #season .season {
    padding-top: 40px;
  }

  #season .season h3 img {
    max-width: inherit;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

#season .season .items {
  position: relative;
}

#season .season .item {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 16px;
  -webkit-column-gap: 16px;
  column-gap: 16px;
  margin-top: 40px;
  /* position: relative; */
}

#season .season .item:nth-child(2n) {
  flex-direction: row-reverse;
}

#season .season .item .text {
  color: #000000;
  max-width: 44%;
  padding-right: 50px;
  position: relative;
  z-index: 1;
  padding-top: 20px;
}

#season .season .item:nth-child(2n) .text {
  padding-right: 0;
  padding-left: 50px;
}

#season .season .item .body {
  position: relative;
  z-index: 1;
}

#season .season .item .numttl {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  font-size: 34px;
  margin-bottom: 40px;
  letter-spacing: 1.5px;
}

#season .season .item .numttl::before {
  content: '';
  display: block;
  width: 65px;
  height: 65px;
  background: center / contain url(../img/season_n01_01.svg) no-repeat;
}

#season .season .item .numttl.n1-1::before {
  background-image: url(../img/season_n01_01.svg);
}

#season .season .item .numttl.n1-2::before {
  background-image: url(../img/season_n01_02.svg);
}

#season .season .item .numttl.n2-2::before {
  background-image: url(../img/season_n02_02.svg);
}

#season .season .item .numttl.n1-3::before {
  background-image: url(../img/season_n01_03.svg);
}

#season .season .item .numttl.n2-3::before {
  background-image: url(../img/season_n02_03.svg);
}

#season .season .item .numttl.n3-3::before {
  background-image: url(../img/season_n03_03.svg);
}

#season .season .item .img {
  position: relative;
}

#season .season .item .img img {
  max-width: 100%;
  position: relative;
  z-index: 1;
}

@media (max-width: 959px) {
  #season .season .item {
    align-items: center;
    row-gap: 10px;
  }

  #season .season .item,
  #season .season .item:nth-child(2n) {
    flex-direction: column;
  }

  #season .season .item .text {
    max-width: 100%;
    padding: 0;
  }

  #season .season .item:nth-child(2n) .text {
    padding: 0;
  }

  #season .season .item .numttl {
    font-size: 24px;
    margin-bottom: 20px;
  }

  #season .season .item .numttl::before {
    /* width: 72px; */
    /* height: 72px; */
  }

  #season .season .item .img {
    padding: 0 4%;
  }
}

#spring .item:nth-child(1)::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: -240px;
  left: -130px;
  display: block;
  width: 372px;
  height: 398px;
  background: center / contain url(../img/season_spring_deco01.png) no-repeat;
}

#spring .item:nth-child(1) .img::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: -80px;
  right: -140px;
  display: block;
  width: 295px;
  height: 148px;
  background: center / contain url(../img/season_spring_img_deco01.png) no-repeat;
}

#spring .item:nth-child(1) .img::after {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: -120px;
  display: block;
  width: 225px;
  height: 48px;
  background: center / contain url(../img/season_spring_img_deco02.png) no-repeat;
}

#spring .item:nth-child(2) .text::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: -60px;
  right: -120px;
  display: block;
  width: 176px;
  height: 466px;
  background: center / contain url(../img/season_spring_deco02.png) no-repeat;
}

#summer .item:nth-child(1)::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: -140px;
  left: -150px;
  display: block;
  width: 315px;
  height: 380px;
  background: center / contain url(../img/season_summer_deco01.webp) no-repeat;
}

#summer .item:nth-child(1) .img::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: -80px;
  right: -140px;
  display: block;
  width: 297px;
  height: 147px;
  background: center / contain url(../img/season_summer_img_deco01.png) no-repeat;
}

#summer .item:nth-child(1) .img::after {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: -120px;
  display: block;
  width: 225px;
  height: 48px;
  background: center / contain url(../img/season_summer_img_deco02.png) no-repeat;
}

#summer .item:nth-child(2) .text::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: -40px;
  right: -100px;
  display: block;
  width: 153px;
  height: 234px;
  background: center / contain url(../img/season_summer_deco02.png) no-repeat;
}

#autumn .item:nth-child(1)::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: -200px;
  left: -150px;
  display: block;
  width: 230px;
  height: 340px;
  background: center / contain url(../img/season_autumn_deco01.webp) no-repeat;
}

#autumn .item:nth-child(1) .img::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: -80px;
  right: -140px;
  display: block;
  width: 295px;
  height: 147px;
  background: center / contain url(../img/season_autumn_img_deco01.png) no-repeat;
}

#autumn .item:nth-child(1) .img::after {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: -120px;
  display: block;
  width: 225px;
  height: 48px;
  background: center / contain url(../img/season_autumn_img_deco02.png) no-repeat;
}

#autumn .item:nth-child(2) .text::after {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: -40px;
  right: -80px;
  display: block;
  width: 205px;
  height: 293px;
  background: center / contain url(../img/season_autumn_deco02.webp) no-repeat;
}

#winter .item:nth-child(1)::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: -170px;
  left: -90px;
  display: block;
  width: 162px;
  height: 247px;
  background: center / contain url(../img/season_winter_deco01.png) no-repeat;
}

#winter .item:nth-child(1) .img::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: -80px;
  right: -140px;
  display: block;
  width: 295px;
  height: 147px;
  background: center / contain url(../img/season_winter_img_deco01.png) no-repeat;
}

#winter .item:nth-child(1) .img::after {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: -120px;
  display: block;
  width: 225px;
  height: 47px;
  background: center / contain url(../img/season_winter_img_deco02.png) no-repeat;
}

#winter .items::after {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: -40px;
  right: -44px;
  display: block;
  width: 131px;
  height: 217px;
  background: center / contain url(../img/season_winter_deco02.png) no-repeat;
}

@media (max-width: 519px) {
  #spring .item:nth-child(1)::before {
    top: -100px;
    left: -20px;
    width: 186px;
    height: 199px;
    background-image: url(../img/season_spring_deco01_sp.webp);
  }

  #spring .item:nth-child(1) .img::before {
    top: -44px;
    right: -60px;
    width: 178px;
    height: 88px;
    background-image: url(../img/season_spring_img_deco01_sp.png);
  }

  #spring .item:nth-child(1) .img::after {
    bottom: -10px;
    left: -20px;
    width: 135px;
    height: 29px;
    background-image: url(../img/season_spring_img_deco02_sp.png);
  }

  #spring .item:nth-child(2) .text::after {
    content: none;
  }

  #spring .item:nth-child(2) .img::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    bottom: -30px;
    right: -60px;
    width: 160px;
    height: 280px;
    background: center / contain url(../img/season_spring_deco02_sp.webp) no-repeat;
  }

  #summer .item:nth-child(1)::before {
    top: -90px;
    left: -50px;
    width: 188px;
    height: 278px;
    background-image: url(../img/season_summer_deco01_sp.webp);
  }

  #summer .item:nth-child(1) .img::before {
    top: -44px;
    right: -60px;
    width: 178px;
    height: 88px;
    background-image: url(../img/season_summer_img_deco01_sp.png);
  }

  #summer .item:nth-child(1) .img::after {
    bottom: -10px;
    left: -20px;
    width: 135px;
    height: 28px;
    background-image: url(../img/season_summer_img_deco02_sp.png);
  }

  #summer .item:nth-child(2) .text::after {
    content: none;
  }

  #summer .item:nth-child(2) .img::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    bottom: -40px;
    right: -30px;
    width: 92px;
    height: 141px;
    background: center / contain url(../img/season_summer_deco02_sp.webp) no-repeat;
  }

  #autumn .item:nth-child(1)::before {
    top: -80px;
    left: -10px;
    width: 144px;
    height: 205px;
    background-image: url(../img/season_autumn_deco01_sp.webp);
  }

  #autumn .item:nth-child(1) .img::before {
    top: -44px;
    right: -60px;
    width: 177px;
    height: 88px;
    background-image: url(../img/season_autumn_img_deco01_sp.png);
  }

  #autumn .item:nth-child(1) .img::after {
    bottom: -10px;
    left: -20px;
    width: 135px;
    height: 29px;
    background-image: url(../img/season_autumn_img_deco02_sp.png);
  }

  #autumn .item:nth-child(2) .text::after {
    content: none;
  }

  #autumn .item:nth-child(2) .img::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    bottom: -140px;
    right: -30px;
    width: 123px;
    height: 178px;
    background: center / contain url(../img/season_autumn_deco02_sp.webp) no-repeat;
  }

  #winter .item:nth-child(1)::before {
    top: -100px;
    left: 0;
    width: 98px;
    height: 199px;
    background-image: url(../img/season_winter_deco01_sp.webp);
  }

  #winter .item:nth-child(1) .img::before {
    top: -44px;
    right: -60px;
    width: 177px;
    height: 88px;
    background-image: url(../img/season_winter_img_deco01_sp.png);
  }

  #winter .item:nth-child(1) .img::after {
    bottom: -10px;
    left: -20px;
    width: 135px;
    height: 28px;
    background-image: url(../img/season_winter_img_deco02_sp.png);
  }

  #winter .items::after {
    bottom: -40px;
    right: 0;
    width: 79px;
    height: 131px;
    background-image: url(../img/season_winter_deco02_sp.webp);
  }
}