@charset "UTF-8";
/*********************************************************************
* ブレークポイント
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/* ************************************************ 
 *	ABOUT
 * ************************************************ */
.about_lead {
  margin-bottom: 70px;
}

@media print, screen and (min-width: 1024px) {
  .about_lead {
    margin-bottom: 100px;
  }
}

.about_lead h3 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .about_lead h3 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 1024px) {
  .about_lead h3 {
    font-size: 32px;
    text-align: inherit;
  }
}

.about_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 1024px) {
  .about_txt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.about_txt p {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 18px;
}

@media print, screen and (min-width: 768px) {
  .about_txt p {
    line-height: 2;
  }
}

@media print, screen and (min-width: 1024px) {
  .about_txt p {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 500px);
    font-size: 22px;
  }
}

@media print, screen and (min-width: 1200px) {
  .about_txt p {
    width: calc(100% - 590px);
  }
}

.about_txt img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: block;
  margin: 0 auto 20px;
}

@media print, screen and (min-width: 1024px) {
  .about_txt img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 450px;
    margin: 0;
  }
}

@media print, screen and (min-width: 1200px) {
  .about_txt img {
    width: 540px;
  }
}

ul.about_link li {
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  ul.about_link li {
    margin-top: 40px;
  }
}

ul.about_link li a {
  display: block;
  color: #fff;
  padding: 30px 20px;
}

@media print, screen and (min-width: 768px) {
  ul.about_link li a {
    padding: 30px;
  }
}

@media print, screen and (min-width: 1024px) {
  ul.about_link li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px;
  }
}

ul.about_link li img {
  display: block;
  width: auto;
  height: 80px;
  margin: 0 auto 20px;
}

@media print, screen and (min-width: 768px) {
  ul.about_link li img {
    height: 90px;
  }
}

@media print, screen and (min-width: 1024px) {
  ul.about_link li img {
    margin: 0;
  }
}

@media print, screen and (min-width: 1200px) {
  ul.about_link li img {
    height: 110px;
  }
}

@media print, screen and (min-width: 768px) {
  ul.about_link li p {
    font-size: 20px;
  }
}

@media print, screen and (min-width: 1200px) {
  ul.about_link li p {
    font-size: 24px;
  }
}

ul.about_link li span {
  display: block;
  width: 230px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border: 4px solid #fff;
  padding: 10px 0;
  margin: 25px auto 0;
}

@media print, screen and (min-width: 1024px) {
  ul.about_link li span {
    font-size: 20px;
    margin: 0;
  }
}

ul.about_link li:nth-child(1) {
  background-color: #b54e40;
}

@media print, screen and (min-width: 1024px) {
  ul.about_link li:nth-child(1) p {
    width: calc(100% - 500px);
  }
}

@media print, screen and (min-width: 1200px) {
  ul.about_link li:nth-child(1) p {
    width: calc(100% - 530px);
  }
}

ul.about_link li:nth-child(2) {
  background-color: #c89c49;
}

@media print, screen and (min-width: 1024px) {
  ul.about_link li:nth-child(2) img {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media print, screen and (min-width: 1024px) {
  ul.about_link li:nth-child(2) p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(100% - 610px);
  }
}

@media print, screen and (min-width: 1200px) {
  ul.about_link li:nth-child(2) p {
    width: calc(100% - 670px);
  }
}

@media print, screen and (min-width: 1024px) {
  ul.about_link li:nth-child(2) span {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/* ************************************************ 
 *	BRAND LIST
 * ************************************************ */
@media print, screen and (min-width: 768px) {
  ul.brand_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

ul.brand_list li {
  margin-bottom: 60px;
}

@media print, screen and (min-width: 768px) {
  ul.brand_list li {
    width: 48%;
  }
}

@media print, screen and (min-width: 1024px) {
  ul.brand_list li {
    width: 30%;
  }
}

@media print, screen and (min-width: 768px) {
  ul.brand_list li:nth-child(odd) {
    margin-right: 4%;
  }
}

@media print, screen and (min-width: 1024px) {
  ul.brand_list li:nth-child(odd) {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 1024px) {
  ul.brand_list li:nth-child(3n+2) {
    margin-left: 5%;
    margin-right: 5%;
  }
}

ul.brand_list li a.brand_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 220px;
  border: 1px solid #ccc;
  padding: 20px;
}

ul.brand_list li a.brand_img.no_link {
  pointer-events: none;
}

ul.brand_list li .brand_txt {
  margin-top: 20px;
}

ul.brand_list li .brand_txt h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

ul.brand_list li .brand_more {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  text-decoration: underline;
  margin-top: 15px;
}

/* ************************************************ 
 *	プライバシーポリシー
 * ************************************************ */
.policy_wrap {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}

.policy_area dl dd {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 960px) {
  .policy_area dl dd {
    margin-bottom: 60px;
  }
}

.policy_area dl dd ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 10px;
}
/*# sourceMappingURL=page.css.map */