@charset "UTF-8";
/*=============================================*/
/*Font import */
/*=============================================*/
@import url(https://fonts.googleapis.com/css?family=Oswald:400;700&display=swap);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap);
/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

button, input, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
  display: none;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

* {
  box-sizing: border-box;
}

/*=============================================*/
/*Common Base*/
/*=============================================*/
html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  margin: auto;
  width: auto;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  color: #111;
  font-size: 14px;
  font-size: 1.4rem;
}

a, b, dd, dt, li, p, span, td, th {
  font-size: 1em;
  line-height: 1.2;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}
.center {
  margin: auto;
  text-align: center;
  line-height: 180%;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.txt_base {
  font-size: 1.4rem;
}
.txt_base p {
  line-height: 2;
  font-size: 1em;
}
.txt_base p:not(:last-child) {
  margin-bottom: 1.5em;
}
.txt_base.fs12 {
  font-size: 1.2rem;
}
.txt_base.fs17 {
  font-size: 1.7rem;
}

.bold p {
  font-weight: 700;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

/*=============================================*/
/*  layout  Base                        */
/*=============================================*/
.main_width {
  width: calc(100% - 30px);
  max-width: 1200px;
  margin: auto;
}
.main_width.size900 {
  max-width: 900px;
}
.main_width.size960 {
  max-width: 960px;
}
.main_width.size860 {
  max-width: 860px;
}

section {
  padding: 30px 0;
}

/*=============================================*/
/*  layout                               */
/*=============================================*/
/********************************************/
/*header */
/********************************************/
/********************************************/
/* Mega Menu */
/********************************************/
/********************************************/
/*  Sp-menu*/
/********************************************/
/********************************************/
/* Drop Down Menu カスタマイズ */
/********************************************/
.header-wrapper-mid-gnavi-bot .header-wrapper-mid-gnavi-bot-menu-item.ver_product_nav {
  height: auto !important;
  width: 960px;
}
.header-wrapper-mid-gnavi-bot .header-wrapper-mid-gnavi-bot-menu-item.ver_product_nav ul li:nth-child(3),
.header-wrapper-mid-gnavi-bot .header-wrapper-mid-gnavi-bot-menu-item.ver_product_nav ul li:nth-child(2),
.header-wrapper-mid-gnavi-bot .header-wrapper-mid-gnavi-bot-menu-item.ver_product_nav ul li:nth-child(1) {
  background: none;
  width: 32%;
  height: auto;
}
.header-wrapper-mid-gnavi-bot .header-wrapper-mid-gnavi-bot-menu-item.ver_product_nav ul li:nth-child(3) a,
.header-wrapper-mid-gnavi-bot .header-wrapper-mid-gnavi-bot-menu-item.ver_product_nav ul li:nth-child(2) a,
.header-wrapper-mid-gnavi-bot .header-wrapper-mid-gnavi-bot-menu-item.ver_product_nav ul li:nth-child(1) a {
  position: relative;
  width: auto;
  bottom: auto !important;
}
.header-wrapper-mid-gnavi-bot .header-wrapper-mid-gnavi-bot-menu-item.ver_product_nav ul {
  flex-wrap: wrap;
  padding: 30px 40px 15px;
}
.header-wrapper-mid-gnavi-bot .header-wrapper-mid-gnavi-bot-menu-item.ver_product_nav ul li {
  width: 32%;
  margin-right: 2%;
}
.header-wrapper-mid-gnavi-bot .header-wrapper-mid-gnavi-bot-menu-item.ver_product_nav ul li:nth-child(3n) {
  margin-right: 0;
}

.header-wrapper-mid-gnavi-bot .header-wrapper-mid-gnavi-bot-menu-item.ver_product_nav ul li {
  height: auto !important;
  margin-bottom: 15px;
}
.header-wrapper-mid-gnavi-bot .header-wrapper-mid-gnavi-bot-menu-item.ver_product_nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 15px;
  border: 2px solid #111;
  background-color: #fff;
}
.header-wrapper-mid-gnavi-bot .header-wrapper-mid-gnavi-bot-menu-item.ver_product_nav ul li a img {
  width: 30%;
  margin-right: 3%;
}

.main_top {
  padding-top: 120px;
}

/********************************************/
/* main_slider */
/********************************************/
.main_slider {
  position: relative;
}
.main_slider .swiper {
  overflow: unset;
}
.main_slider .swiper .swiper-slide {
  opacity: 0.49;
}
.main_slider .swiper .swiper-slide-active {
  opacity: 1;
}

.main_slider .swiper-button-prev,
.main_slider .swiper-button-next {
  width: 100px;
  height: 100px;
}
.main_slider .swiper-button-prev:after,
.main_slider .swiper-button-next:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/top/arr-slider-left.svg) no-repeat center/contain;
}
.main_slider .swiper-button-prev {
  left: -120px;
}
.main_slider .swiper-button-next {
  right: -120px;
}
.main_slider .swiper-button-next:after {
  transform: scale(-1, 1);
}

