@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500;700&display=swap");
/* color */
/* font */
/*
@include bgGrad(
  $gradColStr: #c3f7f1,
  $gradColEnd: #a3e8f4
);
*/
/*
.elements {
  @include mq {
  }
  @include mq(l) {
  }
}
*/
@import 'https://fonts.googleapis.com/icon?family=Material+Icons';
/*----------------------------------------------------
 elements
----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500;700&display=swap");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overscroll-behavior: none;
}

body {
  background: #FFFFFF;
  color: #333333;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  font-feature-settings: "palt" 1;
  letter-spacing: 1px;
  height: 100vh;
  height: 100dvh;
  overscroll-behavior: none;
}
@media screen and (max-width: 549px) {
  body {
    font-size: 12px;
    min-height: 100vh;
    height: auto;
  }
}
body.iPad {
  height: 100%;
}

img {
  vertical-align: top;
  max-width: 100%;
}

a img {
  transition: 0.5s;
}

@media screen and (min-width: 750px) {
  a:hover img {
    opacity: 0.8;
  }
}
#jquery-lightbox * {
  box-sizing: padding-box;
}

/*----------------------------------------------------
 common
----------------------------------------------------*/
#top {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-width: 320px;
  overflow: hidden;
  overscroll-behavior: none;
}
@media screen and (max-width: 549px) {
  #top {
    height: auto;
  }
}

.iPad #top {
  height: 100%;
}

.body {
  line-height: 180%;
}
@media screen and (max-width: 749px) {
  .body {
    line-height: 160%;
  }
}

.dN {
  display: none !important;
}

br.pc {
  display: inline;
}

br.sp {
  display: none;
}

b.sp {
  display: none;
}
@media screen and (max-width: 749px) {
  b.sp {
    display: inline;
  }
}

img.pc {
  display: inline;
}

img.sp {
  display: none;
}

@media screen and (min-width: 940px) {
  br.tab {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: inline;
  }
  img.pc {
    display: none;
  }
  img.sp {
    display: inline;
  }
}
/*----------------------------------------------------
  link
----------------------------------------------------*/
a {
  transition: 0.3s;
  outline: none;
  text-decoration: none;
  font-weight: bold;
}
a:link, a:visited, a:hover {
  color: #333333;
  text-decoration: none;
}
a.outer:after {
  content: "\e895";
  font-family: "Material Icons";
  font-size: 130%;
  vertical-align: middle;
  margin-left: 0.3em;
}
a.pdf:after {
  content: "\e415";
  font-family: "Material Icons";
  font-size: 130%;
  vertical-align: middle;
  margin-left: 0.3em;
}

.body a:link,
.note a:link,
a.alt:link {
  color: #333333;
  text-decoration: underline;
}

.body a:visited,
.note a:visited,
a.alt:visited {
  color: #333333;
  text-decoration: underline;
}

.body a:hover,
a.alt:hover {
  color: #333333;
  text-decoration: none;
}

/*----------------------------------------------------
  button
----------------------------------------------------*/
/* button Base */
.btnBase {
  background: #FFFFFF;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 130%;
  z-index: 2;
  text-align: center;
  font-size: 132%;
  min-height: 60px;
  letter-spacing: 0;
  color: #FFFFFF;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  margin: 0 auto;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  z-index: 1000;
  border: 1px solid #83acd8;
}
.btnBase span {
  position: relative;
  z-index: 2;
  letter-spacing: 0;
}
.btnBase:link {
  color: #83acd8;
}
.btnBase:visited {
  color: #83acd8;
}
.btnBase:before {
  content: "";
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFFFFF;
  border-radius: 0px;
  opacity: 0;
  transition: 0.5s;
}
.btnBase:after {
  color: #FFFFFF;
}
@media screen and (min-width: 750px) {
  .btnBase:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 749px) {
  .btnBase {
    min-height: 0px;
    padding: 11px 4px 10px;
    font-size: 11px;
    border-radius: 6px;
  }
}
.btnBase.prev {
  color: #da608e;
  border-color: #da608e;
}
.btnBase.double {
  font-size: 16px;
  min-width: 294px;
}
.btnBase.double::after {
  content: "";
  width: 8px;
  height: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/arrow03.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 549px) {
  .btnBase.double::after {
    right: 8px;
    width: 7px;
    height: 8px;
  }
}
@media screen and (max-width: 749px) {
  .btnBase.double {
    font-size: 11px;
    min-height: 40px;
    line-height: 120%;
    padding: 5px 10px 5px;
    min-width: 186px;
  }
  .btnBase.double span {
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .btnBase.spDouble {
    padding: 4px 4px 3px;
  }
}
.btnBase .arw1,
.btnBase .arw2 {
  width: 17px;
}
@media screen and (max-width: 749px) {
  .btnBase .arw1,
.btnBase .arw2 {
    width: 11px;
  }
}
.btnBase .arw1 {
  margin-right: 10px;
}
.btnBase .arw2 {
  margin-left: 10px;
}

/*----------------------------------------------------
  common
----------------------------------------------------*/
#siteHd {
  width: 100%;
  position: relative;
  display: none;
}
#siteHd h1 {
  width: 138px;
  position: absolute;
  left: 6.25%;
  top: 47px;
}
@media screen and (max-width: 549px) {
  #siteHd h1 {
    width: 69px;
  }
}

#p1 #siteHd {
  display: block;
}

.iPad .mainContent {
  height: 100%;
}

.mainContent {
  width: 100%;
  height: 100vh;
  height: 100dvh;
}
.mainContent .wrapper {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1000px;
}
.mainContent .lead {
  text-align: center;
  padding-top: 40px;
  margin-bottom: 40px;
}
.mainContent .lead h1 {
  font-size: 150%;
  font-weight: normal;
}
.mainContent .lead .body {
  margin-top: 6px;
}
.mainContent #ftNv {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1000px;
  height: 90px;
  margin: 0 auto;
  z-index: 10;
}
@media screen and (max-width: 549px) {
  .mainContent #ftNv {
    position: fixed;
    z-index: 1000;
    height: 60px;
  }
  .mainContent #ftNv:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 10;
  }
}
.mainContent #ftNv .prev,
.mainContent #ftNv .next {
  width: 105px;
  position: absolute;
  z-index: 10000;
}
@media screen and (max-width: 549px) {
  .mainContent #ftNv .prev,
.mainContent #ftNv .next {
    width: 52px;
  }
}
.mainContent #ftNv .prev.btnBase,
.mainContent #ftNv .next.btnBase {
  width: 192px;
}
@media screen and (max-width: 749px) {
  .mainContent #ftNv .prev.btnBase,
.mainContent #ftNv .next.btnBase {
    width: 76px;
  }
}
.mainContent #ftNv .prev.btnBase.double,
.mainContent #ftNv .next.btnBase.double {
  text-align: left;
}
.mainContent #ftNv .prev {
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
}
.mainContent #ftNv .next {
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
.mainContent #ftNv .progress {
  width: calc(100% - 210px - 4%);
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 549px) {
  .mainContent #ftNv .progress {
    width: calc(100% - 164px - 10%);
  }
}
.mainContent #ftNv .progress ul {
  height: 80px;
  -js-display: flex;
  display: flex;
  align-content: space-between;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 549px) {
  .mainContent #ftNv .progress ul {
    height: 60px;
  }
}
.mainContent #ftNv .progress ul::after {
  content: "";
  width: 80%;
  height: 1px;
  background: #6c6c6c;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mainContent #ftNv .progress ul li {
  width: 20%;
  text-align: center;
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.mainContent #ftNv .progress ul li a {
  width: 80%;
  height: 100%;
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.mainContent #ftNv .progress ul li span {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #6c6c6c;
  border-radius: 8px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 749px) {
  .mainContent #ftNv .progress ul li span {
    width: 14px;
    height: 14px;
  }
}
.mainContent #ftNv .progress ul li .current {
  width: 23px;
  height: 23px;
  border-radius: 12px;
  background: #e189aa;
}
@media screen and (max-width: 749px) {
  .mainContent #ftNv .progress ul li .current {
    width: 21px;
    height: 21px;
    top: -1px;
  }
}
.mainContent .box {
  width: 100%;
  background: #f7f7f7;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.mainContent .box select {
  padding: 10px;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.6s;
  background: rgba(0, 0, 0, 0.6);
  z-index: 90000;
  opacity: 0;
  pointer-events: none;
}
.modal.on {
  opacity: 1;
  pointer-events: all;
}
.modal .alert {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  height: 30%;
  padding: 20px 30px;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 138%;
  font-weight: bold;
  color: #e189aa;
  border: 5px solid #e189aa;
}
.modal .alert a:link,
.modal .alert a:visited {
  color: #e189aa;
  text-decoration: underline;
}
.modal .guide {
  position: relative;
  opacity: 0;
  transition: 0.6s;
}
.modal .guide .wrapper {
  height: 100vh;
  height: 100dvh;
  padding: 0 5%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  min-width: 320px;
}
.modal .guide .btn {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 42px;
  display: inline-block;
}
.modal .guide p {
  position: absolute;
  display: inline-block;
}
.modal .guide p img {
  max-height: 127px;
}
@media screen and (max-width: 749px) {
  .modal .guide p img {
    max-height: 78px;
  }
}
.modal .guide .guide1 {
  left: 10%;
  top: 295px;
}
@media screen and (max-width: 749px) {
  .modal .guide .guide1 {
    top: calc(42vw + 80px);
    left: 40px;
  }
}
.modal .guide .guide2 {
  right: 0%;
  top: 295px;
}
@media screen and (max-width: 749px) {
  .modal .guide .guide2 {
    top: calc(32vw + 40px);
  }
}
.modal .guide .guide3 {
  right: 0%;
  top: 710px;
}
@media screen and (max-width: 749px) {
  .modal .guide .guide3 {
    top: calc(38vw + 220px);
    right: 50%;
    transform: translate(50%);
    width: 100%;
    text-align: center;
  }
  .modal .guide .guide3 img {
    width: auto;
    max-height: 93px;
  }
}

body.first .modal {
  opacity: 1;
  pointer-events: auto;
}
body.first .guide {
  opacity: 1;
}

.addNote {
  line-height: 110%;
}

/* animation */
@keyframes scrollBt {
  0% {
    right: 1%;
    opacity: 1;
  }
  50% {
    right: 2%;
    opacity: 0.1;
  }
  100% {
    right: 1%;
    opacity: 1;
  }
}
@keyframes scrollBt2 {
  0% {
    left: 1%;
    opacity: 1;
  }
  50% {
    left: 2%;
    opacity: 0.1;
  }
  100% {
    left: 1%;
    opacity: 1;
  }
}
/*----------------------------------------------------
  P1
----------------------------------------------------*/
#p1.iPad .wrapper {
  padding-top: 320px;
  height: 100%;
}

#p1 {
  background: url(../img/p1_bg.jpg) no-repeat center top;
  background-size: cover;
  height: auto;
  overflow: hidden;
}
#p1 #top {
  max-width: 1600px;
  margin: 0 auto;
}
#p1 #top,
#p1 .mainContent {
  height: auto;
}
#p1 .wrapper {
  text-align: center;
  padding-top: 220px;
  height: 100vh;
  height: -webkit-fill-available;
  max-width: 1000px;
  min-height: 870px;
  margin: 0 auto;
}
@media screen and (max-width: 549px) {
  #p1 .wrapper {
    padding-top: 145px;
    min-height: 580px;
  }
}
#p1 .title {
  max-width: 520px;
  margin: 0 auto;
}
#p1 .guide {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(53%);
  width: 100%;
  max-width: 626px;
}
@media screen and (max-width: 549px) {
  #p1 .guide {
    position: absolute;
    bottom: 0;
    right: auto;
    transform: none;
    margin: 40px auto 0;
  }
}

