.top-cont3 a:hover{
  opacity:unset;
}

.inputwrap input{
width:100%;
}

.modalform{
  margin-top:40px;
}

.modalform p{
  font-weight:bold;
  font-size:12px;
}


  .modal-wrapper {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
  }
  
  .modal-wrapper:not(:target){
    opacity: 1;
    visibility: visible;
    transition: opacity .4s, visibility .4s;
  }
  

  .modal-wrapper2:not(:target) {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s, visibility .3s;
  }
  
  .modal-wrapper2:target {
    opacity: 1;
    visibility: visible;
    transition: opacity .4s, visibility .4s;
  }
  
  .modal-wrapper::after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    vertical-align: middle;
    content: ""
  }
  
  .modal-wrapper,.modal-wrapper2 {
    z-index: 999999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 60px 10px;
    text-align: center;
    overflow-y: hidden;
    width:100%;
    height:auto;
  }
  
  .modal-wrapper .modal-window {
    box-sizing: border-box;
    display: block;
    z-index: 20;
    position: fixed;
    height: auto;
    width: 70%;
    background: red;
    top: calc(50% - 75%/2);
    left:calc(50% - 70%/2);

    padding: 30px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    vertical-align: bottom;
  }

  
  .modal-wrapper2:not(:target) {
    opacity: 0;
    visibility: hidden;
    /*transition: opacity .3s, visibility .3s;*/
  }
  
  .modal-wrapper2:target {
    opacity: 1;
    visibility: visible;
    /*transition: opacity .4s, visibility .4s;*/
  }

  .modal-wrapper .modal-window2,.modal-wrapper2 .modal-window2  {
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 80%;
    margin-top:50px;
    height:70%;
    padding: 30px 30px 15px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    vertical-align: middle
  }

  .modal-wrapper .modal-window .modal-content,  .modal-wrapper2 .modal-window2 .modal-content {
    max-height: 80vh;
    /*overflow-y: auto;*/
  }
  
  .modal-overlay {
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8)
  }

  .modal-window {
    opacity:0;
    }
  
  
  .modal-wrapper .modal-close,.modal-wrapper2 .modal-close {
    z-index: 20;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    color: #95979c !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    text-indent: 0
  }
  
  .modal-wrapper .modal-close:hover,.modal-wrapper2 .modal-close:hover {
    color: #2b2e38 !important
  }

.modal-wrapper p.btn,.modal-wrapper2 p.btn{
	display: inline-block;
	font-family: noto-sans-cjk-jp, sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
  line-height: 40px;
  height:40px;
	letter-spacing: .3em;
	padding: 0 1em 0 1.5em;
	background: #ff7864;
    border-radius: 100px;
    cursor:pointer;
    margin: 10px;
}

.modal-content li{
  margin-bottom:10px;
  font-size:12px;
  font-weight:bold;
}

.zone-cont{
  margin : 0 auto;
}
.zone-cont ul.tag{
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	margin-bottom: 20px;
}
.zone-cont ul.tag li{
	display: flex;
	float: left;
	width: 15.5%;
	min-height: 50px;
	margin-right: 1%;
	margin-bottom: 1%;
  padding-top: 10px;
  padding-bottom: 10px;
	font-size: 14px;
	line-height: 1.3;
	background: #fff;
	border: 2px solid #000;
	border-radius: 5px;
	vertical-align: middle;
}
.zone-cont ul.tag li:nth-child(6n){ margin-right: 0;}
.zone-cont ul.tag li span{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}



.title3{
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	letter-spacing: .1em;
	margin-bottom: 15px;
	background: #ff7864;
}



.no-margin {
  margin: 0px !important; }

.m-b-0 {
  margin-bottom: 0px !important; }

.m-b-5 {
  margin-bottom: 5px !important; }

.m-b-10 {
  margin-bottom: 10px !important; }

