:root {
  --z-lv-1: 1;
  --z-lv-2: 10;
  --z-lv-3: 100;
  --z-lv-4: 1000;
  --z-lv-5: 10000;
  --z-lv-6: 100000;
  --z-lv-7: 1000000;
  --z-lv-8: 10000000;
  --z-lv-9: 100000000;
  --z-lv-10: 1000000000;
  --z-behindLv-1: -1;
  --z-behindLv-2: -10;
  --z-behindLv-3: -100;
  --z-behindLv-4: -1000;
  --z-behindLv-5: -10000;
  --z-behindLv-6: -100000;
  --z-behindLv-7: -1000000;
  --z-behindLv-8: -10000000;
  --z-behindLv-9: -100000000;
  --z-behindLv-10: -1000000000;
  --fontFamily-base: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  --fontFamily-mincho: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  --fontFamily-mono: monospace, serif;
  --fontWeight-thin: 100;
  --fontWeight-extraLight: 200;
  --fontWeight-light: 300;
  --fontWeight-normal: 400;
  --fontWeight-medium: 500;
  --fontWeight-semiBold: 600;
  --fontWeight-bold: 700;
  --fontWeight-extraBold: 800;
  --fontWeight-black: 900;
  --easeIn-sine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --easeOut-sine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --easeInOut-sine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --easeIn-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --easeOut-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --easeInOut-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --easeIn-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --easeOut-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --easeInOut-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --easeIn-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --easeOut-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --easeInOut-quart: cubic-bezier(0.77, 0, 0.175, 1);
  --easeIn-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --easeOut-quint: cubic-bezier(0.23, 1, 0.32, 1);
  --easeInOut-quint: cubic-bezier(0.86, 0, 0.07, 1);
  --easeIn-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --easeOut-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --easeInOut-expo: cubic-bezier(1, 0, 0, 1);
  --easeIn-circ: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --easeOut-circ: cubic-bezier(0.075, 0.82, 0.165, 1);
  --easeInOut-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --easeIn-back: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --easeOut-back: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --easeInOut-back: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --size-ipad-long: 1024px;
  --size-ipad-short: 768px;
  --size-ipadPro10inch-long: 1112px;
  --size-ipadPro10inch-short: 834px
}

@keyframes funyafunya {
  0% {
    border-radius: 50% 50% 50% 70%/50% 50% 70% 60%
  }

  12.5% {
    border-radius: 80% 30% 50% 50%/50%
  }

  25% {
    border-radius: 40% 40% 50%/30% 50% 50%
  }

  37.5% {
    border-radius: 20% 30% 56% 70%/80% 50% 70% 20%
  }

  50% {
    border-radius: 5%
  }

  62.5% {
    border-radius: 3%
  }

  75% {
    border-radius: 2%
  }

  86.5% {
    border-radius: 1%
  }

  to {
    border-radius: 0
  }
}

body {
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
}

*,
:after,
:before {
  box-sizing: border-box
}

pre {
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 400;
}

@media (min-width:768px) {
  .-hidden-pc {
    display: none !important
  }
}

@media (max-width:767px) {
  .-hidden-sp {
    display: none !important
  }
}

body {
  min-height: 100vh;
  background-color: #f4f4f4;
}

main#main.main {
  color: #343434;
  background-color: #f4f4f4;
}

main#main.main section {
  margin: 0;
}

.calender-header {
  background-color: transparent;
  height: calc(4000vw/var(--designMaxWidthNavigation));
  position: relative;
  z-index: 1200;
}
.calender-header-contents {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  height: inherit;
  width: 100%;
}
.calender-header__main {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  border-bottom: calc(100vw/var(--designMaxWidthNavigation)) solid #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: inherit;
  justify-content: space-between;
  left: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1;
}
.calender-header__brand {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  left: 0;
  margin: calc(1000vw/var(--designMaxWidthNavigation)) 0 0 calc(1000vw/var(--designMaxWidthNavigation));
  position: absolute;
  top: 0;
  z-index: 0;
}
.calender-header__brand__logo {
  display: block;
  font-size: 0;
  margin: 0;
  width: calc(11000vw/var(--designMaxWidthNavigation));
}

