/* -------------------------------
reset
------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1.7;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

.cl {
  display: table;
  content: "";
  clear: both;
}

.strong {
  font-weight: bold;
}

a img {
  vertical-align: middle;
}

/* -------------------------------
constant
------------------------------- */
/* width */
/* color */
/* -------------------------------
mixin
------------------------------- */
/* -------------------------------
common
------------------------------- */
header,
#present,
#sec01,
#sec02,
#sec03,
#sec04,
#sec05,
#sec06 {
  transition: opacity 1.2s ease-in;
}
header.vb,
#present.vb,
#sec01.vb,
#sec02.vb,
#sec03.vb,
#sec04.vb,
#sec05.vb,
#sec06.vb {
  opacity: 1;
}

@-webkit-keyframes mv_bg_pc {
  000% {
    background-position: 3311px center;
  }
  100% {
    background-position: 0px center;
  }
}
@keyframes mv_bg_pc {
  000% {
    background-position: 3311px center;
  }
  100% {
    background-position: 0px center;
  }
}
body {
  font-family: sans-serif;
}

@-webkit-keyframes mv_bg_sp {
  000% {
    background-position: -163% center;
  }
  100% {
    background-position: 0px center;
  }
}
@keyframes mv_bg_sp {
  000% {
    background-position: -163% center;
  }
  100% {
    background-position: 0px center;
  }
}
body {
  font-family: sans-serif;
}

/* -------------------------------
modal
------------------------------- */
.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(15, 72, 188, 0.9);
  display: none;
  z-index: 1000;
}

.modalWindow {
  width: 88vw;
  height: 49.5vw;
  max-width: 854px;
  max-height: 480px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
  z-index: 1000;
}
.modalWindow #player01,
.modalWindow #player02 {
  width: 100%;
  height: 100%;
}
.modalWindow .modal_btn {
  cursor: pointer;
  position: absolute;
  top: -13%;
  right: 0;
  width: 6.33%;
  padding-top: 6.33%;
}
.modalWindow .modal_btn.unmute {
  margin-right: 8%;
  background: url("/sliced-cheese/cp/img/modal_unmute.png") no-repeat top center;
  background-size: 100% auto;
}
.modalWindow .modal_btn.unmute.on {
  background: url("/sliced-cheese/cp/img/modal_unmute.png") no-repeat bottom center;
  background-size: 100% auto;
  cursor: default;
}
.modalWindow .modal_btn.unmute:hover {
  background: url("/sliced-cheese/cp/img/modal_unmute.png") no-repeat bottom center;
  background-size: 100% auto;
}
.modalWindow .modal_btn.mute {
  background: url("/sliced-cheese/cp/img/modal_mute.png") no-repeat top center;
  background-size: 100% auto;
}
.modalWindow .modal_btn.mute.on {
  background: url("/sliced-cheese/cp/img/modal_mute.png") no-repeat bottom center;
  background-size: 100% auto;
  cursor: default;
}
.modalWindow .modal_btn.mute:hover {
  background: url("/sliced-cheese/cp/img/modal_mute.png") no-repeat bottom center;
  background-size: 100% auto;
}
.modalWindow .modal_btn.close {
  background: url("/sliced-cheese/cp/img/modal_close.png") no-repeat top center;
  background-size: 100% auto;
}
.modalWindow .modal_btn.close:hover {
  background: url("/sliced-cheese/cp/img/modal_close.png") no-repeat bottom center;
  background-size: 100% auto;
}
.modalWindow .modal_skip {
  background: url("/sliced-cheese/cp/img/modal_skip.png") no-repeat top center;
  cursor: pointer;
  position: absolute;
  bottom: -14%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 18.86%;
  padding-top: 5.2%;
  background-size: 100% auto;
}
.modalWindow .modal_skip:hover {
  background: url("/sliced-cheese/cp/img/modal_skip.png") no-repeat bottom center;
  background-size: 100% auto;
}

