/* ------------------------------------------
  top_slider
------------------------------------------ */
.fs-pt-carousel {
  padding-top: 190px;
}

.fs-pt-carousel img {
  width: 1100px;
}

.fs-c-slick .slick-prev, .fs-c-slick .slick-next {
  height: 80px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
}

.fs-c-slick .slick-prev {
  background: url(../img/top/top_slider_prev.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 50%;
  transform: translate(-570px, -50%);
}

.fs-c-slick .slick-next {
  background: url(../img/top/top_slider_next.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 50%;
  transform: translate(570px, -50%);
}

.fs-c-slick .slick-next:before, .fs-c-slick .slick-prev:before {
  content: '';
}

.fs-c-slick .slick-dots {
  margin-top: -40px;
}

.fs-c-slick .slick-dots li {
  width: 20px;
}

.fs-c-slick .slick-dots li button:before {
  color: #fff;
  opacity: 1;
}

.fs-c-slick .slick-dots li.slick-active button:before {
  color: #666;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .fs-pt-carousel {
    padding-top: 100px;
  }

  .fs-pt-carousel img {
    max-width: none;
    width: 100vw !important;
  }

  .fs-c-slick .slick-dots {
    display: none!important;
  }

  .fs-c-slick .slick-prev, .fs-c-slick .slick-next {
    height: 55px;
    transform: translate(0, -50%);
    width: 25px;
  }

  .fs-c-slick .slick-prev {
    left: 5px;
  }

  .fs-c-slick .slick-next {
    right: 5px;
  }
}

/* ------------------------------------------
  共通
------------------------------------------ */
.top_sec_wrapper {
  display: flex;
}

.top_sec_title_wrapper {
  display: flex;
  flex-direction: column;
  font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  justify-content: flex-end;
  padding-top: 80px;
  width: 160px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.top_sec_title {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: .08em;
}

.top_sec_title::after {
  background-color: #707070;
  content: '';
  display: inline-block;
  height: 70px;
  margin-top: 15px;
  width: 1px;
}

.top_sec_title_en {
  color: #c30013;
  display: block;
  font-size: 1.3rem;
  letter-spacing: .12em;
  margin-right: 25px;
}

@media screen and (max-width: 767px) {
  .top_sec_wrapper {
    flex-direction: column;
  }

  .top_sec_title_wrapper {
    width: 100%;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }

  .top_sec_title::after {
    display: none;
  }

  .top_sec_title {
    align-items: center;
    display: flex;
    letter-spacing: .12em;
  }

  .top_sec_title_line {
    background-color: #707070;
    display: inline-block;
    height: 1px;
    margin-left: 15px;
    width: 70px;
  }

  .top_sec_title_en {
    margin-top: 13px;
  }
}

/* ------------------------------------------
  top_bnr
------------------------------------------ */
.top_bnr {
  margin-top: 70px;
}

.top_bnr_container .swiper-button-prev, .top_bnr_container .swiper-button-next {
  display: none;
}

.top_bnr_container .swiper-button-prev:after, .top_bnr_container .swiper-button-next:after {
  content: none;
}

.top_bnr_list {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.top_bnr_list_item {
  width: calc((100% - 70px) / 3);
}

.top_bnr_list_item_link {
  display: block;
  width: 100%;
}

.top_bnr_list_item_img1 {
  border: 1px solid #b94e6d;
}

.top_bnr_list_item_img2 {
  border: 1px solid #cb5337;
}

.top_bnr_list_item_img3 {
  border: 1px solid #707070;
}

.top_bnr_list_item_title {
  color: #333;
  font-size: 1.4rem;
  margin-top: 17px;
}

.top_bnr_container .swiper-button-prev, .top_bnr .swiper-button-next {
  display: none;
}

@media screen and (max-width: 767px) {
  .top_bnr {
    margin-top: 30px;
  }

  .top_bnr_list_item {
    width: 100%;
  }

  .top_bnr_list_item_title {
    margin-top: 12px;
  }

  .top_bnr_container {
    position: relative;
  }

  .top_bnr_container .swiper-button-prev, .top_bnr_container .swiper-button-next {
    display: block;
    height: 20px;
    width: 20px;
  }

  /* 前への矢印カスタマイズ */
  .top_bnr_container .swiper-button-prev {
    background-image: url(../img/top/top_bnr_prev.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
  }
  /* 次への矢印カスタマイズ */
  .top_bnr_container .swiper-button-next {
    background-image: url(../img/top/top_bnr_next.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
  }

  .top_bnr_container .swiper-button-next {
    margin: 0;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .top_bnr_container .swiper-button-prev {
    left: -10px;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
/* ------------------------------------------
  top_ranking
------------------------------------------ */
.top_ranking {
  background-color: #c43846;
  color: #fff;
  margin-top: 60px;
}

.top_ranking_title {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: .08em;
}

.top_ranking_title::after {
  background-color: #fff;
}

.top_ranking_title_en {
  color: #fff;
}

.top_ranking_slider {
  width: calc(100% - 160px);
}

.top_ranking_list {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding: 125px 0 80px;
}

.top_ranking_list2 {
  display: none;
}

.top_ranking_list_item {
  height: auto;
  margin-left: 25px;
  position: relative;
  width: calc((100% - 75px) / 4);
}

.top_ranking_list_item:first-child, .top_ranking_list_item:nth-child(5n) {
  margin-left: 0;
}

.top_ranking_list_item:nth-child(n+5) {
  margin-top: 40px;
}

.top_ranking_list_item_link {
  display: block;
  width: 100%;
}

.top_ranking .top_ranking_list_item::before {
  background-color: #72869e;
  color: #fff;
  display: block;
  font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 2rem;
  height: 40px;
  letter-spacing: .12em;
  padding: 11px 0 10px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px;
}

.top_ranking .top_ranking_list_item:nth-child(1)::before {
  background-color: #ebaa0e;
  content: '1';
}

.top_ranking .top_ranking_list_item:nth-child(2)::before {
  background-color: #989191;
  content: '2';
}

.top_ranking .top_ranking_list_item:nth-child(3)::before {
  background-color: #b47631;
  content: '3';
}

.top_ranking .top_ranking_list_item:nth-child(4)::before {
  content: '4';
}

.top_ranking .top_ranking_list_item:nth-child(5)::before {
  content: '5';
}

.top_ranking .top_ranking_list_item:nth-child(6)::before {
  content: '6';
}

.top_ranking .top_ranking_list_item:nth-child(7)::before {
  content: '7';
}

.top_ranking .top_ranking_list_item:nth-child(8)::before {
  content: '8';
}

.top_ranking .top_ranking_list_item.number1::before {
  background-color: #ebaa0e;
  content: '1';
}

.top_ranking .top_ranking_list_item.number2::before {
  background-color: #989191;
  content: '2';
}

.top_ranking .top_ranking_list_item.number3::before {
  background-color: #b47631;
  content: '3';
}

.top_ranking .top_ranking_list_item.number4::before {
  content: '4';
}

.top_ranking .top_ranking_list_item.number5::before {
  content: '5';
}

.top_ranking .top_ranking_list_item.number6::before {
  content: '6';
}

.top_ranking .top_ranking_list_item.number7::before {
  content: '7';
}

.top_ranking .top_ranking_list_item.number8::before {
  content: '8';
}

.top_ranking_item_text_wrapper {
  margin-top: 23px;
}

.top_ranking_item_text_title {
  font-size: 1.6rem;
  letter-spacing: .01em;
  line-height: 1.4;
}

.top_ranking_item_text_price {
  font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 1.8rem;
  letter-spacing: .08em;
  margin-top: 10px;
}

.top_ranking_item_text_price_tax {
  font-size: 1.4rem;
}


.top_recommend_item_text_price {
  color: #c30013;
  font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 1.8rem;
  letter-spacing: .08em;
  margin-top: 10px;
}

.top_recommend_item_text_price_tax {
  color: #454545;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .top_ranking {
    margin-top: 30px;
  }

  .top_ranking_title {
    letter-spacing: .12em;
  }

  .top_ranking_title_line {
    background-color: #fff;
  }

  .top_ranking_slider {
    padding-bottom: 45px;
    width: 100%;
  }

  .top_ranking_list {
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 40px 0 45px;
    transition-timing-function: linear;
    width: 100%;
  }

  .top_ranking_list_item {
    margin-left: 0;
    width: 150px;
  }

  .top_ranking_slider .swiper-pagination {
    bottom: 45px;
  }

  .top_ranking_slider .swiper-pagination-bullet {
    background: #fff;
    border-radius: 0;
    height: 3px;
    margin: 0 5px;
    opacity: 1;
    width: 40px;
  }

  .top_ranking_slider .swiper-pagination-bullet-active {
    background: #000;
    opacity: 1;
  }

  .top_ranking_list_item:first-child, .top_ranking_list_item:nth-child(5n) {
    margin-left: 0;
  }

  .top_ranking_list_item:nth-child(n+5) {
    margin-top: 0;
  }

  .top_ranking_item_img_label {
    font-size: 1.3rem;
    height: 28px;
    padding: 8px 0 6px;
    width: 28px;
  }

  .top_ranking_item_text_wrapper {
    margin-top: 17px;
  }

  .top_ranking_item_text_title {
    font-size: 1.3rem;
  }

  .top_ranking_item_text_price {
    font-size: 1.5rem;
  }

  .top_ranking_item_text_price_tax {
    font-size: 1.1rem;
  }
}

/* ------------------------------------------
  top_recommend
------------------------------------------ */
.top_recommend .top_ranking_list {
  width: calc(100% - 160px);
}

@media screen and (max-width: 767px) {
  .top_recommend .top_ranking_list {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 40px 0 0;
    width: 100%;
  }

  .top_recommend .top_ranking_list_item {
    margin-left: 20px;
    width: calc((100% - 20px) / 2);
  }

  .top_recommend .top_ranking_list_item:nth-child(3n) {
    margin-left: 20px;
  }

  .top_recommend .top_ranking_list_item:nth-child(odd) {
    margin-left: 0;
  }

  .top_recommend .top_ranking_list_item:nth-child(n+3) {
    margin-top: 30px;
  }
}


/* ------------------------------------------
  top_topics
------------------------------------------ */
.top_topics {
  background-color: #f9f9f9;
  margin-top: 100px;
}

.top_topics .container {
  padding-bottom: 85px;
}

.top_topics .top_sec_title_wrapper {
  width: 330px;
}

.top_topics_title, .top_topics_title_en {
  /* margin-top: -125px; */
}

.top_topics_list {
  padding: 65px 0 45px;
  width: calc(100% - 330px);
}

.top_topics_list_item {
  border-bottom: 1px solid #c3c3c3;
}

.top_topics_list_item_link {
  display: flex;
  font-size: 1.4rem;
  padding: 25px 0;
  width: 100%;
}

.top_topics_list_item_date {
  color: #989898;
  font-family: 'Noto Sans JP', sans-serif;
}

.top_topics_list_item_title {
  margin-left: 30px;
}

.top_topics_link_more {
  border: 1px solid #989898;
  display: block;
  font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 1.6rem;
  letter-spacing: .05em;
  margin: 0 auto;
  padding: 17px 0;
  text-align: center;
  width: 350px;
}

.top_topics_link_more_inner {
  background-image: url(../img/top/top_topics_link_more.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 5px 9px;
  display: inline-block;
  padding-right: 17px;
}

@media screen and (max-width: 767px) {
  .top_topics {
    margin-top: 80px;
  }

  .top_topics .top_sec_title_wrapper {
    width: 100%;
  }

  .top_topics_title {
    margin-top: 0;
  }

  .top_topics_title_en {
    margin-top: 13px;
  }

  .top_topics_list {
    padding: 20px 0 30px;
    width: 100%;
  }

  .top_topics_list_item_link {
    flex-direction: column;
    padding: 20px 0 25px;
    width: 100%;
  }

  .top_topics_list_item_date {
    color: #989898;
    font-family: 'Noto Sans JP', sans-serif;
  }

  .top_topics_list_item_title {
    margin-left: 0;
    margin-top: 10px;
  }

  .top_topics_link_more {
    font-size: 1.4rem;
    padding: 13px 0;
    width: 290px;
  }

  .top_topics_link_more_inner {
    background-image: url(../img/top/top_topics_link_more.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 5px 9px;
    display: inline-block;
    padding-right: 10px;
  }
}

/* ------------------------------------------
  top_category
------------------------------------------ */
.top_category_list_wrapper {
  padding: 160px 0 30px;
  width: calc(100% - 160px);
}

.top_category_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.top_category_list_item {
  height: 200px;
  margin-right: 30px;
  margin-top: 30px;
  width: 450px;
}

.top_category_list_item:nth-child(2n) {
  margin-right: 0;
}

.top_category_list_item:first-child, .top_category_list_item:nth-child(2) {
  margin-top: 0;
}

.top_category_list_item_link {
  border: 1px solid #989898;
  display: block;
  font-size: 1.3rem;
  height: 100%;
  letter-spacing: .08em;
  text-align: center;
  width: 100%;
}

.top_category_list_item_link_content {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

.top_category_list_item_img_item_link_text_wrapper {
  align-items: center;
  background-image: url(../img/top/top_category_back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 120px 120px;
  display: flex;
  min-height: 120px;
  padding: 40px 0;
  width: 45%;
}

.top_category_list_item_img_item_link_text {
  font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 1.7rem;
  letter-spacing: .08em;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 145px;
}

.top_category_list_item_img_item_link_img_wrapper {
  width: 45%;
}

.top_category_list_item_img_item_link_img {
  margin: 0 auto;
  max-height: 170px;
  max-width: 160px;
}

.top_category_list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 30px;
  margin-left: 30px;
}

.top_category_list2_item {
  height: 250px;
  margin-right: 30px;
  width: 210px;
}

.top_category_list2_item:nth-child(4n) {
  margin-right: 0;
}

.top_category_list2_item:nth-child(n+5) {
  margin-top: 30px;
}

.top_category_list2_item_link {
  border: 1px solid #989898;
  display: block;
  font-size: 1.3rem;
  height: 100%;
  letter-spacing: .08em;
  text-align: center;
  width: 100%;
}

.top_category_list2_item_link_content {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  padding: 15px;
}

.top_category_list2_item_img_item_link_text_wrapper {
  align-items: center;
  background-image: url(../img/top/top_category_back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70px 70px;
  display: flex;
  min-height: 70px;
  padding: 0;
  width: 100%;
}

.top_category_list2_item_img_item_link_text {
  font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 1.7rem;
  letter-spacing: .08em;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 145px;
}

.top_category_list2_item_img_item_link_img_wrapper {
  margin-top: 10px;
  width: 100%;
}

.top_category_list2_item_img_item_link_img {
  margin: 0 auto;
  max-height: 145px;
  max-width: 115px;
}

@media screen and (max-width: 767px) {
  .top_category_list_wrapper {
    padding: 50px 0 20px;
    width: 100%;
  }

  .top_category_list {
    flex-direction: column;
    justify-content: center;
  }

  .top_category_list_item {
    height: 120px;
    margin-right: 0;
    margin-top: 15px;
    width: 100%;
  }

  .top_category_list_item:first-child {
    margin-top: 0;
  }

  .top_category_list_item:nth-child(2) {
    margin-top: 15px;
  }

  .top_category_list_item_img_item_link_text_wrapper {
    background-size: 95px 95px;
    min-height: 95px;
    padding: 13px 0;
    width: 40%;
  }

  .top_category_list_item_img_item_link_text {
    font-size: 1.5rem;
    max-width: 130px;
  }

  .top_category_list_item_img_item_link_img_wrapper {
    width: 40%;
  }

  .top_category_list_item_img_item_link_img {
    max-height: 105px;
    max-width: 120px;
  }

  .top_category_list2 {
    justify-content: flex-start;
    margin-top: 15px;
  }

  .top_category_list2_item {
    height: 150px;
    margin-right: 15px;
    width: calc((100% - 15px) / 2);
  }

  .top_category_list2_item:nth-child(2n) {
    margin-right: 0;
  }

  .top_category_list2_item:nth-child(n+3) {
    margin-top: 15px;
  }

  .top_category_list2_item_link_content {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    padding: 10px;
  }

  .top_category_list2_item_img_item_link_text_wrapper {
    background-size: 55px 55px;
    min-height: 55px;
    width: 100%;
  }

  .top_category_list2_item_img_item_link_text {
    font-size: 1.5rem;
    line-height: 1.1;
    max-width: 115px;
  }

  .top_category_list2_item_img_item_link_img_wrapper {
    margin-top: -10px;
    width: 100%;
  }

  .top_category_list2_item_img_item_link_img {
    max-height: 85px;
    max-width: 80px;
  }
}

/* ------------------------------------------
  top_column
------------------------------------------ */
.top_column_item_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 160px;
  width: calc(100% - 160px);
}

.top_column_item {
  margin-right: 30px;
  width: calc((100% - 90px) / 4);
}

.top_column_item:nth-child(n+5) {
  margin-top: 30px;
}

.top_column_item:nth-child(4n) {
  margin-right: 0;
}

.top_column_item_link {
  display: block;
}

.top_column_item_text_wrapper {
  margin-top: 20px;
}

.top_column_item_date {
  color: #c3c3c3;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: .01em;
}

.top_column_item_text {
  color: #454545;
  font-size: 1.4rem;
  letter-spacing: .01em;
  line-height: 1.5;
  margin-top: 10px;
}

.top_column_link_more_box {
  margin-top: 60px;
}

.top_column_link_more {
  border: 1px solid #989898;
  display: block;
  font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 1.6rem;
  letter-spacing: .05em;
  margin: 0 auto;
  padding: 17px 0;
  text-align: center;
  width: 350px;
}

.top_column_link_more_inner {
  background-image: url(../img/top/top_column_link_more.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 5px 9px;
  display: inline-block;
  padding-right: 17px;
}

@media screen and (max-width: 767px) {
  .top_column_item_wrapper {
    flex-direction: column;
    margin-top: 40px;
    width: 100%;
  }

  .top_column_item {
    margin-right: 0;
    margin-top: 30px;
    width: 100%;
  }

  .top_column_item:nth-child(n+5) {
    margin-top: 0;
  }


  .top_column_item_link {
    display: flex;
  }

  .top_column_item_img_wrapper {
    width: 120px;
  }

  .top_column_item_text_wrapper {
    margin-left: 15px;
    margin-top: 0;
    width: calc(100% - 120px);
  }

  .top_column_item_date {
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: 0;
  }

  .top_column_item_text {
    font-size: 1.3rem;
    margin-top: 7px;
  }

  .top_column_link_more_box {
    margin-top: 45px;
  }

  .top_column_link_more {
    font-size: 1.4rem;
    padding: 13px 0;
    width: 290px;
  }

  .top_column_link_more_inner {
    background-image: url(../img/top/top_column_link_more.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 5px 9px;
    display: inline-block;
    padding-right: 10px;
  }
}

/* ------------------------------------------
  top_others
------------------------------------------ */
.top_others {
  margin-top: 80px;
}

.top_others_list {
  align-items: center;
  border-top: 1px solid #c3c3c3;
  display: flex;
  padding: 80px 35px;
}

.top_others_list_item {
  background-color: #f9f9f9;
  height: 180px;
  margin-right: 30px;
  width: calc((100% - 90px) / 4);
}

.top_others_list_item:last-child {
  margin-right: 0;
}

.top_others_list_item_link {
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}

.top_others_list_item_link:hover {
  color: inherit;
  text-decoration: none;
}

.top_others_list_item_link::after {
  border-right: 20px solid #3f3f3f;
  border-top: 20px solid transparent;
  bottom: 0;
  content: '';
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
}

.top_others_list_item_link1 {
  background-image: url(../img/top/top_others_list_item_img_box_icon1.png);
  background-position: center top 35px;
  background-size: 80px 62px;
}

.top_others_list_item_link2 {
  background-image: url(../img/top/top_others_list_item_img_box_icon2.png);
  background-position: center top 35px;
  background-size: 69px 69px;
}

.top_others_list_item_link3 {
  background-image: url(../img/top/top_others_list_item_img_box_icon3.png);
  background-position: center top 47px;
  background-size: 57px 43px;
}

.top_others_list_item_link4 {
  background-image: url(../img/top/top_others_list_item_img_box_icon4.png);
  background-position: center top 40px;
  background-size: 63px 59px;
}

.top_others_list_item_link5 {
  background-image: url(../img/top/top_others_list_item_img_box_icon5.png);
  background-position: center top 41px;
  background-size: 80px 58px;
}

.top_others_list_item_text {
  font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .05em;
  padding-top: 125px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_others_list {
    flex-wrap: wrap;
    padding: 50px 0 0;
  }

  .top_others_list_item {
    height: 130px;
    margin-right: 15px;
    width: calc((100% - 15px) / 2);
  }

  .top_others_list_item:nth-child(2n) {
    margin-right: 0;
  }

  .top_others_list_item:nth-child(n+3) {
    margin-top: 15px;
  }

  .top_others_list_item_link1 {
    background-position: center top 25px;
    background-size: 57px 44px;
  }

  .top_others_list_item_link2 {
    background-image: url(../img/top/top_others_list_item_img_box_icon2.png);
    background-position: center top 25px;
    background-size: 50px 50px;
  }

  .top_others_list_item_link3 {
    background-image: url(../img/top/top_others_list_item_img_box_icon3.png);
    background-position: center top 33px;
    background-size: 41px 31px;
  }

  .top_others_list_item_link4 {
    background-image: url(../img/top/top_others_list_item_img_box_icon4.png);
    background-position: center top 28px;
    background-size: 45px 42px;
  }

  .top_others_list_item_link5 {
    background-image: url(../img/top/top_others_list_item_img_box_icon5.png);
    background-position: center top 29px;
    background-size: 57px 41px;
  }

  .top_others_list_item_text {
    font-size: 1.2rem;
    padding-top: 87px;
  }
}

/* ------------------------------------------
  top_contact
------------------------------------------ */
.top_contact {
  background-image: url(../img/top/top_contact_back.jpg?d=20230105);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  margin-top: 80px;
  padding: 90px 0;
}

.top_contact_title_wrapper {
  font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  text-align: center;
}

.top_contact_title {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: .08em;
}

.top_contact_title_en {
  display: block;
  font-size: 1.5rem;
  letter-spacing: .12em;
  margin-top: 20px;
}

.top_contact_content_wrapper {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  padding: 50px 50px 0;
}

.top_contact_content_link {
  border: 1px solid #fff;
  display: block;
  padding: 22px 0 12px;
  text-align: center;
  width: 465px;
}

.top_contact_content_link:hover {
  text-decoration: none;
}

.top_contact_content_link_text {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: .04em;
}

.top_contact_content_link_tel {
  margin-top: 18px;
}

.top_contact_content_link_tel_inner {
  background-image: url(../img/top/top_contact_content_link_tel.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 33px 33px;
  font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: .08em;
  padding-left: 42px;
}

.top_contact_content_text {
  font-size: 1.4rem;
  letter-spacing: .01em;
  line-height: 2.1;
  width: calc(100% - 500px);
}

@media screen and (max-width: 767px) {
  .top_contact {
    background-image: url(../img/top/top_contact_back_sp.jpg?d=20230105);
    padding: 75px 0 50px;
  }

  .top_contact_title_wrapper {
  }

  .top_contact_title {
    font-size: 2.7rem;
  }

  .top_contact_content_wrapper {
    align-items: center;
    flex-direction: column-reverse;
    padding: 0;
  }

  .top_contact_content_link {
    margin-top: 45px;
    width: 315px;
  }

  .top_contact_content_link_text {
    font-weight: normal;
  }

  .top_contact_content_link_tel {
    margin-top: 18px;
  }

  .top_contact_content_link_tel_inner {
    background-size: 25px 25px;
    font-size: 3.4rem;
    padding-left: 30px;
  }

  .top_contact_content_text {
    font-size: 1.3rem;
    letter-spacing: .01em;
    line-height: 1.9;
    margin-top: 40px;
    width: 100%;
  }
}

/* ------------------------------------------
  okazumiso_lp
------------------------------------------ */
.okaz_lp_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 15px 0;
}

.okaz_lp_item_image {
  margin-top: 30px;
  width: calc(30% - 20px);
}

.okaz_lp_colum {
  margin-left:20px;
  width: calc(70% - 20px);
}
