.cm-gallery-link::before, .cm-gallery-btn-txt::before, .product-name::before, .link-txt-btn::before, .image-link-txt::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  min-width: 22px;
  background: #e30200 url("https://www.meiji.co.jp/assets/img/icons/angle_right_white.svg") center center no-repeat;
  background-size: 8px 12px;
  border-radius: 50%
}

@media screen and (max-width: 767px) {
  .cm-gallery-link::before, .cm-gallery-btn-txt::before, .product-name::before, .link-txt-btn::before, .image-link-txt::before {
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-size: 6px 9px
  }
}

.cm-gallery-link, .cm-gallery-btn-txt, .product-name, .link-txt-btn, .image-link-txt {
  padding-left: 32px
}

@media screen and (max-width: 767px) {
  .cm-gallery-link, .cm-gallery-btn-txt, .product-name, .link-txt-btn, .image-link-txt {
    padding-left: 30px
  }
}

.cm-gallery-link::before, .cm-gallery-btn-txt::before, .product-name::before, .link-txt-btn::before, .image-link-txt::before {
  position: absolute;
  top: calc((1em * 1.5 - 22px) / 2);
  left: 0
}

@media screen and (max-width: 767px) {
  .cm-gallery-link::before, .cm-gallery-btn-txt::before, .product-name::before, .link-txt-btn::before, .image-link-txt::before {
    top: calc((1em * 1.5 - (22px - 2px)) / 2)
  }
}

.link-txt::before {
  content: "";
  display: block;
  background: url("https://www.meiji.co.jp/assets/img/icons/angle_right_red.svg") no-repeat;
  width: 8px;
  height: 12px;
  background-size: 8px 12px
}

@media screen and (max-width: 767px) {
  .link-txt::before {
    width: 6px;
    height: 9px;
    background-size: 6px 9px
  }
}

.quality-content-ttl::before {
  content: "";
  display: block;
  background: url("https://www.meiji.co.jp/assets/img/icons/angle_right_white.svg") no-repeat;
  width: 8px;
  height: 12px;
  background-size: 8px 12px
}

@media screen and (max-width: 767px) {
  .quality-content-ttl::before {
    width: 6px;
    height: 9px;
    background-size: 6px 9px
  }
}

.quality-content-ttl, .link-txt {
  padding-left: 20px
}

@media screen and (max-width: 767px) {
  .quality-content-ttl, .link-txt {
    padding-left: 13px
  }
}

.quality-content-ttl::before, .link-txt::before {
  position: absolute;
  left: 0;
  top: calc((1em * 1.5 - 12px) / 2)
}

@media screen and (max-width: 767px) {
  .quality-content-ttl::before, .link-txt::before {
    top: calc((1em * 1.5 - (12px - 3px)) / 2)
  }
}

.link-feed-btn::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  min-width: 22px;
  background: #e30200 url("https://www.meiji.co.jp/assets/img/icons/feed_white.svg") center center no-repeat;
  background-size: 10px;
  border-radius: 50%
}

@media screen and (max-width: 767px) {
  .link-feed-btn::before {
    width: 20px;
    min-width: 20px;
    height: 20px
  }
}

.link-feed-btn {
  padding-left: 32px
}

@media screen and (max-width: 767px) {
  .link-feed-btn {
    padding-left: 30px
  }
}

.link-feed-btn::before {
  position: absolute;
  top: calc((1em * 1.5 - 22px) / 2);
  left: 0
}

@media screen and (max-width: 767px) {
  .link-feed-btn::before {
    top: calc((1em * 1.5 - (22px - 2px)) / 2)
  }
}

body.is-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0
}

.section-inner, .aside-inner, .main-visual-inner, .pickup-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px
}

@media screen and (max-width: 767px) {
  .section-inner, .aside-inner, .main-visual-inner, .pickup-inner {
    padding: 0 15px
  }
}

.preload-svg>svg {
  display: none
}

@media screen and (max-width: 767px) {
  .main {
    margin-bottom: 30px
  }
}

.container {
  background-color: #fff
}

.container[data-color="beige"] {
  background-color: #f8f4e9
}

.inner {
  padding: 80px 0;
  background-color: #fff
}

.inner[data-color="beige"] {
  background-color: #f8f4e9
}

@media screen and (max-width: 767px) {
  .inner {
    padding: 40px 0
  }
}