@media (min-width: 768px) {
  .calender-header {
    height: calc(7000vw/var(--designMaxWidthNavigation));
  }
  .calender-header__brand {
    margin: calc(2400vw/var(--designMaxWidthNavigation)) 0 0 calc(2500vw/var(--designMaxWidthNavigation));
    width: calc(12200vw/var(--designMaxWidthNavigation));
  }
  .calender-header__brand__logo {
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    width: calc(12200vw/var(--designMaxWidthNavigation));
  }
}

.features-contentArea {
  overflow: hidden;
}

@media (min-width:768px) {
  .features-contentArea {
    width: 126rem;
    margin: auto;
    padding: 8rem 0;
  }
}

@media (max-width:767px) {
  .features-contentArea {
    margin: 0 1.5rem;
    padding: 4rem 0;
  }
}

.mainVisual__Title {
  font-weight: 500;
}

@media (min-width:768px) {
  .mainVisual__Title {
    font-size: 5.3rem;
  }
  .mainVisual__Text {
    font-size: 1.6rem;
  }
}

@media (max-width:767px) {
  .mainVisual__Title {
    font-size: 3rem;
  }
  .mainVisual__Text {
    font-size: 1.2rem;
  }
}

#main .sectionBlock {
  margin-top: 6rem;
}

@media (max-width:767px) {
  #main .sectionBlock {
    margin-top: 3rem;
  }
}

#main .features-wallpaperWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
#main .features-wallpaperWrap-item {
  display: flex;
  border: 1px solid #333;
}
#main .features-wallpaperWrap-item-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
#main .features-wallpaperWrap-item-image img {
  max-width: 100%;
  max-height: 100%;
}
#main .features-wallpaperWrap-item-inner {
  padding: 1rem;
}
#main .features-wallpaperWrap-item-title {
  padding-top: 0.3em;
  font-weight: 500;
  line-height: 1;
}
#main .features-wallpaperWrap-item-button a {
  display: inline-block;
  margin: 0;
  background-color: #333;
  color: #fff;
  text-align: center;
  line-height: 1;
}

@media (min-width:768px) {
  #main .features-wallpaperWrap-item {
    width: calc(50% - 1rem);
  }
  #main .features-wallpaperWrap-item-image {
    width: 60%;
    padding: 1rem;
  }
  #main .features-wallpaperWrap-item-inner {
    width: 40%;
  }
  #main .features-wallpaperWrap-item-title {
    margin-bottom: 1.3em;
    font-size: 2.8rem;
  }
  #main .features-wallpaperWrap-item-title span {
    font-size: 1.4rem;
  }
  #main .features-wallpaperWrap-item-text {
    font-size: 1.4rem;
  }
  #main .features-wallpaperWrap-item-button a {
    padding: 1.2rem 2.2rem;
    font-size: 1.2rem;
    transition: opacity 1s;
  }
  #main .features-wallpaperWrap-item-button a:hover {
    opacity: 0.6;
  }
}

@media (max-width:767px) {
  #main .features-wallpaperWrap-item {
    width: 100%;
  }
  #main .features-wallpaperWrap-item-image {
    width: 40%;
    height: 16rem;
    min-height: 100%;
    padding: 0 1rem;
  }
  #main .features-wallpaperWrap-item-inner {
    width: 60%;
  }
  #main .features-wallpaperWrap-item-title {
    margin-bottom: 0.8em;
    font-size: 2.4rem;
  }
  #main .features-wallpaperWrap-item-title span {
    font-size: 1.5rem;
  }
  #main .features-wallpaperWrap-item-text {
    margin-bottom: 0.5em;
    font-size: 1.5rem;
  }
  #main .features-wallpaperWrap-item-button a {
    padding: 1rem 1.6rem;
    font-size: 1.2rem;
  }
}

#main .disclaimer-list {
  margin-top: 3rem;
}
#main .disclaimer-list li {
  padding-left: 1em;
  color: #909090;
  font-size: 1.2rem;
  text-indent: -1em;
}