@charset "UTF-8";

/*
 * data:2019-07-01 renewal
 * meibalance_mini.css
/*
/**----- contents -------#
* 1: html & body & other
* 2: header & footer
* 3: Wrapper
* 4: banner_buy
* 5: section main
* 6: section features
* 7: section lineup
* 8: section banner
* 9: section voice
*10: section faq
*11: section caution
*12: section reason
*13: section bmichk
*14: section selfcheck
*15: section such
*16: section risk
*17: long_banner
*18: banner_careclub
*19: web_movie
*20: section index_movie
*21: 2021/03/31 add
*22: 2022/01/05 add
*23: 2023/03/15 popup
*24: 2024/03/19 10th
----------------------*/
/* ==========================================================
* 1: html & body & other
============================================================*/
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #fff;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

sup {
  font-size: 0.8rem;
}

.inner01 {
  width: 1200px;
  margin: auto;
}

.notes_box {
  position: relative;
  /*padding-bottom: 30px;*/
  padding-bottom: 60px;
}

.notes_box ul {
  position: absolute;
  right: 0;
  display: inline-block;
}

.notes {
  font-size: 0.8rem !important;
}

.notes_m {
  font-size: 0.9rem !important;
}

.tx_r {
  text-align: right !important;
}

.ma {
  display: block;
  margin: auto;
}

.pagetop_fixed {
  display: none;
  position: fixed;
  right: 3%;
  /*bottom: 0;*/
  bottom: 10%;
  /*←フッターボタン表示時*/
  z-index: 10;
  width: 50px;
  float: right;
}

/*.pagetop_fixed {
  display: none;
  position: fixed;
  right: 3%;
  bottom: 0;
  z-index: 10;
  width: 50px;
}*/
.mt40 {
  margin-top: 40px !important;
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@media screen and (max-width: 1024px) and (min-width: 641px) {
  .inner01 {
    width: 95%;
    margin: auto;
  }
}

@media screen and (max-width: 640px) {
  body {
    min-height: -webkit-fill-available;
  }

  html {
    height: -webkit-fill-available;
  }

  sup {
    font-size: 12px;
  }

  .inner01 {
    width: 94.366%;
  }

  .notes_box {
    padding-bottom: 50px;
  }

  .notes_box ul li {
    text-indent: -2em;
    padding-left: 2.2em;
  }

  .notes {
    font-size: 0.7rem !important;
  }

  .notes_m {
    font-size: 0.8rem !important;
  }

  .pagetop_fixed {
    /*bottom: 0;*/
    /*bottom: 15%; ←フッターボタン表示時*/
    bottom: 12%;
    /*←フッターボタン表示時*/
  }
}

/* ------------------------------------- */
/* map_btn */
/* ------------------------------------- */
.map_btn {
  width: 475px;
  margin: 30px auto 0;
}

@media screen and (max-width: 640px) {
  .map_btn {
    width: 78.667vw;
    margin: 3vw auto 0;
  }

  .map_btn img {
    width: 100%;
  }
}

/* ==========================================================
* 2: header & footer
========================================================== */
/* header */
#wrapper header {
  width: 100%;
  height: auto;
  padding-top: 5px;
  background: #fff;
}

#wrapper header p {
  width: 180px;
  margin: auto;
  padding-bottom: 5px;
}

@media screen and (max-width: 640px) {
  #wrapper header {
    padding-top: 5px;
  }
  #wrapper header p {
    width: 26.2vw;
    padding-bottom: 5px;
  }
}

/* footer */
.support {
  display: none;
}

/* ==========================================================
* 3: wrapper
========================================================== */
#wrapper {
  margin: 0 auto;
}

/* ==========================================================
* 4: banner_buy
========================================================== */
.banner_buy {
  width: 1200px;
  padding: 40px 150px;
  margin: auto;
  background: url("../images/cv_btn01_bg.png") left top repeat;
}

.banner_buy a {
  transition: all 0.2s 0s ease;
}

.banner_buy a:hover {
  opacity: 0.8;
}

.banner_buy.online {
  padding: 40px 100px;
}

.banner_buy.online ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin: auto;
}

.banner_buy.online ul:after {
  content: "";
  display: none;
}

.banner_buy.online ul li {
  width: 310px;
}

.banner_buy.online ul li a {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 90px;
  color: #fff !important;
  font-size: 22px;
  text-align: center;
  font-weight: 200;
  text-decoration: none;
  background: #fe4a4a;
  border: #fe4a4a 2px solid;
  border-radius: 5px;
  transition: all 0.5s ease;
  letter-spacing: 2px;
}

.banner_buy.online ul li a:hover {
  color: #fe4a4a !important;
  background: #fff;
  border: #fe4a4a 2px solid;
}

.banner_buy.online ul li a::before,
.banner_buy.online ul li a::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background: #fe4a4a;
  position: absolute;
  top: 0;
  z-index: -1;
  transition: all 0.3s ease;
  border-radius: 5px;
}

.banner_buy.online ul li a::before {
  left: 0;
}

.banner_buy.online ul li a::after {
  right: 0;
}

.banner_buy.online ul li a:hover::before,
.banner_buy.online ul li a:hover::after {
  width: 0;
}

.banner_buy.online ul li a div.isPC {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  height: 90px;
  background: url("../images/btn_arrow.png") 90% 50% no-repeat;
}

.banner_buy.online ul li a:hover div.isPC {
  background: url("../images/btn_arrow_ov.png") 90% 50% no-repeat;
}

@media screen and (max-width: 1024px) and (min-width: 641px) {
  .banner_buy {
    width: 90%;
  }

  .banner_buy.online {
    padding: 40px 50px;
  }

  .banner_buy.online ul li {
    width: 260px;
  }

  .banner_buy.online ul li a {
    height: auto;
  }
}

@media screen and (max-width: 640px) {
  .banner_buy {
    width: 94.666%;
    padding: 20px 5.635%;
  }

  .banner_buy.online {
    padding: 20px 5.635%;
  }

  .banner_buy.online ul {
    display: block;
    width: 100%;
  }

  .banner_buy.online ul li {
    width: auto;
  }

  .banner_buy.online ul li:nth-child(2) {
    margin: 5% 0;
  }

  .banner_buy.online ul li a {
    height: auto;
  }

  .banner_buy.online ul li a::before,
  .banner_buy.online ul li a::after {
    content: "";
    display: none;
  }
}

/* ==========================================================
* 5: section main
========================================================== */
#main {
  margin-bottom: 40px;
}

#self_check_index #main {
  margin-bottom: 0px;
}

#main h1 {
  position: relative;
}

#main h1::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0);
  z-index: 1;
}

#main h1 img {
  display: block;
  margin: 0 auto;
  pointer-events: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

#main nav {
  background: -moz-linear-gradient(30deg, #fffaee 30%, #fff6eb 50%, #fffaee 80%);
  background: -webkit-linear-gradient(30deg, #fffaee 30%, #fff6eb 50%, #fffaee 80%);
  background: linear-gradient(30deg, #fffaee 30%, #fff6eb 50%, #fffaee 80%);
  padding-top: 20px;
  padding-right: 0;
  padding-left: 0;
  /* [disabled]padding-bottom: 20px; */
}

#main nav ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 1200px;
  margin: auto;
  /*    padding-top: 20px;*/
}

#main nav li {
  margin-right: 0px;
}

/*キャンペーンバナーない時*/
/* #main nav li:nth-child(3) {
  margin-right: 8px;
} */
/*キャンペーンバナーある時*/
/* #main nav li:nth-child(4) {
  margin-right: 8px;
} */
#main nav li:last-child {
  margin-left: 8px;
}

#main nav li a {
  display: block;
  transition: all 0.2s 0s ease;
}

#main nav li:nth-child(n + 3) a img {
  border: 2px #ff9b78 solid;
  border-radius: 9px;
  transition: all 0.2s 0s ease;
}

#main nav li a:hover {
  opacity: 0.8;
}

/*--- 2022/06/10 edit --*/
#main nav ul {
  width: 800px;
}

#main nav ul li:last-child a img {
  border: 2px #033882 solid;
}

#main nav li:nth-child(n + 3) a:hover img {
  border: 2px #ff9b78 solid;
  box-shadow: 0 0 3px #023894;
}

/*--- edit end  -------*/
/*--- 2023/02/14 edit --*/
#main nav ul li:nth-child(n + 1) {
  margin-bottom: 14px;
}

/*--- edit end  -------*/
/*--- 2024/04/17 edit --*/
#main .kv {
  position: relative;
  padding-bottom: 15px;
  background: #f3f4f6;
}

#main .kv::after {
  content: none;
}

#main .kv .lp-btn {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  width: 46.667vw;
  margin: 0 auto;
  background: #253a71;
  border-radius: 12px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
}

#main .kv .lp-btn a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: clamp(0.875rem, -0.135rem + 2.15vw, 1.75rem);
  /*14/28*/
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: clamp(0.438rem, 0.077rem + 0.77vw, 0.75rem) 10px;
  /*7/12*/
}

#main .kv .lp-btn span {
  width: 43px;
  height: auto;
  padding-bottom: 2px;
  margin-left: 20px;
}

#main .kv .lp-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  /*background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);*/
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.46) 9%, rgba(255, 255, 255, 0.84) 16%, rgba(255, 255, 255, 0) 28%);
  transform: skewX(-25deg);
  /*animation: shine 0.9s ease-in 1s infinite;*/
  animation: 4s 0s shine linear infinite;
}

@media screen and (max-width: 640px) {
  #main .kv .lp-btn {
    width: 89.333vw;
    font-size: 16px;
    padding: 10px 5px;
    bottom: 5px;
  }

  #main .kv .lp-btn span {
    width: 25px;
    height: auto;
    padding-bottom: 2px;
    margin-left: 20px;
  }
}

@keyframes shine {
  0% {
    left: -100%;
    opacity: 0;
  }

  20% {
    left: 150%;
    opacity: 0.9;
  }

  50% {
    left: 150%;
    opacity: 1;
  }

  70% {
    left: 150%;
    opacity: 0.9;
  }

  100% {
    left: 150%;
    opacity: 0;
  }
}

/*--modal--*/
.modal-content {
  max-width: 856px;
  margin: 0 auto;
  position: relative;
}

.modal-content--inner {
  height: auto;
  margin-top: 10px;
}

.mfp-bg {
  z-index: 9990;
}

.mfp-hide {
  display: none !important;
}

.modal-content .popup-modal-dismiss {
  text-align: right;
  cursor: pointer;
  width: 50px;
  margin: 0 0 0 auto;
}

.modal-content--inner {
  height: auto;
  margin-top: 10px;
}

