/* カスタマイズ用CSS */
.ec-topColumnRole .ec-secHeading .ec-secHeading__maintitle {
    color: #fff;
}
.ec-topColumnRole .postItem .content {
    font-size: 0.933rem;
    color: #fff;
    line-height: 1.2;
    margin-top: 1em;
    text-shadow: 1px 2px 3px #808080;
}
.ec-featuredProduct.slick-center .ec-featuredProduct__content {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    background-color: #ffffffba;
}
div.vid_contents {
width: 100%;/*背景色を横幅いっぱいに広げる*/
text-align: center;
margin: auto;
padding: 4% 4% 4% 4%;/*ここで動画の周りの余白を調整*/
background: #e6e6e6;/*余白の背景色*/
}
video.vid_main {
width: 100%;
max-width: 920px;/*PC版での最大幅*/
}

.cp_ipselect {
  position: relative;
  margin: 2em auto;
  text-align: center;
    color: #fff;
}
.cp_sl02 {
  position: relative;
  font-family: inherit;
  background-color: transparent;
  width: 100%;
  padding: 10px 25px 10px 0;
  font-size: 14px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #eee;
    color: #aaa;
}
.cp_sl02:focus {
  outline: none;
  border-bottom: 1px solid #eee;
    color: #fff;
}
.cp_ipselect .cp_sl02 {
  appearance: none;
  -webkit-appearance:none;
    color: #aaa;
}
.cp_ipselect select::-ms-expand {
  display: none;
}
.cp_ipselect:after {
  position: absolute;
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #eee;
  pointer-events: none;
}
.cp_sl02_selectlabel {
  color: #ccc;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 10px;
  transition: 0.2s ease all;
}
.cp_sl02:focus ~ .cp_sl02_selectlabel,
.cp_sl02:valid ~ .cp_sl02_selectlabel {
  color: #ccc;
  top: -20px;
  transition: 0.2s ease all;
  font-size: 14px;
}
.cp_sl02_selectbar {
  position: relative;
  display: block;
  width: 100%;
}
.cp_sl02_selectbar:before,
.cp_sl02_selectbar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #da3c41;
  transition: 0.2s ease all;
}
.cp_sl02_selectbar:before {
  left: 50%;
}
.cp_sl02_selectbar:after {
  right: 50%;
}
.cp_sl02:focus ~ .cp_sl06_selectbar:before,
.cp_sl06:focus ~ .cp_sl06_selectbar:after {
  width: 50%;
}
.cp_sl02_highlight {
  position: absolute;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}