header div nav ul li:nth-of-type(3) a span {
  position: relative;
  font-weight: 600;
}
header div nav ul li:nth-of-type(3) a span::after {
  content: "";
  width: 100%;
}

@media (max-width: 768px) {
  header.is_active div {
    background-image: url(../image/oem60s.jpg);
    background-image: -webkit-image-set(url(../image/oem60s.jpg) 1x, url(../image/oem60.jpg) 2x);
    background-image: image-set(url(../image/oem60s.jpg) 1x, url(../image/oem60.jpg) 2x);
    background-position: 80% top;
    background-size: cover;
  }
}
@media (max-width: 480px) {
  header.is_active div {
    background-image: url(../image/oem60s.jpg);
    background-position: 70% center;
    background-size: cover;
  }
}

.box {
  position: relative;
  color: #fff;
  width: 100%;
  overflow: hidden;
}
.box .clip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  z-index: -1;
}
.box .clip .bg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.box .content {
  position: relative;
  width: 100%;
}
.box .content > section {
  padding: 300px 50px;
  max-width: 1100px;
  height: 100vh;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .box .content > section {
    padding: 200px 50px;
  }
}
@media (max-width: 480px) {
  .box .content > section {
    padding: 300px 30px 50px;
  }
}
.box .content > section h2 {
  color: #c5955e;
  font-size: 500%;
  margin-bottom: 30px;
  line-height: 1;
}
@media (max-width: 768px) {
  .box .content > section h2 {
    font-size: 350%;
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .box .content > section h2 {
    font-size: 300%;
    margin-bottom: 35px;
  }
}
.box .content > section h2 small {
  display: block;
  font-size: 15px;
  margin-top: 0.7rem;
}
@media (max-width: 768px) {
  .box .content > section h2 small {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .box .content > section h2 small {
    font-size: 9px;
  }
}
.box .content > section h2 small span {
  text-transform: uppercase;
}
.box .content > section h2 + p {
  font-size: 250%;
  line-height: 1.5;
  font-weight: 800;
}
@media (max-width: 768px) {
  .box .content > section h2 + p {
    font-size: 200%;
  }
}
@media (max-width: 480px) {
  .box .content > section h2 + p {
    font-size: 180%;
  }
}
.box .content > section h2 + p small {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  margin-top: 0.5rem;
}
@media (max-width: 480px) {
  .box .content > section h2 + p small {
    margin-top: 0.25rem;
  }
}
.box .content .oem_box {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%);
}
.box .content .oem_box .bot2 {
  padding: 300px 50px 100px;
  max-width: 1100px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .box .content .oem_box .bot2 {
    padding: 200px 50px 70px;
  }
}
@media (max-width: 480px) {
  .box .content .oem_box .bot2 {
    padding: 50px 30px 30px;
  }
}
.box .content .oem_box .bot2 > picture {
  margin: 0 auto;
  text-align: center;
  display: block;
}
.box .content .oem_box .bot2 > picture img {
  width: 70%;
  max-width: 450px;
}
@media (max-width: 1000px) {
  .box .content .oem_box .bot2 > picture img {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .box .content .oem_box .bot2 > picture img {
    width: 50%;
  }
}
@media (max-width: 748px) {
  .box .content .oem_box .bot2 > picture img {
    width: 70%;
  }
}
.box .content .oem_box .bot2 h3 {
  font-size: 250%;
  margin-top: -200px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .box .content .oem_box .bot2 h3 {
    font-size: 200%;
  }
}
@media (max-width: 480px) {
  .box .content .oem_box .bot2 h3 {
    margin-top: -80px;
    margin-bottom: 0;
    font-size: 150%;
  }
}
.box .content .oem_box .bot2 h3 small {
  font-size: 40%;
  color: #ddd;
}
.box .content .oem_box .bot2 ul {
  display: flex;
  justify-content: space-between;
  margin: 50px auto;
}
@media (max-width: 768px) {
  .box .content .oem_box .bot2 ul {
    margin: 40px auto;
  }
}
@media (max-width: 480px) {
  .box .content .oem_box .bot2 ul {
    margin: 30px auto;
  }
}
.box .content .oem_box .bot2 ul li a {
  width: 100%;
  border: 2px solid #c5955e;
  font-size: 150%;
  padding: 1.5rem 0;
  border-radius: 1rem;
  display: block;
  background: #C08C3A;
  background: linear-gradient(180deg, rgb(192, 140, 58) 0%, rgb(152, 94, 44) 100%);
}
@media (max-width: 1000px) {
  .box .content .oem_box .bot2 ul li a {
    font-size: 140%;
    padding: 1.5rem 0;
  }
}
@media (max-width: 768px) {
  .box .content .oem_box .bot2 ul li a {
    font-size: 120%;
    padding: 1.25rem 0;
    line-height: 1.5;
  }
  .box .content .oem_box .bot2 ul li a small {
    display: none;
  }
}
@media (max-width: 480px) {
  .box .content .oem_box .bot2 ul li a {
    font-size: 100%;
    padding: 0.5rem 0;
    border-radius: 5px;
  }
}
@media (min-width: 1440px) {
  .box .content .oem_box .bot2 ul li a {
    padding: 1.5rem 0;
    font-size: 160%;
  }
}
.box .content .oem_box .bot2 ul li a small {
  font-size: 60%;
  color: #ddd;
  margin-top: 0.5rem;
}
.box .content .oem_box .bot2 ul li a span {
  display: inline;
}
.box .content .oem_box .bot2 ul li i {
  margin-top: 0.5rem;
}
.box .content .oem_box .bot2 ul li a:hover {
  color: #000;
  background: #CCA260;
  background: linear-gradient(180deg, rgb(204, 162, 96) 0%, rgb(172, 126, 85) 100%);
}
.box .content .oem_box .bot2 ul li a:hover small {
  color: #444;
}
.box .content .oem_box .bot2 ul li:nth-of-type(1),
.box .content .oem_box .bot2 ul li:nth-of-type(3) {
  width: 35%;
}
.box .content .oem_box .bot2 ul li:nth-of-type(2) {
  width: 28%;
}
.box .content .oem_box .bot2 p img {
  width: 100%;
}

.box_1100 {
  padding: 0 50px 0;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .box_1100 {
    padding: 0 30px 0;
  }
}

.box_11002 {
  padding: 0 50px 100px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .box_11002 {
    padding: 0 50px 50px;
  }
}
@media (max-width: 480px) {
  .box_11002 {
    padding: 0 30px 30px;
  }
}

#head .clip .bg {
  background-image: url(../image/top6s.jpg);
  background-image: -webkit-image-set(url(../image/top6s.jpg) 1x, url(../image/top6.jpg) 2x);
  background-image: image-set(url(../image/top6s.jpg) 1x, url(../image/top6.jpg) 2x);
  background-position: 80% center;
  background-size: cover;
}
@media (max-width: 768px) {
  #head .clip .bg {
    background-image: url(../image/top6s.jpg);
    background-image: -webkit-image-set(url(../image/top6s.jpg) 1x, url(../image/top6.jpg) 2x);
    background-image: image-set(url(../image/top6s.jpg) 1x, url(../image/top6.jpg) 2x);
    background-position: 80% top;
    background-size: cover;
  }
}
@media (max-width: 480px) {
  #head .clip .bg {
    background-image: url(../image/top6s.jpg);
    background-position: 70% center;
    background-size: cover;
  }
}

