/******************************/
/* SLIDER */
/******************************/
@media screen and (max-width: 1030px) {
  .slider {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
  }
}
#slider div {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#slider > div {
  display: none;
}
.bx-viewport #slider > div {
  display: block;
}
.bx-wrapper {
  z-index: 0;
}
.bx-wrapper img {
  width: 100%;
  height: auto;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
}
.bx-wrapper .bx-pager {
  bottom: -27px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 3px !important;
  padding-top: 15px;
  width: 25px !important;
  height: 1px !important;
  background: transparent !important;
  border-bottom: 1px solid #cccccc;
  border-radius: 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: transparent !important;
  border-bottom: 1px solid #000000;
}
/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  width: 760px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    display: block;
    width: auto;
  }
}
.p-line-informaiton ul {
  flex: 1;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton ul {
    font-size: 12px;
  }
}
.p-line-informaiton li {
  margin-bottom: 15px;
}
.p-line-informaiton__ttl {
  position: relative;
  margin: 0 40px 0 0;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl {
    margin: 0;
  }
}
.p-line-informaiton__ttl:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -20px;
  width: 1px;
  height: 10px;
  background: #d2d2d2;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl:before {
    content: none;
  }
}
/***** お知らせ *****/
.p-top-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    display: block;
    margin-bottom: 45px;
  }
}
.p-top-news__ttl {
  box-sizing: border-box;
  margin-right: 25px;
  padding: 10px;
  width: 110px;
  border: 1px solid #b2b2b2;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-news__ttl {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px;
    width: 70px;
    border: 1px solid #b2b2b2;
    font-size: 12px;
  }
}
.p-top-news__body {
  flex: 1;
  margin-bottom: 0;
}
/******************************/
/* TOP RECOMMEND */
/******************************/
.p-recommend.u-container {
  padding-top: 0;
  padding-bottom: 0;
}
/******************************/
/* NEW　ARRIVAL */
/******************************/
.p-new-item.u-container {
  padding-top: 0;
  padding-bottom: 0;
}
/******************************/
/* TOP RANKING */
/******************************/
.p-ranking-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.p-ranking-list .slick-prev, .p-ranking-list .slick-next {
  top: 80px;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
  background: rgba(255,255,255,0.4);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev, .p-ranking-list .slick-next {
    top: 110px;
    width: 45px;
    height: 45px;
  }
}
.p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
    top: 15px;
  }
}
.p-ranking-list .slick-prev {
  left: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    left: 0px;
  }
}
.p-ranking-list .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before {
    left: 17px;
  }
}
.p-ranking-list .slick-next {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    right: 0px;
  }
}
.p-ranking-list .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next:before {
    left: 13px;
  }
}
.p-ranking-list__item {
    font-size: 14px;
    font-weight: 600;
  position: relative;
  box-sizing: border-box;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 25px;
  word-break: break-all;
}
.p-ranking-list__item span {
    display: block;
    font-size: 14px;
}
@media screen and (max-width: 1300px) {
  .p-ranking-list__item {
    font-size: 12px;
  }
}
@media screen and (max-width: 1030px) {
  .p-ranking-list__item {
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 749px){
  .p-ranking-list__item {
    font-size: 16px;
  }
}

.p-ranking-list__img {
  position: relative;
  margin-top: 35px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    text-align: center;
  }
}
.p-ranking-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-ranking-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-ranking-list__img img {
  display: inline-block !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}
.p-ranking-list__num {
  position: absolute;
  top: 5px;
  left: 1px;
  width: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  background: #0E0F42;
  color: #ffffff;
  text-align: center;
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}
.p-ranking-list__price {
  color: #909090;
  margin-top: 5px;
}
.p-ranking-list__btn {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-ranking-list__btn.is-added {
  color: #000000;
}
.p-ranking-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1030px) {
  .p-information {
    padding-bottom: 45px;
  }
}
.p-information__body {
  margin-top: 40px;
  margin-left: 30px;
  margin-right: 30px;
  line-height: 2;
    color: #0E0F42;
}
@media screen and (max-width: 1030px) {
  .p-information__body {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 749px){
  .p-information__body {
    margin-top: 20px;
  }
}
/******************************/
/* TOP FREE */
/******************************/
.p-free__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-free__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP BANNER */
/******************************/
.p-bnr {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1030px) {
  .p-bnr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-bnr-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-bnr-list {
    display: block;
  }
}
.p-bnr-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
}
@media screen and (max-width: 1030px) {
  .p-bnr-list__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr-list__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
  }
}

