@charset "UTF-8";
/* CSS Document */
/* Noto Sans Japanese
----------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* Open Sans
----------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
html,
body {
	padding: 0;
	margin: 0;
}
img {
	width: 100%;
	border: none;
}
ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#zoff {
	position: relative;
	line-height: 1.8;
	font-family: YakuHanJPs_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
#zoff .pcv {
	display: none;
}
#zoff .spv {
    display: block;
}
@media only screen and (min-width: 769px)  {
/*	#zoff {
		background: url("../img/prize_bg_pc.png") no-repeat;
		background-attachment: fixed;
	}*/
	#zoff .pcv {
		display: block;
	}
	#zoff .spv {
		display: none;
	}
}


#main_visual {
	position: relative;
	width: 100%;
	background: url("../img/tile_bg_sp.png") repeat;
	background-size: 100%;
	overflow: hidden;
}
#main_visual .img {
	line-height: 0;
}
#main_visual .read {
	margin: 15% auto;
}
#main_visual .read h2 {
	margin: 0 0 5% 0;
	padding: 0;
	font-size: 18px;
	text-align: center;
}
#main_visual .read p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-align: center;
}
#main_visual .term {
	margin: 0 auto;
	position: relative;
}
#main_visual .term .term_box {
	width: 86%;
	margin: 0 auto;
	position: relative;
}
#main_visual .term .term_box .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 94%;
	z-index: 5
}
#main_visual .term .term_box .txt p {
	text-align: center;
	color: #FFF;
	font-size: 12px;
}
#main_visual .term .term_box .txt p.time {
	font-size: 24px;
	font-weight: 700;
	margin: 7% auto;
	font-family: "Quantico", sans-serif;
}
#main_visual .term .term_box .txt p.time span {
	font-size: 14px;
}
#main_visual .term .term_box .bg_img {
	position: relative;
	line-height: 0;
}
#main_visual .term .term_info {
	width: 86%;
	margin: 0 auto;
}
#main_visual .term .term_info p {
	font-size: 10px;
	color: #555
}
#main_visual .term .btn a {
	display: block;
	width: 74%;
	margin: 10% auto;
	text-align: center;
	color: #FFF;
	background: #000;
	padding: 4% 0;
	border-radius: 5px;
	text-decoration: none;
	font-size: 16px;
	position: relative;
}
#main_visual .term .btn a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../img/arrow_side.svg);
    background-size: contain;
    background-repeat: no-repeat;
	right: 16px;
	width: 13px;
	height: 17px;
}
#main_visual .lineup {
	margin: 20% auto;
	text-align: center;
}
#main_visual .lineup .txt {
	position: relative;
	margin-bottom: 10%;
}
#main_visual .lineup .txt::before {
    content: "";
    position: absolute;
    z-index: 0;
    display: block;
    display: flex;
    margin: auto;
    border-radius: 50%;
    background-color: #fff;
    filter: blur(75px);
    justify-content: center;
    align-items: center;
	top: -33px;
	left: -33px;
	bottom: -33px;
	right: -33px;
}
#main_visual .lineup h3 {
	text-align: center;
	font-family: "Quantico", sans-serif;
	font-size: 36px;
	position: relative;
	z-index: 1
	
}
#main_visual .lineup h3 span {
	color: #e60012;
	
}
#main_visual .lineup p {
	font-size: 14px;
	position: relative;
	z-index: 1
}
#main_visual .lineup p span {
	display: block;
	font-size: 10px;
	color: #555;
}
#main_visual .lineup ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap:5%;
	width: 90%;
	margin: 0 auto;
}
#main_visual .lineup ul li {
	width: 45%;
	line-height: 0;
	margin-bottom: 5%;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	box-sizing: border-box;
}
#main_visual .lineup ul li span {
	display: block;
	background: #000;
	height: 28px;
	width: 100%;
	position: relative;
}
#main_visual .lineup ul li span::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url("../img/arrow_under.svg");
    background-size: contain;
    background-repeat: no-repeat;
	left: 50%;
	transform: translate(-50%,0);
	width: 17px;
	height: 13px;
}
#main_visual .lineup ul li:nth-of-type(1),#main_visual .lineup ul li:nth-of-type(1) span {
	border: 1px solid #0082df;
	background: #0082df;
}
#main_visual .lineup ul li:nth-of-type(2),#main_visual .lineup ul li:nth-of-type(2) span {
	border: 1px solid #d1637a;
	background: #d1637a;
}
#main_visual .lineup ul li:nth-of-type(3),#main_visual .lineup ul li:nth-of-type(3) span {
	border: 1px solid #6a67b7;
	background: #6a67b7;
}
#main_visual .lineup ul li:nth-of-type(4),#main_visual .lineup ul li:nth-of-type(4) span {
	border: 1px solid #369471;
	background: #369471;
}
#main_visual .lineup ul li:nth-of-type(5),#main_visual .lineup ul li:nth-of-type(5) span {
	border: 1px solid #cca600;
	background: #cca600;
}
#main_visual .lineup ul li:nth-of-type(6),#main_visual .lineup ul li:nth-of-type(6) span {
	border: 1px solid #c43f39;
	background: #c43f39;
}
#main_visual .lineup ul li:nth-of-type(7),#main_visual .lineup ul li:nth-of-type(7) span {
	border: 1px solid #9f6f34;
	background: #9f6f34;
}
@media only screen and (min-width: 769px)  {
/*	#main_visual {
		width: 550px;
		margin: 0 auto;
		box-sizing: border-box;
		border-right: 10px solid #FFF;
		border-left: 10px solid #FFF;
	}*/
	#main_visual {
		background: url("../img/tile_bg_pc.png") repeat;
		background-size: 100%;
		overflow: hidden;
	}
	#main_visual .read {
		margin: 10% auto 5%;
	}
	#main_visual .read h2 {
		margin: 0 0 2% 0;
		font-size: 20px;
	}
	#main_visual .read p {
		font-size: 16px;
	}
	#main_visual .term {
		margin: 0 auto;
		position: relative;
		max-width: 800px;
		z-index: 10
	}
	#main_visual .term .term_box {
		width: 100%;
	}
	#main_visual .term .term_box .txt p.time {
		font-size: 34px;
		font-weight: 700;
		margin: 10px auto;
		font-family: "Quantico", sans-serif;
	}
	#main_visual .term .term_info p {
		font-size: 10px;
		text-align: center;
	}
	#main_visual .term .btn a {
		display: block;
		max-width: 280px;
		margin: 5% auto;
		padding: 15px 0;
	}
	#main_visual .term .btn a::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		background-image: url(../img/arrow_side.svg);
		background-size: contain;
		background-repeat: no-repeat;
		right: 16px;
		width: 13px;
		height: 17px;
	}
	#main_visual .lineup {
		margin: 5% auto;
		max-width: 960px;
		text-align: center;
	}
	#main_visual .lineup ul {
		display: flex;
		flex-wrap:nowrap;
		gap:2%;
		width: 100%;
	}
	#main_visual .lineup ul li {
		width: 45%;
		line-height: 0;
		margin-bottom: 5%;
		position: relative;
		overflow: hidden;
		border-radius: 5px;
		box-sizing: border-box;
	}
}
#main_contents {
	position: relative;
	overflow: hidden;
}
#main_contents .section {
	position: relative;
	margin: 0% auto 20%;
}
#main_contents .section .title {
	position: relative;
	width: 96%;
	margin: 0 auto;

    
}
#main_contents .section .bg_img {
	position: relative;
	overflow: hidden;
	line-height: 0;
	clip-path: polygon(24px 0, calc(100% - 24px) 0, 100% 24px, 100% calc(100% - 24px), calc(100% - 24px) 100%, 24px 100%, 0 calc(100% - 24px), 0 24px);
}
#main_contents .section .bg_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#main_contents .section .bg_img img:nth-of-type(1) {
	position: relative;
	z-index: 10
}
#main_contents .section .bg_img img:nth-of-type(3) {
	top: auto;
	bottom: 0;
	z-index: 5
}
#main_contents .section .model {
	overflow: hidden;
	height: 60%;
}
@media only screen and (min-width: 769px)  {
	#main_contents .section {
		position: relative;
		margin: 0% auto 10%;
	}
	#main_contents .section .title {
		position: relative;
		width: 96%;
		margin: 0 auto;


	}
	#main_contents .section .bg_img {
	}
	#main_contents .section .model {
		height: auto;
	}	
	
}