.lineup {
  color: #fff;
  background: #000;
}
.lineup .box_1100 h3 {
  font-size: 250%;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .lineup .box_1100 h3 {
    font-size: 200%;
  }
}
@media (max-width: 480px) {
  .lineup .box_1100 h3 {
    font-size: 180%;
  }
}
.lineup .box_1100 h3 small {
  font-size: 40%;
  color: #ddd;
}
.lineup .box_1100 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 3rem 0 0;
}
@media (max-width: 480px) {
  .lineup .box_1100 ul {
    margin: 2rem 0 1rem;
  }
}
.lineup .box_1100 ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .lineup .box_1100 ul li {
    margin-bottom: 1rem;
  }
}
@media (max-width: 480px) {
  .lineup .box_1100 ul li {
    width: 48%;
    margin-right: 4%;
  }
}
.lineup .box_1100 ul li > a {
  display: block;
  width: 100%;
  height: auto;
  padding: 3rem 1rem;
  background: #555;
  line-height: 1.5;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  font-size: 110%;
}
.lineup .box_1100 ul li > a span > small {
  font-size: 70%;
}
@media (max-width: 768px) {
  .lineup .box_1100 ul li > a {
    font-size: 100%;
    border-radius: 7px;
  }
  .lineup .box_1100 ul li > a span > small {
    display: none;
  }
}
@media (max-width: 480px) {
  .lineup .box_1100 ul li > a {
    border-radius: 5px;
    padding: 2rem 0.5rem;
  }
}
.lineup .box_1100 ul li > a > small {
  display: block;
}
.lineup .box_1100 ul li a:hover {
  opacity: 0.8;
}
.lineup .box_1100 ul li:nth-of-type(3n) {
  margin-right: 0;
}
@media (max-width: 480px) {
  .lineup .box_1100 ul li:nth-of-type(3n) {
    margin-right: 4%;
  }
}
@media (max-width: 480px) {
  .lineup .box_1100 ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
.lineup .box_1100 ul .lifewater a {
  background-image: url(../image/oem2s.jpg);
  background-image: -webkit-image-set(url(../image/oem2s.jpg) 1x, url(../image/oem2.jpg) 2x);
  background-image: image-set(url(../image/oem2s.jpg) 1x, url(../image/oem2.jpg) 2x);
  background-position: 100% center;
}
.lineup .box_1100 ul .water a {
  background-image: url(../image/oem3s.jpg);
  background-image: -webkit-image-set(url(../image/oem3s.jpg) 1x, url(../image/oem3.jpg) 2x);
  background-image: image-set(url(../image/oem3s.jpg) 1x, url(../image/oem3.jpg) 2x);
}
.lineup .box_1100 ul .carbo a {
  background-image: url(../image/oem4s.jpg);
  background-image: -webkit-image-set(url(../image/oem4s.jpg) 1x, url(../image/oem4.jpg) 2x);
  background-image: image-set(url(../image/oem4s.jpg) 1x, url(../image/oem4.jpg) 2x);
}
.lineup .box_1100 ul .smoothie a {
  background-image: url(../image/oem5s.jpg);
  background-image: -webkit-image-set(url(../image/oem5s.jpg) 1x, url(../image/oem5.jpg) 2x);
  background-image: image-set(url(../image/oem5s.jpg) 1x, url(../image/oem5.jpg) 2x);
  background-position: 100% center;
}
.lineup .box_1100 ul .fruit a {
  background-image: url(../image/oem6s.jpg);
  background-image: -webkit-image-set(url(../image/oem6s.jpg) 1x, url(../image/oem6.jpg) 2x);
  background-image: image-set(url(../image/oem6s.jpg) 1x, url(../image/oem6.jpg) 2x);
}
.lineup .box_1100 ul .milk a {
  background-image: url(../image/oem7s.jpg);
  background-image: -webkit-image-set(url(../image/oem7s.jpg) 1x, url(../image/oem7.jpg) 2x);
  background-image: image-set(url(../image/oem7s.jpg) 1x, url(../image/oem7.jpg) 2x);
}
.lineup .box_1100 ul .liqueurs a {
  background-image: url(../image/oem8s.jpg);
  background-image: -webkit-image-set(url(../image/oem8s.jpg) 1x, url(../image/oem8.jpg) 2x);
  background-image: image-set(url(../image/oem8s.jpg) 1x, url(../image/oem8.jpg) 2x);
}
.lineup .box_1100 ul .health a {
  background-image: url(../image/oem9s.jpg);
  background-image: -webkit-image-set(url(../image/oem9s.jpg) 1x, url(../image/oem9.jpg) 2x);
  background-image: image-set(url(../image/oem9s.jpg) 1x, url(../image/oem9.jpg) 2x);
}
.lineup .box_1100 ul .foods a {
  background-image: url(../image/oem10s.jpg);
  background-image: -webkit-image-set(url(../image/oem10s.jpg) 1x, url(../image/oem10.jpg) 2x);
  background-image: image-set(url(../image/oem10s.jpg) 1x, url(../image/oem10.jpg) 2x);
}
.lineup .box_1100 p {
  line-height: 1.5;
}
.lineup .cate_box {
  color: #333;
  background: #fff;
}
.lineup .cate_box h2 {
  padding: 5rem 0;
  font-size: 180%;
  font-weight: 800;
}
.lineup .cate_data {
  padding: 0 50px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .lineup .cate_data {
    padding: 0 5%;
  }
}
.lineup .cate_data ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lineup .cate_data ul li {
  width: 48%;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .lineup .cate_data ul li {
    margin-bottom: 2rem;
  }
}
@media (max-width: 480px) {
  .lineup .cate_data ul li {
    width: 100%;
  }
}
.lineup .cate_data ul li h4 {
  font-size: 132%;
  color: #fff;
  background: #3E58BD;
  padding: 0.75rem 1rem;
  margin: 0 0 1rem;
  vertical-align: middle;
}
.lineup .cate_data ul li h4 small {
  font-size: 50%;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 0.25rem;
}
@media (max-width: 768px) {
  .lineup .cate_data ul li h4 {
    font-size: 110%;
    padding: 0.5rem 0.75rem;
  }
}
.lineup .cate_data ul li dt {
  font-size: 130%;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .lineup .cate_data ul li dt {
    font-size: 110%;
  }
}
.lineup .cate_data ul li dd {
  line-height: 1.5;
  font-weight: 500;
}
.lineup .cate_data ul li dd small {
  display: inline-flex;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .lineup .cate_data ul li dd {
    font-size: 90%;
  }
}
.lineup .cate_data ul li img {
  width: 100%;
  margin-bottom: 1rem;
}
.lineup #lifewater {
  color: #333;
  background: #fff;
}
.lineup #lifewater .cate_top {
  display: block;
  height: auto;
  color: #fff;
  background: #1b3ab1;
  padding: 200px 0 70px;
  background-image: url(../image/oem11s.jpg);
  background-image: -webkit-image-set(url(../image/oem11s.jpg) 1x, url(../image/oem11.jpg) 2x);
  background-image: image-set(url(../image/oem11s.jpg) 1x, url(../image/oem11.jpg) 2x);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .lineup #lifewater .cate_top {
    padding: 150px 0 20px;
    background-image: url(../image/oem11ss.jpg);
    background-image: -webkit-image-set(url(../image/oem11ss.jpg) 1x, url(../image/oem11s.jpg) 2x);
    background-image: image-set(url(../image/oem11ss.jpg) 1x, url(../image/oem11s.jpg) 2x);
  }
}
@media (max-width: 480px) {
  .lineup #lifewater .cate_top {
    padding: 80px 0 20px;
    background-image: url(../image/oem11ss.jpg);
  }
}
.lineup #lifewater .bottle {
  width: 60%;
  max-width: 970px;
  margin: 120px auto 0;
}
@media (max-width: 768px) {
  .lineup #lifewater .bottle {
    width: 70%;
    margin: 80px auto 0;
  }
}
@media (max-width: 480px) {
  .lineup #lifewater .bottle {
    width: 85%;
    margin: 50px auto 0;
  }
}
.lineup #lifewater .bottle img {
  width: 100%;
}
.lineup #lifewater > dl {
  margin: 2rem 0;
}
@media (max-width: 768px) {
  .lineup #lifewater > dl {
    margin: 1.5rem 0 1rem;
  }
}
.lineup #lifewater > dl dt {
  font-size: 300%;
  color: #888;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .lineup #lifewater > dl dt {
    font-size: 240%;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 480px) {
  .lineup #lifewater > dl dt {
    font-size: 200%;
  }
}
.lineup #lifewater > dl dd {
  font-size: 160%;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .lineup #lifewater > dl dd {
    font-size: 130%;
  }
}
@media (max-width: 480px) {
  .lineup #lifewater > dl dd {
    font-size: 110%;
  }
}
.lineup #lifewater ul {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .lineup #lifewater ul {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 480px) {
  .lineup #lifewater ul {
    margin-bottom: 0;
  }
}
.lineup #lifewater ul.life_image {
  margin-bottom: 2rem;
}
@media (max-width: 480px) {
  .lineup #lifewater ul.life_image {
    margin-bottom: 1rem;
  }
}
.lineup #lifewater ul.life_image li {
  margin-bottom: 0;
}
.lineup #lifewater p.center {
  margin-bottom: 2rem;
  line-height: 1.7;
}
@media (max-width: 480px) {
  .lineup #lifewater p.center {
    text-align: justify;
  }
  .lineup #lifewater p.center br {
    display: none;
  }
}
.lineup #lifewater .achieve {
  background: #d2e7f8;
  padding: 2rem;
  margin: 0 auto 3rem;
}
@media (max-width: 768px) {
  .lineup #lifewater .achieve {
    margin: 0 auto 2rem;
  }
}
@media (max-width: 480px) {
  .lineup #lifewater .achieve {
    padding: 1rem;
    margin: 0 auto 1rem;
  }
}
.lineup #lifewater .achieve dt {
  font-size: 150%;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