.m-b-15 {
  margin-bottom: 15px !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.m-b-25 {
  margin-bottom: 25px !important; }

.m-b-30 {
  margin-bottom: 30px !important; }

.m-b-35 {
  margin-bottom: 35px !important; }

.m-b-40 {
  margin-bottom: 40px !important; }

.m-b-50 {
  margin-bottom: 50px !important; }

.m-b-60 {
  margin-bottom: 60px !important; }

.m-b-70 {
  margin-bottom: 70px !important; }

.m-b-80 {
  margin-bottom: 80px !important; }

.m-b-90 {
  margin-bottom: 90px !important; }

.m-b-100 {
  margin-bottom: 100px !important; }

.m-b-150 {
  margin-bottom: 150px !important; }

.m-b-200 {
  margin-bottom: 200px !important; }

.m-t-0 {
  margin-top: 0px !important; }

.m-t-5 {
  margin-top: 5px !important; }

.m-t-10 {
  margin-top: 10px !important; }

.m-t-15 {
  margin-top: 15px !important; }

.m-t-20 {
  margin-top: 20px !important; }

.m-t-25 {
  margin-top: 25px !important; }

.m-t-30 {
  margin-top: 30px !important; }

.m-t-35 {
  margin-top: 35px !important; }

.m-t-40 {
  margin-top: 40px !important; }

.m-t-50 {
  margin-top: 50px !important; }

.m-t-60 {
  margin-top: 60px !important; }

.m-t-70 {
  margin-top: 70px !important; }

.m-t-80 {
  margin-top: 80px !important; }

.m-t-90 {
  margin-top: 90px !important; }

.m-t-100 {
  margin-top: 100px !important; }

.m-l-0 {
  margin-left: 0px !important; }

.m-l-5 {
  margin-left: 5px !important; }

.m-l-10 {
  margin-left: 10px !important; }

.m-l-15 {
  margin-left: 15px !important; }

.m-l-20 {
  margin-left: 20px !important; }

.m-l-25 {
  margin-left: 25px !important; }

.m-l-30 {
  margin-left: 30px !important; }

.m-l-35 {
  margin-left: 35px !important; }

.m-l-40 {
  margin-left: 40px !important; }

.m-l-50 {
  margin-left: 50px !important; }

.m-l-60 {
  margin-left: 60px !important; }

.m-l-70 {
  margin-left: 70px !important; }

.m-l-80 {
  margin-left: 80px !important; }

.m-l-90 {
  margin-left: 90px !important; }

.m-l-100 {
  margin-left: 100px !important; }

.m-r-0 {
  margin-right: 0px !important; }

.m-r-5 {
  margin-right: 5px !important; }

.m-r-10 {
  margin-right: 10px !important; }

.m-r-15 {
  margin-right: 15px !important; }

.m-r-20 {
  margin-right: 20px !important; }

.m-r-25 {
  margin-right: 25px !important; }

.m-r-30 {
  margin-right: 30px !important; }

.m-r-35 {
  margin-right: 35px !important; }

.m-r-40 {
  margin-right: 40px !important; }

.m-r-50 {
  margin-right: 50px !important; }

.m-r-60 {
  margin-right: 60px !important; }

.m-r-70 {
  margin-right: 70px !important; }

.m-r-80 {
  margin-right: 80px !important; }

.m-r-90 {
  margin-right: 90px !important; }

.m-r-100 {
  margin-right: 100px !important; }

.m-0 {
  margin: 0px !important; }

.m-5 {
  margin: 5px !important; }

.m-10 {
  margin: 10px !important; }

.m-15 {
  margin: 15px !important; }

.m-20 {
  margin: 20px !important; }

.m-25 {
  margin: 25px !important; }

.m-30 {
  margin: 30px !important; }

.m-35 {
  margin: 35px !important; }

.m-40 {
  margin: 40px !important; }

.m-50 {
  margin: 50px !important; }

.m-60 {
  margin: 60px !important; }

.m-70 {
  margin: 70px !important; }

.m-80 {
  margin: 80px !important; }

.m-90 {
  margin: 90px !important; }

.m-100 {
  margin: 100px !important; }

/*Margins*/
.col-no-margin {
  padding: 0 !important; }
  .col-no-margin [class^="col-"] {
    margin: 0 !important;
    padding: 0 !important; }

.row.col-no-margin {
  margin: 0 !important;
  padding: 0 !important; }

.row.col-mdall-margins [class^="col-"] {
  margin: 0 0 20px 0 !important; }

.no-padding-top {
  padding-top: 0 !important; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

.no-padding {
  padding: 0 !important; }

.p-0 {
  padding: 0px !important; }

.p-5 {
  padding: 5px !important; }

.p-10 {
  padding: 10px !important; }

.p-15 {
  padding: 15px !important; }

.p-20 {
  padding: 20px !important; }

.p-25 {
  padding: 25px !important; }

.p-30 {
  padding: 30px !important; }

.p-35 {
  padding: 35px !important; }

.p-40 {
  padding: 40px !important; }

.p-50 {
  padding: 50px !important; }

.p-60 {
  padding: 60px !important; }

.p-70 {
  padding: 70px !important; }

.p-80 {
  padding: 80px !important; }

.p-90 {
  padding: 90px !important; }

.p-100 {
  padding: 100px !important; }

.p-150 {
  padding: 150px !important; }

.p-200 {
  padding: 200px !important; }

.p-b-0 {
  padding-bottom: 0px !important; }

.p-b-5 {
  padding-bottom: 5px !important; }

.p-b-10 {
  padding-bottom: 10px !important; }

.p-b-15 {
  padding-bottom: 15px !important; }

.p-b-20 {
  padding-bottom: 20px !important; }

.p-b-25 {
  padding-bottom: 25px !important; }

.p-b-30 {
  padding-bottom: 30px !important; }

.p-b-35 {
  padding-bottom: 35px !important; }

.p-b-40 {
  padding-bottom: 40px !important; }

.p-b-50 {
  padding-bottom: 50px !important; }

.p-b-60 {
  padding-bottom: 60px !important; }

.p-b-70 {
  padding-bottom: 70px !important; }

.p-b-80 {
  padding-bottom: 80px !important; }

.p-b-90 {
  padding-bottom: 90px !important; }

.p-b-100 {
  padding-bottom: 100px !important; }

.p-b-110 {
  padding-bottom: 110px !important; }

.p-b-120 {
  padding-bottom: 120px !important; }

.p-b-130 {
  padding-bottom: 130px !important; }

.p-b-140 {
  padding-bottom: 140px !important; }

.p-b-150 {
  padding-bottom: 150px !important; }

.p-b-200 {
  padding-bottom: 200px !important; }

.p-t-0 {
  padding-top: 0px !important; }

.p-t-5 {
  padding-top: 5px !important; }

.p-t-10 {
  padding-top: 10px !important; }

.p-t-15 {
  padding-top: 15px !important; }

.p-t-20 {
  padding-top: 20px !important; }

.p-t-25 {
  padding-top: 25px !important; }

.p-t-30 {
  padding-top: 30px !important; }

.p-t-35 {
  padding-top: 35px !important; }

.p-t-40 {
  padding-top: 40px !important; }

.p-t-50 {
  padding-top: 50px !important; }

.p-t-60 {
  padding-top: 60px !important; }

.p-t-70 {
  padding-top: 70px !important; }

.p-t-80 {
  padding-top: 80px !important; }

.p-t-90 {
  padding-top: 90px !important; }

.p-t-100 {
  padding-top: 100px !important; }

.p-t-110 {
  padding-top: 110px !important; }

.p-t-120 {
  padding-top: 120px !important; }

.p-t-130 {
  padding-top: 130px !important; }

.p-t-140 {
  padding-top: 140px !important; }

.p-t-150 {
  padding-top: 150px !important; }

.p-t-200 {
  padding-top: 200px !important; }

.p-r-0 {
  padding-right: 0px !important; }

.p-r-5 {
  padding-right: 5px !important; }

.p-r-10 {
  padding-right: 10px !important; }

.p-r-15 {
  padding-right: 15px !important; }

.p-r-20 {
  padding-right: 20px !important; }

.p-r-25 {
  padding-right: 25px !important; }

.p-r-30 {
  padding-right: 30px !important; }

.p-r-35 {
  padding-right: 35px !important; }

.p-r-40 {
  padding-right: 40px !important; }

.p-r-50 {
  padding-right: 50px !important; }

.p-r-60 {
  padding-right: 60px !important; }

.p-r-70 {
  padding-right: 70px !important; }

.p-r-80 {
  padding-right: 80px !important; }

.p-r-90 {
  padding-right: 90px !important; }

.p-r-100 {
  padding-right: 100px !important; }

.p-l-0 {
  padding-left: 0px !important; }

.p-l-5 {
  padding-left: 5px !important; }

.p-l-10 {
  padding-left: 10px !important; }

.p-l-15 {
  padding-left: 15px !important; }

.p-l-20 {
  padding-left: 20px !important; }

.p-l-25 {
  padding-left: 25px !important; }

.p-l-30 {
  padding-left: 30px !important; }

.p-l-35 {
  padding-left: 35px !important; }

.p-l-40 {
  padding-left: 40px !important; }

.p-l-50 {
  padding-left: 50px !important; }

.p-l-60 {
  padding-left: 60px !important; }

.p-l-70 {
  padding-left: 70px !important; }

.p-l-80 {
  padding-left: 80px !important; }

.p-l-90 {
  padding-left: 90px !important; }

.p-l-100 {
  padding-left: 100px !important; }

.b-r-2 {
  border-radius: 2px !important; }

.b-r-3 {
  border-radius: 3px !important; }

.b-r-4 {
  border-radius: 4px !important; }

.b-r-5 {
  border-radius: 5px !important; }

.b-r-6 {
  border-radius: 6px !important; }

.b-r-7 {
  border-radius: 7px !important; }

.b-r-8 {
  border-radius: 8px !important; }

.b-r-9 {
  border-radius: 9px !important; }

.b-r-10 {
  border-radius: 10px !important; }

.b-radius {
  border-radius: 50% !important; }

.float-right {
  float: right !important; }

.float-left {
  float: left !important; }

.float-none {
  float: none !important; }

.fullwidth {
  width: 100% !important; }


  .zone-ad{
    clear: both;
  }
  .zone-ad ul.slider_ad .slick-dots{
    margin-top:-50px;
  }
  .zone-ad ul.slider_ad .slick-slide li{

    text-align: left;
    line-height: 1.4;
  }
  .zone-ad ul.slider_ad .slick-slide li img{
    margin: 0 auto 10px;
  }
  .zone-ad ul.slider_ad .slick-prev{
    position: absolute;
    left: 0;
    top: 35%;
    width: 20px;
    height: 20px;
    background: url(../images/prev.png) no-repeat;
    background-size: 20px auto;
    cursor: pointer;
    z-index: 1;
  }
  .zone-ad ul.slider_ad .slick-next{
    position: absolute;
    right: 0;
    top: 35%;
    width: 20px;
    height: 20px;
    background: url(../images/next.png) no-repeat;
    background-size: 20px auto;
    cursor: pointer;
    z-index: 1;
  }
  .zone-ad ul.slider_ad .slick-dots{
      top: 100%;
    width: 90%;
    padding-top: 10px;
  }
  .zone-ad ul.slider_ad .slick-dots li{
      width: 14px;
      height: 14px;
      margin: 0 4px;
  }
  .zone-ad ul.slider_ad .slick-dots li button{
      width: 14px;
      height: 14px;
      padding: 5px;
  }
  .zone-ad ul.slider_ad .slick-dots li button:before{
      background: #d2d7dd;
    border: 1px solid #d2d7dd;
  }
  .zone-ad ul.slider_ad .slick-dots li.slick-active button:before{
      background: #fff;
    border: 1px solid #ccc;
  }

  .zone-ad figure img{
    width: 22%;
    height: auto;
    float: right;
    margin-top: 50px;
  }


  .product-cont{
    padding-top: 20px;
    background: #f8f8f8;
    text-align:left;
  }
  .product-cont ul.tag{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .product-cont ul.tag li{
    display: flex;
    float: left;
    width: 22%;
    min-height: 70px;
    margin-right: 2.666666%;
    margin-bottom: 2.666666%;
    padding: 10px;
    font-size: 19px;
    line-height: 1.3;
    background: #fff;
    border: 2px solid #000;
    border-radius: 5px;
    vertical-align: middle;
  }
  .product-cont ul.tag li:nth-child(4n){ margin-right: 0;}
  .product-cont ul.tag li span{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .product-cont .read{
    font-size: 19px;
    text-align: left;
    margin-bottom: 30px;
  }
  .product-cont h3{
    margin-top:20px;
    clear: both;
    font-size: 28px;
    font-weight: bold;
  }

  .product-cont h4{
    clear: both;
    font-size: 20px;
    font-weight: lighter;
  }

  .product-left{
    display:inline-block;
    vertical-align: top;
    width:48%;
    margin-right:1%;
  }

  .product-right{
    display:inline-block;
    vertical-align: top;
    width:48%;
    padding:0px 0px 20px 20px;
    margin-left:1%;
    height:100%;
  }
  
  .thumbnail-list ul {
    white-space:nowrap;
    overflow-x:scroll;
  }

  .thumbnail-list li{
    width:23%;
    display:inline-block;
    white-space:normal;
    margin-right:1%;
  }


  .product-cont .btn{
    text-align: center;
    margin-bottom: 20px;
  }
  .product-cont .btn a{
    display: inline-block;
    width: 100%;
    max-width: 264px;
    color: #fff;
    font-size: 20px;
    letter-spacing: .1em;
    line-height: 60px;
    padding: 0 40px;
    background-size: 32px!important;
    box-shadow: 0px 2px 5px -1px #666;
  }
  .product-cont .btn a.standard-cont6-btn1{ background: url("../images/standard-cont3-icon1.png") no-repeat left 10px center #ff7864;}
  .product-cont .btn a.standard-cont6-btn2{ background: url("../images/standard-cont3-icon2.png") no-repeat left 10px center #ff7864;}
  .product-cont .btn a.standard-cont6-btn3{ background: url("../images/standard-cont3-icon3.png") no-repeat left 10px center #ff7864;}

  .product-slider img{ /*width:100%; max-width:100%; height:auto;*/}

  .product-cont .spec-area{
    margin-top:40px;
    margin-bottom:40px;    
  }

  .product-cont .spec{
    margin-top:20px;
    clear: both;
  }

  .product-cont .spec .spec-title{
    color:#fff;
    background-color:#999;
    padding:3px 8px 3px 8px;
    margin-right:16px;
    font-size:18px;
    font-weight:bold;
  }


  .product-cont .spec .spec-text{
    font-size:18px;
    font-weight:bold;
  }

  .product-cont .favorite{
    text-align:right;
  }

  .product-right-btn{
    display: block;
    right:0;
  }


  .product-cont2{
    padding-bottom: 10px;
}
.product-cont2 ul.tag{
    margin-bottom: 10px;
}
.product-cont2 ul.tag li{
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
    min-height: 50px;
    font-size: 16px;
}

.product-cont2 .read{
    font-size: 16px;
}
.product-cont2 h3{
    font-size: 24px;
}
.product-cont2wrap div{
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
}


.product-cont2{
	padding-top: 20px;
	padding-bottom: .333333%;
}
.product-cont2 ul.tag{
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	margin-bottom: 20px;
}
.product-cont2 ul.tag li{
	display: flex;
	float: left;
	width: 22%;
	min-height: 70px;
	margin-right: 2.666666%;
	margin-bottom: 2.666666%;
	padding: 10px;
	font-size: 19px;
	line-height: 1.3;
	background: #fff;
	border: 2px solid #000;
	border-radius: 5px;
	vertical-align: middle;
}
.product-cont2 ul.tag li:nth-child(4n){ margin-right: 0;}
.product-cont2 ul.tag li span{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.product-cont2 .read{
	color: #000;
	font-size: 19px;
	text-align: left;
	margin-bottom: 30px;
}
.product-cont2 h3{
	clear: both;
	color: #000;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}
.product-cont2wrap{
	display: flex;
	flex-wrap: wrap;
}
.product-cont2wrap div{
	float: left;
	width: 22%;
	margin-right: 2.666666%;
	margin-bottom: 2.666666%;
	padding: 15px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 2px 5px -1px #666;
}
.product-cont2wrap div:nth-child(4n){ margin-right: 0;}
.product-cont2wrap div h4{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}
.product-cont2wrap div figure{
	margin-bottom: 10px;
}
.product-cont2wrap div .note{
	font-size: 12px;
	line-height: 1.3;
	text-align: left;
	margin-bottom: 15px;
}
.product-cont2wrap div .btn{
	margin-bottom: 10px;
}
.product-cont2wrap div .favorite{
	text-align: left;
}

p.btn.to-booth{
	text-align: center;
	padding: 5px 0;
}
p.btn.to-booth button{
	display: inline-block;
	font-family: noto-sans-cjk-jp, sans-serif;
	color: #fff;
	font-size: 2vw;
	font-weight: bold;
  line-height: 72px;
	letter-spacing: .3em;
	padding: 0 1em 0 1.5em;
	background: #ff7864;
	border-radius: 100px;
}
p.btn.to-booth button:hover{ opacity: .5;}

.leftbox.to-booth{
  width: 100%;
  vertical-align:top;
}

.morebtn button{
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;

  text-align:center;
  line-height: 40px;
	font-family: noto-sans-cjk-jp, sans-serif;
	color: #fff;
	font-size: 2vw;
	font-weight: bold;
	background: #ff7864;
}

.morebtn p{
  color: #ff7864;
}


.morebtn img{
  width: 60px;
  cursor:pointer;
}



.rightcol{
  height:100%;
  z-index: 10;
}


.snav .box1 .drawer-hide-btn{
	position: absolute;
	left: -30px;
	top: 10px;
	text-align: center;
  cursor:pointer;
  display:none;
}
.snav .box1 .drawer-hide-btn span{
	display: block;
	color: #fff;
	width: 20px;
	text-align: center;
	padding: 5px 0;
	background: #ff7864;
}

.snav .border{
  border-bottom: 1px solid #ff7864;
  position: relative;
}

.snav .box2 p.btn.reg button{
  background: #000046;
  letter-spacing: .1em;
}


.snav .box1 .drawer-hide-btn span:before{
	content: "▶︎";
}

.name-btn{
  background: url("../images/snav-icon.png") no-repeat left top;
  background-size: 22px auto;
  cursor:pointer;
}

.name-btn2{
  background: url("../images/snav-icon2.png") no-repeat right top;
  background-size: 22px auto;
  cursor:pointer;
}


.drawer-disp{
  display:none;
}

.drawer-icon-closed{
	float: left;
	width: 46%;
	max-width: 180px;
	margin: 0 4% 10px 0;
	line-height: 1.4;
}

.drawer-icon-opened{
	float: left;
	width: 10%;
	max-width: 180px;
	margin: 0 1% 10px 0;
	line-height: 1.4;
}

.drawer-list,.drawer-list-opened{
  display:inline-block !important;
  margin-right:2%;
}


.drawer-list-disp{
  display:none;
}



/*チャットウィンドウ関係*/
#bms_messages_container{
  width: 50%;
  height:50%;
  background-color: #fff;
  padding:0px;
  position:fixed;
  bottom:200px;
  border-radius:15px;
  box-shadow: 4px 4px 4px 4px rgba(0,0,0,0.3);
  z-index:9;
}

#bms_chat_header {
  padding: 6px;
  font-size: 16px;
  height: 38px;
  background: #ff7864;
  color:#fff;
  text-align:center;
  font-weight:bold;

  border-radius: 15px 15px 0px 0px;
}

  #bms_chat_user_status {
    position : relative;
  }

  #bms_status_icon {

      line-height: 2em;
  }
  #bms_close_button {
    position: absolute;
    top: 10px;
    right: 20px;
    line-height: 20px;
    font-weight:bold;
    cursor:pointer;
}

  #bms_chat_user_name {
      line-height: 20px;
      font-size:20px;
      padding-left: 8px;
  }

#bms_messages {
  overflow: auto;
  height:calc(100% - 116px);
  border-bottom:3px solid #ECECEC;
  background-color: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2) inset;
}

  .bms_message {
      margin: 0px;
      padding: 0 14px;
      font-size: 16px;
      word-wrap: break-word;
      white-space: normal;

  }

  .bms_left {
      float: left;
      line-height: 1.3em;
  }

  .bms_right {
      float: right;
      line-height: 1.3em;
  }

  .bms_clear {
      clear: both;

  }

#bms_send {
  background-color:#fff;
  height: 78px;
  padding: 14px;
  border-radius: 0px 0px 15px 15px;
}
  #bms_send_message{
      width: calc(100% - 75px);
      line-height: 16px;
      height: 48px;
      padding: 14px 6px 0px 6px;
      border: 2px solid #B2B2B2;
      border-radius: 4px;
      text-align: left;
      box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2) inset;
      box-sizing: border-box;

  }
  #bms_send_btn {
      width: 72px;
      height: 48px;
      font-size: 16px;
      line-height: 3em;
      float: right;
      color: #fff;
      font-weight: bold;
      background: #ff7864;
      text-align: center;
      border-radius: 4px;
      box-sizing: border-box;
  }
  #bms_send_btn:hover {
      background:  #bcbcbc;
      cursor: pointer;
  }

  .bms_message_box{
      margin-top: 20px;
      max-width: 100%;
      font-size: 16px;
  }

  .bms_message_content{
      padding: 20px;
  }


  .bms_left {
      float: left;
      line-height: 1.3em;
      margin-left: 10px;
  }

  .bms_left .bms_message_box {
      color: #111;
      background: #FFE4E0;
      border-radius: 10px 10px 10px 10px;
      margin-right: 50px;
      position:relative;
  }

  .bms_left .bms_message_content:after {
    content: "";
    position: absolute;
    bottom: 0px; 
    left: -19px;
    border: 8px solid transparent;
    border-left: 18px solid #FFE4E0;
    -webkit-transform: rotate(165deg);
    transform: rotate(165deg);
  }

  .bms_right {
      float: right;
      line-height: 1.3em;
      margin-right: 10px;
  }

  .bms_right .bms_message_box {
      color: #111;
      background: #eee;

      border-radius: 10px 10px 10px 10px;
      margin-left: 50px;
      position:relative;
  }

  .bms_right .bms_message_content:after {
    content: "";
    position: absolute;
    bottom: 0px; 
    right: -19px;
    border: 8px solid transparent;
    border-left: 18px solid #eee;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  

  /*チャットウィンドウ関係*/


  /*カレンダー関係*/

 table.tbl-cal{
   width:100%;
 }

 .tbl-cal td,.tbl-cal th{
   border-bottom:1px solid #ccc;
   border-collapse: collapse;
   font-size : 1.1rem;
   padding : 5px;
   text-align:center;
 }

 .tbl-cal .sun{
   color:#ff0000;
 }

 .tbl-cal .sat{
  color:#99ddff;
}

 .tbl-cal .ttl2{

   color : #666;
 }


 .blank_day{
  background:#eee;
 }
 #bms_messages_container{
   display:none;
 }

 .free-cont{
   text-align: left;
   width:70%;
   margin:0 auto;
 }

 .free-cont h1{
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  letter-spacing: .1em;
  margin-bottom: 15px;
  color: #ff7864;
 }

 .free-cont h2{
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  letter-spacing: .1em;
  margin-bottom: 15px;
  color: #465064;
 }

 .free-cont h3{
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  letter-spacing: .1em;
  margin-bottom: 15px;
  color: #465064;
 }