@media screen and (max-width: 750px) {
  .modalWindow .modal_btn {
    top: -22%;
    width: 10.33%;
    padding-top: 10.33%;
  }
  .modalWindow .modal_btn.unmute {
    margin-right: 13%;
  }
  .modalWindow .modal_skip {
    bottom: -34%;
    width: 54.86%;
    padding-top: 15.2%;
  }
}
/* -------------------------------
PC_style
------------------------------- */
@media screen and (min-width: 751px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .in_box {
    width: 1124px;
    margin: 0 auto;
    box-sizing: border-box;
    box-sizing: border-box;
  }
  #wrapper {
    min-width: 1125px;
  }
  #header {
    position: relative;
    width: 1124px;
    margin: 0 auto;
    box-sizing: border-box;
    margin: 0 auto;
  }
  #header #header_main {
    width: 160px;
  }
  #header ul.share {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 12px;
  }
  #header ul.share li {
    float: left;
    width: 39px;
  }
  #header ul.share li + li {
    margin-left: 12px;
  }
  #header ul.share li img {
    width: 100%;
  }
  .mv {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
  }
  .mv .opcover {
    height: 585px;
    z-index: 2;
    background: url(/sliced-cheese/cp/img/kv_img01.jpg) center top repeat-x;
  }
  .mv .opcover.css_anm {
    background-size: auto 100%;
    -webkit-animation: mv_bg_pc 30s linear infinite;
            animation: mv_bg_pc 30s linear infinite;
  }
  .howto_box {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .howto_box .txtmain {
    background-color: #fff7ec;
  }
  .howto_box .txtmain .in_box {
    padding: 78px 0px 65px 0px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
  }
  .howto_box .txtmain .in_box .anch_goods {
    position: absolute;
    left: 0;
    top: -170px;
    z-index: 30;
    background: url(/sliced-cheese/cp/img/anch_goode_pc_bg.png) center top no-repeat;
  }
  .howto_box .txtmain .in_box .anch_goods img {
    transition: opacity 0.3s;
  }
  .howto_box .txtmain .in_box p {
    font-size: 25px;
    margin: 30px 0px 0px 0px;
  }
  .howto_box .howto {
    background: transparent url(/sliced-cheese/cp/img/bg_howto.png) center top repeat;
    padding: 62px 0px 128px 0px;
    box-sizing: border-box;
  }
  .howto_box .howto .in_box {
    text-align: center;
    padding: 0px 50px 0px 50px;
    box-sizing: border-box;
  }
  .howto_box .howto .in_box h3 {
    font-size: 30px;
    margin: 0px 0px 30px 0px;
  }
  .howto_box .howto .in_box ul {
    margin: 0 auto;
  }
  .howto_box .howto .in_box ul li {
    float: left;
    height: 313px;
  }
  .howto_box .howto .in_box ul li p {
    margin-top: 40px;
  }
  .howto_box .howto .in_box ul li p span {
    display: block;
    font-size: 12px;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }
  .howto_box .howto .in_box ul li:first-child, .howto_box .howto .in_box ul li:nth-child(2) {
    width: 349px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px 85px 0px 33px;
    box-sizing: border-box;
    background: transparent url(/sliced-cheese/cp/img/bg_howto01_pc.png) left top no-repeat;
  }
  .howto_box .howto .in_box ul li:nth-child(3) {
    width: 326px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px 0px 0px 0px;
    box-sizing: border-box;
    background: transparent url(/sliced-cheese/cp/img/bg_howto02_pc.png) center top no-repeat;
  }
  .kind_box {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #ffc120;
  }
  .kind_box .txtmain .in_box {
    padding: 62px 0px 54px 0px;
    box-sizing: border-box;
    text-align: center;
  }
  .kind_box .txtmain .in_box p {
    font-size: 25px;
    color: #ffffff;
  }
  .kind_box .txtmain .in_box p span {
    font-size: 18px;
  }
  .kind_box .kind {
    background-color: #ffeec2;
  }
  .kind_box .kind .in_box {
    padding: 87px 100px 70px 100px;
    box-sizing: border-box;
    text-align: center;
  }
  .kind_box .kind .in_box ul {
    margin: 0 auto;
  }
  .kind_box .kind .in_box ul li {
    float: left;
    text-align: left;
    position: relative;
    font-size: 18px;
    display: block;
    padding: 64px 47px 31px 47px;
    box-sizing: border-box;
    width: 414px;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 10px;
  }
  .kind_box .kind .in_box ul li:first-child, .kind_box .kind .in_box ul li:nth-child(2) {
    margin-bottom: 70px;
  }
  .kind_box .kind .in_box ul li:nth-child(2n) {
    float: right;
  }
  .kind_box .kind .in_box ul li > p.kind_img {
    width: 320px;
    margin: 0px 0px 22px 0px;
  }
  .kind_box .kind .in_box ul li > p.kind_img img {
    width: 100%;
  }
  .kind_box .kind .in_box ul li div {
    position: absolute;
  }
  .kind_box .kind .in_box ul li div.kind_ttl {
    top: -26px;
    left: 38px;
  }
  .kind_box .kind .in_box ul li div.kind_pkg {
    top: 200px;
    left: -50px;
  }
  .kind_box .kind_txt {
    text-align: center;
  }
  .secret_box {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #ffc120;
    padding-bottom: 125px;
  }
  .secret_box .txtmain .in_box {
    padding: 62px 0px 42px 0px;
    box-sizing: border-box;
    text-align: center;
  }
  .secret_box .txtmain .in_box p {
    font-size: 22px;
    margin: 20px 0px 0px 0px;
    color: #ffffff;
  }
  .secret_box .secret .in_box {
    border-top: #fff8e5 4px solid;
    background-color: #ffeec2;
    border-radius: 5px;
    text-align: center;
  }
  .secret_box .secret .in_box h3 {
    margin-bottom: 48px;
  }
  .secret_box .secret .in_box .sec_box1,
.secret_box .secret .in_box .sec_box2 {
    padding: 74px 0px 24px 0px;
    box-sizing: border-box;
  }
  .secret_box .secret .in_box .jitsuha {
    background-color: #ffe399;
    padding: 58px 0px 50px 0px;
    box-sizing: border-box;
  }
  .secret_box .secret .in_box:nth-child(2) {
    background-color: #ffe399;
    margin-top: 45px;
  }
  .secret_box .secret .in_box:nth-child(2) .sec_box2 {
    background-color: #ffeec2;
  }
  .secret_box .secret .jitsuha {
    box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.3);
  }
  .secret_box .secret .jitsuha dl {
    display: inline-block;
    text-align: center;
  }
  .secret_box .secret .jitsuha dl dt {
    float: left;
  }
  .secret_box .secret .jitsuha dl dd {
    text-align: left;
    float: left;
    font-size: 25px;
    color: #614600;
    font-weight: bold;
    margin: 0px 0px 0px 28px;
    padding: 12px 0px 0px 0px;
    box-sizing: border-box;
  }
  .tvcm_box {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 73px 0px 73px 0px;
    box-sizing: border-box;
    background: transparent url(/sliced-cheese/cp/img/bg_tvcm_pc.jpg) center top no-repeat;
    background-size: cover;
    border-top: #ffffff 9px solid;
    border-bottom: #ffffff 9px solid;
  }
  .tvcm_box .tvcm {
    background-size: 100vw;
  }
  .tvcm_box .tvcm .in_box {
    border-radius: 5px;
    text-align: center;
  }
  .tvcm_box .tvcm .in_box:nth-child(2) {
    background-color: #ffe399;
  }
  .tvcm_box .tvcm .in_box:nth-child(2) .sec_box2 {
    background-color: #ffeec2;
  }
  .tvcm_box .tvcm .in_box h2 {
    margin-bottom: 54px;
  }
  .tvcm_box .tvcm .in_box .modal_wrap {
    position: relative;
    width: 693px;
    margin: 0 auto;
    cursor: pointer;
    transition: 0.2s;
  }
  .tvcm_box .tvcm .in_box .modal_wrap .movie_play {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 84px;
    height: 84px;
    background: url(/sliced-cheese/cp/img/arrow_mv.png) center top no-repeat;
  }
  .tvcm_box .tvcm .in_box .modal_wrap:hover {
    opacity: 0.8;
  }
  .tvcm_box .tvcm .in_box .modal_wrap:hover .movie_play {
    background: url(/sliced-cheese/cp/img/arrow_mv_ov.png) center top no-repeat;
  }
  .maker_box {
    padding: 0px 0px 140px 0px;
    box-sizing: border-box;
    background: transparent url(/sliced-cheese/cp/img/bg_maker_box.png) center top repeat;
  }
  .maker_box .txtsub .in_box {
    text-align: center;
    padding: 60px 0px 25px 0px;
    box-sizing: border-box;
  }
  .maker_box .txtmain {
    background-color: #ffc120;
    margin: 0px 0px 0px 0px;
  }
  .maker_box .txtmain .in_box {
    text-align: center;
    padding: 34px 0px 32px 0px;
    box-sizing: border-box;
  }
  .maker_box .campend {
    background-color: #00479d;
    border-top: #fff8e5 4px solid;
    box-shadow: 0px 5px 3px rgba(128, 128, 128, 0.6);
    -webkit-box-shadow: 0px 5px 3px rgba(128, 128, 128, 0.6);
    -moz-box-shadow: 0px 5px 3px rgba(128, 128, 128, 0.6);
    margin: 9px 0px 54px 0px;
  }
  .maker_box .campend .in_box {
    text-align: center;
    color: #ffffff;
    padding: 48px 0px 68px 0px;
    box-sizing: border-box;
  }
  .maker_box .campend .in_box p {
    color: #ffffff;
    font-size: 35px;
  }
  .maker_box .campend .in_box p span {
    font-weight: bold;
    font-size: 47px;
  }
  .maker_box .maker .in_box {
    text-align: center;
  }
  .maker_box .maker .in_box p {
    font-size: 30px;
    color: #614600;
    margin: 50px 0px 20px 0px;
  }
  .maker_box .maker .in_box:nth-child(2) {
    background-color: #ffe399;
  }
  .maker_box .maker .in_box:nth-child(2) .sec_box2 {
    background-color: #ffeec2;
  }
  .maker_box .maker .in_box .present {
    border-top: #fff8e5 4px solid;
    background-color: #ffeec2;
    border-radius: 5px;
    position: relative;
    text-align: center;
    box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.3);
    padding: 142px 0px 34px 0px;
    box-sizing: border-box;
  }
  .maker_box .maker .in_box .present div {
    position: absolute;
    left: 104px;
    top: -43px;
  }
  .maker_box .maker .in_box .present dl {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 0px 60px 0px 90px;
    box-sizing: border-box;
    box-sizing: border-box;
  }
  .maker_box .maker .in_box .present dl dt {
    float: right;
  }
  .maker_box .maker .in_box .present dl dd {
    float: left;
    padding: 31px 0px 0px 0px;
    box-sizing: border-box;
  }
  .maker_box .maker .in_box .package {
    background-color: #ffffff;
    text-align: center;
  }
  .maker_box .maker .in_box .package ul {
    display: inline-block;
    padding: 50px 0px 40px 0px;
    box-sizing: border-box;
  }
  .maker_box .maker .in_box .package ul li {
    width: 250px;
    text-align: center;
    float: left;
  }
  .maker_box .maker .in_box .package ul li p {
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    color: #000000;
  }
  .maker_box .oubo {
    background: #ffffff;
    overflow: auto;
    height: 390px;
    border: #614600 solid 1px;
    margin: 96px 0px 0px 0px;
  }
  .maker_box .oubo .oubo_box {
    text-align: left;
    padding: 40px 60px 40px 60px;
    box-sizing: border-box;
  }
  .maker_box .oubo .oubo_box h3 {
    text-align: center;
    font-size: 30px;
    margin: 30px 0px 20px 0px;
  }
  .maker_box .oubo .oubo_box h4 {
    margin: 50px 0px 0px 0px;
    font-size: 16px;
  }
  .maker_box .oubo .oubo_box h4:first-child {
    margin: 30px 0px 0px 0px;
  }
  .maker_box .oubo .oubo_box p {
    margin-top: 10px;
    font-size: 16px;
    color: #000;
  }
  .maker_box .oubo .oubo_box p span {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
  }
  .maker_box .oubo .oubo_box p span a {
    color: #000;
    text-decoration: none;
    text-decoration: underline;
  }
  .maker_box .oubo .oubo_box p span a:hover {
    color: #000;
    text-decoration: underline;
  }
  .maker_box .oubo .oubo_box p span a:visited {
    color: #000;
  }
  .maker_box .dl_btn a {
    margin: 74px auto 0;
    display: block;
    width: 607px;
    padding-top: 97px;
    background: url(/sliced-cheese/cp/img/btn_dl_pc.png) top -117px center no-repeat;
  }
  .maker_box .dl_btn a:hover {
    background-position: top center;
  }
  .brandfoot_box {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #004ea2;
    position: relative;
  }
  .brandfoot_box .brandfoot {
    z-index: 100;
  }
  .brandfoot_box .brandfoot .in_box {
    padding: 146px 0px 113px 0px;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
  }
  .brandfoot_box .brandfoot .in_box:nth-child(2) {
    background-color: #ffe399;
  }
  .brandfoot_box .brandfoot .in_box:nth-child(2) .sec_box2 {
    background-color: #ffeec2;
  }
  .brandfoot_box .brandfoot .in_box .top {
    z-index: 0;
    width: 126px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -52px;
  }
  .brandfoot_box .brandfoot .in_box .br_btn a {
    margin: 50px 0px 0px 0px;
    display: inline-block;
    text-decoration: none;
  }
  .brandfoot_box .brandfoot .in_box .br_btn a span {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0.18em;
    font-size: 27px;
    padding-right: 42px;
    background: transparent url(/sliced-cheese/cp/img/arrow1.png) right center no-repeat;
  }
  .brandfoot_box .brandfoot .in_box .brandfoot_bnr {
    display: block;
    width: 609px;
    padding: 6px;
    margin: 0 auto;
  }
  .brandfoot_box .brandfoot .in_box .brandfoot_bnr:hover {
    width: 597px;
    padding: 0;
    border: #f09a14 6px solid;
    border-radius: 6px;
  }
  #footer {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #ffffff;
  }
  #footer #footer_main {
    width: 1124px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 0px 20px 0px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
  }
}
/* -------------------------------
SP_style
------------------------------- */
@media screen and (max-width: 750px) {
  img {
    width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .wrapper {
    max-width: 750px;
    width: 100%;
  }
  .sec_box-img {
    width: 90%;
    margin: 30px auto;
  }
  #header {
    position: relative;
    margin: 0 auto;
    width: 100%;
  }
  #header #header_main {
    width: 42.6666666667vw;
    text-align: left;
  }
  #header ul.share {
    position: absolute;
    top: 0;
    right: 1.6vw;
    padding-top: 3vw;
  }
  #header ul.share li {
    float: left;
    width: 10.6666666667vw;
  }
  #header ul.share li + li {
    margin-left: 1.6vw;
  }
  #header ul.share li img {
    width: 100%;
  }
  .mv .opcover {
    width: 100vw;
    padding-top: 46vw;
    z-index: 2;
    background: url(/sliced-cheese/cp/img/kv_img01.jpg) center top repeat-x;
    background-size: auto 100%;
    -webkit-animation: mv_bg_sp 11s linear infinite;
            animation: mv_bg_sp 11s linear infinite;
  }
  .howto_box .txtmain {
    background-color: #fff7ec;
    padding: 7.2vw 10.9333333333vw 8vw 10.6666666667vw;
    margin: 0 auto;
  }
  .howto_box .txtmain .anch_goods {
    margin: 0vw 0vw 10.9333333333vw 0vw;
  }
  .howto_box .txtmain h2 {
    margin: 0vw 0vw 6.9333333333vw 0vw;
  }
  .howto_box .txtmain p {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    font-size: 3.3333333333vw;
  }
  .howto_box .howto {
    padding: 8.2666666667vw 0vw 10.9333333333vw 0vw;
    background: url(/sliced-cheese/cp/img/bg_howto.png) center top repeat;
  }
  .howto_box .howto h3 {
    margin: 0vw 0vw 9.6vw 0vw;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
  .howto_box .howto ul {
    width: 62.2666666667vw;
    margin: 0 auto;
  }
  .howto_box .howto li {
    padding: 5.3333333333vw 8.6666666667vw 15.7333333333vw 9.3333333333vw;
  }
  .howto_box .howto li p span {
    display: block;
    font-weight: bold;
    font-size: 10px;
    font-size: 2.1333333333vw;
    padding-left: 1em;
    text-indent: -1em;
  }
  .howto_box .howto li:first-child {
    background: url(/sliced-cheese/cp/img/bg_howto01_sp.png) center top no-repeat;
    background-size: 100%;
  }
  .howto_box .howto li:nth-child(2) {
    padding-bottom: 21.8vw;
    background: url(/sliced-cheese/cp/img/bg_howto02_sp.png) center top no-repeat;
    background-size: 100%;
  }
  .howto_box .howto li:nth-child(3) {
    padding-bottom: 5.466vw;
    background: url(/sliced-cheese/cp/img/bg_howto03_sp.png) center top no-repeat;
    background-size: 100%;
  }
  .kind_box .txtmain {
    background-color: #ffc120;
    padding: 11.3333333333vw 0vw 5.8666666667vw 0vw;
  }
  .kind_box .txtmain h2 {
    margin: 0vw 0vw 4.8vw 0vw;
  }
  .kind_box .txtmain p {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    font-size: 3.3333333333vw;
  }
  .kind_box .txtmain p span {
    font-size: 10px;
    font-size: 2.1333333333vw;
  }
  .kind_box .kind {
    background-color: #ffeec2;
  }
  .kind_box .kind .in_box {
    padding: 18.1333333333vw 15.3333333333vw 6vw 16vw;
    text-align: center;
  }
  .kind_box .kind .in_box ul {
    margin: 0 auto;
  }
  .kind_box .kind .in_box ul li {
    text-align: left;
    position: relative;
    font-weight: bold;
    font-size: 12px;
    font-size: 3.3333333333vw;
    display: block;
    margin: 0vw 0vw 10.2666666667vw 0vw;
    padding: 8.8vw 8.2666666667vw 5.6vw 8.2666666667vw;
    background-color: #ffffff;
    border-radius: 10px;
  }
  .kind_box .kind .in_box ul li > p.kind_img {
    margin: 0px 0px 22px 0px;
  }
  .kind_box .kind .in_box ul li div {
    position: absolute;
  }
  .kind_box .kind .in_box ul li div.kind_ttl {
    width: 56vw;
    top: -4.6666vw;
    left: 5.133vw;
  }
  .kind_box .kind .in_box ul li div.kind_pkg {
    width: 30.8vw;
    top: 30.28vw;
    left: -6.9333vw;
  }
  .kind_box .kind_txt {
    text-align: center;
  }
  .secret_box {
    background-color: #ffc120;
    padding: 13.6vw 2.9333333333vw 12.8vw 3.3333333333vw;
  }
  .secret_box .txtmain h2 {
    margin: 0vw 0vw 4.8vw 0vw;
  }
  .secret_box .txtmain p {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    font-size: 2.9333333333vw;
    padding: 0vw 1.3333333333vw 0vw 1.3333333333vw;
    margin: 0vw 0vw 8.9333333333vw 0vw;
  }
  .secret_box .secret .in_box {
    border-top: #fff8e5 2px solid;
    background-color: #ffeec2;
    border-radius: 5px;
    text-align: center;
  }
  .secret_box .secret .in_box h3 {
    margin: 8vw 0vw 0vw 0vw;
  }
  .secret_box .secret .in_box .jitsuha {
    background-color: #ffe399;
    padding: 7.7333333333vw 0vw 6.6666666667vw 0vw;
  }
  .secret_box .secret .in_box .sec_box1 {
    padding: 0vw 0vw 8vw 0vw;
  }
  .secret_box .secret .in_box:nth-child(2) {
    background-color: #ffe399;
    margin-top: 45px;
  }
  .secret_box .secret .in_box:nth-child(2) .sec_box1 {
    padding: 0vw 0vw 6.4vw 0vw;
  }
  .secret_box .secret .in_box:nth-child(2) .sec_box2 {
    padding: 0vw 0vw 6.4vw 0vw;
    background-color: #ffeec2;
  }
  .secret_box .secret .jitsuha {
    box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.3);
  }
  .secret_box .secret .jitsuha dl {
    display: table;
  }
  .secret_box .secret .jitsuha dl dt {
    width: 13.0666666667vw;
    padding: 0vw 4.2666666667vw 0vw 4.2666666667vw;
    display: table-cell;
    vertical-align: middle;
  }
  .secret_box .secret .jitsuha dl dd {
    display: table-cell;
    padding: 0vw 4.2666666667vw 0vw 0vw;
    text-align: left;
    float: left;
    font-size: 12px;
    font-size: 3.3333333333vw;
    color: #614600;
    font-weight: bold;
  }
  .tvcm_box {
    padding: 12.5333333333vw 4vw 18vw 4vw;
    background: transparent url(/sliced-cheese/cp/img/bg_tvcm_sp.png) center top -1vw repeat;
    background-size: 100vw;
    background-size: 100vw;
  }
  .tvcm_box h2 {
    margin: 0vw 0vw 6.6666666667vw 0vw;
  }
  .maker_box {
    padding: 7.4666666667vw 0vw 11.6vw 0vw;
    background: transparent url(/sliced-cheese/cp/img/bg_maker_box.png) center top repeat;
  }
  .maker_box .txtsub .in_box {
    text-align: center;
    padding: 0vw 0vw 5.7333333333vw 0vw;
  }
  .maker_box .txtmain {
    background-color: #ffc120;
    margin: 0vw 0vw 0vw 0vw;
  }
  .maker_box .txtmain .in_box {
    text-align: center;
    padding: 4.5333333333vw 0vw 4.5333333333vw 0vw;
  }
  .maker_box .campend {
    background-color: #00479d;
    border-top: #fff8e5 4px solid;
    box-shadow: 0px 5px 3px rgba(128, 128, 128, 0.6);
    -webkit-box-shadow: 0px 5px 3px rgba(128, 128, 128, 0.6);
    -moz-box-shadow: 0px 5px 3px rgba(128, 128, 128, 0.6);
    margin: 1.0666666667vw 0vw 13.3333333333vw 0vw;
  }
  .maker_box .campend .in_box {
    text-align: center;
    color: #ffffff;
    padding: 6.9333333333vw 0vw 5.7333333333vw 0vw;
  }
  .maker_box .campend .in_box p {
    color: #ffffff;
    font-size: 3.4667vw;
    line-height: 2.4em;
  }
  .maker_box .campend .in_box p span {
    font-weight: bold;
    font-size: 4.8vw;
  }
  .maker_box .maker .in_box {
    padding: 0vw 3.7333333333vw 0vw 3.7333333333vw;
    text-align: center;
  }
  .maker_box .maker .in_box p {
    font-size: 14px;
    font-size: 4vw;
    color: #614600;
    margin: 9.3333333333vw 0vw 5.3333333333vw 0vw;
  }
  .maker_box .maker .in_box:nth-child(2) {
    background-color: #ffe399;
  }
  .maker_box .maker .in_box:nth-child(2) .sec_box2 {
    background-color: #ffeec2;
  }
  .maker_box .maker .in_box .present {
    margin: 0 auto;
    border-top: #fff8e5 4px solid;
    background-color: #ffeec2;
    border-radius: 5px;
    position: relative;
    text-align: center;
    padding: 20.2666666667vw 3.0666666667vw 4.5333333333vw 4.4vw;
    box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.3);
  }
  .maker_box .maker .in_box .present div {
    width: 84.9333333333vw;
    position: absolute;
    left: 4.4vw;
    top: -43px;
  }
  .maker_box .maker .in_box .present dl {
    display: inline-block;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }
  .maker_box .maker .in_box .present dl dt {
    width: 34.6666666667vw;
    float: right;
    padding: 2.6666666667vw 0vw 0vw 0vw;
  }
  .maker_box .maker .in_box .present dl dd {
    width: 49.3333333333vw;
    float: left;
    padding: 4.1333333333vw 0vw 0vw 0vw;
  }
  .maker_box .maker .in_box .package {
    background-color: #ffffff;
    text-align: center;
  }
  .maker_box .maker .in_box .package ul {
    display: inline-block;
    padding: 6.6666666667vw 0vw 7.7333333333vw 0vw;
  }
  .maker_box .maker .in_box .package ul li {
    width: 34vw;
    padding: 0vw 6.1333333333vw 0vw 6.1333333333vw;
    text-align: center;
    float: left;
  }
  .maker_box .maker .in_box .package ul li p {
    margin: 0vw 0vw 5.0666666667vw 0vw;
    font-size: 12px;
    font-size: 3.3333333333vw;
    color: #000000;
  }
  .maker_box .maker .in_box .package ul li:nth-child(3) p {
    margin: 0vw 0vw 0vw 0vw;
  }
  .maker_box .maker .in_box .package ul li:last-child p {
    margin: 0vw 0vw 0vw 0vw;
  }
  .maker_box .oubo {
    background: #ffffff;
    overflow: auto;
    height: 67.333vw;
    border: #614600 solid 1px;
    overflow-y: scroll;
    margin: 12.8vw 0vw 5.3333333333vw 0vw;
  }
  .maker_box .oubo .oubo_box {
    text-align: left;
    padding: 2.6666666667vw 5.4666666667vw 5.3333333333vw 4.9333333333vw;
  }
  .maker_box .oubo .oubo_box h3 {
    text-align: center;
    font-size: 15px;
    font-size: 4vw;
    margin: 6.6666666667vw 0vw 4vw 0vw;
  }
  .maker_box .oubo .oubo_box h4 {
    margin: 6.6666666667vw 0vw 0vw 0vw;
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
  .maker_box .oubo .oubo_box h4:first-child {
    margin: 30px 0px 0px 0px;
  }
  .maker_box .oubo .oubo_box p {
    color: #000;
    margin-top: 0;
    font-size: 2.6666666667vw;
  }
  .maker_box .oubo .oubo_box p span {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
  }
  .maker_box .oubo .oubo_box p a {
    color: #000;
    text-decoration: none;
  }
  .maker_box .oubo .oubo_box p a:visited {
    color: #000;
    text-decoration: underline;
  }
  .maker_box .dl_btn a {
    margin: 0 auto;
    width: 80.9333333333vw;
    padding: 12vw 0vw 0vw 0vw;
    display: block;
    background: url(/sliced-cheese/cp/img/btn_dl_sp.png) top center no-repeat;
    background-size: 100%;
  }
  .brandfoot_box {
    background-color: #004ea2;
  }
  .brandfoot_box .brandfoot .in_box {
    position: relative;
    text-align: center;
    padding: 9.6vw 16vw 8.5333333333vw 16vw;
  }
  .brandfoot_box .brandfoot .in_box .top {
    width: 17.0666666667vw;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    margin: 0 auto;
  }
  .brandfoot_box .brandfoot .in_box .br_btn a {
    display: block;
    margin: 5.3333333333vw 0vw 0vw 0vw;
    font-size: 14px;
    font-size: 3.7333333333vw;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.18em;
    background: transparent url(/sliced-cheese/cp/img/arrow1.png) right 6vw center no-repeat;
  }
  #footer {
    background-color: #ffffff;
  }
  #footer #footer_main p {
    padding: 2.6666666667vw 0vw 2.6666666667vw 0vw;
    margin: 0 auto;
    text-align: center;
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
}
/*# sourceMappingURL=style.css.map */