.btnStart {
  display: inline-block;
  width: 80%;
  max-width: 268px;
  height: 86px;
  position: relative;
  border-radius: 10px;
  padding-top: 30px;
  margin-top: 65px;
  margin-bottom: 10px;
  transition: 1s;
  background: rgb(220, 154, 186);
  background: -moz-linear-gradient(180deg, rgb(220, 154, 186) 0%, rgb(226, 118, 165) 100%);
  background: -webkit-linear-gradient(180deg, rgb(220, 154, 186) 0%, rgb(226, 118, 165) 100%);
  background: linear-gradient(180deg, rgb(220, 154, 186) 0%, rgb(226, 118, 165) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dc9aba", endColorstr="#e276a5", GradientType=1);
}
@media screen and (min-width: 750px) {
  .btnStart:hover {
    background: rgb(226, 118, 165);
    background: -moz-linear-gradient(180deg, rgb(226, 118, 165) 0%, rgb(187, 52, 111) 100%);
    background: -webkit-linear-gradient(180deg, rgb(226, 118, 165) 0%, rgb(187, 52, 111) 100%);
    background: linear-gradient(180deg, rgb(226, 118, 165) 0%, rgb(187, 52, 111) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e276a5", endColorstr="#bb346f", GradientType=1);
  }
}
@media screen and (max-width: 549px) {
  .btnStart {
    max-width: 174px;
    height: 56px;
    padding-top: 20px;
    border-radius: 5px;
    margin-top: 45px;
  }
}
.btnStart span {
  width: 90%;
  max-width: 102px;
  display: inline-block;
}
@media screen and (max-width: 549px) {
  .btnStart span {
    max-width: 56px;
  }
}

/*----------------------------------------------------
  P2
----------------------------------------------------*/
#p2 {
  min-height: 912px;
  height: 100vh;
  height: 100dvh;
}
@media screen and (max-width: 549px) {
  #p2 {
    height: auto;
    min-height: 100vh;
  }
}
#p2 #top {
  max-width: 1400px;
  margin: 0 auto;
}

#p2 #ftNv {
  left: 50%;
  transform: translateX(-50%);
}

#p2.iPad {
  height: 100%;
}
#p2.iPad #top,
#p2.iPad .mainContent {
  height: 100%;
}
#p2.iPad .lead {
  margin-bottom: 40px;
}
#p2.iPad .box dd {
  padding: 25px 0;
}

#p2 {
  background: url(../img/p2_bg01.jpg) no-repeat center top;
  background-size: cover;
}
#p2 #top {
  min-height: 912px;
}
@media screen and (max-width: 549px) {
  #p2 #top {
    min-height: 0;
  }
}
#p2 .mainContent {
  min-height: 912px;
  position: relative;
}
@media screen and (max-width: 549px) {
  #p2 .mainContent {
    min-height: 0;
    height: auto;
  }
}
@media screen and (max-width: 549px) {
  #p2 .mainContent .wrapper {
    padding-bottom: 80px;
    min-height: 0;
    height: auto;
  }
}
#p2 #about .img {
  width: 43%;
  height: 62vw;
  margin: 0 auto;
  max-height: 384px;
  background: url(../img/p2_img01.png) no-repeat center bottom;
  background-size: contain;
}
#p2.man {
  background-image: url(../img/p2_bg02.jpg);
}
#p2.man #about .img {
  background-image: url(../img/p2_img02.png);
}
#p2 .box {
  position: relative;
  z-index: 2;
  margin-top: -100px;
}
@media screen and (max-width: 549px) {
  #p2 .box {
    margin-top: -12vw;
  }
}
#p2 .box dl {
  width: 100%;
  overflow: hidden;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
#p2 .box dt {
  width: 31.4%;
  background: #e189aa;
  color: #FFFFFF;
  padding: 25px 5px;
  text-align: center;
  font-weight: normal;
  font-size: 175%;
  letter-spacing: 0.3em;
  line-height: 120%;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
#p2 .box dt.double {
  padding: 10px 5px;
}
@media screen and (max-width: 749px) {
  #p2 .box dt {
    font-size: 125%;
  }
}
@media screen and (max-width: 549px) {
  #p2 .box dt {
    font-size: 15px;
    width: 34%;
    letter-spacing: 1px;
    padding: 15px 0;
  }
}
#p2 .box dt:nth-last-child(n+3) {
  border-bottom: 1px solid #efe4ef;
}
#p2 .box dd {
  width: 68.6%;
  font-size: 138%;
  color: #919191;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 549px) {
  #p2 .box dd {
    width: 66%;
    letter-spacing: 1px;
    font-size: 12px;
  }
}
#p2 .box dd:nth-last-child(n+2) {
  border-bottom: 1px solid #efe4ef;
}
#p2 .box dd select {
  width: calc(100% - 3em);
  max-width: 300px;
  margin-right: 10px;
  font-size: 17px;
  color: #6c6c6c;
}
@media screen and (max-width: 549px) {
  #p2 .box dd select {
    font-size: 13px;
    padding: 6px;
  }
}
#p2 .box dd select option:nth-child(1) {
  color: #bebebe;
}
#p2 .sex label {
  height: 69px;
  -js-display: flex;
  display: flex;
  align-items: center;
  vertical-align: middle;
}
#p2 .sex label:nth-child(2) {
  margin-left: 30px;
}
@media screen and (max-width: 549px) {
  #p2 .sex label {
    height: 34px;
  }
  #p2 .sex label:nth-child(2) {
    margin-left: 10px;
  }
}
#p2 .sex label i {
  width: 69px;
  height: 69px;
  display: inline-block;
  background: url(../img/p2_ico01b.png) no-repeat center center;
  background-size: contain;
  margin-right: 10px;
}
@media screen and (max-width: 549px) {
  #p2 .sex label i {
    height: 34px;
    width: 34px;
  }
}
#p2 .sex input {
  visibility: hidden;
  position: absolute;
}

#p2.woman .sex label:nth-child(1) i {
  background-image: url(../img/p2_ico01b.png);
}

#p2.woman .sex label:nth-child(2) {
  padding-left: 12px;
}
@media screen and (max-width: 549px) {
  #p2.woman .sex label:nth-child(2) {
    padding-left: 6px;
  }
}

#p2.woman .sex label:nth-child(2) i {
  background-image: url(../img/p2_ico02a.png);
  width: 57px;
  height: 57px;
}
@media screen and (max-width: 549px) {
  #p2.woman .sex label:nth-child(2) i {
    width: 28px;
    height: 28px;
  }
}

#p2.man .sex label:nth-child(1) {
  padding-left: 12px;
}
@media screen and (max-width: 549px) {
  #p2.man .sex label:nth-child(1) {
    padding-left: 6px;
  }
}

#p2.man .sex label:nth-child(1) i {
  background-image: url(../img/p2_ico01a.png);
  width: 57px;
  height: 57px;
}
@media screen and (max-width: 549px) {
  #p2.man .sex label:nth-child(1) i {
    width: 28px;
    height: 28px;
  }
}

#p2.man .sex label:nth-child(2) i {
  background-image: url(../img/p2_ico02b.png);
}

/*----------------------------------------------------
  p3
----------------------------------------------------*/
/* color */
/* font */
/*
@include bgGrad(
  $gradColStr: #c3f7f1,
  $gradColEnd: #a3e8f4
);
*/
/*
.elements {
  @include mq {
  }
  @include mq(l) {
  }
}
*/
/*----------------------------------------------------
  p3
----------------------------------------------------*/
body.food #ftNv {
  position: relative;
  transform: none;
  left: auto;
}
@media screen and (max-width: 549px) {
  body.food #ftNv {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
  }
}

body.food.iPad #top,
body.food.iPad .mainContent {
  height: 100%;
}
body.food.iPad .lead {
  padding-top: 30px;
  padding-bottom: 30px;
}
body.food.iPad #ftNv {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}