#main_contents #conan .bg_img img:nth-of-type(4) {
	width: 72%;
	top: -5%;
	left: auto;
	right: -18%;
}
#main_contents #conan .bg_img img:nth-of-type(5) {
	width: 55%;
	top: 25%;
	left: -15%;
}
#main_contents #conan .model {
	width: 46%;
	position: absolute;
	top: 8%;
	left: 27%;
	z-index: 4
}

#main_contents #ran .bg_img img:nth-of-type(4) {
	width: 140%;
	top: -10%;
	left: auto;
	right: -45%;
}
#main_contents #ran .bg_img img:nth-of-type(5) {
	width: 55%;
	top: 20%;
	left: -15%;
}
#main_contents #ran .model {
	width: 68%;
	position: absolute;
	top: 6%;
	left: 16%;
	z-index: 4
}

#main_contents #haibara .bg_img img:nth-of-type(4) {
	width: 58%;
	top: -2%;
	left: auto;
	right: -10%;
}
#main_contents #haibara .bg_img img:nth-of-type(5) {
	width: 55%;
	top: 20%;
	left: -2%;
}
#main_contents #haibara .model {
	width: 36%;
	position: absolute;
	top: 9%;
	left: 32%;
	z-index: 4
}

#main_contents #heiji .bg_img img:nth-of-type(4) {
	width: 125%;
	top: -5%;
	left: auto;
	right: -38%;
}
#main_contents #heiji .bg_img img:nth-of-type(5) {
	width: 55%;
	top: 24%;
	left: -10%;
}
#main_contents #heiji .model {
	width: 60%;
	position: absolute;
	top: 10%;
	left: 20%;
	z-index: 4
}

