@charset "utf-8";

#imageSlider {
  padding: 3.125% 0;
  background-color: #f5f5f5;
}

#tabSwitch {
  overflow: hidden;
}

.tabSwitch_child {
  width: 50%;
  float: left;
}

#btn_photo_gallery {
  width: 65.3125%;
  margin: 0 auto 12.5%;
}


.contentsTitle {
  margin: 5% 0 3.125% 0;
}

#textBox {
  background-color: #660099;
  border: none;
  padding: 1.5625%;
  margin: 0 0 12.5%;
}

#textBoxInner {
  box-sizing: border-box;
  width: 100%;
  padding: 3.125%;
}

#textBoxInner .title {
  padding:0.5em 0 0.25em;
  margin: 0;
  font-size: 1.2em;
  color: #390A78;
}

#textBoxInner .img {
  margin: 3.125% 0;
}

#textBoxInner p{
  color: #333;
}

#textBoxInner p:not(:last-of-type) {
  margin-bottom: 1em;
}

#photoGallery {
  position: relative;
  margin-bottom: 12.5%;
}

#photoGallery_main {
  padding: 3.125% 0 3em;
  background-color: #f5f5f5;
}

#photoGallery_num {
  position: absolute;
  bottom: 0;
  text-align: center;
  line-height: 3em;
  width: 100%;
  color: #660099;
}

#recommendProducts {
  position: relative;
}

#recommendProducts_main > a {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto 7.8125%;
  width: 38.59375%;
}


.slick-list {
  z-index: 1;
}

.slick-prev:before, .slick-next:before {
  content: none;
}
.slick-prev, .slick-next {
    z-index: 2;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 10%;
    height: 0;
    padding-top: 10%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.slick-prev {
  background-image: url('../images/btn_prev.png');
  left: 0;
}
.slick-next {
  background-image: url('../images/btn_next.png');
  right: 0;
}

.slick-list
{
    background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

#pageTitle{
	clear: both;
	padding-top: 5%;
	margin: 0 0 3.125% 0 !important;
}

#contentsBox{
	padding-bottom:13px;
    font-size: 14px;
}

#btn_archive_bottom{
	overflow: hidden;
}

.btn_next{
	float: left;
	width:45%;
}

.btn_prev{
	float: right;
	width:45%;
}

#btn_archive_top img,
#btn_archive_bottom img{
	width:100%;
}

/*----------------------------
画像保護
----------------------------*/
#textBoxInner .img {
	position:relative;
}

#textBoxInner .img .tr.no_copy{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}