.section-hr {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 30px;
  border: 0;
  height: 5px
}

@media screen and (max-width: 1023px) {
  .section-hr {
    padding: 80px 15px
  }
}

@media screen and (max-width: 767px) {
  .section-hr {
    padding: 40px 0;
    height: 3px
  }
}

.section-hr::before {
  content: "";
  display: block;
  background: url("https://www.meiji.co.jp/assets/img/icons/dot.svg") repeat-x;
  background-size: 10px 5px;
  width: 100%;
  height: 5px
}

@media screen and (max-width: 767px) {
  .section-hr::before {
    background-size: 5px 3px;
    height: 3px
  }
}

.aside-container {
  margin-bottom: 80px
}

.aside-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 60px auto 60px auto;
  grid-template-rows: auto 60px auto 60px auto
}

@media screen and (max-width: 767px) {
  .aside-grid {
    -ms-grid-rows: auto 30px auto 30px auto;
    grid-template-rows: auto 30px auto 30px auto
  }
}

.aside-item-1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2
}

.aside-item-1>:last-child {
  margin-bottom: 0
}

.aside-item-2 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / 4
}

.aside-item-2>:last-child {
  margin-bottom: 0
}

.aside-item-3 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5 / 6
}

.aside-item-3>:last-child {
  margin-bottom: 0
}

.banner-prev, .banner-next {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 50px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -50px
}

.is-disabled.banner-prev, .is-disabled.banner-next {
  pointer-events: none
}

@media screen and (max-width: 767px) {
  .banner-prev, .banner-next {
    width: 25px;
    height: 50px;
    margin-top: -25px
  }
}

@media screen and (max-width: 767px) {
  .banner {
    margin-bottom: 25px
  }
}

.banner-container {
  position: relative;
  margin-bottom: 25px
}

@media screen and (max-width: 767px) {
  .banner-container {
    margin-bottom: 15px
  }
}

.banner-inner {
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5px;
  box-sizing: content-box;
  width: calc(100vw - 30px * 2)
}

@media screen and (max-width: 767px) {
  .banner-inner {
    margin: 0 30px;
    box-sizing: border-box
  }
}

.banner-link {
  display: block;
  text-decoration: none;
  position: relative
}

.banner-link::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: all .3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.banner-link:hover::after {
  opacity: 0.2
}

.banner-link:hover .banner-desc-btn, .banner-link:focus .banner-desc-btn {
  text-decoration: underline
}

.banner-img>img {
  border-radius: 10px;
  width: 100%
}

.banner-desc {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  min-width: 400px;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 39px 40px 40px
}

.banner-desc-txt {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold
}

@media screen and (max-width: 767px) {
  .banner-desc-txt {
    font-size: 16px;
    margin-bottom: 10px
  }
}

.banner-desc>:last-child {
  margin-bottom: 0
}

@media screen and (max-width: 767px) {
  .banner-desc {
    left: 50%;
    min-width: 90%;
    transform: translate(-50%, -50%);
    padding: 14px 15px 15px
  }
}

.banner-list {
  margin: 0 -20px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  width: 9999px
}

@media screen and (max-width: 767px) {
  .banner-list {
    margin: 0 -5px
  }
}

.banner-list[data-display-num="2"]>li {
  max-width: 580px;
  margin: 0 20px;
  width: calc(50% - 20px * 2)
}

.banner-list[data-display-num="1"]>li {
  max-width: 1200px;
  margin: 0 20px;
  width: calc(100% - 20px * 2)
}

@media screen and (max-width: 767px) {
  .banner-list[data-display-num="1"]>li {
    margin: 0 5px;
    max-width: 767px;
    width: calc(100% - 5px * 2)
  }
}

@media screen and (max-width: 767px) {
  .banner-list[data-display-num-sm="1"]>li {
    margin: 0 5px;
    max-width: 767px;
    width: calc(100% - 5px * 2)
  }
}

.banner-prev {
  left: 0
}

.banner-prev>img {
  width: 50px;
  height: 100px
}

@media screen and (max-width: 767px) {
  .banner-prev>img {
    width: 25px;
    height: 50px
  }
}

.banner-next {
  right: 0
}

.banner-next>img {
  width: 50px;
  height: 100px
}

@media screen and (max-width: 767px) {
  .banner-next>img {
    width: 25px;
    height: 50px
  }
}

