@charset "utf-8";
@import url("//fonts.googleapis.com/css?family=Shrikhand");


.feature_lp_wrap * {
  box-sizing: border-box;
}
.feature_lp_wrap img {
  vertical-align: top;
}


/* ヘッダー画像上 */
.hdr_clm {
  width: 1120px;
  margin: 0 auto;
  text-align: left;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo,
    メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
.hdr_clm::after {
  clear: both;
  content: "";
  display: block;
}
.hdr_clm_l01 {
  float: left;
  font-weight: bold;
  padding: 58px 0 60px 0;
  margin: 0 20px 0 0;
}
.hdr_clm_l02 {
  float: left;
  line-height: 1.7;
  padding: 44px 0 40px 0;
}
.hdr_clm_r {
  float: right;
  padding: 44px 0 40px 0;
}
.hdr_clm_r a {
  text-decoration: none;
}


/*ヘッダー画像*/
.feature_lp_h1 {
  width: 1120px;
  margin: 0 auto 60px;
}



/*ヘッダー画像下*/
.intro {
  width: 1000px;
  text-align: center;
  line-height: 1.7;
  margin: 0 auto 115px;
}
.intro_description {
  font-size: 16px;
  text-align: left;
  margin: 0 0 53px;
}

.intro_clm {
  padding: 25px 30px 35px;
}

.intro_header {
  margin-bottom: 20px;
}
.intro_header::after {
  content: "";
  display: block;
  clear: both;
}

.intro_header_left {
  float: left;
  font-family: "Shrikhand", cursive;
  font-size: 18px;
}
.intro_header_right {
  float: right;
  font-family: "Shrikhand", cursive;
  font-size: 18px;
}
.intro_clm h3 {
  font-size: 28px;
  font-weight: bold;
  padding: 16px 0 12px;
}
.intro_clm h4 {
  margin: 25px 0 20px;
  font-size: 18px;
  font-weight: bold;
}
.intro_image-caption {
  font-size: 12px !important;
  color: #666 !important;
  margin: 25px 0 0;
}



/* 共通 */
.feature_lp_main {
  width: 1000px;
  text-align: center;
  line-height: 1.7;
  margin: 0 auto 115px;
}
.feature_lp_main * {
  color: #000;
  font-size: 14px;
  box-sizing: border-box;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo,
    メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  box-sizing: border-box;
}
.feature_lp_main img {
  vertical-align: top;
}
.feature_lp_main a {
  text-decoration: none;
}

.feature_lp_main h2 {
  font-size: 28px;
  font-weight: normal;
  text-align: left;
  margin: 0 37px 25px;
}
.feature_lp_main .description {
  font-size: 16px;
  text-align: left;
  line-height: 1.9;
  margin: 0 37px 30px;
}

.feature_lp_main .image-caption {
  margin: 20px 0;
  color: #666;
  font-size: 12px;
}


/*グレーの背景*/
.feature_lp_full {
  width: 100%;
  text-align: center;
  line-height: 1.7;
  background-color: #f5f5f5;
  padding: 65px 0 70px;
  margin: 0 auto 115px;
}
.feature_lp_full h2 {
  font-size: 28px;
  font-weight: normal;
  font-family: "Shrikhand", cursive;
  text-align: center;
  margin: 0 auto;
}
.feature_lp_full p {
  font-size: 14px;
  line-height: 1.9;
}
.feature_lp_full .sepa {
  width: 55px;
  border-top: 1px solid #333;
  margin: 35px auto 40px;
}



/*FAVORITE ITEMS*/
.fav_clm {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.fav_clm_list {
  width: 300px;
  text-align: center;
}
.fav_item_name {
  margin-bottom: 28px;
}
.fav_clm img {
  margin: 0 0 15px;
}



/*BRAND*/
.brand_clm {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.brand_clm_left {
  width: 300px;
}
.brand_clm_right {
  width: 660px;
  text-align: left;
}
.brand_clm_right h3 {
  margin: 0 0 35px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}



/*RAGTAG RECOMMEND*/
.recommends_clm {
  width: 1000px;
}
.recommends_clm h2 {
  font-family: "Shrikhand", cursive;
  text-align: center;
  margin: 0 0 25px;
}

.recommends_clm ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 20px;
}
.recommends_clm ul li {
  margin: 0 0 35px;
}
.recommends_clm ul li span {
  font-size: 12px;
  color: #666;
  display: block;
  margin: 20px 0 5px;
}
.recommends_clm ul li a {
  display: block;
  text-decoration: underline;
  color: #666;
}
.recommends_clm ul li a.disable {
  pointer-events: none;
}
.recommends_clm ul li a:hover {
  text-decoration: none;
  color: #333;
}


.recommends_btn {
  display: inline-block;
}
.recommends_btn a {
  display: block;
  color: #fff;
  text-decoration: none;
  background-color: #000;
  padding: 12px 33px;
  margin: 0 auto;
}
.recommends_btn a br {
  display: none;
}