.free-cont label{
  font-size: 16px;
}

.top-cont8 h3 a{
  color:#fff;
}

.newslist{
  text-align:left;
  font-size:14px;
  line-height:24px;
  text-decoration: underline;
}

.pagenation{
  margin-bottom:40px;
}

.pagenation li{
  display:inline-block;
  margin-right:10px;
  font-size:20px;
  font-weight: bold;
  text-decoration: underline;
}

.pagenation li.pg_now{
  color :  #ff7864;
  text-decoration: none;
}




/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	Lower page settings
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
	/
----------------------------------------------------------------------------------------*/

.search-cont1{
	position: relative;
}
.search-cont1wrap .news{
	position: absolute;
	left: 2%;
	bottom: 15px;
	width: 96%;
	max-width: 400px;
	font-size: 12px;
	text-align: left;
}
.search-cont1wrap .news h2{
	display: inline-block;
	margin-left: 1em;
	color: #fff;
	font-weight: normal;
	padding: 0 .5em;
	background: #ff7864;
}
.search-cont1wrap .news div{
	padding: 10px;
	border-left: 2px solid #ff7864;
	background: rgba(255,255,255,.8);
	box-shadow: 0px 2px 5px -3px #666;
}
.search-cont1wrap .news div dl{
	overflow: hidden;
	margin-bottom: 2px;
}
.search-cont1wrap .news div dl dt{
	float: left;
	width: 5em;
}
.search-cont1wrap .news div dl dd{
	overflow: hidden;
}
.search-cont1 .sub{
position: absolute;
right: 4%;
bottom: 0;
width: 25%;
max-width: 350px;
}
.search-colwrap .leftcol{
	padding-top: 20px;
	background: #f8f8f8;
}

.leftcol{
	  min-height: 1200px;
}


