@charset "UTF-8";
/* CSS Document */
body {
  min-width: 1200px;
}
/* ---------------------------------------------------------
#main
----------------------------------------------------------*/
#main {
  background: url(../img/main.jpg) no-repeat;
  width: 100%;
  height: 250px;
  background-size: cover;
}
#main h1 {
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
  padding-top: 83px;
  margin-bottom: 41px;
}
#main p {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}
/* ---------------------------------------------------------
.sec
----------------------------------------------------------*/
.sec {
  display: flex;
  width: 1200px;
  margin: 0 auto;
}
.sec .box {
  background: #f6f6f6;
  width: 400px;
  height: 450px;
}
.sec .box h3 {
  font-size: 30px;
  font-weight: bold;
  color: #e6132d;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 119px 0 0;
}
.sec .box h3::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background: #e6132d;
  margin: 20px auto 41px;
}
.sec .block {
	text-align: center;
}
.sec ul {
	display: inline-block;
	text-align: left;
}
.sec li {
  list-style: none;
  margin-bottom: 30px;
}
.sec li a {
  font-size: 20px;
  color: #e6132d;
  letter-spacing: 0.05em;
}
.sec li:last-of-type {
  margin: 0;
}
.sec li a::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 14px;
  background: url(../img/icon_arrow.png) no-repeat top center;
  background-size: contain;
  margin-right: 8px;
}
/* ---------------------------------------------------------
#cate1
----------------------------------------------------------*/
#cate1 {
  padding: 101px 0 0;
}
/* ---------------------------------------------------------
#cate2
----------------------------------------------------------*/
#cate2 {
  flex-direction: row-reverse;
}
#cate2,
#cate3 {
  padding: 60px 0 0;
}
/* ---------------------------------------------------------
#cate3
----------------------------------------------------------*/
#cate3 .box h3 {
  padding: 144px 0 0;
}
/* ---------------------------------------------------------
#link-box
----------------------------------------------------------*/
#link-box {
  width: 980px;
  padding: 100px 0;
  margin: 0 auto;
}
#link-box .wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1099px;
  margin: 0 auto;
}
#link-box .btn1,
#link-box .btn2,
#link-box .btn3 {
  width: 33.33%;
}
#link-box .wrapper a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 162px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .04em;
  background-color: #e6132d;
  color: #e6132d;
  border: 3px solid #e6132d;
  border-right: none;
  z-index: 2;
}
#link-box .wrapper .btn3 a {
  border-right: 3px solid #e6132d;
}
#link-box .icon-blank {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../../common/img/icon_blank.svg) no-repeat;
  background-size: 18px auto;
  margin-left: 10px;
}
#link-box a:hover .icon-blank {
  background-image: url(../../common/img/icon_blank_white.svg);
}
#link-box .wrapper a:hover,
#link-box .btn-top a:hover {
  color: #fff;
  text-decoration: none;
}
#link-box .btn-top a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 72px;
  background-color: #e6132d;
  color: #e6132d;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .05em;
  border: 3px solid #e6132d;
  border-radius: 5px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}
/* ---------------------------------------------------------
#recommend
----------------------------------------------------------*/
#recommend {
  padding-bottom: 40px;
}
#recommend .wrapper {
  flex-wrap: wrap;
}
#recommend .wrapper a {
  margin-bottom: 40px;
}

@media screen and (max-width:750px) {
  body {
  min-width: 100%;
  }
  /* ---------------------------------------------------------
  #main
  ----------------------------------------------------------*/
  #main {
    background: url(../img/main_sp.jpg) no-repeat;
    height: 36.6vw;
    background-size: cover;
  }
  #main h1 {
    font-size: 23px;
    font-weight: bold;
    padding-top: 40px;
    margin-bottom: 15px;
  }
  #main p {
    font-size: 13px;
    line-height: 1.7;
  }
  /* ---------------------------------------------------------
  .sec
  ----------------------------------------------------------*/
  .sec {
  display: block;
  width: 100%;
  }
  .sec .box {
    background: #fff;
    width: 100%;
    height: auto;
  }
  .sec .pic img {
    width: 100%;
    height: auto;
  }
  .sec .box h3 {
    font-size: 20px;
    padding: 30px 0 0;
  }
  .sec .box h3::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #e6132d;
    margin: 15px auto 31px;
  }
  .sec ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 92vw;
    margin: 0 auto;
  }
  .sec li {
    width: 43.3vw;
    text-align: left;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .sec li a {
    font-size: 15px;
  }
  .sec li a::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 11px;
    background: url(../img/icon_arrow.png) no-repeat top center;
    background-size: contain;
    margin-right: 1.6vw;
  }
  /* ---------------------------------------------------------
  #cate1
  ----------------------------------------------------------*/
  #cate1 {
    padding: 50px 0 0;
  }
  /* ---------------------------------------------------------
  #cate3
  ----------------------------------------------------------*/
  #cate3 .box h3 {
    padding: 30px 0 0;
  }
  #cate3 li:first-of-type {
    margin-bottom: 0;
  }
 /* ---------------------------------------------------------
  #link-box
  ----------------------------------------------------------*/
  #link-box {
    width: 92vw;
    padding: 60px 0;
  }
  #link-box .wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1099px;
    margin: 0 auto 0;
  }
  #link-box .btn1,
  #link-box .btn2 {
    width: 50%;
  }
  #link-box .btn3 {
    width: 100%;
  }
  #link-box .wrapper a {
    height: 110px;
    font-size: 15px;
  }
  #link-box .wrapper .btn1 a,
  #link-box .wrapper .btn2 a {
    border-bottom: none;
    box-sizing: border-box;
  }
  #link-box .wrapper .btn2 a {
    border-right: 3px solid #e6132d;
  }
  #link-box .wrapper .btn3 a {
    box-sizing: border-box;
  }
  #link-box .wrapper .icon-blank {
    width: 13px;
    height: 13px;
    background: url(../../common/img/icon_blank.svg) no-repeat;
    background-size: 13px auto;
    margin-left: 7px;
  }
  #link-box .btn-top a {
    width: 64.1vw;
    height: 58px;
    font-size: 15px;
  }
  
  /* ---------------------------------------------------------
  #recommend
  ----------------------------------------------------------*/
  #recommend {
    padding: 0 4vw 5vw;
  }
  #recommend .wrapper .block {
    margin-bottom: 8vw;
  }
}

@media screen and (max-width:320px) {
  #main h1 {
    padding-top: 35px;
    margin-bottom: 10px;
  }
  
}