.banner-controller {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative
}

.banner-controller-btn {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  right: 30px;
  top: 15px;
  width: 30px;
  height: 30px
}

@media screen and (max-width: 767px) {
  .banner-controller-btn {
    top: 5px
  }
}

.banner-controller-btn>img {
  width: 30px;
  height: 30px
}

@media print {
  .banner-next, .banner-prev, .banner-controller {
    display: none
  }
}

.brand-list {
  margin: -30px -15px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap
}

@media screen and (max-width: 767px) {
  .brand-list {
    margin: -15px -7.5px 0
  }
}

.brand-list>li {
  margin: 30px 15px 0;
  width: calc(100% / 4 - 15px * 2)
}

@media screen and (max-width: 1023px) {
  .brand-list>li {
    width: calc(100% / 3 - 15px * 2)
  }
}

@media screen and (max-width: 767px) {
  .brand-list>li {
    margin: 15px 7.5px 0;
    width: calc(100% / 2 - 7.5px * 2)
  }
}

.brand-link {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #dfdacb;
  position: relative
}

.brand-link::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.brand-link:hover::after {
  opacity: 0.2
}

@media screen and (max-width: 767px) {
  .brand-link {
    border-radius: 5px
  }
}

.brand-img {
  width: 100%
}

@media screen and (max-width: 1023px) {
  .campaign-list>li:nth-child(n+4) {
    display: none
  }
}

.cm-gallery-hane {
  width: 140px;
  height: 14px;
  position: absolute;
  left: 0;
  top: -13px;
  fill: #ffe4da
}

@media screen and (max-width: 767px) {
  .cm-gallery-hane {
    width: 70px;
    height: 7px;
    top: -6px
  }
}

.cm-gallery-content {
  position: relative;
  background: #ffe4da;
  border-radius: 0 10px 10px 10px;
  padding: 20px;
  display: flex;
  flex-direction: row-reverse
}

@media screen and (max-width: 767px) {
  .cm-gallery-content {
    flex-direction: column-reverse;
    padding: 15px;
    border-radius: 0 5px 5px 5px
  }
}

.cm-gallery-image {
  width: 50%;
  border-radius: 10px;
  overflow: hidden
}

.cm-gallery-image>img {
  width: 100%
}

@media screen and (max-width: 767px) {
  .cm-gallery-image {
    border-radius: 5px;
    width: 100%
  }
}

.cm-gallery-body {
  width: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px
}

@media screen and (max-width: 767px) {
  .cm-gallery-body {
    width: 100%;
    padding: 0;
    margin-top: 30px
  }
}

.cm-gallery-ttl {
  font-size: 20px;
  margin: auto 0 20px
}

@media screen and (max-width: 767px) {
  .cm-gallery-ttl {
    font-size: 16px;
    margin: 0 0 12px
  }
}

.cm-gallery-link {
  text-decoration: none;
  color: #000;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  max-width: 100%
}

@media screen and (max-width: 767px) {
  .cm-gallery-link {
    font-size: 18px
  }
}

.cm-gallery-btn {
  text-decoration: none;
  color: #000;
  border: 1px solid #e30200;
  background-color: #fff;
  border-radius: 100px;
  padding: 13px 23px 13px 13px;
  margin: auto 0 0
}

@media screen and (max-width: 767px) {
  .cm-gallery-btn {
    font-size: 18px;
    padding: 9px 19px 9px 9px;
    margin: 30px 0 0
  }
}

.cm-gallery-btn-txt {
  position: relative;
  color: #000;
  font-size: 18px;
  display: block;
  font-weight: bold
}

@media screen and (max-width: 767px) {
  .cm-gallery-btn-txt {
    font-size: 16px
  }
}

.content-decoration {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 5%;
  margin-top: -5%;
  z-index: 3
}

@media screen and (max-width: 767px) {
  .content-decoration {
    padding-top: 12%;
    margin-top: -12%
  }
}

.heading-container {
  display: flex;
  align-items: center;
  margin-bottom: 50px
}

@media screen and (max-width: 1023px) {
  .heading-container {
    justify-content: space-between
  }
}

@media screen and (max-width: 767px) {
  .heading-container {
    margin-bottom: 40px
  }
}

.heading {
  padding-left: 25%;
  width: 75%;
  text-align: center
}