.mfp-wrap {
  z-index: 9992;
  overflow-y: hidden !important;
}

.vjs-dock-text {
  display: none !important;
}

.vjs-big-play-button {
  display: none !important;
}

.mfp-close {
  display: none !important;
}

/*bnr animation*/
.bnr_anime {
  position: relative;
}

.bnr_pop01 {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  max-width: 628px;
  width: 628px;
  margin: 0 auto;
  animation: 2s 0s up01 linear infinite;
}

.bnr_pop02 {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  max-width: 720px;
  width: 720px;
  margin: 0 auto;
  animation: 2s 3s up01 linear infinite;
}

@keyframes up01 {
  0% {
    scale: 1;
  }

  10% {
    scale: 1.05;
  }

  20% {
    scale: 1;
  }

  100% {
    scale: 1;
  }
}

@media screen and (max-width: 640px) {
  .bnr_pop01 {
    max-width: inherit;
    width: 70.133vw;
  }

  .bnr_pop02 {
    max-width: inherit;
    width: 80.4vw;
  }
}

/*--- edit end  -------*/
@media screen and (max-width: 1024px) and (min-width: 641px) {
  #main nav ul {
    width: 80%;
  }

  /*  #main nav li {
    width: 49%;
  }*/
  #main nav ul li:first-child {
    width: 100%;
  }

  #main nav ul li:nth-child(3) {
    width: 98%;
  }

  #main nav li:nth-child(3) img {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  #main {
    margin-bottom: 20px;
  }

  #main nav ul {
    display: block;
    width: 89.333%;
  }

  #main nav li {
    margin-right: 0px;
  }

  #main nav ul li:nth-child(n + 2) {
    margin: 3% 0;
  }

  #main nav li:nth-child(n + 3) a img {
    border: 1px #ff6600 solid;
    border-radius: 9px;
  }

  #main nav li:nth-child(3) {
    margin-right: 0px;
  }

  /*--- 2022/06/10 edit --*/
  #main nav ul li:first-child {
    margin-bottom: 0;
  }

  #main nav ul li img {
    width: 100%;
    height: auto;
  }

  #main nav ul li:last-child a img {
    border: 1px #033882 solid;
    margin-bottom: 3%;
  }

  #main nav ul li:nth-child(n + 2) a:hover img {
    border: 1px #ff9b78 solid;
    box-shadow: 0 0 3px #023894;
  }
}

/*---------------------------------------*/
/*-- #index -----------------------------*/
#index #main {
  background: linear-gradient(to bottom, #ffffff 85%, #e9edf0 100%);
}

@media screen and (max-width: 640px) {
  #index #main {
    background: none;
  }
}

/*---------------------------------------*/
/*-- #home_care -------------------------*/
#home_care #main {
  /* background: url("../images/home_care/main_bg.png") center center repeat;*/
  background-color: #efefef;
  background-size: cover;
}

/* 
 background: -moz-linear-gradient(top,  #fff5db 0%, #fef8e0 40%, #fefbec 100%);
 background: -webkit-linear-gradient(top,  #fff5db 0%,#fef8e0 40%,#fefbec 100%);
 background: linear-gradient(to bottom,  #fff5db 0%,#fef8e0 40%,#fefbec 100%);
*/
@media screen and (max-width: 640px) {
  #home_care #main h1 {
    min-height: auto;
    height: auto;
  }

  #home_care #main h1::before,
  #home_care #main h1::after {
    content: none;
  }

  #home_care #main h1 img {
    position: static;
  }
}

/*---------------------------------------*/
/*-- #health_maintenance ----------------*/
#health_maintenance #main {
  background: url("../images/health_maintenance/main_visual_bg.jpg") center center no-repeat;
  background-size: cover;
}

#health_maintenance #main h1 {
  margin: auto;
  overflow: hidden;
  background-image: url(../images/health_maintenance/main_visual_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

/* #health_maintenance #main h1 img{
  width: 100%;
  display: black;
  margin: auto;
 }*/
@media screen and (max-width: 1024px) and (min-width: 641px) {
  #health_maintenance #main h1 {
    width: auto;
  }
}

@media screen and (max-width: 640px) {
  #health_maintenance #main {
    background: none;
  }

  #health_maintenance #main h1 {
    width: auto;
  }
}

/*---------------------------------------*/
/*-- #anorexia --------------------------*/
#self_check_index #main {
  background: #fffbf8;
}

@media screen and (max-width: 640px) {
}

/*---------------------------------------*/
/*-- #anorexia --------------------------*/
#anorexia #main {
  background: linear-gradient(to top, #fff 85%, #f4f4f4 100%);
}

@media screen and (max-width: 640px) {
  #anorexia #main {
    background: none;
  }
}

/*---------------------------------------*/
/* ==========================================================
* 6: section features
========================================================== */
#features {
  margin: 80px auto 80px;
}

#features h2 {
  width: 882px;
  text-align: center;
  margin: 0 auto 40px;
}

#features ul.graf {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 1013px;
  margin: 40px auto 60px;
}

#features ul.graf li:first-child {
  padding-bottom: 55px;
}

#features ul.graf li:first-child p {
  /*position: absolute;
 bottom: 0;
 left: 0;*/
  text-align: center;
  margin-top: 20px;
}

#features ul.graf li:last-child {
  padding-top: 25px;
}

#features .inner {
  padding: 16px 0;
  background: #fff7d9;
  border: #ffd200 2px solid;
  border-radius: 8px;
}

#features .inner.criterion dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 990px;
  margin: auto;
}

#features .inner.criterion dl dt {
  width: 680px;
  padding: 5px 0;
  background: url("../images/line_blue.png") right top repeat-y;
}

#features .inner.criterion dl dt h3 {
  width: 465px;
  line-height: 0;
}

#features .inner.criterion dl dt p {
  font-size: 24px;
  font-weight: normal;
  margin-top: 15px;
}

#features .inner.criterion dl dd ul {
  font-size: 20px;
}

#features .inner.nutrient {
  padding: 30px;
  margin: 40px 0 10px;
}

#features .inner.nutrient ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  margin: auto;
}

#features .inner.nutrient ul li {
  width: 33.3%;
  text-align: center;
  background: url("../images/line_blue.png") right top repeat-y;
}

#features .inner.nutrient ul li:last-child {
  background: none;
}

#features .inner.nutrient ul li p {
  font-size: 20px;
  margin-top: 23px;
}

#features .inner.nutrient ul li p.notes {
  margin-top: 30px;
}

/*--- 2022/06/10 edit --*/
#features .notes_box ul {
  text-align: right;
}

/*--- edit end  -------*/
@media screen and (max-width: 1024px) and (min-width: 641px) {
  #features .inner.criterion dl {
    width: 95%;
  }

  #features .inner.criterion dl dt {
    width: 66%;
  }

  #features .inner.criterion dl dd {
    width: 34%;
    padding-left: 2%;
  }

  #features ul.graf {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  #features {
    margin: 40px auto 20px;
  }

  #features .inner01 {
    width: 88.157%;
  }

  #features h2 {
    width: 88.157vw;
    margin: 0 auto 30px;
  }

  #self_check_index #features h2 {
    width: 74.267vw;
  }

  #features ul.graf {
    width: 100%;
    display: block;
    margin: 10vw auto 8vw;
  }

  #features ul.graf li:first-child {
    padding-bottom: 24px;
    margin-left: 12vw;
    margin-right: 12vw;
  }

  #features ul.graf li:first-child p {
    position: static;
    margin-top: 10px;
  }

  #features ul.graf li:last-child {
    padding-top: 14px;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  #features .inner {
    padding: 8px;
  }

  #features .inner.criterion dl {
    display: block;
    width: 100%;
  }

  #features .inner.criterion dl dt {
    width: 100%;
    padding: 5px 0;
    background: url("../images/line_blue_w.png") right bottom repeat-x;
  }

  #features .inner.criterion dl dt h3 {
    width: 92.323%;
    margin: auto;
  }

  #features .inner.criterion dl dt p {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin-top: 7px;
  }

  #features .inner.criterion dl dd ul {
    font-size: 16px;
    margin: 3% 0 0 26%;
  }

  #features .inner.nutrient {
    padding: 0 15px 15px;
    margin: 20px 0 5px;
  }

  #features .inner.nutrient ul {
    display: block;
    width: 100%;
    margin: auto;
  }

  #features .inner.nutrient ul li {
    width: 100%;
    text-align: center;
    padding-bottom: 7%;
    margin-top: 7%;
    background: url("../images/line_blue_w.png") right bottom repeat-x;
  }

  #features .inner.nutrient ul li img {
    padding-left: 18%;
    padding-right: 18%;
  }

  #features .inner.nutrient ul li:last-child {
    padding-bottom: 0;
  }

  #features .inner.nutrient ul li p {
    font-size: 16px;
    margin-top: 12px;
  }

  #features .inner.nutrient ul li p.notes {
    margin-top: 15px;
  }

  #features .notes_box {
    padding-bottom: 0;
  }

  #features .notes_box ul {
    position: static;
    text-align: left;
  }
}

@media screen and (max-width: 320px) {
  #features .inner.criterion dl dd ul {
    margin: 3% 0 0 20%;
  }
}

/*---------------------------------------*/
/*-- #health_maintenance ----------------*/
#health_maintenance #features h2 {
  width: 882px;
  margin: 0 auto 60px;
}

#health_maintenance #features .sub_con {
  width: 900px;
  margin: 44px auto 0;
}

#health_maintenance #features .sub_con h4.recommend {
  width: 260px;
  margin: 0 auto 30px;
}

#health_maintenance #features .sub_con h4.breakfast {
  width: 178px;
  margin: 30px auto;
}

#health_maintenance #features .sub_con ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  #health_maintenance #features h2 {
    width: 83.134%;
    margin: 0 auto 30px;
  }

  #health_maintenance #features .sub_con {
    width: 82.894%;
    margin: 22px auto 0;
  }

  #health_maintenance #features .sub_con h4.recommend {
    width: 52.698%;
    margin: 0 auto 15px;
  }

  #health_maintenance #features .sub_con h4.breakfast {
    width: 34.746%;
    margin: 15px auto;
  }

  #health_maintenance #features .sub_con ul {
    display: block;
  }

  #health_maintenance #features .sub_con ul li:nth-child(2) {
    margin: 3% auto;
  }
}

/*---------------------------------------*/
/*-- #anorexia --------------------------*/
#anorexia #features {
  margin: 40px auto 40px;
}

#anorexia #features h2 {
  width: 882px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 640px) {
  #anorexia #features {
    margin: 15px auto 20px;
  }

  #anorexia #features h2 {
    width: 83.134%;
    margin: 0 auto 30px;
  }
}

