@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Sans:wght@400;500;700;900&display=swap');
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
a {
  text-decoration: none;
}
ol, ul, li {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  font-family: toppan-bunkyu-gothic-pr6n, 'Noto Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px !important;
  line-height: 1.7em !important;
  background: #fdfdf8 !important;
  color: #3c463c !important;
  letter-spacing: 0.1em !important;
}
.fs-l-page {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh;
}
.pc {
  display: block;
}
.sp {
  display: none !important;
}
body a, body a:visited {
  color: inherit !important;
}
body a:hover {
  text-decoration: none !important;
}
body h1 {
  font-size: 25px;
  text-align: center;
}
body h1.en {
  letter-spacing: 0.2em;
}
body .jp {
  font-family: toppan-bunkyu-gothic-pr6n;
  font-weight: 400;
  font-style: normal;
}
body .en {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 849px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  body {
    font-size: 2.6vw !important;
  }
  body h1 {
    font-size: 3.8vw !important;
  }
}
/*--------------------------------------------
	loading
--------------------------------------------*/
/* ie用設定 */
/* @media all and (-ms-high-contrast: none) {
  #loader-bg {
    display:none;
  }
} */
#loader-bg {
  background: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
}
#loader-bg img {
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
/* --------------- footer ------------------ */
footer {
  background: #7a8d5c;
  color: #fff;
  padding: 5% 0;
  height: auto;
  margin-top: auto;
  font-size: 16px !important;
}
footer a {
  color: #fff;
}
footer a:visited, footer a:hover {
  color: #fff;
}
footer .f_inner {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
footer .f_inner #f_logo {
  height: 20px;
  weight: auto;
  display: block;
  margin: 0 auto 30px 0;
}
footer .f_inner .f_menu {
  width: auto;
  font-size: 16px !important;
}
footer .f_inner .f_menu_list, footer .f_inner .f_menu_list_b {
  display: flex;
  justify-content: flex-start;
  margin-top: 1.0em;
}
footer .f_inner .f_menu_list {
  padding-bottom: 1.0em;
  border-bottom: 1px solid #fff;
}
footer .f_inner .f_menu_list > div {
  margin-right: 3.0em;
}
footer .f_inner .f_menu_list_b > div {
  margin-right: 2.0em;
  position: relative;
}
footer .f_inner .f_menu_list_b > div:after {
  content: "";
  display: block;
  width: 1px;
  height: 1.0em;
  background: #fff;
  position: absolute;
  right: -1.0em;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
footer .f_inner .f_menu_list > div:nth-last-of-type(1) {
  margin-right: 1.0em;
}
footer .f_inner .f_menu_list_b > div:nth-last-of-type(1) {
  margin-right: 0em;
}
footer .f_inner .f_menu_list_b > div:nth-last-of-type(1):after {
  display: none;
}
footer .f_inner .f_sns {
  width: 25%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
}
footer .f_inner .f_sns img {
  width: 30px;
}
@media only screen and (max-width: 925px) {
  footer {
    font-size: 14px !important;
  }
  footer .f_inner .f_menu {
    width: 100%;
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 849px) {
  footer {
    background: #7a8d5c !important;
    color: #fff;
    padding: 1.0em 0;
  }
  footer .f_inner {
    position: relative;
  }
  footer .f_inner .f_menu {
    width: 100%;
  }
  footer .f_inner .f_sns {
    width: 35%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    position: absolute;
    bottom: 3.5em !important;
    right: 2% !important;
  }
  footer .f_inner .f_sns img {
    width: 30px !important;
  }
  footer .f_inner .f_menu_list {
    width: 70% !important;
    flex-wrap: wrap;
  }
  footer .f_inner .f_menu_list > div {
    max-width: 33% !important;
    margin-right: 0em;
    line-height: 2.0em;
    font-size: 2.6vw;
  }
  footer .f_inner .f_menu_list_b > div {
    font-size: 2.6vw !important;
  }
  footer .f_inner .f_menu_list > div:nth-of-type(1) {
    order: 1;
    width: 20%;
  }
  footer .f_inner .f_menu_list > div:nth-of-type(2) {
    order: 2;
    width: 40%;
  }
  footer .f_inner .f_menu_list > div:nth-of-type(3) {
    order: 4;
    width: 20%;
  }
  footer .f_inner .f_menu_list > div:nth-of-type(4) {
    order: 5;
    width: 40%;
  }
  footer .f_inner .f_menu_list > div:nth-of-type(5) {
    order: 3;
    width: 33%;
  }
  footer .f_inner .f_menu_list > div:nth-of-type(6) {
    order: 6;
    margin-right: 0em;
    width: 33%;
  }
  footer .f_inner .f_menu_list {
    padding-bottom: 0em;
    border-bottom: 0px;
  }
  footer .f_inner .f_menu_list_b {
    padding-top: 1.0em;
    border-top: 1px solid #fff !important;
  }
  footer .f_inner .f_menu_list_b > div:after {
    display: none;
  }
}
@media only screen and (max-width: 580px) {
  footer .f_inner .f_sns img {
    width: 5.0vw !important;
  }
  footer .f_inner .f_menu, footer .f_inner .f_menu a {
    font-size: 2.5vw !important;
  }
}
/* ---------------------------------------- */
.contents {
  margin: 10% auto;
}
.contents {
  text-align: center;
}
.contents > h1 {
  margin: 20px auto;
}
/* --------------- top ------------------ */
#top_container > div {
  padding-bottom: 5.0em;
}
#top_container a.d_u {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #39463b !important;
}
#top_container .txt_about_us {
  text-align: center;
  color: #39463b !important;
  margin: 10% auto;
}
#top_container .txt_about_us > h1 {
  font-size: 25px;
  font-weight: 900;
  color: #3c463c !important;
}
#top_container .txt_about_us > h1 > span {
  font-size: 80%;
  font-weight: 400;
  display: block;
  line-height: 100%;
  margin-top: 1%;
}
#top_container .txt_about_us > p {
  line-height: 3.5em;
  margin-top: 2%;
}
#top_container #contents_list {
  width: 70%;
  max-width: 700px;
  margin: 10% auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#top_container #contents_list > div {
  width: 49%;
  margin-bottom: 1.2%;
  position: relative;
}
#top_container #contents_list a {
  color: #fff !important;
}
#top_container #contents_list > div p {
  width: auto;
  max-width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#top_container #contents_list > div p > span {
  display: block;
  font-size: 76%;
}
#top_container #slide_pickup ul {
  width: 90%;
  max-width: 800px;
  display: flex;
  gap: 10px;
  margin: 0 auto;
}
#top_container #slide_pickup ul > li p {
  font-size: 14px !important;
}
#top_container #slide_pickup #bestslider {
  width: 95%;
  max-width: 800px;
  display: flex;
  gap: 10px;
  margin: 0 auto;
  counter-reset: rank_mark;
}
#top_container #slide_pickup #bestslider .slick-slide {
  position: relative;
}
#top_container #slide_pickup #bestslider .slick-slide:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url(https://untule.itembox.design/item/asset/img/top/rank_bg.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 1;
}
#top_container #slide_pickup #bestslider .slick-slide:after {
  content: counter(rank_mark, decimal);
  counter-increment: rank_mark;
  display: block;
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 1%;
  left: 7%;
  z-index: 5;
}
#top_container #slide_pickup #bestslider > div p {
  font-size: 12px !important;
  margin-top: 0.7em;
}
#top_container #slide_pickup #bestslider > div p > span {
  display: block;
  font-size: 90%;
}
@media only screen and (max-width: 748px) {
  #top_container #slide_pickup ul > li p {
    font-size: 2.0vw !important;
  }
  #top_container #slide_pickup #bestslider .slick-slide:before {
    content: "";
    display: block;
    width: 8.0vw;
    height: 8.0vw;
    background: url(https://untule.itembox.design/item/asset/img/top/rank_bg.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 5px;
    z-index: 1;
  }
  #top_container #slide_pickup #bestslider .slick-slide:after {
    content: counter(rank_mark, decimal);
    counter-increment: rank_mark;
    display: block;
    font-size: 2.7vw;
    color: #fff;
    position: absolute;
    top: 1%;
    left: 7%;
    z-index: 5;
  }
  #top_container #slide_pickup #bestslider > div p {
    font-size: 2.0vw !important;
    line-height: 150%;
    text-align: left;
  }
}
@media only screen and (max-width: 849px) {
  #top_container .txt_about_us {
    width: 85%;
    margin: 10% auto;
  }
  #top_container .txt_about_us > h1 {
    text-align: left;
    font-weight: 900;
  }
  #top_container .txt_about_us > p {
    text-align: left;
    line-height: 2.0em;
    margin-top: 5%;
  }
  #top_container .txt_about_us > p:nth-of-type(2) {
    width: auto;
    text-align: right !important;
  }
  #top_container .txt_about_us > p:nth-of-type(2) > a {
    padding-left: 1.5em;
  }
  #top_container #contents_list > div {
    width: 100%;
    margin-bottom: 1.2%;
    position: relative;
    padding: 0;
  }
  #top_container #contents_list > div p {
    width: 100%;
    font-size: 3.5vw;
  }
}
#slide_item > a {
  margin: 20px auto;
}
#slide_topic > a {
  color: #7e8c60;
  padding-bottom: 0.2em !important;
  border-bottom: 1px solid #7e8c60 !important;
}
#news_area > p {
  margin-bottom: 0.7em;
}
#news_area > p > a {
  color: #7e8c60;
  padding-bottom: 0.2em !important;
  border-bottom: 1px solid #7e8c60 !important;
}
/* ---------------------------------------- */
/* --------------- slider ------------------ */
.slide {
  position: relative;
}
#itemslider, #bestslider {
  width: 95%;
  max-width: 800px;
  margin: 0 auto 5% auto;
  padding-bottom: 2%;
}
#itemslider .slick-slide, #bestslider .slick-slide {
  box-sizing: border-box;
  padding: 0 5px;
}
#mainslider .slick-dots {
  display: flex;
  width: 30%;
  max-height: 2px;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}
