@charset "UTF-8";
/**
 * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
 * http://cssreset.com
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * http://yuilibrary.com/license/
 */
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF.
*/
body {
  margin: 0;
}

#Emile-ios section {
  /*
  	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
  */
  /* to preserve line-height and selector appearance */
  /*to enable resizing for IE*/
  /*because legend doesn't inherit in IE */
  /* YUI CSS Detection Stamp */
}
#Emile-ios section div,
#Emile-ios section dl,
#Emile-ios section dt,
#Emile-ios section dd,
#Emile-ios section ul,
#Emile-ios section ol,
#Emile-ios section li,
#Emile-ios section h1,
#Emile-ios section h2,
#Emile-ios section h3,
#Emile-ios section h4,
#Emile-ios section h5,
#Emile-ios section h6,
#Emile-ios section pre,
#Emile-ios section code,
#Emile-ios section form,
#Emile-ios section fieldset,
#Emile-ios section legend,
#Emile-ios section input,
#Emile-ios section textarea,
#Emile-ios section p,
#Emile-ios section blockquote,
#Emile-ios section th,
#Emile-ios section td {
  margin: 0;
  padding: 0;
}
#Emile-ios section table {
  border-collapse: collapse;
  border-spacing: 0;
}
#Emile-ios section fieldset,
#Emile-ios section img {
  border: 0;
}
#Emile-ios section address,
#Emile-ios section caption,
#Emile-ios section cite,
#Emile-ios section code,
#Emile-ios section dfn,
#Emile-ios section em,
#Emile-ios section strong,
#Emile-ios section th,
#Emile-ios section var {
  font-style: normal;
  font-weight: normal;
}
#Emile-ios section ol,
#Emile-ios section ul {
  list-style: none;
}
#Emile-ios section caption,
#Emile-ios section th {
  text-align: left;
}
#Emile-ios section h1,
#Emile-ios section h2,
#Emile-ios section h3,
#Emile-ios section h4,
#Emile-ios section h5,
#Emile-ios section h6 {
  font-size: 100%;
  font-weight: normal;
}
#Emile-ios section q:before,
#Emile-ios section q:after {
  content: "";
}
#Emile-ios section abbr,
#Emile-ios section acronym {
  border: 0;
  font-variant: normal;
}
#Emile-ios section sup {
  vertical-align: text-top;
}
#Emile-ios section sub {
  vertical-align: text-bottom;
}
#Emile-ios section input,
#Emile-ios section textarea,
#Emile-ios section select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
#Emile-ios section input,
#Emile-ios section textarea,
#Emile-ios section select {
  *font-size: 100%;
}
#Emile-ios section legend {
  color: #000;
}
#Emile-ios section main {
  display: block;
}
#Emile-ios section a:hover {
  opacity: 1;
}
#Emile-ios section #yui3-css-stamp.cssreset {
  display: none;
}
#Emile-ios section #wrapper img {
  vertical-align: bottom;
}