#main_contents #amuro .bg_img img:nth-of-type(4) {
	width: 115%;
	top: -5%;
	left: auto;
	right: -40%;
}
#main_contents #amuro .bg_img img:nth-of-type(5) {
	width: 55%;
	top: 18%;
	left: -5%;
}
#main_contents #amuro .model {
	width: 56%;
	position: absolute;
	top: 8%;
	left: 22%;
	z-index: 4
}

#main_contents #akai .bg_img img:nth-of-type(4) {
	width: 130%;
	top: -5%;
	left: auto;
	right: -50%;
}
#main_contents #akai .bg_img img:nth-of-type(5) {
	width: 50%;
	top: 18%;
	left: -8%;
}
#main_contents #akai .model {
	width: 64%;
	position: absolute;
	top: 8%;
	left: 18%;
	z-index: 4
}
@media only screen and (min-width: 769px)  {

	#main_contents #conan .bg_img img:nth-of-type(4) {
		width:40%;
		top: -15%;
		left: auto;
		right: -5%;
	}
	#main_contents #conan .bg_img img:nth-of-type(5) {
		width: 25%;
		top: 10%;
		left: 5%;
	}
	#main_contents #conan .model {
		width: 17%;
		position: absolute;
		top: 10%;
		left: 56%;
		z-index: 4
	}

	#main_contents #ran .bg_img img:nth-of-type(4) {
		width: 60%;
		top: -14%;
		left: auto;
		right: -18%;
	}
	#main_contents #ran .bg_img img:nth-of-type(5) {
		width: 32%;
		top: 5%;
		left: 5%;
	}
	#main_contents #ran .model {
		width: 16%;
		position: absolute;
		top: 6%;
		left: 56%;
		z-index: 4
	}

	#main_contents #haibara .bg_img img:nth-of-type(4) {
		width: 30%;
		top: -2%;
		left: auto;
		right: 2%;
	}
	#main_contents #haibara .bg_img img:nth-of-type(5) {
		width: 22%;
		top: 6%;
		left: 3%;
	}
	#main_contents #haibara .model {
		width: 14%;
		position: absolute;
		top: 12%;
		left: 56%;
		z-index: 4
	}

	#main_contents #heiji .bg_img img:nth-of-type(4) {
		width: 40%;
		top: -4%;
		left: auto;
		right: -5%;
	}
	#main_contents #heiji .bg_img img:nth-of-type(5) {
		width: 26%;
		top: 6%;
		left: 4%;
	}
	#main_contents #heiji .model {
		width: 12%;
		position: absolute;
		top: 10%;
		left: 60%;
		z-index: 4
	}

	#main_contents #amuro .bg_img img:nth-of-type(4) {
		width: 42%;
		top: 0%;
		left: auto;
		right: -8%;
	}
	#main_contents #amuro .bg_img img:nth-of-type(5) {
		width: 20%;
		top: 5%;
		left: 5%;
	}
	#main_contents #amuro .model {
		width: 11%;
		position: absolute;
		top: 8%;
		left: 60%;
		z-index: 4
	}

	#main_contents #akai .bg_img img:nth-of-type(4) {
		width: 42%;
		top: 0%;
		left: auto;
		right: -8%;
	}
	#main_contents #akai .bg_img img:nth-of-type(5) {
		width: 30%;
		top: 5%;
		left: 2%;
	}
	#main_contents #akai .model {
		width: 13%;
		position: absolute;
		top: 8%;
		left: 60%;
		z-index: 4
	}
	
}


