@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Work+Sans");
a, a img {
  transition-duration: 0.5s;
}
a:hover, a img:hover {
  transition-duration: 0.5s;
    text-decoration: none;
}
a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
#page-body {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
.content_wrap {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  margin: 0 auto;
  padding: 0;
  font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.8 !important;
}
@media screen and (min-width: 980px) {
  .content_wrap {
    font-size: 18px;
  }
}
.content_wrap * {
  box-sizing: border-box;
}

@keyframes auto-fade_kf {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Utility */
.u-none {
  display: none;
}
@media screen and (min-width: 980px) {
  .u-md-block {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .u-sm-block {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .u-sm-inline {
    display: inline;
  }
}
@media screen and (min-width: 980px) {
  .u-md-inline {
    display: inline;
  }
}
.u-table {
  display: table;
}
@media screen and (min-width: 980px) {
  .u-md-table {
    display: table;
  }
}
@media screen and (min-width: 480px) {
  .u-xs-none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-sm-none {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  .u-md-none {
    display: none;
  }
}

/* PageDesign */
.p-main h2 {
  margin: 0;
}
.p-main h2 img {
  width: 100%;
}
.p-main h3 {
  margin: 8% auto;
  text-align: center;
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #858585;
}
@media screen and (min-width: 980px) {
  .p-main h3 {
    font-size: 2.4em;
  }
}
.content_wrap {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  margin: 0 auto;
  padding: 0;
  font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.8 !important;
}
@media screen and (min-width: 980px) {
  .content_wrap {
    font-size: 18px;
  }
}
.content_wrap * {
  box-sizing: border-box;
}
.contents_wrap {
  width: 95%;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
}
@media screen and (min-width: 980px) {
  .contents_wrap {
    max-width: 1170px;
  }
}
.item_list{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
  width: 100%;
  margin: 0 auto 10%;
}
.item_list li {
  margin: 0 0 10%;
}
.item_wear li{
  width: 45%;
}
.item_list li .caption {
  margin-top: 3%;
  font-weight: 300;
  font-size: 0.9em;
  letter-spacing: 0.07em;
  line-height: 1.8em;
  color: #222222;
}
.item_list li .caption span {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 980px) {
  .item_list {
    margin: 0 auto 10%;
  }
  .item_list li {
    margin: 0 0 5%;
  }
  .item_bag li{
    width: 49%;
    max-width: 570px;
    overflow: hidden;
    position: relative;
  }
  .item_wear li{
    width: 24%;
    max-width: 270px;
    overflow: hidden;
    position: relative;
  }
  .item_wear li a {
    text-decoration: none;
  }
  .item_list li .caption {
    width: 85%;
    color: #ffffff;
    position: absolute;
    bottom: 7%;
    padding-bottom: 1%;
    padding-left: 0;
    border-bottom: solid 1px #ffffff;
    font-size: 1.6em;
  }
  .item_wear li .caption {
    bottom: 5%;
  }
  .item_list li .caption span {
    font-weight: 500;
  }
  .item_list li .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;  /* マスクを表示しない */
    background-color: rgba(0,0,0,0.4);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .item_list li:hover .mask {
    opacity: 1;  /* マスクを表示する */
    padding-left: 5%; /* 右にずらす */
  }
}
.p-main .p-link {
  margin: 0 0 10%;
}
.p-main a.p-btn {
  display: block;
  width: 100%;
  max-width: 780px;
  margin: 0 auto 3%;
  padding: 2.137% 0;
  background-color: #858585;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  color: #FFFFFF;
}
.p-main a.p-btn a, .p-main a.p-btn:hover, .p-main a.p-btn:focus,
.p-main a.p-btn a:hover,
.p-main a.p-btn a:focus {
  background: #8a7d37;
  text-decoration: none;
}
@media (min-width: 980px) {
  .p-main a.p-btn {
    font-size: 22px;
  }
}








/*=======================▽SMP▽=====================================*/
.visible-phone{
  display: inherit;
}
.hidden-phone{
  display: none;
}


/*#new_color*/
#new_color a.underline {
  /* text-decoration: underline; */
}

/*#new_color .content*/
#new_color .content{
  margin:80px 0 0 0;
}
#new_color .content h3{
  color: #000000;
  font-size: 40px;
  font-weight: 600;
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
  /* text-transform: uppercase; */
  letter-spacing: 1px;
  line-height: 1.3;
  text-align: left;
  margin: 40px 0 0 0;
}
#new_color .content .photo{
  max-width: 100%;
  margin: 100px 0 0 0;
}
#new_color .content .text{
  max-width: 100%;
  position: static;
  margin: 0 auto;
  padding: 20px 0 0 0;
}
#new_color .content .text p{
  max-width: 100%;
  position: static;
  margin: 0 auto;
  padding: 0 0 20px 0;
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
}
#new_color .content .text h3{
  position: static;
  margin-block-start: initial;
  margin-block-end: 40px;
  top: 0;
  left: 0;
}

