@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');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&display=swap');

/* ===============================
フォント設定
=============================== */
:root {
  --font_noto_sans: 'Noto Sans JP', sans-serif;
  --font_noto_serif: 'Noto Serif JP', sans-serif;
  --font_libre: 'Libre Baskerville', serif;
  --font_oldsd: 'Old Standard TT', serif;
  --color_blue: #1BA2C0;
  --color_brown: #511F18;
}
.font_libre {
  font-family: 'Libre Baskerville', serif;
}
/* ===============================
行間・文字間隔等
=============================== */
#cirasagi_s_page h2,
#cirasagi_s_page h3,
#cirasagi_s_page h4,
#cirasagi_s_page h5 {
  line-height: 1.5em!important;
  letter-spacing: 0.05em!important;
}
@media screen and (max-width: 599px) {
  #cirasagi_s_page h2,
  #cirasagi_s_page h3,
  #cirasagi_s_page h4,
  #cirasagi_s_page h5 {
    letter-spacing: 0.02em!important;
  }
}
#cirasagi_s_page p {
    color: var(--color_brown)!important;
}
#cirasagi_s_page p,
#cirasagi_s_page p span,
#cirasagi_s_page p small,
#cirasagi_s_page li,
#cirasagi_s_page dt,
#cirasagi_s_page dd  {
  line-height: 2.3em!important;
  letter-spacing: 0.06em!important;
  font-family: var(--font_noto_sans)!important;
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
#cirasagi_s_page p,
#cirasagi_s_page p span,
#cirasagi_s_page p small,
#cirasagi_s_page li,
#cirasagi_s_page dt,
#cirasagi_s_page dd  {
  letter-spacing: 0em!important;
}
}
/* ===============================
リンク設定
=============================== */
#cirasagi_s_page a {
  text-decoration: none!important;
}
#cirasagi_s_page a:hover {
  color: inherit!important;
}
/* ===============================
レイアウト
=============================== */
@media screen and (max-width: 980px) {
  #cirasagi_s_page {
    width: calc(100% + 16px);
    margin: 0 -8px 0;
    padding-bottom: 3rem;
  }  
}
@media screen and (max-width: 980px) {
  #cirasagi_s_page .inner_wrap {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 599px) {
  #cirasagi_s_page .inner_wrap {
    margin-bottom: 5rem;
  }
}

#cirasagi_s_page .inner_wrap > *:last-child,
#cirasagi_s_page .inner_wrap > *:last-child > *:last-child,
#cirasagi_s_page .inner_wrap > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  #cirasagi_s_page .inner {
    width: 90%;
  }
}
/* ===============================
リード
=============================== */
.cirasagi_lead img {
  margin-bottom: 12rem;
}
@media screen and (max-width: 980px) {
  .cirasagi_lead img {
    margin-bottom: 7rem;
  }
}
@media screen and (max-width: 599px) {
  .cirasagi_lead img {
    margin-bottom: 5rem;
  }
}
.w670 {
    width: 670px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 1100px) {
  .w670 {
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .w670 {
    width: 100%;
  }
}
#cirasagi_s_page .txt {
    margin-bottom: 3.6rem;
}
/* ===============================
見出し
=============================== */
.cirasagi_ttl_01 {
    font-family: var(--font_libre);
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 4.8rem;
}
@media screen and (max-width: 980px) {
  .cirasagi_ttl_01 {
    margin-bottom: 3.4rem;
  }
}
@media screen and (max-width: 599px) {
  .cirasagi_ttl_01 {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
}
.cirasagi_ttl_02 {
  font-size: 1.4rem;
  text-align: center;
  font-family: var(--font_noto_sans);
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 599px) {
  .cirasagi_ttl_02 {
    margin-bottom: 1.4rem;
    font-weight: 400!important;
    font-size: 1.3rem;
  }
}
#cirasagi_s_page .cirasagi_ttl_03 {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2.2em!important;
  font-family: var(--font_noto_serif);
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 980px) {
  #cirasagi_s_page .cirasagi_ttl_03 {
    margin-bottom: 2.8rem;
  }
}
@media screen and (max-width: 599px) {
  #cirasagi_s_page .cirasagi_ttl_03 {
    font-weight: 600!important;
    margin-bottom: 2.4rem;
    text-align: left;
  }
}
.cirasagi_ttl_04 {
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 599px) {
  #cirasagi_s_page .cirasagi_ttl_04 {
    font-size: 1.6rem;
    font-weight: 600!important;
  }
}

