/* 
	BEEING RELEASE
*/

body {
    animation: fadeIn 4s ease 0s 1 normal;
    -webkit-animation: fadeIn 4s ease 0s 1 normal;
	}
	
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
	}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
	}

a:link {
	color: #333;
 	text-decoration:none;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	cursor: pointer;
	}
	
a:visited {color: #333;}


#breadcrumb{font-family: 'signa';}

article {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	/*font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', Helvetica, 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	padding:130px 0 60px;
	letter-spacing: 0.03em;
	}

.releasevisual {
	text-align:center;
	margin-top: 6em;
	}

.releasevisual img{
	width: 56%;
	max-width:1250px;
	}

.caution_area {
	width: 1000px;
	margin: 0em auto 5em;
	background-color: #fff;
	}

.caution_area .box {
	padding: 0px;
	width: 1000px;
	background-color: #fff;
	}

.caution_area .box h2 {
	margin: 3.0em 0 0;
	font-size: 2.6rem;
	font-weight: 600;
	text-align: center;	
	letter-spacing: 0.08em;
	line-height: 1.8;
	}

.caution_area .box .day{
	margin: 1.0em auto 0;
	font-size: 1.9rem;
	font-weight: 600;
	text-align: center;	
	letter-spacing: 0.05em;
	border-bottom: solid 2px #000;
	padding-bottom: 0.2em;
	display: block;
	width: 35%;
	}

.caution_area .box .copy{
    margin: 2.3em auto 1.5em;
    font-size: 1.6rem;
    line-height: 1.9;
    width: 90%;
    text-align: center;
	}
	
.caution_area .box .visual{
	text-align: center;
	margin: 1em auto;
	}

.caution_area .box .visual img{
	width: 80%;
	max-width:1000px;
	}

.caution_area .box h3 {
	font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; 
	margin: 2.3em 0 0;
	font-size: 1.85rem;
	font-weight: 600;
	text-align: center;	
	letter-spacing: 0.08em;
	line-height: 1.8;
	}

.caution_area .box .copy2{
	margin: 4em auto 0;
	font-size: 0.75rem;
	line-height: 1.9;
	text-align: center;
	}

.btn {
	font-family: 'signa';
    margin: 3.5em auto 2.5em;
    text-align: center;
	}
.btn a {
	width: 35%;
	border: 2px solid #000;
    font-weight: 300;
    margin-top: 0;
    margin-left: 1em;
    padding: 1em 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
    transition-duration: 0.4s;
    transition-property: all;
    background-color: #fff;
    border-radius: 2px;
    display: inline-block;
	}
.btn a:hover {
    color: #FFF;
    background-color: #000;
	}
	
section > section {
	width:85%;
	max-width:1000px;
	margin-top:7.2em;
	margin-bottom:7.2em;
	margin-left:auto;
	margin-right:auto;
	}

.mt4e{margin-top: 4em;}
.mt5e{margin-top: 5em;}
.mt6e{margin-top: 6em;}
.mt7e{margin-top: 7em;}
.mt8e{margin-top: 8em;}
.mt9e{margin-top: 9em;}
.mt10e{margin-top: 10em;}
.mt11e{margin-top: 11em;}
.mt12e{margin-top: 12em;}



/* *****************************************************************************
-768px
***************************************************************************** */
@media only screen and (max-width: 768px) {

	article {
		padding-top: 8vw;
	}

	.caution_area {
	width: 85%;
    margin: 0em auto 2em;
	}
	
	.releasevisual {
    margin-top: 2em;
	}
	
	.releasevisual img {
    width: 100%;
    }

	.caution_area .box {
		width: 100%;
		margin: 0em auto 2em;
	}

	.caution_area .box h2 {
	margin: 3em 0 0;
	font-size: 16px;
	font-weight: 600;
	text-align: center;	
	letter-spacing: 0.05em;
	line-height: 1.8;
	}

	.caution_area .box .day{
	margin: 1.0em auto 0;
	font-size: 18px;
	font-weight: 600;
	text-align: center;	
	letter-spacing: 0.05em;
	border-bottom: solid 2px #000;
	display: block;
	width: 77%;
	}

	.caution_area .box .copy{
	margin: 3.0em auto 0em;
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 0.03em;
	text-align: left;
	width: 100%;
	}

	.caution_area .box .stxt{
		padding: 1em 0em;
		font-size: 2.0vw;
		line-height: 1.6;
	}
	
	.caution_area .box .visual{
	text-align: center;
	margin: 4em auto 3em;
	}

	.caution_area .box .visual img{
	width: 100%;
	}
	
	.caution_area .box h3 {
	font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; 
	margin: 2em 0 0;
	font-size: 14px;
	font-weight: 600;
	text-align: center;	
	letter-spacing: 0.08em;
	line-height: 1.8;
	}

	.caution_area .box .copy2{
	margin: 1.5em  auto;
	font-size: 11px;
	line-height: 1.9;
	text-align: center;	
	width: 80%
	}
	
	.caution_area .box .copy2 span{
	font-size: 10px;
	line-height: 1.8;
	display: block;
	margin-top: 1em;
	}

.btn {
	font-family: 'signa';
    margin: 2.5em auto;
    text-align: center;
	}
.btn a {
	width: 73%;
	border: 2px solid #000;
    font-weight: 300;
    margin-top: 0;
    margin-left: 1em;
    padding: 1em 0;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
    transition-duration: 0.4s;
    transition-property: all;
    background-color: #fff;
    border-radius: 2px;
    display: inline-block;
	}
.btn a:hover {
    color: #FFF;
    background-color: #000;
	}
}


@media screen and (min-width: 768px){   
  .pc { display:block; }
  .sp { display:none; }
	}
@media screen and (max-width: 768px){   
  .pc { display:none; }
  .sp { display:block; }
	}

/* animation */
.animation-1{
	opacity: 0;
	-webkit-transform: translate(0, 40px);
	-ms-transform: translate(0, 40px);
	transform: translate(0, 40px);
	-webkit-transition: all 800ms;
	transition: all 800ms;
	}
.animation-1.animation-delay{
	transition-delay: .7s;
	}
.animation-1.scrollin {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	}

.animation-zoomin{
	overflow: hidden;
	}
.animation-zoomin img{
	-webkit-transition: all 700ms;
	transition: all 700ms;
	transform: scale(1.2);
	}
.animation-zoomin.animation-delay img{
	transition-delay: .7s;
	}
.animation-zoomin.scrollin img {
	transform: scale(1);
	}
	
.animation-cover{
	position: relative;
	}
.animation-cover::after{
	content: '';
	width: 100%;
	height: 100%;
	background: #EAEAEA;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
	}
.animation-cover.scrollin::after{
	width: 0%;
	}


