@charset "utf-8";

.header-group {
  border-bottom: none;
}

.top-newsbar {
  position: relative;
}
.top-newsbar a {
  background: #e00;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 2px;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 100%;
}
.top-newsbar a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 640px) {
  .top-newsbar a {
    font-size: 1.2rem;
    height: auto;
    letter-spacing: 0;
    line-height: 1.2;
    padding: 12px 1em;
    text-align: center;
  }
}

/* slick slider
----------------------------------*/
.top-slider {
  position: relative;
}
.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: #fff;
  background: rgba(235, 236, 236, 0.7);
  border-radius: 100%;
  height: 48px;
  width: 48px;
  z-index: 1;
  overflow: hidden;
}
.ua-desktop .slick-prev:hover,
.ua-desktop .slick-next:hover {
  background: rgba(235, 236, 236, 1);
}
.slick-prev {
  left: 20px;
}
.slick-next {
  right: 20px;
}
.slick-prev:before,
.slick-next:before {
  content: " ";
  border: 1px solid #111;
  border-bottom: 0;
  border-left: 0;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
}
.slick-prev:before {
  transform: rotate(-135deg);
  margin-right: 15px;
}
.slick-next:before {
  transform: rotate(45deg);
  margin-left: 15px;
}
.slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 8px;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 5px;
}
.slick-dots li button:before {
  color: #aaaaaa;
  font-size: 12px;
  line-height: 12px;
  width: 12px;
  height: 12px;
}
.slick-dots li.slick-active button:before {
  color: #003055;
}
.slick-dots {
  bottom: -40px;
}
.slick-dotted.slick-slider {
  margin-bottom: 50px;
}
.slider-img {
  width: 600px;
  height: 600px;
  margin: 0 -1px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.slider-img-13 {background-image: url("../img/home/top-slider-13.jpg");}
.slider-img-04 {background-image: url("../img/home/top-slider-04.jpg");}
.slider-img-14 {background-image: url("../img/home/top-slider-14.jpg");}
.slider-img-07 {background-image: url("../img/home/top-slider-07.jpg");}
.slider-img-01 {background-image: url("../img/home/top-slider-01_2.jpg");}
.slider-img-02 {background-image: url("../img/home/top-slider-02.jpg");}
.slider-img-08 {background-image: url("../img/home/top-slider-08.jpg");}
.slider-img-09 {background-image: url("../img/home/top-slider-09.jpg");}
.slider-img-10 {background-image: url("../img/home/top-slider-10.jpg");}
.slider-img-11 {background-image: url("../img/home/top-slider-11.jpg");}
.slider-img-12 {background-image: url("../img/home/top-slider-12.jpg");}
.slider-img-06 {background-image: url("../img/home/top-slider-06.jpg");}
/*.slider-img-03 {background-image: url("../img/home/top-slider-03.jpg");}*/
/*.slider-img-05 {background-image: url("../img/home/top-slider-05.jpg");}*/

.slick-slide img {
  width: auto;
  min-height: 800px;
}

#top-slider-message {
  position: relative;
  min-width:  1200px;
  margin: 0 auto;
}
#top-slider-message .inner {
  box-sizing: border-box;
  width: 360px;
  height: 290px;
  padding: 40px 26px;
  background: #000;
  filter: alpha(opacity=90) !important;
  opacity: 0.9 !important;
  position: absolute;
  right: 80px;
  bottom: -80px;
}
#top-slider-message p {
  color: #fff;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 10px;
  width: 100%;
}
#top-slider-message p em {
  font-size: 28px;
  font-weight: bold;
}

/* PC */
@media only screen and (min-width: 641px) {
  .header-group:not(.hg-fixed) .hn-golbalmenu {
    border-bottom: none;
  }
}
/* SP */
@media only screen and (max-width: 640px) {
  .slider-img {
    background-size: cover;
  }
  #top-slider-message {
    position: relative;
    min-width: inherit;
    margin: 0 auto;
  }
  #top-slider-message .inner {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 10% 8%;
    background: #111;
    filter: alpha(opacity=90) !important;
    opacity: 1.0 !important;
    position: relative;
    right: 0;
    bottom: 0;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  #top-slider-message p {
    color: #fff;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
    width: 100%;
    
    display: inline-block;
    text-align: left;
  }
  #top-slider-message p em {
    font-size: 24px;
    font-weight: bold;
  }
}


