@charset "utf-8";

*{
  box-sizing: border-box;
}

body {
  width: 100%;
  min-width: 980px;
  margin: 0;
  /* background-color: #fcdaad; */
  background: url(../images/bg-main.png) center center;
  background-size: contain;
  font-family:'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
}

ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

a,a img {
  text-decoration: none;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

a:hover, a:hover img {
  opacity: 0.8;
}

img {
  display: block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
  display: block;
}

* html .clearfix {
  height: 1%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.is-sp-only {
  display: none;
}

#SNSBox {
  background: #FFF;
  position: fixed;
  position: absolute;
  top: 213px;
  right: 0;
  padding: 5px 0 10px;
  z-index: 1000;
  overflow: hidden;
  width: 37px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  box-shadow: 0 0 7px #999999 !important;
}

#SNSBox .SHARE {
  margin: 0 0 8px 0;
  padding: 0 0 5px 5px;
  border-bottom-style: double;
  border-bottom-color: #CCCCCC;
  font-size: 1px;
}

#SNSBox .facebook {
  background: url(/special/common/images/sns_facebook.png) no-repeat;
  padding-left: 35px;
  margin: 0 0 8px 7px;
  height: 24px;
}

#SNSBox .twitter {
  background: url(/special/common/images/sns_twitter.png) no-repeat;
  padding-left: 35px;
  margin: 0 0 8px 7px;
  height: 24px;
}

#SNSBox .mixi {
  background: url(/special/common/images/sns_mixi.png) no-repeat;
  padding-left: 35px;
  margin-left: 7px;
  height: 24px;
}

#sns_sp {
  padding: 30px 0 0;
  width: 100%;
  text-align: center;
}

#sns_sp div {
  display: inline-block;
}

iframe.twitter-share-button {
  width: 82px !important;
}

h1, h2, h3, p, div, ul, ol, li {
  line-height: 1.8;
  margin: 0;
  padding: 0;
}

h1, h2, h3 {
  font-weight: bold;
}

.ly-intro .inner {
  position: relative;
}

.header-logo {
  position: absolute;
  left: 100px;
}

.header-logo a {
  display: block;
}

.ly-global-footer {
  border-top: 1px solid;
  border-color: #c8c8c8;
  background-color: #fff;
}

.ly-global-footer>.inner {
  padding: 50px 0 0;
  text-align: center;
}

.ly-global-footer>.inner>.copyright {
  font-family: 'ヒラギノ角ゴ Pro W3';
  font-size: 12px;
  font-weight: bold;
}

.ly-global-footer .inner {
  width: 700px;
  margin: 0 auto;
}

.ly-global-footer .inner .copyright {
  line-height: 100px;
}

.ly-global-footer img {
  float: left;
  margin-right: 299px;
}

/* ウォータースライダー特集LP独自style */

.main img {
  width: 100%;
  background: white;
  margin: 0 auto;
}

.ttl-exhibition {
  padding: 50px 0 60px;
  background-image: url(../images/bg_left.png),url(../images/bg_right.png);
  background-repeat: no-repeat;
  background-position: 0 50%,100% 50%;
  background-color: #fff;
}


.ttl-exhibition-inner{
  width: 980px;
  margin: 0 auto;
}

.txt-exhibition{
  width: 80%;
  margin: 0 auto;
  text-align:center;
  color: #893e08;
  font-size: 22px;
  font-weight: bold;
}

.btn-sns{
  display: block;
  margin: 30px auto;
  text-align: center;
}

.content-inner,.campaign-wrap-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 100px 0 0;
  width: 100%;
}


.box-point{
  margin-bottom: 100px;
}
.box-point h3{
  margin: 0 auto 30px;
}

.box-point h3 span{
  text-align: center;
  color: #f6e84d;
  font-size: 28px;
  line-height: 1.6;
}
 
.box-point .col2 {
  display: flex;
} 

.box-point .col2 div{
  box-sizing: border-box;
  width: 50%;
  padding: 20px;
}

.box-point .col2.col-reverse{
  flex-direction:row-reverse;
}

.box-point p{
  color: #333;
}

.point-img{
  width: 100%;
  max-width: 842px;
}

.txt-detail{
    color: #333;
    padding: 30px 0;
    text-indent: -4em;
    padding-left: 4em;
}
.icon-orange{
  color: #FFA500;
}

.txt-detail li{
  line-height: 2;
}



.btn-movie{
  max-width: 220px;

}
.txt-red{
  color: #e60d0d;
}