body.food {
  background: #fff5f2;
  height: auto;
  min-height: 100vh;
  background-size: cover;
  -webkit-user-select: none;
}
body.food #top,
body.food .mainContent {
  height: auto;
}
@media screen and (max-width: 549px) {
  body.food .mainContent {
    padding-bottom: 80px;
  }
}
body.food .modal {
  position: absolute;
}
body.food .modal .guide .btn {
  position: fixed;
}
body.food .lead {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 24px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 749px) {
  body.food .lead {
    padding-bottom: 15px;
  }
}
body.food .lead .wrapper {
  z-index: 100;
  min-height: 95px;
}
@media screen and (max-width: 749px) {
  body.food .lead .wrapper {
    min-height: 59px;
  }
}
body.food .lead .wrapper h1 img {
  max-height: 42px;
  margin-bottom: 20px;
}
@media screen and (max-width: 749px) {
  body.food .lead .wrapper h1 img {
    max-height: 21px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 749px) {
  body.food .lead .wrapper h1 {
    font-size: 15px;
  }
}
body.food .lead .wrapper .catch {
  font-size: 24px;
}
@media screen and (max-width: 749px) {
  body.food .lead .wrapper .catch {
    font-size: 15px;
  }
}
body.food .lead .wrapper .body {
  margin-top: 4px;
  line-height: 140%;
}
@media screen and (max-width: 749px) {
  body.food .lead .wrapper .body {
    font-size: 10px;
    letter-spacing: 0;
    margin-top: 10px;
  }
}
body.food #visual {
  height: 240px;
  background: url(../img/p3_bg_table.jpg) no-repeat center top;
  background-size: cover;
  padding-top: 30px;
  position: relative;
}
@media screen and (max-width: 749px) {
  body.food #visual {
    height: calc(31vw + 30px);
    min-height: 130px;
    padding-top: 15px;
  }
}
body.food #visual::after {
  content: "";
  width: 100%;
  height: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background: #d4ac9b;
}
@media screen and (max-width: 749px) {
  body.food #visual::after {
    height: 25px;
  }
}
body.food #visual #baloonNote {
  max-width: 240px;
  width: 50%;
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 20px;
  z-index: 20000;
  transition: 1s;
  opacity: 0;
  pointer-events: none;
}
body.food #visual.first #baloonNote {
  opacity: 1;
  pointer-events: auto;
}
body.food #visual .tray {
  width: 90%;
  max-width: 640px;
  height: 24.2vw;
  max-height: 171px;
  background: url(../img/p3_tray.png) no-repeat center top;
  background-size: contain;
  margin: 0 auto;
  position: relative;
}
body.food #visual .tray #f01,
body.food #visual .tray #f02,
body.food #visual .tray #f03,
body.food #visual .tray #f04,
body.food #visual .tray #f05,
body.food #visual .tray #f06 {
  position: absolute;
  background: no-repeat center bottom;
  background-size: contain;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
}
body.food #visual .tray #f01 u,
body.food #visual .tray #f02 u,
body.food #visual .tray #f03 u,
body.food #visual .tray #f04 u,
body.food #visual .tray #f05 u,
body.food #visual .tray #f06 u {
  display: block;
  background: no-repeat center center;
  background-size: contain;
  width: 50%;
  height: 48%;
  position: relative;
}
body.food #visual .tray #f01 u:only-child,
body.food #visual .tray #f02 u:only-child,
body.food #visual .tray #f03 u:only-child,
body.food #visual .tray #f04 u:only-child,
body.food #visual .tray #f05 u:only-child,
body.food #visual .tray #f06 u:only-child {
  width: 100%;
  height: 100%;
}
body.food #visual .tray > div.select u {
  filter: drop-shadow(0 0 0 3px #da608e);
  opacity: 0.8;
}
body.food #visual .tray > div.select u::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #e189aa url(../img/ico_close.png) no-repeat center center;
  background-size: 60% 60%;
  border-radius: 50%;
  box-shadow: 0 0 5px 5px rgb(255, 255, 255);
  opacity: 1.4;
}
@media screen and (max-width: 549px) {
  body.food #visual .tray > div.select u::after {
    box-shadow: 0 0 1px 3px rgb(255, 255, 255);
  }
}
body.food #visual .tray > div.select u:only-child::after {
  width: 30px;
  height: 30px;
}
body.food #visual .tray #f01 {
  width: 20%;
  height: 50%;
  left: 11%;
  bottom: 8%;
  z-index: 10;
}
body.food #visual .tray #f02 {
  width: 26%;
  height: 56%;
  left: 34%;
  bottom: 3%;
  z-index: 11;
}
body.food #visual .tray #f03 {
  width: 22%;
  height: 50%;
  left: 21%;
  top: -8%;
  z-index: 9;
}
body.food #visual .tray #f04 {
  width: 20%;
  height: 50%;
  right: 18%;
  bottom: 8%;
  z-index: 5;
}
body.food #visual .tray #f05 {
  width: 20%;
  height: 50%;
  left: 46%;
  top: -11%;
  z-index: 6;
}
body.food #visual .tray #f06 {
  width: 20%;
  height: 50%;
  right: 13%;
  top: -13%;
  z-index: 4;
}
body.food #food {
  height: auto;
  position: relative;
}
body.food #food nav {
  position: relative;
  z-index: 1000;
  margin-bottom: 3px;
}
@media screen and (max-width: 749px) {
  body.food #food nav {
    width: 17.6%;
    max-width: 50px;
  }
}
body.food #food nav ul {
  display: flex;
  -js-display: flex;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 78px;
}
@media screen and (max-width: 749px) {
  body.food #food nav ul {
    flex-direction: column;
    min-height: 486px;
    position: relative;
    top: -3px;
  }
}
body.food #food nav ul li {
  width: calc((100% - 5px) / 6);
}
@media screen and (max-width: 749px) {
  body.food #food nav ul li {
    width: 80%;
    height: calc((100% - 5px) / 6);
    position: relative;
  }
}
body.food #food nav ul li a {
  display: block;
  padding: 10px 5px 5px;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  min-height: 67px;
}
@media screen and (max-width: 749px) {
  body.food #food nav ul li a {
    width: 100%;
    min-height: 80px;
    font-size: 11px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 5px 9px 3px 5px;
    display: flex;
    -js-display: flex;
    flex-direction: row;
    justify-content: center;
  }
  body.food #food nav ul li a.double {
    padding-right: 5px;
    padding: 3px 5px 1px 5px;
  }
  body.food #food nav ul li a.double span {
    transform: scaleY(0.8);
    margin: -10% 0 -10%;
  }
  body.food #food nav ul li a.double img {
    margin-right: 8px;
  }
}
body.food #food nav ul li img {
  display: block;
  max-width: 33%;
  max-height: 26px;
  margin: 5px auto 0;
}
@media screen and (max-width: 749px) {
  body.food #food nav ul li img {
    max-height: 14px;
    max-width: none;
    display: inline-block;
    margin: 3px 0;
  }
}
body.food #food nav ul li.gr01 a,
body.food #food nav ul li.gr01 a::after {
  background-color: #e9abc1;
}
body.food #food nav ul li.gr02 a,
body.food #food nav ul li.gr02 a::after {
  background-color: #acb3d8;
}
body.food #food nav ul li.gr03 a,
body.food #food nav ul li.gr03 a::after {
  background-color: #d0bddd;
}
body.food #food nav ul li.gr04 a,
body.food #food nav ul li.gr04 a::after {
  background-color: #a2ccea;
}
body.food #food nav ul li.gr05 a,
body.food #food nav ul li.gr05 a::after {
  background-color: #efb6aa;
}
body.food #food nav ul li.gr06 a,
body.food #food nav ul li.gr06 a::after {
  background-color: #a5d6cd;
}
@media screen and (max-width: 749px) {
  body.food #food nav ul li.gr01 img {
    width: 18px;
  }
  body.food #food nav ul li.gr02 img {
    width: 16px;
  }
  body.food #food nav ul li.gr03 img {
    width: 18px;
  }
  body.food #food nav ul li.gr04 img {
    width: 18px;
  }
  body.food #food nav ul li.gr05 img {
    width: 14px;
  }
  body.food #food nav ul li.gr06 img {
    width: 14px;
  }
}
@media screen and (max-width: 749px) {
  body.food #food nav ul li.on {
    width: 100%;
  }
}
body.food #food nav ul li.on a {
  padding-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 749px) {
  body.food #food nav ul li.on a {
    padding-bottom: inherit;
    padding-right: calc(20% + 12px);
  }
  body.food #food nav ul li.on a.double {
    padding-right: calc(20% + 4px);
  }
}
body.food #food nav ul li.on a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 3px;
}
@media screen and (max-width: 749px) {
  body.food #food nav ul li.on a::before {
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
  }
}
body.food #food nav ul li.on a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  display: block;
  width: 100%;
  height: 3px;
}
@media screen and (max-width: 749px) {
  body.food #food nav ul li.on a::after {
    left: auto;
    right: -3px;
    bottom: 0;
    width: 3px;
    height: 100%;
  }
}
body.food #food nav ul li.on i::before,
body.food #food nav ul li.on i::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 3px;
  height: calc(100% + 3px);
  z-index: 10000;
}
@media screen and (max-width: 749px) {
  body.food #food nav ul li.on i::before,
body.food #food nav ul li.on i::after {
    left: 0;
    top: auto;
    width: calc(100% + 3px);
    height: 3px;
  }
}
body.food #food nav ul li.on i::before {
  left: 0;
}
@media screen and (max-width: 749px) {
  body.food #food nav ul li.on i::before {
    top: 0;
  }
}
body.food #food nav ul li.on i::after {
  right: 0;
}
@media screen and (max-width: 749px) {
  body.food #food nav ul li.on i::after {
    right: auto;
    left: 0;
    bottom: 0;
  }
}
body.food #food li.on.gr01 a {
  background-color: #e189aa;
}
body.food #food li.on.gr01 a::before,
body.food #food li.on.gr01 i::before,
body.food #food li.on.gr01 i::after {
  background-color: #cf658d;
}
body.food #food li.on.gr01 a::after {
  background-color: #e189aa;
}
body.food #food li.on.gr02 a {
  background-color: #8b97cb;
}
body.food #food li.on.gr02 a::before,
body.food #food li.on.gr02 i::before,
body.food #food li.on.gr02 i::after {
  background-color: #6574b6;
}
body.food #food li.on.gr02 a::after {
  background-color: #8b97cb;
}
body.food #food li.on.gr03 a {
  background-color: #c0a4d0;
}
body.food #food li.on.gr03 a::before,
body.food #food li.on.gr03 i::before,
body.food #food li.on.gr03 i::after {
  background-color: #996eb1;
}
body.food #food li.on.gr03 a::after {
  background-color: #c0a4d0;
}
body.food #food li.on.gr04 a {
  background-color: #7cbae6;
}
body.food #food li.on.gr04 a::before,
body.food #food li.on.gr04 i::before,
body.food #food li.on.gr04 i::after {
  background-color: #4795cd;
}
body.food #food li.on.gr04 a::after {
  background-color: #7cbae6;
}
body.food #food li.on.gr05 a {
  background-color: #ed9c8a;
}
body.food #food li.on.gr05 a::before,
body.food #food li.on.gr05 i::before,
body.food #food li.on.gr05 i::after {
  background-color: #d7765f;
}
body.food #food li.on.gr05 a::after {
  background-color: #ed9c8a;
}
body.food #food li.on.gr06 a {
  background-color: #82c7bc;
}
body.food #food li.on.gr06 a::before,
body.food #food li.on.gr06 i::before,
body.food #food li.on.gr06 i::after {
  background-color: #5eb7a9;
}
body.food #food li.on.gr06 a::after {
  background-color: #82c7bc;
}
body.food #food .slideWrap {
  width: 100%;
}
@media screen and (max-width: 749px) {
  body.food #food .slideWrap {
    padding-right: 2%;
  }
}
body.food #food .slideFrame {
  z-index: 100;
  margin: -14px auto 0;
  padding: 0 5%;
  max-width: 1000px;
}
body.food #food .slideFrame::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 749px) {
  body.food #food .slideFrame {
    display: flex;
    -js-display: flex;
    margin-top: 10px;
    padding: 0 0 0 2%;
  }
}
body.food #food .slideFrame #arrow01,
body.food #food .slideFrame #arrow02 {
  width: 20%;
  max-width: 115px;
  height: 7em;
  position: absolute;
  top: 48%;
  right: 1%;
  transform: translateY(-50%);
  z-index: 10000;
  pointer-events: none;
  transition: 0.6s;
}
body.food #food .slideFrame #arrow01 a,
body.food #food .slideFrame #arrow02 a {
  display: block;
  width: 60%;
  height: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10010;
  pointer-events: all;
}
body.food #food .slideFrame #arrow01.hide,
body.food #food .slideFrame #arrow02.hide {
  opacity: 0;
  visibility: hidden;
}
body.food #food .slideFrame #arrow01 {
  background: url(../img/p3_arrow01.png) no-repeat center center;
  background-size: contain;
  animation: scrollBt 2s linear infinite both;
}
body.food #food .slideFrame #arrow02 {
  background: url(../img/p3_arrow02.png) no-repeat center center;
  background-size: contain;
  right: auto;
  left: 1%;
  animation: scrollBt2 2s linear infinite both;
}
body.food #food .slideBody {
  width: calc(100% - 6px);
  box-sizing: border-box;
  position: relative;
  background: #f7f7f7;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.83%;
  outline-width: 3px;
  outline-style: solid;
  margin: 0 auto;
  min-height: 347px;
}
@media screen and (max-width: 749px) {
  body.food #food .slideBody {
    min-height: 480px;
  }
}
body.food #food .slideBody .tab {
  display: none;
}
body.food #food .slideBody .tab.on {
  display: block;
}
body.food #food .slideBody div h2 {
  width: 100%;
  height: 46px;
  background: #e189aa;
  color: #FFFFFF;
  text-align: center;
  padding-top: 12px;
}
@media screen and (max-width: 749px) {
  body.food #food .slideBody div h2 {
    width: 45px;
    min-width: 45px;
    height: 76px;
    -js-display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 14px;
    padding-top: 0;
  }
}
body.food #food .gr01 .slideBody {
  background-color: #f3e1e8;
  outline-color: #cf658d;
}
body.food #food .gr02 .slideBody {
  background-color: #e1e4ee;
  outline-color: #6574b6;
}
body.food #food .gr03 .slideBody {
  background-color: #ece6ef;
  outline-color: #996eb1;
}
body.food #food .gr04 .slideBody {
  background-color: #deebf4;
  outline-color: #4795cd;
}
body.food #food .gr05 .slideBody {
  background-color: #f5e5e1;
  outline-color: #d7765f;
}
body.food #food .gr06 .slideBody {
  background-color: #e0edeb;
  outline-color: #5eb7a9;
}
body.food #food div.gr01 h2 {
  background: #e189aa;
}
body.food #food div.gr02 h2 {
  background: #8b97cb;
}
body.food #food div.gr03 h2 {
  background: #c0a4d0;
}
body.food #food div.gr04 h2 {
  background: #7cbae6;
}
body.food #food div.gr05 h2 {
  background: #ed9c8a;
}
body.food #food div.gr06 h2 {
  background: #82c7bc;
}
body.food #food .slideBody ul {
  font-size: 0;
  padding: 0 1.83% 0 1.83%;
  display: flex;
  -js-display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.food #food .slideBody ul li {
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: 100%;
  width: 18.5%;
  margin-top: 1.83%;
}
@media screen and (max-width: 749px) {
  body.food #food .slideBody ul li {
    width: 32%;
  }
}
body.food #food .slideBody ul li a {
  border: 1px solid #6c6c6c;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 88px;
  padding-top: 8px;
  padding-bottom: 20px;
  color: #919191;
  box-sizing: border-box;
  position: relative;
  background-color: #FFFFFF;
}
body.food #food .slideBody ul li a:not([data-count="0"])::after {
  content: "";
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  position: absolute;
  display: block;
  pointer-events: none;
  left: -1px;
  top: -1px;
  border: 3px solid #da608e;
  z-index: 1000;
}
@media screen and (max-width: 749px) {
  body.food #food .slideBody ul li a {
    width: 100%;
  }
}
body.food #food .slideBody ul li p {
  font-size: 11px;
  transform: scaleX(0.96);
}
@media screen and (max-width: 749px) {
  body.food #food .slideBody ul li p {
    font-size: 11px;
    width: 120%;
    margin: -4px -10% 0;
    transform: scale(0.8);
    padding-top: 6px;
  }
}
body.food #food .slideBody ul li p:not(.double) {
  padding-top: 8px;
}
@media screen and (max-width: 749px) {
  body.food #food .slideBody ul li p:not(.double) {
    padding-top: 12px;
  }
}
body.food #food .slideBody ul li i {
  width: 72px;
  height: 44px;
  display: block;
  background: url(../img/sk01.png) no-repeat center center;
  background-size: contain;
  margin: 0 auto 2px;
}
@media screen and (max-width: 749px) {
  body.food #food .slideBody ul li i {
    width: 45px;
    height: 31px;
  }
}
body.food #food .slideBody ul li span {
  font-size: 10px;
}
@media screen and (max-width: 749px) {
  body.food #food .slideBody ul li span {
    transform: scale(0.8);
  }
}
body.food #food .slideBody ul li ins {
  display: block;
  font-size: 10px;
  font-weight: normal;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2px 3px;
}
body.food #food .slideBody ul:last-child {
  margin-bottom: 1.83%;
}
body.food .addNote {
  font-size: 9px;
  width: 100%;
  position: relative;
  z-index: 1000;
  text-align: left;
  margin: 10px auto 0;
  color: #6c6c6c;
  padding: 0 5%;
  max-width: 1000px;
}

