@charset "utf-8";
/* ==========================================================

- 共通01

========================================================== */
.is-device-pc{
    display: block;
}
.is-device-tab{
    display: block;
}
.is-device-sp{
    display: none;
}
.limitedGoods-clearFile-menu,
.limitedGoods-clearFile .limitedGoods-clearFile-bordered table,
.limitedGoods-clearFile{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mbottom50{
    margin-bottom: 50px!important;
}
.is-device-pc{
    display: block;
}
.is-device-sp{
    display: none;
}
.width960{
    width: 960px;
    margin: 0 auto;
}
.warpper{
	max-width: 100%;
	width: 100%;
    height: auto;
    background-color: #FFFFFF;
    overflow: hidden;
    position: relative;
}
.wrapperBg{
    z-index: 9996;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.6);
}
.wrapperBg:hover{
    cursor: pointer;
}




.common-linkBtn{
    width: 380px;
    margin: 0 auto;
    border: solid 4px #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255,255,255, .9);
    box-shadow: 2px 2px 4px rgba(0,0,0,.6);
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.6);
    -moz-box-shadow: 2px 2px 4px rgba(0,0,0,.6);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
}
.orderBooking .common-linkBtn{
    margin: 0;
}
.endApplication span,
.common-linkBtn a{
    display: block;
    height: auto;
    padding: 20px 0;
    font-size: 2.4rem;
    line-height: 1;
    font-family: "Noto Sans Japanese";
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00aaff+0,0053a6+100 */
    background: #00aaff; /* Old browsers */
    background: -moz-linear-gradient(top, #00aaff 0%, #0053a6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00aaff 0%,#0053a6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00aaff 0%,#0053a6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aaff', endColorstr='#0053a6',GradientType=0 ); /* IE6-9 */
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
}

.common-linkBtn a:hover,
.common-linkBtn a:active{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0088cc+0,003973+100 */
    background: #0088cc; /* Old browsers */
    background: -moz-linear-gradient(top, #0088cc 0%, #003973 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0088cc 0%,#003973 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0088cc 0%,#003973 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088cc', endColorstr='#003973',GradientType=0 ); /* IE6-9 */
}
.modalWindow05,
.modalWindow04,
.modalWindow03,
.modalWindow02,
.modalWindow01{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
    background-color:rgba(0,0,0,1.0);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}


.endApplication span{
    background: #EEEEEE;
    color: #000000;
    font-weight: 300;
}
/* ==========================================================

- メインビジュアル

========================================================== */
header .header-mainVisual{
    position: relative;
    margin: 0 auto;
    max-width:  100%;
    width: 100%;
    height: auto;
    padding-top: 74%;
    background-image: url(../images/main_mainVisual.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}    
header .header-mainVisual .challenge-btn{
    position: absolute;
    top: 10%;
    right: 10%;
    z-index: 9995;
    margin: 0;
}
header .header-mainVisual .challenge-btn a img{
    max-width: 195px;
    width: 100%;
    height: auto;
}
.header-mainVisual h2{
    display: none;
}
.mainVisual-info{
    position: absolute;
    bottom: 80px;
    left: 50%;
    width: 960px;
    margin: 0 0 0 -500px;
}
.mainVisual-info-Sp{
    display: none;
}
.mainVisual-info dl{
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.mainVisual-info dl dt{
    overflow-y: scroll;
    width: 640px;
    height: 160px;
    padding: 15px 20px 0 25px;
    background-image: url(../images/main_news.png);
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: 15px 15px;
}
.mainVisual-info dl dd{
    width: 296px;
    padding: 20px 25px 0 25px;
}
.mainVisual-info dl dt,
.mainVisual-info dl dd{
    background-color: rgba(255,255,255, .9);
    box-shadow: 2px 2px 4px rgba(0,0,0,.6);
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.6);
    -moz-box-shadow: 2px 2px 4px rgba(0,0,0,.6);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mainVisual-info dl dt .mainVisual-info-inner{
    padding: 0 0 0 119px;
}
.mainVisual-info-inner ul{
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
    margin: 0 0 15px 0;
}
.mainVisual-info-inner ul:last-child{
    margin-bottom: 0;
}
.mainVisual-info-inner ul li{
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
}
.mainVisual-info-inner ul li:first-child{
    padding: 0 15px 0 0;
    white-space:nowrap;
}
.mainVisual-info-inner ul li:first-child p{
    border-bottom: solid 3px #0053a6;
}
.mainVisual-info-inner ul li a:hover,
.mainVisual-info-inner ul li a:active{
    text-decoration: underline;
}
.mainVisual-info dl dd p{
    margin: 0 0 8px 0;
    font-size: 1.6rem;
    line-height: 1.3;
    font-family: "Noto Sans Japanese";
    font-weight: 500;
    text-align: center;
    color: #004d99;
}
.mainVisual-info dl dd ul{
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.mainVisual-info dl dd ul li{
    margin: 0 20px 0 0;
}
.mainVisual-info dl dd ul li:last-child{
    margin-right: 0;
}
.mainVisual-info dl dd ul li:nth-child(1) img{
    max-width: 64px;
}
.mainVisual-info dl dd ul li:nth-child(2) img{
    max-width: 49px;
}
.mainVisual-info dl dd ul li:nth-child(3) img{
    max-width: 79px;
}
/* ==========================================================

- キャンペーンムービー

========================================================== */
.campingMovie{
    padding: 80px 0;
    background-color: #ffea00;
    background-image: url(../images/campingMovie_bg.png);
    background-size: 1200px;
    background-repeat: repeat-x;
    background-position: center bottom 35%;
}
.campingMovie-inner{
    width: 800px;
    margin: 0 auto;
}
.campingMovie-inner h3{
    width: 483px;
    margin: 0 auto 50px;
}
.campingMovie-inner h3 img{
    max-width: 483px;
    width: 100%;
    height: auto;
}
.iframe-wrap{
	width: 100%;
	margin: 0 auto;
}
.iframe-inner{
	position: relative;
	height: 0;
	padding-top: 56.25%; /* 16:9 youtubeの比率 の場合 → 9 ÷ 6 = 56.25 */
}
.iframe-inner iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/* ==========================================================

- サーマーストーリオブココス

========================================================== */
.whatFree,
.summerStory{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00aaff+0,0053a6+100 */
    background: #00aaff; /* Old browsers */
    background: -moz-linear-gradient(top, #00aaff 0%, #0053a6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00aaff 0%,#0053a6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00aaff 0%,#0053a6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aaff', endColorstr='#0053a6',GradientType=0 ); /* IE6-9 */
}
.summerStory-inner{
    width: 100%;
    margin: 0 auto;
    padding: 120px 0;
    background: url(../images/summerStory_line1.png) no-repeat left top, url(../images/summerStory_line2.png) no-repeat right bottom;
    background-size: 330px;
}
.summerStory-inner h3{
    width: 636px;
    margin: 0 auto 52px;
}
.summerStory-inner h3 img{
    max-width: 636px;
    width: 100%;
    height: auto;
}
.summerStory_main{
    width: 960px;
    margin: 0 auto;
    position: relative;
}
.summerStory_main_inner p{
    margin: 0 0 50px 0;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #FFFFFF;
    font-weight: normal;
}
.summerStory-main-catch{
    display: inline-block;
    padding: 15px 20px 15px 24px;
    background-color: #FFFFFF;
}
.summerStory-main-catch img{
    max-width: 616px;
    width: 100%;
    height: auto;
} 
.summerStory-makoto{
    position: absolute;
    bottom: -120px;
    right: -100px;
}
.summerStory-makoto img{
    max-width: 429px;
    width: 100%;
    height: auto;
}

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

- 限定グッズ貰ってくれよな！

========================================================== */
.limitedGoods{
    padding: 120px 0 26px;
    background-color: #ffea00;
}
.limitedGoods-inner{
    background-image: url(../images/limitedGoods_bg.png);
    background-size: 1200px;
    background-repeat: repeat-x;
    background-position: center bottom;
}
.limitedGoods-inner h3{
    width: 1027px;
    margin: 0 auto 42px;
}
.limitedGoods-inner h3 img{
    max-width: 1027px;
    width: 100%;
    height: auto;
}
.limitedGoods-clearFile{
    width: 960px;
    margin: 0 auto;
    padding: 26px 24px;
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.limitedGoods-clearFile .limitedGoods-clearFile-ttl{
    margin: 0 0 23px 0;
    font-size: 2.4rem;
    line-height: 1.6;
    letter-spacing: 0.2rem;
    font-family: "Noto Sans Japanese";
    text-align: center;
    font-weight: 600;
    color: #0053a6;
}
.limitedGoods-clearFile .limitedGoods-clearFile-bordered{
    margin: 0 0 24px 0;
}
.limitedGoods-clearFile .limitedGoods-clearFile-bordered table{
    width: 100%;
    margin: 0 auto;
    border-top:1px solid #0153A5;
    border-left:1px solid #0153A5;
    border-collapse:collapse;
    border-spacing:0;
    font-size: 1.6rem;
    color: #0153A5;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.limitedGoods-clearFile .limitedGoods-clearFile-bordered th,
.limitedGoods-clearFile .limitedGoods-clearFile-bordered td{
    border-bottom:1px solid #0153A5;
    border-right:1px solid #0153A5;
    padding: 15px;
    vertical-align: middle;
}
.limitedGoods-clearFile .limitedGoods-clearFile-bordered th{
    padding: 28px 26px;
    font-size: 1.7rem;
    line-height: 1.7;
    letter-spacing: 0.2rem;
    font-family: "Noto Sans Japanese";
    text-align: center;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #0153A5;
}
.limitedGoods-clearFile-menu{
    width: 100%;
    padding: 27px 24px;
    margin: 0 0 20px 0;
    background-color: #E5F3FF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.limitedGoods-clearFile-menu .limitedGoods-clearFile-menuTtl{
    margin: 0 0 22.5px 0;
    font-size: 2.0rem;
    letter-spacing: 0.2rem;
    color: #0053a6;
    font-family: "Noto Sans Japanese";
    text-align: center;
    font-weight: 600;
}
.limitedGoods-clearFile-menu .limitedGoods-clearFile-menuInner dl{
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
}
.limitedGoods-clearFile-menu .limitedGoods-clearFile-menuInner dl:first-child{
    margin: 0 0 15px 0;
}
.limitedGoods-clearFile-menu .limitedGoods-clearFile-menuInner dl dt{
    width: 200px;
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: 0.2rem;
    font-weight: 600;
    font-family: "Noto Sans Japanese";
    text-align: left;
    color: #0053a6;
}
.limitedGoods-clearFile-menu .limitedGoods-clearFile-menuInner dl dd{
    width : 80%;
	width : -webkit-calc(100% - 200px);
	width: calc(100% - 200px);
    font-size: 1.6rem;
    line-height: 1.7;
    color: #0053a6;
}
.limitedGoods-clearFile-note{
    font-size: 1.6rem;
    line-height: 1.6;
    color: #0053a6;
}
.limitedGoods-clearFile-note u{
    letter-spacing: 0.2rem;
    font-weight: bold;
}

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

- 対象メインメニュー

========================================================== */
.mainMenu{
    padding: 0 0 120px 0;
    background-color: #ffea00;
}
.mainMenu-inner{
    width: 960px;
    margin: 0 auto;
}
.mainMenu-header{
    height: 286px;
    background-image: url(../images/mainMenu_ray.png);
    background-size: 494px;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.mainMenu-header h3{
    width: 455px;
    margin: 0 0 25px 0;
    padding: 95px 0 0 0;
}
.mainMenu-header h3 img{
    max-width: 455px;
    width: 100%;
    height: auto;
}
.mainMenu-header p{
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: 0.2rem;
    font-family: "Noto Sans Japanese";
    font-weight: 600;
}

/*** かき氷パルフェFree!STYLE ***/
.mainMenu-freeStyle{
    margin: 0 0 25px 0;
    background-color: #FFFFFF;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -o-border-radius: 40px;
    -ms-border-radius: 40px;
}
.mainMenu-freeStyle figure img{
    max-width: 960px;
    width: 100%;
    height: auto;
}
.mainMenu-freeStyle-five{
    padding: 50px 23px;
}
.mainMenu-freeStyle-five ul{
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -70px 0 0 0;
}
.mainMenu-freeStyle-five ul li{
    width: 288px;
    margin: 0 24px 25px 0;
}
.mainMenu-freeStyle-five ul li:nth-child(5),
.mainMenu-freeStyle-five ul li:nth-child(2){
    margin-right: 0;
}
.mainMenu-freeStyle-five ul li:nth-last-child(-n+3){
    margin-bottom: 0;
}
.mainMenu-freeStyle-five ul li img{
    max-width: 288px;
    width: 100%;
    height: auto;
}
.mainMenu-freeStyle-five ul li:first-child{
    width: 602px;
}
.mainMenu-freeStyle-five ul li:first-child img{
    max-width: 602px;
}

/*** メニューリスト ***/
.mainMenu-list{
    width: 100%;
    margin: 0 0 48px 0;
}
.mainMenu-list ul{
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex; 
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mainMenu-list ul li{
    width: 468px;
    margin: 0 24px 24px 0;
}
.mainMenu-list ul li:nth-child(even){
    margin-right: 0;
}
.mainMenu-list ul li:nth-last-child(-n+2){
    margin-bottom: 0;
}
.mainMenu-list ul li img{
    max-width: 468px;
    width: 100%;
    height: auto;
}
.mainMenu-list ul li:nth-child(6) img{
    max-width: 432px;
}
/*** さらに ***/
.mainMenu-moreList{
    width: 960px;
    margin: 0 auto 48px;
    background-color: #FFFFFF;
}
.mainMenu-moreList div.mainMenu-moreList-bg img{
    max-width: 960px;
    width: 100%;
    height: auto;
}
.mainMenu-moreList-inner{
    padding: 16px;
}
.mainMenu-moreList-header{
    margin: 0 0 23px 0;
}
.mainMenu-moreList-header dl{
    -js-display: flex;
    display:-ms-flexbox
    display:-webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.mainMenu-moreList-header dl dt{
    width: 167px;
    margin: 0 12px 0 0;
}
.mainMenu-moreList-header dl dt img{
    max-width: 167px;
    width: 100%;
    height: auto;
}
.mainMenu-moreList-header dl dd figure{
    width: 570px;
    margin: 0 0 22px 0;
}
.mainMenu-moreList-header dl dd figure img{
    max-width: 570px;
    width: 100%;
    height: auto;
}
.mainMenu-moreList-header dl dd figcaption{
    font-size: 1.6rem;
    line-height: 1.7;
    font-family: "Noto Sans Japanese";
    font-weight: 600;
}
.mainMenu-moreList-dish{
    margin: 0 0 48px 0;
}
.mainMenu-moreList-dish ul{
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex; 
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mainMenu-moreList-dish ul li{
    width: 303px;
    margin: 0 0 12px 0;
}
.mainMenu-moreList-dish ul li:nth-child(3n){
    margin-right: 0;
}
.mainMenu-moreList-dish ul li:nth-last-child(-n+3){
    margin-bottom: 0;
}
.mainMenu-moreList-dish ul li img{
    max-width: 303px;
    width: 100%;
    height: auto;
}
.mainMenu-moreList-dish-all{
    width: 533px;
    margin: 0 auto 28px;
}
.mainMenu-moreList-dish-all img{
    max-width: 533px;
    width: 100%;
    height: auto;
}

/*** 配布は終了いたしました。 ***/
.mainMenu-end{
    width: 640px;
    margin: 0 auto;
    padding: 30px 25px;
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mainMenu-end dl{
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex; 
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.mainMenu-end dl dt{
    width: 278px;
    margin: 0 25px 0 0;
}
.mainMenu-end dl dt img{
    max-width: 278px;
    width: 100%;
    height: auto;
}
.mainMenu-end dl dd{
    width: 244px;
}
.mainMenu-end dl dd ul li:first-child{
    width: 64px;
    margin: 0 auto 25px;
    text-align: center;
}
.mainMenu-end dl dd ul li:first-child img{
    max-width: 64px;
    width:100%;
    height: auto;
}
.mainMenu-end dl dd ul li:last-child{
    font-size: 1.2rem;
    line-height: 1.8;
}
/* ==========================================================

- WEB抽選にチャレンジ！

========================================================== */
.webDraw{
    padding: 30px 0 120px 0;
    background-image: url(../images/webDraw_bg.jpg);
    background-size: 92px;
    background-repeat: repeat;
    background-position: left top;
}
.webDraw-inner{
    margin: 0 0 106px 0;
}
.webDraw-inner h3{
    width: 1031px;
    margin: 0 auto 72px;
}
.webDraw-inner h3 img{
    max-width: 1031px;
    width: 100%;
    height: auto;
}
.webDraw-mainNote{
    width: 780px;
    margin: 0 auto;
} 
.webDraw-mainNote img{
    max-width: 780px;
    width: 100%;
    height: auto;
} 

/*** 抽選方法 ***/
.webDraw-method{
    width: 960px;
    margin: 0 auto;    
    padding: 6px;
    background-color: rgba(255,255,255, 1);
    box-shadow: 2px 2px 4px rgba(0,0,0,.7);
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.7);
    -moz-box-shadow: 2px 2px 4px rgba(0,0,0,.7);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.webDraw-methodInner{
    padding: 45px 50px;
    border: solid 4px #0053a6;
}
.webDraw-methodTtl{
    margin: 0 0 40px 0;
    font-size: 3.2rem;
    letter-spacing: 0.2rem;
    font-family: "Noto Sans Japanese";
    color: #0053a6;
    font-weight: 600;
    text-align: center;
}
.webDraw-method-flow{
    margin: 0 0 58px 0;
}
.webDraw-method-flow ul{
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.webDraw-method-flow ul li:nth-child(5),
.webDraw-method-flow ul li:nth-child(3),
.webDraw-method-flow ul li:nth-child(1){
    display: table;
    height: 150px;
    background-image: url(../images/webDraw-method-flow.gif);
    background-size: 150px;
    background-repeat: no-repeat;
    background-position: center center;
}
.webDraw-method-flow ul li p{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #0053a6;
    font-family: "Noto Sans Japanese";
    font-weight: 600;
}
.webDraw-method-flow ul li:nth-child(6),
.webDraw-method-flow ul li:nth-child(4),
.webDraw-method-flow ul li:nth-child(2){
    font-size: 1.6rem;
    color: #ffbf00;
}
.webDraw-method-flow ul li:last-child{
    display: table;    
    width: 164px;
    height: 150px;
    background-color: #ffbf00;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
}
.webDraw-method-flow ul li:last-child p{
    font-size: 2.4rem;
    color: #5c1511;
    font-weight: 600;
}
.webDraw-method-btn{
    margin: 0 0 80px 0;
}

.webDraw-method-example-ttl{
    padding: 13px 0 12px 0;
    font-size: 2.4rem;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
    background-color: #0053a6;
}
.webDraw-method-example-inner{
    padding: 24px 0;
    background-color: #e5f2ff;
}
.webDraw-method-example{
    margin: 0 0 40px 0;
}
.webDraw-method-example-inner ul{
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.webDraw-method-example-inner ul li:nth-child(3),
.webDraw-method-example-inner ul li:nth-child(1){
    padding: 12px 14px;
    border: solid 2px #0053a6;
    background-color: #FFFFFF;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
}
.webDraw-method-example-inner ul li:nth-child(6) p,
.webDraw-method-example-inner ul li:nth-child(3) p,
.webDraw-method-example-inner ul li:nth-child(1) p{
    font-size: 2.0rem;
    line-height: 1.2;
    font-family: "Noto Sans Japanese";
    text-align: center;
    font-weight: 500;
    color: #0053a6;
}
.webDraw-method-example-inner ul li:nth-child(3) p em,
.webDraw-method-example-inner ul li:nth-child(1) p em{
    font-size: 4.4rem;
    line-height: 1;
    vertical-align: bottom;
}
.webDraw-method-example-inner ul li:nth-child(3) p span,
.webDraw-method-example-inner ul li:nth-child(1) p span{
    font-size: 3.0rem;
    line-height: 1;
}
.webDraw-method-example-inner ul li:nth-child(2){
    padding: 0 24px;
    font-size: 8.0rem;
    line-height: 1;
    font-family: "Noto Sans Japanese";
    text-align: center;
    font-weight: 600;
    color: #0053a6;
}
.webDraw-method-example-inner ul li:nth-child(4){
    padding: 0 0 0 24px;
    font-size: 2.0rem;
    line-height: 1.2;
    font-family: "Noto Sans Japanese";
    text-align: center;
    font-weight: 600;
    color: #0053a6;
}
.webDraw-method-example-inner ul li:nth-child(5){
    padding: 0 24px 0 0;
    font-size: 5.0rem;
    font-family: "Noto Sans Japanese";
    text-align: center;
    font-weight: 600;
    color: #0053a6;
}
.webDraw-method-example-inner ul li:nth-child(6){
    padding: 12px 5px;
    background-color: #0053a6;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
}
.webDraw-method-example-inner ul li:nth-child(6) p{
    color: #FFFFFF;
}
.webDraw-method-example-inner ul li:nth-child(6) p:nth-child(3){
    padding: 0 0 0 10px;
}
.webDraw-method-example-inner ul li:nth-child(6) p em{
    font-size: 4.8rem;
    line-height: 1;
    vertical-align: bottom;
}
.webDraw-method-example-inner ul li:nth-child(6) p span{
    font-size: 3.0rem;
    line-height: 1;
}
/*** レシート ***/
.webDraw-method-receipt dl{
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.webDraw-method-receipt dl dt{
    margin: 0 22px 0 0;
    font-size: 2.4rem;
    line-height: 1.4;
    font-family: "Noto Sans Japanese";
    font-weight: 600;
    color: #0053a6;
}
.webDraw-method-receipt dl dd img{
    max-width: 335px;
    width: 100%;
    height: auto;
}

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

- 店内放送

========================================================== */
.storeBroadcast{
    padding: 124px 0 0;
    background-image: url(../images/storeBroadcast_bg_L.png);
    background-size: 3600px;
    background-repeat: repeat-x;
    background-position: center top;
}
.storeBroadcast-inner{
    width: 960px;
    margin: 0 auto;
}
.storeBroadcast-inner h3{
    width: 228px;
    margin: 0 auto;
}
.storeBroadcast-inner h3 img{
    max-width: 228px;
    width: 100%;
    height: auto;
}
.storeBroadcast-main dl{
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex; 
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.storeBroadcast-main dl dt{
    width: 505px;
    margin: 0 15px 0 0;
}
.storeBroadcast-main dl dt img{
    max-width: 505px;
    width: 100%;
    height: auto;
}
.storeBroadcast-main dl dd{
    width: 440px;
}
.storeBroadcast-main dl dd p{
    font-size: 1.6rem;
    line-height: 1.7;
}
.storeBroadcast-main dl dd p:first-child{
    margin: 0 0 3.0rem 0;
}
.storeBroadcast-main dl dd p.indent{
    padding-left: 1.6rem;
    text-indent: -1.6rem;
}
/* ==========================================================

- 限定店舗スペシャル企画

========================================================== */
.specialProject{
    padding: 120px 0;
    background-color: #ffea00;
}
.specialProject-inner{
    width: 960px;
    margin: 0 auto;
}
.specialProject-inner h3{
    width: 662px;
    margin: 0 auto 48px;
}
.specialProject-inner h3 img{
    max-width: 662px;
}
.specialProject-content{
    position: relative;
}
.specialProject-photo-area{
    margin: 0 0 447px 0;
}
.specialProject-photo-area figure{
    width: 761px;
    margin: 0 auto 18px;
}
.specialProject-photo-area figure img{
    max-width: 761px;
    width: 100%;
    height: auto;
}
.specialProject-photo-area dl{
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex; 
}
.specialProject-photo-area dl dt{
    width: 434px;
    margin: 0 23px 0 0;
}
.specialProject-photo-area dl dt img{
    max-width: 434px;
}
.specialProject-photo-area dl dd figcaption{
    font-size: 1.6rem;
    line-height: 1.7;
}
.specialProject-em{
    width: 160px;
    margin: 24px 0 0 0;
}
.specialProject-em img{
    max-width: 160px;
    width: 100%;
    height: auto;
}
.specialProject-main{
    position: absolute;
    top: 150px;
    right: -10px;
    z-index: 2;
}
.specialProject-main img{
    max-width: 902px;
}
.specialProject-main-txt{
    position: absolute;
    left: 50%;
    bottom: 40px;
    width: 720px;
    margin: 0 0 0 -360px;
    padding: 16px 24px;
    border: solid 1px #0053a6;
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 3;
}
.specialProject-main-txt p{
    font-size: 1.6rem;
    line-height: 1.7;
    color: #0053a6;
    font-family: "Noto Sans Japanese";
}
.specialProject-goods-ttl{
    width: 849px;
    margin: 0 auto 24px;
}
.specialProject-goods-ttl img{
    max-width: 849px;
}
.specialProject-goods-end{
    width: 400px;
    padding: 14px 0 12px;
    margin: 0 auto 42px;
    font-size: 1.8rem;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
    background-color: #0053a6;
}
.specialProject-goods-item{
    width: 854px;
    margin: 0 auto 50px;
}
.specialProject-goods-item img{
    max-width: 854px;
}
.specialProject-goods-coaster figure{
    width: 319px;
    margin: 0 auto 22px;
}
.specialProject-goods-coaster figure img{
    max-width: 319px;
}
.specialProject-goods-coaster figcaption{
    font-size: 1.2rem;
    text-align: center;
}

.specialProject-goods-coaste-news{
    margin: 0 0 20px 0;
    padding: 20px;
    text-align: center; 
    background-color: #E5F3FF;
}
.specialProject-goods-coaste-news div{
    display: inline-block;       
}    
.specialProject-goods-coaste-news div p{
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.7;
}
.specialProject-goods-coaste-news div p a{
    font-weight: bold;
}
.specialProject-goods-coaste-news div p a:hover{
    text-decoration: underline;
}
#modalWindow-btn05 img,
#modalWindow-btn04 img,
#modalWindow-btn03 img{
    max-width: 900px;
    width: 100%;
    height: auto;
}

/*** パネル ***/
.specialProject-panel-ttl{
    margin: 0 0 45px 0;
    font-size: 3.2rem;
    font-family: "Noto Sans Japanese";
    color: #0053a6;
    font-weight: 600;
    text-align: center;
}
.specialProject-panel-ttl span{
    padding: 0 1.0rem 0 0;
    font-size: 2.4rem;
    font-weight: 400;
}
.specialProject-panel-area dl{
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex; 
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.specialProject-panel-area dl dt{
    width: 406px;
    margin: 0 30px 0 0;
}
.specialProject-panel-area dl dt img{
    max-width: 406px;
}
.specialProject-panel-area dl dd p{
    margin: 0 0 20px 0;
    font-size: 1.5rem;
    line-height: 1.7;
}
.specialProject-panel-end{
    padding: 14px 0;
    font-size: 1.6rem;
    line-height: 1;    
    font-family: "Noto Sans Japanese";
    text-align: center;
    color: #FFFFFF;
    background-color: #0053a6;
}
.specialProject-tennpo-btnArea{
    margin: 80px 0 50px 0;
}
.specialProject-tennpo-btnArea p{
    margin: 0 0 23px 0;
    font-size: 2.4rem;
    line-height: 1.7;    
    font-weight: 600;
    font-family: "Noto Sans Japanese";
    text-align: center;
    color: #0053a6;
}
.specialProject-tennpo-note p{
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: center;
}
/* ==========================================================

- ラッピング店舗が登場

========================================================== */
.wrappingStore{
    padding: 124px 0 120px;
    background-image: url(../images/storeBroadcast_bg_L.png);
    background-size: 3600px;
    background-repeat: repeat-x;
    background-position: center top;
}
.wrappingStore-inner{
    width: 960px;
    margin: 0 auto;
}
.wrappingStore-inner h3{
    width: 564px;
    margin: 0 auto 46px;
}
.wrappingStore-inner h3 img{
    max-width: 564px;
}
.wrappingStore-sample dl{
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
   -ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.wrappingStore-sample dl dt{
    width: 468px;
    margin: 0 30px 0 0;
}
.wrappingStore-sample dl dt img{
    max-width: 468px;
}
.wrappingStore-sample dl dd{
    width: 462px;
}
.wrappingStore-sample dl dd p{
    margin: 0 0 50px 0;
    font-size: 1.5rem;
    line-height: 1.7;
}
.wrappingStore-period{
    padding: 14px 0 12px;
    font-size: 1.6rem;
    line-height: 1;    
    font-family: "Noto Sans Japanese";
    text-align: center;
    color: #FFFFFF;
    background-color: #0053a6;
}
/* ==========================================================

- オリジナルグッズも受注予約販売！

========================================================== */
.orderBooking{
    padding: 120px 0 120px 0;
    background-image: url(../images/webDraw_bg.jpg);
    background-size: 92px;
    background-repeat: repeat;
    background-position: left top;
}
.orderBooking-inner{
    width: 960px;
    margin: 0 auto;
}
.orderBooking-inner h3{
    width: 804px;
    margin: 0 auto 12px;
}
.orderBooking-inner h3 img{
    max-width: 804px;
}
.orderBooking-period{
    width: 330px;
    padding: 7.5px 10px;
    margin: 0 auto 30px;
    background-color: #ffbf00;
    transform: skew(-10deg);
}
.orderBooking-period p{
    font-size: 1.4rem;
    font-family: "Noto Sans Japanese";
    font-weight: 600;
    text-align: center;
    color: #5c1511;
    transform: skew(10deg);
    display: block;
}

.orderBooking-sample dl{
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.orderBooking-sample dl dt{
    width: 468px;
    margin: 0 30px 0 0;
}
.orderBooking-sample dl dt img{
    max-width: 468px;
}
.orderBooking-sample dl dd{
    width: 462px;
}
.orderBooking-sample dl dd p{
    margin: 0 0 25px 0;
    font-size: 1.5rem;
    line-height: 1.7;
}
.orderBooking-sample dl dd figure{
    width: 389px;
}
.orderBooking-sample dl dd figure img{
    max-width: 389px;
}
/* ==========================================================

- Freeとは

========================================================== */
.whatFree{
    padding: 80px 0;
}
.whatFree-inner h3{
    width: 348px;
    margin: 0 auto 25px;
}
.whatFree-inner h3 img{
    max-width: 348px;
}
.whatFree-txt{
    width: 600px;
    margin: 0 auto 45px;
}
.whatFree-txt p{
    font-size: 1.6rem;
    line-height: 1.7;
    color: #FFFFFF;
}
.whatFree-btn{
    width: 389px;
    margin: 0 auto;
}
.whatFree-btn a img{
    max-width: 389px;
}



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

- @media screen @959

=============================================================================================================== */
@media screen and  (max-width: 959px){  
.orderBooking .common-linkBtn{
    margin: 0 auto;
}    
/* ==========================================================

- メインビジュアル

========================================================== */
header .header-mainVisual .challenge-btn a img{
    max-width: 160px;
    width: 100%;
    height: auto;
}
.header-mainVisual h2{
    display: none;
}
.mainVisual-info{
    position: absolute;
    bottom: 20px;
    left: 1%;
    width: 98%;
    margin: 0;
}
.mainVisual-info dl dt{
    overflow-y: scroll;
    width: 67%;
    height: 160px;
    padding: 15px 15px 0 15px;
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: 15px 15px;
}
.mainVisual-info dl dd{
    width: 31%;
    padding: 15px 15px 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mainVisual-info dl dt .mainVisual-info-inner{
    padding: 0 0 0 89px;
}
.mainVisual-info-inner ul{
    margin: 0 0 15px 0;
}
.mainVisual-info-inner ul li:first-child{
    padding: 0 10px 0 0;
}
.mainVisual-info dl dd p{
    margin: 0 0 8px 0;
    font-size: 1.5rem;
    line-height: 1.3;
}
.mainVisual-info dl dd ul li{
    margin: 0 10px 0 0;
}
.mainVisual-info dl dd ul li:nth-child(1) img{
    max-width: 58px;
}
.mainVisual-info dl dd ul li:nth-child(2) img{
    max-width: 44px;
}
.mainVisual-info dl dd ul li:nth-child(3) img{
    max-width: 71px;
}
/* ==========================================================

- キャンペーンムービー

========================================================== */
.campingMovie{
    padding: 80px 0;
}    
.campingMovie-inner{
    width: 100%;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* ==========================================================

- サーマーストーリオブココス

========================================================== */
    
.summerStory-inner{
    width: 100%;
    padding: 120px 0;
    background-size: 230px;
}
.summerStory_main{
    width: 100%;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}    

.summerStory_main_inner p{
    margin: 0 0 50px 0;
    font-size: 1.5rem;
    line-height: 1.8;
    z-index: 3;
}
.summerStory-main-catch{
    z-index: 3;
}
.summerStory-makoto{
    right: -50px;
    z-index: 2;
}
.summerStory-makoto img{
    max-width: 280px;
}

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

- 限定グッズ貰ってくれよな！

========================================================== */
.limitedGoods{
    padding: 120px 0 26px;
}
.limitedGoods-inner{
    background-image: none;
    background-size: auto;
}    
.limitedGoods-inner h3{
    width: 100%;
    margin: 0 auto 42px;
    padding: 0 25px 0 0;
     -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.limitedGoods-clearFile{
    width: 100%;
    margin: 0 auto;
    padding: 26px 25px;
}
.limitedGoods-clearFile .limitedGoods-clearFile-ttl{
    margin: 0 0 23px 0;
    font-size: 2.0rem;
    line-height: 1.6;
}
.limitedGoods-clearFile .limitedGoods-clearFile-bordered{
    margin: 0 0 24px 0;
}
.limitedGoods-clearFile .limitedGoods-clearFile-bordered table{
    font-size: 1.5rem;
}
.limitedGoods-clearFile .limitedGoods-clearFile-bordered th,
.limitedGoods-clearFile .limitedGoods-clearFile-bordered td{
    padding: 14px;
}
.limitedGoods-clearFile .limitedGoods-clearFile-bordered th{
    padding: 20px 20px;
    font-size: 1.5rem;
    line-height: 1.7;
    white-space:nowrap;
}
.limitedGoods-clearFile-menu{
    width: 100%;
    padding: 15px;
    margin: 0 0 20px 0;
}
.limitedGoods-clearFile-menu .limitedGoods-clearFile-menuTtl{
    margin: 0 0 22px 0;
    font-size: 1.8rem;
}
.limitedGoods-clearFile-menu .limitedGoods-clearFile-menuInner dl{
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
}
.limitedGoods-clearFile-menu .limitedGoods-clearFile-menuInner dl:first-child{
    margin: 0 0 15px 0;
}
.limitedGoods-clearFile-menu .limitedGoods-clearFile-menuInner dl dt{
    width: 200px;
    font-size: 1.5rem;
    line-height: 1.7;
}
.limitedGoods-clearFile-menu .limitedGoods-clearFile-menuInner dl dd{
    font-size: 1.5rem;
    line-height: 1.7;
}
.limitedGoods-clearFile-note{
    font-size: 1.5rem;
}
/* ==========================================================

- 対象メインメニュー

========================================================== */
.mainMenu-inner{
    width: 100%;
    margin: 0 auto;
}
.mainMenu-header{
    height: 229px;
    background-image: url(../images/mainMenu_ray.png);
    background-size: 395px;
    padding: 0 0 0 25px;
}
    
.mainMenu-header h3{
    width: 455px;
    margin: 0 0 20px 0;
    padding: 40px 0 0 0;
}
.mainMenu-header p{
    font-size: 1.5rem;
    line-height: 1.7;
    text-shadow:
0 2px 0 #ffea00,
2px 0 0 #ffea00,
0 -2px 0 #ffea00,
-2px 0 0 #ffea00,
-2px -2px 0 #ffea00,
2px -2px 0 #ffea00,
-2px 2px 0 #ffea00,
2px 2px 0 #ffea00;
}

/*** かき氷パルフェFree!STYLE ***/
.mainMenu-freeStyle{
    margin: 0 25px 25px 25px;
}
.mainMenu-freeStyle-five{
    padding: 50px 25px;
}
.mainMenu-freeStyle-five ul{
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: -70px 0 0 0;
}
.mainMenu-freeStyle-five ul li{
    width: 288px;
    margin: 0 26px 26px 0;
}
.mainMenu-freeStyle-five ul li:nth-child(3),    
.mainMenu-freeStyle-five ul li:nth-child(5),
.mainMenu-freeStyle-five ul li:nth-child(2){
    margin-right: 0;
}
.mainMenu-freeStyle-five ul li:nth-child(2){
    margin-right: 26px;
}    
.mainMenu-freeStyle-five ul li:nth-last-child(-n+3){
    margin-bottom: 26px;
}
.mainMenu-freeStyle-five ul li:nth-last-child(-n+2){
    margin-bottom: 0;
}    
.mainMenu-freeStyle-five ul li:first-child{
    width: 602px;
    margin: 0 auto 26px;
}

/*** メニューリスト ***/
.mainMenu-list{
    width: 100%;
    margin: 0 0 48px 0;
}
.mainMenu-list ul{
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex; 
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mainMenu-list ul li{
    width: 468px;
    margin: 0 auto 24px;
}
.mainMenu-list ul li:nth-child(even){
    margin-right: auto;
}
.mainMenu-list ul li:nth-last-child(-n+2){
    margin-bottom: 24px;
}
.mainMenu-list ul li:last-child{
    margin-bottom: 0;
}    

.mainMenu-list ul li:nth-child(6) img{
    display: none;
}
/*** さらに ***/
.mainMenu-moreList{
    width: 100%;
    margin: 0 auto 48px;
}

.mainMenu-moreList-inner{
    padding: 15px;
}
.mainMenu-moreList-header{
    margin: 0 0 23px 0;
}
.mainMenu-moreList-header dl dt{
    width: 147px;
    margin: 0 10px 0 0;
}
.mainMenu-moreList-header dl dd figure{
    width : 95%;
	width : -webkit-calc(100% - 147px);
	width: calc(100% - 147px);
    margin: 0 0 22px 0;
}

.mainMenu-moreList-header dl dd figcaption{
    font-size: 1.5rem;
    line-height: 1.7;
}
.mainMenu-moreList-dish{
    margin: 0 0 48px 0;
}
.mainMenu-moreList-dish ul{
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex; 
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mainMenu-moreList-dish ul li{
    width: 31.3333%;
    width : -webkit-calc(33.3333% - 4px) ;
    width: calc(33.3333% - 4px);
    margin: 0 6px 12px 0;
}
.mainMenu-moreList-dish ul li:nth-child(3n){
    margin-right: 0;
}
.mainMenu-moreList-dish ul li:nth-last-child(-n+3){
    margin-bottom: 0;
}
/* ==========================================================

- WEB抽選にチャレンジ！

========================================================== */
.webDraw-inner{
    margin: 0 0 106px 0;
}
.webDraw-inner h3{
    width: 100%;
    margin: 0 auto 52px;
}
/*** 抽選方法 ***/
.webDraw-method{
    width: auto;
    margin: 0 25px;    
    padding: 6px;
}
.webDraw-methodInner{
    padding: 25px 15px;
    border: solid 3px #0053a6;
}
.webDraw-methodTtl{
    margin: 0 0 40px 0;
    font-size: 2.8rem;
}
.webDraw-method-flow{
    margin: 0 0 58px 0;
}
.webDraw-method-flow ul{
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;/*--- IE10用 ---*/ 
-webkit-flex-wrap: wrap;/*--- safari（PC）用 ---*/
flex-wrap: wrap;
}
.webDraw-method-flow ul li:nth-child(5),
.webDraw-method-flow ul li:nth-child(3),
.webDraw-method-flow ul li:nth-child(1){
    display: table;
    height: 100px;
    background-size: 100px;
}
.webDraw-method-flow ul li p{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.5;
}
    
.webDraw-method-flow ul li:nth-child(6),
.webDraw-method-flow ul li:nth-child(4),
.webDraw-method-flow ul li:nth-child(2){
    font-size: 1.5rem;
}
.webDraw-method-flow ul li:last-child{
    display: table;    
    width: 131px;
    height: 120px;
    
}
.webDraw-method-flow ul li:last-child p{
    font-size: 1.8rem;
}
.webDraw-method-example-ttl{
    padding: 13px 0 12px 0;
    font-size: 2.0rem;
}
.webDraw-method-example-inner{
    padding: 24px 0;
}
.webDraw-method-example{
    margin: 0 0 40px 0;
}
.webDraw-method-example-inner ul{
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.webDraw-method-example-inner ul li:nth-child(3),
.webDraw-method-example-inner ul li:nth-child(1){
    padding: 12px 12px;
}
.webDraw-method-example-inner ul li:nth-child(6) p,
.webDraw-method-example-inner ul li:nth-child(3) p,
.webDraw-method-example-inner ul li:nth-child(1) p{
    font-size: 1.6rem;
    line-height: 1.2;
}
.webDraw-method-example-inner ul li:nth-child(3) p em,
.webDraw-method-example-inner ul li:nth-child(1) p em{
    font-size: 3.4rem;
}
.webDraw-method-example-inner ul li:nth-child(3) p span,
.webDraw-method-example-inner ul li:nth-child(1) p span{
    font-size: 2.2rem;
}
.webDraw-method-example-inner ul li:nth-child(2){
    padding: 0 14px;
    font-size: 6.0rem;
}
.webDraw-method-example-inner ul li:nth-child(4){
    padding: 0 0 0 24px;
    font-size: 1.6rem;
    
}
.webDraw-method-example-inner ul li:nth-child(5){
    padding: 0 14px 0 0;
    font-size: 3.2rem;
}
.webDraw-method-example-inner ul li:nth-child(6){
    padding: 12px 5px;
}
.webDraw-method-example-inner ul li:nth-child(6) p:nth-child(3){
    padding: 0 0 0 10px;
}
.webDraw-method-example-inner ul li:nth-child(6) p em{
    font-size: 3.4rem;
}
.webDraw-method-example-inner ul li:nth-child(6) p span{
    font-size: 2.2rem;
}
/*** レシート ***/
.webDraw-method-receipt dl dt{
    margin: 0 20px 0 0;
    font-size: 1.8rem;
    line-height: 1.4;
}
/* ==========================================================

- 店内放送

========================================================== */
.storeBroadcast{
    padding: 90px 0 0;
    background-image: url(../images/storeBroadcast_bg.png);
    background-size: 640px;
}    

.storeBroadcast-inner{
    width: 100%;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.storeBroadcast-main dl dt{
    width: 400px;
    margin: 0 15px 0 0;
}
.storeBroadcast-main dl dt{
    max-width: 400px;
    width: 100%;
    height: auto;
}    
.storeBroadcast-main dl dd{
    width : 48%;
	width : -webkit-calc(100% - 415px);
	width: calc(100% - 415px);
}    
.storeBroadcast-main dl dd p{
    font-size: 1.5rem;
    line-height: 1.7;
}
.storeBroadcast-main dl dd p.indent{
    padding-left: 1.5rem;
    text-indent: -1.5rem;
}
/* ==========================================================

- 限定店舗スペシャル企画

========================================================== */
.specialProject{
    padding: 120px 0;
}
.specialProject-inner{
    width: 100%;
    margin: 0 auto;
}


.specialProject-photo-area{
    margin: 0;
}
.specialProject-photo-area figure{
    width: 100%;
    margin: 0 auto 18px;
}
.specialProject-photo-area figure img{
    max-width: 761px;
    width: 100%;
    height: auto;
}    
.specialProject-photo-area dl{
     
}
.specialProject-photo-area dl dt{
    width: 434px;
    margin: 0 15px 0 0;
}
.specialProject-photo-area dl dt img{
    max-width: 434px;
}

.specialProject-photo-area dl dd figcaption{
    font-size: 1.5rem;
    line-height: 1.7;
}
.specialProject-em{
    width: 100%;
    margin: 24px 0 0 0;
}
.specialProject-em img{
    max-width: 160px;
    width: 100%;
    height: auto;
}    
.specialProject-main{
    position: static;
    width: 100%;
    margin: -120px 0 0 0;
}
.specialProject-main img{
    max-width: 100%;
}
.specialProject-main-txt{
    position: static;
    width: 100%;
    margin: 0;
    padding: 16px 24px;
}
.specialProject-main-txt p{
    font-size: 1.5rem;
}
.specialProject-goods-ttl{
    width: 100%;
    margin: 0 auto 24px;
}
.specialProject-goods-ttl img{
    max-width: 100%;
}
.specialProject-goods-end{
    width: 400px;
    padding: 14px 0 12px;
    margin: 0 auto 42px;
    font-size: 1.8rem;
}
.specialProject-goods-item{
    width: 100%;
    margin: 0 auto 50px;
}
.specialProject-goods-item img{
    max-width: 100%;
}

.specialProject-goods-coaste-news div p{
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.6;
}
/*** パネル ***/
.specialProject-panel-ttl{
    margin: 0 0 45px 0;
    font-size: 3.0rem;
}
.specialProject-panel-ttl span{
    padding: 0 0 10px 0;
    font-size: 2.2rem;
    display: block;
}
.specialProject-panel-area dl{
    display: block;
}
.specialProject-panel-area dl dt{
    width: 406px;
    margin: 0 auto 30px;
}
.specialProject-panel-area dl dt img{
    max-width: 406px;
}
.specialProject-panel-area dl dd p{
    text-align: center;
}

.specialProject-tennpo-btnArea{
    margin: 80px 0 50px 0;
}
.specialProject-tennpo-btnArea p{
    margin: 0 0 23px 0;
    font-size: 2.2rem;
    line-height: 1.7;    
}

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

- ラッピング店舗が登場

========================================================== */
.wrappingStore{
    padding: 90px 0 120px;
    background-size: 768px;
}
.wrappingStore-inner{
    width: 100%;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wrappingStore-sample dl{
    display: block;
}
.wrappingStore-sample dl dt{
    width: 468px;
    margin: 0 auto 30px;
}
.wrappingStore-sample dl dd{
    width: 100%;
}    
.wrappingStore-sample dl dd p{
    margin: 0 0 30px 0;
    font-size: 1.5rem;
    line-height: 1.7;
    text-align: center;
}

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

- オリジナルグッズも受注予約販売！

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

.orderBooking-inner{
    width: 100%;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.orderBooking-inner h3{
    width: 100%;
    margin: 0 auto 12px;
}
.orderBooking-inner h3 img{
    max-width: 100%;
}

.orderBooking-sample dl{
    display: block;
}
.orderBooking-sample dl dt{
    width: 468px;
    margin: 0 auto 30px;
}
.orderBooking-sample dl dd{
    width: 100%;
}    
.orderBooking-sample dl dd p{
    text-align: center;
}
.orderBooking-sample dl dd figure{
    width: 389px;
    margin: 0 auto;
}

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

- Freeとは

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


} /* media screen */
/* ===============================================================================================================

- @media screen @640

=============================================================================================================== */
@media screen and  (max-width: 640px){   
/* ==========================================================

- 共通01

========================================================== */
.is-device-pc{
    display: none;
}
.is-device-tab{
    display: block;
}    
.is-device-sp{
    display: block;
}    
/* ==========================================================

- メインビジュアル

========================================================== */
header .header-mainVisual{
    position: relative;
    margin: 0 auto;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    max-width:  100%;
    width: 100%;
    height: auto;
    padding-top: 143.75%;
    background-image: url(../images/sp/main_mainVisual.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}    
header .header-mainVisual .challenge-btn{
    position: absolute;
    top: auto;
    right: 10px;
    bottom: 24px;
}
header .header-mainVisual .challenge-btn a img{
    max-width: 135px;
}
.mainVisual-info{
    display: none;
}
.mainVisual-info-Sp{
    display: block;
    padding: 40px 12px;
}    
.mainVisual-info-Sp-icon{
    width: 100px;
    margin: 0 auto 50px;
}   
.mainVisual-info-Sp-icon img{
    max-width: 100px;
}  
.mainVisual-info-Sp dl{
}
.mainVisual-info-Sp dl dt{
    overflow-y: scroll;
    height: 100px;
    margin: 0 0 20px 0;
}
      
.mainVisual-info-Sp .mainVisual-info-inner ul{
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
    margin: 0 0 22px 0;
}
.mainVisual-info-Sp .mainVisual-info-inner ul:last-child{
    margin-bottom: 0;
}
.mainVisual-info-Sp .mainVisual-info-inner ul li{
    font-size: 1.2rem;
    line-height: 1.5;
}
.mainVisual-info-Sp .mainVisual-info-inner ul li:first-child{
    padding: 0 12px 0 0;
    white-space:nowrap;
}
.mainVisual-info-Sp .mainVisual-info-inner ul li:first-child p{
    border-bottom: solid 3px #0053a6;
}
.mainVisual-info-Sp dl dd p{
    margin: 0 0 12px 0;
    font-size: 1.6rem;
    line-height: 1.3;
    font-family: "Noto Sans Japanese";
    font-weight: 500;
    text-align: center;
    color: #004d99;
}
.mainVisual-info-Sp dl dd ul{
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.mainVisual-info-Sp dl dd ul li{
    margin: 0 22px 0 0;
}
.mainVisual-info-Sp dl dd ul li:last-child{
    margin-right: 0;
}
.mainVisual-info-Sp dl dd ul li:nth-child(1) img{
    max-width: 48px;
}
.mainVisual-info-Sp dl dd ul li:nth-child(2) img{
    max-width: 37px;
}
.mainVisual-info-Sp dl dd ul li:nth-child(3) img{
    max-width: 61px;
}   
/* ==========================================================

- キャンペーンムービー

========================================================== */
.campingMovie{
    padding: 60px 0;
    background-color: #ffea00;
    background-image: url(../images/campingMovie_bg.png);
    background-size: 320px;
    background-repeat: repeat-x;
    background-position: center bottom 40%;
    
}
.campingMovie-inner{
    width: 100%;
    margin: 0 auto;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.campingMovie-inner h3{
    width: 290px;
    margin: 0 auto 45px;
}
.campingMovie-inner h3 img{
    max-width: 290px;
}
/* ==========================================================

- サーマーストーリオブココス

========================================================== */
.summerStory-inner{
    width: 100%;
    margin: 0 auto;
    padding: 60px 12px 140px;
    background: url(../images/summerStory_line1.png) no-repeat left 0 top, url(../images/summerStory_line2.png) no-repeat right 0 bottom;
    background-size: 165px, 165px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.summerStory_main{
    width: 100%;
    padding: 0;
}       
.summerStory-inner h3{
    width: 296px;
    margin: 0 auto 17px;
}
.summerStory-inner h3 img{
    max-width: 296px;
}
.summerStory_main_inner p{
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.8;
}
.summerStory-main-catch{
    display: none;
}
.summerStory-main-catch-sp{
    width: 308px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.summerStory-main-catch-sp img{
    max-width: 308px;
    width: 100%;
    height: auto;
}  
/* ==========================================================

- 限定グッズ貰ってくれよな！

========================================================== */
.limitedGoods{
    padding: 60px 0 19px;
}
.limitedGoods-inner{
    background-image: none;
    padding: 0 0 39px 0;
}
.limitedGoods-inner h3{
    width: 288px;
    margin: 0 auto 4px;
}
.limitedGoods-inner h3 img{
    max-width: 288px;
}
    .limitedGoods-img01{
        width: 100%;
        padding: 0 12px 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }    
.limitedGoods-img02{
    width: 100%;
    padding: 0 0 0 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 40px 0;
    text-align: right;
}    
.limitedGoods-img03{
    width: 100%;
    padding: 0 0 0 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
}    
.limitedGoods-img03 img,
.limitedGoods-img02 img,
.limitedGoods-img01 img{
    max-width: 616px;
    width: 100%;
    height: auto;
}    
.limitedGoods-clearFile{
    width: auto;
    margin: 0 12px;
    padding: 24px 12px;
}
.limitedGoods-clearFile .limitedGoods-clearFile-ttl{
    margin: 0 0 11px 0;
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.2rem;
}
.limitedGoods-clearFile .limitedGoods-clearFile-bordered{
    margin: 0 0 12px 0;
}
.limitedGoods-clearFile .limitedGoods-clearFile-bordered table{
    width: 100%;
    margin: 0 auto;
    border-top:1px solid #0153A5;
    border-left:1px solid #0153A5;
    border-collapse:collapse;
    border-spacing:0;
    font-size: 1.2rem;
}
.limitedGoods-clearFile .limitedGoods-clearFile-bordered th,
.limitedGoods-clearFile .limitedGoods-clearFile-bordered td{
    display: block;
}
.limitedGoods-clearFile .limitedGoods-clearFile-bordered td{
    padding: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
}
.limitedGoods-clearFile .limitedGoods-clearFile-bordered th{
    padding: 17px 0;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.2rem;
}
    .limitedGoods-clearFile .limitedGoods-clearFile-bordered th br{
        display: none;
    }    
.limitedGoods-clearFile-menu{
    width: 100%;
    padding: 12px;
    margin: 0 0 10px 0;
}
.limitedGoods-clearFile-menu .limitedGoods-clearFile-menuTtl{
    margin: 0 0 7px 0;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.2rem;
}
.limitedGoods-clearFile-menu .limitedGoods-clearFile-menuInner dl{
    display: block;
}
.limitedGoods-clearFile-menu .limitedGoods-clearFile-menuInner dl:first-child{
    margin: 0 0 22px 0;
}
.limitedGoods-clearFile-menu .limitedGoods-clearFile-menuInner dl dt{
    display: inline;
    width: auto;
    font-size: 1.1rem;
    line-height: 1.7;
    letter-spacing: 0.2rem;
}
.limitedGoods-clearFile-menu .limitedGoods-clearFile-menuInner dl dd{
    display: inline;
    width : auto;
	width : -webkit-calc(auto);
	width: calc(auto);
    font-size: 1.1rem;
    line-height: 1.7;
}
p.limitedGoods-clearFile-note{
    font-size: 11px;
    line-height: 1.6;
    padding-left: 11px;
    text-indent: -11px;
}
.limitedGoods-clearFile-note u{
    letter-spacing: 0.2rem;
}    
/* ==========================================================

- 対象メインメニュー

========================================================== */
.mainMenu{
    padding: 0 0 60px 0;
}
.mainMenu-inner{
    width: 100%;
    margin: 0 auto;
}
.mainMenu-header{
    height: 150px;
    background-image: url(../images/sp/mainMenu_ray.png);
    background-size: 193px;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 0 0 0 12px;
}
.mainMenu-header h3{
    width: 234px;
    margin: 0 0 12px 0;
    padding: 25px 0 0 0;
}
.mainMenu-header h3 img{
    max-width: 234px;
    width: 100%;
    height: auto;
}
.mainMenu-header p{
    padding: 0;
    font-size: 1.1rem;
    line-height: 1.7;
    letter-spacing: 0.2rem;
    text-shadow:
0 2px 0 #ffea00,
2px 0 0 #ffea00,
0 -2px 0 #ffea00,
-2px 0 0 #ffea00,
-2px -2px 0 #ffea00,
2px -2px 0 #ffea00,
-2px 2px 0 #ffea00,
2px 2px 0 #ffea00;
}

/*** かき氷パルフェFree!STYLE ***/
.mainMenu-freeStyle{
    margin: 0 12px 12px 12px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
}
   
.mainMenu-freeStyle figure img{
    max-width: 592px;
    width: 100%;
    height: auto;
}
.mainMenu-freeStyle-five{
    padding: 0 12px 12px 12px;
}
.mainMenu-freeStyle-five ul{
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 25px;
    width: 272px;
}
.mainMenu-freeStyle-five ul li{
    margin: 0 0 12px 0;
}    
.mainMenu-freeStyle-five ul li:first-child{
    width: 100%;
    margin: 0 0 12px 0;
}
.mainMenu-freeStyle-five ul li:first-child img{
    max-width: 272px;
}
.mainMenu-freeStyle-five ul li:not(:first-child){
    width : 47%;
	width : -webkit-calc(50% - 6px);
	width: calc(50% - 6px);
    margin-right: 12px;
}
.mainMenu-freeStyle-five ul li:not(:first-child) img{
    max-width: 130px;
    width: 100%;
    height: auto;
}    
.mainMenu-freeStyle-five ul li:nth-child(3),    
.mainMenu-freeStyle-five ul li:nth-child(5),
.mainMenu-freeStyle-five ul li:nth-child(2){
    margin-right: 0;
}
.mainMenu-freeStyle-five ul li:nth-child(2){
    margin-right: 12px;
}    
.mainMenu-freeStyle-five ul li:nth-last-child(-n+3){
    margin-bottom: 12px;
}
.mainMenu-freeStyle-five ul li:nth-last-child(-n+2){
    margin-bottom: 0;
}    
.mainMenu-freeStyle-five p{
    font-size: 1.0rem;
    text-align: center;
}

/*** メニューリスト ***/
.mainMenu-list{
    width: auto;
    margin: 0 12px 24px 12px;
}
.mainMenu-list ul{
    display: block;
    width: 296px;
    margin: 0 auto;
}
.mainMenu-list ul li{
    width: 296px;
    margin: 0 0 12px 0;
}
.mainMenu-list ul li:nth-child(even){
    margin-right: 0;
}
.mainMenu-list ul li:nth-last-child(-n+2){
    margin-bottom: 0;
}
.mainMenu-list ul li img{
    max-width: 296px;
    width: 100%;
    height: auto;
}
/*** さらに ***/
.mainMenu-moreList{
    width: auto;
    margin: 0 12px 24px 12px;
}
    .mainMenu-moreList div.mainMenu-moreList-bg{
        width: 100%;
        margin: 0 auto;
        padding: 0;
    } 
    
.mainMenu-moreList div.mainMenu-moreList-bg img{
    max-width: 800px;
    width: 100%;
    height: auto;
}
.mainMenu-moreList-inner{
    padding: 8px 12px;
}
.mainMenu-moreList-header{
    margin: 0 0 12px 0;
}
.mainMenu-moreList-header dl{
    -js-display: flex;
    display:-ms-flexbox
    display:-webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 0 12px 0;
}
.mainMenu-moreList-header dl dt{
    width: 83px;
    margin: 0 6px 0 0;
}
.mainMenu-moreList-header dl dt img{
    max-width: 83px;
    width: 100%;
    height: auto;
}
.mainMenu-moreList-header dl dd figure{
    width: 198px;
    margin: 0;
}
.mainMenu-moreList-header dl dd figure img{
    max-width: 198px;
    width: 100%;
    height: auto;
}
.mainMenu-moreList-header p{
    font-size: 1.2rem;
    line-height: 1.7;
    font-family: "Noto Sans Japanese";
    font-weight: 600;
}
.mainMenu-moreList-dish{
    margin: 0 0 24px 0;
}
.mainMenu-moreList-dish ul{
    display: block;
    width: 272px;
    margin: 0 auto;
}
.mainMenu-moreList-dish ul li{
    width: 100%;
    margin: 0 0 12px 0;
}
.mainMenu-moreList-dish ul li:nth-child(3n){
    margin-right: 0;
}
.mainMenu-moreList-dish ul li:nth-last-child(-n+3){
    margin-bottom: 12px;
}    
.mainMenu-moreList-dish ul li img{
    max-width: 272px;
    width: 100%;
    height: auto;
}    
.mainMenu-moreList-dish dl{
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex; 
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 272px;
    margin: 0 auto;
}
    .mainMenu-moreList-dish dl dd,
    .mainMenu-moreList-dish dl dt{
        width: 134px;
    }
    .mainMenu-moreList-dish dl dd img,
    .mainMenu-moreList-dish dl dt img{
        max-width: 134px;
        width: 100%;
        height: auto;
    }

.mainMenu-moreList-dish-all{
    width: 232px;
    margin: 0 auto 12px;
}
.mainMenu-moreList-dish-all img{
    max-width: 232px;
    width: 100%;
    height: auto;
}

/*** 配布は終了いたしました。 ***/
.mainMenu-end{
    width: auto;
    margin: 0 12px;
    padding: 12px;
}
.mainMenu-end dl{
    display: block;
}
.mainMenu-end dl dt{
    width: 140px;
    margin: 0 auto 10px;
}
.mainMenu-end dl dt img{
    max-width: 140px;
    width: 100%;
    height: auto;
}
    .mainMenu-end dl dd{
        width: 100%;
    }    
    .mainMenu-end dl dd ul{
        -js-display: flex;
        display:-ms-flexbox;
        display:-webkit-flex;
        display: flex; 
        -ms-align-items: center;
        -webkit-align-items: center;
        align-items: center;
    }    
.mainMenu-end dl dd ul li:first-child{
    width: 36px;
    margin: 0 12px 0 0;
    text-align: left;
}
.mainMenu-end dl dd ul li:first-child img{
    max-width: 36px;
    width: 100%;
    height: auto;
}
.mainMenu-end dl dd ul li:last-child{
    width : 80%;
	width : -webkit-calc(100% - 48px);
	width: calc(100% - 48px);
    font-size: 1.0rem;
    line-height: 1.6;
}      
/* ==========================================================

- WEB抽選にチャレンジ！

========================================================== */
.webDraw{
    padding: 12px 0 60px 0;
    background-image: url(../images/webDraw_bg.jpg);
    background-size: 46px;
    background-repeat: repeat;
    background-position: left top;
}
.webDraw-inner{
    margin: 0 0 53px 0;
}
.webDraw-inner h3{
    width: 100%;
    margin: 0 0 12px;
    padding: 0 12px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.webDraw-inner h3 img{
    max-width: 616px;
    width: 100%;
    height: auto;
}
.webDraw-nope{
    width: auto;
    margin: 0 12px 12px 12px;    
    padding: 3px;
    background-color: #ff3333;
    box-shadow: 2px 2px 4px rgba(0,0,0,.7);
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.7);
    -moz-box-shadow: 2px 2px 4px rgba(0,0,0,.7);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.webDraw-nopeInner{
    padding: 12px;
    border: solid 2px #FFFFFF;
}
.webDraw-nopeInner figure{
    width: 148px;
    margin: 0 auto 12px;
} 
.webDraw-nopeInner figure img{
    max-width: 148px;
    width: 100%;
    height: auto;
} 
.webDraw-nopeInner figcaption{
    font-size: 1.0rem;
    line-height: 1.5;
    font-family: "Noto Sans Japanese";
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
}  
.webDraw-main-detial{
    padding: 0 12px;
}
.webDraw-main-detial-txt{
    margin: 0 0 35px 0;
}    
.webDraw-main-detial span{
    display: block;
    margin: 0 0 5px 0;
    font-size: 1.2rem;
    line-height: 1.7;
}    
.webDraw-main-detial span.indent-txt{
    margin: 0;
    font-size: 1.0rem;
    line-height: 1.6;
}
    .webDraw-main-item01{
        width: 278px;
        margin: 0 auto 60px;
    }  
    .webDraw-main-item01 img{
        max-width: 278px;
        width: 100%;
        height: auto;
    } 
    .webDraw-main-item02{
        width: 226px;
        margin: 0 auto 40px;
        padding: 0 0 0 20px;
    }  
    .webDraw-main-item02 img{
        max-width: 226px;
        width: 100%;
        height: auto;
    } 
    .webDraw-main-notice{
        width: 296px;
        margin: 0 auto 40px;
    }
    .webDraw-main-notice img{
        max-width: 296px;
        width: 100%;
        height: auto;
    }
    
    
    
/*** 抽選方法 ***/
.webDraw-method{
    width: auto;
    margin: 0 12px;    
    padding: 4px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
.webDraw-methodInner{
    padding: 23px 20px;
    border: solid 2px #0053a6;
}
.webDraw-methodTtl{
    margin: 0 0 20px 0;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
}
.webDraw-method-flow{
    margin: 0 0 29px 0;
}
.webDraw-method-flow ul{
    display: block;
}
.webDraw-method-flow ul li{
    margin: 0 0 10px 0;
}    
.webDraw-method-flow ul li:nth-child(5),
.webDraw-method-flow ul li:nth-child(3),
.webDraw-method-flow ul li:nth-child(1){
    display: table;
    width: 100%;
    height: 100px;
    background-size: 100px;
    text-align: center;
}
.webDraw-method-flow ul li p{
    font-size: 1.1rem;
    line-height: 1.7;
}
    
/* 三角 */    
.webDraw-method-flow ul li:nth-child(6),
.webDraw-method-flow ul li:nth-child(4),
.webDraw-method-flow ul li:nth-child(2){
    font-size: 1.6rem;
    color: #ffbf00;
    text-align: center;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}
.webDraw-method-flow ul li:last-child{
    display: table;    
    width: 100%;
    padding: 12px 0;
    height: auto;
}
.webDraw-method-flow ul li:last-child p{
    font-size: 1.5rem;
    color: #5c1511;
    font-weight: 600;
}
/* 応募はこちらボタン */    
.webDraw-method-btn{
    margin: 0 0 40px 0;
}

.webDraw-method-example-ttl{
    padding: 6px 0;
    font-size: 1.2rem;
}
.webDraw-method-example-inner{
    padding: 12px;
}
.webDraw-method-example{
    margin: 0 0 20px 0;
}
.webDraw-method-example-inner ul{
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.webDraw-method-example-inner ul li:nth-child(3),
.webDraw-method-example-inner ul li:nth-child(1){
    width : 48%;
	width : -webkit-calc(50% - 15px);
	width: calc(50% - 15px);
    padding: 7px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.webDraw-method-example-inner ul li:nth-child(3),
.webDraw-method-example-inner ul li:nth-child(1){
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.webDraw-method-example-inner ul li:nth-child(3) p,
.webDraw-method-example-inner ul li:nth-child(1) p{
    text-align: left;
}   
.webDraw-method-example-inner ul li:nth-child(3) p br,
.webDraw-method-example-inner ul li:nth-child(1) p br{
    display: none;
}      
.webDraw-method-example-inner ul li:nth-child(6) p,
.webDraw-method-example-inner ul li:nth-child(3) p,
.webDraw-method-example-inner ul li:nth-child(1) p{
    font-size: 1.0rem;
    line-height: 1.1;
}

.webDraw-method-example-inner ul li:nth-child(3) p em,
.webDraw-method-example-inner ul li:nth-child(1) p em{
    padding: 0 0 0 2px;
    font-size: 2.2rem;
    line-height: 1;
    vertical-align: bottom;
}
.webDraw-method-example-inner ul li:nth-child(3) p span,
.webDraw-method-example-inner ul li:nth-child(1) p span{
    font-size: 1.4rem;
    line-height: 1;
}
.webDraw-method-example-inner ul li:nth-child(2){
    width: 30px;
    padding: 0;
    font-size: 2.4rem;
    line-height: 1;
    text-align: center;
}
.webDraw-method-example-inner ul li:nth-child(4){
    width: 100%;
    padding: 0;
    margin: 6px 0 10px;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
}
.webDraw-method-example-inner ul li:nth-child(5){
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 2.0rem;
    line-height: 1;    
    text-align: center;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}
.webDraw-method-example-inner ul li:nth-child(6){
    width: 100%;
    padding: 6px 0 8px;
    letter-spacing: 0.2rem;
    text-align: center;
}
.webDraw-method-example-inner ul li:nth-child(6) p{
    display: inline;
}
.webDraw-method-example-inner ul li:nth-child(6) p:nth-child(3){
    padding: 0;
}
.webDraw-method-example-inner ul li:nth-child(6) p em{
    font-size: 2.4rem;
    line-height: 1;
    vertical-align: bottom;
}
.webDraw-method-example-inner ul li:nth-child(6) p span{
    font-size: 1.5rem;
    line-height: 1;
}
/*** レシート ***/
.webDraw-method-receipt dl{
    display: block;
}
.webDraw-method-receipt dl dt{
    margin: 0 0 5px 0;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: center;
}
.webDraw-method-receipt dl dd{
    width: 161px;
    margin: 0 auto;
}
.webDraw-method-receipt dl dd img{
    max-width: 161px;
    margin: 0 0 0 -12px;
}    
/* ==========================================================

- 店内放送

========================================================== */
.storeBroadcast{
    padding: 60px 0;
    background-image: url(../images/storeBroadcast_bg.png);
    background-size: 320px;
    background-repeat: repeat-x;
    background-position: center top;
}
.storeBroadcast-inner{
    width: 100%;
    padding: 0 12px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.storeBroadcast-inner h3{
    width: 110px;
    margin: 0 auto 15px;
}
.storeBroadcast-inner h3 img{
    max-width: 110px;
    width: 100%;
    height: auto;
}
 
.storeBroadcast-main dl{
    display: block;
}
.storeBroadcast-main dl dt{
    width: 296px;
    margin: 0 auto 17px;
}
.storeBroadcast-main dl dt img{
    max-width: 296px;
    width: 100%;
    height: auto;
}
.storeBroadcast-main dl dd{
    width : 100%;
	width : -webkit-calc(100%);
	width: calc(100%);
}        
.storeBroadcast-main dl dd p{
    font-size: 12px;
    line-height: 1.6;
}
.storeBroadcast-main dl dd p:first-child{
    margin: 0 0 1.5rem 0;
}
.storeBroadcast-main dl dd p.indent{
    padding-left: 12px;
    text-indent: -12px;
}        
/* ==========================================================

- 限定店舗スペシャル企画

========================================================== */
.specialProject{
    padding: 60px 0;
    position: relative;
}
.specialProject-inner{
    width: 100%;
    margin: 0 auto;
}
.specialProject-inner h3{
    width: auto;
    margin: 0 12px 24px;
}
.specialProject-inner h3 img{
    max-width: 331px;
    width: 100%;
    height: auto;
}
.specialProject-content{
    position: static;
}
.specialProject-photo-area{
    margin: 0;
}
.specialProject-photo-area figure{
    width: 244px;
    margin: 0 auto 12px;
}
.specialProject-photo-area figure img{
    max-width: 244px;
    width: 100%;
    height: auto;
}
.specialProject-photo-area{
    margin: 0 0 395px 0;
}
.specialProject-photo-area dl{
     display: block;
}
.specialProject-photo-area dl dt{
    width: 248px;
    margin: 0 auto 8px;
}
.specialProject-photo-area dl dt img{
    max-width: 248px;
    width: 100%;
    height: auto;
}   
    .specialProject-photo-area dl dd{
        width: 248px;
    margin: 0 auto;
    }    
.specialProject-photo-area dl dd figcaption{
    font-size: 1.1rem;
    line-height: 1.8;
}    
.specialProject-em{
    width: 100%;
    margin: 10px 0 0 0;
}    
.specialProject-em img{
    max-width: 111px;
    width: 100%;
    height: auto;
    }
.specialProject-main{
    position: static;
    right: 0;
    top:  0;
    width: 284px;
    margin: -550px auto 0;
}
.specialProject-main img{
    max-width: 284px;
    width: 100%;
    height: auto;
    margin: 0 0 0 20px;
}
.specialProject-main-txt{
    position: static;
    width: 100%;
    margin: 0;
    padding: 12px;
}
.specialProject-main-txt p{
    font-size: 1.2rem;
    line-height: 1.7;
}
.specialProject-goods-ttl{
    width: 262px;
    margin: 0 auto 11px;
}
.specialProject-goods-ttl img{
    max-width: 262px;
    width: 100%;
    height: auto;
}
.specialProject-goods-end{
    width: 100%;
    padding: 7px 0 6px;
    margin: 0 auto 24px;
    font-size: 1.1rem;
}
.specialProject-goods-item{
    width: 233px;
    margin: 0 auto 11px;
}
.specialProject-goods-item img{
    max-width: 233px;
    width: 100%;
    height: auto;
}
.specialProject-goods-coaster figure{
    width: 199px;
    margin: 0 auto 14px;
}
.specialProject-goods-coaster figure img{
    max-width: 199px;
    width: 100%;
    height: auto;
}
.specialProject-goods-coaster figcaption{
    font-size: 10px;
    line-height: 1.6;
    text-align: left;
    padding-left: 10px;
    text-indent: -10px;
}
.specialProject-goods-coaste-news div p{
    text-align: left;
    font-size: 11px;
    line-height: 1.5;
}
/*** パネル ***/
.specialProject-panel-ttl{
    margin: 0 0 12px 0;
    font-size: 1.8rem;
}
.specialProject-panel-ttl span{
    display: block;
    padding: 0 0 5px 0;
    font-size: 1.4rem;
}
.specialProject-panel-area dl{
    display: block;
}
.specialProject-panel-area dl dt{
    width: 249px;
    margin: 0 auto 16px;
}
.specialProject-panel-area dl dt img{
    max-width: 249px;
    width: 100%;
    height: auto;
}
.specialProject-panel-area dl dd p{
    margin: 0 0 10px 0;
    font-size: 1.2rem;
    line-height: 1.7;
    text-align: left;
}
.specialProject-panel-end{
    padding: 7px 0;
    font-size: 1.0rem;
    line-height: 1;    
}
.specialProject-tennpo-btnArea{
    margin: 40px 0 27px 0;
}
.specialProject-tennpo-btnArea p{
    padding: 0 12px;
    margin: 0 0 12px 0;
    font-size: 1.3rem;
    line-height: 1.8;    
}
.specialProject-tennpo-note{
    padding: 0 12px;
}    
.specialProject-tennpo-note p{
    font-size: 10px;
    line-height: 1.4;
    text-align: left;
    text-indent: -10px;
    padding-left: 10px;
}    
/* ==========================================================

- ラッピング店舗が登場

========================================================== */
.wrappingStore{
    padding: 57px 0 60px;
    background-image: url(../images/storeBroadcast_bg.png);
    background-size: 320px;
    background-repeat: repeat-x;
    background-position: center top;
}
.wrappingStore-inner{
    width: 100%;
    padding: 0 12px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wrappingStore-inner h3{
    width: 100%;
    margin: 0 auto 22px;
    text-align: center;
}
.wrappingStore-inner h3 img{
    max-width: 283px;
    width: 100%;
    height: auto;
}
.wrappingStore-sample dl{
    display: block;
}
.wrappingStore-sample dl dt{
    width: 296px;
    margin: 0 auto 25px;
}
.wrappingStore-sample dl dt img{
    max-width: 296px;
    width: 100%;
    height: auto;
}
.wrappingStore-sample dl dd p{
    margin: 0 0 12px 0;
    font-size: 1.1rem;
    line-height: 1.7;
    text-align: left;
}
.wrappingStore-period{
    width: 88%;
    margin: 0 auto;
    padding: 7px 7px 6px;
    font-size: 1.1rem;
    line-height: 1;    
}    
/* ==========================================================

- オリジナルグッズも受注予約販売！

========================================================== */
.orderBooking{
    padding: 60px 0 56px;
}
.orderBooking-inner{
    width: 100%;
    padding: 0 12px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.orderBooking-inner h3{
    width: 228px;
    margin: 0 auto 12px;
}
.orderBooking-inner h3 img{
    max-width: 228px;
    width: 100%;
    height: auto;
}
.orderBooking-period{
    width: 74%;
    padding: 4px 5px;
    margin: 0 auto 24px;
}
.orderBooking-period p{
    font-size: 1.2rem;
}
.orderBooking-sample dl{
    display: block;
}
.orderBooking-sample dl dt{
    width: 296px;
    margin: 0 auto 25px;
}
.orderBooking-sample dl dt img{
    max-width: 296px;
    width: 100%;
    height: auto;
}
.orderBooking-sample dl dd p{
    margin: 0 0 20px 0;
    font-size: 1.1rem;
    line-height: 1.7;
    text-align: left;
}
.orderBooking-sample dl dd figure{
    width: 194px;
    margin: 0 auto;
}
.orderBooking-sample dl dd figure img{
    max-width: 1949px;
    width: 100%;
    height: auto;
}
/* ==========================================================

- Freeとは

========================================================== */
.whatFree{
    padding: 40px 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.whatFree-inner h3{
    width: 174px;
    margin: 0 auto 13px;
}
.whatFree-inner h3 img{
    max-width: 174px;
    width: 100%;
    height: auto;
}
.whatFree-txt{
    width: 100%;
    margin: 0 auto 22px;
}
.whatFree-txt p{
    font-size: 1.2rem;
    line-height: 1.7;
    letter-spacing: 0.05rem;
}

    
.common-linkBtn{
    width: 190px;
    margin: 0 auto;
    border: solid 2px #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255,255,255, .9);
    box-shadow: 2px 2px 4px rgba(0,0,0,.6);
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.6);
    -moz-box-shadow: 2px 2px 4px rgba(0,0,0,.6);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
}
.orderBooking .common-linkBtn{
    margin: 0 auto;
}
.endApplication span,    
.common-linkBtn a{
    display: block;
    height: auto;
    padding: 15px 0;
    font-size: 1.2rem;
    line-height: 1;
    font-family: "Noto Sans Japanese";
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00aaff+0,0053a6+100 */
    background: #00aaff; /* Old browsers */
    background: -moz-linear-gradient(top, #00aaff 0%, #0053a6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00aaff 0%,#0053a6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00aaff 0%,#0053a6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aaff', endColorstr='#0053a6',GradientType=0 ); /* IE6-9 */
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
} 
.endApplication span{
    background: #EEEEEE;
    color: #000000;
    font-weight: 300;
}    
} /* media screen */



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

- @media screen @640

=============================================================================================================== */
@media screen and  (max-width: 320px){   
/* ==========================================================

- 共通01

========================================================== */
.is-device-pc{
    display: none;
}
.is-device-tab{
    display: none;
}    
.is-device-sp{
    display: block;
}    
/* ==========================================================

- メインビジュアル

========================================================== */
header .header-mainVisual{
    position: relative;
    margin: 0 auto;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    max-width:  100%;
    width: 100%;
    height: auto;
    padding-top: 143.75%;
    background-image: url(../images/sp/main_mainVisual.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}    
header .header-mainVisual .challenge-btn{
    position: absolute;
    top: auto;
    right: 10px;
    bottom: 24px;
}
header .header-mainVisual .challenge-btn a img{
    max-width: 135px;
}
.mainVisual-info{
    display: none;
}
.mainVisual-info-Sp{
    display: block;
    padding: 40px 12px;
}    
.mainVisual-info-Sp-icon{
    width: 100px;
    margin: 0 auto 50px;
}   
.mainVisual-info-Sp-icon img{
    max-width: 100px;
}  
.mainVisual-info-Sp dl{
}
.mainVisual-info-Sp dl dt{
    overflow-y: scroll;
    height: 180px;
    margin: 0 0 20px 0;
}
      
.mainVisual-info-Sp .mainVisual-info-inner ul{
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
    margin: 0 0 22px 0;
}
.mainVisual-info-Sp .mainVisual-info-inner ul:last-child{
    margin-bottom: 0;
}
.mainVisual-info-Sp .mainVisual-info-inner ul li{
    font-size: 1.2rem;
    line-height: 1.5;
}
.mainVisual-info-Sp .mainVisual-info-inner ul li:first-child{
    padding: 0 12px 0 0;
    white-space:nowrap;
}
.mainVisual-info-Sp .mainVisual-info-inner ul li:first-child p{
    border-bottom: solid 3px #0053a6;
}
.mainVisual-info-Sp dl dd p{
    margin: 0 0 12px 0;
    font-size: 1.6rem;
    line-height: 1.3;
    font-family: "Noto Sans Japanese";
    font-weight: 500;
    text-align: center;
    color: #004d99;
}
.mainVisual-info-Sp dl dd ul{
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.mainVisual-info-Sp dl dd ul li{
    margin: 0 22px 0 0;
}
.mainVisual-info-Sp dl dd ul li:last-child{
    margin-right: 0;
}
.mainVisual-info-Sp dl dd ul li:nth-child(1) img{
    max-width: 48px;
}
.mainVisual-info-Sp dl dd ul li:nth-child(2) img{
    max-width: 37px;
}
.mainVisual-info-Sp dl dd ul li:nth-child(3) img{
    max-width: 61px;
}   
/* ==========================================================

- キャンペーンムービー

========================================================== */
.campingMovie{
    padding: 60px 0;
    background-color: #ffea00;
    background-image: url(../images/campingMovie_bg.png);
    background-size: 320px;
    background-repeat: repeat-x;
    background-position: center bottom 40%;
    
}
.campingMovie-inner{
    width: 100%;
    margin: 0 auto;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.campingMovie-inner h3{
    width: 290px;
    margin: 0 auto 45px;
}
.campingMovie-inner h3 img{
    max-width: 290px;
}
/* ==========================================================

- サーマーストーリオブココス

========================================================== */
.summerStory-inner{
    width: 100%;
    margin: 0 auto;
    padding: 60px 12px 140px;
    background: url(../images/summerStory_line1.png) no-repeat left -50% top, url(../images/summerStory_line2.png) no-repeat right -50% bottom;
    background-size: 165px, 165px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.summerStory_main{
    width: 100%;
    padding: 0;
}       
.summerStory-inner h3{
    width: 296px;
    margin: 0 auto 17px;
}
.summerStory-inner h3 img{
    max-width: 296px;
}
.summerStory_main_inner p{
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.8;
}
.summerStory-main-catch{
    display: none;
}
.summerStory-main-catch-sp{
    width: 308px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.summerStory-main-catch-sp img{
    max-width: 308px;
    width: 100%;
    height: auto;
} 

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

- 限定グッズ貰ってくれよな！

========================================================== */
.limitedGoods{
    padding: 60px 0 19px;
}
.limitedGoods-inner{
    background-image: none;
    padding: 0 0 39px 0;
}
.limitedGoods-inner h3{
    width: 288px;
    margin: 0 auto 4px;
}
.limitedGoods-inner h3 img{
    max-width: 288px;
}
   
.limitedGoods-img02{
    margin: 0 0 40px 0;
    text-align: right;
}    
.limitedGoods-img03{
    text-align: right;
}    
.limitedGoods-img03 img,
.limitedGoods-img02 img,
.limitedGoods-img01 img{
    max-width: 308px;
}    
.limitedGoods-clearFile{
    width: auto;
    margin: 0 12px;
    padding: 24px 12px;
}
.limitedGoods-clearFile .limitedGoods-clearFile-ttl{
    margin: 0 0 11px 0;
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.2rem;
}
.limitedGoods-clearFile .limitedGoods-clearFile-bordered{
    margin: 0 0 12px 0;
}
.limitedGoods-clearFile .limitedGoods-clearFile-bordered table{
    width: 100%;
    margin: 0 auto;
    border-top:1px solid #0153A5;
    border-left:1px solid #0153A5;
    border-collapse:collapse;
    border-spacing:0;
    font-size: 1.2rem;
}
.limitedGoods-clearFile .limitedGoods-clearFile-bordered th,
.limitedGoods-clearFile .limitedGoods-clearFile-bordered td{
    display: block;
}
.limitedGoods-clearFile .limitedGoods-clearFile-bordered td{
    padding: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
}
.limitedGoods-clearFile .limitedGoods-clearFile-bordered th{
    padding: 17px 0;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.2rem;
}
    .limitedGoods-clearFile .limitedGoods-clearFile-bordered th br{
        display: none;
    }    
.limitedGoods-clearFile-menu{
    width: 100%;
    padding: 12px;
    margin: 0 0 10px 0;
}
.limitedGoods-clearFile-menu .limitedGoods-clearFile-menuTtl{
    margin: 0 0 7px 0;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.2rem;
}
.limitedGoods-clearFile-menu .limitedGoods-clearFile-menuInner dl{
    display: block;
}
.limitedGoods-clearFile-menu .limitedGoods-clearFile-menuInner dl:first-child{
    margin: 0 0 22px 0;
}
.limitedGoods-clearFile-menu .limitedGoods-clearFile-menuInner dl dt{
    display: inline;
    width: auto;
    font-size: 1.1rem;
    line-height: 1.7;
    letter-spacing: 0.2rem;
}
.limitedGoods-clearFile-menu .limitedGoods-clearFile-menuInner dl dd{
    display: inline;
    width : auto;
	width : -webkit-calc(auto);
	width: calc(auto);
    font-size: 1.1rem;
    line-height: 1.7;
}
p.limitedGoods-clearFile-note{
    font-size: 11px;
    line-height: 1.6;
    padding-left: 11px;
    text-indent: -11px;
}
.limitedGoods-clearFile-note u{
    letter-spacing: 0.2rem;
}
    
/* ==========================================================

- 対象メインメニュー

========================================================== */
.mainMenu{
    padding: 0 0 60px 0;
}
.mainMenu-inner{
    width: 100%;
    margin: 0 auto;
}
.mainMenu-header{
    height: 150px;
    background-image: url(../images/sp/mainMenu_ray.png);
    background-size: 193px;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 0 0 0 12px;
}
.mainMenu-header h3{
    width: 234px;
    margin: 0 0 12px 0;
    padding: 25px 0 0 0;
}
.mainMenu-header h3 img{
    max-width: 234px;
    width: 100%;
    height: auto;
}
.mainMenu-header p{
    padding: 0;
    font-size: 1.1rem;
    line-height: 1.7;
    letter-spacing: 0.2rem;
    text-shadow:
0 2px 0 #ffea00,
2px 0 0 #ffea00,
0 -2px 0 #ffea00,
-2px 0 0 #ffea00,
-2px -2px 0 #ffea00,
2px -2px 0 #ffea00,
-2px 2px 0 #ffea00,
2px 2px 0 #ffea00;
}

/*** かき氷パルフェFree!STYLE ***/
.mainMenu-freeStyle{
    margin: 0 12px 12px 12px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
}
   
.mainMenu-freeStyle figure img{
    max-width: 592px;
    width: 100%;
    height: auto;
}
.mainMenu-freeStyle-five{
    padding: 0 12px 12px 12px;
}
.mainMenu-freeStyle-five ul{
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 25px 0;
    width: 100%;
}
.mainMenu-freeStyle-five ul li{
    margin: 0 0 12px 0;
}    
.mainMenu-freeStyle-five ul li:first-child{
    width: 100%;
    margin: 0 0 12px 0;
}
.mainMenu-freeStyle-five ul li:first-child img{
    max-width: 272px;
}
.mainMenu-freeStyle-five ul li:not(:first-child){
    width : 47%;
	width : -webkit-calc(50% - 6px);
	width: calc(50% - 6px);
    margin-right: 12px;
}
.mainMenu-freeStyle-five ul li:not(:first-child) img{
    max-width: 130px;
    width: 100%;
    height: auto;
}    
.mainMenu-freeStyle-five ul li:nth-child(3),    
.mainMenu-freeStyle-five ul li:nth-child(5),
.mainMenu-freeStyle-five ul li:nth-child(2){
    margin-right: 0;
}
.mainMenu-freeStyle-five ul li:nth-child(2){
    margin-right: 12px;
}    
.mainMenu-freeStyle-five ul li:nth-last-child(-n+3){
    margin-bottom: 12px;
}
.mainMenu-freeStyle-five ul li:nth-last-child(-n+2){
    margin-bottom: 0;
}    
.mainMenu-freeStyle-five p{
    font-size: 1.0rem;
    text-align: center;
}

/*** メニューリスト ***/
.mainMenu-list{
    width: auto;
    margin: 0 12px 24px 12px;
}
.mainMenu-list ul{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.mainMenu-list ul li{
    width: 296px;
    margin: 0 0 12px 0;
}
.mainMenu-list ul li:nth-child(even){
    margin-right: 0;
}
.mainMenu-list ul li:nth-last-child(-n+2){
    margin-bottom: 0;
}
.mainMenu-list ul li img{
    max-width: 296px;
    width: 100%;
    height: auto;
}
/*** さらに ***/
.mainMenu-moreList{
    width: auto;
    margin: 0 12px 24px 12px;
}
    .mainMenu-moreList div.mainMenu-moreList-bg{
        width: 100%;
        margin: 0 auto;
        padding: 0;
    } 
    
.mainMenu-moreList div.mainMenu-moreList-bg img{
    max-width: 800px;
    width: 100%;
    height: auto;
}
.mainMenu-moreList-inner{
    padding: 8px 12px;
}
.mainMenu-moreList-header{
    margin: 0 0 12px 0;
}
.mainMenu-moreList-header dl{
    -js-display: flex;
    display:-ms-flexbox
    display:-webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 0 12px 0;
}
.mainMenu-moreList-header dl dt{
    width: 83px;
    margin: 0 6px 0 0;
}
.mainMenu-moreList-header dl dt img{
    max-width: 83px;
    width: 100%;
    height: auto;
}
.mainMenu-moreList-header dl dd figure{
    width: 198px;
    margin: 0;
}
.mainMenu-moreList-header dl dd figure img{
    max-width: 198px;
    width: 100%;
    height: auto;
}
.mainMenu-moreList-header p{
    font-size: 1.2rem;
    line-height: 1.7;
    font-family: "Noto Sans Japanese";
    font-weight: 600;
}
.mainMenu-moreList-dish{
    margin: 0 0 24px 0;
}
.mainMenu-moreList-dish ul{
    display: block;
    width: 100%;
}
.mainMenu-moreList-dish ul li{
    width: 100%;
    margin: 0 0 12px 0;
}
.mainMenu-moreList-dish ul li:nth-child(3n){
    margin-right: 0;
}
.mainMenu-moreList-dish ul li:nth-last-child(-n+3){
    margin-bottom: 12px;
}    
.mainMenu-moreList-dish ul li img{
    max-width: 272px;
    width: 100%;
    height: auto;
}    
.mainMenu-moreList-dish dl{
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex; 
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}
    .mainMenu-moreList-dish dl dd,
    .mainMenu-moreList-dish dl dt{
        width: 134px;
    }
    .mainMenu-moreList-dish dl dd img,
    .mainMenu-moreList-dish dl dt img{
        max-width: 134px;
        width: 100%;
        height: auto;
    }

.mainMenu-moreList-dish-all{
    width: 232px;
    margin: 0 auto 12px;
}
.mainMenu-moreList-dish-all img{
    max-width: 232px;
    width: 100%;
    height: auto;
}

/*** 配布は終了いたしました。 ***/
.mainMenu-end{
    width: auto;
    margin: 0 12px;
    padding: 12px;
}
.mainMenu-end dl{
    display: block;
}
.mainMenu-end dl dt{
    width: 140px;
    margin: 0 auto 10px;
}
.mainMenu-end dl dt img{
    max-width: 140px;
    width: 100%;
    height: auto;
}
    .mainMenu-end dl dd{
        width: 100%;
    }    
    .mainMenu-end dl dd ul{
        -js-display: flex;
        display:-ms-flexbox;
        display:-webkit-flex;
        display: flex; 
        -ms-align-items: center;
        -webkit-align-items: center;
        align-items: center;
    }    
.mainMenu-end dl dd ul li:first-child{
    width: 36px;
    margin: 0 12px 0 0;
    text-align: left;
}
.mainMenu-end dl dd ul li:first-child img{
    max-width: 36px;
    width: 100%;
    height: auto;
}
.mainMenu-end dl dd ul li:last-child{
    width : 80%;
	width : -webkit-calc(100% - 48px);
	width: calc(100% - 48px);
    font-size: 1.0rem;
    line-height: 1.6;
}  
    
/* ==========================================================

- WEB抽選にチャレンジ！

========================================================== */
.webDraw{
    padding: 12px 0 60px 0;
    background-image: url(../images/webDraw_bg.jpg);
    background-size: 46px;
    background-repeat: repeat;
    background-position: left top;
}
.webDraw-inner{
    margin: 0 0 53px 0;
}
.webDraw-inner h3{
    width: 100%;
    margin: 0 0 12px;
    padding: 0 12px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.webDraw-inner h3 img{
    max-width: 308px;
    width: 100%;
    height: auto;
}
.webDraw-nope{
    width: auto;
    margin: 0 12px 12px 12px;    
    padding: 3px;
    background-color: #ff3333;
    box-shadow: 2px 2px 4px rgba(0,0,0,.7);
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.7);
    -moz-box-shadow: 2px 2px 4px rgba(0,0,0,.7);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.webDraw-nopeInner{
    padding: 12px;
    border: solid 2px #FFFFFF;
}
.webDraw-nopeInner figure{
    width: 148px;
    margin: 0 auto 12px;
} 
.webDraw-nopeInner figure img{
    max-width: 148px;
    width: 100%;
    height: auto;
} 
.webDraw-nopeInner figcaption{
    font-size: 1.0rem;
    line-height: 1.5;
    font-family: "Noto Sans Japanese";
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
}  
.webDraw-main-detial{
    padding: 0 12px;
}
.webDraw-main-detial-txt{
    margin: 0 0 35px 0;
}    
.webDraw-main-detial span{
    display: block;
    margin: 0 0 5px 0;
    font-size: 1.2rem;
    line-height: 1.7;
}    
.webDraw-main-detial span.indent-txt{
    margin: 0;
    font-size: 1.0rem;
    line-height: 1.6;
}
    .webDraw-main-item01{
        width: 278px;
        margin: 0 0 60px 0;
    }  
    .webDraw-main-item01 img{
        max-width: 278px;
        width: 100%;
        height: auto;
    } 
    .webDraw-main-item02{
        width: 226px;
        margin: 0 auto 40px;
        padding: 0 0 0 20px;
    }  
    .webDraw-main-item02 img{
        max-width: 226px;
        width: 100%;
        height: auto;
    } 
    .webDraw-main-notice{
        width: 296px;
        margin: 0 auto 40px;
    }
    .webDraw-main-notice img{
        max-width: 296px;
        width: 100%;
        height: auto;
    }
    
    
    
/*** 抽選方法 ***/

    
    
.webDraw-method{
    width: auto;
    margin: 0 12px;    
    padding: 4px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
.webDraw-methodInner{
    padding: 23px 20px;
    border: solid 2px #0053a6;
}
.webDraw-methodTtl{
    margin: 0 0 20px 0;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
}
.webDraw-method-flow{
    margin: 0 0 29px 0;
}
.webDraw-method-flow ul{
    display: block;
}
.webDraw-method-flow ul li{
    margin: 0 0 10px 0;
}    
.webDraw-method-flow ul li:nth-child(5),
.webDraw-method-flow ul li:nth-child(3),
.webDraw-method-flow ul li:nth-child(1){
    display: table;
    width: 100%;
    height: 100px;
    background-size: 100px;
    text-align: center;
}
.webDraw-method-flow ul li p{
    font-size: 1.1rem;
    line-height: 1.7;
}
    
/* 三角 */    
.webDraw-method-flow ul li:nth-child(6),
.webDraw-method-flow ul li:nth-child(4),
.webDraw-method-flow ul li:nth-child(2){
    font-size: 1.6rem;
    color: #ffbf00;
    text-align: center;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}
.webDraw-method-flow ul li:last-child{
    display: table;    
    width: 100%;
    padding: 12px 0;
    height: auto;
}
.webDraw-method-flow ul li:last-child p{
    font-size: 1.5rem;
    color: #5c1511;
    font-weight: 600;
}
/* 応募はこちらボタン */    
.webDraw-method-btn{
    margin: 0 0 40px 0;
}

.webDraw-method-example-ttl{
    padding: 6px 0;
    font-size: 1.2rem;
}
.webDraw-method-example-inner{
    padding: 12px;
}
.webDraw-method-example{
    margin: 0 0 20px 0;
}
.webDraw-method-example-inner ul{
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.webDraw-method-example-inner ul li:nth-child(3),
.webDraw-method-example-inner ul li:nth-child(1){
    width : 48%;
	width : -webkit-calc(50% - 15px);
	width: calc(50% - 15px);
    padding: 7px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.webDraw-method-example-inner ul li:nth-child(3),
.webDraw-method-example-inner ul li:nth-child(1){
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.webDraw-method-example-inner ul li:nth-child(3) p,
.webDraw-method-example-inner ul li:nth-child(1) p{
    text-align: left;
}    
.webDraw-method-example-inner ul li:nth-child(3) p br,
.webDraw-method-example-inner ul li:nth-child(1) p br{
    display: block;
}      
.webDraw-method-example-inner ul li:nth-child(6) p,
.webDraw-method-example-inner ul li:nth-child(3) p,
.webDraw-method-example-inner ul li:nth-child(1) p{
    font-size: 1.0rem;
    line-height: 1.1;
}

.webDraw-method-example-inner ul li:nth-child(3) p em,
.webDraw-method-example-inner ul li:nth-child(1) p em{
    padding: 0 0 0 2px;
    font-size: 2.2rem;
    line-height: 1;
    vertical-align: bottom;
}
.webDraw-method-example-inner ul li:nth-child(3) p span,
.webDraw-method-example-inner ul li:nth-child(1) p span{
    font-size: 1.4rem;
    line-height: 1;
}
.webDraw-method-example-inner ul li:nth-child(2){
    width: 30px;
    padding: 0;
    font-size: 2.4rem;
    line-height: 1;
    text-align: center;
}
.webDraw-method-example-inner ul li:nth-child(4){
    width: 100%;
    padding: 0;
    margin: 6px 0 10px;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
}
.webDraw-method-example-inner ul li:nth-child(5){
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 2.0rem;
    line-height: 1;    
    text-align: center;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}
.webDraw-method-example-inner ul li:nth-child(6){
    width: 100%;
    padding: 6px 0 8px;
    letter-spacing: 0.2rem;
    text-align: center;
}
.webDraw-method-example-inner ul li:nth-child(6) p{
    display: inline;
}
.webDraw-method-example-inner ul li:nth-child(6) p:nth-child(3){
    padding: 0;
}
.webDraw-method-example-inner ul li:nth-child(6) p em{
    font-size: 2.4rem;
    line-height: 1;
    vertical-align: bottom;
}
.webDraw-method-example-inner ul li:nth-child(6) p span{
    font-size: 1.5rem;
    line-height: 1;
}
/*** レシート ***/
.webDraw-method-receipt dl{
    display: block;
}
.webDraw-method-receipt dl dt{
    margin: 0 0 5px 0;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: center;
}
.webDraw-method-receipt dl dd{
    width: 161px;
    margin: 0 auto;
}
.webDraw-method-receipt dl dd img{
    max-width: 161px;
    margin: 0 0 0 -12px;
}
/* ==========================================================

- 店内放送

========================================================== */
.storeBroadcast{
    padding: 60px 0;
    background-image: url(../images/storeBroadcast_bg.png);
    background-size: 320px;
    background-repeat: repeat-x;
    background-position: center top;
}
.storeBroadcast-inner{
    width: 100%;
    padding: 0 12px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.storeBroadcast-inner h3{
    width: 110px;
    margin: 0 auto 15px;
}
.storeBroadcast-inner h3 img{
    max-width: 110px;
    width: 100%;
    height: auto;
}
 
.storeBroadcast-main dl{
    display: block;
}
.storeBroadcast-main dl dt{
    width: 296px;
    margin: 0 auto 17px;
}
.storeBroadcast-main dl dt img{
    max-width: 296px;
    width: 100%;
    height: auto;
}
.storeBroadcast-main dl dd{
    width : 100%;
	width : -webkit-calc(100%);
	width: calc(100%);
}        
.storeBroadcast-main dl dd p{
    font-size: 12px;
    line-height: 1.6;
}
.storeBroadcast-main dl dd p:first-child{
    margin: 0 0 1.5rem 0;
}
.storeBroadcast-main dl dd p.indent{
    padding-left: 12px;
    text-indent: -12px;
}    
/* ==========================================================

- 限定店舗スペシャル企画

========================================================== */
.specialProject{
    padding: 60px 0;
    position: relative;
}
.specialProject-inner{
    width: 100%;
    margin: 0 auto;
}
.specialProject-inner h3{
    width: auto;
    margin: 0 12px 24px;
}
.specialProject-inner h3 img{
    max-width: 331px;
    width: 100%;
    height: auto;
}
.specialProject-content{
    position: static;
}
.specialProject-photo-area{
    margin: 0;
}
.specialProject-photo-area figure{
    width: 244px;
    margin: 0 auto 12px;
}
.specialProject-photo-area figure img{
    max-width: 244px;
    width: 100%;
    height: auto;
}
.specialProject-photo-area{
    margin: 0 0 395px 0;
}
.specialProject-photo-area dl{
     display: block;
}
.specialProject-photo-area dl dt{
    width: 248px;
    margin: 0 auto 8px;
}
.specialProject-photo-area dl dt img{
    max-width: 248px;
    width: 100%;
    height: auto;
}   
.specialProject-photo-area dl dd figcaption{
    font-size: 1.1rem;
    line-height: 1.8;
}    
.specialProject-em{
    width: 100%;
    margin: 10px 0 0 0;
}    
.specialProject-em img{
    max-width: 111px;
    width: 100%;
    height: auto;
    }
.specialProject-main{
    position: absolute;
    right: 0;
    top:  420px;
    width: 284px;
    margin: 0;
}
.specialProject-main img{
    max-width: 284px;
    width: 100%;
    height: auto;
    margin: 0;
}
    
.specialProject-main-txt{
    position: static;
    width: 100%;
    margin: 0;
    padding: 12px;
}
.specialProject-main-txt p{
    font-size: 1.2rem;
    line-height: 1.7;
}
.specialProject-goods-ttl{
    width: 262px;
    margin: 0 0 11px -6px;
}
.specialProject-goods-ttl img{
    max-width: 262px;
    width: 100%;
    height: auto;
}
.specialProject-goods-end{
    width: 100%;
    padding: 7px 0 6px;
    margin: 0 auto 24px;
    font-size: 1.1rem;
}
.specialProject-goods-item{
    width: 233px;
    margin: 0 auto 11px;
}
.specialProject-goods-item img{
    max-width: 233px;
    width: 100%;
    height: auto;
}
.specialProject-goods-coaster figure{
    width: 199px;
    margin: 0 auto 14px;
}
.specialProject-goods-coaster figure img{
    max-width: 199px;
    width: 100%;
    height: auto;
}
.specialProject-goods-coaster figcaption{
    font-size: 10px;
    line-height: 1.6;
    text-align: left;
    padding-left: 10px;
    text-indent: -10px;
}

/*** パネル ***/
.specialProject-panel-ttl{
    margin: 0 0 12px 0;
    font-size: 1.8rem;
}
.specialProject-panel-ttl span{
    display: block;
    padding: 0 0 5px 0;
    font-size: 1.4rem;
}
.specialProject-panel-area dl{
    display: block;
}
.specialProject-panel-area dl dt{
    width: 100%;
    margin: 0 0 16px 0;
}
.specialProject-panel-area dl dt img{
    max-width: 249px;
    width: 100%;
    height: auto;
}
.specialProject-panel-area dl dd p{
    margin: 0 0 10px 0;
    font-size: 1.2rem;
    line-height: 1.7;
    text-align: left;
}
.specialProject-panel-end{
    padding: 7px 0;
    font-size: 1.0rem;
    line-height: 1;    
}
.specialProject-tennpo-btnArea{
    margin: 40px 0 27px 0;
}

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

- ラッピング店舗が登場

========================================================== */
.wrappingStore{
    padding: 57px 0 60px;
    background-image: url(../images/storeBroadcast_bg.png);
    background-size: 320px;
    background-repeat: repeat-x;
    background-position: center top;
}
.wrappingStore-inner{
    width: 100%;
    padding: 0 12px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wrappingStore-inner h3{
    width: 100%;
    margin: 0 auto 22px;
    text-align: center;
}
.wrappingStore-inner h3 img{
    max-width: 283px;
    width: 100%;
    height: auto;
}
.wrappingStore-sample dl{
    display: block;
}
.wrappingStore-sample dl dt{
    width: 100%;
    margin: 0 0 25px 0;
}
.wrappingStore-sample dl dt img{
    max-width: 296px;
    width: 100%;
    height: auto;
}
.wrappingStore-sample dl dd p{
    margin: 0 0 12px 0;
    font-size: 1.1rem;
    line-height: 1.7;
    text-align: left;
}
.wrappingStore-period{
    width: 88%;
    margin: 0 auto;
    padding: 7px 7px 6px;
    font-size: 1.1rem;
    line-height: 1;    
}
/* ==========================================================

- オリジナルグッズも受注予約販売！

========================================================== */
.orderBooking{
    padding: 60px 0 56px;
}
.orderBooking-inner{
    width: 100%;
    padding: 0 12px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.orderBooking-inner h3{
    width: 228px;
    margin: 0 auto 12px;
}
.orderBooking-inner h3 img{
    max-width: 228px;
    width: 100%;
    height: auto;
}
.orderBooking-period{
    width: 74%;
    padding: 4px 5px;
    margin: 0 auto 24px;
}
.orderBooking-period p{
    font-size: 1.2rem;
}
.orderBooking-sample dl{
    display: block;
}
.orderBooking-sample dl dt{
    width: 100%;
    margin: 0 0 25px 0;
}
.orderBooking-sample dl dt img{
    max-width: 296px;
    width: 100%;
    height: auto;
}
.orderBooking-sample dl dd p{
    margin: 0 0 20px 0;
    font-size: 1.1rem;
    line-height: 1.7;
    text-align: left;
}
.orderBooking-sample dl dd figure{
    width: 194px;
    margin: 0 auto;
}
.orderBooking-sample dl dd figure img{
    max-width: 1949px;
    width: 100%;
    height: auto;
}
/* ==========================================================

- Freeとは

========================================================== */
.whatFree{
    padding: 40px 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.whatFree-inner h3{
    width: 174px;
    margin: 0 auto 13px;
}
.whatFree-inner h3 img{
    max-width: 174px;
    width: 100%;
    height: auto;
}
.whatFree-txt{
    width: 100%;
    margin: 0 auto 22px;
}
.whatFree-txt p{
    font-size: 1.2rem;
    line-height: 1.7;
    letter-spacing: 0.05rem;
}

    
.common-linkBtn{
    width: 190px;
    margin: 0 auto;
    border: solid 2px #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255,255,255, .9);
    box-shadow: 2px 2px 4px rgba(0,0,0,.6);
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.6);
    -moz-box-shadow: 2px 2px 4px rgba(0,0,0,.6);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
}
.orderBooking .common-linkBtn{
    margin: 0 auto;
}
.endApplication span,    
.common-linkBtn a{
    display: block;
    height: auto;
    padding: 15px 0;
    font-size: 1.2rem;
    line-height: 1;
    font-family: "Noto Sans Japanese";
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00aaff+0,0053a6+100 */
    background: #00aaff; /* Old browsers */
    background: -moz-linear-gradient(top, #00aaff 0%, #0053a6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00aaff 0%,#0053a6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00aaff 0%,#0053a6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aaff', endColorstr='#0053a6',GradientType=0 ); /* IE6-9 */
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
}    
.endApplication span{
    background: #EEEEEE;
    color: #000000;
    font-weight: 300;
}    
} /* media screen */



    
    