@charset "UTF-8";
/* ***************************
global variable
*************************** */

/* ***************************
extend
*************************** */
.u-clearfix:after {
  display: block;
  clear: both;
  content: " ";
}

/* ***************************
position
*************************** */
/* ***************************
fontsize
*************************** */
/* ***************************
html, body, 基本要素
*************************** */
main {
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 400;
  font-style: normal;
  color: #6A6A6A;
  overflow: hidden;
  line-height: 2;
}
main a.c-btn:focus-visible,
main button:focus-visible {
  outline: 2px solid rgba(0, 187, 255, 0.5);
  outline-offset: 1px;
}
main a {
  color: #00c0f2;
  text-decoration: none;
}
main a.visited, main a:visited {
  color: #2672b9;
}
main a.hover, main a:hover {
  color: #2672b9;
}
main a.hover:before, main a:hover:before {
  text-decoration: none;
}
main a.is-textColor {
  color: #6A6A6A;
}
main a.is-textColor.visited, main a.is-textColor:visited {
  color: #6A6A6A;
}
main a.is-textColor.hover, main a.is-textColor:hover {
  color: #2672b9;
}
main hr {
  height: 0;
  background: none;
  border: 0 none;
  border-top: 1px solid #a6a6a6;
  margin-top: 40px;
  margin-bottom: 40px;
}
main img {
  max-width: 100%;
  height: auto;
  font-size: 0%;
  line-height: 0;
  vertical-align: top;
}
main figure,
main picture {
  text-align: center;
}
main picture {
  display: block;
}
main strong,
main b {
  font-weight: bold;
}
main em {
  color: #85731f;
}
main mark {
  color: #DE5F26;
}
main small {
  font-size: 85%;
}
main .pageReader {
  position: absolute;
  width: 0;
  height: 0;
  text-indent: -9999px;
  font-size: 0%;
  line-height: 0;
  outline: none;
  overflow: hidden;
}

/* ***************************
element margin
*************************** */
main h1 + * {
  margin-top: 48px;
}
main h2 + * {
  margin-top: 36px;
}
main h1 + * {
  margin-top: 28px;
}
main h4 + *,
main h5 + * {
  margin-top: 21px;
}
main * + h1 {
  margin-top: 60px;
}
main * + h2 {
  margin-top: 50px;
}
main * + h3 {
  margin-top: 40px;
}
main * + h4 {
  margin-top: 24px;
}
main * + h5 {
  margin-top: 20px;
}
main h3 + h4 {
  margin-top: 32px;
}
main * + p {
  margin-top: 15px;
}
main p + p {
  margin-top: 10px;
}
main * + figure,
main * + picture {
  margin-top: 40px;
}
main p + figure,
main p + picture {
  margin-top: 20px;
}
main * + ol,
main * + ul {
  margin-top: 24px;
}
main p + ul,
main ul + ul,
main ol + ul {
  margin-top: 10px;
}
main ol ul,
main ul ul,
main ol ol,
main ul ol {
  margin-top: 0;
}
main * + table {
  margin-top: 48px;
}
main * + fieldset {
  margin-top: 48px;
}

/* ***************************
list
*************************** */
main ul {
  position: relative;
  padding-left: 0;
}
main li {
  position: relative;
  list-style-type: none;
}
main ul.is-marker {
  padding-left: 1.2em;
}
main ul.is-marker > li {
  list-style: disc;
}
main ul.is-marker > li::marker {
  color: #00c0f2;
}
main ol {
  counter-reset: count-number;
  padding-left: 0.8em;
}
main ol > li {
  counter-increment: count-number;
  padding-left: 1em;
}
main ol > li::marker {
  font-weight: bold;
  content: counter(count-number) ".";
}
main ul > li > ul > li::marker,
main ul > li > ol > li::marker,
main ol > li > ol > li::marker,
main ol > li > ul > li::marker {
  color: #00c0f2;
}
main ul > li > ol > li,
main ol > li > ol > li {
  list-style: none;
}
main ul > li > ol > li::marker,
main ol > li > ol > li::marker {
  content: none;
}
main ul > li > ol > li:before,
main ol > li > ol > li:before {
  position: absolute;
  top: 0;
  left: -0.8em;
  width: auto;
  height: auto;
  content: counter(count-number, lower-roman) " . ";
  background-color: inherit;
  color: #00c0f2;
  font-weight: bold;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

/*!
	splide - OVERRIDE! 
 */
.splide ul > li {
  padding-left: 0;
}
.splide ul > li:before {
  display: none;
}

.splide a {
  display: block;
}

.splide__pagination__page:focus-visible {
  outline: 2px #DE5F26 solid;
  outline-offset: 0;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 2px #DE5F26 solid;
  outline-offset: 0;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 2px #DE5F26 solid;
    outline-offset: 0;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 2px #DE5F26 solid;
    outline-offset: 0;
  }
}
.splide__toggle:focus-visible {
  outline: 2px #DE5F26 solid;
  outline-offset: 0;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 2px #DE5F26 solid;
  outline-offset: 0;
}

.splide__arrow:focus-visible {
  outline: 2px #DE5F26 solid;
  outline-offset: 0;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 2px #DE5F26 solid;
  outline-offset: 0;
}

.splide__arrow,
.splide__pagination__page {
  opacity: 1;
}

/* ***************************
l-base
*************************** */
.l-base {
  max-width: 1200px;
  margin: 0 auto;
}

.l-base--container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px;
}

/* ***************************
accordionList
*************************** */
ul.c-accordionList {
  position: relative;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
ul.c-accordionList > li:before {
  display: none;
}

.c-accordionList__item {
  position: relative;
  border-top: 1px solid #eeeeef;
  padding-left: 0;
}
.c-accordionList__item:last-child {
  border-bottom: 1px solid #eeeeef;
}
.c-accordionList__item.is-open .c-accordionList__head {
  border-bottom: 1px solid #eeeeef;
}
.c-accordionList__item.is-open .c-accordionList__head__inner::after {
  content: "－";
}

.c-accordionList__head {
  position: relative;
  display: block;
  padding: 9px 2px 11px;
}

.c-accordionList__head__inner {
  position: static;
  width: 100%;
  padding: 0;
}
.c-accordionList__head__inner:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  width: 26px;
  height: 26px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.c-accordionList__head__inner:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 47%;
  right: 7px;
  transform: translateY(-50%);
  content: "＋";
  font-size: 2rem;
  font-weight: bold;
  color: #00BCE3;
}
.c-accordionList__head__inner:hover::after {
  color: #00BCE3;
}

.c-accordionList__head__label {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 28px;
  letter-spacing: 0;
  color: #6A6A6A;
}
.c-accordionList__head__label.visited, .c-accordionList__head__label:visited {
  color: #6A6A6A;
}
.c-accordionList__head__label.hover, .c-accordionList__head__label:hover {
  color: #2672b9;
}

.is-open .c-accordionList__head__label {
  font-weight: bold;
  color: #00BCE3;
}

.c-accordionList__body {
  margin-top: 0;
  position: relative;
  background-color: #F2FCFF;
  font-size: 1.4rem;
  line-height: 28px;
  padding: 15px 16px 17px;
}
.c-accordionList__body > ul > li {
  padding: 0.75em 0;
}

/* ***************************
commonSlider
*************************** */
.c-commonSlider {
  margin: 40px auto 70px;
}
.c-commonSlider .splide__slide {
  padding: 4px 10px;
}
.c-commonSlider .splide__slide img {
  width: 100%;
}
.c-commonSlider .splide__pagination {
  bottom: -1.5em;
}
.c-commonSlider .splide__pagination__page.is-active {
  background-color: #00BCE3;
}
.c-commonSlider .splide__pagination__page {
  background-color: #999;
}
.c-commonSlider .splide__arrow {
  background-color: #00BCE3;
}
.c-commonSlider .splide__arrow svg {
  fill: #fff;
}
.c-commonSlider .splide__controls {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: absolute;
  bottom: -2.5em;
  left: 50%;
  transform: translateX(-50%);
}
.c-commonSlider .splide__controls .splide__pagination {
  bottom: auto;
  left: auto;
  position: relative;
  transform: none;
  width: auto;
}
.c-commonSlider .splide__btnPause,
.c-commonSlider .splide__toggle {
  display: inline-flex;
  align-items: center;
  background: #737e80;
  border-radius: 50%;
  height: 1.8rem;
  justify-content: center;
  transition: background-color 0.2s ease;
  width: 1.8rem;
  padding: 0;
  border: 0;
  margin-right: 0.5rem;
  cursor: pointer;
}
.c-commonSlider .splide__btnPause.is-active,
.c-commonSlider .splide__toggle.is-active {
  background: #00BCE3;
}
.c-commonSlider .splide__btnPause svg,
.c-commonSlider .splide__toggle svg {
  fill: #e5eeee;
  height: 46%;
  transition: fill 0.2s ease;
  width: 46%;
}
.c-commonSlider .splide__toggle + .splide__btnPause {
  background: #00BCE3;
}
.c-commonSlider .splide__toggle.is-active + .splide__btnPause {
  background: #737e80;
}
.c-commonSlider .splide__toggle + .splide__btnPause .splide__btnPause__play {
  display: none;
}
.c-commonSlider .splide__toggle.is-active + .splide__btnPause .splide__btnPause__play {
  display: block;
}
.c-commonSlider .splide__toggle + .splide__btnPause .splide__btnPause__pause {
  display: block;
}
.c-commonSlider .splide__toggle.is-active + .splide__btnPause .splide__btnPause__pause {
  display: none;
}

/* ***************************
dialogModal
*************************** */
.c-dialogModal {
  border: none;
  background-color: transparent;
}
.c-dialogModal::backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}

.c-dialogModal[open] {
  animation: dialogModal-fadein 0.4s;
}
.c-dialogModal[open]::backdrop {
  animation: dialogModal-fadein 0.4s;
}

html:has(dialog.c-dialogModal:modal) {
  overflow: hidden;
  overscroll-behavior: none;
}

