#page_homepage {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
#page_homepage .ec-layoutRole .ec-layoutRole__main {
  padding-bottom: 0;
}
#page_homepage .top-gradient {
  display: none;
}
#page_homepage #mv {
  padding-bottom: 30px;
  background: #fff;
}
#page_homepage #mv .top_mv_slide {
  margin-bottom: 0;
  padding-bottom: 43px;
}
#page_homepage #mv .top_mv_slide .slide {
  margin: 0 15px;
  opacity: 0.6;
}
#page_homepage #mv .top_mv_slide .slide img {
  max-width: 100%;
}
#page_homepage #mv .top_mv_slide .slide.slick-active {
  opacity: 1;
}
#page_homepage #mv .top_mv_slide .slick-dots {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  gap: 5px;
  bottom: 0;
}
#page_homepage #mv .top_mv_slide .slick-dots li {
  width: unset;
  height: unset;
  margin: 0;
}
#page_homepage #mv .top_mv_slide .slick-dots li button {
  padding: 0;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e2e2e2;
}
#page_homepage #mv .top_mv_slide .slick-dots li button::before {
  content: none;
}
#page_homepage #mv .top_mv_slide .slick-dots li.slick-active button {
  background: #ea5514;
}
#page_homepage #ranking {
  background: #f3eee6;
  padding: 100px 0;
}
#page_homepage #ranking .inner {
  width: 94%;
  margin: 0 auto;
}
#page_homepage #ranking .inner p {
  color: #60451b;
}
#page_homepage #ranking .inner .fukidashi {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  width: 260px;
  height: 48px;
  background: url(/html/user_data/assets/img/top/ranking_fukidashi.svg) no-repeat center/contain;
  margin: 0 auto 20px;
  padding-top: 8px;
}
#page_homepage #ranking .inner h2 {
  font-size: 40px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 28px;
  font-weight: bold;
  color: #60451b;
  position: relative;
}
#page_homepage #ranking .inner h2::before {
  content: "";
  display: block;
  width: 60px;
  height: 67px;
  background: url(/html/user_data/assets/img/top/icon_character.png) no-repeat center/contain;
  position: absolute;
  top: -24px;
  left: calc(50% - 236px);
}
#page_homepage #ranking .inner h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 67px;
  background: url(/html/user_data/assets/img/top/icon_character2.png) no-repeat center/contain;
  position: absolute;
  top: -24px;
  right: calc(50% - 236px);
}
#page_homepage #ranking .inner .intro {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
#page_homepage #ranking .inner .intro .sp {
  display: none;
}
#page_homepage #ranking .inner .ranking_list {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 52px;
}
#page_homepage #ranking .inner .ranking_list .item {
  width: 340px;
}
#page_homepage #ranking .inner .ranking_list .item a {
  display: block;
  background: #fff;
  border-radius: 14px;
  padding: 30px;
  box-shadow: 3px 3px 10px rgba(4, 0, 0, 0.05);
  position: relative;
}
#page_homepage #ranking .inner .ranking_list .item a .ranking_item_img {
  margin-bottom: 20px;
}
#page_homepage #ranking .inner .ranking_list .item a .ranking_item_img img {
  width: 100%;
  height: auto;
}
#page_homepage #ranking .inner .ranking_list .item a .ranking_item_category {
  background: #f5f7f8;
  border: 1px solid #d7dadd;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1;
  padding: 7px 10px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #525263;
  width: -moz-fit-content;
  width: fit-content;
}
#page_homepage #ranking .inner .ranking_list .item a .ranking_item_ttl {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  color: #000;
}
#page_homepage #ranking .inner .ranking_list .item a .ranking_item_price {
  color: #d9534f;
  margin-top: 10px;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}