#itemslider .slick-dots, #bestslider .slick-dots {
  display: flex;
  gap: 0 !important;
  width: 100% !important;
  max-height: 2px;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute;
  bottom: -5%;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}
#mainslider .slick-dots > li {
  flex: 1;
  height: 2px;
  box-sizing: border-box;
  padding: 0 1.0em;
  margin: 0;
}
#itemslider .slick-dots > li {
  flex: 1 !important;
  width: auto !important;
  height: 2px;
  box-sizing: border-box;
  padding: 0 0 !important;
  margin: 0 !important;
}
#bestslider .slick-dots > li {
  flex: 1 !important;
  width: 100% !important;
  width: calc(100% / 3) !important;
  height: 2px;
  box-sizing: border-box !important;
  padding: 0 0 !important;
  margin: 0 0 !important;
}
#mainslider .slick-dots > li > button, #itemslider .slick-dots > li > button {
  width: 100% !important;
  height: 2px;
  background: #8b8b8b !important;
  padding: 0 !important;
  margin: 0 !important;
}
#bestslider .slick-dots > li > button {
  width: 100% !important;
  height: 2px;
  background: #8b8b8b !important;
  background-size: 105% !important;
  padding: 0 0 !important;
  margin: 0 !important;
}
#itemslider .slick-dots > li > button, #bestslider .slick-dots > li > button {
  background: #bfbfbf !important;
}
#mainslider .slick-dots > li.slick-active > button {
  background: #fff !important;
}
#itemslider .slick-dots > li.slick-active > button, #bestslider .slick-dots > li.slick-active > button {
  background: #7a8c5b !important;
}
#mainslider .slick-dots > li > button:before, #itemslider .slick-dots > li > button:before, #bestslider .slick-dots > li > button:before {
  display: none;
}
#topicslider {
  width: 90%;
  max-width: 500px;
  text-align: center;
  margin: 3% auto 2% auto;
}
#topicslider img {
  /*	width:85%; */
  width: 75%;
  /*	max-width:600px; */
  max-width: 400px;
  display: block;
  margin: 0 auto;
}
#topicslider .date {
  /*	width:85%; */
  width: 70%;
  /*	max-width:600px; */
  max-width: 400px;
  margin: 0 auto 10px auto;
  text-align: left;
  display: block;
  font-size: 14px !important;
}
#topicslider .date span {
  border-bottom: 1px solid #7e8c60 !important;
}
#topicslider p.t_ttl {
  display: block;
  text-align: center;
  line-height: 3.0em;
  margin: 5% auto 0 auto;
}
#topicslider p.t_ttl > span {
  display: inline-block;
  text-align: center;
}
#topicslider button {
  background: none !important;
  border: none !important;
}
.slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  background: none !important;
  border: none !important;
}
.slick-next {
  right: 0 !important;
}
.slick-prev {
  left: 0 !important;
}
.slick-arrow {
  z-index: 2 !important;
  width: 30px !important;
  height: calc(30px * 1.9402) !important;
}
.slick-next, .slick-prev, .slick-next:hover, .slick-prev:hover, .slick-arrow:hover, .slick-arrow:before:hover {
  border: none !important;
  background: none !important;
}
.slick-next:before {
  background: none !important;
  border: none !important;
  background: url(https://untule.itembox.design/item/asset/img/ico/i_arrow_right.svg?t=20221221113400) no-repeat !important;
  background-size: contain !important;
}
.slick-prev:before {
  background: none !important;
  border: none !important;
  background: url(https://untule.itembox.design/item/asset/img/ico/i_arrow_left.svg?t=20221221113400) no-repeat !important;
  background-size: contain !important;
}
@media only screen and (max-width: 849px) {
  #mainslider .slick-dots {
    width: 40%;
    bottom: 6%;
  }
  #mainslider .slick-dots > li {
    width: calc(100% / 3);
    height: 2px;
    box-sizing: border-box;
    padding: 0 0.5em;
    margin: 0;
  }
  #topicslider p.t_txt {
    width: 75%;
    max-width: 400px;
  }
  #topicslider p.t_ttl > span {
    display: inline-block;
    text-align: left;
  }
  #topicslider p.t_ttl {
    text-align: center;
    line-height: 1.7em;
    margin: 5% auto 0 auto;
  }
  .slick-arrow {
    z-index: 2 !important;
    width: 4.5vw !important;
    height: calc(4.5vw * 0.98) !important;
    background: none !important;
  }
  .slick-arrow:before {
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
  }
  .slick-arrow:hover, .slick-arrow:before:hover {
    border: none !important;
  }
  .slick-next:before {
    background: url(https://untule.itembox.design/item/asset/img/ico/i_arrow-sp_right.svg) no-repeat !important;
    background-size: contain;
  }
  .slick-prev:before {
    background: url(https://untule.itembox.design/item/asset/img/ico/i_arrow-sp_left.svg) no-repeat !important;
    background-size: contain;
  }
}
@media only screen and (max-width: 498px) {
  #topicslider .date {
    font-size: 2.5vw !important;
  }
}
/*--------------------------------------------
	topic
--------------------------------------------*/
#topic {
  width: 90%;
  max-width: 500px !important;
  height: auto;
  text-align: center;
  margin: 10% auto 10% auto;
}
#topic section {
  display: block;
  margin: 5% auto;
}
#topic archive {
  display: block;
  margin: 5% auto !important;
  padding: 3.0em 0 6.0em 0 !important;
  border-bottom: dashed 2px #cacaca;
}
#topic archive img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
#topic archive .date {
  width: 100%;
  margin: 0 auto 10px auto;
  text-align: left;
  display: block;
  font-size: 14px !important;
}
#topic archive .date span {
  border-bottom: 1px solid #7e8c60 !important;
}
#topicslider p.m_ttl, #topic archive p.m_ttl {
  text-align: center;
  margin: 1.5em auto;
}
#topicslider p.t_txt, #topic archive p.t_txt {
  display: block;
  text-align: left;
  line-height: 2.0em !important;
  margin: 5% auto 0 auto;
}
#topic archive a.view_list {
  display: block;
  font-size: 15px;
  width: 7.0em;
  text-align: right;
  margin: 5% 0 0 auto !important;
  border-bottom: 1px solid #7e8c60 !important;
}
#topic .return_topic {
  display: block;
  width: auto;
  max-width: 300px;
  background: #fff;
  border: 1px solid #a3a3a5;
  border-radius: 50px;
  padding: 0.5em 3.0em;
  margin: 0 auto;
}
#topic .return_topic > span {
  position: relative;
}
#topic .return_topic > span:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: calc(10px * 1.5);
  background: url(https://untule.itembox.design/item/asset/img/ico/i_arrow_rb.svg) no-repeat !important;
  background-size: contain;
  vertical-align: middle;
  margin-left: 0.5em;
}
@media only screen and (max-width: 849px) {
  #topic {
    width: 70%;
    max-width: 500px !important;
    text-align: center;
    margin: 5% auto 10% auto;
  }
  #topic archive img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  #topicslider p.t_txt, #topic archive p.t_txt {
    display: block;
    text-align: left !important;
    font-size: 15px !important;
    line-height: 1.7em !important;
    margin: 7% auto 0 auto;
  }
  #topic .return_topic {
    display: block;
    width: auto;
    max-width: 250px;
    background: #fff;
    border: 1px solid #a3a3a5;
    border-radius: 50px;
    padding: 0.5em 3.0em;
    margin: 0 auto;
  }
  #topic .return_topic > span:after {
    content: "";
    display: inline-block;
    width: 2.0vw;
    height: calc(2.0vw * 1.5);
    background: url(https://untule.itembox.design/item/asset/img/ico/i_arrow_rb.svg) no-repeat !important;
    background-size: contain;
    vertical-align: middle;
    margin-left: 0.5em;
  }
}
@media only screen and (max-width: 580px) {
  #topicslider p.t_txt, #topic archive p.t_txt {
    display: block;
    text-align: left;
    font-size: 2.5vw !important;
    line-height: 1.7em !important;
    margin: 4% auto 0 auto;
  }
  #topicslider p.t_txt {
    display: block;
    text-align: left;
    font-size: 2.5vw !important;
    line-height: 1.7em !important;
    margin: 4% auto 5% auto;
  }
}
#pick_item {
  width: 100%;
  max-width: 800px;
  margin-bottom: 0 !important;
}
#pick_item #itemlist {
  display: flex;
  margin-bottom: 4.0em;
}
#pick_item #itemlist > div {
  width: calc(100% / 2);
  margin: 0.2em; /* 20230803追記 */
  position: relative;
}
/* 20230803追記 */
#pick_item #itemlist > div p {
  font-size: 1.0em;
  color: #FDFDF8;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.2em 2.0em;
  width: 100%;
  background: rgba(100, 100, 100, 0.6);
  opacity: 0;
}
/* 20230803追記 */
#pick_item #itemlist .display p {
  opacity: 1;
  transition: .4s;
}
/* 20230803追記 */
#pick_item #itemlist > div p span {
  font-size: 50%;
  font-family: "noto-sans-cjk-jp", sans-serif;
  color: #FDFDF8;
  margin-left: 20%;
}
#pick_item #itemlist > div img {
  max-width: 100% !important;
  vertical-align: bottom; /* 20230803追記 */
}
#pick_item > p {
  width: 95%;
  margin: 20px auto !important;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 849px) {
  #pick_item > p {
    width: 90%;
    margin: 20px auto !important;
    display: block;
    text-align: center;
  }
  #pick_item > a {
    display: inline-block;
  }
  /* 20230803追記 */
  #pick_item #itemlist > div p {
    font-size: 0.9em;
    line-height: 2.0;
  }
  /* 20230803追記 */
  #pick_item #itemlist > div p span {
    margin-left: 0;
    display: block;
    font-size: 50%;
    font-weight: 300;
  }
}
/* 20230808追記 */
p.subttl {
  font-size: 1.0em;
  font-weight: 400;
  font-family: "noto-sans-cjk-jp", sans-serif;
  margin-bottom: 0.5em;
  text-align: center !important;
}
#categoryBtn {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#categoryBtn > .flexBox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.flexBox div {
  width: 49%;
  margin: 0.2em;
  position: relative;
}
.flexBox .js-scroll::after {
  content: "VIEW";
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 1.0em;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #FDFDF8;
  padding: 0 2.0em 0.5em 0.5em;
  border-bottom: 1px solid #FDFDF8;
  bottom: 1.0em;
  right: 0;
  position: absolute;
  opacity: 0;
}
.flexBox .js-scroll.display::after {
  opacity: 1;
  transition: .4s;
}
#categoryBtn > a {
  display: inline-block;
}
#categoryBtn .flexBox > div p {
  font-size: 1.3em !important;
  color: #FDFDF8;
  position: absolute;
  line-height: 1.8;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  padding-top: 40%;
  background: rgba(100, 100, 100, 0.6);
  opacity: 0;
  text-align: center;
}
#categoryBtn .flexBox .display p {
  opacity: 1;
  transition: .4s;
}
#categoryBtn .flexBox > div p span {
  font-size: 90%;
  font-family: "noto-sans-cjk-jp", sans-serif;
  color: #FDFDF8;
  display: block;
}
#categoryBtn .flexBox > div img {
  max-width: 100% !important;
  vertical-align: bottom;
}
@media only screen and (max-width: 849px) {
  .flexBox div {
    width: 48%;
  }
  #categoryBtn .flexBox > div p {
    font-size: 1.2em !important;
  }
  #categoryBtn .flexBox > div p span {
    font-size: 75%;
  }
  .flexBox .js-scroll::after {
    font-size: .8em;
  }
}