@media screen and (max-width: 1023px) {
  .heading {
    padding-left: 0;
    width: auto;
    text-align: left
  }
}

.heading-btn {
  width: 25%;
  display: flex;
  justify-content: flex-end
}

@media screen and (max-width: 1023px) {
  .heading-btn {
    width: auto;
    margin-left: auto
  }
}

.heading2 {
  font-size: 34px;
  margin-bottom: 0;
  line-height: 1.2
}

@media screen and (max-width: 767px) {
  .heading2 {
    font-size: 24px
  }
}

.heading-container-secondary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px
}

@media screen and (max-width: 767px) {
  .heading-container-secondary[data-dir-sm="col"] {
    flex-direction: column;
    align-items: flex-start
  }
}

@media screen and (max-width: 767px) {
  .heading-container-secondary {
    margin-bottom: 25px
  }
}

.heading2-secondary {
  font-size: 28px;
  margin-bottom: 0
}

@media screen and (max-width: 767px) {
  .heading2-secondary {
    font-size: 24px
  }
}

.main-infomation {
  display: flex;
  flex-direction: column;
  margin-bottom: 35px
}

.main-infomation>:last-child {
  margin-bottom: 0
}

@media screen and (max-width: 767px) {
  .main-infomation {
    margin-bottom: 20px
  }
}

.main-visual {
  max-width: 1920px;
  position: relative;
  background-color: #f8f4e9;
  overflow: hidden;
  margin: 0 auto
}

.main-visual-icn, .main-visual-blur, .main-visual-copy {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit
}