#page_homepage #ranking .inner .ranking_list .item a::before {
  content: "";
  display: block;
  width: 55px;
  height: 45px;
  background: url(/html/user_data/assets/img/top/ranking_icon3.png) no-repeat center/contain;
  position: absolute;
  top: -23px;
  left: 1px;
}
#page_homepage #ranking .inner .ranking_list .item.item01 a::before {
  background-image: url(/html/user_data/assets/img/top/ranking_icon1.png);
}
#page_homepage #ranking .inner .ranking_list .item.item02 a::before {
  background-image: url(/html/user_data/assets/img/top/ranking_icon2.png);
}
#page_homepage #ranking .inner .otoriyose {
  margin: 80px auto 0;
  width: 1040px;
  max-width: 100%;
  background: url(/html/user_data/assets/img/top/ranking_otoriyose_bg.jpg) no-repeat center/cover;
  padding: 30px;
  position: relative;
}
#page_homepage #ranking .inner .otoriyose::before {
  content: "";
  display: block;
  width: 231px;
  height: 144px;
  background: url(/html/user_data/assets/img/top/icon_character3.png) no-repeat center/cover;
  position: absolute;
  bottom: 100%;
  right: 0;
}
#page_homepage #ranking .inner .otoriyose .otoriyose_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  background: url(/html/user_data/assets/img/top/ranking_otoriyose_row_bg.jpg) no-repeat center/cover;
}
#page_homepage #ranking .inner .otoriyose .otoriyose_row .otoriyose_img {
  width: 43%;
}
#page_homepage #ranking .inner .otoriyose .otoriyose_row .otoriyose_img img {
  width: 100%;
}
#page_homepage #ranking .inner .otoriyose .otoriyose_row .otoriyose_txt {
  width: 54.8%;
}
#page_homepage #ranking .inner .otoriyose .otoriyose_row .otoriyose_txt .sp {
  display: none;
}
#page_homepage #ranking .inner .otoriyose .otoriyose_row .otoriyose_txt .pc {
  display: block;
}
#page_homepage #ranking .inner .otoriyose .otoriyose_row .otoriyose_txt img {
  width: 100%;
}
#page_homepage #ranking .inner .otoriyose ul {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  margin-bottom: 0;
}
#page_homepage #ranking .inner .otoriyose ul li {
  width: 48.4%;
  list-style: none;
}
#page_homepage #ranking .inner .otoriyose ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 69px;
  border-radius: 35px;
  border: 2px solid #694a20;
  background: #fff;
  font-size: 20px;
  font-weight: bold;
  color: #694a20;
  position: relative;
}
#page_homepage #ranking .inner .otoriyose ul li a::after {
  content: "";
  display: block;
  width: 9px;
  height: 14px;
  background: url(/html/user_data/assets/img/arrow_right_brown.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
#page_homepage #menu {
  padding: 100px 0 80px;
  background: #fff;
}
#page_homepage #menu .inner {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
}
#page_homepage #menu .inner p {
  color: #321d0c;
}
#page_homepage #menu .inner .menu_list .item {
  display: flex;
  justify-content: space-between;
  position: relative;
}
#page_homepage #menu .inner .menu_list .item::before {
  content: "";
  display: block;
  background: no-repeat center/contain;
  position: absolute;
  bottom: 100%;
  left: 0;
}
#page_homepage #menu .inner .menu_list .item .menu_img {
  width: 53.8%;
}
#page_homepage #menu .inner .menu_list .item .menu_img img {
  width: 100%;
}
#page_homepage #menu .inner .menu_list .item .menu_txt {
  width: 40.5%;
}
#page_homepage #menu .inner .menu_list .item .menu_txt .menu_ttl {
  font-size: 34px;
  font-weight: bold;
  font-feature-settings: "palt";
  gap: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid #321d0c;
  margin-bottom: 30px;
}
#page_homepage #menu .inner .menu_list .item .menu_txt .menu_ttl::first-letter {
  color: #ea5514;
}
#page_homepage #menu .inner .menu_list .item .menu_txt .menu_copy {
  font-size: 23px;
  line-height: 1.56;
  font-weight: bold;
  margin-bottom: 30px;
}
#page_homepage #menu .inner .menu_list .item .menu_txt .menu_desc {
  font-size: 18px;
  line-height: 1.77;
  font-weight: 500;
  font-feature-settings: "palt";
}
#page_homepage #menu .inner .menu_list .item .menu_txt .menu_btn {
  margin-top: 30px;
}
#page_homepage #menu .inner .menu_list .item .menu_txt .menu_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 337px;
  height: 54px;
  border-radius: 27px;
  border: 2px solid #321d0c;
  color: #321d0c;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
  position: relative;
  background: #fff;
}
#page_homepage #menu .inner .menu_list .item .menu_txt .menu_btn a::after {
  content: "";
  display: block;
  width: 9px;
  height: 14px;
  background: url(/html/user_data/assets/img/arrow_right_brown.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
}
#page_homepage #menu .inner .menu_list .item:not(:last-child) {
  margin-bottom: 190px;
}
#page_homepage #menu .inner .menu_list .item:nth-child(2n)::before {
  left: unset;
  right: 0;
}
#page_homepage #menu .inner .menu_list .item:nth-child(2n) .menu_img {
  order: 2;
}
#page_homepage #menu .inner .menu_list .item:nth-child(2n) .menu_txt {
  order: 1;
}
#page_homepage #menu .inner .menu_list .item:nth-child(1)::before {
  width: 90px;
  height: 154px;
  background-image: url(/html/user_data/assets/img/top/icon_character4.png);
}
#page_homepage #menu .inner .menu_list .item:nth-child(2)::before {
  width: 169px;
  height: 150px;
  background-image: url(/html/user_data/assets/img/top/icon_character5.png);
}
#page_homepage #menu .inner .menu_list .item:nth-child(3)::before {
  width: 120px;
  height: 146px;
  background-image: url(/html/user_data/assets/img/top/icon_character6.png);
}
#page_homepage #kodawari {
  background: url(/html/user_data/assets/img/top/kodawari_bg.jpg) no-repeat center/cover;
}
#page_homepage #kodawari .inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1040px;
  padding-left: 44px;
  height: 33.65vw;
  min-height: 360px;
  display: flex;
  align-items: center;
}
#page_homepage #kodawari .inner .kodawari_txt {
  width: -moz-fit-content;
  width: fit-content;
}
#page_homepage #kodawari .inner .kodawari_txt .fukidashi {
  text-align: center;
  color: #60451b;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  width: 340px;
  height: 48px;
  background: url(/html/user_data/assets/img/top/kodawari_fukidashi.svg) no-repeat center/contain;
  margin: 0 auto 10px;
  padding-top: 9px;
}
#page_homepage #kodawari .inner .kodawari_txt h2 {
  color: #60451b;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 18px;
}
#page_homepage #kodawari .inner .kodawari_txt h2::before {
  content: "";
  display: block;
  width: 61px;
  height: 67px;
  background: url(/html/user_data/assets/img/top/icon_character.png) no-repeat center/contain;
  margin-top: -18px;
}
#page_homepage #kodawari .inner .kodawari_txt h2::after {
  content: "";
  display: block;
  width: 61px;
  height: 67px;
  background: url(/html/user_data/assets/img/top/icon_character2.png) no-repeat center/contain;
  margin-top: -18px;
}
#page_homepage #kodawari .inner .kodawari_txt .kodawari_desc {
  text-align: center;
  color: #60451b;
  font-size: 18px;
  line-height: 1.77;
  margin-bottom: 30px;
  font-weight: 500;
  font-feature-settings: "palt";
}
#page_homepage #kodawari .inner .kodawari_txt .kodawari_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 338px;
  height: 54px;
  border-radius: 27px;
  font-size: 16px;
  font-weight: bold;
  background: #ea5514;
  color: #fff;
  position: relative;
  margin: 0 auto;
}
#page_homepage #kodawari .inner .kodawari_txt .kodawari_btn a::after {
  content: "";
  display: block;
  width: 9px;
  height: 14px;
  background: url(/html/user_data/assets/img/arrow_right_white.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
#page_homepage #news {
  padding: 100px 0 139px;
  background: url(/html/user_data/assets/img/top/news_bg.png) no-repeat center/cover;
}
#page_homepage #news .inner {
  max-width: 1040px;
  width: 90%;
  margin: 0 auto;
}
#page_homepage #news .inner .fukidashi {
  text-align: center;
  color: #60451b;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  width: 340px;
  height: 48px;
  background: url(/html/user_data/assets/img/top/news_fukidashi.svg) no-repeat center/contain;
  margin: 0 auto 10px;
  padding-top: 9px;
}
#page_homepage #news .inner h2 {
  text-align: center;
  color: #60451b;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}