.search-colwrap .rightcol{
	padding-top: 100px;
}
.search-colwrap .search{
	text-align: left;
}
.search-colwrap .search input{
	width: 70%;
	height: 47px;
	padding: 0 62px 0 15px;
	
	font-family: noto-sans-cjk-jp, sans-serif;
  /*margin-right: 25px;
  background: url("../images/icon-search.png") no-repeat right center #fff;
  	background-size: 47px auto;*/
  background:none;

	border: 1px solid #465064;
  vertical-align: middle;
  margin-left: 1%;
}
.search-colwrap .search button.chk_toggle{
  width: 22%;
  float: right;
  margin-right: 1%;
	height: 47px;
	line-height: 45px;
	font-family: noto-sans-cjk-jp, sans-serif;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	padding: 0!important;
	background: #d8e1f0;
	border: none;
	border-radius: 5px;
	vertical-align: middle;
}
.search-colwrap .search button:hover{ opacity: .7;}
.search-cont2{
	float: left;
	width: 47.5%;
	margin-right: 5%;
	margin-bottom: 20px;
}
.search-cont2 ul{
	overflow: hidden;
}
.search-cont2 ul li.map1{
	background: url("../images/top-cont2-map1-on.png") no-repeat;
	background-size: 100% auto!important;
}
.search-cont2 ul li.map2{
	float: left;
	width: 46%;
	background: url("../images/top-cont2-map2-on.png") no-repeat;
	background-size: 100% auto!important;
}
.search-cont2 ul li.map3{
	float: right;
	width: 54%;
	background: url("../images/top-cont2-map3-on.png") no-repeat;
	background-size: 100% auto!important;
}
.search-cont2 ul li.map4{
	float: right;
	width: 54%;
	margin-top: -3%;
	background: url("../images/top-cont2-map4-on.png") no-repeat;
	background-size: 100% auto!important;
}
.search-cont2 ul li a:hover{ opacity: 1;}
.search-cont2 ul li a img{ -webkit-transition: all .2s; transition: all .2s;}
.search-cont2 ul li a:hover img{ opacity: 0;}
.search-cont3{
	float: left;
	width: 47.5%;
	text-align: left;
	margin-bottom: 20px;
}
.search-cont3 figure{
	position: relative;
}
.search-cont3 figure span{
	position: absolute;
	left: -7%;
	top: -2%;
	width: 93px;
}
.search-cont3 p.btn{
	margin-top: -1em;
	text-align: center;
	position: relative;
}
.search-cont3 p.title{
	clear: both;
	color: #465064;
	font-size: 16px;
	line-height: 1.2;
	text-align: left;
	padding-left: 5px;
	margin-bottom: 5px;
	border-left: 2px solid #465064;
}
.search-cont3 p.note1{
	color: #465064;
	font-size: 16px;
	text-align: left;
	padding-left: 7px;
	margin-bottom: 10px;
}
.search-cont3 p.note2{
	color: #465064;
	text-align: left;
	padding-left: 7px;
	margin-bottom: 10px;
}
.search-cont4{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.search-cont4 div{
	float: left;
	width: 22%;
	padding: 10px;
	margin-right: 2.666666%;
	margin-bottom: 20px;
	text-align: left;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 2px 5px -1px #666;
}
.search-cont4 div:nth-child(4n){ margin-right: 0;}
.search-cont4 div figure{
	text-align: center;
	margin-bottom: 5px;
}
.search-cont5{
}
.search-cont5 div{
	float: left;
	width: 16.666666%;
	text-align: center;
	position: relative;
}
.search-cont5 div img.icon{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 33%;
}
.search-cont5 div p{
	display: table;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 1.4vw;
	font-weight: bold;
	line-height: 1.2;
}
.search-cont5 div p span{
	display: table-cell;
	vertical-align: middle;
}
.search-cont5 div p span strong{
	display: block;
	font-size: 2.5vw;
	margin-bottom: .2em;
}
.search-cont6{
	margin-bottom: 20px;
}
.search-cont6 div{
	float: left;
	width: 16.666666%;
	text-align: center;
	position: relative;
}
.search-cont7{
	clear: both;
	padding: 10px 3%;
	background: #dce6f3;
}
.search-cont7 h2{
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 5px;
}
.search-cont7 ul.slider{
	padding: 0 2%;
}
.search-cont7 ul.slider .slick-slide li{
	padding: 0 2.5%;
	text-align: left;
	line-height: 1.4;
}
.search-cont7 ul.slider .slick-slide li img{
	margin: 0 auto 10px;
}
.search-cont7 ul.slider .slick-prev{
	position: absolute;
	left: -1%;
	top: 35%;
	width: 16px;
	height: 27px;
	background: url(../images/prev.png) no-repeat;
	background-size: 16px auto;
	cursor: pointer;
}
.search-cont7 ul.slider .slick-next{
	position: absolute;
	right: -1%;
	top: 35%;
	width: 16px;
	height: 27px;
	background: url(../images/next.png) no-repeat;
	background-size: 16px auto;
	cursor: pointer;
}
.search-cont7 ul.slider .slick-dots{
    top: 100%;
	width: 90%;
	padding-top: 10px;
}
.search-cont7 ul.slider .slick-dots li{
    width: 14px;
    height: 14px;
    margin: 0 4px;
}
.search-cont7 ul.slider .slick-dots li button{
    width: 14px;
    height: 14px;
    padding: 5px;
}
.search-cont7 ul.slider .slick-dots li button:before{
    background: #d2d7dd;
	border: 1px solid #d2d7dd;
}
.search-cont7 ul.slider .slick-dots li.slick-active button:before{
    background: #fff;
	border: 1px solid #ccc;
}
.search-cont8{
	display: flex;
	flex-wrap: wrap;
}
.search-cont8 div{
	float: left;
	width: 22%;
	margin-right: 2.666666%;
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0px 2px 5px -1px #666;
}
.search-cont8 div:nth-child(4n){ margin-right: 0;}
.search-cont8 div h3{
	color: #fff;
	font-size: 1.3vw;
	font-weight: bold;
	line-height: 1.2;
	padding: 10px 5px 15px;
	margin-bottom: 10px;
	background: url("../images/top-cont8-bg.png") no-repeat center bottom;
}
.search-cont8 div figure{
	padding: 0 15% 5px;
}

.search-cont8 div .btn{
	padding: 0 5px;
	margin-bottom: 15px;
}
.search-cont9{
	padding: 20px 3%;
}
.search-cont9 h3{
	clear: both;
	color: #aa961e;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: .1em;
	margin-bottom: 5px;
}
.search-cont9 .silver h3{ color: #738c9b;}
.search-cont9 .bronze h3{ color: #c87350;}
.search-cont9 .exhibiting h3{ color: #a0a0a0;}
.search-cont9 ul{
	display: flex;
	flex-wrap: wrap;
}
.search-cont9 ul li{
	float: left;
	width: 25%;
	padding: 0 10px 10px;
}
.search-cont9 .silver ul li{ width: 20%;}
.search-cont9 .bronze ul li{ width: 16.666666%;}
.search-cont9 .exhibiting ul li{ width: 14.285714%;}


.search-box{
  position:relative;
}


.search_popup{
  position: relative;
  margin-left: 1%;
  margin-right: 1%;
  width: 98%;
  background-color: #d8e1f0;
  border:none;
  text-align:left;
  padding:20px;
}

.search_popup2{
  position: relative;
  margin-left: 1%;
  margin-right: 1%;
  width: 98%;
  background-color: #d8e1f0;
  border:none;
  text-align:left;
  padding:20px;
  margin-bottom:40px;
}

.search_popup h6,.search_popup2 h6{
  margin-top: 20px;
  float:left;
  font-size:18px;
  font-weight: lighter;
  display:inline-block;
  color: #fff;
  background-color: #3f4658;
  padding: 3px 8px 3px 8px;
  font-weight: bold;
}

.search_area{
  width: 100%;
  background-color: #f8f8f8;
  border:none;
  text-align:left;
}

.search_area h6{
  float:left;
  font-size:18px;
  font-weight: lighter;
  display:inline-block;
  color: #fff;
  background-color: #3f4658;
  padding: 3px 8px 3px 8px;
  font-weight: bold;
}

.search-cont8 h3 a{
  color:#fff;
}



.chk_wrap{
	display:block;
	margin-top:10px;
	margin-bottom:10px;
}

.check_single{
  float: left;
}


input.searchchk[type=checkbox] {
display: none;	/* checkboxを非表示にする */
}
.searchchk_label {
position: relative;	/* ボックスの位置を指定する */
padding: 0 0 0 42px;	/* ボックス内側の余白を指定する */
margin-right:10px;
font-size:16px;
}
.searchchk_label:hover:after {
border-color: #aaa;	/* ボックスの境界線を実線で指定する */
}
.searchchk_label:after, .searchchk_label:before{
position: absolute;	/* ボックスの位置を指定する */
content: "";	/* ボックスのコンテンツ */ 
display: block;	/* ブロックレベル要素化する */ 
top: 50%;	/* 上部から配置の基準位置を決める */ 
}
.searchchk_label:after {
left: 15px;	/* 左から配置の基準位置を決める */ 
margin-top: -10px;	/* チェック枠の位置 */
width: 15px;	/* ボックスの横幅を指定する */
height: 15px;	/* ボックスの高さを指定する */
border: 2px solid #aaa;	/* ボックスの境界線を実線で指定する */
border-radius: 6px;	/* ボックスの角丸を指定する */
}
.searchchk_label:before {
left: 21px;	/* 左から配置の基準位置を決める */ 
margin-top: -7px;	/* チェックマークの位置 */
width: 5px;	/* ボックスの横幅を指定する */
height: 9px;	/* ボックスの高さを指定する */
border-right: 3px solid #0171bd;	/* 境界線（右）のスタイルを指定する */
border-bottom: 3px solid #0171bd;	/* 境界線（下）のスタイルを指定する */
transform: rotate(45deg);	/* 要素を回転させる */
opacity: 0;	/* 要素を透過指定する */
}
input.searchchk[type=checkbox]:checked + .searchchk_label:before {
opacity: 1;	/* 要素を表示する */
}


.search_input{

}

.search_btn{
  margin-top: 20px;
	display: inline-block;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: .1em;
	padding: .2em 1em .3em 1.1em;
	margin: 0 20px 10px;
	background: #ff7864;
	border-radius: 100px;
}

.search_btn:hover{
	opacity:0.7;
}

.center{
	text-align:center;
}

.search_popup{
	display:none;
}

.scwrap{

	display:block;
}

.search-cont3{
	clear: both;
	display: table;
	width: 80%;
	text-align:center;
	margin:0 auto;
	padding-top: 20px;
	padding-bottom: 20px;

}

.search-cont3 div {
display: table-cell;
width: 40%;
padding-right: 10px;
text-align: left;
vertical-align: middle;
border-right: 2px solid #d2d7dd;
}

.search-cont3 div dl {
display: table;
width: 100%;
}

.search-cont3 div dl dd {
display: table-cell;
font-size: 18px;
line-height: 1.4;
padding-left: 3%;
vertical-align: middle;
text-align:center;
}

.search-cont3 p{
	margin-left:20px;
	text-align:left;
	font-size:14px;
}

.glass_btn{
  border-radius: 0;
  height: 47px;
  min-width: 47px;
  width:5.2%;
  background: url("../images/icon-search.png") no-repeat right center #fff;
  background-size: 47px auto;
  vertical-align: middle;
}

.search{
  width:100%;
}

.top-colwrap .search_input{
  width:calc( 100% - 205px );

}

header nav #gnav li.active {
background: #ff7864;
}

header nav #gnav li.active a{
  color: #fff;
}

#download_pdf ul{
  vertical-align: top;
}

.booth-map {
  margin: 0 auto;
  }

.booth-map ul.booth {
  display: flex;
  flex-wrap: wrap;
  padding-left: 1%;
  padding-right: 1%;
  /*overflow: hidden;*/
  margin-bottom: 20px;
  background-color:#dce6f3;
  }

.booth-map ul.booth li {
  display: flex;
  float: left;
  width: 16.66666%;
  height: 100%; /* calc(画像高さ ÷ 画像横幅 × 100%) */
  margin-bottom: 1%;
  padding: 10px;
  font-size: 14px;
  line-height: 1.3;
  border-radius: 5px;
  vertical-align: middle;
  }

  .adjust-box {
    position: relative;
    width: 50%;
    height: auto;
    background: #EEE;
}

.inner {
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
}

.inner figure{
  width: 70%;
  text-align: center;
  margin-left: 17%;
  margin-top: 23%;
  /*width: 50%;
  text-align: center;
  margin-left: 27%;
  margin-top: 25%;*/
}
.adjust-box p {
  line-height:1.5em;
}

  .booth-map-bg:before {
    content: "";
    display: block;
    padding-top: 75%; /* 4:3 */
}
  .booth-map-bg {
    width: 100%;
    height: 0;
    padding-top: calc(148 / 222 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
    background: url('../images/booth_icon.png') center center / cover no-repeat;
  }

  .booth-map ul.booth li span {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    }


    .map-popup {
      display: none;
      width: 300px;
      position: absolute;
      bottom: 90%;
      left: -57%;
      border-radius: 15px;
      background: #fff;
      color: #333;
      font-weight: bold;
      z-index:999;
      overflow: visible;
      box-shadow: 4px 4px 4px 4px rgba(0,0,0,0.3);
      padding-bottom: 16px;
    }

    .pop-title{
      border-radius: 15px 15px 0 0;
      background: #ff7864;
      padding: 12px;
    }

    .map-popup h4{
      font-size:18px;
      color:#fff;
    }

    .pop-left{
      float:left;
      width:48%;
      margin-right:1%;
    }
    .pop-right{
      float:right;
      width:49%;
      text-align: left;
    }

    .pop-wrap{
      padding:14px;
    }

    .booth-icon:hover + .map-popup {
      /*display: block;*/
    }


    .product-cont .wrap p.detail{
      margin: 20px;
      padding-bottom: 40px;
      font-size: 16px;
      text-align: left;
    }

    .thumbnail-list img{
      vertical-align: middle;
    }

    .img_box,.img_box_att{
      position: relative;
      width: 100%;
    }

    .mov_box{
      position: relative;
      width: 50%;
      float:left;
    }

    .zone_img_box{
      position: relative;
      width: 80%;
      margin:20px auto;
    }

    .zone_img_box:before ,.img_box:before {
      content:"";
      display: block;
      padding-top: 75%; /* 高さを幅の75%に固定 */
  }


  .img_box_att:before {
    content:"";
    display: block;
    padding-top: 55%; /* 高さを幅の55%に固定 */
}

  .zone_img_box img,.img_box img,.mov_box img,.img_box_att img{
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      max-height: 100%;
      z-index: 1;
    }

    .att_right{
      text-align: right;
      font-size:1.1rem;
    }

    .iframe_box{
      position: relative;
      width: 100%;
      height:auto;
      margin-top:20px;
      margin-bottom:20px;
    }

    .iframe_box iframe{
      width: 100%;
      height:100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      max-height: 100%;
    }

    .iframe_box:before {
      content:"";
      display: block;
      padding-top: 56%; /* 高さを幅の75%に固定 */
      
  }

  .movie_text{
    padding-left:20px;
  }

  .mov_box{
    position: relative;
    width: 50%;
    float:left;
  }

  .iframe_box2{
    position: relative;
    width: 100%;
    height:auto;
    margin-top:20px;
    margin-bottom:20px;
  }

  .iframe_box2 .inneer{

    width: 100%;
    height:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-height: 100%;
  }

  .iframe_box2 .inneer iframe{
    width:100%;
  }

  .iframe_box2:before {
    content:"";
    display: block;
    padding-top: 60%; /* 高さを幅の75%に固定 */
    
}

    .top-cont8 h3{
      font-size:20vw;
    }

    .note{
      overflow: hidden;
      height: 3.6em; /* 2em（行）x line-heightの1.8 */
      font-size: 14px;
      line-height: 1.2;
      text-align:center;
      margin-top:5px;
      margin-bottom:10px;

    }

    .note2{
      overflow:hidden;
      /*min-height: 6.4em; */
      font-size: 14px;
      line-height: 1.2;
      text-align:left;
      margin-top:5px;
      margin-bottom:10px;

    }

    .products h4{
      overflow: hidden;
      height: 3.6em; /* 2em（行）x line-heightの1.8 */
      font-size: 16px;
      line-height: 1.8;
      text-align:center;
    }

    .top-cont1 ,.top-cont7{
      max-width:1600px;
      margin : 0 auto;
    }

    .chat div img.icon {
      position: absolute;
      left: 0;
      top:0;
      width:33%;
      transform: translate(0,0);
-webkit-transform: translate(0,0);
-ms-transform: translate(0,0);
      }

      .default_hide{
        display:none;
      }

      .btn_default{
        display: inline-block;
        font-family: noto-sans-cjk-jp, sans-serif;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        line-height: 30px;
        letter-spacing: .3em;
        padding: 0 1em 0 1.5em;
        background: #ff7864;
        border-radius: 100px;
        margin:0 auto;
        cursor:pointer;
      }

      .btn-favorite-lg{
        height: 40px !important;
        line-height: 40px !important;
        font-size: 24px !important;
        padding-left: 50px !important;
        background-size: 42px !important;
      }

      .top-cont4 p{
        font-size:1.1em;
        font-weight:bold;
      }

      a.linkbox {
        position: absolute;
        top: 0;
        left: 0;
        height:100%;
        width: 100%;
    }

    a.linkbox_p {
      position: absolute;
      top: 0;
      left: 0;
      height:90%;
      width: 100%;
  }

  .abs_box,.abs_box2,.abs_box3,.chat_abs_box{
    position:absolute;
    top:0;
    right:1px;
  }

  .abs_box img,.chat_abs_box img{
    width:50%;
    float:right;
  }

  .abs_box2 img{
    width:50%;
  }

  .abs_box3 img{
    width: 93.7%;
    margin-top: 5.4%;
    margin-left: 0.8%;
  }

  .abs_box3 img:hover{
    opacity:0.6;
  }

  .rel_box{
    position:relative;
  }

  .ec_area{
    position: relative;
  }

  .ec_area img{
    max-width:100%
  }

  .ec_box{
    position: absolute;
    width: 100%;
    top:0;
    left:0;
  }

  .ec_pop{
    position: absolute;
    top:0;
    left:0;
    pointer-events:none;
    z-index:9999999;
  }

  .ec_box img{
    position:absolute;
    top:0;
    left: 0;
  }

  .nopc{
    display:none;
  }

  .nosp{
    display:block;
  }


  .abs_img:hover{
    filter: brightness(150%);
    transition-duration: 0.5s;
  }


  .top-cont3 figure img:hover,.top-cont4 figure img:hover,.top-cont5 figure img:hover,.top-cont7 figure img:hover{
    filter: brightness(150%);
    transition-duration: 0.5s;
  }

  .ec_ad1 img{
    margin-left: 38%;
    margin-top: 0.6%;
    width: 20.3%;
  }

  .ec_ad2 img{
    margin-left: 26%;
    margin-top: 0.8%;
    width: 11%;
  }

  .ec_ad3 img{
    margin-left: 59.3%;
    margin-top: 0.8%;
    width: 11%;
  }
  .ec_ad4 img{
    margin-left: 26%;
    margin-top: 8.1%;
    width: 11%;
  }
  .ec_ad5 img{
    margin-left: 59.3%;
    margin-top: 8.1%;
    width: 11%;
  }

  .ec_ad6 img{
    margin-left: 18%;
    margin-top: 0.8%;
    width: 6.7%;
  }

  .ec_ad7 img{
    margin-left: 18%;
    margin-top: 5.6%;
    width: 6.7%;
  }

  .ec_ad8 img{
    margin-left: 18%;
    margin-top: 10.4%;
    width: 6.7%;
  }

  .ec_ad9 img{
    margin-left: 71.6%;
    margin-top: 0.8%;
    width: 6.7%;
  }

  .ec_ad10 img{
    margin-left: 71.6%;
    margin-top: 5.6%;
    width: 6.7%;
  }

  .ec_ad11 img{
    margin-left: 71.6%;
    margin-top: 10.4%;
    width: 6.7%;
  }


  .ec_1 img{
    margin-left: 2.7%;
    width: 9.8%;
    margin-top: 16%;
  }
  .ec_4 img{
    margin-left: 45.7%;
    width: 8.3%;
    margin-top: 15.1%;
  }

  .ec_5 img{
    margin-left: 67%;
    width: 10.6%;
    margin-top: 15.1%;
  }

  .ec_6 img{
    margin-left: 55.3%;
    width: 10.6%;
    margin-top: 15.1%;
  }

  .ec_7 img{
    margin-left: 33.9%;
    width: 10.6%;
    margin-top: 15.1%;
  }

  .ec_8 img{
    margin-left: 22.2%;
    width: 10.6%;
    margin-top: 15.2%;
  }


  .ec_9 img{
    margin-left: 47.1%;
    width: 3.8%;
    margin-top: 27.6%;
  }

  .ec_10 img{
    margin-left: 38.8%;
    width: 8%;
    margin-top: 22.1%;
  }

  .ec_11 img{
    margin-left: 51.4%;
    width: 6.2%;
    margin-top: 20.8%;
  }

  .ec_12 img{
    margin-left: 1%;
    width: 11%;
    margin-top: 7.8%;
  }

  .ec_pc_1 img{
    margin-left: 19.2%;
    width: 1.7%;
    margin-top: 17.4%;
  }

  .ec_pc_2 img{
    margin-left: 15.7%;
    width: 3.1%;
    margin-top: 16.9%;
  }

  .ec_pc_3 img{
    margin-left: 19%;
    width: 1.9%;
    margin-top: 19.5%;
  }

  .ec_pc_4 img{
    margin-left: 17.9%;
    width: 2.9%;
    margin-top: 21.5%;
  }

  .ec_pc_5 img{
    margin-left: 10.9%;
    width: 2.8%;
    margin-top: 23.8%;
  }

  .ec_pc_6 img{
    margin-left: 7.2%;
    width: 4%;
    margin-top: 24%;
  }

  .ec_pc_7 img{
    margin-left: 90.2%;
    width: 5.3%;
    margin-top: 16.6%;
  }

  .ec_pc_8 img{
    margin-left: 82.6%;
    width: 3.7%;
    margin-top: 17.2%;
  }
  
  .ec_pc_9 img{
    margin-left: 86.4%;
    width: 4.2%;
    margin-top: 17.1%;
  }
  
  .ec_pc_10 img{
    margin-left: 78.7%;
    width: 3.7%;
    margin-top: 17.3%;
  }

  .ec_pc_11 img{
    margin-left: 57.2%;
    width: 4.4%;
    margin-top: 19.6%;
  }

  .ec_pc_12 img{
    margin-left: 63%;
    width: 2.4%;
    margin-top: 22.5%;
  }

  .ec_pc_13 img{
    margin-left: 67.3%;
    width: 1.8%;
    margin-top: 24.5%;
  }

  .ec_pc_14 img{
    margin-left: 66.5%;
    width: 2.6%;
    margin-top: 22.5%;
  }

  .ec_pc_15 img{
    margin-left: 63.4%;
    width: 3%;
    margin-top: 24.4%;
  }

  .ec_pc_16 img{
    margin-left: 89%;
    width: 10.7%;
    margin-top: 20.3%;
  }

  .ec_pc_17 img{
    margin-left: 24.1%;
    width: 9.8%;
    margin-top: 22.6%;
  }


  .ec_pc_19 img{
    margin-left: 68.5%;
    width: 6.9%;
    margin-top: 23.1%;
  }

  .ec_pc_20 img{
    margin-left: 32.7%;
    width: 6.6%;
    margin-top: 20.4%;
  }

  .ec_pc_21 img{
    margin-left: 0%;
    width: 11.9%;
    margin-top: 0.6%;
  }
  .ec_pc_22 img{
    margin-left: 6.2%;
    width: 4%;
    margin-top: 0.1%;
  }
  .ec_pc_23 img{
    margin-left: 75%;
    width: 13.9%;
    margin-top: 26%;
  }
  .ec_pc_24 img{
    margin-left: 87%;
    width: 12.7%;
    margin-top: 3.2%;
  }
  .ec_pc_25 img{
    margin-left: 79.2%;
    width: 8.5%;
    margin-top: 2.3%;
  }
  .ec_pc_26 img{
    margin-left: 79.3%;
    width: 20.7%;
    margin-top: 3.3%;
  }
  .ec_pc_27 img{
    margin-left: 87.1%;
    width: 1.3%;
    margin-top: 4.2%;
  }
  .ec_pc_28 img{
    margin-left: 88.2%;
    width: 2.4%;
    margin-top: 6.7%;
  }

  .ec_pc_18 img{
    margin-left: 13.9%;
    width: 4%;
    margin-top: 22.4%;
  }

  .ec_1_sp img{
    margin-left: 6.5%;
    width: 13.5%;
  }
  .ec_4_sp img{
    margin-left: 44.7%;
    width: 11.6%;
    margin-top: 58.2%;
  }

  .ec_5_sp img{
    margin-left: 75.7%;
    width: 14.7%;
    margin-top: 58.2%;
  }

  .ec_6_sp img{
    margin-left: 58.5%;
    width: 14.9%;
    margin-top: 58.2%;
  }

  .ec_7_sp img{
    margin-left: 27.6%;
    width: 14.9%;
    margin-top: 58.2%;
  }

  .ec_8_sp img{
    margin-left: 10.4%;
    width: 14.9%;
    margin-top: 58.2%;
  }


  .ec_9_sp img{
    margin-left: 46.4%;
    width: 5.8%;
    margin-top: 84.8%;
  }

  .ec_10_sp img{
    margin-left: 32.8%;
    width: 12.6%;
    margin-top: 76.3%;
  }

  .ec_11_sp img{
    margin-left: 53.1%;
    width: 9.3%;
    margin-top: 74.7%;
  }

  .ec_12_sp img{
    margin-left: 23.9%;
    width: 52.8%;
    margin-top: 91.6%;
  }

  .ec_13_sp img{
    margin-left: 9.9%;
    width: 11.8%;
    margin-top: 67.6%;
  }


  .ec_sp_ad1 img{
    margin-left: 31.2%;
    margin-top: 5.1%;
    width: 37.6%;
  }


  .ec_sp_ad2 img{
    margin-left: 3%;
    margin-top: 5.2%;
    width: 26.6%;
  }

  .ec_sp_ad3 img{
    margin-left: 70.3%;
    margin-top: 5.2%;
    width: 26.6%;
  }
  .ec_sp_ad4 img{
    margin-left: 3%;
    margin-top: 20%;
    width: 26.6%;
  }
  .ec_sp_ad5 img{
    margin-left: 70.3%;
    margin-top: 20%;
    width: 26.6%;
  }

  .ec_sp_ad6 img{
    margin-left: 3%;
    margin-top: 35.5%;
    width: 13%;
  }

  .ec_sp_ad7 img{
    margin-left: 16.6%;
    margin-top: 35.5%;
    width: 13%;
  }

  .ec_sp_ad8 img{
    margin-left: 70.3%;
    margin-top: 35.5%;
    width: 13%;
  }

  .ec_sp_ad9 img{
    margin-left: 84%;
    margin-top: 35.5%;
    width: 13%;
  }

  .ec_sp_ad10 img{
    margin-left: 36.6%;
    margin-top: 26.9%;
    width: 13%;
  }

  .ec_sp_ad11 img{
    margin-left: 50.4%;
    margin-top: 26.9%;
    width: 13%;
  }

  .rel_box .chat{
    position:absolute;
    bottom:0;
  }

  .product_after_wrap{
    /*background-color:#f0f3e2;*/
  }

  .link_bk a{
    color:#111;
  }

  .standard-cont5 .wrap div figure{
    width:50%;
    height:100%;
    min-height:240px;
}

.standard-cont5 .wrap div figure iframe{
    width:100%;
    height:100%;
    min-height:240px;
}


.btn-area{

margin-top:40px;
}

.modal-window h1,.modal-window2 h1{
  font-size:28px;
  color:#ff7864;
}

.modal-window h2,.modal-window2 h2{
  font-size:16px;
}



.modal-window2 .modal-dl{

    background: #000046;

}

.ind-modal-cont{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
  
}
.modal-content{
  height: 80%;
  margin-top: 30px;
}
.ind-modal-cont .ind-inner{
	float: left;
	width: 15%;
  overflow:hidden;
	padding: 0px;
  margin-right: 1.5%;
	margin-bottom: 20px;
	text-align: left;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 2px 5px -1px #666;
  position: relative;
  background:#333;
  cursor:pointer;
  text-shadow: 1px 2px 3px #808080;
  max-height: 160px;
max-width: 160px;
}

.ind-modal-cont .ind-inner p{
    color: #fff;
  position: absolute;
  bottom: 0;
  font-weight:bold;
font-size: 1vw;
margin: 10px;
}

.ind-modal-cont .ind-inner img{
width: 30%;
float: right;
margin: 6px;
}


.ind-modal-cont .ind-inner:hover::after{
 -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      opacity: 0.5;
}

.ind-modal-cont .ind-inner::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #333;
    opacity: 0;
    display:block

}

.ind-modal-cont .ind-inner:before {
    content:'';
    float:left;
    padding-top:100%;
}


/*.ind-modal-cont .ind-inner:nth-child(6n){ margin-right: 0;}*/
.ind-modal-cont .ind-inner figure{
	text-align: center;
	margin-bottom: 5px;
}

.ind-modal-cont-wrap{
  overflow-y: scroll;
}


.search_popup {
  left: 0px;
  z-index: 9;
}


code{
  color :  #ff7864;
  font-weight:bold;
}


.tag-list .tag-title{
  display:inline-block;
  color: #fff;
  font-size:18px;
  background-color: #333;
  padding: 3px 8px 3px 8px;
  margin-right: 16px;
  font-weight: bold;
  white-space: nowrap;
  margin-bottom:10px;

}

.tag-list .tag-title a{
  color: #fff;
}

.top-cont4 span {
	width:100%;
}


.cont_lnk{
  text-decoration: underline;
  text-decoration-color: #999;
}


#prev,#next{
  position:relative;
}