dialog.c-dialogModal:modal {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-dialogModal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 90vw;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.c-dialogModal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-dialogModal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.c-dialogModal__close {
  margin-top: 0;
  background: transparent;
  cursor: pointer;
  border: 0;
}

.c-dialogModal__header .c-dialogModal__close:before {
  content: "✕";
}

.c-dialogModal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

@keyframes dialogModal-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dialogModal-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ***************************
templateCode
*************************** */
.js-template {
  display: none;
}

.c-templateCode,
.js-templateCode {
  display: none;
  width: 80%;
  font-size: 1.5rem;
  line-height: 1.2;
  border: 1px solid #ddd;
  background-color: #ffe;
  padding: 10px;
  margin: 20px 0 10px;
}

.c-templateCode {
  display: inherit;
}

/* ***************************
tabBox
*************************** */
.c-tabBox {
  position: relative;
  margin: 0 auto;
}

.c-tabBox__list {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 40px;
}

.c-tabBox__item {
  position: relative;
  flex-basis: 240px;
  border-bottom: 4px solid #E3E7EB;
  transition: all 0.3s;
}
.c-tabBox__item::after {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 8px;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(/brand/epico/styles/images/tabBox/tabBox_arrow_current.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s;
  opacity: 0;
}
.c-tabBox__item:hover, .c-tabBox__item.is-current {
  border-bottom: 4px solid #00BCE3;
}
.c-tabBox__item:hover::after, .c-tabBox__item.is-current::after {
  opacity: 1;
}
.c-tabBox__item:hover .c-tabBox__button, .c-tabBox__item.is-current .c-tabBox__button {
  color: #00BCE3;
  text-decoration: none;
}

.c-tabBox__list:has(.c-tabBox__item:not(.is-current):hover) .c-tabBox__item.is-current {
  border-bottom: 4px solid #E3E7EB;
}
.c-tabBox__list:has(.c-tabBox__item:not(.is-current):hover) .c-tabBox__item.is-current::after {
  opacity: 0;
}
.c-tabBox__list:has(.c-tabBox__item:not(.is-current):hover) .c-tabBox__item.is-current .c-tabBox__button {
  color: #98A6B5;
}

.c-tabBox__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  padding: 0 10px 15px 10px;
  transition: all 0.3s;
  line-height: 20px;
  font-size: 2rem;
  font-weight: bold;
  border: none;
  background-color: inherit;
  cursor: pointer;
  color: #98A6B5;
}
.c-tabBox__button.visited, .c-tabBox__button:visited {
  color: #98A6B5;
}
.c-tabBox__button.hover, .c-tabBox__button:hover {
  color: #00BCE3;
}

.is-small.c-tabBox__button {
  position: relative;
  top: -5px;
  font-size: 1.6rem;
  line-height: 18px;
  text-align: center;
}

.c-tabBox__panel {
  width: 100%;
  height: 300px;
  background-color: #fefefe;
}

.c-tabBox__contents {
  display: none;
}

/* ***************************
breadCrumb
*************************** */
.c-breadCrumb {
  width: auto;
  pointer-events: auto;
  margin-top: 0;
}

.c-breadCrumb__body {
  width: 100%;
  padding: 16px 0 17px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  overflow-x: auto;
  overflow-y: auto;
}

.c-listBreadCrumb {
  display: flex;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  line-height: 1;
}

.c-listBreadCrumb__item {
  padding: 0;
  margin: 0;
}
.c-listBreadCrumb__item:before {
  display: none;
}

.c-listBreadCrumb__item + .c-listBreadCrumb__item {
  position: relative;
  padding-left: 45px;
}
.c-listBreadCrumb__item + .c-listBreadCrumb__item:before {
  position: absolute;
  left: 20px;
  top: 0;
  display: inline-block;
  content: ">";
  width: 10px;
  height: 10px;
  font-size: 150%;
  color: #6A6A6A;
}

.c-listBreadCrumb__item__link {
  color: #00BCE3;
}
.c-listBreadCrumb__item__link:hover {
  opacity: 0.7;
}
.c-listBreadCrumb__item__link.visited, .c-listBreadCrumb__item__link:visited {
  color: #00BCE3;
}

.c-listBreadCrumb__item__body {
  white-space: nowrap;
  font-size: 140%;
}

/* ***************************
btn
*************************** */
.c-btn,
input[type=text].c-btn,
input[type=submit].c-btn {
  position: relative;
  display: inline-block;
  margin: 1.5em 0.5em;
  padding: 0.9em 2.9em 0.9em 2.8em;
  line-height: 1.33;
  vertical-align: middle;
  text-align: center;
  border-radius: 100px;
  font-size: 2.1rem;
  font-weight: 500;
  transition: all 0.3s;
  color: #6A6A6A;
  background-color: #fff;
  border: none;
  box-shadow: 0px 8px 1em 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.c-btn:visited, .c-btn:active,
input[type=text].c-btn:visited,
input[type=text].c-btn:active,
input[type=submit].c-btn:visited,
input[type=submit].c-btn:active {
  color: #6A6A6A;
}
.c-btn:hover,
input[type=text].c-btn:hover,
input[type=submit].c-btn:hover {
  background-color: #fff;
  color: #00BCE3;
  text-decoration: none;
}
.c-btn:hover[href^=http]::after,
input[type=text].c-btn:hover[href^=http]::after,
input[type=submit].c-btn:hover[href^=http]::after {
  background-image: url(/brand/epico/styles/images/icon/icon_outerLink_blue.svg);
}
.c-btn::after,
input[type=text].c-btn::after,
input[type=submit].c-btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 1.2em;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  transition: all 0.3s;
  border-radius: 50%;
  background-color: #00BCE3;
}
.c-btn[href^=http]::after,
input[type=text].c-btn[href^=http]::after,
input[type=submit].c-btn[href^=http]::after {
  top: 45%;
  right: 0.75em;
  width: 24px;
  height: 24px;
  border-radius: 0;
  background-color: inherit;
  background-image: url(/brand/epico/styles/images/icon/icon_outerLink_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/* ****** サイズバリエーション ****** */
.c-btn.is-small {
  border-radius: 100px;
  font-size: 1.4rem;
}

.c-btn.is-manual {
  border-radius: 100px;
  font-size: 1.8rem;
}

.c-btn.is-manual-epico {
  margin-top: 0;
  border-radius: 100px;
  font-size: 1.8rem;
  line-height: 2.9rem;
  padding: 0.5em 2em 0.5em 1.4em;
  width: 200px;
}
.c-btn.is-manual-epico::after {
  right: 1.2em;
  width: 10px;
  height: 10px;
}

.c-btn.is-middle {
  border-radius: 100px;
  font-size: 2.1rem;
}

.c-btn.is-big {
  border-radius: 100px;
  font-size: 2.8rem;
}

/* ****** レイアウト ****** */
.c-btn.is-block {
  display: block;
  width: 90%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* ****** 色バリエーション ****** */
/* ***************************
column（IE11非対応）
*************************** */
.c-column {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 10px 5px;
}
.c-column > li {
  padding-left: 0;
}
.c-column > li:before {
  display: none;
}

.c-column.is-showBox > li {
  text-align: center;
  padding: 1rem;
  border: 1px solid #eee;
  background-color: #f6f6f6;
}

.c-column > .is-w1 {
  grid-column: span 1;
}
.c-column > .is-w2 {
  grid-column: span 2;
}
.c-column > .is-w3 {
  grid-column: span 3;
}
.c-column > .is-w4 {
  grid-column: span 4;
}
.c-column > .is-w5 {
  grid-column: span 5;
}
.c-column > .is-w6 {
  grid-column: span 6;
}
.c-column > .is-w7 {
  grid-column: span 7;
}
.c-column > .is-w8 {
  grid-column: span 8;
}
.c-column > .is-w9 {
  grid-column: span 9;
}
.c-column > .is-w10 {
  grid-column: span 10;
}
.c-column > .is-w11 {
  grid-column: span 11;
}
.c-column > .is-w12 {
  grid-column: span 12;
}

.c-column.is-colWidth1 > li {
  grid-column: span 1;
}
.c-column.is-colWidth2 > li {
  grid-column: span 2;
}
.c-column.is-colWidth3 > li {
  grid-column: span 3;
}
.c-column.is-colWidth4 > li {
  grid-column: span 4;
}
.c-column.is-colWidth5 > li {
  grid-column: span 5;
}
.c-column.is-colWidth6 > li {
  grid-column: span 6;
}
.c-column.is-colWidth7 > li {
  grid-column: span 7;
}
.c-column.is-colWidth8 > li {
  grid-column: span 8;
}
.c-column.is-colWidth9 > li {
  grid-column: span 9;
}
.c-column.is-colWidth10 > li {
  grid-column: span 10;
}
.c-column.is-colWidth11 > li {
  grid-column: span 11;
}
.c-column.is-colWidth12 > li {
  grid-column: span 12;
}

/* ***************************
line
*************************** */
.c-line {
  position: relative;
  display: block;
  width: 100%;
  margin: 40px auto;
}

.is-dotted.c-line {
  background: radial-gradient(circle farthest-side, #EAEAEA, #EAEAEA 50%, transparent 50%, transparent);
  background-size: 10px 10px;
  content: "";
  height: 10px;
}

hr.is-dotted.c-line {
  border: none;
}

.is-dashed.c-line {
  background-image: linear-gradient(to right, #EAEAEA, #EAEAEA 10px, transparent 14px);
  background-size: 24px 3px;
  background-repeat: repeat-x;
  height: 3px;
}

hr.is-dashed.c-line {
  border: none;
}

/* ***************************
markList
*************************** */
ul.c-markList {
  position: relative;
}
ul.c-markList > li {
  padding-left: 1.5em;
}
ul.c-markList > li::before {
  content: "・";
  position: absolute;
  display: inline-block;
  background-color: inherit;
  top: inherit;
  left: 0;
  width: inherit;
  height: inherit;
}
ul.c-markList.is-komeMark > li::before {
  content: "※";
}
ul.c-markList.is-bigRoundMark > li::before {
  content: "●";
  color: #00BCE3;
}
ul.c-markList.is-roundArrow > li::before {
  content: "";
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(/brand/epico/styles/images/icon/icon_roundArrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.is-small.c-markList > li {
  font-size: 1.3rem;
  line-height: 2.2;
  letter-spacing: 0.45px;
}

/* ***************************
outerLink
*************************** */
.c-outerLink a,
a.c-outerLink {
  position: relative;
  color: #6A6A6A;
}
.c-outerLink a.visited, .c-outerLink a:visited,
a.c-outerLink.visited,
a.c-outerLink:visited {
  color: #2672b9;
}
.c-outerLink a.hover, .c-outerLink a:hover,
a.c-outerLink.hover,
a.c-outerLink:hover {
  color: #2672b9;
}
.c-outerLink a[href^=http]::after,
a.c-outerLink[href^=http]::after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
  left: 5px;
  width: 14px;
  height: 14px;
  margin: 0;
  background: none;
  background-image: url(/brand/epico/styles/images/icon/icon_outerLink_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/* ***************************
tableWrapper
*************************** */
.c-tableCaption {
  display: none;
}

.c-tableWrapper {
  overflow-x: auto;
}
table.js-noResponsiveTable th, table.js-noResponsiveTable td {
  white-space: inherit;
}

/* ***************************
c-caption
*************************** */
.c-caption {
  margin-top: 0;
  position: relative;
  text-align: center;
}

.c-caption__text {
  display: inline-block;
  padding: 10px 20px;
  font-size: 1.7rem;
}

/* ***************************
title
*************************** */
.c-title {
  position: relative;
  font-size: 3.6rem;
  font-weight: 900;
}

.c-title__top {
  position: relative;
  font-size: 2.4rem;
  font-weight: 900;
}

.c-title--middle,
.c-title__middle {
  position: relative;
  font-size: 3.2rem;
  font-weight: 900;
}

.c-title__bottom {
  position: relative;
}

.c-title__note {
  font-size: 1.6rem;
  font-weight: normal;
}

.c-title.is-h1 {
  position: relative;
  top: -4px;
  color: #6A6A6A;
  font-size: 3.4rem;
  line-height: 1.1764705882;
  font-weight: bold;
  letter-spacing: 0.5px;
  padding-bottom: 12px;
}
.c-title.is-h1::after {
  content: "";
  position: relative;
  top: 12px;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #00BCE3;
}
.c-title.is-h2 {
  position: relative;
  color: #6A6A6A;
  padding-bottom: 8px;
  font-size: 2.8rem;
  line-height: 1.1785714286;
  font-weight: bold;
  letter-spacing: 1px;
}
.c-title.is-h2::after {
  content: "";
  position: relative;
  top: 7px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #00BCE3;
}
.c-title.is-h3 {
  position: relative;
  color: #6A6A6A;
  font-size: 2.2rem;
  line-height: 1.2727272727;
  font-weight: bold;
  letter-spacing: 0px;
  padding-left: 28px;
  margin-bottom: 10px;
}
.c-title.is-h3::after {
  display: none;
}
.c-title.is-h3::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #00BCE3;
}
.c-title.is-h4 {
  position: relative;
  padding-left: 18px;
  color: #6A6A6A;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: bold;
  letter-spacing: 0px;
}
.c-title.is-h4:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  display: block;
  width: 4px;
  height: 100%;
  transform: translateY(-50%);
  background-color: #00BCE3;
}
.c-title.is-h5 {
  position: relative;
  padding-left: 16px;
  color: #6A6A6A;
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: bold;
  letter-spacing: 0px;
}
.c-title.is-h5:before {
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #00BCE3;
}

/* ***************************
pageHeader
*************************** */
.c-pageHeader {
  position: relative;
  display: grid;
  place-items: center;
  height: 200px;
  margin: 0;
  padding: 25px 40px 40px;
  background-image: url(/brand/epico/styles/images/pageHeader/pageHeader_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  line-height: 1.4;
}
.c-pageHeader.is-software-anpanman-oss, .c-pageHeader.is-software-disneyprincess-oss, .c-pageHeader.is-software-hontai-licence, .c-pageHeader.is-software-taiken-oss {
  background-color: #4DD0EB;
  background-size: contain;
  background-position: top -14px center;
}
.c-pageHeader::before {
  content: "";
  display: block;
  position: absolute;
  width: 740px;
  height: 200px;
  top: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-pageHeader.is-products::before {
  background-image: url(/brand/epico/styles/images/pageHeader/pageHeader_products_pc.png);
}
.c-pageHeader.is-taiken::before {
  width: 375px;
  background-image: url(/brand/epico/styles/images/pageHeader/pageHeader_taiken_pc.png);
}
.c-pageHeader.is-display::before {
  width: 375px;
  background-image: url(/brand/epico/styles/images/pageHeader/pageHeader_display_pc.png);
}
.c-pageHeader.is-software::before {
  width: 375px;
  background-image: url(/brand/epico/styles/images/pageHeader/pageHeader_software_pc.png);
}
.c-pageHeader.is-manual-anpanman {
  text-align: center;
  padding: 0 10px;
}
.c-pageHeader.is-manual-disneyprincess {
  text-align: center;
  padding: 0 40px;
}
.c-pageHeader.is-software-anpanman-oss, .c-pageHeader.is-software-disneyprincess-oss, .c-pageHeader.is-software-hontai-licence, .c-pageHeader.is-software-taiken-oss {
  justify-content: center;
}

.c-pageHeader__title {
  font-size: 5.2rem;
  font-weight: bold;
}

.c-pageHeader.is-manual-anpanman .c-pageHeader__title {
  font-size: 3.6rem;
  line-height: 4.4rem;
}

.c-pageHeader.is-manual-disneyprincess .c-pageHeader__title {
  font-size: 3.6rem;
  line-height: 4.4rem;
}

.c-pageHeader.is-software-taiken-oss .c-pageHeader__title {
  position: relative;
  top: 3px;
  font-size: 3.6rem;
  line-height: 4.4rem;
  text-align: center;
}

/* ***************************
bigHeader
*************************** */
.c-bigHeader {
  position: relative;
  display: grid;
  place-items: center;
  height: 211px;
  padding: 40px;
  background-image: url(/brand/epico/styles/images/bigHeader/bigHeader_pc.svg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  line-height: 1.4;
}

.c-bigHeader__title {
  font-size: 4.4rem;
  font-weight: bold;
}

.c-bigHeader__maintxt {
  font-size: 4.4rem;
  font-weight: bold;
}

.c-bigHeader__subtxt {
  font-size: 3.2rem;
  font-weight: bold;
}

/* ***************************
midHeader
*************************** */
.c-midHeader {
  position: relative;
  display: grid;
  place-content: center;
  place-items: center;
  min-height: 150px;
  padding: 10px 0;
}
.c-midHeader::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #00BCE3;
  z-index: 1;
}
.c-midHeader::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 90px;
  height: 90px;
  border: 2px solid #00BCE3;
  border-radius: 100px;
  z-index: 1;
}

.c-midHeader__title {
  position: relative;
  padding: 2px 10px;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
  color: #00BCE3;
  background-color: #fff;
  z-index: 3;
}

.is-size18.c-midHeader__title {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -1px;
}

.c-midHeader__head {
  position: absolute;
  top: -25px;
  font-size: 2.1rem;
  font-weight: bold;
  color: #00BCE3;
}

/* ***************************
lineHeader
*************************** */
.c-lineHeader {
  position: relative;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 1.5em;
}
.c-lineHeader::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  bottom: 0.5em;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background-color: #00BCE3;
  z-index: 1;
}
.c-lineHeader.is-grayLine::before {
  background-color: #E6E6E6;
}

.is-small.c-lineHeader {
  font-size: 2rem;
  line-height: 25px;
  padding-bottom: 1.8em;
}
.is-small.c-lineHeader::before {
  width: 64px;
}

.is-middle.c-lineHeader {
  font-size: 2.8rem;
  line-height: 35px;
  padding-bottom: 1.8em;
}
.is-middle.c-lineHeader::before {
  width: 64px;
}

/* ***************************
highlight
*************************** */
.c-highlight {
  padding: 0 0.4em 2px;
  border-radius: 3px;
  color: #fff;
  background-color: #00BCE3;
}
.c-highlight.is-blue {
  background-color: #00BCE3;
}
.c-highlight.is-pink {
  background-color: #be4d8e;
}
.c-highlight.is-green {
  background-color: #088e77;
}

/* ***************************
pageMenu
*************************** */
.c-pageMenu {
  position: relative;
  max-width: 1480px;
  height: 92px;
  margin: 0 auto;
}
.c-pageMenu.on-toppage {
  position: absolute;
  top: 0;
  max-width: inherit;
  height: 44px;
}
.c-pageMenu.on-toppage::before {
  display: none;
}

.c-pageMenu__logo {
  content: "";
  position: absolute;
  top: 22px;
  left: 32px;
  width: 159px;
  height: 52px;
}
.on-toppage .c-pageMenu__logo {
  display: none;
}

.c-pageMenu__inner {
  position: absolute;
  top: 0;
  left: 875px;
}

.c-pageMenu__list {
  display: flex;
}

.c-pageMenu__item {
  flex-basis: 124px;
  width: 124px;
  height: 82px;
}

a.c-pageMenu__link {
  display: grid;
  align-content: flex-end;
  justify-content: center;
  width: 90px;
  height: 82px;
  margin: 0 auto;
  color: #98A6B5;
  text-align: center;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}
a.c-pageMenu__link:hover {
  text-decoration: none;
  background-color: rgba(100, 200, 255, 0.2);
}
a.c-pageMenu__link::before {
  content: "";
  position: absolute;
  display: none;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background-color: #00BCE3;
  border-radius: 3px;
}
a.c-pageMenu__link.is-products {
  background-image: url(/brand/epico/styles/images/pageMenu/icon_menu_products.svg);
}
a.c-pageMenu__link.is-taiken {
  background-image: url(/brand/epico/styles/images/pageMenu/icon_menu_taiken.svg);
  background-position: 20px 20px;
}
a.c-pageMenu__link.is-display {
  background-image: url(/brand/epico/styles/images/pageMenu/icon_menu_display.svg);
  background-position: 35px 13px;
}
a.c-pageMenu__link.is-buy {
  position: relative;
  left: 10px;
  background-image: url(/brand/epico/styles/images/pageMenu/icon_menu_buy.svg);
}
a.c-pageMenu__link.is-buy.is-disable {
  pointer-events: none;
  background-image: url(/brand/epico/styles/images/pageMenu/icon_menu_buy_gray.svg);
  color: #ccc;
}
a.c-pageMenu__link.is-buy.is-disable.visited, a.c-pageMenu__link.is-buy.is-disable:visited {
  color: #ccc;
}
a.c-pageMenu__link.is-buy.is-disable.hover, a.c-pageMenu__link.is-buy.is-disable:hover {
  color: #ccc;
}
a.c-pageMenu__link.is-attention {
  background-image: url(/brand/epico/styles/images/pageMenu/icon_menu_attention.svg);
}
a.c-pageMenu__link.is-attention.is-disable {
  pointer-events: none;
  background-image: url(/brand/epico/styles/images/pageMenu/icon_menu_attention_gray.svg);
  color: #ccc;
}
a.c-pageMenu__link.is-attention.is-disable.visited, a.c-pageMenu__link.is-attention.is-disable:visited {
  color: #ccc;
}
a.c-pageMenu__link.is-attention.is-disable.hover, a.c-pageMenu__link.is-attention.is-disable:hover {
  color: #ccc;
}
a.c-pageMenu__link.is-voice {
  background-image: url(/brand/epico/styles/images/pageMenu/icon_menu_voices.svg);
}

.on-products a.c-pageMenu__link.is-products::before {
  display: block;
}

.on-taiken a.c-pageMenu__link.is-taiken::before {
  display: block;
}

.on-report a.c-pageMenu__link.is-report::before {
  display: block;
}

.on-display a.c-pageMenu__link.is-display::before {
  display: block;
}

.on-buy a.c-pageMenu__link.is-buy::before {
  display: block;
}

.on-attention a.c-pageMenu__link.is-attention::before {
  display: block;
}

.c-pageMenu__label {
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
}

/* ***************************
pointCatch
*************************** */
.c-pointCatch {
  position: relative;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.7777777778;
}
.c-pointCatch::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 75px;
  height: 134px;
  background-image: url(/brand/epico/styles/images/point/point_label_1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.c-pointCatch.is-point1 {
  padding-top: 18px;
  padding-left: 85px;
}
.c-pointCatch.is-point1::before {
  width: 75px;
  height: 134px;
  background-image: url(/brand/epico/styles/images/point/point_label_1.png);
}
.c-pointCatch.is-point2 {
  padding-top: 23px;
  padding-left: 95px;
}
.c-pointCatch.is-point2::before {
  width: 75.5px;
  height: 140px;
  background-image: url(/brand/epico/styles/images/point/point_label_2.png);
}
.c-pointCatch.is-point3 {
  padding-top: 20px;
  padding-left: 95px;
}
.c-pointCatch.is-point3::before {
  width: 75.5px;
  height: 140px;
  background-image: url(/brand/epico/styles/images/point/point_label_3.png);
}

/* ***************************
separateBox
*************************** */
.c-separateBox {
  position: relative;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 392px 1fr;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 40px;
  border: 1px solid #D3D3D3;
  border-radius: 20px;
}

.c-separateBox__head {
  grid-column: 1;
  grid-row: 1;
  border-right: 1px solid #D3D3D3;
}

.c-separateBox__body {
  grid-column: 2;
  grid-row: 1;
}

.c-separateBox__button {
  grid-column: 1;
  grid-row: 1;
}

/* ***************************
listBox
*************************** */
.c-listBox {
  position: relative;
  padding: 20px 20px 16px 48px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 2;
  border-radius: 5px;
  border: 1px solid #00BCE3;
  background-color: #EAFBFF;
}
.c-listBox > li {
  list-style: disc;
}
.c-listBox > li::marker {
  color: #00c0f2;
}

.c-backCircle {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(/brand/epico/styles/images/backImage/backImage_toppage_circle.png);
  background-size: contain;
  opacity: 0.5;
}
.c-backCircle.is-toppageIntro-1 {
  width: 500px;
  height: 500px;
  top: -100px;
  left: 950px;
}
.c-backCircle.is-toppageIntro-2 {
  width: 650px;
  height: 650px;
  top: -350px;
  left: -400px;
}
.c-backCircle.is-toppageIntro-3 {
  width: 650px;
  height: 650px;
  top: -150px;
  left: 900px;
}
.c-backCircle.is-toppageIntro-4 {
  width: 500px;
  height: 500px;
  top: -80px;
  left: 250px;
}
.c-backCircle.is-toppageIntro-5A {
  width: 300px;
  height: 300px;
  top: -230px;
  left: -210px;
}
.c-backCircle.is-toppageIntro-5B {
  width: 340px;
  height: 340px;
  top: -80px;
  left: 240px;
}
.c-backCircle.is-toppageIntro-5C {
  width: 300px;
  height: 300px;
  top: 90px;
  left: 1200px;
}
.c-backCircle.is-toppageIntro-5D {
  width: 300px;
  height: 300px;
  top: 670px;
  left: 210px;
}
.c-backCircle.is-toppageIntro-5E {
  width: 400px;
  height: 400px;
  top: 720px;
  left: -110px;
}
.c-backCircle.is-toppageIntro-5F {
  width: 300px;
  height: 300px;
  top: 780px;
  left: 930px;
}
.c-backCircle.is-toppagePoint-2A {
  width: 300px;
  height: 300px;
  top: 780px;
  left: -10px;
}
.c-backCircle.is-toppagePoint-2B {
  width: 240px;
  height: 240px;
  top: 1050px;
  left: 430px;
}
.c-backCircle.is-toppageTouch-1 {
  width: 500px;
  height: 500px;
  top: -150px;
  left: 850px;
}
.c-backCircle.is-toppageTouch-2 {
  width: 300px;
  height: 300px;
  top: 60px;
  left: 120px;
}
.c-backCircle.is-toppageTouch-3 {
  width: 200px;
  height: 200px;
  top: 430px;
  left: 520px;
}
.c-backCircle.is-toppageTouch-4 {
  width: 400px;
  height: 400px;
  top: -130px;
  left: -120px;
  opacity: 1;
}

.c-superviser {
  display: flex;
  width: 976px;
  margin: 0 auto;
}

.c-superviser__superviser {
  flex-basis: 356px;
  text-align: center;
}

.c-superviser__text {
  flex-basis: 620px;
  padding-left: 40px;
}

.c-superviser__superviser__photo {
  width: 266px;
  margin: 75px auto 0;
}

.c-superviser__superviser__title {
  position: relative;
  left: -5px;
  margin-top: 28px;
  font-size: 2.7rem;
  line-height: 43px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: bold;
}

.c-superviser__carrir {
  margin-top: 116px;
  font-size: 1.8rem;
  line-height: 25px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  text-align: center;
}

.c-superviser__person {
  margin-top: 9px;
  font-size: 3.1rem;
  font-weight: bold;
  line-height: 76px;
  text-align: center;
  border-bottom: 1px solid #00BCE3;
  padding-bottom: 14px;
}

.c-superviser__comment {
  margin-top: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

/* ***************************
shopAreaMap
*************************** */
.c-shopAreaMap {
  position: relative;
  max-width: 590px;
}

.c-shopAreaMap__map {
  position: relative;
  height: 0;
  width: 100%;
  padding: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.c-shopAreaMap__map svg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.c-shopAreaMap__map svg a {
  transition: all 0.3s;
  text-decoration: none;
}
.c-shopAreaMap__map svg a:hover {
  opacity: 0.8;
}
/* ***************************
softHeader
*************************** */
.c-softHeader {
  position: relative;
  text-align: center;
  background-image: url(/brand/epico/styles/images/softHeader/softHeader_bg.png);
  background-repeat: repeat-x;
}

.c-softHeader__head {
  display: inline-block;
  margin-top: 83px;
  padding: 0 30px;
  border: 1px solid #98A6B5;
  border-radius: 25px;
  background-color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 4.8rem;
  color: #98A6B5;
}

.c-softHeader__body {
  max-width: 1200px;
  margin: 13px auto 0;
  padding-bottom: 39px;
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 7.6rem;
  color: #00BCE3;
  border-bottom: 1px solid #00BCE3;
}

/* ***************************
softMain
*************************** */
.c-softMain {
  position: relative;
  display: flex;
  width: 960px;
  margin: 0 auto;
  align-items: center;
}

.c-softMain__left {
  flex-basis: 400px;
}

.c-softMain__right {
  flex-basis: 560px;
  padding-left: 55px;
}
.c-softMain__right .c-lineHeader {
  padding-left: 35px;
  padding-bottom: 50px;
  font-size: 3.2rem;
  line-height: 4.4rem;
  font-weight: bold;
  text-align: left;
}
.c-softMain__right .c-lineHeader::before {
  width: 64px;
}

.c-softMain__package__image {
  position: relative;
  width: 360px;
  margin: 0 auto;
}

.c-softMain__package__caption {
  width: 375px;
  margin: 2px auto;
  font-size: 1.9rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  text-align: right;
  color: #98A6B5;
}

.c-softMain__target__text {
  margin-top: 8px;
  margin-right: 11px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #98A6B5;
}

.c-softMain__target__pict {
  position: relative;
  width: 300px;
  margin: 8px auto 0;
}

.c-softMain__contents {
  margin-top: 10px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 3.2rem;
  text-align: center;
}

/* ***************************
uVoice
*************************** */
.c-uVoice {
  position: relative;
  width: 565px;
  min-height: 420px;
  padding-bottom: 30px;
}
.c-uVoice--bgCircle {
  position: relative;
}
.c-uVoice--bgCircle::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 350px;
  height: 350px;
  top: -125px;
  left: -75px;
  background-image: url(/brand/epico/styles/images/backImage/backImage_toppage_circle.png);
  background-size: contain;
}

.c-uVoice__box {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 260px auto;
  width: 505px;
  min-height: 402px;
  border-radius: 20px;
  margin-top: 25px;
  margin-left: 55px;
  background-color: #fff;
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.06);
}
.c-uVoice__box--chara {
  position: relative;
  z-index: 2;
  grid-template-columns: 203px auto;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.c-uVoice__photo {
  position: relative;
  grid-column: 1;
  grid-row: 1;
}

.c-uVoice__photo__image {
  position: absolute;
  top: -6px;
  left: -20px;
  width: 258px;
  height: auto;
  transform: rotate(-4deg);
  border-radius: 20px;
}

.c-uVoice__head {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  min-height: 198px;
}

.c-uVoice__person {
  width: 260px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-right: 45px;
}
.c-uVoice__person .is-kun {
  font-size: 1.4rem;
  margin-right: 10px;
}
.c-uVoice__box--chara .c-uVoice__person {
  padding: 0 0 0 5px;
}

.c-uVoice__title {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 27px;
  text-align: center;
  margin-top: 35px;
  margin-right: 45px;
  padding: 20px 10px;
  max-width: 250px;
}
.c-uVoice__title::before, .c-uVoice__title::after {
  content: "";
  display: block;
  position: absolute;
  width: 21px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-uVoice__title::before {
  top: 9px;
  left: 3px;
  background-image: url(/brand/epico/styles/images/uVoice/uVoice_bracket_start.png);
}
.c-uVoice__title::after {
  bottom: 0px;
  right: -4px;
  background-image: url(/brand/epico/styles/images/uVoice/uVoice_bracket_end.png);
}
.c-uVoice__box--chara .c-uVoice__title {
  max-width: none;
  margin-right: 27px;
  font-size: 2.4rem;
}

.c-uVoice__body {
  position: relative;
  grid-column: 1/span 2;
  grid-row: 2;
  margin-top: -5px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  min-height: 210px;
  padding: 0 40px 10px 27px;
}
.c-uVoice__box--chara .c-uVoice__body {
  margin-top: -14px;
  padding: 0 27px 10px 27px;
}

.c-uVoice__chara {
  padding: 30px 0 0 0;
  text-align: center;
}

/* ***************************
anchorBtnBuylink
*************************** */
.c-anchorBtnBuylink {
  position: fixed;
  display: block;
  right: 16px;
  bottom: 110px;
  margin-top: 0;
  z-index: 10;
}

.c-anchorBtnBuylink__link {
  position: relative;
  display: block;
  width: 147px;
}

.p-manualArea {
  display: inline-block;
  margin: 0 auto;
  padding: 30px 20px 0;
}

.p-manualArea__head {
  width: 74.6666666667vw;
  margin: 0 auto;
}

.p-manualArea__body {
  display: none;
}

.p-manualArea__button {
  cursor: pointer;
  border: 0;
  background-color: inherit;
}

.p-manualArea__button--open {
  display: none;
  margin-top: 0;
}

.js-accordion.is-open .p-manualArea__button--open {
  display: block;
  margin-top: 0;
}

.p-manualArea__button--close {
  display: block;
  margin-top: 0;
}

.js-accordion.is-open .p-manualArea__button--close {
  display: none;
  margin-top: 0;
}

.p-manualPanel {
  margin-top: 40px;
  padding: 40px 32px 25px 38px;
  background-color: #dfefec;
  border-radius: 10px;
}

.p-manualPanel__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -24px -7px 0;
}

.p-manualPanel__item {
  width: 50%;
  padding: 24px 7px 0;
}

.p-manualPanel__box {
  display: block;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.5s;
}
.p-manualPanel__box:hover {
  opacity: 0.7;
  text-decoration: none;
}

.p-manualPanel__box__txt {
  margin: 4px 0 0 -6px;
  font-weight: bold;
  text-align: center;
  color: #10acaf;
}

.p-ytShortSlider {
  position: relative;
}

.p-ytShortSlider__inner {
  border-radius: 20px;
  overflow: hidden;
}

.p-ytShortSlider__item {
  padding: 0;
}
.p-ytShortSlider__item img {
  width: 100%;
  max-width: none;
}

.p-ytShortSlider__frame {
  position: relative;
  padding-bottom: 178.5%;
  height: 0;
  overflow: hidden;
}
.p-ytShortSlider__frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-ytShortSlider .splide__arrow--next,
.p-ytShortSlider .splide__arrow--prev {
  position: absolute;
  top: auto;
  bottom: -75px;
  width: 38px;
  height: 38px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: transparent;
  opacity: 1;
}
.p-ytShortSlider .splide__arrow--next:hover,
.p-ytShortSlider .splide__arrow--prev:hover {
  opacity: 0.7;
}
.p-ytShortSlider .splide__arrow--next::before,
.p-ytShortSlider .splide__arrow--prev::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(/brand/epico/styles/images/ytShortSlider/ytShortSlider_arrow.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
}
.p-ytShortSlider .splide__arrow--next svg,
.p-ytShortSlider .splide__arrow--prev svg {
  display: none;
}
.p-ytShortSlider .splide__arrow--next {
  left: auto;
  right: 65px;
}
.p-ytShortSlider .splide__arrow--next::before {
  transform: scale(-1, 1);
}
.p-ytShortSlider .splide__pagination {
  bottom: -46px;
}
.p-ytShortSlider .splide__pagination__page {
  width: 18px;
  height: 18px;
  margin: 0 6px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ccc;
}
.p-ytShortSlider .splide__pagination__page.is-active {
  opacity: 1;
  background-color: #10acaf;
  transform: none;
}

.p-toppageKV {
  position: relative;
}

.p-toppageKV__inner {
  position: relative;
  margin: 0 auto;
  padding-bottom: 873px;
  text-align: center;
  overflow: hidden;
}

.p-toppageKV__container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 873px;
}

.p-toppageKV__title {
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
}

.p-toppageKV__title__inner {
  position: relative;
  width: 1480px;
  height: 873px;
  margin: 0 auto;
}

.p-toppageKV__slider {
  position: relative;
  width: 100%;
}

.p-toppageKV__slider__inner {
  position: relative;
  width: 100%;
  height: 873px;
  margin: 0 auto;
  overflow: hidden;
}

.p-toppageKV__slider__image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 873px;
  width: 1480px;
  max-width: inherit;
}

.is-overflow05.p-toppageKV__slider__image {
  width: 1740px;
}

.p-toppageKV__button {
  position: absolute;
  bottom: 0;
  width: 1480px;
  height: 873px;
  margin: 0 auto;
}

.p-toppageKV__button__prevBtn,
.p-toppageKV__button__nextBtn {
  position: absolute;
  display: inline-block;
  bottom: 30px;
  width: 72px;
  height: 72px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 50%;
  background-color: inherit;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0px 0px 1em 3px rgba(100, 100, 100, 0.2);
  transition: all 0.4s;
  cursor: pointer;
}
.p-toppageKV__button__prevBtn:hover,
.p-toppageKV__button__nextBtn:hover {
  opacity: 0.75;
}

.p-toppageKV__button__nextBtn {
  right: 140px;
  background-image: url(/brand/epico/styles/images/button/btn_slider_right.svg);
}

.p-toppageKV__button__prevBtn {
  right: 235px;
  background-image: url(/brand/epico/styles/images/button/btn_slider_left.svg);
}

.p-toppageKV__logo {
  position: absolute;
  top: 145px;
  left: 108px;
  margin: 0;
}

.p-toppageKV__text {
  position: absolute;
  top: 340px;
  left: 177px;
  font-size: 3.9rem;
  font-weight: 500;
  line-height: 1.8461538462;
  text-align: left;
  color: #00BCE3;
  text-shadow: 0 0 4px #fff;
}

.p-toppageKV__japanToyAward {
  position: absolute;
  width: 1480px;
  height: 873px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.p-toppageKV__japanToyAward__inner {
  position: absolute;
  top: 632px;
  left: 175px;
}
.p-toppageKV__japanToyAward__inner > img {
  width: 149px;
  margin-left: 2px;
}
.p-toppageKV__japanToyAward__inner > img + img {
  margin-left: 9px;
}

.p-toppageKV__boy {
  position: absolute;
  top: -22px;
  left: 634px;
  margin: 0;
}

.p-toppageKV__wave {
  position: absolute;
  left: 50%;
  bottom: -29px;
  transform: translateX(-50%);
  pointer-events: none;
}

.js-topKvMorph-scale {
  transform-origin: bottom;
}

.p-toppageIntro {
  position: relative;
}

.p-toppageIntro__content {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}
.p-toppageIntro__content.is-sakanakun {
  margin-top: 62px;
}
.p-toppageIntro__content.is-1st {
  margin-top: 100px;
}
.p-toppageIntro__content.is-2nd {
  margin-top: 102px;
}
.p-toppageIntro__content.is-goodDeal {
  margin-top: 4px;
}
.p-toppageIntro__content.is-3rd {
  margin-top: 84px;
}
.p-toppageIntro__content.is-4th {
  margin-top: 50px;
}
.p-toppageIntro__content.is-5th {
  margin-top: 6px;
}
.p-toppageTouch__uservoice + .p-toppageIntro__content.is-sakanakun {
  margin-top: 0;
  margin-bottom: 80px;
}

.p-toppageIntro__1st {
  position: relative;
  display: flex;
}

.p-toppageIntro__1st__left {
  position: relative;
  flex-basis: 50%;
}

.p-toppageIntro__1st__left--pict1 {
  position: absolute;
  max-width: 248px;
  width: 100%;
  top: -2px;
  left: 241px;
}

.p-toppageIntro__1st__left--pict2 {
  position: absolute;
  max-width: 248px;
  width: 100%;
  top: 254px;
  left: 90px;
}

.p-toppageIntro__1st__left--pict3 {
  position: absolute;
  max-width: 248px;
  width: 100%;
  top: 253px;
  left: 386px;
}

.p-toppageIntro__1st__right {
  position: relative;
  flex-basis: 50%;
  padding-top: 90px;
  padding-bottom: 150px;
  padding-left: 67px;
}
.p-toppageIntro__1st__right .c-title {
  line-height: 57px;
}
.p-toppageIntro__1st__right .is-textGold {
  margin-right: 12px;
  letter-spacing: -2px;
}
.p-toppageIntro__1st__right .is-fontBlue {
  font-size: 4.4rem;
  margin-left: -20px;
  margin-right: -4px;
}

.p-toppageIntro__1st__right__growth {
  margin-top: 46px;
  margin-left: 7px;
  font-size: 2.6rem;
  font-weight: bold;
}

.p-toppageIntro__1st__right__growth__gauge {
  position: relative;
  top: -4px;
  left: 5px;
  max-width: 327px;
}

.p-toppageIntro__2nd {
  max-inline-size: max-content;
  margin-inline: auto;
  position: relative;
  padding-bottom: 118px;
}

.p-toppageIntro__2nd__title {
  position: relative;
  padding-top: 40px;
  /* padding-left: 50px;
  padding-right: 760px; */
  line-height: 1.5;
  font-size: 4.4rem;
}

.p-toppageIntro__2nd__title__image {
  position: absolute;
  top: -113px;
  left: 180px;
  /* left: 230px; */
  /* width: 420px; */
  min-width: 420px;
}

.p-toppageIntro__2nd__text {
  position: relative;
  margin-top: 26px;
  /* padding-left: 50px;
  padding-right: 810px; */
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.p-toppageIntro__2nd__video {
  position: absolute;
  width: 720px;
  height: 405px;
  top: 0;
  left: 530px;
  border-radius: 10px;
}

.p-toppageIntro__2nd__video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.p-toppageIntro__3rd {
  position: relative;
  display: grid;
  grid-template-columns: 650px auto;
  grid-template-rows: auto 263px;
  margin: 0 50px;
}

.p-toppageIntro__3rd__left {
  grid-column: 1;
  grid-row: 1/span 2;
}

.p-toppageIntro__3rd__right {
  grid-column: 2;
  grid-row: 1;
  text-align: center;
  align-self: end;
}

.p-toppageIntro__3rd__title {
  position: relative;
  line-height: 50px;
}
.p-toppageIntro__3rd__title .u-fontBlue {
  position: relative;
  top: 4px;
  margin-left: -15px;
  margin-right: -12px;
  font-size: 6.7rem;
}

.p-toppageIntro__3rd__button {
  grid-column: 2;
  grid-row: 2;
  margin-top: 9px;
  text-align: center;
}

.p-toppageIntro__3rd__list {
  gap: 0;
}

.p-toppageIntro__3rd__item {
  position: relative;
  height: 250px;
  padding-top: 12px;
  color: #98A6B5;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
}
.p-toppageIntro__3rd__item .u-fontBlue {
  font-size: 3rem;
}
.p-toppageIntro__3rd__item img {
  position: absolute;
}
.p-toppageIntro__3rd__item.is-no1 {
  font-size: 2.6rem;
}
.p-toppageIntro__3rd__item.is-no1 .u-fontBlue {
  margin-right: 12px;
  margin-left: -19px;
}
.p-toppageIntro__3rd__item.is-no1 img {
  left: 19px;
  bottom: 23px;
  width: 158px;
}
.p-toppageIntro__3rd__item.is-no2 {
  padding-top: 10px;
  font-size: 2.4rem;
  letter-spacing: -1.75px;
}
.p-toppageIntro__3rd__item.is-no2 .u-fontBlue {
  margin-right: 11px;
  margin-left: -8px;
}
.p-toppageIntro__3rd__item.is-no2 img {
  left: -4px;
  bottom: 19px;
  width: 189px;
}
.p-toppageIntro__3rd__item.is-no3 {
  font-size: 2.6rem;
  letter-spacing: -2px;
}
.p-toppageIntro__3rd__item.is-no3 .u-fontBlue {
  margin-right: 7px;
  margin-left: 3px;
}
.p-toppageIntro__3rd__item.is-no3 img {
  left: 14px;
  bottom: -2px;
  width: 191px;
}
.p-toppageIntro__3rd__item.is-no4 {
  padding-top: 15px;
  font-size: 2.4rem;
  letter-spacing: -3.5px;
}
.p-toppageIntro__3rd__item.is-no4 .u-fontBlue {
  margin-right: 7px;
  margin-left: -16px;
}
.p-toppageIntro__3rd__item.is-no4 img {
  left: 26px;
  bottom: 26px;
  width: 176px;
}
.p-toppageIntro__3rd__item.is-no5 {
  padding-top: 16px;
  font-size: 2.4rem;
}
.p-toppageIntro__3rd__item.is-no5 .u-fontBlue {
  margin-right: 15px;
  margin-left: -23px;
}
.p-toppageIntro__3rd__item.is-no5 img {
  left: 24px;
  bottom: 25px;
  width: 146px;
}
.p-toppageIntro__3rd__item.is-no6 {
  padding-top: 15px;
  font-size: 2.4rem;
}
.p-toppageIntro__3rd__item.is-no6 .u-fontBlue {
  margin-right: 14px;
  margin-left: -5px;
}
.p-toppageIntro__3rd__item.is-no6 img {
  left: -5px;
  bottom: 26px;
  width: 206px;
}

.p-toppageIntro__4th {
  position: relative;
}

.p-toppageIntro__4th__image {
  position: absolute;
  width: 807px;
  top: 3px;
  right: -100px;
}

.p-toppageIntro__4th__inner {
  padding-top: 208px;
  padding-left: 50px;
  padding-bottom: 180px;
}
.p-toppageIntro__4th__inner .c-title {
  letter-spacing: 2px;
  line-height: 56px;
}
.p-toppageIntro__4th__inner .is-textGold {
  position: relative;
  top: 3px;
  margin-right: 6px;
  letter-spacing: 0;
}
.p-toppageIntro__4th__inner .is-experience {
  margin-left: 0;
  font-size: 5.2rem;
  line-height: 50px;
  letter-spacing: 3px;
}

.p-toppageIntro__4th__text {
  position: relative;
  margin-top: 30px;
  padding-left: 0;
  padding-right: 760px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.p-toppageIntro__5th {
  position: relative;
  height: 1000px;
}
.p-toppageIntro__5th img {
  position: absolute;
}
.p-toppageIntro__5th .is-bigCircle {
  width: 681px;
  left: 309px;
  top: 128px;
}
.p-toppageIntro__5th .is-world1 {
  width: 437px;
  left: 13px;
  top: -83px;
}
.p-toppageIntro__5th .is-world2 {
  width: 455px;
  left: 825px;
  top: 34px;
}
.p-toppageIntro__5th .is-world3 {
  width: 369px;
  left: 50px;
  top: 405px;
}
.p-toppageIntro__5th .is-world4 {
  width: 547px;
  left: 795px;
  top: 409px;
}

.p-toppageIntro__5th__text {
  position: absolute;
  text-align: center;
  top: 396px;
  left: 384px;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 59px;
}
.p-toppageIntro__5th__text .u-fontBlue {
  font-size: 4.8rem;
  letter-spacing: 2.25px;
  margin-left: -4px;
}
.p-toppageIntro__5th__text .is-he {
  font-size: 3.6rem;
}

.p-toppageIntro__sakanakun {
  position: relative;
  text-align: center;
}

.p-toppageIntro__sakanakun__link {
  display: block;
}

.p-toppagePoint {
  position: relative;
  margin-top: 88px;
}

.p-toppagePoint__inner {
  position: relative;
}

.p-toppagePoint__content {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}
.p-toppagePoint__content.is-1st {
  margin-top: 105px;
}
.p-toppagePoint__content.is-2nd {
  margin-top: 70px;
}
.p-toppagePoint__content.is-3rd {
  margin-top: 60px;
}

.p-toppagePoint__1st {
  position: relative;
}

.p-toppagePoint__1st__pointCatch {
  position: relative;
  display: grid;
  grid-template-columns: 684px auto;
  grid-template-rows: 275px auto;
}

.p-toppagePoint__1st__head {
  grid-column: 2;
  grid-row: 1;
}

.p-toppagePoint__1st__book {
  grid-column: 1;
  grid-row: 1/span 2;
  text-align: center;
}

.p-toppagePoint__1st__book__image {
  position: relative;
  top: -19px;
  left: 15px;
  width: 434px;
}

.p-toppagePoint__1st__title {
  position: relative;
  line-height: 1.75;
  margin-top: 3px;
  padding-left: 6px;
}
.p-toppagePoint__1st__title .is-textGold {
  position: relative;
  top: 3px;
  font-size: 6.8rem;
  letter-spacing: -1.5px;
  margin-right: 8px;
}

.p-toppagePoint__1st__body {
  grid-column: 2;
  grid-row: 2;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  padding-left: 6px;
  margin-top: 12px;
  max-width: 440px;
}

.p-toppagePoint__1st__supervision {
  margin-top: 15px;
}

.p-toppagePoint__1st__supervision__box {
  display: flex;
}

.p-toppagePoint__1st__supervision__left {
  text-align: center;
  flex-basis: 373px;
  margin-top: -13px;
  margin-bottom: -1px;
}

.p-toppagePoint__1st__supervision__left__title {
  position: relative;
  margin-top: 70px;
  margin-left: -42px;
  font-size: 3.2rem;
  font-weight: bold;
  color: #00BCE3;
  text-align: center;
}
.p-toppagePoint__1st__supervision__left__title.u-blurTitle::before {
  top: 110px;
  left: 140px;
}

.p-toppagePoint__1st__supervision__right {
  text-align: center;
  flex-basis: calc(100% - 373px);
  padding-left: 10px;
}

.p-toppagePoint__1st__supervision__person {
  width: 203px;
}

.p-toppagePoint__1st__supervision__career {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 20px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.p-toppagePoint__1st__supervision__name {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
}

.p-toppagePoint__1st__supervision__right__title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #00BCE3;
  text-align: center;
}

.p-toppagePoint__1st__supervision__company {
  width: 318px;
  margin-top: 23px;
  margin-left: -5px;
}

.p-toppagePoint__1st__supervision__button {
  text-align: center;
  margin-left: -43px;
  margin-top: 150px;
}

.p-toppagePoint__2nd {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.p-toppagePoint__2nd__hard {
  margin-top: 28px;
}

.p-toppagePoint__2nd__images {
  position: relative;
  top: -280px;
}

.p-toppagePoint__2nd__images__hard {
  position: absolute;
  top: 33px;
  left: 562px;
  width: 638px;
}

.p-toppagePoint__2nd__pointCatch {
  padding-left: 13px;
  padding-top: 2px;
}

.p-toppagePoint__2nd__contents {
  max-width: 558px;
}

.p-toppagePoint__2nd__text {
  margin-top: 50px;
  margin-left: 27px;
  line-height: 1.33;
}
.p-toppagePoint__2nd__text.u-blurTitle::before {
  top: 0;
  left: -30px;
}

.p-toppagePoint__2nd__matrix {
  position: relative;
  text-align: center;
}

.p-toppagePoint__2nd__matrix__image {
  width: 416px;
}

.p-toppagePoint__2nd__button {
  margin-top: 20px;
  text-align: center;
}
.p-toppagePoint__2nd__button .c-btn {
  padding-right: 75px;
  margin-left: 20px;
}

.p-toppagePoint__2nd__soft {
  position: relative;
  padding-left: 672px;
  margin-top: 107px;
  min-height: 500px;
}

.p-toppagePoint__2nd__soft__title {
  line-height: 1.4;
}
.p-toppagePoint__2nd__soft__title .c-title__note {
  margin-left: -6px;
}
.p-toppagePoint__2nd__soft__title.u-blurTitle::before {
  top: -10px;
}

.p-toppagePoint__2nd__soft__text {
  margin-top: 30px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 2;
}

.p-toppagePoint__2nd__soft__button {
  margin-top: 10px;
  margin-left: 66px;
}

.p-toppagePoint__2nd__soft__anpanman {
  position: absolute;
  top: 56px;
  left: 78px;
  width: 216px;
  margin: 0;
}

.p-toppagePoint__2nd__soft__disney {
  position: absolute;
  top: 56px;
  left: 326px;
  width: 217px;
  margin: 0;
}

.p-toppagePoint__2nd__soft__caption {
  max-width: 170px;
  margin: 10px auto 0;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 18px;
  text-align: center;
  color: #98A6B5;
}

.p-toppagePoint__3rd {
  position: relative;
}

.p-toppagePoint__3rd__strengths {
  position: relative;
  display: grid;
  grid-template-columns: 680px auto;
  grid-template-rows: auto auto;
}
.p-toppagePoint__3rd__strengths .is-wide {
  letter-spacing: 2px;
}
.p-toppagePoint__3rd__strengths .is-narrow {
  letter-spacing: -2px;
}

.p-toppagePoint__3rd__repo {
  position: relative;
  grid-column: 1;
  grid-row: 1/span 2;
}

.p-toppagePoint__3rd__image {
  position: relative;
  top: 48px;
  left: 53px;
  width: 617px;
}

.p-toppagePoint__3rd__head {
  grid-column: 2;
  grid-row: 1;
  padding-top: 7px;
  padding-left: 12px;
}

.p-toppagePoint__3rd__title {
  line-height: 1.35;
  margin-top: 40px;
  padding-left: 19px;
}
.p-toppagePoint__3rd__title .c-title.u-blurTitle::before {
  top: -10px;
}

.p-toppagePoint__3rd__body {
  grid-column: 2;
  grid-row: 2;
  font-size: 1.8rem;
  padding-left: 6px;
  margin-top: 12px;
}

.p-toppagePoint__3rd__btmtext {
  position: relative;
  margin-top: 91px;
  margin-left: 30px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 33px;
  text-align: center;
}

.p-toppagePoint__3rd__body__list {
  margin-top: 14px;
  padding-left: 21px;
  max-width: 564px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.p-toppagePoint__3rd__body__button {
  margin-top: 10px;
  max-width: 588px;
  text-align: center;
}

.p-toppageTouch {
  position: relative;
  margin-top: 102px;
}

.p-toppageTouch__head {
  position: relative;
  display: grid;
  grid-template-rows: 1fr 193px;
  grid-template-columns: 560px 1fr;
  max-width: 1150px;
  margin: 150px auto 0;
}

.p-toppageTouch__hakkenki {
  grid-column: 1;
  grid-row: 1;
}

.p-toppageTouch__button {
  grid-column: 1;
  grid-row: 2;
  text-align: center;
  padding-right: 18px;
}

.p-toppageTouch__machine {
  grid-column: 2;
  grid-row: 1/span 2;
  text-align: center;
}

.p-toppageTouch__machine__image {
  position: relative;
  left: -20px;
  top: -19px;
  width: auto;
  height: 585px;
  margin: 0 auto;
}

.p-toppageTouch__hakkenki__logo {
  width: 245px;
  height: 91px;
  margin-left: -10px;
  margin-top: -4px;
}

.p-toppageTouch__hakkenki__title {
  text-align: center;
  line-height: 1.5;
  padding-right: 10px;
  color: #98A6B5;
}

.p-toppageTouch__hakkenki__title__top {
  position: relative;
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 29px;
}

.p-toppageTouch__hakkenki__title__btm {
  position: relative;
  font-size: 3.6rem;
  font-weight: bold;
  color: #00BCE3;
}

.p-toppageTouch__hakkenki__text {
  margin-top: 24px;
  padding-left: 10px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 2;
  max-width: 550px;
}

.p-toppageTouch__uservoice {
  position: relative;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  max-width: 1150px;
  margin: 140px auto 0;
}

.p-toppageTouch__uservoice__slider {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  width: 650px;
}

.p-toppageTouch__uservoice__panel {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  width: 500px;
  text-align: center;
  padding-left: 30px;
}

.p-toppageTouch__uservoice__panel__logo {
  text-align: center;
  margin-top: 16px;
  margin-left: 10px;
}
.p-toppageTouch__uservoice__panel__logo img {
  width: 43px;
  height: 70px;
}

.p-toppageTouch__uservoice__panel__title {
  line-height: 1.5;
  margin-top: 6px;
  margin-right: 5px;
}
.p-toppageTouch__uservoice__panel__title .is-jp {
  font-size: 3.6rem;
  font-weight: bold;
}
.p-toppageTouch__uservoice__panel__title .is-en {
  font-size: 1.6rem;
  font-weight: bold;
  color: #98A6B5;
}

.p-toppageTouch__uservoice__panel__text {
  margin-top: 25px;
  margin-left: 36px;
  margin-right: 40px;
  font-size: 2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  text-align: left;
}

.js-topUservoiceSlider-pagenation,
.js-topUservoiceSlider-button {
  display: none;
}

.p-toppageTouch__uservoice__panel__pagenation {
  position: static;
  display: block;
  margin-top: 27px;
}
.p-toppageTouch__uservoice__panel__pagenation .splide__pagination__page {
  width: 12px;
  height: 12px;
  background-color: #E2E6EA;
}
.p-toppageTouch__uservoice__panel__pagenation .splide__pagination__page.is-active {
  background-color: #00BCE3;
  transform: scale(1);
}

.p-toppageTouch__uservoice__panel__button {
  position: static;
  display: block;
  text-align: center;
  margin-top: 14px;
}

.p-toppageTouch__uservoice__panel__prevBtn,
.p-toppageTouch__uservoice__panel__nextBtn {
  position: relative;
  display: inline-block;
  width: 72px;
  height: 72px;
  top: inherit;
  transform: inherit;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 50%;
  background-color: inherit;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0px 0px 1em 3px rgba(100, 100, 100, 0.2);
  transition: all 0.4s;
  cursor: pointer;
}
.p-toppageTouch__uservoice__panel__prevBtn:hover,
.p-toppageTouch__uservoice__panel__nextBtn:hover {
  opacity: 0.75;
}

.p-toppageTouch__uservoice__panel__nextBtn {
  background-image: url(/brand/epico/styles/images/button/btn_slider_right.svg);
}

.p-toppageTouch__uservoice__panel__prevBtn {
  margin-right: 50px;
  margin-left: -12px;
  background-image: url(/brand/epico/styles/images/button/btn_slider_left.svg);
}

.p-toppageTouch__sheet {
  position: relative;
  width: 650px;
  min-height: 500px;
  padding-bottom: 30px;
}

.p-toppageTouch__sheet__box {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 300px auto;
  width: 582px;
  min-height: 415px;
  border-radius: 20px;
  margin-top: 25px;
  margin-left: 55px;
  background-color: #fff;
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.06);
}
.p-toppageTouch__sheet__box--chara {
  grid-template-columns: 250px auto;
}

.p-toppageTouch__sheet__photo {
  position: relative;
  grid-column: 1;
  grid-row: 1;
}

.p-toppageTouch__sheet__photo__image {
  position: absolute;
  top: -10px;
  left: -25px;
  width: 298px;
  height: auto;
  transform: rotate(-4deg);
  border-radius: 20px;
}

.p-toppageTouch__sheet__head {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  min-height: 223px;
}

.p-toppageTouch__sheet__person {
  width: 260px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
}
.p-toppageTouch__sheet__person .is-kun {
  font-size: 1.4rem;
  margin-right: 10px;
}

.p-toppageTouch__sheet__title {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  margin-top: 45px;
  padding: 20px 10px;
  max-width: 250px;
}
.p-toppageTouch__sheet__title::before, .p-toppageTouch__sheet__title::after {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 36px;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-toppageTouch__sheet__title::before {
  top: 3px;
  left: 3px;
  background-image: url(/brand/epico/styles/images/uVoice/uVoice_bracket_start.png);
}
.p-toppageTouch__sheet__title::after {
  bottom: -3px;
  right: -2px;
  background-image: url(/brand/epico/styles/images/uVoice/uVoice_bracket_end.png);
}
.p-toppageTouch__sheet__box--chara .p-toppageTouch__sheet__title {
  margin-right: 80px;
}

.p-toppageTouch__sheet__body {
  position: relative;
  grid-column: 1/span 2;
  grid-row: 2;
  padding: 0 30px 10px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  min-height: 190px;
  margin-top: -10px;
}

.p-toppageTouch__sheet__chara {
  padding: 30px 0 0 0;
  text-align: center;
}

.p-toppageGoodDeal {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}

.p-toppageGoodDeal__flex {
  position: relative;
  display: flex;
}

.p-toppageGoodDeal__item {
  position: relative;
  margin: 0;
  font-weight: bold;
}
.p-toppageGoodDeal__item.is-taiken {
  flex: 1 0 446px;
  text-align: center;
  padding-right: 30px;
}
.p-toppageGoodDeal__item.is-cost {
  flex: 1 0 356px;
}
.p-toppageGoodDeal__item.is-benefit {
  flex: 1 0 396px;
}

.p-toppageGoodDeal__taiken__top {
  position: relative;
  display: block;
  margin-top: 58px;
  font-size: 2.9rem;
}
.p-toppageGoodDeal__taiken__top.u-blurTitle::before {
  top: -12px;
  left: 24%;
  filter: blur(5px);
}

.p-toppageGoodDeal__taiken__mid {
  display: block;
  font-size: 3.6rem;
  line-height: 1.35;
  color: #00BCE3;
}

.p-toppageGoodDeal__taiken__btm {
  display: block;
  font-size: 4.2rem;
  line-height: 6.2rem;
  letter-spacing: 2px;
}
.p-toppageGoodDeal__taiken__btm .u-textGold {
  position: relative;
  top: 4px;
  margin-right: 6px;
  font-size: 5.6rem;
  letter-spacing: 0;
}
.p-toppageGoodDeal__taiken__btm .is-bracket-start {
  position: relative;
  top: -7px;
  margin-right: 3px;
  font-size: 4.3rem;
}
.p-toppageGoodDeal__taiken__btm .is-bracket-end {
  position: relative;
  top: 7px;
  margin-left: 11px;
  font-size: 4.3rem;
}

.p-toppageGoodDeal__cost {
  background-color: #e2f8ff;
  border-radius: 20px;
  padding: 10px 10px 20px;
}

.p-toppageGoodDeal__cost__head {
  box-sizing: border-box;
  font-size: 2rem;
  height: 44px;
  border-bottom: 1px solid #00BCE3;
  text-align: center;
  color: #00BCE3;
}

.p-toppageGoodDeal__cost__list {
  position: relative;
  margin: 0;
  padding-top: 13px;
  padding-left: 33px;
  line-height: 3.2rem;
}
.p-toppageGoodDeal__cost__list > li {
  color: #00BCE3;
  letter-spacing: 1.1px;
}
.p-toppageGoodDeal__cost__list > li > span {
  color: #6A6A6A;
  letter-spacing: 2px;
}
.p-toppageGoodDeal__cost__list > li.is-bracket > span {
  letter-spacing: 1.5px;
}

.p-toppageGoodDeal__cost__note {
  font-size: 1.1rem;
  line-height: 1.5;
  padding-top: 10px;
  padding-left: 5px;
  text-align: center;
}

.p-toppageGoodDeal__benefit {
  line-height: 49px;
  font-size: 2.4rem;
  padding: 34px 10px 0 64px;
}
.p-toppageGoodDeal__benefit .u-underWaveLine {
  color: #00BCE3;
  font-size: 3.2rem;
}
.p-toppageGoodDeal__benefit .u-underWaveLine.is-epico {
  margin-right: 7px;
}
.p-toppageGoodDeal__benefit .u-underWaveLine.is-epico::before {
  width: 100%;
  left: 0;
}
.p-toppageGoodDeal__benefit .u-underWaveLine.is-380yen {
  position: relative;
  top: -2px;
  margin-left: 7px;
  margin-right: 11px;
  font-size: 3.6rem;
}
.p-toppageGoodDeal__benefit .u-underWaveLine.is-380yen::before {
  width: 100%;
  left: -5px;
}
.p-toppageGoodDeal__benefit .u-underWaveLine.is-380yen .is-yen {
  font-size: 3rem;
}
.p-toppageGoodDeal__benefit .u-underWaveLine.is-taiken {
  position: relative;
  top: 2px;
  letter-spacing: -2px;
}
.p-toppageGoodDeal__benefit .u-underWaveLine.is-taiken::before {
  width: 100%;
  left: -4px;
  bottom: -4px;
}

.p-toppageGoodDeal__bikou {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 1.2rem;
  line-height: 2;
  padding: 27px 30px;
}
.p-toppageGoodDeal__bikou .is-jika {
  display: inline-block;
  margin-left: 8px;
}

.p-siteinfoLink {
  background-color: #E1E6EB;
  margin-top: 10px;
}

.p-siteinfoLink__list {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 40px;
}
.p-siteinfoLink__list .c-btn {
  min-width: 332px;
  font-size: 2.4rem;
  margin: 30px 10px;
  padding: 16px 90px 16px 70px;
}

.p-buyLink {
  position: relative;
  background-color: #00BCE3;
}
.p-buyLink .buylink {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0 15px;
  font-size: 0;
}
.p-buyLink .buylink__ttl {
  position: relative;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  font-size: 4.4rem;
  font-weight: bold;
  text-align: center;
}
.p-buyLink .buylink__ttl-txt {
  margin-left: -23px;
}
.p-buyLink .buylink__ttl-txt::before {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  margin-bottom: 2px;
  background: none;
  content: "";
}
.p-buyLink .buylink__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  width: 894px;
  margin: 63px auto;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  background-color: inherit;
}
.p-buyLink .buylink__list-item:not(:last-of-type) .buylink__link {
  border-bottom: 8px solid #A2E4F2;
}
.p-buyLink .buylink__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 442px;
  min-height: 87px;
  padding: 7px 23px 6px 37px;
  border-radius: 50px;
  border: 8px solid #A2E4F2;
  background-color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  color: #6A6A6A;
  text-decoration: none;
}
.p-buyLink .buylink__link.visited, .p-buyLink .buylink__link:visited {
  color: #6A6A6A;
}
.p-buyLink .buylink__link.hover, .p-buyLink .buylink__link:hover {
  color: #2672b9;
}
.p-siteNavi {
  position: relative;
  background-color: #F2FCFF;
}

.p-siteNavi__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 815px;
  margin: 0 auto;
  padding: 55px 0;
  left: 37px;
  gap: 24px 0;
}

.p-siteNavi__item {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 24px;
  padding-left: 20px;
}
.p-siteNavi__item::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url(/brand/epico/styles/images/sitenavi/sitenavi_arrow_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(45deg);
}
.p-siteNavi__item:nth-child(4n+1) {
  flex-basis: 205px;
}
.p-siteNavi__item:nth-child(4n+2) {
  flex-basis: 200px;
}
.p-siteNavi__item:nth-child(4n+3) {
  flex-basis: 210px;
}
.p-siteNavi__item:nth-child(4n) {
  flex-basis: 200px;
}
.p-siteNavi__item.is-disable::before {
  background-image: url(/brand/epico/styles/images/sitenavi/sitenavi_arrow_gray.svg);
}
.p-siteNavi__item.is-disable .p-siteNavi__item__link {
  pointer-events: none;
  color: #ccc;
}
.p-siteNavi__item.is-disable .p-siteNavi__item__link.visited, .p-siteNavi__item.is-disable .p-siteNavi__item__link:visited {
  color: #ccc;
}
.p-siteNavi__item.is-disable .p-siteNavi__item__link.hover, .p-siteNavi__item.is-disable .p-siteNavi__item__link:hover {
  color: #ccc;
}

.p-siteNavi__item__body {
  margin-top: 9px;
}

.p-siteNavi__item__entry {
  color: #6A6A6A;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 22px;
  margin-top: 5px;
}
.p-siteNavi__item__entry.visited, .p-siteNavi__item__entry:visited {
  color: #6A6A6A;
}
.p-siteNavi__item__entry.hover, .p-siteNavi__item__entry:hover {
  color: #00BCE3;
}
.p-siteNavi__item__entry::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 5px;
  left: -20px;
  width: 14px;
  height: 14px;
  background-image: url(/brand/epico/styles/images/sitenavi/sitenavi_arrow_blue_small.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(45deg);
}
.p-siteNavi__item__entry:hover {
  text-decoration: none;
}

.p-siteNavi__item__entry__link,
.p-siteNavi__item__link {
  display: block;
  color: #6A6A6A;
}
.p-siteNavi__item__entry__link.visited, .p-siteNavi__item__entry__link:visited,
.p-siteNavi__item__link.visited,
.p-siteNavi__item__link:visited {
  color: #6A6A6A;
}
.p-siteNavi__item__entry__link.hover, .p-siteNavi__item__entry__link:hover,
.p-siteNavi__item__link.hover,
.p-siteNavi__item__link:hover {
  color: #00BCE3;
}
.p-siteNavi__item__entry__link:hover,
.p-siteNavi__item__link:hover {
  text-decoration: none;
}

.p-products {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 67px;
}

.p-products__titleL {
  font-size: 2.6rem;
  font-weight: bold;
}

.p-products__titleM {
  font-size: 2rem;
  font-weight: bold;
}

.p-products__info {
  margin-top: 50px;
}

.p-products__info__epicoDevice {
  margin-top: 110px;
  text-align: center;
}

.p-products__info__epicoDevice__photo {
  width: 212px;
  margin-top: 45px;
}

.p-products__info__epicoFunction {
  margin-top: 40px;
  text-align: center;
}

.p-products__info__epicoFunction__list {
  display: flex;
  width: 480px;
  margin: 25px auto;
}

.p-products__info__epicoFunction__item {
  position: relative;
  flex-basis: 120px;
  line-height: 17px;
}
.p-products__info__epicoFunction__item.is-tv {
  left: -2px;
}
.p-products__info__epicoFunction__item.is-timer {
  left: -14px;
}
.p-products__info__epicoFunction__item.is-user {
  left: -12px;
}
.p-products__info__epicoFunction__item.is-inet {
  left: -5px;
}

.p-products__info__epicoFunction__label {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}

.p-products__info__epicoFunction__icon {
  position: relative;
  margin: 0 auto;
}

.is-tv .p-products__info__epicoFunction__icon {
  width: 55px;
  margin-bottom: 20px;
}

.is-timer .p-products__info__epicoFunction__icon {
  width: 47px;
  margin-bottom: 16px;
}

.is-user .p-products__info__epicoFunction__icon {
  width: 63px;
  margin-bottom: 12px;
}

.is-inet .p-products__info__epicoFunction__icon {
  left: 7px;
  width: 58px;
  margin-bottom: 10px;
}

.p-products__info__epicoItem {
  margin-top: 97px;
}

.p-products__info__epicoItem__list {
  display: flex;
  width: 1020px;
  margin: 0 auto;
}
.p-products__info__epicoItem__item + .p-products__info__epicoItem__item {
  margin-left: 100px;
}
.p-products__info__epicoItem__item.is-epen {
  position: relative;
  left: 40px;
}
.p-products__info__epicoItem__item.is-emat {
  position: relative;
  left: 50px;
}

.p-products__info__epicoItem__label {
  display: block;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
}

.is-epen .p-products__info__epicoItem__label {
  margin-left: 80px;
}

.is-soft .p-products__info__epicoItem__label {
  position: relative;
  top: -20px;
  left: 15px;
  font-size: 2.2rem;
}

.p-products__info__epicoItem__photo {
  position: relative;
}

.is-epen .p-products__info__epicoItem__photo {
  width: 183px;
  margin-top: 33px;
}

.is-emat .p-products__info__epicoItem__photo {
  width: 359px;
  margin-top: 10px;
}

.is-soft .p-products__info__epicoItem__photo {
  width: 277px;
}

.p-products__info__2box {
  display: flex;
  width: 1020px;
  margin: 30px auto 0;
}

.p-products__info__setitem {
  flex-basis: 706px;
}

.p-products__info__need2play {
  flex-basis: 282px;
  margin-left: 32px;
}

.p-products__info__setitem__title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.p-products__info__setitem__listBox {
  margin-top: 7px;
  column-count: 2;
  border: none;
  font-size: 1.6rem;
  line-height: 30px;
  padding: 30px 50px 30px 70px;
}

.p-products__info__need2play__title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #00BCE3;
}

.p-products__info__need2play__box {
  width: 282px;
  height: 238px;
  padding: 30px;
  margin-top: 8px;
  border: 1px solid #00BCE3;
  border-radius: 5px;
  background-color: #EAFBFF;
}

.p-products__info__need2play__box__list {
  display: grid;
  grid-template-rows: 90px 90px;
  grid-template-columns: 110px 110px;
}

.p-products__info__need2play__box__item {
  position: relative;
  text-align: center;
}
.p-products__info__need2play__box__item.is-tv img {
  width: 41px;
  padding-top: 9px;
  padding-bottom: 13px;
}
.p-products__info__need2play__box__item.is-smart img {
  width: 26px;
  padding-top: 4px;
  padding-bottom: 8px;
}
.p-products__info__need2play__box__item.is-inet img {
  width: 43px;
  padding-top: 11px;
  padding-bottom: 8px;
}
.p-products__info__need2play__box__item.is-mail img {
  width: 39px;
  padding-top: 14px;
  padding-bottom: 9px;
}

.p-products__info__need2play__box__label {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 13px;
  color: #00BCE3;
}

.p-products__info__notes {
  width: 1020px;
  margin: 30px auto 0;
  padding: 22px 18px 13px;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 24px;
  border: 2px solid #E6E6E6;
}

.p-products__info__notes__caution {
  margin: 0;
  color: #DE5F26;
  padding-bottom: 18px;
  border-bottom: 1px solid #E6E6E6;
}

ul.c-markList.p-products__info__notes__list {
  padding: 6px 0;
}
ul.c-markList.p-products__info__notes__list > li {
  padding-left: 1.1em;
}

.p-products__info__spec {
  width: 1020px;
  margin: 50px auto 0;
  padding: 64px 90px 78px 95px;
  border: 2px solid #E6E6E6;
  border-radius: 5px;
}

.p-products__info__spec__list {
  margin-top: 50px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 32px;
}

.p-products__info__spec__item {
  display: grid;
  width: 745px;
  grid-template-columns: 250px 495px;
  grid-template-rows: auto;
  border-bottom: 1px solid #E6E6E6;
}
.p-products__info__spec__item.is-size {
  padding-bottom: 57px;
}
.p-products__info__spec__item.is-size .p-products__info__spec__label {
  position: relative;
  top: -15px;
}
.p-products__info__spec__item.is-wireless .p-products__info__spec__text {
  letter-spacing: 0.25px;
}
.p-products__info__spec__item.is-wired .p-products__info__spec__label {
  padding-bottom: 27px;
  padding-top: 21px;
}
.p-products__info__spec__item.is-wired .p-products__info__spec__text {
  top: -5px;
  position: relative;
  letter-spacing: 0.2px;
}
.p-products__info__spec__item.is-memory .p-products__info__spec__label {
  padding-bottom: 22px;
}
.p-products__info__spec__item.is-microsd {
  border-bottom: none;
}
.p-products__info__spec__item.is-microsd .p-products__info__spec__label {
  position: relative;
  top: -10px;
}
.p-products__info__spec__item.is-microsd .p-products__info__spec__text {
  padding-top: 43px;
  letter-spacing: 0.15px;
}

.p-products__info__spec__label {
  align-self: center;
  justify-self: center;
  color: #98A6B5;
  font-weight: bold;
  padding: 28px 15px 28px 0;
}

.p-products__info__spec__text {
  align-self: center;
  justify-self: left;
  font-weight: 500;
}

.p-products__info__oss {
  margin-top: 150px;
}

.p-products__info__oss__text {
  max-width: 580px;
  margin: 10px auto 0;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 1.6rem;
  line-height: 32px;
}

.p-products__info__oss__download {
  position: relative;
  display: grid;
  grid-template-columns: 270px 270px;
  grid-template-rows: auto;
  width: 560px;
  margin: 50px auto 0;
  gap: 0 20px;
  left: -25px;
}
.p-products__info__oss__download .c-btn {
  width: 270px;
}

.p-products__howto {
  margin-top: 131px;
}

.p-products__howto__title {
  position: relative;
  text-align: center;
  margin-top: 68px;
}
.p-products__howto__title .is-products-howto {
  display: block;
  width: 200px;
  height: 200px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.p-products__howto__title__head {
  display: block;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 40px;
}

.p-products__howto__title__body {
  display: block;
  margin-top: 20px;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 67px;
}
.p-products__howto__title__body .u-fontBlue {
  font-size: 6.7rem;
  margin-left: -5px;
  margin-right: -10px;
  position: relative;
  top: 5px;
}

.p-products__howto__list {
  display: grid;
  width: 1080px;
  margin: 75px auto 0;
  grid-template-columns: 360px 360px 360px;
  grid-template-rows: 458px 458px;
  justify-content: center;
}

.p-products__howto__item {
  text-align: center;
}
.p-products__howto__item.is-howto1 {
  padding-left: 20px;
}
.p-products__howto__item.is-howto1 .p-products__howto__image img {
  margin-top: 37px;
  left: -2px;
  width: 269px;
}
.p-products__howto__item.is-howto2 {
  padding-right: 6px;
}
.p-products__howto__item.is-howto2 .p-products__howto__image img {
  margin-top: 51px;
  left: -2px;
  width: 248px;
}
.p-products__howto__item.is-howto3 {
  padding-left: 31px;
}
.p-products__howto__item.is-howto3 .p-products__howto__image img {
  margin-top: 50px;
  left: 35px;
  width: 289px;
}
.p-products__howto__item.is-howto4 .p-products__howto__image img {
  margin-top: 10px;
  left: 24px;
  width: 273px;
}
.p-products__howto__item.is-howto5 {
  padding-left: 20px;
}
.p-products__howto__item.is-howto5 .p-products__howto__image img {
  margin-top: 52px;
  left: -11px;
  width: 264px;
}
.p-products__howto__item.is-howto6 {
  padding-left: 30px;
}
.p-products__howto__item.is-howto6 .p-products__howto__image img {
  margin-top: 25px;
  left: 7px;
  width: 232px;
}

.p-products__howto__image img {
  position: relative;
}

.p-products__howto__top {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 36px;
}
.p-products__howto__top .u-fontBlue {
  position: relative;
  top: 3px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 39px;
  margin-right: 12px;
}
.p-products__howto__top::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 66px;
  height: 66px;
  top: -25px;
  left: -35px;
  background-image: url(/brand/epico/styles/images/backImage/backImage_toppage_circle.png);
  background-size: contain;
  opacity: 0.5;
}

.p-products__howto__btm {
  margin-top: 8px;
  font-size: 1.8rem;
  line-height: 36px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.p-taiken {
  position: relative;
  padding-bottom: 65px;
}

.p-taiken__intro {
  position: relative;
  margin-top: 50px;
}

.p-taiken__intro__head {
  display: flex;
  width: 991px;
  margin: 0 auto;
}

.p-taiken__intro__head__pict {
  position: relative;
  flex-basis: 386px;
  top: 24px;
  left: 68px;
}
.p-taiken__intro__head__pict::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 573px;
  height: 573px;
  display: block;
  content: "";
  background-image: url(/brand/epico/styles/images/backImage/backImage_toppage_circle.png);
  background-size: contain;
  transform: translate(-50%, -50%);
}
.p-taiken__intro__head__pict img {
  position: relative;
  z-index: 1;
}

.p-taiken__intro__head__text {
  flex-basis: 490px;
  padding-top: 141px;
  padding-left: 163px;
}
.p-taiken__intro__head__text .c-title {
  line-height: 54px;
}
.p-taiken__intro__head__text .u-textGold {
  margin-top: -13px;
  position: relative;
  top: 7px;
  margin-left: 6px;
  letter-spacing: -2px;
}

.p-taiken__intro__matrix {
  margin-top: 58px;
  margin-left: 19px;
}

.p-taiken__intro__matrix__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 27px 15px;
  width: 921px;
  margin: 0 auto;
}

.p-taiken__intro__matrix__item {
  position: relative;
}

.p-taiken__intro__matrix__label {
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 30px;
  padding-left: 12px;
}
.p-taiken__intro__matrix__label::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 6px;
  top: 12px;
  left: 0;
  background-color: #00BCE3;
  border-radius: 50%;
}

.p-taiken__intro__matrix__pict {
  position: relative;
  width: 172px;
}

.p-taiken__intro__other {
  margin-top: 80px;
}

.p-taiken__intro__other__box {
  position: relative;
  display: flex;
  width: 1112px;
  margin: 0 auto;
  background-color: #EAFBFF;
  border-radius: 5px;
}

.p-taiken__intro__other__title {
  position: relative;
  flex-basis: 500px;
  align-self: center;
  top: -18px;
  left: -3px;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 44px;
  letter-spacing: -4px;
  color: #00BCE3;
  text-align: center;
}

.p-taiken__intro__other__list {
  position: relative;
  flex-basis: 612px;
  column-count: 2;
  margin: 0;
  padding: 40px 30px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: bold;
  line-height: 28px;
  list-style: disc;
}

.p-taiken__intro__other__item {
  position: relative;
}

.p-taiken__intro__other__andmore {
  position: absolute;
  bottom: 27px;
  right: 42px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: bold;
  line-height: 14px;
  color: #00BCE3;
}

.p-taiken__intro__category {
  margin-top: 142px;
}

.p-taiken__intro__category__box {
  position: relative;
  width: 696px;
  margin: 0 auto;
  background-color: #EAFBFF;
  border: 2px solid #00BCE3;
  border-radius: 5px;
  text-align: center;
}

.p-taiken__intro__category__title {
  position: relative;
  display: inline-block;
  margin-top: 6px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 36px;
}
.p-taiken__intro__category__title .u-fontBlue {
  position: relative;
  font-size: 4.6rem;
  margin-left: 38px;
  margin-right: 5px;
  top: 8px;
}

.p-taiken__intro__category__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 650px;
  gap: 11px 10px;
  margin: 25px auto 118px;
  text-align: center;
}

.p-taiken__intro__category__item {
  flex-basis: 100px;
  width: 100px;
  height: 44px;
  border-radius: 5px;
  background-color: #00BCE3;
  box-shadow: 0px 3px 5px 3px rgba(0, 192, 242, 0.27);
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 43px;
  color: #fff;
}
.p-taiken__intro__category__item.is-wide {
  flex-basis: 155px;
  width: 155px;
  height: 44px;
}
.p-taiken__intro__category__item .is-row2 {
  position: relative;
  display: block;
  top: 3px;
  line-height: 18px;
}
.p-taiken__intro__category__item .is-small {
  font-size: 1.2rem;
}

.p-taiken__intro__category__mascotA {
  position: absolute;
  display: block;
  width: 84px;
  left: -65px;
  top: -21px;
}

.p-taiken__intro__category__mascotB {
  position: absolute;
  width: 90px;
  right: -101px;
  top: -21px;
}

.p-taiken__intro__category__mascotC {
  position: absolute;
  width: 265px;
  bottom: 17px;
  left: 50%;
  transform: translateX(-50%);
}

.p-taiken__intro__eggpanda {
  display: flex;
  align-items: center;
  width: 700px;
  margin: 53px auto 0;
}

.p-taiken__intro__eggpanda__left {
  flex-basis: 350px;
}

.p-taiken__intro__eggpanda__image {
  position: relative;
  left: 47px;
  width: 283px;
}

.p-taiken__intro__eggpanda__right {
  flex-basis: calc(100% - 350px);
}

.p-taiken__intro__eggpanda__text {
  position: relative;
  top: 3px;
  right: 8px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.3rem;
  text-align: center;
  color: #00BCE3;
}

.p-taiken__intro__eggpanda__backCircle {
  content: "";
  position: absolute;
  display: inline-block;
  width: 250px;
  height: 250px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/brand/epico/styles/images/backImage/backImage_toppage_circle.png);
  background-size: contain;
  opacity: 0.5;
}

.p-taiken__cmmnt {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 92px;
}

.p-taiken__cmmnt__step {
  margin-top: 110px;
}

.p-taiken__cmmnt__step__list {
  display: grid;
  grid-template-columns: 359px 359px 359px;
  grid-template-rows: 213px;
  width: 1200px;
  gap: 0 62px;
  margin: 48px auto 0;
}

.p-taiken__cmmnt__step__item {
  background-color: #EAFBFF;
  border-radius: 10px;
  border: 2px solid #00BCE3;
  padding: 15px 24px;
}
.p-taiken__cmmnt__step__item + .p-taiken__cmmnt__step__item::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 27px;
  height: 24px;
  top: 93px;
  left: -43px;
  background-image: url(/brand/epico/styles/images/icon/icon_step_arrow.svg);
  background-repeat: no-repeat;
}

.p-taiken__cmmnt__step__label {
  margin-top: 0;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 39px;
  color: #00BCE3;
}

.p-taiken__cmmnt__step__title {
  height: 64px;
  margin-top: 5px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 32px;
}
.p-taiken__cmmnt__step__title.is-middle {
  margin-top: 17px;
  margin-bottom: -17px;
}

.p-taiken__cmmnt__step__text {
  margin-top: 19px;
  font-size: 1.6rem;
  line-height: 24px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.p-taiken__cmmnt__step__text.is-middle {
  margin-top: 26px;
  margin-bottom: -26px;
}

.p-taiken__cmmnt__step__fig {
  position: absolute;
}
.is-step1 .p-taiken__cmmnt__step__fig {
  top: 16px;
  right: 25px;
  width: 112px;
}

.is-step2 .p-taiken__cmmnt__step__fig {
  top: 8px;
  right: 3px;
  width: 166px;
}

.is-step3 .p-taiken__cmmnt__step__fig {
  top: 17px;
  right: -1px;
  width: 148px;
}

.p-taiken__sprvsr {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 120px;
  padding-bottom: 50px;
}

.p-taiken__sprvsr__intro {
  margin-top: 27px;
  font-size: 1.6rem;
  line-height: 32px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  text-align: center;
}

.p-taiken__sprvsr__list {
  margin-top: 66px;
  display: flex;
  flex-wrap: wrap;
  gap: 64px 60px;
  justify-content: center;
}

.p-taiken__sprvsr__item {
  flex-basis: 360px;
}

.p-taiken__sprvsr__label {
  width: 360px;
  height: 36px;
  background-color: rgba(152, 166, 181, 0.13);
  border-radius: 18px;
  text-align: center;
}
.p-taiken__sprvsr__label .is-marked {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 36px;
}
.p-taiken__sprvsr__label .is-marked::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -2px;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  background-color: #00BCE3;
  border-radius: 3px;
}

.p-taiken__sprvsr__banner {
  position: relative;
  margin: 0 auto;
  height: 132px;
}
.p-taiken__sprvsr__banner img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.is-sports .p-taiken__sprvsr__banner {
  width: 205px;
}
.is-sports .p-taiken__sprvsr__banner img {
  top: 48%;
}

.is-animal .p-taiken__sprvsr__banner {
  width: 193px;
}
.is-animal .p-taiken__sprvsr__banner img {
  top: 53%;
}

.is-astro .p-taiken__sprvsr__banner {
  width: 121px;
}
.is-astro .p-taiken__sprvsr__banner img {
  top: 53%;
  left: -5px;
}

.is-cook .p-taiken__sprvsr__banner {
  width: 226px;
}
.is-cook .p-taiken__sprvsr__banner img {
  top: 58%;
}

.is-travel .p-taiken__sprvsr__banner {
  width: 186px;
}

.is-marine .p-taiken__sprvsr__banner {
  width: 183px;
}
.is-marine .p-taiken__sprvsr__banner img {
  top: 53%;
}

.is-security .p-taiken__sprvsr__banner {
  width: 155px;
}
.is-security .p-taiken__sprvsr__banner img {
  top: 54%;
}

.is-dinosaur .p-taiken__sprvsr__banner {
  width: 159px;
}
.is-dinosaur .p-taiken__sprvsr__banner img {
  top: 56%;
  left: -10px;
}

.p-taiken__sprvsr__text {
  font-size: 1.4rem;
  line-height: 28px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  padding-right: 1px;
}

.p-taiken__sprvsr__copyrights {
  font-size: 1.4rem;
  line-height: 28px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  text-align: right;
  color: #98A6B5;
}

.p-taiken__intro__step {
  margin: 88px 0 0;
}

.p-taiken__intro__find {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 45px;
  margin-top: 43px;
}

.p-taiken__intro__find__txt {
  padding-top: 4px;
  text-align: center;
}
.p-taiken__intro__find__txt .c-title {
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 1.6px;
}
.p-taiken__intro__find__txt .is-fontBlue {
  font-size: 4.8rem;
  line-height: 1.7;
  letter-spacing: 2.4px;
}

.p-taiken__intro__find__img {
  margin-left: 8px;
}

.is-bgCircle {
  position: relative;
}
.is-bgCircle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 370px;
  height: 366px;
  content: "";
  background-image: url(/brand/epico/styles/images/backImage/backImage_taiken_circle.png);
  background-size: contain;
  transform: translate(-50%, -50%);
}
.p-taiken__intro__exp1 {
  margin: 265px 0 0;
}

.p-taiken__intro__exp2 {
  margin: 173px 0 0;
}

.p-taiken__intro__exp2__head {
  max-width: 1200px;
  margin: 0 auto;
}

.p-taiken__intro__exp2__contents {
  max-width: 1230px;
  margin: 52px auto 0;
}

.p-taiken__intro__exp3 {
  margin: 216px 0 0;
}

.p-taiken__intro__exp1__head .p-expHeading {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 0 20px;
}
.p-taiken__intro__exp3__head .p-expHeading {
  display: flex;
  width: 100%;
  justify-content: center;
}

.p-taiken__intro__exp1__head .p-expHeading__img {
  margin: 0;
}
.p-taiken__intro__exp1__head .p-expHeading__img--img01 {
  transform: translate(31px, 1px);
}
.p-taiken__intro__exp1__head .p-expHeading__img--img02 {
  transform: translate(-14px, -6px);
}
.p-taiken__intro__exp2__head .p-expHeading__img--img01 {
  transform: translate(12px, 0);
}
.p-taiken__intro__exp3__head .p-expHeading__img {
  margin: 0;
}
.p-taiken__intro__exp3__head .p-expHeading__img--img01 {
  transform: translate(16px, 4px);
}
.p-taiken__intro__exp3__head .p-expHeading__img--img02 {
  transform: translate(4px, 0);
}

.p-taiken__intro__exp1__head .p-expHeading__ttl {
  margin: 14px 0 0 0;
}
.p-taiken__intro__exp2__head .p-expHeading__ttl {
  margin: -123px 0 0 10px;
}
.p-taiken__intro__exp3__head .p-expHeading__ttl {
  margin: 65px 0 0 0;
}
.p-taiken__intro__exp3__head .p-expTitle__num {
  margin: 0 0 0 51px;
}

.p-expTitle__main {
  margin: 40px 0 0 0;
  padding: 0 0 0 33px;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 2.4px;
  font-weight: bold;
  text-align: center;
}
.p-expTitle__main .u-fontBlue {
  margin-left: -15px;
}
.p-expTitle__main .is-fontNum {
  font-size: 6.4rem;
  line-height: 1.2;
  letter-spacing: 3.2px;
}
.p-taiken__intro__exp2__head .p-expTitle__main {
  margin: 43px 0 0 0;
  padding: 0 0 0 16px;
}
.p-taiken__intro__exp3__head .p-expTitle__main {
  margin: 34px 0 0 0;
  padding: 0 0 0 61px;
}
.p-taiken__intro__exp3__head .p-expTitle__main .is-fontNum {
  padding-left: 15px;
  margin-right: 15px;
}

.p-bookImg {
  position: relative;
}

.p-characterList {
  position: static;
}

.p-characterList__item {
  position: absolute;
  z-index: 2;
}
.p-characterList__item.is-chara01 {
  top: -144px;
  left: 122px;
}
.p-characterList__item.is-chara02 {
  top: -127px;
  right: 121px;
}

.p-bookImgList {
  position: relative;
  z-index: 2;
  width: calc(100% + 280px);
  margin: 80px 0 0 -140px;
}

.p-bookContent {
  position: relative;
  display: flex;
  width: 100%;
}

.p-bookContent__item {
  padding: 0 0 0 15px;
}
.p-bookContent__item + .p-bookContent__item {
  margin: 198px 0 0;
  padding: 0;
  position: absolute;
  right: 0;
}

.p-touchContent__circle {
  position: relative;
  z-index: 1;
  padding: 52px 0 0 38px;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 1.6px;
  font-weight: bold;
}
.p-touchContent__circle .u-fontSmall {
  font-size: 2.4rem;
  letter-spacing: 1.2px;
}
.p-touchContent__circle::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 214px;
  height: 214px;
  content: "";
  border: solid 2px #00bce3;
  border-radius: 50%;
}

.p-touchContent__img {
  position: relative;
  z-index: 2;
  margin: -59px 0 0 5px;
}
.p-touchContent__img img {
  max-width: none;
}

.p-touchContent__txt {
  margin: -10px 0 0 10px;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.p-touchContent__txt .u-fontLarge {
  font-size: 5.2rem;
}
.p-touchContent__txt .u-fontMiddle {
  font-size: 4.4rem;
}

.p-touchContent__touchTxt {
  margin: 0 0 0 10px;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}

.p-touchContent__touchImg {
  display: flex;
  margin: 40px 0 0 0;
}
.p-touchContent__touchImg img {
  max-width: none;
}

.p-expContent {
  max-width: 1285px;
  margin: 10px auto 0;
}

.p-expContent__body {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.p-expContent__item {
  margin: 14px 14px 0 0;
}
.p-expContent__item + .p-expContent__item {
  margin: 0;
}

.p-expText {
  margin: 76px 0 0;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.p-expText .u-fontBlue {
  font-size: 3.2rem;
}

.p-expCharacter {
  margin: 60px 0 0;
}

.p-report {
  position: relative;
  background-image: url(/brand/epico/styles/images/softHeader/softHeader_bg.png);
  background-repeat: repeat-x;
  padding-top: 23px;
}

.p-report__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 162px;
}

.p-report__subject {
  font-weight: bold;
  font-size: 5.2rem;
  line-height: 70px;
  text-align: center;
}
.p-report__subject .u-fontBlue {
  font-size: 3.2rem;
}

.p-report__intro__logo {
  width: 470px;
  margin: 52px auto 0;
}

.p-report__intro__text {
  width: 550px;
  margin: 30px auto 0;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 500;
  line-height: 32px;
  text-align: center;
}

.p-report__intro__note {
  display: inline-block;
  margin-top: 3px;
  font-weight: normal;
  color: #98A6B5;
}

.p-report__intro__pict {
  position: relative;
  left: 4px;
  width: 1079px;
  margin: 58px auto 0;
}

.p-report__sprvsr {
  margin-top: 106px;
}
.p-report__sprvsr .is-noWrap {
  position: absolute;
  min-width: 370px;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  line-height: 40px;
  margin-top: 3px;
  padding: 0 0.2em 0;
}
.p-report__sprvsr .c-superviser__person {
  margin-left: -10px;
}

.p-report__cando {
  margin-top: 145px;
}

.p-report__cando__box {
  margin-top: 30px;
  background-color: #EAFBFF;
  border-radius: 5px;
  padding: 38px 20px 40px;
}

.p-report__cando__list {
  width: 388px;
  margin: 0 auto;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: bold;
  line-height: 28px;
}

.p-report__cando__notes {
  margin-top: 15px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: bold;
  line-height: 14px;
  color: #00BCE3;
  text-align: center;
}

.p-display {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 185px;
}

.p-display__intro {
  margin-top: 55px;
}

.p-display__intro__box {
  margin-top: 52px;
  display: flex;
  width: 1200px;
  justify-content: center;
  align-items: center;
}

.p-display__intro__box__photo {
  flex-basis: 600px;
  flex-grow: 1;
}
.p-display__intro__box__photo .c-backCircle {
  width: 550px;
  height: 550px;
  top: 120px;
  left: -60px;
  opacity: 1;
}

.p-display__intro__box__contents {
  flex-basis: 600px;
  flex-grow: 1;
  padding-right: 100px;
  padding-bottom: 45px;
}

.p-display__intro__box__photo__image {
  position: relative;
  top: 4px;
  left: -22px;
  width: 335px;
  margin: 0 auto;
}

.p-display__intro__box__title {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 44px;
}

.p-display__intro__box__logo {
  position: relative;
  left: -8px;
  width: 288px;
  margin-top: 23px;
}

.p-display__intro__box__text {
  margin-top: 23px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 2;
}

.p-display__cando {
  margin-top: 123px;
}

.p-display__cando__box {
  display: grid;
  grid-template-columns: 600px 600px;
  grid-template-rows: 194px auto;
  width: 1200px;
  justify-content: center;
  align-items: flex-start;
}
.p-display__cando__box.is-point1 {
  margin-top: 124px;
}
.p-display__cando__box.is-point1 .p-display__cando__box__left {
  grid-column: 1;
  grid-row: 1;
  padding-left: 82px;
}
.p-display__cando__box.is-point1 .p-display__cando__box__right {
  grid-column: 2;
  grid-row: 1/span 2;
}
.p-display__cando__box.is-point1 .p-display__cando__box__text {
  grid-column: 1;
  grid-row: 2;
  padding-left: 82px;
}
.p-display__cando__box.is-point2 {
  margin-top: 74px;
}
.p-display__cando__box.is-point2 .p-display__cando__box__left {
  grid-column: 1;
  grid-row: 1/span 2;
}
.p-display__cando__box.is-point2 .p-display__cando__box__right {
  grid-column: 2;
  grid-row: 1;
  padding-right: 15px;
}
.p-display__cando__box.is-point2 .p-display__cando__box__text {
  grid-column: 2;
  grid-row: 2;
  padding-left: 7px;
  margin-top: 18px;
}

.p-display__cando__box__text {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 2;
  text-align: center;
}

.p-display__cando__box__label {
  position: relative;
  width: 48px;
  margin: 0 auto;
}
.is-point1 .p-display__cando__box__label {
  left: 0;
  top: 3px;
}

.is-point2 .p-display__cando__box__label {
  left: 8px;
  top: 0;
}

.p-display__cando__box__title {
  position: relative;
  margin-top: 30px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 44px;
  text-align: center;
}
.is-point1 .p-display__cando__box__title.u-blurTitle::before {
  top: -13px;
  left: 7px;
  opacity: 0.35;
}
.is-point1 .p-display__cando__box__title .u-underWaveLine::before {
  bottom: -3px;
  left: 15px;
  width: calc(100% - 23px);
}
.is-point2 .p-display__cando__box__title.u-blurTitle::before {
  top: -13px;
  left: 87px;
  opacity: 0.35;
}
.is-point2 .p-display__cando__box__title .u-underWaveLine::before {
  bottom: -7px;
  left: -15px;
  width: calc(100% + 33px);
}

.p-display__cando__box__pict__point1 {
  width: 459px;
  position: relative;
  top: -61px;
  left: 15px;
  margin: 0 auto;
}

.p-display__cando__box__pict__point2 {
  width: 448px;
  position: relative;
  top: -20px;
  left: 36px;
  margin: 0 auto;
}

.p-display__search {
  margin-top: 98px;
}

.p-display__search__nowPrinting {
  position: relative;
}

.p-display__search__nowPrinting__image {
  position: relative;
  top: -7px;
  left: -37px;
  width: 668px;
  margin: 0 auto -20px;
}

.p-display__search__box {
  display: flex;
  width: 1200px;
  margin-top: 30px;
  padding-bottom: 30px;
  justify-content: center;
  align-items: center;
}

.p-display__search__box__left {
  flex-basis: 600px;
  flex-grow: 1;
}

.p-display__search__box__right {
  flex-basis: 600px;
  flex-grow: 1;
}

.p-display__search__box__googlemap {
  margin-top: 30px;
}
.p-display__search__box__right__text {
  width: 500px;
  margin-left: auto;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 2;
}
.p-display__search__box__right__text .u-fontAsh {
  margin-top: 6px;
  margin-bottom: 15px;
  margin-left: -2px;
}

.p-display__search__areamap {
  position: relative;
}
.p-display__search__areamap .c-shopAreaMap {
  left: 27px;
  top: 22px;
}

.p-display__search__areamap__title {
  position: absolute;
  top: -9px;
  left: 45px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 35px;
  color: #00BCE3;
  text-align: center;
}
.p-display__search__areamap__title .is-EN {
  font-size: 3.2rem;
}
.p-display__search__areamap__title .c-backCircle {
  display: block;
  width: 200px;
  height: 200px;
  top: -67px;
  left: -29px;
}

.p-display__shop {
  margin-top: 92px;
}

.p-display__shop__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1200px;
  gap: 70px 60px;
}

.p-display__shop__item {
  flex-basis: 360px;
}

.p-display__shop__item__areaname {
  width: 100%;
  height: 36px;
  background-color: rgba(152, 166, 181, 0.13);
  border-radius: 18px;
  text-align: center;
  margin-bottom: 40px;
}
.p-display__shop__item__areaname .is-marked {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 36px;
}
.p-display__shop__item__areaname .is-marked::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -2px;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  background-color: #00BCE3;
  border-radius: 3px;
}
#AREA_ANCHOR1 .p-display__shop__item__areaname .is-marked::before {
  background-color: #86B0FF;
}

