@charset "UTF-8";

/* overview */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

@font-face {
  font-family: NotoSansCJKjp, sans-serif;
  font-style: normal;
  font-weight: 400;
  src:
    local('img/NotoSansCJKjp.otf'),
    local('img/NotoSansJP.otf'),
    url(//jxck.io/assets/font/NotoSansCJKjp-Jxck-Regular.woff) format('woff');
}

* {
  backface-visibility: hidden;
}

html,
body {
  height: 100%;
}

body {
  font-family: 'Noto Sans CJK JP', NotoSansCJKjp, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #333;
  background-color: #f1f1f1;
}

p,
em {
  transform: rotate(0deg);
}

a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

body.menu-open {
  overflow: hidden;
}

@keyframes bgArrow {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 0 -28px;
  }

  51% {
    background-position: 0 28px;
  }

  100% {
    background-position: 0 0;
  }
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.pc-ib {
  display: inline-block;
}

.sp-ib {
  display: none;
}

/* END: overview */

/* Wrapper */

.Wrapper {
  box-sizing: border-box;
  width: 100%;
  min-width: 1090px;
  min-height: 100%;
  border: 10px solid #91b911;
}

.Responsive {
  max-width: 1030px;
  margin: 60px auto 0;
  background-color: #fff;
}

@media screen and (max-width: 640px),
  screen and (orientation: landscape) and (max-width: 768px) {
  .sp {
    display: block;
  }

  .pc,
  .pc-ib {
    display: none;
  }

  .sp-ib {
    display: inline-block;
  }

  body {
    text-size-adjust: 100%;
  }

  .Wrapper {
    width: 100%;
    min-width: 300px;
    border: 5px solid #91b911;
  }

  .Responsive {
    padding: 14px 28px 0;
    margin-top: 30px;
  }
}

/* End: Wrapper */

/* global-menu */

#global-menu__btn {
  position: fixed;
  top: 32px;
  right: 32px;
  z-index: 999; /* root: body */
  width: 48px;
  height: 48px;
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}

#global-menu__btn:hover {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

#global-menu__btn div {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  margin-top: -2px;
  background-color: #91b911;
  border-radius: 2px;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

#global-menu__btn::before,
#global-menu__btn::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  content: '';
  background-color: #91b911;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

#global-menu__btn::before {
  top: 10px;
  transform-origin: left center;
}

#global-menu__btn::after {
  bottom: 10px;
  transform-origin: left center;
}

#global-menu__btn.is-close div {
  filter: alpha(opacity=0);
  opacity: 0;
}

#global-menu__btn.is-close::before {
  top: 0;
  width: 65.05px;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg);
}

#global-menu__btn.is-close::after {
  bottom: 0;
  width: 65.05px;
  height: 2px;
  background-color: #fff;
  transform: rotate(-45deg);
}

#global-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99; /* root: body */
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  text-align: center;
  background-color: rgba(145, 185, 17, 0.9);
  transition: transform 0.3s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0s;
  transform: translateX(100%);
}

#global-menu h1 {
  padding-top: 1em;
  font-size: 33px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.2em;
}

#global-menu .global-menu__wrapper {
  min-width: 860px;
  margin-top: 40px;
  text-align: center;
}

#global-menu .global-menu__wrapper > ul {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

#global-menu .global-menu__wrapper > ul:first-child {
  margin-right: 200px;
}

#global-menu .global-menu__wrapper > ul li {
  margin-top: 10px;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transform: translateX(20px);
}

#global-menu .global-menu__wrapper > ul li:first-child {
  margin-top: 0;
}

#global-menu .global-menu__wrapper > ul li a,
#global-menu .global-menu__wrapper > ul li em {
  position: relative;
  display: inline-block;
  font-size: 21px;
  color: #fff;
  letter-spacing: 0.1em;
}

#global-menu .global-menu__wrapper > ul li a.soon {
  pointer-events: none;
  opacity: 0.3;
}

