@charset "UTF-8";
/* CSS Document */


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

/*-----------
kv
-----------*/

#kv{
  width: 100%;
  min-width: 100%;
  z-index: 10;
  position: relative;
  height: auto;
  background: none;
  border-top: none;
}

#kv ul.slider_kv{
  height: auto;
}

#kv ul.slider_kv li.slider_kv_li{
  height: auto;
}

#kv ul.slider_kv li.slider_kv_li img{
  display: block;
  height: auto;
  width: 100%;
  position: relative;
  left: 0;
  margin-left: 0;
}

.slider_kv .slick-arrow{
  width: 36px;
  height: 36px;
  margin-top: -18px;
}

.slider_kv .slick-prev{
  background: url("../common/js/slick/slick_prev_kv.png") no-repeat left top;
  background-size: 36px auto;
  left: 0;
}

.slider_kv .slick-next{
  background: url("../common/js/slick/slick_next_kv.png") no-repeat left top;
  background-size: 36px auto;
  right: 0;
}


/* モーダル本体 */
.modal-content{
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}

.modal-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* モーダルウィンドウ表示中に記事本体を固定 */

.btn_close{
  position: absolute;
  top: -30px;
  right: 10px;
  display: block;
  width: 24px;
  height: 24px;
}


/*-----------
top common
-----------*/

#statement,
#products,
#information{
  width: 100%;
  margin: 0;
  padding: 0 0 60px;
}

#statement h2,
#voice h2,
#features h2,
#products h2,
#information h2{
  margin: 0 auto 30px;
  width: 100%;
  height: auto;
  line-height: 1;
}

h2 img{
  width: 100%;
}

#statement .inner,
#voice .inner,
#features .inner,
#products .inner,
#information .inner{
  width: 92%;
  margin: 0 auto;
}
  
  
  
/*-----------
floatBnr
-----------*/


.floatBnr {
  top: 51px;
  height: 120px;
  width: 140px;
}

.floatBnr a {
  top: 30px;
}

.floatBnr img {
  width: 140px;
  height: 93px;
}

.floatBnr.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.bnr-close{
  width: 30px;
  height: 30px;
}

.bnr-close:hover {
  opacity: 0.5;
}

.bnr-close:before,
.bnr-close:after {
	content: "";
	position: absolute;
	top: 50%;
  left: 50%;
	width: 24px;
	height: 2px;
	background-color: #000;
  margin: 0 0 0 -12px;
  border-radius: 2px;
}

.bnr-close:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.bnr-close:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/*-----------
pickup
-----------*/

#pickup{
  width: 100%;
  padding: 14% 0 60px;
}

#pickup h2{
  width: 98%;
  margin: 0 auto 25px;
}

#pickup .slider_pickup li{
  width: 330px;
  height: 177px;
  margin: 0 5px;
}

.slider_pickup .slick-arrow{
  width: 36px;
  height: 36px;
  margin-top: -18px;
}

.slider_pickup .slick-prev{
  background: url("../common/js/slick/slick_prev.png") no-repeat left top;
  background-size: 36px auto;
  left: 0;
}

.slider_pickup .slick-next{
  background: url("../common/js/slick/slick_next.png") no-repeat left top;
  background-size: 36px auto;
  right: 0;
}


/*-----------
statement
-----------*/

#statement .movie{
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  margin: 0 auto 20px;
  overflow: hidden;
}

#statement .movie iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#statement .txt{
  font-size: 17px;
}

#statement .list_note{
  font-size: 12px;
  width: 100%;
}


/*-----------
voice
-----------*/

#voice{
  width: 100%;
  margin: 0;
  padding: 0 0 30px;
}

#voice .txt_read{
  font-size: 17px;
}

#voice #voice_roomclip_list li{
  width: 48%;
  margin: 0 4% 20px 0;
}

#voice #voice_roomclip_list li:nth-child(2n) {
  margin-right: 0;
}

#voice #voice_roomclip_list li .comment{
  font-size: 13px;
}


/*-----------
features
-----------*/

#features{
  width: 100%;
  margin: 0;
  padding: 0 0 70px;
}

#features ul{
  display:flex;
  flex-wrap:wrap;
}

#features ul li{
  width: 100%;
  margin: 0 0 30px;
}

#features ul li img{
  width: 100%;
}



/*-----------
products
-----------*/

#products h3{
  font-size: 26px;
}

#products h3 span{
  font-size: 22px;
}

#products_list{
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0;
}

#products_list dl{
  background: #fff;
  border: 1px solid #000;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 10px;
  display:flex;
  flex-wrap:wrap;
  align-items: center;
}

#products_list dl dt{
  width: 40%;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  line-height: 1.3;
}
  
#products_list dl dt img {
  display: block;
  margin: 0 auto;
  width: 60%;
  padding: 5px 0;
}

#products_list dl dd{
  width: 60%;
  padding-left:10px;
  box-sizing: border-box;
}

#products_list dl dd img {
  display: none;
}

#products_list ul li{
  width: 48%;
  padding: 8px 8px 16px;
  margin: 0 4% 4% 0;
  box-sizing: border-box;
}

#products_list ul li:nth-child(2n) {
  margin: 0 0 4%;
}

#products_list ul li .grade.highgrade_plus{
  font-size: 13px;
}

#products_list ul li .txt{
  line-height: 1.5;
  font-size: 14px;
  padding-left: 2px;
}

#products_list ul li .txt sup {
  font-size: 11px;
}

#products_list ul li.icon_new a::after {
  top: -14px;
  right: -20px;
  width: 30px;
  height: 30px;
}

#products_list ul li.icon_new_agg a::after {
  top: -14px;
  right: -22px;
  width: 38px;
  height: 38px;
}

.annotation_list {
  padding-right: 0;
  font-size: 10px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0;
}

#products_search {
  margin: 0 -4.35% 16% !important;
  padding-top: 0 !important;
}


/*-----------
information
-----------*/

#information .news_wrap {
  display: block;
}

#information .news_wrap > div {
  position: relative;
  width: auto;
}

#information .news_wrap > div h3 {
  margin: 0 0 16px 5px;
  padding-top: 8px;
}

#information ul.news_list{
  width: 100%;
  margin-bottom: 40px
}

#information ul.news_list li{
  border-bottom: 1px solid #ebebeb;
}

/* #information ul.news_list li a .icon{
  width: 116px;
} */

#information ul.btn {
  width: 100%;
  height: auto;
}

#information ul.btn li {
  width: 49%;
  height: auto;
  margin: 0 2% 0 0;
}

#information ul.btn li:nth-child(2) {
  margin: 0;
}

#information ul.news_list li a{
  padding: 10px 20px 10px 5px;
  display: block;
  background: url("../common/img/arrow_r_b.png") no-repeat right 5px center;
  background-size: 9px auto;
  letter-spacing: .06em;
}

#information ul.news_list li a .date{
  display: inline-block;
  margin:0 0 5px 0;
}

#information ul.news_list li a .icon{
  display: inline-block;
  margin:0 0 5px 0;
}

#information ul.btn li a {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1.4;
  margin: 0;
  padding:  8px 15px;
  font-size: 16px;
  background: #e2f6ff url("../common/img/arrow_r_b.png") no-repeat right 6px center;
  background-size: 9px auto;
  box-sizing: border-box;
}

#information ul.news_list li a .txt{
  width: auto;
  padding-right: 15px;
}



}