.gr01 ins {
  background-color: #e189aa;
}

.gr02 ins {
  background-color: #8b97cb;
}

.gr03 ins {
  background-color: #c0a4d0;
}

.gr04 ins {
  background-color: #7cbae6;
}

.gr05 ins {
  background-color: #ed9c8a;
}

.gr06 ins {
  background-color: #82c7bc;
}

#countArea,
#countArea2 {
  position: relative;
  z-index: 1000;
  font-size: 0;
  width: 100%;
  margin: 18px auto 0;
  -js-display: flex;
  display: flex;
  padding: 0 5%;
  max-width: 1000px;
}
#countArea .counter,
#countArea2 .counter {
  width: 77%;
  display: inline-block;
  font-size: 1rem;
  vertical-align: top;
  -js-display: flex;
  display: flex;
  margin-right: 3%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
#countArea .counter h2,
#countArea2 .counter h2 {
  font-size: 132%;
  background: #da608e;
  height: 52px;
  padding: 13px 20px 0;
  color: #FFFFFF;
  width: 62%;
  text-align: center;
}
#countArea .counter .body,
#countArea2 .counter .body {
  height: 52px;
  -js-display: flex;
  display: flex;
  align-items: center;
  background: #f7f7f7;
  width: 38%;
  justify-content: center;
  padding: 0 10px;
}
#countArea .counter .body em,
#countArea2 .counter .body em {
  width: calc(100% - 50px);
  text-align: center;
  display: inline-block;
  font-size: 250%;
  font-weight: bold;
  color: #e189aa;
}
#countArea .counter .body span,
#countArea2 .counter .body span {
  width: 50px;
  font-size: 150%;
  color: #919191;
}
#countArea .bt,
#countArea2 .bt {
  font-size: 1rem;
  vertical-align: top;
  width: 20%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 749px) {
  #countArea .bt,
#countArea2 .bt {
    width: 40%;
    min-width: 100px;
    max-width: 200px;
  }
}

@media screen and (min-width: 750px) {
  #countArea {
    margin-top: 16px;
  }
}
@media screen and (max-width: 749px) {
  #countArea {
    justify-content: center;
    display: none;
  }
}
@media screen and (max-width: 749px) {
  #countArea .counter {
    display: none;
  }
}

#countArea2 {
  width: 96%;
  margin-top: -18px;
  display: none;
}
@media screen and (max-width: 749px) {
  #countArea2 {
    -js-display: flex;
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
}
#countArea2 .counter {
  width: 70%;
  margin-right: 0;
}
#countArea2 .counter h2 {
  font-size: 12px;
  height: 39px;
  padding: 5px 8px 0;
  min-width: 110px;
  width: auto;
  letter-spacing: 0;
  line-height: 120%;
  text-align: left;
}
#countArea2 .counter .body {
  height: 39px;
  width: calc(100% - 110px);
  padding: 0 6px;
}
#countArea2 .counter .body em {
  font-size: 25px;
  letter-spacing: 0;
  width: calc(100% - 28px);
}
#countArea2 .counter .body span {
  font-size: 15px;
  width: 28px;
  letter-spacing: 0;
}
#countArea2 .bt {
  width: 28.5%;
  margin-left: 1.5%;
  min-width: 60px;
}
#countArea2 .bt a {
  height: 100%;
  padding-top: 6px;
}

.btnNo {
  color: #FFFFFF;
  width: 100%;
  display: inline-block;
  height: 52px;
  padding: 13px 5px 0;
  text-align: center;
  position: relative;
  background: rgb(161, 161, 161);
  background: -moz-linear-gradient(180deg, rgb(161, 161, 161) 0%, rgb(125, 125, 125) 100%);
  background: -webkit-linear-gradient(180deg, rgb(161, 161, 161) 0%, rgb(125, 125, 125) 100%);
  background: linear-gradient(180deg, rgb(161, 161, 161) 0%, rgb(125, 125, 125) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a1a1a1", endColorstr="#7d7d7d", GradientType=1);
}
@media screen and (max-width: 749px) {
  .btnNo {
    height: 30px;
    padding-top: 4px;
  }
}
.btnNo span {
  color: #FFFFFF;
  font-size: 132%;
  font-weight: normal;
}
@media screen and (max-width: 749px) {
  .btnNo span {
    font-size: 14px;
  }
}
.btnNo.no::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  display: block;
  pointer-events: none;
  border: 3px solid #da608e;
}

.breakfast .lead {
  background: url(../img/p3_bg_bf.jpg) no-repeat center top;
  background-size: cover;
}

.breakfast .deco1 {
  width: 252px;
  height: 170px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/sun01.png) no-repeat left bottom;
  background-size: contain;
}
@media screen and (max-width: 749px) {
  .breakfast .deco1 {
    width: 30%;
    min-width: 150px;
    height: 100%;
  }
}

.lunch .lead {
  background: url(../img/p3_bg_lu.jpg) no-repeat center top;
  background-size: cover;
}

.lunch .deco1 {
  width: 252px;
  height: 170px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/sun02.png) no-repeat left top;
  background-size: contain;
}
@media screen and (max-width: 749px) {
  .lunch .deco1 {
    width: 30%;
    min-width: 150px;
    height: 100%;
  }
}

.dinner .lead {
  background: url(../img/p3_bg_di.jpg) no-repeat center top;
  background-size: cover;
  color: #FFFFFF;
}

.dinner .deco1 {
  width: 252px;
  height: 170px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/star.png) no-repeat left center;
  background-size: cover;
}
@media screen and (max-width: 749px) {
  .dinner .deco1 {
    width: 80px;
    height: 100%;
  }
}

body.food #food .gr01 a[data-img=sk01] i {
  background-image: url(/img/sk01.png);
}
body.food #food .gr01 a[data-img=sk02] i {
  background-image: url(/img/sk02.png);
}
body.food #food .gr01 a[data-img=sk03] i {
  background-image: url(/img/sk03.png);
}
body.food #food .gr01 a[data-img=sk04] i {
  background-image: url(/img/sk04.png);
}
body.food #food .gr01 a[data-img=sk05] i {
  background-image: url(/img/sk05.png);
}
body.food #food .gr01 a[data-img=sk06] i {
  background-image: url(/img/sk06.png);
}
body.food #food .gr01 a[data-img=sk07] i {
  background-image: url(/img/sk07.png);
}
body.food #food .gr01 a[data-img=sk08] i {
  background-image: url(/img/sk08.png);
}
body.food #food .gr01 a[data-img=sk09] i {
  background-image: url(/img/sk09.png);
}
body.food #food .gr01 a[data-img=sk10] i {
  background-image: url(/img/sk10.png);
}
body.food #food .gr01 a[data-img=sk11] i {
  background-image: url(/img/sk11.png);
}
body.food #food .gr02 a[data-img=si01] i {
  background-image: url(/img/si01.png);
}
body.food #food .gr02 a[data-img=si02] i {
  background-image: url(/img/si02.png);
}
body.food #food .gr02 a[data-img=si03] i {
  background-image: url(/img/si03.png);
}
body.food #food .gr02 a[data-img=si04] i {
  background-image: url(/img/si04.png);
}
body.food #food .gr02 a[data-img=si05] i {
  background-image: url(/img/si05.png);
}
body.food #food .gr02 a[data-img=si06] i {
  background-image: url(/img/si06.png);
}
body.food #food .gr02 a[data-img=si07] i {
  background-image: url(/img/si07.png);
}
body.food #food .gr02 a[data-img=si08] i {
  background-image: url(/img/si08.png);
}
body.food #food .gr02 a[data-img=si09] i {
  background-image: url(/img/si09.png);
}
body.food #food .gr02 a[data-img=si10] i {
  background-image: url(/img/si10.png);
}
body.food #food .gr03 a[data-img=fi01] i {
  background-image: url(/img/fi01.png);
}
body.food #food .gr03 a[data-img=fi02] i {
  background-image: url(/img/fi02.png);
}
body.food #food .gr03 a[data-img=fi03] i {
  background-image: url(/img/fi03.png);
}
body.food #food .gr03 a[data-img=fi04] i {
  background-image: url(/img/fi04.png);
}
body.food #food .gr03 a[data-img=fi05] i {
  background-image: url(/img/fi05.png);
}
body.food #food .gr03 a[data-img=fi06] i {
  background-image: url(/img/fi06.png);
}
body.food #food .gr03 a[data-img=fi07] i {
  background-image: url(/img/fi07.png);
}
body.food #food .gr03 a[data-img=fi08] i {
  background-image: url(/img/fi08.png);
}
body.food #food .gr03 a[data-img=fi09] i {
  background-image: url(/img/fi09.png);
}
body.food #food .gr03 a[data-img=fi10] i {
  background-image: url(/img/fi10.png);
}
body.food #food .gr03 a[data-img=fi11] i {
  background-image: url(/img/fi11.png);
}
body.food #food .gr04 a[data-img=sr01] i {
  background-image: url(/img/sr01.png);
}
body.food #food .gr04 a[data-img=sr02] i {
  background-image: url(/img/sr02.png);
}
body.food #food .gr04 a[data-img=sr03] i {
  background-image: url(/img/sr03.png);
}
body.food #food .gr04 a[data-img=sr04] i {
  background-image: url(/img/sr04.png);
}
body.food #food .gr05 a[data-img=ds01] i {
  background-image: url(/img/ds01.png);
}
body.food #food .gr05 a[data-img=ds02] i {
  background-image: url(/img/ds02.png);
}
body.food #food .gr05 a[data-img=ds03] i {
  background-image: url(/img/ds03.png);
}
body.food #food .gr05 a[data-img=ds04] i {
  background-image: url(/img/ds04.png);
}
body.food #food .gr05 a[data-img=ds05] i {
  background-image: url(/img/ds05.png);
}
body.food #food .gr05 a[data-img=ds06] i {
  background-image: url(/img/ds06.png);
}
body.food #food .gr05 a[data-img=ds07] i {
  background-image: url(/img/ds07.png);
}
body.food #food .gr05 a[data-img=ds08] i {
  background-image: url(/img/ds08.png);
}
body.food #food .gr05 a[data-img=ds09] i {
  background-image: url(/img/ds09.png);
}
body.food #food .gr05 a[data-img=ds10] i {
  background-image: url(/img/ds10.png);
}
body.food #food .gr05 a[data-img=ds11] i {
  background-image: url(/img/ds11.png);
}
body.food #food .gr05 a[data-img=ds12] i {
  background-image: url(/img/ds12.png);
}
body.food #food .gr05 a[data-img=ds13] i {
  background-image: url(/img/ds13.png);
}
body.food #food .gr06 a[data-img=dr01] i {
  background-image: url(/img/dr01.png);
}
body.food #food .gr06 a[data-img=dr02] i {
  background-image: url(/img/dr02.png);
}
body.food #food .gr06 a[data-img=dr03] i {
  background-image: url(/img/dr03.png);
}
body.food #food .gr06 a[data-img=dr04] i {
  background-image: url(/img/dr04.png);
}
body.food #food .gr06 a[data-img=dr05] i {
  background-image: url(/img/dr05.png);
}
body.food #food .gr06 a[data-img=dr06] i {
  background-image: url(/img/dr06.png);
}
body.food #food .gr06 a[data-img=dr07] i {
  background-image: url(/img/dr07.png);
}
body.food #food .gr06 a[data-img=dr08] i {
  background-image: url(/img/dr08.png);
}
body.food #food .gr06 a[data-img=dr09] i {
  background-image: url(/img/dr09.png);
}