#global-menu .global-menu__wrapper > ul li a::after,
#global-menu .global-menu__wrapper > ul li a::before,
#global-menu .global-menu__wrapper > ul li em::after,
#global-menu .global-menu__wrapper > ul li em::before {
  position: absolute;
  top: 100%;
  display: block;
  width: 0;
  height: 2px;
  content: '';
  background-color: #fff;
  transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

#global-menu .global-menu__wrapper > ul li a::after,
#global-menu .global-menu__wrapper > ul li em::after {
  right: 50%;
}

#global-menu .global-menu__wrapper > ul li a::before,
#global-menu .global-menu__wrapper > ul li em::before {
  left: 50%;
}

#global-menu .global-menu__wrapper > ul li a:hover::after,
#global-menu .global-menu__wrapper > ul li a:hover::before {
  width: 50%;
}

#global-menu .global-menu__wrapper > ul li .current,
#global-menu .global-menu__wrapper > ul li a.active {
  position: relative;
  display: inline-block;
  font-size: 21px;
  color: #4e9335;
  cursor: default;
}

#global-menu .global-menu__wrapper > ul li .current {
  pointer-events: none;
}

#global-menu .global-menu__wrapper > ul li .current::after,
#global-menu .global-menu__wrapper > ul li a.active::after {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #4e9335;
}

#global-menu .global-menu__wrapper > ul li .global-menu__sub {
  padding-bottom: 10px;
  margin-top: 15px;
  margin-left: 15px;
}

#global-menu .global-menu__wrapper > ul li .global-menu__sub li {
  margin-top: 10px;
}

#global-menu .global-menu__wrapper > ul li .global-menu__sub li a {
  font-size: 15px;
}

#global-menu .global-menu__wrapper > ul li .global-menu__sub .current {
  font-size: 18px;
}

#global-menu .global-menu__wrapper > ul .close {
  font-size: 24px;
  color: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

#global-menu .global-menu__wrapper > ul p {
  font-size: 21px;
  color: #fff;
  letter-spacing: 0.1em;
}

#global-menu.is-open {
  transform: translateX(0);
}

#global-menu.is-open .global-menu__wrapper ul li {
  filter: alpha(opacity=100);
  opacity: 1;
  transform: translateX(0);
}

#global-menu.is-open .global-menu__wrapper ul li:nth-child(1) {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}

#global-menu.is-open .global-menu__wrapper ul li:nth-child(2) {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}

#global-menu.is-open .global-menu__wrapper ul li:nth-child(3) {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}

#global-menu.is-open .global-menu__wrapper ul li:nth-child(4) {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}

#global-menu.is-open .global-menu__wrapper ul li:nth-child(5) {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
}

#global-menu.is-open .global-menu__wrapper ul li:nth-child(6) {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s;
}

#global-menu.is-open .global-menu__wrapper ul li:nth-child(7) {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
}

#global-menu.is-open .global-menu__wrapper ul li:nth-child(8) {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s;
}

#global-menu.is-open .global-menu__wrapper ul li:nth-child(9) {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
}

#global-menu.is-open .global-menu__wrapper ul li:nth-child(10) {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.1s;
}