.main-visual-image-list, .main-visual-blur-list, .main-visual-copy-list, .main-visual-illustration-list {
  opacity: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.main-visual-image-list>li, .main-visual-blur-list>li, .main-visual-copy-list>li, .main-visual-illustration-list>li {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0
}

.main-visual-image-list>li.is-active, .main-visual-blur-list>li.is-active, .main-visual-copy-list>li.is-active, .main-visual-illustration-list>li.is-active {
  z-index: 2
}

.main-visual-image-list>li.is-next, .main-visual-blur-list>li.is-next, .main-visual-copy-list>li.is-next, .main-visual-illustration-list>li.is-next {
  z-index: 1
}

.main-visual-illustration {
  z-index: 9
}

.main-visual-image-list>li[data-num='0'] {
  background: url("../img/index/mainvisual/img_04.jpg") center center no-repeat;
  background-size: cover
}

@media screen and (max-width: 767px) {
  .main-visual-image-list>li[data-num='0'] {
    background: url("../img/index/mainvisual/img_04_sm.jpg") center center no-repeat;
    background-size: cover
  }
}

.main-visual-image-list>li[data-num='1'] {
  background: url("../img/index/mainvisual/img.jpg") center center no-repeat;
  background-size: cover
}

@media screen and (max-width: 767px) {
  .main-visual-image-list>li[data-num='1'] {
    background: url("../img/index/mainvisual/img_sm.jpg") center center no-repeat;
    background-size: cover
  }
}

.main-visual-image-list>li[data-num='2'] {
  background: url("../img/index/mainvisual/img_05.jpg") center center no-repeat;
  background-size: cover
}

@media screen and (max-width: 767px) {
  .main-visual-image-list>li[data-num='2'] {
    background: url("../img/index/mainvisual/img_05_sm.jpg") center center no-repeat;
    background-size: cover
  }
}

.main-visual-image-list>li[data-num="3"] {
  background: url("../img/index/mainvisual/img_06.jpg") center center no-repeat;
  background-size: cover
}

@media screen and (max-width: 767px) {
  .main-visual-image-list>li[data-num="3"] {
    background: url("../img/index/mainvisual/img_06_sm.jpg") center center no-repeat;
    background-size: cover
  }
}

.main-visual-image-list>li[data-num='5'] {
  background: url("../img/index/mainvisual/img_03.jpg") center center no-repeat;
  background-size: cover
}

@media screen and (max-width: 767px) {
  .main-visual-image-list>li[data-num='5'] {
    background: url("../img/index/mainvisual/img_03_sm.jpg") center center no-repeat;
    background-size: cover
  }
}

.main-visual-image-list>li[data-num='6'] {
  background: url("../img/index/mainvisual/img_02.jpg") center center no-repeat;
  background-size: cover
}

@media screen and (max-width: 767px) {
  .main-visual-image-list>li[data-num='6'] {
    background: url("../img/index/mainvisual/img_02_sm.jpg") center center no-repeat;
    background-size: cover
  }
}

.main-visual-copy {
  opacity: 1;
  z-index: 4;
  background: url("../img/index/mainvisual/copy.svg") center center no-repeat;
  background-size: cover
}

@media screen and (max-width: 767px) {
  .main-visual-copy {
    background: url("../img/index/mainvisual/copy_sm.svg") center center no-repeat;
    background-size: cover
  }
}

.main-visual-blur-list>li[data-num='1'] {
  background: url("../img/index/mainvisual/blur.png") center center no-repeat;
  background-size: cover
}

@media screen and (max-width: 767px) {
  .main-visual-blur-list>li[data-num='1'] {
    background: url("../img/index/mainvisual/blur_sm.png") center center no-repeat;
    background-size: cover
  }
}

.main-visual-blur {
  opacity: 1;
  z-index: 3
}

.main-visual-blur[data-num='1'] {
  background: url("../img/index/mainvisual/blur.png") center center no-repeat;
  background-size: cover
}

@media screen and (max-width: 767px) {
  .main-visual-blur[data-num='1'] {
    background: url("../img/index/mainvisual/blur_sm.png") center center no-repeat;
    background-size: cover
  }
}

.main-visual-inner {
  position: relative;
  height: 100%
}

.main-visual-controller {
  position: absolute;
  right: 30px;
  bottom: 10px;
  z-index: 10
}

@media screen and (max-width: 767px) {
  .main-visual-controller {
    right: 15px;
    bottom: 0
  }
}

.main-visual-controller-btn {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px
}

.main-visual-controller-btn>img {
  width: 30px;
  height: 30px
}

.main-visual-svg-path {
  fill: #e30200;
  opacity: 0
}

.main-visual-svg-fill {
  fill: #e30200
}

.main-visual-svg-line {
  fill: none;
  stroke: #e30200;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  opacity: 0
}

.modal {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9001
}

.modal.is-open {
  opacity: 1
}

.modal.is-open .modal-dialog {
  opacity: 1
}

.modal-dialog {
  width: 100%;
  max-width: 880px;
  padding: 0 15px;
  margin: 1.75rem auto;
  display: flex;
  align-items: center;
  min-height: calc(100% - (1.75rem * 2));
  outline: none
}

@media screen and (max-width: 767px) {
  .modal-dialog {
    padding: .5rem 15px
  }
}

.modal-body {
  width: 100%;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #dfdacb;
  border-radius: 10px
}

.modal-body>:last-child {
  margin-bottom: 0
}

@media screen and (max-width: 767px) {
  .modal-body {
    border-radius: 5px;
    padding: 35px 15px
  }
}

.modal-content {
  margin-bottom: 30px
}

.modal-content>:last-child {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto
}

.news-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 40px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}

@media screen and (max-width: 1023px) {
  .news-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 40px auto;
    grid-template-rows: auto 40px auto
  }
}

.news-item-1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2
}

.news-item-2 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2
}

@media screen and (max-width: 1023px) {
  .news-item-2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4
  }
}

.olympic-inner {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center
}

@media screen and (max-width: 1023px) {
  .olympic-inner {
    padding: 0 15px
  }
}

.olympic-mv {
  margin-bottom: 25px;
  max-width: 100%;
  min-height: 0%
}

.olympic-link-txt {
  margin: 0;
  max-width: 100%
}

.other-content-list {
  margin: 0 -12px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap
}

@media screen and (max-width: 1023px) {
  .other-content-list {
    margin: -30px -12px 0
  }
}

@media screen and (max-width: 767px) {
  .other-content-list {
    margin: -30px -7.5px 0
  }
}

.other-content-list>li {
  display: flex;
  width: calc(100% / 4 - 12px * 2);
  margin: 0 12px
}

@media screen and (max-width: 1023px) {
  .other-content-list>li {
    width: calc(100% / 3 - 12px * 2);
    margin: 30px 12px 0
  }
}

@media screen and (max-width: 767px) {
  .other-content-list>li {
    width: calc(100% / 2 - 7.5px * 2);
    margin: 30px 7.5px 0
  }
}

.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center
}

.pagination>li {
  margin: 0 10px;
  display: flex
}

