@charset "UTF-8";
.text-replace {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

html {
  height: 100%;
}

body {
  height: 100%;
  overflow: hidden;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.9;
  vertical-align: baseline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-feature-settings: "palt";
  font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, 'OSAKA', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic' ,sans-serif;
  -moz-osx-font-smoothing: none;
  color: #181718;
}

a {
  text-decoration: none;
}

p {
  font-family: Georgia,"游明朝体",YuMincho,"游明朝","Yu Mincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN W3",HiraMinProN-W3,"ヒラギノ明朝 ProN","Hiragino Mincho ProN","ヒラギノ明朝 Pro","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

.pc {
  display: block;
}
@media screen and (max-width: 850px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 850px) {
  .sp {
    display: block;
  }
}

.fade-in-up {
  opacity: 0;
  -ms-transform: translate3d(0, 30px, 0);
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.05, 0.43, 0.49, 0.54);
  transition-timing-function: cubic-bezier(0.05, 0.43, 0.49, 0.54);
  -webkit-backface-visibility: hidden;
}

.fade-in-up-done {
  opacity: 1;
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}

@keyframes slideLtoR {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes slideLtoR {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@-moz-keyframes slideLtoR {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.feature_contents {
  height: 100%;
}
.feature_contents #loading_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #191919;
  z-index: 999;
}
.feature_contents #loading_overlay.loaded .text_box:before {
  width: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  -webkit-backface-visibility: hidden;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.feature_contents #loading_overlay .text_box {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.feature_contents #loading_overlay .text_box:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(25, 25, 25, 0.75);
  -moz-animation: slideLtoR 2s ease-in-out 1 forwards;
  -webkit-animation: slideLtoR 2s ease-in-out 1 forwards;
  -o-animation: slideLtoR 2s ease-in-out 1 forwards;
  -ms-animation: slideLtoR 2s ease-in-out 1 forwards;
}
.feature_contents #loading_overlay .text_box h1 {
  line-height: 1;
}
@media screen and (max-width: 850px) {
  .feature_contents #loading_overlay .text_box h1 img {
    width: 280px;
  }
}
.feature_contents #loading_overlay .text_box h2 {
  margin-top: 1.4em;
  line-height: 1;
}
@media screen and (max-width: 850px) {
  .feature_contents #loading_overlay .text_box h2 img {
    width: 300px;
  }
}
.feature_contents #loading_overlay .text_box h3 {
  margin-top: 4.25em;
}
.feature_contents #loading_overlay .text_box h3 img {
  width: 160px;
}
@media screen and (max-width: 850px) {
  .feature_contents #loading_overlay .text_box h3 img {
    width: 140px;
  }
}
.feature_contents .contents_inner {
  height: 100%;
}
.feature_contents .contents_inner .main_visual {
  margin-bottom: 120px;
  background-image: url("../img/bg_a.jpg");
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 850px) {
  .feature_contents .contents_inner .main_visual {
    background-image: url("../img/bg_a_sp.jpg");
  }
}
.feature_contents .contents_inner .main_visual .online_store_link {
  position: fixed;
  top: 20px;
  right: 30px;
  font-size: 15px;
  z-index: 100;
}
@media screen and (max-width: 850px) {
  .feature_contents .contents_inner .main_visual .online_store_link {
    right: 20px;
  }
}
.feature_contents .contents_inner .main_visual .online_store_link a {
  font-weight: 700;
  letter-spacing: 0.04em;
}
.feature_contents .contents_inner .main_visual .text_box {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.feature_contents .contents_inner .main_visual .text_box h1 {
  line-height: 1;
}
@media screen and (max-width: 850px) {
  .feature_contents .contents_inner .main_visual .text_box h1 img {
    width: 280px;
  }
}
.feature_contents .contents_inner .main_visual .text_box h2 {
  margin-top: 1.4em;
  line-height: 1;
}
@media screen and (max-width: 850px) {
  .feature_contents .contents_inner .main_visual .text_box h2 img {
    width: 300px;
  }
}
.feature_contents .contents_inner .main_visual .text_box h3 {
  margin-top: 4.25em;
}
.feature_contents .contents_inner .main_visual .text_box h3 img {
  width: 160px;
}
@media screen and (max-width: 850px) {
  .feature_contents .contents_inner .main_visual .text_box h3 img {
    width: 140px;
  }
}
.feature_contents .contents_inner .lead_box {
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 850px) {
  .feature_contents .contents_inner .lead_box {
    padding: 0 20px;
  }
}
.feature_contents .contents_inner .lead_box h2 {
  font-family: 'Times New Roman';
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.07em;
  line-height: 1.7;
}
@media screen and (max-width: 850px) {
  .feature_contents .contents_inner .lead_box h2 {
    font-size: 19px;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.feature_contents .contents_inner .lead_box h2:after {
  content: " ";
  width: 10px;
  height: 2px;
  display: block;
  margin: 44px auto;
  background-color: #191718;
}
.feature_contents .contents_inner .lead_box p {
  font-family: 'Times New Roman';
  text-align: center;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 20px;
}
@media screen and (max-width: 850px) {
  .feature_contents .contents_inner .lead_box p {
    line-height: 1.8;
    font-size: 13px;
    letter-spacing: 0.02em;
  }
}
.feature_contents section {
  clear: both;
  margin: 0 auto;
  margin-top: 140px;
}
@media screen and (max-width: 850px) {
  .feature_contents section {
    margin-top: 100px;
  }
}
.feature_contents .style_box {
  width: 100%;
  max-width: 1220px;
  padding: 0 60px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 850px) {
  .feature_contents .style_box {
    padding: 0;
    max-width: 600px;
  }
}
.feature_contents .style_box:after {
  content: " ";
  width: 10px;
  height: 2px;
  background-color: #191718;
  display: block;
  margin: 0 auto;
  margin-top: 100px;
}
@media screen and (max-width: 850px) {
  .feature_contents .style_box:after {
    margin: 0 auto;
    margin-top: 80px;
  }
}
.feature_contents .style_box h2.section_title {
  font-size: 40px;
  font-weight: bold;
  font-family: 'Playfair Display', serif;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 30px;
}
@media screen and (max-width: 850px) {
  .feature_contents .style_box h2.section_title {
    margin-bottom: 24px;
  }
}
.feature_contents .style_box .cut {
  position: relative;
}
.feature_contents .style_box .cut .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  position: relative;
  display: block;
}
.feature_contents .style_box .tate .img {
  padding-top: 150%;
}
.feature_contents .style_box .yoko .img {
  padding-top: 67%;
}
.feature_contents .style_box .image_box {
  position: relative;
  width: 100%;
}
.feature_contents .style_box .cut_a.tate {
  width: 60%;
}
@media screen and (max-width: 850px) {
  .feature_contents .style_box .cut_a.tate {
    width: 86%;
  }
}
.feature_contents .style_box .cut_a.yoko {
  width: 86%;
}
@media screen and (max-width: 850px) {
  .feature_contents .style_box .cut_a.yoko {
    width: 90%;
  }
}
.feature_contents .style_box .cut_b.tate {
  width: 50%;
}
@media screen and (max-width: 850px) {
  .feature_contents .style_box .cut_b.tate {
    width: 64%;
  }
}
.feature_contents .style_box .cut_b.yoko {
  width: 65%;
}
.feature_contents .style_box .cut_c.tate {
  width: 33.33333%;
}
.feature_contents .style_box .cut_c.yoko {
  width: 50%;
}
.feature_contents .style_box .float_right {
  float: right;
}
.feature_contents .style_box .text_box {
  width: 100%;
  z-index: 10;
  position: relative;
}
.feature_contents .style_box .text_box p.caption {
  font-size: 15px;
  font-family: 'Times New Roman';
  letter-spacing: 0.04em;
  line-height: 1.7;
}
@media screen and (max-width: 850px) {
  .feature_contents .style_box .text_box p.caption {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
}
.feature_contents .style_box .text_box p.caption.left {
  text-align: left;
}
.feature_contents .style_box .text_box p.caption.right {
  text-align: right;
}
.feature_contents .style_box .text_box p.caption.center {
  text-align: center;
}
.feature_contents .style_01 .image_box .img_01 {
  background-image: url(../img/01_img_01.jpg);
}
.feature_contents .style_01 .image_box .img_02 {
  background-image: url(../img/01_img_02.jpg);
}
.feature_contents .style_01 .image_box .img_03 {
  background-image: url(../img/01_img_03.jpg);
}
.feature_contents .style_01 .image_box .img_04 {
  background-image: url(../img/01_img_04.jpg);
}
.feature_contents .style_01 .image_box .img_05 {
  background-image: url(../img/01_img_05.jpg);
}
.feature_contents .style_01 .image_box .img_06 {
  background-image: url(../img/01_img_06.jpg);
}
.feature_contents .style_01 .flex_box {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 10%;
}
@media screen and (max-width: 850px) {
  .feature_contents .style_01 .flex_box {
    margin-top: 60px;
  }
}
.feature_contents .style_01 .flex_box .image_box {
  display: flex;
  width: 50%;
}
.feature_contents .style_01 .flex_box .image_box .cut {
  width: 100%;
}
.feature_contents .style_01 .text_box {
  margin-top: 24px;
}
@media screen and (max-width: 850px) {
  .feature_contents .style_01 .text_box {
    margin-top: 12px;
    padding-left: 10%;
  }
}
@media screen and (max-width: 850px) {
  .feature_contents .style_01 .text_box .float_right {
    float: none;
  }
}
.feature_contents .style_01 .image_box_02 {
  margin-top: 100px;
}
@media screen and (max-width: 850px) {
  .feature_contents .style_01 .image_box_02 {
    margin-top: 80px;
  }
}
.feature_contents .style_01 .image_box_02 .cut {
  margin: 0 auto;
}
.feature_contents .style_02 .image_box .img_01 {
  background-image: url(../img/02_img_01.jpg);
}
.feature_contents .style_02 .image_box .img_02 {
  background-image: url(../img/02_img_02.jpg);
}
.feature_contents .style_02 .image_box .img_03 {
  background-image: url(../img/02_img_03.jpg);
}
.feature_contents .style_02 .image_box_01 {
  position: relative;
  left: 4%;
}
.feature_contents .style_02 .image_box_02 {
  position: relative;
  right: 4%;
  margin-top: 80px;
}
@media screen and (max-width: 850px) {
  .feature_contents .style_02 .image_box_02 {
    margin-top: 60px;
  }
}
.feature_contents .style_02 .text_box {
  position: relative;
  left: 40%;
  margin-top: 100px;
}
@media screen and (max-width: 850px) {
  .feature_contents .style_02 .text_box {
    margin-top: 80px;
    left: 10%;
  }
}
.feature_contents .style_02 .image_box_01 {
  position: relative;
  left: 4%;
}
.feature_contents .style_02 .image_box_02 {
  position: relative;
  right: 4%;
  margin-top: 80px;
}
@media screen and (max-width: 850px) {
  .feature_contents .style_02 .image_box_02 {
    margin-top: 60px;
  }
}
.feature_contents .style_02 .image_box_03 {
  margin-top: -40px;
}
@media screen and (max-width: 850px) {
  .feature_contents .style_02 .image_box_03 ul.credit_list {
    margin-left: 16px;
  }
}
.feature_contents .style_03 .image_box .img_01 {
  background-image: url(../img/03_img_01.jpg);
}
.feature_contents .style_03 .image_box .img_02 {
  background-image: url(../img/03_img_02.jpg);
}
.feature_contents .style_03 .image_box .img_03 {
  background-image: url(../img/03_img_03.jpg);
}
.feature_contents .style_03 .image_box .img_04 {
  background-image: url(../img/03_img_04.jpg);
}
.feature_contents .style_03 .overlap_box {
  margin: 0 auto;
}
.feature_contents .style_03 .overlap_box .image_box_01 .cut_a {
  float: left;
}
.feature_contents .style_03 .overlap_box .image_box_02 .cut_c {
  float: right;
  margin-top: -4%;
}
.feature_contents .style_03 .overlap_box .cut_b {
  width: 55%;
}
.feature_contents .style_03 .text_box {
  margin-left: 30%;
  margin-top: 80px;
}
@media screen and (max-width: 850px) {
  .feature_contents .style_03 .text_box {
    margin-top: 60px;
    margin-left: 16px;
  }
}
.feature_contents .style_03 .image_box_03 {
  margin-top: -40px;
  position: relative;
  right: 4%;
}
@media screen and (max-width: 850px) {
  .feature_contents .style_03 .image_box_03 {
    margin-top: -20px;
  }
}
.feature_contents .style_03 .image_box_04 {
  margin-top: 8px;
  position: relative;
  right: 4%;
}
.feature_contents .style_04 .image_box .img_01 {
  background-image: url(../img/04_img_01.jpg);
}
.feature_contents .style_04 .image_box .img_02 {
  background-image: url(../img/04_img_02.jpg);
  z-index: 100;
}
.feature_contents .style_04 .image_box .img_03 {
  background-image: url(../img/04_img_03.jpg);
}
.feature_contents .style_04 .text_box {
  z-index: 999;
  margin-left: 20%;
  margin-top: 100px;
}
@media screen and (max-width: 850px) {
  .feature_contents .style_04 .text_box {
    margin-top: 80px;
    margin-left: 16px;
  }
}
.feature_contents .style_04 .overlap_box {
  margin: -40px auto 0;
}
@media screen and (max-width: 850px) {
  .feature_contents .style_04 .overlap_box {
    margin-top: -20px;
    width: 100%;
  }
}
.feature_contents .style_04 .overlap_box .image_box_03 {
  margin-top: -60px;
}
@media screen and (max-width: 850px) {
  .feature_contents .style_04 .overlap_box .image_box_03 {
    margin-top: -40px;
  }
}
@media screen and (max-width: 850px) {
  .feature_contents .style_04 .overlap_box .image_box_03 ul.credit_list {
    margin-left: 16px;
  }
}
.feature_contents .style_05 .image_box .img_01 {
  background-image: url(../img/05_img_01.jpg);
  z-index: 999;
}
.feature_contents .style_05 .image_box .img_02 {
  background-image: url(../img/05_img_02.jpg);
}
.feature_contents .style_05 .image_box .img_03 {
  background-image: url(../img/05_img_03.jpg);
}
.feature_contents .style_05 .image_box .img_04 {
  background-image: url(../img/05_img_04.jpg);
}
.feature_contents .style_05 .overlap_box .image_box_01 {
  position: relative;
  left: 4%;
}
.feature_contents .style_05 .overlap_box .image_box_02 {
  position: relative;
  right: 4%;
  margin-top: -40px;
}
.feature_contents .style_05 .image_box_03 {
  margin-top: 80px;
}
@media screen and (max-width: 850px) {
  .feature_contents .style_05 .image_box_03 {
    margin-top: 60px;
  }
}
.feature_contents .style_05 .image_box_04 {
  margin-top: 8px;
}
@media screen and (max-width: 850px) {
  .feature_contents .style_05 .image_box_04 ul.credit_list {
    margin-left: 16px;
  }
}
.feature_contents .style_05 .text_box {
  margin-top: 80px;
}
@media screen and (max-width: 850px) {
  .feature_contents .style_05 .text_box {
    margin-top: 60px;
  }
}
.feature_contents .style_05:after {
  display: none;
}
.feature_contents .credit_list {
  list-style: none;
  margin-top: 16px;
}
@media screen and (max-width: 850px) {
  .feature_contents .credit_list {
    position: relative;
  }
}
.feature_contents .credit_list li {
  margin-bottom: 8px;
}
.feature_contents .credit_list li a {
  font-family: 'Times New Roman';
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.feature_contents .credit_list li a .small_text {
  font-family: 'Times New Roman';
  font-weight: normal;
  text-transform: none;
  padding-left: 0.25em;
}
.feature_contents .credit_list li .button_viewmore {
  font-family: 'Times New Roman';
  color: #191718;
  background-color: #e8e8e8;
  font-size: 11px;
  line-height: 1;
  padding: 2px 4px;
  letter-spacing: 0.02em;
  margin-left: 4px;
  display: inline-block;
  vertical-align: text-top;
}
.feature_contents .credit_list li .button_viewmore:hover {
  background-color: #cfcfcf;
  transition: 0.12s;
}
.feature_contents .credit_list li .brand_name {
  font-family: 'Times New Roman';
  font-size: 12px;
  color: #A6A6A6;
  line-height: 1;
  letter-spacing: 0.04em;
}
.feature_contents .credit_list li.disable a .button_viewmore {
  display: none;
}
.feature_contents ul.credit_list.align_right li {
  text-align: right;
}
.feature_contents .credit {
  margin-top: 120px;
  width: 100%;
  text-align: center;
}
.feature_contents .credit ul {
  margin-top: 1.4em;
}
.feature_contents .credit ul li {
  list-style: none;
  font-family: 'Times New Roman';
  line-height: 1;
  margin-bottom: 0.8em;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 850px) {
  .feature_contents .credit ul li {
    font-size: 14px;
  }
}
.feature_contents .backnumber_box {
  border-top: 1px solid #181718;
  margin-top: 180px;
  width: 100%;
  height: contain;
  background-color: #F8F8F8;
  padding: 50px 0;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .feature_contents .backnumber_box {
    margin-top: 120px;
    padding: 30px 0 0;
  }
}
.feature_contents .backnumber_box h2 {
  margin-bottom: 35px;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, 'OSAKA', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic' ,sans-serif;
}
@media screen and (max-width: 850px) {
  .feature_contents .backnumber_box h2 {
    margin-bottom: 45px;
    font-size: 26px;
  }
}
.feature_contents .backnumber_box ul.backnumber_list {
  width: 997px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .feature_contents .backnumber_box ul.backnumber_list {
    width: 100%;
    padding: 0 21px;
  }
}
.feature_contents .backnumber_box ul.backnumber_list li {
  display: block;
  list-style: none;
  width: 25%;
  padding: 7px;
  float: left;
}
@media screen and (max-width: 480px) {
  .feature_contents .backnumber_box ul.backnumber_list li {
    width: 50%;
    height: 270px;
    padding: 3px;
  }
}
.feature_contents .backnumber_box ul.backnumber_list li img {
  width: 100%;
}
.feature_contents .backnumber_box ul.backnumber_list li .thumbnail {
  line-height: 0;
}
.feature_contents .backnumber_box ul.backnumber_list li .data .title {
  font-size: 13px;
  color: #181718;
  line-height: 1.7;
  letter-spacing: 0.075em;
  margin-top: 0.75em;
  margin-bottom: 0.1em;
}
@media screen and (max-width: 850px) {
  .feature_contents .backnumber_box ul.backnumber_list li .data .title {
    font-size: 12px;
  }
}
.feature_contents .backnumber_box ul.backnumber_list li .data .date {
  line-height: 1;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0.045em;
}
@media screen and (max-width: 850px) {
  .feature_contents .backnumber_box ul.backnumber_list li .data .date {
    font-size: 11px;
  }
}
.feature_contents footer {
  border-top: 1px solid #181718;
  padding: 30px 0 24px;
}
.feature_contents footer .inner_box {
  width: 985px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .feature_contents footer .inner_box {
    width: 100%;
    padding: 0 24px;
  }
}
.feature_contents footer .footer_nav {
  margin-bottom: 90px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .feature_contents footer .footer_nav {
    margin-bottom: 80px;
  }
}
.feature_contents footer .footer_nav li {
  list-style: none;
  float: left;
  font-size: 18px;
  margin-right: 40px;
}
@media screen and (max-width: 1000px) {
  .feature_contents footer .footer_nav li {
    float: none;
    line-height: 1.4;
  }
}
.feature_contents footer .footer_nav li.ig {
  float: right;
  margin-right: 0;
}
@media screen and (max-width: 1000px) {
  .feature_contents footer .footer_nav li.ig {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.feature_contents footer .footer_nav li a {
  font-weight: 700;
  letter-spacing: 0.04em;
}
.feature_contents footer small p {
  font-size: 11px;
  letter-spacing: 0.04em;
}

/*# sourceMappingURL=style.css.map */
