@charset "UTF-8";
.pc {
  display: block;
}

.sp {
  display: none;
}

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

.br-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: inline-block;
  }
}
/** ***************************************************************************
 * RESET
 * ************************************************************************* */
#emc *,
#emc *::before,
#emc *::after {
  box-sizing: border-box;
}
#emc a,
#emc button {
  cursor: revert;
}
#emc ol,
#emc ul,
#emc menu {
  list-style: none;
}
#emc table {
  border-collapse: collapse;
}
#emc input,
#emc textarea {
  -webkit-user-select: auto;
}
#emc textarea {
  white-space: revert;
}
#emc meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}
#emc::-moz-placeholder {
  color: unset;
}
#emc::placeholder {
  color: unset;
}
#emc:where([hidden]) {
  display: none;
}
#emc:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}
#emc:where([draggable=true]) {
  -webkit-user-drag: element;
}

/** ***************************************************************************
 * Animation
 * ************************************************************************* */
.inview,
.illust_view {
  opacity: 0;
  visibility: hidden;
}

.inview-active.fadein {
  animation: fadein 0.5s forwards;
}

.inview-active.fadein_d {
  animation: fadein 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s forwards;
}

.inview-active.fadein-left {
  animation: fadein-left 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s forwards;
}

.inview-active.fadein-right {
  animation: fadein-right 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s forwards;
}

.inview-active.fadein-up {
  animation: fadein-up 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s forwards;
}

.inview-active.fadein-up_d {
  animation: fadein-up 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s forwards;
}

.inview-active.fadein-down {
  animation: fadein-down 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s forwards;
}

.inview-deactive.fadeout {
  animation: fadeout 0.5s forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  80% {
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadein-left {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-12%);
  }
  80% {
    visibility: visible;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@keyframes fadein-right {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(12%);
  }
  80% {
    visibility: visible;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@keyframes fadein-up {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(12%);
  }
  80% {
    visibility: visible;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadein-down {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12%);
  }
  80% {
    visibility: visible;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
#emc {
  position: relative;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.2s ease;
}
#emc a {
  color: inherit;
}
#emc a:focus {
  text-decoration: none;
}
#emc .center {
  text-align: center;
}
#emc section .inner {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #emc {
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-size: 14px;
  }
}

.emc-header-wrapper {
  position: relative;
}
.emc-header-wrapper .emc-header {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 80px;
  width: 80%;
  margin: 0 auto;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .emc-header-wrapper .emc-header {
    min-width: 0;
    width: 95%;
    bottom: 15px;
  }
}
.emc-header-wrapper .emc-header span {
  font-size: 1.3vw;
  font-weight: 700;
  display: inline-block;
  background-color: #fff;
  color: #e62320;
  padding: 0.25em 1em;
  border-radius: 8px;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.7);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .emc-header-wrapper .emc-header span {
    font-size: 2.2vw;
    border-radius: 6px;
    margin-bottom: 6px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.7);
  }
}
.emc-header-wrapper .emc-header h1 {
  font-size: 5.8vw;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0 7px 14px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 767px) {
  .emc-header-wrapper .emc-header h1 {
    font-size: 7.5vw;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.7);
  }
}
.emc-header-wrapper .emc-header .name {
  margin: 0 0 20px 10px;
}
.emc-header-wrapper .emc-header .notice {
  width: 360px;
  font-size: 12px;
  padding: 12px;
  border: 1px solid #000;
  border-radius: 12px;
  margin-left: 10px;
}
.emc-header-wrapper .emc-header .link {
  margin-left: 10px;
}
.emc-header-wrapper .emc-header .pc {
  position: relative;
  z-index: 10;
}
.emc-header-wrapper .emc-header-slider {
  width: 100%;
}
.emc-header-wrapper .emc-header-slider ul li img {
  width: 100%;
  height: auto;
}