#next .prev,#prev .next{
  position: absolute;
  right: 0;
  top: 0;
  color: #ff7864;
  font-size:18px;
  cursor:pointer;
}

.chatbox{
  position: fixed;
  bottom: 256px;
  right: 295px;
  width: 165px;
}

.chatbox img{
  width:99%;
}



.standard-cont4 span.h5{
  font-size:1.8em;
  font-weight:normal;
}

.standard-cont4 span.h6{
  font-size:1.4em;
  font-weight:normal;
}

.standard-cont4 span.strong{
  font-size:1.4em;
  font-weight:normal;
}

.top-cont1wrap a:hover{
  opacity:1;
}


.tag-list{
  text-align:left;
}

.formbtn{
	display: inline-block;
	width: 100%;
	max-width: 264px;
	color: #fff;
	font-size: 24px;
	letter-spacing: .1em;
	line-height: 60px;
	padding: 0 40px;
	background-size: 32px!important;
	box-shadow: 0px 2px 5px -1px #666;
  background:#ff7864;
}


.contents-page{
  text-align : left;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 2px 5px -1px #666;
  position: relative;
  font-size:1.2em;
}
.contents-page h3{
  font-weight : bold;
  text-align : center;
  margin-top:20px;
  margin-bottom:10px;
  font-size:24px;
}