/*---------------------------------------*/
/*-- #home_care--------------------------*/
#home_care #features {
  margin: 40px auto 40px;
}

@media screen and (max-width: 640px) {
  #home_care #features {
    margin: 20px auto 40px;
  }
}

/*---------------------------------------*/
/* ==========================================================
* 7: section lineup
========================================================== */
#lineup {
  margin: 0px auto 0px;
  padding-top: 80px;
  padding-bottom: 20px;
  background: -moz-linear-gradient(30deg, #fffaee 30%, #fff6eb 50%, #fffaee 80%);
  background: -webkit-linear-gradient(30deg, #fffaee 30%, #fff6eb 50%, #fffaee 80%);
  background: linear-gradient(30deg, #fffaee 30%, #fff6eb 50%, #fffaee 80%);
  /*  background: -moz-linear-gradient(45deg, #fffaec 30%, #ffefd8 50%, #fffaec 80%);
  background: -webkit-linear-gradient(45deg, #fffaec 30%, #ffefd8 50%, #fffaec 80%);
  background: linear-gradient(45deg, #fffaec 30%, #ffefd8 50%, #fffaec 80%);*/
}

#lineup h2 {
  width: 437px;
  margin: 0 auto 60px;
}

#lineup h3 {
  width: 440px;
  margin: 0 auto 60px;
}

#lineup h3.etc {
  width: 534px;
}

#lineup ul {
  width: 1000px;
  /*width: 978px;*/
  margin: 0 auto;
}

#lineup ul li {
  margin-bottom: 60px;
  /* margin-bottom: 20px;*/
}

#lineup ul li:last-child {
  position: relative;
}

#lineup ul li:last-child p.notes {
  position: absolute;
  bottom: 55px;
  right: 0;
  text-align: right;
  padding-top: 10px;
}

#lineup ul.etc {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

#lineup ul.etc li {
  margin-bottom: 40px;
}

#lineup a {
  transition: all 0.2s 0s ease;
}

#lineup a:hover {
  opacity: 0.8;
}

/*--- 2025/03/14 edit --*/
#lineup .lineup_box {
  width: 1080px;
  margin: 0 auto 20px;
}

#lineup .lineup_box p {
  text-align: center;
  margin-top: 20px;
}

#lineup .lineup_box p.no04 {
  text-align: right;
}

#lineup .lineup_box .lineup_btn {
  position: absolute;
  top: 45px;
  right: 35px;
  width: 260px;
}

#lineup .lineup_box #milk {
  width: 100%;
}

#lineup .lineup_box #soup {
  width: 100%;
  margin-top: 60px;
}

#lineup .lineup_box .lineup_btn_soup {
  width: 340px;
  margin: 30px auto 0;
}

#lineup .lineup_box .lineup_sub_box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px 0 25px;
  border: #222c85 6px solid;
  border-radius: 16px;
}

#lineup .lineup_box .lineup_sub_box picture {
  width: 100%;
}

#lineup .lineup_box .lineup_sub_box picture img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) and (min-width: 641px) {
  #lineup .lineup_box {
    width: 100%;
  }

  #lineup .lineup_box #milk picture {
    display: block;
    width: 89.333vw;
    margin: 0 auto;
  }

  #lineup .lineup_box #milk picture img {
    width: 100%;
    height: auto;
  }

  #lineup .lineup_box #soup picture {
    display: block;
    width: 55.067vw;
    margin: 0 auto;
  }

  #lineup .lineup_box #soup picture img {
    width: 100%;
    height: auto;
  }

  #lineup ul {
    width: 95%;
  }

  #lineup ul.etc li {
    width: 48%;
  }
}

/*--- edit end  -------*/

@media screen and (max-width: 640px) {
  #lineup {
    margin: 20px auto 0px;
    padding-top: 40px;
    padding-bottom: 10px;
  }

  #lineup .inner01 {
    width: 88.157%;
  }

  #lineup h2 {
    width: 88.157vw;
    margin: 0 auto 30px;
  }

  #lineup h3 {
    width: 65.671%;
    margin: 0 auto 30px;
  }

  #lineup h3.etc {
    width: 79.701%;
  }

  #lineup ul {
    width: 100%;
    margin: 0 auto;
  }

  #lineup ul li {
    margin-bottom: 40px;
  }

  #lineup ul li:last-child {
    margin-bottom: 25px;
  }

  #lineup ul li:last-child p.notes {
    bottom: 15vw;
    font-size: 0.67rem !important;
    width: 84vw;
  }

  #lineup ul.etc {
    display: block;
    width: 83.582%;
  }

  /*--- 2022/06/10 edit --*/
  #lineup .inner01 {
    width: 94.6%;
  }

  #lineup .lineup_box {
    width: 100%;
    margin: 0 auto 20px;
  }

  #lineup .lineup_box p {
    text-align: center;
    margin-top: 20px;
  }

  #lineup .lineup_box p.no04 {
    text-align: left;
    padding-left: 2em;
    text-indent: -2em;
  }

  #lineup .lineup_box .lineup_sub_box {
    padding: 2vw 2vw 5vw;
    border: #222c85 3px solid;
    border-radius: 16px;
  }

  #lineup .lineup_box .lineup_btn {
    top: 6vw;
    right: 3vw;
    width: 48vw;
  }

  #lineup .lineup_box .lineup_sub_box picture img {
    width: 100%;
    height: auto;
  }

  #lineup .lineup_box #milk picture {
    display: block;
    width: 89.333vw;
    margin: 0 auto;
  }

  #lineup .lineup_box #soup picture {
    display: block;
    width: 55.067vw;
    margin: 0 auto;
  }

  #lineup .lineup_box .lineup_btn_soup {
    width: 78.667vw;
  }

  /*--- edit end  -------*/
}

/*---------------------------------------*/
/*-- #home_care -------------------------*/
#home_care #lineup h3 {
  width: 368px;
  margin: 0 auto 60px;
}

#home_care #lineup h3.etc {
  width: 534px;
}

#home_care #lineup p.reason_txt {
  width: 429px;
  margin: 0 auto 55px;
}

#home_care #lineup ul li {
  position: relative;
}

@media screen and (max-width: 640px) {
  #home_care #lineup h3 {
    width: 55vw;
    margin: 0 auto 30px;
  }

  #home_care #lineup h3.etc {
    width: 79.701%;
  }

  #home_care #lineup p.reason_txt {
    width: 64.029%;
    margin: 0 auto 22px;
  }
}

/*---------------------------------------*/
/* ==========================================================
* 8: section banner
========================================================== */
#banner {
  width: 1000px;
  margin: 3% auto;
}

#banner ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

#banner ul li a {
  transition: all 0.2s 0s ease;
}

#banner ul li a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 640px) {
  #banner {
    width: 78.157%;
    margin: 6% auto;
  }

  #banner ul {
    display: block;
  }

  #banner ul li:nth-child(2) {
    margin: 3% 0;
  }
}

/* ==========================================================
* 9: section voice
========================================================== */
#voice {
  margin: 0px auto 0px;
  padding: 80px 0;
  background: -moz-linear-gradient(30deg, #fffaee 30%, #fff6eb 50%, #fffaee 80%);
  background: -webkit-linear-gradient(30deg, #fffaee 30%, #fff6eb 50%, #fffaee 80%);
  background: linear-gradient(30deg, #fffaee 30%, #fff6eb 50%, #fffaee 80%);
}

#home_care #voice {
  background: #ffffff;
}

#self_check_index #voice {
  background: #ffffff;
}

#voice h2 {
  width: 344px;
  margin: 0 auto 60px;
}

#voice h3 {
  width: 900px;
  margin: 0 auto 45px;
}

#voice .balloon {
  width: 900px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-height: 145px;
  margin: auto;
}

#voice .balloon p {
  position: relative;
  width: 670px;
  font-size: 20px;
  padding: 20px;
  border-radius: 10px;
}

#voice .balloon p::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  bottom: 45px;
  border-style: solid;
}

#voice .balloon p.bgy.mr::before {
  left: -21px;
  border-width: 0 21px 13px 0;
  border-color: transparent #f7f0bc transparent transparent;
}

#voice .balloon p.bglb.mr::before {
  left: -21px;
  border-width: 0 21px 13px 0;
  border-color: transparent #d2e7f2 transparent transparent;
}

#voice .balloon p.bgp.ml::before {
  right: -21px;
  border-width: 13px 21px 0 0;
  border-color: #e9d4e3 transparent transparent transparent;
}

#voice .balloon p.bgg.ml::before {
  right: -21px;
  border-width: 13px 21px 0 0;
  border-color: #dbebd2 transparent transparent transparent;
}

#voice .balloon p.bgb.ml::before {
  right: -21px;
  border-width: 13px 21px 0 0;
  border-color: #f7e1cf transparent transparent transparent;
}

#voice .balloon p.bgpi.mr::before {
  left: -21px;
  border-width: 0 21px 13px 0;
  border-color: transparent #f5d2cf transparent transparent;
}

#voice .balloon p span {
  display: inline;
  color: #f17979;
  font-weight: bold;
}

#voice .bgy {
  background: #f7f0bc;
}

#voice .bgp {
  background: #e9d4e3;
}

#voice .bglb {
  background: #d2e7f2;
}

#voice .bgg {
  background: #dbebd2;
}

#voice .bgb {
  background: #f7e1cf;
}

#voice .bgpi {
  background: #f5d2cf;
}

#voice .mr {
  margin: 0 0 0 auto;
}

#voice .ml {
  margin: 0 auto 0 0;
}

#voice .voics01l {
  background: url("../images/voice_img01.png") left 61px center no-repeat;
}

#voice .voics01r {
  background: url("../images/voice_img01.png") right 61px center no-repeat;
}

#voice .voics02r {
  background: url("../images/voice_img02.png") right 61px center no-repeat;
}

#voice .voics03l {
  background: url("../images/voice_img03.png") left 61px center no-repeat;
}

#voice .voics03r {
  background: url("../images/voice_img03.png") right 61px center no-repeat;
}

#voice .voics04l {
  background: url("../images/voice_img04.png") left 61px center no-repeat;
}

#voice .voics04r {
  background: url("../images/voice_img04.png") right 61px center no-repeat;
}

#voice .voics05r {
  background: url("../images/voice_img05.png") right 61px center no-repeat;
}

#voice .voics06l {
  background: url("../images/voice_img06.png") left 61px center no-repeat;
}

#voice .voics07r {
  background: url("../images/voice_img07.png") right 61px center no-repeat;
}

#voice .voics08l {
  background: url("../images/voice_img08.png") left 61px center no-repeat;
}