.bx-wrapper img {
  max-width: none;
  width: 100%;
}
.bx-wrapper .bx-pager {
  bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .bx-wrapper .bx-pager {
    bottom: -25px !important;
  }
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 8px;
  outline: 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .bx-wrapper .bx-pager.bx-default-pager a {
    margin: 0 4px;
  }
}
.bx-wrapper .bx-pager-item .bx-pager-link {
  background: #ccc !important;
}
.bx-wrapper .bx-pager-item .bx-pager-link.active {
  background: #ea1e1f !important;
  border: 3px solid #ea1e1f !important;
}
@media screen and (max-width: 767px) {
  .bx-wrapper .bx-pager-item .bx-pager-link {
    background: #999 !important;
    width: 8px !important;
    height: 8px !important;
    margin: 0 4px;
  }
}

.emc-content-wrapper {
  width: auto;
  padding: 50px 0;
}
.emc-content-wrapper .emc-title {
  margin: 0 auto;
  background-image: url(../images/titile_line.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media screen and (max-width: 767px) {
  .emc-content-wrapper .emc-title {
    background-size: 300% auto;
  }
}
.emc-content-wrapper .emc-title h2 {
  font-size: 32px;
  width: 980px;
  font-weight: bold;
  color: #e62320;
  margin: 60px auto 30px;
  padding-bottom: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .emc-content-wrapper .emc-title h2 {
    width: auto;
    font-size: 5.2vw;
    margin: 50px auto 20px;
    padding: 0 20px 10px 10px;
  }
}
.emc-content-wrapper .emc-title p {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .emc-content-wrapper .emc-title p {
    font-size: 4vw;
    margin-top: 6px;
  }
}
.emc-content-wrapper .emc-content {
  width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .emc-content-wrapper .emc-content {
    width: auto;
    border-radius: 12px;
    margin: 0 12px;
  }
}
.emc-content-wrapper .emc-content img {
  max-width: 100%;
  height: auto;
}
.emc-content-wrapper .emc-content h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .emc-content-wrapper .emc-content h2 {
    font-size: 5.4vw;
    font-weight: bold;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .emc-content-wrapper .emc-content .scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #ddd;
  }
  .emc-content-wrapper .emc-content .scroll::before {
    content: "SCROLL >>>";
    display: block;
    color: #999;
    padding: 5px 10px;
    font-size: 12px;
  }
}
.emc-content-wrapper .emc-content p.description {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .emc-content-wrapper .emc-content p.description {
    font-size: 3.2vw;
    margin-bottom: 1.5em;
  }
}
.emc-content-wrapper .emc-content span.underline {
  background: linear-gradient(transparent 75%, rgba(230, 35, 32, 0.25) 25%);
}
.emc-content-wrapper .emc-content .intro {
  text-align: center;
}
.emc-content-wrapper .emc-content .intro h2 {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .emc-content-wrapper .emc-content .intro h2 {
    font-size: 4vw;
  }
}
.emc-content-wrapper .emc-content .intro p {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.6;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .emc-content-wrapper .emc-content .intro p {
    font-size: 3.2vw;
    margin-top: 12px;
  }
}

.emc-selection__flex {
  display: flex;
  margin-left: 156px;
  width: calc(100% - 156px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .emc-selection__flex {
    width: 636px;
  }
}
.emc-selection__flex div:nth-child(1),
.emc-selection__flex div:nth-child(2) {
  width: 31.5%;
  text-align: center;
}
.emc-selection__flex div:nth-child(3) {
  width: 37%;
  text-align: center;
}
.emc-selection__flex img {
  height: 240px !important;
}
@media screen and (max-width: 767px) {
  .emc-selection__flex img {
    height: 200px !important;
  }
}
.emc-selection__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .emc-selection__table {
    width: 800px;
  }
}
.emc-selection__table th,
.emc-selection__table td {
  border: 6px solid #fff;
  padding: 16px 8px;
  text-align: center;
  line-height: 1.25;
  box-sizing: border-box;
}
.emc-selection__table th {
  font-weight: 700;
  font-size: 0.9rem;
}
.emc-selection__table th:nth-child(1) {
  background-color: transparent;
  width: 150px;
}
.emc-selection__table th:nth-child(2), .emc-selection__table th:nth-child(3) {
  background-color: #2fb2b9;
  color: #fff;
  width: 235px;
}
.emc-selection__table th:nth-child(4) {
  background-color: #d82a21;
  color: #fff;
  width: 272px;
  position: relative;
  padding-left: 60px;
}
.emc-selection__table th:nth-child(4)::before {
  content: "NEW";
  position: absolute;
  color: #d82a21;
  background-color: #fff;
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid #d82a21;
  text-align: center;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  line-height: 64px;
  left: -10px;
  top: 10px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .emc-selection__table th:nth-child(4)::before {
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
  }
}
.emc-selection__table td {
  font-weight: 500;
}
.emc-selection__table td:nth-child(1) {
  background-color: #dbdcdc;
}
.emc-selection__table td:nth-child(1) span {
  font-size: 8px;
  line-height: 1.2;
  display: inline-block;
}
.emc-selection__table td:nth-child(2), .emc-selection__table td:nth-child(3), .emc-selection__table td:nth-child(4) {
  background-color: #eeeeee;
}
.emc-selection__table td:nth-child(2) span, .emc-selection__table td:nth-child(3) span, .emc-selection__table td:nth-child(4) span {
  font-size: 12px;
  line-height: 1.2;
}
.emc-selection .note {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .emc-selection .note {
    font-size: 12px;
  }
}

.emc-product p {
  font-size: 15px;
}
.emc-product__flex {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .emc-product__flex {
    display: block;
  }
}
.emc-product__flex div:nth-child(1) {
  width: 300px;
  text-align: center;
}
.emc-product__flex div:nth-child(1) img {
  width: 90%;
}
@media screen and (max-width: 767px) {
  .emc-product__flex div:nth-child(1) {
    margin: 0 auto 10px;
  }
}
.emc-product__flex div:nth-child(2) {
  flex: 1;
}
.emc-product__flex div:nth-child(2) p {
  font-size: 15px;
  margin-bottom: 1em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .emc-product__flex div:nth-child(2) p {
    font-size: 3.6vw;
  }
}
.emc-product__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
  box-sizing: border-box;
  margin-top: -90px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .emc-product__table {
    width: 920px;
    margin-top: 0px;
  }
}
.emc-product__table th,
.emc-product__table td {
  padding: 8px;
  text-align: center;
  box-sizing: border-box;
}
.emc-product__table th {
  font-weight: 500;
  border: 6px solid #fff;
  line-height: 1.25;
}
.emc-product__table th:nth-child(1) {
  background-color: transparent;
  width: 300px;
}
.emc-product__table th:nth-child(2) {
  background-color: #888888;
  color: #fff;
  width: 320px;
}
.emc-product__table th:nth-child(3) {
  background-color: #d82a21;
  color: #fff;
  width: 320px;
}
.emc-product__table th:nth-child(3) span {
  display: block;
  background-color: #fff;
  color: #d82a21;
  font-size: 14px;
  margin-bottom: 4px;
}
.emc-product__table td {
  padding: 20px 8px;
  font-weight: 500;
  position: relative;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.emc-product__table td:nth-child(1) {
  text-align: justify;
  font-size: 21px;
  font-weight: bold;
  padding-left: 46px;
  line-height: 1.3;
}
.emc-product__table td:nth-child(1) span {
  font-size: 12px;
  line-height: 1.2;
  display: block;
  margin-top: 5px;
}
.emc-product__table td:nth-child(1) span img {
  width: 12px;
  line-height: 1.5;
}
.emc-product__table td:nth-child(1) span.box {
  font-size: 14px;
  display: block;
  width: 13em;
  text-align: center;
  border: 1px solid #333;
  padding: 4px;
}
.emc-product__table td.number1 {
  background-image: url(../images/p1.png);
  background-repeat: no-repeat;
  background-position: left 20px;
  background-size: 36px 36px;
}
.emc-product__table td.number2 {
  background-image: url(../images/p2.png);
  background-repeat: no-repeat;
  background-position: left 24px;
  background-size: 36px 36px;
}
.emc-product__table td.number3 {
  background-image: url(../images/p3.png);
  background-repeat: no-repeat;
  background-position: left 18px;
  background-size: 36px 36px;
}
.emc-product__table td.number4 {
  background-image: url(../images/p4.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 36px 36px;
}
.emc-product__table td:nth-child(2), .emc-product__table td:nth-child(3), .emc-product__table td:nth-child(4) {
  text-align: justify;
  font-size: 13px;
  line-height: 1.6;
}
.emc-product__table td.possible {
  background-image: url(../images/possible.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 24px 12px;
}
.emc-product__table td.impossible {
  background-image: url(../images/impossible.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 24px 12px;
}

.emc-detail h3 {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  background-color: #394763;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .emc-detail h3 {
    font-size: 20px;
  }
}
.emc-detail__flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .emc-detail__flex {
    display: block;
  }
}
.emc-detail__flex div {
  border: 1px solid #394763;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .emc-detail__flex div {
    margin-bottom: 10px;
  }
}
.emc-detail__flex div h4 {
  font-size: 19px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .emc-detail__flex div h4 {
    font-size: 18px;
  }
}
.emc-detail__flex div .illust {
  text-align: center;
  margin: 16px 0;
}
.emc-detail__flex div .illust img {
  max-height: 160px;
}
.emc-detail p {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .emc-detail p {
    font-size: 12px;
  }
}

.emc-scheme p {
  margin-bottom: 15px;
}
.emc-scheme p.note {
  font-size: 14px;
  margin-bottom: 0;
  text-indent: -1.75em;
  padding-left: 1.75em;
}
@media screen and (max-width: 767px) {
  .emc-scheme p.note {
    font-size: 3vw;
  }
}
.emc-scheme__description {
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .emc-scheme__description {
    font-size: 3.8vw;
  }
}

.emc-image p {
  margin-bottom: 15px;
}
.emc-image p.note {
  font-size: 14px;
  margin-bottom: 0;
  text-indent: -1.75em;
  padding-left: 1.75em;
}
@media screen and (max-width: 767px) {
  .emc-image p.note {
    font-size: 3vw;
  }
}
.emc-image__description {
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .emc-image__description {
    font-size: 3.8vw;
  }
}

.emc-point__description {
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .emc-point__description {
    font-size: 3.8vw;
  }
}

.emc-faq__wrapper dl {
  border-bottom: 1px dashed #ccc;
}
.emc-faq__wrapper dl dt {
  font-size: 21px;
  font-weight: bold;
  position: relative;
  padding: 15px 0 15px 42px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .emc-faq__wrapper dl dt {
    font-size: 4vw;
    padding: 15px 30px 15px 42px;
  }
}
.emc-faq__wrapper dl dt:hover {
  color: #eb6d65;
}
.emc-faq__wrapper dl dt::before {
  content: "Q";
  font-family: "Roboto", sans-serif;
  display: block;
  color: #eb6d65;
  font-size: 32px;
  width: 32px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0;
  top: 15px;
  line-height: 1;
}
.emc-faq__wrapper dl dt::after {
  content: "+";
  display: block;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #e62320;
  color: #fff;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.emc-faq__wrapper dl.open dt::after {
  content: "−";
}
.emc-faq__wrapper dl dd {
  display: none;
  font-size: 15px;
  font-weight: 400;
  padding-left: 42px;
  position: relative;
  padding: 5px 0 15px 42px;
}
@media screen and (max-width: 767px) {
  .emc-faq__wrapper dl dd {
    font-size: 3.2vw;
  }
}
.emc-faq__wrapper dl dd::before {
  content: "A";
  font-family: "Roboto", sans-serif;
  display: block;
  color: #2fb2b9;
  font-size: 32px;
  width: 32px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}

.emc-contact p {
  font-size: 16px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .emc-contact p {
    font-size: 3.6vw;
  }
}
.emc-contact p.note {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .emc-contact p.note {
    font-size: 3.2vw;
  }
}

.link {
  margin: 15px 0;
}
.link a {
  text-decoration: underline;
  font-size: 16px;
  background-image: url(../images/arrow_right.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 15px;
}
.link a:hover {
  color: #EB6D65 !important;
}
@media screen and (max-width: 767px) {
  .link {
    margin: 15px 4vw;
  }
}