/* 共通
----------------------------------*/
.section-01 {
  margin-top: 180px;
}
.section-ttl {
  box-sizing: border-box;
  max-width: 1600px;
  margin: 0 auto 80px;
  padding-left: 30px;
  padding-right: 30px;
}
.main-group .section-ttl h2 {
  color: #111;
  /*font-family: 'Vollkorn', serif, 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo;*/
  font-family: 'Archivo Black', sans-serif;
  font-size: 58px;
  /*font-weight: bold;*/
  line-height: 1;
  letter-spacing: 4px;
  margin: 0;
  /*opacity: 0.2;*/
}
.section-ttl p {
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
}

/* SP */
@media only screen and (max-width: 640px) {
  .section-01 {
    margin-top: 100px;
  }
  .section-ttl {
    margin-bottom: 40px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .section-ttl h2 {
    font-size: 40px;
  }
  .section-ttl p {
    font-size: 16px;
  }
}

#top-bnrarea {
  margin: 140px auto 0;
}
#top-bnrarea .inner-01 {
  box-sizing: border-box;
  padding: 0 20px;
}
#top-bnrarea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
#top-bnrarea ul li {
  margin-top: 1.5%;
  margin-bottom: 1.5%;
}
#top-bnrarea ul li a {}
#top-bnrarea ul li img {
  height: auto;
  width: 100%;
}
#top-bnrarea ul li.top-bnr-1col {
  width: 100%;
}
#top-bnrarea ul li.top-bnr-2col {
  width: 48%;
}
#top-bnrarea ul li.top-bnr-3col {
  width: 31%;
}

/* SP */
@media only screen and (max-width: 640px) {
  #top-bnrarea {
    margin: 60px auto 0;
  }
  #top-bnrarea .inner-01 {
    padding: 0;
  }
  #top-bnrarea ul {
    width: 90%;
    margin: 0 auto;
  }
}


/* STUDIO スタジオ
----------------------------------*/
#section-studio {
  margin-top: 120px;
}
#section-studio .list {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
  width: 1200px;
}
#section-studio .list ul {
  font-size: 0;
  margin-bottom: 170px;
  text-align: center;
  width: 100%;
}
#section-studio .list ul li {
  display: inline-block;
  text-align: left;
  position: relative;
  width: 550px;
}
#section-studio .list ul li.list-01,
#section-studio .list ul li.list-03 {
  margin-right: 20px;
}
#section-studio .list ul li.list-02,
#section-studio .list ul li.list-04 {
  margin-left: 20px;
}
#section-studio .list ul li.list-01,
#section-studio .list ul li.list-02 {
  margin-bottom: 180px;
}
#section-studio .list-img {
  position: relative;
  width: 520px;
  height: 360px;
  margin-left: 40px;
  overflow: hidden;
}
#section-studio .list-txt {
  background: #fff;
  box-sizing: border-box;
  padding: 30px;
  position: absolute;
  width: 440px;
  height: 220px;
  left: 0;
  bottom: -130px;
}
#section-studio .list-txt h3 {
  font-size: 32px;
  /*font-weight: bold;*/
  /*font-family: 'Vollkorn', serif, 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo;*/
  font-family: 'Archivo Black', sans-serif;
  line-height: 1;
}
#section-studio .list-txt h3 span {
  font-size: 48px;
  font-weight: normal;
}
#section-studio .list-txt p {
  font-size: 15px;
  margin-top: 10px;
}

