@charset "utf-8";
#maincontents {
 background: url("../images/common/bg.jpg") repeat center top fixed;
 background-size: 700px 600px;
}
/* SP */
@media screen and (max-width: 767px) {
 .contantsbody {
  padding: 10% 0 12% 0;
 }
 #mv .slide {
  border-radius: 0 0 8px 8px;
  overflow: hidden;
 }
 #mv .slick-dots {
  bottom: -40px;
 }
 #mv .slick-dots li {
  width: 60px;
  margin: 0;
 }
 #mv .slick-dots li button {
  padding: 0;
  width: 60px;
  height: 2px;
  background: #ccc;
  transition: 0.3s;
 }
 #mv .slick-dots li.slick-active button {
  padding: 0;
  background: #666;
 }
 #news {
  margin: 0 0 15% 0;
  padding: 0 5%;
 }
 #news .title {
  margin: 0 auto 8% auto;
 }
 #news .newslist {
  margin: 0;
 }
 #news .newsitem {
  margin: 0 0 8% 0;
 }
 #news .newsitem:last-child {
  margin: 0;
 }
 #news .thumb {
  border-radius: 8px;
  overflow: hidden;
 }
 #news .textbox {
  text-align: left;
  margin: 3% 0 0 0;
 }
 #news .newsitem a {
  color: #000;
 }
 #news .textbox .date {
  font-size: 13px;
  margin: 0 0 3% 0;
  font-weight: 400;
 }
 #news .textbox .text {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 200;
 }
 #products {
  margin: 0 0 15% 0;
 }
 #products .title {
  margin: 0 auto 8% auto;
  padding: 0 5%;
 }
 #products .productlist li a {
  display: block;
  cursor: pointer;
 }
 #products .productlist .pic {
  padding: 0 10%;
  margin: 0 0 3% 0;
 }
 #products .productlist .name {
  margin: 0 3% 0 0;
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
 }
 #products .note {
  margin: 8% 0 0 0;
  font-size: 12px;
  text-align: center;
  line-height: 1.2;
  color: #f00;
 }
 #links {
  margin: 0 0 15% 0;
  padding: 0 5%;
 }
 #links .linklist.list01 {
  margin: 0 0 12% 0;
 }
 #links .linklist.list02 {
  margin: 0 0 12% 0;
 }
 #links .linklist li {
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .3);
  border-radius: 8px;
  overflow: hidden;
  margin: 0 0 12% 0;
 }
 #links .linklist li:last-child {
  margin: 0;
 }
 #links .linklist li .text {
  padding: 8%;
  font-size: 13px;
  text-align: left;
  line-height: 1.5;
 }
 #campaign {
  margin: 0 0 15% 0;
  padding: 0 5%;
 }
 #campaign .title {
  margin: 0 auto 8% auto;
 }
 #campaign .cplist li {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .3);
  border-radius: 8px;
  overflow: hidden;
  margin: 0 0 12% 0;
 }
 #campaign .cplist li:last-child {
  margin: 0;
 }
 #gallery {
  padding: 0 5%;
 }
 #gallery .title {
  margin: 0 auto 8% auto;
 }
 #gallery .adlist li {
  margin: 0 0 10% 0;
 }
 #gallery .adlist li .thumb {
  border-radius: 8px;
  overflow: hidden;
  margin: 0 0 5% 0;
  position: relative;
 }
 #gallery .adlist li a {
  display: block;
  cursor: pointer;
  position: relative;
 }
 #gallery .adlist li a::after {
  content: '';
  width: 60px;
  height: 60px;
  background: url("../images/common/movie_play.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
 }
 #gallery .adlist li a::before {
  content: 'PLAY MOVIE';
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-weight: 600;
  z-index: 2;
 }
 #gallery .adlist li .caption {
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
 }
 #gallery .adpiclist {
  margin: 12% 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
 }
 #gallery .adpiclist li {
  margin: 0 0 6% 0;
  width: 48%;
 }
 #gallery .adpiclist li .adpic {
  border-radius: 8px;
  overflow: hidden;
  margin: 0 0 5% 0;
  position: relative;
 }
 #gallery .adpiclist li .caption {
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
 }
}
/* PC */
@media screen and (min-width: 768px) {
 #mv {
  max-width: 1364px;
  margin: 0 auto;
 }
 #mv .slide {
  border-radius: 0 0 8px 8px;
  overflow: hidden;
 }
 #mv .slick-dots {
  text-align: right;
  bottom: -40px;
 }
 #mv .slick-dots li {
  width: 60px;
  margin: 0;
 }
 #mv .slick-dots li button {
  padding: 0;
  width: 60px;
  height: 2px;
  background: #ccc;
  transition: 0.3s;
 }
 #mv .slick-dots li.slick-active button {
  padding: 0;
  background: #666;
 }
 .contantsbody {
  max-width: 1164px;
  margin: 0 auto;
  padding: 100px 0 160px 0;
 }
 #news {
  margin: 0 0 180px 0;
 }
 #news .title {
  max-width: 460px;
  margin: 0 0 40px 0;
 }
 #news .newslist {
  margin: 0 -0.7%;
 }
 #news .newsitem {
  padding: 0 3%;
 }
 #news .thumb {
  border-radius: 8px;
  overflow: hidden;
 }
 #news .textbox {
  text-align: left;
  margin: 10px 0 0 0;
 }
 #news .newsitem a {
  transition: 0.3s;
  color: #000;
 }
 #news .newsitem a:hover {
  opacity: 0.6;
 }
 #news .textbox .date {
  font-size: 15px;
  margin: 0 0 5px 0;
  font-weight: 400;
 }
 #news .textbox .text {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 200;
 }
 #news .slick-prev {
  top: 40%;
  left: -50px;
  background: url("../images/common/slide_prev.svg") no-repeat center center;
  backkground-size: cover;
  padding: 30px 0 0 0;
  height: 0;
  overflow: hidden;
  cursor: pointer;
 }
 #news .slick-next {
  top: 40%;
  right: -50px;
  background: url("../images/common/slide_next.svg") no-repeat center center;
  backkground-size: cover;
  padding: 30px 0 0 0;
  height: 0;
  overflow: hidden;
  cursor: pointer;
 }
 #news .slick-disabled {
  opacity: 0.3;
  cursor: auto;
 }
 #news .slick-dots {
  bottom: -80px;
 }
 #news .slick-dots li {
  width: 60px;
  margin: 0;
 }
 #news .slick-dots li button {
  padding: 0;
  width: 60px;
  height: 2px;
  background: #ccc;
  transition: 0.3s;
 }
 #news .slick-dots li.slick-active button {
  padding: 0;
  background: #666;
 }
 #products {
  margin: 0 0 140px 0;
 }
 #products .title {
  max-width: 460px;
  margin: 0 0 40px 0;
 }
 #products .productlist {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
 }
 #products .productlist li {
  width: 26%;
 }
 #products .productlist li a {
  display: block;
  cursor: pointer;
 }
 #products .productlist .pic {
  margin: 0 0 30px 0;
 }
 #products .productlist li a .pic {
  transition: 0.3s;
 }
 #products .productlist li a:hover .pic {
  transform: scale(1.1);
 }
 #products .productlist .name {
  margin: 0 3% 0 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
 }
 #products .note {
  margin: 20px 0 0 0;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
  color: #f00;
 }
 #links {
  margin: 0 0 120px 0;
 }
 #links .linklist li {
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .3);
  border-radius: 8px;
  overflow: hidden;
  transition: 0.3s;
 }
 #links .linklist li:hover {
  transform: scale(1.05);
 }
 #links .linklist li a {
  display: block;
 }
 #links .linklist.list01 {
  margin: 0 0 140px 0;
 }
 #links .linklist.list02 {
  display: flex;
  justify-content: space-between;
  margin: 0 0 140px 0;
 }
 #links .linklist.list02 li {
  width: 48%;
 }
 #links .linklist li .text {
  padding: 30px;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
 }
 #links .linklist.list02 li .text {
  padding: 20px;
 }
 #campaign {
  margin: 0 0 140px 0;
 }
 #campaign .title {
  max-width: 460px;
  margin: 0 0 40px 0;
 }
 #campaign .cplist li {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .3);
  border-radius: 8px;
  overflow: hidden;
  transition: 0.3s;
  margin: 0 0 100px 0;
 }
 #campaign .cplist li:last-child {
  margin: 0;
 }
 #campaign .cplist li:hover {
  transform: scale(1.05);
 }
 #campaign .cplist li a {
  display: block;
 }
 #gallery .title {
  max-width: 460px;
  margin: 0 0 40px 0;
 }
 #gallery .adlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 100px 0;
 }
 #gallery .adlist.onecol li {
  width: 48%;
  margin: 0 auto;
 }
 #gallery .adlist li {
  margin: 0;
 }
 #gallery .adlist .aditem {
  padding: 0 3%;
 }
 #gallery .adlist li .thumb {
  border-radius: 8px;
  overflow: hidden;
  margin: 0 0 20px 0;
  position: relative;
 }
 #gallery .adlist li a {
  display: block;
  cursor: pointer;
  position: relative;
 }
 #gallery .adlist li a::after {
  content: '';
  width: 104px;
  height: 104px;
  background: url("../images/common/movie_play.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -52px 0 0 -52px;
  transition: 0.3s;
 }
 #gallery .adlist li a:hover::after {
  transform: scale(1.1);
 }
 #gallery .adlist li a::before {
  content: 'PLAY MOVIE';
  font-size: 14px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-weight: 600;
  z-index: 2;
 }
 #gallery .adlist li .caption {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
 }
 #gallery .slick-prev {
  top: 40%;
  left: -50px;
  background: url("../images/common/slide_prev.svg") no-repeat center center;
  backkground-size: cover;
  padding: 30px 0 0 0;
  height: 0;
  overflow: hidden;
  cursor: pointer;
 }
 #gallery .slick-next {
  top: 40%;
  right: -50px;
  background: url("../images/common/slide_next.svg") no-repeat center center;
  backkground-size: cover;
  padding: 30px 0 0 0;
  height: 0;
  overflow: hidden;
  cursor: pointer;
 }
 #gallery .slick-disabled {
  opacity: 0.3;
  cursor: auto;
 }
 #gallery .slick-dots {
  bottom: -60px;
 }
 #gallery .slick-dots li {
  width: 60px;
  margin: 0;
 }
 #gallery .slick-dots li button {
  padding: 0;
  width: 60px;
  height: 2px;
  background: #ccc;
  transition: 0.3s;
 }
 #gallery .slick-dots li.slick-active button {
  padding: 0;
  background: #666;
 }
 #gallery .adpiclist {
  margin: 60px 0 0 0;
  display: flex;
  justify-content: space-between;
 }
 #gallery .adpiclist li {
  width: 18.5%;
 }
 #gallery .adpiclist li .adpic {
  border-radius: 8px;
  overflow: hidden;
  margin: 0 0 20px 0;
  position: relative;
 }
 #gallery .adpiclist li a {
  display: block;
  cursor: pointer;
  position: relative;
 }
 #gallery .adpiclist li .caption {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
 }
}