﻿@charset "utf-8";

/* =======================================

	Common.css
	 Last Update : 2019.02.xx
	 
	 - Common
	 - Body
	 - Page Title
	 - Main Slid
	 - Pickup Area
	 - Present / Column
	 - Btn Set
	 - Tablet and min1030px

======================================= */

/* =======================================

 	Common

======================================= */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
.cf {
    zoom:1;
}

.u-mt1 {margin-top: 1em;}
.u-mt2 {margin-top: 2em;}
.u-mt3 {margin-top: 3em;}
.u-mt4 {margin-top: 4em;}

.u-mb1 {margin-bottom: 1em;}
.u-mb2 {margin-bottom: 2em;}
.u-mb3 {margin-bottom: 3em;}
.u-mb4 {margin-bottom: 4em;}

@media screen and (max-width: 768px) { 
.u-spmt0 {margin-top: 0em;}
.u-spmt1 {margin-top: 1em;}
.u-spmt2 {margin-top: 2em;}
.u-spmt3 {margin-top: 3em;}
.u-spmt4 {margin-top: 4em;}
}

.u-spbr {display: none;}
.sphone .u-spbr {display: block;}

.sphone .u-pcbr {display:none;}
.u-pcbr {display: block;}

/* reset */
#ktv-sidebar {
    padding: 3em 0;
}

a.lnkimg {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    }
a.lnkimg:hover {
	opacity: 0.7;
    background-color: #999;
    }

/* =======================================

 	Body

======================================= */
body {
	/*background: url(../img/bg_pt_btm.gif)no-repeat bottom;*/
	}body.sphone,
	body.tablet {
		background:none;}

@media screen and (max-width: 1030px){
	body {
		background: none;
	}
}

/* =======================================

 	Page Title

======================================= */
#globalContainer {
	font-size:62.5%;
	background: url(../img/bg_main.png) repeat-x top;
	overflow: hidden;
	}.sphone #globalContainer {
		background: none;}

#head__pagetit {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center; 
	height: 76px;
	position: relative;
	z-index: 500;
	background: #ff12a6;
	background: -moz-linear-gradient(left, #ff12a6 29%, #ff3eb4 48%, #ff12a6 67%);
	background: -webkit-linear-gradient(left, #ff12a6 29%,#ff3eb4 48%,#ff12a6 67%);
	background: linear-gradient(to right, #ff12a6 29%,#ff3eb4 48%,#ff12a6 67%);
	}.sphone #head__pagetit {
		height: 45px; }

#head__pagetit span a {
	display: block;
	width: 307px;
	height:37px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../img/head_pagetit.png) no-repeat;
    background-size:contain;
    margin: 0 auto;
    text-align: center;
	}.sphone #head__pagetit span a {
		width: 173px;
		height:21px; }

/* =======================================

 	Main Slid

======================================= */
.slider {
	background: #ffffff;
}

.slider li{
	text-align: center;
}
.slider li img {
  display: inline-block;
  background-color: #FFFFFF;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  max-width: 780px !important;
  max-height: 624px !important;
  /* background-size: contain !important; */
  /* background-repeat: none !important; */
}.sphone .slider li img {
	width: 100% !important;
	/*height: 0 !important;*/
	/*padding-bottom: 79.94%;*/ }

.slider .slick-slide:not(.slick-center) {
  opacity:0.5;
}

#slidarea {
	position: relative;
	}.sphone #slidarea {
		padding-bottom: 1em;
		width: 100% !important}

.slider-cap {
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 22px;
	color: #ffffff;
	} .sphone .slider-cap{
		bottom: 60px;}

.slider-cap li .inner {
	padding: 20px;
	text-align: left;
	}.sphone .slider-cap li .inner {
		padding: 10px 10px 0 10px;
		font-size: 1.6rem !important;
		font-size: 16px !important;}

@media screen and (max-width: 320px){
	.sphone .slider-cap li .inner {
		padding: 4px 4px 0 4px;
		font-size: 1.0rem;
		font-size: 10px;}
}

