@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');

#main{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 40px auto;

}

#main img{
	width: 100%;
	height: auto;
}

.shiny-btn2 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 900px;
  padding: 20px 0;
  margin: 0px auto 30px auto;
  background-color: #ff4b9f;
  box-shadow: 0 3px 0 0 rgb(208, 45, 114);
  border-radius: 5px;
  font-weight: bold;
  font-size: 31px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
}

.shiny-btn2 i{
position: absolute;
right: 15px;
top: 20px;
}
.shiny-btn2:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: none;
    -webkit-transform: translateY(3px);
}
.shiny-btn2::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn2 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn2 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.fontVio{font-family: 'Abril Fatface', cursive;}

#vionee01{
width: 100%;
max-width: 1200px;
margin: 0 auto 60px auto;
}

#vionee01 article{
width: 100%;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
align-items: center;
}

#vionee01 article #vio01L{
width: 35%;
}

#vionee01 article #vio01L dt{
width: 100%;
margin-bottom: 20px;
}

#vionee01 article #vio01L dt img{
width: 100%;
height: auto;
}

#vionee01 article #vio01L dd{
width: 100%;
text-align: center;
font-size: 14px;
line-height: 2;
letter-spacing: 1px;
}

#vionee01 article #vio01R{
width: 63%;
text-align: center;
}

#vionee01 article #vio01R h3{
font-size: 42px;
font-weight: 700;
line-height: 1;
margin-bottom: 20px;
font-family: 'Noto Serif JP', serif;
text-align: center;
}

#vionee01 article #vio01R h3 span{
font-family: 'Abril Fatface', cursive;
letter-spacing: 5px;
text-align: center;
}

h2 span{
	font-family: 'Abril Fatface', cursive;
letter-spacing: 5px;
display: block;
margin-bottom: 30px;
font-size: 60px;
line-height: 1;
}

.maxBnr{
width: 100%;
max-width: 1200px;
margin: 0 auto 60px auto;
}

.maxBnr img{
width: 100%;
height: auto;
}

.maxBnr900{
width: 100%;
max-width: 900px;
margin: 0 auto 60px auto;
}

.maxBnr900 img{
width: 100%;
height: auto;
}

#vionee01 article #vio01R p{
font-size: 16px;
font-weight: 500;
line-height: 2;
margin-bottom: 20px;
text-align: center;
}

#vionee01 article #vio01R a{
font-size: 16px;
font-weight: 500;
line-height: 1;
padding: 20px 0;
width: 100%;
max-width: 600px;
background-color: #fcdad1;
display: block;
margin: 0 auto;
color: #000;
text-decoration: none;
}


#vionee01 section{
width: 100%;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
align-items: center;
margin-bottom: 60px;
}

#vionee01 .mini{
max-width: 700px;
}


#vionee01 section h3{
width: 100%;
text-align: center;
font-size: 42px;
font-weight: 600;
margin-bottom: 60px;
letter-spacing: 4px;
}

#vionee01 section a{
width: 46%;
display: block;
}

#vionee01 section a img{
width: 100%;
height: auto;
}


.bnrArea{
width: 100%;
max-width: 900px;
margin: 0 auto 40px auto;
padding-top: 40px;
}

.bnrArea img{
width: 100%;
height: auto;
}



#vioPro{
width: 100%;
max-width: 1200px;
margin-bottom: 40px;
}

#vioPro img{
width: 100%;
height: auto;
}

#movie{
width: 100%;
padding: 80px 8%;
background-color: #fcdad1;
margin-bottom: 80px;

}

#movie dl{
width: 100%;
margin: 0 50px;
padding: 30px;
box-sizing: border-box;
background-color: #fff;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
align-items: center;
}

#movie dl dt{
width: 65%;
}


#setItemArea{
width: 100%;
background: #f2f2f2;
padding: 60px 0;
margin-bottom: 60px;
}

#setItemArea article{
width: 100%;
max-width: 1200px;
margin: 0 auto;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
}

#setItemArea article dl{
width: 48%;
}

#setItemArea article dl dt{
width: 100%;
}

#setItemArea article dl dt img{
width: 100%;
height: auto;
}

#setItemArea article dl dd{
background: #fff;
}

#setItemArea article dl dd p{
padding: 30px 0;
text-align: center;
font-size: 18px;
line-height: 1;
letter-spacing: 1px;
text-decoration: underline;
}

#setItemArea article dl dd a{
padding: 20px 0;
text-align: center;
font-size: 18px;
line-height: 1;
background: #333;
color: #fff;
display: block;
}


.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#lead01{
	text-align: center;
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 2px;
	
	margin-bottom: 50px;
}