/* SP */
@media only screen and (max-width: 640px) {
  #section-studio {
   /* margin-top: 100px;*/
    margin-top: 60px;
  }
  #section-studio .list {
    padding: 0;
    width: auto;
  }
  #section-studio .list ul {
    width: 90%;
    margin: 0 auto 60px;
  }
  #section-studio .list ul li {
    display: block;
    width: 100%;
  }
  #section-studio .list ul li.list-01,
  #section-studio .list ul li.list-03 {
    margin-right: 0;
    margin-bottom: 0;
  }
  #section-studio .list ul li.list-02,
  #section-studio .list ul li.list-03,
  #section-studio .list ul li.list-04 {
    margin-left: 0;
    margin-top: 40px;
    margin-bottom: 0;
  }
  #section-studio .list-img {
    width: 90%;
    height: 320px;
    margin-left: 10%;
  }
  #section-studio .list-txt {
    padding: 20px;
    width: 90%;
    min-height: 160px;
    height: auto;
    bottom: 0;
  }
  #section-studio .list-txt h3 {
    font-size: 24px;
    line-height: 1;
  }
  #section-studio .list-txt h3 span {
    font-size: 34px;
  }
  #section-studio .list-txt p {
    font-size: 12px;
  }
}


/* STOCK 小道具
----------------------------------*/
#section-stock {
  /*background: url("../img/home/stock_bg.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;*/
  box-sizing: border-box;
  height: 800px;
  margin-top: 180px;
  position: relative;
  background: transparent;
  min-height: 800px;
}
#section-stock:before {
  content: " ";
  background: rgba(0,0,0,0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#section-stock .section-ttl {
  /*position: absolute;
  right: 0;
  top: 60px;
  right: -50%;
  margin-right: 700px;
  width: 700px;*/
  position: relative;
  right: 0;
  top: 60px;
  max-width: 1600px;
  min-width: 1200px;
  text-align: right;
}
#section-stock .section-ttl h2,
#section-stock .section-ttl p {
  color: #fff;
}
#section-stock .section-ttl h2 {
  opacity: 0.8;
}
#section-stock .inner {
  background: rgba(2550,255,255,0.9);
  box-sizing: border-box;
  text-align: center;
  height: 400px;
  width: 600px;
  padding: 70px 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#section-stock .inner h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}

/* SP */
@media only screen and (max-width: 640px) {
  #section-stock {
    height: 600px;
    margin-top: 100px;
    padding-top: 0;
  }
  #section-stock .section-ttl {
    top: 30px;
    min-width: auto;
  }
  #section-stock .inner {
    padding: 40px 20px 20px;
    width: 80%;
    height: auto;
    min-height: 330px;
    top: 55%;
  }
  #section-stock .inner h3 {
    font-size: 20px;
  }
}

/* WORKS 実績
----------------------------------*/
#section-works {
  margin-top: 180px;
  width: 100%;
}
#section-works .list ul {
  margin-bottom: 60px;
  width: 100%;
}
#section-works .list ul::before {
  content: "";
  display: block;
  padding-top: 720px;
}
#section-works .list ul {
  width: 100%;
  position: relative;
}
#section-works .list ul li {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #ddd;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  position: absolute;
  height: 240px;
  width: 25%;
}
#section-works .list ul li.li-food {
  background-image: url("../img/home/works-food.jpg");
  top: 0;
  left: 0;
}
#section-works .list ul li.li-interior {
  background-image: url("../img/home/works-interior.jpg");
  top: 0;
  left: 25%;
}
#section-works .list ul li.li-model {
  background-image: url("../img/home/works-model.jpg");
  height: 480px;
  top: 240px;
  left: 0;
}
#section-works .list ul li.li-accessory {
  background-image: url("../img/home/works-accessory.jpg");
  top: 240px;
  left: 25%;
}
#section-works .list ul li.li-location {
  background-image: url("../img/home/works-location.jpg");
  height: 480px;
  top: 0;
  left: 50%;
}
#section-works .list ul li.li-image {
  background-image: url("../img/home/works-image.jpg");
  top: 0;
  left: 75%;
}
#section-works .list ul li.li-fashion {
  background-image: url("../img/home/works-fashion.jpg");
  bottom: 0;
  left: 25%;
}
#section-works .list ul li.li-goods {
  background-image: url("../img/home/works-goods.jpg");
  bottom: 0;
  left: 50%;
}
#section-works .list ul li.li-movie {
  background-image: url("../img/home/works-movie.jpg");
  height: 480px;
  bottom: 0;
  left: 75%;
}
#section-works .list ul li a {
  background: rgba(0,0,0,0.5);
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: bold;
  height: 240px;
  padding: 20px;
  vertical-align: bottom;
}
#section-works .list ul li.li-model a,
#section-works .list ul li.li-location a,
#section-works .list ul li.li-movie a {
  height: 480px;
}
#section-works .list ul li a:hover {
  background: rgba(0,0,0,0);
}
#section-works .list ul li a span {
  position: absolute;
  left: 20px;
  bottom: 10px;
}


