@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Oswald:wght@200..700&display=swap");
#pagetop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1100; }
  @media screen and (max-width: 767px) {
    #pagetop {
      right: 4vw;
      bottom: 4vw; } }
  #pagetop img {
    width: 100%;
    height: auto; }
  #pagetop a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    background-color: #171e23;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    position: relative; }
    @media screen and (max-width: 767px) {
      #pagetop a {
        width: calc(50vw / 750 * 100);
        height: calc(50vw / 750 * 100);
        font-size: calc(1.2em * 1.2); } }
    #pagetop a:after {
      content: '';
      width: 20px;
      height: 20px;
      border-top: solid 2px #FFF;
      border-right: solid 2px #FFF;
      position: absolute;
      left: 14px;
      top: 18px;
      transform: rotate(-45deg); }
      @media screen and (max-width: 767px) {
        #pagetop a:after {
          width: calc(20vw / 750 * 100);
          height: calc(20vw / 750 * 100);
          left: calc(14vw / 750 * 100);
          top: calc(18vw / 750 * 100); } }
  @media print {
    #pagetop {
      display: none !important; } }

.clearfix {
  display: block; }
  .clearfix:after {
    content: "";
    display: block;
    clear: both; }
  .clearfix:before {
    　　　　content: "";
    display: block;
    clear: both; }

span.fll,
span.flr {
  display: block; }

.alcenter {
  text-align: center; }

/* Print */
@media print {
  body {
    zoom: 0.68;
    -webkit-print-color-adjust: exact; } }
/* IE10以上 */
@media print and (-ms-high-contrast: none) {
  /* @pageの指定いらないかも */
  @page {
    size: A4;
    margin: 12.7mm 9.7mm; }
  body {
    zoom: 1.8;
    width: 1200px;
    transform: scale(0.5);
    transform-origin: 0 0; } }
.fadeinBg .item__bg {
  opacity: 0;
  transition: all 1s ease-in-out 0.3s;
  transform: translate(-10%, 0); }
  .item:nth-child(even) .fadeinBg .item__bg {
    transform: translate(10%, 0); }
  @media print {
    .fadeinBg .item__bg {
      transform: translate(0);
      transition: none; } }

.fadein {
  opacity: 0;
  transition: all 0.5s ease-in-out 0.1s; }
  @media print {
    .fadein {
      opacity: 1;
      transform: translate(0);
      transition: none; } }

.fadeinT {
  opacity: 0;
  transform: translate(0, -20px);
  transition: all 1.0s ease-in-out 0.3s; }
  @media print {
    .fadeinT {
      opacity: 1;
      transform: translate(0);
      transition: none; } }

.fadeinL {
  opacity: 0;
  transform: translate(-20px, 0);
  transition: all 1.0s ease-in-out 0.3s; }
  @media print {
    .fadeinL {
      opacity: 1;
      transform: translate(0);
      transition: none; } }

.fadeinB {
  opacity: 0;
  transform: translate(0, 40px);
  transition: all 1.0s ease-in-out 0.5s; }

@media print {
  .fadeinB {
    opacity: 1;
    transform: translate(0);
    transition: none; } }
.fadeinR {
  opacity: 0;
  transform: translate(20px, 0);
  transition: all 1.0s ease-in-out 0.3s; }
  @media print {
    .fadeinR {
      opacity: 1;
      transform: translate(0);
      transition: none; } }

.fadein.scrollin,
.fadeinT.scrollin,
.fadeinL.scrollin,
.fadeinB.scrollin,
.fadeinR.scrollin,
.fadeinR.scrollin {
  opacity: 1;
  transform: translate(0, 0) scale(1); }

.fadeinBg.scrollin .item__bg {
  opacity: 1;
  transform: translate(0, 0) scale(1); }
  .item:nth-child(even) .fadeinBg.scrollin .item__bg {
    transform: translate(0, 0) scale(1); }

@media print {
  #container {
    width: 100%;
    min-width: auto; }

  #header,
  #eigyo,
  .nav-PC,
  #footer {
    display: none; }

  #storeWrapper {
    margin: 0 auto;
    padding: 0 0; }

  #contents .topicsDetail p.description {
    height: auto !important; } }