@media screen and (max-width: 640px),
  screen and (orientation: landscape) and (max-width: 768px) {
  #global-menu__btn {
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
  }

  #global-menu__btn div {
    height: 2px;
    margin-top: -1px;
  }

  #global-menu__btn::before,
  #global-menu__btn::after {
    height: 2px;
  }

  #global-menu__btn::before {
    top: 5px;
  }

  #global-menu__btn::after {
    bottom: 5px;
  }

  #global-menu__btn.is-close::before {
    width: 45.25px;
    height: 1px;
  }

  #global-menu__btn.is-close::after {
    width: 45.25px;
    height: 1px;
  }

  #global-menu__btn:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }

  #global-menu {
    height: 100%;
    overflow-y: scroll;
    text-align: center;
  }

  #global-menu h1 {
    font-size: 24px;
  }

  #global-menu .global-menu__wrapper {
    display: inline-block;
    min-width: 0;
    padding-bottom: 30px;
    margin-top: 15px;
  }

  #global-menu .global-menu__wrapper > ul {
    display: block;
    text-align: left;
  }

  #global-menu .global-menu__wrapper > ul:first-child {
    margin-right: 0;
  }

  #global-menu .global-menu__wrapper > ul:nth-of-type(2) {
    margin-top: 27px;
  }

  #global-menu .global-menu__wrapper > ul li {
    filter: alpha(opacity=100);
    opacity: 1;
    transform: translateX(0);
  }

  #global-menu .global-menu__wrapper > ul li a {
    font-size: 18px;
  }

  #global-menu .global-menu__wrapper > ul li a::after,
  #global-menu .global-menu__wrapper > ul li a::before {
    height: 1px;
  }

  #global-menu .global-menu__wrapper > ul li a:hover::after,
  #global-menu .global-menu__wrapper > ul li a:hover::before {
    width: 0;
  }

  #global-menu .global-menu__wrapper > ul li .current {
    font-size: 18px;
  }

  #global-menu .global-menu__wrapper > ul li .current::after {
    height: 1px;
  }

  #global-menu .global-menu__wrapper > ul li .close {
    font-size: 18px;
  }

  #global-menu .global-menu__wrapper > ul li p {
    font-size: 18px;
  }

  #global-menu .global-menu__wrapper > ul li .global-menu__sub {
    padding-bottom: 0;
  }

  #global-menu .global-menu__wrapper > ul li .global-menu__sub li a {
    font-size: 14px;
  }

  #global-menu .global-menu__wrapper > ul li .global-menu__sub .current {
    font-size: 14px;
  }
}

/* End: global-menu */

/* footer */

#footer {
  position: relative;
}

#footer .footer__wrapper {
  width: 1030px;
  margin: 80px auto 20px;
}

#footer .social {
  margin-bottom: 80px;
  text-align: center;
}

#footer .social li {
  display: inline-block;
  margin-left: 20px;
}

#footer .social li:first-child {
  margin-left: 0;
}

#footer .social li a {
  font-size: 0;
  line-height: 1;
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}

#footer .social li a:hover {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

#footer .copyrights {
  width: 100%;
  margin-top: 38px;
  font-size: 11px;
  line-height: 1;
  color: #808080;
  text-align: center;
}

#footer .copyrights br {
  display: none;
}

#footer .top-btn {
  position: absolute;
  right: 25px;
  bottom: 0;
  z-index: 2; /* root: body */
  display: block;
  width: 48px;
  height: 28px;
  overflow: hidden;
  text-indent: -9999em;
  background: transparent url(../img/arrow.png) left top no-repeat;
}

#footer .top-btn:hover {
  animation: bgArrow 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  animation-fill-mode: both;
}

#footer ul.footer-menu {
  position: relative;
  left: 50%;
  display: inline-block;
  max-width: 100%;
  transform: translate(-50%, 0);
}

#footer ul.footer-menu > li {
  float: left;
  margin-left: 34px;
  vertical-align: top;
}

#footer ul.footer-menu > li:nth-child(1) {
  margin-left: 0;
}

#footer ul.footer-menu > li > ul > li {
  margin-top: 1em;
}

#footer ul.footer-menu > li > ul > li:first-child {
  margin-top: 0;
}

#footer ul.footer-menu > li a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #91b911;
}

#footer ul.footer-menu > li a.soon {
  pointer-events: none;
  opacity: 0.3;
}

#footer ul.footer-menu > li a:not(.entry)::after,
#footer ul.footer-menu > li a:not(.entry)::before {
  position: absolute;
  top: 100%;
  display: block;
  width: 0;
  height: 1px;
  content: '';
  background-color: #91b911;
  transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

#footer ul.footer-menu > li a::after {
  right: 50%;
}

#footer ul.footer-menu > li a::before {
  left: 50%;
}