.slider-cap .slick-active {
    display:  block; 
    position:  relative;
    animation: anime1 1s ease;
    width: 100%;
    background: rgba(45,45,45, 0.55);
	}

.slider-cap .date {
	display: block;
	position: absolute;
	font-size: 14px;
	right: 0;
	top: 40%;
	right: 20px;
	width: 82px;
}

.sphone .slider-cap .date {
	display: block;
	position: relative;
	right: 10px;
	bottom: 3px;
	font-size: 1.4rem;
	font-size: 14px;
	width: 100%;
	text-align: right;}
 
 @media screen and (max-width: 320px){
 	.sphone .slider-cap .date {
		font-size: 0.8rem;
		font-size: 8px;}
 }
@keyframes anime1 {
    0% {
        opacity: 0;
        bottom: -200px;
    }
    30% {
        opacity: 0;
        bottom: -200px;
    }
    100% {
        opacity: 1;
        bottom: 0;
    }
}

img.slide-arrow {
	width: 25px !important;
	height: 42px !important;
	z-index: 400;
}

img.prev-arrow {
	position: absolute;
	top: 43%;
	left: 15px;
	z-index: 400;
}.sphone img.prev-arrow {
	position: absolute;
	top: 40%;
	left: 15px;
	z-index: 400;
}
img.next-arrow {
	position: absolute;
	top: 43%;
	right: 15px;
}.sphone img.next-arrow {
	position: absolute;
	top: 40%;
	right: 15px;
}


/* =======================================

 	Btn Set

======================================= */
.cmn__btn--def a,
.cmn__btn--open a,
.cmn__btn--close a {
	display: block;
	font-family: 'Noto Sans JP';
	font-feature-settings : "palt";
	background: linear-gradient(-135deg, #ff61c5, #ff76ea);
	border-radius: 30px;
	width: 430px;
	padding: 10px 0;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
  	transition: 1s linear;
  	margin: 1.5em auto 0 auto;
	}
	.sphone .cmn__btn--def a,
	.sphone .cmn__btn--def a,
	.sphone .cmn__btn--open a,
	.sphone .cmn__btn--close a {
		width: 100%;
		font-size: 1.5em;
		font-size: 15px;
		padding: 15px 0;}

.cmn__btn--def a span {
	content: "";
	display:inline-block;
	width: 7px;
	height: 12px;
	margin:0 10px 1px 0;
	background: url(../img/ico_arrow_r.png) no-repeat;
	background-size: contain;
	}.sphone .cmn__btn--def a span {
		font-size:1.5rem;
		font-size: 13px;}

.cmn__btn--open a span {
	content: "";
	display:inline-block;
	width: 15px;
	height: 8px;
	margin: 0 0.5em 4px 0;
	background: url(../img/ico_arrow_btm.png) no-repeat;
	background-size: contain;
	}.sphone .cmn__btn--open a span {
		font-size:1.5rem;
		font-size: 13px;}

.cmn__btn--close a span {
	content: "";
	display:inline-block;
	width: 15px;
	height: 8px;
	margin: 0 0.5em 4px 0;
	background: url(../img/ico_arrow_top.png) no-repeat;
	background-size: contain;
	}.sphone .cmn__btn--open a span {
		font-size:1.5rem;
		font-size: 13px;}


.cmn__btn--def a:hover,
.cmn__btn--def a:visited,
.cmn__btn--open a:hover,
.cmn__btn--open a:visited,
.cmn__btn--close a:hover,
.cmn__btn--close a:visited {
	background: linear-gradient(90deg, #ff61c5, #ff76ea);
}

/* =======================================

 	Pickup Area

======================================= */
#sec01 {
	position: relative;
	padding-bottom: 100px;
	z-index: 15;
}.sphone #sec01 {
	width: 100%;
	background: #ffffff;
	margin-bottom: 0;
    padding-bottom: 40px;
}


