@charset "UTF-8";

/* ----------共通設定---------- */
.block-genre-page--sub {
  display: none;
}

.block-genre-page--header {
  color: #fff;
  font-size: 14px;
  margin: 0;
}

.block-genre-page-head {
  padding: 0 20px 10px;
}

.block-genre-page--sub {
  display: none;
}

#relaxing_item {
  max-width: 900px;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
}

#relaxing_item .pc {
  display: none;
}

#relaxing_item .pc_ib {
  display: none;
}

#relaxing_item .sp {
  display: block;
}

#relaxing_item .sp_u400 {
  display: block;
}

.block-genre-page-head, #relaxing_item p, #relaxing_item a, #relaxing_item h3 {
  font-family: "Zen Maru Gothic", sans-serif;
}

#relaxing_item p {
  color: #675853;
  line-height: 1.7rem;
  letter-spacing: 0.01rem;
  font-weight: 500;
}

#relaxing_item img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
}

#relaxing_item a {
  text-decoration: none;
  cursor: pointer;
}

#relaxing_item ul, #relaxing_item li {
  list-style: none;
}

#relaxing_item .tana_area, #relaxing_item .btn_area {
  max-width: 500px;
  margin: 0 auto;
}

#relaxing_item .tana_area ul, #relaxing_item .btn_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

#relaxing_item .tana_area ul li {
  width: calc(50% - 10px);
  max-width: 400px;
  text-align: center;
}

#relaxing_item .tana_area ul li figure {
  border: 1px solid #675853;
  transition: .3s;
}

#relaxing_item .tana_area ul li figure:hover, #relaxing_item .tana_area ul li figure:active {
  opacity: 0.8;
}

#relaxing_item .tana_area .product_name {
  margin: 6px 0;
  line-height: 1.3rem;
}

#relaxing_item .tana_area .product_supplement {
  background: #675853;
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  padding: 0 20px;
}

#relaxing_item .tana_area .product_supplement span {
  font-size: 16px;
  margin-right: 2px;
  letter-spacing: 0.1rem;
}

#relaxing_item .btn_area ul li {
  background: #fff;
  border-radius: 14px;
  border: 3px solid #675853;
  width: calc(50% - 10px);
  transition: .3s;
}

#relaxing_item .btn_area ul li:hover, #relaxing_item .btn_area ul li:active {
  opacity: 0.8;
}

#relaxing_item .btn_area ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #675853;
  padding: 17px 30px 17px 20px;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 1.5rem;
  display: block;
}

#relaxing_item .btn_area ul li a::before, #relaxing_item .btn_area ul li a::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 8px;
    width: 7px;
    height: 2px;
    border-radius: 9999px;
    background-color: #675853;
    transform-origin: calc(100% - 1px) 50%;
}

#relaxing_item .btn_area ul li a::before {
  transform: rotate(45deg);
}

#relaxing_item .btn_area ul li a::after {
  transform: rotate(-45deg);
}

#relaxing_item .catchphrase {
  font-size: 13px;
  line-height: 1.2rem;
  margin-bottom: 10px;
  position: relative;
}

#relaxing_item .catchphrase::before, #relaxing_item .catchphrase::after {
  width: 2px;
  height: 26px;
  content: "";
  background: #675853;
  position: absolute;
  top: calc(50% - 13px);
}

#relaxing_item .catchphrase::before {
  transform: rotate(-30deg);
  left: 10px;
}

#relaxing_item .catchphrase::after {
  transform: rotate(30deg);
  right: 10px;
}

/* ----------h1、リード文---------- */
.block-genre-page--header-img {
  margin-top: 20px;
  border-bottom: 3px solid #FF95A5;
}

#relaxing_item .read {
  margin: 0 auto 50px;
  padding: 0 20px;
  max-width: 500px;
}

#relaxing_item .read .read_title {
  text-align: center;
  font-size: 16px;
  margin-bottom: 14px;
  font-weight: 600;
}

#relaxing_item .read .read_text {
  text-align: left;
}

/* ----------section 共通---------- */

#relaxing_item #choose_by_series, #relaxing_item #choose_by_price {
  background: #FCE8DD;
  padding: 55px 20px 50px;
  position: relative;
}