#voice .voics09l {
  background: url("../images/voice_img09.png") left 61px center no-repeat;
}

#voice .voics10l {
  background: url("../images/voice_img10.png") left 61px center no-repeat;
}

#voice .voics11l {
  background: url("../images/voice_img11.png") left 61px center no-repeat;
}

#voice .voics12l {
  background: url("../images/voice_img12.png") left 61px center no-repeat;
}

#voice div.balloon:nth-child(even) {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  #voice {
    margin: 0px auto 0px;
    padding: 40px 0;
  }

  #voice .inner01 {
    width: 88.157%;
  }

  #voice h2 {
    width: 88.157vw;
    margin: 0 auto 30px;
  }

  #voice h3 {
    width: 100%;
    margin: 0 auto 22px;
  }

  #voice .balloon {
    width: 100%;
    min-height: 100%;
  }

  #voice .balloon p {
    position: relative;
    width: 77.0149%;
    font-size: 14px;
    padding: 10px;
    border-radius: 10px;
  }

  #voice .balloon p::before {
    bottom: 25%;
  }

  #voice .balloon p.bgy.mr::before {
    left: -21px;
    border-width: 0 21px 13px 0;
    border-color: transparent #f7f0bc transparent transparent;
  }

  #voice .balloon p.bglb.mr::before {
    left: -21px;
    border-width: 0 21px 13px 0;
    border-color: transparent #d2e7f2 transparent transparent;
  }

  #voice .balloon p.bgp.ml::before {
    right: -21px;
    border-width: 13px 21px 0 0;
    border-color: #e9d4e3 transparent transparent transparent;
  }

  #voice .voics01l {
    background: url("../images/voice_img01.png") left 0 center no-repeat;
    background-size: 18%;
  }

  #voice .voics01r {
    background: url("../images/voice_img01.png") right 0 center no-repeat;
    background-size: 18%;
  }

  #voice .voics02r {
    background: url("../images/voice_img02.png") right 0 center no-repeat;
    background-size: 18%;
  }

  #voice .voics03l {
    background: url("../images/voice_img03.png") left 0 center no-repeat;
    background-size: 18%;
  }

  #voice .voics03r {
    background: url("../images/voice_img03.png") right 0 center no-repeat;
    background-size: 18%;
  }

  #voice .voics04l {
    background: url("../images/voice_img04.png") left 0 center no-repeat;
    background-size: 18%;
  }

  #voice .voics04r {
    background: url("../images/voice_img04.png") right 0 center no-repeat;
    background-size: 18%;
  }

  #voice .voics05r {
    background: url("../images/voice_img05.png") right 0 center no-repeat;
    background-size: 18%;
  }

  #voice .voics06l {
    background: url("../images/voice_img06.png") left 0 center no-repeat;
    background-size: 18%;
  }

  #voice .voics07r {
    background: url("../images/voice_img07.png") right 0 center no-repeat;
    background-size: 18%;
  }

  #voice .voics08l {
    background: url("../images/voice_img08.png") left 0 center no-repeat;
    background-size: 18%;
  }

  #voice .voics09l {
    background: url("../images/voice_img09.png") left 0 center no-repeat;
    background-size: 18%;
  }

  #voice .voics09r {
    background: url("../images/voice_img09.png") right 0 center no-repeat;
    background-size: 18%;
  }

  #voice .voics10l {
    background: url("../images/voice_img10.png") left 0 center no-repeat;
    background-size: 18%;
  }

  #voice .voics11l {
    background: url("../images/voice_img11.png") left 0 center no-repeat;
    background-size: 18%;
  }

  #voice .voics12l {
    background: url("../images/voice_img12.png") left 0 center no-repeat;
    background-size: 18%;
  }

  #voice div.balloon:nth-child(even) {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/* ==========================================================
*10: section faq
========================================================== */
#faq {
  margin: 0px auto 0px;
  padding: 80px 0;
}

#self_check_index #faq {
  background: -moz-linear-gradient(30deg, #fffaee 30%, #fff6eb 50%, #fffaee 80%);
  background: -webkit-linear-gradient(30deg, #fffaee 30%, #fff6eb 50%, #fffaee 80%);
  background: linear-gradient(30deg, #fffaee 30%, #fff6eb 50%, #fffaee 80%);
}

#faq h2 {
  width: 377px;
  margin: 0 auto 60px;
}

#faq dl {
  width: 900px;
  margin: auto;
}

#faq dl dt {
  position: relative;
  color: #152c85;
  font-size: 22px;
  font-weight: 600;
  padding-left: 46px;
}

#faq dl dt span {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  color: #fff;
  padding: 0 7px;
  background: #152c85;
}

#faq dl dd {
  position: relative;
  font-size: 18px;
  padding-top: 5px;
  padding-left: 46px;
  margin: 16px 0 40px;
}

#faq dl dd span {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  padding: 0 8px;
  background: #ff6f00;
}

@media screen and (max-width: 640px) {
  #faq {
    margin: 20px auto 20px;
    padding: 20px 0 40px;
  }

  #faq .inner01 {
    width: 88.157%;
  }

  #faq h2 {
    width: 88.157vw;
    margin: 0 auto 30px;
  }

  #faq dl {
    width: 100%;
    margin: auto;
  }

  #faq dl dt {
    font-size: 16px;
    padding-top: 2px;
    padding-left: 25px;
  }

  #faq dl dt span {
    padding: 0 4px;
  }

  #faq dl dd {
    font-size: 14px;
    padding-top: 2px;
    padding-left: 25px;
    margin: 8px 0 20px;
  }

  #faq dl dd span {
    font-size: 14px;
    padding: 0 4px;
  }
}

/*---------------------------------------*/
/*-- #home_care -------------------------*/
#home_care #faq {
  background: #ffffff;
  /*  background: -moz-linear-gradient(45deg, #fffaec 30%, #ffefd8 50%, #fffaec 80%);
  background: -webkit-linear-gradient(45deg, #fffaec 30%, #ffefd8 50%, #fffaec 80%);
  background: linear-gradient(45deg, #fffaec 30%, #ffefd8 50%, #fffaec 80%);*/
}

/*---------------------------------------*/
/* ==========================================================
*11: section caution
========================================================== */
#caution {
  margin: 40px auto 40px;
  padding: 80px 0 0;
  padding-bottom: 75px;
  background: -moz-linear-gradient(30deg, #fffaee 30%, #fff6eb 50%, #fffaee 80%);
  background: -webkit-linear-gradient(30deg, #fffaee 30%, #fff6eb 50%, #fffaee 80%);
  background: linear-gradient(30deg, #fffaee 30%, #fff6eb 50%, #fffaee 80%);
}

#caution h2 {
  width: 456px;
  margin: 0 auto 60px;
}

#caution ol {
  width: 900px;
  font-size: 18px;
  margin: 0 auto;
}

#caution ol li {
  text-indent: -1.3em;
  padding-left: 1.5em;
  margin-bottom: 5px;
}

@media screen and (max-width: 640px) {
  #caution {
    margin: 20px auto 20px;
    padding: 20px 0 0;
    padding-bottom: 35px;
  }

  #caution .inner01 {
    width: 88.157%;
  }

  #caution h2 {
    width: 88.157vw;
    margin: 0 auto 30px;
  }

  #caution ol {
    width: 100%;
    font-size: 14px;
  }

  #caution ol li {
    text-indent: -0.9em;
  }
}

/*---------------------------------------*/
/*-- #home_care -------------------------*/
/*#home_care #caution {
  background: #fff;
}*/
/*---------------------------------------*/
/* ==========================================================
*12: section reason
========================================================== */
#reason {
  margin: 80px auto 40px;
}

#reason h2 {
  width: 383px;
  margin: 0 auto 60px;
}

#reason h3 {
  width: 301px;
  margin: 60px auto 0;
}

#reason .inner_cont {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 1000px;
  margin: auto;
}

#reason .inner_cont .txt {
  width: 57%;
  padding: 97px 0 0 0;
}

#reason .inner_cont .txt p {
  font-size: 30px;
}

#reason .inner_cont .txt p span {
  color: #ff3d3d;
  background: url("../images/home_care/under_line.png") left bottom 2px repeat-x;
}

#reason .inner_cont .graf {
  width: 340px;
}

#reason .inner_cont .graf p {
  margin-top: 10px;
}

#reason #features .inner.criterion dl dt h3 {
  width: 465px;
  line-height: 0;
  margin: 0;
}

@media screen and (max-width: 640px) {
  #reason {
    margin: 40px auto 20px;
  }

  #reason h2 {
    width: 88.157vw;
    margin: 0 auto 30px;
  }

  #reason h3 {
    width: 44.925%;
    margin: 30px auto 0;
  }

  #reason p img {
    /*width: 71.044%;*/
    width: 88vw;
  }

  #reason .inner_cont {
    display: block;
    width: 100%;
  }

  #reason .inner_cont .txt {
    width: 100%;
    padding: 48px 0 20px 0;
  }

  #reason .inner_cont .txt p {
    font-size: 20px;
  }

  #reason .inner_cont .txt p span {
    background-size: 5%;
  }

  #reason .inner_cont .graf {
    width: 100%;
    margin: auto;
  }

  #reason .inner_cont .graf img {
    display: block;
    width: 71.194%;
    margin: auto;
  }

  #reason .inner_cont .graf p {
    padding: 0 3%;
    margin-top: 10px;
  }

  #reason #features .inner.criterion dl dt h3 {
    width: 92.323%;
    margin: auto;
  }
}

/* ==========================================================
*13: section bmichk
========================================================== */
#bmichk {
  margin: 0 auto 40px;
  padding-top: 56px;
  padding-bottom: 40px;
}

#home_care #bmichk {
  background: #e8f7ff;
}

#bmichk .inner01 {
  width: 1000px;
}

#bmichk .inner01 h2 {
  width: 532px;
  margin: 0 auto 25px;
}

#bmichk h3 {
  width: 502px;
  margin: 0 auto 60px;
}

#home_care #bmichk h3 {
  width: 388px;
  margin: 40px auto 0;
}

#bmichk .inner01 .bmiCalc {
  padding: 4% 5% 4% 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.3rem;
  background: #b3dcf3;
}

#bmichk .inner01 .bmiCalc p {
  color: #231815;
  font-size: 26px;
  text-align: center;
}

#bmichk .inner01 .inputWrap {
  margin: 4.5% auto 2.5%;
}

#bmichk .inner01 .inputWrap * {
  color: #000000;
  text-align: center;
}

#bmichk .inner01 .inputWrap > * {
  vertical-align: middle;
}