#sec01:before {
    background: url(../img/bg_wave.png)repeat-x bottom;
	width: 10000px;
	display: block;
	position: absolute;
	width: 10000px;
	height: 100%;
	left: -1000px;
	content: "";
	visibility: initial;
	bottom: -10px;
	z-index: 10;
}

.sphone #sec01 .inner {
	width: 95%;
	margin: 0 auto;
}

.pickup {	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap : wrap;
	-webkit-flex-wrap : wrap;
	flex-wrap : wrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.pickup li {
	display: block;
	width: 300px;
	z-index: 50;
	position: relative;
	margin-bottom: 20px;
	-webkit-animation: fadeIn 3s ease;
}


.sphone .pickup li {
	display: block;
	width: 48%;
	height:0;
	padding-bottom: 38.37%;
	margin-bottom: 10px;
	flex-shrink:0;
	flex-basis:48%;
}

.pickup__thum {
	width: 300px;
    height: 240px;
    overflow: hidden;
    text-align: center;
}.sphone .pickup__thum {
	width: 100%;
	height: 0;
	padding-bottom:79.94%;
}

.pickup__thum img {
  display: inline-block;
  background-color: #FFFFFF;
  background-position: center center;
  max-width: 300px !important;
  max-height: 240px !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  -moz-transition: -moz-transform 0.1s linear;
  -webkit-transition: -webkit-transform 0.1s linear;
  -ms-transition: -ms-transform 0.1s linear;
  transition: transform 0.1s linear;
}.sphone .pickup__thum img {
	display: inline-block;
    background-color: #FFFFFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
	width: 100% !important;
	/* height: 0 !important; */
	padding-bottom:79.94%;
	background-size: contain !important;
}

.pickup__thum img:hover {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.pickup__detail {
    position: absolute;
	bottom: 0;
	width: 270px;
	height: 50px;
	margin: 0 auto;
	background: #000000;
	opacity: 5;
	z-index: 200;
	padding: 15px;
	background: rgba(45,45,45, 0.55);
}.sphone .pickup__detail {
	/*width: 152px;*/
	padding: 5px;
	/*width: 94.5%;*/
	width: 93.3%;
	height: 25.73%;
}

.pickup__detail p {
	font-size: 16px;
	opacity: 1;
}.sphone .pickup__detail p {
	font-size: 1.1rem;
	font-size: 11px;
}

.pickup li a:hover .pickup__detail p {
	color: #ff00a0;
}

@media screen and (max-width: 320px){
.sphone .pickup__detail p {
	font-size: 1rem;
	font-size: 10px;
	}
}

.pickup__detail p a {
	color: #ffffff;
	z-index: 250;
}
.pickup__detail p a:link,
.pickup__detail p a:visited {
	text-decoration: none;
}
.pickup__title {
	color: #ffffff;
    visibility: hidden;
}


.pickup__detail p a:hover {
	color: #fe00a0;
}

.pickup__icon {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 87px;
	height:21px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	}.sphone .pickup__icon {
		width: 85px;
		height: 17px;}
@media screen and (max-width: 320px){
.sphone .pickup__icon {
		width: 78px;
		height: 17px;}
}

.pickup__icon span,
.pickup__icon--date span,
.pickup__icon--pr span {
	display: block;
	font-family: 'Economica' !important;
	font-size: 12px;
	color: #ffffff;
	background-size:contain;
	margin-left: 1.3em;
	padding: 2px 0 0 0;
	}.sphone .pickup__icon span,
	.sphone .pickup__icon--date span,
	.sphone .pickup__icon--pr span {
		font-size: 1.1rem;
		font-size: 11px;
		font-family: 'Economica' !important;
		padding: 0px 0 0 0;
		margin-left: 1em;}

@media screen and (max-width: 320px){
	.sphone .pickup__icon span,
	.sphone .pickup__icon--date span,
	.sphone .pickup__icon--pr span {
		font-size: 0.9rem;
		font-size: 9px;
		font-family: 'Economica' !important;
		padding: 0px 0 0 0;
		margin-left: 1em;}
}

.pickup__icon--date {
	background: url(../img/pickup_icon_date.png) no-repeat;
}
.pickup__icon--pr {
	background: url(../img/pickup_icon_pr.png) no-repeat;
}

.pickup__icon--pr span {
	display: block;
	margin-left: 3.6em;
	}.sphone .pickup__icon--pr span {
		margin-left: 3.8em;}

.cmn__anime--korokoro {
	width: 160px;
	height: 160px;
	animation: korokoro 2s infinite;
	display:block;
	position: absolute;
	bottom: -35px;
	z-index: 500;
	}.sphone .cmn__anime--korokoro{
		display: none;}

.hachiemon1 {
  display: block;
  position: relative;
  background: url(../img/ani_huki.png) no-repeat;
  width: 160px;
  height: 160px;
  animation:hachi-anime1 5s steps(11) infinite;
}

@keyframes hachi-anime1 {
  to {
    background-position: -1760px 0;
  }
}
@keyframes korokoro {
  0%   { transform: translate(0%, 0%); }
  5%   { transform: translate(10%, 0%) rotate(10deg); }
  25%  { transform: translate(20%, 0%) rotate(20deg); }
  30%  { transform: translate(-10%, 0%) rotate(-10deg); }
  35%  { transform: translate(-15%, 0%) rotate(-15deg); }
  45%  { transform: translate(10%, 0%) rotate(10deg); }
  50%  { transform: translate(15%, 0%) rotate(15deg); }
  60%  { transform: translate(-5%, 0%) rotate(-5deg); }
  65%  { transform: translate(-7%, 0%) rotate(-7deg); }
  75%  { transform: translate(0%, 0%) rotate(0deg); }
  100% { transform: translate(0%, 0%) rotate(0deg); }
}
@keyframes poyooon {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  10%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
  40%  { transform: scale(1.2, 0.8) translate(0%, 15%); }
  50%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
  60%  { transform: scale(0.9, 1.2) translate(0%, -100%); }
  75%  { transform: scale(0.9, 1.2) translate(0%, -20%); }
  85%  { transform: scale(1.2, 0.8) translate(0%, 15%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}

/*----------------------
続きを見る
----------------------*/
li.js-load,
.sphone li.js-load { 
	display:none;
    -webkit-animation: fadeIn 1s ease;
}

li.js-load.active,
.sphone li.js-load.active { display:block; }


.cmn__btn--open a {
	-webkit-animation: fadeIn2 3s ease;
	display: block;
	position: relative;
	z-index: 30;
	cursor: pointer;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@keyframes fadeIn2 {
    0% {opacity: 0}
    90% {opacity: 0}
    100% {opacity: 1}
} 


.col__bnrarea {
	text-align: center;
	margin-top: 60px;
  position: relative;
  z-index: 16;
}
.sphone .col__bnrarea {
	width: 95%;
	margin: 2.5em auto 0 auto;
	}
	.sphone .col__bnrarea img {
		width: 100%;
	}



/* =======================================

 	Present / Column

======================================= */
.cont__wrap--pnk:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	background: url(../img/cont_tittop_pnk.png)top repeat-x;
	width: 100%;
	height: 15px;
	background-size: contain;
	}.sphone .cont__wrap--yl:before {
	width: 100%;
	height: 1.5%;
	z-index:500; }

.cont__wrap--yl:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	background: url(../img/cont_tittop_yl.png)top repeat-x;
	width: 100%;
	height: 15px;
	background-size: contain;
}.sphone .cont__wrap--yl:before {
	width: 100%;
	height: 1.5%;}

#sec02 .cont__wrap .inner {
	width: 600px;
	margin: 0 auto;
}.sphone #sec02 .cont__wrap .inner {
	width: 86.6%;}

#sec03 {
	position: relative;	
	padding-bottom: 100px;
}.sphone #sec03 {
	padding: 0;
}