/* SP */
@media only screen and (max-width: 640px) {
  #section-works {
    margin-top: 100px;
    width: 100%;
  }
  #section-works .list ul {
    margin-bottom: 60px;
    width: 100%;
    display: grid;
    grid-template-rows: 100px 100px 100px 100px 100px 100px;
    grid-template-columns: 50%;
  }
  #section-works .list ul::before {
      display: none;
  }
  #section-works .list ul li {
    position: relative;
    width: auto;
    height: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }
  #section-works .list ul li.li-food {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
  }
  #section-works .list ul li.li-interior {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
  }
  #section-works .list ul li.li-model {
    grid-row: 2 / 4;
    grid-column: 1 / 2;
  }
  #section-works .list ul li.li-accessory {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
  }
  #section-works .list ul li.li-location {
    grid-row: 4 / 6;
    grid-column: 2 / 3;
  }
  #section-works .list ul li.li-image {
    grid-row: 4 / 5;
    grid-column: 1 / 2;
  }
  #section-works .list ul li.li-fashion {
    grid-row: 3 / 4;
    grid-column: 2 / 3;
  }
  #section-works .list ul li.li-goods {
    grid-row: 5 / 6;
    grid-column: 1 / 2;
  }
  #section-works .list ul li.li-movie {
    grid-row: 6 / 7;
    grid-column: 1 / 3;
  }
  #section-works .list ul li a {
    height: 100px;
    padding: 10px;
    font-size: 20px;
  }
  #section-works .list ul li.li-model a,
  #section-works .list ul li.li-location a {
    height: 200px;
  }
  #section-works .list ul li.li-movie a {
    height: 100px;
  }
  #section-works .list ul li a:hover {
    background: rgba(0,0,0,0);
  }
  #section-works .list ul li a span {
    font-size: 18px;
    left: 10px;
    bottom: 10px;
  }
}


/* NEWS ニュース
----------------------------------*/
#section-news {
  background: #fff;
  box-sizing: border-box;
  margin-top: 180px;
  padding: 100px 0 70px 0;
  width: 100%;
}
#section-news .inner-01 {
}
#section-news .section-ttl {
  float: left;
  width: 320px;
}
#section-news .section-ttl h2 {
  color: #ccc;
  font-size: 58px;
}
#section-news .list-nws {
  float: left;
  width: 820px;
}
#section-news .list-nws ul {
}
#section-news .list-nws ul li {
  border-bottom: 1px solid #111;
  font-size: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  width: 100%;
}
#section-news .list-nws ul li .date {
  display: inline-block;
  font-size: 16px;
  width: 120px;
}
#section-news .list-nws ul li .text {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  width: 700px;
}

/* SP */
@media only screen and (max-width: 640px) {
  #section-news {
    margin-top: 100px;
    padding: 80px 0 70px 0;
  }
  #section-news .inner-01 {
  }
  #section-news .section-ttl {
    float: none;
    margin: 0 auto 20px;
    width: 100%;
  }
  #section-news .section-ttl h2 {
    font-size: 40px;
  }
  #section-news .list-nws {
    float: none;
    margin: 0 auto 40px;
    width: 90%;
  }
  #section-news .list-nws ul {
  }
  #section-news .list-nws ul li {
  }
  #section-news .list-nws ul li .date {
    display: block;
    font-size: 12px;
    width: auto;
  }
  #section-news .list-nws ul li .text {
    font-size: 12px;
    display: block;
    margin-top: 0;
    width: auto;
  }
}