#bmichk .inner01 .bmiCalc .inputWrap p.cm,
#bmichk .inner01 .bmiCalc .inputWrap p.kg {
  display: inline-block;
  width: 33%;
  font-size: 1.3rem;
  text-align: left;
}

#bmichk .inner01 .bmiCalc .inputWrap p.cm span,
#bmichk .inner01 .bmiCalc .inputWrap p.kg span {
  vertical-align: bottom;
}

#bmichk .inner01 .inputWrap input {
  width: 190px;
  color: #152c85;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: right;
  padding: 4% 4% 4% 4%;
  margin: 0 1% 0 1%;
  border: #152c85 2px solid;
  border-radius: 6px;
}

#bmichk .inner01 .inputWrap input::-webkit-outer-spin-button,
#bmichk .inner01 .inputWrap input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

#bmichk .inner01 .inputWrap input {
  -moz-appearance: textfield;
}

#bmichk .inner01 .inputWrap .bmiCalcBtn {
  display: inline-block;
  margin-left: 40px;
}

#bmichk .inner01 .bmiResultWrap {
  text-align: center;
  margin: 0 0 3% 0;
  padding: 20px 0;
  background: #ffffff;
  border-radius: 8px;
}

#bmichk .inner01 .bmiResultWrap .bmiResult,
#bmichk .inner01 span.base,
#bmichk .inner01 span.normal,
#bmichk .inner01 span.fewthin,
#bmichk .inner01 span.thin,
#bmichk .inner01 span.fat {
  color: #ed544f;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  padding: 1% 2% 0.5% 2%;
  margin: 0 1% 0 1%;
  border: #152c85 2px solid;
  border-radius: 6px;
}

#bmichk .inner01 .bmi_message p {
  margin: 2% 1% 2% 1%;
}

#bmichk .inner01 span.thin,
#bmichk .inner01 span.fewthin,
#bmichk .inner01 span.normal,
#bmichk .inner01 span.fat {
  display: none;
}

#bmichk .inner01 .thin span.base,
#bmichk .inner01 .fewthin span.base,
#bmichk .inner01 .normal span.base,
#bmichk .inner01 .fat span.base {
  display: none;
}

#bmichk .inner01 .thin span.thin,
#bmichk .inner01 .fewthin span.fewthin,
#bmichk .inner01 .normal span.normal,
#bmichk .inner01 .fat span.fat {
  display: inline-block;
}

@media screen and (max-width: 640px) {
  #bmichk {
    margin: 0 auto 20px;
    padding-top: 23px;
    padding-bottom: 20px;
  }

  #bmichk .inner01 {
    width: 88.157%;
  }

  #bmichk .inner01 h2 {
    width: 87.313%;
    margin: 0 auto 12px;
  }

  #bmichk h3 {
    width: 70.597%;
    margin: 20px auto 0;
  }

  #home_care #bmichk h3 {
    width: 70.597%;
    margin: 20px auto 0;
  }

  #self_check_index #bmichk h3 {
    width: 57.59%;
    margin: 0 0 30px 44px;
  }

  #bmichk .inner01 .bmiCalc p {
    color: #231815;
    font-size: 14px;
    text-align: center;
  }

  #bmichk .inner01 .bmiCalc p img.sp {
    width: 77.73%;
  }

  #bmichk .inner01 .bmiCalc .inputWrap p.cm,
  #bmichk .inner01 .bmiCalc .inputWrap p.kg {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px;
  }

  #bmichk .inner01 .inputWrap input {
    width: 139px;
    color: #152c85;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: right;
    padding: 2% 4% 2% 4%;
    margin: 0 1% 0 1%;
    border: #152c85 2px solid;
    border-radius: 6px;
  }

  #bmichk .inner01 .inputWrap .bmiCalcBtn {
    display: block;
    width: 52.238%;
    margin-left: 0;
    margin: 0 auto;
  }

  #bmichk .inner01 .bmiResultWrap {
    padding: 10px 0;
  }

  #bmichk .inner01 .bmiResultWrap .bmiResult,
  #bmichk .inner01 span.base,
  #bmichk .inner01 span.normal,
  #bmichk .inner01 span.fewthin,
  #bmichk .inner01 span.thin,
  #bmichk .inner01 span.fat {
    font-size: 20px;
    text-align: center;
    padding: 1% 8% 0.5% 8%;
    margin: 0 1% 0 1%;
    border: #152c85 2px solid;
    border-radius: 6px;
  }

  #bmichk .inner01 .bmiResultWrap .bmiResult {
    margin: 0 1% 0 14%;
  }
}

/*---------------------------------------*/
/*-- #home_care -------------------------*/
#home_care #bmichk {
  position: relative;
}

#home_care #bmichk::after {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 30px 35px 0 35px;
  border-color: #e8f7ff transparent transparent transparent;
}

#home_care #bmichk .inner01 .bmiCalc {
  position: relative;
}

#home_care #bmichk .inner01 .bmiCalc::after {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 30px 35px 0 35px;
  border-color: #b3dcf3 transparent transparent transparent;
}

@media screen and (max-width: 640px) {
  #home_care #bmichk::after {
    border-width: 15px 17px 0 17px;
  }

  #home_care #bmichk .inner01 .bmiCalc::after {
    border-width: 15px 17px 0 17px;
  }
}

/*---------------------------------------*/
/*-- #health_maintenance ----------------*/
#health_maintenance #bmichk {
  background: none;
}

#health_maintenance #bmichk h3 {
  width: 502px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 640px) {
  #health_maintenance #bmichk h3 {
    width: 57.59%;
    margin: 0 0 30px 44px;
  }
}

/*---------------------------------------*/
/* ==========================================================
*14: section selfcheck
========================================================== */
#selfcheck {
  margin: 0px auto 0px;
  padding: 80px 0;
  background: -moz-linear-gradient(30deg, #fffaee 30%, #fff6eb 50%, #fffaee 80%);
  background: -webkit-linear-gradient(30deg, #fffaee 30%, #fff6eb 50%, #fffaee 80%);
  background: linear-gradient(30deg, #fffaee 30%, #fff6eb 50%, #fffaee 80%);
}

#selfcheck h2 {
  width: 564px;
  margin: 0 auto 60px;
}

#selfcheck .chk {
  width: 1000px;
  padding: 0 0 60px;
  margin: 0 auto 60px;
  border-bottom: #172f83 1px solid;
}

#selfcheck .chk h3 {
  width: 597px;
  margin: 0 auto 30px;
  box-sizing: border-box;
}

#selfcheck .chk ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 900px;
  padding: 40px 10px;
  margin: auto;
  background: #ffeed1;
}

#selfcheck .chk ul li {
  color: #033887;
  font-size: 26px;
  font-weight: 600;
}

#selfcheck .chk ul li {
  text-align: center;
}

#selfcheck .chk ul li:nth-child(3) {
  width: 68%;
}

#selfcheck .chk ul li:last-child {
  width: 32%;
}

#selfcheck .chk ul li input[type="checkbox"] {
  display: none;
}

#selfcheck .chk ul li .check {
  box-sizing: border-box;
  /*cursor: pointer;*/
  display: inline-block;
  padding: 5px 30px 5px 40px;
  position: relative;
  width: auto;
}

#selfcheck .chk ul li .check::before {
  background: #fff;
  border: 2px solid #033887;
  border-radius: 3px;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  width: 16px;
}

#selfcheck .chk ul li .check::after {
  border-right: 6px solid #ff6161;
  border-bottom: 3px solid #ff6161;
  content: "";
  display: block;
  height: 20px;
  left: 7px;
  margin-top: -20px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 9px;
}

#selfcheck .chk ul li input[type="checkbox"]:checked + .check::before {
  border-color: #033887;
}

#selfcheck .chk ul li input[type="checkbox"]:checked + .check::after {
  opacity: 1;
}

#selfcheck .ringchk {
  width: 1000px;
  padding: 0 0 60px;
  margin: 0 auto 37px;
  border-bottom: #172f83 1px solid;
}

#selfcheck .ringchk h3 {
  width: 519px;
  margin: 0 auto 25px;
}

#selfcheck .ringchk h4 {
  width: 180px;
  margin: 0 auto 50px;
}

#selfcheck .ringchk p {
  font-size: 20px;
  text-align: center;
}

#selfcheck .ringchk img {
  display: block;
  margin: 0 auto;
}

#selfcheck .figure h3 {
  width: 355px;
  margin: 0 auto 60px;
}

#self_check_index #selfcheck .figure h3 {
  width: 407px;
  /*width: 355px;*/
  margin: 0 auto 60px;
}

#selfcheck .ringchk ul {
  width: 900px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto 30px;
}

#selfcheck .ringchk ul li {
  width: 48%;
}

#selfcheck .ringchk ul li p {
  margin-bottom: 25px;
}

#selfcheck .ringchk ul li:first-child p {
  margin-bottom: 55px;
}

#selfcheck .figure img {
  display: block;
  margin: auto;
}

@media screen and (max-width: 640px) {
  #selfcheck {
    margin: 20px auto 20px;
    padding: 20px 0;
    background: #fffdec;
  }

  #selfcheck h2 {
    width: 82.763%;
    margin: 0 auto 30px;
  }

  #selfcheck .chk {
    width: 88.157%;
    padding: 0 0 30px;
    margin: 0 auto 30px;
  }

  #selfcheck .chk h3 {
    width: 77.6%;
    margin: 0 0 15px 19px;
  }

  #selfcheck .chk ul {
    display: block;
    width: 100%;
    padding: 24px 10px 24px;
  }

  #selfcheck .chk ul li {
    font-size: 15px;
    text-align: left;
  }

  #selfcheck .chk ul li:nth-child(3) {
    width: 100%;
  }

  #selfcheck .chk ul li:last-child {
    width: 100%;
  }

  #selfcheck .chk ul li .check {
    padding: 5px 0 5px 35px;
  }

  #selfcheck .ringchk {
    width: 88.157%;
    padding: 0 0 30px;
    margin: 0 auto 18px;
  }

  #selfcheck .ringchk h3 {
    width: 68%;
    margin: 0 0 10px 20px;
  }

  #selfcheck .ringchk h4 {
    width: 37%;
    margin: 0 auto 25px;
  }

  #selfcheck .ringchk p {
    font-size: 15px;
  }

  #selfcheck .ringchk img {
    display: block;
    margin: 0 auto;
  }

  #selfcheck .ringchk ul {
    width: 100%;
    display: block;
    margin: 0 auto 15px;
  }

  #selfcheck .ringchk ul li {
    width: 100%;
    margin-bottom: 30px;
  }

  #selfcheck .ringchk ul li:first-child {
    margin-bottom: 25px;
  }

  #selfcheck .ringchk ul li img {
    width: 49.066%;
  }

  #selfcheck .ringchk ul li p {
    margin-bottom: 10px;
  }

  #selfcheck .figure h3 {
    width: 75.029%;
    margin: 0 auto 30px;
  }

  #self_check_index #selfcheck .figure h3 {
    width: 75.029%;
    margin: 0 auto 30px;
  }

  #selfcheck .figure img {
    width: 94.029%;
  }
}