/*#new_color .content.point01*/

#new_color .content.point01,
#new_color .content.point03{
  margin:80px auto 0;
  display: block;
  width: 100%;
}
#new_color .content.point02{
  margin: 80px auto 0;
  display: block;
  width: 100%;
}
#new_color .content.point01 h3,
#new_color .content.point02 h3,
#new_color .content.point03 h3{
  color: #000000;
  font-size: 43px;
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
  letter-spacing: 1px;
  margin: 0 0 0 0;
}
#new_color .content.point04 h3{
  color: #000000;
  font-size: 32px;
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
  letter-spacing: 1px;
  line-height: 1;
  margin: 0 0 20px 0;
}
#new_color .content.point04 h3 span{
  color: #000000;
  font-size: 24px;
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
  letter-spacing: 1px;
  margin: 0 0 0 0;
}

#new_color .content.point01 h3 .indentright,
#new_color .content.point02 h3 .indentright,
#new_color .content.point03 h3 .indentright,
#new_color .content.point04 h3 .indentright{
 color: #8a8b8c;
 padding: 0 0 0 100px ; 
}



#new_color .content.point01 .detail_video,
#new_color .content.point03 .photo{
  max-width: 100%;
  position: static;
  margin: 20px auto 0;
  padding: 0px 0 0 0;

}
#new_color .content.point01 .detail_video video{
  max-width: 100%;
}

#new_color .content.point02 .photo{
  width: 100%;
  margin: 20px auto 0 ;

}
#new_color .content.point01 .text,
#new_color .content.point02 .text,
#new_color .content.point03 .text{
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: static;
  padding: 0 0 0 0;
}
#new_color .content.point01 .text h3,
#new_color .content.point03 .text h3,
#new_color .content.point04 .text h3{
  position: static;
      margin-block-start: initial;
      margin-block-end: 40px;
}
#new_color .content.point02 .text h3{
  position: static;
  margin-block-start: initial;
  margin-block-end: 40px;
 }
#new_color .content.point01 .text .text-box,
#new_color .content.point03 .text .text-box{
  margin: 0 auto;
  max-width: 100%;
}
#new_color .content.point02 .text .text-box{
  margin: 20px auto 0;
  max-width: 100%;
}

.shopnow a{
  border: 1px solid #8a8b8c;
  padding: 5px 40px;
  display: inline-block;
}
.shopnow_bottom {
  width: 100%;
}
.shopnow_bottom a{
  border: 1px solid #8a8b8c;
  padding: 10px 40px;
  display: block;
  font-size: 16px;
  line-height: initial;
  text-align: center;
  color: #000000;
  letter-spacing: 1.5px;
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
}

/*#new_color .content.point04*/
#new_color .content.point04{
  margin: 80px 0 0 0;
  display: block;
}
#new_color .content.point04 .colorvari{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
margin: 3.5% auto 0;
}
#new_color .content.point04 .colorvari div{
  width: 48%;
  padding: 0 2% 0 0;
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
}

.banner-box {
  border-top: 1px solid #adadad;   
  padding: 80px 0 0 0;
}
.banner {
  border: 1px solid #adadad;
}



/*=======================▽PC▽=====================================*/
@media screen and (min-width: 768px) {

.visible-phone{
  display: none;
}
.hidden-phone{
  display: block;
}

/*#new_color*/
#new_color a.underline {
  border-bottom: 1px solid;
  padding-bottom: 1.2%;
  text-decoration: none;
}
#new_color a.underline:hover {
  border-bottom: none;
}