.lineup #lifewater .achieve dt span {
  font-size: 140%;
  letter-spacing: -0.1rem;
  margin: 0 0.3rem;
}
.lineup #lifewater .achieve dd {
  line-height: 1.7;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .lineup #lifewater .achieve dd {
    align-items: center;
  }
}
@media (max-width: 480px) {
  .lineup #lifewater .achieve dd {
    display: block;
  }
}
.lineup #lifewater .achieve dd section {
  width: 70%;
}
@media (max-width: 1000px) {
  .lineup #lifewater .achieve dd section {
    width: 63%;
  }
}
@media (max-width: 480px) {
  .lineup #lifewater .achieve dd section {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.lineup #lifewater .achieve dd section h5 {
  margin-bottom: 0.5rem;
}
.lineup #lifewater .achieve dd section p {
  font-size: 80%;
  font-weight: 500;
}
.lineup #lifewater .achieve dd div {
  width: 28%;
  height: auto;
  position: relative;
  background: url(../image/oem18.jpg) #fff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .lineup #lifewater .achieve dd div {
    width: 35%;
  }
}
@media (max-width: 768px) {
  .lineup #lifewater .achieve dd div {
    height: 150px;
  }
}
@media (max-width: 480px) {
  .lineup #lifewater .achieve dd div {
    width: 100%;
  }
}
.lineup #lifewater .achieve dd div span {
  font-size: 10px;
  position: absolute;
  top: -2rem;
}
.lineup #lifewater .achieve dd:nth-of-type(1) {
  margin-bottom: 1.5rem;
}
.lineup .cate_top {
  color: #fff;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lineup .cate_top p.mark {
  margin-bottom: 0;
}
.lineup .cate_top p.mark img {
  margin-bottom: 1rem;
  width: 62px;
}
@media (max-width: 768px) {
  .lineup .cate_top p.mark img {
    width: 58px;
  }
}
@media (max-width: 480px) {
  .lineup .cate_top p.mark img {
    width: 50px;
  }
}
.lineup .cate_top h3 span {
  font-size: 230%;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .lineup .cate_top h3 span {
    font-size: 200%;
  }
}
.lineup .cate_top h3 span small {
  font-size: 70%;
}
.lineup .cate_top h3 small {
  font-size: 70%;
  color: #fff;
}
@media (max-width: 480px) {
  .lineup .cate_top h3 small {
    font-size: 60%;
  }
}
.lineup #water .cate_top {
  color: #fff;
  background: #1b3ab1;
  background-image: url(../image/oem20s.jpg);
  background-image: -webkit-image-set(url(../image/oem20s.jpg) 1x, url(../image/oem20.jpg) 2x);
  background-image: image-set(url(../image/oem20s.jpg) 1x, url(../image/oem20.jpg) 2x);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .lineup #water .cate_top {
    background-image: url(../image/oem20sss.jpg);
    background-image: -webkit-image-set(url(../image/oem20sss.jpg) 1x, url(../image/oem20ss.jpg) 2x);
    background-image: image-set(url(../image/oem20sss.jpg) 1x, url(../image/oem20ss.jpg) 2x);
  }
}
@media (max-width: 480px) {
  .lineup #water .cate_top {
    background-image: url(../image/oem20ss.jpg);
  }
}
.lineup #carbo .cate_top {
  color: #fff;
  background: #1b3ab1;
  background-image: url(../image/oem22s.jpg);
  background-image: -webkit-image-set(url(../image/oem22s.jpg) 1x, url(../image/oem22.jpg) 2x);
  background-image: image-set(url(../image/oem22s.jpg) 1x, url(../image/oem22.jpg) 2x);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .lineup #carbo .cate_top {
    background-image: url(../image/oem22sss.jpg);
    background-image: -webkit-image-set(url(../image/oem22sss.jpg) 1x, url(../image/oem22ss.jpg) 2x);
    background-image: image-set(url(../image/oem22sss.jpg) 1x, url(../image/oem22ss.jpg) 2x);
  }
}
@media (max-width: 480px) {
  .lineup #carbo .cate_top {
    background-image: url(../image/oem22ss.jpg);
  }
}
.lineup #fruit .cate_top {
  color: #fff;
  background: #1b3ab1;
  background-image: url(../image/oem29s.jpg);
  background-image: -webkit-image-set(url(../image/oem29s.jpg) 1x, url(../image/oem29.jpg) 2x);
  background-image: image-set(url(../image/oem29s.jpg) 1x, url(../image/oem29.jpg) 2x);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .lineup #fruit .cate_top {
    background-image: url(../image/oem29sss.jpg);
    background-image: -webkit-image-set(url(../image/oem29sss.jpg) 1x, url(../image/oem29ss.jpg) 2x);
    background-image: image-set(url(../image/oem29sss.jpg) 1x, url(../image/oem29ss.jpg) 2x);
  }
}
@media (max-width: 480px) {
  .lineup #fruit .cate_top {
    background-image: url(../image/oem29ss.jpg);
  }
}
.lineup #milk .cate_top {
  color: #fff;
  background: #1b3ab1;
  background-image: url(../image/oem31s.jpg);
  background-image: -webkit-image-set(url(../image/oem31s.jpg) 1x, url(../image/oem31.jpg) 2x);
  background-image: image-set(url(../image/oem31s.jpg) 1x, url(../image/oem31.jpg) 2x);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .lineup #milk .cate_top {
    background-image: url(../image/oem31sss.jpg);
    background-image: -webkit-image-set(url(../image/oem31sss.jpg) 1x, url(../image/oem31ss.jpg) 2x);
    background-image: image-set(url(../image/oem31sss.jpg) 1x, url(../image/oem31ss.jpg) 2x);
  }
}
@media (max-width: 480px) {
  .lineup #milk .cate_top {
    background-image: url(../image/oem31ss.jpg);
  }
}
.lineup #liqueurs .cate_top {
  color: #fff;
  background: #1b3ab1;
  background-image: url(../image/oem33s.jpg);
  background-image: -webkit-image-set(url(../image/oem33s.jpg) 1x, url(../image/oem33.jpg) 2x);
  background-image: image-set(url(../image/oem33s.jpg) 1x, url(../image/oem33.jpg) 2x);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .lineup #liqueurs .cate_top {
    background-image: url(../image/oem33sss.jpg);
    background-image: -webkit-image-set(url(../image/oem33sss.jpg) 1x, url(../image/oem33ss.jpg) 2x);
    background-image: image-set(url(../image/oem33sss.jpg) 1x, url(../image/oem33ss.jpg) 2x);
  }
}
@media (max-width: 480px) {
  .lineup #liqueurs .cate_top {
    background-image: url(../image/oem33ss.jpg);
  }
}
.lineup #health .cate_top {
  color: #fff;
  background: #1b3ab1;
  background-image: url(../image/oem35s.jpg);
  background-image: -webkit-image-set(url(../image/oem35s.jpg) 1x, url(../image/oem35.jpg) 2x);
  background-image: image-set(url(../image/oem35s.jpg) 1x, url(../image/oem35.jpg) 2x);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .lineup #health .cate_top {
    background-image: url(../image/oem35sss.jpg);
    background-image: -webkit-image-set(url(../image/oem35sss.jpg) 1x, url(../image/oem35ss.jpg) 2x);
    background-image: image-set(url(../image/oem35sss.jpg) 1x, url(../image/oem35ss.jpg) 2x);
  }
}
@media (max-width: 480px) {
  .lineup #health .cate_top {
    background-image: url(../image/oem35ss.jpg);
  }
}
.lineup #foods .cate_top {
  color: #fff;
  background: #1b3ab1;
  background-image: url(../image/oem37s.jpg);
  background-image: -webkit-image-set(url(../image/oem37s.jpg) 1x, url(../image/oem37.jpg) 2x);
  background-image: image-set(url(../image/oem37s.jpg) 1x, url(../image/oem37.jpg) 2x);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .lineup #foods .cate_top {
    background-image: url(../image/oem37sss.jpg);
    background-image: -webkit-image-set(url(../image/oem37sss.jpg) 1x, url(../image/oem37ss.jpg) 2x);
    background-image: image-set(url(../image/oem37sss.jpg) 1x, url(../image/oem37ss.jpg) 2x);
  }
}
@media (max-width: 480px) {
  .lineup #foods .cate_top {
    background-image: url(../image/oem37ss.jpg);
  }
}
.lineup #smoothie.cate_box .cate_top {
  color: #fff;
  background: #1b3ab1;
  background-image: url(../image/oem24s.jpg);
  background-image: -webkit-image-set(url(../image/oem24s.jpg) 1x, url(../image/oem24.jpg) 2x);
  background-image: image-set(url(../image/oem24s.jpg) 1x, url(../image/oem24.jpg) 2x);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .lineup #smoothie.cate_box .cate_top {
    background-image: url(../image/oem24sss.jpg);
    background-image: -webkit-image-set(url(../image/oem24sss.jpg) 1x, url(../image/oem24ss.jpg) 2x);
    background-image: image-set(url(../image/oem24sss.jpg) 1x, url(../image/oem24ss.jpg) 2x);
  }
}
@media (max-width: 480px) {
  .lineup #smoothie.cate_box .cate_top {
    background-image: url(../image/oem24ss.jpg);
  }
}
.lineup #smoothie.cate_box .bottle2 {
  margin: -250px auto 5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .lineup #smoothie.cate_box .bottle2 {
    margin: -200px auto 3rem;
  }
}
@media (max-width: 480px) {
  .lineup #smoothie.cate_box .bottle2 {
    margin: -180px auto 2rem;
  }
}
.lineup #smoothie.cate_box .bottle2 span {
  display: block;
  margin: 1rem auto 0;
  font-size: 90%;
}
.lineup #smoothie.cate_box .bottle2 img {
  width: 350px;
}
@media (max-width: 768px) {
  .lineup #smoothie.cate_box .bottle2 img {
    width: 250px;
  }
}
@media (max-width: 480px) {
  .lineup #smoothie.cate_box .bottle2 img {
    width: 200px;
  }
}
.lineup #smoothie.cate_box .cate_exe {
  padding: 0 50px 50px;
  max-width: 1100px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 480px) {
  .lineup #smoothie.cate_box .cate_exe {
    padding: 0 5% 10px;
  }
}
.lineup #smoothie.cate_box .cate_exe h2 {
  text-align: center;
  width: 100%;
  color: #888;
  font-size: 220%;
  padding: 5rem 0 2rem;
}
@media (max-width: 768px) {
  .lineup #smoothie.cate_box .cate_exe h2 {
    font-size: 180%;
    padding: 3rem 0 1.5rem;
  }
}
@media (max-width: 480px) {
  .lineup #smoothie.cate_box .cate_exe h2 {
    font-size: 150%;
    padding: 1rem 0;
  }
}
.lineup #smoothie.cate_box .cate_exe dl {
  width: 100%;
}
.lineup #smoothie.cate_box .cate_exe dt {
  text-align: center;
  margin-bottom: 30px;
  font-size: 160%;
}
@media (max-width: 480px) {
  .lineup #smoothie.cate_box .cate_exe dt {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .lineup #smoothie.cate_box .cate_exe dt {
    font-size: 150%;
  }
}
@media (max-width: 480px) {
  .lineup #smoothie.cate_box .cate_exe dt {
    font-size: 130%;
  }
}
.lineup #smoothie.cate_box .cate_exe ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .lineup #smoothie.cate_box .cate_exe ul {
    margin-bottom: 20px;
  }
}
.lineup #smoothie.cate_box .cate_exe ul li {
  width: 48%;
}
@media (max-width: 480px) {
  .lineup #smoothie.cate_box .cate_exe ul li {
    margin-bottom: 1rem;
  }
}
.lineup #smoothie.cate_box .cate_exe picture img {
  width: 100%;
}
.lineup #smoothie.cate_box .cate_exe p {
  text-align: center;
  font-size: 120%;
}
@media (max-width: 768px) {
  .lineup #smoothie.cate_box .cate_exe p {
    font-size: 110%;
  }
}
@media (max-width: 480px) {
  .lineup #smoothie.cate_box .cate_exe p {
    text-align: justify;
  }
  .lineup #smoothie.cate_box .cate_exe p br {
    display: none;
  }
}
.lineup #smoothie.cate_box .cate_point .cate_main ul {
  display: flex;
  justify-content: space-between;
}
.lineup #smoothie.cate_box .cate_point .cate_main ul li {
  width: 48%;
  display: flex;
  flex-direction: column;
}
.lineup #smoothie.cate_box .cate_point .cate_main ul dl {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.lineup #smoothie.cate_box .cate_point .cate_main ul dt {
  color: #fff;
  padding: 1rem 1.5rem;
  font-size: 120%;
  font-weight: 800;
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 768px) {
  .lineup #smoothie.cate_box .cate_point .cate_main ul dt {
    padding: 0.75rem 1rem;
  }
}
@media (max-width: 480px) {
  .lineup #smoothie.cate_box .cate_point .cate_main ul dt {
    padding: 0.5rem 0.75rem;
  }
}
.lineup #smoothie.cate_box .cate_point .cate_main ul dd {
  font-size: 110%;
  background: #FFF3CD;
  padding: 1rem 1.5rem;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 768px) {
  .lineup #smoothie.cate_box .cate_point .cate_main ul dd {
    padding: 0.75rem 1rem;
    font-size: 100%;
  }
}
@media (max-width: 480px) {
  .lineup #smoothie.cate_box .cate_point .cate_main ul dd {
    padding: 0.5rem 0.75rem;
  }
}
.lineup #smoothie.cate_box .cate_point .cate_main ul dd small {
  font-size: 80%;
}
.lineup #smoothie.cate_box .cate_point .cate_main ul li:nth-of-type(1) dt {
  background: #EB9B41;
}
.lineup #smoothie.cate_box .cate_point .cate_main ul li:nth-of-type(2) dt {
  background: #9C6323;
}
.lineup #smoothie.cate_box .cate_point .cate_data h4 {
  background: #d67e2b;
}
.lineup #smoothie.cate_box .cate_point .cate_data dl {
  width: 100%;
}

