@charset "UTF-8";
/*　------------------------------------------------------------

Keyframes

------------------------------------------------------------　*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
fadeInUp
---------------------------------------------- */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 32px, 0);
            transform: translate3d(0, 32px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 32px, 0);
            transform: translate3d(0, 32px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
/*
leadText
---------------------------------------------- */
@-webkit-keyframes leadText {
  0% {
    opacity: 0;
    width: 0;
  }
  to {
    opacity: 1;
    width: 365px;
  }
}
@keyframes leadText {
  0% {
    opacity: 0;
    width: 0;
  }
  to {
    opacity: 1;
    width: 365px;
  }
}
/*　------------------------------------------------------------

Preset

------------------------------------------------------------　*/
.ecm-wrap[data-layout=default] {
  /*
  font-feature-settings: 'palt' 1;
  letter-spacing: .05em;
  */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  font-family: Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, HiraKakuProN-W3, メイリオ, Meiryo, sans-serif;
}
.ls--25 {letter-spacing: 0.025em;}
.text-size22{font-size: 22px!important;}
.max-w-full{max-width:100%!important;}
dd{margin-left: 0;}
figure{
  margin-left: 0;
  margin-right: 0;
}


/*　------------------------------------------------------------

Animate [.animate]

------------------------------------------------------------　*/
.animate.loop {
  -webkit-animation-name: loop;
          animation-name: loop;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animate[data-animate] {
  visibility: hidden;
}

.animated[data-animate] {
  visibility: visible;
}

[data-animate] {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

/*
fadeIn [.fadeIn]
---------------------------------------------- */
.fadeIn.animated {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

/*
fadeInUp [.fadeInUp]
---------------------------------------------- */
.fadeInUp.animated {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

/*　------------------------------------------------------------

看板 [.ecm-kanban]

------------------------------------------------------------　*/
.ecm-kanban[data-layout=default]{
  min-width: 768px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.ecm-kanban[data-layout=default] .ecm-kanban-image {
  width: initial;
  margin-left: 50%;
  transform: translate(-50%);
}
.ecm-kanban[data-layout=default] .ecm-kanban-text{
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin-right: 32px;
  margin-left: 32px;
  padding: 24px;
}
.ecm-kanban[data-layout=default] .ecm-kanban-text-title{
  font-size: 38.92px;
  font-weight: normal;
  color: #fff;
  line-height: 1.4041623844;
  letter-spacing: -0.5em;
  text-align: left;
  position: relative;
}
.ecm-kanban[data-layout=default] .ecm-kanban-text-title::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0;
  z-index: 1;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-animation-timing-function: cubic-bezier(0.56, 0.56, 1, 1);
          animation-timing-function: cubic-bezier(0.56, 0.56, 1, 1);
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.88s;
          animation-delay: 0.88s;
  -webkit-animation-name: leadText;
          animation-name: leadText;
}
.ecm-kanban[data-layout=default] .ecm-kanban-text-title > * {
  letter-spacing: initial;
}
.ecm-kanban[data-layout=default] .ecm-kanban-text-lead{
  font-size: 28.15px;
  color: #fff;
  line-height: 1.6177619893;
  position: relative;
  display: block;
  margin-top: 48px;
}
.ecm-kanban[data-layout=default] + * {
  margin-top: 7.5vw;
}

/*　------------------------------------------------------------

カラムレイアウト [.rl-column]

------------------------------------------------------------　*/
.d-grid[data-layout=default] {
  margin-top: 40px;
}

/*　------------------------------------------------------------

Menu [#menu]

------------------------------------------------------------　*/
#menu {
  position: fixed;
  right: 0;
  bottom: 92px;
  z-index: 100;
}
#menu .summary {
  margin-bottom: 8px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#menu[data-visibility=visible] {
  visibility: visible;
  opacity: 1;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}
#menu[data-visibility=hidden] {
  visibility: hidden;
  opacity: 0;
}
#menu[data-open=true] .summary + * {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}

/*　------------------------------------------------------------

Main [.main]

------------------------------------------------------------　*/
.main[data-layout=default] {
  margin-top: 64px;
}

/*　------------------------------------------------------------

Navigation [.navigation]

------------------------------------------------------------　*/
.navigation[data-layout=local] {
  padding: 0 16px;
}
.navigation[data-layout=local] .navigation__list {
  display: flex;
  flex-wrap: wrap;
  margin: -26px 0 0 -26px;
}
.navigation[data-layout=local] .navigation__item {
  position: relative;
  width: calc((100% - 130px) / 5 - 0.01px);
  height: 1px;
  margin: 26px 0 0 26px;
  padding-top: calc((100% - 130px) / 5 - 0.01px);
}
.navigation[data-layout=local] .navigation__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 271.5 272.5'%3E%3Cpath fill='none' stroke='%23008C00' stroke-dasharray='0, 12' stroke-linecap='round' stroke-width='3' d='M134.542 3.447c72.631 0 131.51 59.104 131.51 132.015 0 72.911-58.879 132.012-131.51 132.012S3.031 208.373 3.031 135.462 61.911 3.447 134.542 3.447Z'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.navigation[data-layout=local] .navigation__item::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 70px;
  height: 38px;
  padding: 8px 0;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.navigation[data-layout=local] .navigation__item:nth-child(1)::after {
  content: "";
  background-image: url(https://r.r10s.jp/evt/event/sustainability/_cmn/img/20230915/number_icon_01.png);
}
.navigation[data-layout=local] .navigation__item:nth-child(2)::after {
  content: "";
  background-image: url(https://r.r10s.jp/evt/event/sustainability/_cmn/img/20230915/number_icon_02.png);
}
.navigation[data-layout=local] .navigation__item:nth-child(3)::after {
  content: "";
  background-image: url(https://r.r10s.jp/evt/event/sustainability/_cmn/img/20230915/number_icon_03.png);
}
.navigation[data-layout=local] .navigation__item:nth-child(4)::after {
  content: "";
  background-image: url(https://r.r10s.jp/evt/event/sustainability/_cmn/img/20230915/number_icon_04.png);
}
.navigation[data-layout=local] .navigation__item:nth-child(5)::after {
  content: "";
  background-image: url(https://r.r10s.jp/evt/event/sustainability/_cmn/img/20230915/number_icon_05.png);
}
.navigation[data-layout=local] .navigation__link {
  font-size: 16.3px;
  font-weight: bold;
  color: #4ea03a;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 8px;
  letter-spacing: -0.01em;
}
.navigation[data-layout=local] .navigation__link::before {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 50%;
  width: 21px;
  height: 21px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.645 19.645'%3E%3Cpath fill='none' stroke='%23008C00' stroke-linecap='round' stroke-linejoin='round' stroke-width='4.43' d='m4.828 4.433 9.375 8.491 8.126-8.491'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}

/*　------------------------------------------------------------

Article [.article]

------------------------------------------------------------　*/
.article[data-layout=default] {
  margin-top: 104px;
}

/*　------------------------------------------------------------

Section [.section]

------------------------------------------------------------　*/
.section[data-layout=default] {
  color: #716f6b;
  position: relative;
  padding-bottom: 60px;
}
.section[data-layout=default]:nth-of-type(1) .section__heading::before {
  content: "";
  background-image: url(https://r.r10s.jp/evt/event/sustainability/_cmn/img/20230915/number_icon_01.png);
}
.section[data-layout=default]:nth-of-type(2) .section__heading::before {
  content: "";
  background-image: url(https://r.r10s.jp/evt/event/sustainability/_cmn/img/20230915/number_icon_02.png);
}
.section[data-layout=default]:nth-of-type(3) .section__heading::before {
  content: "";
  background-image: url(https://r.r10s.jp/evt/event/sustainability/_cmn/img/20230915/number_icon_03.png);
}
.section[data-layout=default]:nth-of-type(4) .section__heading::before {
  content: "";
  background-image: url(https://r.r10s.jp/evt/event/sustainability/_cmn/img/20230915/number_icon_04.png);
}
.section[data-layout=default]:nth-of-type(5) .section__heading::before {
  content: "";
  background-image: url(https://r.r10s.jp/evt/event/sustainability/_cmn/img/20230915/number_icon_05.png);
}
.section[data-layout=default]::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  z-index: -1;
  width: 100vw;
  min-width: 1024px;
  height: 145px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1968 146'%3E%3Cpath fill='%23E7FFF5' fill-rule='evenodd' d='M.221 103.688s194.301-87.905 451.473-89.026c355.921-1.554 518.651 93.459 988.655 71.706 263.408-12.192 377.604-49.945 521.405-85.826 0 0 10.725 126.686 3.887 129.851-6.843 3.167-1948.006 15.214-1948.006 15.214L.221 103.688Z'/%3E%3C/svg%3E");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 102.5% auto;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.section[data-layout=default]::after {
  content: "";
  position: absolute;
  top: 76px;
  left: 50%;
  z-index: -1;
  width: 100vw;
  min-width: 1024px;
  height: 572px;
  background: linear-gradient(180deg, rgb(231, 255, 245) 0%, rgb(255, 255, 255) 100%);
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.section[data-layout=default] .section__heading {
  font-size: 36px;
  font-weight: bold;
  color: #4ea03a;
  letter-spacing: 0.005em;
  text-align: center;
}
.section[data-layout=default] .section__heading::before {
  display: block;
  width: 122px;
  height: 66px;
  margin: 0 auto;
  margin-bottom: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.section[data-layout=default] .section__description {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-top: 32px;
}
.section[data-layout=default] .section__description--padding {
  padding-right: 16px;
  padding-left: 16px;
}
.section[data-layout=default] .section__inner {
  margin-top: 64px;
}
.section[data-layout=default] .section__inner--padding {
  padding-right: 16px;
  padding-left: 16px;
}
.section[data-layout=default] .section__paragraph {
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}
.section[data-layout=default] .section__paragraph--em {
  font-size: 22px;
  font-weight: bold;
}
.section[data-layout=default] .section__paragraph--small {
  font-size: 14px;
  line-height: 1.6363636364;
}
.section[data-layout=default] .section__paragraph--center {
  text-align: center;
  line-height: 2.5;
}
.section[data-layout=default] + .section {
  margin-top: 60px;
}
.section[data-layout=earthmall] {
  display: flex;
  flex-wrap: wrap;
  margin: -40px 0 0 -40px;
}
.section[data-layout=earthmall] .section__inner--earthmall {
  width: calc((100% - 80px) / 2 - 0.01px);
  margin: 40px 0 0 40px;
}

/*　------------------------------------------------------------

Heading [.heading]

------------------------------------------------------------　*/
.heading[data-layout=default] {
  font-size: 26px;
  font-weight: bold;
  display: flex;
  margin-bottom: 16px;
}
.heading[data-layout=default]::before {
  content: "";
  display: block;
  width: 10px;
  margin-right: 12px;
  background-color: #a33c17;
}
.heading[data-layout=default] .heading__inner {
  flex: 1;
}
.heading[data-layout=default] .heading__inner--small {
  font-size: 22px;
}

/*　------------------------------------------------------------

Header Group [.hgroup]

------------------------------------------------------------　*/
.hgroup[data-layout=earthmall] {
  text-align: center;
}
.hgroup[data-layout=earthmall] .hgroup__heading {
  font-size: 22px;
  font-weight: bold;
  color: #4ea03a;
  text-align: center;
  position: relative;
  display: inline-block;
}
.hgroup[data-layout=earthmall] .hgroup__heading::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  z-index: -1;
  width: 335px;
  height: 77px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 276.25 65.25'%3E%3Cpath fill='%2339A05E' fill-rule='evenodd' stroke='%2339A05E' stroke-width='1.5' d='M1.845 1.968c-.467 5.641.491 11.265 3.022 16.341 2.399 4.812 5.991 8.923 10.037 12.42 4.218 3.647 8.946 6.668 13.817 9.359 5.876 3.247 11.974 6.162 18.259 8.522 15.891 5.966 32.889 8.35 49.817 8.132a178.065 178.065 0 0 0 24.919-2.098c8.46-1.308 16.84-3.078 25.247-4.684 8.108-1.549 16.305-3.056 24.552-3.614 6.214-.42 14.388-.4 19.377 3.947 1.854 1.615 2.481 4.434 2.682 6.784.102 1.188.314 5.405-1.777 5.144-1.314-.164-2.589-1.556-3.281-2.578-2.069-3.058-1.625-6.962.455-9.891 4.138-5.829 12.356-8.088 18.948-9.431 6.375-1.299 12.899-1.823 19.392-2.013 3.76-.109 7.535.085 11.264-.505 3.427-.541 6.768-1.584 9.936-2.993 5.944-2.644 11.67-6.564 16.165-11.285 3.792-3.984 7.435-8.99 8.715-14.429.522-2.217.54-4.532-.457-6.618-.139-.291-.597-.086-.457.206 2.645 5.535-1.682 12.352-4.922 16.658-4.035 5.361-9.405 9.696-15.228 12.982-3.252 1.835-6.719 3.315-10.337 4.253-3.857 1-7.655 1.123-11.615 1.171-6.843.082-13.717.495-20.466 1.684-7.043 1.241-15.397 3.289-20.398 8.847-2.505 2.784-3.698 6.663-2.182 10.224.562 1.321 1.468 2.53 2.64 3.367.555.396 1.3.862 2.002.869 1.448.012 1.902-1.767 2.06-2.904.301-2.166-.026-4.492-.731-6.549-.795-2.324-2.228-3.77-4.385-4.924-5.551-2.969-12.546-2.946-18.659-2.42-17.247 1.483-34.023 6.138-51.13 8.58-17.345 2.476-35.258 2.509-52.481-.873-14.771-2.901-29.041-8.566-41.877-16.435-9.779-5.995-19.364-14.318-21.891-26.041-.649-3.009-.787-6.087-.533-9.152.026-.321-.472-.376-.499-.053Z'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.hgroup[data-layout=earthmall] .hgroup__heading--right::before {
  -webkit-transform: translate3d(-50%, 0, 0) scale(1, 1);
          transform: translate3d(-50%, 0, 0) scale(1, 1);
}
.hgroup[data-layout=earthmall] .hgroup__heading--left::before {
  -webkit-transform: translate3d(-50%, 0, 0) scale(-1, 1);
          transform: translate3d(-50%, 0, 0) scale(-1, 1);
}
.hgroup[data-layout=earthmall] .hgroup__paragraph {
  font-size: 18px;
  line-height: 2.1666666667;
  text-align: left;
  margin-top: 84px;
}

/*　------------------------------------------------------------

Anchor [.anchor]

------------------------------------------------------------　*/
.anchor--label .anchor__title {
  margin-top: 0 !important;
}
.anchor--label .anchor__title::before {
  content: "";
}
.anchor[data-layout=card] {
  position: relative;
  box-sizing: border-box;
  border: 1px solid #777;
  display: block;
  padding: 8px;
}
.anchor[data-layout=card]::after {
  content: "";
  display: table;
  height: 0;
  clear: both;
}
.anchor[data-layout=card] img {
  float: left;
  max-width: 200px;
  margin-right: 16px;
}
.anchor[data-layout=card] .anchor__label {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2796309439;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 72px;
  padding-left: 88px;
  background-image: url(https://r.r10s.jp/evt/event/sustainability/_cmn/img/20230915/anchor_card_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.anchor[data-layout=card] .anchor__title {
  font-size: 14.5px;
  font-weight: bold;
  color: #716f6b;
  letter-spacing: -0.01em;
  margin-top: 8px;
}
.anchor[data-layout=card] .anchor__title::before {
  display: block;
  width: 100%;
  height: 64px;
}
.anchor[data-layout=card] .anchor__text {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.01em;
  text-decoration: underline;
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 1;
  display: block;
  margin-top: 16px;
}
.anchor[data-layout=card] .anchor__text--small {
  font-size: 12px;
}

/*　------------------------------------------------------------

Paragraph [.paragraph]

------------------------------------------------------------　*/
.paragraph[data-layout=lead] {
  font-size: 16px;
  color: #716f6b;
  line-height: 2;
  letter-spacing: 0.01em;
  text-align: justify;
  max-width: 700px;
  margin: 48px auto;
}
.paragraph[data-layout=lead]::first-letter {
  font-size: 240%;
  line-height: 0;
}
.paragraph[data-layout=notification] {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background-color: #4ea03a;
}

/*　------------------------------------------------------------

Figure [.figure]

------------------------------------------------------------　*/
.figure[data-layout=default].figure--column {
  display: flex;
  align-items: center;
}
.figure[data-layout=default].figure--column .figure__figcaption {
  flex: 1;
  margin-top: 0;
  margin-left: 64px;
}
.figure[data-layout=default] .figure__link {
  color: inherit;
}
.figure[data-layout=default] .figure__picture {
  text-align: center;
}
.figure[data-layout=default] .figure__figcaption {
  margin-top: 64px;
}
.figure[data-layout=default] + .figure {
  margin-top: 64px;
}
.figure[data-layout=sustainability] {
  display: flex;
  flex-wrap: wrap;
}
.figure[data-layout=sustainability] .figure__figcaption {
  width: 100%;
  margin-bottom: 16px;
}
.figure[data-layout=sustainability] .figure__picture {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: calc((100% - 24px) / 2 - 0.01px);
  background-color: #fff;
}
.figure[data-layout=sustainability] .figure__picture--9 {
  border: 1px solid #ec6a06;
}
.figure[data-layout=sustainability] .figure__picture--11 {
  border: 1px solid #f5a20b;
}
.figure[data-layout=sustainability] .figure__picture--12 {
  border: 1px solid #d39206;
}
.figure[data-layout=sustainability] .figure__picture--13 {
  border: 1px solid #407936;
}
.figure[data-layout=sustainability] .figure__picture + * {
  margin-left: 24px;
}
.figure[data-layout=sustainability] .figure__image {
  display: block;
  width: auto;
  max-height: 144px;
  height: 100%;
  margin: 0 auto;
}
.figure[data-layout=sustainability] + .figure {
  margin-top: 64px;
}
.figure[data-layout=earthmall] .figure__figcaption {
  margin-bottom: 40px;
}
.figure[data-layout=earthmall] .figure__picture {
  margin-top: 40px;
}
.figure[data-layout=earthmall] .figure__image {
  display: block;
  width: 100%;
  height: auto;
}
.figure[data-layout=earthmall] .figure__link {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.01em;
  text-decoration: underline;
}
.figure[data-layout=earthmall] .figure__link--small {
  font-size: 12px;
}

/*　------------------------------------------------------------

Definition [.definition]

------------------------------------------------------------　*/
.definition[data-layout=sustainability] {
  flex: 1;
  padding: 0 16px;
  background-color: #fff;
}
.definition[data-layout=sustainability] .definition__list{margin: 0;}
.definition[data-layout=sustainability] .definition__term {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.40625;
}
.definition[data-layout=sustainability] .definition__description {
  font-size: 14px;
  text-align: justify;
  margin-top: 4px;
  letter-spacing: -0.005em;
}

/*　------------------------------------------------------------

Ordered List [.ordered]

------------------------------------------------------------　*/
.ordered[data-layout=menu] {
  position: relative;
  right: -1px;
  border-radius: 8px 0 0 8px;
  border: 1px solid #cccccc;
  background-color: #fff;
}
.ordered[data-layout=menu] .ordered__item > * {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 8px 16px;
  padding-right: 36px;
  font-size: 14px;
  color: #333!important;
}
.ordered[data-layout=menu] .ordered__item > *:hover {
  text-decoration: underline;
}
.ordered[data-layout=menu] .ordered__item > *::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 1.3em;
  height: 1.3em;
  margin-left: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3E%3Cpath fill='%23EDEEF0' fill-rule='evenodd' d='M119.1 60.006c0 33.131-25.966 59.99-59.106 59.99S-.012 93.137-.012 60.006c0-33.132 26.866-59.99 60.006-59.99S119.1 26.874 119.1 60.006Z'/%3E%3Cpath fill='%2300A9BD' fill-rule='evenodd' d='m57.653 85.589-1.416-1.416L24.376 52.32a4.001 4.001 0 0 1 0-5.662l1.416-1.416a4.005 4.005 0 0 1 5.664 0l29.029 29.022 29.029-29.022a4.005 4.005 0 0 1 5.664 0l1.416 1.416a4.001 4.001 0 0 1 0 5.662L64.733 84.173l-1.416 1.416a4.005 4.005 0 0 1-5.664 0Z' opacity='.6'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.ordered[data-layout=menu] .ordered__item + * {
  border-top: 1px solid #cccccc;
}

/*　------------------------------------------------------------

Details [.details]

------------------------------------------------------------　*/
.details[data-layout=menu] {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.details[data-layout=menu][data-open=true] .details__summaryInner::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47.75 47.75'%3E%3Cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-width='4.5' d='M40.429 5.073 5.074 40.429M4.719 5.425l35.356 35.356'/%3E%3C/svg%3E");
}
.details[data-layout=menu][data-open=false] .details__summaryInner::before {
  width: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.75 45.75'%3E%3Cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-width='4.5' d='M4.75 38.248h50M4.75 21.749h50M4.75 5.249h50'/%3E%3C/svg%3E");
}
.details[data-layout=menu] .details__summary {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 1.15;
  list-style: none;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: auto;
  background-color: rgba(0, 169, 189, 0.6);
  cursor: pointer;
}
.details[data-layout=menu] .details__summary::-webkit-details-marker {
  display: none;
}
.details[data-layout=menu] .details__summaryInner {
  display: block;
  -webkit-transform: scale(0.9, -0.9);
          transform: scale(0.9, -0.9);
}
.details[data-layout=menu] .details__summaryInner::before {
  content: "";
  display: block;
  order: 1;
  width: 34px;
  height: 34px;
  margin: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.details[data-layout=menu] .details__inner {
  display: block;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}