@charset "UTF-8";


.page-section {
  padding: 10rem 0 8rem 0;
}
.page-section h2.section-heading, .page-section .section-heading.h2 {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
.page-section h3.section-subheading, .page-section .section-subheading.h3 {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 4rem;
}


.btn-xl {
  padding: 1.25rem 2.5rem;
  font-size: 1.125rem;
  font-weight: 700;
}

.btn-social {
  height: 2.5rem;
  width: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 100%;
}

#mainNav {
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
  background-color: #fff;
  border-bottom: 3px solid #FF6A39;
}
#mainNav .navbar-toggler {
  padding: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
}
#mainNav .navbar-brand {
  color: #ffc800;
  font-weight: 700;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
}
#mainNav .navbar-brand img {
  height: 1.5rem;
}
#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 0.95rem;
  color: #fff;
  letter-spacing: 0.0625em;
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #ffc800;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border: none;
    background-color: transparent;
    transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
  }
  #mainNav a{color: #fff;}
  #mainNav a:hover{color: #fff;}

  #mainNav .navbar-brand {
    font-size: 1.5em;
    transition: font-size 0.3s ease-in-out;
  }
  #mainNav .navbar-brand img {
    height: 2rem;
    transition: height 0.3s ease-in-out;
  }
  #mainNav.navbar-shrink {
    padding-top: 10px;
    padding-bottom: 13px;
    background-color: #ffffff;
    border-bottom: 3px solid #FF6A39;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
  }
  #mainNav.navbar-shrink .navbar-brand svg,
  #mainNav.navbar-shrink .navbar-brand img {
    height: 1.5rem;
  }
  #mainNav .navbar-nav .nav-item {
    margin-right: 1rem;
  }
  #mainNav .navbar-nav .nav-item:last-child {
    margin-right: 0;
  }
  #mainNav.navbar-shrink a{color: #FF6A39;}
  #mainNav.navbar-shrink a:hover{color: #FF6A39;}

}

.shape {position: absolute; left:0px; right:0px; top:0px; width:100%; height:100vh; overflow:hidden; background-image: url("/images/mainvisual_bg_fruit.png"); background-position: 50% 0;
  animation-timing-function: linear;
  transform-origin: bottom center;
  animation-name: pulse;
  animation-duration: 5s;
  animation-iteration-count: 3;}


@keyframes pulse {
  from {
    background-position: 50% 0
  }

  25% {
    background-position: 51% -3px;
    opacity: 0.6;
  }
  50% {
    background-position: 50% 0;
    opacity: 1;
  }
  75% {
    background-position: 51% 3px;
    opacity: 0.8;
  }

  to {
    background-position: 50% 0;
    opacity: 1;
  }
}