@media (max-width: 480px) {
  .lineup .cate_data ul li {
    margin-bottom: 1rem;
  }
  .lineup .cate_data ul li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .lineup #smoothie .cate_point .cate_data ul li:nth-last-of-type(1) dl {
    margin-bottom: 0;
  }
}
.lineup .cate_box .cate_main h2 {
  padding: 5rem 0;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .lineup .cate_box .cate_main h2 {
    padding: 3rem 0;
    font-size: 160%;
  }
}
@media (max-width: 480px) {
  .lineup .cate_box .cate_main h2 {
    padding: 2rem 0;
    font-size: 140%;
  }
}
.lineup .cate_box .cate_main h2.chart2 {
  padding: 5rem 0 2rem;
}
@media (max-width: 768px) {
  .lineup .cate_box .cate_main h2.chart2 {
    padding: 3rem 0 1rem;
  }
}
@media (max-width: 480px) {
  .lineup .cate_box .cate_main h2.chart2 {
    padding: 2rem 0 1rem;
  }
}

.cate_main {
  padding: 0 50px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .cate_main {
    padding: 0 5%;
  }
}
.cate_main section {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .cate_main section {
    display: block;
  }
}
.cate_main section dl {
  width: 48%;
}
@media (max-width: 480px) {
  .cate_main section dl {
    width: 100%;
  }
}
.cate_main section dt {
  font-size: 140%;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cate_main section dt {
    font-size: 130%;
  }
}
.cate_main section dd {
  font-size: 100%;
  line-height: 1.7;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .cate_main section dd {
    font-size: 90%;
  }
}
.cate_main section dd:nth-of-last-type(1) {
  margin: 0;
}
.cate_main section h4 {
  font-size: 110%;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .cate_main section h4 {
    font-size: 100%;
  }
}
.cate_main section ul {
  display: flex;
  flex-wrap: wrap;
}
.cate_main section ul li {
  font-size: 90%;
}
.cate_main section .original {
  width: 48%;
  height: 350px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .cate_main section .original {
    border-radius: 7px;
  }
}
@media (max-width: 480px) {
  .cate_main section .original {
    border-radius: 5px;
  }
}
@media (max-width: 480px) {
  .cate_main section .original {
    height: 200px;
    width: 100%;
  }
}
.cate_main section .original span {
  position: absolute;
  top: -20px;
}
.cate_main section .original_drink {
  background-image: -webkit-image-set(url(../image/oem21s.jpg) 1x, url(../image/oem21.jpg) 2x);
  background-image: image-set(url(../image/oem21s.jpg) 1x, url(../image/oem21.jpg) 2x);
}
.cate_main section .original_carbo {
  background-image: -webkit-image-set(url(../image/oem23s.jpg) 1x, url(../image/oem23.jpg) 2x);
  background-image: image-set(url(../image/oem23s.jpg) 1x, url(../image/oem23.jpg) 2x);
}
.cate_main section .original_fruit {
  background-image: -webkit-image-set(url(../image/oem30s.jpg) 1x, url(../image/oem30.jpg) 2x);
  background-image: image-set(url(../image/oem30s.jpg) 1x, url(../image/oem30.jpg) 2x);
}
.cate_main section .original_milk {
  background-image: -webkit-image-set(url(../image/oem32s.jpg) 1x, url(../image/oem32.jpg) 2x);
  background-image: image-set(url(../image/oem32s.jpg) 1x, url(../image/oem32.jpg) 2x);
}
.cate_main section .original_liqueurs {
  background-image: -webkit-image-set(url(../image/oem34s.jpg) 1x, url(../image/oem34.jpg) 2x);
  background-image: image-set(url(../image/oem34s.jpg) 1x, url(../image/oem34.jpg) 2x);
}
.cate_main section .original_tea {
  background-image: -webkit-image-set(url(../image/oem36s.jpg) 1x, url(../image/oem36.jpg) 2x);
  background-image: image-set(url(../image/oem36s.jpg) 1x, url(../image/oem36.jpg) 2x);
}
.cate_main section .original_foods {
  background-image: -webkit-image-set(url(../image/oem38s.jpg) 1x, url(../image/oem38.jpg) 2x);
  background-image: image-set(url(../image/oem38s.jpg) 1x, url(../image/oem38.jpg) 2x);
}
.cate_main .chart {
  display: block;
  margin: 0 auto;
}
.cate_main .chart dl {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.cate_point {
  color: #333;
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  .cate_point {
    padding-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .cate_point {
    padding-bottom: 20px;
  }
}
.cate_point .pointtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3rem auto;
}
.cate_point h3 {
  padding: 1rem 1.5rem;
  border: 2px solid #333;
  display: inline-block;
  font-size: 120%;
  line-height: 1.5;
  color: #333;
}
@media (max-width: 768px) {
  .cate_point h3 {
    font-size: 100%;
    padding: 0.75rem 1rem;
  }
}
@media (max-width: 480px) {
  .cate_point h3 {
    padding: 0.5rem 0.75rem;
  }
}
.cate_point picture img {
  width: 55px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .cate_point picture img {
    width: 45px;
  }
}
@media (max-width: 480px) {
  .cate_point picture img {
    width: 35px;
  }
}
.cate_point p img {
  width: 18px;
}
@media (max-width: 768px) {
  .cate_point p img {
    width: 13px;
  }
}
.cate_point section {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .cate_point section {
    display: block;
  }
}
.cate_point section dl {
  width: 48%;
}
@media (max-width: 768px) {
  .cate_point section dl {
    width: 60%;
  }
}
@media (max-width: 480px) {
  .cate_point section dl {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.cate_point section dt {
  font-size: 110%;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.cate_point section dd {
  font-size: 90%;
  line-height: 1.7;
}
.cate_point section dd small {
  font-size: 90%;
  margin-top: 0.5rem;
}
.cate_point section .original {
  width: 48%;
  height: 360px;
  overflow: hidden;
  position: relative;
  background-image: -webkit-image-set(url(../image/oem19s.jpg) 1x, url(../image/oem19.jpg) 2x);
  background-image: image-set(url(../image/oem19s.jpg) 1x, url(../image/oem19.jpg) 2x);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .cate_point section .original {
    width: 38%;
    height: 200px;
  }
}
@media (max-width: 480px) {
  .cate_point section .original {
    width: 100%;
    height: 200px;
  }
}
.cate_point section .original span {
  position: absolute;
  top: -20px;
}

#container {
  padding: 100px 0 0;
}
@media (max-width: 768px) {
  #container {
    padding: 50px 0 0;
  }
}
@media (max-width: 480px) {
  #container {
    padding: 30px 0 0;
  }
}
#container .box_1100 .petbottle a {
  background-image: url(../image/oem39s.jpg);
  background-image: -webkit-image-set(url(../image/oem39s.jpg) 1x, url(../image/oem39.jpg) 2x);
  background-image: image-set(url(../image/oem39s.jpg) 1x, url(../image/oem39.jpg) 2x);
}
#container .box_1100 .aluminum a {
  background-image: url(../image/oem40s.jpg);
  background-image: -webkit-image-set(url(../image/oem40s.jpg) 1x, url(../image/oem40.jpg) 2x);
  background-image: image-set(url(../image/oem40s.jpg) 1x, url(../image/oem40.jpg) 2x);
}
#container .box_1100 .glass a {
  background-image: url(../image/oem41s.jpg);
  background-image: -webkit-image-set(url(../image/oem41s.jpg) 1x, url(../image/oem41.jpg) 2x);
  background-image: image-set(url(../image/oem41s.jpg) 1x, url(../image/oem41.jpg) 2x);
}
#container .box_1100 .pauch a {
  background-image: url(../image/oem42s.jpg);
  background-image: -webkit-image-set(url(../image/oem42s.jpg) 1x, url(../image/oem42.jpg) 2x);
  background-image: image-set(url(../image/oem42s.jpg) 1x, url(../image/oem42.jpg) 2x);
}
#container .box_1100 .stick a {
  background-image: url(../image/oem43s.jpg);
  background-image: -webkit-image-set(url(../image/oem43s.jpg) 1x, url(../image/oem43.jpg) 2x);
  background-image: image-set(url(../image/oem43s.jpg) 1x, url(../image/oem43.jpg) 2x);
}
#container .box_1100 .sot a {
  background-image: url(../image/oem61s.jpg);
  background-image: -webkit-image-set(url(../image/oem61s.jpg) 1x, url(../image/oem61.jpg) 2x);
  background-image: image-set(url(../image/oem61s.jpg) 1x, url(../image/oem61.jpg) 2x);
}
#container .cate_main section {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  #container .cate_main section {
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  #container .cate_main section {
    padding-bottom: 30px;
  }
}
#container .cate_main section.chart {
  padding-bottom: 10px;
}
#container .cate_main li {
  display: block;
  width: 100%;
}
#container .cate_main li.stitle {
  font-size: 110%;
  margin-left: -0.5rem;
}
#container .cate_main p {
  margin-top: 1rem;
}
#container .cate_main p a {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #1b3ab1;
  color: #fff;
  border-radius: 3rem;
  margin-left: 0.5rem;
}
#container .cate_top h3 {
  color: #333;
}
#container .cate_top h3 small {
  color: #555;
}
#container #petbottle .cate_top {
  background: #1b3ab1;
  background-image: url(../image/oem44s.jpg);
  background-image: -webkit-image-set(url(../image/oem44s.jpg) 1x, url(../image/oem44.jpg) 2x);
  background-image: image-set(url(../image/oem44s.jpg) 1x, url(../image/oem44.jpg) 2x);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  #container #petbottle .cate_top {
    background-image: url(../image/oem44sss.jpg);
    background-image: -webkit-image-set(url(../image/oem44sss.jpg) 1x, url(../image/oem44ss.jpg) 2x);
    background-image: image-set(url(../image/oem44sss.jpg) 1x, url(../image/oem44ss.jpg) 2x);
  }
}
@media (max-width: 480px) {
  #container #petbottle .cate_top {
    background-image: url(../image/oem44ss.jpg);
  }
}
#container .original_pet {
  background-image: -webkit-image-set(url(../image/oem45s.jpg) 1x, url(../image/oem45.jpg) 2x);
  background-image: image-set(url(../image/oem45s.jpg) 1x, url(../image/oem45.jpg) 2x);
}
#container #aluminum .cate_top {
  background: #1b3ab1;
  background-image: url(../image/oem46s.jpg);
  background-image: -webkit-image-set(url(../image/oem46s.jpg) 1x, url(../image/oem46.jpg) 2x);
  background-image: image-set(url(../image/oem46s.jpg) 1x, url(../image/oem46.jpg) 2x);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  #container #aluminum .cate_top {
    background-image: url(../image/oem46sss.jpg);
    background-image: -webkit-image-set(url(../image/oem46sss.jpg) 1x, url(../image/oem46ss.jpg) 2x);
    background-image: image-set(url(../image/oem46sss.jpg) 1x, url(../image/oem46ss.jpg) 2x);
  }
}
@media (max-width: 480px) {
  #container #aluminum .cate_top {
    background-image: url(../image/oem46ss.jpg);
  }
}
#container .original_alm {
  background-image: -webkit-image-set(url(../image/oem47s.jpg) 1x, url(../image/oem47.jpg) 2x);
  background-image: image-set(url(../image/oem47s.jpg) 1x, url(../image/oem47.jpg) 2x);
}
#container #glass .cate_top {
  background: #1b3ab1;
  background-image: url(../image/oem48s.jpg);
  background-image: -webkit-image-set(url(../image/oem48s.jpg) 1x, url(../image/oem48.jpg) 2x);
  background-image: image-set(url(../image/oem48s.jpg) 1x, url(../image/oem48.jpg) 2x);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  #container #glass .cate_top {
    background-image: url(../image/oem48sss.jpg);
    background-image: -webkit-image-set(url(../image/oem48sss.jpg) 1x, url(../image/oem48ss.jpg) 2x);
    background-image: image-set(url(../image/oem48sss.jpg) 1x, url(../image/oem48ss.jpg) 2x);
  }
}
@media (max-width: 480px) {
  #container #glass .cate_top {
    background-image: url(../image/oem48ss.jpg);
  }
}
#container .original_glass {
  background-image: -webkit-image-set(url(../image/oem49s.jpg) 1x, url(../image/oem49.jpg) 2x);
  background-image: image-set(url(../image/oem49s.jpg) 1x, url(../image/oem49.jpg) 2x);
}
#container #pauch h3 {
  color: #fff;
}
#container #pauch h3 small {
  color: #ddd;
}
#container #pauch .cate_top {
  background: #1b3ab1;
  background-image: url(../image/oem50s.jpg);
  background-image: -webkit-image-set(url(../image/oem50s.jpg) 1x, url(../image/oem50.jpg) 2x);
  background-image: image-set(url(../image/oem50s.jpg) 1x, url(../image/oem50.jpg) 2x);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  #container #pauch .cate_top {
    background-image: url(../image/oem50sss.jpg);
    background-image: -webkit-image-set(url(../image/oem50sss.jpg) 1x, url(../image/oem50ss.jpg) 2x);
    background-image: image-set(url(../image/oem50sss.jpg) 1x, url(../image/oem50ss.jpg) 2x);
  }
}
@media (max-width: 480px) {
  #container #pauch .cate_top {
    background-image: url(../image/oem50ss.jpg);
  }
}
#container .original_pauch {
  background-image: -webkit-image-set(url(../image/oem51s.jpg) 1x, url(../image/oem51.jpg) 2x);
  background-image: image-set(url(../image/oem51s.jpg) 1x, url(../image/oem51.jpg) 2x);
}
#container .almcan {
  background-image: -webkit-image-set(url(../image/oem63s.jpg) 1x, url(../image/oem63.jpg) 2x);
  background-image: image-set(url(../image/oem63s.jpg) 1x, url(../image/oem63.jpg) 2x);
}
#container #can h3 {
  color: #fff;
}
#container #can h3 small {
  color: #ddd;
}
#container #can .cate_top {
  background: #1b3ab1;
  background-image: url(../image/oem62s.jpg);
  background-image: -webkit-image-set(url(../image/oem62s.jpg) 1x, url(../image/oem62.jpg) 2x);
  background-image: image-set(url(../image/oem62s.jpg) 1x, url(../image/oem62.jpg) 2x);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  #container #can .cate_top {
    background-image: url(../image/oem62sss.jpg);
    background-image: -webkit-image-set(url(../image/oem62sss.jpg) 1x, url(../image/oem62ss.jpg) 2x);
    background-image: image-set(url(../image/oem62sss.jpg) 1x, url(../image/oem62ss.jpg) 2x);
  }
}
@media (max-width: 480px) {
  #container #can .cate_top {
    background-image: url(../image/oem62ss.jpg);
  }
}
#container #stick h3 {
  color: #fff;
}
#container #stick h3 small {
  color: #ddd;
}
#container #stick .cate_top {
  background: #1b3ab1;
  background-image: url(../image/oem52s.jpg);
  background-image: -webkit-image-set(url(../image/oem52s.jpg) 1x, url(../image/oem52.jpg) 2x);
  background-image: image-set(url(../image/oem52s.jpg) 1x, url(../image/oem52.jpg) 2x);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  #container #stick .cate_top {
    background-image: url(../image/oem52sss.jpg);
    background-image: -webkit-image-set(url(../image/oem52sss.jpg) 1x, url(../image/oem52ss.jpg) 2x);
    background-image: image-set(url(../image/oem52sss.jpg) 1x, url(../image/oem52ss.jpg) 2x);
  }
}
@media (max-width: 480px) {
  #container #stick .cate_top {
    background-image: url(../image/oem52ss.jpg);
  }
}
#container .original_stick {
  background-image: -webkit-image-set(url(../image/oem53s.jpg) 1x, url(../image/oem53.jpg) 2x);
  background-image: image-set(url(../image/oem53s.jpg) 1x, url(../image/oem53.jpg) 2x);
}
#container #flow .ftop {
  padding-top: 150px;
}
@media (max-width: 768px) {
  #container #flow .ftop {
    padding-top: 100px;
  }
}
@media (max-width: 480px) {
  #container #flow .ftop {
    padding-top: 50px;
  }
}
#container #flow .ftop h3 {
  line-height: 1;
}
#container #flow .ftop p {
  width: 100%;
  line-height: 2;
}
#container #flow .ftop p img {
  width: 100%;
  padding: 50px 0;
}
@media (max-width: 768px) {
  #container #flow .ftop p img {
    padding: 30px 0;
  }
}
#container #flow .ftop p span {
  display: block;
  margin-bottom: 1rem;
  font-size: 110%;
}
@media (max-width: 768px) {
  #container #flow .ftop p span {
    font-size: 100%;
  }
}
#container #flow .ftop p small {
  font-weight: 400;
}
#container #flow .fbox ul {
  display: block;
  margin: 5rem auto 0;
}
@media (max-width: 480px) {
  #container #flow .fbox ul {
    margin: 4rem auto;
  }
}
@media (max-width: 480px) {
  #container #flow .fbox ul {
    margin: 3rem auto;
  }
}
#container #flow .fbox ul li {
  width: 100%;
  margin: 0;
}
#container #flow .fbox ul li > p {
  font-size: 200%;
  color: #888;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #container #flow .fbox ul li > p {
    font-size: 180%;
  }
}
@media (max-width: 480px) {
  #container #flow .fbox ul li > p {
    margin-bottom: 1rem;
    font-size: 160%;
  }
}
#container #flow .fbox ul li > p img {
  width: 35px;
}
@media (max-width: 768px) {
  #container #flow .fbox ul li > p img {
    width: 30px;
  }
}
@media (max-width: 480px) {
  #container #flow .fbox ul li > p img {
    width: 20px;
  }
}
#container #flow .fbox ul li section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media (max-width: 480px) {
  #container #flow .fbox ul li section {
    display: block;
  }
}
@media (max-width: 768px) {
  #container #flow .fbox ul li section {
    margin-bottom: 1rem;
  }
}
#container #flow .fbox ul li section div {
  position: relative;
  width: 48%;
  height: 300px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}