#main_contents .section .name {
	width: 86%;
	position: absolute;
	bottom: 5%;
	left: 7%;
	z-index: 15
}
#main_contents .section .name .inner {
	width: 90%;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	z-index: 20
}

#main_contents .section .name .inner h4 {
	font-size:28px;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: .05em;
    text-align: center;
	margin: 0;
	padding: 0;
}
#main_contents .section .name .inner p {
	width: 96%;
	margin: 0 auto;
	font-size: 14px;
	text-align: center;
}
#main_contents .section .name .inner p.small {
	font-size: 12px;
	text-align: center;
	padding: 0;
	margin: 10px 0 25px;
	font-family: "Open Sans";
}
#main_contents #conan .name .inner h4 span,#main_contents #conan .name .inner p.small {
	color: #2f7bc0;
	
}
#main_contents #ran .name .inner h4 span,#main_contents #ran .name .inner p.small {
	color: #f05c7a;
	
}
#main_contents #haibara .name .inner h4 span,#main_contents #haibara .name .inner p.small {
	color: #6568d6;
	
}
#main_contents #heiji .name .inner h4 span,#main_contents #heiji .name .inner p.small {
	color: #14b177;
	
}
#main_contents #amuro .name .inner h4 span,#main_contents #amuro .name .inner p.small {
	color: #ecb100;
	
}
#main_contents #akai .name .inner h4 span,#main_contents #akai .name .inner p.small {
	color: #e13a32;
	
}
@media only screen and (min-width: 769px)  {
	#main_contents .section .name {
		width: 38%;
		position: absolute;
		bottom: auto;
		top: 50%;
		transform: translate(0,-50%);
		left: 15%;
		z-index: 15
	}
	#main_contents .section .name .inner h4 {
		font-size:34px;
	}
	#main_contents .section .name .inner p {
		font-size: 16px;
	}
	#main_contents .section .name .inner p.small {
		font-size: 14px;
	}
}



#main_contents .section .product-gallery {
  width: 90%;
  margin: 10% auto;
}
@media only screen and (min-width: 769px)  {
	#main_contents .section .product-gallery {
		max-width: 450px;
		margin: 15px auto;
	}	
}


#main_contents .section .slider-for {
  margin-bottom: 20px;
}

#main_contents .section .slider-for img {
  width: 100%;
  display: block;
}

#main_contents .section .slider-nav {
	box-sizing: border-box;
	position: relative;
	padding: 0 40px;
}
#main_contents .section .slider-nav .slick-slide {
  margin: 0 10px;
  cursor: pointer;
}

#main_contents .section .slider-nav img {
  width: 100%;
  border: 2px solid transparent;
  transition: .3s;
}

#main_contents .section .slider-nav .slick-current img {
  border-bottom: 2px solid #000;
}

#main_contents .section .slick-prev,#main_contents .section .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: none;
  border: none;
  font-size: 32px;
  cursor: pointer;
}
#main_contents .section .slick-prev {
  left: 0px;
}

#main_contents .section .slick-next {
  right: 0px;
}
#main_contents .section p.price {
	font-family: "Open Sans";
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	letter-spacing: .06rem
}
#main_contents .section .btn a {
	display: block;
	width: 80%;
	margin: 10% auto;
	text-align: center;
	color: #FFF;
	background: #000;
	padding: 15px 0;
	border-radius: 5px;
	text-decoration: none;
	font-size: 16px;
	position: relative;
}
#main_contents .section .btn a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../img/arrow_side.svg);
    background-size: contain;
    background-repeat: no-repeat;
	right: 16px;
	width: 13px;
	height: 17px;
}
#main_contents #conan .btn a {
	background: #2f7bc0;
}
#main_contents #ran .btn a {
	background: #d1637a;
}
#main_contents #haibara .btn a {
	background: #6a67b7;
}
#main_contents #heiji .btn a {
	background: #369471;
}
#main_contents #amuro .btn a {
	background: #cca600;
}
#main_contents #akai .btn a {
	background: #c43f39;
}
@media only screen and (min-width: 769px)  {
	#main_contents .section .slider-for {
	  margin-top: 5%;
	}
	
}