#AREA_ANCHOR2 .p-display__shop__item__areaname .is-marked::before {
  background-color: #5BCFED;
}

#AREA_ANCHOR3 .p-display__shop__item__areaname .is-marked::before {
  background-color: #F47B92;
}

#AREA_ANCHOR4 .p-display__shop__item__areaname .is-marked::before {
  background-color: #F09D4A;
}

#AREA_ANCHOR5 .p-display__shop__item__areaname .is-marked::before {
  background-color: #F0D14F;
}

#AREA_ANCHOR6 .p-display__shop__item__areaname .is-marked::before {
  background-color: #8DC664;
}

#AREA_ANCHOR7 .p-display__shop__item__areaname .is-marked::before {
  background-color: #64C6AF;
}

.p-software {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 125px;
}

.p-software__intro {
  margin-top: 54px;
  padding-right: 30px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 2;
  text-align: center;
}

.p-software__box {
  width: 984px;
  margin: 40px auto 0;
}

.p-software__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 462px);
  justify-content: center;
  gap: 120px 60px;
}

.p-software__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 125px;
  padding-bottom: 20px;
}
.p-software__title::before {
  content: "";
  position: absolute;
  display: block;
  width: 64px;
  height: 4px;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #E6E6E6;
  z-index: 1;
}

