@charset "utf-8";
/* CSS Document */
/*====================
reset
====================*/
figure {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
background: transparent;
}
ol {
margin: 0;
padding: 0;
}
div:after, dl:after, ul:after {
content: none;
}
*:focus {
outline: none;
}
/*概要に空いてしまう空白回避*/
p, h1, h2, h3, h4, h5, h6, a, li, caption, td, th, dt, dd, input, textarea, select, address {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*====================
basic
====================*/
* {
box-sizing: border-box;
}
html {
-webkit-text-size-adjust: 100%;
}
.isPC {
display: none;
}
.contents_wrap {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
background: #ffffff;
color: #412210;
font-size: 3vw;
line-height: 1.6;
position: relative;
-webkit-font-smoothing: antialiased;
}
.contents_wrap img {
max-width: 100%;
height: auto;
vertical-align: bottom;
-webkit-backface-visibility: hidden;
}
p.note, ul.note > li {
text-indent: -1em;
padding-left: 1em;
}
.contents_wrap a {
transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
text-decoration: none;
/* color: #cf0111; */
color: #00a0e8;
}
.contents_wrap a:hover {
text-decoration: none;
opacity: 0.8;
}

/*====================
コピーガード
====================*/
.copyGuard {
position: relative;
-webkit-user-select:none;
display: block;
padding-top: 5vw;
}
.copyGuard:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
opacity: 0;
z-index: 10;
}

/*====================
contents
====================*/
#cont_inner{
background: url(/sweets/chocolate/chocokoka/cmp/close2510/images/pt_green.png);
background-position: center top;
background-repeat: repeat;
background-size: 5.4vw;
position: relative;
padding-top: 10vw;
}
#cont_inner > section,
.howto_area > section{
padding: 10vw 5.2vw;
}
#cont_inner h2 {
text-align: center;
margin-bottom: 9vw;
line-height: 1;
font-size: 4.5vw;
}
#cont_inner #presents h2 {
margin-bottom: 7.2vw;
}
#cont_inner h2 p.white{
position: relative;
color: #ffffff;
}
#cont_inner h2 p.white:after{
content: '';
position: absolute;
left: calc(50% - 4vw);
bottom: -3.2vw;
width: 8vw;
border-bottom: 3px dotted #ffffff;
}
#cont_inner h2 p.brown{
position: relative;
color: #412210;
}
#cont_inner h2 p.brown:after{
content: '';
position: absolute;
left: calc(50% - 29px);
bottom: -3vw;
width: 57px;
border-bottom: 0.6vw dotted #412210;
}
.btn_download,
.btn_download2{
margin: 0 auto;
width: 87.355vw;
}
.btn_info {
font-size: 2.4vw;
color: #ffffff;
margin-top: 2vw;
text-align: center;
}

/*====================
メインビジュアル
====================*/
.contents_wrap header {
background: #005a49;
padding: 2.1vw 3.1vw 2vw;
border-bottom: solid #beb25f 0.7vw;
}
.contents_wrap header img {
width: 24.121vw;
}
#mainvisual{
background: url("/sweets/chocolate/chocokoka/cmp/close2510/images/mv_sp.png");
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
position: relative;
padding: 5.8vw 5vw 5.6vw 11.5vw;
overflow: hidden;
}
#mainvisual .inner{
padding: 0;
}
.mv_pkg{
padding: 5.4vw 9.6vw 0 3vw;
}
/*.label{
width: 29.205vw;
position: absolute;
right: 4.8vw;
top: 7vw;
}*/

