@import url("noto-sans-korean.css");
* {
  font-family: "Noto Sans Korean", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

html {
  scroll-behavior: smooth;
  font-size: 14px;
}

@keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appear_from_bottom {
  0% {
    transform: translateY(150px);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appear_from_up {
  0% {
    transform: translateY(-150px);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appear_from_up5 {
  0% {
    transform: translateX(-50%) translateY(-150px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateX(-50%);
    opacity: 1;
  }
}
@keyframes appear_from_left {
  0% {
    transform: translateX(-350px);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes disappear_to_left {
  0% {
    opacity: 1;
  }
  100% {
    transform: translateX(-350px);
    opacity: 0;
  }
}
@keyframes elastic {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 110%;
  }
  100% {
    background-size: 100%;
  }
}
header {
  background-color: #f4cf55;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}
header .header-wrap {
  width: 100%;
  max-width: 1130px;
  height: 87px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
header .header-wrap .header-logo img {
  width: 122px;
}
header .header-wrap .gnb-pc .gnb {
  display: flex;
}
header .header-wrap .gnb-pc .gnb li {
  display: flex;
  align-items: center;
  margin-left: 10px;
  line-height: 1.3rem;
  font-size: 1.15rem;
  font-weight: 400;
}
header .header-wrap .gnb-pc .gnb li:not(:first-child):before {
  content: "";
  display: block;
  width: 1px;
  height: 0.7rem;
  line-height: 1.3rem;
  margin-right: 10px;
  background-color: #303030;
}
header .header-wrap .gnb-pc .gnb li a {
  color: #303030;
  text-decoration: none;
}
header .header-wrap .gnb-mobile {
  display: none;
}
header .header-wrap .gnb-mobile .btn-gnb {
  cursor: pointer;
  text-align: right;
}
header .header-wrap .gnb-mobile .btn-gnb img {
  width: 70%;
}
header .header-wrap .gnb-mobile .gnb {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: #f4cf55;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 5rem;
  font-size: 3rem;
  font-weight: 600;
}
header .header-wrap .gnb-mobile .gnb li:nth-child(1) {
  cursor: pointer;
  transform: scaleX(1.3);
  font-weight: 100;
}
header .header-wrap .gnb-mobile .gnb a {
  color: #303030;
  text-decoration: none;
}

.intro {
  background-color: #293852;
  width: 100%;
  padding: 100px 0;
  margin-top: 87px;
}
.intro .intro-wrap {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.intro .intro-wrap .intro-video-wrap {
  width: 45%;
}
.intro .intro-wrap .intro-video-wrap .intro-video-title {
  color: #fffae5;
  line-height: 2.7rem;
  font-size: 2.3rem;
  font-weight: 200;
}
.intro .intro-wrap .intro-video-wrap .intro-video-title img {
  margin-bottom: 1%;
  width: 176px;
}
.intro .intro-wrap .intro-video-wrap .intro-video-title strong {
  font-weight: 500;
}
.intro .intro-wrap .intro-video-wrap .intro-video-box {
  margin-top: 5%;
  cursor: pointer;
}
.intro .intro-wrap .intro-video-wrap .intro-video-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro .intro-wrap .intro-video-wrap .intro-video-box small {
  display: block;
  color: #fff;
  margin-top: 1%;
  opacity: 0.75;
  font-size: 0.7rem;
  font-weight: 100;
}
.intro .intro-wrap .intro-video-wrap .intro-video-box:hover {
  filter: brightness(1.5);
}
.intro .intro-wrap .intro-product-wrap {
  width: 45%;
}
.intro .intro-wrap .intro-product-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro .intro-scrolldown {
  position: absolute;
  width: 194px;
  right: 5%;
  bottom: 15%;
  text-align: center;
}
.intro .intro-scrolldown .intro-circle {
  position: absolute;
  width: 194px;
  height: 191px;
  background: url("../images/img_intro_circle.png") no-repeat;
  animation: rotate-infinite 10s linear infinite;
}
.intro .intro-scrolldown .intro-circle-arrow {
  margin-top: 150px;
}

.plus-series {
  padding: 200px 0;
}
.plus-series .plus-series-title-wrap {
  text-align: center;
  color: #303030;
}
.plus-series .plus-series-title-wrap .plus-series-title {
  opacity: 0;
  font-size: 3.8rem;
  font-weight: 900;
}
.plus-series .plus-series-title-wrap .plus-series-title small {
  display: block;
  margin-bottom: 1%;
  font-size: 2rem;
  font-weight: 300;
}
.plus-series .plus-series-title-wrap .plus-series-desc {
  opacity: 0;
  margin-top: 2.5%;
  line-height: 2.5rem;
  word-break: keep-all;
  font-size: 1.6rem;
}
.plus-series .plus-series-product-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 7%;
}
.plus-series .plus-series-product-wrap .plus-series-product-title {
  opacity: 0;
  position: absolute;
}
.plus-series .plus-series-product-wrap .plus-series-product-image {
  opacity: 0;
  position: relative;
  margin-top: 5.8%;
  z-index: 9;
}
.plus-series .plus-series-product-wrap .plus-series-product-image .plus-series-line {
  width: 1px;
  height: 85px;
  margin: -5% auto 0;
  background-color: #313131;
}
.plus-series .plus-series-point-wrap {
  margin-top: 3%;
}
.plus-series .plus-series-point-wrap .plus-series-point {
  width: 1130px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.plus-series .plus-series-point-wrap .plus-series-point .plus-series-point-item {
  opacity: 0;
  width: 33.3%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  color: #303030;
  font-size: 2rem;
  font-weight: 900;
}
.plus-series .plus-series-point-wrap .plus-series-point .plus-series-point-item img {
  margin-bottom: 4%;
}
.plus-series .plus-series-point-wrap .plus-series-point .plus-series-point-item small {
  display: block;
  margin-top: 1%;
  font-size: 1.4rem;
  font-weight: 300;
}

.design-break {
  background: url("../images/bg_design_break.png") no-repeat;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
}
.design-break img {
  width: 233px;
  opacity: 0;
}
.design-break .design-break-desc {
  opacity: 0;
  margin-top: 2%;
  line-height: 2rem;
  color: #303030;
  word-break: keep-all;
  font-size: 1.3rem;
  font-weight: 500;
}

.information {
  background: url("../images/bg_information.png") no-repeat;
  background-size: cover;
  padding: 10% 0 12%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.information .graph-wrap {
  display: none;
  width: 100%;
  max-width: 1130px;
  background-color: #fff;
  border: 1px solid #f4cf55;
  border-radius: 3rem;
  padding: 4rem 0;
  text-align: center;
}
.information .graph-wrap .graph-title {
  opacity: 0;
  line-height: 2rem;
  color: #303030;
  word-break: keep-all;
  font-size: 1.5rem;
  font-weight: 500;
}
.information .graph-wrap .graph-image {
  opacity: 0;
  display: inline-block;
  margin-top: 2%;
}
.information .graph-wrap .graph-caption {
  padding-left: 50px;
  margin-top: 1%;
  text-align: left;
  color: #a8a8a8;
  font-size: 0.7rem;
  font-weight: 200;
}
.information .point-wrap {
  width: 100%;
  max-width: 1130px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.information .point-wrap .point-group {
  display: flex;
  background-color: #f9f9f9;
  height: 390px;
}
.information .point-wrap .point-group .point-image {
  position: relative;
  width: 50%;
  overflow: hidden;
}
.information .point-wrap .point-group .point-image img {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.information .point-wrap .point-group .point-item {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #303030;
}
.information .point-wrap .point-group .point-item .point-desc {
  line-height: 2rem;
  font-size: 1.6rem;
  font-weight: 300;
}
.information .point-wrap .point-group .point-item .point-desc .point-title {
  margin-bottom: 1.5%;
  font-size: 2rem;
  font-weight: 600;
}
.information .point-wrap .point-group:nth-child(1) {
  display: none;
}
.information .point-wrap .point-group:nth-child(2) {
  flex-direction: row-reverse;
}
.information .lineup-wrap {
  width: 100%;
  max-width: 1130px;
  margin-top: 5%;
  border: 1px solid #f4cf55;
  border-radius: 3rem;
  padding: 4rem 5rem;
  box-sizing: border-box;
  background-color: #fff;
}
.information .lineup-wrap .lineup-title {
  opacity: 0;
  text-align: center;
  line-height: 2.3rem;
  color: #303030;
  word-break: keep-all;
  font-size: 1.8rem;
  font-weight: 300;
}
.information .lineup-wrap .lineup-title strong {
  font-size: 2rem;
  font-weight: 900;
}
.information .lineup-wrap .lineup-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5%;
}
.information .lineup-wrap .lineup-list .lineup-item {
  opacity: 0;
  width: 23%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.information .lineup-wrap .lineup-list .lineup-item .lineup-item-image {
  width: 93%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f9f9f9;
  aspect-ratio: 1/1.2;
}
.information .lineup-wrap .lineup-list .lineup-item .lineup-item-title {
  margin-top: 7%;
  color: #293852;
  font-size: 1.4rem;
  font-weight: 500;
}

.product {
  background-color: #f3d86a;
}
.product .product-wrap {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  padding: 7% 0 4%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.product .product-wrap .product-logo {
  opacity: 0;
  display: inline-block;
  text-align: center;
}
.product .product-wrap .product-logo p {
  margin-top: 5%;
  color: #303030;
  font-size: 1.74rem;
  font-weight: 300;
}
.product .product-wrap .product-image-wrap {
  position: relative;
  margin-top: 8%;
}
.product .product-wrap .product-image-wrap .product-image-top {
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.product .product-wrap .product-image-wrap .product-image-bottom {
  opacity: 0;
  padding-top: 5%;
}
.product .product-wrap .product-ingredient {
  opacity: 0;
  width: 85%;
  margin-top: -7%;
  border-top: 1px solid #918348;
  border-bottom: 1px solid #918348;
  text-align: center;
  padding: 1.4% 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #303030;
  font-size: 1.15rem;
}
.product .product-wrap .product-ingredient .ingredient-label {
  white-space: nowrap;
  font-weight: 900;
  margin-left: 2%;
}
.product .product-wrap .product-ingredient .ingredient-label:first-child {
  margin-left: 0;
}
.product .product-wrap .product-ingredient .bar {
  width: 1px;
  height: 1rem;
  background-color: #000;
}
.product .product-wrap .product-ingredient .ingredient-text {
  display: flex;
  white-space: nowrap;
}

.product-lineup {
  padding: 10% 0 5%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product-lineup .product-lineup-subtitle {
  opacity: 0;
  color: #303030;
  font-size: 2rem;
  font-weight: 300;
}
.product-lineup .product-lineup-title {
  opacity: 0;
  color: #303030;
  margin-top: 1%;
  font-size: 3.7rem;
  font-weight: 900;
}
.product-lineup .product-lineup-wrap {
  margin-top: 2%;
}
.product-lineup .product-lineup-wrap .product-lineup-group {
  display: flex;
}
.product-lineup .product-lineup-wrap .product-lineup-group .product-lineup-item {
  opacity: 0;
  width: 50%;
  display: inline-block;
  color: #303030;
}
.product-lineup .product-lineup-wrap .product-lineup-group .product-lineup-item .product-lineup-item-image {
  display: inline-block;
}
.product-lineup .product-lineup-wrap .product-lineup-group .product-lineup-item .product-lineup-item-name {
  margin-top: -20%;
  font-size: 1.6rem;
  font-weight: 900;
}
.product-lineup .product-lineup-wrap .product-lineup-group .product-lineup-item .product-lineup-item-desc {
  margin-top: 2%;
  color: #727272;
  font-size: 1.3rem;
}

.gallery {
  background-color: #f4cf55;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery .gallery-box {
  border: 0.35rem solid #fff;
  padding: 1%;
  margin: 5% 0;
  display: inline-block;
  position: relative;
}
.gallery .gallery-box .swiper-wrapper {
  width: 635px;
}
.gallery .gallery-box .gallery-logo {
  position: absolute;
  bottom: 3%;
  right: -13.5%;
  z-index: 9;
}

.search {
  background-color: #f4cf55;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -1%;
}
.search .search-image {
  opacity: 0;
  display: inline-block;
  margin-top: 1%;
  margin-left: -5%;
}
.search .search-keyword {
  opacity: 0;
  display: inline-block;
  color: #303030;
  white-space: nowrap;
  margin-left: -2%;
  font-size: 2rem;
}
.search .search-keyword .search-input {
  display: inline-block;
  background-color: #fff;
  border: 2px solid #000;
  padding: 1%;
}

footer .footer-wrap {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  padding: 3%;
  display: flex;
  align-items: center;
  word-break: keep-all;
  box-sizing: border-box;
}
footer .footer-wrap .footer-logo {
  flex: 1 0 auto;
}
footer .footer-wrap .footer-info-wrap {
  display: flex;
  flex-direction: column;
  color: #727272;
  border-left: 1px solid #727272;
  margin-left: 3%;
  padding-left: 3%;
  font-size: 1.2rem;
  font-weight: 400;
}
footer .footer-wrap .footer-info-wrap .footer-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.6rem;
}
footer .footer-wrap .footer-info-wrap .footer-info .bar {
  width: 1px;
  height: 1rem;
  margin: 0 1.5%;
  background-color: #303030;
}
footer .footer-wrap .footer-info-wrap .footer-desc {
  line-height: 1.4rem;
  margin-top: 1.5%;
}

.symbol-r {
  opacity: 0;
  position: fixed;
  left: 5rem;
  top: 15%;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.symbol-r .symbol-circle {
  position: absolute;
  width: 200px;
  height: 200px;
  background: url("../images/img_common_r_circle.png") no-repeat;
  background-size: cover;
  animation: rotate-infinite 30s linear infinite;
}
.symbol-r .symbol {
  text-align: center;
}
.symbol-r .symbol img {
  width: 78%;
}

.video {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.video .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.video video {
  display: relative;
  width: 80%;
  z-index: 999;
  border-radius: 3rem;
}
.video .btn_close {
  position: absolute;
  right: 2%;
  top: 2%;
  color: #fff;
  z-index: 100;
  transform: scaleY(0.8);
  cursor: pointer;
  font-size: 5rem;
  font-weight: 100;
}

@media (max-width: 1700px) {
  .intro .intro-scrolldown {
    display: none;
  }
  .symbol-r {
    width: 155px;
    height: 155px;
    left: 3.2rem;
    top: 15%;
  }
  .symbol-r .symbol-circle {
    width: 155px;
    height: 155px;
  }
  .symbol-r .symbol img {
    width: 75%;
  }
}
@media (max-width: 1130px) {
  html {
    font-size: 12px;
  }
  header .header-wrap {
    padding: 0 3%;
  }
  .intro .intro-wrap {
    justify-content: space-around;
  }
  .plus-series .plus-series-product-wrap .plus-series-product-image {
    margin-top: 10%;
  }
  .plus-series .plus-series-point-wrap .plus-series-point {
    width: 100%;
  }
  .information .graph-wrap {
    width: 80%;
    padding: 4rem 2rem;
  }
  .information .graph-wrap .graph-image {
    width: 100%;
    margin-top: 10%;
    padding-bottom: 5%;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .information .point-wrap {
    margin-top: 10%;
  }
  .information .point-wrap .point-group .point-image img {
    display: none;
  }
  .information .point-wrap .point-group:nth-child(1) .point-image {
    background: url("../images/bg_information_point_1.png") no-repeat;
    background-size: 100%;
    background-position: center;
    background-attachment: fixed;
  }
  .information .point-wrap .point-group:nth-child(2) .point-image {
    background: url("../images/bg_information_point_2.png") no-repeat;
    background-size: 100%;
    background-position: center;
    background-attachment: fixed;
  }
  .information .point-wrap .point-group:nth-child(3) .point-image {
    background: url("../images/bg_information_point_3.png") no-repeat;
    background-size: 100%;
    background-position: center;
    background-attachment: fixed;
  }
  .information .lineup-wrap {
    width: 80%;
    margin-top: 10%;
  }
  .information .lineup-wrap .lineup-list .lineup-item .lineup-item-image {
    padding: 0 5%;
  }
  .information .lineup-wrap .lineup-list .lineup-item .lineup-item-image img {
    width: 80%;
  }
  .product .product-wrap {
    padding: 10% 0;
  }
  .product-lineup {
    padding: 10% 0;
  }
  .product-lineup .product-lineup-wrap .product-lineup-group .product-lineup-item .product-lineup-item-image img {
    width: 100%;
  }
}
@media (max-width: 890px) {
  .intro .intro-wrap {
    flex-direction: column-reverse;
  }
  .intro .intro-wrap .intro-video-wrap {
    width: 80%;
  }
  .intro .intro-wrap .intro-video-wrap .intro-video-title {
    margin-top: 5%;
    text-align: center;
  }
  .intro .intro-wrap .intro-product-wrap {
    width: 80%;
  }
  .plus-series {
    padding: 100px 5%;
  }
  .plus-series .plus-series-product-wrap .plus-series-product-title {
    text-align: center;
  }
  .plus-series .plus-series-product-wrap .plus-series-product-title img {
    width: 80%;
  }
  .plus-series .plus-series-product-wrap .plus-series-product-image {
    text-align: center;
    margin-top: 13%;
  }
  .plus-series .plus-series-product-wrap .plus-series-product-image img {
    width: 80%;
  }
  .plus-series .plus-series-point-wrap .plus-series-point .plus-series-point-item img {
    width: 80%;
  }
  .design-break {
    padding: 100px 5%;
  }
  .product .product-wrap .product-logo {
    text-align: center;
    width: 50%;
  }
  .product .product-wrap .product-logo img {
    width: 100%;
  }
  .product .product-wrap .product-image-wrap .product-image-top {
    width: 80%;
  }
  .product .product-wrap .product-image-wrap .product-image-top img {
    width: 100%;
  }
  .product .product-wrap .product-image-wrap .product-image-bottom {
    width: 80%;
    margin: 0 auto;
  }
  .product .product-wrap .product-image-wrap .product-image-bottom img {
    width: 100%;
  }
  .product .product-wrap .product-ingredient {
    flex-direction: column;
  }
  .product .product-wrap .product-ingredient .bar {
    display: none;
  }
  .product .product-wrap .product-ingredient .ingredient-label {
    margin: 2% 0 1%;
  }
  .product .product-wrap .product-ingredient .ingredient-label:nth-child(1) {
    margin: 1% 0;
  }
  .gallery .gallery-box {
    margin: 15% 0 5%;
  }
  .gallery .gallery-box .swiper-wrapper {
    width: 400px;
    height: 400px;
  }
  .gallery .gallery-box .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
  .gallery .gallery-box .gallery-logo {
    text-align: right;
    right: -15%;
  }
  .gallery .gallery-box .gallery-logo img {
    width: 70%;
  }
  .symbol-r {
    width: 100px;
    height: 100px;
    left: 1.6rem;
    top: 12%;
  }
  .symbol-r .symbol-circle {
    width: 100px;
    height: 100px;
  }
  .symbol-r .symbol img {
    width: 75%;
  }
}
@media (max-width: 760px) {
  .plus-series .plus-series-title-wrap .plus-series-desc .bl {
    display: none;
  }
  .information .lineup-wrap {
    padding: 2rem 3rem;
  }
  .information .lineup-wrap .lineup-list {
    flex-wrap: wrap;
  }
  .information .lineup-wrap .lineup-list .lineup-item {
    width: 46%;
  }
  .information .lineup-wrap .lineup-list .lineup-item:nth-child(3) {
    margin-top: 5%;
  }
  .information .lineup-wrap .lineup-list .lineup-item:nth-child(4) {
    margin-top: 5%;
  }
  .search {
    flex-direction: column;
  }
  .search .search-keyword {
    margin-bottom: 10%;
  }
  footer .footer-wrap .footer-info-wrap .footer-info {
    flex-wrap: wrap;
    line-height: 1.8rem;
  }
  footer .footer-wrap .footer-info-wrap .footer-info .footer-info-text {
    white-space: nowrap;
  }
}
@media (max-width: 560px) {
  header .header-wrap {
    height: 60px;
    padding: 0 5%;
  }
  header .header-wrap .gnb-pc {
    display: none;
  }
  header .header-wrap .gnb-mobile {
    display: block;
  }
  .intro {
    padding: 60px 0;
    margin-top: 60px;
  }
  .plus-series .plus-series-point-wrap .plus-series-point {
    flex-direction: column;
    align-items: center;
  }
  .plus-series .plus-series-point-wrap .plus-series-point .plus-series-point-item {
    margin-top: 10%;
    width: 50%;
  }
  .plus-series .plus-series-point-wrap .plus-series-point .plus-series-point-item:nth-child(1) {
    margin-top: 5%;
  }
  .plus-series .plus-series-product-wrap .plus-series-product-image .plus-series-line {
    height: 50px;
  }
  .design-break .design-break-desc .bl {
    display: none;
  }
  .information {
    padding: 15% 0 17%;
  }
  .information .graph-wrap {
    width: 70%;
  }
  .information .graph-wrap .graph-title .bl {
    display: none;
  }
  .information .point-wrap {
    margin-top: 15%;
  }
  .information .point-wrap .point-group {
    flex-direction: column !important;
    height: initial;
  }
  .information .point-wrap .point-group .point-image {
    width: 100%;
    height: 30rem;
  }
  .information .point-wrap .point-group .point-item {
    width: 100%;
    height: 30rem;
  }
  .information .point-wrap .point-group:nth-child(1) .point-image {
    background: url("../images/img_information_point_1.png");
    background-attachment: local;
    background-position: center;
    background-size: cover;
  }
  .information .point-wrap .point-group:nth-child(2) .point-image {
    background: url("../images/img_information_point_2.png");
    background-attachment: local;
    background-position: center;
    background-size: cover;
  }
  .information .point-wrap .point-group:nth-child(3) .point-image {
    background: url("../images/img_information_point_3.png");
    background-attachment: local;
    background-position: center;
    background-size: cover;
  }
  .product .product-wrap {
    padding: 15% 0;
  }
  .product .product-wrap .product-ingredient .ingredient-label {
    margin: 3% 0 1%;
  }
  .product-lineup {
    padding: 15% 0;
  }
  .product-lineup .product-lineup-wrap .product-lineup-group {
    flex-direction: column;
  }
  .product-lineup .product-lineup-wrap .product-lineup-group .product-lineup-item {
    width: 100%;
  }
  .gallery .gallery-box .swiper-wrapper {
    width: 300px;
    height: 300px;
  }
  .gallery .gallery-box .gallery-logo {
    text-align: right;
    right: -18%;
  }
  .gallery .gallery-box .gallery-logo img {
    width: 60%;
  }
  .video video {
    width: 100%;
    border-radius: 0;
  }
  footer .footer-wrap {
    padding: 7%;
  }
  footer .footer-wrap .footer-info-wrap {
    font-size: 1rem;
  }
  footer .footer-wrap .footer-info-wrap .footer-info {
    line-height: 1.5rem;
  }
}
@media (max-width: 480px) {
  .plus-series .plus-series-title-wrap .plus-series-title {
    font-size: 3rem;
  }
  .information .point-wrap .point-group .point-image {
    height: 25rem;
  }
  .information .point-wrap .point-group .point-item {
    height: 25rem;
  }
  .information .lineup-wrap .lineup-list .lineup-item .lineup-item-title {
    font-size: 1.3rem;
  }
  .product-lineup .product-lineup-title {
    font-size: 3rem;
  }
  .gallery .gallery-box .swiper-wrapper {
    width: 250px;
    height: 250px;
  }
  .search .search-keyword {
    font-size: 1.5rem;
  }
}

/*# sourceMappingURL=style.css.map */
