/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');


body#index #contents-main.all{
  padding: 0 0 70px;
}
body#index .header_wrap{
  height: auto;
}
.ad_foot_desc,
.link_foot_desc,
#main_header .sc_header_top_navi dl,
body.view.sp #main_header .header_wrap .btn_menu,
.footer_main_banner_area,
.footer.shopsearch,
footer .sc_foot_desc,
header .inner.header_wrap,
#main_header .header_wrap{
  display: none;
}

body.pc #main_header::before {
  content: "";
  background: var(--color-base-accent-dark);
  width: 100%;
  height: calc(100% - -10px);
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 1;
}

body.view.sp #main_header {
  height: 30px;
  min-height: 30px;
}

.p_title h2 a{
  text-align: center;
  border-radius: var(--box-radius-xlarge);
  border: 1px solid var(--color-base-line-dark);
  margin: 0 auto;
  padding: 10px 40px 13px;
  position: relative;
}

body.view.sp #main{
    padding-top: 30px;
}
body.view.sp #contents-main h2{
    box-sizing: border-box;
    padding-top: 50px;
}
body.view.sp #contents-main .p_title h2 a{
    padding: 10px 30px 13px;
}
body#index.view.sp #contents-main.all{
    padding-bottom: 30px;
}

/* ヘッダー */
/* body#index #main_header .sc_header_top_navi {
  display: none;
}
body#index #main_header {
  border-top: 4px solid #e4006e;
}
body#index #main_header .header_wrap {
  max-width: var(--inner-Max-Width);
}
body#index #main_header .header_logo {
  width: 440px;
  text-align: center;
  padding: 0;
  margin: 0;
}
body#index #main_header .header_logo span{
  display: block;
    font-weight: bold;
}
body#index #main_header .header_logo img{
  width: 200px;
}
body#index #main_header .header_glo {
  width: calc(100% - 80px);
}
body#index #main_header .glo_menu_list {
  display: flex;
  justify-content: center;
  margin-right: 0;
  align-items: center;
}
body#index #main_header .glo_menu_list .glo_menu_items{
  padding: 0px 50px;
  margin: 0;
  border-right: 1px solid #848484;
  height: 50px;
}
body#index #main_header .glo_menu_list .glo_menu_items:first-child{
  border-left: 1px solid #848484;
}
body#index #main_header .glo_menu_list .glo_menu_inner {
  display: flex;
  align-items: center;
}
body#index #main_header .glo_menu_list .glo_menu_items.echika img{
  height: 26px;
}
body#index #main_header .glo_menu_list .glo_menu_items.esola img{
  height: 35px;
  margin: 0 auto 5px;

}
body#index #main_header .glo_menu_list .glo_menu_items.metoro_m img{
  height: 25px;
}
body#index #main_header .glo_menu_list .glo_menu_inner::before{
  content: none;
} */

/* フッター */
body#index footer .footer_list .footer_sc_navi .brand_logo {
  display: block;
  height: 96px;
  margin-bottom: 8px;
  border-radius: 10px;
  border: 1px solid #d1d3d1;
}
body#index footer .ad_foot_desc {
  background: #222;
  margin: 0 0 50px;
}
body#index footer .ad_foot_desc ul {
  padding: 40px 0;
}
footer .footer_list .sc_navi li a::before {
  border-radius: 50%;
  background: #333;
}

@media (max-width: 768px) {
  body#index footer .footer_list .sclist {
    gap: 10px;
}
  body#index footer .footer_list .footer_sc_navi:not(:last-of-type) {
    margin-right: 0px;
}
body#index footer .ad_foot_desc {
  margin: 0 0 20px;
}
}

body#index #contents-main section h2{
  padding: 0 0 40px;
}
body#index #contents-main section h2 img{
  height: 30px;
}
body#index #contents-main section.esola h2 img {
  height: 40px;
}
body#index #contents-main section.metoroM h2 img {
  height: 34px;
}
body#index #contents-main section{
  border-top: 6px solid #f6f6f6;
  padding: 60px 0;
}
body#index #contents-main section:first-child{
  border-top: none;
}
body#index #contents-main section .f_box_wrap{
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
body#index #contents-main section .f_box{
  width: 450px;
  padding: 10px;
  border-radius: 10px 10px 0 10px;
  box-shadow: 0 0px 5px #ccc;
  position: relative;
}
body#index #contents-main section .f_box::after{
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 0;
  height: 0;
  z-index: 1;
  border-width: 15px;
  border-style: solid;
  border-color: transparent #e4006e #e4006e transparent;
}
body#index #contents-main section.esola .f_box::after{
  border-color: transparent #009bbf #009bbf transparent;
}
body#index #contents-main section.metoroM .f_box::after{
  border-color: transparent #00aa71 #00aa71 transparent;
}