@media (max-width: 768px) {
  #container #flow .fbox ul li section div {
    border-radius: 7px;
  }
}
@media (max-width: 480px) {
  #container #flow .fbox ul li section div {
    border-radius: 5px;
  }
}
@media (max-width: 768px) {
  #container #flow .fbox ul li section div {
    height: 250px;
  }
}
@media (max-width: 480px) {
  #container #flow .fbox ul li section div {
    width: 100%;
    height: 200px;
    margin-bottom: 1rem;
  }
}
#container #flow .fbox ul li section div span {
  position: absolute;
  top: -5rem;
}
#container #flow .fbox ul li section dl {
  width: 48%;
  text-align: left;
}
@media (max-width: 480px) {
  #container #flow .fbox ul li section dl {
    width: 100%;
  }
}
#container #flow .fbox ul li section dl dt {
  font-size: 140%;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  #container #flow .fbox ul li section dl dt {
    font-size: 130%;
  }
}
@media (max-width: 480px) {
  #container #flow .fbox ul li section dl dt {
    margin-bottom: 0.5rem;
  }
}
#container #flow .fbox ul li section dl dd {
  line-height: 2;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  #container #flow .fbox ul li section dl dd {
    font-size: 90%;
    margin-bottom: 0.5rem;
  }
}
#container #flow .fbox ul li section dl dd p {
  font-size: 200%;
  margin: 1rem 0;
  color: #c5955e;
}
@media (max-width: 768px) {
  #container #flow .fbox ul li section dl dd p {
    font-size: 170%;
  }
}
@media (max-width: 480px) {
  #container #flow .fbox ul li section dl dd p {
    text-align: center;
  }
}
#container #flow .fbox ul li section dl dd i {
  margin-right: 0.5rem;
}
#container #flow .fbox ul li section dl dd a {
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  background: #a86e2c;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  #container #flow .fbox ul li section dl dd a {
    padding: 0.25rem 1rem;
  }
}
@media (max-width: 480px) {
  #container #flow .fbox ul li section dl dd a {
    margin: 0 auto 1rem;
  }
}
#container #flow .fbox .f1 div {
  background-image: -webkit-image-set(url(../image/oem54s.jpg) 1x, url(../image/oem54.jpg) 2x);
  background-image: image-set(url(../image/oem54s.jpg) 1x, url(../image/oem54.jpg) 2x);
}
#container #flow .fbox .f2 div {
  background-image: -webkit-image-set(url(../image/oem55s.jpg) 1x, url(../image/oem55.jpg) 2x);
  background-image: image-set(url(../image/oem55s.jpg) 1x, url(../image/oem55.jpg) 2x);
}
#container #flow .fbox .f3 div {
  background-image: -webkit-image-set(url(../image/oem56s.jpg) 1x, url(../image/oem56.jpg) 2x);
  background-image: image-set(url(../image/oem56s.jpg) 1x, url(../image/oem56.jpg) 2x);
}
#container #flow .fbox .f4 div {
  background-image: -webkit-image-set(url(../image/oem57s.jpg) 1x, url(../image/oem57.jpg) 2x);
  background-image: image-set(url(../image/oem57s.jpg) 1x, url(../image/oem57.jpg) 2x);
}
#container #flow .fbox .f5 div {
  background-image: -webkit-image-set(url(../image/oem58s.jpg) 1x, url(../image/oem58.jpg) 2x);
  background-image: image-set(url(../image/oem58s.jpg) 1x, url(../image/oem58.jpg) 2x);
}
#container #flow .fbox .f6 div {
  background-image: -webkit-image-set(url(../image/oem59s.jpg) 1x, url(../image/oem59.jpg) 2x);
  background-image: image-set(url(../image/oem59s.jpg) 1x, url(../image/oem59.jpg) 2x);
}