@media only screen and (min-width: 768px) {
  .spshow {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pcshow {
    display: none !important;
  }
  img {
    width: 100%;
  }
}
.tabshow {
  display: none !important;
}
@media only screen and (max-width: 960px) {
  .tabshow {
    display: block !important;
  }
}

.tabhidden {
  display: block !important;
}
@media only screen and (max-width: 960px) {
  .tabhidden {
    display: none !important;
  }
}

#Emile-ios {
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-weight: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.slider-area {
  width: 600px;
  margin-top: 24px;
}
@media only screen and (max-width: 960px) {
  .slider-area {
    margin-top: 2.5026068822vw;
    width: 62.5651720542vw;
  }
}
@media only screen and (max-width: 767px) {
  .slider-area {
    width: 100%;
    margin-top: 5.5813953488vw;
  }
}
.slider-area .slick-list {
  padding: 0 5px !important;
}
@media only screen and (max-width: 960px) {
  .slider-area .slick-list {
    padding: 0 0.5213764338vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .slider-area .slick-list {
    padding: 0 7.4418604651vw 6.976744186vw 13.023255814vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .slider-area .slider-item {
    margin-right: 5.5813953488vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .slider-area .slider-item img {
    -webkit-filter: drop-shadow(0 0 15px rgba(0, 108, 133, 0.15));
            filter: drop-shadow(0 0 15px rgba(0, 108, 133, 0.15));
  }
}
.slider-area .slick-arrow {
  display: block;
  z-index: 2 !important;
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .slider-area .slick-arrow {
    width: 9.3023255814vw;
    height: 9.3023255814vw;
  }
}
.slider-area .slick-arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: url(../img/arrow.svg) no-repeat;
  background-size: contain;
}
.slider-area .slick-prev {
  left: 1%;
}
@media only screen and (max-width: 767px) {
  .slider-area .slick-prev {
    left: 8%;
  }
}
.slider-area .slick-prev:before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.slider-area .slick-next {
  right: 1%;
}
@media only screen and (max-width: 767px) {
  .slider-area .slick-next {
    right: 8%;
  }
}
.slider-area .slick-dots {
  bottom: -1%;
}
@media only screen and (max-width: 767px) {
  .slider-area .slick-dots {
    bottom: -1.1627906977vw;
  }
}
.slider-area .slick-disabled::before {
  display: none;
}

.modaal-wrapper .modaal-close {
  background: #FFF;
}

.modaal-container {
  width: 440px;
  border-radius: 32px;
}
@media only screen and (max-width: 960px) {
  .modaal-container {
    width: 45.8811261731vw;
    border-radius: 3.3368091762vw;
  }
}
@media only screen and (max-width: 767px) {
  .modaal-container {
    width: 81.3953488372vw;
    border-radius: 7.4418604651vw;
  }
}

.modaal-content-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .modaal-content-container {
    padding: 0;
  }
}
.modaal-content-container .modal-text {
  padding: 24px 24px 32px;
}
@media only screen and (max-width: 960px) {
  .modaal-content-container .modal-text {
    padding: 2.5026068822vw 2.5026068822vw 3.3368091762vw;
  }
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .modal-text {
    padding: 5.5813953488vw 5.5813953488vw 7.4418604651vw;
  }
}
.modaal-content-container .h2-modal {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-weight: normal;
  text-align: center;
  font-size: 32px;
  line-height: 1.6;
  margin: 0;
}
@media only screen and (max-width: 960px) {
  .modaal-content-container .h2-modal {
    font-size: 3.3368091762vw;
  }
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .h2-modal {
    font-size: 7.4418604651vw;
  }
}
.modaal-content-container .p-modal {
  font-size: 14px;
  margin: 12px 0 0;
  line-height: 1.6;
}
@media only screen and (max-width: 960px) {
  .modaal-content-container .p-modal {
    font-size: 1.4598540146vw;
    margin: 1.2513034411vw 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .p-modal {
    font-size: 3.2558139535vw;
    margin: 2.7906976744vw 0 0;
  }
}

.modaal-close {
  position: absolute;
  right: 3%;
  top: 3%;
  -webkit-box-shadow: 0px 4px 24px 0px rgba(102, 102, 102, 0.32);
          box-shadow: 0px 4px 24px 0px rgba(102, 102, 102, 0.32);
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 43px;
  height: 43px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 960px) {
  .modaal-close {
    width: 4.4838373306vw;
    height: 4.4838373306vw;
  }
}
@media only screen and (max-width: 767px) {
  .modaal-close {
    width: 10vw;
    height: 10vw;
  }
}

.modaal-close:after,
.modaal-close:before {
  background-color: #35363B;
  top: 25%;
  left: 45%;
}
@media only screen and (max-width: 960px) {
  .modaal-close:after,
  .modaal-close:before {
    width: 0.417101147vw;
    height: 2.2940563087vw;
  }
}
@media only screen and (max-width: 767px) {
  .modaal-close:after,
  .modaal-close:before {
    width: 0.9302325581vw;
    height: 5.1162790698vw;
  }
}

.open-img img {
  width: 440px;
}
@media only screen and (max-width: 960px) {
  .open-img img {
    width: 45.8811261731vw;
  }
}
@media only screen and (max-width: 767px) {
  .open-img img {
    width: 81.3953488372vw;
  }
}

.target {
  -webkit-animation: sc 2.5s ease-in-out infinite alternate;
          animation: sc 2.5s ease-in-out infinite alternate;
}

.target2 {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  animation: floating-y 2.5s ease-in-out infinite alternate-reverse, roll-left 2.5s ease-in-out infinite alternate-reverse;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.target3 {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-animation: floating-y 2.5s ease-in-out infinite alternate, roll-right 2.5s ease-in-out infinite alternate;
          animation: floating-y 2.5s ease-in-out infinite alternate, roll-right 2.5s ease-in-out infinite alternate;
}

@-webkit-keyframes sc {
  0% {
    -webkit-transform: scale(0.7, 0.7);
            transform: scale(0.7, 0.7);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes sc {
  0% {
    -webkit-transform: scale(0.7, 0.7);
            transform: scale(0.7, 0.7);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(2%);
            transform: translateY(2%);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(2%);
            transform: translateY(2%);
  }
}
@-webkit-keyframes roll-right {
  100% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
}
@keyframes roll-right {
  100% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
}
@-webkit-keyframes roll-left {
  100% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
}
@keyframes roll-left {
  100% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
}
#Emile-ios {
  line-height: 100%;
  font-size: 100%;
  margin: 0;
}
#Emile-ios * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
}
#Emile-ios #content-nav {
  max-width: 100%;
}
#Emile-ios img {
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #Emile-ios a {
    -webkit-tap-highlight-color: transparent;
  }
}
#Emile-ios a.a-store {
  display: inline-block;
  width: 180px;
}
@media only screen and (max-width: 960px) {
  #Emile-ios a.a-store {
    width: 18.7695516163vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios a.a-store {
    width: 41.8604651163vw;
  }
}
#Emile-ios a.a-avp {
  color: #35363B;
  text-decoration: underline;
}
#Emile-ios h2.h2-head-title {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-weight: normal;
  color: #35363B;
  font-size: 30px;
  letter-spacing: 1.6px;
  line-height: 1.6;
}
@media only screen and (max-width: 960px) {
  #Emile-ios h2.h2-head-title {
    font-size: 3.1282586027vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios h2.h2-head-title {
    font-size: 6.976744186vw;
  }
}
#Emile-ios h2.h2-sec {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-weight: normal;
  color: #35363B;
  font-size: 32px;
  letter-spacing: 1.6px;
  line-height: 1.6;
}
@media only screen and (max-width: 960px) {
  #Emile-ios h2.h2-sec {
    font-size: 3.3368091762vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios h2.h2-sec {
    font-size: 7.4418604651vw;
  }
}
#Emile-ios h2.h2-sec--white {
  color: #FFF;
}
#Emile-ios h3.h3-title {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-weight: normal;
  color: #35363B;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 1.2px;
}
@media only screen and (max-width: 960px) {
  #Emile-ios h3.h3-title {
    font-size: 2.5026068822vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios h3.h3-title {
    font-size: 5.5813953488vw;
  }
}
#Emile-ios h4.h4-title {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-weight: normal;
  color: #35363B;
  font-size: 18px;
  line-height: 1.6;
}
@media only screen and (max-width: 960px) {
  #Emile-ios h4.h4-title {
    font-size: 1.8769551616vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios h4.h4-title {
    font-size: 4.1860465116vw;
  }
}
#Emile-ios h5.h5-title {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #00D0D0;
}
@media only screen and (max-width: 960px) {
  #Emile-ios h5.h5-title {
    font-size: 1.6684045881vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios h5.h5-title {
    font-size: 3.7209302326vw;
  }
}
#Emile-ios h5.h5-title--black {
  color: #35363B;
}
#Emile-ios h5.h5-title--white {
  color: #FFF;
}
#Emile-ios p.p-title {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-weight: normal;
  color: #35363B;
  font-size: 18px;
  letter-spacing: 1.6px;
}
@media only screen and (max-width: 960px) {
  #Emile-ios p.p-title {
    font-size: 1.8769551616vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios p.p-title {
    font-size: 4.1860465116vw;
  }
}
#Emile-ios p.p-text-3 {
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 960px) {
  #Emile-ios p.p-text-3 {
    font-size: 1.6684045881vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios p.p-text-3 {
    font-size: 3.7209302326vw;
  }
}
#Emile-ios p.p-text-6 {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 960px) {
  #Emile-ios p.p-text-6 {
    font-size: 1.6684045881vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios p.p-text-6 {
    font-size: 3.7209302326vw;
  }
}
#Emile-ios p.p-text-6--blue {
  color: #00D0D0;
}
#Emile-ios p.p-desc {
  color: #35363B;
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 960px) {
  #Emile-ios p.p-desc {
    font-size: 1.6684045881vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios p.p-desc {
    font-size: 3.7209302326vw;
  }
}
#Emile-ios p.p-desc-s {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.6;
}
@media only screen and (max-width: 960px) {
  #Emile-ios p.p-desc-s {
    font-size: 1.4598540146vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios p.p-desc-s {
    font-size: 3.2558139535vw;
  }
}
#Emile-ios p.p-desc-s--black {
  color: #35363B;
  opacity: 0.7;
}
#Emile-ios p.p-tag {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-weight: normal;
  display: inline-block;
  font-size: 16px;
  line-height: 1.6;
  border-radius: 30px;
  padding: 4px 16px;
}
@media only screen and (max-width: 960px) {
  #Emile-ios p.p-tag {
    font-size: 1.6684045881vw;
    border-radius: 3.1282586027vw;
    padding: 0.417101147vw 1.6684045881vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios p.p-tag {
    font-size: 3.7209302326vw;
    border-radius: 6.976744186vw;
    padding: 0.9302325581vw 3.7209302326vw;
  }
}
#Emile-ios p.p-tag--black {
  border: 1px solid #35363B;
}
#Emile-ios p.p-tag--white {
  border: 1px solid #ffffff;
}
#Emile-ios span.span-6 {
  color: #00D0D0;
}
#Emile-ios .Head {
  background-color: #F0F3F9;
}
#Emile-ios .Head__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 120px;
  gap: 112px;
}
@media only screen and (min-width: 768px) {
  #Emile-ios .Head__inner {
    gap: 6.25vw;
  }
}
@media only screen and (max-width: 960px) {
  #Emile-ios .Head__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5.8394160584vw 3.023983316vw 0;
    gap: 0vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .Head__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 13.023255814vw 6.7441860465vw 0;
    gap: 0vw;
  }
}
#Emile-ios .Head__title {
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  #Emile-ios .Head__title {
    width: 100%;
  }
}
#Emile-ios .Head__title h1 {
  display: inline-block;
  width: 440px;
  margin-top: 16px;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .Head__title h1 {
    width: 33.1595411887vw;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .Head__title h1 {
    width: 73.9534883721vw;
    margin-top: 0;
  }
}
#Emile-ios .Head__title h4 {
  margin-top: 16px;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .Head__title h4 {
    margin-top: 1.6684045881vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .Head__title h4 {
    margin-top: 3.7209302326vw;
  }
}
@media only screen and (min-width: 768px) {
  #Emile-ios .Head__main-vidual {
    width: 400px;
  }
}
@media only screen and (min-width: 1440px) {
  #Emile-ios .Head__main-vidual {
    width: 27.7777777778vw;
  }
}
@media only screen and (min-width: 1981px) {
  #Emile-ios .Head__main-vidual {
    width: 560px;
  }
}
@media only screen and (max-width: 960px) {
  #Emile-ios .Head__main-vidual {
    width: 41.7101147028vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .Head__main-vidual {
    width: 86.511627907vw;
  }
}
#Emile-ios .Head__main-vidual--image {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
#Emile-ios .Head__main-vidual--image .img-iPhone,
#Emile-ios .Head__main-vidual--image .img-heart,
#Emile-ios .Head__main-vidual--image .img-Emile,
#Emile-ios .Head__main-vidual--image .img-Mobater {
  position: absolute;
}
#Emile-ios .Head__main-vidual--image .img-iPhone {
  top: 46%;
  left: 12%;
}
@media only screen and (min-width: 768px) {
  #Emile-ios .Head__main-vidual--image .img-iPhone {
    width: 360px;
  }
}
@media only screen and (min-width: 1440px) {
  #Emile-ios .Head__main-vidual--image .img-iPhone {
    width: 25vw;
  }
}
@media only screen and (min-width: 1981px) {
  #Emile-ios .Head__main-vidual--image .img-iPhone {
    width: 506px;
  }
}
@media only screen and (max-width: 960px) {
  #Emile-ios .Head__main-vidual--image .img-iPhone {
    width: 37.5391032325vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .Head__main-vidual--image .img-iPhone {
    width: 73.2558139535vw;
    top: 46%;
    left: 12%;
  }
}
#Emile-ios .Head__main-vidual--image .img-heart {
  top: 10%;
  left: 48%;
}
@media only screen and (min-width: 768px) {
  #Emile-ios .Head__main-vidual--image .img-heart {
    width: 52px;
  }
}
@media only screen and (min-width: 1440px) {
  #Emile-ios .Head__main-vidual--image .img-heart {
    width: 3.6111111111vw;
  }
}
@media only screen and (min-width: 1981px) {
  #Emile-ios .Head__main-vidual--image .img-heart {
    width: 72px;
  }
}
@media only screen and (max-width: 960px) {
  #Emile-ios .Head__main-vidual--image .img-heart {
    width: 5.4223149114vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .Head__main-vidual--image .img-heart {
    width: 10.4651162791vw;
    top: 10%;
    left: 46%;
  }
}
#Emile-ios .Head__main-vidual--image .img-Emile {
  top: 26%;
  left: 2%;
}
@media only screen and (min-width: 768px) {
  #Emile-ios .Head__main-vidual--image .img-Emile {
    width: 252px;
  }
}
@media only screen and (min-width: 1440px) {
  #Emile-ios .Head__main-vidual--image .img-Emile {
    width: 17.5vw;
  }
}
@media only screen and (min-width: 1981px) {
  #Emile-ios .Head__main-vidual--image .img-Emile {
    width: 352px;
  }
}
@media only screen and (max-width: 960px) {
  #Emile-ios .Head__main-vidual--image .img-Emile {
    width: 26.2773722628vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .Head__main-vidual--image .img-Emile {
    width: 51.1627906977vw;
    top: 26%;
    left: 4%;
  }
}
#Emile-ios .Head__main-vidual--image .img-Mobater {
  top: 7%;
  left: 66%;
}
@media only screen and (min-width: 768px) {
  #Emile-ios .Head__main-vidual--image .img-Mobater {
    width: 105px;
  }
}
@media only screen and (min-width: 1440px) {
  #Emile-ios .Head__main-vidual--image .img-Mobater {
    width: 7.2916666667vw;
  }
}
@media only screen and (min-width: 1981px) {
  #Emile-ios .Head__main-vidual--image .img-Mobater {
    width: 150px;
  }
}
@media only screen and (max-width: 960px) {
  #Emile-ios .Head__main-vidual--image .img-Mobater {
    width: 10.9489051095vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .Head__main-vidual--image .img-Mobater {
    width: 22.0930232558vw;
    top: 10%;
    left: 64%;
  }
}
#Emile-ios .Store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F0F3F9;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .Store {
    padding: 3.3368091762vw 0 5.8394160584vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .Store {
    padding: 7.4418604651vw 0 13.023255814vw;
  }
}
#Emile-ios .Store p {
  margin-top: 16px;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .Store p {
    margin-top: 1.6684045881vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .Store p {
    margin-top: 3.7209302326vw;
  }
}
#Emile-ios .Store span {
  color: #00D0D0;
}
#Emile-ios .About {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F0F3F9;
  padding: 56px 0;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .About {
    padding: 0 7.4418604651vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .About {
    padding: 0 7.4418604651vw;
  }
}
#Emile-ios .About__inner {
  width: 700px;
  padding: 24px;
  color: #35363B;
  text-align: center;
  background-color: #FFF;
  border-radius: 32px;
  -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 108, 133, 0.12);
          box-shadow: 0px 4px 24px 0px rgba(0, 108, 133, 0.12);
}
@media only screen and (max-width: 960px) {
  #Emile-ios .About__inner {
    width: 45.8811261731vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .About__inner {
    width: 100%;
    padding: 5.5813953488vw;
    border-radius: 7.4418604651vw;
  }
}
#Emile-ios .About p {
  margin-top: 16px;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .About p {
    margin-top: 1.6684045881vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .About p {
    margin-top: 3.7209302326vw;
  }
}
#Emile-ios .How-to-use {
  background-color: #F0F3F9;
  padding: 0 110px 56px;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .How-to-use {
    padding: 5.8394160584vw 11.4702815433vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .How-to-use {
    padding: 13.023255814vw 0 0;
  }
}
#Emile-ios .How-to-use__inner {
  max-width: 1220px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .How-to-use__inner {
    width: 77.1637122002vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .How-to-use__inner {
    width: 100%;
  }
}
#Emile-ios .How-to-use__title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  #Emile-ios .How-to-use__title-area {
    gap: 1.8604651163vw;
  }
}
#Emile-ios .How-to-use .tab-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .How-to-use .tab-width {
    gap: 1.6684045881vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .How-to-use .tab-width {
    gap: 3.7209302326vw;
  }
}
#Emile-ios .How-to-use__tab-area {
  position: relative;
  margin-top: 32px;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .How-to-use__tab-area {
    margin-top: 3.3368091762vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .How-to-use__tab-area {
    margin-top: 7.4418604651vw;
  }
}
#Emile-ios .How-to-use__tab-area input[type=radio] {
  display: none;
}
#Emile-ios .How-to-use__tab-area .tab_menu {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-weight: normal;
  z-index: 1;
  border-radius: 32px 32px 0 0;
  font-size: 20px;
  line-height: 1.6;
  height: 96px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #Emile-ios .How-to-use__tab-area .tab_menu {
    width: 47.5%;
  }
}
@media only screen and (min-width: 1440px) {
  #Emile-ios .How-to-use__tab-area .tab_menu {
    width: 586px;
  }
}
@media only screen and (max-width: 960px) {
  #Emile-ios .How-to-use__tab-area .tab_menu {
    width: 36.0792492179vw;
    height: 10.0104275287vw;
    font-size: 2.0855057351vw;
    border-radius: 3.3368091762vw 3.3368091762vw 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .How-to-use__tab-area .tab_menu {
    width: 44.4186046512vw;
    height: 22.3255813953vw;
    font-size: 4.6511627907vw;
    border-radius: 7.4418604651vw 7.4418604651vw 0 0;
  }
}
#Emile-ios .How-to-use__tab-area .tab_menu1 {
  background-color: #00D0D0;
  color: #FFF;
}
#Emile-ios .How-to-use__tab-area .tab_menu2 {
  background-color: #ffffff;
  color: #35363B;
}
#Emile-ios .How-to-use__tab-area #tab_1:checked ~ #tab2 {
  visibility: hidden;
}
#Emile-ios .How-to-use__tab-area #tab_2:checked ~ #tab1 {
  visibility: hidden;
}
#Emile-ios .How-to-use__tab1, #Emile-ios .How-to-use__tab2 {
  border-radius: 16px;
  -webkit-box-shadow: 0px 24px 24px 0px rgba(0, 108, 133, 0.12);
          box-shadow: 0px 24px 24px 0px rgba(0, 108, 133, 0.12);
  padding: 56px 50px;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .How-to-use__tab1, #Emile-ios .How-to-use__tab2 {
    padding: 5.8394160584vw 5.2137643379vw;
    border-radius: 1.6684045881vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .How-to-use__tab1, #Emile-ios .How-to-use__tab2 {
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
#Emile-ios .How-to-use__tab1--can, #Emile-ios .How-to-use__tab1--flow, #Emile-ios .How-to-use__tab2--can, #Emile-ios .How-to-use__tab2--flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#Emile-ios .How-to-use__tab1--can .img-tab, #Emile-ios .How-to-use__tab1--flow .img-tab, #Emile-ios .How-to-use__tab2--can .img-tab, #Emile-ios .How-to-use__tab2--flow .img-tab {
  width: 240px;
  height: 240px;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .How-to-use__tab1--can .img-tab, #Emile-ios .How-to-use__tab1--flow .img-tab, #Emile-ios .How-to-use__tab2--can .img-tab, #Emile-ios .How-to-use__tab2--flow .img-tab {
    width: 25.0260688217vw;
    height: 25.0260688217vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .How-to-use__tab1--can .img-tab, #Emile-ios .How-to-use__tab1--flow .img-tab, #Emile-ios .How-to-use__tab2--can .img-tab, #Emile-ios .How-to-use__tab2--flow .img-tab {
    width: 74.4186046512vw;
    height: 74.4186046512vw;
  }
}
#Emile-ios .How-to-use__tab1--can, #Emile-ios .How-to-use__tab2--can {
  width: 580px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  gap: 24px;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .How-to-use__tab1--can, #Emile-ios .How-to-use__tab2--can {
    width: 60.4796663191vw;
    gap: 2.5026068822vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .How-to-use__tab1--can, #Emile-ios .How-to-use__tab2--can {
    width: 74.4186046512vw;
    gap: 5.5813953488vw;
    padding: 13.023255814vw 0 0;
  }
}
#Emile-ios .How-to-use__tab1--flow, #Emile-ios .How-to-use__tab2--flow {
  margin-top: 40px;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .How-to-use__tab1--flow, #Emile-ios .How-to-use__tab2--flow {
    margin-top: 4.1710114703vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .How-to-use__tab1--flow, #Emile-ios .How-to-use__tab2--flow {
    margin-top: 9.3023255814vw;
    padding-bottom: 13.023255814vw;
  }
}
#Emile-ios .How-to-use__tab1--flow .desc-area, #Emile-ios .How-to-use__tab2--flow .desc-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 25px;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .How-to-use__tab1--flow .desc-area, #Emile-ios .How-to-use__tab2--flow .desc-area {
    margin-top: 2.6068821689vw;
    gap: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .How-to-use__tab1--flow .desc-area, #Emile-ios .How-to-use__tab2--flow .desc-area {
    margin-top: 5.8139534884vw;
    gap: 16px;
  }
}
#Emile-ios .How-to-use__tab1--flow .desc-area .p-desc-s, #Emile-ios .How-to-use__tab2--flow .desc-area .p-desc-s {
  text-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  #Emile-ios .How-to-use__tab1--flow .desc-area .p-desc-s, #Emile-ios .How-to-use__tab2--flow .desc-area .p-desc-s {
    padding: 0 7.4418604651vw;
  }
}
#Emile-ios .How-to-use__tab1--flow .desc-area .p-desc-s::before, #Emile-ios .How-to-use__tab2--flow .desc-area .p-desc-s::before {
  content: "※";
}
#Emile-ios .How-to-use__tab1 {
  background-color: #00D0D0;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  #Emile-ios .How-to-use__tab1 .slick-dots li {
    width: 3.488372093vw;
  }
}
#Emile-ios .How-to-use__tab1 .slick-dots li button:before {
  color: #FFF;
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  #Emile-ios .How-to-use__tab1 .slick-dots li button:before {
    font-size: 6.976744186vw;
  }
}
#Emile-ios .How-to-use__tab1 .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #FFF;
}
#Emile-ios .How-to-use__tab2 {
  background-color: #ffffff;
  color: #35363B;
  padding-bottom: 100px;
  position: absolute;
  top: 96px;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .How-to-use__tab2 {
    top: 10.0104275287vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .How-to-use__tab2 {
    padding-bottom: 0;
    top: 22.3255813953vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .How-to-use__tab2 .slick-dots li {
    width: 3.488372093vw;
  }
}
#Emile-ios .How-to-use__tab2 .slick-dots li button:before {
  color: #35363B;
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  #Emile-ios .How-to-use__tab2 .slick-dots li button:before {
    font-size: 6.976744186vw;
  }
}
#Emile-ios .How-to-use__tab2 .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #35363B;
}
#Emile-ios .Character {
  background-color: #F0F3F9;
  padding: 56px 0;
}
@media only screen and (max-width: 767px) {
  #Emile-ios .Character {
    padding: 13.023255814vw 0;
  }
}
#Emile-ios .Character__inner {
  color: #35363B;
  text-align: center;
}
#Emile-ios .Character__title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  #Emile-ios .Character__title-area {
    gap: 1.8604651163vw;
  }
}
#Emile-ios .Character__modal-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  #Emile-ios .Character__modal-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.488372093vw;
  }
}
#Emile-ios .Character__modal1, #Emile-ios .Character__modal2 {
  width: 344px;
  margin-top: 32px;
  border-radius: 32px;
  -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 108, 133, 0.2);
          box-shadow: 0px 4px 24px 0px rgba(0, 108, 133, 0.2);
}
@media only screen and (max-width: 960px) {
  #Emile-ios .Character__modal1, #Emile-ios .Character__modal2 {
    width: 35.8706986444vw;
    margin-top: 3.3368091762vw;
    border-radius: 3.3368091762vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .Character__modal1, #Emile-ios .Character__modal2 {
    width: 85.1162790698vw;
    margin-top: 7.4418604651vw;
    border-radius: 7.4418604651vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .Character__modal1:not(:first-child), #Emile-ios .Character__modal2:not(:first-child) {
    margin-top: 0;
  }
}
#Emile-ios .Character__modal1 .item-text, #Emile-ios .Character__modal2 .item-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
}
#Emile-ios .Character__modal1 p, #Emile-ios .Character__modal2 p {
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .Character__modal1 p, #Emile-ios .Character__modal2 p {
    font-size: 1.6684045881vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .Character__modal1 p, #Emile-ios .Character__modal2 p {
    font-size: 3.7209302326vw;
  }
}
#Emile-ios .Character__modal1 .item1,
#Emile-ios .Character__modal1 .item2, #Emile-ios .Character__modal2 .item1,
#Emile-ios .Character__modal2 .item2 {
  position: relative;
}
#Emile-ios .Character__modal1 .item1::before,
#Emile-ios .Character__modal1 .item2::before, #Emile-ios .Character__modal2 .item1::before,
#Emile-ios .Character__modal2 .item2::before {
  position: absolute;
  content: "";
  width: 43px;
  height: 43px;
  top: 7%;
  right: 4%;
  border-radius: 50%;
  background: url(../img/modal-open.svg) no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 108, 133, 0.32);
          box-shadow: 0px 4px 24px 0px rgba(0, 108, 133, 0.32);
}
@media only screen and (max-width: 960px) {
  #Emile-ios .Character__modal1 .item1::before,
  #Emile-ios .Character__modal1 .item2::before, #Emile-ios .Character__modal2 .item1::before,
  #Emile-ios .Character__modal2 .item2::before {
    width: 4.4838373306vw;
    height: 4.4838373306vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .Character__modal1 .item1::before,
  #Emile-ios .Character__modal1 .item2::before, #Emile-ios .Character__modal2 .item1::before,
  #Emile-ios .Character__modal2 .item2::before {
    width: 10vw;
    height: 10vw;
  }
}
#Emile-ios .Character__modal1 {
  background-color: #00D0D0;
}
#Emile-ios .Character__modal1 .item1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 24px;
  gap: 20px;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .Character__modal1 .item1 {
    padding: 2.5026068822vw;
    gap: 2.0855057351vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .Character__modal1 .item1 {
    padding: 5.5813953488vw;
    gap: 6.976744186vw;
  }
}
#Emile-ios .Character__modal1 .item1 img {
  width: 160px;
  height: 130px;
  margin-top: 20px;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .Character__modal1 .item1 img {
    width: 16.6840458811vw;
    height: 13.5557872784vw;
    margin-top: 2.0855057351vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .Character__modal1 .item1 img {
    width: 37.2093023256vw;
    height: 30.2325581395vw;
    margin-top: 4.6511627907vw;
  }
}
#Emile-ios .Character__modal1 .item-text {
  translate: 0 -15px;
  color: #FFF;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .Character__modal1 .item-text {
    translate: 0 -1.5641293014vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .Character__modal1 .item-text {
    translate: 0;
  }
}
#Emile-ios .Character__modal2 {
  background-color: #ffffff;
}
#Emile-ios .Character__modal2 .item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 24px;
  gap: 25px;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .Character__modal2 .item2 {
    padding: 2.5026068822vw;
    gap: 2.6068821689vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .Character__modal2 .item2 {
    padding: 5.5813953488vw;
    gap: 9.3023255814vw;
  }
}
#Emile-ios .Character__modal2 .item2 img {
  width: 110px;
  height: 129px;
  margin-top: 20px;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .Character__modal2 .item2 img {
    width: 11.4702815433vw;
    height: 13.4515119917vw;
    margin-top: 1.5641293014vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .Character__modal2 .item2 img {
    width: 25.5813953488vw;
    height: 30vw;
    margin-top: 3.488372093vw;
  }
}
#Emile-ios .Character__modal2 .item-text {
  translate: 0 -15px;
  color: #35363B;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .Character__modal2 .item-text {
    translate: 0 -1.5641293014vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .Character__modal2 .item-text {
    translate: 0;
  }
}
#Emile-ios .FAQ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #00D0D0;
  padding: 56px 32px;
}
@media only screen and (max-width: 767px) {
  #Emile-ios .FAQ {
    padding: 13.023255814vw 7.4418604651vw;
  }
}
#Emile-ios .FAQ__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 700px;
  color: #35363B;
  text-align: center;
  gap: 14px;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .FAQ__inner {
    width: 72.9927007299vw;
    gap: 1.4598540146vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .FAQ__inner {
    width: 72.9927007299vw;
    gap: 3.2558139535vw;
  }
}
#Emile-ios .FAQ__title-area {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .FAQ__title-area {
    gap: 0.8342022941vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .FAQ__title-area {
    gap: 1.8604651163vw;
  }
}
#Emile-ios .FAQ__title-area h5 {
  opacity: 0.6;
}
#Emile-ios .FAQ__list-area {
  font-size: 16px;
  text-align: start;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  #Emile-ios .FAQ__list-area {
    font-size: 3.7209302326vw;
  }
}
#Emile-ios .FAQ .accordion-item {
  background-color: #FFF;
  border-radius: 32px;
  padding: 24px;
  margin-top: 16px;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .FAQ .accordion-item {
    padding: 2.5026068822vw;
    border-radius: 3.3368091762vw;
    margin-top: 1.6684045881vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .FAQ .accordion-item {
    padding: 5.5813953488vw;
    border-radius: 7.4418604651vw;
    margin-top: 3.7209302326vw;
  }
}
#Emile-ios .FAQ .accordion-header {
  position: relative;
  padding-right: 32px;
  cursor: pointer;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .FAQ .accordion-header {
    padding-right: 3.3368091762vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .FAQ .accordion-header {
    padding-right: 7.4418604651vw;
  }
}
#Emile-ios .FAQ .accordion-title {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-weight: normal;
  font-size: 20px;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .FAQ .accordion-title {
    font-size: 2.0855057351vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .FAQ .accordion-title {
    font-size: 4.6511627907vw;
  }
}
#Emile-ios .FAQ .accordion-icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .FAQ .accordion-icon {
    width: 1.6684045881vw;
    height: 1.6684045881vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .FAQ .accordion-icon {
    width: 3.7209302326vw;
    height: 3.7209302326vw;
  }
}
#Emile-ios .FAQ .accordion-icon::before,
#Emile-ios .FAQ .accordion-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #00D0D0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  border-radius: 40px;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .FAQ .accordion-icon::before,
  #Emile-ios .FAQ .accordion-icon::after {
    border-radius: 4.1710114703vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .FAQ .accordion-icon::before,
  #Emile-ios .FAQ .accordion-icon::after {
    border-radius: 9.3023255814vw;
  }
}
#Emile-ios .FAQ .accordion-icon::before {
  width: 2px;
  height: 16px;
  margin-left: -1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 960px) {
  #Emile-ios .FAQ .accordion-icon::before {
    width: 0.2085505735vw;
    height: 1.4598540146vw;
    margin-left: -0.1042752868vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .FAQ .accordion-icon::before {
    width: 0.4651162791vw;
    height: 3.2558139535vw;
    margin-left: -0.2325581395vw;
  }
}
#Emile-ios .FAQ .accordion-icon::after {
  width: 16px;
  height: 2px;
  margin-top: -1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 960px) {
  #Emile-ios .FAQ .accordion-icon::after {
    width: 1.4598540146vw;
    height: 0.2085505735vw;
    margin-top: -0.1042752868vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .FAQ .accordion-icon::after {
    width: 3.2558139535vw;
    height: 0.4651162791vw;
    margin-top: -0.2325581395vw;
  }
}
#Emile-ios .FAQ .accordion-item.is-active .accordion-icon::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
#Emile-ios .FAQ .accordion-content {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
#Emile-ios .FAQ .accordion-content__inner {
  padding: 20px 0;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .FAQ .accordion-content__inner {
    padding: 2.0855057351vw 0;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .FAQ .accordion-content__inner {
    padding: 4.6511627907vw 0;
  }
}
#Emile-ios .FAQ .hide {
  display: none;
}
#Emile-ios .FAQ .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .FAQ .more {
    margin-top: 3.3368091762vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .FAQ .more {
    margin-top: 7.4418604651vw;
  }
}
#Emile-ios .FAQ .more .more-btn {
  font-size: 20px;
  background-color: #00D0D0;
  color: #fff;
  padding: 10px 15px;
  border: none;
  outline: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .FAQ .more .more-btn {
    font-size: 2.0855057351vw;
    padding: 1.0427528676vw 1.5641293014vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .FAQ .more .more-btn {
    font-size: 4.6511627907vw;
    padding: 2.3255813953vw 3.488372093vw;
  }
}
#Emile-ios .FAQ .more .more-btn::before {
  content: "全てを見る";
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 20px;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .FAQ .more .more-btn::before {
    font-size: 2.0855057351vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .FAQ .more .more-btn::before {
    font-size: 4.6511627907vw;
  }
}
#Emile-ios .FAQ .more.on-click .more-btn::before {
  content: "閉じる";
  font-size: 20px;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .FAQ .more.on-click .more-btn::before {
    font-size: 2.0855057351vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .FAQ .more.on-click .more-btn::before {
    font-size: 4.6511627907vw;
  }
}
#Emile-ios .FAQ .more.on-click .more-icon .accordion-icon::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
#Emile-ios .FAQ .more .more-icon {
  width: 30px;
  height: 30px;
  background-color: #FFF;
  border-radius: 50%;
  position: relative;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .FAQ .more .more-icon {
    width: 3.1282586027vw;
    height: 3.1282586027vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .FAQ .more .more-icon {
    width: 6.976744186vw;
    height: 6.976744186vw;
  }
}
#Emile-ios .FAQ .more .more-icon .accordion-icon {
  position: absolute;
  right: 23%;
}
#Emile-ios .Notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 56px 32px;
  background-color: #F0F3F9;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .Notice {
    padding: 5.8394160584vw 3.3368091762vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .Notice {
    padding: 13.023255814vw 7.4418604651vw;
  }
}
#Emile-ios .Notice__inner {
  max-width: 700px;
}
#Emile-ios .Notice__title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .Notice__title-area {
    gap: 0.8342022941vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .Notice__title-area {
    gap: 1.8604651163vw;
  }
}
#Emile-ios .Notice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  text-align: start;
  color: #35363B;
  margin-top: 32px;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .Notice__list {
    gap: 3.3368091762vw;
    margin-top: 3.3368091762vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .Notice__list {
    gap: 7.4418604651vw;
    margin-top: 7.4418604651vw;
  }
}
#Emile-ios .Notice__list--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .Notice__list--item {
    gap: 1.6684045881vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .Notice__list--item {
    gap: 3.7209302326vw;
  }
}
#Emile-ios .Notice .p-desc {
  color: #35363B;
  opacity: 0.7;
  text-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#Emile-ios .Notice .p-desc::before {
  content: "※";
  margin-right: 0.5em;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .Notice .p-desc::before {
    margin-right: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .Notice .p-desc::before {
    margin-right: 0.5em;
  }
}
#Emile-ios .Foot {
  background-color: #00D0D0;
}
#Emile-ios .Foot__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 56px 32px;
  color: #35363B;
  text-align: center;
  gap: 32px;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .Foot__inner {
    padding: 5.8394160584vw 3.3368091762vw;
    gap: 3.3368091762vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .Foot__inner {
    padding: 13.023255814vw 7.4418604651vw;
    gap: 7.4418604651vw;
  }
}
#Emile-ios .Foot__title-area {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  #Emile-ios .Foot__title-area {
    gap: 3.7209302326vw;
  }
}
#Emile-ios .Foot__title-area .logo {
  width: 282px;
}
@media only screen and (max-width: 960px) {
  #Emile-ios .Foot__title-area .logo {
    width: 29.4056308655vw;
  }
}
@media only screen and (max-width: 767px) {
  #Emile-ios .Foot__title-area .logo {
    width: 65.5813953488vw;
  }
}
#Emile-ios .Foot .a-store {
  margin-top: 0;
}
#Emile-ios .Foot__address {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  #Emile-ios .Foot__address {
    gap: 3.7209302326vw;
  }
}
#Emile-ios .Foot__address p {
  font-size: 16px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  #Emile-ios .Foot__address p {
    font-size: 3.7209302326vw;
  }
}
#Emile-ios .Foot .mailer {
  -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 108, 133, 0.12);
          box-shadow: 0px 4px 24px 0px rgba(0, 108, 133, 0.12);
}