@charset "UTF-8";
/*
 * 【SP style.css】emmi アクティブコーデ企画
 */
.sp_inline {
  display: inline;
}

.sp_none {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

#active_coordinate * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#active_coordinate #main_visual {
  width: 100%;
  margin: 0 auto 16vw;
}

#active_coordinate .lead_text {
  font-size: 3.73333vw;
  line-height: 1.9;
  text-align: center;
  letter-spacing: .025em;
  vertical-align: top;
  margin-top: -.5em;
  margin-bottom: calc( 16.26667vw - .5em);
}

#active_coordinate .sec_box {
  width: 100%;
  margin: 0 auto 28.4vw;
}

#active_coordinate .sec_mv {
  width: 100%;
  margin: 0 auto;
}

#active_coordinate .layout_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#active_coordinate .layout_box .img_box {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  padding: 0 5.33333vw;
}

#active_coordinate .layout_box .text_box {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  padding: 5.33333vw 5.33333vw 0;
}

#active_coordinate .layout_box .sec_ttl {
  margin-bottom: 6.66667vw;
}

#active_coordinate .layout_box .sec_ttl small {
  display: block;
  width: 19.2vw;
  margin-bottom: 6.13333vw;
}

#active_coordinate .layout_box .sec_ttl strong {
  display: block;
  width: 91.33333vw;
  position: relative;
  left: -1.33333vw;
}

#active_coordinate .layout_box .style_name {
  margin-top: -.5em;
  margin-bottom: calc(22px - .5em);
  font-size: 3.73333vw;
  line-height: normal;
}

#active_coordinate .layout_box .icon_area {
  margin-bottom: 3.33333vw;
}

#active_coordinate .layout_box .icon_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#active_coordinate .layout_box .icon_list li {
  margin-right: 2.53333vw;
  margin-bottom: 2.53333vw;
  background: #fdad8d;
  font-size: 4vw;
  color: #fff;
  text-align: center;
  height: 7.06667vw;
  line-height: 7.06667vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#active_coordinate .layout_box .icon_list li:last-child {
  margin-right: 0;
}

#active_coordinate .layout_box .style_text {
  font-size: 3.73333vw;
  line-height: 1.9;
  margin-top: -.5em;
  margin-bottom: calc(30px - .5em);
  letter-spacing: .025em;
}

#active_coordinate .item_list {
  width: 100%;
  font-size: 2.93333vw;
  line-height: 227.27273%;
  margin-top: calc(5.46667vw - .5em);
}

#active_coordinate .item_list li {
  white-space: nowrap;
}

#active_coordinate .item_list li a {
  letter-spacing: .025em;
}

#active_coordinate .style02 .layout_box .sec_ttl {
  margin-bottom: 6vw;
}

#active_coordinate .style02 .layout_box .sec_ttl strong {
  width: 85.46667vw;
}

#active_coordinate .style02 .layout_box .img_box {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 0;
}

#active_coordinate .style02 .layout_box .text_box {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

#active_coordinate .style02 .layout_box .style_text {
  margin-bottom: 0;
}

#active_coordinate .style02 .layout_box .item_list {
  margin-top: 2vw;
}

#active_coordinate .style03 .layout_box .sec_ttl {
  margin-bottom: 6vw;
}

#active_coordinate .style03 .layout_box .sec_ttl strong {
  width: 72.13333vw;
}

#active_coordinate .style04 {
  margin: 0 auto;
}

#active_coordinate .style04 .layout_box .sec_ttl strong {
  width: 58.66667vw;
}

.icon_list li span {
  display: block;
}

.icon_list .icon01 {
  width: 16vw;
}

.icon_list .icon02 {
  width: 20vw;
}

.icon_list .icon03 {
  width: 15.2vw;
}

.icon_list .icon04 {
  width: 31.6vw;
}

.icon_list .icon05 {
  width: 21.86667vw;
}

.icon_list .icon06 {
  width: 11.73333vw;
}

.icon_list .icon07 {
  width: 11.73333vw;
}

.icon_list .icon08 {
  width: 38.26667vw;
}

/* =======================
    button
  ======================= */
.lp_btn_wrap {
  margin: calc(100 * (100vw / 750)) auto;
  width: calc(355 * (100vw / 750));
}

.lp_btn {
  width: calc(355 * (100vw / 750));
  height: calc(60 * (100vw / 750));
  border: 1px solid #a5a5a5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lp_btn a {
  font-size: calc(24 * (100vw / 750));
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
  letter-spacing: 0.03em;
}

/* =======================
   fade-in effect
 ======================= */
.effect-fade {
  opacity: 0;
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.effect-fade.effect-scroll {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
/*# sourceMappingURL=../map/sp/style.css.map */