.txt-lg{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.txt-strong{
  font-weight: bold;
}

.txt-cap{
  font-size: 14px;
}


.campaign-wrap{
  background: #fff;
  padding: 0px 2% 100px;
  background-image: url(../images/bg_left.png),url(../images/bg_right.png);
  background-repeat: no-repeat;
  background-position: 0 20%,100% 80%;
  background-color: #fff;
}


.campaign-wrap-inner h2 img{
  margin: 0 auto 30px;
  max-width: 474px;
}

.box-campaign-detail{
  width: 100%;
  border: 4px solid #FFA500;
  border-radius: 10px;
  padding: 40px 20px;
  margin-top: 30px;
  background: #fff;
  position: relative;

}
.img-cp-boy{
  position: absolute;
  left: -50px;
  top: -80px;
  max-width: 250px;
  width: 100%;
}




@media screen and (max-width: 768px) {
  body{
    min-width: 320px;
    font-size: 14px;
  }

  .is-pc-only {
    display: none;
  }

  .is-sp-only {
    display: block;
  }

  #sns_sp {
    padding: 0;
  }

  .ly-global-footer {
    border-top: 1px solid;
    border-color: #c8c8c8;
  }
  
  .ly-global-footer .inner {
    width: 100%;
  }
  
  .ly-global-footer>.inner {
    padding: 20px 0;
    text-align: center;
  }
  
  .ly-global-footer .inner .copyright {
    line-height: 2;
  }

  .ly-global-footer img {
    float: none;
    margin: 0 auto;
  }

  /* ウォータースライダー特集LP独自style */

  .main img {
    padding-bottom: 0px;
    width: 100%;
  }

  .mv-wrap{
    background:none;
  }
  .ttl-exhibition {
    padding: 0 0 50px;;
    background: url(../images/bg_left.png) no-repeat #fff;
    background-size: 20%;
    background-position: 0 100%;
  }

  .btn-sns{
    width: 100%;
    max-width: 320px;
    margin: 20px auto 0;
  }
  .txt-exhibition{
    width: 95%;
    font-size: 14px;
  }

  .content-inner,.ttl-exhibition-inner,.campaign-wrap-inner {
    width: 96%;
    margin: 0px auto;
    padding: 30px 0 0;
  }

  .box-point{
    padding: 2%;
    margin-bottom: 30px;
  }

  .box-point h3 span{
    font-size: 18px;
  }
  .box-point p {
    margin-top: 15px;
  }

  .box-point .col2,.box-point .col2.col-reverse {
    flex-direction: column;
  } 


  .box-point .col2 div h3 img{
    width: auto;
    max-height: 90px;
    max-width: 100%;
  }
  .box-point .col2 div h3.h3_logo img{
    width: 100%;
    max-height: 100%;
  }

  .box-point .col2 div img{
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
  }
  .box-point .col2 div{
    font-size: 14px;
    padding: 20px 10px;
    width: 100%;
  }

  .campaign-wrap{
    padding: 0px 2% 0px;
    background-image:url(../images/bg_right.png);
    background-repeat: no-repeat;
    background-position:100% 100%;
    background-size: 20%;
  }

  .campaign-wrap-inner{
    margin: 0;
    padding: 50px 0 100px;
    width: 100%;
    
  }

  .campaign-wrap-inner h2 img{
    width: 100%;
    margin-bottom: 20px;
  
  }
  .box-campaign-detail{
    padding: 40px 20px 20px;
  }

  .img-cp-boy{
      position: absolute;
      left: -20px;
      top: -70px;
      max-width: 150px;
      width: 100%;
  }


  .btn-movie{
    max-width: 220px!important;
    margin: 0 auto;
}

  .txt-lg{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .box-caption ul li{
    text-indent: -1.5em;
    padding-left: 1.5em;
  }

  .txt-cap{
     font-size: 12px;
   }
}

/* 2019.04.24 add */
.campaign-wrap table{
	margin:0 0 30px 0;
	}
.campaign-wrap th{
	color:#666666;
	width:20%;
	border-bottom:1px solid #ccc;	
}
.campaign-wrap td{
	line-height:1.4;
	width:80%;
	border-bottom:1px solid #ccc;
	padding:30px 0;
}

.campaign-wrap th.top,
.campaign-wrap td.top{
	border-top:1px solid #ccc;
}

.campaign-wrap div.left_area {
	width: 390px;
	float:left;
	padding-right: 10px;
}
.campaign-wrap div.frame_area {
	float: right;
}

@media (max-width: 767px) {
	.campaign-wrap table{
		margin:0 0 30px 0;
		width: 100%;
		table-layout: fixed;
	}
	.campaign-wrap th{
		color:#666666;
		width:30%;
		border-bottom:1px solid #ccc;	
	}
	.campaign-wrap td{
		line-height:1.4;
		width:70%;
		border-bottom:1px solid #ccc;
		padding:30px 0;
	}

	.campaign-wrap th.top,.campaign-wrap td.top{
		border-top:1px solid #ccc;
	}

	.campaign-wrap div.left_area {
		width: auto;
		float:none;
		padding-right: 0;
	}
	.campaign-wrap div.frame_area {
		margin-top: 20px;
		float: none;
		padding-left: 0;
	}
	.campaign-wrap div.frame_area img {
		width: 100%;
	}
}


/* 2019.04.24 end */

/* 2019.08.15 add */
.txt-detail2{
    color: #333;
    padding: 30px 0 0 30px;
    text-indent: -4em;
    padding-left: 4em;
}
.txt-detail3{
    color: #333;
    padding: 0 0 30px 30px;
    text-indent: -6em;
    padding-left: 6em;
}

.txt-detail2 li,
.txt-detail3 li{
  line-height: 2;
}
/* 2019.08.15 end */