.top-conf-title{
  color: #465064;
  font-size: 16px;
  text-align: left;
  padding-left: 7px;
  margin-bottom: 10px;
  font-weight: bold;
}


.top-conf-title2{
  font-size: 100%;
}


.scroll {
  margin     : auto;
  width      : 96%;
  /*font-size  : 140%;*/
  line-height: 1.5em;
  text-align : center;
  /*border     : 1px solid #666;*/
  /*overflow   : hidden;*/
}
.scroll span{
  display     : inline-block;
  padding-left: 0%;
  white-space : nowrap;
  line-height : 1em;
  animation   : scrollAnime 20s linear infinite;
}

.scroll span:before{
  content:"　";
}

.scroll span:after{
  content:"　";
}

@keyframes scrollAnime{
    0% { transform: translateX(0)}
  100% { transform: translateX(-100%)}
}

@media screen and (min-width:769px){


  .scroll{
    height:1.5em;
    overflow:hidden;
    }
  .top-flex-box{
    display: flex;
  }
  .top-flex-cell{
    /*overflow-y: scroll;*/
    height: 2.6vw;
  }
  
  .top-flex-cell-inner {
    /*height: 0;*/
  }


  .pop_pc_0{
    left: unset;
    right:0px;
  }

  .pop_pc_1{
    left: 0px;
  }
}

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

    .standard-cont2wrap .btn4 {
      font-size: 17px;
      line-height: 36px;
      }


.ind-modal-cont-wrap,.modal-content2{
  overflow-y: scroll;
}
    .scroll {

      overflow   : hidden;
    }

    .products h4 {
      font-size: 14px;
      line-height: 14px;
      }

    .pop_sp_0{
      left: unset;
      right:0px;
    }
  
    .pop_sp_1{
      left: 0px;
    }

  .top-cont1wrap .news {
    position: relative;
    left: unset;
    bottom: 15px;
    width: 96%;
    max-width: unset;
    font-size: 12px;
    text-align: left;
    margin: 15px auto 0px auto;
    }

  .leftcol{
      min-height: unset;
  }
  .modal-content h1{
    font-size:20px;
  }

  .modal-wrapper p.btn, .modal-wrapper2 p.btn {
    white-space: unset;
    font-size: 12px;
    height: unset;
    font-weight: normal;
    margin: 5px;
    max-width: 30%;
    line-height: 20px;
    min-height: 40px;
    vertical-align: middle;
    border-radius: 9px;
    }

.modal-wrapper .modal-window {

    position: fixed;
    width: 100%;
    
    left: 0;
}

  .modal-wrapper2 {

    padding: 0px 10px;

  }
  
  .modal-window {

    margin-top:0px;
padding: 20px;
  }

  .modal-content{
    padding-bottom: 10px;
  }

  .modal-window{
    background:rgba(255,255,255,0.7);
  }
  

.search-cont3 {
clear: both;
display: table;
width: 100%;
text-align: center;
margin: 0 auto;
padding-top: 20px;
padding-bottom: 20px;
}

.btn2 {
font-size: 14px;
line-height: 40px;

}

.top-cont8 div h3,.search-cont8 div h3 {
font-size: 14px;
}

    .map-popup {
      width: 240px;
    }
    .search{
      width:100%;
    }
    
    .top-colwrap .search_input{
      width:calc( 100% - 205px ) !important;
    
    }
    
    .search-colwrap .search input{
        width:calc( 100% - 54px ) !important;
        margin-bottom: 10px;
        
    }

    .glass_btn{
      margin-bottom: 10px;
    }

    .booth_chat{
      clear: both;
      float: none !important;
      height: 140px;
    }

    .nopc{
      display:block;
    }

    .nosp{
      display:none;
    }

    .rightcol {
      display:none;
      }

    
  

    .top-cont8 .btn a,.search-cont8 .btn a{
      width: 80%;
      height: 50px;
      line-height: 45px;
    }

    .zone-cont ul.tag li {
      width: 32%;
      margin-right: 1%;
      margin-bottom: 1%;
    }

    .booth-map ul.booth li {
      width: 25%;
      margin-bottom: 1%;
      vertical-align: middle;
    }

    .standard-cont2wrap .products {
      width: 97%;
      margin-right: 1.5% !important;
      margin-left: 1.5%;
      }
      
    .btn4{
      font-size: 16px;
      line-height: 40px;
    }


    .standard-cont2wrap div.bottom {
      width:100%;
    }

    .standard-cont5 .wrap div figure {
      width: 100%;
      height: auto;
      min-height: 240px;
    }

    input[type="button"].btn-favorite2 {
      margin-top:20px;
      height: 48px;
      line-height: 24px;
      font-size: 20px;
    }

    .standard-cont3 ul li {
width: 100%;
min-width: 220px;
margin: 10px 0;
      }

    .product-left,.product-right {
      display: block;
      width: 100%;
      margin-right: 0;
      margin-left: 0;
      }

      .product-cont .product-right {
      padding: 10px;
      }

    .product-cont .favorite {
      /*position: absolute;*/
      right: 0;

      }
    p.btn.to-booth button {
      font-size: 16px;
      }

    .chat_abs_box {
      margin-top:20px;
      position: relative;
      }

    .search-cont8 div {
      width: 48%;
      margin-right: 1.6%;
      margin-bottom: 20px;
      }



      .search-colwrap .search button.chk_toggle {
        width:100%;
      }


      .search_popup {
        left: 0px;
        z-index: 9;
      }

      .searchchk_label{
        white-space: nowrap;
      }

.modal-wrapper .modal-window2, .modal-wrapper2 .modal-window2 {
width: 90%;

height: 90%;

}