/*----------------------------------------------------
  p4
----------------------------------------------------*/
#p4 #ftNv {
  position: relative;
  transform: none;
  left: auto;
}
@media screen and (max-width: 549px) {
  #p4 #ftNv {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
  }
}

#p4.iPad #top,
#p4.iPad .mainContent {
  height: 100%;
}
#p4.iPad #ftNv {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}

#p4 {
  background: url(../img/bg_blue.jpg) no-repeat center top;
  background-size: cover;
  height: auto;
}
#p4 #top {
  height: auto;
}
#p4 .mainContent {
  height: auto;
}
@media screen and (max-width: 549px) {
  #p4 .mainContent {
    padding-bottom: 80px;
  }
}
#p4 .mainContent .lead {
  margin-bottom: 14px;
  line-height: 160%;
}
#p4 .mainContent .lead .body {
  margin-top: 12px;
  line-height: 160%;
}
#p4 .mainContent .lead span {
  font-size: 82%;
  line-height: 160%;
  position: relative;
  top: -4px;
}
#p4 #activity .actImg {
  width: 106%;
  margin: 0 -3% 0;
  position: relative;
  height: 56vw;
  max-height: 293px;
  min-height: 179px;
}
#p4 #activity .actImg::after {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #919191;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
@media screen and (min-width: 636px) {
  #p4 #activity .actImg {
    width: 500px;
    margin: 0 auto;
  }
}
#p4 #activity .actImg > div {
  position: absolute;
  transition: 0.6s;
}
#p4 #activity .actImg > div:not(.on) {
  opacity: 0;
  pointer-events: none;
}
#p4 #activity .addNote {
  width: 100%;
  font-size: 9px;
  color: #6c6c6c;
  margin-top: 20px;
  padding: 0 10px;
}
#p4 .inputArea {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 0px 15px 0;
}
@media screen and (max-width: 749px) {
  #p4 .inputArea {
    height: 39px;
    padding-top: 8px;
  }
}
#p4 .inputArea .btnCount {
  display: block;
  text-align: center;
  width: 31px;
  min-width: 31px;
  height: 31px;
  background: #e189aa;
  line-height: 27px;
  vertical-align: middle;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: normal;
}
@media screen and (max-width: 749px) {
  #p4 .inputArea .btnCount {
    width: 22px;
    min-width: 22px;
    height: 22px;
    line-height: 20px;
    font-size: 14px;
  }
}
#p4 .inputArea .btnCount.minus {
  background: #abb6e7;
  margin-right: 3%;
}
#p4 .inputArea .btnCount.plus {
  background: #e27bb0;
  margin-left: 3%;
}
#p4 .inputArea .wrapRange {
  position: relative;
  width: calc(88% - 62px);
}
#p4 .inputArea .wrapRange ul {
  position: absolute;
  top: 0.5vw;
  width: 100%;
  height: 16px;
  pointer-events: none;
  line-height: 0;
  color: #a2a2a2;
  font-size: 12px;
  z-index: 100;
}
#p4 .inputArea .wrapRange li:nth-child(1) {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
}
#p4 .inputArea .wrapRange li:nth-child(1) i {
  position: absolute;
  left: 0.1em;
  top: -14px;
}
@media screen and (max-width: 749px) {
  #p4 .inputArea .wrapRange li:nth-child(1) i {
    top: -8px;
  }
}
#p4 .inputArea .wrapRange li:nth-child(1)::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #a2a2a2;
  position: absolute;
  left: 3px;
  top: 0;
  display: block;
}
#p4 .inputArea .wrapRange li:nth-child(2) {
  width: 50.4%;
  height: 100%;
  position: absolute;
  left: 0;
  text-align: right;
}
#p4 .inputArea .wrapRange li:nth-child(2) i {
  position: absolute;
  right: -0.2em;
  top: -14px;
}
@media screen and (max-width: 749px) {
  #p4 .inputArea .wrapRange li:nth-child(2) i {
    top: -8px;
  }
}
#p4 .inputArea .wrapRange li:nth-child(2)::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #a2a2a2;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}
#p4 .inputArea .wrapRange li:nth-child(2)::after {
  content: "";
  width: 2px;
  height: 10px;
  background: #e189aa;
  position: absolute;
  right: 47%;
  top: 3px;
  display: block;
}
#p4 .inputArea .wrapRange li:nth-child(3) {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  text-align: right;
}
#p4 .inputArea .wrapRange li:nth-child(3) i {
  position: absolute;
  right: -0.2em;
  top: -14px;
}
@media screen and (max-width: 749px) {
  #p4 .inputArea .wrapRange li:nth-child(3) i {
    top: -8px;
  }
}
#p4 .inputArea .wrapRange li:nth-child(3)::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #a2a2a2;
  position: absolute;
  right: -1px;
  top: 0;
  display: block;
}
#p4 .inputArea .wrapRange li:nth-child(3)::after {
  content: "";
  width: 2px;
  height: 10px;
  background: #e189aa;
  position: absolute;
  right: 52%;
  top: 3px;
  display: block;
}
#p4 .inputArea .number {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 100%;
  height: 35px;
  width: 22%;
  margin-left: 4%;
}
@media screen and (max-width: 749px) {
  #p4 .inputArea .number {
    position: absolute;
    right: 20px;
    bottom: 44px;
  }
}
#p4 .inputArea .number em {
  display: block;
  height: 35px;
  min-width: 71px;
  border: 1px solid #6c6c6c;
  margin-right: 2%;
  color: #e189aa;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding-top: 7px;
}
@media screen and (max-width: 749px) {
  #p4 .inputArea .number em {
    background: #FFFFFF;
    font-size: 20px;
    width: 50px;
    height: 25px;
    padding-top: 4px;
  }
}
#p4 .inputArea .number span {
  min-width: 34px;
}
@media screen and (max-width: 749px) {
  #p4 .inputArea .number span {
    margin-left: 4px;
  }
}
#p4 #activityList {
  font-size: 0;
  margin-top: 10px;
}
#p4 #activityList li.on a::before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  border: 2px solid #ce2464;
}
#p4 #activityList li.on a .count em {
  color: #da608e;
}
#p4 #activityList li {
  display: inline-block;
  width: 23.8%;
  height: 149px;
  background: #f7f7f7;
  vertical-align: top;
  font-size: 1rem;
  margin-top: 1.2%;
}
@media screen and (max-width: 749px) {
  #p4 #activityList li {
    width: 32%;
    margin-top: 1%;
  }
}
#p4 #activityList li:not(:nth-child(4n+1)) {
  margin-left: 1.2%;
}
@media screen and (max-width: 749px) {
  #p4 #activityList li:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
}
@media screen and (max-width: 749px) {
  #p4 #activityList li:not(:nth-child(3n+1)) {
    margin-left: 1%;
  }
}
#p4 #activityList li a {
  display: block;
  position: relative;
  text-align: center;
  padding-bottom: 4px;
}
#p4 #activityList li h2 {
  background: #da608e;
  min-height: 50px;
  -js-display: flex;
  display: flex;
  line-height: 130%;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 100%;
}
@media screen and (max-width: 549px) {
  #p4 #activityList li h2 {
    font-size: 11px;
  }
}
#p4 #activityList li .body i {
  width: 56px;
  height: 56px;
  display: block;
  margin: 6px auto 0px;
}
#p4 #activityList li .body .count em {
  font-size: 163%;
  color: #83acd8;
}
#p4 #activityList li .body .count span {
  color: #6c6c6c;
  margin-left: 5px;
}
#p4 #activityList li:nth-child(even) h2 {
  background: #e189aa;
}
#p4 .sum {
  max-width: 410px;
  width: 100%;
  background: #f7f7f7;
  margin: 20px auto 0;
  min-height: 60px;
  -js-display: flex;
  display: flex;
  align-items: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
#p4 .sum h2 {
  background: #da608e;
  color: #FFFFFF;
  height: 100%;
  min-height: 60px;
  -js-display: flex;
  display: flex;
  align-items: center;
  font-size: 138%;
  padding: 0 10px;
  width: 50%;
}
@media screen and (max-width: 749px) {
  #p4 .sum h2 {
    font-size: 14px;
    min-width: 136px;
    letter-spacing: 0;
    width: 30%;
  }
}
#p4 .sum .body {
  height: 100%;
  min-height: 60px;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px 4px;
  width: 50%;
}
@media screen and (max-width: 749px) {
  #p4 .sum .body {
    width: 70%;
  }
}
#p4 .sum .body em {
  color: #e189aa;
  font-size: 250%;
  vertical-align: baseline;
}
@media screen and (max-width: 749px) {
  #p4 .sum .body em {
    font-size: 25px;
  }
}
#p4 .sum .body span {
  font-size: 150%;
  padding-top: 8px;
  vertical-align: baseline;
  color: #919191;
  margin-left: 5px;
}
@media screen and (max-width: 749px) {
  #p4 .sum .body span {
    font-size: 15px;
  }
}
@media screen and (max-width: 749px) {
  #p4 #sum01 {
    display: none;
  }
}
#p4 #sum02 {
  display: none;
}
@media screen and (max-width: 749px) {
  #p4 #sum02 {
    -js-display: flex;
    display: flex;
  }
}

input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 4px;
  width: 100%;
  border-radius: 0;
  outline: 0;
  position: relative;
  z-index: 300;
  background: rgb(214, 198, 218);
  background: -moz-linear-gradient(90deg, rgb(214, 198, 218) 0%, rgb(226, 123, 176) 100%);
  background: -webkit-linear-gradient(90deg, rgb(214, 198, 218) 0%, rgb(226, 123, 176) 100%);
  background: linear-gradient(90deg, rgb(214, 198, 218) 0%, rgb(226, 123, 176) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d6c6da", endColorstr="#e27bb0", GradientType=1);
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #da608e;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: relative;
  z-index: 300;
}
input[type=range]::-moz-range-thumb {
  background: #da608e;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: none;
  position: relative;
  z-index: 300;
}
input[type=range]::-moz-focus-outer {
  border: 0;
}

/*----------------------------------------------------
  p5
----------------------------------------------------*/
#p5 #ftNv {
  position: relative;
  transform: none;
  left: auto;
}
@media screen and (max-width: 549px) {
  #p5 #ftNv {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
  }
}

#p5.iPad #top,
#p5.iPad .mainContent {
  height: 100%;
}
#p5.iPad #ftNv {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}

#p5 {
  background: url(../img/bg_pink.jpg) no-repeat center top;
  background-size: cover;
  height: auto;
}
#p5 #top {
  height: auto;
}
#p5 .mainContent {
  height: auto;
  padding-bottom: 60px;
}
#p5 .mainContent .lead {
  margin-bottom: 30px;
}
#p5 #result .resultImg {
  margin-bottom: 20px;
}
#p5 #result .resultImg > div {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  background: url(../img/p5_bg02.jpg) repeat center center;
  position: relative;
  overflow: hidden;
  display: none;
}
#p5 #result .resultImg > div::before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  border: 2px solid #da608e;
  z-index: 100;
}
#p5 #result .resultImg > div h2 {
  background: #da608e;
  color: #FFFFFF;
  padding: 6px 10px;
  text-align: center;
  font-size: 125%;
  font-weight: bold;
}
#p5 #result .resultImg > div .img {
  padding: 20px;
  text-align: center;
}
#p5 #result .resultImg > div .img img {
  max-width: 410px;
}
@media screen and (max-width: 749px) {
  #p5 #result .resultImg > div .img img {
    max-width: 100%;
  }
}
#p5 #result .resultImg > div .note {
  padding: 20px 40% 20px 20px;
  background: #FFFFFF;
  font-size: 14px;
  line-height: 160%;
  position: relative;
}
@media screen and (max-width: 749px) {
  #p5 #result .resultImg > div .note {
    padding-right: 26%;
  }
}
#p5 #result .resultImg > div .note i {
  position: absolute;
  display: block;
  right: 10%;
  bottom: -34px;
  width: 23.5%;
  height: 158px;
  background: url(../img/guide.png) no-repeat center top;
  background-size: contain;
}
@media screen and (max-width: 749px) {
  #p5 #result .resultImg > div .note i {
    height: 100%;
    right: 3%;
    bottom: -10%;
  }
}
@media screen and (max-width: 549px) {
  #p5 #result .resultImg > div .note i {
    height: 60%;
    right: 3%;
    bottom: -20%;
  }
}