#sec03 .cont__wrap .inner {
	width: 870px;
	margin: 0 auto;
}.sphone #sec03 .cont__wrap .inner {
    width: 86.6%;}

/*-------------------------------
今週のプレゼント　
-------------------------------*/
.cont__tit {
	}.sphone .cont__tit {
		position: relative;
		top: 25px;
		margin-bottom: 30px;
	}

.cont__tit--present {
 	width: 590px;
    height: 100px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../img/cont_tit01.png) no-repeat;
    background-size:contain;
    margin: 0 auto 13px auto;
   }.sphone .cont__tit--present {
	   	width: 86.53%;
	   	height: 0;
	   	padding-top: 22.75%;
	   	text-indent: 100%;
	    white-space: nowrap;
	    overflow: hidden;
	   	background: url(../img/cont_tit01_sp.png) no-repeat;
	    background-size:contain;
	    margin-top: 10px}

.ani_pic01 {
	position: absolute;
	background:url(../img/ani_titpic01.png)no-repeat;
	width: 119px;
	height: 90px;
	background-size: contain;
	left: 200px;
	animation: fluffy1 2s ease infinite;
	z-index: 500;
	}
	@keyframes fluffy1 {
	  0% { transform:translateY(0) }
	  5% { transform:translateY(0) }
	  10% { transform:translateY(0) }
	  20% { transform:translateY(-10px) }
	  25% { transform:translateY(0) }
	  30% { transform:translateY(-10px) }
	  50% { transform:translateY(0) }
	  100% { transform:translateY(0) }
	}