/* STAFF BLOG スタッフブログ
----------------------------------*/
#section-staffblog {
  box-sizing: border-box;
  padding: 0 0 70px 0;
  width: 100%;
}
#section-staffblog .inner-01 {
}
#section-staffblog .section-ttl {
  text-align: center;
  width: 100%;
}
#section-staffblog .section-ttl h2 {
  color: #ccc;
  font-size: 58px;
}
#section-staffblog .list-staffblog {
  width: 100%;
}
#section-staffblog .list-staffblog ul {
  display: flex;
  justify-content: space-between;
}
#section-staffblog .list-staffblog ul li {
  font-size: 0;
  margin-bottom: 20px;
  width: 280px;
}
#section-staffblog .list-staffblog ul li .thum {
	height: 240px;
	overflow: hidden;
	position: relative;
	text-align: center;
  width: 100%;
}
#section-staffblog .list-staffblog ul li .thum img {
  min-height: 100%;
  height: auto;
  min-width: 100%;
  max-width: 160%;
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#section-staffblog .list-staffblog ul li .text_box {
  background: #fff;
  line-height: 1.7;
  min-height: 170px;
  padding: 15px 20px 20px;
}
#section-staffblog .list-staffblog ul li .date {
  color: #999;
  font-size: 16px;
}
#section-staffblog .list-staffblog ul li .title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 5px;
}
#section-staffblog .list-staffblog ul li .text {
  font-size: 15px;
}
#section-staffblog .list-staffblog ul li .text span {
  color: #999;
}
#section-staffblog .list-staffblog ul li a:hover .text_box {
  opacity: 0.7;
}

/* SP */
@media only screen and (max-width: 640px) {
  #section-staffblog {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }
  #section-staffblog .section-ttl {
    margin: 0 auto 20px;
    width: 100%;
  }
  #section-staffblog .section-ttl h2 {
    font-size: 40px;
    letter-spacing: 2px;
  }
  #section-staffblog .list-staffblog {
    margin: 0 auto 40px;
    width: 90vw;
  }
  #section-staffblog .list-staffblog ul {
    display: block;
  }
  #section-staffblog .list-staffblog ul li {
    margin-bottom: 6px;
    width: 100%;
  }
  #section-staffblog .list-staffblog ul li a {
    background: #fff;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3vw 3vw;
    width: 100%;
  }
  #section-staffblog .list-staffblog ul li .thum {
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 30vw;
    height: 30vw;
  }
  #section-staffblog .list-staffblog ul li .thum img {
    max-width: 180%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #section-staffblog .list-staffblog ul li .text_box {
    min-height: 70px;
    padding: 0 0 0 3vw;
    width: 51vw;
  }
  #section-staffblog .list-staffblog ul li .date {
    font-size: 12px;
    width: auto;
  }
  #section-staffblog .list-staffblog ul li .title {
    font-size: 15px;
  }
  #section-staffblog .list-staffblog ul li .text {
    font-size: 12px;
  }
}


/* STAFFS スタッフ
----------------------------------*/
#section-staffs {
  /*background: url("../img/home/staffs_bg.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;*/
  box-sizing: border-box;
  height: 800px;
  margin-top: 180px;
  margin-bottom: 0;
  position: relative;
  background: transparent;
  min-height: 800px;
}
#section-staffs:before {
  content: " ";
  background: rgba(0,0,0,0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#section-staffs .section-ttl {
  position: relative;
  right: 0;
  top: 60px;
  max-width: 1600px;
  min-width: 1200px;
  text-align: right;
}
#section-staffs .section-ttl h2,
#section-staffs .section-ttl p {
  color: #fff;
}
#section-staffs .section-ttl h2 {
  opacity: 0.8;
}
#section-staffs .inner {
  background: rgba(2550,255,255,0.9);
  box-sizing: border-box;
  text-align: center;
  height: 400px;
  width: 600px;
  padding: 70px 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#section-staffs .inner h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}

