@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap');
/* ===============================
フォント設定
=============================== */
:root {
  --font_noto_sans: 'Noto Sans JP', sans-serif;
  --font_noto_serif: 'Noto Serif JP', sans-serif;
}
 #spring_page_2022 a {
    text-decoration: none!important;
  }
  #spring_page_2022 a:hover {
    color: inherit!important;
  }
  #spring_page_2022 .inner {
      margin-bottom: 8rem!important;
  }
  @media screen and (max-width: 599px) {
    #spring_page_2022 {
      width: csalc(100% + 16px);
      margin: -8px -8px 0;
    }
  }
  @media screen and (max-width: 599px) {
    #spring_page_2022 .inner {
      margin-bottom: 5rem!important;
    }
  }
#spring_page_2022 h2,
#spring_page_2022 h3{
  line-height: 1.8em!important;
  letter-spacing: 0.05em!important;
}
#spring_page_2022 p {
  line-height: 2.2em!important;
  letter-spacing: 0.05em!important;
  font-family: var(--font_noto_sans)!important;
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
  #spring_page_2022 h2,
  #spring_page_2022 h3 {
    line-height: 1.4em!important;
    letter-spacing: 0.02em!important;
  }
  #spring_page_2022 p {
    letter-spacing: 0em!important;
  }
}
/* ===============================
リード文
=============================== */
.spring_page_2022_lead {
  padding: 8rem 0;
}
@media screen and (max-width: 599px) {
  .spring_page_2022_lead {
    padding: 3rem 1rem;
  }
}
.spring_page_2022_lead h2 {
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 599px) {
  .spring_page_2022_lead h2 {
    margin-bottom: 2.6rem;
  }
  .spring_page_2022_lead h2 img {
    width: 90%;
  }
}
.spring_page_2022_lead p {
  text-align: center;
}
@media screen and (min-width: 600px) {
  .spring_page_2022_lead p br {
    display: block!important;
  }    
}
@media screen and (max-width: 599px) {
  .spring_page_2022_lead p br {
    display: none!important;
  }    
}
/* ===============================
本文
=============================== */
#spring_page_conts {
  width: 798px;
  margin: 0 auto;
}
@media screen and (max-width: 1165px) {
  #spring_page_conts {
    width: 100%;
  }
}
.spring_page_header {
  display: flex;
  margin-bottom: 5rem;
}
@media screen and (max-width: 599px) {
  .spring_page_header {
    width: 92%;
    justify-content: space-between;
    margin: 0 auto 3rem;
  }
}
.spring_page_header h2 {
  width: 22.31%;
}
@media screen and (max-width: 599px) {
  .spring_page_header h2 {
    width: 18%;
  }
}
.spring_page_header h2 img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .spring_page_header h2 img {
    width: 80%;
  }
}
.spring_page_header p {
  width: 77.69%;
  padding-top: 8rem;
}
@media screen and (max-width: 599px) {
  .spring_page_header p {
    width: 76%;
    padding-top: 4rem;
  }
}
.spring_page_header p img {
  display: block;
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 599px) {
  .spring_page_header p img {
    object-fit: cover;
    width: 100%;
    height: 200px;
    margin-bottom: 1.6rem;
  }
}
/* ===============================
色で選ぶ
=============================== */
#spring_color .spring_page_header,
#spring_material .spring_page_header {
  flex-direction: row-reverse;
}
.spring_2022_col3_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.spring_2022_col3_box {
  width: 31%;
  margin-bottom: 5rem;
}
@media screen and (max-width: 599px) {
  .spring_2022_col3_box {
    margin-bottom: 2.5rem;
  }
}
.spring_2022_col3_box:nth-last-of-type(-n+3) {
  margin-bottom: 0;
}
.spring_2022_col3_box p {
  text-align: center;
  margin-top: 1.6rem;
}
@media screen and (max-width: 599px) {
  .spring_2022_col3_box p {
    font-size: 1.3rem!important;
  }
}
#spring_color .spring_2022_col3_box p,
#spring_material .spring_2022_col3_box p {
  line-height: 1.6!important;
}
.spring_2022_col3_box span {
  display: block;
  font-size: 1.3rem;
  margin-top: 1rem;
}
@media screen and (max-width: 599px) {
  .spring_2022_col3_box span {
    font-size: 1.2rem;
  }
}
.spring_2022_ttl_01,
.spring_2022_ttl_02 {
  font-size: 2.2rem;
  font-family: var(--font_noto_sans);
  margin-bottom: 2.6rem;
  display: flex;
  align-items: center;
}
.spring_2022_ttl_01 {
  position: relative;
}
@media screen and (max-width: 599px) {
  .spring_2022_ttl_01,
  .spring_2022_ttl_02 {
    font-size: 1.8rem;
    display: block;
    margin-bottom: 1.3rem;
    border-bottom: 1px dotted #000;
    padding-bottom: 1.3rem;
  }
  .spring_2022_ttl_01 {
    display: inline-block;
    width: 100%;
  }
  .spring_2022_ttl_02 {
    text-align: center;
  }
}
.spring_2022_ttl_01:after,
.spring_2022_ttl_02:after {
  content: '';
  border-top: 1px solid #AAA;
  flex-grow: 1;
  margin-left: 1rem;
}
@media screen and (max-width: 599px) {
  .spring_2022_ttl_01:after {
    display: none;
  }
}
.spring_2022_ttl_01:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: solid 8px #CD5109;
  vertical-align: middle;
  margin-right: 0.8rem;
}
@media screen and (max-width: 599px) {
  .spring_2022_ttl_01:before {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    border: solid 7px #CD5109;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -18px;
  
  }
  .spring_2022_ttl_01 span {
    display: block;
    padding-left: 30px;
  }
}
/* ===============================
形で選ぶ
=============================== */
.spring_shape_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.spring_shape_list li {
  width: 31%;
  margin: 0 1% 2%;
}
@media screen and (max-width: 599px) {
  .spring_shape_list li {
    width: 47%;
    margin: 0 1.5% 3%;
  }
}
/* ===============================
素材で選ぶ
=============================== */
#spring_material h3 + p {
  margin-bottom: 2.6rem;
}
#spring_material .spring_2022_col3_box a p {
  text-decoration: underline!important;
}
#spring_material .spring_2022_col3_box a:hover p {
  text-decoration: none!important;
}
.link_right {
  text-align: right;
  margin-top: 4.6rem;
}
#spring_material .link_right a {
  text-decoration: underline!important;
}
#spring_material .link_right a:hover {
  text-decoration: none!important;
  opacity: 1.0!important;
}
#goat_and_ram .spring_2022_col3_wrap,
#exotic .spring_2022_col3_wrap,
#deer .spring_2022_col3_wrap {
  justify-content: start;
  margin-left: -1.75%;
}
#goat_and_ram .spring_2022_col3_box,
#exotic .spring_2022_col3_box,
#deer .spring_2022_col3_box {
  margin-right: 1.75%;
  margin-left: 1.75%;
}
#exotic h2 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 599px) {
  #exotic h2 {
    margin-bottom: 3rem;
  }
}