#pageArticle #mainArea #articleArea {
	width: 660px;
	font-size: 13px;
	background: #fff;
	padding: 20px 35px;
	margin: 30px auto 35px auto;
	position: relative;
	-webkit-text-size-adjust: 100%;
}

#articleArea .article .sp_vis {
  display: none;
}


#mainBox {
	margin: 0 auto;
	text-align: left;
}

#mainBox h1 {
	width:100%;
	margin:0 auto;
}

#mainBox h1 img {
	width:100%;
	height:auto;
	vertical-align: bottom;
}

#mainBox .cont_size_box {
  padding: 0 20px;
}

#mainBox .left {
  float: left;
}
#mainBox .right {
  float: right;
}

#mainBox h2 {
  font-size: 16px;
  margin-top: 30px;
  display: inline-block;
  font-weight: bold;
}
#mainBox h2 span {
  background: linear-gradient(transparent 70%, #bbd880 70%);
  padding-left: 4px;
}

#mainBox h3 {
	font-size:21px;
	font-weight:600;
	color:#000;
}
#mainBox a {
  display: inline-block;
  font-size:16px;
}

#mainBox p {
	font-size:14px;
	line-height:1.8;
  margin-top: 10px;
}
#mainBox p.intro_txt {
	font-size:16px;
	line-height:1.8;
  margin-top: 10px;
  margin-bottom: 20px;
}
#mainBox .prof_link {
  margin-top: 30px;
}

#mainBox .img_box {
  text-align: center;
  margin-top: 30px;
}

#mainBox .cont_size_box .movie_area {
  width: 92%;
  margin: 10px auto 0;
  padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
  height:0px;              /*高さはpaddingで指定するためheightは0に*/
  position: relative;
}
#mainBox h3.color_txt {
  color: #84bd00;
  margin-top: 30px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}
#mainBox .cont_size_box .movie_area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


#mainBox .small_txt {
  font-size: 14px;
}

#mainBox .border_box {
  border: 2px solid #231f20;
  margin-top: 40px;
  padding: 4% 3%;
}
#mainBox .border_box h2 {
  margin-bottom: 15px;
  margin-top: 0;
}
#mainBox .border_box h2 span {
  padding: 6px 10px;
  background: none;
  background-color: #84bd00;
  color: #FFF;
}
#mainBox .border_box .img_box {
  text-align: right;
}
#mainBox .border_box a {
  color: #84bd00;
  font-weight: bold;
}

#mainBox .product_info_box {
  margin-top: 50px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
#mainBox .product_info_box h3 {
  color: #84bd00;
}
#mainBox .product_info_box .left,
#mainBox .product_info_box .right {
  width: 49%;
}
#mainBox .product_info_box .txt_box {
  padding-top: 40px;
}
#mainBox .product_info_box .txt_box h4 {
  font-size: 17px;
}
#mainBox .product_info_box .txt_box p {
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#mainBox a.op_link {
  transition: all 300ms 0s ease;
}
#mainBox a.op_link:hover {
  opacity: 0.5;
}


#mainBox .btn_area ul {
  list-style-type: none;
}
#mainBox .btn_area {
    width: 95%;
    margin: 0 auto 0;
}
#mainBox .btn_area li {
    margin: 30px auto;
    width: 300px;
}
#mainBox .btn_area li a img {
  width: 100%;
}

#profile_sasetsu {
  display: none;
  width: 80%;
  max-width: 570px;
  border-radius: 4px;
  padding: 20px;
}
.prof_box .left {
  float: left;
  width: 15%;
}
.prof_box .right {
  float: right;
  width: 81%;
}
.prof_box .img_box {
  margin-top: 0;
}
.prof_box .img_box img {
  width: 100%;
}
.prof_box .txt_box h3 {
  margin-bottom: 8px;
  font-size: 15px;
}
.prof_box .txt_box p {
  font-size: 12px;
  margin-top: 0;
}
.prof_box .txt_box p.color_txt,
.prof_box .txt_box p.color_txt a{
  color: #84bd00;
  font-size: 12px;
  font-weight: bold;
}
.prof_box .txt_box p.color_txt:last-child {
  margin-top: 0;
}

#storelist_sasetsu {
  display: none;
  padding: 20px;
}
.storelist_box h3 {
  margin-bottom: 8px;
  font-size: 15px;
}
.storelist_box ul li {
  list-style: none;
}
.storelist_box ul li a {
  font-size: 11px;
  color: #000;
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-navigation{
  display: none;
}
.fancybox-button svg {
  color: #FFF;
  background-color: #000;
  border-radius: 4px;
}

.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after { clear:both; }


@media screen and (max-width: 768px) {
  #pageArticle #mainArea #articleArea {
    width: auto;
    font-size: 1rem;
  }
  #pageArticle #mainArea #articleArea {
    padding:20px 0;
  }
  #mainBox .prof_box .txt_box p {
    font-size: 0.6rem;
  }
  #mainBox .bnr_box .pc_vis {
    display: none;
  }
  #mainBox .bnr_box .sp_vis {
    display: block;
  }
  #mainBox p.intro_txt,
  #mainBox h2,
  #mainBox .bnr_box p {
    font-size: 1.1rem;
  }
  #mainBox .img_box {
    text-align: center;
  }
  #mainBox .img_box_p {
    width: 120%;
    margin-left: -10%;
  }
  #mainBox .img_box img,
  #mainBox .prof_box .img_box img,
  #mainBox .bnr_box .left img {
    width: auto;
    max-width: 100%;
    display: inline-block;
  }
  #mainBox h3.color_txt,
  #mainBox .cont_size_box .movie_area {
    width: 100%;
  }
  #mainBox .product_info_box .left,
  #mainBox .product_info_box .right{
    width: 100%;
    float: none;
  }
  #mainBox .product_info_box .img_box {
    margin-top: 50px;
  }
  #mainBox .product_info_box .txt_box {
    padding-top: 10px;
  }
  #mainBox .bnr_box {
    border: none;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
  }
  #mainBox .prof_box .txt_box a {
    font-weight: bold;
  }
  #mainBox .btn_area {
    margin-top: 20px;
  }
  #mainBox .btn_area li:last-child {
    float: none;
  }
  #mainBox .btn_area li {
    float: none;
    margin: 20px auto;
    width: 80%;
    text-align: center;
  }
  #mainBox .bnr_box a img {
    width: auto;
  }
}


@media screen and (max-width: 480px) {
  #mainBox h2 {
    font-size:16px;
  }
  #mainBox h3,
  #mainBox h4{
    font-size: 18px;
  }
  #mainBox p,
  #mainBox .info_box p{
    font-size:14px;
  }
  #mainBox .prof_box .left {
    float: none;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  #mainBox .prof_box .right {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 450px){
#pageArticle #mainArea #articleArea {
    margin: 50px auto 35px;
}
}