/* ==========================================================
*15: section such
========================================================== */
#such {
  margin: 40px auto 40px;
  padding: 40px 0 0;
}

#such h2 {
  width: 383px;
  margin: 0 auto 60px;
}

#self_check_index #such h2 {
  width: 599px;
  margin: 0 auto 30px;
}

#such .inner01 {
  width: 100%;
  padding: 20px 0;
  background: -moz-linear-gradient(45deg, #fffaec 30%, #ffefd8 50%, #fffaec 80%);
  background: -webkit-linear-gradient(45deg, #fffaec 30%, #ffefd8 50%, #fffaec 80%);
  background: linear-gradient(45deg, #fffaec 30%, #ffefd8 50%, #fffaec 80%);
}

#self_check_index #such .inner01 {
  background: #ffffff;
  /*background: linear-gradient(180deg, rgba(255, 251, 216, 0.4) 0%, rgba(255, 251, 216, 0.4) 77%, #fff 77%, #fff 100%);*/
}

#such ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 1200px;
  margin: auto;
}

#self_check_index #such ul {
  width: 1080px;
}

#such .scroll {
  width: 140px;
  margin: 30px auto 0;
}

@media screen and (max-width: 1024px) and (min-width: 641px) {
  #self_check_index #such ul {
    width: 90%;
  }

  #such ul li {
    width: 48%;
  }
}

@media screen and (max-width: 640px) {
  #such {
    margin: 20px auto 20px;
    padding: 20px 0 0;
  }

  #such h2 {
    width: 59.342%;
    margin: 0 auto 30px;
  }

  #self_check_index #such h2 {
    width: 79.73vw;
    margin: 0 auto 30px;
  }

  #self_check_index #such h2 {
    margin: 0 auto 10px;
  }

  #such .inner01 {
    width: 100%;
    padding: 10px 0;
  }

  #self_check_index #such .inner01 {
    background: #ffffff;
  }

  #such ul {
    display: block;
    width: 88.157%;
  }

  #self_check_index #such ul {
    width: 78.66vw;
  }

  #such .scroll {
    width: 26.315%;
    margin: 15px auto 0;
  }
}

/* ==========================================================
*16: section risk
========================================================== */
#risk {
  margin: 80px auto 40px;
}

#risk h2 {
  width: 588px;
  margin: 0 auto 60px;
}

#risk .inner_cont {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 1000px;
  margin: auto;
}

#risk .inner_cont .txt {
  width: 57%;
  padding: 97px 0 0 0;
}

#risk .inner_cont .txt p {
  font-size: 30px;
}

#risk .inner_cont .txt p span {
  color: #ff3d3d;
  background: url("../images/home_care/under_line.png") left bottom 2px repeat-x;
}

#risk .inner_cont .graf {
  width: 340px;
}

#risk .inner_cont .graf p {
  margin-top: 10px;
}

@media screen and (max-width: 1024px) and (min-width: 641px) {
  #risk .inner_cont {
    width: 95%;
  }
}

@media screen and (max-width: 640px) {
  #risk {
    margin: 40px auto 20px;
  }

  #risk h2 {
    width: 88.157vw;
    margin: 0 auto 30px;
  }

  #risk p img {
    width: 71.044%;
  }

  #risk .inner_cont {
    display: block;
    width: 100%;
  }

  #risk .inner_cont .txt {
    width: 100%;
    padding: 0 0 20px 0;
  }

  #risk .inner_cont .txt p {
    font-size: 20px;
  }

  #risk .inner_cont .txt p span {
    background-size: 5%;
  }

  #risk .inner_cont .graf {
    width: 100%;
    margin: auto;
  }

  #risk .inner_cont .graf img {
    display: block;
    width: 71.194%;
    margin: auto;
  }

  #risk .inner_cont .graf p {
    padding: 0 3%;
    margin-top: 10px;
  }
}

/* ==========================================================
*17: long_banner
========================================================== */
#long_banner {
  background: -moz-linear-gradient(30deg, #fffaee 30%, #fff6eb 50%, #fffaee 80%);
  background: -webkit-linear-gradient(30deg, #fffaee 30%, #fff6eb 50%, #fffaee 80%);
  background: linear-gradient(30deg, #fffaee 30%, #fff6eb 50%, #fffaee 80%);
}

#long_banner ul {
  width: 1000px;
  margin: 0px auto;
  padding: 60px 0;
}

#long_banner ul li:nth-child(2) {
  margin: 40px 0 0;
}

#long_banner a {
  transition: all 0.2s 0s ease;
}

#long_banner a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 640px) {
  /*  #long_banner {
    width: 82.894%;
  }*/
  #long_banner ul {
    width: 82.894%;
    padding: 5.33vw 0 0;
  }

  #long_banner ul li:nth-child(2) {
    margin: 20px 0;
  }
}

/* ==========================================================
*18: banner_careclub
========================================================== */
.banner_careclub {
  width: 640px;
  margin: 40px auto 0;
}

.banner_careclub a {
  transition: all 0.2s 0s ease;
}

.banner_careclub a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 640px) {
  .banner_careclub {
    width: 82.894%;
    margin: 20px auto 0;
  }
}

/* ==========================================================
*19:  web_movie
========================================================== */
#web_movie {
  margin: 40px auto 40px;
  padding: 40px 0;
}

#web_movie h2 {
  width: 344px;
  margin: 0 auto 60px;
}

#web_movie h3 {
  width: 900px;
  margin: 0 auto 45px;
}

#web_movie .video01 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

#web_movie .inner02 {
  max-width: 984px;
  margin: 0 auto;
}

#web_movie .video01 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vjs-title-bar {
  display: none !important;
}

@media screen and (max-width: 640px) {
  #web_movie {
    margin: 20px auto 20px;
    padding: 20px 0;
  }

  #web_movie .inner01 {
    width: 88.157%;
  }

  #web_movie .inner01.inner02 {
    padding: 0 4%;
  }

  #web_movie h2 {
    width: 61.194%;
    margin: 0 auto 30px;
  }

  #web_movie h3 {
    width: 100%;
    margin: 0 auto 22px;
  }
}

/*========================================================== */
/* ==========================================================
*20: section movie
========================================================== */
#index_movie {
  margin: 80px auto 80px;
}

#index_movie h2 {
  width: 373px;
  margin: 0 auto 80px;
}

#index_movie .isPC ul {
  /*width: 1000px;*/
  width: 830px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
}

#index_movie .isPC ul::after {
  content: none;
}

#index_movie .isPC ul li:nth-child(-n + 2) {
  margin-bottom: 20px;
}

#index_movie .isPC ul li img {
  cursor: pointer;
}

#index_movie .isPC ul li span {
  display: block;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

#index_movie .isPC .movie_modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999;
}

#index_movie .isPC .movie_modal .movie_modal_bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}

#index_movie .isPC .movie_modal .modal_cont {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 984px;
  height: 554px;
  transform: translate(-50%, -50%);
}

#index_movie .isPC .movie_modal .modal_close_btn {
  position: absolute;
  display: inline-block;
  top: -50px;
  right: 0px;
  width: 50px;
  height: 50px;
  border: 0;
  background-color: #fff;
  border-radius: 50px;
  margin: 0;
  padding: 0;
  transform: scale(0.5);
  cursor: pointer;
}

#index_movie .isPC .movie_modal .modal_close_btn::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 11px;
  left: 23px;
  width: 6px;
  height: 30px;
  background-color: #000;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 6px;
}

#index_movie .isPC .movie_modal .modal_close_btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 11px;
  left: 23px;
  width: 6px;
  height: 30px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: #000;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 6px;
  visibility: inherit;
}

#index_movie .isPC .movie_modal .modal_close_btn:hover {
  background-color: #b9b9b9;
}

#index_movie .movie_modal .modal_close_btn span {
  display: none;
}

@media screen and (max-width: 640px) {
  #index_movie {
    margin: 40px auto 60px;
  }

  #index_movie .isSP h2 {
    width: 58.93%;
    margin: 0 auto 40px;
  }

  /*---2021/07/28-------------------*/
  #index_movie .isSP ul {
    width: 95vw;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
  }

  #index_movie .isSP ul::after {
    content: none;
  }

  #index_movie .isSP ul li {
    width: 48%;
  }

  #index_movie .isSP ul li:nth-child(-n + 2) {
    margin-bottom: 15px;
  }

  #index_movie .isSP ul li span {
    font-size: 12px;
    display: block;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
  }

  /*---------------------------*/
  #index_movie .isSP .sp_movie {
    width: 100%;
    margin: 0 auto;
  }

  #index_movie .isSP .sp_movie li span {
    font-size: 14px;
    display: block;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
  }

  #index_movie .isSP .movie_cont {
    position: relative;
    width: 250px;
    height: auto;
  }

  #index_movie .isSP .player {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  #index_movie .isSP .thumb {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  #index_movie .isSP .movie_modal_sp {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999;
  }

  #index_movie .isSP .movie_modal_sp .movie_modal_bg {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
  }

  #index_movie .isSP .movie_modal_sp .modal_cont {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 350px;
    height: 196px;
    transform: translate(-50%, -50%);
  }

  #index_movie .isSP .movie_modal_sp .modal_close_btn {
    position: absolute;
    display: inline-block;
    top: -50px;
    right: 0px;
    width: 50px;
    height: 50px;
    border: 0;
    background-color: #fff;
    border-radius: 50px;
    margin: 0;
    padding: 0;
    transform: scale(0.5);
    cursor: pointer;
  }

  #index_movie .isSP .movie_modal_sp .modal_close_btn::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 11px;
    left: 23px;
    width: 6px;
    height: 30px;
    background-color: #000;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 6px;
  }

  #index_movie .isSP .movie_modal_sp .modal_close_btn::after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 11px;
    left: 23px;
    width: 6px;
    height: 30px;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: #000;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 6px;
    visibility: inherit;
  }

  #index_movie .isSP .movie_modal_sp .modal_close_btn:hover {
    background-color: #b9b9b9;
  }

  #index_movie .isSP .movie_modal_sp .modal_close_btn span {
    display: none;
  }

  .slider {
    margin: 100px auto;
    width: 80%;
  }

  .slider img {
    height: auto;
    width: 100%;
  }

  .slider li.modal_open {
    margin: 0 10px;
  }

  /*slick setting*/
  .slick-prev:before,
  .slick-next:before {
    color: #000;
  }
}