/* ===============================
3カラム
=============================== */
.cirasagi_col3_wrap {
  width: 820px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .cirasagi_col3_wrap {
    width: 80%;
  }  
}
@media screen and (max-width: 599px) {
  .cirasagi_col3_wrap {
    width: 100%;
  }
}
.cirasagi_col3_box {
  width: 29.26%;
}
/* ===============================
カラーラインナップ
=============================== */
.cirasagi_s_page_color {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#cirasagi_s_page .cirasagi_s_page_color li {
  line-height: 1.0!important;
  font-size: 0;
  margin: 0 0.4rem;
}
@media screen and (max-width: 599px) {
  #cirasagi_s_page .cirasagi_s_page_color li {
    margin: 0 0.2rem 0.4rem;
  }
}
.cirasagi_s_page_color li span {
  font-size: 0;
}
.cirasagi_s_page_color li span:before {
  display: inline-block;
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
@media screen and (max-width: 1280px) {
  .cirasagi_s_page_color li span:before {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 599px) {
  .cirasagi_s_page_color li span:before {
    width: 12px;
    height: 12px;
  }
}
.cirasagi_s_page_color .black span:before {
  background-color: #000;
}
.cirasagi_s_page_color .brown span:before {
  background-color: #59190D;
}
.cirasagi_s_page_color .dark_brown span:before {
  background-color: #4A3931;
}
.cirasagi_s_page_color .navy span:before {
  background-color: #364353;
}
.cirasagi_s_page_color .red span:before {
  background-color: #B12C23;
}
.cirasagi_s_page_color .green span:before {
  background-color: #385537;
}
.cirasagi_s_page_color .offwhite span:before {
  background-color: #F8EAC7;
}
/* ===============================
その他
=============================== */
.cirasagi_s_item_list {
  display: flex;
  margin-bottom: 8rem;
}
@media screen and (max-width: 599px) {
  .cirasagi_s_item_list {
    margin-bottom: 5rem;
  }
}
/* ===============================
カテゴリー
=============================== */
.cirasagi_cate_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#cirasagi_s_page .cirasagi_cate_wrap li {
  width: 21.82%;
  text-align: center;
  margin: 0 1.4% 4rem; 
  line-height: 1.4!important;
}
@media screen and (max-width: 599px) {
  #cirasagi_s_page .cirasagi_cate_wrap li {
    width: 30%;
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
  }  
}
/* ===============================
toggle
=============================== */
.toggleButton {
  width: 670px;
  margin: 0 auto;
  border:1px solid #707070;
  position: relative;
  padding: 2.0rem;
  cursor: pointer;
  margin-top: 3rem;
}
@media screen and (max-width: 1160px) {
  .toggleButton {
    width: 80%;
  }  
}
@media screen and (max-width: 599px) {
  .toggleButton {
    width: 100%;
    padding: 1.4rem 2.0rem;
    margin-top: 1.4rem;
  } 
}
.toggleButton:hover {
  opacity: .7;
}
.toggleContent {
  display: none;
  width: 670px;
  margin: 0 auto 3rem;
  padding-top: 2.4rem;
}
@media screen and (max-width: 1160px) {
  .toggleContent {
    width: 80%;
  }  
}
@media screen and (max-width: 599px) {
  .toggleContent {
    width: 100%;
  } 
}
.toggleButton.down:before{
  content:"";
  width:12px;
  height:12px;
  border-bottom:1px solid #000;
  border-right:1px solid #000;
  transform:rotate(45deg);
  position:absolute;
  top: 40%;
  right:30px;
}
.toggleButton.up:before{
  content:"";
  width:12px;
  height:12px;
  border-top:1px solid #000;
  border-left:1px solid #000;
  transform:rotate(45deg);
  position:absolute;
  top:46%;
  right:30px;
}
@media screen and (max-width: 599px) {
  .toggleButton.down:before,
  .toggleButton.up:before {
    right: 4%;
  }
}

#cirasagi_s_page .toggleContent .series_care_wrap,
#cirasagi_s_page .toggleContent .series_care_wrap div {
  margin-bottom: 0!important;
}
#cirasagi_s_page .toggleContent .ttl_02 {
  font-size: 1.8rem;
  font-family: var(--font_noto_serif);
}
#cirasagi_s_page .toggleContent .series_care_items li {
  width: 25%;
  line-height: 1.4!important;
}
@media screen and (max-width: 599px) {
  #cirasagi_s_page .toggleContent .series_care_items li {
    width: 33%;
    font-size: 1.2rem;
  }  
}