@keyframes shape-1 {
  0% {
    transform: translate3d(0, 0, 0) rotate(12deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(372deg);
  }
}
.shape-container--1 {
  animation: shape-1 70s linear infinite;
}

@keyframes shape-2 {
  0% {
    transform: translate3d(0, 0, 0) rotate(226deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(586deg);
  }
}
.shape-container--2 {
  animation: shape-2 70s linear infinite;
}
@keyframes shape-3 {
  0% {
    transform: translate3d(0, 0, 0) rotate(136deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(496deg);
  }
}
.shape-container--3 {
  animation: shape-3 70s linear infinite;
}

@keyframes shape-4 {
  0% {
    transform: translate3d(0, 0, 0) rotate(182deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(542deg);
  }
}
.shape-container--4 {
  animation: shape-4 65s linear infinite;
}
@keyframes shape-5 {
  0% {
    transform: translate3d(0, 0, 0) rotate(182deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(542deg);
  }
}
.shape-container--5 {
  animation: shape-5 75s linear infinite;
}

@keyframes shape-6 {
  0% {
    transform: translate3d(0, 0, 0) rotate(88deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(448deg);
  }
}
.shape-container--6 {
  animation: shape-6 60s linear infinite;
}
@keyframes shape-7 {
  0% {
    transform: translate3d(0, 0, 0) rotate(334deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(694deg);
  }
}
.shape-container--7 {
  animation: shape-7 55s linear infinite;
}
@keyframes shape-8 {
  0% {
    transform: translate3d(0, 0, 0) rotate(163deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(523deg);
  }
}
.shape-container--8 {
  animation: shape-8 49s linear infinite;
}

@keyframes shape-9 {
  0% {
    transform: translate3d(0, 0, 0) rotate(172deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(532deg);
  }
}
.shape-container--9 {
  animation: shape-9 50s linear infinite;
}
@keyframes shape-10 {
  0% {
    transform: translate3d(0, 0, 0) rotate(203deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(563deg);
  }
}
.shape-container--10 {
  animation: shape-10 55s linear infinite;
}
@keyframes shape-11 {
  0% {
    transform: translate3d(0, 0, 0) rotate(349deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(709deg);
  }
}
.shape-container--11 {
  animation: shape-11 50s linear infinite;
}

@keyframes shape-12 {
  0% {
    transform: translate3d(0, 0, 0) rotate(164deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(524deg);
  }
}
.shape-container--12 {
  animation: shape-12 49s linear infinite;
}
@keyframes shape-13 {
  0% {
    transform: translate3d(0, 0, 0) rotate(305deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(665deg);
  }
}
.shape-container--13 {
  animation: shape-13 44s linear infinite;
}

header.mainvisual {
  height: 100vh;
  padding-top: 10.5rem;
  padding-bottom: 6rem;
  text-align: center;
  color: #fff;
  background-image: url("/images/mainvisual_bg.png");
  background-color: #FF6A39;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}
header.mainvisual .mainvisual-subheading {
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.5rem;
  margin-bottom: 50px;
}
header.mainvisual .mainvisual-heading {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 3.25rem;
  margin-bottom: 2rem;
}

header.mainvisual .main-btn{position: relative; z-index: 1;}

@media (min-width: 768px) {
  header.mainvisual {
    padding-top: 17rem;
    padding-bottom: 12.5rem;
  }
  header.mainvisual .mainvisual-subheading {
    font-size: 2.25rem;
    font-style: italic;
    line-height: 2.25rem;
    margin-bottom: 4rem;
  }
  header.mainvisual .mainvisual-heading {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 4.5rem;
    margin-bottom: 4rem;
  }
}
#portfolio .portfolio-item {
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
}
#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 200, 0, 0.9);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity ease-in-out 0.25s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 1.25rem;
  color: white;
}
#portfolio .portfolio-item .portfolio-link:hover .portfolio-hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-caption {
  padding: 1.5rem;
  text-align: center;
  background-color: #fff;
}
#portfolio .portfolio-item .portfolio-caption .portfolio-caption-heading {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
}
#portfolio .portfolio-item .portfolio-caption .portfolio-caption-subheading {
  font-style: italic;
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}
.portfolio-modal .modal-content {
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
}
.portfolio-modal .modal-content h2, .portfolio-modal .modal-content .h2 {
  font-size: 3rem;
  line-height: 3rem;
}
.portfolio-modal .modal-content p.item-intro {
  font-style: italic;
  margin-bottom: 2rem;
}
.portfolio-modal .modal-content p {
  margin-bottom: 2rem;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 2rem;
}
.portfolio-modal .modal-content img {
  margin-bottom: 2rem;
}
.portfolio-modal .close-modal {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background-color: transparent;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef;
}
.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}
.timeline > li:after, .timeline > li:before {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #ffc800;
}
.timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4, .timeline .timeline-heading .h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading, .timeline .timeline-heading .subheading.h4 {
  text-transform: none;
}
.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}
.team-member {
  margin-bottom: 3rem;
  text-align: center;
}
.team-member img {
  width: 14rem;
  height: 14rem;
  border: 0.5rem solid rgba(0, 0, 0, 0.1);
}
.team-member h4, .team-member .h4 {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.img-brand {
  height: 2.75rem;
}

section#contact {
  background-color: #212529;
  background-image: url("../img/map-image.png");
  background-repeat: no-repeat;
  background-position: center;
}
section#contact .section-heading {
  color: #fff;
}
section#contact form#contactForm .form-group {
  margin-bottom: 1.5rem;
}
section#contact form#contactForm .form-group input,
section#contact form#contactForm .form-group textarea {
  padding: 1.25rem;
}
section#contact form#contactForm .form-group input.form-control {
  height: auto;
}
section#contact form#contactForm .form-group-textarea {
  height: 100%;
}
section#contact form#contactForm .form-group-textarea textarea {
  height: 100%;
  min-height: 10rem;
}
section#contact form#contactForm p.help-block {
  margin: 0;
}
section#contact form#contactForm .form-control:focus {
  border-color: #ffc800;
  box-shadow: none;
}
section#contact form#contactForm ::-webkit-input-placeholder {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #ced4da;
}
section#contact form#contactForm :-moz-placeholder {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #ced4da;
}
section#contact form#contactForm ::-moz-placeholder {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #ced4da;
}
section#contact form#contactForm :-ms-input-placeholder {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #ced4da;
}