.p-software__title__text {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
}
.p-software__title__text.is-small {
  font-size: 2.4rem;
  line-height: 30px;
}

.p-software__photo {
  width: 320px;
  margin: 27px auto 0;
}

.p-software__photo__caption {
  margin-top: 10px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 18px;
  text-align: center;
  color: #98A6B5;
  min-height: 50px;
}

.p-software__download {
  margin-top: -8px;
}
.p-software__download .c-btn {
  display: block;
  margin: 0 auto;
  width: 326px;
  letter-spacing: 1px;
}
.p-software__download .c-btn + .c-btn {
  margin-top: 14px;
}

.p-software__moreAndmore {
  margin-top: 120px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 44px;
  color: #00BCE3;
  text-align: center;
}

.p-movie {
  position: relative;
  padding-bottom: 37.5%;
  height: 0;
  overflow: hidden;
  width: 800px;
  margin: 100px auto 0;
}
.p-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-manual {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 75px;
}

.p-manual__download {
  margin-top: 55px;
  text-align: center;
  font-size: 1.6rem;
}

.p-manual__tabBox {
  margin-top: 55px;
}

.p-manual__device {
  margin-top: 30px;
}

.p-manual__taiken {
  margin-top: 45px;
}
.p-manual__taiken .p-manual__list {
  margin-top: 13px;
}
.p-manual__taiken .c-lineHeader {
  margin-top: 60px;
}

.p-manual__software {
  margin-top: 45px;
}
.p-manual__software .c-lineHeader {
  margin-top: 23px;
}
.p-manual__software .p-manual__list {
  margin-top: 13px;
}

.p-manual__howtoDL {
  margin-top: 50px;
}

.p-manual__contents {
  margin-top: 45px;
}

.c-midHeader + .p-manual__list {
  margin-top: 30px;
}

.p-manual__list {
  width: 660px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, 150px);
  justify-content: center;
  gap: 15px 20px;
}

.p-manual__link {
  display: block;
  color: #6A6A6A;
  transition: all 0.5s;
}
.p-manual__link.visited, .p-manual__link:visited {
  color: #6A6A6A;
}
.p-manual__link.hover, .p-manual__link:hover {
  color: #2672b9;
}
.p-manual__link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.p-manual__thum {
  display: block;
}

.p-manual__caption {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 3rem;
}
.p-manual__caption.is-small {
  margin-top: 5px;
  font-size: 1.3rem;
  line-height: 2rem;
}

.p-manual__return {
  text-align: center;
  margin-top: 116px;
  padding-top: 80px;
  border-top: 1px solid #D8DFE6;
}

.p-manual__package {
  width: 200px;
  margin: 0 auto;
}

.p-manual__button {
  display: block;
  text-align: center;
}

.p-manual__copywrite {
  margin-top: 132px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 2.8rem;
  color: #98A6B5;
  text-align: center;
}

.p-manual__software__box {
  margin-top: 86px;
}

.p-manual__software__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 314px);
  justify-content: center;
  gap: 10px 10px;
}

.p-manual__software__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  padding-bottom: 20px;
}

.p-manual__software__title__text {
  font-size: 2rem;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}
.p-manual__software__title__text.is-small {
  font-size: 1.8rem;
  line-height: 22px;
}

.p-manual__software__photo {
  width: 200px;
  margin: 7px auto 0;
}

.p-manual__software__photo__caption {
  margin-top: 7px;
  font-size: 0.8rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 13px;
  text-align: center;
  color: #98A6B5;
  min-height: 45px;
}

.p-manual__software__download {
  text-align: center;
}

.p-manual__software__faq {
  text-align: center;
  margin-top: 87px;
  padding-bottom: 92px;
}
.p-manual__software__faq .c-btn {
  width: 330px;
  margin-left: 30px;
}

.p-anpanman {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 75px;
}

.p-anpanman__intro {
  margin-top: 60px;
}

.p-anpanman__intro__softMain .c-softMain__right {
  margin-top: -75px;
}

.p-anpanman__intro__softLearn {
  margin-top: 93px;
}

.p-anpanman__intro__softLearn__title {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  color: #00BCE3;
}

.p-anpanman__intro__softLearn__target {
  width: 640px;
  margin: 27px auto 0;
}

.p-anpanman__detail {
  margin-top: 80px;
}

.p-anpanman__detail__list {
  display: grid;
  grid-template-rows: 260px 260px;
  grid-template-columns: 280px 280px 280px 280px;
  gap: 26px 27px;
  margin-top: 43px;
}

.p-anpanman__detail__summary {
  position: relative;
  width: 1008px;
  margin: 111px auto 0;
}

.p-anpanman__detail__summary__title {
  font-size: 3.2rem;
  line-height: 4.4rem;
  font-weight: bold;
  color: #00BCE3;
  text-align: center;
}

.p-anpanman__detail__summary__flex {
  display: flex;
  align-items: center;
  margin-top: 43px;
}

.p-anpanman__detail__summary__image {
  flex-basis: 588px;
  width: 588px;
}

.p-anpanman__detail__summary__label {
  flex-basis: 367px;
  width: 367px;
  margin-left: 53px;
}

.p-anpanman__sprvsr {
  margin-top: 141px;
}

.p-anpanman__sprvsr__headtext {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.5;
  color: #00BCE3;
  text-align: center;
}

.p-anpanman__sprvsr__person {
  width: 266px;
  margin: 30px auto 0;
}

.p-anpanman__sprvsr__career {
  margin-top: 30px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 2.5rem;
  text-align: center;
}

.p-anpanman__sprvsr__name {
  margin-top: 10px;
  font-size: 3.1rem;
  font-weight: bold;
  line-height: 7.6rem;
  text-align: center;
}

.p-anpanman__sprvsr__text {
  margin: 13px auto 0;
  padding-top: 15px;
  width: 800px;
  border-top: 1px solid #00BCE3;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 3.2rem;
}

.p-anpanman__sprvsr__biography {
  margin-top: 62px;
  padding-bottom: 1px;
}

.p-anpanman__sprvsr__biography__text {
  margin: 10px auto 0;
  width: 800px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 3.2rem;
}

.p-anpanman__sprvsr__note {
  width: 693px;
  margin: 93px auto 0;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
}

ul.p-anpanman__sprvsr__note__list {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 3.2rem;
  padding: 20px 9px 24px 20px;
  letter-spacing: -0.15px;
}
ul.p-anpanman__sprvsr__note__list > li {
  padding-left: 1em;
}

.p-anpanman__sprvsr__manual {
  margin-top: 46px;
  text-align: center;
}
.p-anpanman__sprvsr__manual .c-btn {
  width: 330px;
}

.p-anpanman__sprvsr__copywrite {
  margin-top: 125px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 2.8rem;
  color: #98A6B5;
  text-align: center;
}

.p-disneyprincess {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 75px;
}

.p-disneyprincess__intro {
  margin-top: 60px;
}

.p-disneyprincess__intro__softMain .c-softMain__right {
  margin-top: -124px;
}
.p-disneyprincess__intro__softMain .c-softMain__package__caption {
  position: relative;
  top: -2px;
}
.p-disneyprincess__intro__softMain .c-softMain__package__image {
  left: 2px;
}
.p-disneyprincess__intro__softMain .c-softMain__target__pict {
  left: 2px;
  top: -2px;
}
.p-disneyprincess__intro__softMain .c-softMain__target__text {
  margin-right: -5px;
  letter-spacing: 2px;
}

.p-disneyprincess__intro__softLearn {
  margin-top: 93px;
}

.p-disneyprincess__intro__softLearn__title {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  color: #00BCE3;
}

.p-disneyprincess__intro__softLearn__target {
  width: 640px;
  margin: 27px auto 0;
}

.p-disneyprincess__detail {
  margin-top: 88px;
}

.p-disneyprincess__detail__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 26px 26px;
  margin-top: 43px;
}

.p-disneyprincess__detail__item {
  flex-basis: 280px;
}

.p-disneyprincess__detail__summary {
  position: relative;
  width: 827px;
  margin: 91px auto 0;
}

.p-disneyprincess__detail__summary__title {
  font-size: 3.2rem;
  line-height: 4.4rem;
  font-weight: bold;
  color: #00BCE3;
  text-align: center;
}

.p-disneyprincess__detail__summary__flex {
  display: flex;
  align-items: center;
  position: relative;
  left: 48px;
  margin-top: 50px;
}

.p-disneyprincess__detail__summary__image {
  flex-basis: 420px;
  width: 420px;
}

.p-disneyprincess__detail__summary__label {
  flex-basis: 338px;
  width: 338px;
  margin-left: 69px;
  margin-top: 20px;
}

.p-disneyprincess__sprvsr {
  margin-top: 91px;
}

.p-disneyprincess__sprvsr__person {
  width: 266px;
  margin: 30px auto 0;
}

.p-disneyprincess__sprvsr__career {
  margin-top: 30px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 2.5rem;
  text-align: center;
}

.p-disneyprincess__sprvsr__name {
  margin-top: 10px;
  font-size: 3.1rem;
  font-weight: bold;
  line-height: 7.6rem;
  text-align: center;
}

.p-disneyprincess__sprvsr__text {
  margin: 13px auto 0;
  padding-top: 15px;
  width: 800px;
  border-top: 1px solid #00BCE3;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 3.2rem;
}

.p-disneyprincess__sprvsr__biography {
  margin-top: 62px;
  padding-bottom: 1px;
}

.p-disneyprincess__sprvsr__biography__text {
  margin: 10px auto 0;
  width: 800px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 3.2rem;
}

.p-disneyprincess__sprvsr__more {
  width: 800px;
  margin: 15px auto 0;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 3.2rem;
}
.p-disneyprincess__sprvsr__more .is-books {
  margin-top: 4px;
  margin-bottom: 22px;
  color: #98A6B5;
  font-size: 1.4rem;
  line-height: 2.8rem;
}

.p-disneyprincess__sprvsr__note {
  width: 693px;
  margin: 67px auto 0;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
}

ul.p-disneyprincess__sprvsr__note__list {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 3.2rem;
  padding: 20px 9px 24px 20px;
  letter-spacing: -0.15px;
}
ul.p-disneyprincess__sprvsr__note__list > li {
  padding-left: 1em;
}

.p-disneyprincess__sprvsr__manual {
  margin-top: 46px;
  text-align: center;
}
.p-disneyprincess__sprvsr__manual .c-btn {
  width: 330px;
}

.p-disneyprincess__sprvsr__copywrite {
  margin-top: 125px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 2.8rem;
  color: #98A6B5;
  text-align: center;
}

.p-usersvoice {
  position: relative;
  max-width: 1200px;
  margin: 87px auto 0;
  padding-left: 20px;
  padding-right: 15px;
  padding-bottom: 91px;
}

.p-usersvoice__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 565px);
  gap: 45px 35px;
}
.p-usersvoice__list li:nth-of-type(2n) {
  position: relative;
  top: 70px;
}

.p-instaArea {
  margin: 77px 0 0;
}

.p-instaSlider {
  padding-bottom: 65px;
}

.p-instaSlider__body {
  padding: 20px 0;
}

.p-instaSlider__item {
  max-width: 300px;
  margin: 0 0 0 30px;
  border-radius: 20px;
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
}
.p-instaSlider__item a:hover {
  opacity: 0.7;
}
.p-instaSlider__item img {
  width: 100%;
}

.p-instaSlider__pagination {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  bottom: 0;
}
.p-instaSlider__pagination .splide__pagination__page {
  width: 12px;
  height: 12px;
  background-color: #E2E6EA;
}
.p-instaSlider__pagination .splide__pagination__page.is-active {
  background-color: #00BCE3;
  transform: scale(1);
}

.p-instaSlider__arrows {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}