.ani_pic02 {
	position: absolute;
	background:url(../img/ani_titpic02.png)no-repeat;
	width: 117px;
	height: 43px;
	background-size: contain;
	right: 195px;
	top: 45px;
	animation: fluffy2 1.5s ease infinite;
	z-index: 500;
	}
	@keyframes fluffy2 {
	  0% { transform:translateY(0) }
	  50% { transform:translateY(-5px) }
	  100% { transform:translateY(0) }
	}
.sphone .ani_pic01,
.sphone .ani_pic02,
.tablet .sphone .ani_pic01,
.tablet .ani_pic02 {
	display: none;
}

/*-------------------------------
コラム　
-------------------------------*/
.cont__tit--column {
 	width: 590px;
    height: 100px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../img/cont_tit02.png) no-repeat;
    background-size:contain;
    margin: 0 auto 0px auto;
   }.sphone .cont__tit--column {
	   	width: 86.53%;
	   	height: 0;
	   	padding-top: 14.94%;
	   	text-indent: 100%;
	    white-space: nowrap;
	    overflow: hidden;
	   	background: url(../img/cont_tit02_sp.png) no-repeat;
	    background-size:contain;
	    margin-top: 10px }

.ani_pic03 {
	position: absolute;
	background:url(../img/ani_titpic03.png)no-repeat;
	width: 67px;
	height: 72px;
	background-size: contain;
	top: 20px;
	left: 333px;
	animation: fluffy1 2s ease infinite;
	z-index: 500;
	}
@keyframes fluffy1 {
	  0% { transform:translateY(0) }
	  5% { transform:translateY(0) }
	  10% { transform:translateY(0) }
	  20% { transform:translateY(-10px) }
	  25% { transform:translateY(0) }
	  30% { transform:translateY(-10px) }
	  50% { transform:translateY(0) }
	  100% { transform:translateY(0) }
	}
.ani_pic04 {
	position: absolute;
	background:url(../img/ani_titpic04.png)no-repeat;
	width: 17px;
	height: 20px;
	background-size: contain;
	right: 298px;
	top: 50px;
	animation: fluffy4 2s ease infinite;
	z-index: 500;
	}
	@keyframes fluffy4 {
	   0%   { transform: scale(0.8, 1.4) translate(0%, -80%); }
	  10%  { transform: scale(0.8, 1.4) translate(0%, -15%); }
	  20%  { transform: scale(1.4, 0.6) translate(0%, 30%); }
	  30%  { transform: scale(0.9, 1.1) translate(0%, -10%); }
	  40%  { transform: scale(0.95, 1.2) translate(0%, -30%); }
	  50%  { transform: scale(0.95, 1.2) translate(0%, -10%); }
	  60%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
	  70%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
	  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}