/*========================================================== */
.meibalance_mini_main p,
.meibalance_mini_main h1,
.meibalance_mini_main h2,
.meibalance_mini_main h3,
.meibalance_mini_main h4,
.meibalance_mini_main ul,
.meibalance_mini_main li,
.meibalance_mini_main nav,
.meibalance_mini_main dl,
.meibalance_mini_main dt,
.meibalance_mini_main dd,
.meibalance_mini_main li,
.meibalance_mini_main a {
  color: #000000;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  /*letter-spacing: 0.07em;*/
  line-height: 1.6;
  -webkit-overflow-scrolling: touch;
}

/* ==========================================================
* 21: 2021/03/31 add 2021/7/1 edit
============================================================*/
/*-- main --*/
#main.cp_add {
  margin-bottom: 0;
}

#wrapper {
  position: relative;
}

/*--fix_tab_buy--*/
.fix_tab_buy {
  position: absolute;
  /*top: 0;*/
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

.tab_fx {
  position: fixed;
}

@media screen and (max-width: 640px) {
}

/*--fix_tab_btn--*/
.fix_tab_btn {
  position: absolute;
  /*top: 0;*/
  bottom: 0;
  right: 0;
  width: 100%;
  height: 80px;
  /*background: #13268F none;*/
  background: url("../images/btn_menu_bg.png") left top repeat;
  /*cursor: pointer;*/
  z-index: 3333;
  transition: 0.2s;
}

.fix_tab_btn.close {
  opacity: 0;
  transition: all 0.4s;
}

.fix_tab_btn.down {
  height: 30px;
  cursor: pointer;
}

.fix_tab_btn img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  transition: all 0.4s;
}

.fix_tab_btn img.off {
  z-index: 10;
}

.fix_tab_btn img.off:hover {
  opacity: 0;
}

.fix_tab_btn img.isUp {
  display: none;
}

.fix_tab_btn.down img {
  display: none;
}

.fix_tab_btn.down img.isUp {
  width: 36px;
  height: 16px;
  display: block;
}

.fix_tab_btn .fix_tab_btn_close {
  position: absolute;
  left: 20vw;
  bottom: 80px;
  width: 90px;
  height: 20px;
  color: #fff;
  font-family: "Arial Black", Gadget, "sans-serif";
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4rem;
  text-align: center;
  cursor: pointer;
  background: #000;
  border-radius: 10px 10px 0 0;
}

.fix_tab_btn .fix_tab_btn_close span {
  padding-left: 10px;
}

.fix_tab_btn.down .fix_tab_btn_close {
  display: none;
}

@media screen and (max-width: 640px) {
  .fix_tab_btn {
    width: 100%;
    /* height: 25vw;*/
    height: 20vw;
  }

  .fix_tab_btn.down {
    height: 10vw;
  }

  .fix_tab_btn img {
    width: 74.667vw;
  }

  .fix_tab_btn img.off,
  .fix_tab_btn img.ov {
    /*top: -5vw;*/
    top: 0;
    margin: auto;
  }

  .fix_tab_btn img.off {
    top: 0;
    z-index: 10;
  }

  .fix_tab_btn .fix_tab_btn_close {
    left: 5vw;
    /*bottom: 24.8vw;*/
    bottom: 19.8vw;
    width: 10vw;
    height: 5.333vw;
    font-size: 12px;
    line-height: 1.4rem;
    border-radius: 10px 10px 0 0;
  }

  .fix_tab_btn .fix_tab_btn_close span {
    display: none;
  }

  .fix_tab_btn.down img.isUp {
    width: 6vw;
    height: 2.933vw;
  }
}

/*--fix_tab_cont--*/
.fix_tab_cont {
  width: 100%;
  height: 100vh;
  background: url("../images/btn_menu_buy_bg.png") top right repeat;
  position: absolute;
  /*top: 0;*/
  bottom: 0;
  left: 0;
  z-index: 4444;
  transform: translateY(100%);
  transition: all 0.4s;
}

.fix_tab_cont.banner_buy {
  padding: 15vh 30px;
}

@media screen and (max-width: 768px) {
  .fix_tab_cont {
    height: 100vh;
  }

  .fix_tab_cont.banner_buy {
    padding: 32vw 20px 0;
    /*padding: 10vw 20px 0;*/
  }

  .fix_tab_cont.banner_buy.Android {
    padding: 25vw 20px 0;
  }
}

.fix_tab_cont.open {
  transform: translateX(0);
}

.fix_tab_cont h2 {
  position: relative;
  font-size: 28px;
  text-align: center;
  margin-bottom: 35px;
}

.fix_tab_cont h2::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  content: "";
  width: 1000px;
  height: 3px;
  margin: auto;
  background: #ff715e;
}

.fix_tab_cont p {
  font-size: 16px;
  font-weight: bold;
  line-height: 2rem;
  text-align: center;
}

.fix_tab_cont .buy_close {
  width: 180px;
  height: 50px;
  padding-top: 16px;
  margin: 0 auto;
  background: #13268f;
  border-radius: 90px;
  cursor: pointer;
  transition: all 0.4s;
}

.fix_tab_cont .buy_close:hover {
  opacity: 0.8;
}

.fix_tab_cont .buy_close img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .fix_tab_cont h2 {
    font-size: 18px;
    margin-bottom: 3.5vw;
  }

  .fix_tab_cont h2::after {
    width: 90%;
  }

  .fix_tab_cont p {
    font-size: 11px;
    line-height: 1.2rem;
  }

  .fix_tab_cont .buy_close {
    display: block;
    width: 38.4vw;
    height: 9vw;
    padding-top: 2.5vw;
    margin: 0 auto;
    border-radius: 19vw;
    border: #13268f 1px solid;
  }

  .fix_tab_cont .buy_close img {
    display: block;
    width: 17.6vw;
    margin: 0 auto;
  }
}

.fix_tab_cont ul {
  width: 1000px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin: 40px auto 65px;
}

@media screen and (max-width: 1024px) {
  .fix_tab_cont ul {
    width: 950px;
  }
}

.fix_tab_cont ul:after {
  content: none;
}

.fix_tab_cont ul li {
  width: 312px;
}

.fix_tab_cont ul li p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

.fix_tab_cont ul li a {
  position: relative;
  display: block;
  transition: all 0.3s ease;
}

.fix_tab_cont ul li a::before,
.fix_tab_cont ul li a::after {
  position: absolute;
  z-index: 2;
  content: "";
  width: 0;
  height: 0;
  border: 2px solid transparent;
  box-sizing: content-box;
  border-radius: 8px;
}

.fix_tab_cont ul li a::before {
  top: -2px;
  left: -2px;
}

.fix_tab_cont ul li a::after {
  bottom: -2px;
  right: -2px;
}

.fix_tab_cont ul li a:hover {
  color: #ff715e;
}

.fix_tab_cont ul li a:hover::before,
.fix_tab_cont ul li a:hover::after {
  width: 100%;
  height: 100%;
}

.fix_tab_cont ul li a:hover::before {
  border-bottom-color: #ff715e;
  border-left-color: #ff715e;
  transition: height 0.3s, width 0.3s 0.3s;
  border-radius: 8px;
}

.fix_tab_cont ul li a:hover::after {
  border-top-color: #ff715e;
  border-right-color: #ff715e;
  transition: height 0.3s, width 0.3s 0.3s;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .fix_tab_cont ul {
    width: 90vw;
    margin: 3vw auto 4vw;
  }

  .fix_tab_cont ul li {
    width: 74.667vw;
  }

  .fix_tab_cont ul li {
    margin: auto;
  }

  .fix_tab_cont ul li:nth-child(2) {
    margin: 2vw auto;
  }

  .fix_tab_cont ul li p {
    font-size: 12px;
    margin-top: 0;
  }
}

/*--SP 横向き-- */
.fix_tab_cont.banner_buy.change {
  padding: 35vh 2vw 5vh !important;
}

.fix_tab_cont.change ul {
  width: 100% !important;
  margin: 1vw auto 1vw;
}

.fix_tab_cont.change ul li {
  width: 30vw !important;
}

.fix_tab_cont.change .buy_close {
  width: 23vw !important;
  height: 4vw !important;
  padding-top: 1vw !important;
}

.fix_tab_cont.change .buy_close img {
  width: 9.6vw !important;
}

/*-- cp_banner_area --*/
.cp_banner_area {
  margin: 40px auto;
  -webkit-box-shadow: 0px 0px #ffffff;
  box-shadow: 0px 0px #ffffff;
}

.cp_banner_area a {
  display: block;
  width: 1200px;
  margin: auto;
  transition: all 0.2s 0s ease;
}

.cp_banner_area a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .cp_banner_area a {
    width: 98%;
  }

  .cp_banner_area a:hover {
    opacity: 0.7;
    /*filter: saturate(150%);*/
  }
}

@media screen and (max-width: 640px) {
  .cp_banner_area {
    margin: 5vw auto;
  }

  .cp_banner_area a {
    width: 89vw;
  }
}

/* ==========================================================
* 22: 2022/01/05 add 
============================================================*/
.pagetop_fixed {
  /* bottom: 19%; */
  bottom: 170px;
}

#caution {
  margin: 0 auto;
  padding-bottom: 162px;
}

/*-- banner_2201--*/
.banner_2201 {
  width: 100%;
  padding: 80px 0;
  margin: auto;
  background: url(../images/btn_menu_buy_bg.png) left top repeat;
}

.banner_2201 .inner {
  width: 1000px;
  margin: auto;
}

.banner_2201 .inner h2 {
  width: 414px;
  margin: 0 auto 65px;
}

.banner_2201 .inner p {
  font-size: 16px;
  font-weight: bold;
  line-height: 2rem;
  text-align: center;
}

.banner_2201 .inner ul {
  /*width: 1000px;オムニ7あり*/
  width: 660px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin: 40px auto 0;
}

.banner_2201 .inner ul li a {
  position: relative;
  display: block;
  transition: all 0.3s ease;
}

.banner_2201 .inner ul li a::before,
.banner_2201 .inner ul li a::after {
  position: absolute;
  z-index: 2;
  content: "";
  width: 0;
  height: 0;
  border: 2px solid transparent;
  box-sizing: content-box;
  border-radius: 8px;
}

.banner_2201 .inner ul li a::before {
  top: -2px;
  left: -2px;
}

.banner_2201 .inner ul li a::after {
  bottom: -2px;
  right: -2px;
}