/*#new_color .content*/
#new_color .content{
  margin:40px 0 0 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#new_color .content_2{
  margin: 120px 0 0 0;
  display: flex;
  flex-flow: row-reverse;
  flex-wrap: nowrap;
  position: relative;
  justify-content: space-between;
}
#new_color .content h3{
  color: #000000;
  font-size: 56px;
  font-weight: 600;
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
  /* text-transform: uppercase; */
  letter-spacing: 0.005em;
  line-height: 1.4;
  text-align: left;
}
#new_color .content_2 h3{
  position: absolute;
  margin-block-start: initial;
  margin-block-end: 40px;
  top: 100px;
  left: 0;
  z-index: 9999;
  text-align: left;
}
#new_color .content .photo{
  max-width: 585px;
}
#new_color .content .text{
  max-width: 405px;
  position: relative;
  padding: 335px 10px 0 10px;
}
#new_color .content_2 .text{
  max-width: 405px;
  position: relative;
  margin: 0 auto 0 0;
  padding: 335px 10px 0 10px;
}
#new_color .content .text h3{
  position: absolute;
  margin-block-start: initial;
  margin-block-end: 40px;
  top: 100px;
  left: -35%;
  right: 0;
}

/*#new_color .content.point01*/

#new_color .content.point01,
#new_color .content.point03{
  margin:-60px 0 0 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#new_color .content.point02{
  margin: 60px 0 0 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#new_color .content.point01 h3,
#new_color .content.point02 h3,
#new_color .content.point03 h3{
  color: #000000;
  font-size: 43px;
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
  letter-spacing: 1px;
}
#new_color .content.point04 h3{
  color: #000000;
  font-size: 43px;
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
  letter-spacing: 1px;
  line-height: 1;
}
#new_color .content.point04 h3 span{
  color: #000000;
  font-size: 32px;
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
  letter-spacing: 1px;
}

#new_color .content.point01 .detail_video,
#new_color .content.point03 .photo{
  max-width: 410px;
  position: relative;
  padding: 0px 0 0 0;

}
#new_color .content.point01 .detail_video video{
  max-width: 100%;
}
#new_color .content.point01 .text,
#new_color .content.point02 .text,
#new_color .content.point03 .text{
  width: 745px;
  max-width: 745px;
  position: relative;
  padding: 180px 0 0 0;
}
#new_color .content.point01 .text h3,
#new_color .content.point03 .text h3,
#new_color .content.point04 .text h3{
  position: static;
  margin-block-start: initial;
  margin-block-end: 40px;
}
#new_color .content.point02 .text h3{
  position: absolute;
  margin-block-start: initial;
  margin-block-end: 40px;
  top: 100px;
  left: -50px;
}
#new_color .content.point01 .text .text-box,
#new_color .content.point03 .text .text-box{
  margin: 0 0 0 100px;
  max-width: 480px;
}
#new_color .content.point02 .text .text-box{
  margin: 100px 0 0 50px;
  max-width: 480px;
}

.shopnow{
  margin-top: 7%;
}
.shopnow a{
  border: 1px solid #8a8b8c;
  padding: 8px 31px;
  display: inline-block;
}
.shopnow a:hover{
  border: 1px solid #cccccc;
  padding: 8px 31px;
  display: inline-block;
  color: #ffffff;
  background-color: #cccccc;
  text-decoration: none;
}

#new_color .river a:hover{
  border: 1px solid #626a75;
  padding: 8px 31px;
  display: inline-block;
  color: #ffffff;
  background-color: #626a75;
  text-decoration: none;
}
#new_color .cement a:hover{
  border: 1px solid #c0bba7;
  padding: 8px 31px;
  display: inline-block;
  color: #ffffff;
  background-color: #c0bba7;
  text-decoration: none;
}
#new_color .fossil a:hover{
  border: 1px solid #c0bba7;
  padding: 8px 31px;
  display: inline-block;
  color: #ffffff;
  background-color: #c0bba7;
  text-decoration: none;
}
  
.shopnow_bottom {
  width: 100%;
}
.shopnow_bottom a{
  border: 1px solid #8a8b8c;
  padding: 15px 40px;
  display: block;
  font-size: 21px;
  line-height: initial;
  text-align: center;
  color: #000000;
  letter-spacing: 1.5px;
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
}

/*#new_color .content.point04*/
#new_color .content.point04{
  margin: 120px 0 120px 0;
  display: block;
}
#new_color .content.point04 .colorvari{
    display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
margin: 3.5% 0 0 0;
}

.banner-box {
  border-top: 1px solid #adadad;
  padding: 150px 0 0 0;
}
.banner {
  border: 1px solid #adadad;
}
}



.mini{font-size: 32px;}

.credit{
  padding: 0!important;
}
#new_color .cement{
  color: #c0bba7 !important;
}
#new_color .river{ 
  color: #626a75 !important;
}
#new_color .fossil{
  color: #c0bba7 !important;
}

@media screen and (max-width: 768px) {

.mini{font-size: 18px;}

.credit{
margin-top: 6%;
}

#new_color .content.point04 .colorvari div{
margin-bottom: 2%;
}

}