#p5.disp01 #result .resultImg .result05 {
  display: block;
}

#p5.disp02 #result .resultImg .result04 {
  display: block;
}

#p5.disp03 #result .resultImg .result03 {
  display: block;
}

#p5.disp04 #result .resultImg .result02 {
  display: block;
}

#p5.disp05 #result .resultImg .result01 {
  display: block;
}

.dataCmn {
  max-width: 670px;
  margin: 0 auto 20px;
}
.dataCmn h2 {
  width: 175px;
  background: #da608e;
  color: #FFFFFF;
  padding: 6px 10px;
  text-align: center;
  font-size: 125%;
  font-weight: bold;
}
.dataCmn .dataBody {
  font-size: 0;
}
.dataCmn .dataBody > div {
  background: #FFFFFF;
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  min-height: 227px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 749px) {
  .dataCmn .dataBody > div {
    padding: 13px;
    min-height: 0;
    padding-bottom: 70px;
  }
}
.dataCmn .dataBody > div h3 {
  -js-display: flex;
  display: flex;
}
.dataCmn .dataBody > div h3 img {
  max-width: 49px;
  max-height: 49px;
}
@media screen and (max-width: 749px) {
  .dataCmn .dataBody > div h3 img {
    max-height: 34px;
    max-width: 34px;
  }
}
.dataCmn .dataBody > div h3 span {
  font-size: 113%;
  color: #e189aa;
  margin-left: 14px;
  letter-spacing: 0;
}
@media screen and (max-width: 549px) {
  .dataCmn .dataBody > div h3 span {
    font-size: 12px;
    margin-left: 10px;
  }
}
.dataCmn .dataBody > div .count {
  text-align: right;
  line-height: 120%;
  position: relative;
  z-index: 100;
  letter-spacing: 0;
}
.dataCmn .dataBody > div .count em {
  font-size: 232%;
  color: #aaa9a9;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  .dataCmn .dataBody > div .count em {
    font-size: 21px;
  }
}
.dataCmn .dataBody > div .count span {
  font-size: 125%;
  color: #6c6c6c;
}
@media screen and (max-width: 749px) {
  .dataCmn .dataBody > div .count span {
    font-size: 13px;
  }
}
.dataCmn .dataBody > div > .note {
  width: calc(100% - 20px);
  background: #f6f6f6;
  padding: 10px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  letter-spacing: 0;
}
@media screen and (max-width: 749px) {
  .dataCmn .dataBody > div > .note {
    font-size: 10px;
  }
}
.dataCmn .dataBody .data01 {
  width: 31.1%;
  margin-right: 0.3%;
}
@media screen and (max-width: 749px) {
  .dataCmn .dataBody .data01 {
    width: 49.3%;
    margin-right: 0.8%;
  }
}
.dataCmn .dataBody .data01 .count {
  margin-top: 15px;
  margin-bottom: 10px;
}
.dataCmn .dataBody .data02 {
  width: 31.1%;
  margin-right: 0.3%;
}
@media screen and (max-width: 749px) {
  .dataCmn .dataBody .data02 {
    width: 49.3%;
    margin-right: 0;
  }
}
.dataCmn .dataBody .data02 .count {
  margin-top: 15px;
  margin-bottom: 10px;
}
.dataCmn .dataBody .data03 {
  width: 36.9%;
  background: transparent;
  padding: 0;
}
@media screen and (max-width: 749px) {
  .dataCmn .dataBody .data03 {
    width: 100%;
    margin-top: 0.8%;
    font-size: 0;
    min-height: 0;
  }
}
.dataCmn .dataBody .data03 .data03-1 {
  height: 112px;
  background: #FFFFFF;
  padding: 20px;
}
@media screen and (max-width: 749px) {
  .dataCmn .dataBody .data03 .data03-1 {
    width: 49.3%;
    display: inline-block;
    margin-right: 0.8%;
    vertical-align: top;
    font-size: 1rem;
    padding: 12px;
  }
}
@media screen and (max-width: 549px) {
  .dataCmn .dataBody .data03 .data03-1 {
    height: 80px;
  }
}
.dataCmn .dataBody .data03 .data03-1 .count {
  margin-top: 5px;
}
.dataCmn .dataBody .data03 .data03-2 {
  height: 112px;
  background: #FFFFFF;
  margin-top: 1.2%;
  padding: 20px;
}
@media screen and (max-width: 749px) {
  .dataCmn .dataBody .data03 .data03-2 {
    width: 49.3%;
    display: inline-block;
    font-size: 1rem;
    margin-top: 0;
    vertical-align: top;
    padding: 12px;
  }
}
@media screen and (max-width: 549px) {
  .dataCmn .dataBody .data03 .data03-2 {
    height: 80px;
  }
}
.dataCmn .dataBody .data03 .data03-2 .count {
  margin-top: 5px;
}
.dataCmn .dataBody .advice {
  width: 100%;
  margin-top: 0.5%;
  min-height: 0;
  background: #f7f7f7;
  padding-right: 100px;
}
.dataCmn .dataBody .advice .img {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  border: 2px solid #e27bb0;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  background: #fff2f7 url(../img/guide.png) no-repeat -5px 5px;
  background-size: 80px auto;
}
@media screen and (max-width: 749px) {
  .dataCmn .dataBody .advice .img {
    width: 66px;
    height: 66px;
    background-size: 74px;
  }
}
.dataCmn .dataBody .advice.advLong {
  padding: 10px 110px 10px 20px;
}
.dataCmn .dataBody .advice.advLong .body {
  line-height: 140%;
}
.dataCmn .dataBody .advice .note {
  font-size: 69%;
  line-height: 140%;
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 749px) {
  .dataCmn .dataBody .advice {
    margin-top: 0.8%;
    padding-bottom: 15px;
    padding-right: calc(5% + 80px);
    font-size: 11px;
    min-height: 76px;
  }
}
.dataCmn .dataBody .addNote {
  width: 100%;
  max-width: 660px;
  font-size: 9px;
  margin-top: 20px;
  color: #6c6c6c;
}
@media screen and (max-width: 749px) {
  .dataCmn .dataBody .addNote {
    font-size: 10px;
  }
}

#p5 #ftNv .next {
  max-width: 224px;
  width: 224px;
}
@media screen and (max-width: 749px) {
  #p5 #ftNv .next {
    padding: 4px 4px 3px;
    font-size: 11px;
    min-height: 35px;
    max-width: 130px;
  }
}

@media screen and (min-width: 750px) {
  #p6 .dataCmn,
#p7 .dataCmn {
    max-width: 680px;
  }
  #p6 .dataCmn .dataBody,
#p7 .dataCmn .dataBody {
    padding-left: 8%;
    position: relative;
  }
  #p6 .dataCmn .dataBody h2,
#p7 .dataCmn .dataBody h2 {
    font-size: 22px;
    width: 8%;
    display: inline-block;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    min-height: 319px;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    line-height: 180%;
  }
  #p6 .dataCmn .dataBody > div h3 span,
#p7 .dataCmn .dataBody > div h3 span {
    font-size: 18px;
    margin-left: 10px;
    letter-spacing: 0;
  }
  #p6 .dataCmn .dataBody .data01,
#p7 .dataCmn .dataBody .data01 {
    width: 33.5%;
    padding: 12px;
  }
  #p6 .dataCmn .dataBody .data02,
#p7 .dataCmn .dataBody .data02 {
    width: 33.5%;
    padding: 12px;
  }
  #p6 .dataCmn .dataBody .data03,
#p7 .dataCmn .dataBody .data03 {
    width: 32%;
  }
  #p6 .dataCmn .dataBody .data03 .count,
#p7 .dataCmn .dataBody .data03 .count {
    margin-top: 8px;
  }
  #p6 .dataCmn .dataBody .advice,
#p7 .dataCmn .dataBody .advice {
    width: 100%;
    font-size: 14px;
  }
  _::-webkit-full-page-media,
_:future,
:root #p6 .dataCmn .dataBody h2,
_::-webkit-full-page-media,
_:future,
:root #p7 .dataCmn .dataBody h2 {
    left: -3.3%;
  }
}
@media screen and (max-width: 749px) {
  #p6 .dataCmn .dataBody h2,
#p7 .dataCmn .dataBody h2 {
    display: block;
    width: 175px;
    background: #da608e;
    font-size: 13px;
    color: #FFFFFF;
    padding: 6px 10px;
    text-align: center;
    font-weight: bold;
  }
}
/*----------------------------------------------------
  p6
----------------------------------------------------*/
#p6 #ftNv {
  position: relative;
  transform: none;
  left: auto;
}
@media screen and (max-width: 549px) {
  #p6 #ftNv {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
  }
}

#p6.iPad #top,
#p6.iPad .mainContent {
  height: 100%;
}
#p6.iPad #ftNv {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}

#p6 {
  background: url(../img/bg_pink.jpg) no-repeat center top;
  background-size: cover;
  height: auto;
}
#p6 #top,
#p6 .mainContent {
  height: auto;
}
#p6 .adviceTx {
  max-width: 627px;
  margin: 0 auto;
  padding: 20px 30px;
  padding-right: 20%;
  background: url(../img/p6_bg02.jpg) repeat center center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  #p6 .adviceTx {
    padding: 15px 20px;
    padding-right: 30%;
  }
}
#p6 .adviceTx::after {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #b6b6b6;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
#p6 .adviceTx h2 {
  color: #da608e;
  font-weight: bold;
  font-size: 125%;
  margin-bottom: 5px;
}
@media screen and (max-width: 549px) {
  #p6 .adviceTx h2 {
    font-size: 12px;
  }
}
#p6 .adviceTx .body {
  line-height: 120%;
}
@media screen and (max-width: 549px) {
  #p6 .adviceTx .body {
    font-size: 11px;
  }
}
#p6 .adviceTx .img {
  width: 24.8%;
  height: 100%;
  position: absolute;
  right: 1%;
  bottom: -10%;
  background: url(../img/guide.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 549px) {
  #p6 .adviceTx .img {
    bottom: -18%;
    right: 3%;
  }
}
#p6 .adviceImg {
  text-align: center;
  margin: 0 auto;
  max-width: 680px;
}
#p6 .addNote {
  width: 100%;
  max-width: 660px;
  font-size: 9px;
  margin-top: 20px;
  color: #6c6c6c;
}
@media screen and (max-width: 749px) {
  #p6 .addNote {
    font-size: 10px;
  }
}

/*----------------------------------------------------
  p7
----------------------------------------------------*/
#p7 #ftNv {
  position: relative;
  transform: none;
  left: auto;
}
@media screen and (max-width: 549px) {
  #p7 #ftNv {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
  }
}

#p7.iPad #top,
#p7.iPad .mainContent {
  height: 100%;
}
#p7.iPad #advice2 > .img img {
  width: 100%;
  margin: 0;
}
#p7.iPad #ftNv {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}

