/*	.search
******************************************************** */
.home-mv {
  background-color: #c81e50;
  padding: 23px 0 42px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .home-mv {
    padding: 13px 0 22px;
  }
}
.home-mv__slider {
  position: relative;
}
.home-mv__slider .swiper {
  overflow: visible;
}
.home-mv__slider .swiper-wrapper {
  width: 77.7935%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .home-mv__slider .swiper-wrapper {
    width: 100%;
  }
}
.home-mv__slider .swiper-slide {
  background-color: #fff;
  border-radius: 10px;
}
.home-mv__slider-link {
  display: block;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .home-mv__slider-link:hover {
    opacity: 0.7;
  }
}
.home-mv__slider img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(-16px 19px 25px rgba(0, 0, 0, 0.06));
}
.home-mv__slider-nav.swiper-pagination {
  bottom: -30px;
}
@media only screen and (max-width: 767px) {
  .home-mv__slider-nav.swiper-pagination {
    bottom: -21px;
  }
}
.home-mv__slider .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .home-mv__slider .swiper-pagination-bullet {
    margin: 0 12px !important;
  }
}
@media only screen and (max-width: 767px) {
  .home-mv__slider .swiper-pagination-bullet {
    height: 9px;
    width: 9px;
    margin: 0 7px !important;
  }
}
.home-mv__slider .swiper-pagination-bullet-active {
  background-color: #fff;
}
.home-mv__slider .swiper-button-prev, .home-mv__slider .swiper-button-next {
  width: 64px;
  height: 64px;
  filter: drop-shadow(-16px 19px 25px rgba(0, 0, 0, 0.06));
  transition: background-color 0.3s ease;
}
@media (hover: hover) {
  .home-mv__slider .swiper-button-prev:hover, .home-mv__slider .swiper-button-next:hover {
    background-color: #c81e50;
    background-image: url(/group/mel-toss/shared/img/arw-s_white.svg);
  }
}
.home-mv__slider .swiper-button-prev {
  background: #fff url(/group/mel-toss/shared/img/arw-s_red.svg) center center/22px auto no-repeat;
  border-radius: 50%;
  top: calc(50% - 32px);
  left: 5.799%;
  margin: 0;
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .home-mv__slider .swiper-button-prev {
    background-size: 16px auto;
    width: 32px;
    height: 32px;
    top: calc(50% - 16px);
    left: -10px;
  }
}
.home-mv__slider .swiper-button-next {
  background: #fff url(/group/mel-toss/shared/img/arw-s_red.svg) center center/22px auto no-repeat;
  border-radius: 50%;
  top: calc(50% - 32px);
  right: 5.799%;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .home-mv__slider .swiper-button-next {
    background-size: 16px auto;
    width: 32px;
    height: 32px;
    top: calc(50% - 16px);
    right: -10px;
  }
}
.home-mv__slider .swiper-button-next:after, .home-mv__slider .swiper-button-prev:after {
  display: none;
}
.home-filter {
  background-color: #f8f8f8;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .home-filter {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-filter {
    padding: 15px 0 28px;
  }
}
.home-filter__search {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .home-filter__search {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 45px 13px 60px 13px;
  }
}
@media only screen and (max-width: 767px) {
  .home-filter__search {
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding: 25px 24px 35px 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .home-filter__search-inner {
    margin: 0 auto;
    max-width: 1234px;
  }
}
@media print, screen and (min-width: 768px) {
  .home-filter__search-title {
    display: flex;
    align-items: center;
  }
}
.home-filter__search-title__heading {
  font-weight: 700;
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  .home-filter__search-title__heading {
    border-right: 1px solid #d4d4d4;
    font-size: 212.5%;
    margin-right: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .home-filter__search-title__heading {
    font-size: 118.75%;
  }
}
.home-filter__search-title__heading b {
  color: #c81e50;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .home-filter__search-title__outline {
    flex: 1;
    font-size: 112.5%;
  }
}
@media only screen and (max-width: 767px) {
  .home-filter__search-title__outline {
    font-size: 81.25%;
    line-height: 1.5384615385;
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .home-filter__search-method {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .home-filter__search-method {
    margin-top: 17px;
  }
}
@media print, screen and (min-width: 768px) {
  .home-filter__search-method__list {
    width: 47.6499189627%;
  }
}
.home-filter__search-method__list dt {
  border-bottom: 1px solid #d4d4d4;
}
@media print, screen and (min-width: 768px) {
  .home-filter__search-method__list dt {
    font-size: 137.5%;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .home-filter__search-method__list dt {
    font-size: 81.25%;
    padding-bottom: 12px;
  }
}
.home-filter__search-method__list dt a {
  color: #222;
  display: inline-block;
  font-weight: 700;
  position: relative;
  vertical-align: top;
}
@media print, screen and (min-width: 768px) {
  .home-filter__search-method__list dt a {
    padding-left: 47px;
  }
}
@media only screen and (max-width: 767px) {
  .home-filter__search-method__list dt a {
    padding-left: 27px;
  }
}
@media (hover: hover) {
  .home-filter__search-method__list dt a {
    transition: color 0.3s ease;
  }
}
.home-filter__search-method__list dt a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .home-filter__search-method__list dt a:hover {
    color: #c81e50;
  }
}
@media (hover: hover) {
  .home-filter__search-method__list dt a:hover::before {
    background-color: #c81e50;
  }
}
.home-filter__search-method__list dt a::before {
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .home-filter__search-method__list dt a::before {
    background: #222 url(/group/mel-toss/shared/img/icon-search.svg) center center/20px auto no-repeat;
    top: calc(50% - 19px);
    width: 38px;
    height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .home-filter__search-method__list dt a::before {
    background: #222 url(/group/mel-toss/shared/img/icon-search.svg) center center/10px auto no-repeat;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
  }
}
@media (hover: hover) {
  .home-filter__search-method__list dt a::before {
    transition: background-color 0.3s ease;
  }
}
.home-filter__search-method__list dd {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .home-filter__search-method__list dd {
    margin-right: -12px;
    padding-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .home-filter__search-method__list dd {
    margin-right: -7px;
    padding-top: 8px;
  }
}
.home-filter__search-method__list dd a {
  border: 1px solid #c9c9c9;
  color: #222;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .home-filter__search-method__list dd a {
    border-radius: 20px;
    line-height: 38px;
    margin: 15px 12px 0 0;
    padding: 0 37px;
  }
}
@media only screen and (max-width: 767px) {
  .home-filter__search-method__list dd a {
    border-radius: 13px;
    font-size: 75%;
    line-height: 26px;
    text-align: center;
    margin: 5px 5px 0 0;
    padding: 0 23px;
  }
}
@media (hover: hover) {
  .home-filter__search-method__list dd a {
    transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
  }
}
.home-filter__search-method__list dd a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .home-filter__search-method__list dd a:hover {
    background-color: #c81e50;
    border: 1px solid #c81e50;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .home-filter__search-method__list:nth-of-type(2) {
    margin-top: 22px;
  }
}
@media print, screen and (min-width: 768px) {
  .home-filter__search-method__list:nth-of-type(2) dd a {
    padding: 0 23px;
  }
}
@media only screen and (max-width: 767px) {
  .home-filter__search-method__list:nth-of-type(2) dd a {
    padding: 0 18px;
  }
}
.home-contents {
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .home-contents::before {
    content: "";
    position: absolute;
    background: url(/group/mel-toss/img/bg-contents_left-bottom.png) left top/cover no-repeat;
    bottom: 0;
    right: max(100% - 212px, 50% + 588px);
    width: 212px;
    height: 152px;
  }
}
@media print, screen and (min-width: 768px) {
  .home-contents::after {
    content: "";
    position: absolute;
    bottom: 0;
    background: url(/group/mel-toss/img/bg-contents_right-bottom.png) left top/cover no-repeat;
    left: max(100% - 958px, 50% - 158px);
    width: 958px;
    height: 693px;
  }
}
.home-contents-inner {
  position: relative;
}
.home-contents-inner::before {
  content: "";
  position: absolute;
  top: 0;
}
@media print, screen and (min-width: 768px) {
  .home-contents-inner::before {
    background: url(/group/mel-toss/img/bg-contents_right.png) left top/cover no-repeat;
    left: max(100% - 755px, 50% + 45px);
    width: 755px;
    height: 862px;
  }
}
@media only screen and (max-width: 767px) {
  .home-contents-inner::before {
    background: url(/group/mel-toss/img/bg-contents_right_sp.png) left top/cover no-repeat;
    right: 0;
    width: 72px;
    height: 121px;
  }
}
.home-contents__heading {
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .home-contents__heading {
    font-size: 300%;
  }
}
@media only screen and (max-width: 767px) {
  .home-contents__heading {
    font-size: 175%;
    line-height: 1.1428571429;
  }
}
.home-contents__heading b {
  color: #c81e50;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .home-contents__column {
    display: flex;
    margin-top: 50px;
  }
}
.home-contents__column-title {
  box-sizing: border-box;
  position: relative;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .home-contents__column-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 25px 120px 20px;
    width: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .home-contents__column-title {
    text-align: center;
    margin-top: 40px;
  }
}
.home-contents__column-title::before {
  background: url(/group/mel-toss/img/brackets_lt.svg) left top/100% auto no-repeat;
  content: "";
  line-height: 1;
  position: absolute;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .home-contents__column-title::before {
    top: 0;
    width: 32px;
    height: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .home-contents__column-title::before {
    top: -20px;
    width: 16px;
    height: 14px;
  }
}
.home-contents__column-title::after {
  background: url(/group/mel-toss/img/brackets_rb.svg) left top/100% auto no-repeat;
  content: "";
  line-height: 1;
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .home-contents__column-title::after {
    bottom: 85px;
    right: 25px;
    width: 32px;
    height: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .home-contents__column-title::after {
    bottom: -15px;
    right: 0;
    width: 16px;
    height: 14px;
  }
}
.home-contents__column-title__heading {
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .home-contents__column-title__heading {
    font-size: 237.5%;
  }
}
@media only screen and (max-width: 767px) {
  .home-contents__column-title__heading {
    display: inline-flex;
    align-items: flex-start;
    flex-direction: column;
    font-size: 131.25%;
    text-align: left;
    vertical-align: top;
  }
}
.home-contents__column-title__heading small {
  background-color: #c81e50;
  display: inline-block;
  vertical-align: top;
}
@media print, screen and (min-width: 768px) {
  .home-contents__column-title__heading small {
    border-radius: 21px;
    color: #fff;
    font-size: 57.8947368421%;
    line-height: 42px;
    margin-bottom: 10px;
    padding: 0 18px;
  }
}
@media only screen and (max-width: 767px) {
  .home-contents__column-title__heading small {
    border-radius: 11px;
    color: #fff;
    font-size: 52.380952381%;
    line-height: 22px;
    margin: 5px 0 2px 0;
    padding: 0 10px;
  }
}
.home-contents__column-title__heading span {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .home-contents__column-title__link + .home-contents__column-title__link {
    margin-top: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .home-contents__column-title__link {
    margin-top: 20px;
    max-width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .home-contents__column-title__link {
    text-align: center;
    margin-top: 12px;
  }
}
.home-contents__column-title__link a {
  border: 1px solid #c9c9c9;
  color: #222;
  display: block;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .home-contents__column-title__link a {
    border-radius: 25px;
    font-size: 93.75%;
    line-height: 48px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .home-contents__column-title__link a {
    box-sizing: border-box;
    border-radius: 20px;
    font-size: 81.25%;
    line-height: 38px;
    margin: 0 auto;
    padding: 0 7px;
    width: 224px;
  }
}
@media (hover: hover) {
  .home-contents__column-title__link a {
    transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
  }
}
.home-contents__column-title__link a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .home-contents__column-title__link a:hover {
    border: 1px solid #c81e50;
    background-color: #c81e50;
    color: #fff;
  }
}
@media (hover: hover) {
  .home-contents__column-title__link a:hover span::before {
    background-color: #fff;
    background-image: url(/group/mel-toss/shared/img/arw-s_red.svg);
  }
}
.home-contents__column-title__link a span {
  display: block;
  position: relative;
}
.home-contents__column-title__link a span::before {
  background: #c81e50 url(/group/mel-toss/shared/img/arw-s_white.svg) center center/13px auto no-repeat;
  border-radius: 50%;
  content: "";
  position: absolute;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .home-contents__column-title__link a span::before {
    top: calc(50% - 13px);
    width: 26px;
    height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .home-contents__column-title__link a span::before {
    background-size: 12px auto;
    top: calc(50% - 11px);
    width: 22px;
    height: 22px;
  }
}
@media (hover: hover) {
  .home-contents__column-title__link a span::before {
    transition: background-color 0.3s ease, background-image 0.3s ease;
  }
}
.home-contents__column-slide {
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .home-contents__column-slide {
    margin-right: -100%;
    padding-bottom: 70px;
    width: calc(200% - 320px);
  }
}
@media only screen and (max-width: 767px) {
  .home-contents__column-slide {
    margin: 27px -13px 0 -13px;
    padding-bottom: 45px;
    width: calc(100% + 26px);
  }
}
.home-contents__column-slide__ctrl {
  box-sizing: border-box;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .home-contents__column-slide__ctrl {
    left: 15px;
    padding: 0 65px;
    width: calc(50% - 255px);
    height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .home-contents__column-slide__ctrl {
    left: 13px;
    padding: 0 45px;
    width: calc(100% - 26px);
    height: 30px;
  }
}
.home-contents__column-slide__ctrl .swiper-button-prev {
  background: #a1a1a1 url(/group/mel-toss/shared/img/arw-s_white.svg) center center/22px auto no-repeat;
  border-radius: 50%;
  top: 0;
  left: 0;
  margin: 0;
  transform: rotate(180deg);
}
@media print, screen and (min-width: 768px) {
  .home-contents__column-slide__ctrl .swiper-button-prev {
    width: 46px;
    height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .home-contents__column-slide__ctrl .swiper-button-prev {
    background-size: 16px auto;
    width: 30px;
    height: 30px;
  }
}
.home-contents__column-slide__ctrl .swiper-button-prev::after {
  display: none;
}
@media (hover: hover) {
  .home-contents__column-slide__ctrl .swiper-button-prev {
    transition: background-color 0.3s ease;
  }
}
@media (hover: hover) {
  .home-contents__column-slide__ctrl .swiper-button-prev:hover {
    background-color: #c81e50;
  }
}
.home-contents__column-slide__ctrl .swiper-button-next {
  background: #a1a1a1 url(/group/mel-toss/shared/img/arw-s_white.svg) center center/22px auto no-repeat;
  border-radius: 50%;
  top: 0;
  right: 0;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .home-contents__column-slide__ctrl .swiper-button-next {
    width: 46px;
    height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .home-contents__column-slide__ctrl .swiper-button-next {
    background-size: 16px auto;
    width: 30px;
    height: 30px;
  }
}
.home-contents__column-slide__ctrl .swiper-button-next::after {
  display: none;
}
@media (hover: hover) {
  .home-contents__column-slide__ctrl .swiper-button-next {
    transition: background-color 0.3s ease;
  }
}
@media (hover: hover) {
  .home-contents__column-slide__ctrl .swiper-button-next:hover {
    background-color: #c81e50;
  }
}
.home-contents__column-slide__ctrl .swiper-button-disabled {
  background-color: #dfdfdf;
  opacity: 1;
}
@media (hover: hover) {
  .home-contents__column-slide__ctrl .swiper-button-disabled:hover {
    background-color: #dfdfdf;
  }
}
.home-contents__column-slide__ctrl .swiper-scrollbar {
  background-color: #ebebeb;
  border-radius: 2px;
  top: calc(50% - 2px);
}
@media print, screen and (min-width: 768px) {
  .home-contents__column-slide__ctrl .swiper-scrollbar {
    left: 65px;
    width: calc(100% - 130px);
  }
}
@media only screen and (max-width: 767px) {
  .home-contents__column-slide__ctrl .swiper-scrollbar {
    left: 45px;
    width: calc(100% - 90px);
  }
}
.home-contents__column-slide__ctrl .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #c81e50;
  border-radius: 2px;
  cursor: pointer;
}
.home-contents__column-slide .swiper {
  overflow: visible !important;
}
@media only screen and (max-width: 767px) {
  .home-contents__column-slide .swiper {
    margin: 0 5px;
  }
}
.home-contents__column-slide .swiper .swiper-slide {
  box-sizing: border-box;
  display: flex;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .home-contents__column-slide .swiper .swiper-slide {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .home-contents__column-slide .swiper .swiper-slide {
    padding: 8px;
  }
}
.home-contents__column-slide .swiper .swiper-slide a {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  color: #222;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .home-contents__column-slide .swiper .swiper-slide a {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.13);
    padding: 90px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .home-contents__column-slide .swiper .swiper-slide a {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.13);
    padding: 65px 25px;
  }
}
@media (hover: hover) {
  .home-contents__column-slide .swiper .swiper-slide a {
    transition: background-color 0.3s ease, color 0.3s ease;
  }
}
.home-contents__column-slide .swiper .swiper-slide a::before {
  background: #c81e50 url(/group/mel-toss/shared/img/arw-s_white.svg) center center/18px auto no-repeat;
  border-radius: 50%;
  content: "";
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .home-contents__column-slide .swiper .swiper-slide a::before {
    right: 15px;
    bottom: 15px;
    width: 38px;
    height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .home-contents__column-slide .swiper .swiper-slide a::before {
    background-size: 14px auto;
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
  }
}
@media (hover: hover) {
  .home-contents__column-slide .swiper .swiper-slide a::before {
    transition: background-color 0.3s ease, background-image 0.3s ease;
  }
}
.home-contents__column-slide .swiper .swiper-slide a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .home-contents__column-slide .swiper .swiper-slide a:hover {
    background-color: #c81e50;
    color: #fff;
  }
}
@media (hover: hover) {
  .home-contents__column-slide .swiper .swiper-slide a:hover::before {
    background-color: #fff;
    background-image: url(/group/mel-toss/shared/img/arw-s_red.svg);
  }
}
@media (hover: hover) {
  .home-contents__column-slide .swiper .swiper-slide a:hover span:nth-of-type(1) {
    color: #fff;
  }
}
.home-contents__column-slide .swiper .swiper-slide a span:nth-of-type(1) {
  color: #c81e50;
  display: block;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .home-contents__column-slide .swiper .swiper-slide a span:nth-of-type(1) {
    font-size: 125%;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .home-contents__column-slide .swiper .swiper-slide a span:nth-of-type(1) {
    font-size: 87.5%;
    line-height: 1.6428571429;
  }
}
@media (hover: hover) {
  .home-contents__column-slide .swiper .swiper-slide a span:nth-of-type(1) {
    transition: color 0.3s ease;
  }
}
.home-contents__column-slide .swiper .swiper-slide a span:nth-of-type(2) {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .home-contents__column-slide .swiper .swiper-slide a span:nth-of-type(2) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .home-contents__column-slide .swiper .swiper-slide a span:nth-of-type(2) {
    font-size: 75%;
    line-height: 1.6666666667;
    margin-top: 10px;
  }
}
.home-contents-monthly {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .home-contents-monthly {
    padding: 90px 0 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-contents-monthly {
    padding: 45px 0 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-contents-monthly::before {
    background: url(/group/mel-toss/img/bg-contents_right_sp2.png) left top/cover no-repeat;
    content: "";
    position: absolute;
    bottom: -110px;
    right: 0;
    width: 153px;
    height: 463px;
    z-index: -1;
  }
}
.home-contents-planned {
  border-top: 1px solid #dedede;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .home-contents-planned {
    padding: 90px 0 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-contents-planned {
    padding: 45px 0 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-contents-planned::before {
    background: url(/group/mel-toss/img/bg-contents_left-bottom_sp.png) left top/cover no-repeat;
    content: "";
    position: absolute;
    top: 230px;
    left: 0;
    width: 73px;
    height: 51px;
    z-index: -1;
  }
}
@media print, screen and (min-width: 768px) {
  .home-contents-planned .home-contents__column-title__heading span {
    font-size: 89.4736842105%;
  }
}
.home-consultation {
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .home-consultation {
    background: url(/group/mel-toss/img/bg-consultation.jpg) center center/cover no-repeat;
    padding: 60px 0 112px;
  }
}
@media only screen and (max-width: 767px) {
  .home-consultation {
    background: #c81e50;
    padding: 45px 0 80px;
  }
}
@media print, screen and (min-width: 768px) {
  .home-consultation__column {
    display: flex;
  }
}
@media print, screen and (min-width: 768px) {
  .home-consultation__column-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 3.5360678925%;
    width: 395px;
    border-right: 1px solid #fff;
  }
}
.home-consultation__column-title__heading {
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .home-consultation__column-title__heading {
    font-size: 187.5%;
  }
}
@media only screen and (max-width: 767px) {
  .home-consultation__column-title__heading {
    font-size: 118.75%;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .home-consultation__column-link {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .home-consultation__column-link {
    text-align: center;
    margin-top: 15px;
  }
}
.home-consultation__column-link a {
  border: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .home-consultation__column-link a {
    display: block;
    border-radius: 25px;
    font-size: 93.75%;
    line-height: 48px;
    padding: 0 10px;
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .home-consultation__column-link a {
    display: inline-block;
    vertical-align: top;
    border-radius: 20px;
    font-size: 81.25%;
    line-height: 38px;
    padding: 0 8px;
    width: 230px;
  }
}
@media (hover: hover) {
  .home-consultation__column-link a {
    transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
  }
}
.home-consultation__column-link a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .home-consultation__column-link a:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #c81e50;
  }
}
@media (hover: hover) {
  .home-consultation__column-link a:hover span::before {
    background-color: #c81e50;
    background-image: url(/group/mel-toss/shared/img/arw-s_white.svg);
  }
}
.home-consultation__column-link a span {
  display: block;
  position: relative;
}
.home-consultation__column-link a span::before {
  background: #fff url(/group/mel-toss/shared/img/arw-s_red.svg) center center/13px auto no-repeat;
  border-radius: 50%;
  content: "";
  position: absolute;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .home-consultation__column-link a span::before {
    top: calc(50% - 13px);
    width: 26px;
    height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .home-consultation__column-link a span::before {
    background-size: 10px auto;
    top: calc(50% - 11px);
    width: 22px;
    height: 22px;
  }
}
@media (hover: hover) {
  .home-consultation__column-link a span::before {
    transition: background-color 0.3s ease, background-image 0.3s ease;
  }
}
@media print, screen and (min-width: 768px) {
  .home-consultation__column-text {
    flex: 1;
    line-height: 1.875;
  }
}
@media only screen and (max-width: 767px) {
  .home-consultation__column-text {
    font-size: 81.25%;
    line-height: 1.5384615385;
    margin: 10px 13px 0 13px;
  }
}
.home-consultation__cta {
  margin-top: 70px;
  border: 1px solid #fff;
  padding: 40px 60px 70px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .home-consultation__cta {
    margin: 44px 13px 0;
    padding: 22px 20px 55px;
  }
}
.home-consultation__cta-title {
  text-align: center;
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 118.75%;
}
@media only screen and (max-width: 767px) {
  .home-consultation__cta-title {
    font-size: 93.75%;
    top: -24px;
  }
}
.home-consultation__cta-title span {
  position: relative;
  padding: 20px 60px;
  background-color: #c81e50;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .home-consultation__cta-title span {
    min-width: 275px;
    padding: 10px 30px;
  }
}
.home-consultation__cta-title span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 27px;
  height: 2px;
  background-color: #fff;
  transform: translateY(-50%) rotate(60deg);
}
@media only screen and (max-width: 767px) {
  .home-consultation__cta-title span::before {
    width: 22px;
    height: 1px;
    left: 6px;
  }
}
.home-consultation__cta-title span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 27px;
  height: 2px;
  background-color: #fff;
  transform: translateY(-50%) rotate(-60deg);
}
@media only screen and (max-width: 767px) {
  .home-consultation__cta-title span::after {
    width: 22px;
    height: 1px;
    right: 6px;
  }
}
.home-consultation__cta-bubble {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .home-consultation__cta-bubble {
    display: block;
    margin-top: 6px;
  }
}
.home-consultation__cta-bubble li {
  width: 31.73374613%;
  background-color: #fff;
  text-align: center;
  color: #c81e50;
  font-weight: 700;
  line-height: 1.625;
  padding: 30px 10px;
  border-radius: 10px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .home-consultation__cta-bubble li {
    width: 100%;
    border-radius: 5px;
    padding: 20px;
    font-size: 81.25%;
    line-height: 1.3;
  }
}
.home-consultation__cta-bubble li::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 15px;
  background-image: url("/group/mel-toss/img/bubble_bottom.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .home-consultation__cta-bubble li::after {
    width: 16px;
    height: 10px;
    bottom: -9px;
  }
}
@media only screen and (max-width: 767px) {
  .home-consultation__cta-bubble li + li {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .home-consultation__cta-bubble li:first-of-type::after {
    background-image: url("/group/mel-toss/img/bubble_bottom_pc.png");
    width: 22px;
    height: 15px;
    bottom: -15px;
  }
}
@media print, screen and (min-width: 768px) {
  .home-consultation__cta-bubble li:last-child::after {
    background-image: url("/group/mel-toss/img/bubble_bottom_pc.png");
    width: 22px;
    height: 15px;
    bottom: -15px;
    transform: scaleX(-1);
  }
}
.home-consultation__cta-link {
  margin-top: 33px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 91.2305516266%;
}
@media only screen and (max-width: 767px) {
  .home-consultation__cta-link {
    margin-top: 26px;
    width: 85.1393188854%;
  }
}
.home-consultation__cta-link a {
  display: block;
  border-radius: 38px;
  font-size: 162.5%;
  line-height: 76px;
  padding: 0 10px;
  background-color: #f9cd17;
  color: #000000;
  text-align: center;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .home-consultation__cta-link a {
    border-radius: 25px;
    line-height: 50px;
    font-size: 112.5%;
  }
}
.home-consultation__cta-link a:hover {
  transition: background-color 0.3s ease;
  text-decoration: none;
}
@media (hover: hover) {
  .home-consultation__cta-link a:hover {
    background-color: #ffdc50;
  }
}
.home-consultation__cta-link a span {
  display: block;
  position: relative;
}
.home-consultation__cta-link a span::before {
  background: #000000 url(/group/mel-toss/shared/img/arw-s_white.svg) center center/13px auto no-repeat;
  border-radius: 50%;
  content: "";
  position: absolute;
  right: 10px;
}
@media print, screen and (min-width: 768px) {
  .home-consultation__cta-link a span::before {
    top: calc(50% - 13px);
    width: 26px;
    height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .home-consultation__cta-link a span::before {
    top: calc(50% - 11px);
    width: 22px;
    height: 22px;
    background-size: 10px auto;
    right: 0;
  }
}