.p-instaSlider__arrows__inner {
  position: absolute;
  right: 9.4594594595%;
  width: 100%;
  max-width: 166px;
}

.p-instaSlider__arrows__btn.splide__arrow--prev, .p-instaSlider__arrows__btn.splide__arrow--next {
  display: inline-block;
  width: 72px;
  height: 72px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 50%;
  background-color: inherit;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.4s;
  cursor: pointer;
}
.p-instaSlider__arrows__btn.splide__arrow--prev:hover, .p-instaSlider__arrows__btn.splide__arrow--next:hover {
  opacity: 0.75;
}
.p-instaSlider__arrows__btn.splide__arrow--next {
  right: 0;
  background-image: url(/brand/epico/styles/images/button/btn_slider_right.svg);
}
.p-instaSlider__arrows__btn.splide__arrow--prev {
  left: 0;
  background-image: url(/brand/epico/styles/images/button/btn_slider_left.svg);
}

.p-buy {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 180px;
}

.p-buy__intro {
  margin-top: 80px;
  text-align: center;
}

.p-buy__shop {
  margin-top: 80px;
}

.p-buy__shop__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1200px;
  gap: 70px 60px;
}

.p-buy__shop__item {
  flex-basis: 360px;
}

.p-buy__shop__item__areaname {
  width: 100%;
  height: 36px;
  background-color: rgba(152, 166, 181, 0.13);
  border-radius: 18px;
  text-align: center;
  margin-bottom: 40px;
}
.p-buy__shop__item__areaname .is-marked {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 36px;
}
.p-buy__shop__item__areaname .is-marked::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -2px;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  background-color: #00BCE3;
  border-radius: 3px;
}
#AREA_ANCHOR1 .p-buy__shop__item__areaname .is-marked::before {
  background-color: #86B0FF;
}

#AREA_ANCHOR2 .p-buy__shop__item__areaname .is-marked::before {
  background-color: #5BCFED;
}

#AREA_ANCHOR3 .p-buy__shop__item__areaname .is-marked::before {
  background-color: #F47B92;
}

#AREA_ANCHOR4 .p-buy__shop__item__areaname .is-marked::before {
  background-color: #F09D4A;
}

#AREA_ANCHOR5 .p-buy__shop__item__areaname .is-marked::before {
  background-color: #F0D14F;
}

#AREA_ANCHOR6 .p-buy__shop__item__areaname .is-marked::before {
  background-color: #8DC664;
}

#AREA_ANCHOR7 .p-buy__shop__item__areaname .is-marked::before {
  background-color: #64C6AF;
}

.p-support {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 180px;
}
.p-support .c-accordionList {
  max-width: 760px;
  margin: 0 auto;
}
.p-support .c-midHeader + .c-accordionList {
  margin-top: 30px;
}
.p-support .c-accordionList__head {
  padding: 30px 50px 30px 2px;
}
.p-support .c-accordionList__head__label {
  font-size: 2rem;
  line-height: 2.8rem;
}
.p-support .c-accordionList__body {
  font-size: 1.6rem;
  line-height: 3.2rem;
  padding-bottom: 60px;
}
.p-support .c-markList > li {
  padding-top: 0;
  padding-bottom: 0;
}

.p-support__tabBox {
  max-width: 720px;
  margin: 0 auto;
}

.p-support__device {
  margin-top: 30px;
}

.p-support__howtouse {
  margin-top: 92px;
}

.p-support__game {
  margin-top: 93px;
}

.p-support__muchuRepo {
  margin-top: 93px;
}

.p-support__accident {
  margin-top: 93px;
}

.p-support__software {
  margin-top: 93px;
}
.p-support__software .c-midHeader + .c-lineHeader {
  margin-top: 15px;
}
.p-support__software .c-lineHeader + .c-accordionList {
  margin-top: 10px;
}
.p-support__software .c-accordionList + .c-lineHeader {
  margin-top: 60px;
}
.p-support__software .is-line3.c-lineHeader {
  font-size: 2.4rem;
  line-height: 30px;
  padding-bottom: 1.65em;
}
.p-support__software .is-line3.c-lineHeader::before {
  width: 64px;
}
.p-support__software .is-line2.c-lineHeader {
  font-size: 2.8rem;
  line-height: 35px;
  padding-bottom: 1.65em;
}
.p-support__software .is-line2.c-lineHeader::before {
  width: 64px;
}

.p-support__inquiry {
  margin-top: 160px;
}

.p-support__inquiry__box {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1020px;
  margin: 0 auto;
  padding: 12px 0 14px;
  border: 2px solid #E6E6E6;
  border-radius: 5px;
}

.p-support__inquiry__text {
  flex: 1 1 575px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 3.2rem;
  text-align: center;
}

.p-support__inquiry__button {
  flex: 1 1 445px;
  padding-left: 15px;
}
.p-support__inquiry__button .c-btn {
  width: 270px;
  margin-bottom: 2px;
}

.p-support__inquiry__button__note {
  max-width: 275px;
  padding-left: 10px;
  padding-bottom: 30px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 1.2rem;
  line-height: 2.4rem;
}

.p-attention {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 220px;
}

.p-attention__support {
  margin-top: 55px;
}

.p-attention__before {
  margin-top: 50px;
}

.p-attention__list {
  position: relative;
  display: flex;
  max-width: 680px;
  margin: 0 auto;
  left: -10px;
}

.c-midHeader + .p-attention__list {
  margin-top: 20px;
}

.p-attention__item {
  flex: 1 1 340px;
}
.p-attention__item .c-btn {
  width: 330px;
}

.p-licence {
  margin: 0;
  background-color: #4DD0EB;
}

.p-licence__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 120px;
}

.p-licence__section {
  max-width: 720px;
  margin: 0 auto;
  padding: 56px 40px;
  background-color: #fff;
  border-radius: 5px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.p-licence__section + .p-licence__section {
  margin-top: 40px;
}
.p-licence__section pre {
  font-size: 1.5rem;
  white-space: pre-wrap;
}

.p-licence__logo__criware {
  width: 118px;
  margin-top: 10px;
  padding-bottom: 3px;
}

.p-licence__section__list li + li {
  margin-top: 16px;
}

.p-licence__section__list__border {
  position: relative;
  left: -16px;
  width: calc(100% + 16px);
  height: 0;
  background: none;
  border: 0 none;
  border-top: 1px solid #E6E6E6;
  margin-top: 30px;
  margin-bottom: 35px;
}

/* ***************************
displayUtil
*************************** */

.u-spOnly {
  display: none !important;
}

.u-spOnly--inlineBlock {
  display: none !important;
}

.u-tabletView {
  display: none !important;
}

.u-block {
  display: block;
}

.u-inlineBlock {
  display: inline-block !important;
}

/* ***************************
text
*************************** */
.u-ZenMaruGothic {
  font-family: "Zen Maru Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" !important;
}

.u-NotoSansJp {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" !important;
}

.u-fontSize10 {
  font-size: 1rem !important;
}

.u-fontSize11 {
  font-size: 1.1rem !important;
}

.u-fontSize12 {
  font-size: 1.2rem !important;
}

.u-fontSize13 {
  font-size: 1.3rem !important;
}

.u-fontSize14 {
  font-size: 1.4rem !important;
}

.u-fontSize15 {
  font-size: 1.5rem !important;
}

.u-fontSize16 {
  font-size: 1.6rem !important;
}

.u-fontSize17 {
  font-size: 1.7rem !important;
}

.u-fontSize18 {
  font-size: 1.8rem !important;
}

.u-fontSize19 {
  font-size: 1.9rem !important;
}

.u-fontSize20 {
  font-size: 2rem !important;
}

.u-fontSize21 {
  font-size: 2.1rem !important;
}

.u-fontSize22 {
  font-size: 2.2rem !important;
}

.u-fontSize23 {
  font-size: 2.3rem !important;
}

.u-fontSize24 {
  font-size: 2.4rem !important;
}

.u-fontSize25 {
  font-size: 2.5rem !important;
}

.u-fontSize26 {
  font-size: 2.6rem !important;
}

.u-fontSize27 {
  font-size: 2.7rem !important;
}

.u-fontSize28 {
  font-size: 2.8rem !important;
}

.u-fontSize29 {
  font-size: 2.9rem !important;
}

.u-fontSize30 {
  font-size: 3rem !important;
}

.u-fontSize31 {
  font-size: 3.1rem !important;
}

.u-fontSize32 {
  font-size: 3.2rem !important;
}

.u-fontSize33 {
  font-size: 3.3rem !important;
}

.u-fontSize34 {
  font-size: 3.4rem !important;
}

.u-fontSize35 {
  font-size: 3.5rem !important;
}

.u-fontSize36 {
  font-size: 3.6rem !important;
}

.u-fontSize37 {
  font-size: 3.7rem !important;
}

.u-fontSize38 {
  font-size: 3.8rem !important;
}

.u-fontSize39 {
  font-size: 3.9rem !important;
}

.u-fontSize40 {
  font-size: 4rem !important;
}

.u-fontSize41 {
  font-size: 4.1rem !important;
}

.u-fontSize42 {
  font-size: 4.2rem !important;
}

.u-fontSize43 {
  font-size: 4.3rem !important;
}

.u-fontSize44 {
  font-size: 4.4rem !important;
}

.u-fontSize45 {
  font-size: 4.5rem !important;
}

.u-fontSize46 {
  font-size: 4.6rem !important;
}

.u-fontSize47 {
  font-size: 4.7rem !important;
}

.u-fontSize48 {
  font-size: 4.8rem !important;
}

.u-fontSize49 {
  font-size: 4.9rem !important;
}

.u-fontSize50 {
  font-size: 5rem !important;
}

.u-fontSize51 {
  font-size: 5.1rem !important;
}

.u-fontSize52 {
  font-size: 5.2rem !important;
}

.u-fontSize53 {
  font-size: 5.3rem !important;
}

.u-fontSize54 {
  font-size: 5.4rem !important;
}

.u-fontSize55 {
  font-size: 5.5rem !important;
}

.u-fontSize56 {
  font-size: 5.6rem !important;
}

.u-fontSize57 {
  font-size: 5.7rem !important;
}

.u-fontSize58 {
  font-size: 5.8rem !important;
}

.u-fontSize59 {
  font-size: 5.9rem !important;
}

.u-fontSize60 {
  font-size: 6rem !important;
}

.u-fontSize61 {
  font-size: 6.1rem !important;
}

.u-fontSize62 {
  font-size: 6.2rem !important;
}

.u-fontSize63 {
  font-size: 6.3rem !important;
}

.u-fontSize64 {
  font-size: 6.4rem !important;
}

.u-fontSize65 {
  font-size: 6.5rem !important;
}

.u-fontSize66 {
  font-size: 6.6rem !important;
}

.u-fontSize67 {
  font-size: 6.7rem !important;
}

.u-fontSize68 {
  font-size: 6.8rem !important;
}

.u-fontSize69 {
  font-size: 6.9rem !important;
}

.u-fontSize70 {
  font-size: 7rem !important;
}

.u-fontSize71 {
  font-size: 7.1rem !important;
}

.u-fontSize72 {
  font-size: 7.2rem !important;
}

.u-fontSize73 {
  font-size: 7.3rem !important;
}

.u-fontSize74 {
  font-size: 7.4rem !important;
}

.u-fontSize75 {
  font-size: 7.5rem !important;
}

.u-fontSize76 {
  font-size: 7.6rem !important;
}

.u-fontSize77 {
  font-size: 7.7rem !important;
}

.u-fontSize78 {
  font-size: 7.8rem !important;
}

.u-fontSize79 {
  font-size: 7.9rem !important;
}

.u-fontSize80 {
  font-size: 8rem !important;
}

.u-fwNormal {
  font-weight: normal !important;
}

.u-bold {
  font-weight: bold !important;
}

.u-alignCenter {
  text-align: center !important;
}
.u-alignCenter th,
.u-alignCenter td {
  text-align: center !important;
}

.u-alignLeft {
  text-align: left !important;
}
.u-alignLeft th,
.u-alignLeft td {
  text-align: left !important;
}

.u-alignRight {
  text-align: right !important;
}
.u-alignRight th,
.u-alignRight td {
  text-align: right !important;
}
.u-alignTop {
  vertical-align: top !important;
}

.u-alignMiddle {
  vertical-align: middle !important;
}

.u-alignBottom {
  vertical-align: bottom !important;
}

.u-textIndent1em {
  padding-left: 1em;
  text-indent: -1em;
}

.u-textIndent2em {
  padding-left: 2em;
  text-indent: -2em;
}

.u-textIndent3em {
  padding-left: 3em;
  text-indent: -3em;
}

.u-wb-ba {
  word-break: break-all;
}

.u-wb-bw {
  word-break: break-word;
  word-wrap: break-word;
}

.u-float--right {
  float: right;
}

.u-float--left {
  float: left;
}

.u-float--none {
  float: none;
}

/* ***************************
width
*************************** */
.u-col1 {
  width: 8.3333333333% !important;
}

.u-col2 {
  width: 16.6666666667% !important;
}

.u-col3 {
  width: 25% !important;
}

.u-col4 {
  width: 33.3333333333% !important;
}

.u-col5 {
  width: 41.6666666667% !important;
}

.u-col6 {
  width: 50% !important;
}

.u-col7 {
  width: 58.3333333333% !important;
}

.u-col8 {
  width: 66.6666666667% !important;
}

.u-col9 {
  width: 75% !important;
}

.u-col10 {
  width: 83.3333333333% !important;
}

.u-col11 {
  width: 91.6666666667% !important;
}

.u-col12 {
  width: 100% !important;
}

.p-grid--sp .u-col1 {
  width: 8.3333333333% !important;
}
.p-grid--sp .u-col2 {
  width: 16.6666666667% !important;
}
.p-grid--sp .u-col3 {
  width: 25% !important;
}
.p-grid--sp .u-col4 {
  width: 33.3333333333% !important;
}
.p-grid--sp .u-col5 {
  width: 41.6666666667% !important;
}
.p-grid--sp .u-col6 {
  width: 50% !important;
}
.p-grid--sp .u-col7 {
  width: 58.3333333333% !important;
}
.p-grid--sp .u-col8 {
  width: 66.6666666667% !important;
}
.p-grid--sp .u-col9 {
  width: 75% !important;
}
.p-grid--sp .u-col10 {
  width: 83.3333333333% !important;
}
.p-grid--sp .u-col11 {
  width: 91.6666666667% !important;
}
.p-grid--sp .u-col12 {
  width: 100% !important;
}

.u-widhtAuto {
  width: auto !important;
}

/* ***************************
box
*************************** */
/* margin
--------------------------- */
.u-mAuto {
  margin-left: auto;
  margin-right: auto;
}

/* margin-top */
.u-mTop0 {
  margin-top: 0 !important;
}

.u-mTop5 {
  margin-top: 5px !important;
}

.u-mTop10 {
  margin-top: 10px !important;
}

.u-mTop15 {
  margin-top: 15px !important;
}

.u-mTop20 {
  margin-top: 20px !important;
}

.u-mTop25 {
  margin-top: 25px !important;
}

.u-mTop30 {
  margin-top: 30px !important;
}

.u-mTop35 {
  margin-top: 35px !important;
}

.u-mTop40 {
  margin-top: 40px !important;
}

.u-mTop45 {
  margin-top: 45px !important;
}

.u-mTop50 {
  margin-top: 50px !important;
}

.u-mTop55 {
  margin-top: 55px !important;
}

.u-mTop60 {
  margin-top: 60px !important;
}

.u-mTop65 {
  margin-top: 65px !important;
}

.u-mTop70 {
  margin-top: 70px !important;
}

.u-mTop75 {
  margin-top: 75px !important;
}

.u-mTop80 {
  margin-top: 80px !important;
}

.u-mTop85 {
  margin-top: 85px !important;
}

.u-mTop90 {
  margin-top: 90px !important;
}

.u-mTop95 {
  margin-top: 95px !important;
}

.u-mTop100 {
  margin-top: 100px !important;
}

/* margin-top (SP only) */

/* padding
--------------------------- */
/* top */
.u-pTop0 {
  padding-top: 0 !important;
}

.u-pTop5 {
  padding-top: 5px !important;
}

.u-pTop10 {
  padding-top: 10px !important;
}

.u-pTop15 {
  padding-top: 15px !important;
}

.u-pTop20 {
  padding-top: 20px !important;
}

.u-pTop25 {
  padding-top: 25px !important;
}

.u-pTop30 {
  padding-top: 30px !important;
}

.u-pTop35 {
  padding-top: 35px !important;
}

.u-pTop40 {
  padding-top: 40px !important;
}

.u-pTop45 {
  padding-top: 45px !important;
}

.u-pTop50 {
  padding-top: 50px !important;
}

.u-pTop55 {
  padding-top: 55px !important;
}

.u-pTop60 {
  padding-top: 60px !important;
}

.u-pTop65 {
  padding-top: 65px !important;
}

.u-pTop70 {
  padding-top: 70px !important;
}

.u-pTop75 {
  padding-top: 75px !important;
}

.u-pTop80 {
  padding-top: 80px !important;
}

.u-pTop85 {
  padding-top: 85px !important;
}

.u-pTop90 {
  padding-top: 90px !important;
}

.u-pTop95 {
  padding-top: 95px !important;
}

.u-pTop100 {
  padding-top: 100px !important;
}

/* right */
.u-pRight0 {
  padding-right: 0 !important;
}

.u-pRight5 {
  padding-right: 5px !important;
}

.u-pRight10 {
  padding-right: 10px !important;
}

.u-pRight15 {
  padding-right: 15px !important;
}

.u-pRight20 {
  padding-right: 20px !important;
}

.u-pRight25 {
  padding-right: 25px !important;
}

.u-pRight30 {
  padding-right: 30px !important;
}

.u-pRight35 {
  padding-right: 35px !important;
}

.u-pRight40 {
  padding-right: 40px !important;
}

.u-pRight45 {
  padding-right: 45px !important;
}

.u-pRight50 {
  padding-right: 50px !important;
}

.u-pRight55 {
  padding-right: 55px !important;
}

.u-pRight60 {
  padding-right: 60px !important;
}

.u-pRight65 {
  padding-right: 65px !important;
}

.u-pRight70 {
  padding-right: 70px !important;
}

.u-pRight75 {
  padding-right: 75px !important;
}

.u-pRight80 {
  padding-right: 80px !important;
}

.u-pRight85 {
  padding-right: 85px !important;
}

.u-pRight90 {
  padding-right: 90px !important;
}

.u-pRight95 {
  padding-right: 95px !important;
}

.u-pRight100 {
  padding-right: 100px !important;
}

/* bottom */
.u-pBottom0 {
  padding-bottom: 0 !important;
}

.u-pBottom5 {
  padding-bottom: 5px !important;
}

.u-pBottom10 {
  padding-bottom: 10px !important;
}

.u-pBottom15 {
  padding-bottom: 15px !important;
}

.u-pBottom20 {
  padding-bottom: 20px !important;
}

.u-pBottom25 {
  padding-bottom: 25px !important;
}

.u-pBottom30 {
  padding-bottom: 30px !important;
}

.u-pBottom35 {
  padding-bottom: 35px !important;
}

.u-pBottom40 {
  padding-bottom: 40px !important;
}

.u-pBottom45 {
  padding-bottom: 45px !important;
}

.u-pBottom50 {
  padding-bottom: 50px !important;
}

.u-pBottom55 {
  padding-bottom: 55px !important;
}

.u-pBottom60 {
  padding-bottom: 60px !important;
}

.u-pBottom65 {
  padding-bottom: 65px !important;
}

.u-pBottom70 {
  padding-bottom: 70px !important;
}

.u-pBottom75 {
  padding-bottom: 75px !important;
}

.u-pBottom80 {
  padding-bottom: 80px !important;
}

.u-pBottom85 {
  padding-bottom: 85px !important;
}

.u-pBottom90 {
  padding-bottom: 90px !important;
}

.u-pBottom95 {
  padding-bottom: 95px !important;
}

.u-pBottom100 {
  padding-bottom: 100px !important;
}

/* left */
.u-pLeft0 {
  padding-left: 0 !important;
}

.u-pLeft5 {
  padding-left: 5px !important;
}

.u-pLeft10 {
  padding-left: 10px !important;
}

.u-pLeft15 {
  padding-left: 15px !important;
}

.u-pLeft20 {
  padding-left: 20px !important;
}

.u-pLeft25 {
  padding-left: 25px !important;
}

.u-pLeft30 {
  padding-left: 30px !important;
}

.u-pLeft35 {
  padding-left: 35px !important;
}

.u-pLeft40 {
  padding-left: 40px !important;
}

.u-pLeft45 {
  padding-left: 45px !important;
}

.u-pLeft50 {
  padding-left: 50px !important;
}

.u-pLeft55 {
  padding-left: 55px !important;
}

.u-pLeft60 {
  padding-left: 60px !important;
}

.u-pLeft65 {
  padding-left: 65px !important;
}

.u-pLeft70 {
  padding-left: 70px !important;
}

.u-pLeft75 {
  padding-left: 75px !important;
}

.u-pLeft80 {
  padding-left: 80px !important;
}

.u-pLeft85 {
  padding-left: 85px !important;
}

.u-pLeft90 {
  padding-left: 90px !important;
}

.u-pLeft95 {
  padding-left: 95px !important;
}

.u-pLeft100 {
  padding-left: 100px !important;
}

.u-wAuto {
  width: auto !important;
}

/* width(%)
--------------------------- */
.u-w0--percent {
  width: 0% !important;
}

.u-w5--percent {
  width: 5% !important;
}

.u-w10--percent {
  width: 10% !important;
}

.u-w15--percent {
  width: 15% !important;
}

.u-w20--percent {
  width: 20% !important;
}

.u-w25--percent {
  width: 25% !important;
}

.u-w30--percent {
  width: 30% !important;
}

.u-w35--percent {
  width: 35% !important;
}

.u-w40--percent {
  width: 40% !important;
}

.u-w45--percent {
  width: 45% !important;
}

.u-w50--percent {
  width: 50% !important;
}

.u-w55--percent {
  width: 55% !important;
}

.u-w60--percent {
  width: 60% !important;
}

.u-w65--percent {
  width: 65% !important;
}

.u-w70--percent {
  width: 70% !important;
}

.u-w75--percent {
  width: 75% !important;
}

.u-w80--percent {
  width: 80% !important;
}

.u-w85--percent {
  width: 85% !important;
}

.u-w90--percent {
  width: 90% !important;
}

.u-w95--percent {
  width: 95% !important;
}

.u-w100--percent {
  width: 100% !important;
}

.u-max100--percent {
  max-width: 100% !important;
  height: auto !important;
}

/* height(px)
--------------------------- */
.u-hAuto {
  height: auto !important;
}

/* ***************************
decoration
*************************** */
.u-textGold {
  display: inline-block;
  padding-bottom: 6px;
  font-size: 6.6rem;
  font-weight: bold;
  background: linear-gradient(180deg, #EFE1C8 0%, #FFDA9D 45%, #EAAE4E 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.u-fontBlue {
  color: #00BCE3;
}

.u-fontAsh {
  color: #98A6B5;
}

.u-underWaveLine {
  position: relative;
  padding-bottom: 0.25em;
}
.u-underWaveLine::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -0.25em;
  width: calc(100% + 0.5em);
  height: 13px;
  background-image: url(/brand/epico/styles/images/underline/waveline_blue.svg);
  background-repeat: repeat-x;
  background-size: 230px 13px;
}

.u-blurTitle::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 66px;
  height: 66px;
  top: 1em;
  left: -1em;
  background-image: url(/brand/epico/styles/images/backImage/backImage_toppage_circle.png);
  background-size: contain;
  opacity: 0.5;
}

@media screen and (max-width: 1480px) {
  .dummy-mqpacker {
    color: red;
  }
  .c-pageHeader.is-software-anpanman-oss, .c-pageHeader.is-software-disneyprincess-oss, .c-pageHeader.is-software-hontai-licence, .c-pageHeader.is-software-taiken-oss {
    background-size: cover;
    background-position: inherit;
  }
  .p-toppageKV__container {
    left: inherit;
    transform: inherit;
    width: 100%;
  }
  .p-toppageKV__slider__image {
    left: 0;
    transform: inherit;
  }
}

@media screen and (max-width: 1479px) {
  .dummy-mqpacker {
    color: red;
  }
  .c-pageMenu__inner {
    left: calc(100vw - 620px);
  }
  .p-toppageKV__button {
    width: 100%;
  }
  .p-toppageKV__japanToyAward {
    width: 100%;
  }
}

@media screen and (max-width: 1300px) {
  .dummy-mqpacker {
    color: red;
  }
}

@media screen and (max-width: 1200px) {
  .dummy-mqpacker {
    color: red;
  }
  .c-pageMenu__inner {
    left: 580px;
  }
}