#p7 {
  background: url(../img/bg_blue.jpg) no-repeat center top;
  background-size: cover;
  height: auto;
}
#p7 #top,
#p7 .mainContent {
  height: auto;
}
#p7 #advice2 > .img {
  margin: -20px auto 20px;
  max-width: 1000px;
}
@media screen and (max-width: 549px) {
  #p7 #advice2 > .img {
    width: 106%;
    margin: -20px -3% 20px;
  }
}
#p7 #advice2 > .img img {
  width: 107%;
  max-width: 107%;
  margin: 0 -3.5%;
}
@media screen and (max-width: 749px) {
  #p7 #advice2 > .img img {
    width: 102%;
    max-width: 102%;
    margin: 0 -1%;
  }
}
#p7 #advice2 .dataCmn {
  margin-bottom: 10px;
}
#p7 .addNote {
  font-size: 10px;
  color: #6c6c6c;
  text-align: left;
}

/*----------------------------------------------------
  p8
----------------------------------------------------*/
#p8 #ftNv {
  position: relative;
  transform: none;
  left: auto;
}
@media screen and (max-width: 549px) {
  #p8 #ftNv {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
  }
}

#p8.iPad #top,
#p8.iPad .mainContent {
  height: 100%;
}
#p8.iPad #ftNv {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}

#p8 {
  background: url(../img/bg_pink.jpg) no-repeat center top;
  background-size: cover;
  height: auto;
}
#p8 #top,
#p8 .mainContent {
  height: auto;
}
#p8 #top .lead,
#p8 .mainContent .lead {
  padding-top: 130px;
}
#p8 #top .lead h1,
#p8 .mainContent .lead h1 {
  font-size: 169%;
}
#p8 #top .lead .body,
#p8 .mainContent .lead .body {
  font-size: 113%;
}
#p8 .movie {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 549px) {
  #p8 .movie {
    margin-top: 60px;
    margin-bottom: 20px;
  }
}
#p8 .movie video {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#p8 .qr {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 80px;
  background: #FFFFFF;
  position: relative;
  min-height: 98px;
  -js-display: flex;
  display: flex;
  align-items: center;
  padding: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  padding-right: 90px;
}
@media screen and (max-width: 549px) {
  #p8 .qr {
    margin-bottom: 40px;
  }
}
#p8 .qr .img {
  position: absolute;
  width: 69px;
  height: 69px;
  right: 14px;
  top: 14px;
}
#p8 .addNote {
  font-size: 88%;
  color: #6c6c6c;
  text-align: left;
}
@media screen and (max-width: 749px) {
  #p8 #ftNv a.prev {
    width: 96px;
  }
}

/*----------------------------------------------------
  p9
----------------------------------------------------*/
#p9 #ftNv {
  position: relative;
  transform: none;
  left: auto;
}
@media screen and (max-width: 549px) {
  #p9 #ftNv {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
  }
}

#p9.iPad #top,
#p9.iPad .mainContent {
  height: 100%;
}
#p9.iPad #ftNv {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}

#p8,
#p9 {
  background: url(../img/bg_blue.jpg) no-repeat center top;
  background-size: cover;
  height: auto;
}
#p8 em,
#p9 em {
  font-weight: bold;
}
#p8 .txA,
#p9 .txA {
  color: #e189aa;
}
#p8 .txP,
#p9 .txP {
  color: #cf6f33;
}
#p8 .txF,
#p9 .txF {
  color: #679933;
}
#p8 .txC,
#p9 .txC {
  color: #5899d2;
}
#p8 #top,
#p8 .mainContent,
#p9 #top,
#p9 .mainContent {
  height: auto;
}
#p8 #top .lead,
#p8 .mainContent .lead,
#p9 #top .lead,
#p9 .mainContent .lead {
  padding-top: 40px;
  margin-bottom: 30px;
}
#p8 #top .lead h1,
#p8 .mainContent .lead h1,
#p9 #top .lead h1,
#p9 .mainContent .lead h1 {
  font-size: 150%;
}
#p8 #top .lead .body,
#p8 .mainContent .lead .body,
#p9 #top .lead .body,
#p9 .mainContent .lead .body {
  font-size: 113%;
}
@media screen and (max-width: 549px) {
  #p8 .mainContent,
#p9 .mainContent {
    padding-bottom: 60px;
  }
}
#p8 .mainContent .wrapper,
#p9 .mainContent .wrapper {
  padding-bottom: 15px;
}
#p8 section.chart,
#p9 section.chart {
  background: url(../img/bg_dot.png) repeat left top;
  background-size: 10px 10px;
  width: 43.5%;
  position: relative;
  min-height: 441px;
  padding-bottom: 1%;
}
@media screen and (max-width: 749px) {
  #p8 section.chart,
#p9 section.chart {
    width: 100%;
    min-height: 0;
    padding-bottom: 10px;
  }
}
#p8 section.chart .tri,
#p9 section.chart .tri {
  width: 39%;
  max-width: 150px;
}
@media screen and (max-width: 549px) {
  #p8 section.chart .tri,
#p9 section.chart .tri {
    width: 30%;
  }
}
#p8 section.chart .goodBal,
#p9 section.chart .goodBal {
  width: 63.4%;
  position: absolute;
  right: 0;
  top: 0;
}
#p8 section.chart .goodBal .shine,
#p9 section.chart .goodBal .shine {
  width: 9%;
  padding: 4% 0;
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
}
#p8 section.chart .shine,
#p9 section.chart .shine {
  display: block;
  position: absolute;
  max-width: 30px;
  max-height: 30px;
}
#p8 section.chart .shine::before,
#p9 section.chart .shine::before {
  content: "";
  background: url(../img/shine.png) no-repeat center center;
  background-size: contain;
  width: 70%;
  height: 70%;
  position: absolute;
  left: 0;
  top: 0;
  animation: shine01 1s ease-in-out infinite both;
}
#p8 section.chart .shine::after,
#p9 section.chart .shine::after {
  content: "";
  background: url(../img/shine.png) no-repeat center center;
  background-size: contain;
  width: 40%;
  height: 40%;
  position: absolute;
  right: 0;
  bottom: 0;
  animation: shine01 1s 0.1s ease-in-out infinite both;
}
@keyframes shine01 {
  0% {
    transform: rotate(0deg) scale(0.5);
  }
  50% {
    transform: rotate(30deg) scale(1.3);
  }
  100% {
    transform: rotate(0deg) scale(0.5);
  }
}
#p8 section.chart .chartArea,
#p9 section.chart .chartArea {
  position: relative;
  padding-top: 2%;
}
#p8 section.chart .chartBox,
#p9 section.chart .chartBox {
  width: calc(56% + 20px);
  margin: 0 auto;
  opacity: 0.8;
}
#p8 section.chart .labelBox,
#p9 section.chart .labelBox {
  padding: 2px 5px;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  background: #FFFFFF;
  display: inline-block;
  line-height: 120%;
}
#p8 section.chart .label li,
#p9 section.chart .label li {
  font-size: 94%;
  font-weight: bold;
  text-align: center;
  min-width: calc(4em + 10px);
}
@media screen and (max-width: 1139px) {
  #p8 section.chart .label li,
#p9 section.chart .label li {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 749px) {
  #p8 section.chart .label li,
#p9 section.chart .label li {
    font-size: 3vw;
  }
}
@media screen and (max-width: 549px) {
  #p8 section.chart .label li,
#p9 section.chart .label li {
    font-size: 15px;
    min-width: 58px;
  }
}
#p8 section.chart .label li:nth-child(1),
#p9 section.chart .label li:nth-child(1) {
  position: absolute;
  top: -13%;
  left: 50%;
  transform: translateX(-50%);
}
#p8 section.chart .label li:nth-child(2),
#p9 section.chart .label li:nth-child(2) {
  position: absolute;
  bottom: 10%;
  left: 3%;
}
#p8 section.chart .label li:nth-child(3),
#p9 section.chart .label li:nth-child(3) {
  position: absolute;
  bottom: 10%;
  right: 3%;
}
#p8 section.chart .label li .shine,
#p9 section.chart .label li .shine {
  width: 30px;
  height: 30px;
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
}
@media screen and (max-width: 549px) {
  #p8 section.chart .label li.txP .shine,
#p9 section.chart .label li.txP .shine {
    top: 0;
    left: 130%;
  }
}
#p8 section.chart .calLabel,
#p9 section.chart .calLabel {
  -js-display: flex;
  display: flex;
  width: 94%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
}
#p8 section.chart .calLabel li,
#p9 section.chart .calLabel li {
  width: 48%;
  text-align: center;
  line-height: 120%;
}
#p8 section.chart .calLabel li em,
#p9 section.chart .calLabel li em {
  font-size: 82%;
  color: #e189aa;
  display: block;
}
@media screen and (max-width: 549px) {
  #p8 section.chart .calLabel li em,
#p9 section.chart .calLabel li em {
    font-size: 13px;
    font-weight: bold;
    line-height: 165%;
  }
}
#p8 section.chart .calLabel li .num,
#p9 section.chart .calLabel li .num {
  font-size: 82%;
  color: #919191;
}
@media screen and (max-width: 549px) {
  #p8 section.chart .calLabel li .num,
#p9 section.chart .calLabel li .num {
    font-size: 13px;
    font-weight: bold;
  }
}
#p8 #report01,
#p9 #report01 {
  border: 2px solid #da608e;
  border-width: 0 2px 2px;
  background: #FFFFFF;
  width: 100%;
}
#p8 #report01 > h1,
#p9 #report01 > h1 {
  background: #da608e;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 549px) {
  #p8 #report01 > h1,
#p9 #report01 > h1 {
    font-size: 13px;
    padding: 10px 5px;
  }
}
#p8 #report01 #report01col,
#p9 #report01 #report01col {
  -js-display: flex;
  display: flex;
}
@media screen and (max-width: 749px) {
  #p8 #report01 #report01col,
#p9 #report01 #report01col {
    display: block;
  }
}
#p8 #report01 article#txCol,
#p9 #report01 article#txCol {
  padding: 10px 20px;
  width: 56.5%;
}
@media screen and (max-width: 749px) {
  #p8 #report01 article#txCol,
#p9 #report01 article#txCol {
    width: 100%;
  }
}
#p8 #report01 article#txCol .title,
#p9 #report01 article#txCol .title {
  font-size: 88%;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #cf6f33;
  margin-bottom: 5px;
  text-align: center;
}
@media screen and (max-width: 549px) {
  #p8 #report01 article#txCol .title,
#p9 #report01 article#txCol .title {
    font-size: 13px;
  }
}
#p8 #report01 article#txCol .title.txF,
#p9 #report01 article#txCol .title.txF {
  border-bottom-color: #679933;
}
#p8 #report01 article#txCol .title.txC,
#p9 #report01 article#txCol .title.txC {
  border-bottom-color: #5899d2;
}
#p8 #report01 article#txCol .osusume,
#p9 #report01 article#txCol .osusume {
  font-size: 88%;
  background-color: #da608e;
  color: #FFFFFF;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 6px 10px;
  text-align: center;
}
@media screen and (max-width: 549px) {
  #p8 #report01 article#txCol .osusume,
#p9 #report01 article#txCol .osusume {
    font-size: 13px;
  }
}
#p8 #report01 article#txCol .body,
#p9 #report01 article#txCol .body {
  font-size: 75%;
  line-height: 140%;
}
@media screen and (max-width: 549px) {
  #p8 #report01 article#txCol .body,
#p9 #report01 article#txCol .body {
    font-size: 13px;
  }
}
#p8 .dataCmn,
#p9 .dataCmn {
  max-width: none;
  margin-top: 10px;
  margin-bottom: 0px;
}
#p8 .dataCmn h2,
#p9 .dataCmn h2 {
  width: 100%;
}
@media screen and (max-width: 749px) {
  #p8 .dataCmn h2,
#p9 .dataCmn h2 {
    display: inline-block;
    width: auto;
  }
}
@media screen and (max-width: 549px) {
  #p8 .dataCmn h2,
#p9 .dataCmn h2 {
    font-size: 150%;
  }
}
#p8 .dataCmn .dataBody,
#p9 .dataCmn .dataBody {
  letter-spacing: 0;
}
#p8 .dataCmn .dataBody .data01,
#p9 .dataCmn .dataBody .data01 {
  width: 33.1333333333%;
  min-height: 0;
  padding: 5px 10px 10px;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 749px) {
  #p8 .dataCmn .dataBody .data01,
#p9 .dataCmn .dataBody .data01 {
    width: 100%;
    margin-right: 0;
    -js-display: flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.8%;
  }
  #p8 .dataCmn .dataBody .data01:nth-child(3),