/* SP */
@media only screen and (max-width: 640px) {
  #section-staffs {
    height: 600px;
    margin-top: 100px;
    padding-top: 0;
  }
  #section-staffs .section-ttl {
    min-width: auto;
    top: 30px;
  }
  #section-staffs .inner {
    padding: 40px 20px 20px;
    width: 80%;
    height: auto;
    min-height: 330px;
    top: 55%;
  }
  #section-staffs .inner h3 {
    font-size: 20px;
  }
}


/* BLOG ブログ
----------------------------------*/
#bnr-blog {}

/* SP */
@media only screen and (max-width: 640px) {
#bnr-blog {
  width: 90%;
  margin: 0 auto;
}
}




/* PC
----------------------------------------------------------*/
@media only screen and (max-width: 1270px) {
  .slick-next {
    right: 1%;
  }
  .slick-prev {
    left: 1%;
  }
  .list-nws .cmn-grid-01 {
    padding: 0 2.5%;
  }
  .list-nws .cmn-grid-01 li {
    max-width: 280px;
    width: 25.333%;
    margin-right: 4%;
    margin-left: 4%;
  }
}


/* SP
----------------------------------------------------------*/
@media only screen and (max-width: 640px) {

  .top-slider {
    padding: 0;
  }
  .slider-img {
    /*height: 400px;*/
    height: 75vw;
    width: 75vw;
  }
  .slick-next {
    right: 1.8%;
  }
  .slick-prev {
    left: 1.8%;
  }
  .slick-prev,
  .slick-next,
  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    height: 30px;
    width: 30px;
  }
  .slick-prev:before,
  .slick-next:before {
    width: 6px;
    height: 6px;
  }
  .slick-next:before {
    margin-left: 10px;
  }
  .slick-prev:before {
    margin-right: 10px;
  }
  .slick-dots li button:before {
    font-size: 6px;
    line-height: 11px;
    width: 8px;
    height: 8px;
  }
  .slick-dots {
    bottom: -35px;
  }
  /*.slider-img.slider-img-01 {
    background-image: url('../img/home/top-slider-01-sp.png');
  }*/
  .section-01 {
    margin-top: 105px;
    margin-bottom: 70px;
  }
  .list-pdc .cmn-grid-01 li {
    width: 100%;
    margin-right: 0;
  }
  .list-nws .cmn-grid-01 li {
    display: block;
    max-width: 300px;
    width: auto;
    margin: 0 auto 35px;
  }
  .list-pdc .cmn-grid-01,
  .list-nws .cmn-grid-01 {
    width: auto;
    padding: 0;
  }
  .list-pdc .cmn-btn-01 {
    min-width: 175px;
  }
  .list-pdc .cmn-btn-01 .txt:not(.font-fmy-03) {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .list-pdc .cmn-btn-02 {
    text-align: right;
    padding-right: 15px;
  }
  .list-nws-txt {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 0.75em;
  }
  .list-pdc .cmn-grid-01 li {
    margin: 80px 0 0 0;
  }
  .list-pdc .cmn-grid-01 li:first-child {
    margin-top: 20px;
  }
  .list-pdc-img {
    min-height: 0;
    margin-right: auto;
    margin-left: auto;
  }
  #list-pdc-01 .list-pdc-img {
    width: 154px;
  }
  #list-pdc-02 .list-pdc-img {
    width: 252px;
  }
  #list-pdc-03 .list-pdc-img {
    width: 330px;
  }
  .list-pdc-img > img {
    position: relative;
    top: 0;
    bottom: auto;
  }
  .list-pdc-img + .cmn-btn-01 {
    margin-top: 20px;
  }
  .list-pdc .cmn-btn-01 .txt:not(.font-fmy-03) {
    top: -1px;
  }
}