.banner_2201 .inner ul li a:hover {
  color: #ff715e;
}

.banner_2201 .inner ul li a:hover::before,
.banner_2201 .inner ul li a:hover::after {
  width: 100%;
  height: 100%;
}

.banner_2201 .inner ul li a:hover::before {
  border-bottom-color: #ff715e;
  border-left-color: #ff715e;
  transition: height 0.3s, width 0.3s 0.3s;
  border-radius: 8px;
}

.banner_2201 .inner ul li a:hover::after {
  border-top-color: #ff715e;
  border-right-color: #ff715e;
  transition: height 0.3s, width 0.3s 0.3s;
  border-radius: 8px;
}

.banner_2201 .inner ul li p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  .pagetop_fixed {
    bottom: 15%;
  }

  #faq {
    margin: 0px auto 0px;
    padding: 10.67vw 0 2.6vw;
  }

  #caution {
    margin: 0 auto;
    padding-top: 10.67vw;
    padding-bottom: 16vw;
  }

  /*-- banner_2201--*/
  .banner_2201 {
    padding: 10.67vw 0;
  }

  .banner_2201 .inner {
    width: 88.157vw;
  }

  .banner_2201 .inner h2 {
    width: 88.157vw;
    margin: 0 auto 8.6vw;
  }

  .banner_2201 .inner p {
    font-size: 14px;
    line-height: 1.8rem;
  }

  .banner_2201 .inner ul {
    width: 78.667vw;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    margin: 40px auto 0;
  }

  .banner_2201 .inner ul li {
    width: 100%;
    margin-bottom: 3vw;
  }

  .banner_2201 .inner ul li p {
    font-size: 12px;
    margin-top: 0vw;
  }
}

/*-- fix_tab_buy_2201--*/
.fix_box {
  position: static;
  min-height: 150px;
}

.fix_tab_buy_2201 {
  position: relative;
  /*position: static;*/
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 8px 0 8px;
  z-index: 999;
  background: url("../images/pop_bg.png") top right repeat;
}

.tab_fx {
  position: fixed;
}

.fix_tab_buy_2201.close {
  opacity: 0;
  transition: all 0.4s;
}

.fix_tab_buy_2201.down {
  height: 30px;
  cursor: pointer;
}

.fix_tab_buy_2201 .isUp {
  display: none;
}

.fix_tab_buy_2201.down .isUp {
  width: 100%;
  height: 30px;
  display: block;
}

.fix_tab_buy_2201 .isUp img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  transition: all 0.4s;
}

.fix_tab_buy_2201 .isUp img {
  width: 36px;
  height: 16px;
}

.fix_tab_buy_2201 .isUp.off img {
  z-index: 10;
}

.fix_tab_buy_2201 .isUp.off:hover img {
  opacity: 0;
}

.fix_tab_buy_2201 .fix_tab_btn_close {
  position: absolute;
  left: 5vw;
  top: -20px;
  width: 90px;
  height: 20px;
  color: #fff;
  font-family: "Arial Black", Gadget, "sans-serif";
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4rem;
  text-align: center;
  cursor: pointer;
  background: #000;
  border-radius: 10px 10px 0 0;
}

.fix_tab_buy_2201 .fix_tab_btn_close span {
  padding-left: 10px;
}

.fix_tab_buy_2201.down .fix_tab_btn_close {
  display: none;
}

/*--fix_tab_cont_2201--*/
.fix_tab_cont_2201 .fl_inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 900px;
  margin: auto;
  background: #fff;
  border-radius: 13px;
}

.fix_tab_cont_2201 .fl_inner h2 {
  width: 200px;
  padding: 7px 0 7px 17px;
  background: #132692;
  border-radius: 13px 0 0 13px;
  box-sizing: border-box;
}

.fix_tab_cont_2201 .fl_inner h2 img {
  width: 169px;
  height: auto;
}

.fix_tab_cont_2201 .fl_inner p {
  width: 700px;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0 5px 10px;
}

.fix_tab_cont_2201 ul {
  /*width: 1000px; オムニ7あり*/
  width: 660px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin: 10px auto 0;
}

.fix_tab_cont_2201 ul::after {
  content: none;
}

.fix_tab_cont_2201 ul li {
  width: 312px;
}

.fix_tab_cont_2201 ul li:nth-child(3) {
  width: 310px;
}

.fix_tab_cont_2201 ul li a {
  position: relative;
  display: block;
  transition: all 0.3s ease;
}

.fix_tab_cont_2201 ul li a::before,
.fix_tab_cont_2201 ul li a::after {
  position: absolute;
  z-index: 2;
  content: "";
  width: 0;
  height: 0;
  border: 2px solid transparent;
  box-sizing: content-box;
  border-radius: 8px;
}

.fix_tab_cont_2201 ul li a::before {
  top: -2px;
  left: -2px;
}

.fix_tab_cont_2201 ul li a::after {
  bottom: -2px;
  right: -2px;
}

.fix_tab_cont_2201 ul li a:hover {
  color: #ff715e;
}

.fix_tab_cont_2201 ul li a:hover::before,
.fix_tab_cont_2201 ul li a:hover::after {
  width: 100%;
  height: 100%;
}

.fix_tab_cont_2201 ul li a:hover::before {
  border-bottom-color: #ff715e;
  border-left-color: #ff715e;
  transition: height 0.3s, width 0.3s 0.3s;
  border-radius: 8px;
}

.fix_tab_cont_2201 ul li a:hover::after {
  border-top-color: #ff715e;
  border-right-color: #ff715e;
  transition: height 0.3s, width 0.3s 0.3s;
  border-radius: 8px;
}

@media screen and (max-width: 1024px) {
  .fix_tab_cont_2201 ul {
    /* width: 100%;*/
    margin: 1vw auto 0.4vw;
  }
}

@media screen and (max-width: 640px) {
  .fix_box {
    min-height: 15vw;
  }

  .fix_tab_buy_2201 {
    padding: 1vw 0 1vw;
  }

  .fix_tab_cont_2201 {
    width: 100%;
    height: auto;
    margin: auto;
  }

  .fix_tab_cont_2201 .fl_inner {
    width: 100%;
    margin: auto;
    background: none;
    border-radius: 0;
  }

  .fix_tab_cont_2201 .fl_inner h2 {
    width: 40vw;
    padding: 0.5vw 0;
    line-height: 0;
    margin: auto;
    background: none;
    border-radius: 0;
    box-sizing: border-box;
  }

  .fix_tab_cont_2201 .fl_inner h2 img {
    width: 100%;
    height: auto;
  }

  .fix_tab_cont_2201 .fl_inner p {
    display: none;
  }

  .fix_tab_cont_2201 ul {
    /*width: 100%; オムニ7あり*/
    /*width: 75vw;*/
    width: 97vw;
    margin: 1vw auto 0.4vw;
  }

  .fix_tab_cont_2201 ul li {
    /* width: 33.067vw;*/
    width: 47.7vw;
  }

  .fix_tab_cont_2201 ul li:nth-child(3) {
    width: 33.067vw;
  }

  .fix_tab_cont_2201 ul li a {
    position: relative;
    display: block;
  }

  .fix_tab_cont_2201 ul li a::before,
  .fix_tab_cont_2201 ul li a::after {
    content: none;
  }

  .fix_tab_buy_2201.down {
    height: 10vw;
  }

  .fix_tab_buy_2201 .isUp {
    width: 74.667vw;
  }

  .fix_tab_buy_2201 .isUp.off,
  .fix_tab_btn .isUp.ov {
    /*top: -5vw;*/
    top: 0;
    margin: auto;
  }

  .fix_tab_buy_2201 .isUp.off {
    top: 0;
    z-index: 10;
  }

  .fix_tab_buy_2201 .fix_tab_btn_close {
    left: 5vw;
    /*bottom: 24.8vw;*/
    bottom: 19.8vw;
    width: 10vw;
    height: 5.333vw;
    font-size: 12px;
    line-height: 1.4rem;
    border-radius: 10px 10px 0 0;
  }

  .fix_tab_buy_2201 .fix_tab_btn_close span {
    display: none;
  }

  .fix_tab_buy_2201.down .isUp {
    width: 6vw;
    height: 2.933vw;
  }
}

/* ==========================================================
* 23: 2023/03/15 popup
============================================================*/
.popup_bnr {
  display: none;
  position: fixed;
  bottom: 175px;
  right: 110px;
  width: 400px;
  height: 140px;
  z-index: 1200;
}

.popup_bnr img {
  display: block;
}

.popup_bnr .popup_close {
  position: absolute;
  display: block;
  top: -15px;
  right: -15px;
  width: 32px;
  height: 32px;
  background: #999997;
  border-radius: 15px;
  cursor: pointer;
}

.popup_close::before,
.popup_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 20px;
  background: #fff;
}

.popup_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.popup_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
  visibility: inherit;
}

.popup_bnr.cl {
  display: none !important;
}

@media screen and (max-width: 640px) {
  .popup_bnr .popup_close {
    position: absolute;
    display: block;
    top: -3.5vw;
    right: -2.5vw;
    width: 20px;
    height: 20px;
    background: #999997;
    border-radius: 15px;
    cursor: pointer;
  }

  .popup_close::before,
  .popup_close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 10px;
    background: #fff;
  }

  .popup_bnr {
    bottom: 17vw;
    right: 18vw;
    width: 72.917vw;
  }
}

/* ==========================================================
* 24: 2025/03/14 30th
============================================================*/
#main {
  margin-bottom: 0;
}

#mini_30th {
  padding: 80px 0 85px;
  background: linear-gradient(48deg, rgba(255, 244, 230, 1) 10%, rgba(255, 248, 248, 1) 68%, rgba(255, 244, 230, 1) 90%);
}

#mini_30th h2 {
  display: block;
  max-width: 674px;
  width: 89.867vw;
  text-align: center;
  margin: 0 auto 40px;
}

#mini_30th .icon_30th {
  max-width: 400px;
  width: 43.667vw;
  margin: 0 auto clamp(60px, calc(47.32673267326733px + 1.65016501650165vw), 80px);
}

#mini_30th p {
  max-width: 775px;
  width: 40.365vw;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  #mini_30th {
    padding: 14vw 0;
  }

  #mini_30th h2 {
    max-width: initial;
    width: 92vw;
    margin: 0 auto 8.6vw;
  }

  #mini_30th .icon_30th {
    max-width: initial;
    width: 56.933vw;
    margin: 0 auto 11.733vw;
  }

  #mini_30th p {
    max-width: initial;
    width: 86.533vw;
  }

  #mini_30th img {
    width: 100%;
    height: auto;
  }
}