#page_homepage #news .inner .ec-newsRole__news {
  position: relative;
  z-index: 1;
}
#page_homepage #news .inner .ec-newsRole__news .news_list {
  position: relative;
  background: #f3eee6;
  border-radius: 60px;
  padding: 20px 58px 30px;
  z-index: 1;
}
#page_homepage #news .inner .ec-newsRole__news .news_list .news_item_list {
  margin: 0;
  padding: 20px 25px 20px 0;
  color: #60451b;
  background: none;
  border-bottom: 1px solid #fff;
  position: relative;
}
#page_homepage #news .inner .ec-newsRole__news .news_list .news_item_list .news_heading {
  margin-right: 0;
  display: flex;
  align-items: center;
}
#page_homepage #news .inner .ec-newsRole__news .news_list .news_item_list .news_heading .news_date {
  font-size: 18px;
  font-weight: bold;
  width: 108px;
  font-feature-settings: "palt";
}
#page_homepage #news .inner .ec-newsRole__news .news_list .news_item_list .news_heading .news_date p {
  color: #60451b;
}
#page_homepage #news .inner .ec-newsRole__news .news_list .news_item_list .news_heading .news_title {
  margin-left: 0;
  font-size: 18px;
  font-weight: 500;
  width: calc(100% - 108px);
  font-feature-settings: "palt";
}
#page_homepage #news .inner .ec-newsRole__news .news_list .news_item_list .news_heading .news_title p {
  color: #60451b;
}
#page_homepage #news .inner .ec-newsRole__news .news_list .news_item_list::after {
  content: "";
  display: block;
  width: 10px;
  height: 15px;
  background: url(/html/user_data/assets/img/arrow_right_orange.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#page_homepage #news .inner .ec-newsRole__news .news_list .news_item_list:hover .news_date p,
#page_homepage #news .inner .ec-newsRole__news .news_list .news_item_list:hover .news_title p {
  color: #ea5514;
  display: block;
}
#page_homepage #news .inner .ec-newsRole__news::before {
  content: "";
  display: block;
  width: 119px;
  height: 191px;
  background: url(/html/user_data/assets/img/top/icon_character7.png) no-repeat center/contain;
  position: absolute;
  top: -164px;
  right: 0;
  z-index: -1;
}
#page_homepage #news .inner .ec-newsRole__news::after {
  content: "";
  display: block;
  width: 121px;
  height: 206px;
  background: url(/html/user_data/assets/img/top/icon_character8.png) no-repeat center/contain;
  position: absolute;
  bottom: -138px;
  left: -57px;
  z-index: 2;
}
#page_homepage #news .inner .news_see-more {
  margin-top: 23px;
}
#page_homepage #news .inner .news_see-more a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  font-size: 18px;
  color: #60451b;
}
#page_homepage #news .inner .news_see-more a::before {
  content: "";
  display: block;
  width: 9px;
  height: 14px;
  background: url(/html/user_data/assets/img/arrow_right_brown.png) no-repeat center/contain;
}
#page_homepage #news .inner .news_see-more a:hover {
  color: #ea5514;
}
#page_homepage #news .inner .news_see-more a:hover::before {
  background-image: url(/html/user_data/assets/img/arrow_right_orange.png);
}