.sphone .ani_pic03,
.sphone .ani_pic04 {
	display: none;
}

.cont__item-img img {
	background-position: center center;
    background-repeat: no-repeat;
	width: 600px;
	height: 480px;
	background-size: 600px 480px;
}.sphone .cont__item-img img {
	width: 100%;
	background-size: contain;
}

 .cont__item-detail ul {
 	margin: 20px 0;
 }

.cont__item-detail ul li {
	margin-bottom: 0.2em;
	font-size: 1.4rem;
	font-size: 14px;
}

 .cont__item-detail ul li:before {
 	content: "●";
 	color: #ff5eb0;
 }

 .cont__item-bnr {
 	width:640px;
 	margin: 35px auto 0 auto;
	 }.sphone .cont__item-bnr {
	 	width: 100%;
	 	margin: 25px auto 0 auto;}

 .cont__item-bnr img {
 	width:640px;
 	margin: 10px auto 0 auto;
 	height:118px;
 	}.sphone .cont__item-bnr img {
	 	width: 100%;
	 	height: auto;
	 	margin: 10px auto 0 auto;
	 	background-size: contain;}

 .cont__clm-wrap {
 	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
 	display: flex;
 	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
 	justify-content: space-between;
	 }.sphone .cont__clm-wrap {
	 	display: block;}

 .cont__clm-wrap .cont__item-img img {
 	width: 360px;
 	height: 232px;
 	background-size: contain;
	}.sphone .cont__clm-wrap .cont__item-img img{
	 	width: 100%;
	 	height: auto;}

.cont__col-detail {
 	width: 470px;
 }.sphone .cont__col-detail{
 	width: 100%;
 	margin-top:15px;}

.cont__col-detail dt {
 	font-size: 22px;
 	margin-bottom: 1.5em;
 	line-height: 1.5;
 }.sphone .cont__col-detail dt {
 	font-size: 2rem;
 	font-size: 20px;
 	margin-bottom: 0.5em;}

.cont__col-detail dt span {
  	font-size:16px;
  	display: block;
  }.sphone .cont__col-detail dt span{
  	font-size: 15px;}

.cont__col-detail dd {
  	font-size: 16px;
  }

.cont__col-detail dd ul li a,
.cont__col-detail dd ul li a:visited {
	text-decoration: underline;
	color: #000000;
}

.cont__col-detail dd .new {
	color: #ed2c87;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.cont__col-detail dd ul li {
  	display:flex;
  	margin-bottom: 0.2em;
}
.cont__col-detail dd ul li .date {
	margin-right: 1em;
}

/*-------------------------------
	3連ハチエモン
-------------------------------*/
.ani05 {
	position:absolute;
	right: 80px;	
	bottom: 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}.tablet .ani05 {
	display: none;}

.ani_pic05_1 {
	background:url(../img/ani_titpic05_1.png)no-repeat;
	width: 50px;
	height: 59px;
	background-size: contain;
	animation: fluffy1 2s ease infinite;
	}
.ani_pic05_2 {
	background:url(../img/ani_titpic05_2.png)no-repeat;
	width: 50px;
	height: 59px;
	background-size: contain;
	animation: fluffy2 2s ease infinite;
	}
.ani_pic05_3 {
	background:url(../img/ani_titpic05_3.png)no-repeat;
	width: 50px;
	height: 59px;
	background-size: contain;
	animation: fluffy3 2s ease infinite;
	}

.sphone .ani_pic05_1,
.sphone .ani_pic05_2,
.sphone .ani_pic05_3 {
		display: none;
	}

@keyframes fluffy1 {
	  0% { transform:translateY(0) }
	  5% { transform:translateY(0) }
	  10% { transform:translateY(0) }
	  20% { transform:translateY(-60px) }
	  25% { transform:translateY(0) }
	  30% { transform:translateY(0) }
	  50% { transform:translateY(0) }
	  100% { transform:translateY(0) }
	}