/*====================
コース紹介
====================*/
.mds_line{
font-size: 2.5vw;
color: #ffffff;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
margin-bottom: 2vw;
}
.mds_line:before,
.mds_line:after {
content: '';
width: 0.4vw;
height: 4vw;
background-color: #ffffff;
}
.mds_line:before {
margin-right: 3vw;
transform: rotate(-35deg)
}
.mds_line:after {
margin-left: 2.2vw;
transform: rotate(35deg)
}
#presents .presents_list li {
background: #fff;
margin-bottom: 7vw;
}
/*コース名がある場合*/
/*
#presents .course_head {
background: #9d9140;
font-weight: bold;
text-align: center;
color: #ffffff;
padding: 1.7vw 1.5vw 1.5vw;
}
*/
#presents .presents_head {
background: #d1c88a;
font-size: 2.6vw	;
font-weight: bold;
display: flex;
}
#presents .presents_head span {
font-size: 3.4vw;
margin: 0 0.4vw 0;
}
#presents .presents_head span.small {
font-size: 2.2vw;
margin-right: 1vw;
}
#presents .presents_head .point {
background: #beb25f;
padding: 1.5vw;
}
#presents .presents_head .people {
padding: 1.5vw;
}
#presents .presents_list .presents_detail {
text-align: center;
padding: 5vw 0 3vw;
border-bottom: dashed 0.2vw #beb25f;
}
#presents .presents_list .presents_detail:last-child {
border-bottom: none;
}
#presents .presents_detail figure {
width: 70vw;
margin: 0 auto 3vw;
}
#presents .presents_name {
font-weight: bold;
line-height: 1.5;
text-align: center;
}
#presents .presents_name span {
font-size: 2.4vw;
}
.presents_txt_wrap{
padding: 0 4vw;
}
#presents .presents_wchance {
background: #fff;
border: solid 2px #beb25f;
position: relative;
margin-top: 12vw;
}
#presents .presents_wchance_ttl {
position: absolute;
top:-6.2vw;
left: calc(50% - 34.7vw);
width: 69.4vw;
}
#presents .presents_wchance .presents_detail {
text-align: center;
padding: 12vw 0 3.6vw;
}
#presents .presents_wchance figure {
width: 70vw;
margin: 0 auto 3vw;
}
#presents .note {
font-size: 2.2vw;
}
#presents .comment {
font-size: 2.4vw;
color: #ffffff;
margin-top: 2vw;
}

/*====================
応募方法
====================*/
.howto_area {
background: #fff;
}
#step h3 {
text-align: center;
margin-bottom: 4vw;
}
#step h3 img {
width: 9.127vw;
}
#step .step_list li:not(:first-child) {
margin-top: 6vw;
}
#step .step_list .step_detail {
display: flex;
justify-content: space-between;
}
#step .step_list .step_detail figure {
width: 40vw;
flex-shrink: 0;
}
#step .step_list .step_detail p {
width: 50%;
flex-shrink: 0;
}
#step .step_detail .note{
margin: 0;
text-indent: -1em;
padding-left: 1em;
}
#step ul.note {
font-size: 2.4vw;
margin: 6.6vw 0 0;
}

/*====================
応募締切
====================*/
#deadline ol {
display: flex;
flex-wrap: wrap;
}
#deadline ol li {
width: 50%;
text-align: center;
position: relative;
}
#deadline ol li p.ttl {
margin-bottom: 2.6vw;
text-align: center;
}
#deadline ol li p.ttl img {
width: 12vw;
}
#deadline ol li p.date {
line-height: 1.3;
font-size: 2.4vw;
}
#deadline ol li p.date span {
font-size: 3.2vw;
}
#deadline ol li p.date span.stamp {
display: block;
font-size: 2vw;
}
#deadline ol li .final {
position: absolute;
top: -6vw;
left: calc(50% - 8.2vw);
width: 16.4vw;
}
#deadline ul.note {
font-size: 2.4vw;
margin: 6.6vw 0 0;
}
#deadline .info_lottery {
font-weight: bold;
background: #f1eed9;
padding: 2vw 2vw 2vw 2.4vw;
margin-top: 2vw;
font-size: 2.4vw;
}

/*====================
応募規約
====================*/
#outline .outline_box {
background: #fff;
border-radius: 2vw;
padding: 4vw 3vw 4vw 4vw;
margin-bottom: 10vw;
}
#outline .outline_box dl {
overflow-y: scroll;
height: 84vw;
padding-right: 4vw;
}
#outline dt {
color: #267e45;
font-weight: bold;
font-size: 2.8vw;
border-left: 0.8vw solid #267e45;
padding-left: 1.4vw;
line-height: 1.4;
margin-bottom: 2vw;
}
#outline dd {
margin-bottom: 4vw;
line-height: 1.7;
font-size: 2.6vw;
word-wrap: break-word;
}
#outline dd.last {
margin-bottom: 0;
}
#outline dd .products_list{
margin-bottom: 10px;
}
#outline dd .products_list span {
font-weight: bold;
}
#outline dd .ice_item_list{
display: flex;
justify-content: space-evenly;
width: 80%;
margin: 10px 0;
}
#outline dd .ice_item_list li{
width: 30%;
}
#outline dd .ice_item_list li p{
text-align: center;
}
outline dd:last-of-type {
margin-bottom: 0;
}
#outline dd p:not(:first-of-type){
margin-top: 5px;
}
/*スクロールバー*/
#outline .outline_box  dl::-webkit-scrollbar {
width: 2vw;
}
#outline .outline_box dl::-webkit-scrollbar-track {
background-color: #e5e2cf;
border-radius: 10vw;
}
#outline .outline_box dl::-webkit-scrollbar-thumb {
background-color: #412210;
border-radius: 10vw;
}
/* 230301 追加 */
#outline dd .red{
color: #cf0111;
}

