@charset "UTF-8";

main{
	width: 100%;
	padding-top: 1px;
    margin: 0 auto;
}
#breadCrumb {
    padding: 1% 2%;
}
footer {
    background: #fff;
}
/*---------------
  main
---------------*/
.main {
    position: relative;
    width: 100%;
    animation: fadeIn 2s ease 0s 1 normal;
    z-index: -1;
    min-width: 985px;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.main-img {
    position: fixed;
    overflow:hidden;
    z-index: -1;
    min-width: 985px;
}
.main-img img {
    animation: rotate 1s ease-out 0s 1 reverse forwards ;
    z-index: -1;
        margin-top: -4vw;
}
@keyframes rotate {
    100% {transform: rotate(3deg);}
}
.main-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 14vw auto;
}
main article {
    background-color: #fff;
    margin-top: 38vw;
    padding-top: 2%;
}
@media screen and (max-width:640px){
/*---main_sp---*/
.main {
    position: relative;
    width: 100%;
    animation: fadeIn 2s ease 0s 1 normal;
    z-index: -1;
    min-width: 0;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.main-img {
    position: relative;
    overflow:hidden;
    z-index: -1;
    min-width: 0;
}
.main-img img {
    animation: rotate 1s ease-out 0s 1 reverse forwards ;
    z-index: -1;
    margin-top: 0;
}
@keyframes rotate {
    100% {transform: rotate(3deg);}
}
.main-title {
        margin: 27vw auto;
    width: 42%;
}
p.main-info {
    font-size: 12px;
    margin: 5% auto;
}
main article {
    margin-top: 0;
    width: 95%;
    margin: 0 auto;
}
}
@media screen and (min-width:641px){
	#CAMPAIGN{
		width: 984px;
		margin: 50px auto 0;
		overflow: hidden;
	}
}
@media screen and (max-width:640px){
	#CAMPAIGN{
		width: 100%;
	}
}
/*---------------------------------------------------
SPECIAL
---------------------------------------------------*/
#SPECIAL .btn_jump {
    display: flex;
    justify-content: space-between;
    width: 800px;
    margin: 20px auto 0;
}
#SPECIAL .btn_jump li {
    width: 32%;
}
#SPECIAL .btn_jump li img {
    width: 100%;
}
#CAMPAIGN #SPECIAL .category_title {
    border-bottom: none;
    display: block;
    width: 800px;
    text-align: left;
    margin: 50px auto 20px;
    font-size: 180%;
}

@media screen and (min-width:641px){
	#SPECIAL{
		margin-bottom: 40px;
		font-size: 150%;
	}
	#SPECIAL h2.list_title{
		text-align: center;
		width: 800px;
		margin: 25px auto;
		font-size: 200%;
	}
	#SPECIAL .comment{
		width: 800px;
		margin: 0 auto;
		text-align: left;
		line-height: 150%;
	}
	#SPECIAL .comment .comment_btn{
		text-align: right;
		font-weight: bold;
	}
	#SPECIAL .comment .comment_btn a{
		color: #ff1a80;
		text-decoration: none;
		background-image: url(../images/arrow.png);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 10px;
		padding-left: 15px;
	}
	#SPECIAL .comment .comment_btn a:hover{
		text-decoration: underline;
	}
}
@media screen and (max-width:640px){
	#SPECIAL{
		margin-bottom: 30px;
		font-size: 130%;
	}
    #SPECIAL h2.list_title {
        margin: 15px auto 5px;
    }
	#SPECIAL .comment{
		text-align: left;
		line-height: 150%;
	}
	#SPECIAL .comment pre{
		width: 100%;
	}
.wp-caption{
	width: 100% !important;
	margin: auto;
}
	#SPECIAL .comment img{
		width: 100%;
	}
	#SPECIAL .comment .comment_btn{
		text-align: right;
		font-weight: bold;
	}
	#SPECIAL .comment .comment_btn a{
		color: #ff1a80;
		text-decoration: none;
		background-image: url(../images/arrow.png);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 10px;
		padding-left: 15px;
	}
    #SPECIAL .btn_jump {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }
    #SPECIAL .btn_jump li {
        width: 48%;
        margin: 0 1%;
    }
    #SPECIAL .btn_jump li:last-child {
        margin: 10px 0 0;
    }
    #CAMPAIGN #SPECIAL .category_title {
        font-size: 130%;
    }
}
/*---------------------------------------------------
CAMP_BOX
---------------------------------------------------*/