/*チャットウィンドウ関係*/
#bms_messages_container{
  width: 100%;
  height:90%;
  left:0;
  top:55px;
  background-color: #fff;
  padding:0px;
  position:fixed;
  border-radius:15px;
  box-shadow: 4px 4px 4px 4px rgba(0,0,0,0.3);
  z-index: 9;
}


#bms_chat_header {
  padding: 6px;
  font-size: 16px;
  height: 38px;
  background: #ff7864;
  color:#fff;
  text-align:center;
  font-weight:bold;

  border-radius: 15px 15px 0px 0px;
}

  #bms_chat_user_status {
    position : relative;
  }

  #bms_status_icon {

      line-height: 2em;
  }
  #bms_close_button {
    position: absolute;
    top: 10px;
    right: 20px;
    line-height: 20px;
    font-weight:bold;
    font-size:36px;
    cursor:pointer;
}

  #bms_chat_user_name {
      line-height: 20px;
      font-size:20px;
      padding-left: 8px;
  }

#bms_messages {
  overflow: auto;
  height:calc(100% - 116px);
  border-bottom:3px solid #ECECEC;
  background-color: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2) inset;
}

  .bms_message {
      margin: 0px;
      padding: 0 14px;
      font-size: 16px;
      word-wrap: break-word;
      white-space: normal;

  }

  .bms_left {
      float: left;
      line-height: 1.3em;
  }

  .bms_right {
      float: right;
      line-height: 1.3em;
  }

  .bms_clear {
      clear: both;

  }

#bms_send {
  background-color:#fff;
  height: 78px;
  padding: 14px;
  border-radius: 0px 0px 15px 15px;
}
  #bms_send_message{
      width: calc(100% - 75px);
      line-height: 16px;
      height: 48px;
      padding: 14px 6px 0px 6px;
      border: 2px solid #B2B2B2;
      border-radius: 4px;
      text-align: left;
      box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2) inset;
      box-sizing: border-box;

  }
  #bms_send_btn {
      width: 72px;
      height: 48px;
      font-size: 16px;
      line-height: 3em;
      float: right;
      color: #fff;
      font-weight: bold;
      background: #ff7864;
      text-align: center;
      border-radius: 4px;
      box-sizing: border-box;
  }
  #bms_send_btn:hover {
      background:  #bcbcbc;
      cursor: pointer;
  }

  .bms_message_box{
      margin-top: 20px;
      max-width: 100%;
      font-size: 16px;
  }

  .bms_message_content{
      padding: 20px;
  }


  .bms_left {
      float: left;
      line-height: 1.3em;
      margin-left: 10px;
  }

  .bms_left .bms_message_box {
      color: #111;
      background: #FFE4E0;
      border-radius: 10px 10px 10px 10px;
      margin-right: 50px;
      position:relative;
  }

  .bms_left .bms_message_content:after {
    content: "";
    position: absolute;
    bottom: 0px; 
    left: -19px;
    border: 8px solid transparent;
    border-left: 18px solid #FFE4E0;
    -webkit-transform: rotate(165deg);
    transform: rotate(165deg);
  }

  .bms_right {
      float: right;
      line-height: 1.3em;
      margin-right: 10px;
  }

  .bms_right .bms_message_box {
      color: #111;
      background: #E5E5E5;

      border-radius: 10px 10px 10px 10px;
      margin-left: 50px;
      position:relative;
  }

  .bms_right .bms_message_content:after {
    content: "";
    position: absolute;
    bottom: 0px; 
    right: -19px;
    border: 8px solid transparent;
    border-left: 18px solid #E5E5E5;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  

  /*チャットウィンドウ関係*/


  .movie_text{
    padding-left:0px;
  }


  .iframe_box2{
    position: relative;
    width: 100%;
    height:auto;
    margin-top:20px;
    margin-bottom:20px;
  }

  .iframe_box2 iframe{
    width: 100%;
    height:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-height: 100%;
  }

  .iframe_box2:before {
    content:"";
    display: block;
    padding-top: 50%; /* 高さを幅の75%に固定 */
    
}




.movie_text{
  padding-left:20px;
}

.mov_box{
  position: relative;
  width: 100%;
  float:unset;
}


  }


  .cat-cont4{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    overflow-y: hidden;
  }

  .cat-all{
    text-align: right;
    margin-left: 1%;
    margin-right: 1%;
  }
  .cat-all button{
    padding:0;
    width:50%;
    max-width:340px;
    height:auto;
  }


 .cat-cont4 .btn {
  display: inline-block;
  font-family: noto-sans-cjk-jp, sans-serif;
  color: #fff;
  font-weight: bold;
  line-height: 40px;
  height: 40px;

  padding: 0 1em 0 1em;
  background: #ff7864;
  border-radius: 100px;
  cursor: pointer;
  margin-top: 0px;
  width:100%;
  white-space:nowrap;
  }



  .cat-cont4 .btn img,.cat-cont4 .btn2 img{
    height: 16px;
    float:left;

  }


.cat-cont4 p.cat_title {
  margin-top:10px;
  margin-bottom:5px;
  font-size: 1.1em;
  font-weight: bold;
  height:60px;
  overflow:hidden;
  }


  .cat-all .btn img{
    /*height: 40px;*/
    float:left;
    margin-top: 4px;
  }


  .chk_toggle img{
    float: right;
  }

  @media (max-width: 768px) {

  .modal-window{
    background:rgba(255,255,255,0.7);
    }

    .modal-wrapper .modal-window .modal-content, .modal-wrapper2 .modal-window2 .modal-content {
    overflow-y: auto;
        height: 80%;
}


.modal-window h1,.modal-window2 h1{
  font-size:4.5vw;
  color:#ff7864;
}

.modal-window h2,.modal-window2 h2{
  font-size:3.2vw;
}


.ind-modal-cont{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
  
}
.modal-wrapper {
  padding:0;
}

.modal-wrapper .modal-window {
    box-sizing: border-box;
    display: block;
    z-index: 20;
    position: fixed;
   height:90%;
   width:90%;
      left:calc(50% - 90%/2);
    background: red;
    top: 53px;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    vertical-align: bottom;
}


.modal-content{
  height: auto;
  max-height: 70vh !important;
}

.ind-modal-cont .ind-inner{
	float: left;
	width: 31%;
  overflow:hidden;
	padding: 10px;
	margin-right: 1.666666%;
	margin-bottom: 20px;
	text-align: left;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 2px 5px -1px #666;
  position: relative;
  background:#333;
  cursor:pointer;
  text-shadow: 1px 2px 3px #808080;
}

.ind-modal-cont .ind-inner:nth-child(6n){ margin-right: 1.666666%;}
.ind-modal-cont .ind-inner:nth-child(3n){ margin-right: 0;}
.ind-modal-cont .ind-inner figure{
	text-align: center;
	margin-bottom: 5px;
}

.ind-modal-cont .ind-inner p{
    color: #fff;
  position: absolute;
  bottom: 0;
  font-weight:bold;
font-size: 1.3em;
margin: 5px;
}

.ind-modal-cont .ind-inner img {
    width: 37%;
    float: right;
    margin: 0px;
}


    .cat-cont4 div.btn {
      float: unset;
      margin-right: unset;
      margin-left: unset;
      margin-bottom: unset;
      box-shadow: unset;
      padding-top: 10px;
      text-align: center;
  }

  .cat-all button{
    width: 100%;
    max-width: unset;
    }


  .cat-cont4 .btn {
    display: inline-block;
    font-family: noto-sans-cjk-jp, sans-serif;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    padding: 0 1em 0 1em;
    background: #ff7864;
    border-radius: 100px;
    cursor: pointer;
    margin-top: 0px;
    width: 100%;
    white-space: nowrap;
    }

  .search-colwrap .search button.chk_toggle {
    margin-right:0;
    float:unset;
  }

  .search-colwrap .search input{
    margin-left:0;
  }

  .cat-all .btn img{
    height: auto;
    width:100%;
    margin-top: 4px;
  }

    .glass_btn{
    height: 47px;
    width: 47px;
    }

    .modalform li {
      margin-bottom: 10px;
      font-size: 12px;
      font-weight: bold;
      padding: 10px;
      width: 100%;
    }

    .cat-cont4 .btn img, .cat-cont4 .btn2 img {
      height: 16px;
      float: unset;
      margin-top: 0px;
      margin-bottom: 5px;
      }
      
      .cat-cont4 .img_box{
        max-height: 100px;
      }




    .btn4,.cat-cont4 .btn,  .cat-cont4 .btn2{
      font-size: 2.5vw;
      line-height: 3.0vw;
      text-align: center;
    }


    .cat-cont4 .btn{
      height: 60px;

    border-radius: 10px;
    cursor: pointer;
    margin-top: 0px;
    width: 100%;
    white-space: nowrap;
    }
    

    .cat-cont4 p.cat_text {
      font-size: 1.1em;
      font-weight: normal;
      line-height: 1em;

      height: 8.5em;
      overflow:hidden;
  
      margin-top: 10px;
      margin-bottom: 10px;
    }
  



    .top-cont8 div h3{
      font-size: 1.3vw;
    }

    .cat-cont4 div{
      float: left;
      width: 31%;
      height:500px;
      padding: 10px;
      margin-right: 1%;
      margin-left: 1%;
      margin-bottom: 20px;
      text-align: left;
      background: #fff;
      border-radius: 5px;
      box-shadow: 0px 2px 5px -1px #666;
    }


    .cat-cont4 p.cat_title {
      height: 6.4em;
      }




      .cat-all .btn img{
        display: inline-block;
        width:100%;
      }
   }

  @media (min-width:769px) and (max-width: 1299px) {

    .cat-cont4 div.btn {
      float: unset;
      margin-right: unset;
      margin-left: unset;
      margin-bottom: unset;
      box-shadow: unset;
      padding-top: 10px;
      text-align: center;
  }
    
    .btn4,.cat-cont4 .btn,  .cat-cont4 .btn2{
      font-size: 1.2vw;
      line-height: 2.0vw;
      text-align: center;
    }
    .cat-all button{
      width: 100%;
      max-width: unset;
    }

    .cat-cont4 .img_box{
      max-height: 120px;
    }

    .search-colwrap .search button.chk_toggle{
      width: 100%;
      margin-top: 10px;
      float:unset;
    }

    .modalform li {
      margin-bottom: 10px;
      font-size: 12px;
      font-weight: bold;
      padding: 10px;
      width: 100%;
    }

    .search-colwrap .search input {
      width: 70%;
      margin-left: 0;

      width:calc( 100% - 53px );    
    }

    .top-cont8 div h3{
      font-size: 1.3vw;
    }

    .cat-cont4 p.cat_text {
      font-size: 1.2em;
      font-weight: normal;
      line-height: 1.2em;
      height: 120px;
      overflow:hidden;
  
      margin-top: 10px;
      margin-bottom: 10px;
    }
  

    .cat-cont4 div{
      float: left;
      width: 22.9%;
      height:500px;
      padding: 10px;
      margin-right: 1%;
      margin-left: 1%;
      margin-bottom: 20px;
      text-align: left;
      background: #fff;
      border-radius: 5px;
      box-shadow: 0px 2px 5px -1px #666;
    }

    .cat-cont4 .btn img, .cat-cont4 .btn2 img {
      height: 16px;
      float: unset;
      margin-top: 0px;
      margin-bottom: 0px;
      }
      

    .cat-all .btn img{
      height: auto;
      width:100%;
      margin-top: 4px;
    }
    .cat-cont4 .btn{
      height: 60px;

    border-radius: 10px;
    cursor: pointer;
    margin-top: 0px;
    width: 100%;
    white-space: nowrap;
    }

      .cat-all .btn img{
        display: inline-block;
        width:100%;
      }

   }
   @media (min-width: 1300px) {

    .cat-cont4 div.btn {
      float: unset;
      margin-right: unset;
      margin-left: unset;
      margin-bottom: unset;
      box-shadow: unset;
      padding-top: 10px;
      text-align: center;
  }

    .modalform li {
      margin-bottom: 10px;
      font-size: 12px;
      font-weight: bold;
      float: left;
      padding: 5px;
      width: 33%;
    }

    .dlarea{
      margin-top:20px;
    }
    

    .btn4,.cat-cont4 .btn,  .cat-cont4 .btn2{
      font-size: 18px;
      line-height: 18px;
      vertical-aligh: middle;
    }
    .top-cont8 div h3{
      font-size: 20px;
    }


    .cat-cont4 p.cat_text {
      font-size: 1.2em;
      font-weight: normal;
      line-height: 1.2em;
      height:7vw;
      max-height:90px;
      overflow:hidden;
  
      margin-top: 5px;
      margin-bottom: 5px;
    }
  

    .cat-cont4 div{
      float: left;
      width: 22.9%;
      height:500px;
      padding: 10px;
      margin-right: 1%;
      margin-left: 1%;
      margin-bottom: 20px;
      text-align: left;
      background: #fff;
      border-radius: 5px;
      box-shadow: 0px 2px 5px -1px #666;
    }

      .cat-all .btn img{
        display: inline-block;
        width:100%;
      }

   }


   header h1 img{
      vertical-align: middle;
   }

   header h1 a:hover{
    background:unset;
 }


  .cat-cont4 .btn2 {
    display: inline-block;
    font-family: noto-sans-cjk-jp, sans-serif;
    color: #fff;
    text-align:center;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    letter-spacing: .1em;
    padding: 0 1em 0 1.5em;
    background: #111;
    border-radius: 100px;
    cursor: pointer;
    width:100%;
    margin:0;
    margin-top: 10px;
    white-space:nowrap;
    }

    .cat-cont4 .btn a,.cat-cont4 .btn2 a{
      color: #fff;
    }

    .cp_ipcheck {
      width: 90%;
      margin: 0 auto;
      text-align: left;
    }
    @keyframes click-wave {
      0% {
        position: relative;
        width: 30px;
        height: 30px;
        opacity: 0.35;
      }
      100% {
        width: 200px;
        height: 200px;
        margin-top: -80px;
        margin-left: -80px;
        opacity: 0;
      }
    }
    .cp_ipcheck .option-input02 {
      position: relative;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 30px;
      height: 30px;
      margin-right: 0.5rem;
      cursor: pointer;
      transition: all 0.15s ease-out 0s;
      color: #da3c41 !important;
      border: none;
      outline: none;
      background: #fff;
      -webkit-appearance: none;
              appearance: none;
              border: 2px solid #666;
    }
    .cp_ipcheck .option-input02:hover {
      background: #eee;
    }
    .cp_ipcheck .option-input02:checked {
      background: #fff;
    }
    .cp_ipcheck .option-input02:checked::before {
      font-size: 20px;
      line-height: 25px;
      position: absolute;
      display: inline-block;
      width: 30px;
      height: 30px;
      content: '✔';
      text-align: center;
      font-family: noto-sans-cjk-jp, sans-serif;
    }

    .cp_ipcheck .option-input02.radio {
      border-radius: 50%;
    }
    .cp_ipcheck .option-input02.radio::after {
      border-radius: 50%;
    }
    .cp_ipcheck label {
      line-height: 40px;
      display: block;
      width: 40px;
      margin: 0 auto;
    }
    .cp_ipcheck .option-input02:disabled {
      cursor: not-allowed;
      background: #ddd;
    }
    .cp_ipcheck .option-input02:disabled::before {
      font-size: 20px;
      line-height: 30px;
      position: absolute;
      display: inline-block;
      width: 30px;
      height: 30px;
      content: '✖︎';
      text-align: center;
    }




  /*
  .cat-cont4 div:nth-child(4n){ margin-right: 0;}
  .cat-cont4 div figure{
    text-align: center;
    margin-bottom: 5px;
  }*/










    .cat-all .btn a{
      color: #fff;
    }
    .dlarea .check_single {
      margin-top: 10px;
      margin-bottom: 10px;
      }