/*====================
フッターバナー
====================*/
.brand_footer {
background: #412210;
padding: 10vw 8.5vw;
}
.sns {
display: flex;
justify-content: center;
margin-top: 10vw;
}
.sns li {
width: 7.823vw;
}
.sns li:not(:first-child) {
margin-left: 5.2vw;
}
/*.bland-site_link li:last-child{
margin-top: 40px;
}*/

/*====================
終了文言
====================*/
.end_txt{
margin: 0 5.3vw;
text-align: center;
}
.end_txt p{
background: #fff;
border: solid 2px #ff0000;
color: #ff0000;
padding: 5.3vw;
font-weight: bold;
font-size: 18px;
}

/* ▽ SP：調整 ▽================================================================================================================================= */
/* 幅520px以下端末のみ改行調整
====================================================*/
@media screen and (max-width: 520px){
#presents .presents_head .point {
white-space: nowrap;
}
}

/* ▽ PC ▽================================================================================================================================= */
/* 768px～ For PC
====================================================*/
@media screen and (min-width: 768px), print{
.isSP {
display: none;
}
.isPC {
display: block;
}
body{
min-width: 950px;
}

/*====================
basic
====================*/
.contents_wrap {
font-size: 16px;
}

/*====================
contents
====================*/
#cont_inner{
background-size: 37px;
padding-top: 60px;
}
#cont_inner > section,
.howto_area > section{
width: 880px;
margin: 0 auto;
padding: 60px 0;
}
#cont_inner h2 {
margin-bottom: 66px;
font-size: 28px;
}
#cont_inner #presents h2 {
margin-bottom: 46px;
}
#cont_inner h2 p.white:after{
left: calc(50% - 25px);
bottom: -18px;
width: 50px;
border-bottom: 4px dotted #ffffff;
}
#cont_inner h2 p.brown:after{
left: calc(50% - 25px);
bottom: -18px;
width: 50px;
border-bottom: 4px dotted #412210;
}
.btn_download {
width: 560px;
margin: 0 auto;
}
.btn_download2 {
width: 560px;
margin: 0 auto;
}
.btn_info {
font-size: 14px;
margin-top: 10px;
}

/*====================
メインビジュアル
====================*/
.contents_wrap header {
padding: 18px 0 17px;
border-bottom: solid 4px #beb25f;
}
.contents_wrap header .inner {
width: 868px;
margin: 0 auto;
}
.contents_wrap header img {
width: 165px;
}
#mainvisual{
background: #e0e9f0;
background-position: center top, center center;
background-repeat: no-repeat, repeat;
background-size: auto, 100%;
padding: 0;
height: 484px;
}
h1{
position: absolute;
width: 588px;
left: calc(50% - 241px);
top: 17px;
}
.mv_pkg{
position: absolute;
width: 421px;
right: calc(50% - 218px);
bottom: 22px;
padding: 0;
}
/*.label{
width: 148px;
right: calc(50% - 347px);
top: 48px;
}*/