#movie dl dd{
width: 33%;
padding-left: 20px;
box-sizing: border-box;
text-align: left;
}

#movie dl dd strong{
font-size: 24px;
line-height: 1;
display: block;
margin-bottom: 20px;
}

#movie dl dd p{
font-size: 14px;
line-height: 2;
}




.txtBox01{
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 2px;
	text-align: left;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 50px auto;
	box-sizing: border-box;
	padding: 40px;
	background-color: #f8f8f8;
}

.txtBox02{
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 2px;
	text-align: left;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 50px auto;
	box-sizing: border-box;
	padding: 40px;
	background-color: #fff2fc;
}


#news {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 50px auto;
    background-color: #f8f8f8;
    padding: 20px 25px 10px 25px;
    box-sizing: border-box;
    text-align: left;
}

#news p{
	font-size: 12px;
	margin-bottom: 15px;
	letter-spacing: 2px;
}

#news img{
	display: none;
}

#news .woong{
}

#news a{
	color: #000;
	text-decoration: none;
}
#news a:hover{
	color: #000;
	text-decoration: underline;
}


#bnrBottom{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 50px auto;
}

#bnrBottom img{
	width: 100%;
	height: auto;
}


.deliZone{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 50px auto;
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; 
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	
}

.deliZone dt{
	width: 50%;
	font-size: 0;
}

.deliZone dt img{
	width: 100%;
	height: auto;
}

.deliZone dd{
	width: 50%;
	background-color: #9eb4cf;
	box-sizing: border-box;
	padding: 0px 50px 0 50px;
	display: flex;
  justify-content: center;
  align-items: center;
}

.deliZone dd div p{
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 56px;
	letter-spacing: 2px;
	margin-bottom: 30px;
}

.deliZone dd div span{
	width: 100%;
	background-color: #fff;
	text-align: center;
	display: block;
	padding: 20px 0;
	font-size: 16px;
	color: #000;
	text-decoration: none;
}

a:hover .deliZone dd div span{
	background-color: #6f8cb3;
	color: #fff;
}








.vionee{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 50px auto;
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; 
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	
}

.vionee dt{
	width: 50%;
	font-size: 0;
}

.vionee dt img{
	width: 100%;
	height: auto;
}

.vionee dd{
	width: 50%;
	background-color: #fcdad1;
	box-sizing: border-box;
	padding: 0px 50px 0 50px;
	display: flex;
  justify-content: center;
  align-items: center;
}

.vionee dd div p{
	text-align: left;
	color: #000;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 2px;
	margin-bottom: 30px;
}

.vionee dd div span{
	width: 100%;
	background-color: #fff;
	text-align: center;
	display: block;
	padding: 20px 0;
	font-size: 16px;
	color: #000;
	text-decoration: none;
}

a:hover .vionee dd div span{
	background-color: #fcb7b7;
	color: #fff;
}

.imgMax{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 50px auto;
}

.imgMax img{
	width: 100%;
	height: auto;
}





.drZone{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 50px auto;
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; 
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
		background-color: #d2d2e4;
	
}

.drZone dt{
	width: 50%;
	font-size: 0;
}

.drZone dt img{
	width: 100%;
	height: auto;
}

.drZone dd{
	width: 50%;
	background-color: #d2d2e4;
	box-sizing: border-box;
	padding: 0px 50px 0 50px;
	display: flex;
  justify-content: center;
  align-items: center;
}

.drZone dd div p{
	text-align: left;
	color: #000;
	font-size: 24px;
	line-height: 56px;
	letter-spacing: 2px;
	margin-bottom: 30px;
}

.drZone dd div p span{
	font-size: 13px;
	line-height: 20px;
	display: block;
	padding-top: 20px;
}

.drZone dd div strong{
	width: 100%;
	background-color: #fff;
	text-align: center;
	display: block;
	padding: 20px 0;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

a:hover .drZone dd div strong{
	background-color: #bebad5;
	color: #fff;
}


.deliZone dd div,.drZone dd div{
	width: 100%;
}




.prev-arrow{
position: absolute;
left: 20px;
top: 47%;
z-index: 2;
margin-top: -20px;
width: 20px;
}

.next-arrow{
position: absolute;
right: 20px;
top: 47%;
z-index: 2;
margin-top: -20px;
width: 20px;
}


.prev-arrow img,
.next-arrow img{
width: 100%;
height: auto;
}


@media all and (max-width: 1200px) {

#wrap {
    padding: 0 40px;
    box-sizing: border-box;
}





}


@media all and (max-width: 700px) {

#wrap {
    padding: 0 15px;
    box-sizing: border-box;
}
	