body#index #contents-main section .f_box .f_img img{
  width: 100%;
}
body#index #contents-main section .f_box .dec{
  display: flex;
  margin: 20px 0;
  align-items: center;
  line-height: 30px;
  justify-content: center;
}
body#index #contents-main section .f_box .dec p{
  width: 240px;
  font-size: 24px;
  font-weight: bold;
}
body#index #contents-main section .f_box .dec p.dec_img{
  width: 170px;
  text-align: right;
}
body#index #contents-main section .f_box .dec p span{
  display: block;
  font-size: 20px;
  color: #e4006e;
}
body#index #contents-main section.esola .f_box .dec p span{
  color: #009bbf;
}
body#index #contents-main section.metoroM .f_box .dec p span{
  color: #00aa71;
}

body#index #contents-main section .f_box .dec h3{
  padding: 0;
  color: revert;
  line-height: 30px;
  background: none;
  border-radius: 0;
  width: 240px;
  font-size: 24px;
  font-weight: bold;
}
body#index #contents-main section .f_box .dec h3.dec_img{
  width: 170px;
  text-align: right;
}
body#index #contents-main section .f_box .dec h3 span{
  display: block;
  font-size: 20px;
  color: #e4006e;
}
body#index #contents-main section.esola .f_box .dec h3 span{
  color: #009bbf;
}
body#index #contents-main section.metoroM .f_box .dec h3 span{
  color: #00aa71;
}

body#index #contents-main section .f_box .btn_cover {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999em;
  background: #fff;
  opacity: 0;
  z-index: 3;
}



@media (max-width: 768px) {
body#index #contents-main section {
  padding: 0 0 50px;
}
body#index #contents-main.all {
  padding: 0 0 70px;
}
body#index #contents-main section.fit{
  padding: 30px 0 0;
}
/* body#index #main_header .header_logo {
  width: 100%;
  margin: 10px 0;
  display: block;
}
body#index #main_header .header_wrap {
  max-width: none;
  width: 100%;
  background: #fff;
}
body#index #main_header .header_glo {
  width: 100%;
  display: block;
  height: auto;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  top: 70px;
}
body#index #main_header .glo_menu_list .glo_menu_items {
  width: 32%;
  padding: 0;
  height: auto;
}
body#index #main_header .glo_menu_list .glo_menu_items:last-child{
  border-right:none;
}
body#index #main_header .glo_menu_list{
  flex-wrap: nowrap;
  border-top: 3px solid #f6f6f6;
  justify-content: space-evenly;
  padding: 15px 0;
}
body#index #main_header .glo_menu_list .glo_menu_items.metoro_m img {
  height: auto;
}
body#index #main_header .glo_menu_list .glo_menu_inner {
  padding: 0;
  font-size: 11px;
  line-height: 16px;
  height: 30px;
}
body#index #main_header .glo_menu_list .glo_menu_items.echika img {
  height: auto;
  width: 90px;
  margin: 0 auto;
}
body#index #main_header .glo_menu_list .glo_menu_items.esola img {
  height: auto;
  width: 74px;
  margin: 0 auto 6px;
}
body#index #main_header .glo_menu_list .glo_menu_items.metoro_m img {
  height: auto;
  width: 110px;
  margin: 4px auto 0;
}
body#index #main_header .glo_menu_list .glo_menu_items:first-child {
  border-left: none;
} */
body#index #contents-main section h2{
  padding: 0;
  margin-bottom: 30px;
}
body#index #contents-main section .f_box_wrap{
  gap: 30px;
}

body#index #contents-main section .f_box{
  width: 100%;
}
body#index #contents-main section .f_box .dec p {
  width: calc(100% / 2);
}
body#index #contents-main section .f_box .dec p.dec_img {
  width: 100px;
  text-align: center;
}
body#index #contents-main section .f_box .dec p.dec_img img{
    max-height: 30px;
}
body#index #contents-main section .f_box .dec h3 {
  width: calc(100% - 110px);
  font-size: 5vw;
}
body#index #contents-main section .f_box .dec h3.dec_img {
  width: 140px;
}
body#index #contents-main section .f_box .dec {
  justify-content: space-between;
  margin: 10px 0 5px;
}
body#index footer .ad_foot_desc ul {
  padding: 7px 0 0;
}

}