@media screen and (max-width: 767px) {
  .pagination>li {
    margin: 0 7px
  }
}

.pagination-item {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #666;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1)
}

@media screen and (max-width: 767px) {
  .pagination-item {
    width: 10px;
    height: 10px
  }
}

.pagination-item.is-current {
  background-color: #e30200;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  pointer-events: none
}

@media screen and (max-width: 767px) {
  .pagination-item.is-current {
    width: 14px;
    height: 14px
  }
}

@media print {
  .pagination {
    display: none
  }
}

.pickup[data-color="beige"] {
  background-color: #f8f4e9
}

.pickup-section {
  padding: 30px 0 0;
  margin: 0 0 30px
}

.product-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: -30px -14px 0
}

@media screen and (max-width: 1023px) {
  .product-list {
    margin: -30px -7.5px 0
  }
}

.product-list>li {
  width: calc(100% / 5 - 14px * 2);
  display: flex;
  border: 1px solid #dfdacb;
  border-radius: 10px;
  margin: 85px 14px 0;
  padding: 20px 10px;
  justify-content: center;
  background-color: #fff
}

@media screen and (max-width: 1023px) {
  .product-list>li {
    border-radius: 5px;
    width: calc(100% / 4 - 7.5px * 2);
    padding: 15px 10px;
    margin: 75px 7.5px 0
  }
}

@media screen and (max-width: 767px) {
  .product-list>li {
    width: calc(100% / 2 - 7.5px * 2)
  }
}

.product-link {
  text-decoration: none;
  color: #000;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: 1fr 30px auto;
  grid-template-rows: 1fr 30px auto
}

@media screen and (max-width: 1023px) {
  .product-link {
    -ms-grid-rows: 1fr 15px auto;
    grid-template-rows: 1fr 15px auto
  }
}

.product-img {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: center;
  justify-self: center;
  margin-top: -75px;
  text-align: center;
  max-width: 100%
}

.product-img>img[data-size="lg"] {
  width: 90%
}

.product-img>img[data-size="md"] {
  width: 80%
}

.product-img>img[data-size="sm"] {
  width: 65%
}

@media screen and (max-width: 767px) {
  .product-img>img {
    width: 150px
  }
}

.product-body {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / 4;
  -ms-grid-column-align: center;
  justify-self: center
}

.product-body>:last-child {
  margin-bottom: 0
}

.product-name {
  position: relative;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  display: block
}

@media screen and (max-width: 767px) {
  .product-name {
    font-size: 14px
  }
}

.quality-heading2 {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 60px;
  text-align: center
}

@media screen and (max-width: 767px) {
  .quality-heading2 {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 40px
  }
}

.quality-logo {
  width: 210px;
  height: 118px;
  display: block;
  margin: 0 auto 25px
}

@media screen and (max-width: 767px) {
  .quality-logo {
    width: calc(244 * 100% / 750);
    min-width: 122px;
    margin-bottom: 15px;
    height: auto
  }
}

.quality-content-list {
  margin: -40px -15px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap
}

@media screen and (max-width: 767px) {
  .quality-content-list {
    margin: -15px -7.5px 0
  }
}

.quality-content-list[data-layout="grid"] {
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 40px 1fr 30px 1fr;
  grid-template-columns: 1fr 30px 1fr 40px 1fr 30px 1fr;
  -ms-grid-rows: auto 30px auto 30px auto;
  grid-template-rows: auto 30px auto 30px auto
}

@media screen and (max-width: 1023px) {
  .quality-content-list[data-layout="grid"] {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 30px 1fr
  }
}

@media screen and (max-width: 767px) {
  .quality-content-list[data-layout="grid"] {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 15px 1fr;
    -ms-grid-rows: auto 15px auto 15px auto 15px auto;
    grid-template-rows: auto 15px auto 15px auto 15px auto
  }
}

@media screen and (max-width: 767px) {
  .quality-content-list[data-layout="grid_2"] .quality-content .quality-content-txt {
    display: none
  }
}

.quality-content-list[data-layout="grid"] .quality-content {
  width: auto;
  margin: 0
}

.quality-content-list[data-layout="grid"] .quality-content:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / 4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / 4
}

@media screen and (max-width: 1023px) {
  .quality-content-list[data-layout="grid"] .quality-content:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2
  }
}