#relaxing_item #choose_by_series h2, #relaxing_item #choose_by_price h2 {
    top: -18px;
    position: absolute;
    left: calc(50% - 145px);
}


#relaxing_item #choose_by_series h2 img, #relaxing_item #choose_by_price h2 img {
  max-width: 290px;
}

#relaxing_item #choose_by_series h3, #relaxing_item #choose_by_price h3 {
  background: #FFD6BF;
  margin: 0 -20px 20px;
  text-align: center;
  font-size: 18px;
  color: #675853;
  font-weight: 600;
  padding: 12px 20px;
}

/* ----------section シリーズで選ぶ---------- */

#relaxing_item #choose_by_series {
  margin-bottom: 60px;
}

#relaxing_item #choose_by_series .series_cat, #relaxing_item #choose_by_series .series_character {
  padding-bottom: 50px;
}

#relaxing_item #choose_by_series .series_cat .logo {
  text-align: center;
  margin-bottom: 20px;
}

#relaxing_item #choose_by_series .series_cat .logo img {
  max-width: 110px;
}

#relaxing_item #choose_by_series .series_cat .logo span {
  position: relative;
}

#relaxing_item #choose_by_series .series_cat .logo span::before, #relaxing_item #choose_by_series .series_cat .logo span::after {
  position: absolute;
  content: "";
  display: block;
}

#relaxing_item #choose_by_series .series_cat .logo span::before {
  background: url(/img/usr/genre/rG5/relaxing_bg_footprints_01.png) no-repeat;
  transform: rotate(45deg);
  width: 75px;
  height: 77px;
  top: calc(50% - 38px);
  left: -110px;
  background-size: contain;
}

#relaxing_item #choose_by_series .series_cat .logo span::after {
  background: url(/img/usr/genre/rG5/relaxing_bg_footprints_02.png) no-repeat;
  transform: rotate(120deg);
  width: 59px;
  height: 100px;
  top: calc(50% - 50px);
  right: -90px;
  background-size: contain;
}

#relaxing_item .cat_series_link {
  margin: 30px -20px 0;
  display: block;
  position: relative;
  height: 150px;
  background: url(/img/usr/genre/rG5/relaxing_bg_neko.jpg) no-repeat;
  background-size: 190%;
  background-position: top 0 right 65%;
  transition: .3s;
}

#relaxing_item .cat_series_link:hover, #relaxing_item .cat_series_link:active {
  opacity: 0.8;
}

#relaxing_item .cat_series_link .text {
  width: 50%;
  max-width: 330px;
  position: absolute;
  right: 20px;
  top: calc(50% - 58px);
  text-align: center;
}

#relaxing_item .cat_series_link .text figure {
  margin-bottom: 5px;
}

#relaxing_item .cat_series_link .text .btn, #relaxing_item .hohonohi_btn {
  background: #675853;
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  padding: 0 30px 0 25px;
  position: relative;
}

#relaxing_item .cat_series_link .text .btn::before, #relaxing_item .cat_series_link .text .btn::after, #relaxing_item .hohonohi_btn::before, #relaxing_item .hohonohi_btn::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 12px;
    width: 7px;
    height: 2px;
    border-radius: 9999px;
    background-color: #fff;
    transform-origin: calc(100% - 1px) 50%;
}

#relaxing_item .cat_series_link .text .btn::before, #relaxing_item .hohonohi_btn::before {
  transform: rotate(45deg);
}

#relaxing_item .cat_series_link .text .btn::after, #relaxing_item .hohonohi_btn::after {
  transform: rotate(-45deg);
}

#relaxing_item .cat_series_link .text .btn p {
  color: #fff;
}

#relaxing_item .series_character .big_catch {
    text-align: center;
    font-size: 12px;
    line-height: 1.4rem;
    max-width: 400px;
    margin: 0 auto 20px;
}

#relaxing_item .catchphrase.big_catch::before, #relaxing_item .catchphrase.big_catch::after {
  height: 36px;
  top: calc(50% - 18px);
}

#relaxing_item .series_megrhythm .logo {
  text-align: center;
  margin-bottom: 20px;
}

#relaxing_item .series_megrhythm .logo img {
  max-width: 180px;
}

/* ----------section お値段で選ぶ---------- */