@media (max-width: 1600px) {
  #page_homepage #ranking .inner .ranking_list {
    gap: 20px;
  }
  #page_homepage #ranking .inner .ranking_list .item a {
    padding: 23px;
  }
  #page_homepage #ranking .inner .ranking_list .item a .ranking_item_ttl {
    font-size: 18px;
  }
  #page_homepage #ranking .inner .ranking_list .item a .ranking_item_price {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  #page_homepage #ranking .inner {
    width: 100%;
  }
  #page_homepage #ranking .inner .ranking_list .item {
    width: 237px;
    margin: 0 12px;
    padding-top: 17px;
  }
  #page_homepage #ranking .inner .ranking_list .item a::before {
    width: 39px;
    height: 31px;
    top: -17px;
  }
  #page_homepage #ranking .inner .otoriyose {
    margin-top: 160px;
    width: 90%;
  }
  #page_homepage #kodawari .inner .kodawari_row .kodawari_txt {
    width: 54%;
  }
  #page_homepage #kodawari .inner .kodawari_row .kodawari_img {
    width: 45%;
  }
  #page_homepage #news .inner .ec-newsRole__news::after {
    left: 0;
  }
}
@media (max-width: 1040px) {
  #page_homepage #ranking .inner .otoriyose ul {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  #page_homepage #ranking .inner .otoriyose ul li {
    width: 400px;
  }
  #page_homepage #ranking .inner .otoriyose ul li a {
    font-size: 18px;
  }
  #page_homepage #menu .inner .menu_list .menu_img {
    width: 50%;
  }
  #page_homepage #menu .inner .menu_list .menu_txt {
    width: 45%;
  }
  #page_homepage #kodawari .inner .kodawari_row .kodawari_txt h2 {
    font-size: 34px;
  }
}
@media (max-width: 960px) {
  #page_homepage #menu .inner .menu_list .item {
    flex-direction: column;
    align-items: center;
    gap: 22px;
  }
  #page_homepage #menu .inner .menu_list .item .menu_img {
    width: 600px;
    max-width: 100%;
  }
  #page_homepage #menu .inner .menu_list .item .menu_txt {
    width: 600px;
    max-width: 100%;
  }
  #page_homepage #menu .inner .menu_list .item:nth-child(2n) .menu_img {
    order: 1;
  }
  #page_homepage #menu .inner .menu_list .item:nth-child(2n) .menu_txt {
    order: 2;
  }
  #page_homepage #kodawari .inner {
    padding-left: 0;
  }
  #page_homepage #kodawari .inner .kodawari_row {
    flex-direction: column;
    gap: 30px;
  }
  #page_homepage #kodawari .inner .kodawari_row .kodawari_txt {
    width: 100%;
    order: 2;
  }
  #page_homepage #kodawari .inner .kodawari_row .kodawari_img {
    width: 100%;
    order: 1;
    text-align: center;
  }
  #page_homepage #kodawari .inner .kodawari_row .kodawari_img img {
    width: 278px;
  }
  #page_homepage #news .inner h2 {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  #page_homepage #mv {
    padding-bottom: 9px;
    margin-top: 0;
  }
  #page_homepage #mv .top_mv_slide {
    padding-bottom: 20px;
  }
  #page_homepage #mv .top_mv_slide .slide {
    margin: 0;
  }
  #page_homepage #mv .top_mv_slide .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  #page_homepage #ranking {
    padding: 50px 0 43px;
  }
  #page_homepage #ranking .inner .fukidashi {
    font-size: 14px;
    width: 192px;
    height: 32px;
    padding-top: 4px;
    margin-bottom: 5px;
  }
  #page_homepage #ranking .inner h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  #page_homepage #ranking .inner h2::before {
    width: 32px;
    height: 36px;
    left: calc(50% - 154px);
    top: unset;
    bottom: 0;
  }
  #page_homepage #ranking .inner h2::after {
    width: 32px;
    height: 36px;
    right: calc(50% - 154px);
    top: unset;
    bottom: 0;
  }
  #page_homepage #ranking .inner .intro {
    font-size: 14px;
    line-height: 1.57;
  }
  #page_homepage #ranking .inner .intro .sp {
    display: block;
  }
  #page_homepage #ranking .inner .ranking_list {
    margin-top: 20px;
  }
  #page_homepage #ranking .inner .ranking_list .item a .ranking_item_category {
    font-size: 8px;
    padding: 5px 7px;
  }
  #page_homepage #ranking .inner .ranking_list .item a .ranking_item_ttl {
    font-size: 14px;
  }
  #page_homepage #ranking .inner .ranking_list .item a .ranking_item_price {
    font-size: 14px;
  }
  #page_homepage #ranking .inner .otoriyose {
    margin-top: 20px;
    width: 100%;
    background-image: url(/html/user_data/assets/img/top/ranking_otoriyose_bg_sp.jpg);
    padding: 20px;
  }
  #page_homepage #ranking .inner .otoriyose::before {
    width: 125px;
    height: 77px;
    top: -24px;
    right: 19px;
    z-index: 2;
  }
  #page_homepage #ranking .inner .otoriyose .otoriyose_row {
    flex-direction: column;
    padding: 20px 20px 0;
    gap: 20px;
    background: none;
    position: relative;
    z-index: 1;
  }
  #page_homepage #ranking .inner .otoriyose .otoriyose_row::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% + 124px);
    background-image: url(/html/user_data/assets/img/top/ranking_otoriyose_row_bg_sp.jpg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #page_homepage #ranking .inner .otoriyose .otoriyose_row .otoriyose_img {
    width: 100%;
  }
  #page_homepage #ranking .inner .otoriyose .otoriyose_row .otoriyose_txt {
    width: 100%;
  }
  #page_homepage #ranking .inner .otoriyose .otoriyose_row .otoriyose_txt .sp {
    display: block;
  }
  #page_homepage #ranking .inner .otoriyose .otoriyose_row .otoriyose_txt .pc {
    display: none;
  }
  #page_homepage #ranking .inner .otoriyose ul {
    margin-top: 0;
    position: relative;
    z-index: 2;
    padding-bottom: 20px;
  }
  #page_homepage #ranking .inner .otoriyose ul li {
    width: 290px;
  }
  #page_homepage #ranking .inner .otoriyose ul li a {
    height: 46px;
    font-size: 14px;
  }
  #page_homepage #ranking .inner .otoriyose ul li a::after {
    width: 7px;
    height: 12px;
    right: 7px;
  }
  #page_homepage #menu {
    padding: 40px 0;
  }
  #page_homepage #menu .inner .menu_list .item::before {
    content: none;
  }
  #page_homepage #menu .inner .menu_list .item .menu_txt .menu_ttl {
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
  }
  #page_homepage #menu .inner .menu_list .item .menu_txt .menu_ttl::after {
    content: "";
    display: block;
    background: no-repeat center/contain;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #page_homepage #menu .inner .menu_list .item .menu_txt .menu_copy {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  #page_homepage #menu .inner .menu_list .item .menu_txt .menu_desc {
    font-size: 14px;
  }
  #page_homepage #menu .inner .menu_list .item .menu_txt .menu_btn {
    margin-top: 20px;
  }
  #page_homepage #menu .inner .menu_list .item .menu_txt .menu_btn a {
    font-size: 14px;
    width: 263px;
    height: 42px;
  }
  #page_homepage #menu .inner .menu_list .item .menu_txt .menu_btn a::after {
    width: 7px;
    height: 11px;
    right: 7px;
  }
  #page_homepage #menu .inner .menu_list .item:not(:last-child) {
    margin-bottom: 40px;
  }
  #page_homepage #menu .inner .menu_list .item:nth-child(1) .menu_txt .menu_ttl::after {
    width: 50px;
    height: 85px;
    background-image: url(/html/user_data/assets/img/top/icon_character4.png);
  }
  #page_homepage #menu .inner .menu_list .item:nth-child(2) .menu_txt .menu_ttl::after {
    width: 91px;
    height: 80px;
    background-image: url(/html/user_data/assets/img/top/icon_character5.png);
  }
  #page_homepage #menu .inner .menu_list .item:nth-child(3) .menu_txt .menu_ttl::after {
    width: 54px;
    height: 66px;
    background-image: url(/html/user_data/assets/img/top/icon_character6.png);
  }
  #page_homepage #kodawari {
    background-image: url(/html/user_data/assets/img/top/kodawari_bg_sp.jpg);
  }
  #page_homepage #kodawari .inner {
    height: auto;
    min-height: auto;
    padding: 18px 0;
  }
  #page_homepage #kodawari .inner .kodawari_txt {
    background: rgba(255, 255, 255, 0.7);
    padding: 20px 0;
    width: 100%;
  }
  #page_homepage #kodawari .inner .kodawari_txt .fukidashi {
    font-size: 14px;
    width: 193px;
    height: 33px;
    padding-top: 5px;
    padding-left: 5px;
  }
  #page_homepage #kodawari .inner .kodawari_txt h2 {
    margin-top: 5px;
    font-size: 28px;
    margin-bottom: 15px;
    align-items: flex-end;
    gap: 10px;
  }
  #page_homepage #kodawari .inner .kodawari_txt h2::before {
    width: 32px;
    height: 36px;
  }
  #page_homepage #kodawari .inner .kodawari_txt h2::after {
    width: 32px;
    height: 36px;
  }
  #page_homepage #kodawari .inner .kodawari_txt .kodawari_desc {
    font-size: 14px;
    margin-bottom: 15px;
  }
  #page_homepage #kodawari .inner .kodawari_txt .kodawari_btn a {
    font-size: 14px;
    width: 263px;
    height: 42px;
  }
  #page_homepage #kodawari .inner .kodawari_txt .kodawari_btn a:after {
    width: 7px;
    height: 11px;
    right: 7px;
  }
  #page_homepage #news {
    background: url(/html/user_data/assets/img/top/news_bg_sp.png) no-repeat top right/87.3%;
    padding: 55px 0 42px;
  }
  #page_homepage #news .inner .fukidashi {
    font-size: 14px;
    width: 193px;
    height: 33px;
    padding-top: 5px;
  }
  #page_homepage #news .inner h2 {
    margin-top: 5px;
    font-size: 28px;
    margin-bottom: 30px;
  }
  #page_homepage #news .inner .ec-newsRole__news .news_list {
    padding: 0 20px 20px;
    border-radius: 20px;
  }
  #page_homepage #news .inner .ec-newsRole__news .news_list .news_item_list {
    padding: 15px 20px 15px 0;
  }
  #page_homepage #news .inner .ec-newsRole__news .news_list .news_item_list .news_heading {
    align-items: flex-start;
    flex-direction: column;
  }
  #page_homepage #news .inner .ec-newsRole__news .news_list .news_item_list .news_heading .news_date {
    font-size: 14px;
    width: 100%;
  }
  #page_homepage #news .inner .ec-newsRole__news .news_list .news_item_list .news_heading .news_title {
    font-size: 14px;
    width: 100%;
  }
  #page_homepage #news .inner .ec-newsRole__news .news_list .news_item_list::after {
    width: 7px;
    height: 11px;
  }
  #page_homepage #news .inner .ec-newsRole__news::before {
    width: 49px;
    height: 79px;
    top: -64px;
    right: -16px;
  }
  #page_homepage #news .inner .ec-newsRole__news::after {
    width: 49px;
    height: 83px;
    bottom: -41px;
    left: -15px;
  }
  #page_homepage #news .inner .news_see-more {
    margin-top: 20px;
  }
  #page_homepage #news .inner .news_see-more a {
    font-size: 14px;
    gap: 8px;
  }
  #page_homepage #news .inner .news_see-more a::before {
    width: 7px;
    height: 10px;
  }
}/*# sourceMappingURL=top.css.map */