@media screen and (max-width: 767px) {
  .quality-content-list[data-layout="grid"] .quality-content:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4
  }
}

.quality-content-list[data-layout="grid"] .quality-content:nth-child(2) {
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-column: 5 / 8;
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  grid-row: 3 / 6
}

@media screen and (max-width: 1023px) {
  .quality-content-list[data-layout="grid"] .quality-content:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2
  }
}

@media screen and (max-width: 767px) {
  .quality-content-list[data-layout="grid"] .quality-content:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4
  }
}

.quality-content-list[data-layout="grid"] .quality-content:nth-child(3) {
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-column: 5 / 6;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2
}

@media screen and (max-width: 1023px) {
  .quality-content-list[data-layout="grid"] .quality-content:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4
  }
}

@media screen and (max-width: 767px) {
  .quality-content-list[data-layout="grid"] .quality-content:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5 / 6
  }
  .quality-content-list[data-layout="grid"] .quality-content:nth-child(3) .quality-content-ttl {
    margin-bottom: 0
  }
  .quality-content-list[data-layout="grid"] .quality-content:nth-child(3) .quality-content-txt {
    display: none
  }
}

.quality-content-list[data-layout="grid"] .quality-content:nth-child(4) {
  -ms-grid-column: 7;
  -ms-grid-column-span: 1;
  grid-column: 7 / 8;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2
}

@media screen and (max-width: 1023px) {
  .quality-content-list[data-layout="grid"] .quality-content:nth-child(4) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4
  }
}

@media screen and (max-width: 767px) {
  .quality-content-list[data-layout="grid"] .quality-content:nth-child(4) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5 / 6
  }
  .quality-content-list[data-layout="grid"] .quality-content:nth-child(4) .quality-content-ttl {
    margin-bottom: 0
  }
  .quality-content-list[data-layout="grid"] .quality-content:nth-child(4) .quality-content-txt {
    display: none
  }
}

.quality-content-list[data-layout="grid"] .quality-content:nth-child(5) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5 / 6
}

@media screen and (max-width: 767px) {
  .quality-content-list[data-layout="grid"] .quality-content:nth-child(5) {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-row: 7 / 8
  }
  .quality-content-list[data-layout="grid"] .quality-content:nth-child(5) .quality-content-ttl {
    margin-bottom: 0
  }
  .quality-content-list[data-layout="grid"] .quality-content:nth-child(5) .quality-content-txt {
    display: none
  }
}

.quality-content-list[data-layout="grid"] .quality-content:nth-child(6) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5 / 6
}

@media screen and (max-width: 767px) {
  .quality-content-list[data-layout="grid"] .quality-content:nth-child(6) {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-row: 7 / 8
  }
  .quality-content-list[data-layout="grid"] .quality-content:nth-child(6) .quality-content-ttl {
    margin-bottom: 0
  }
  .quality-content-list[data-layout="grid"] .quality-content:nth-child(6) .quality-content-txt {
    display: none
  }
}

.quality-content[data-color="red"] .quality-content-link {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 15%, #c00814 15%, #c00814 100%)
}

.quality-content[data-color="pink"] .quality-content-link {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 15%, #c2024e 15%, #c2024e 100%)
}

.quality-content[data-color="orange"] .quality-content-link {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 15%, #d33a1c 15%, #d33a1c 100%)
}

.quality-content[data-color="yellowgreen"] .quality-content-link {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 15%, #577800 15%, #577800 100%)
}

.quality-content[data-color="green"] .quality-content-link {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 15%, #007735 15%, #007735 100%)
}

.quality-content[data-color="blue"] .quality-content-link {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 15%, #0076c8 15%, #0076c8 100%)
}

.quality-content[data-color="navy"] .quality-content-link {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 15%, #00326f 15%, #00326f 100%)
}

.quality-content[data-color="purple"] .quality-content-link {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 15%, #573a7e 15%, #573a7e 100%)
}

.quality-content[data-color="brown"] .quality-content-link {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 15%, #715c45 15%, #715c45 100%)
}

.quality-content[data-color="darkbrown"] .quality-content-link {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 15%, #41302b 15%, #41302b 100%)
}

.quality-content[data-color="gray"] .quality-content-link {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 15%, #6e6a5f 15%, #6e6a5f 100%)
}