#CAMPAIGN .CAMP_BOX{
	clear: both;
}
#CAMPAIGN .CAMP_BOX:before,
#CAMPAIGN .CAMP_BOX:after{
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
#CAMPAIGN .CAMP_BOX:after{
	clear: both;
}
@media screen and (min-width:641px){
	#OHTER_SHOP{
		border-top: 1px solid #b5b8bf;
		padding: 30px 0 0 0;
		margin-bottom: 30px;
	}
	#OHTER_SHOP h2{
		font-size: 150%;
		margin-bottom: 30px;
	}
	#CAMPAIGN .CAMP_BOX{
		font-size: 115%;

	}
	#CAMPAIGN .CAMP_BOX.box1{
		width: 1000px;
		margin-bottom: 40px;
		text-align: left;

	}
	#CAMPAIGN .CAMP_BOX .box{
		width: 234px;
		margin-right: 16px;
		float: left;
	}
	#CAMPAIGN .CAMP_BOX.box2{
		width: 734px;
		margin: 0 auto;
		text-align: left;
		overflow: hidden;
	}
	#CAMPAIGN .CAMP_BOX.box2 .inner{
		width: 750px;
	}
}
@media screen and (max-width:640px){
	#OHTER_SHOP{
		border-top: 1px solid #b5b8bf;
		padding: 30px 0 0 0;
		margin-bottom: 30px;
	}
	#OHTER_SHOP h2{
		font-size: 140%;
		margin-bottom: 30px;
	}
	#CAMPAIGN .CAMP_BOX{
		font-size: 120%;
		margin-bottom: 30px;
	}
	#CAMPAIGN .CAMP_BOX.box1{
		margin-bottom: 0;
		text-align: left;
		font-size: 130%;
	}
	#CAMPAIGN .CAMP_BOX .box{
		width: 100%;
		margin-bottom: 30px;
	}
	#CAMPAIGN .CAMP_BOX.box2{
		width: 100%;
	}
	#CAMPAIGN .CAMP_BOX.box2 .inner{

	}
}
/*---------------------------------------------------
CAMP_BOX other
---------------------------------------------------*/
@media screen and (min-width:641px){
	#CAMPAIGN .ph{
		height: 142px;
		overflow: hidden;
		margin-bottom: 5px;
	}
	#CAMPAIGN h3.shop_title{
		color: #fff;
		background-color: #9f916c;
		padding: 5px 0;
		margin-bottom: 5px;
		text-align: center;
		width: 100%;
	}
	#CAMPAIGN p.day{
		margin-bottom: 2px;
	}
	#CAMPAIGN h4.list_title{
		line-height: 150%;
	}
	#CAMPAIGN h4.list_title a{
		text-decoration: none;
		color: #545454;
	}
	#CAMPAIGN h4.list_title a:hover{
		text-decoration: underline;
	}
}
@media screen and (max-width:640px){
	#CAMPAIGN .ph{
		margin-bottom: 5px;
	}
	#CAMPAIGN h3.shop_title{
		color: #fff;
		background-color: #9f916c;
		padding: 5px 0;
		margin-bottom: 5px;
		text-align: center;
		width: 100%;
	}
	#CAMPAIGN p.day{
		margin-bottom: 2px;
		text-align: left;
	}
	#CAMPAIGN h4.list_title{
		line-height: 150%;
		text-align: left;
	}
	#CAMPAIGN h4.list_title a{
		text-decoration: none;
		color: #545454;
	}
	#CAMPAIGN h4.list_title a:hover{
		text-decoration: underline;
	}
}
/*---------------------------------------------------
PLAN
---------------------------------------------------*/
#CAMPAIGN #PLAN .inner{
	clear: both;
}
#CAMPAIGN #PLAN .inner:before,
#CAMPAIGN #PLAN .inner:after{
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
#CAMPAIGN #PLAN .inner:after{
	clear: both;
}
@media screen and (min-width:641px){
	#PLAN{
		border-top: 1px solid #b5b8bf;
		padding: 30px 0 0 0;
		width: 737px;
		margin: 0 auto;
	}
	#PLAN .h2_title{
		margin-bottom: 20px;
	}
	#PLAN .left{
		width: 237px;
		margin-right: 13px;
	}
	#PLAN .left:last-child {
    margin-right: 0;
	}
}
@media screen and (max-width:640px){
	#PLAN{
		border-top: 1px solid #b5b8bf;
		padding: 30px 0 0 0;
	}
	#PLAN .h2_title{
		margin-bottom: 20px;
	}
	#PLAN .left{
		width: 100%;
		margin-bottom: 20px;
	}
	img.alignnone.wp-image-260740,
	img.alignnone.wp-image-260741,
	img.alignnone.wp-image-260742 {
		width: 70%!important;
		margin: 0 auto 10px auto;
		display: block;
	}
}