@media screen and (max-width: 1024px) {
  .dummy-mqpacker {
    color: red;
  }
  .c-column > .is-w1 {
    grid-column: span 6;
  }
  .c-column > .is-w2 {
    grid-column: span 6;
  }
  .c-column > .is-w3 {
    grid-column: span 6;
  }
  .c-column > .is-w4 {
    grid-column: span 6;
  }
  .c-column > .is-w5 {
    grid-column: span 6;
  }
  .c-column > .is-w6 {
    grid-column: span 6;
  }
  .c-column > .is-w7 {
    grid-column: span 6;
  }
  .c-column > .is-w8 {
    grid-column: span 6;
  }
  .c-column > .is-w9 {
    grid-column: span 6;
  }
  .c-column > .is-w10 {
    grid-column: span 6;
  }
  .c-column > .is-w11 {
    grid-column: span 6;
  }
  .c-column > .is-w12 {
    grid-column: span 6;
  }
  .c-column.is-colWidth1 > li {
    grid-column: span 6;
  }
  .c-column.is-colWidth2 > li {
    grid-column: span 6;
  }
  .c-column.is-colWidth3 > li {
    grid-column: span 6;
  }
  .c-column.is-colWidth4 > li {
    grid-column: span 6;
  }
  .c-column.is-colWidth5 > li {
    grid-column: span 6;
  }
  .c-column.is-colWidth6 > li {
    grid-column: span 6;
  }
  .c-column.is-colWidth7 > li {
    grid-column: span 6;
  }
  .c-column.is-colWidth8 > li {
    grid-column: span 6;
  }
  .c-column.is-colWidth9 > li {
    grid-column: span 6;
  }
  .c-column.is-colWidth10 > li {
    grid-column: span 6;
  }
  .c-column.is-colWidth11 > li {
    grid-column: span 6;
  }
  .c-column.is-colWidth12 > li {
    grid-column: span 6;
  }
  .p-toppageIntro__3rd__list.is-colWidth4 > li {
    grid-column: span 4;
  }
  .p-buyLink .buylink__ttl-txt {
    color: #fff;
  }
  .u-tabletHide {
    display: none !important;
  }
  .u-tabletView {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .dummy-mqpacker {
    color: red;
  }
  main h1 + * {
    margin-top: 16px;
  }
  main h2 + * {
    margin-top: 14px;
  }
  main h1 + * {
    margin-top: 12px;
  }
  main h4 + *,
  main h5 + * {
    margin-top: 10px;
  }
  main * + h1 {
    margin-top: 50px;
  }
  main * + h2 {
    margin-top: 40px;
  }
  main * + h3 {
    margin-top: 30px;
  }
  main * + h4 {
    margin-top: 24px;
  }
  main * + h5 {
    margin-top: 20px;
  }
  main h3 + h4 {
    margin-top: 24px;
  }
  main * + p {
    margin-top: 10px;
  }
  main p + p {
    margin-top: 10px;
  }
  main * + figure,
  main * + picture {
    margin-top: 28px;
  }
  main p + figure,
  main p + picture {
    margin-top: 16px;
  }
  main * + ol,
  main * + ul {
    margin-top: 20px;
  }
  main p + ul,
  main ul + ul,
  main ol + ul {
    margin-top: 10px;
  }
  main ol ul,
  main ul ul,
  main ol ol,
  main ul ol {
    margin-top: 0;
  }
  main * + table {
    margin-top: 28px;
  }
  main * + fieldset {
    margin-top: 28px;
  }
  .l-base--container {
    padding: 20px;
  }
  .c-accordionList__head {
    padding: 9px 2px 11px;
  }
  .c-accordionList__head__inner {
    padding: 0;
  }
  .c-tabBox__item {
    flex-basis: 50%;
  }
  .c-tabBox__button {
    height: 65px;
    padding-bottom: 10px;
    padding-top: 15px;
    line-height: 20px;
    font-size: 1.6rem;
  }
  .is-small.c-tabBox__button {
    font-size: 1.2rem;
    line-height: 16px;
  }
  .c-breadCrumb {
    margin-top: 0;
  }
  .c-breadCrumb__body {
    padding: 9px 15px 6px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .c-listBreadCrumb {
    padding: 0;
  }
  .c-btn,
  input[type=text].c-btn,
  input[type=submit].c-btn {
    font-size: 1.8rem;
    padding: 0.55em 2.6em 0.55em 1.5em;
  }
  .c-btn::after,
  input[type=text].c-btn::after,
  input[type=submit].c-btn::after {
    width: 0.56em;
    height: 0.56em;
  }
  .c-column > .is-w1 {
    grid-column: span 12;
  }
  .c-column > .is-w2 {
    grid-column: span 12;
  }
  .c-column > .is-w3 {
    grid-column: span 12;
  }
  .c-column > .is-w4 {
    grid-column: span 12;
  }
  .c-column > .is-w5 {
    grid-column: span 12;
  }
  .c-column > .is-w6 {
    grid-column: span 12;
  }
  .c-column > .is-w7 {
    grid-column: span 12;
  }
  .c-column > .is-w8 {
    grid-column: span 12;
  }
  .c-column > .is-w9 {
    grid-column: span 12;
  }
  .c-column > .is-w10 {
    grid-column: span 12;
  }
  .c-column > .is-w11 {
    grid-column: span 12;
  }
  .c-column > .is-w12 {
    grid-column: span 12;
  }
  .c-column.is-colWidth1 > li {
    grid-column: span 12;
  }
  .c-column.is-colWidth2 > li {
    grid-column: span 12;
  }
  .c-column.is-colWidth3 > li {
    grid-column: span 12;
  }
  .c-column.is-colWidth4 > li {
    grid-column: span 12;
  }
  .c-column.is-colWidth5 > li {
    grid-column: span 12;
  }
  .c-column.is-colWidth6 > li {
    grid-column: span 12;
  }
  .c-column.is-colWidth7 > li {
    grid-column: span 12;
  }
  .c-column.is-colWidth8 > li {
    grid-column: span 12;
  }
  .c-column.is-colWidth9 > li {
    grid-column: span 12;
  }
  .c-column.is-colWidth10 > li {
    grid-column: span 12;
  }
  .c-column.is-colWidth11 > li {
    grid-column: span 12;
  }
  .c-column.is-colWidth12 > li {
    grid-column: span 12;
  }
  .c-tableWrapper {
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .c-tableCaption + .c-tableWrapper {
    margin-top: 10px;
  }
  .c-tableCaption {
    display: block;
    text-align: right;
  }
  .c-tableCaption span {
    position: relative;
    display: inline-block;
    padding-left: 21px;
  }
  .c-tableCaption span:before {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 16px;
    height: 15px;
    content: "";
    background-size: cover;
  }
  .c-tableWrapper table {
    min-width: 900px;
  }
  .c-caption__text {
    padding: 10px 10px;
    font-size: 1.5rem;
  }
  .c-title {
    font-size: 2.4rem;
  }
  .c-title__top {
    font-size: 1.6rem;
  }
  .c-title--middle,
  .c-title__middle {
    font-size: 2.4rem;
  }
  .c-title.is-h1 {
    font-size: 3.4rem;
    line-height: 1.1764705882;
  }
  .c-title.is-h1 {
    font-weight: bold;
    letter-spacing: 0.5px;
  }
  .c-title.is-h2 {
    font-size: 2.8rem;
    line-height: 1.1785714286;
  }
  .c-title.is-h2 {
    font-weight: bold;
    letter-spacing: 1px;
  }
  .c-title.is-h3 {
    font-size: 2.2rem;
    line-height: 1.2727272727;
  }
  .c-title.is-h3 {
    font-weight: bold;
    letter-spacing: 0px;
  }
  .c-title.is-h4 {
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
  .c-title.is-h4 {
    font-weight: bold;
    letter-spacing: 0px;
  }
  .c-title.is-h5 {
    font-size: 1.6rem;
    line-height: 1.375;
  }
  .c-title.is-h5 {
    font-weight: bold;
    letter-spacing: 0px;
  }
  .c-pageHeader {
    padding: 10px;
    justify-content: flex-start;
    align-items: center;
  }
  .c-pageHeader.is-software-anpanman-oss, .c-pageHeader.is-software-disneyprincess-oss, .c-pageHeader.is-software-hontai-licence, .c-pageHeader.is-software-taiken-oss {
    background-size: 100% 100%;
    background-image: url(/brand/epico/styles/images/pageHeader/pageHeader_bg_sp.png);
  }
  .c-pageHeader.is-manual-disneyprincess, .c-pageHeader.is-manual-anpanman, .c-pageHeader.is-manual-epico, .c-pageHeader.is-usersvoice, .c-pageHeader.is-buy, .c-pageHeader.is-support, .c-pageHeader.is-attention {
    background-size: 100% 100%;
    background-image: url(/brand/epico/styles/images/pageHeader/pageHeader_bg_sp.png);
  }
  .c-pageHeader::before {
    width: 375px;
  }
  .c-pageHeader.is-products::before {
    background-image: url(/brand/epico/styles/images/pageHeader/pageHeader_products_sp.png);
  }
  .c-pageHeader.is-taiken::before {
    background-image: url(/brand/epico/styles/images/pageHeader/pageHeader_taiken_sp.png);
  }
  .c-pageHeader.is-display::before {
    background-image: url(/brand/epico/styles/images/pageHeader/pageHeader_display_sp.png);
  }
  .c-pageHeader.is-software::before {
    background-image: url(/brand/epico/styles/images/pageHeader/pageHeader_software_sp.png);
  }
  .c-pageHeader.is-manual-epico, .c-pageHeader.is-usersvoice, .c-pageHeader.is-buy, .c-pageHeader.is-support, .c-pageHeader.is-attention {
    justify-content: center;
  }
  .c-pageHeader__title {
    position: relative;
    top: -6px;
    font-size: 3rem;
  }
  .c-pageHeader.is-taiken .c-pageHeader__title {
    line-height: 1.2;
    top: 0;
  }
  .c-pageHeader.is-manual-anpanman .c-pageHeader__title {
    top: 0;
    font-size: 2.4rem;
    line-height: 2.9rem;
  }
  .c-pageHeader.is-manual-disneyprincess .c-pageHeader__title {
    top: 0;
    font-size: 2.4rem;
    line-height: 2.9rem;
  }
  .c-pageHeader.is-software-taiken-oss .c-pageHeader__title {
    top: 0;
    font-size: 2.4rem;
    line-height: 2.9rem;
  }
  .c-bigHeader {
    height: 120px;
    padding: 10px;
    background-image: url(/brand/epico/styles/images/bigHeader/bigHeader_sp.svg);
  }
  .c-bigHeader__title {
    padding-bottom: 10px;
    font-size: 3.2rem;
  }
  .c-bigHeader__maintxt {
    padding-bottom: 15px;
    font-size: 2.8rem;
  }
  .c-bigHeader__subtxt {
    padding-top: 15px;
    font-size: 2rem;
  }
  .c-midHeader {
    margin: 0 8px;
  }
  .c-midHeader::after {
    width: 64px;
    height: 64px;
    border: 1px solid #00BCE3;
  }
  .c-midHeader__title {
    font-size: 2.6rem;
  }
  .is-size18.c-midHeader__title {
    font-size: 1.6rem;
  }
  .c-midHeader__head {
    top: 0;
    font-size: 1.6rem;
  }
  .is-small.c-lineHeader::before {
    bottom: 0.7em;
  }
  .is-middle.c-lineHeader::before {
    bottom: 0.7em;
  }
  .c-pageMenu {
    height: auto;
    padding-bottom: 27px;
  }
  .c-pageMenu.on-toppage {
    position: relative;
    height: 44px;
    padding-bottom: 0;
  }
  .c-pageMenu__logo {
    position: relative;
    display: block;
    top: inherit;
    left: inherit;
    width: 99px;
    height: 32px;
    margin: 61px auto 10px;
    padding: 0 0 33px;
  }
  .c-pageMenu__inner {
    position: relative;
    top: inherit;
    left: inherit;
  }
  .c-pageMenu__item {
    flex-basis: 20%;
    width: 20%;
    height: auto;
  }
  a.c-pageMenu__link {
    width: 100%;
    height: 70px;
    line-height: 14px;
  }
  a.c-pageMenu__link:hover {
    background-color: inherit;
  }
  a.c-pageMenu__link::before {
    bottom: -15px;
  }
  a.c-pageMenu__link.is-products {
    background-size: 17.5px;
    background-position: 44% 45%;
  }
  a.c-pageMenu__link.is-taiken {
    background-size: 35.5px;
    background-position: 55% 37%;
  }
  a.c-pageMenu__link.is-display {
    background-size: 20.5px 35px;
    background-position: 58% 34%;
  }
  a.c-pageMenu__link.is-buy {
    left: 4px;
    background-size: 30px 28.5px;
    background-position: 50% 40%;
  }
  a.c-pageMenu__link.is-attention {
    background-size: 23px 20.5px;
    background-position: 55% 43%;
  }
  a.c-pageMenu__link.is-voice {
    background-size: 31px 25px;
    background-position: 55% 43%;
  }
  a.c-pageMenu__link.is-taiken .c-pageMenu__label {
    top: 0.5em;
  }
  a.c-pageMenu__link.is-display .c-pageMenu__label {
    left: 5px;
  }
  a.c-pageMenu__link.is-voice .c-pageMenu__label {
    top: 0.5em;
    left: 5px;
  }
  .c-pointCatch {
    display: inline-block;
    font-size: 2.8rem;
    line-height: 1.7857142857;
    margin: 0 auto;
  }
  .c-pointCatch.is-point1 {
    padding-left: 67px;
  }
  .c-pointCatch.is-point1::before {
    width: 58px;
    height: 109px;
  }
  .c-pointCatch.is-point2 {
    padding-left: 74px;
    padding-top: 15px;
  }
  .c-pointCatch.is-point2::before {
    width: 58px;
    height: 106px;
  }
  .c-pointCatch.is-point3 {
    padding-left: 63px;
    padding-top: 12px;
  }
  .c-pointCatch.is-point3::before {
    background-image: url(/brand/epico/styles/images/point/point_label_3_sp.png);
    background-size: contain;
    width: 57px;
    height: 97px;
  }
  .c-separateBox {
    margin: 0 8px;
    padding: 40px 20px 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
  .c-separateBox__head {
    border-right: none;
  }
  .c-separateBox__body {
    grid-column: 1;
    grid-row: 2;
    border-top: 1px solid #D3D3D3;
  }
  .c-separateBox__button {
    grid-column: 1;
    grid-row: 3;
    border-top: 1px solid #D3D3D3;
  }
  .c-listBox {
    padding: 15px 10px 14px 32px;
    font-size: 1.4rem;
  }
  .c-backCircle.is-toppageIntro-1 {
    width: 400px;
    height: 400px;
    top: 110px;
    left: 200px;
  }
  .c-backCircle.is-toppageIntro-2 {
    width: 500px;
    height: 500px;
    top: -170px;
    left: -270px;
  }
  .c-backCircle.is-toppageIntro-3 {
    width: 400px;
    height: 400px;
    top: -210px;
    left: 200px;
  }
  .c-backCircle.is-toppageIntro-4 {
    width: 300px;
    height: 300px;
    top: -130px;
    left: -150px;
  }
  .c-backCircle.is-toppageIntro-5A {
    width: 240px;
    height: 240px;
    top: -130px;
    left: -90px;
  }
  .c-backCircle.is-toppageIntro-5B {
    width: 260px;
    height: 260px;
    top: -330px;
    left: 230px;
  }
  .c-backCircle.is-toppageIntro-5C {
    width: 260px;
    height: 260px;
    top: 350px;
    left: -120px;
  }
  .c-backCircle.is-toppageIntro-5D {
    width: 260px;
    height: 260px;
    top: 430px;
    left: 220px;
  }
  .c-backCircle.is-toppageIntro-5E {
    display: none;
  }
  .c-backCircle.is-toppageIntro-5F {
    display: none;
  }
  .c-backCircle.is-toppagePoint-2A {
    width: 300px;
    height: 300px;
    top: 990px;
    left: -90px;
  }
  .c-backCircle.is-toppagePoint-2B {
    width: 240px;
    height: 240px;
    top: 1180px;
    left: 220px;
  }
  .c-backCircle.is-toppageTouch-1 {
    width: 300px;
    height: 300px;
    top: -90px;
    left: 170px;
  }
  .c-backCircle.is-toppageTouch-2 {
    width: 240px;
    height: 240px;
    top: 200px;
    left: -80px;
  }
  .c-backCircle.is-toppageTouch-3 {
    display: none;
  }
  .c-backCircle.is-toppageTouch-4 {
    width: 300px;
    height: 300px;
    top: 180px;
    left: 40px;
    opacity: 0.8;
  }
  .c-superviser {
    display: block;
    width: 100%;
  }
  .c-superviser__text {
    padding-left: 0;
  }
  .c-superviser__superviser__photo {
    position: relative;
    left: -4px;
    width: 218px;
    margin: 26px auto 0;
  }
  .c-superviser__superviser__title {
    margin-top: 7px;
    left: 0;
    font-size: 2rem;
    line-height: 32px;
  }
  .c-superviser__carrir {
    margin-top: 30px;
    padding-left: 12px;
    font-size: 1.4rem;
    line-height: 20px;
    text-align: left;
  }
  .c-superviser__person {
    font-size: 2.2rem;
    line-height: 55px;
  }
  .c-superviser__comment {
    margin-top: 16px;
    font-size: 1.4rem;
    line-height: 28px;
  }
  .c-shopAreaMap {
    max-width: 340px;
  }
  .c-softHeader__head {
    margin-top: 40px;
    padding: 0 13px;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .c-softHeader__body {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 2.8rem;
    margin: 2px 8px 0;
    padding-bottom: 32px;
  }
  .c-softHeader.is-disneyprincess .c-softHeader__body {
    margin-top: 4px;
    padding-bottom: 28px;
    font-size: 3rem;
    line-height: 3.6rem;
  }
  .c-softMain {
    display: block;
    width: 100%;
  }
  .c-softMain__right {
    margin-top: 40px;
    padding-left: 12px;
  }
  .c-softMain__right .c-lineHeader {
    padding-left: 0;
    padding-bottom: 34px;
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
  .c-softMain__right .c-lineHeader::before {
    left: calc(50% - 6px);
  }
  .c-softMain__package__image {
    width: 260px;
  }
  .c-softMain__package__caption {
    width: 100%;
    font-size: 1.4rem;
    margin: 0;
    padding-right: 45px;
  }
  .c-softMain__target__text {
    margin-top: -5px;
    margin-right: 0;
    font-size: 2rem;
  }
  .c-softMain__target__pict {
    width: 250px;
    margin-top: 4px;
  }
  .c-softMain__contents {
    margin-top: 5px;
    font-size: 1.4rem;
    line-height: 2.8rem;
    margin-left: -11px;
  }
  .c-uVoice {
    width: 100%;
    height: inherit;
    min-height: inherit;
  }
  .c-uVoice--bgCircle::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .c-uVoice__box {
    grid-template-rows: 220px auto auto;
    grid-template-columns: auto;
    width: 359px;
    height: auto;
    min-height: inherit;
    margin-top: 25px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 15px;
  }
  .c-uVoice__box--chara {
    padding-bottom: 37px;
  }
  .c-uVoice__photo {
    padding-bottom: 220px;
  }
  .c-uVoice__photo__image {
    top: -4px;
    left: 30px;
    width: 298px;
  }
  .c-uVoice__head {
    grid-column: 1;
    grid-row: 2;
    min-height: inherit;
  }
  .c-uVoice__person {
    width: 100%;
    padding-right: 0;
    margin-top: 6px;
  }
  .c-uVoice__title {
    font-size: 2.4rem;
    line-height: 32px;
    margin: 24px auto 0;
    padding: 18px 5px 22px 12px;
  }
  .c-uVoice__title::before, .c-uVoice__title::after {
    width: 26px;
    height: 36px;
  }
  .c-uVoice__title::before {
    top: 0;
    left: 0;
  }
  .c-uVoice__title::after {
    bottom: 0;
    right: 0;
  }
  .c-uVoice__box--chara .c-uVoice__title {
    margin: 5px 36px 0;
  }
  .c-uVoice__body {
    grid-column: 1;
    grid-row: 3;
    min-height: 200px;
    font-size: 1.4rem;
    padding: 0 14px 0;
    margin-top: -9px;
  }
  .c-uVoice__box--chara .c-uVoice__body {
    margin-top: -10px;
    padding: 0 15px 10px 15px;
  }
  .c-uVoice__chara img {
    width: 160px;
  }
  .c-anchorBtnBuylink {
    right: 0;
    bottom: 37px;
  }
  .c-anchorBtnBuylink__link {
    width: 88px;
  }
  .p-manualArea {
    margin: 0 auto 0;
  }
  .p-manualArea__head {
    width: auto;
    max-width: none;
  }
  .p-manualPanel {
    padding: 50px 25px;
  }
  .p-manualPanel__body {
    margin: -30px -15px 0;
  }
  .p-manualPanel__item {
    width: 25%;
    padding: 30px 15px 0;
  }
  .p-manualPanel__box__txt {
    margin: 12px 0 0 -10px;
  }
  .p-ytShortSlider__inner {
    width: 274px;
  }
  .p-ytShortSlider__item {
    width: 274px;
  }
  .p-ytShortSlider__item img {
    width: auto;
    max-width: 100%;
  }
  .p-ytShortSlider__frame {
    height: auto;
    padding: 0;
  }
  .p-ytShortSlider__frame iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 274px;
    height: 487px;
  }
  .p-ytShortSlider .splide__arrow--next,
  .p-ytShortSlider .splide__arrow--prev {
    left: auto;
  }
  .p-ytShortSlider .splide__arrow--next {
    right: 34px;
  }
  .p-toppageKV__inner {
    width: 100vw;
    height: auto;
    padding-bottom: 462px;
  }
  .p-toppageKV__container {
    height: 462px;
  }
  .p-toppageKV__title__inner {
    width: 100vw;
    height: 462px;
  }
  .p-toppageKV__slider__inner {
    width: 100vw;
    height: 462px;
  }
  .p-toppageKV__slider__image {
    left: inherit;
    right: 0;
    width: 375px;
    height: 442px;
  }
  .is-overflow05.p-toppageKV__slider__image {
    left: 0;
    right: inherit;
    width: 685px;
  }
  .is-spWidthFull {
    width: 100vw;
    height: 112.5333333333vw;
  }
  .p-toppageKV__button {
    display: none;
  }
  .p-toppageKV__logo {
    top: 122px;
    left: 10.2%;
    width: 242px;
    height: auto;
  }
  .p-toppageKV__text {
    top: 219px;
    left: 15%;
    font-size: 2.2rem;
    line-height: 1.6363636364;
  }
  .p-toppageKV__japanToyAward__inner {
    top: 369px;
    left: 15%;
  }
  .p-toppageKV__japanToyAward__inner > img {
    width: 72px;
  }
  .p-toppageKV__japanToyAward__inner > img + img {
    margin-left: 2px;
  }
  .p-toppageKV__boy {
    top: 27px;
    left: inherit;
    right: 0;
    width: 265px;
    height: auto;
  }
  .p-toppageKV__wave {
    bottom: -7px;
  }
  .p-toppageIntro__content.is-sakanakun {
    margin-top: 85px;
  }
  .p-toppageIntro__content.is-1st {
    margin-top: 111px;
  }
  .p-toppageIntro__content.is-2nd {
    margin-top: 97px;
  }
  .p-toppageIntro__content.is-goodDeal {
    margin-top: 85px;
  }
  .p-toppageIntro__content.is-3rd {
    margin-top: 117px;
  }
  .p-toppageIntro__content.is-5th {
    margin-top: 79px;
  }
  .p-toppageTouch__uservoice + .p-toppageIntro__content.is-sakanakun {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .p-toppageIntro__1st {
    display: block;
  }
  .p-toppageIntro__1st__left {
    max-width: 375px;
    margin: auto;
    padding-bottom: 320px;
  }
  .p-toppageIntro__1st__left--pict1 {
    max-width: 164px;
    top: -41px;
    left: 107px;
  }
  .p-toppageIntro__1st__left--pict2 {
    max-width: 164px;
    top: 130px;
    left: 8px;
  }
  .p-toppageIntro__1st__left--pict3 {
    max-width: 162px;
    top: 130px;
    left: 206px;
  }
  .p-toppageIntro__1st__right {
    padding-top: 38px;
    padding-bottom: 0;
    padding-left: 0;
    text-align: center;
  }
  .p-toppageIntro__1st__right .c-title {
    line-height: 40px;
  }
  .p-toppageIntro__1st__right .is-textGold {
    margin-right: 4px;
    letter-spacing: 0;
  }
  .p-toppageIntro__1st__right .is-fontBlue {
    font-size: 3.2rem;
    margin-right: -7px;
    margin-left: -14px;
    position: relative;
    top: -3px;
    line-height: 50px;
  }
  .p-toppageIntro__1st__right__growth {
    margin-top: 30px;
    margin-left: 0;
    font-size: 2rem;
  }
  .p-toppageIntro__1st__right__growth__gauge {
    top: -3px;
    left: 2px;
    max-width: 255px;
  }
  .p-toppageIntro__2nd {
    width: 375px;
    max-inline-size: none;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .p-toppageIntro__2nd__title {
    /* padding-top: 230px; */
    padding-top: 0;
    padding-left: 0;
    padding-right: 46px;
    padding-bottom: 20px;
    font-size: 3rem;
    text-align: center;
    line-height: 44px;
  }
  .p-toppageIntro__2nd__title__image {
    /* top: 179px; */
    top: -51px;
    left: 204px;
    width: 210px;
    min-width: 0;
  }
  .p-toppageIntro__2nd__text {
    margin-top: 2px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.4rem;
    text-align: center;
  }
  .p-toppageIntro__2nd__video {
    width: 359px;
    height: 202px;
    top: 0;
    left: inherit;
    margin: 0 8px;
  }
  .p-toppageIntro__3rd {
    position: static;
    display: block;
    margin: 0;
  }
  .p-toppageIntro__3rd__left {
    margin-top: 20px;
    padding-bottom: 100px;
    width: 100%;
  }
  .p-toppageIntro__3rd__right {
    position: static;
    width: inherit;
    padding: 0;
  }
  .p-toppageIntro__3rd__title {
    font-size: 2.4rem;
    line-height: 32px;
  }
  .p-toppageIntro__3rd__title .u-fontBlue {
    margin-right: -8px;
    margin-left: -8px;
    font-size: 4.4rem;
  }
  .p-toppageIntro__3rd__button {
    position: absolute;
    bottom: 13px;
    margin: 0;
    text-align: center;
    width: 100vw;
  }
  .p-toppageIntro__3rd__list {
    max-width: 375px;
    margin: auto;
  }
  .p-toppageIntro__3rd__list.c-column.is-colWidth4 > li {
    grid-column: span 6;
  }
  .p-toppageIntro__3rd__item {
    height: 190px;
  }
  .p-toppageIntro__3rd__item .u-fontBlue {
    font-size: 2.3rem;
  }
  .p-toppageIntro__3rd__item.is-no1 {
    font-size: 1.9rem;
  }
  .p-toppageIntro__3rd__item.is-no1 .u-fontBlue {
    margin-right: 5px;
    margin-left: 0;
  }
  .p-toppageIntro__3rd__item.is-no1 img {
    left: 40px;
    bottom: 15px;
    width: 117px;
  }
  .p-toppageIntro__3rd__item.is-no2 {
    font-size: 1.8rem;
    letter-spacing: -1.75px;
  }
  .p-toppageIntro__3rd__item.is-no2 .u-fontBlue {
    margin-right: 10px;
    margin-left: -21px;
    position: relative;
    top: 2px;
  }
  .p-toppageIntro__3rd__item.is-no2 img {
    left: 12px;
    bottom: 14px;
    width: 138px;
  }
  .p-toppageIntro__3rd__item.is-no3 {
    font-size: 1.9rem;
  }
  .p-toppageIntro__3rd__item.is-no3 .u-fontBlue {
    margin-right: 6px;
    margin-left: 0px;
  }
  .p-toppageIntro__3rd__item.is-no3 img {
    left: 32px;
    bottom: -3px;
    width: 141px;
  }
  .p-toppageIntro__3rd__item.is-no4 {
    padding-top: 9px;
    font-size: 1.8rem;
    letter-spacing: -2.5px;
  }
  .p-toppageIntro__3rd__item.is-no4 .u-fontBlue {
    margin-right: 7px;
    margin-left: -22px;
  }
  .p-toppageIntro__3rd__item.is-no4 img {
    left: 23px;
    bottom: 23px;
    width: 130px;
  }
  .p-toppageIntro__3rd__item.is-no5 {
    padding-top: 11px;
    font-size: 1.8rem;
  }
  .p-toppageIntro__3rd__item.is-no5 .u-fontBlue {
    margin-right: 5px;
    margin-left: -3px;
  }
  .p-toppageIntro__3rd__item.is-no5 img {
    left: 40px;
    bottom: 23px;
    width: 108px;
  }
  .p-toppageIntro__3rd__item.is-no6 {
    padding-top: 10px;
    font-size: 1.8rem;
  }
  .p-toppageIntro__3rd__item.is-no6 .u-fontBlue {
    position: relative;
    top: 1px;
    margin-right: 7px;
    margin-left: -16px;
  }
  .p-toppageIntro__3rd__item.is-no6 img {
    left: 9px;
    bottom: 34px;
    width: 152px;
  }
  .p-toppageIntro__4th {
    width: 375px;
    margin: 0 auto;
  }
  .p-toppageIntro__4th__image {
    width: 428px;
    max-width: inherit;
    top: 7px;
    right: -27px;
  }
  .p-toppageIntro__4th__inner {
    line-height: 40px;
    padding-top: 330px;
    padding-left: 0;
    padding-bottom: 0;
  }
  .p-toppageIntro__4th__inner .c-title {
    text-align: center;
    padding-top: 13px;
    padding-left: 9px;
    line-height: 40px;
    letter-spacing: 1.25px;
  }
  .p-toppageIntro__4th__inner .is-textGold {
    top: -6px;
    margin-left: -10px;
    margin-right: 4px;
    letter-spacing: 0;
  }
  .p-toppageIntro__4th__inner .is-experience {
    margin-left: 0;
    font-size: 3.2rem;
    letter-spacing: 1px;
  }
  .p-toppageIntro__4th__text {
    margin-top: 17px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.4rem;
    line-height: 28px;
    text-align: center;
  }
  .p-toppageIntro__5th {
    max-width: 375px;
    margin: 0 auto;
    height: 495px;
  }
  .p-toppageIntro__5th .is-bigCircle {
    width: 302px;
    left: 38px;
    top: 85px;
  }
  .p-toppageIntro__5th .is-world1 {
    width: 166px;
    left: -13px;
    top: -31px;
  }
  .p-toppageIntro__5th .is-world2 {
    width: 173px;
    left: 214px;
    top: 13px;
  }
  .p-toppageIntro__5th .is-world3 {
    width: 140px;
    left: -9px;
    top: 267px;
  }
  .p-toppageIntro__5th .is-world4 {
    width: 208px;
    left: 214px;
    top: 263px;
  }
  .p-toppageIntro__5th__text {
    top: 198px;
    left: 48px;
    font-size: 1.6rem;
    letter-spacing: 0.75px;
    line-height: 30px;
  }
  .p-toppageIntro__5th__text .u-fontBlue {
    font-size: 2.4rem;
    letter-spacing: 1.1px;
    margin-left: 9px;
    position: relative;
    left: -4px;
  }
  .p-toppageIntro__5th__text .is-he {
    font-size: 1.8rem;
  }
  .p-toppageIntro__sakanakun {
    max-width: 375px;
    margin: 0 auto;
    padding: 0 8px;
  }
  .p-toppagePoint__content {
    max-width: 375px;
  }
  .p-toppagePoint__content.is-1st {
    margin-top: 50px;
  }
  .p-toppagePoint__content.is-2nd {
    margin-top: 51px;
  }
  .p-toppagePoint__content.is-3rd {
    margin-top: 90px;
  }
  .p-toppagePoint__1st__pointCatch {
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
    padding: 0;
    min-height: inherit;
    text-align: center;
  }
  .p-toppagePoint__1st__pointCatch .c-pointCatch {
    left: -9px;
  }
  .p-toppagePoint__1st__pointCatch .c-pointCatch.is-point1 {
    padding-top: 15px;
  }
  .p-toppagePoint__1st__pointCatch .u-underWaveLine {
    margin-left: -12px;
  }
  .p-toppagePoint__1st__head {
    grid-column: 1;
    grid-row: 1;
  }
  .p-toppagePoint__1st__book {
    grid-column: 1;
    grid-row: 2;
    margin-top: 30px;
  }
  .p-toppagePoint__1st__book__image {
    top: 0;
    left: 0;
    width: 228px;
  }
  .p-toppagePoint__1st__title {
    line-height: 1;
    margin-top: 36px;
    padding-left: 0;
  }
  .p-toppagePoint__1st__title .is-textGold {
    top: 4px;
    font-size: 4.8rem;
    letter-spacing: -2px;
    margin-right: 4px;
    margin-left: -4px;
  }
  .p-toppagePoint__1st__title .u-blurTitle::before {
    width: 100px;
    height: 100px;
    top: 54%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .p-toppagePoint__1st__body {
    grid-column: 1;
    grid-row: 3;
    font-size: 1.4rem;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 20px;
    max-width: inherit;
    text-align: left;
  }
  .p-toppagePoint__1st__supervision {
    margin-top: 25px;
  }
  .p-toppagePoint__1st__supervision__box {
    display: block;
  }
  .p-toppagePoint__1st__supervision__left {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .p-toppagePoint__1st__supervision__left__title {
    margin-top: 2px;
    margin-left: -7px;
    font-size: 2rem;
    padding-bottom: 40px;
  }
  .p-toppagePoint__1st__supervision__left__title.u-blurTitle::before {
    width: 100px;
    height: 100px;
    top: 30%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .p-toppagePoint__1st__supervision__right {
    padding-left: 0;
    margin-top: 28px;
    padding-bottom: 36px;
  }
  .p-toppagePoint__1st__supervision__person {
    width: 172px;
  }
  .p-toppagePoint__1st__supervision__career {
    margin-top: 9px;
    margin-left: -8px;
  }
  .p-toppagePoint__1st__supervision__name {
    font-size: 1.8rem;
    margin-left: 5px;
    margin-top: 4px;
  }
  .p-toppagePoint__1st__supervision__right__title {
    font-size: 1.8rem;
  }
  .p-toppagePoint__1st__supervision__company {
    margin-top: 25px;
    margin-left: 0;
  }
  .p-toppagePoint__1st__supervision__button {
    margin-left: 0;
    margin-top: 15px;
  }
  .p-toppagePoint__2nd__hard {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto;
    margin-top: 0;
  }
  .p-toppagePoint__2nd__images {
    top: -235px;
    grid-column: 1;
    grid-row: 1;
    min-height: 416px;
  }
  .p-toppagePoint__2nd__images__hard {
    top: 275px;
    left: 8px;
    width: 359px;
  }
  .p-toppagePoint__2nd__pointCatch {
    padding-left: 26px;
    padding-top: 42px;
  }
  .p-toppagePoint__2nd__contents {
    max-width: inherit;
    grid-column: 1;
    grid-row: 2;
  }
  .p-toppagePoint__2nd__text {
    margin-top: 40px;
    margin-left: 0;
    text-align: center;
    line-height: 36px;
  }
  .p-toppagePoint__2nd__text.u-blurTitle::before {
    width: 100px;
    height: 100px;
    top: 54%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .p-toppagePoint__2nd__matrix {
    padding-top: 6px;
  }
  .p-toppagePoint__2nd__matrix__image {
    position: relative;
    width: 361px;
    top: 2px;
    left: -2px;
  }
  .p-toppagePoint__2nd__button {
    margin-top: 15px;
  }
  .p-toppagePoint__2nd__button .c-btn {
    margin-left: 0;
    padding: 0.55em 2.6em 0.55em 1.5em;
  }
  .p-toppagePoint__2nd__soft {
    padding: 0;
    margin-top: 33px;
    min-height: inherit;
    text-align: center;
  }
  .p-toppagePoint__2nd__soft__title .c-title__note {
    position: relative;
    top: -14px;
    left: 69px;
    margin-left: 0;
    font-size: 1.2rem;
  }
  .p-toppagePoint__2nd__soft__title.u-blurTitle::before {
    width: 100px;
    height: 100px;
    top: 54%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .p-toppagePoint__2nd__soft__title .c-title__bottom {
    letter-spacing: 0.5px;
  }
  .p-toppagePoint__2nd__soft__text {
    margin-top: 274px;
    font-size: 1.4rem;
  }
  .p-toppagePoint__2nd__soft__button {
    margin-top: 5px;
    margin-left: 0;
  }
  .p-toppagePoint__2nd__soft__anpanman {
    top: 134px;
    left: 56px;
    width: 133px;
  }
  .p-toppagePoint__2nd__soft__disney {
    top: 134px;
    left: 208px;
    width: 133px;
  }
  .p-toppagePoint__2nd__soft__caption {
    font-size: 0.8rem;
    line-height: 13px;
  }
  .p-toppagePoint__3rd__strengths {
    padding: 0;
    min-height: inherit;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
  }
  .p-toppagePoint__3rd__strengths .c-pointCatch {
    margin-left: 14px;
    font-size: 2.4rem;
  }
  .p-toppagePoint__3rd__strengths .is-wide {
    letter-spacing: 1.5px;
  }
  .p-toppagePoint__3rd__strengths .is-narrow {
    letter-spacing: -1.8px;
  }
  .p-toppagePoint__3rd__strengths .is-children::before {
    bottom: -4px;
  }
  .p-toppagePoint__3rd__strengths .is-strengths::before {
    bottom: -4px;
    left: -6px;
    width: 120%;
  }
  .p-toppagePoint__3rd__repo {
    grid-column: 1;
    grid-row: 2;
  }
  .p-toppagePoint__3rd__image {
    top: 47px;
    left: 30px;
    width: 322px;
  }
  .p-toppagePoint__3rd__head {
    grid-column: 1;
    grid-row: 1;
    padding: 0;
  }
  .p-toppagePoint__3rd__title {
    line-height: 1;
    margin-top: 36px;
    padding-left: 0;
  }
  .p-toppagePoint__3rd__title .c-title {
    line-height: 1.4;
    text-align: center;
  }
  .p-toppagePoint__3rd__title .c-title.u-blurTitle::before {
    width: 110px;
    height: 110px;
    top: 54%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .p-toppagePoint__3rd__body {
    grid-column: 1;
    grid-row: 3;
    font-size: 1.4rem;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 0;
    text-align: left;
  }
  .p-toppagePoint__3rd__btmtext {
    margin-top: 104px;
    margin-left: 0;
    font-size: 2rem;
  }
  .p-toppagePoint__3rd__body__list {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    max-width: inherit;
  }
  .p-toppagePoint__3rd__body__button {
    margin-top: 3px;
    margin-left: -7px;
    max-width: inherit;
  }
  .p-toppageTouch {
    margin-top: 50px;
  }
  .p-toppageTouch__head {
    margin: 50px auto 0;
    max-width: 375px;
    grid-template-rows: auto auto 162px;
    grid-template-columns: 1fr;
  }
  .p-toppageTouch__hakkenki {
    grid-column: 1;
    grid-row: 2;
  }
  .p-toppageTouch__button {
    grid-column: 1;
    grid-row: 3;
    padding-right: 0;
    margin-top: 23px;
  }
  .p-toppageTouch__machine {
    grid-column: 1;
    grid-row: 1;
  }
  .p-toppageTouch__machine__image {
    left: inherit;
    top: inherit;
    width: auto;
    height: 342px;
  }
  .p-toppageTouch__hakkenki__logo {
    width: 206px;
    height: 76px;
    margin-left: 0;
    margin-top: 0;
  }
  .p-toppageTouch__hakkenki__title {
    padding-right: 0;
    margin-top: 45px;
  }
  .p-toppageTouch__hakkenki__title__top {
    margin-top: 18px;
    font-size: 1.8rem;
  }
  .p-toppageTouch__hakkenki__title__btm {
    font-size: 2.6rem;
  }
  .p-toppageTouch__hakkenki__text {
    margin-top: 26px;
    padding-left: 8px;
    padding-right: 8px;
    max-width: inherit;
    font-size: 1.4rem;
  }
  .p-toppageTouch__uservoice {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    max-width: inherit;
    width: 375px;
    margin-top: 32px;
  }
  .p-toppageTouch__uservoice__slider {
    grid-column: 1;
    grid-row: 2;
    width: 375px;
    margin-top: 50px;
  }
  .p-toppageTouch__uservoice__panel {
    position: static;
    grid-column: 1;
    grid-row: 1;
    width: 375px;
    padding-left: 0;
  }
  .p-toppageTouch__uservoice__panel__logo {
    margin-top: 0;
    margin-left: 12px;
  }
  .p-toppageTouch__uservoice__panel__title {
    margin-top: 10px;
    margin-right: 0;
  }
  .p-toppageTouch__uservoice__panel__title .is-jp {
    font-size: 3.2rem;
  }
  .p-toppageTouch__uservoice__panel__title .is-en {
    margin-left: -4px;
  }
  .p-toppageTouch__uservoice__panel__text {
    font-size: 1.4rem;
    margin-top: 26px;
    margin-left: 8px;
    margin-right: 8px;
  }
  .js-topUservoiceSlider-pagenation,
  .js-topUservoiceSlider-button {
    bottom: 0;
  }
  .p-toppageTouch__uservoice__panel__pagenation {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
  }
  .p-toppageTouch__uservoice__panel__button {
    position: absolute;
    right: 22px;
    margin-top: 0;
  }
  .p-toppageTouch__uservoice__panel__prevBtn,
  .p-toppageTouch__uservoice__panel__nextBtn {
    width: 44px;
    height: 44px;
  }
  .p-toppageTouch__uservoice__panel__nextBtn {
    background-image: url(/brand/epico/styles/images/button/btn_slider_right_sp.svg);
  }
  .p-toppageTouch__uservoice__panel__prevBtn {
    margin-right: 45px;
    margin-left: 0;
    background-image: url(/brand/epico/styles/images/button/btn_slider_left_sp.svg);
  }
  .p-toppageTouch__sheet {
    width: 100%;
    height: inherit;
    min-height: inherit;
  }
  .p-toppageTouch__sheet__box {
    grid-template-rows: 220px auto auto;
    grid-template-columns: auto;
    width: 359px;
    height: auto;
    min-height: inherit;
    margin-top: 25px;
    margin-left: 8px;
    margin-right: 8px;
  }
  .p-toppageTouch__sheet__photo {
    padding-bottom: 220px;
  }
  .p-toppageTouch__sheet__photo__image {
    top: -7px;
    left: 31px;
  }
  .p-toppageTouch__sheet__head {
    grid-column: 1;
    grid-row: 2;
    min-height: inherit;
  }
  .p-toppageTouch__sheet__person {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 6px;
  }
  .p-toppageTouch__sheet__title {
    margin: 20px auto 0;
    padding: 18px 5px 22px 12px;
  }
  .p-toppageTouch__sheet__title::before {
    top: 0;
    left: 0;
  }
  .p-toppageTouch__sheet__title::after {
    bottom: 0;
    right: 0;
  }
  .p-toppageTouch__sheet__box--chara .p-toppageTouch__sheet__title {
    margin: 0 auto;
  }
  .p-toppageTouch__sheet__body {
    grid-column: 1;
    grid-row: 3;
    min-height: inherit;
    font-size: 1.4rem;
    padding: 0 14px 80px;
    margin-top: -6px;
  }
  .p-toppageTouch__sheet__box--chara .p-toppageTouch__sheet__body {
    margin-top: 20px;
  }
  .p-toppageTouch__sheet__chara img {
    width: 160px;
  }
  .p-toppageGoodDeal {
    max-width: 375px;
  }
  .p-toppageGoodDeal__flex {
    display: block;
    padding: 0 8px;
  }
  .p-toppageGoodDeal__item.is-taiken {
    padding-right: 0;
  }
  .p-toppageGoodDeal__taiken__top {
    font-size: 2.6rem;
  }
  .p-toppageGoodDeal__taiken__top.u-blurTitle::before {
    left: 22%;
  }
  .p-toppageGoodDeal__taiken__mid {
    font-size: 3.2rem;
    line-height: 1.5;
  }
  .p-toppageGoodDeal__taiken__btm {
    font-size: 3.7rem;
  }
  .p-toppageGoodDeal__taiken__btm .u-textGold {
    top: -2px;
    font-size: 5rem;
  }
  .p-toppageGoodDeal__taiken__btm .is-bracket-start {
    top: -5px;
    font-size: 3.8rem;
  }
  .p-toppageGoodDeal__taiken__btm .is-bracket-end {
    top: 9px;
    font-size: 3.8rem;
  }
  .p-toppageGoodDeal__cost {
    margin-top: 34px;
  }
  .p-toppageGoodDeal__cost__note {
    margin-left: 0;
  }
  .p-toppageGoodDeal__benefit {
    line-height: 43px;
    font-size: 2.1rem;
    padding: 33px 10px 0 44px;
  }
  .p-toppageGoodDeal__benefit .u-underWaveLine {
    font-size: 2.8rem;
  }
  .p-toppageGoodDeal__benefit .u-underWaveLine::before {
    background-size: 200px 15px;
  }
  .p-toppageGoodDeal__benefit .u-underWaveLine.is-380yen {
    font-size: 3.2rem;
  }
  .p-toppageGoodDeal__benefit .u-underWaveLine.is-380yen .is-yen {
    font-size: 2.7rem;
  }
  .p-toppageGoodDeal__benefit .u-underWaveLine.is-taiken {
    letter-spacing: -1px;
  }
  .p-toppageGoodDeal__benefit .u-underWaveLine.is-taiken::before {
    letter-spacing: -1px;
    bottom: -6px;
  }
  .p-toppageGoodDeal__bikou {
    padding: 56px 5px 11px;
  }
  .p-toppageGoodDeal__bikou .is-jika {
    margin-left: 0;
  }
  .p-siteinfoLink {
    margin-top: 90px;
  }
  .p-siteinfoLink__list {
    display: block;
    margin: 0 auto;
    padding: 37px 8px 46px;
  }
  .p-siteinfoLink__list .c-btn {
    min-width: inherit;
    width: 100%;
    font-size: 1.8rem;
    padding: 10px 20px;
    margin: 5px 0;
  }
  .p-buyLink .buylink {
    max-width: 375px;
    margin: 0 auto;
    padding: 24px 0 20px;
  }
  .p-buyLink .buylink__ttl-txt {
    color: #fff;
    font-size: 2.6rem;
  }
  .p-buyLink .buylink__list {
    display: block;
    width: 100%;
    margin: 40px 8px;
  }
  .p-buyLink .buylink__link {
    padding: 8px 23px 7px 37px;
    width: calc(100% - 16px);
    min-height: inherit;
    font-size: 1.8rem;
    line-height: 1.3;
    margin-top: 10px;
  }
  .p-siteNavi {
    margin-bottom: 65px;
  }
  .p-siteNavi__list {
    display: block;
    width: 100%;
    left: 0;
    padding: 0;
  }
  .p-siteNavi__item {
    display: block;
    padding: 0;
    border-bottom: 1px solid #B6E9F7;
  }
  .p-siteNavi__item::before {
    left: inherit;
    right: 5px;
    top: 20px;
  }
  .p-siteNavi__item__body {
    margin-top: 0;
  }
  .p-siteNavi__item__entry {
    display: block;
    border-top: 1px solid #B6E9F7;
    margin-top: 0;
  }
  .p-siteNavi__item__entry::before {
    top: 17px;
    left: inherit;
    right: 7px;
  }
  .p-siteNavi__item__link {
    padding: 14px 12px;
    color: #00BCE3;
  }
  .p-siteNavi__item__link.visited, .p-siteNavi__item__link:visited {
    color: #00BCE3;
  }
  .p-siteNavi__item__link.hover, .p-siteNavi__item__link:hover {
    color: #00BCE3;
  }
  .p-siteNavi__item__entry__link {
    padding: 11px 20px;
    background-color: #E8F6FA;
  }
  .p-products {
    max-width: 375px;
    padding-bottom: 25px;
  }
  .p-products__titleL {
    font-size: 2rem;
  }
  .p-products__titleM {
    font-size: 1.6rem;
  }
  .p-products__info {
    margin-top: 15px;
  }
  .p-products__info__epicoDevice {
    margin-top: 12px;
  }
  .p-products__info__epicoDevice__photo {
    width: 154px;
    margin-top: 33px;
  }
  .p-products__info__epicoFunction {
    margin-top: 25px;
  }
  .p-products__info__epicoFunction__list {
    width: 375px;
    margin: 13px auto;
  }
  .p-products__info__epicoFunction__item {
    flex-basis: 90px;
  }
  .p-products__info__epicoFunction__item.is-tv {
    left: 8px;
  }
  .p-products__info__epicoFunction__item.is-timer {
    left: -2px;
  }
  .p-products__info__epicoFunction__item.is-user {
    left: -1px;
  }
  .p-products__info__epicoFunction__item.is-inet {
    left: 2px;
  }
  .p-products__info__epicoFunction__label {
    font-size: 1.2rem;
    line-height: 13px;
  }
  .is-tv .p-products__info__epicoFunction__icon {
    width: 40px;
    margin-bottom: 13px;
  }
  .is-timer .p-products__info__epicoFunction__icon {
    width: 34px;
    margin-bottom: 11px;
  }
  .is-user .p-products__info__epicoFunction__icon {
    width: 46px;
    margin-bottom: 7px;
  }
  .is-inet .p-products__info__epicoFunction__icon {
    width: 42px;
    margin-bottom: 4px;
  }
  .p-products__info__epicoItem {
    margin-top: 68px;
  }
  .p-products__info__epicoItem__list {
    display: block;
    width: 100%;
    padding: 0 8px;
  }
  .p-products__info__epicoItem__item {
    text-align: center;
  }
  .p-products__info__epicoItem__item + .p-products__info__epicoItem__item {
    margin-left: 0;
    margin-top: 20px;
  }
  .p-products__info__epicoItem__item.is-epen {
    left: 0;
  }
  .p-products__info__epicoItem__item.is-emat {
    left: 0;
  }
  .p-products__info__epicoItem__item.is-soft {
    margin-top: 33px;
  }
  .p-products__info__epicoItem__label {
    font-size: 2rem;
    line-height: 40px;
  }
  .is-epen .p-products__info__epicoItem__label {
    margin-left: 0;
  }
  .is-soft .p-products__info__epicoItem__label {
    top: 0;
    left: 0;
    font-size: 1.8rem;
    line-height: 24px;
  }
  .is-epen .p-products__info__epicoItem__photo {
    width: 183px;
    margin-top: -18px;
    margin-left: -37px;
  }
  .is-emat .p-products__info__epicoItem__photo {
    margin-top: 0;
  }
  .is-soft .p-products__info__epicoItem__photo {
    margin-top: 37px;
  }
  .p-products__info__2box {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 8px;
  }
  .p-products__info__setitem {
    margin-top: 64px;
  }
  .p-products__info__need2play {
    margin-top: 36px;
    margin-left: 0;
  }
  .p-products__info__setitem__title {
    font-size: 1.8rem;
  }
  .p-products__info__setitem__listBox {
    margin-top: 10px;
    column-count: 1;
    font-size: 1.4rem;
    line-height: 28px;
    padding: 26px 20px 36px 69px;
  }
  .p-products__info__need2play__title {
    font-size: 1.8rem;
  }
  .p-products__info__need2play__box {
    width: 100%;
    height: auto;
    padding: 30px 10px 6px;
  }
  .p-products__info__need2play__box__list {
    grid-template-rows: 90px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .p-products__info__need2play__box__item.is-tv {
    margin-left: 8px;
  }
  .p-products__info__need2play__box__item.is-tv img {
    padding-top: 6px;
  }
  .p-products__info__need2play__box__item.is-smart {
    margin-left: -4px;
  }
  .p-products__info__need2play__box__item.is-smart img {
    padding-bottom: 6px;
  }
  .p-products__info__need2play__box__item.is-inet {
    margin-left: -2px;
  }
  .p-products__info__need2play__box__item.is-inet img {
    padding-top: 0;
    padding-bottom: 11px;
  }
  .p-products__info__need2play__box__item.is-inet .p-products__info__need2play__box__label {
    position: relative;
    left: -6px;
  }
  .p-products__info__need2play__box__item.is-mail {
    margin-left: -14px;
  }
  .p-products__info__need2play__box__item.is-mail img {
    padding-top: 5px;
    padding-bottom: 7px;
  }
  .p-products__info__notes {
    width: calc(100% - 16px);
    margin: 50px 8px 0;
    padding: 25px 18px;
  }
  .p-products__info__notes__caution {
    padding-bottom: 14px;
  }
  ul.c-markList.p-products__info__notes__list {
    margin-top: 7px;
  }
  .p-products__info__spec {
    width: calc(100% - 16px);
    margin: 53px 8px 0;
    padding: 32px 10px 45px;
  }
  .p-products__info__spec__list {
    margin-top: 5px;
    font-size: 1.2rem;
    line-height: 24px;
    text-align: center;
  }
  .p-products__info__spec__item {
    display: block;
    width: 100%;
  }
  .p-products__info__spec__item.is-size {
    padding-bottom: 0;
  }
  .p-products__info__spec__item.is-size .p-products__info__spec__label {
    top: 0;
  }
  .p-products__info__spec__item.is-wired .p-products__info__spec__label {
    padding-top: 18px;
    padding-bottom: 0;
  }
  .p-products__info__spec__item.is-wired .p-products__info__spec__text {
    top: 0;
  }
  .p-products__info__spec__item.is-memory .p-products__info__spec__label {
    padding-bottom: 0;
  }
  .p-products__info__spec__item.is-microsd .p-products__info__spec__label {
    top: 0;
  }
  .p-products__info__spec__item.is-microsd .p-products__info__spec__text {
    padding: 0 19px 18px;
  }
  .p-products__info__spec__label {
    font-size: 1.4rem;
    padding: 18px 0 2px;
  }
  .p-products__info__spec__text {
    padding-bottom: 18px;
  }
  .p-products__info__oss {
    margin-top: 37px;
  }
  .p-products__info__oss__text {
    font-size: 1.4rem;
    line-height: 28px;
    padding: 0 18px;
  }
  .p-products__info__oss__download {
    display: block;
    width: 100%;
    left: inherit;
    text-align: center;
    margin-top: 10px;
  }
  .p-products__info__oss__download .c-btn {
    width: 200px;
    margin: 5px 0;
  }
  .p-products__howto {
    margin-top: 35px;
  }
  .p-products__howto__title {
    margin-top: 0;
  }
  .p-products__howto__title__head {
    font-size: 2rem;
    line-height: 25px;
  }
  .p-products__howto__title__body {
    font-size: 2.4rem;
    line-height: 44px;
    margin-top: 2px;
  }
  .p-products__howto__title__body .u-fontBlue {
    font-size: 4.4rem;
    line-height: 44px;
    margin-left: 0;
    margin-right: -8px;
    top: 3px;
  }
  .p-products__howto__list {
    display: block;
    width: 100%;
    margin-top: 45px;
  }
  .p-products__howto__item + .p-products__howto__item {
    margin-top: 33px;
  }
  .p-products__howto__item.is-howto1 {
    padding-left: 0;
  }
  .p-products__howto__item.is-howto1 .p-products__howto__image img {
    margin-top: 8px;
    left: 0;
  }
  .p-products__howto__item.is-howto2 {
    padding-right: 0;
  }
  .p-products__howto__item.is-howto2 .p-products__howto__image img {
    margin-top: 23px;
    margin-bottom: 23px;
    left: 0;
  }
  .p-products__howto__item.is-howto3 {
    padding-left: 0;
  }
  .p-products__howto__item.is-howto3 .p-products__howto__image img {
    margin-top: 21px;
    margin-bottom: 21px;
    left: 34px;
  }
  .p-products__howto__item.is-howto4 .p-products__howto__image img {
    margin-top: 21px;
    left: 26px;
    margin-bottom: -4px;
  }
  .p-products__howto__item.is-howto5 {
    padding-left: 0;
  }
  .p-products__howto__item.is-howto5 .p-products__howto__image img {
    margin-top: 63px;
    margin-bottom: -4px;
    left: -10px;
  }
  .p-products__howto__item.is-howto6 {
    padding-left: 0;
  }
  .p-products__howto__item.is-howto6 .p-products__howto__image img {
    margin-top: 35px;
    left: 6px;
  }
  .p-products__howto__btm {
    margin-top: 4px;
    font-size: 1.6rem;
    line-height: 32px;
  }
  .p-taiken {
    max-width: 375px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 55px;
    margin: 0 auto;
  }
  .p-taiken__intro {
    margin-top: 40px;
  }
  .p-taiken__intro__head {
    display: block;
    width: 100%;
  }
  .p-taiken__intro__head__pict {
    width: 298px;
    top: 4px;
    left: 24px;
  }
  .p-taiken__intro__head__pict::before {
    width: 504px;
    height: 504px;
  }
  .p-taiken__intro__head__text {
    padding-top: 22px;
    padding-left: 0;
    text-align: center;
  }
  .p-taiken__intro__head__text .c-title {
    line-height: 36px;
  }
  .p-taiken__intro__head__text .u-textGold {
    margin-top: -4px;
    top: -4px;
    margin-right: 3p0x;
    letter-spacing: 0;
    line-height: 40px;
  }
  .p-taiken__intro__matrix {
    margin-top: 26px;
    margin-left: 0;
  }
  .p-taiken__intro__matrix__list {
    width: 100%;
    gap: 12px 15px;
  }
  .p-taiken__intro__matrix__item {
    flex-basis: calc(50% - 8px);
  }
  .p-taiken__intro__other {
    margin-top: 47px;
  }
  .p-taiken__intro__other__box {
    display: block;
    width: 100%;
  }
  .p-taiken__intro__other__title {
    font-size: 2.4rem;
    top: inherit;
    left: inherit;
    padding-top: 32px;
    letter-spacing: 0;
    line-height: 36px;
  }
  .p-taiken__intro__other__list {
    column-count: 1;
  }
  ul.is-marker.p-taiken__intro__other__list {
    padding-left: 90px;
    padding-top: 38px;
  }
  .p-taiken__intro__other__andmore {
    bottom: 12px;
    right: 13px;
  }
  .p-taiken__intro__category {
    margin-top: 109px;
  }
  .p-taiken__intro__category__box {
    width: 100%;
  }
  .p-taiken__intro__category__title {
    margin-top: 8px;
  }
  .p-taiken__intro__category__title .u-fontBlue {
    margin-left: 0;
  }
  .p-taiken__intro__category__list {
    width: 100%;
    gap: 12px 10px;
    margin: 23px auto 105px;
  }
  .p-taiken__intro__category__item.is-wide {
    flex-basis: 155px;
    width: 155px;
    height: 44px;
  }
  .p-taiken__intro__category__mascotA {
    left: -100px;
    top: -23px;
  }
  .p-taiken__intro__category__mascotB {
    right: -102px;
    top: -23px;
  }
  .p-taiken__intro__category__mascotC {
    width: 265px;
    bottom: 15px;
    left: 50%;
  }
  .p-taiken__intro__eggpanda {
    display: block;
    width: 100%;
    margin-top: 42px;
  }
  .p-taiken__intro__eggpanda__image {
    left: 16px;
  }
  .p-taiken__intro__eggpanda__right {
    margin-top: 27px;
  }
  .p-taiken__intro__eggpanda__text {
    right: inherit;
    font-size: 2.2rem;
    line-height: 2.9rem;
  }
  .p-taiken__cmmnt {
    margin-top: 61px;
  }
  .p-taiken__cmmnt__step {
    margin-top: 56px;
  }
  .p-taiken__cmmnt__step__list {
    display: block;
    width: 100%;
    margin-top: 24px;
  }
  .p-taiken__cmmnt__step__item {
    padding: 10px 18px 16px;
  }
  .p-taiken__cmmnt__step__item + .p-taiken__cmmnt__step__item {
    margin-top: 49px;
  }
  .p-taiken__cmmnt__step__item + .p-taiken__cmmnt__step__item::before {
    top: -36px;
    left: 47%;
    transform: rotate(90deg);
  }
  .p-taiken__cmmnt__step__title {
    height: auto;
    margin-top: 5px;
    font-size: 2.2rem;
    line-height: 32px;
  }
  .p-taiken__cmmnt__step__title.is-middle {
    margin-top: 3px;
    margin-bottom: 0;
  }
  .p-taiken__cmmnt__step__text {
    margin-top: 14px;
    margin-bottom: 10px;
  }
  .p-taiken__cmmnt__step__text.is-middle {
    margin-top: 14px;
    margin-bottom: 10px;
  }
  .is-step1 .p-taiken__cmmnt__step__fig {
    top: 12px;
    right: 11px;
    width: 130px;
  }
  .is-step2 .p-taiken__cmmnt__step__fig {
    top: 8px;
    right: 3px;
    width: 166px;
  }
  .is-step3 .p-taiken__cmmnt__step__fig {
    top: 17px;
    right: -1px;
    width: 148px;
  }
  .p-taiken__sprvsr {
    margin-top: 45px;
    padding-bottom: 50px;
  }
  .p-taiken__sprvsr__intro {
    margin-top: -12px;
    font-size: 1.4rem;
    line-height: 28px;
    text-align: left;
  }
  .p-taiken__sprvsr__list {
    margin-top: 38px;
    display: block;
  }
  .p-taiken__sprvsr__item + .p-taiken__sprvsr__item {
    margin-top: 45px;
  }
  .p-taiken__sprvsr__item.is-astro {
    margin-top: 43px;
  }
  .p-taiken__sprvsr__item.is-travel {
    margin-top: 32px;
  }
  .p-taiken__sprvsr__item.is-marine {
    margin-top: 17px;
  }
  .p-taiken__sprvsr__item.is-security {
    margin-top: 43px;
  }
  .p-taiken__sprvsr__label {
    width: 100%;
    height: 36px;
  }
  .p-taiken__intro__step {
    margin: 98px 0 0;
  }
  .p-taiken__intro__find {
    display: block;
    margin: 0;
  }
  .p-taiken__intro__find__txt .c-title {
    margin-left: 9px;
    font-size: 2.5rem;
    letter-spacing: 1.6px;
  }
  .p-taiken__intro__find__txt .is-fontBlue {
    font-size: 3.7rem;
    letter-spacing: 1.85px;
  }
  .p-taiken__intro__find__img {
    margin: 48px 0 0 2px;
  }
  .p-taiken__intro__find__img img {
    width: 344px;
  }
  .is-bgCircle::before {
    width: 328px;
    height: 328px;
  }
  .p-taiken__intro__exp1 {
    margin: 162px 0 0;
  }
  .p-taiken__intro__exp2 {
    margin: 151px 0 0;
  }
  .p-taiken__intro__exp3 {
    margin: 140px 0 0;
  }
  .p-taiken__intro__exp3__contents {
    margin: 34px 0 0;
  }
  .p-taiken__intro__exp1__head .p-expHeading {
    display: block;
  }
  .p-taiken__intro__exp3__head .p-expHeading {
    display: block;
  }
  .p-taiken__intro__exp1__head .p-expHeading__img--img01 {
    transform: translate(0, 0);
  }
  .p-taiken__intro__exp1__head .p-expHeading__img--img01 img {
    width: 358px;
  }
  .p-taiken__intro__exp1__head .p-expHeading__img--img02 {
    margin: 58px 0 0 0;
    transform: none;
  }
  .p-taiken__intro__exp1__head .p-expHeading__img--img02 img {
    width: 358px;
  }
  .p-taiken__intro__exp2__head .p-expHeading__img--img01 {
    transform: translate(0, 0);
  }
  .p-taiken__intro__exp3__head .p-expHeading__img--img01 {
    transform: translate(0, 0);
  }
  .p-taiken__intro__exp3__head .p-expHeading__img--img01 img {
    width: 357px;
  }
  .p-taiken__intro__exp3__head .p-expHeading__img--img02 {
    display: none;
  }
  .p-taiken__intro__exp1__head .p-expHeading__ttl {
    margin: 4px 0 0 0;
  }
  .p-taiken__intro__exp2__head .p-expHeading__ttl {
    margin: 24px 0 0 0;
  }
  .p-taiken__intro__exp3__head .p-expHeading__ttl {
    margin: 13px 0 0 0;
  }
  .p-taiken__intro__exp1__head .p-expTitle__num {
    transform: translateX(-9px);
  }
  .p-taiken__intro__exp3__head .p-expTitle__num {
    margin: 0 0 0 0;
  }
  .p-expTitle__main {
    margin: 26px 0 0 0;
    padding: 0;
    font-size: 3rem;
    letter-spacing: 1.5px;
  }
  .p-expTitle__main .is-fontNum {
    font-size: 4rem;
    letter-spacing: 2px;
  }
  .p-taiken__intro__exp2__head .p-expTitle__main {
    margin: 27px 0 0 0;
    padding: 0 0 0 0;
  }
  .p-taiken__intro__exp3__head .p-expTitle__main {
    margin: 51px 0 0 0;
    padding: 0 0 0 0;
  }
  .p-taiken__intro__exp3__head .p-expTitle__main .is-fontNum {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .p-taiken__intro__exp3__head .p-expTitle__main .u-fontBlue {
    margin: 0 0 0 0;
  }
  .p-characterList__item.is-chara01 {
    top: auto;
    bottom: -19px;
    left: 13px;
  }
  .p-characterList__item.is-chara01 img {
    width: 106px;
  }
  .p-characterList__item.is-chara02 {
    top: auto;
    bottom: -18px;
    right: 15px;
  }
  .p-characterList__item.is-chara02 img {
    width: 91px;
  }
  .p-bookImgList {
    z-index: 1;
    width: calc(100% + 16px);
    margin: 42px 0 0 -8px;
  }
  .p-bookContent {
    display: block;
  }
  .p-bookContent__item {
    padding: 0;
  }
  .p-bookContent__item + .p-bookContent__item {
    position: relative;
    margin: 38px 0 0 0;
  }
  .p-touchContent__circle {
    padding: 32px 0 0 24px;
    font-size: 2rem;
    letter-spacing: 1px;
  }
  .p-touchContent__circle .u-fontSmall {
    font-size: 2rem;
    letter-spacing: 0.75px;
  }
  .p-touchContent__circle::before {
    width: 126px;
    height: 126px;
  }
  .p-touchContent__img {
    margin: -24px 0 0 29px;
  }
  .p-touchContent__img img {
    width: 340px;
  }
  .p-touchContent__txt {
    margin: 0 0 0 94px;
    font-size: 2rem;
  }
  .p-touchContent__txt .u-fontLarge {
    font-size: 3.2rem;
  }
  .p-touchContent__txt .u-fontMiddle {
    font-size: 2.7rem;
  }
  .p-touchContent__touchTxt {
    margin: 0 0 0 0;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .p-touchContent__touchImg {
    display: block;
    margin: 18px 0 0 0;
  }
  .p-touchContent__touchImg img {
    width: 359px;
  }
  .p-expContent__body {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .p-expContent__item {
    display: flex;
    flex-direction: row-reverse;
    margin: 36px 0 0 0;
    align-items: center;
  }
  .p-expContent__item + .p-expContent__item {
    display: block;
    margin: 0 0 0 0;
  }
  .p-expText {
    margin: -21px 0 0 0;
    font-size: 1.7rem;
    transform: translateX(-16px);
  }
  .p-expText .u-fontBlue {
    font-size: 2.3rem;
  }
  .p-expCharacter {
    margin: 0;
    transform: translateX(-5px);
  }
  .p-expCharacter img {
    width: 149px;
  }
  .p-expImg img {
    width: 359px;
  }
  .p-report {
    padding-top: 43px;
  }
  .p-report__inner {
    max-width: 375px;
    margin: 0 auto;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 77px;
  }
  .p-report__subject {
    font-size: 3rem;
    line-height: 36px;
  }
  .p-report__subject .u-fontBlue {
    font-size: 2.4rem;
  }
  .p-report__intro__logo {
    width: 280px;
    margin-top: 38px;
  }
  .p-report__intro__text {
    width: 100%;
    margin-top: 40px;
    font-size: 1.4rem;
    line-height: 28px;
    text-align: left;
    letter-spacing: 0.05px;
  }
  .p-report__intro__note {
    display: block;
    text-align: right;
  }
  .p-report__intro__pict {
    left: -15px;
    width: 390px;
    margin-top: 45px;
  }
  .p-report__sprvsr {
    margin-top: 38px;
  }
  .p-report__sprvsr .c-superviser {
    margin-top: -41px;
  }
  .p-report__sprvsr .c-superviser__superviser__photo {
    left: 0;
  }
  .p-report__sprvsr .c-superviser__superviser__title {
    margin-top: 17px;
  }
  .p-report__sprvsr .is-noWrap {
    position: relative;
    min-width: inherit;
    left: inherit;
    transform: inherit;
    line-height: 30px;
  }
  .p-report__sprvsr .c-superviser__carrir {
    text-align: center;
    margin-top: 18px;
    padding-left: 0;
  }
  .p-report__sprvsr .c-superviser__person {
    margin-left: 0;
  }
  .p-report__sprvsr .c-superviser__comment {
    margin-top: 15px;
    letter-spacing: 0.05px;
  }
  .p-report__cando {
    margin-top: 22px;
  }
  .p-report__cando__box {
    margin-top: -16px;
    padding: 32px 35px 24px;
  }
  .p-report__cando__list {
    width: 100%;
    line-height: 20px;
  }
  .p-report__cando__item + .p-report__cando__item {
    margin-top: 8px;
  }
  .p-report__cando__item.is-wide {
    margin-top: 16px;
  }
  .p-display {
    max-width: 375px;
    margin: 0 auto;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 142px;
  }
  .p-display__intro {
    margin-top: 0;
  }
  .p-display__intro__box {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 9px;
  }
  .p-display__intro__box__photo {
    flex-basis: 100%;
    order: 2;
    margin-top: 50px;
  }
  .p-display__intro__box__photo .c-backCircle {
    width: 350px;
    height: 350px;
    top: 480px;
    left: 0;
  }
  .p-display__intro__box__contents {
    order: 1;
    flex-basis: 100%;
    padding-right: 0;
    padding-bottom: 0;
  }
  .p-display__intro__box__photo__image {
    top: 5px;
    left: inherit;
    width: 225px;
  }
  .p-display__intro__box__title {
    font-size: 2.4rem;
    line-height: 36px;
    text-align: center;
  }
  .p-display__intro__box__logo {
    left: -4px;
    width: 251px;
    margin: 25px auto 0;
  }
  .p-display__intro__box__text {
    margin-top: 30px;
    font-size: 1.4rem;
  }
  .p-display__cando {
    margin-top: 20px;
  }
  .p-display__cando__box {
    width: 100%;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
  }
  .p-display__cando__box.is-point1 {
    margin-top: 13px;
  }
  .p-display__cando__box.is-point1 .p-display__cando__box__left {
    padding-left: 0;
  }
  .p-display__cando__box.is-point1 .p-display__cando__box__right {
    grid-column: 1;
    grid-row: 2;
  }
  .p-display__cando__box.is-point1 .p-display__cando__box__text {
    grid-column: 1;
    grid-row: 3;
    padding-left: 0;
    margin-top: 40px;
  }
  .p-display__cando__box.is-point2 {
    margin-top: 80px;
  }
  .p-display__cando__box.is-point2 .p-display__cando__box__left {
    grid-column: 1;
    grid-row: 2;
  }
  .p-display__cando__box.is-point2 .p-display__cando__box__right {
    grid-column: 1;
    grid-row: 1;
    padding-right: 0;
  }
  .p-display__cando__box.is-point2 .p-display__cando__box__text {
    grid-column: 1;
    grid-row: 3;
    padding-left: 0;
    margin-top: 26px;
  }
  .p-display__cando__box__text {
    font-size: 1.4rem;
  }
  .p-display__cando__box__label {
    width: 40px;
  }
  .p-display__cando__box__title {
    font-size: 2.4rem;
    line-height: 36px;
    letter-spacing: -1px;
  }
  .is-point1 .p-display__cando__box__title {
    margin-top: 40px;
  }
  .is-point1 .p-display__cando__box__title.u-blurTitle::before {
    left: -20px;
  }
  .is-point1 .p-display__cando__box__title .u-underWaveLine::before {
    bottom: -10px;
    width: calc(100% - 30px);
  }
  .is-point2 .p-display__cando__box__title {
    margin-top: 31px;
    letter-spacing: 0;
  }
  .is-point2 .p-display__cando__box__title.u-blurTitle::before {
    left: -20px;
  }
  .is-point2 .p-display__cando__box__title .u-underWaveLine::before {
    bottom: -10px;
    width: calc(100% - 30px);
  }
  .p-display__cando__box__pict__point1 {
    width: 322px;
    top: 0;
    left: 0;
    padding-top: 54px;
  }
  .p-display__cando__box__pict__point2 {
    width: 315px;
    top: 0;
    left: -3px;
    padding-top: 40px;
  }
  .p-display__search {
    margin-top: 68px;
  }
  .p-display__search__nowPrinting__image {
    top: 0;
    left: 0;
    width: 100%;
  }
  .p-display__search__box {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 12px;
    padding-bottom: 15px;
  }
  .p-display__search__box__left {
    flex-basis: 100%;
    order: 2;
  }
  .p-display__search__box__right {
    flex-basis: 100%;
    order: 1;
  }
  .p-display__search__box__right__text {
    width: 100%;
    font-size: 1.4rem;
  }
  .p-display__search__box__right__text .u-fontAsh {
    margin-top: 3px;
    margin-bottom: 0;
    margin-left: 0;
  }
  .p-display__search__areamap .c-shopAreaMap {
    left: 13px;
    top: 56px;
  }
  .p-display__search__areamap__title {
    top: 30px;
    left: 22px;
    font-size: 1.7rem;
    line-height: 22px;
  }
  .p-display__search__areamap__title .is-EN {
    font-size: 1.9rem;
  }
  .p-display__search__areamap__title .c-backCircle {
    width: 150px;
    height: 150px;
    top: -57px;
    left: -33px;
  }
  .p-display__shop__list {
    display: block;
    width: 100%;
  }
  .p-display__shop__item {
    margin-top: 83px;
  }
  .p-display__shop__item__areaname {
    width: 100%;
    height: 36px;
  }
  .p-software {
    max-width: 375px;
    margin: 0 auto;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 75px;
  }
  .p-software__intro {
    margin-top: 36px;
    font-size: 1.4rem;
    padding-right: 0;
    text-align: left;
  }
  .p-software__box {
    width: 100%;
    margin-top: 50px;
  }
  .p-software__list {
    display: block;
  }
  .p-software__item + .p-software__item {
    margin-top: 79px;
  }
  .p-software__title {
    display: block;
    min-height: auto;
  }
  .p-software__title::before {
    bottom: 0;
  }
  .p-software__title__text {
    font-size: 2rem;
    line-height: 24px;
  }
  .p-software__title__text.is-small {
    font-size: 2rem;
    line-height: 24px;
  }
  .p-software__photo {
    width: 220px;
    margin-top: 23px;
  }
  .p-software__photo__caption {
    margin-top: 7px;
    font-size: 0.8rem;
    line-height: 13px;
    min-height: 28px;
  }
  .p-software__photo__caption.is-fix-margin {
    margin-top: 10px;
    margin-bottom: -10px;
  }
  .p-software__download {
    margin-top: 18px;
  }
  .p-software__download .c-btn {
    width: 200px;
    letter-spacing: 0;
  }
  .p-software__download .c-btn + .c-btn {
    margin-top: 12px;
  }
  .p-software__moreAndmore {
    margin-top: 70px;
    font-size: 2.4rem;
    line-height: 36px;
  }
  .p-movie {
    width: 359px;
    padding-bottom: 56.25%;
    margin: 40px auto 0;
  }
  .p-manual {
    max-width: 375px;
    margin: 0 auto;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 74px;
  }
  .p-manual__download {
    font-size: 1.4rem;
    margin-top: 50px;
  }
  .p-manual__tabBox {
    margin-top: 25px;
  }
  .p-manual__tabBox .c-tabBox__button {
    padding-bottom: 0;
    padding-top: 18px;
  }
  .p-manual__device {
    margin-top: -23px;
  }
  .p-manual__taiken {
    margin-top: 42px;
  }
  .p-manual__taiken .p-manual__list {
    margin-top: 8px;
    gap: 26px 20px;
  }
  .p-manual__taiken .c-lineHeader {
    margin-top: 80px;
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .p-manual__software {
    margin-top: 42px;
  }
  .p-manual__software .c-lineHeader {
    margin-top: 10px;
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .p-manual__software .p-manual__list {
    margin-top: 7px;
  }
  .p-manual__howtoDL {
    margin-top: 17px;
  }
  .p-manual__contents {
    margin-top: 40px;
  }
  .c-midHeader + .p-manual__list {
    margin-top: 0;
  }
  .p-manual__list {
    width: 100%;
    gap: 25px 20px;
  }
  .p-manual__caption {
    line-height: 1.6rem;
    margin-top: 3px;
  }
  .p-manual__caption.is-small {
    margin-top: 3px;
    line-height: 1.6rem;
  }
  .p-manual__copywrite {
    margin-top: 130px;
    font-size: 1.2rem;
  }
  .p-manual__software__box {
    margin-top: 55px;
  }
  .p-manual__software__list {
    display: block;
  }
  .p-manual__software__item + .p-manual__software__item {
    margin-top: 32px;
  }
  .p-manual__software__title {
    display: block;
    height: auto;
  }
  .p-manual__software__title__text {
    font-size: 2rem;
    line-height: 30px;
  }
  .p-manual__software__title__text.is-small {
    font-size: 2rem;
    line-height: 30px;
  }
  .p-manual__software__photo {
    margin-top: 0;
  }
  .p-manual__software__photo__caption {
    margin-top: 7px;
    font-size: 0.8rem;
    line-height: 13px;
    min-height: 28px;
  }
  .p-manual__software__photo__caption.is-fix-margin {
    margin-top: 10px;
    margin-bottom: -10px;
  }
  .p-manual__software__download {
    margin-top: 15px;
  }
  .p-manual__software__faq {
    margin-top: 100px;
    padding-bottom: 102px;
  }
  .p-manual__software__faq .c-btn {
    width: 300px;
    margin-left: 0;
  }
  .p-anpanman {
    max-width: 375px;
    margin: 0 auto;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 74px;
  }
  .p-anpanman__intro {
    margin-top: 40px;
  }
  .p-anpanman__intro__softMain .c-softMain__right {
    margin-top: 40px;
  }
  .p-anpanman__intro__softLearn {
    margin-top: 43px;
  }
  .p-anpanman__intro__softLearn__title {
    font-size: 2rem;
  }
  .p-anpanman__intro__softLearn__target {
    margin-top: 23px;
    width: 358px;
  }
  .p-anpanman__detail {
    margin-top: 37px;
  }
  .p-anpanman__detail__list {
    display: block;
    margin-top: 7px;
  }
  .p-anpanman__detail__item {
    width: 300px;
    margin: 0 auto;
  }
  .p-anpanman__detail__item + .p-anpanman__detail__item {
    margin-top: 30px;
  }
  .p-anpanman__detail__summary {
    width: 100%;
    margin-top: 60px;
  }
  .p-anpanman__detail__summary__title {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .p-anpanman__detail__summary__flex {
    display: block;
    margin-top: 30px;
  }
  .p-anpanman__detail__summary__image {
    width: 359px;
  }
  .p-anpanman__detail__summary__label {
    width: 224px;
    margin: 29px auto 0;
  }
  .p-anpanman__sprvsr {
    margin-top: 86px;
  }
  .p-anpanman__sprvsr__headtext {
    top: 0;
    font-size: 1.6rem;
  }
  .p-anpanman__sprvsr__person {
    width: 218px;
    margin-top: -2px;
  }
  .p-anpanman__sprvsr__career {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .p-anpanman__sprvsr__name {
    margin-top: 20px;
    font-size: 2.2rem;
    line-height: 3.3rem;
  }
  .p-anpanman__sprvsr__text {
    width: 100%;
    margin-top: 24px;
    padding-top: 15px;
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  .p-anpanman__sprvsr__biography {
    margin-top: 50px;
    padding-bottom: 8px;
  }
  .p-anpanman__sprvsr__biography__text {
    width: 100%;
    margin-top: 8px;
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  .p-anpanman__sprvsr__note {
    width: 100%;
    margin-top: 73px;
  }
  ul.p-anpanman__sprvsr__note__list {
    font-size: 1.2rem;
    line-height: 2.4rem;
    padding: 24px 18px 30px 20px;
    letter-spacing: 0;
  }
  .p-anpanman__sprvsr__manual {
    margin-top: 54px;
  }
  .p-anpanman__sprvsr__manual .c-btn {
    width: 300px;
  }
  .p-anpanman__sprvsr__copywrite {
    margin-top: 128px;
    font-size: 1.2rem;
  }
  .p-disneyprincess {
    max-width: 375px;
    margin: 0 auto;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 74px;
  }
  .p-disneyprincess__intro {
    margin-top: 40px;
  }
  .p-disneyprincess__intro__softMain .c-softMain__right {
    margin-top: 30px;
    padding-left: 0;
  }
  .p-disneyprincess__intro__softMain .c-softMain__target {
    margin-top: 10px;
  }
  .p-disneyprincess__intro__softMain .c-softMain__package__caption {
    top: 0;
  }
  .p-disneyprincess__intro__softMain .c-softMain__package__image {
    left: 0;
  }
  .p-disneyprincess__intro__softMain .c-softMain__target__pict {
    left: 0;
    top: 0;
  }
  .p-disneyprincess__intro__softMain .c-softMain__target__text {
    margin-right: 0;
    letter-spacing: 0;
  }
  .p-disneyprincess__intro__softMain .c-lineHeader {
    text-align: center;
  }
  .p-disneyprincess__intro__softMain .c-softMain__contents {
    margin-left: 0;
  }
  .p-disneyprincess__intro__softLearn {
    margin-top: 43px;
  }
  .p-disneyprincess__intro__softLearn__title {
    font-size: 2rem;
  }
  .p-disneyprincess__intro__softLearn__target {
    margin-top: 23px;
    width: 358px;
  }
  .p-disneyprincess__detail {
    margin-top: 37px;
  }
  .p-disneyprincess__detail__list {
    display: block;
    margin-top: 7px;
  }
  .p-disneyprincess__detail__item {
    width: 300px;
    margin: 0 auto;
  }
  .p-disneyprincess__detail__item + .p-disneyprincess__detail__item {
    margin-top: 29.5px;
  }
  .p-disneyprincess__detail__summary {
    width: 100%;
    margin-top: 73px;
  }
  .p-disneyprincess__detail__summary__title {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .p-disneyprincess__detail__summary__flex {
    display: block;
    margin-top: 26px;
    left: 0;
  }
  .p-disneyprincess__detail__summary__image {
    width: 359px;
  }
  .p-disneyprincess__detail__summary__label {
    width: 227.5px;
    margin: 50px auto 0;
    position: relative;
    left: 12px;
  }
  .p-disneyprincess__sprvsr {
    margin-top: 22px;
  }
  .p-disneyprincess__sprvsr__person {
    width: 218px;
    margin-top: -2px;
  }
  .p-disneyprincess__sprvsr__career {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .p-disneyprincess__sprvsr__name {
    margin-top: 20px;
    font-size: 2.2rem;
    line-height: 3.3rem;
  }
  .p-disneyprincess__sprvsr__text {
    width: 100%;
    margin-top: 24px;
    padding-top: 15px;
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  .p-disneyprincess__sprvsr__biography {
    margin-top: 50px;
    padding-bottom: 8px;
  }
  .p-disneyprincess__sprvsr__biography__text {
    width: 100%;
    margin-top: 8px;
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  .p-disneyprincess__sprvsr__more {
    margin-top: -1px;
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  .p-disneyprincess__sprvsr__more .is-books {
    margin-top: 13px;
    margin-bottom: 12px;
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
  .p-disneyprincess__sprvsr__note {
    width: 100%;
    margin-top: 69px;
  }
  ul.p-disneyprincess__sprvsr__note__list {
    font-size: 1.2rem;
    line-height: 2.4rem;
    padding: 24px 18px 30px 20px;
    letter-spacing: 0;
  }
  .p-disneyprincess__sprvsr__manual {
    margin-top: 54px;
  }
  .p-disneyprincess__sprvsr__manual .c-btn {
    width: 300px;
  }
  .p-disneyprincess__sprvsr__copywrite {
    margin-top: 138px;
    font-size: 1.2rem;
  }
  .p-usersvoice {
    max-width: 375px;
    margin: 138px auto 0;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 105px;
  }
  .p-usersvoice__list {
    grid-template-columns: auto;
    gap: 58px 0;
  }
  .p-usersvoice__list li:nth-of-type(2n) {
    top: 0;
  }
  .p-instaArea {
    margin: 30px 0 0;
  }
  .p-instaSlider {
    padding-bottom: 51px;
  }
  .p-instaSlider__item {
    margin: 0;
  }
  .p-instaSlider__item a:hover {
    opacity: 1;
  }
  .p-instaSlider__arrows__inner {
    left: 0;
    right: 0;
    max-width: 250px;
    margin: 0 auto;
  }
  .p-instaSlider__arrows__btn.splide__arrow--prev, .p-instaSlider__arrows__btn.splide__arrow--next {
    width: 44px;
    height: 44px;
  }
  .p-buy {
    max-width: 375px;
    margin: 0 auto;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 123px;
  }
  .p-buy__intro {
    margin-top: 60px;
    text-align: left;
  }
  .p-buy__shop {
    margin-top: 60px;
  }
  .p-buy__shop__list {
    display: block;
    width: 100%;
  }
  .p-buy__shop__item + .p-buy__shop__item {
    margin-top: 83px;
  }
  .p-buy__shop__item__areaname {
    width: 100%;
    height: 36px;
  }
  .p-support {
    max-width: 375px;
    margin: 0 auto;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 115px;
  }
  .p-support .c-midHeader + .c-accordionList {
    margin-top: -3px;
  }
  .p-support .c-accordionList__head {
    padding: 11px 60px 10px 3px;
  }
  .p-support .c-accordionList__head__label {
    font-size: 1.6rem;
  }
  .p-support .c-accordionList__body {
    font-size: 1.4rem;
    line-height: 2.8rem;
    padding-bottom: 19px;
  }
  .p-support__device {
    margin-top: -23px;
  }
  .p-support__howtouse {
    margin-top: 36px;
  }
  .p-support__game {
    margin-top: 36px;
  }
  .p-support__muchuRepo {
    margin-top: 36px;
  }
  .p-support__accident {
    margin-top: 36px;
  }
  .p-support__accident .c-midHeader__title {
    font-size: 2.3rem;
    line-height: 2.6rem;
  }
  .p-support__software {
    margin-top: 36px;
  }
  .p-support__software .c-midHeader + .c-lineHeader {
    margin-top: 0;
  }
  .p-support__software .is-line3.c-lineHeader {
    font-size: 2rem;
    line-height: 24px;
  }
  .p-support__software .is-line3.c-lineHeader::before {
    bottom: 0.45em;
  }
  .p-support__software .is-line2.c-lineHeader {
    font-size: 2rem;
    line-height: 24px;
  }
  .p-support__software .is-line2.c-lineHeader::before {
    bottom: 0.45em;
  }
  .p-support__inquiry {
    margin-top: 100px;
  }
  .p-support__inquiry__box {
    display: block;
    padding: 25px 0 8px;
  }
  .p-support__inquiry__text {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  .p-support__inquiry__button {
    padding-left: 0;
    text-align: center;
  }
  .p-support__inquiry__button .c-btn {
    width: 210px;
  }
  .p-support__inquiry__button__note {
    max-width: inherit;
    padding: 12px 12px;
    text-align: left;
  }
  .p-attention {
    max-width: 375px;
    margin: 0 auto;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 115px;
  }
  .p-attention__support {
    margin-top: 30px;
  }
  .p-attention__before {
    margin-top: 15px;
  }
  .p-attention__list {
    display: block;
    left: inherit;
  }
  .c-midHeader + .p-attention__list {
    margin-top: -5px;
  }
  .p-attention__item {
    text-align: center;
  }
  .p-attention__item .c-btn {
    width: 300px;
    margin: 5px 0;
    padding-right: 1.5em;
  }
  .p-licence__inner {
    max-width: 375px;
    margin: -13px auto 0;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 74px;
  }
  .p-licence__section {
    padding: 36px 20px;
  }
  .p-licence__section pre {
    font-size: 1.4rem;
  }
  .p-licence__logo__criware {
    margin-top: 10px;
    padding-bottom: 3px;
  }
  .u-pcOnly {
    display: none !important;
  }
  .u-spOnly {
    display: block !important;
  }
  .u-spOnly--inlineBlock {
    display: inline-block !important;
  }
  .u-block--sp {
    display: block;
  }
  .u-fontSize10--sp {
    font-size: 1rem !important;
  }
  .u-fontSize11--sp {
    font-size: 1.1rem !important;
  }
  .u-fontSize12--sp {
    font-size: 1.2rem !important;
  }
  .u-fontSize13--sp {
    font-size: 1.3rem !important;
  }
  .u-fontSize14--sp {
    font-size: 1.4rem !important;
  }
  .u-fontSize15--sp {
    font-size: 1.5rem !important;
  }
  .u-fontSize16--sp {
    font-size: 1.6rem !important;
  }
  .u-fontSize17--sp {
    font-size: 1.7rem !important;
  }
  .u-fontSize18--sp {
    font-size: 1.8rem !important;
  }
  .u-fontSize19--sp {
    font-size: 1.9rem !important;
  }
  .u-fontSize20--sp {
    font-size: 2rem !important;
  }
  .u-fontSize21--sp {
    font-size: 2.1rem !important;
  }
  .u-fontSize22--sp {
    font-size: 2.2rem !important;
  }
  .u-fontSize23--sp {
    font-size: 2.3rem !important;
  }
  .u-fontSize24--sp {
    font-size: 2.4rem !important;
  }
  .u-fontSize25--sp {
    font-size: 2.5rem !important;
  }
  .u-fontSize26--sp {
    font-size: 2.6rem !important;
  }
  .u-fontSize27--sp {
    font-size: 2.7rem !important;
  }
  .u-fontSize28--sp {
    font-size: 2.8rem !important;
  }
  .u-fontSize29--sp {
    font-size: 2.9rem !important;
  }
  .u-fontSize30--sp {
    font-size: 3rem !important;
  }
  .u-fontSize31--sp {
    font-size: 3.1rem !important;
  }
  .u-fontSize32--sp {
    font-size: 3.2rem !important;
  }
  .u-fontSize33--sp {
    font-size: 3.3rem !important;
  }
  .u-fontSize34--sp {
    font-size: 3.4rem !important;
  }
  .u-fontSize35--sp {
    font-size: 3.5rem !important;
  }
  .u-fontSize36--sp {
    font-size: 3.6rem !important;
  }
  .u-fontSize37--sp {
    font-size: 3.7rem !important;
  }
  .u-fontSize38--sp {
    font-size: 3.8rem !important;
  }
  .u-fontSize39--sp {
    font-size: 3.9rem !important;
  }
  .u-fontSize40--sp {
    font-size: 4rem !important;
  }
  .u-fontSize41--sp {
    font-size: 4.1rem !important;
  }
  .u-fontSize42--sp {
    font-size: 4.2rem !important;
  }
  .u-fontSize43--sp {
    font-size: 4.3rem !important;
  }
  .u-fontSize44--sp {
    font-size: 4.4rem !important;
  }
  .u-fontSize45--sp {
    font-size: 4.5rem !important;
  }
  .u-fontSize46--sp {
    font-size: 4.6rem !important;
  }
  .u-fontSize47--sp {
    font-size: 4.7rem !important;
  }
  .u-fontSize48--sp {
    font-size: 4.8rem !important;
  }
  .u-fontSize49--sp {
    font-size: 4.9rem !important;
  }
  .u-fontSize50--sp {
    font-size: 5rem !important;
  }
  .u-fontSize51--sp {
    font-size: 5.1rem !important;
  }
  .u-fontSize52--sp {
    font-size: 5.2rem !important;
  }
  .u-fontSize53--sp {
    font-size: 5.3rem !important;
  }
  .u-fontSize54--sp {
    font-size: 5.4rem !important;
  }
  .u-fontSize55--sp {
    font-size: 5.5rem !important;
  }
  .u-fontSize56--sp {
    font-size: 5.6rem !important;
  }
  .u-fontSize57--sp {
    font-size: 5.7rem !important;
  }
  .u-fontSize58--sp {
    font-size: 5.8rem !important;
  }
  .u-fontSize59--sp {
    font-size: 5.9rem !important;
  }
  .u-fontSize60--sp {
    font-size: 6rem !important;
  }
  .u-fontSize61--sp {
    font-size: 6.1rem !important;
  }
  .u-fontSize62--sp {
    font-size: 6.2rem !important;
  }
  .u-fontSize63--sp {
    font-size: 6.3rem !important;
  }
  .u-fontSize64--sp {
    font-size: 6.4rem !important;
  }
  .u-fontSize65--sp {
    font-size: 6.5rem !important;
  }
  .u-fontSize66--sp {
    font-size: 6.6rem !important;
  }
  .u-fontSize67--sp {
    font-size: 6.7rem !important;
  }
  .u-fontSize68--sp {
    font-size: 6.8rem !important;
  }
  .u-fontSize69--sp {
    font-size: 6.9rem !important;
  }
  .u-fontSize70--sp {
    font-size: 7rem !important;
  }
  .u-fontSize71--sp {
    font-size: 7.1rem !important;
  }
  .u-fontSize72--sp {
    font-size: 7.2rem !important;
  }
  .u-fontSize73--sp {
    font-size: 7.3rem !important;
  }
  .u-fontSize74--sp {
    font-size: 7.4rem !important;
  }
  .u-fontSize75--sp {
    font-size: 7.5rem !important;
  }
  .u-fontSize76--sp {
    font-size: 7.6rem !important;
  }
  .u-fontSize77--sp {
    font-size: 7.7rem !important;
  }
  .u-fontSize78--sp {
    font-size: 7.8rem !important;
  }
  .u-fontSize79--sp {
    font-size: 7.9rem !important;
  }
  .u-fontSize80--sp {
    font-size: 8rem !important;
  }
  .u-alignCenter--sp {
    text-align: center !important;
  }
  .u-alignLeft--sp {
    text-align: left !important;
  }
  .u-alignRight--sp {
    text-align: right !important;
  }
  .u-col1:not(th):not(td),
  .u-col2:not(th):not(td),
  .u-col3:not(th):not(td),
  .u-col4:not(th):not(td),
  .u-col5:not(th):not(td),
  .u-col6:not(th):not(td),
  .u-col7:not(th):not(td),
  .u-col8:not(th):not(td),
  .u-col9:not(th):not(td),
  .u-col10:not(th):not(td),
  .u-col11:not(th):not(td),
  .u-col12:not(th):not(td) {
    width: auto !important;
  }
  .u-mTop0--sp {
    margin-top: 0 !important;
  }
  .u-mTop5--sp {
    margin-top: 5px !important;
  }
  .u-mTop10--sp {
    margin-top: 10px !important;
  }
  .u-mTop15--sp {
    margin-top: 15px !important;
  }
  .u-mTop20--sp {
    margin-top: 20px !important;
  }
  .u-mTop25--sp {
    margin-top: 25px !important;
  }
  .u-mTop30--sp {
    margin-top: 30px !important;
  }
  .u-mTop35--sp {
    margin-top: 35px !important;
  }
  .u-mTop40--sp {
    margin-top: 40px !important;
  }
  .u-mTop45--sp {
    margin-top: 45px !important;
  }
  .u-mTop50--sp {
    margin-top: 50px !important;
  }
  .u-mTop55--sp {
    margin-top: 55px !important;
  }
  .u-mTop60--sp {
    margin-top: 60px !important;
  }
  .u-mTop65--sp {
    margin-top: 65px !important;
  }
  .u-mTop70--sp {
    margin-top: 70px !important;
  }
  .u-mTop75--sp {
    margin-top: 75px !important;
  }
  .u-mTop80--sp {
    margin-top: 80px !important;
  }
  .u-mTop85--sp {
    margin-top: 85px !important;
  }
  .u-mTop90--sp {
    margin-top: 90px !important;
  }
  .u-mTop95--sp {
    margin-top: 95px !important;
  }
  .u-mTop100--sp {
    margin-top: 100px !important;
  }
  .u-w100--percent-SP {
    width: 100% !important;
  }
  .u-textGold {
    position: relative;
    top: -6px;
    margin-top: 0;
    padding-bottom: 0;
    font-size: 4.4rem;
    vertical-align: bottom;
  }
  .u-underWaveLine::before {
    left: 0;
    width: 100%;
    background-size: 150px 8px;
    bottom: -2px;
  }
}

@media screen and (max-width: 600px) {
  .dummy-mqpacker {
    color: red;
  }
}

@media screen and (max-width: 640px) {
  .dummy-mqpacker {
    color: red;
  }
}

@media screen and (max-width: 500px) {
  .dummy-mqpacker {
    color: red;
  }
  .p-toppageKV__logo {
    top: 122px;
    left: -14px;
    width: 242px;
    height: auto;
  }
  .p-toppageKV__text {
    top: 219px;
    left: 19px;
    font-size: 2.2rem;
    line-height: 1.6363636364;
  }
  .p-toppageKV__japanToyAward__inner {
    left: 16px;
  }
}

@media screen and (max-width: 375px) {
  .dummy-mqpacker {
    color: red;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
  .splide__slide:focus-visible {
    border: 2px solid #DE5F26;
  }
  .splide.is-focus-in .splide__slide:focus {
    border: 2px solid #DE5F26;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #DE5F26;
  }
}

@media screen and (min-width: 1480px) {
  .c-pageMenu.on-toppage {
    right: calc((100vw - 1480px) / 2 + 1480px);
  }
}
/*# sourceMappingURL=main.css.map */
