@charset "UTF-8";




	
	.top_title{
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0 0 0;
  text-align: center;
  position: relative;
  display: block;
  padding: 0 96px;
  color: #042563;
  text-align: center;
}



/*.top_title:before,
.top_title:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 80px;
    height: 5px;
    background-color: #042563;
}

.top_title:before {
    left: 0;
}
.top_title:after {
    right: 0;
}*/
	






main {
  overflow-x: hidden;
}
html {
  visibility: hidden;
}
body{
  font-family:  'Noto Sans JP',"Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", Meiryo, Osaka, "sans-serif" !important;
}
html.wf-active {
  visibility: visible;
}
main p,
main li {
  font-size: 20px;
  line-height: 32px;
  font-family:  'Noto Sans JP',"Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", Meiryo, Osaka, "sans-serif";
}
.bread-crumb li {
  font-size: 14px;
  line-height: 15.4px;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", Meiryo, Osaka, "sans-serif";
}
img {
  vertical-align:top;
}
.ffmTbM {
  font-family: 'toppan-bunkyu-midashi-go-std', sans-serif;
  font-weight: 900;
  font-style: normal;
}
.ffmTb {
  font-family: 'toppan-bunkyu-gothic-pr6n', serif;
  font-weight: 600;
  font-style: normal;
}
.ffmMkt {
  font-family: 'ff-market-web', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.bcWrap,.mv{
  width: 1040px;
  margin: 0 auto;
}

.section_category{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1040px;
  margin: 40px auto;
}
.section_category li{
  width: calc(calc(100% - 128px) / 5);
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.section_category li a{
  border: 2px solid #00236D;
  border-radius: 50px;
  display: block;
  position: relative;
  color: #00236D;
}
.section_category li a:hover,.section_onayami_list li a:hover{
  text-decoration: none;
}
.section_category li a::before {
  position: absolute;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #00236D;
  border-bottom: 2px solid #00236D;
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
  transition-duration: 0.3s;
  z-index: 1;
}
.section_slider{
  width: 1040px;
  margin: 0 auto;
}
.section_onayami{
  margin: 80px 0 0;
  text-align: center;
  padding-bottom: 80px;
}

.section_onayami_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
.section_onayami_list li:nth-child(n + 4){
  margin-top: 24px;
}
.section_onayami_list li a{
  display: block;
  width: 325px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.section_onayami_list li a img{
  margin: 0 16px;
}
.section_onayami_list li a p{
  font-size: 16px;
  color: #03246F;
  line-height: 1.5;
}

.section_onayami_keyword{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section_onayami_keyword li{
  margin: 0 8px 16px;
}
.section_onayami_keyword li a{
  color: #03246F;
}
.section_style_content{
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 100px -10px;
}

.section_ranking{
  text-align: center;
}

.section_style_content_right{
  margin: 30px 0 0 40px;
}
.section_style_content_title{
  font-size: 40px;
  font-weight: bold;
  margin: 80px 0 56px;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 96px;
  color: #042563;
}
.section_style_content_title:before,
.section_style_content_title:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 80px;
    height: 5px;
    background-color: #042563;
}
.section_style_content_title:before {
    left: 0;
}
.section_style_content_title:after {
    right: 0;
}

.bg_01 {
  background: #EBECF0;
}


.section_content {
  width: 1040px;
  margin: 0 auto;
  overflow: hidden;
}
.content_tit{
  font-size: 45px;
  font-weight: bold;
  width: 560px;
  float: right;
  margin: 20px 0 30px;
}
.content_img{
  width: 600px;
  float: left;
}
.content_img img{
  width: 100%;
}
.content_txt{
  width: 560px;
  float: right;
  font-weight: bold;
  padding-left: 8px
}
.content_list{
  width: 560px;
  float: right;
  margin-top: 85px;
}
.content_list li{
  display: flex;
}
.content_list li p{
  width: 190px;
  margin-right: 30px;
  text-align: center;
}
.content_list li:nth-child(n + 2){
  margin-top: 40px;
}
.content_list li dl{
  width: 340px;
}
.content_list li dt{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.content_list li dd{
  font-size: 17px;
  font-weight: bold;
  line-height: 28px;
}
.content_reversible_function{
  clear: both;
  margin-top: -100px;
  padding-bottom: 40px;
  border-bottom: 2px solid;
}

.content_tit_border{
  display: flex;
  align-items: center;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: -0.1rem;
}
.content_tit_border:before,
.content_tit_border:after {
  content: '';
  flex-grow: 1;
  height: 2px;
  background: #1a1a1a;
}
.content_tit_border::before {
  margin-right: 60px;
}
.content_tit_border::after {
  margin-left: 60px;
}
.content_reversible_function_txt{
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
}
.content_reversible_function ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 30px;
}

.content_one-tack{
  clear: both;
  width: 1200px;
  margin: -50px auto 0;
  padding-bottom: 100px;
}
.content_list.content_list_one-tack{
  margin-top: 135px;
}
.content_one-tack ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.content_one-tack ul li{
  width: 290px;
  text-align: center;
}
.content_one-tack ul li .content_img{
  width: 120px;
  float: none;
  margin: 0 auto;
}
.content_one-tack ul li dl{
  width: 290px;
  text-align: center;
}
.content_one-tack ul li dt{
  font-size: 24px;
  font-weight: bold;
  margin: 15px 0;
}
.content_one-tack ul li dd{
  font-size: 17px;
  font-weight: bold;
  line-height: 28px;
}

.lineup_tit{
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: -0.1rem;
  margin-bottom: 50px;
}
.lineup_list{
  display: flex;
  flex-wrap: wrap;
}
.lineup_list li{
  width: 188px;
  margin-right: 24px;
  position: relative;
}
.lineup_list li .rank_img{
  position: absolute;
}
.lineup_list li:last-child{
  margin-right: 0;
}
.lineup_name{
  font-size: 13px;
  line-height: 20px;
  margin: 10px 0 5px;
}
.lineup_price{
  font-size: 20px;
  font-weight: bold;
}
.lineup_price span{
  font-size: 14px;
}
.lineup_link{
  width: 100%;
  height: 50px;
  margin: 10px auto 60px;
}
.lineup_link a{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #1a1a1a;
  line-height: 46px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.lineup_link a::before{
  position: absolute;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #1a1a1a;
  border-bottom: 2px solid #1a1a1a;
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 22px;
  transition-duration: 0.3s;
  z-index: 1;
}
.lineup_link a:hover{
  background: #1a1a1a;
  text-decoration: none;
  opacity: 1;
  color: #fff;
}
.lineup_link a:hover::before{
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.linkBtn{
  width: 480px;
  height: 100px;
  margin: 80px auto;
}
.linkBtn a{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #00236D;
  line-height: 96px;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  background: #00236D;
  color: #fff;
}
.linkBtn a::before{
  position: absolute;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 22px;
  transition-duration: 0.3s;
  z-index: 1;
}
.linkBtn a:hover{
  text-decoration: none;
}
/* .linkBtn a:hover{
  background: #fff;
  text-decoration: none;
  opacity: 1;
  color: #1a1a1a;
}
.linkBtn a:hover::before{
  border-right: 2px solid #1a1a1a;
  border-bottom: 2px solid #1a1a1a;
} */



@media screen and (min-width: 768px) {
	
	

	
	
	
	
	
	
  .spOnly {
    display: none;
  }
  .pcOnly {
    display: block;
  }
}

@media screen and (max-width: 767px) {
	
	
	
	
	
	  .top_title{
    font-size: 20px;
    letter-spacing: -0.1rem;
    margin: 10px 43px 24px;
    line-height: 1.5em;
  }
/*  .top_title:before, .top_title:after{
    width: 60px;
    height: 4px;
  }
	*/
	
	
	
  main p,
  main li {
    font-size: 16px;
    line-height: 26px;
  }
  .spOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
  .bread-crumb li {
    font-size: 10px;
  }
  .mv{
    width: 100%;
    padding: 0 15px;
  }
  .mv img{
    width: 100%;
  }
  .bcWrap,
  .section_intro,
  .section_content,
  .section_style {
    width: 100%;
    padding: 0 15px;
  }
  .section_category{
    width: calc(100% - 30px);
    margin: 16px auto;
  }
  .section_category li{
    width: calc(calc(100% - 16px) / 3);
    line-height: 20px;
    font-size: 10px;
    margin-bottom: 8px;
  }
  .section_category:after {
    content: "";
    display: block;
    width: calc(calc(100% - 16px) / 3);
    height: 0;
  }
  .section_slider{
    width: 100%;
    margin-bottom: 24px;
  }
  .section_onayami{
    margin: 0;
  }
  .section_style_content{
    margin: 0 0 40px 0;
  }
  .section_style_content p img{
    width: 80%;
  }
  .section_style_content_right{
    position: relative;
    margin: 0;
    width: 100%;
  }
  .section_style_content_right img{
    width: 36%;
    position: absolute;
    top: -40%;
    right: 0;
  }
  .section_style_content_title{
    font-size: 24px;
    letter-spacing: -0.1rem;
    margin: 40px auto 24px;
    padding: 0 76px;
  }
  .section_style_content_title:before, .section_style_content_title:after{
    width: 60px;
    height: 4px;
  }
  .section_onayami{
    padding-bottom: 32px;
  }
  .section_onayami_list li {
    width: calc(50% - 8px);
  }
  .section_onayami_list li:nth-child(n + 3){
    margin-top: 8px;
  }
  .section_onayami_list li a{
    width: 100%;
  }
  .section_onayami_list li a img{
    width: 60px;
    margin: 0 8px;
  }
  .section_onayami_list li a p{
    font-size: 11px;
  }
  .section_onayami_keyword li{
    margin: 0 8px 8px;
  }

  .content_tit{
    width: 100%;
    font-size: 28px;
    float: none;
    margin: 40px 0 10px 0;
  }
  .content_img{
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .content_txt{
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .content_list{
    width: 100%;
    float: none;
    margin-top: 40px;
  }
  .content_list li p{
    width: 40%;
    margin-right: 15px;
  }
  .content_list li dl{
    width: calc(60% - 15px);
  }
  .content_list li dt{
    font-size: 18px;
    letter-spacing: -0.05rem;
    margin-bottom: 10px;
  }
  .content_list li dd{
    font-size: 14px;
    line-height: 22px;
  }
  .content_reversible_function{
    margin: 0 0 40px;
    padding-bottom: 30px;
  }
  .content_tit_border{
    font-size: 27px;
  }
  .content_tit_border::before {
    margin-right: 15px;
  }
  .content_tit_border::after {
    margin-left: 15px;
  }
  .content_reversible_function_txt{
    margin: 15px 0;
  }
  .content_reversible_function ul{
    padding: 0;
  }
  .content_reversible_function ul li:first-child{
    margin-bottom: 30px;
  }
  .bg02 .section_content{
    margin-top: 0;
  }
  .content_list.content_list_one-tack{
    margin-top: 40px;
  }
  .content_one-tack{
    width: 100%;
    margin: 0;
    padding: 0 15px 40px;
  }
  .content_one-tack ul li{
    width: 100%;
    display: flex;
  }
  .content_one-tack ul li .content_img{
    width: 40%;
    margin-right: 15px;
    text-align: left;
  }
  .content_one-tack ul li dl{
    width: calc(60% - 15px);
    text-align: left;
  }
  .content_one-tack ul li dt{
    font-size: 18px;
    letter-spacing: -0.05rem;
    margin: 0 0 10px;
  }
  .content_one-tack ul li dd{
    font-size: 14px;
    line-height: 22px;
  }
  .content_one-tack ul li:nth-child(n + 2){
    margin-top: 15px;
  }
  .lineup_tit{
    font-size: 25px;
    margin-bottom: 20px;
  }
  .lineup_list li{
    width: calc(50% - 7.5px);
    margin-right: 15px;
    margin-bottom: 25px;
  }
  .lineup_list li:nth-child(2n){
    margin-right: 0;
  }
  .lineup_name{
    font-size: 11px;
    line-height: 18px;
    margin: 5px 0 2px;
    letter-spacing: -0.05rem;
  }
  .lineup_name span{
    font-size: 10px;
  }
  .lineup_price{
    font-size: 18px;
  }
  .lineup_link{
    margin: 10px auto 0;
  }
  .lineup_link a{
    font-size: 16px;
  }
  .linkBtn{
    width: 280px;
    height: 60px;
    margin: 40px auto;
  }
  .linkBtn a{
    line-height: 56px;
    font-size: 18px;
  }
}