.home-copy-section {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 0;
}
.home-copy-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin: 0;
    padding: 0 15%;
}
.home-copy-title {
    display: block;
    margin: 0 0 25px;
    padding: 0;
}
.home-copy-title span {
    display: block;
    font-size: 4.4vw;
    font-weight: 600;
    letter-spacing: 0.1vw;
    line-height: 1.2;
    color: #000;
    text-align: center;
    margin: 0;
    padding: 0 0 10px;
}
.home-copy-subtitle {
    display: block;
    font-size: 1.3vw;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.4;
    text-align: center;
    color: #0E0F42;
    margin: 0;
    padding: 0 0 0 10px;
}
.home-copy-subtitle span {
    font-size: 0.8vw;
}
@media (max-width: 990px){
  .home-copy-wrap {
    display: block;
    height: auto;
    padding: 0 15% 10%;
  }
  .home-copy-subtitle {
    font-size: 2.8vw;
  }
  .home-copy-subtitle span {
    font-size: 2.0vw;
  }
}
@media screen and (max-width: 767px) {
  .home-copy-wrap {
    padding: 0 5% 10%;
  }
  .home-copy-subtitle {
    font-size: 3.2vw;
    padding: 0 0 0 0px;
  }
  .home-copy-subtitle span {
    font-size: 2.4vw;
  }
}
@media (max-width: 499px){
  .home-copy-imgwrap {
    padding: 5% 0 0;
  }
  .home-copy-wrap {
    padding: 0 0 10%;
  }
  .home-copy-title {
    margin: 0 0 15px;
  }
  .home-copy-subtitle {
    font-size: 5.4vw;
    line-height: 1.6;
  }
  .home-copy-subtitle br {
    display: none;
  }
  .home-copy-subtitle span {
    font-size: 3.6vw;
  }
}