.quality-content[data-color="darkgray"] .quality-content-link {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 15%, #444 15%, #444 100%)
}

.quality-content {
  display: flex;
  width: calc(100% / 4 - 15px * 2);
  margin: 40px 15px 0
}

@media screen and (max-width: 1023px) {
  .quality-content {
    width: calc(100% / 2 - 15px * 2)
  }
}

@media screen and (max-width: 767px) {
  .quality-content {
    width: calc(100% / 2 - 7.5px * 2);
    margin: 15px 7.5px 0
  }
}

.quality-content-img {
  min-height: 0%
}

.quality-content-img img {
  width: 100%
}

.quality-content-link {
  text-decoration: none;
  color: #000;
  border-radius: 0 0 10px 10px;
  display: flex;
  flex-direction: column;
  width: 100%
}

.quality-content-link:hover, .quality-content-link:focus {
  color: #fff
}

.quality-content-body {
  padding: 20px
}

.quality-content-body>:last-child {
  margin-bottom: 0
}

@media screen and (max-width: 767px) {
  .quality-content-body {
    padding: 15px
  }
}

.quality-content-ttl {
  position: relative;
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold
}

@media screen and (max-width: 767px) {
  .quality-content-ttl {
    font-size: 16px;
    margin-bottom: 10px
  }
}

.quality-content-txt {
  color: #fff;
  font-size: 14px
}

.date {
  font-size: 16px;
  color: #666
}

@media screen and (max-width: 767px) {
  .date {
    font-size: 14px
  }
}

.link-group {
  padding: 20px 0
}

@media screen and (max-width: 767px) {
  .link-group {
    padding: 15px 0
  }
}

.link-time {
  display: block;
  margin-bottom: 15px
}

@media screen and (max-width: 767px) {
  .link-time {
    margin-bottom: 10px
  }
}

.link-txt {
  text-decoration: none;
  color: #000;
  display: inline-block;
  position: relative;
  font-size: 16px
}

@media screen and (max-width: 767px) {
  .link-txt {
    font-size: 14px
  }
}

.link-btn-list {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
  display: flex
}

@media screen and (max-width: 767px) {
  .link-btn-list {
    margin: 0 -10px 0;
    align-self: flex-end
  }
}

.link-btn-list>li {
  margin: 0 15px
}

@media screen and (max-width: 767px) {
  .link-btn-list>li {
    margin: 0 10px 0
  }
}

@media screen and (max-width: 767px) {
  [data-dir-sm="col"] .link-btn-list {
    margin-top: 5px
  }
}

.link-feed-btn {
  text-decoration: none;
  color: #000;
  position: relative;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  display: inline-block
}

@media screen and (max-width: 767px) {
  .link-feed-btn {
    font-size: 14px
  }
}

.link-txt-btn {
  text-decoration: none;
  color: #000;
  position: relative;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  display: inline-block
}

@media screen and (max-width: 767px) {
  .link-txt-btn {
    font-size: 14px
  }
}

.image-link {
  text-decoration: none;
  color: #000;
  display: block
}

.image-link-img {
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid #dfdacb;
  overflow: hidden
}

.image-link-img>img {
  width: 100%
}

@media screen and (max-width: 767px) {
  .image-link-img {
    margin-bottom: 15px;
    border-radius: 5px
  }
}

.image-link-body>:last-child {
  margin-bottom: 0
}

.image-link-txt {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  display: block
}

@media screen and (max-width: 767px) {
  .image-link-txt {
    font-size: 16px
  }
}

.release-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #dfdacb
}

.release-list>li {
  border-bottom: 1px solid #dfdacb
}

@media screen and (max-width: 767px) {
  .release-list>li:nth-child(n+4) {
    display: none
  }
}

.js-campaign-area>:last-child {
  margin-bottom: 0
}

.js-scroll-item {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1)
}

.js-scroll-item.enter {
  opacity: 1
}

.js-txt-motion {
  opacity: 0
}

@media print {
  * {
    display: none;
    opacity: 0;
    background: #fff
  }
  img {
    display: none;
    opacity: 0;
    background: #fff
  }
}


/* Main Visual Carousel Design Renewal */

.main-visual-carousel-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.main-visual-carousel-link {
  transition: opacity .3s ease-in;
}

@media (hover: hover) and (pointer: fine) {
  .main-visual-carousel-link:hover {
    opacity: .7;
  }
}