div.vid_contents {
  width: 100%;
  text-align: center;
  margin: auto;
  padding: 4% 4% 4% 4%;
  background: #e6e6e6;
}

video.vid_main {
  width: 100%;
  max-width: 920px;
}
@media (max-width: 768px) {
  video.vid_main {
    height: 350px;
  }
}
@media (max-width: 480px) {
  video.vid_main {
    height: 200px;
  }
}

div.vid_contents2 {
  width: 100%;
  text-align: center;
  margin: auto;
}

video.vid_main2 {
  width: 100%;
  max-width: 1100px;
  padding: 0 50px;
}
@media (max-width: 768px) {
  video.vid_main2 {
    height: 350px;
  }
}
@media (max-width: 480px) {
  video.vid_main2 {
    height: 200px;
    padding: 0 5%;
  }
}

.nb {
  margin: 0 auto;
  padding: 50px;
  text-align: center;
  width: 100%;
  max-width: 1000px;
  background: #3E58BD;
}
@media (max-width: 480px) {
  .nb {
    margin-bottom: 2rem;
    padding: 20px;
  }
}
.nb h3 {
  color: #fff;
  font-size: 110%;
  margin: 0 0 2rem;
}
.nb h3 small {
  display: inline-block;
  font-size: 13px;
}
.nb ul {
  display: flex;
  justify-content: space-between;
}
.nb li {
  width: 30%;
}
.nb li a {
  display: block;
  color: #fff;
  font-size: 10px;
  line-height: 1.5;
}
.nb li a img {
  width: 100%;
  margin-bottom: 0.5rem;
}
.nb li a:hover {
  opacity: 0.7;
}
/*# sourceMappingURL=oem.css.map */