@charset "utf-8";
/* このファイルはUTF-8のBOMなし(UTF-8N)で保存しています */

/**
 * CSS Information
 * ===============================================================
 *
 * Site URL:  https://www.albion-cosmetics.com/
 * File name: icon_skicon.css
 * Summary:   ICON PRODUCTS (skicon) コンテンツの固有スタイル
 * Author:    CrEa., Inc.
 *
 * -----------------------------------
 *
 * TOC:
 *     =1    skicon
 *
 * ===============================================================
*/

/** =1
 * ========================================
 * skicon
 * ========================================
 */
body[id="icon"].ip-skicon-renewal2022 .l-main {
  margin-top: 0;
}
@media screen and (min-width: 600px) {
  body[id="icon"].ip-skicon-renewal2022 .l-main {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 920px) {
  body[id="icon"].ip-skicon-renewal2022 .l-inner {
    width: 100%;
    max-width: 1040px;
  }
}

body[id="icon"].ip-skicon-renewal2022 img {
  max-width: 100%;
}
body[id="icon"].ip-skicon-renewal2022 sup {
  display: inline-block;
  margin-right: -0.2em;
  margin-left: -0.2em;
  transform: translateY(-10%) scale(0.75);
}

body[id="icon"].ip-skicon-renewal2022 .emoji {
  font-family: apple color emoji, segoe ui emoji, noto color emoji,
    android emoji, emojisymbols, emojione mozilla, twemoji mozilla,
    segoe ui symbol;
}

/* [ modal ]
 ------------------------------ */
.modalIcon {
}
.modalIconTitle {
  line-height: 1.18;
  margin-bottom: 0.25em;
}

.modalIconContent {
  border-top: 1px solid #e3e3e3;
}
.modalIcon .itemImage img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 599px) {
  .modalIconTitle {
    font-size: 2.2rem;
  }

  .modalIconContent {
    margin-top: 1em;
    padding-top: 15px;
  }
}
@media screen and (min-width: 600px) {
  .modalIconTitle {
    font-size: 32px;
    font-size: 3.2rem;
  }

  .modalIconContent {
    margin-top: 1.7em;
    padding-top: 1.8em;
  }
}
@media screen and (min-width: 960px) {
  body[id="icon"].ip-skicon-renewal2022 .modalIcon.js-modal .l-inner {
    width: 800px;
    max-width: initial;
  }
}

/* modal - movie */
#icon .js-modal.modalMovie {
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #icon .js-modal.modalMovie .l-inner {
    margin: 0 3%;
  }
}
@media screen and (min-width: 960px) {
  #icon .js-modal.modalMovie .l-inner {
    width: auto;
    max-width: initial;
    margin: 0 40px;
  }
}

/* [ boxMovie ]
 ------------------------------ */

.boxMovie {
  position: relative;
  text-align: center;
}
.boxMovie a {
  color: #fff;
  text-decoration: none;
}
.boxMovie .js-modalHandler.open.movie::before,
.boxMovie .js-modalHandler.open.movie::after {
  display: none;
}

.boxMovieContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.boxMovieIconPlay {
  width: 81px;
  height: 81px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  background-image: url(/src/region/common/pc/icon/skicon_renewal2022/icon_play.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.boxMovieIconPlay .text {
  display: none;
}

@media screen and (max-width: 599px) {
  .boxMovie a {
    display: block;
    position: relative;
    width: 100%;
    padding-top: calc(400 / 750 * 100%);
  }
  .boxMovieThumb {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .boxMovieThumb img {
    /* aspect-ratio: 750 / 400; */
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .boxMovieIconPlay {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 600px) {
  .boxMovieTitle {
    font-size: 2rem;
  }
}

a.linkTextHasArrow {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding-right: 1.5em;
}
a.linkTextHasArrow::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: rotate(45deg);
  width: calc(16 / 24 * 1em);
  height: calc(16 / 24 * 1em);
  margin-top: calc(-8 / 24 * 1em);
  border-top: 1px solid #646464;
  border-right: 1px solid #646464;
  box-sizing: border-box;
  content: "";
}

/**
 * hero
 * ----------------------------------
 */
.heroIconSkicon {
}

.heroIconSkiconMovie {
  position: relative;
}
.heroIconSkiconMovie .iframeWrapper {
  pointer-events: none;
}
.heroIconSkiconMovie .itemBtn {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.heroIconSkiconMovie .btnMute {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.4);
  background-image: url(/src/region/common/pc/icon/skicon_renewal2022/icon_volume-mute.png);
  background-position: center center;
  background-size: contain;
}
.heroIconSkiconMovie .btnMute.is-unmute {
  background-image: url(/src/region/common/pc/icon/skicon_renewal2022/icon_volume.png);
}
.heroIconSkiconMovie .btnMute .text {
  display: none;
}

.heroIconSkiconImage {
}
.heroIconSkiconCopy {
  padding-top: 25px;
  padding-bottom: 25px;
  color: #646464;
  font-size: 1.7rem;
  text-align: center;
}

/**
 * coupon
 * ----------------------------------
 */
.bannerCoupon {
  position: fixed;
  right: 0;
  bottom: 40px;
  z-index: 11;
  height: 220px;
}
@media screen and (max-width: 599px) {
  .bannerCoupon {
    transform: scale(0.6);
    transform-origin: right bottom;
  }
}

.btnToggleBannerCoupon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 40px;
  height: 220px;
  margin: 0;
  padding: 0;
  border: 4px solid #fff;
  border-radius: 10px 0 0 10px;
  box-sizing: border-box;
  background: #f2f2f2;
  color: #646464;
  font-size: 1.3rem;
  letter-spacing: 0.075em;
}
.btnToggleBannerCoupon::after {
  display: block;
  position: absolute;
  right: 50%;
  bottom: 20px;
  transform: rotate(-45deg);
  width: calc(8 / 13 * 1em);
  height: calc(8 / 13 * 1em);
  margin-right: calc(-7 / 13 * 1em);
  border-top: 1px solid #646464;
  border-left: 1px solid #646464;
  box-sizing: border-box;
  content: "";
}
.btnToggleBannerCoupon .text {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  text-align: center;
  margin-inline-end: calc(44px - 1em);
  padding-inline: 1em;
  padding-block: 0.5em;
}

.bannerCouponInnerOpen .btnToggleBannerCoupon::after {
  transform: rotate(135deg);
  margin-right: calc(-2 / 13 * 1em);
  margin-bottom: calc(-4 / 13 * 1em);
  bottom: 50%;
}
.bannerCouponInnerOpen .btnToggleBannerCoupon .text {
  display: none;
}

.bannerCouponInnerClose {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  border-radius: 10px 0 0 10px;
  background-color: #fff;
  box-shadow: -5px 0 30px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  transition-property: opacity, transform;
  pointer-events: none;
}
.bannerCoupon.is-close .bannerCouponInnerClose {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.bannerCouponInnerOpen {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(0);
  border-radius: 10px 0 0 10px;
  background-color: #fff;
  box-shadow: -5px 0 30px rgba(0, 0, 0, 0.25);
  transition: all 0.6s ease;
  transition-property: opacity, transform;
}
.bannerCoupon.is-close .bannerCouponInnerOpen {
  opacity: 0;
  transform: translateX(50%);
  pointer-events: none;
}

.bannerCouponInnerOpen .itemBtn {
  flex-shrink: 0;
}
.bannerCouponInnerOpen .itemLink {
  width: 160px;
}
.bannerCouponInnerOpen .itemLink a {
  display: block;
}

.modalCoupon {
  text-align: center;
}
.modalCoupon .js-modalContent {
  padding: 0;
  background-color: transparent;
}
.modalCouponInner {
  background-color: #fff;
  background-clip: content-box;
}
@media screen and (max-width: 599px) {
  .modalCouponInner {
    padding-top: calc(50 / 690 * 100%);
  }
}
@media screen and (min-width: 600px) {
  body[id="icon"].ip-skicon-renewal2022 .modalCoupon.js-modal .l-inner {
    max-width: 800px;
  }
  .modalCouponInner {
    padding-top: calc(50 / 800 * 100%);
  }
}

.modalCouponImage {
  position: relative;
  background-color: #d8e9ed;
  background-image: url(/src/region/common/pc/icon/skicon_renewal2022/bg_coupon.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.modalCouponImage img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-200 / 460 * 100%));
}

@media screen and (max-width: 599px) {
  .modalCouponImage {
    margin-bottom: 70px;
    height: 150px;
  }
  .modalCouponImage img {
    width: calc(300 / 690 * 100%);
  }
}
@media screen and (min-width: 600px) {
  .modalCouponImage {
    margin-bottom: 130px;
    height: 300px;
  }
  .modalCouponImage img {
    width: calc(300 / 800 * 100%);
  }
}

.modalCouponTitle {
  color: #000;
  line-height: 1.3;
}
.modalCouponTitle .titleSub {
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .modalCouponTitle {
    margin-bottom: 15px;
  }
  .modalCouponTitle .titleMain {
    font-size: 3.2rem;
  }
  .modalCouponTitle .titleSub {
    margin-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 600px) {
  .modalCouponTitle {
    margin-bottom: 20px;
  }
  .modalCouponTitle .titleMain {
    font-size: 4.4rem;
  }
  .modalCouponTitle .titleSub {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}

.modalCouponContent {
}
.modalCouponContent .text1 {
  max-inline-size: max-content;
  margin-inline: auto;
  padding: 0.25em 1em;
  background-color: #cdb55b;
  color: #fff;
  text-transform: uppercase;
}
.modalCouponContent .text2 {
  color: #cdb55b;
  text-transform: uppercase;
}
.modalCouponContent .textNotice {
  color: #a0a0a0;
}

@media screen and (max-width: 599px) {
  .modalCouponContent {
    padding: 0 15px 25px;
  }
  .modalCouponContent .text1 {
    margin-bottom: 15px;
    padding-right: 0.75em;
    padding-left: 0.75em;
    font-size: 2rem;
  }
  .modalCouponContent .text2 {
    font-size: 1.8rem;
  }
  .modalCouponContent .textNotice {
    margin-top: 10px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .modalCouponContent {
    padding: 0 60px 60px;
  }
  .modalCouponContent .text1 {
    margin-bottom: 25px;
    font-size: 2.6rem;
  }
  .modalCouponContent .text2 {
    font-size: 2.4rem;
  }
  .modalCouponContent .textNotice {
    margin-top: 25px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .modalCouponContent {
    padding-bottom: 5%;
  }
}

/**
 * section6Benefit
 * ----------------------------------
 */
.section6Benefit {
  background: #effafd
    url(/src/region/common/pc/icon/skicon_renewal2022/bg_01.jpg) center center
    no-repeat;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  .section6Benefit {
    padding-top: 65px;
    padding-bottom: 55px;
  }
}
@media screen and (min-width: 600px) {
  .section6Benefit {
    padding-top: calc(160 / 1440 * 100%);
    padding-bottom: calc(160 / 1440 * 100%);
  }
}
@media screen and (min-width: 920px) {
  .section6BenefitInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .section6BenefitTitle {
    width: calc(400 / 1040 * 100%);
    box-sizing: border-box;
  }
  .section6BenefitContent {
    width: calc(620 / 1040 * 100%);
  }
}

.section6BenefitTitle {
  position: relative;
  color: #000;
  line-height: 1.3;
  font-family: "OptimaLTPro-Italic", Optima, Calibri, Arial, sans-serif;
  font-style: italic;
  text-transform: none;
}
.section6BenefitTitle::before {
  opacity: 0.5;
  position: absolute;
  z-index: 0;
  color: #a5dade;
  line-height: 1;
  content: "6";
}
.section6BenefitTitle .txt {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 919px) {
  .section6BenefitTitle {
    margin-bottom: 55px;
    font-size: 3.5rem;
    text-align: center;
  }
  .section6BenefitTitle::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0.075em;
    font-size: 20.5rem;
  }
}

@media screen and (min-width: 600px) and (max-width: 919px) {
  .section6BenefitTitle {
    margin-bottom: 80px;
    font-size: 4.4rem;
  }
  .section6BenefitTitle::before {
    font-size: 30rem;
  }
}
@media screen and (min-width: 920px) {
  .section6BenefitTitle {
    padding-left: 1.25em;
    font-size: 4.4rem;
  }
  .section6BenefitTitle::before {
    top: 50%;
    left: -0.075em;
    transform: translateY(-50%);
    margin-top: -0.04em;
    font-size: 30rem;
  }
}

.section6BenefitNotice {
  color: #a0a0a0;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .section6BenefitNotice {
    margin-top: 50px;
    font-size: 1rem;
  }
  .section6BenefitInner + .section6BenefitNotice {
    margin-top: 0;
  }
}
@media screen and (min-width: 600px) {
  .section6BenefitNotice {
    margin-top: 60px;
    font-size: 1.2rem;
  }
  .section6BenefitInner + .section6BenefitNotice {
    margin-top: 20px;
  }
}

.listBenefit {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  counter-reset: benefitNum;
}
.listBenefitItem {
  position: relative;
  /* aspect-ratio: 1 / 1; */
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #fff;
}
.listBenefitItem::before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #c8c8c8;
  font-family: "OptimaLTPro-Italic", Optima, Calibri, Arial, sans-serif;
  font-style: italic;
  counter-increment: benefitNum;
  content: counter(benefitNum);
}
.listBenefitImage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
}
.listBenefitImageCaption {
  padding: 0 10px;
  line-height: 1.3;
}
@media screen and (max-width: 599px) {
  .listBenefit {
    margin-right: 7px;
    margin-left: 7px;
  }
  .listBenefitItem {
    width: calc(50% - 16px);
    padding-top: calc(50% - 16px);
    margin: 45px 8px;
  }
  .listBenefitItem:nth-child(n-2) {
    margin-top: 0;
  }
  .listBenefitItem::before {
    font-size: 4.3rem;
  }
  .listBenefitImage {
    padding-top: 10px;
  }
  .listBenefitImage img {
    width: calc(130 / 300 * 100%);
  }
  .listBenefitImageCaption {
    margin-top: 0.5em;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  .listBenefit {
    margin-right: -20px;
    margin-left: -20px;
  }
  .listBenefitItem {
    width: calc(1 / 3 * 100% - 40px);
    padding-top: calc(1 / 3 * 100% - 40px);
    margin: 60px 20px;
  }
  .listBenefitItem:nth-child(n-3) {
    margin-top: 0;
  }
  .listBenefitItem::before {
    font-size: 4.2rem;
  }
  .listBenefitImage {
    padding-top: 10px;
  }
  .listBenefitImage img {
    width: calc(60 / 180 * 100%);
  }
  .listBenefitImageCaption {
    margin-top: 20px;
  }
}

.boxMetabolicRhythm {
}
.boxMetabolicRhythmContent {
  display: flex;
  align-items: center;
}
.boxMetabolicRhythmImage {
  flex-shrink: 0;
}
.boxMetabolicRhythmText {
  flex-grow: 1;
  color: #646464;
}
.boxMetabolicRhythmNotice {
  color: #a0a0a0;
}

.boxMetabolicRhythmLink a {
  display: block;
  position: relative;
  text-decoration: none;
  padding-right: 1em;
}
.boxMetabolicRhythmLink a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: rotate(45deg);
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  border-top: 2px solid #646464;
  border-right: 2px solid #646464;
  box-sizing: border-box;
  content: "";
}

@media screen and (max-width: 599px) {
  .boxMetabolicRhythmContent {
    gap: 0 15px;
    padding-bottom: 40px;
    border-bottom: 1px solid #c8c8c8;
  }
  .boxMetabolicRhythmImage {
    width: 90px;
  }
  .boxMetabolicRhythmNotice {
    margin-top: 10px;
    font-size: 1rem;
  }

  .boxMetabolicRhythmLink {
    padding-top: 15px;
    text-align: center;
  }
  .boxMetabolicRhythmLink a {
    display: inline-block;
    padding-right: 1.25em;
  }
  .boxMetabolicRhythmLink a::after {
    width: calc(16 / 24 * 1em);
    height: calc(16 / 24 * 1em);
    margin-top: calc(-8 / 24 * 1em);
    border-top-width: 1px;
    border-right-width: 1px;
  }
}
@media screen and (min-width: 600px) {
  .boxMetabolicRhythm {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 920px;
    margin-right: auto;
    margin-left: auto;
  }

  .boxMetabolicRhythmContent {
    flex-grow: 1;
    width: calc(560 / 920 * 100%);
    gap: 0 40px;
    padding-right: 40px;
    border-right: 1px solid #c8c8c8;
    box-sizing: border-box;
  }
  .boxMetabolicRhythmImage {
    width: 100px;
  }
  .boxMetabolicRhythmNotice {
    width: 100%;
    margin-top: 20px;
    font-size: 1.2rem;
  }

  .boxMetabolicRhythmLink {
    flex-shrink: 0;
    width: calc(360 / 920 * 100%);
    padding-left: 40px;
    box-sizing: border-box;
    font-size: 1.6rem;
  }
}

/* [ Metabolic rhythm ]
  ------------------------------ */
#metabolicRhythm {
}

#metabolicRhythm .itemText .txt_title {
  margin-bottom: 1em;
  color: #000;
  font-weight: bold;
}
#metabolicRhythm .itemText .txt_detail + .txt_detail {
  margin-top: 1em;
}
#metabolicRhythm .itemText ul.mark1 {
  padding-left: 1em;
}
#metabolicRhythm .itemText ul.mark1 li::before {
  display: inline-block;
  width: 1.3em;
  margin-left: -1.3em;
  content: "・";
}
#metabolicRhythm .itemText ul.mark2 {
  padding-left: 1em;
}
#metabolicRhythm .itemText ul.mark2 li::before {
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  content: "-";
}