#main {
    margin: 0 auto 20px auto;
}
	
#news p {

    line-height: 18px;

}

#news{
	font-size: 12px;
}
	
#bnrBottom{
	margin: 0 auto 30px auto;
}
	
#lead01 {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    
    margin-bottom: 30px;
}

#lead01 br{
	display: none;
}

	
.deliZone dt{
	width: 50%;
}

.drZone dt{
	width: 50%;
}


.deliZone dd,.drZone dd{
	width: 50%;
	padding: 10px;
	height: auto;
}
	
.deliZone dd div,.drZone dd div{
	width: 100%;
}

.deliZone dd div p, .drZone dd div p {
    font-size: 9px;
    line-height: 14px;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 10px;
}
	
.deliZone dd div p br, .drZone dd div p br{
	display: none;
}

.deliZone dd div span,.drZone dd div strong{
	font-size: 6px;
padding: 6px 0;
}	
	
.txtBox01 {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
    margin: 0 auto 30px auto;
    padding: 20px;
}
.txtBox02 {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
    margin: 0 auto 30px auto;
    padding: 20px;
}
	
.vionee dd {
    width: 50%;
    padding: 0px 10px;
}
	
	
.vionee dd div p {
    text-align: left;
    font-size: 9px;
    line-height: 13px;
    letter-spacing: 0px;
    margin-bottom: 6px;
}

.vionee dd div span {
    width: 100%;
padding: 6px 0;
font-size: 6px;
}
	
.deliZone {
    margin: 0 auto 20px auto;
	background-color: #9eb4cf;
}	
	
.vionee {
    margin: 0 auto 20px auto;
}	
	
.drZone dd div p span {
    font-size: 9px;
    line-height: 12px;
    display: block;
    padding-top: 6px;
	letter-spacing: 0;
}
	
.drZone {
    margin: 0 auto 20px auto;
}	

	
	

	
#vionee01 article #vio01L {
  width: 100%;
  padding: 0 10%;
}	
	
#vionee01 article #vio01L dl{
margin-bottom: 20px;
}	
	
	#vionee01 article #vio01R {
  width: 100%;
  text-align: center;
}
	
#vionee01 article #vio01R h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
	
	
#vionee01 article #vio01R p {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
}
	
#vionee01 article #vio01R {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}	
	
#vionee01 section h3 {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: 4px;
}
	
	
	#movie {
  width: 100%;
  padding: 20px 20px;
  background-color: #fcdad1;
  margin-bottom: 30px;
  box-sizing: border-box;
}
	
#movie dl {
  padding: 0px;
  margin: 0 0;
}	
	
#movie dl dt {
  width: 100%;
  margin-bottom: 15px;
}	
	
#movie dl dd {
  width: 100%;
  padding-left: 0;
  box-sizing: border-box;
  text-align: center;
  padding-bottom: 15px;
}	
	
h2 span {
  font-family: 'Abril Fatface', cursive;
  letter-spacing: 5px;
  display: block;
  margin-bottom: 14px;
  font-size: 28px;
  line-height: 1;
}	
	
.maxBnr {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 30px auto;
}	
	
#vionee01 article #vio01R p {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: left;
}

#vionee01 article #vio01R p br{
display: none;
}
	
#vionee01 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 30px auto;
}


#setItemArea{
width: 100%;
background: #f2f2f2;
padding: 20px 20px 0 20px;
box-sizing: border-box;
margin-bottom: 30px;
}

#setItemArea article dl {
  width: 100%;
  margin-bottom: 20px;
}

#setItemArea article dl dd p {
  padding: 20px 0;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  text-decoration: underline;
}

#setItemArea article dl dd a {
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  background: #333;
  color: #fff;
  display: block;
}

#movie dl dd strong {
  font-size: 20px;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}

#movie dl dd p {
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.productArea01 a dl dd {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 2;
  padding: 0 30px;
  text-align: left;
}

.productArea02 a dl dd {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 2;
  padding: 0 30px;
  text-align: left;
}


.next-arrow {
  position: absolute;
  right: 5px;
  top: 47%;
  z-index: 2;
  margin-top: 0px;
  width: 10px;
}

.prev-arrow {
  position: absolute;
  left: 5px;
  top: 47%;
  z-index: 2;
  margin-top: 0px;
  width: 10px;
}


.shiny-btn2 {
  padding: 15px 0;
  margin: -10px auto 10px auto;
  font-weight: bold;
  font-size: 22px;
}

.shiny-btn2 i{
position: absolute;
right: 15px;
top: 15px;
}



	
}







