#p9 .dataCmn .dataBody .data01:nth-child(3) {
    margin-bottom: 0%;
  }
  #p8 .dataCmn .dataBody .data01 .main,
#p9 .dataCmn .dataBody .data01 .main {
    width: 60%;
  }
  #p8 .dataCmn .dataBody .data01 .note,
#p9 .dataCmn .dataBody .data01 .note {
    width: 40%;
  }
}
#p8 .dataCmn .dataBody .data01 h3,
#p9 .dataCmn .dataBody .data01 h3 {
  font-size: 100%;
}
#p8 .dataCmn .dataBody .data01 h3 span,
#p9 .dataCmn .dataBody .data01 h3 span {
  margin-left: 0;
}
@media screen and (max-width: 549px) {
  #p8 .dataCmn .dataBody .data01 h3 span,
#p9 .dataCmn .dataBody .data01 h3 span {
    font-size: 13px;
  }
}
#p8 .dataCmn .dataBody .data01 .count,
#p9 .dataCmn .dataBody .data01 .count {
  text-align: center;
  margin: 5px 0;
}
#p8 .dataCmn .dataBody .data01 .count em,
#p9 .dataCmn .dataBody .data01 .count em {
  font-size: 200%;
}
@media screen and (max-width: 549px) {
  #p8 .dataCmn .dataBody .data01 .count em,
#p9 .dataCmn .dataBody .data01 .count em {
    font-size: 27px;
  }
}
@media screen and (max-width: 549px) {
  #p8 .dataCmn .dataBody .data01 .count span,
#p9 .dataCmn .dataBody .data01 .count span {
    font-size: 16px;
  }
}
@media screen and (max-width: 549px) {
  #p8 .dataCmn .dataBody .data01 .note,
#p9 .dataCmn .dataBody .data01 .note {
    font-size: 13px;
    line-height: 200%;
  }
}
#p8 .dataCmn .dataBody .data01:nth-child(3),
#p9 .dataCmn .dataBody .data01:nth-child(3) {
  margin-right: 0;
}
#p8 .dataCmn .dataBody .advice,
#p9 .dataCmn .dataBody .advice {
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 749px) {
  #p8 .dataCmn .dataBody .advice,
#p9 .dataCmn .dataBody .advice {
    padding-right: 80px;
  }
  #p8 .dataCmn .dataBody .advice br,
#p9 .dataCmn .dataBody .advice br {
    display: none;
  }
}
#p8 .dataCmn .dataBody .advice .img,
#p9 .dataCmn .dataBody .advice .img {
  right: 3%;
}
#p8 .dataCmn .dataBody .note,
#p9 .dataCmn .dataBody .note {
  position: relative;
  bottom: auto;
  left: auto;
  width: 100%;
  font-size: 75%;
}
@media screen and (max-width: 549px) {
  #p8 .dataCmn .dataBody .advLong .body,
#p9 .dataCmn .dataBody .advLong .body {
    font-size: 13px;
  }
  #p8 .dataCmn .dataBody .advLong .body .note,
#p9 .dataCmn .dataBody .advLong .body .note {
    font-size: 10px;
  }
}
@media screen and (max-width: 749px) {
  #p8 #ftNv a.prev,
#p9 #ftNv a.prev {
    width: 96px;
  }
}
@media screen and (max-width: 749px) {
  #p8 #ftNv .btnEnd,
#p9 #ftNv .btnEnd {
    width: 96px;
  }
}
#p8 #ftNv .btnForward,
#p9 #ftNv .btnForward {
  width: 40%;
  font-size: 16px;
}
@media screen and (max-width: 749px) {
  #p8 #ftNv .btnForward,
#p9 #ftNv .btnForward {
    padding: 4px 9px 3px;
    font-size: 11px;
  }
}
@media screen and (max-width: 549px) {
  #p8 #ftNv .btnForward,
#p9 #ftNv .btnForward {
    -js-display: flex;
    display: flex;
    width: 180px;
  }
}

/*----------------------------------------------------
  p8cp
----------------------------------------------------*/
#p8.cp {
  background: url(../img/bg_cp.jpg) repeat left top;
  background-size: 640px 1135px;
}
#p8.cp #top header {
  max-width: 340px;
  width: 91%;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
}
#p8.cp #top header .lead {
  color: #a39289;
  font-size: 13px;
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 0;
  font-style: italic;
}
#p8.cp #top header .date {
  color: #81644e;
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  margin-bottom: 6px;
}
#p8.cp #top header .date span {
  font-size: 10px;
}
#p8.cp #top .mainContent .wrapper {
  max-width: 320px;
  margin: 0 auto;
}
#p8.cp .chart {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #4ea6b7;
  padding: 4px;
  margin-bottom: 20px;
  min-height: 0;
}
#p8.cp .chart .frame {
  border: 1px solid #772c2c;
  padding: 4px;
  text-align: center;
}
#p8.cp .chart .chartLead {
  color: #4ea6b7;
  font-weight: bold;
  background-color: #e0f0f4;
  padding: 10px;
  border-radius: 5px;
  font-size: 13px;
  text-align: center;
  margin-bottom: 5px;
}
#p8.cp .chart .title {
  text-align: center;
  display: inline-block;
  margin-bottom: 40px;
  font-size: 11px;
  color: #4ea6b7;
  font-weight: bold;
  padding-bottom: 2px;
  border-bottom: 1px solid #772c2c;
}
#p8.cp .chart .chartArea {
  padding-top: 10px;
  padding-bottom: 20px;
}
#p8.cp .chart .chartArea .label li {
  font-size: 14px;
}
#p8.cp .chart .chartArea .label li:nth-child(1) .shine {
  top: 5px;
  left: 125%;
}
#p8.cp .chart .calLabel {
  margin-bottom: 10px;
}
#p8.cp .chart .calLabel li {
  line-height: 110%;
}
#p8.cp .chart .calLabel li em {
  line-height: 110%;
}
#p8.cp .chart .note {
  font-size: 8px;
  letter-spacing: 0;
  margin-bottom: 5px;
  color: #919191;
}
#p8.cp .bt .btnBase {
  background: #4ea6b7;
  color: #FFFFFF;
  max-width: 250px;
  border-radius: 30px;
  font-size: 13px;
  border: none;
}
#p8.cp .bt .btnBase img {
  width: 16px;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
#p8.cp .modalBox {
  width: 90%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
}
#p8.cp .modalBox .ban {
  padding: 40px 0 25px;
}
#p8.cp .modalBox .bt {
  padding-bottom: 10px;
}
#p8.cp .modalBox .btnClose {
  background: #848484;
  color: #FFFFFF;
  max-width: 130px;
  border-radius: 5px;
}
#p8.cp .modalBox .guideCol {
  text-align: center;
  padding: 25px 15px 15px;
}
#p8.cp .modalBox .guideCol .title {
  font-size: 15px;
  font-weight: bold;
  color: #4ea6b7;
  line-height: 180%;
}
#p8.cp .modalBox .guideCol .title .line {
  padding-bottom: 2px;
  border-bottom: 1px solid #BFB1A5;
}
#p8.cp .modalBox .guideCol .img {
  width: 58px;
  margin: 20px auto;
}
#p8.cp .modalBox .guideCol .step {
  position: relative;
}
#p8.cp .modalBox .guideCol .step dt {
  position: absolute;
  left: 0;
  border: 1px solid #4ea6b7;
  border-radius: 3px;
  color: #4ea6b7;
  font-size: 10px;
  font-weight: bold;
  padding: 3px 2px;
  min-width: 48px;
  display: inline-block;
}
#p8.cp .modalBox .guideCol .step dd {
  padding-left: 54px;
  font-size: 13px;
  text-align: left;
  margin-bottom: 10px;
}
#p8.cp .modalBox .guideCol .btListArea .note {
  font-size: 10px;
  letter-spacing: 0;
  margin-bottom: 10px;
}
#p8.cp .modalBox .guideCol .btListArea .btList {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
#p8.cp .modalBox .guideCol .btListArea .btList li {
  width: 49%;
}
#p8.cp .modalBox .guideCol .btListArea .btList .btnBase {
  background-color: #4ea6b7;
  color: #FFFFFF;
  border: none;
  font-size: 13px;
}
#p8.cp .modalBox .guideCol .btListArea .btList .btnBase img {
  width: 13px;
  margin-left: 5px;
}

/*----------------------------------------------------
  p8cp2208
----------------------------------------------------*/
#p8.cp2208 {
  background: url(../img/bg_cp.jpg) repeat left top;
  background-size: 640px 1135px;
}
#p8.cp2208 #top header {
  max-width: 340px;
  width: 91%;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
}
#p8.cp2208 #top header .date {
  color: #81644e;
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  margin-bottom: 23px;
}
#p8.cp2208 #top header .date span {
  font-size: 10px;
}
#p8.cp2208 #top .mainContent .wrapper {
  max-width: 320px;
  margin: 0 auto;
}
#p8.cp2208 .chart {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #4ea6b7;
  padding: 4px;
  margin-bottom: 20px;
  min-height: 0;
}
#p8.cp2208 .chart .frame {
  border: 1px solid #772c2c;
  padding: 4px;
  text-align: center;
}
#p8.cp2208 .chart .chartLead {
  color: #4ea6b7;
  font-weight: bold;
  background-color: #e0f0f4;
  padding: 20px 10px;
  border-radius: 5px;
  font-size: 15px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 180%;
}
#p8.cp2208 .chart .title {
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 10px;
  color: #777777;
  font-weight: normal;
  padding-bottom: 2px;
}
#p8.cp2208 .chart .title .line {
  font-weight: bold;
  font-size: 12px;
  color: #4ea6b7;
  display: inline-block;
  border-bottom: 1px solid #772c2c;
}
#p8.cp2208 .chart .chartArea {
  padding-top: 10px;
  padding-bottom: 20px;
}
#p8.cp2208 .chart .chartArea .label li {
  font-size: 14px;
}
#p8.cp2208 .chart .chartArea .label li:nth-child(1) .shine {
  top: 5px;
  left: 125%;
}
#p8.cp2208 .chart .calLabel {
  margin-bottom: 10px;
}
#p8.cp2208 .chart .calLabel li {
  line-height: 110%;
}
#p8.cp2208 .chart .calLabel li em {
  line-height: 110%;
}
#p8.cp2208 .chart .note {
  font-size: 8px;
  letter-spacing: 0;
  margin-bottom: 5px;
  color: #919191;
}
#p8.cp2208 .chart .bt {
  padding: 0 10px 10px;
}
#p8.cp2208 .chart .bt .btnBase {
  min-height: 40px;
}
#p8.cp2208 .bt .btnBase {
  background: #4ea6b7;
  color: #FFFFFF;
  max-width: 250px;
  border-radius: 30px;
  font-size: 13px;
  border: none;
}
#p8.cp2208 .bt .btnBase img {
  width: 16px;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
#p8.cp2208 #qr {
  text-align: center;
  font-size: 12px;
  margin-top: 85px;
  margin-bottom: 25px;
}
#p8.cp2208 #qr .note {
  color: #81644e;
  text-decoration: underline;
  line-height: 200%;
}
#p8.cp2208 #qr .img {
  max-width: 100px;
  margin: 20px auto 0;
}
#p8.cp2208 .thanks > .frame {
  background: url(../img/bg_cp2208.png) no-repeat center top;
  background-size: 100% auto;
}
#p8.cp2208 .thanks > .frame > h1 {
  width: 58%;
  margin: 27px auto 0;
}
#p8.cp2208 .thanks .title {
  margin-top: 5px;
  margin-bottom: 10px;
}
#p8.cp2208 .thanks .title .line {
  font-size: 11px;
  line-height: 160%;
  margin-bottom: 5px;
}
#p8.cp2208 .thanks .body {
  font-size: 10px;
  line-height: 160%;
  margin-bottom: 15px;
}