#main_contents #goods {
	position: relative;
	box-sizing: border-box;
	padding: 20% 6%;
	background: url("../img/prize_bg_sp.png") repeat;
	background-size: 100%;
	margin: 0 auto;
}
#main_contents #goods .goods_inner {
	position: relative;
	width: 100%;
}
#main_contents #goods .slider-box {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 78%;
	transform: translate(-50%,-50%);
	z-index: 5
}
#main_contents #goods .bg_img {
	position: relative;
	z-index: 1;
}
#main_contents #goods .bg_img img {
	position: relative;
	z-index: 1;
}
#main_contents #goods .goods_inner h4 {
	font-size:18px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: .05em;
    text-align: center;
	margin: 8% 0;
	padding: 0;
}
#main_contents #goods .goods_inner p {
	margin: 0 auto;
	font-size: 14px;
	text-align: left;
	letter-spacing: .03rem
}
#main_contents #goods .btn a {
	display: block;
	width: 100%;
	margin: 15% auto 0;
}
#main_contents #goods .btn a span {
	font-size: 12px;
	display: block;

}
#main_contents #goods .item-slider .slick-dots{
  position: static;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

#main_contents #goods .item-slider .slick-dots li{
  width: 60px;
  height: 6px;
  margin: 0;
}

#main_contents #goods .item-slider .slick-dots li button{
  width: 100%;
  height: 100%;
  padding: 0;
}

#main_contents #goods .item-slider .slick-dots li button:before{
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: #d9d9d9;
  opacity: 1;
  display: block;
}

#main_contents #goods .item-slider .slick-dots li.slick-active button:before{
  background: #222;
}
#main_contents #goods .slider-progress{
  display:flex;
  justify-content:center;
  gap:10px;
  margin-top:20px;
}
#main_contents #goods .slider-progress span{
  width:40px;
  height:4px;
  background:#ddd;
  border-radius:999px;
}
#main_contents #goods .slider-progress span.is-active{
  background:#222;
}
@media only screen and (min-width: 769px)  {
	#main_contents #goods {
		padding: 10% 6%;
		background: url("../img/prize_bg_pc.png") repeat;
		background-size: 100%;
	}	
	#main_contents #goods .goods_inner {
		max-width: 900px;
		margin: 0 auto;
	}
	#main_contents #goods .slider-box {
		width: 90%;
	}
	#main_contents #goods .slider-wrap {
		width: 50%;
	}
	#main_contents #goods .data {
		position: absolute;
		top: 50%;
		left: 55%;
		width: 40%;
		transform: translate(0,-50%);
	}
	#main_contents #goods .goods_inner h4 {
		font-size:20px;
	}
	#main_contents #goods .goods_inner p {
		margin: 0 auto;
		font-size: 16px;
	}
	#main_contents #goods .btn a {
		display: block;
		width: 40%;
		margin: 5% auto 0;
	}

}


#main_contents #accessory {
	position: relative;
	background: url("../img/accessory_bg_sp.png") repeat;
	background-size: 100%;
	padding: 12% 0;
	margin: 0;
}