#relaxing_item #choose_by_price .btn_area ul li a {
  padding: 8px 20px 8px 10px;
  line-height: 1.2rem;
}

#relaxing_item #choose_by_price .btn_area ul li:first-of-type a, #relaxing_item #choose_by_price .btn_area ul li:last-of-type a {
  display: flex;
  justify-items: center;
  align-items: center;
}

#relaxing_item #choose_by_price .btn_area ul li a .price {
  font-size: 18px;
  letter-spacing: 0.08rem;
}

#relaxing_item #choose_by_price .btn_area ul li a .flex_grow {
  flex-grow: 1;
}

#relaxing_item .hohonohi_btn {
  padding: 0;
  margin: 30px auto 0;
  display: block;
  width: 200px;
  text-align: center;
  transition: .3s;
}

#relaxing_item .hohonohi_btn a {
  padding: 6px 30px 6px 25px;
  color: #fff;
  line-height: 1.3rem;
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
}

#relaxing_item .hohonohi_btn:hover, #relaxing_item .hohonohi_btn:active {
  opacity: .8;
}


/* 画面サイズが401px以上の表示 */
@media screen and (min-width:401px) {
  #relaxing_item .sp_u400 {
    display: none;
  }

  #relaxing_item .catchphrase {
  font-size: 16px;
  line-height: 1.5rem;
  }

  #relaxing_item .cat_series_link {
    background-size: 160%;
  }

  #relaxing_item .series_character .big_catch {
    font-size: 14px;
  }

  #relaxing_item .series_megrhythm .btn_area ul li a {
    font-size: 16px;
  }

  #relaxing_item #choose_by_price .btn_area ul li a {
    padding: 8px 30px 8px 20px;
    line-height: 1.5rem;
  }

  #relaxing_item .btn_area ul li a::before, #relaxing_item .btn_area ul li a::after {
    right: 12px;
  }
}

/* 画面サイズが481px以上の表示 */
@media screen and (min-width:481px) {
  #relaxing_item .cat_series_link {
    height: 180px;
  }

  #relaxing_item .cat_series_link .text {
    width: 45%;
    right: 30px;
  }
}

/* 画面サイズが601px以上の表示 */
@media screen and (min-width:601px) {
  #relaxing_item .cat_series_link {
    background-size: 120%;
    height: 200px;
  }

  #relaxing_item .cat_series_link .text {
    top: calc(50% - 70px);
  }

  #relaxing_item .cat_series_link .text figure {
    margin-bottom: 0;
  }
}