#metabolicRhythm .itemNotice {
  color: #a0a0a0;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  #metabolicRhythm .itemImage {
    margin-bottom: 15px;
  }

  #metabolicRhythm .itemText .box {
    padding-top: 1.25em;
    border-top: 1px solid #e3e3e3;
  }
  #metabolicRhythm .itemText .box + .box {
    margin-top: 1.25em;
  }

  #metabolicRhythm .itemNotice {
    margin-top: 20px;
    font-size: 1rem;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  #metabolicRhythm .itemImage {
    margin-bottom: 20px;
  }

  #metabolicRhythm .itemText {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #metabolicRhythm .itemText .box {
    width: 30%;
    width: -webkit-calc(200/680 * 100%);
    width: calc(200 / 680 * 100%);
  }
  #metabolicRhythm .itemText .box:nth-child(2) {
    -webkit-order: 1;
    order: 1;
  }
  #metabolicRhythm .itemText .txt_title {
    display: none;
  }

  #metabolicRhythm .itemNotice {
    margin-top: 20px;
    font-size: 1.2rem;
    text-align: right;
  }
}

/**
 * sectionKitanohato
 * ----------------------------------
 */
.sectionKitanohato {
  overflow: hidden;
  position: relative;
  background-color: #000;
  background-image: url(/src/region/common/pc/icon/skicon_renewal2022/bg_02-01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.sectionKitanohatoInner {
  position: relative;
  z-index: 1;
}
.sectionKitanohatoInner > * {
  position: relative;
  z-index: 1;
}
.sectionKitanohatoInner::before {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 480px;
  height: 560px;
  /* aspect-ratio: 480 / 560; */
  width: 100%;
  height: 100%;
  background-image: url(/src/region/common/pc/icon/skicon_renewal2022/bg_02-map.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 599px) {
  .sectionKitanohato {
    padding-top: 55px;
    padding-bottom: 60px;
    background-image: url(/src/region/common/sp/icon/skicon_renewal2022/bg_02-01.jpg);
  }
  .sectionKitanohatoInner {
    margin: 0 15px;
  }
  .sectionKitanohatoInner::before {
    right: -22%;
    bottom: -4%;
    width: 98%;
    padding-top: calc(560 / 480 * 98%);
    height: auto;
  }
}
@media screen and (min-width: 600px) {
  .sectionKitanohato {
    padding-top: 110px;
    padding-bottom: 220px;
  }
  .sectionKitanohatoInner {
    width: calc(500 / 1040 * 100%);
    margin-left: auto;
  }
  .sectionKitanohatoInner::before {
    right: calc(-255 / 500 * 100%);
    bottom: -36.5%;
  }
}

[id="js-sliderKitanohatoBg"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
[id="js-sliderKitanohatoBg"] .slick-list,
[id="js-sliderKitanohatoBg"] .slick-track {
  height: 100%;
}
[id="js-sliderKitanohatoBg"] .itemSlide {
  width: 100vw;
  height: 100%;
  background-image: url(/src/region/common/pc/icon/skicon_renewal2022/bg_02-01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
[id="js-sliderKitanohatoBg"] .itemSlide {
  display: none;
}
[id="js-sliderKitanohatoBg"] .itemSlide:first-child,
[id="js-sliderKitanohatoBg"].slick-initialized .itemSlide {
  display: block;
}
[id="js-sliderKitanohatoBg"] .itemSlide.bg02 {
  background-image: url(/src/region/common/pc/icon/skicon_renewal2022/bg_02-02.jpg);
}
[id="js-sliderKitanohatoBg"] .itemSlide.bg03 {
  background-image: url(/src/region/common/pc/icon/skicon_renewal2022/bg_02-03.jpg);
}
@media screen and (max-width: 599px) {
  [id="js-sliderKitanohatoBg"] .itemSlide {
    background-image: url(/src/region/common/sp/icon/skicon_renewal2022/bg_02-01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  [id="js-sliderKitanohatoBg"] .itemSlide.bg02 {
    background-image: url(/src/region/common/sp/icon/skicon_renewal2022/bg_02-02.jpg);
  }
  [id="js-sliderKitanohatoBg"] .itemSlide.bg03 {
    background-image: url(/src/region/common/sp/icon/skicon_renewal2022/bg_02-03.jpg);
  }
}

.sectionKitanohatoTitle {
  color: #fff;
  text-transform: none;
  line-height: 1.3;
}
@media screen and (max-width: 599px) {
  .sectionKitanohatoTitle {
    margin-bottom: 20px;
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 600px) {
  .sectionKitanohatoTitle {
    margin-bottom: 25px;
    font-size: 4.4rem;
  }
}
.sectionKitanohatoCopyMain {
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .sectionKitanohatoCopyMain {
    margin-bottom: 15px;
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 600px) {
  .sectionKitanohatoCopyMain {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
.sectionKitanohatoCopyBody {
}
@media screen and (max-width: 599px) {
  .sectionKitanohatoCopyBody {
    line-height: 1.4;
  }
}
@media screen and (min-width: 600px) {
  .sectionKitanohatoCopyBody {
    font-size: 1.6rem;
  }
}
.sectionKitanohatoCopyCaption {
}
@media screen and (max-width: 599px) {
  .sectionKitanohatoCopyCaption {
    margin-top: 15px;
    font-size: 1rem;
    line-height: 1.4;
  }
  .sectionKitanohatoCopyCaptionItem:not(:first-child) {
    margin-top: 15px;
  }
}
@media screen and (min-width: 600px) {
  .sectionKitanohatoCopyCaption {
    margin-top: 25px;
    font-size: 1.2rem;
  }
  .sectionKitanohatoCopyCaptionItem:not(:first-child) {
    margin-top: 20px;
  }
}

.sectionKitanohatoImage {
}
.sectionKitanohatoImageCaption {
}
@media screen and (max-width: 599px) {
  .sectionKitanohatoImage {
    width: calc(280 / 690 * 100%);
    margin-top: 30px;
  }
  .sectionKitanohatoImageItem:not(:first-child) {
    margin-top: 5px;
  }

  .sectionKitanohatoImageCaption {
    margin-top: 5px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .sectionKitanohatoImage {
    display: flex;
    margin-top: 40px;
    margin-right: -5px;
    margin-left: -5px;
  }
  .sectionKitanohatoImageItem {
    width: calc(1 / 3 * 100%);
    padding: 0 5px;
    box-sizing: border-box;
  }

  .sectionKitanohatoImageCaption {
    margin-top: 15px;
    font-size: 1.2rem;
    text-align: right;
  }
}

.sectionKitanohatoMovie {
}
@media screen and (max-width: 599px) {
  .sectionKitanohatoMovie {
    margin-top: 5px;
  }
}
@media screen and (min-width: 600px) {
  .sectionKitanohatoMovie {
    margin-top: 10px;
  }
}

/**
 * sectionExtraction
 * ----------------------------------
 */
.sectionExtraction {
  text-align: center;
}
.sectionExtractionTitle {
  line-height: 1.3;
  text-transform: none;
}
.sectionExtractionNotice {
  color: #a0a0a0;
}
@media screen and (max-width: 599px) {
  .sectionExtraction {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .sectionExtractionTitle {
    margin-bottom: 20px;
    font-size: 3.2rem;
    letter-spacing: 0.025em;
  }
  .sectionExtractionNotice {
    margin-top: 35px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .sectionExtraction {
    padding-top: 110px;
    padding-bottom: 120px;
  }
  .sectionExtractionTitle {
    margin-bottom: 60px;
    font-size: 4.4rem;
  }
  .sectionExtractionContent {
    display: flex;
    justify-content: space-between;
  }
  .boxExtraction {
    width: calc(500 / 1040 * 100%);
  }

  .sectionExtractionNotice {
    margin-top: 40px;
    font-size: 1.2rem;
  }
}

.boxExtractionTitle {
  color: #000;
  font-weight: bold;
}
.boxExtractionDescription {
  letter-spacing: 0.025em;
}
.boxExtractionCaption {
  color: #a0a0a0;
}
@media screen and (max-width: 599px) {
  .boxExtraction:not(:first-child) {
    margin-top: 35px;
  }
  .boxExtractionTitle {
    margin-bottom: 15px;
    font-size: 1.7rem;
  }
  .boxExtractionCaption {
    margin-top: 5px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .boxExtractionTitle {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .boxExtractionDescription {
    font-size: 1.6rem;
  }
  .boxExtractionCaption {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}

.boxExtractionImage {
  display: flex;
  justify-content: center;
}
.boxExtractionImageItem {
  width: 50%;
  box-sizing: border-box;
}
.boxExtractionImageCaption {
  margin-top: 0.5em;
  color: #a0a0a0;
}
@media screen and (max-width: 599px) {
  .boxExtractionImage {
    margin-top: 15px;
  }
  .boxExtractionImageItem {
    max-width: 160px;
    padding: 0 10px;
  }
  .boxExtractionImageCaption {
    font-size: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .boxExtractionImage {
    margin-top: 35px;
  }
  .boxExtractionImageItem {
    max-width: 200px;
    padding: 0 20px;
  }
  .boxExtractionImageCaption {
    font-size: 1.2rem;
  }
}

/**
 * sectionLineup
 * ----------------------------------
 */
.sectionLineup {
}
.sectionLineupTitle {
  text-align: center;
}
.sectionLineupText {
  color: #646464;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .sectionLineup {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .sectionLineupTitle {
    margin-bottom: 10px;
    font-size: 3.2rem;
  }
  .sectionLineupText {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 600px) {
  .sectionLineup {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .sectionLineupTitle {
    margin-bottom: 20px;
    font-size: 4.4rem;
  }
  .sectionLineupText {
    margin-bottom: 60px;
    font-size: 1.6rem;
  }
}

.sectionLineupContent {
}
@media screen and (max-width: 599px) {
  .sectionLineupContent {
    display: flex;
    flex-wrap: wrap;
  }
  .sectionLineupContent .listLineup {
    display: contents;
  }

  .sectionLineupContent .listLineupItem:nth-child(1) {
    order: 1;
  }
  .sectionLineupContent .boxHowtoUse {
    width: 100%;
    order: 2;
  }
  .sectionLineupContent .listLineupItem:nth-child(2) {
    order: 3;
  }
  .sectionLineupContent .listLineupItem:nth-child(3) {
    order: 4;
  }
}

.listLineup {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.listLineupItem {
  box-sizing: border-box;
}
.listLineupItem a {
  display: block;
  text-decoration: none;
  color: #000;
}
.listLineupText .textNotice {
  display: inline-block;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  padding: 0.2em 0.5em;
  border: 1px solid #a0a0a0;
  color: #a0a0a0;
  font-size: 70%;
}
.listLineupTextNotice {
  color: #a0a0a0;
}
@media screen and (max-width: 599px) {
  .listLineup {
    margin-right: -12px;
    margin-left: -12px;
  }
  .listLineupItem {
    width: calc(1 / 2 * 100%);
    margin-top: 30px;
    padding: 0 12px;
  }
  .listLineupItem:first-child {
    margin-top: 0;
    margin-right: 25%;
    margin-left: 25%;
  }
  .listLineupText {
    margin-top: 0.75em;
    font-size: 1rem;
  }
  .listLineupTextNotice {
    margin-top: 0.75em;
    font-size: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .listLineup {
    margin-right: -20px;
    margin-left: -20px;
  }
  .listLineupItem {
    width: calc(1 / 3 * 100%);
    padding: 0 20px;
  }
  .listLineupImage img {
    width: 280px;
  }
  .listLineupText {
    margin-top: 15px;
  }
  .listLineupTextNotice {
    margin-top: 15px;
    font-size: 1.2rem;
  }
}

.boxHowtoUse {
  display: flex;
  flex-direction: row-reverse;
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #c8c8c8;
  box-sizing: border-box;
}
.boxHowtoUseContent {
  flex-grow: 1;
}
.boxHowtoUseTitle {
  color: #000;
  font-weight: bold;
}
.boxHowtoUseText {
  color: #646464;
}
.boxHowtoUseImage {
  flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  .boxHowtoUse {
    gap: 0 15px;
    margin-top: 30px;
    padding: 15px 20px;
  }
  .boxHowtoUseTitle {
    font-size: 1.7rem;
  }
  .boxHowtoUseText {
    margin-top: 5px;
  }
  .boxHowtoUseImage {
    flex-shrink: 0;
    width: 120px;
    margin-top: -10px;
    margin-left: -15px;
  }
}
@media screen and (min-width: 600px) {
  .boxHowtoUse {
    align-items: center;
    gap: 0 20px;
    margin-top: 40px;
    padding: 10px 40px 10px 20px;
  }
  .boxHowtoUseTitle {
    font-size: 1.6rem;
  }
  .boxHowtoUseText {
    margin-top: 15px;
  }
  .boxHowtoUseImage {
    flex-shrink: 0;
    width: 160px;
  }
}

/**
 * sectionVoice
 * ----------------------------------
 */
.sectionVoice {
}
.sectionVoiceTitle {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .sectionVoice {
    margin-top: -55px;
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .sectionVoiceTitle {
    margin-bottom: 20px;
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 600px) {
  .sectionVoice {
    margin-top: -110px;
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .sectionVoiceTitle {
    margin-bottom: 40px;
    font-size: 4.4rem;
  }
}

.sectionVoiceContent {
  display: grid;
}
@media screen and (max-width: 599px) {
  .sectionVoiceContent {
    grid-template-columns: calc((100% - 15px) / 2) calc((100% - 15px) / 2);
    grid-template-rows: auto auto auto;
    gap: 30px 15px;
  }
  .sectionVoiceContent > :nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .sectionVoiceContent > :nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .sectionVoiceContent > :nth-child(3) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .sectionVoiceContent > :nth-child(4) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .sectionVoiceContent > :nth-child(5) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .sectionVoiceContent > :nth-child(6) {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
@media screen and (min-width: 600px) {
  .sectionVoiceContent {
    grid-template-columns: calc((100% - 80px) / 3) calc((100% - 80px) / 3) calc(
        (100% - 80px) / 3
      );
    grid-template-rows: auto auto;
    gap: 60px 40px;
  }
  .sectionVoiceContent > :nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .sectionVoiceContent > :nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .sectionVoiceContent > :nth-child(3) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .sectionVoiceContent > :nth-child(4) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .sectionVoiceContent > :nth-child(5) {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  .sectionVoiceContent > :nth-child(6) {
    grid-column: 3/4;
    grid-row: 2/3;
  }
}

.sectionVoiceText {
  color: #646464;
}
@media screen and (min-width: 600px) {
  .sectionVoiceText {
    font-size: 1.6rem;
  }
}

/**
 * sectionRecommend
 * ----------------------------------
 */
.sectionRecommend {
  background-color: #f2f2f2;
}
.sectionRecommendTitle {
  text-align: center;
  text-transform: none;
}
@media screen and (max-width: 599px) {
  .sectionRecommend {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .sectionRecommendTitle {
    margin-bottom: 30px;
    font-size: 3.2rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) {
  .sectionRecommend {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .sectionRecommendTitle {
    margin-bottom: 50px;
    font-size: 4.4rem;
  }
}

.boxRecommend {
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .boxRecommend {
    padding: 30px 15px;
  }
}
@media screen and (min-width: 600px) {
  .boxRecommend {
    padding: 60px;
  }
  .boxRecommendInner {
    display: flex;
    align-items: center;
    gap: 0 60px;
  }
  .boxRecommendImage {
    width: calc(220 / 920 * 100%);
  }
  .boxRecommendDetail {
    width: calc(640 / 920 * 100%);
  }
}

.boxRecommend + .boxRecommend {
  position: relative;
}
.boxRecommend + .boxRecommend::before,
.boxRecommend + .boxRecommend::after {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 168px;
  height: 2px;
  margin-top: -1px;
  background-color: #c8c8c8;
  content: "";
}
.boxRecommend + .boxRecommend::before {
  transform: rotate(45deg);
}
.boxRecommend + .boxRecommend::after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 599px) {
  .boxRecommend + .boxRecommend {
    margin-top: 40px;
  }
  .boxRecommend + .boxRecommend::before,
  .boxRecommend + .boxRecommend::after {
    top: -20px;
    width: 82px;
    height: 1px;
    margin-left: -42px;
  }
}
@media screen and (min-width: 600px) {
  .boxRecommend + .boxRecommend {
    margin-top: 80px;
  }
  .boxRecommend + .boxRecommend::before,
  .boxRecommend + .boxRecommend::after {
    top: -40px;
    margin-left: -84px;
  }
}

.boxRecommendImage {
  text-align: center;
}
.boxRecommendImageCaption {
  color: #a0a0a0;
}
@media screen and (max-width: 599px) {
  .boxRecommendImage {
    margin-bottom: 15px;
  }
  .boxRecommendImage img {
    width: 50px;
  }
  .boxRecommendImageCaption {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 600px) {
  .boxRecommendImage img {
    width: 100px;
  }
  .boxRecommendImageCaption {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}

.boxRecommendDetail {
}
.boxRecommendCopyMain {
  color: #000;
}
.boxRecommendCopySub {
  color: #646464;
}
@media screen and (max-width: 599px) {
  .boxRecommendCopyMain {
    margin-bottom: 15px;
    font-size: 1.8rem;
    text-align: center;
  }
}
@media screen and (min-width: 600px) {
  .boxRecommendCopyMain {
    margin-bottom: 20px;
    font-size: 3rem;
  }
  .boxRecommendCopySub {
    font-size: 1.6rem;
  }
}

.boxRecommendImageMilk {
  display: flex;
  margin-top: 20px;
}
.boxRecommendImageMilk .itemImage + .itemImage {
  position: relative;
}
.boxRecommendImageMilk .itemImage + .itemImage::before {
  display: block;
  position: absolute;
  top: 0;
  left: -90px;
  width: 50px;
  padding-top: calc(165 / 200 * 100%);
  background-image: url(/src/region/common/pc/icon/skicon_renewal2022/arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.boxRecommendImageMilk .itemCaption {
  transform: translateX(calc(30 / 200 * 100%));
  margin-right: calc(-30 / 200 * 100%);
  margin-left: calc(-30 / 200 * 100%);
  text-align: center;
  color: #a0a0a0;
}
.boxRecommendImageMilkCaption {
  color: #a0a0a0;
}
@media screen and (max-width: 599px) {
  .boxRecommendImageMilk {
    gap: 0 65px;
  }
  .boxRecommendImageMilk .itemImage {
    width: calc(200 / 630 * 100%);
  }
  .boxRecommendImageMilk .itemImage:first-child {
    margin-left: calc(44 / 630 * 100%);
  }
  .boxRecommendImageMilk .itemImage + .itemImage::before {
    left: -45px;
    width: 25px;
    padding-top: calc(165 / 200 * 100%);
  }
  .boxRecommendImageMilk .itemCaption {
    margin-top: 5px;
    font-size: 1rem;
  }

  .boxRecommendImageMilkCaption {
    margin-top: 15px;
    font-size: 1rem;
    text-align: center;
  }
}
@media screen and (min-width: 600px) {
  .boxRecommendImageMilk {
    gap: 0 130px;
  }
  .boxRecommendImageMilk .itemImage {
    width: calc(200 / 640 * 100%);
  }
  .boxRecommendImageMilk .itemCaption {
    margin-top: 15px;
  }

  .boxRecommendImageMilkCaption {
    margin-top: 50px;
    font-size: 1.2rem;
    text-align: right;
  }
}

.boxRecommendDetail.js-accordion {
}
@media screen and (max-width: 599px) {
  .boxRecommendDetail {
    display: flex;
    flex-direction: column-reverse;
  }
  .boxRecommendDetail.js-accordion .btn.js-acdnHandler {
    display: block;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 30px;
    padding: 0;
    border: 1px solid #000;
    border-radius: 0;
    box-sizing: border-box;
    background: none;
    cursor: pointer;
  }
  .boxRecommendDetail.js-accordion .btn.js-acdnHandler::before,
  .boxRecommendDetail.js-accordion .btn.js-acdnHandler::after {
    width: 10px;
    height: 1px;
    right: 50%;
    margin-right: -5px;
  }
  .boxRecommendDetail.js-accordion .btn.js-acdnHandler .text {
    display: none;
  }

  .boxRecommendDetail.js-accordion .js-acdnContent {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 600px) {
  .boxRecommendDetail.js-accordion .js-acdnHandler {
    display: none;
  }
  .boxRecommendDetail.js-accordion .js-acdnContent {
    display: block !important;
  }
}

.sectionRecommendLink {
}

@media screen and (max-width: 599px) {
  .sectionRecommendLink {
    margin-top: 15px;
    text-align: center;
  }
}

@media screen and (min-width: 600px) {
  .sectionRecommendLink {
    margin-top: 35px;
    text-align: right;
    font-size: 1.6rem;
  }
}

/**
 * sectionStoreList
 * ----------------------------------
 */
.sectionStoreList {
}
.sectionStoreListTitle {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .sectionStoreList {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .sectionStoreListTitle {
    margin-bottom: 20px;
    font-size: 3.2rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) {
  .sectionStoreList {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .sectionStoreListTitle {
    margin-bottom: 50px;
    font-size: 4.4rem;
  }
}

.sectionStoreListImage {
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
}

.sectionStoreListLink {
  text-align: center;
}

@media screen and (max-width: 599px) {
  .sectionStoreListLink {
    margin-top: 15px;
  }
}

@media screen and (min-width: 600px) {
  .sectionStoreListLink {
    margin-top: 35px;
    font-size: 1.6rem;
  }
}

/**
 * ICON PRODUCTS MENU
 * ----------------------------------
 */
.articleIconMenu {
}
.sectionIconMenu.is-iconDetail {
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .articleIconMenu {
    padding: 35px 15px 0;
    border-top: 1px solid #000;
  }
  [class*="sectionIconMenu"].is-iconDetail .sectionIconMenuTitle {
    margin-bottom: 25px;
    font-size: 2.8rem;
    line-height: 1;
  }
  [class*="sectionIconMenu"].is-iconDetail
    .sectionIconMenuContent:not(.displayPc) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    border: 1px solid #c8c8c8;
  }
  [class*="sectionIconMenu"].is-iconDetail .sectionIconMenuContent::before,
  [class*="sectionIconMenu"].is-iconDetail .sectionIconMenuContent::after {
    display: none;
  }
  [class*="sectionIconMenu"].is-iconDetail .sectionIconMenuContent .itemMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 50%;
    margin-bottom: -1px;
    border-bottom: 1px solid #c8c8c8;
    box-sizing: border-box;
    text-align: center;
  }
  [class*="sectionIconMenu"].is-iconDetail
    .sectionIconMenuContent
    .itemMenu:nth-child(odd) {
    border-right: 1px solid #c8c8c8;
  }
  [class*="sectionIconMenu"].is-iconDetail .sectionIconMenuContent .itemMenu a {
    width: 100%;
    padding: 1em 1.25em;
    box-sizing: border-box;
    text-decoration: none;
  }
  [class*="sectionIconMenu"].is-iconDetail
    .sectionIconMenuContent
    .itemMenu
    a::before,
  [class*="sectionIconMenu"].is-iconDetail
    .sectionIconMenuContent
    .itemMenu
    a
    .itemImage {
    display: none;
  }
  [class*="sectionIconMenu"].is-iconDetail
    .sectionIconMenuContent
    .itemMenu
    a
    .itemName {
    position: static;
    padding: 0;
    background-color: transparent;
    color: #666;
    transition: color 0.6s ease-out;
  }
  .no-touch
    [class*="sectionIconMenu"].is-iconDetail
    .sectionIconMenuContent
    .itemMenu
    a:hover
    .itemName {
    color: #a9a9a9;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  [class*="sectionIconMenu"].is-iconDetail {
    max-width: auto;
    max-width: initial;
  }
  [class*="sectionIconMenu"].is-iconDetail .sectionIconMenuTitle {
    display: none;
  }
}