#main_contents #accessory h3 {
	text-align: center;
	font-family: "Quantico", sans-serif;
	font-size: 46px;
	position: relative;
	z-index: 1;
	margin: 0;
	
}
#main_contents #accessory h3 span {
	color: #e60012;
	
}
#main_contents .box {
	position: relative;
	width: 88%;
	margin: 5% auto;
}
#main_contents .box .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	z-index: 5
}
#main_contents .box .inner h4 {
	text-align: center;
	font-size: 24px;
	margin: 0;
	
}
#main_contents .box .inner p.price {
	font-family: "Open Sans";
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	letter-spacing: .06rem;
	margin: 0;
}
#main_contents .box .bg_img {
	position: relative;
	line-height: 0;
	z-index: 0
}
#main_contents .box .bg_img img {
	position: relative;
}
@media only screen and (min-width: 769px)  {
	#main_contents #accessory {
		position: relative;
		background: url("../img/accessory_bg_pc.png") repeat;
		background-size: 100%;
		padding: 5% 0;
	}
	#main_contents #accessory h3 {
		font-size: 66px;

	}
	#main_contents #accessory .box {
		position: relative;
		width: 80%;
		margin: 2% auto 5%;
	}
	#main_contents .box .inner .img {
		width: 55%;
	}
	#main_contents .box .inner .data{
		position: absolute;
		top: 50%;
		left: 55%;
		width: 40%;
		transform: translate(0,-50%);
	}
	#main_contents #accessory .btn a {
		display: block;
		max-width: 300px;
		margin: 5% auto 0;
	}
}



#main_contents #info {
	background: url("../img/prize_bg_sp.png") repeat;
	background-size: 100%;
	padding: 15% 0;
	margin: 0;
}
#main_contents #info .box {
	position: relative;
	width: 86%;
	margin: 5% auto;
}
#main_contents #info .box .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 76%;
	z-index: 5
}
#main_contents #info .box .inner p.tit {
	font-size: 16px;
	font-weight: 500;
	margin: 5% auto
}
#main_contents #info .box .inner p {
	font-size: 14px;
	margin: 0;
	line-height: 1.6;
	font-weight: 400;
}
#main_contents #info .box .inner a {
	font-size: 10px;
	color: #555;
}
#main_contents #info .bg_img img {
	height: 120%;
}
@media only screen and (min-width: 769px)  {
/*	#main_contents {
		width: 550px;
		margin: 0 auto;
		background: #FFF;
		box-sizing: border-box;
		border-right: 10px solid #FFF;
		border-left: 10px solid #FFF;
	}*/
	#main_contents #info {
		background: url("../img/prize_bg_pc.png") repeat;
		background-size: 100%;
		padding: 10% 0;
		margin: 0;
	}
	#main_contents #info .box {
		max-width: 900px;
		margin: 0 auto;
	}
	#main_contents #info .box .inner {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 86%;
		z-index: 5
	}
	#main_contents #info .inner .img {
		width: 30%;
	}
	#main_contents #info .inner .data{
		position: absolute;
		top: 50%;
		left: 35%;
		width: 60%;
		transform: translate(0,-50%);
	}
	#main_contents #info .box .inner p.tit {
		font-size: 18px;
		margin: 0 auto 5%
	}
}


.anim {
	opacity: 0;
	transition: 0.8s all 0.1s ease;
	transform: translate(0,20px);
}
.anim.ac {
	opacity: 1;
	transform: translate(0)
}
#main_contents .section .bg_img img,#main_contents .section .model {
	opacity: 0;
	transition: 0.8s all 0.1s ease;
	transform: translate(0,20px);
}
#main_contents .section .bg_img,#main_contents .section .bg_img img:nth-of-type(1),#main_contents .section .bg_img img:nth-of-type(2) {
	opacity: 1;
	transform: translate(0);
}
#main_contents .section .bg_img img:nth-of-type(4) {
	transition-delay: 0.6s;
}
#main_contents .section .bg_img img:nth-of-type(5) {
	transition-delay: 0.4s;
}
#main_contents .section .bg_img.ac img,#main_contents .section .model.ac {
	opacity: 1;
	transform: translate(0);
}
#main_contents .section .name {
    opacity: 1;
	transform: translate(0)
}
@media only screen and (min-width: 769px)  {
	#main_contents .section .model {
		opacity: 0;
		transition: 0.8s all 0.1s ease;
		transform: translate(-20px,0);
	}
	#main_contents .section .bg_img img:nth-of-type(4) {
		transition-delay: 0.8s;
	}
	#main_contents .section .bg_img img:nth-of-type(5) {
		transform: translate(0) scale(0.8);
		transition-delay: 0.6s;
	}
	#main_contents .section .bg_img.ac img,#main_contents .section .model.ac {
		opacity: 1;
		transform: translate(0) scale(1);
	}
	#main_contents .section .name {
		opacity: 0;
		transition: 0.8s all 0.4s ease;
		transform: translate(0,-45%);
	}
	#main_contents .section .name.ac {
		opacity: 1;
		transform: translate(0,-50%);
	}
}
