@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  scroll-behavior: smooth !important;
}

body {
  margin: 0;
  font-family: Noto Sans JP;
}
@media screen and (max-width: 768px) {
  body main {
    overflow-x: hidden;
  }
}
body main .pc {
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body main .pc {
    display: none;
  }
}
body main .sp {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  body main .sp {
    display: block;
  }
}
body main .ft_bnr {
  position: fixed; /* バナーを追従させる */
  z-index: 99999; /* 他の要素の下に隠れないように */
  bottom: 3%; /* バナーの上下の位置 */
  right: 3%; /* バナーの左右の位置 */
  max-width: 206px;
  width: 13%;
}
@media screen and (min-width: 1100px) and (max-width: 1399.98px) {
  body main .ft_bnr {
    width: 12%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .ft_bnr {
    width: 12.5%;
  }
}
@media screen and (max-width: 768px) {
  body main .ft_bnr {
    width: 20%;
  }
}
body main .ft_bnr .floationg_bnr img {
  width: 100%;
}
body main .FV {
  background-color: #fbded7;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1100px) and (max-width: 1399.98px) {
  body main .FV {
    max-width: 1400px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .FV {
    max-width: 1100px;
  }
}
@media screen and (max-width: 768px) {
  body main .FV {
    max-width: 768px;
  }
}
body main .FV .main_fv {
  background-image: url(../image/FV_back.png);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 35px;
  width: 100%;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .FV .main_fv {
    max-width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  body main .FV .main_fv {
    max-width: 100%;
    padding: 20px;
  }
}
body main .FV .main_fv h1 {
  margin: 0 auto;
  display: contents;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .FV .main_fv h1 {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .FV .main_fv h1 img {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  body main .FV .main_fv h1 img {
    margin-left: 0;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1399.98px) {
  body main .FV .main_fv .logo {
    width: 30%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .FV .main_fv .logo {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  body main .FV .main_fv .logo {
    width: 50%;
  }
}
body main .FV .main_fv img {
  margin-bottom: 10px;
  margin-left: 5px;
}
@media screen and (min-width: 1100px) and (max-width: 1399.98px) {
  body main .FV .main_fv img {
    width: 95%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .FV .main_fv img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body main .FV .main_fv img {
    width: 100%;
  }
}
body main .FV .gift_shop {
  width: 100%;
  padding-bottom: 75px;
  margin: 0 auto;
  background-image: url(../image/FV_back02.png);
  background-position: bottom;
  background-repeat: repeat-x;
}
@media screen and (min-width: 1100px) and (max-width: 1399.98px) {
  body main .FV .gift_shop {
    width: 100%;
  }
}
body main .FV .gift_shop .thx_gf {
  background-image: url(../image/gift_back.png);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  margin: 0 auto;
  margin-top: 80px;
  position: relative;
  max-width: 1100px;
  width: 100%;
}
@media screen and (min-width: 1100px) and (max-width: 1399.98px) {
  body main .FV .gift_shop .thx_gf {
    width: 100%;
    max-width: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .FV .gift_shop .thx_gf {
    background-image: none;
    margin-top: 0;
    max-width: 670px;
    width: 100%;
    padding: 10px;
    background-color: #a58855;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  body main .FV .gift_shop .thx_gf {
    background-image: none;
    margin-top: 0;
    max-width: 670px;
    width: 85%;
    padding: 10px;
    background-color: #a58855;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .FV .gift_shop .thx_gf .thx_inner {
    border: 1px solid #fff;
  }
}
@media screen and (max-width: 768px) {
  body main .FV .gift_shop .thx_gf .thx_inner {
    border: 1px solid #fff;
  }
}
body main .FV .gift_shop .thx_gf .gif_fl {
  position: absolute;
  display: block;
  left: 47%;
  transform: translateX(-50%);
  margin-top: -1.5%;
}
@media screen and (min-width: 1100px) and (max-width: 1399.98px) {
  body main .FV .gift_shop .thx_gf .gif_fl {
    width: 80%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .FV .gift_shop .thx_gf .gif_fl {
    width: 100%;
    margin-top: -4.5%;
  }
}
@media screen and (max-width: 768px) {
  body main .FV .gift_shop .thx_gf .gif_fl {
    width: 100%;
    margin-top: -4.5%;
  }
}
body main .FV .gift_shop .thx_gf .gif_txt {
  padding-top: 44px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .FV .gift_shop .thx_gf .gif_txt {
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  body main .FV .gift_shop .thx_gf .gif_txt {
    padding-top: 10px;
  }
}
body main .FV .gift_shop .thx_gf .gif_txt p {
  color: #fff;
  margin: 0;
  line-height: 32px;
  padding-top: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .FV .gift_shop .thx_gf .gif_txt p {
    font-size: 16px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  body main .FV .gift_shop .thx_gf .gif_txt p {
    font-size: 16px;
    padding: 10px 20px;
  }
}
body main .FV .gift_shop .thx_gf .gif_txt p span {
  font-size: 34px;
  line-height: 48px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .FV .gift_shop .thx_gf .gif_txt p span {
    font-size: 22px;
    line-height: 28px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  body main .FV .gift_shop .thx_gf .gif_txt p span {
    font-size: 22px;
    line-height: 28px;
    padding-left: 10px;
  }
}
body main .FV .gift_shop .thx_gf .category {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 35px;
  margin: 0 50px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .FV .gift_shop .thx_gf .category {
    margin: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  body main .FV .gift_shop .thx_gf .category {
    margin: 0 20px;
  }
}
body main .FV .gift_shop .thx_gf .category img {
  margin-bottom: 2px;
}
body main .FV .gift_shop .thx_gf .category .anc_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px 13px;
  margin-left: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .FV .gift_shop .thx_gf .category .anc_box {
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 0 auto;
    max-width: 560px;
    width: 100%;
  }
  body main .FV .gift_shop .thx_gf .category .anc_box img {
    max-width: 270px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body main .FV .gift_shop .thx_gf .category .anc_box {
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 0 auto;
    max-width: 560px;
    width: 100%;
  }
  body main .FV .gift_shop .thx_gf .category .anc_box img {
    max-width: 270px;
    width: 100%;
  }
}
body main .Rento {
  background-color: #fff;
  text-align: center;
}
body main .Rento .rento_inner {
  background-image: url(../image/rento_back04.png);
  background-position: center;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-top: 115px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Rento .rento_inner {
    background-image: url(../image/flower_background.png);
    background-repeat: repeat-y;
    background-size: contain;
    padding-top: 65px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  body main .Rento .rento_inner {
    background-image: url(../image/flower_background.png);
    background-repeat: repeat-y;
    background-size: contain;
    padding-top: 65px;
    padding-bottom: 70px;
  }
}
body main .Rento .rento_inner .rento_main {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 55px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Rento .rento_inner .rento_main {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  body main .Rento .rento_inner .rento_main {
    display: block;
  }
}
body main .Rento .rento_inner .rento_main .rento_mean .mean_txt {
  text-align: left;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Rento .rento_inner .rento_main .rento_mean .mean_txt {
    text-align: center;
    margin-bottom: 42px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  body main .Rento .rento_inner .rento_main .rento_mean .mean_txt {
    text-align: center;
    margin-bottom: 42px;
    padding: 0 10px;
  }
}
body main .Rento .rento_inner .rento_main .rento_mean .mean_txt img {
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Rento .rento_inner .rento_main .rento_mean .mean_txt img {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  body main .Rento .rento_inner .rento_main .rento_mean .mean_txt img {
    margin-bottom: 30px;
  }
}
body main .Rento .rento_inner .rento_main .rento_mean .mean_txt p {
  color: #a58855;
  font-size: 22px;
  line-height: 30px;
  margin: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Rento .rento_inner .rento_main .rento_mean .mean_txt p {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  body main .Rento .rento_inner .rento_main .rento_mean .mean_txt p {
    margin-bottom: 12px;
  }
}
body main .Rento .rento_inner .rento_main .rento_mean .mean_txt p span {
  font-size: 30px;
  line-height: 42px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Rento .rento_inner .rento_main .rento_mean .mean_txt p span {
    font-size: 28px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  body main .Rento .rento_inner .rento_main .rento_mean .mean_txt p span {
    font-size: 28px;
    line-height: 40px;
  }
}
body main .Rento .rento_inner .rento_main .rento_mean .mean_is {
  background-color: #f6f3ee;
  padding: 28px 35px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Rento .rento_inner .rento_main .rento_mean .mean_is {
    margin: 10px;
    text-align: center;
    padding: 20px 15px;
  }
}
@media screen and (max-width: 768px) {
  body main .Rento .rento_inner .rento_main .rento_mean .mean_is {
    margin: 10px;
    text-align: center;
    padding: 20px 15px;
  }
}
body main .Rento .rento_inner .rento_main .rento_mean .mean_is .container {
  width: 460px;
  height: 43px;
  border-radius: 50px;
  background-color: #a58855;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Rento .rento_inner .rento_main .rento_mean .mean_is .container {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  body main .Rento .rento_inner .rento_main .rento_mean .mean_is .container {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
body main .Rento .rento_inner .rento_main .rento_mean .mean_is .container p {
  margin: 0;
  color: #fff;
  font-size: 22px;
  padding-bottom: 3px;
}
body main .Rento .rento_inner .rento_main .rento_mean .mean_is .container p span {
  font-size: 30px;
  letter-spacing: 5px;
}
body main .Rento .rento_inner .rento_main .rento_mean .mean_is .main_mntxt {
  width: 460px;
  overflow-wrap: break-word;
  margin-bottom: 22px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Rento .rento_inner .rento_main .rento_mean .mean_is .main_mntxt {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body main .Rento .rento_inner .rento_main .rento_mean .mean_is .main_mntxt {
    width: 100%;
  }
}
body main .Rento .rento_inner .rento_main .rento_mean .mean_is .main_mntxt p {
  font-size: 16px;
  color: #221815;
  margin: 0;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Rento .rento_inner .rento_main .rento_mean .mean_is .main_mntxt p {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body main .Rento .rento_inner .rento_main .rento_mean .mean_is .main_mntxt p {
    width: 100%;
  }
}
body main .Rento .rento_inner .rento_main .rento_mean .mean_is .mean_img {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Rento .rento_inner .rento_main .rento_mean .mean_is .mean_img {
    justify-content: space-evenly;
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  body main .Rento .rento_inner .rento_main .rento_mean .mean_is .mean_img {
    width: 53%;
    gap: 10px;
    justify-content: space-around;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Rento .rento_inner .rento_main .rento_mean .mean_is .mean_img .fimgA {
    width: 130%;
  }
}
@media screen and (max-width: 768px) {
  body main .Rento .rento_inner .rento_main .rento_mean .mean_is .mean_img .fimgA {
    width: 120%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Rento .rento_inner .rento_main .rento_mean .mean_is .mean_img .fimgB {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  body main .Rento .rento_inner .rento_main .rento_mean .mean_is .mean_img .fimgB {
    width: 60%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Rento .rento_inner .rento_main .rento_fmeesage {
    width: 98%;
  }
}
@media screen and (max-width: 768px) {
  body main .Rento .rento_inner .rento_main .rento_fmeesage {
    width: 95%;
  }
}
body main .Rento .rento_inner .rento_flower {
  display: flex;
  justify-content: center;
  gap: 100px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Rento .rento_inner .rento_flower {
    flex-direction: column;
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  body main .Rento .rento_inner .rento_flower {
    flex-direction: column;
    gap: 50px;
  }
}
body main .Rento .rento_inner .rento_flower img {
  margin-bottom: 25px;
}
body main .Rento .rento_inner .rento_flower p {
  margin: 0;
  font-size: 22px;
  line-height: 28px;
}
body main .Rento .rento_inner .rento_flower p span {
  font-size: 14px;
}
body main .Rento .rento_inner .rento_flower .box_txt {
  line-height: 24px;
  padding-top: 15px;
  color: #b81c22;
}
body main .Rento .rento_inner .rento_flower .box1 {
  margin-top: 3%;
}
body main .Rento .rento_inner .rento_flower .box1 img {
  padding-left: 8.5%;
}
body main .Rento .rento_inner .rento_flower .box2 {
  margin-top: 10%;
}
body main .Rento .rento_inner .rento_flower .box2 img {
  padding-left: 8.5%;
}
body main .Rento .rento_inner .rento_flower .box3 img {
  padding-left: 3.5%;
}
body main .Rento .rento_inner .rento_flower .box4 {
  margin-top: 8%;
}
body main .Rento .rento_inner .rento_flower .box4 img {
  padding-left: 0;
}
body main .Rento .rento_inner .rento_raping {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Rento .rento_inner .rento_raping {
    display: flex;
    gap: 20px;
    flex-direction: column;
    width: 95%;
    padding: 0 10px;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  body main .Rento .rento_inner .rento_raping {
    display: flex;
    gap: 20px;
    flex-direction: column;
    width: 95%;
    padding: 0 10px;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Rento .rento_inner .rento_raping img {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  body main .Rento .rento_inner .rento_raping img {
    width: 100%;
  }
}
body main .Rento .rento_inner .rento_raping .rap .pop {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 22px;
  text-align: center;
  color: #a58855;
  margin: 0;
  margin-bottom: 5px;
}
body main .Rento .rento_inner .rento_raping .rap .pop::before,
body main .Rento .rento_inner .rento_raping .rap .pop::after {
  content: "";
  width: 1.5px;
  height: 35px;
  background-color: #a58855;
}
body main .Rento .rento_inner .rento_raping .rap .pop::before {
  margin-right: 19px;
  transform: rotate(-35deg);
}
body main .Rento .rento_inner .rento_raping .rap .pop::after {
  margin-left: 8px;
  transform: rotate(35deg);
}
body main .Rento .rento_inner .rento_raping .rap img {
  margin-bottom: -1.1%;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Rento .rento_inner .rento_raping .rap img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body main .Rento .rento_inner .rento_raping .rap img {
    width: 100%;
  }
}
body main .Goods {
  background-color: #ebf6f3;
  text-align: center;
}
body main .Goods .Goods_inner {
  background-image: url(../image/Goods_back.png);
  background-position: center;
  background-position: top;
  background-repeat: no-repeat;
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Goods .Goods_inner {
    background-image: url(../image/flower_background.png);
    background-repeat: repeat-y;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  body main .Goods .Goods_inner {
    background-image: url(../image/flower_background.png);
    background-repeat: repeat-y;
    background-size: contain;
  }
}
body main .Goods .Goods_inner .Goods_top .gdimg {
  margin-top: -3%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Goods .Goods_inner .Goods_top .gdimg {
    margin-top: -5%;
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  body main .Goods .Goods_inner .Goods_top .gdimg {
    margin-top: -8%;
    width: 95%;
  }
}
body main .Goods .Goods_inner .Goods_top .Goodsmom {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Goods .Goods_inner .Goods_top .Goodsmom {
    width: auto;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  body main .Goods .Goods_inner .Goods_top .Goodsmom {
    width: 80%;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Goods .Goods_inner .Goods_top .Goodsmom img {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  body main .Goods .Goods_inner .Goods_top .Goodsmom img {
    width: 100%;
  }
}
body main .Goods .Goods_inner .Goods_umb {
  max-width: 980px;
  width: 100%;
  background-image: url(../image/uvo_back.png);
  background-position: top;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Goods .Goods_inner .Goods_umb {
    background-image: none;
    background-color: #8fafa0;
    border-radius: 15px;
    padding: 10px;
    max-width: none;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  body main .Goods .Goods_inner .Goods_umb {
    background-image: none;
    background-color: #8fafa0;
    border-radius: 15px;
    padding: 10px;
    max-width: none;
    width: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Goods .Goods_inner .Goods_umb .umb_inner {
    border: 1px solid #fff;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  body main .Goods .Goods_inner .Goods_umb .umb_inner {
    border: 1px solid #fff;
    border-radius: 10px;
  }
}
body main .Goods .Goods_inner .Goods_umb .umb_ttl {
  display: flex;
  margin-left: 60px;
  align-items: center;
  gap: 25px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Goods .Goods_inner .Goods_umb .umb_ttl {
    gap: 18px;
    margin-bottom: 20px;
    margin-top: 10px;
    justify-content: center;
    margin-left: 0;
    padding: 0 5px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body main .Goods .Goods_inner .Goods_umb .umb_ttl {
    gap: 18px;
    margin-bottom: 20px;
    margin-top: 10px;
    justify-content: center;
    margin-left: 0;
    padding: 0 5px;
    width: 100%;
  }
}
body main .Goods .Goods_inner .Goods_umb .umb_ttl img {
  margin-top: -2.5%;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Goods .Goods_inner .Goods_umb .umb_ttl img {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  body main .Goods .Goods_inner .Goods_umb .umb_ttl img {
    width: 30%;
  }
}
body main .Goods .Goods_inner .Goods_umb .umb_ttl .gd_ttltxt {
  text-align: left;
  color: #fff;
  margin-top: 2%;
}
body main .Goods .Goods_inner .Goods_umb .umb_ttl .gd_ttltxt p {
  font-size: 48px;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Goods .Goods_inner .Goods_umb .umb_ttl .gd_ttltxt p {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  body main .Goods .Goods_inner .Goods_umb .umb_ttl .gd_ttltxt p {
    font-size: 28px;
  }
}
body main .Goods .Goods_inner .Goods_umb .umb_ttl .gd_ttltxt p span {
  font-size: 34px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Goods .Goods_inner .Goods_umb .umb_ttl .gd_ttltxt p span {
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  body main .Goods .Goods_inner .Goods_umb .umb_ttl .gd_ttltxt p span {
    font-size: 21px;
  }
}
body main .Goods .Goods_inner .Goods_umb .umb_ttl .gd_ttltxt .txt2 {
  font-size: 20px;
  font-weight: 300;
  margin-left: 2px;
  line-height: 28px;
  margin-top: 5px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Goods .Goods_inner .Goods_umb .umb_ttl .gd_ttltxt .txt2 {
    font-size: 16px;
    margin-left: 0;
    padding-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  body main .Goods .Goods_inner .Goods_umb .umb_ttl .gd_ttltxt .txt2 {
    font-size: 16px;
    margin-left: 0;
    padding-right: 5px;
  }
}
body main .Goods .Goods_inner .Goods_umb .umb {
  display: flex;
  gap: 30px;
  justify-content: center;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Goods .Goods_inner .Goods_umb .umb {
    flex-direction: column;
    padding: 0 15px;
    padding-bottom: 20px;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  body main .Goods .Goods_inner .Goods_umb .umb {
    flex-direction: column;
    padding: 0 15px;
    padding-bottom: 20px;
    gap: 20px;
  }
}
body main .Goods .Goods_inner .Goods_umb .umb .umb1 {
  background-color: #fff;
  padding-top: 30px;
}
body main .Goods .Goods_inner .Goods_umb .umb .umb1 img {
  margin-bottom: 22px;
  margin-right: 30px;
  margin-left: 22px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Goods .Goods_inner .Goods_umb .umb .umb1 img {
    margin-right: 0;
    margin-left: 0;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  body main .Goods .Goods_inner .Goods_umb .umb .umb1 img {
    margin-right: 0;
    margin-left: 0;
    width: 88%;
  }
}
body main .Goods .Goods_inner .Goods_umb .umb .umb1 p {
  font-size: 22px;
  margin: 0;
  line-height: 28px;
  margin-bottom: 10px;
}
body main .Goods .Goods_inner .Goods_umb .umb .umb1 .red {
  color: #b81c22;
  margin-bottom: 20px;
}
body main .Goods .Goods_inner .Goods_umb .umb .umb1 .red span {
  font-size: 14px;
  font-weight: 500;
}
body main .Goods .Goods_inner .Goods_umb .umb .umb1 .way {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 20px;
}
body main .Goods .Goods_inner .Goods_umb .umb .umb2 {
  background-color: #fff;
  padding-top: 30px;
}
body main .Goods .Goods_inner .Goods_umb .umb .umb2 img {
  margin-bottom: 35px;
  margin-right: 55px;
  margin-left: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Goods .Goods_inner .Goods_umb .umb .umb2 img {
    margin-right: 0;
    margin-left: 0;
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  body main .Goods .Goods_inner .Goods_umb .umb .umb2 img {
    margin-right: 0;
    margin-left: 0;
    width: 80%;
  }
}
body main .Goods .Goods_inner .Goods_umb .umb .umb2 p {
  font-size: 22px;
  margin: 0;
  line-height: 28px;
  margin-bottom: 10px;
}
body main .Goods .Goods_inner .Goods_umb .umb .umb2 .red {
  color: #b81c22;
  margin-bottom: 23px;
}
body main .Goods .Goods_inner .Goods_umb .umb .umb2 .red span {
  font-size: 14px;
  font-weight: 500;
}
body main .Goods .Goods_inner .Goods_umb .umb .umb2 .way {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
}
body main .Goods .Goods_inner .Goods_umb .umb .border {
  margin: 0 auto;
  border-top: solid #221815 1px;
  opacity: 10%;
  margin: 0 15px;
}
body main .Goods .Goods_inner .mary_quant {
  background-image: url(../image/mary_back.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 35px;
  padding-bottom: 40px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Goods .Goods_inner .mary_quant {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 0;
    background-image: none;
    background-color: #fff;
    border: 1px solid #8fafa0;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  body main .Goods .Goods_inner .mary_quant {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 0;
    background-image: none;
    background-color: #fff;
    border: 1px solid #8fafa0;
    border-radius: 10px;
  }
}
body main .Goods .Goods_inner .mary_quant .mary_top {
  display: flex;
  border-radius: 50px;
  background-color: #8fafa0;
  margin-bottom: 22px;
  justify-content: center;
  color: #fff;
  max-width: 651px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  gap: 30px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Goods .Goods_inner .mary_quant .mary_top {
    border-radius: 110px;
    width: 95%;
    gap: 0;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  body main .Goods .Goods_inner .mary_quant .mary_top {
    border-radius: 110px;
    width: 95%;
    gap: 0;
    flex-direction: column;
  }
}
body main .Goods .Goods_inner .mary_quant .mary_top h2 {
  font-size: 32px;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Goods .Goods_inner .mary_quant .mary_top h2 {
    padding-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  body main .Goods .Goods_inner .mary_quant .mary_top h2 {
    padding-top: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Goods .Goods_inner .mary_quant .mary_top p {
    margin: 2px 0 15px 0;
    padding: 0 21px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  body main .Goods .Goods_inner .mary_quant .mary_top p {
    margin: 2px 0 15px 0;
    padding: 0 21px;
    font-size: 15px;
  }
}
body main .Goods .Goods_inner .mary_quant .mary_item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
  gap: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Goods .Goods_inner .mary_quant .mary_item {
    grid-template-columns: none;
    gap: 10px;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  body main .Goods .Goods_inner .mary_quant .mary_item {
    grid-template-columns: none;
    gap: 10px;
    width: 90%;
  }
}
body main .Goods .Goods_inner .mary_quant .mary_item .m01 {
  background-color: #f7f7f7;
  max-width: 360px;
  width: 100%;
  max-height: 520px;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Goods .Goods_inner .mary_quant .mary_item .m01 {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  body main .Goods .Goods_inner .mary_quant .mary_item .m01 {
    max-width: none;
  }
}
body main .Goods .Goods_inner .mary_quant .mary_item .m02 {
  background-color: #f7f7f7;
  max-width: 360px;
  width: 100%;
  max-height: 520px;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Goods .Goods_inner .mary_quant .mary_item .m02 {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  body main .Goods .Goods_inner .mary_quant .mary_item .m02 {
    max-width: none;
  }
}
body main .Goods .Goods_inner .mary_quant .mary_item .m03 {
  background-color: #f7f7f7;
  max-width: 360px;
  width: 100%;
  max-height: 520px;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Goods .Goods_inner .mary_quant .mary_item .m03 {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  body main .Goods .Goods_inner .mary_quant .mary_item .m03 {
    max-width: none;
  }
}
body main .Goods .Goods_inner .mary_quant .mary_item .m04 {
  background-color: #f7f7f7;
  max-width: 360px;
  width: 100%;
  max-height: 520px;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Goods .Goods_inner .mary_quant .mary_item .m04 {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  body main .Goods .Goods_inner .mary_quant .mary_item .m04 {
    max-width: none;
  }
}
body main .Goods .Goods_inner .mary_quant .mary_item .border {
  margin: 0 auto;
  border-top: solid #221815 1px;
  opacity: 10%;
  margin: 0 15px;
}
body main .Goods .Goods_inner .mary_quant .mary_item img {
  margin-bottom: 5px;
  margin-top: 15px;
}
body main .Goods .Goods_inner .mary_quant .mary_item p {
  font-size: 20px;
  margin: 0;
  line-height: 24px;
  margin-bottom: 10px;
}
body main .Goods .Goods_inner .mary_quant .mary_item p span {
  font-size: 16px;
  font-weight: 200;
}
body main .Goods .Goods_inner .mary_quant .mary_item .red {
  color: #b81c22;
  margin-bottom: 20px;
}
body main .Goods .Goods_inner .mary_quant .mary_item .red span {
  font-size: 14px;
  font-weight: 500;
}
body main .Goods .Goods_inner .mary_quant .mary_item .way {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 20px;
}
body main .Goods .Goods_inner .Goods_item {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Goods .Goods_inner .Goods_item {
    max-width: none;
    width: 95%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  body main .Goods .Goods_inner .Goods_item {
    max-width: none;
    width: 95%;
    margin-top: 20px;
  }
}
body main .Goods .Goods_inner .Goods_item .item_inner {
  max-width: 1100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Goods .Goods_inner .Goods_item .item_inner {
    max-width: none;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  body main .Goods .Goods_inner .Goods_item .item_inner {
    max-width: none;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    margin: 0 auto;
  }
}
body main .Goods .Goods_inner .Goods_item .item_inner .box_item {
  background-color: #f7f7f7;
  max-width: 360px;
  width: 100%;
  max-height: 444px;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Goods .Goods_inner .Goods_item .item_inner .box_item {
    max-width: none;
    max-height: none;
  }
}
@media screen and (max-width: 768px) {
  body main .Goods .Goods_inner .Goods_item .item_inner .box_item {
    max-width: none;
  }
}
body main .Goods .Goods_inner .Goods_item .item_inner .box_item img {
  margin-top: 17px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Goods .Goods_inner .Goods_item .item_inner .box_item img {
    margin-top: 15px;
    margin-bottom: 5px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body main .Goods .Goods_inner .Goods_item .item_inner .box_item img {
    margin-top: 15px;
    margin-bottom: 5px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Goods .Goods_inner .Goods_item .item_inner .box_item .shorder {
    width: 95%;
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  body main .Goods .Goods_inner .Goods_item .item_inner .box_item .shorder {
    width: 95%;
    margin-top: 5px;
  }
}
body main .Goods .Goods_inner .Goods_item .item_inner .box_item2 {
  background-color: #f7f7f7;
  max-width: 360px;
  width: 100%;
  max-height: 500px;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Goods .Goods_inner .Goods_item .item_inner .box_item2 {
    max-width: none;
    max-height: none;
  }
}
@media screen and (max-width: 768px) {
  body main .Goods .Goods_inner .Goods_item .item_inner .box_item2 {
    max-width: none;
  }
}
body main .Goods .Goods_inner .Goods_item .item_inner .box_item2 img {
  margin-top: 17px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Goods .Goods_inner .Goods_item .item_inner .box_item2 img {
    margin-bottom: 3px;
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  body main .Goods .Goods_inner .Goods_item .item_inner .box_item2 img {
    margin-bottom: 3px;
    width: 100%;
  }
}
body main .Goods .Goods_inner .Goods_item .item_inner .box_item3 {
  background-color: #f7f7f7;
  max-width: 360px;
  width: 100%;
  max-height: 520px;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Goods .Goods_inner .Goods_item .item_inner .box_item3 {
    max-width: none;
    margin-left: 50%;
    max-height: none;
  }
}
@media screen and (max-width: 768px) {
  body main .Goods .Goods_inner .Goods_item .item_inner .box_item3 {
    max-width: none;
    margin-left: 50%;
  }
}
body main .Goods .Goods_inner .Goods_item .item_inner .box_item3 img {
  margin-top: 17px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Goods .Goods_inner .Goods_item .item_inner .box_item3 img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body main .Goods .Goods_inner .Goods_item .item_inner .box_item3 img {
    width: 100%;
  }
}
body main .Goods .Goods_inner .Goods_item .item_inner .border {
  margin: 0 auto;
  border-top: solid #221815 1px;
  opacity: 10%;
  margin: 0 15px;
}
body main .Goods .Goods_inner .Goods_item .item_inner .item_wide {
  background-image: url(../image/gd08.png);
  grid-column: span 2;
  background-repeat: no-repeat;
  display: flex;
  max-height: 520px;
  padding: 23px 33px;
  gap: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Goods .Goods_inner .Goods_item .item_inner .item_wide {
    background-image: none;
    max-height: none;
    gap: 20px;
    flex-direction: column;
    background-color: #fff;
    border: 4px solid #d9e1ba;
    padding: 8px 8px;
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  body main .Goods .Goods_inner .Goods_item .item_inner .item_wide {
    background-image: none;
    max-height: none;
    gap: 20px;
    flex-direction: column;
    background-color: #fff;
    border: 4px solid #d9e1ba;
    padding: 8px 8px;
  }
}
body main .Goods .Goods_inner .Goods_item .item_inner .item_wide .wide_inner {
  display: flex;
  gap: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Goods .Goods_inner .Goods_item .item_inner .item_wide .wide_inner {
    border: 3px solid #d9e1ba;
    padding: 10px 10px;
    gap: 20px;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  body main .Goods .Goods_inner .Goods_item .item_inner .item_wide .wide_inner {
    border: 3px solid #d9e1ba;
    padding: 10px 10px;
    gap: 20px;
    flex-direction: column;
  }
}
body main .Goods .Goods_inner .Goods_item .item_inner .item_wide .OFF10 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Goods .Goods_inner .Goods_item .item_inner .item_wide .OFF10 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  body main .Goods .Goods_inner .Goods_item .item_inner .item_wide .OFF10 {
    margin-top: 10px;
  }
}
body main .Goods .Goods_inner .Goods_item .item_inner .item_wide .OFF10 img {
  width: 127%;
  margin-bottom: 15px;
  margin-left: -28%;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Goods .Goods_inner .Goods_item .item_inner .item_wide .OFF10 img {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  body main .Goods .Goods_inner .Goods_item .item_inner .item_wide .OFF10 img {
    width: 100%;
    margin-left: 0;
  }
}
body main .Goods .Goods_inner .Goods_item .item_inner .item_wide .OFF10 .txt10 {
  max-width: 510px;
  width: 100%;
}
body main .Goods .Goods_inner .Goods_item .item_inner .item_wide .OFF10 .txt10 p {
  font-size: 22px;
  margin: 0;
  line-height: 24px;
  text-align: left;
  margin-top: 15px;
}
body main .Goods .Goods_inner .Goods_item .item_inner .item_wide .OFF10 .txt10 p span {
  font-size: 16px;
  font-weight: 400;
}
body main .Goods .Goods_inner .Goods_item .item_inner .item_wide .OFF10 .txt10 .red {
  color: #b81c22;
  text-align: right;
  margin-bottom: 5px;
}
body main .Goods .Goods_inner .Goods_item .item_inner .item_wide .OFF10 .txt10 .red span {
  font-size: 14px;
  font-weight: 500;
}
body main .Goods .Goods_inner .Goods_item .item_inner .item_wide .OFF10 .txt10 .border {
  margin: 0 auto;
  border-top: solid #221815 1px;
  opacity: 10%;
  margin-top: 10px;
}
body main .Goods .Goods_inner .Goods_item .item_inner p {
  font-size: 22px;
  margin: 0;
  line-height: 28px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Goods .Goods_inner .Goods_item .item_inner p {
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  body main .Goods .Goods_inner .Goods_item .item_inner p {
    margin-right: 5px;
    margin-left: 5px;
  }
}
body main .Goods .Goods_inner .Goods_item .item_inner p span {
  font-size: 16px;
  font-weight: 400;
}
body main .Goods .Goods_inner .Goods_item .item_inner .red {
  color: #b81c22;
  margin-bottom: 20px;
}
body main .Goods .Goods_inner .Goods_item .item_inner .red span {
  font-size: 14px;
  font-weight: 500;
}
body main .Goods .Goods_inner .Goods_item .item_inner .red02 {
  color: #b81c22;
  margin-bottom: 40px;
}
body main .Goods .Goods_inner .Goods_item .item_inner .way {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Goods .Goods_inner .Goods_item .item_inner .way {
    font-size: 16px;
    margin-top: 15px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  body main .Goods .Goods_inner .Goods_item .item_inner .way {
    font-size: 16px;
    margin-top: 15px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
body main .Cook {
  background-color: #fef1e4;
  text-align: center;
}
body main .Cook .Cook_inner {
  background-image: url(../image/cook_back.jpg);
  background-position: center;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Cook .Cook_inner {
    background-image: url(../image/flower_background.png);
    background-repeat: repeat-y;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  body main .Cook .Cook_inner {
    background-image: url(../image/flower_background.png);
    background-repeat: repeat-y;
    background-size: contain;
  }
}
body main .Cook .Cook_inner .ctxt p {
  font-size: 22px;
  margin: 0;
  line-height: 28px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Cook .Cook_inner .ctxt p {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  body main .Cook .Cook_inner .ctxt p {
    font-size: 22px;
    line-height: 28px;
  }
}
body main .Cook .Cook_inner .ctxt p span {
  font-size: 16px;
  font-weight: 200;
}
body main .Cook .Cook_inner .ctxt .red {
  color: #b81c22;
  margin-bottom: 20px;
}
body main .Cook .Cook_inner .ctxt .red span {
  font-size: 14px;
  font-weight: 500;
}
body main .Cook .Cook_inner .ctxt .way {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Cook .Cook_inner .ctxt .way {
    font-size: 18px;
    padding: 0 5px;
  }
}
@media screen and (max-width: 768px) {
  body main .Cook .Cook_inner .ctxt .way {
    font-size: 18px;
    padding: 0 5px;
  }
}
body main .Cook .Cook_inner .ctxt .border {
  margin: 0 auto;
  border-top: solid #221815 1px;
  opacity: 10%;
  margin: 0 15px;
}
body main .Cook .Cook_inner .Cook_top {
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Cook .Cook_inner .Cook_top {
    width: 55%;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  body main .Cook .Cook_inner .Cook_top {
    width: 80%;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
  }
}
body main .Cook .Cook_inner .Cook_top img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Cook .Cook_inner .Cook_top img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body main .Cook .Cook_inner .Cook_top img {
    width: 100%;
  }
}
body main .Cook .Cook_inner .Cook_orange {
  background-image: url(../image/orange_back.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Cook .Cook_inner .Cook_orange {
    background-image: none;
    background-color: #e48f29;
    border-radius: 15px;
    padding: 10px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  body main .Cook .Cook_inner .Cook_orange {
    background-image: none;
    background-color: #e48f29;
    border-radius: 15px;
    padding: 10px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
body main .Cook .Cook_inner .Cook_orange .orange_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 33px;
  padding: 30px 0 30px 0;
  max-width: 980px;
  margin: 0 auto;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Cook .Cook_inner .Cook_orange .orange_inner {
    border: 1px solid #fff;
    border-radius: 10px;
    margin-bottom: 0;
    flex-direction: column;
    padding: 10px 10px;
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  body main .Cook .Cook_inner .Cook_orange .orange_inner {
    border: 1px solid #fff;
    border-radius: 10px;
    margin-bottom: 0;
    flex-direction: column;
    padding: 10px 10px;
    gap: 15px;
  }
}
body main .Cook .Cook_inner .Cook_orange .orange01 {
  max-width: 409px;
  max-height: 510px;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Cook .Cook_inner .Cook_orange .orange01 {
    max-height: none;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  body main .Cook .Cook_inner .Cook_orange .orange01 {
    max-height: none;
  }
}
body main .Cook .Cook_inner .Cook_orange .orange01 img {
  margin-top: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Cook .Cook_inner .Cook_orange .orange01 img {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  body main .Cook .Cook_inner .Cook_orange .orange01 img {
    width: 100%;
  }
}
body main .Cook .Cook_inner .Cook_orange .orange02 {
  max-width: 409px;
  max-height: 510px;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Cook .Cook_inner .Cook_orange .orange02 {
    max-height: none;
    max-width: none;
  }
}
body main .Cook .Cook_inner .Cook_orange .orange02 img {
  margin-top: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Cook .Cook_inner .Cook_orange .orange02 img {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  body main .Cook .Cook_inner .Cook_orange .orange02 img {
    width: 100%;
  }
}
body main .Cook .Cook_inner .Cook_orange .orange02 .way {
  margin-bottom: 45px;
}
body main .Cook .Cook_inner .Cook_item {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  body main .Cook .Cook_inner .Cook_item {
    flex-direction: column;
    padding: 30px;
    align-items: center;
  }
}
body main .Cook .Cook_inner .Cook_item .Citem01 {
  background-color: #f7f7f7;
  max-width: 360px;
  max-height: 550px;
  width: 100%;
  height: 100%;
}
body main .Cook .Cook_inner .Cook_item .Citem01 img {
  margin-top: 17px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  body main .Cook .Cook_inner .Cook_item .Citem01 img {
    width: 90%;
  }
}
body main .Cook .Cook_inner .Cook_item .Citem01 .way {
  margin-bottom: 70px;
  line-height: 28px;
}
body main .Cook .Cook_inner .Cook_item .Citem02 {
  background-color: #f7f7f7;
  max-width: 360px;
  max-height: 550px;
  width: 100%;
  height: 100%;
}
body main .Cook .Cook_inner .Cook_item .Citem02 img {
  margin-top: 17px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  body main .Cook .Cook_inner .Cook_item .Citem02 img {
    width: 90%;
    margin-top: 15px;
  }
}
body main .Cook .Cook_inner .Cook_item .Citem02 .way {
  margin-bottom: 30px;
  line-height: 28px;
}
body main .Cook .Cook_inner .Cook_juice {
  background-image: url(../image/juice_back.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 30px;
  padding: 20px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Cook .Cook_inner .Cook_juice {
    background-image: none;
    background-color: #fff;
    border: 1px solid #e48f29;
    border-radius: 10px;
    width: 85%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  body main .Cook .Cook_inner .Cook_juice {
    background-image: none;
    background-color: #fff;
    border: 1px solid #e48f29;
    border-radius: 10px;
    width: 85%;
    margin: 0 auto;
  }
}
body main .Cook .Cook_inner .Cook_juice .juice_ttl {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-left: -10%;
  z-index: 10;
  position: relative;
  margin-top: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Cook .Cook_inner .Cook_juice .juice_ttl {
    align-items: center;
    margin-left: 0;
    flex-direction: column;
    gap: 0;
    margin-top: -6%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body main .Cook .Cook_inner .Cook_juice .juice_ttl {
    align-items: center;
    margin-left: 0;
    flex-direction: column;
    gap: 10px;
    margin-top: -6%;
    width: 100%;
  }
}
body main .Cook .Cook_inner .Cook_juice .juice_ttl img {
  margin-top: -4%;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Cook .Cook_inner .Cook_juice .juice_ttl img {
    width: 70%;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  body main .Cook .Cook_inner .Cook_juice .juice_ttl img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Cook .Cook_inner .Cook_juice .juice_ttl .juice_topsp {
    display: flex;
    align-items: center;
    width: 60%;
    justify-content: center;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  body main .Cook .Cook_inner .Cook_juice .juice_ttl .juice_topsp {
    display: flex;
    align-items: center;
    width: 70%;
    justify-content: center;
    gap: 10px;
  }
}
body main .Cook .Cook_inner .Cook_juice .juice_ttl .juice_topsp img {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Cook .Cook_inner .Cook_juice .juice_ttl .juice_topsp .suport {
    width: 40% !important;
  }
}
@media screen and (max-width: 768px) {
  body main .Cook .Cook_inner .Cook_juice .juice_ttl .juice_topsp .suport {
    width: 40% !important;
  }
}
body main .Cook .Cook_inner .Cook_juice .juice_item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  margin-top: -1%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  body main .Cook .Cook_inner .Cook_juice .juice_item {
    flex-direction: column;
  }
}
body main .Cook .Cook_inner .Cook_juice .juice_item .juice_box {
  background-color: #f7f7f7;
  max-width: 360px;
  max-height: 520px;
  width: 100%;
  height: 100%;
}
body main .Cook .Cook_inner .Cook_juice .juice_item .juice_box img {
  margin-top: 15px;
  margin-bottom: 5px;
}
body main .Cook .Cook_inner .Cook_juice .juice_item .juice_box .way {
  line-height: 28px;
  margin-bottom: 30px;
}
body main .Cook .Cook_inner .Cook_juice .juice_txt {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Cook .Cook_inner .Cook_juice .juice_txt {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  body main .Cook .Cook_inner .Cook_juice .juice_txt {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
  }
}
body main .Cook .Cook_inner .Cook_juice .juice_txt img {
  margin-left: -1%;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Cook .Cook_inner .Cook_juice .juice_txt img {
    width: 46%;
  }
}
@media screen and (max-width: 768px) {
  body main .Cook .Cook_inner .Cook_juice .juice_txt img {
    width: 100%;
    margin-left: -6%;
  }
}
body main .Cook .Cook_inner .Cook_juice .juice_txt .sajjy {
  max-width: 336px;
  margin-top: 25px;
}
body main .Cook .Cook_inner .Cook_juice .juice_txt .sajjy .sajjy_ttl {
  border-radius: 50px;
  background-color: #a58855;
  margin-bottom: 22px;
  justify-content: center;
  color: #fff;
  max-width: 651px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 25px;
  display: flex;
}
body main .Cook .Cook_inner .Cook_juice .juice_txt .sajjy .sajjy_ttl p {
  margin: 10px 0 10px 0;
  font-size: 18px !important;
  letter-spacing: 1px !important;
  color: #fff !important;
}
body main .Cook .Cook_inner .Cook_juice .juice_txt .sajjy .sajjy_ttl p span {
  font-size: 24px;
}
body main .Cook .Cook_inner .Cook_juice .juice_txt .sajjy p {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #221815;
}
@media screen and (max-width: 768px) {
  body main .Cook .Cook_inner .Cook_juice .juice_txt .sajjy p {
    font-size: 18px;
  }
}
body main .Beauty {
  background-color: #f4e2e5;
  text-align: center;
}
body main .Beauty .beauty_inner {
  background-image: url(../image/beauty_back.jpg);
  background-position: center;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Beauty .beauty_inner {
    background-image: url(../image/flower_background.png);
    background-repeat: repeat-y;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  body main .Beauty .beauty_inner {
    background-image: url(../image/flower_background.png);
    background-repeat: repeat-y;
    background-size: contain;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Beauty .beauty_inner .beauty_top {
    width: 55%;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  body main .Beauty .beauty_inner .beauty_top {
    width: 80%;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
  }
}
body main .Beauty .beauty_inner .beauty_top img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Beauty .beauty_inner .beauty_top img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body main .Beauty .beauty_inner .beauty_top img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Beauty .beauty_inner .beauty_top .bm {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  body main .Beauty .beauty_inner .beauty_top .bm {
    width: 80%;
  }
}
body main .Beauty .beauty_inner .beauty_fav {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 23px;
}
body main .Beauty .beauty_inner .beauty_fav .fav01 {
  background-image: url(../image/fav01_back.png);
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-height: 344px;
  height: 100%;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Beauty .beauty_inner .beauty_fav .fav01 {
    background-image: none;
    max-height: none;
    max-height: none;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  body main .Beauty .beauty_inner .beauty_fav .fav01 {
    background-image: none;
    max-height: none;
    max-height: none;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Beauty .beauty_inner .beauty_fav .fav01 img {
    width: 92%;
    margin: 0 auto;
    margin-top: -10%;
    margin-left: 2%;
  }
}
@media screen and (max-width: 768px) {
  body main .Beauty .beauty_inner .beauty_fav .fav01 img {
    width: 92%;
    margin: 0 auto;
    margin-top: -10%;
    margin-left: 2%;
  }
}
body main .Beauty .beauty_inner .beauty_fav .fav01 .clown {
  margin-top: -32%;
  margin-left: -1%;
}
body main .Beauty .beauty_inner .beauty_fav .fav01 .masager {
  text-align: left;
  margin-right: 28px;
  margin-bottom: 22px;
  margin-top: 35px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Beauty .beauty_inner .beauty_fav .fav01 .masager {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  body main .Beauty .beauty_inner .beauty_fav .fav01 .masager {
    margin-right: 0;
  }
}
body main .Beauty .beauty_inner .beauty_fav .fav01 .masager .red {
  color: #b81c22;
  margin-bottom: 17px;
  margin-top: 10px;
  background-color: #fff;
  padding: 0 5px 0 5px;
  max-width: 110px;
  width: 100%;
  font-size: 22px;
  border-radius: 5px;
}
body main .Beauty .beauty_inner .beauty_fav .fav01 .masager .red span {
  font-size: 14px;
  font-weight: 500;
}
body main .Beauty .beauty_inner .beauty_fav .fav01 .masager p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}
body main .Beauty .beauty_inner .beauty_fav .fav01 .masager .masager_item {
  display: flex;
  margin-top: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Beauty .beauty_inner .beauty_fav .fav01 .masager .masager_item {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  body main .Beauty .beauty_inner .beauty_fav .fav01 .masager .masager_item {
    flex-direction: column;
  }
}
body main .Beauty .beauty_inner .beauty_fav .fav01 .masager .masager_item .masager_txt {
  margin-right: 60px;
}
body main .Beauty .beauty_inner .beauty_fav .fav01 .masager .masager_item .masager_txt h2 {
  margin: 0;
  color: #fff;
  font-size: 36px;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Beauty .beauty_inner .beauty_fav .fav01 .masager .masager_item .masager_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  body main .Beauty .beauty_inner .beauty_fav .fav01 .masager .masager_item .masager_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
body main .Beauty .beauty_inner .beauty_fav .fav02 {
  background-image: url(../image/fav02_back.png);
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-height: 344px;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Beauty .beauty_inner .beauty_fav .fav02 {
    background-image: none;
    max-height: none;
    width: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  body main .Beauty .beauty_inner .beauty_fav .fav02 {
    background-image: none;
    max-height: none;
    width: auto;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Beauty .beauty_inner .beauty_fav .fav02 img {
    width: 92%;
    margin: 0 auto;
    margin-top: 0;
    margin-left: 2%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  body main .Beauty .beauty_inner .beauty_fav .fav02 img {
    width: 92%;
    margin: 0 auto;
    margin-top: 0;
    margin-left: 2%;
    margin-bottom: 10px;
  }
}
body main .Beauty .beauty_inner .beauty_fav .fav02 .hedspa {
  margin-bottom: -10%;
  margin-left: -5%;
}
body main .Beauty .beauty_inner .beauty_fav .fav02 .hedspa_mini {
  text-align: left;
  margin-left: 33%;
  margin-bottom: 18px;
  margin-top: 15px;
}
body main .Beauty .beauty_inner .beauty_fav .fav02 .hedspa_mini .red {
  color: #b81c22;
  margin-bottom: 17px;
  margin-top: 10px;
  background-color: #fff;
  padding: 0 5px 0 5px;
  max-width: 130px;
  width: 100%;
  font-size: 22px;
  border-radius: 5px;
}
body main .Beauty .beauty_inner .beauty_fav .fav02 .hedspa_mini .red span {
  font-size: 14px;
  font-weight: 500;
}
body main .Beauty .beauty_inner .beauty_fav .fav02 .hedspa_mini h2 {
  margin: 0;
  color: #fff;
  font-size: 36px;
  font-weight: 500;
}
body main .Beauty .beauty_inner .beauty_fav .fav02 .hedspa_mini p {
  margin-bottom: 5px;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}
body main .Beauty .beauty_inner .beauty_item {
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 0 auto;
}
body main .Beauty .beauty_inner .beauty_item p {
  font-size: 22px;
  margin: 0;
  line-height: 26px;
  margin-bottom: 10px;
}
body main .Beauty .beauty_inner .beauty_item p span {
  font-size: 16px;
  font-weight: 200;
}
body main .Beauty .beauty_inner .beauty_item .red {
  color: #b81c22;
  margin-bottom: 20px;
}
body main .Beauty .beauty_inner .beauty_item .red span {
  font-size: 14px;
  font-weight: 500;
}
body main .Beauty .beauty_inner .beauty_item .way {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 25px;
  line-height: 28px;
}
body main .Beauty .beauty_inner .beauty_item .border {
  margin: 0 auto;
  border-top: solid #221815 1px;
  opacity: 10%;
  margin: 0 15px;
}
body main .Beauty .beauty_inner .beauty_item .btxt {
  background-color: #f7f7f7;
  max-width: 360px;
  max-height: 560px;
  width: 100%;
  height: 100%;
}
body main .Beauty .beauty_inner .beauty_item .btxt img {
  margin-top: 15px;
  margin-bottom: 10px;
}
body main .Beauty .beauty_inner .beauty_item .btxtB {
  background-color: #f7f7f7;
  max-width: 360px;
  max-height: 590px;
  width: 100%;
  height: 100%;
}
body main .Beauty .beauty_inner .beauty_item .btxtB img {
  margin-top: 17px;
  margin-bottom: 10px;
}
body main .Beauty .beauty_inner .beauty_item .bitem02 .way {
  margin-bottom: 50px;
}
body main .Beauty .beauty_inner .beauty_item .bitem03 .way {
  margin-bottom: 50px;
}
body main .Beauty .beauty_inner .beauty_item .bitem04 .way {
  margin-bottom: 100px;
}
body main .Many {
  background-color: #fff;
}
body main .Many .many_out {
  background-image: url(../image/many_back.png);
  background-position: center;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 90px;
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Many .many_out {
    background-image: url(../image/flower_background.png);
    background-repeat: repeat-y;
    background-size: contain;
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  body main .Many .many_out {
    background-image: url(../image/flower_background.png);
    background-repeat: repeat-y;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  body main .Many .many_out {
    padding-top: 30px;
  }
}
body main .Many .many_out .many_inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
body main .Many .many_out .many_inner img {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Many .many_out .many_inner img {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  body main .Many .many_out .many_inner img {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Many .many_out .many_inner .coment {
    margin: 10px;
  }
}
@media screen and (max-width: 768px) {
  body main .Many .many_out .many_inner .coment {
    margin: 10px;
  }
}
body main .Many .many_out .many_inner .many_box {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Many .many_out .many_inner .many_box {
    flex-direction: column;
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  body main .Many .many_out .many_inner .many_box {
    flex-direction: column;
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Many .many_out .many_inner .many_box img {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  body main .Many .many_out .many_inner .many_box img {
    width: auto;
  }
}
body main .Many .many_out .many_inner .many_box .mbox {
  background-color: #f7f7f7;
  max-width: 360px;
  width: 100%;
  max-height: 530px;
  height: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Many .many_out .many_inner .many_box .mbox {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  body main .Many .many_out .many_inner .many_box .mbox {
    max-width: none;
  }
}
body main .Many .many_out .many_inner .many_box .mbox .border {
  margin: 0 auto;
  border-top: solid #221815 1px;
  opacity: 10%;
  margin: 0 15px;
}
body main .Many .many_out .many_inner .many_box .mbox img {
  margin-bottom: 5px;
  margin-top: 15px;
}
body main .Many .many_out .many_inner .many_box .mbox p {
  font-size: 22px;
  margin: 0;
  line-height: 28px;
  margin-bottom: 10px;
}
body main .Many .many_out .many_inner .many_box .mbox p span {
  font-size: 16px;
  font-weight: 200;
  margin-top: -3px;
}
body main .Many .many_out .many_inner .many_box .mbox .red {
  color: #b81c22;
  margin-bottom: 15px;
}
body main .Many .many_out .many_inner .many_box .mbox .red span {
  font-size: 15px;
  font-weight: 500;
}
body main .Many .many_out .many_inner .many_box .mbox .way {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 40px;
}
body main .Many .many_out .many_inner .many_box .mbox .way2 {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 66px;
}
body main .Many .many_out .many_inner .baby {
  background-color: #f1f5e9;
  max-height: 800px;
  width: 100%;
  height: 100%;
  padding: 25px 0px 40px 0px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Many .many_out .many_inner .baby {
    margin: 0 auto;
    max-width: none;
    max-height: none;
    margin: 0 10px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  body main .Many .many_out .many_inner .baby {
    margin: 0 auto;
    max-width: none;
    max-height: none;
    margin: 0 10px;
    width: auto;
  }
}
body main .Many .many_out .many_inner .baby .baby_top {
  display: flex;
  border-radius: 50px;
  background-color: #a1b874;
  margin-bottom: 22px;
  justify-content: center;
  color: #fff;
  max-width: 500px;
  max-height: 61px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  align-items: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Many .many_out .many_inner .baby .baby_top {
    max-width: none;
    max-height: none;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  body main .Many .many_out .many_inner .baby .baby_top {
    max-width: none;
    max-height: none;
    width: 90%;
  }
}
body main .Many .many_out .many_inner .baby .baby_top h3 {
  font-size: 24px;
  margin: 15px 0;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Many .many_out .many_inner .baby .baby_top h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  body main .Many .many_out .many_inner .baby .baby_top h3 {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Many .many_out .many_inner .baby .baby_box {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  body main .Many .many_out .many_inner .baby .baby_box {
    padding: 0 10px;
  }
}
body main .Many .many_out .many_inner .baby .baby_box .bboxA {
  display: flex;
  gap: 19px;
  justify-content: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Many .many_out .many_inner .baby .baby_box .bboxA {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  body main .Many .many_out .many_inner .baby .baby_box .bboxA {
    flex-direction: column;
    gap: 20px;
  }
}
body main .Many .many_out .many_inner .baby .baby_box .bboxA .bbox01 {
  background-color: #f7f7f7;
  max-width: 515px;
  max-height: 300px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Many .many_out .many_inner .baby .baby_box .bboxA .bbox01 {
    max-width: none;
    max-height: none;
  }
}
@media screen and (max-width: 768px) {
  body main .Many .many_out .many_inner .baby .baby_box .bboxA .bbox01 {
    max-width: none;
    max-height: none;
  }
}
body main .Many .many_out .many_inner .baby .baby_box .bboxA .bbox01 p {
  font-size: 22px;
  margin: 0;
  line-height: 28px;
  margin-bottom: 10px;
  text-align: center;
}
body main .Many .many_out .many_inner .baby .baby_box .bboxA .bbox01 p span {
  font-size: 16px;
  font-weight: 200;
  margin-top: -3px;
}
body main .Many .many_out .many_inner .baby .baby_box .bboxA .bbox01 .red {
  color: #b81c22;
  margin-bottom: 15px;
}
body main .Many .many_out .many_inner .baby .baby_box .bboxA .bbox01 .red span {
  font-size: 15px;
  font-weight: 500;
}
body main .Many .many_out .many_inner .baby .baby_box .bboxA .bbox01 .way {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 20px;
  text-align: center;
}
body main .Many .many_out .many_inner .baby .baby_box .bboxA .bbox01 .border {
  margin: 0 auto;
  border-top: solid #221815 1px;
  opacity: 10%;
  margin: 0 15px;
}
body main .Many .many_out .many_inner .baby .baby_box .bboxA .bbox01 .pic_txt {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: 17px;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Many .many_out .many_inner .baby .baby_box .bboxA .bbox01 .pic_txt {
    flex-direction: column;
    gap: 0;
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  body main .Many .many_out .many_inner .baby .baby_box .bboxA .bbox01 .pic_txt {
    flex-direction: column;
    gap: 0;
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Many .many_out .many_inner .baby .baby_box .bboxA .bbox01 .pic_txt img {
    width: 50%;
  }
}
body main .Many .many_out .many_inner .baby .baby_box .bboxA .bbox01 .pic_txt2 {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 17px;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Many .many_out .many_inner .baby .baby_box .bboxA .bbox01 .pic_txt2 {
    flex-direction: column;
    gap: 0;
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  body main .Many .many_out .many_inner .baby .baby_box .bboxA .bbox01 .pic_txt2 {
    flex-direction: column;
    gap: 0;
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Many .many_out .many_inner .baby .baby_box .bboxA .bbox01 .pic_txt2 img {
    width: 50%;
  }
}
body main .Many .many_out .many_inner .baby .baby_box .bboxA .bbox01 .btxt {
  display: flex;
  flex-direction: column;
  margin: 0 20px;
}
body main .Many .many_out .many_inner .baby .baby_box .bboxA .bbox01 .btxt p {
  padding: 0 10px;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Many .many_out .many_inner .baby .baby_box .bboxA .bbox01 .btxt p {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  body main .Many .many_out .many_inner .baby .baby_box .bboxA .bbox01 .btxt p {
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Many .many_out .many_inner .baby .baby_box .bboxA .bbox01 .btxt img {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  body main .Many .many_out .many_inner .baby .baby_box .bboxA .bbox01 .btxt img {
    width: 90%;
    margin: 0 auto;
  }
}
body main .Many .many_out .many_inner .baby .baby_box .bboxA .bbox01 .btxt2 {
  display: flex;
  flex-direction: column;
  margin: 0 28px;
}
body main .Many .many_out .many_inner .baby .baby_box .bboxA .bbox01 .btxt2 p {
  padding: 0 12px;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Many .many_out .many_inner .baby .baby_box .bboxA .bbox01 .btxt2 p {
    text-align: center;
  }
}
body main .Many .many_out .many_inner .baby .baby_box .bboxB {
  display: flex;
  gap: 19px;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Many .many_out .many_inner .baby .baby_box .bboxB {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  body main .Many .many_out .many_inner .baby .baby_box .bboxB {
    flex-direction: column;
  }
}
body main .Many .many_out .many_inner .baby .baby_box .bboxB .bbox03 {
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  max-width: 780px;
  max-height: 330px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Many .many_out .many_inner .baby .baby_box .bboxB .bbox03 {
    flex-direction: column;
    gap: 0;
    max-width: none;
    max-height: none;
  }
}
@media screen and (max-width: 768px) {
  body main .Many .many_out .many_inner .baby .baby_box .bboxB .bbox03 {
    flex-direction: column;
    gap: 0;
    max-width: none;
    max-height: none;
  }
}
body main .Many .many_out .many_inner .baby .baby_box .bboxB .bbox03 .plus {
  width: auto;
}
body main .Many .many_out .many_inner .baby .baby_box .bboxB .bbox03 p {
  font-size: 22px;
  margin: 0;
  line-height: 28px;
  margin-bottom: 10px;
  text-align: center;
}
body main .Many .many_out .many_inner .baby .baby_box .bboxB .bbox03 p span {
  font-size: 16px;
  font-weight: 200;
  margin-top: -3px;
}
body main .Many .many_out .many_inner .baby .baby_box .bboxB .bbox03 .red {
  color: #b81c22;
  margin-bottom: 15px;
}
body main .Many .many_out .many_inner .baby .baby_box .bboxB .bbox03 .red span {
  font-size: 15px;
  font-weight: 500;
}
body main .Many .many_out .many_inner .baby .baby_box .bboxB .bbox03 .way {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 20px;
}
body main .Many .many_out .many_inner .baby .baby_box .bboxB .bbox03 .txtbox01 .pic_txt {
  display: flex;
  justify-content: space-evenly;
  margin-top: 17px;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Many .many_out .many_inner .baby .baby_box .bboxB .bbox03 .txtbox01 .pic_txt {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  body main .Many .many_out .many_inner .baby .baby_box .bboxB .bbox03 .txtbox01 .pic_txt {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Many .many_out .many_inner .baby .baby_box .bboxB .bbox03 .txtbox01 .pic_txt img {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  body main .Many .many_out .many_inner .baby .baby_box .bboxB .bbox03 .txtbox01 .pic_txt img {
    width: auto;
  }
}
body main .Many .many_out .many_inner .baby .baby_box .bboxB .bbox03 .txtbox01 .btxt {
  display: flex;
  flex-direction: column;
  margin: 0 20px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Many .many_out .many_inner .baby .baby_box .bboxB .bbox03 .txtbox01 .btxt {
    flex-direction: column;
    gap: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  body main .Many .many_out .many_inner .baby .baby_box .bboxB .bbox03 .txtbox01 .btxt {
    flex-direction: column;
    gap: 0;
    margin-bottom: 20px;
  }
}
body main .Many .many_out .many_inner .baby .baby_box .bboxB .bbox03 .txtbox01 .btxt p {
  padding: 0 10px;
  text-align: left;
}
body main .Many .many_out .many_inner .baby .baby_box .bboxB .bbox03 .txtbox01 .border {
  margin: 0 auto;
  border-top: solid #221815 1px;
  opacity: 10%;
  margin: 0 15px;
}
body main .Many .many_out .many_inner .baby .baby_box .bboxB .bbox03 .txtbox02 {
  margin-left: 30px;
  margin-right: 30px;
}
body main .Many .many_out .many_inner .baby .baby_box .bboxB .bbox03 .txtbox02 img {
  margin-right: 0;
  margin-left: 0;
  margin-top: 40px;
  margin: 0 10px;
}
body main .Many .many_out .many_inner .baby .baby_box .bboxB .bbox04 {
  background-color: #f7f7f7;
  max-width: 250px;
  max-height: 330px;
  text-align: center;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Many .many_out .many_inner .baby .baby_box .bboxB .bbox04 {
    max-width: none;
    max-height: none;
  }
}
@media screen and (max-width: 768px) {
  body main .Many .many_out .many_inner .baby .baby_box .bboxB .bbox04 {
    max-width: none;
    max-height: none;
  }
}
body main .Many .many_out .many_inner .baby .baby_box .bboxB .bbox04 img {
  margin-top: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Many .many_out .many_inner .baby .baby_box .bboxB .bbox04 img {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  body main .Many .many_out .many_inner .baby .baby_box .bboxB .bbox04 img {
    width: auto;
  }
}
body main .Many .many_out .many_inner .baby .baby_box .bboxB .bbox04 p {
  font-size: 22px;
  margin: 0;
  line-height: 28px;
  margin-bottom: 10px;
  text-align: center;
}
body main .Many .many_out .many_inner .baby .baby_box .bboxB .bbox04 p span {
  font-size: 16px;
  font-weight: 200;
  margin-top: -3px;
}
body main .Many .many_out .many_inner .baby .baby_box .bboxB .bbox04 .red {
  color: #b81c22;
  margin-bottom: 26px;
}
body main .Many .many_out .many_inner .baby .baby_box .bboxB .bbox04 .red span {
  font-size: 15px;
  font-weight: 500;
}
body main .Select {
  background-color: #eea89f;
  max-height: 832px;
  text-align: center;
  padding: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Select {
    max-height: 100%;
  }
}
@media screen and (max-width: 768px) {
  body main .Select {
    max-height: 100%;
  }
}
body main .Select .select_inner {
  border: 4px dotted #fff;
  padding: 20px;
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 60px;
  padding-top: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Select .select_inner {
    padding-top: 30px;
    padding: 30px 0 30px 0;
  }
}
@media screen and (max-width: 768px) {
  body main .Select .select_inner {
    padding-top: 30px;
    padding: 30px 0 30px 0;
  }
}
body main .Select .select_top {
  margin-bottom: 35px;
}
body main .Select .select_top img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Select .select_top img {
    width: 75%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  body main .Select .select_top img {
    width: 95%;
    margin: 0 auto;
  }
}
body main .Select .select_pd {
  padding-left: 20px;
  padding-right: 20px;
}
body main .Select .select_txt {
  color: #fff;
  margin: 0;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Select .select_txt p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  body main .Select .select_txt p {
    font-size: 18px;
  }
}
body main .Select .select_main {
  display: flex;
  align-items: center;
  max-width: 1110px;
  margin: 0 auto;
  gap: 5px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Select .select_main {
    flex-direction: column;
    gap: 0;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  body main .Select .select_main {
    flex-direction: column;
    gap: 0;
    max-width: none;
  }
}
body main .Select .select_main .main_pod {
  margin: 20px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Select .select_main .main_pod {
    margin: 20px 25px;
  }
}
@media screen and (max-width: 768px) {
  body main .Select .select_main .main_pod {
    margin: 20px 25px;
  }
}
body main .Select .select_main .step01 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 17px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Select .select_main .step01 {
    padding-bottom: 13px;
  }
}
@media screen and (max-width: 768px) {
  body main .Select .select_main .step01 {
    padding-bottom: 13px;
  }
}
body main .Select .select_main .step01 p {
  color: #e6847e !important;
  font-size: 24px !important;
  line-height: 30px !important;
  text-align: left;
  margin: 0;
  letter-spacing: 0 !important;
}
@media screen and (min-width: 1100px) and (max-width: 1399.98px) {
  body main .Select .select_main .step01 p {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  body main .Select .select_main .step01 p {
    font-size: 22px !important;
  }
}
body main .Select .select_main .select_main01 {
  background-image: url(../image/select_mainbc.png);
  background-repeat: no-repeat;
  max-width: 350px;
  max-height: 450px;
  margin-right: 3px;
  width: 100%;
}
@media screen and (min-width: 1100px) and (max-width: 1399.98px) {
  body main .Select .select_main .select_main01 {
    background-image: none;
    background-color: #f6f3ee;
    border-radius: 5px;
    max-width: none;
    max-height: 460px;
    height: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Select .select_main .select_main01 {
    background-image: none;
    background-color: #f6f3ee;
    border-radius: 5px;
    max-width: none;
    max-height: none;
    background-size: contain;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  body main .Select .select_main .select_main01 {
    background-image: none;
    background-color: #f6f3ee;
    border-radius: 5px;
    max-width: none;
    max-height: none;
    background-size: contain;
    margin-right: 0;
  }
}
body main .Select .select_main .select_main01 .select_size {
  margin-top: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Select .select_main .select_main01 .select_size {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  body main .Select .select_main .select_main01 .select_size {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Select .select_main .select_main01 .select_size img {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  body main .Select .select_main .select_main01 .select_size img {
    width: 100%;
  }
}
body main .Select .select_main .select_main01 .pack {
  margin-top: 5px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Select .select_main .select_main01 .pack {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  body main .Select .select_main .select_main01 .pack {
    margin-top: 0;
  }
}
body main .Select .select_main .select_main01 .stxt {
  color: #646464;
  font-size: 14px;
  text-align: left;
  margin-left: -15%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Select .select_main .select_main01 .stxt {
    margin-top: 5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  body main .Select .select_main .select_main01 .stxt {
    margin-top: 5px;
    font-size: 14px;
    margin-left: 0;
  }
}
body main .Select .select_main .select_main02 {
  background-image: url(../image/select_mainbc.png);
  background-repeat: no-repeat;
  max-width: 350px;
  max-height: 450px;
  text-align: left;
  width: 100%;
  margin-right: 3px;
}
@media screen and (min-width: 1100px) and (max-width: 1399.98px) {
  body main .Select .select_main .select_main02 {
    background-image: none;
    background-color: #f6f3ee;
    border-radius: 5px;
    max-width: none;
    max-height: 455px;
    height: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Select .select_main .select_main02 {
    background-image: none;
    background-color: #f6f3ee;
    border-radius: 5px;
    max-width: none;
    max-height: none;
    background-size: contain;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  body main .Select .select_main .select_main02 {
    background-image: none;
    background-color: #f6f3ee;
    border-radius: 5px;
    max-width: none;
    max-height: none;
    background-size: contain;
    margin-right: 0;
  }
}
body main .Select .select_main .select_main02 p {
  font-size: 14px;
  text-align: left;
  color: #646464;
  line-height: 24px;
  margin: 0;
}
body main .Select .select_main .select_main02 .pack02 {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Select .select_main .select_main02 .pack02 {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  body main .Select .select_main .select_main02 .pack02 {
    width: 70%;
  }
}
body main .Select .select_main .select_main02 .step02_box {
  margin-top: 17px;
  margin-bottom: 28px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Select .select_main .select_main02 .step02_box {
    align-items: center;
    width: 100%;
  }
}
body main .Select .select_main .select_main02 .step02_box .step02_txt {
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
  background-color: #e6847e;
  padding: 5px 0;
  border-radius: 2px;
  text-align: center;
  width: 100%;
}
body main .Select .select_main .select_main03 {
  background-image: url(../image/select_mainbc.png);
  background-repeat: no-repeat;
  max-width: 350px;
  max-height: 450px;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 1100px) and (max-width: 1399.98px) {
  body main .Select .select_main .select_main03 {
    background-image: none;
    background-color: #f6f3ee;
    border-radius: 5px;
    max-width: none;
    max-height: 455px;
    height: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Select .select_main .select_main03 {
    background-image: none;
    background-color: #f6f3ee;
    border-radius: 5px;
    max-width: none;
    max-height: none;
    background-size: contain;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  body main .Select .select_main .select_main03 {
    background-image: none;
    background-color: #f6f3ee;
    border-radius: 5px;
    max-width: none;
    max-height: none;
    background-size: contain;
    margin-right: 0;
  }
}
body main .Select .select_main .select_main03 p {
  letter-spacing: 0.5px;
  color: #646464;
  line-height: 32px;
}
@media screen and (min-width: 1100px) and (max-width: 1399.98px) {
  body main .Select .select_main .select_main03 p {
    line-height: 27px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Select .select_main .select_main03 p {
    line-height: 25px;
  }
}
@media screen and (max-width: 768px) {
  body main .Select .select_main .select_main03 p {
    line-height: 25px;
  }
}
body main .Select .select_main .select_main03 .pack03 {
  margin-top: 10px;
}
@media screen and (min-width: 1100px) and (max-width: 1399.98px) {
  body main .Select .select_main .select_main03 .pack03 {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Select .select_main .select_main03 .pack03 {
    margin-top: 0;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  body main .Select .select_main .select_main03 .pack03 {
    margin-top: 0;
    width: 80%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Select .select_main .yaji {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 768px) {
  body main .Select .select_main .yaji {
    transform: rotate(90deg);
  }
}
body main .Select .select_main .border {
  margin: 0 auto;
  border-top: solid #221815 1px;
  opacity: 10%;
  margin: 0 15px;
  width: 100%;
}
body main .Footer {
  background-color: #000;
}
body main .Footer .footer_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 45px;
}
body main .Footer .footer_inner p {
  color: #fff;
  margin: 0;
}
body main .Footer .footer_inner .fotter_hump {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}
body main .Footer .footer_inner .fotter_hump .sns {
  display: flex;
  gap: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .Footer .footer_inner .fotter_hump .sns {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  body main .Footer .footer_inner .fotter_hump .sns {
    flex-direction: column;
    gap: 30px;
  }
}
body main .Footer .footer_inner .fotter_hump .sns .page_icon {
  text-align: center;
}
body main .Footer .footer_inner .fotter_hump .sns .page_icon p {
  color: #fff;
  margin-top: 5px;
}
body main .Footer .footer_inner .fotter_hump .sns .page_icon .dawnload {
  background-image: url(../image/apps_back.png);
  padding: 10px 18px;
  background-repeat: no-repeat;
  text-align: center;
}/*# sourceMappingURL=style.css.map */