#footer ul.footer-menu > li a:hover::after,
#footer ul.footer-menu > li a:hover::before {
  width: 50%;
}

#footer ul.footer-menu > li a.entry {
  box-sizing: border-box;
  display: block;
  padding: 5px;
  text-align: center;
  border: 1px solid #91b911;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

#footer ul.footer-menu > li a.entry:hover {
  color: #fff;
  background-color: #91b911;
}

#footer ul.footer-menu > li p {
  font-size: 12px;
  color: #91b911;
}

#footer ul.footer-menu > li p.soon {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

#footer ul.footer-menu > li .footer-menu__sub {
  margin-left: 1em;
}

#footer ul.footer-menu > li .footer-menu__sub li {
  margin-top: 1em;
}

#footer ul.footer-menu > li .footer-menu__sub li a {
  font-size: 12px;
  color: #91b911;
}

@media screen and (max-width: 640px),
  screen and (orientation: landscape) and (max-width: 768px) {
  #footer .footer__wrapper {
    width: 100%;
    margin: 50px auto 10px;
  }

  #footer .social {
    margin-bottom: 10px;
  }

  #footer .social li {
    margin-left: 10px;
  }

  #footer .social li:first-child {
    margin-left: 0;
  }

  #footer .social li a {
    transition: none;
  }

  #footer .social li a:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }

  #footer ul.footer-menu {
    display: none;
  }

  #footer .top-btn {
    right: 25px;
    width: 24px;
    height: 14px;
    background: transparent url(../img/arrow.png) left top no-repeat;
    background-size: 24px 14px;
  }

  #footer .top-btn:hover {
    animation: none 0 cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    animation-fill-mode: both;
  }

  #footer .copyrights {
    line-height: 1.5;
  }

  #footer .copyrights br {
    display: block;
  }
}

/* End: footer */

/* .Header */

.Header {
  margin-top: 42px;
  text-align: center;
}

.Header-logo {
  line-height: 1;
}

.Header-logo__lnk img {
  width: auto;
  height: 117px;
}

@media screen and (max-width: 640px),
  screen and (orientation: landscape) and (max-width: 768px) {
  .Header {
    margin-top: 21px;
  }
}

/* End: .Header */

/* .Main */

.Main {
  height: 100%;
  line-height: 1.6;
}

.Main__ttl {
  display: inline-block;
  padding-bottom: 2px;
  margin: 25px 0 0 40px;
  font-size: 16px;
  color: #91b911;
  border-bottom: 1px solid #91b911;
  transform: rotate(0deg);
}

.Main-header,
.Main-body,
.Main-footer {
  width: 100%;
  max-width: 860px;
  margin: 68px auto 0;
}

.Main-footer {
  margin-top: 90px;
}

.Main-header__ttl {
  margin-bottom: 50px;
  font-size: 45px;
  font-weight: 700;
  color: #91b911;
}

.Main-header__lead {
  font-size: 16px;
  color: #666;
}

.Main-body {
  margin-bottom: 0;
}

.Main-body > .Main-body:not(:last-child) {
  margin-bottom: 68px;
}

.Main-body__ttl {
  margin: 68px 0 38px;
  font-size: 28px;
  font-weight: 700;
  color: #91b911;
}

.Main-body__ttl:first-child {
  margin-top: 0;
}

.Main-body__txt {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  color: #666;
}

.Main-body--benefits .Main-body__txt {
  margin: 24px 0 16px;
}

.Main-body--benefits .Main-body__txt + .Main-body-list {
  margin-top: 0;
}

.Main-body--benefits .Main-body-list:last-child {
  gap: 24px 32px;
}

.Main-body--benefits .Main-body-list:last-child .Main-body-list-item-slug__ttl {
  text-align: left;
}

.Main-body__ttl + .Main-body__txt {
  margin: 24px 0 16px;
}

.Main-body-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 38px;
}

.Main-body-list-item {
  display: flex;
  gap: 20px;
  padding: 19px 20px;
  border: 1px solid #e0e0e0;
}