/*====================
コース紹介
====================*/
.mds_line{
font-size: 18px;
margin-bottom: 12px;
}
.mds_line:before,
.mds_line:after {
width: 3px;
height: 26px;
background-color: #ffffff;
}
.mds_line:before {
margin-right: 18px;
}
.mds_line:after {
margin-left: 10px;
}
#presents .presents_list li {
margin-bottom: 60px;
}
/*コース名がある場合*/
/*
#presents .course_head {
font-size: 21px;
padding: 14px 12px 12px;
}
*/
#presents .presents_head {
font-size: 18px;	
}
#presents .presents_head span {
font-size: 30px;
margin: 0 2px 0 3px;
}
#presents .presents_head .people span {
font-size: 24px;
}
#presents .presents_head span.small {
font-size: 14px;
margin-right: 10px;
}
#presents .presents_head .point {
padding: 5px 20px 5px 18px;
}
#presents .presents_head .people {
padding: 12px 15px 0;
}
#presents .presents_list .presents_detail {
display: flex;
align-items: center;
justify-content: flex-end;
padding: 28px 0;
border-bottom: dashed 1px #beb25f;
}
#presents .presents_detail figure {
width: 390px;
margin: 0;
flex-shrink: 0;
}
#presents .presents_name {
font-size: 21px;
width: 100%;
line-height: 1.3;
white-space: nowrap;
}
#presents .presents_name span {
font-size: 16px;
}
#presents .presents_list .presents_txt_wrap{
width: 450px;
padding: 0;
}
#presents .presents_wchance {
margin-top: 70px;
}
#presents .presents_wchance_ttl {
top: -22px;
left: calc(50% - 259px);
width: 518px;
}
#presents .presents_wchance .presents_txt_wrap{
width: 450px;
padding: 0;
}
#presents .presents_wchance .presents_detail{
display: flex;
align-items: center;
justify-content: flex-end;
padding: 60px 0 28px;
}
#presents .presents_wchance .presents_detail figure {
width: 390px;
margin: 0;
flex-shrink: 0;
}
#presents .note {
font-size: 14px;
}
#presents .comment {
font-size: 14px;
margin-top: 10px;
}

/*====================
応募方法
====================*/
#step h3 {
margin-bottom: 30px;
}
#step h3 img {
width: 46px;
}
#step .step_list {
display: flex;
justify-content: space-between;
}
#step .step_list li {
width: 240px;
position: relative;
}
#step .step_list li:after{
content: "";
position: absolute;
top: calc(50% - 4px);
left: 260px;
width: 55px;
height: 15px;
background: url(/sweets/chocolate/chocokoka/cmp/close2510/images/arrow.png) no-repeat top center/100%;
}
#step .step_list li:last-child:after{
display: none;
}
#step .step_list li:not(:first-child) {
margin-top: 0;
}
#step .step_list .step_detail {
flex-flow: column;
}
#step .step_list .step_detail figure {
width: 100%;
}
#step .step_list .step_detail p {
width: 100%;
margin-top: 15px;
}
#step ul.note {
font-size: 14px;
margin: 30px 0 0;
}

/*====================
応募締切
====================*/
#deadline ol {
justify-content: space-around
}
#deadline ol li {
width: 300px;
display: flex;
}
#deadline ol li {
margin-bottom: 20px;
}
#deadline ol li p.ttl {
margin-bottom: 0;
margin-right: 15px;
}
#deadline ol li p.ttl img {
width: 76px;
}
#deadline ol li p.date {
font-size: 18px;
padding-top: 10px;
}
#deadline ol li p.date span {
font-size: 22px;
}
#deadline ol li p.date span.stamp {
font-size: 14px;
}
#deadline ol li .final {
top: -32px;
left: calc(50% - 20px);
width: 124px;
}
#deadline ul.note {
font-size: 14px;
margin: 30px 0 0;
}
#deadline .info_lottery {
padding: 10px 10px 10px 13px;
margin-top: 10px;
font-size: 14px;
}

/*====================
応募規約
====================*/
#outline .outline_box {
border-radius: 6px;
padding: 20px 16px 20px 20px;
margin-bottom: 60px;
}
#outline .outline_box dl {
height: 520px;
padding-right: 15px;
}
#outline dt {
font-size: 17px;
border-left: solid 5px #267e45;
padding-left: 10px;
margin-bottom: 10px;
}
#outline dd {
font-size: 15px;
margin-bottom: 40px;
}
/*スクロールバー*/
#outline .outline_box  dl::-webkit-scrollbar {
width: 14px;
}
#outline .outline_box dl::-webkit-scrollbar-track {
border-radius: 50px;
}
#outline .outline_box dl::-webkit-scrollbar-thumb {
border-radius: 50px;
}
#outline dd .ice_item_list{
width: 50%;
}
#outline dd .ice_item_list li{
width: 40%;
}

/*====================
フッターバナー
====================*/
.brand_footer {
padding: 60px 0;
text-align: center;
}
.sns{
margin-top: 60px;
}
.sns li {
width: 60px;
}
.sns li:not(:first-child) {
margin-left: 40px;
}

/*====================
CP終了
====================*/
.end_txt{
width: 850px;
margin: 0 auto;
}
.end_txt p{
padding: 40px;
font-size: 20px;
}
}