.ib {
  display: inline-block; }

#contents em {
  font-style: normal;
  color: #F00; }

.content__wapper {
  width: 100%;
  max-width: fit-content;
  margin: 0 auto;
  padding: 1em 0;
  position: relative; }
  @media screen and (max-width: 767px) {
    .content__wapper {
      padding: 4vw; } }

.header__wrapper {
  max-width: fit-content;
  margin: 0 auto; }

.header__title img {
  width: 100%;
  height: auto; }

.logo__wapper {
  padding: 1em 0; }
  .logo__wapper img {
    width: 100%;
    height: auto; }
  .logo__wapper .logo__inner {
    display: flex;
    gap: 20px;
    justify-content: center; }

.line__wapper {
  max-width: fit-content;
  margin: 0 auto;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 1em 0 0.5em;
  text-align: left; }
  @media screen and (min-width: 996px) {
    .line__wapper {
      max-width: 996px; } }

.line__text {
  font-size: calc(1.2em * 1.2);
  font-feature-settings: "palt"; }
  @media screen and (max-width: 767px) {
    .line__text {
      font-size: calc(1em * 1.2); } }

.line__button a {
  display: block;
  width: 444px;
  margin: 0.5em auto; }
  .line__button a img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 767px) {
    .line__button a {
      width: 70%; } }

.howto__wapper {
  max-width: fit-content;
  margin: 0 auto;
  padding: 1.5em 0;
  border-bottom: 1px solid #000; }
  .howto__wapper img {
    width: 100%;
    height: auto; }

.howto__title {
  margin: 0 auto 2em;
  width: calc(245 / 996 * 100%); }
  @media screen and (min-width: 996px) {
    .howto__title {
      width: 245px; } }
  @media screen and (max-width: 767px) {
    .howto__title {
      width: 70%; } }

.howto__steps {
  display: flex;
  flex-wrap: wrap;
  gap: 2.6vw; }
  @media screen and (min-width: 996px) {
    .howto__steps {
      max-width: 996px;
      gap: 26px; } }
  @media screen and (max-width: 767px) {
    .howto__steps {
      flex-direction: column; } }
  .howto__steps .howto__step {
    display: flex;
    gap: 4vw;
    width: calc(50% - 1.4vw); }
    @media screen and (min-width: 996px) {
      .howto__steps .howto__step {
        gap: 1em;
        width: 485px; } }
    @media screen and (max-width: 767px) {
      .howto__steps .howto__step {
        width: 100%; } }
    .howto__steps .howto__step--image {
      width: 34%; }
      @media screen and (min-width: 996px) {
        .howto__steps .howto__step--image {
          width: 165px; } }
    @media screen and (min-width: 996px) {
      .howto__steps .howto__step--text {
        width: calc(100% - 1em - 165px); } }
    @media screen and (max-width: 995px) {
      .howto__steps .howto__step--text {
        width: calc(100% - 4vw - 34%); } }
    .howto__steps .howto__step--text p {
      font-size:  calc(1.2em * 1.2);
      font-feature-settings: "palt";
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        .howto__steps .howto__step--text p {
          font-size:  calc(1em * 1.2); } }
      .howto__steps .howto__step--text p + p {
        margin-top: 1em; }

.about__wapper {
  width: 100%;
  margin: 0 auto;
  max-width: 996px;
  padding: 1.5em 0; }

.about__title {
  font-size: calc(1.4em * 1.2);
  text-align: center;
  margin-bottom: 1em; }
  @media screen and (max-width: 767px) {
    .about__title {
      font-size: calc(1.2em * 1.2); } }

.about__text {
  font-size: calc(1.2em * 1.2); }
  @media screen and (max-width: 767px) {
    .about__text {
      font-size: calc(1em * 1.2); } }

.about__button {
  margin: 1em 0 0;
  padding: 2em 0;
 }
  .about__button a {
    display: block;
    width: 444px;
    margin: 0 auto; }
    .about__button a img {
      width: 100%;
      height: auto; }
    @media screen and (max-width: 767px) {
      .about__button a {
        width: 70%; } }


/*# sourceMappingURL=index.css.map */