.Main-body-list-item-slug {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.Main-body-list--custom .Main-body-list-item-slug {
  justify-content: space-between;
}

.Main-body-list-item__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  min-height: 200px;
  background-color: #f4f8e8;
}

.Main-body-list-item__img img {
  width: 100%;
  object-fit: contain;
  max-width: 160px;
}

.Main-body-list-item-slug__ttl {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #91b911;
  text-align: center;
}

.Main-body-list--custom .Main-body-list-item-slug__ttl {
  margin-top: 0;
  font-size: 20px;
  color: #666;
}

.Main-body-list-item-slug__txt {
  margin: 24px 0 16px;
  font-size: 14px;
  font-weight: 700;
  color: #666;
  text-align: left;
}

.Main-body-list-item-slug__txt--muted {
  display: block;
  font-size: 12px;
  font-weight: 400;
}

.Main-body-list-item-slug__desc {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #666;
}

.Main-body-list--custom .Main-body-list-item-slug__desc {
  text-align: center;
}

.Main-body-list-item-slug__total {
  color: #91b911;
  text-align: center;
}

.Main-body-list-item-slug__total--num {
  padding: 0 4px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
}

.Main-body-list-item-slug__total--unit {
  font-size: 32px;
  font-weight: 400;
  white-space: nowrap;
}

.Main-body-list-item-slug__total--break {
  display: block;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}

.Main-body-list-item-slug__date {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  text-align: center;
}

.Main-body-list-item-slug__note {
  font-size: 12px;
  line-height: 1.2;
  color: #666;
  text-align: left;
}

.Main-body-list-item-slug__note + .Main-body-list-item-slug__note {
  margin-top: 7px;
}

.Main-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding-bottom: 90px;
}

.Main-footer__btn {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  padding: 16px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #91b911;
  border: 5px solid #91b911;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.Main-footer__btn:hover {
  color: #91b911;
  background-color: transparent;
  opacity: 0.8;
}

@media screen and (max-width: 640px),
  screen and (orientation: landscape) and (max-width: 768px) {
  .Main {
    margin: 30px 20px 0;
  }

  .Main__ttl {
    margin: 0 0 0 -8px;
    font-size: 12px;
  }

  .Main-header {
    margin-top: 30px;
  }

  .Main-header__ttl {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .Main-body {
    margin-top: 64px;
  }

  .Main-body__ttl {
    margin: 40px 0 20px;
    font-size: 16px;
  }

  .Main-body-list {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 20px;
  }

  .Main-body-list-item-slug__desc {
    margin-top: 0;
    font-size: 12px;
  }

  .Main-body__txt {
    font-size: 14px;
  }

  .Main-body-list-item {
    gap: 12px;
    padding: 12px;
  }

  .Main-body-list-item__img {
    width: 104px;
    min-height: 154px;
  }

  .Main-body--benefits .Main-body-list:last-child {
    gap: 12px;
  }

  .Main-body-list-item-slug__ttl {
    margin-top: 0;
    font-size: 16px;
  }

  .Main-body-list-item-slug__txt {
    margin: 16px 0 12px;
    font-size: 12px;
  }

  .Main-body-list-item-slug__txt--muted {
    margin-bottom: 8px;
    font-size: 10px;
  }

  .Main-body-list--custom .Main-body-list-item-slug__ttl {
    font-size: 14px;
  }

  .Main-body-list-item-slug__total--num {
    font-size: 42px;
  }

  .Main-body-list-item-slug__total--unit {
    font-size: 20px;
    line-height: 1.2;
  }

  .Main-body-list-item-slug__total--break {
    font-size: 20px;
  }

  .Main-body-list-item-slug__date,
  .Main-body-list-item-slug__note {
    font-size: 10px;
    line-height: 1.2;
  }

  .Main-footer {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 64px;
    margin-top: 64px;
  }

  .Main-footer__btn {
    font-size: 16px;
    border: 2px solid #91b911;
  }
}

/* End: .Main */