.footer {
  text-align: center;
  font-size: 0.9rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.main-title-warp{ text-align: center; color: #050101; margin-bottom: 50px; line-height: 60px;}
.main-title-warp .title{font-size: 55px;}
.main-title-warp .title span{color: #FF6A39;}
.main-title-warp .title-explanation{ font-size: 30px; line-height: 36px; padding-top: 20px;}

.main-banner-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  max-width: 1000px;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 3px solid #050101;
  color: #050101;
}

.main-banner-area:hover .main-banner-card{box-shadow: 10px 10px #48A23F;}

.main-banner-card .banner-card-thumb{
  height: auto;
  border-bottom: 3px solid #050101;
}
.main-banner-card .banner-card-thumb img{width: 100%;}


.main-banner-card .banner-card-title{
  padding: 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  word-wrap: break-word;
  line-height: 130%;
  font-family: "Nanum Gothic", sans-serif;
}

.main-banner-card .banner-card-title span{
  display: block;
}

.icon-btn-area.main-btn{width: 320px;}


.icon-btn-area.main-btn.black{background-color: #000;}

.main-list-recipe ul{border: 1px solid #000;}
.main-list-recipe ul li{border-bottom: 1px solid #000; padding: 30px;}
.main-list-recipe ul li:last-child{border-bottom:none;}
.main-list-recipe .recipe-card{ border: none; box-shadow:none; position: relative; margin-top: 0; margin-bottom: 0;}
.main-list-recipe .recipe-card .recipe-card-cont{ font-family: "Nanum Gothic", sans-serif; padding: 30px 430px 0 20px; word-break:keep-all;}
.main-list-recipe .recipe-card .recipe-card-cont .card-title{ font-weight: 800; font-size: 24px; }
.main-list-recipe .recipe-card .recipe-card-cont .card-text{ font-weight: 400; font-size: 18px; }
.main-list-recipe .recipe-card .recipe-card-btn{border: 1px solid #000; position: relative; cursor: pointer; font-weight: 600; padding: 7px 70px 7px 20px; color: #000; font-size: 18px; display: inline-block; margin-top: 10px;}
.main-list-recipe .recipe-card .recipe-card-btn i{font-size: 24px; position: absolute; top:8px; right: 10px; }

.main-list-recipe .recipe-card .recipe-card-thumb{width: 400px; height: 100%; position: absolute; top:0px; right:0px; overflow: hidden;border: 1px solid #000;}
.main-list-recipe .recipe-card .recipe-card-thumb img{width: 100%; height: 100%;}


.main-list-recipe ul li:hover .recipe-card .recipe-card-thumb{ border: 5px solid #48A23F;}

.main-list-recipe ul li:active .recipe-card .recipe-card-btn,
.main-list-recipe ul li:hover .recipe-card .recipe-card-btn{border: 1px solid #48A23F; color: #fff; background: #48A23F;}


.real-review-warp .info{text-align: center; margin-top: 20px;}
.real-review-warp .info h5{margin-bottom: 0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}


.store-banner-warp{ padding-top: 70px; padding-bottom: 70px; background: url(/images/store_banner_bg.png) no-repeat; background-position: 90% 0; background-size: 39%;}
.store-banner-warp h5{ font-size: 45px;}
.store-banner-warp .store-banner-title span.pc{display: block;}
.store-banner-warp .store-banner-cont{ padding-left: 20px;}

.single-gallery:hover .image{box-shadow: 10px 10px #48A23F;}

.mainvisual-text-warp {width: 765px; height: 195px; margin: 50px auto 0 auto; overflow: hidden; position: relative; text-align: center;}
.mainvisual-text-warp .mainvisual-text{position: absolute;}
.mainvisual-text-warp .mainvisual-text.text01{left: 0px; z-index: 3;  animation-timing-function: linear;
  transform-origin: bottom center;
  animation-name: mainvisual-text01;
  animation-duration: 0.5s;}
.mainvisual-text-warp .mainvisual-text.text02{left: 175px; z-index: 2;  animation-timing-function: linear;
  animation-timing-function: linear;
  transform-origin: bottom center;
  animation-name: mainvisual-text02;
  animation-duration: .75s;}
.mainvisual-text-warp .mainvisual-text.text03{left: 500px; z-index: 1;  animation-timing-function: linear;
  transform-origin: bottom center;
  animation-name: mainvisual-text03;
  animation-duration: 1s;}
.mainvisual-text-warp .mainvisual-text img{height: 195px;}

.quick-menu{position: fixed; right: 30px; bottom: 30px; z-index: 2;}
.quick-menu ul{margin: 0; padding: 0; clear: both; overflow: hidden; display: flex; gap: 10px;}
.quick-menu ul li{display: flex; display: flex; justify-content: center; align-items: center;}
.quick-menu .btn-top{background: #00A444; color: #fff; line-height: 16px; display: block; width: 56px; height: 56px; border-radius: 56px; text-align: center; padding: 7px 0 0 0; box-shadow: 5px 5px 5px 0.5;}
.quick-menu .btn-top span{display: block;}
.quick-menu .btn-top span i{font-size: 10px;}

@keyframes mainvisual-text01 {
  from {
    opacity: 0;
    margin-left:10px;
  }

  to {
    opacity: 1;
    margin-left:0px;
  }

}

@keyframes mainvisual-text02 {
  from {
    opacity: 0;
    margin-left:10px;
  }

  to {
    opacity: 1;
    margin-left:0px;
  }

}



@keyframes mainvisual-text03 {
  from {
    opacity: 0;
    margin-left:10px;
  }

  to {
    opacity: 1;
    margin-left:0px;
  }

}

@media (max-width: 1000px) {
  .main-list-recipe .recipe-card .recipe-card-thumb{width: 40%;}
  .main-list-recipe .recipe-card .recipe-card-cont{padding: 10px 41% 0 0px;}

  .store-banner-warp{background-position: 100% 0;}



}

@media (max-width: 991px) {

  header.mainvisual {height: 750px;}


  .mainvisual-text-warp {width: 100%; height: 450px; margin: 0px auto 0 auto; overflow: hidden; position: relative; text-align: center;}
  .mainvisual-text-warp .mainvisual-text{position: absolute; text-align: center; width: 100%; display: block;}
  .mainvisual-text-warp .mainvisual-text.text01{left: 0px; top:0}
  .mainvisual-text-warp .mainvisual-text.text02{left: 0px; top:120px}
  .mainvisual-text-warp .mainvisual-text.text03{left: 0px; bottom:0}

  header.mainvisual {padding-top: 10rem;padding-bottom: 1rem;}
  header.mainvisual .mainvisual-subheading {margin-bottom: 20px;}



}


@media (max-width: 768px) {
  .main-title-warp .title span{display: block;}

  .main-list-recipe .recipe-card .recipe-card-thumb{width: 100%; height: 220px; position: absolute; top:0px; right:0px; overflow: hidden;border: 1px solid #000;}
  .main-list-recipe .recipe-card .recipe-card-cont{padding: 240px 0 0 0px;}
  .main-list-recipe .recipe-card .recipe-card-btn {display:block; margin-top: 20px;}

  .store-banner-warp{ background-size: 60%; background-position: 140% 100%;}
  .store-banner-warp h5{ font-size: 35px;}
  .store-banner-warp .store-banner-title span{display:block;}
  .store-banner-warp .store-banner-cont{ padding-left: 0px;}

  .store-banner-cont .icon-btn-area.main-btn{width: auto;}


}


@media (max-width: 576px) {
  .real-review-warp .info{padding: 0 2rem; margin-top: 30px; margin-bottom: 50px;}
  .real-review-warp .info h5{font-size: 2rem;}
  .real-review-warp .info p{font-size: 1.5rem; margin-top: 10px;}

  .main-title-warp{margin-bottom: 30px; }
  .main-title-warp .title{font-size: 40px; line-height: 46px;}
  .main-title-warp .title-explanation{ font-size: 24px; line-height: 30px; padding-top: 10px;}

}


@media (max-width: 445px) {
  .mainvisual-text-warp .mainvisual-text.text02 img{width: 100%;}
  .mainvisual .icon-btn-area.main-btn {width: 200px;}
}