/* 画面サイズが768px以上の表示 */
@media screen and (min-width:768px) {

  /* ----------共通設定---------- */
  .block-genre-page--header-img {
    margin: 0 0 15px;
  }

  .block-genre-page-head {
    padding: 0;
    margin-bottom: 0;
  }

  #relaxing_item {
    width: 100%;
    margin: 0;
  }

  #relaxing_item .pc {
    display: block;
  }

  #relaxing_item .pc_ib {
  display: inline-block;
}

  #relaxing_item .sp {
    display: none;
  }

  #relaxing_item #choose_by_series h2, #relaxing_item #choose_by_price h2 {
    top: -48px;
    left: calc(50% - 239px);
  }

  #relaxing_item #choose_by_series h2 img, #relaxing_item #choose_by_price h2 img {
    max-width: 478px;
  }

  #relaxing_item .tana_area, #relaxing_item .btn_area {
    max-width: 100%;
  }

  #relaxing_item .series_cat .tana_area ul {
    gap: 80px;
  }

  #relaxing_item .series_character .tana_area ul {
    gap: 50px;
  }

  #relaxing_item .tana_area ul li {
    max-width: 230px;
  }

  #relaxing_item .tana_area .product_name {
    margin: 15px 0 10px;
    font-size: 18px;
  }

  #relaxing_item .tana_area .product_supplement {
    font-size: 16px;
  }

  #relaxing_item .btn_area ul {
    gap: 40px;
    max-width: 500px;
    margin: 0 auto;
  }

  #relaxing_item .btn_area ul li {
    max-width: 230px;
  }

  #relaxing_item .btn_area ul li a {
    font-size: 16px;
    min-height: 80px;
  }

  #relaxing_item .series_megrhythm .btn_area ul li a {
    font-size: 20px;
  }

  #relaxing_item #choose_by_price .btn_area ul li a .price {
    font-size: 20px;
  }

  #relaxing_item .btn_area ul li a::before, #relaxing_item .btn_area ul li a::after {
    width: 10px;
    height: 3px;
    right: 15px;
  }

  #relaxing_item .tana_area .product_supplement span {
    font-size: 18px;
  }

  #relaxing_item .hohonohi_btn {
    margin: 30px auto 50px;
    width: 220px;
  }

  #relaxing_item .hohonohi_btn a {
    font-size: 16px;
    padding: 10px 30px 10px 25px;
  }

  /* ----------h1、リード文---------- */
  .block-genre-page--header::after {
    width: 120px;
    left: calc(50% - 60px);
  }

  #relaxing_item .read {
    margin: 0 auto 80px;
    max-width: 100%;
  }

  #relaxing_item .read .read_title, #relaxing_item .read .read_text {
    letter-spacing: 0.04rem;
  }
  
  #relaxing_item .read .read_title {
    font-size: 20px;
  }

  #relaxing_item .read .read_text {
    font-size: 16px;
    text-align: center;
    line-height: 2rem;
  }

  #relaxing_item .catchphrase {
    font-size: 18px;
    line-height: 1.7rem;
  }

  #relaxing_item .catchphrase::before, #relaxing_item .catchphrase::after {
    height: 36px;
    top: calc(50% - 18px);
  }

  /* ----------section 共通---------- */

  #relaxing_item #choose_by_series, #relaxing_item #choose_by_price {
    padding: 95px 20px 80px;
  }

  #relaxing_item #choose_by_series h3, #relaxing_item #choose_by_price h3 {
    font-size: 22px;
    margin: 0 -20px 25px;
  }

  #relaxing_item #choose_by_series .series_cat, #relaxing_item #choose_by_series .series_character {
    padding-bottom: 80px;
  }

  /* ----------section シリーズで選ぶ---------- */
  #relaxing_item #choose_by_series::before, #relaxing_item #choose_by_series::after {
    position: absolute;
    content: "";
    display: block;
  }

  #relaxing_item #choose_by_series::before {
    background: url(/img/usr/genre/rG5/relaxing_bg_footprints_01.png) no-repeat;
    width: 206px;
    height: 211px;
    top: 150px;
    left: 0;
    background-size: contain;
  }

  #relaxing_item #choose_by_series::after {
    background: url(/img/usr/genre/rG5/relaxing_bg_footprints_02.png) no-repeat;
    width: 162px;
    height: 278px;
    top: 380px;
    right: 0;
    background-size: contain;
  }

  #relaxing_item #choose_by_series .series_cat .logo span {
    position: static;
  }

  #relaxing_item #choose_by_series .series_cat .logo img {
    max-width: 150px;
  }

  #relaxing_item #choose_by_series .series_cat .logo span::before, #relaxing_item #choose_by_series .series_cat .logo span::after {
    display: none;
  }

  #relaxing_item .cat_series_link {
    background-size: 115%;
    background-position: top -32px right 95%;
    margin: 60px -20px 0;
  }

  #relaxing_item .cat_series_link .text {
    max-width: 370px;
    top: calc(50% - 50px);
    right: 50px;
  }

  #relaxing_item .cat_series_link .text .btn {
    padding: 2px 35px 2px 25px;
  }

  #relaxing_item .cat_series_link .text .btn p {
    font-size: 16px;
  }
  
  #relaxing_item #choose_by_series .series_character h3 {
    margin-bottom: 40px;
  }

  #relaxing_item .series_character .big_catch {
    font-size: 18px;
    line-height: 1.6rem;
  }

  #relaxing_item .series_character .big_catch::before {
    left: -20px;
  }

  #relaxing_item .series_character .big_catch::after {
    right: -20px;
  }

  #relaxing_item .series_megrhythm .logo {
    margin-bottom: 25px;
  }
  
  #relaxing_item .series_megrhythm .logo img {
    max-width: 250px;
  }

  #relaxing_item .series_megrhythm .btn_area ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #relaxing_item #choose_by_price .btn_area ul li:nth-of-type(2) a, #relaxing_item #choose_by_price .btn_area ul li:nth-of-type(3) a {
    padding: 14px 30px 10px 20px;
  }
}