.home-clock-section {
    margin: 0 5%;
    padding: 0;
    border-top: 6px solid #000;
}
.home-clock-innerwrap {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.home-clock-title {
    display: block;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0px;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #0E0F42;
    margin: 0;
    padding: 25px 30px 20px;
    text-align: left;
    border-bottom: 1px solid #000;
}
.home-clock-title span {
    font-size: 1.0vw;
}
@media (max-width: 749px){
  .home-clock-title {
    text-align: center;
  }
}

.home-clock-textwrap01 {
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #000;
}
.home-clock-textwrap02 {
    display: block;
    width: 100%;
    height: 100%;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.home-clock-iconimg {
    display: block;
    width: 200px;
    font-size: 7.2vw;
    color: #0E0F42;
    text-align: center;
    margin: 0 auto;
    padding: 10% 0 5%;
}
.home-clock-subtitle {
    display: block;
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #0E0F42;
    text-align: center;
    margin: 0;
    padding: 0 0 5%;
}
.home-clock-text {
    display: block;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.8;
    color: #0E0F42;
    margin: 0;
    padding: 0 10% 10% 10%;
    text-align: left;
}


.news-lead-title-jp {
    display: block;
    font-size: 2.0vw;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0;
    color: #0E0F42;
    text-align: center;
    margin: 0;
    padding: 6% 0 3%;
}
.news-lead-text-jp {
    display: block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.8;
    text-align: center;
    color: #0E0F42;
    margin: 0;
    padding: 0 0 6%;
}
.news-lead-text-jp-last {
    display: block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.8;
    text-align: center;
    color: #0E0F42;
    margin: 0;
    padding: 0 0 8%;
}


/* Btn Service About Black
 * --------------------------------------- */
.linkbutton-news-wrap {
    margin: 0 auto;
    padding: 0;
}
.linkbutton-service-wrap {
	margin: 3% auto 2%;
    padding: 0;
}
.linkbutton-construction-wrap {
    margin: 3% auto 0;
    padding: 0;
}

.linkbutton-service-about {
    display: block;
    position: relative;
    width: 330px;
    height: 50px;
    text-align: left;
	margin: 0 auto;
    padding: 0 20px;
    background: transparent;
    line-height: 45px;
	border: solid 2px #0E0F42;
	border-radius: 6px;
	overflow: hidden;
}
.linkbutton-service-about::before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #0E0F42;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}
.linkbutton-service-about:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}
.linkbutton-service-about .text {
    display: inline-block;
    position: relative;
    font-size: 1.6rem;
    font-weight: 600;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0;
    color: #0E0F42;
	text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-service-about:hover .text {
    color: #FFF;
}
.linkbutton-service-about .arrow {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #0E0F42;
    position: absolute;
    right: 20px;
    top: 45%;
    margin-top: -3px;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-service-about:hover .arrow {
    border-color: transparent transparent transparent #FFF;
    right: 25px;
}

@media (max-width: 1480px){
  .home-clock-text {
    font-size: 14px;
  }
  .news-lead-text-jp {
    font-size: 16px;
  }
  .news-lead-text-jp-last {
    font-size: 16px;
  }
  .news-lead-title-jp {
    font-size: 24px;
  }
}
@media (max-width: 1200px){
  .home-clock-subtitle {
    font-size: 18px;
    letter-spacing: 0px;
  }
}
@media (max-width: 990px){
  .home-clock-textwrap02 {
    height: auto;
    border-left: 0px solid #000;
    border-right: 0px solid #000;
  }
  .home-clock-iconimg {
    font-size: 15.0vw;
    padding: 8% 0 5%;
  }
  .home-clock-subtitle {
    font-size: 3.6rem;
  }
  .home-clock-text {
    font-size: 16px;
    padding: 0 5% 10% 5%;
  }
  .news-lead-title-jp {
    font-size: 3.6vw;
  }
  .news-lead-text-jp {
    text-align: left;
    margin: 0;
    padding: 0 5% 5%;
  }
  .news-lead-text-jp-last {
    text-align: left;
    margin: 0;
    padding: 0 5% 10%;
  }
  .news-lead-text-jp br {
    display: none;
  }
  .news-lead-text-jp-last br {
    display: none;
  }
}
@media (max-width: 749px){
  .home-clock-iconimg {
    font-size: 12.0rem;
  }
  .home-clock-subtitle {
    font-size: 3.0rem;
  }
}
@media (max-width: 499px){
  .home-clock-subtitle {
    font-size: 2.0rem;
    letter-spacing: 0px;
  }
  
  .news-lead-title-jp {
    font-size: 4.8vw;
    padding: 11% 0 5%;
  }
  .news-lead-text-jp {
    text-align: left;
    margin: 0;
    padding: 0 5% 11%;
  }
  .news-lead-text-jp-last {
    text-align: left;
    margin: 0;
    padding: 0 5% 14%;
  }

  .linkbutton-news-wrap {
    margin: 0 auto 11%;
    padding: 0;
  }
	.linkbutton-service-about {
		width: 80%;
		height: auto;
		margin: 0 auto;
		padding: 11px 20px 13px;
		line-height: 1.0;
	}
	.linkbutton-service-about .text {
		font-size: 1.4rem;
		font-weight: 500;
	}
}

/*!------------------------------------------------------------------
[Button]
*/
.linkbutton-wrapper {
    display: block;
    width: 100%;
    height: 70px;
    text-align: left;
    margin: 30px 0 15px;
    padding: 0;
}
.linkbutton-left {
    display: block;
    position: relative;
    width: 140px;
    height: 55px;
    text-align: left;
    margin: 0 auto;
    padding: 0 20px;
    background: ransparent;
    line-height: 55px;
}
.linkbutton-left::before {
  content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #0E0F42;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}
.linkbutton-left:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}
.linkbutton-left .text {
    display: inline-block;
    position: relative;
    font-size: 1.4rem;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    color: #0E0F42;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-left:hover {
}
.linkbutton-left:hover .text {
    color: #FFF;
}
.linkbutton-left .arrow {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #0E0F42;
    position: absolute;
    right: 20px;
    top: 45%;
    margin-top: -3px;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-left:hover .arrow {
    border-color: transparent transparent transparent #FFF;
    right: 25px;
}
@media (max-width: 990px){
    .linkbutton-left {
        margin: 0 auto;
    }
}

.top-sns-wrap-left {
  display: flex;
  justify-content: flex-end;
  width: 422px;
  height: 400px;
  margin: 10% 5% 15% auto;
}
.top-sns-wrap-right {
  display: flex;
  justify-content: flex-start;
  width: 422px;
  height: 400px;
  margin: 10% auto 15% 5%;
}

@media (max-width: 990px){
	.top-sns-wrap-left {
  		display: flex;
  		justify-content: center;
  		margin: 10% auto 5%;
	}
	.top-sns-wrap-right {
  		display: flex;
  		justify-content: center;
  		margin: 0 auto 10%;
	}
}
@media (max-width: 499px){
	.top-sns-wrap-left {
  		width: 300px;
  		height: 400px;
  		margin: 10% auto 5%;
	}
	.top-sns-wrap-right {
  		width: 300px;
  		height: auto;
  		margin: 0 auto 10%;
	}
}