.btn5 {
  display: inline-block;
  color: #111;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .25em;
  padding: .2em 1em .3em 1.25em;
  margin: 0 auto 10px;
  background: #ffff00;
  border:1px solid #aaa;
  border-radius: 100px;
}


.conf_slide{
  background-color : unset;
}


.conf_slide ul.slider2 .slick-prev{
	position: absolute;
	left: -1%;
	top: 35%;
	width: 16px;
	height: 27px;
	background: url(../images/prev.png) no-repeat;
	background-size: 16px auto;
	cursor: pointer;
}
.conf_slide ul.slider2 .slick-next{
	position: absolute;
	right: -1%;
	top: 35%;
	width: 16px;
	height: 27px;
	background: url(../images/next.png) no-repeat;
	background-size: 16px auto;
	cursor: pointer;
}


.slick-dots li:nth-child(9) {
  display:none;
}

.slick-dots li:nth-child(10) {
  display:none;
}

.slick-dots li:nth-child(11) {
  display:none;
}

.slick-dots li:nth-child(12) {
  display:none;
}

.slick-dots li:nth-child(13) {
  display:none;
}

.slick-dots li:nth-child(14) {
  display:none;
}

.slick-dots li:nth-child(15) {
  display:none;
}

.slick-dots li:nth-child(16) {
  display:none;
}
.slick-dots li:nth-child(17) {
  display:none;
}
.slick-dots li:nth-child(18) {
  display:none;
}
.slick-dots li:nth-child(19) {
  display:none;
}
.slick-dots li:nth-child(20) {
  display:none;
}



.dl{
    background: #000046;
    letter-spacing: .1em;
}

.pdf-submit{
  cursor:pointer;
}

.ref_contents{
  font-size: 16px;
text-align: left;
margin:20px;

  clear: both;
  padding: 20px;
  margin-bottom: 20px;

  box-shadow: 0px 2px 5px -1px #666;
  }

  .ref_title{
    margin: 20px;
  }


  .standard-cont6 h3{
    text-align: center;
    }

/*モーダル関係*/

.modal-wrapper .ind-modal-window {
  padding:10px 30px 30px 30px;
}
.modal-chk-input{
  appearance: none;
  position: absolute;
}

.modal-chk-text {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12pt;
font-weight: bold;
padding:5px;
margin:5px;
text-align: left;
}

.modal-chk-text::before {
  content: ''; 
  display: block;
  border-radius: 50%;
  border: 2pt solid #383838;
  width: 12pt;
  height: 12pt;
  margin-right:10px;
}


.ind-modal-cont-wrap h1{
  color:#383838;
}

.modal-chk-input:checked+.modal-chk-text::after { 
  content: '';
  position: absolute;
  left: 7.3pt;
  display: block;
  border-radius: 50%;
  width: 9pt;
  height: 9pt;
  background-color: #FF7964;
}

.modal-accordion{
  display:none;
  width: 100% !important;
  opacity : 1 !important;
}

.modal-accordion-btn::before{
  content:'▶︎';
  color:#FFFFFF;
  font-size: 14pt;
  font-weight: bold;
  margin-right:10px;
  margin-left:10px;
}
.ind-modal-cont{
  width: 450px;
  margin:0 auto;
}
.modal-accordion-btn{
  color:#FFFFFF;
  background-color:#383838;
  font-size: 14pt;
  font-weight: bold;
  padding: 2px;
  width:100%;
  text-align:left;
  margin:10px auto 0 auto;
  cursor:pointer;
}

.modal-accordion-btn.accordion-active{
  background-color: #FF7964;
}

.modal-accordion-btn.accordion-active::before{
  content:'▼';
}


.modal-button {
  display: inline-block;
  font-family: noto-sans-cjk-jp, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: .3em;
  padding:0.5em 2em 0.5em 2em;
  background: #ff7864;
  border-radius: 100px;
  white-space: nowrap;
  margin:10px auto 0 auto;
  cursor:pointer;
}

.modal-button.btn-inactive {
background: #cccccc !important;
}

.ind-modal-cont-wrap {
  overflow-y: scroll;
  height: 100%;
  }

.ind-modal-window .note{
  width:100%;
  font-size:10px;
  color:#383838;
  margin-top: 10px;
  margin-bottom:15px;
}

.ind-modal-window a{
  text-decoration: underline;
}

.ind-modal-window .modal-content {
   margin-top: 0px; 
}



.modal-wrapper .ind-modal-window{
  height:560px;
  top:calc(50% - 560px/2);
  width:700px;
  left: calc(50% - 700px/2);
  box-shadow:none;
}

.ind-modal-window .modal-button {
  display: inline-block;
  font-family: noto-sans-cjk-jp, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0;
  /* padding: 0.5em 2em 0.5em 2em; */
  background: #ff7864;
  border-radius: 100px;
  white-space: nowrap;
  margin: 10px auto 0 auto;
  cursor: pointer;
  width: 150px;
  height: 50px;
  text-align:center;
  padding:0;
  }

.ind-modal-window h1{
  font-size:26pt;
  color:#383838;
  margin-bottom:0px;
  margin-top: 20px;
}

.ind-modal-window h2{
  font-size:14pt;
  font-weight: normal;
  margin-bottom: 10px;
}

.modal-wrapper .ind-modal-window .modal-content {
  max-height: 400px;

}

#accordion-margin{
  height:300px;
}

@media (max-width: 768px) {
  .ind-modal-cont {
    width: 100%;
    }
    .modal-wrapper .ind-modal-window {
      padding:30px 20px 20px 20px;
    }

  .ind-modal-window h1 {
      font-size: 19pt;
      color: #383838;
      margin-bottom: 10px;
      margin-top: 0px;

    }
  
  
    .ind-modal-window .note{
      font-size:10px;
      line-height: 12px;
      font-weight: 300;
      margin-bottom:5px;
    }
  
    .modal-accordion-btn {
      font-size: 16px;
    }

    .modal-chk-text {
      font-size: 16px;
    }
    .modal-content {
      margin-top: 0px;
    }
  
  .ind-modal-window h2{
    font-size:10pt;
  }

  .modal-content {
    margin-top: 0px;
  }

  .modal-wrapper .ind-modal-window {
    height: 95%;
    top: 60px;
    width: 90%;
    left: 0;
    top:calc(50% - 95%/2);
    left: calc(50% - 90%/2);
  }

  .ind-modal-window .modal-button {
    font-size: 22px;
    line-height: 22px;
    border-radius: 50px;
    width: 130px;
    height: 40px;
    }

}