.contents_wrapper {
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  padding-top: 70px;
}
.contents_wrapper .main_block {
  width: 69%;
}
.contents_wrapper .sidebar {
  width: 24.7%;
}

/********************************************/
/* ranking */
/********************************************/
.ranking_block {
  margin-bottom: 54px;
  padding-top: 0;
  padding-bottom: 37px;
  background: #F4F4F4;
}
.ranking_block .ttl {
  position: relative;
  margin-bottom: 64px;
  padding: 0.3em 3em 0.3em 0.8em;
  background: #FD5C5E;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
.ranking_block .ttl:after {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1em;
  content: "Ranking";
  display: block;
  line-height: 1;
  color: #FAE24D;
  font-size: 1em;
  font-weight: 700;
}
.ranking_block .ranking_list {
  display: flex;
  justify-content: space-between;
  padding-left: 37px;
  padding-right: 37px;
}
.ranking_block .ranking_list li {
  position: relative;
  width: 31%;
  padding: 40px 10px 11px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
}
.ranking_block .ranking_list li .img {
  width: auto;
  max-width: 100px;
  margin: 0 auto 10px;
}
.ranking_block .ranking_list li .name {
  display: block;
  line-height: 1.36;
  font-size: 1.4rem;
  font-weight: 700;
}
.ranking_block .ranking_list li:before {
  position: absolute;
  top: -50px;
  left: 50%;
  content: "";
  width: 35%;
  max-width: 85px;
  height: 85px;
  transform: translateX(-50%);
}
.ranking_block .ranking_list li:first-child:before {
  background: url(../img/top/ico-no01.svg) no-repeat center/contain;
}
.ranking_block .ranking_list li:nth-child(2):before {
  background: url(../img/top/ico-no02.svg) no-repeat center/contain;
}
.ranking_block .ranking_list li:nth-child(3):before {
  background: url(../img/top/ico-no03.svg) no-repeat center/contain;
}

.bnr_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.bnr_list li {
  width: 48.7%;
  margin-bottom: 24px;
}

.main_top .main-wrapper-menu-body-box-03 {
  margin-bottom: 110px;
}

.main-wrapper-info {
  margin-bottom: 80px;
}

.main-wrapper-link-body ul {
  justify-content: flex-start;
}
.main-wrapper-link-body ul li {
  width: auto;
}
.main-wrapper-link-body ul li:not(:last-child) {
  margin-right: 40px;
}

.main-wrapper-link-body ul li img {
  height: 102px;
  width: auto;
  max-width: 100% !important;
}

/********************************************/
/* sidebar */
/********************************************/
.side_bnr_list li {
  border-top: solid 1px #707070;
}
.side_bnr_list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
}
.side_bnr_list li a .img {
  width: 35%;
  max-width: 85px;
}
.side_bnr_list li a .name {
  width: 61%;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: 700;
}
.side_bnr_list li:first-child a .img, .side_bnr_list li:nth-child(2) a .img {
  max-width: 103px;
}
.side_bnr_list li:last-child {
  border-bottom: solid 1px #707070;
}

/*=============================================*/
/*media query    Tablet */
/*=============================================*/
/*=============================================*/
/*media query    Tablet ipad 5.7inch */
/*=============================================*/
@media screen and (max-width: 768px) {
  /*=============================================*/
  /*  layout  Base                        */
  /*=============================================*/
  section {
    padding: 60px 0;
  }
  /********************************************/
  /* body fixed*/
  /********************************************/
  body {
    width: 100%;
  }
  body.fixed {
    position: fixed;
    width: 100%;
  }
  /********************************************/
  /* main_slider */
  /********************************************/
  .main_slider .swiper-button-prev,
  .main_slider .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .main_slider .swiper-button-prev {
    left: -15px;
  }
  .main_slider .swiper-button-next {
    right: -15px;
  }
  .contents_wrapper {
    flex-flow: column;
    padding-top: 70px;
  }
  .contents_wrapper .main_block {
    width: 100%;
  }
  .contents_wrapper .sidebar {
    width: 100%;
    margin-bottom: 60px;
  }
  .ranking_block {
    padding-bottom: 20px;
  }
  .ranking_block .ranking_list {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ranking_block .ranking_list li {
    width: 32%;
    padding: 20px 10px 11px;
  }
}
/*=============================================*/
/*media query    SmartPhone */
/*=============================================*//*# sourceMappingURL=new_style.css.map */