@keyframes fluffy2 {
	  0% { transform:translateY(0) }
	  5% { transform:translateY(-15px) }
	  10% { transform:translateY(0) }
	  20% { transform:translateY(-15px) }
	  25% { transform:translateY() }
	  30% { transform:translateY(0) }
	  50% { transform:translateY(0) }
	  100% { transform:translateY(0) }
	}
@keyframes fluffy3 {
	  0% { transform:translateY(0) }
	  5% { transform:translateY(0) }
	  10% { transform:translateY(0) }
	  20% { transform:translateY(-10px) }
	  25% { transform:translateY(0) }
	  30% { transform:translateY(-10px) }
	  50% { transform:translateY(0) }
	  100% { transform:translateY(0) }
	}

/* =======================================

 	Tablet and min1030px

======================================= */
#sec02 {
	position: relative;
}
.cont__wrap {
	width: 950px;
	height: auto;
	padding-bottom: 50px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
	background: #ffffff;
	position: relative;
	margin-bottom: 40px;
	z-index:100;
	}.sphone .cont__wrap {
		width: 100%;
		margin-top: 50px;
		margin-bottom: 0;
		padding-bottom: 30px;}
	.tablet .cont__wrap {
		width: 100%;
		margin-top: 50px;
		margin-bottom: 0;
		padding-bottom: 30px
		border: solid 1px #cccccc;}


.bg-patarea {
	position: relative;
	z-index: 0;
	padding-top: 100px;
}.sphone .bg-patarea{
	padding-top: 0;
}


.bg-patarea:before {
	background: url(../img/pat.png) repeat;
	/*background-size: 50% auto;*/
	display: block;
	position: absolute;
	width: 10000px;
	height: 100%;
	left: -1000px;
	content: "";
	visibility: initial;
	top: 0%;
	z-index: -1;
}

@media screen and ( max-width:1030px) {
	#sec01 {
	    padding-bottom: 70px;
	}
	#globalWrapper,
	#globalContainer,
	.main-cont {
		position: relative;
		width: 100%;
		min-width: 100%;
	}
	.pickup {
		width: 95%;
		margin: 0 auto;
	}
	.col__wrap--pickup{
		background: #ffffff;
		width: 100%;
		position: relative;
	}
	.col__wrap--pickup:after{
		content: "";
		display: block;
		width: 100%;
		background: url(../img/bg_wave.png)repeat-x;
		height: 10px;
		background-size: 51px auto;
		position: absolute;
		z-index: 10;
		bottom: -10px;
	}
	.gc-inner {
		width: 100%;
		padding: 0 !important;
		background: url(../img/pat.png) repeat;
		background-size: 50% auto;
	}
	#slidarea {
	    width: 950px;
	    margin: 0 auto;
	}
	.main-cont {
		margin: 0 auto;
		float: none;
		margin: 0 auto;
	}
	#ktv-sidebar {
	    margin: 0 auto 15px auto;
	    padding: 20px 0 50px 0;
	    width: 100%;
	    background: #ffffff;
		}
	.cmn__anime--korokoro {
		bottom: -55px;
	}

	#sec03 {
		margin-bottom: 0px !important;
	}
	#sec03 .cont__wrap {
		margin-bottom: 0px !important;
	}
	.cont__wrap {
		    width: 100%;
		    height: auto;
		    padding-bottom: 50px;
		    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
		    background: #ffffff;
		    position: relative;
		    margin-bottom: 40px;
		    z-index: 100;
		}
	.ani05 {
		display: none;
	}
}

.tablet #ktv-sidebar {
	    margin: 0 auto 15px auto;
	    padding: 20px 0 50px 0;
	    width: 100%;
	    background: #ffffff;
		}
.tablet #slidarea {
	    width: 950px;
	    margin: 0 auto;
}
.tablet #ktv-pgt {
	display: none;
}

img {
	user-select: none; /* CSS3 */
	-moz-user-select: none; /* Firefox */
	-webkit-user-select: none; /* Safari、Chromeなど */
	-ms-user-select: none; /* IE10かららしい */
}
