@charset "UTF-8";
/* CSS Document */
/* line 1, sass/_layout.scss */
* {
  margin: 0;
  padding: 0; }

/* line 5, sass/_layout.scss */
body, html {
  scroll-behavior: smooth; }

/* =======================================================================================================================
　　　　　　　　　全体
======================================================================================================================= */
/* line 12, sass/_layout.scss */
body {
  font-family: source-han-sans-japanese, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0;
  background: #fff;
  color: #000; }
  @media screen and (max-width: 1050px) {
    /* line 12, sass/_layout.scss */
    body {
      font-size: 1.5vw; } }
  @media screen and (max-width: 768px) {
    /* line 12, sass/_layout.scss */
    body {
      font-size: 2vw; } }
  @media screen and (max-width: 480px) {
    /* line 12, sass/_layout.scss */
    body {
      font-size: 3.5vw; } }

/* =======================================================================================================================
　　　　　　　　　レイアウト
======================================================================================================================= */
/* line 25, sass/_layout.scss */
.sec {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5em 0; }

/* line 29, sass/_layout.scss */
.innerbox {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 9em; }
  @media screen and (max-width: 1050px) {
    /* line 29, sass/_layout.scss */
    .innerbox {
      padding: 0 5em; } }
  @media screen and (max-width: 768px) {
    /* line 29, sass/_layout.scss */
    .innerbox {
      padding: 0 2.5em; } }
  @media screen and (max-width: 480px) {
    /* line 29, sass/_layout.scss */
    .innerbox {
      padding: 0 1.5em; } }
  /* line 41, sass/_layout.scss */
  .innerbox .innerbox2 {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 85%;
    margin: auto; }
    @media screen and (max-width: 1050px) {
      /* line 41, sass/_layout.scss */
      .innerbox .innerbox2 {
        width: 100%; } }

/* line 50, sass/_layout.scss */
.innerbox3 {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5em; }
  @media screen and (max-width: 1050px) {
    /* line 50, sass/_layout.scss */
    .innerbox3 {
      padding: 0 2.5em; } }
  @media screen and (max-width: 768px) {
    /* line 50, sass/_layout.scss */
    .innerbox3 {
      padding: 0 1.25em; } }
  @media screen and (max-width: 480px) {
    /* line 50, sass/_layout.scss */
    .innerbox3 {
      padding: 0 0.5em; } }

/* line 63, sass/_layout.scss */
.flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 67, sass/_layout.scss */
#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  height: 5em;
  padding: 0 2.5em;
  z-index: 999; }
  @media screen and (max-width: 480px) {
    /* line 67, sass/_layout.scss */
    #header {
      padding: 0 1.5em; } }

/* line 78, sass/_layout.scss */
.fixbtn {
  position: fixed;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%); }
  @media screen and (max-aspect-ratio: 1 / 1) {
    /* line 78, sass/_layout.scss */
    .fixbtn {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); } }
  /* line 87, sass/_layout.scss */
  .fixbtn.scroll {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

/* line 92, sass/_layout.scss */
#wrapper {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em; }
  /* line 95, sass/_layout.scss */
  #wrapper::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
    height: 1em;
    background: #fff;
    z-index: 999; }
  @media screen and (max-width: 480px) {
    /* line 92, sass/_layout.scss */
    #wrapper {
      padding: 0.5em; }
      /* line 106, sass/_layout.scss */
      #wrapper::before {
        height: 0.5em; } }

/* line 112, sass/_layout.scss */
#footer {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 5em; }

/* 欧文フォント */
/* line 2, sass/elements/_text.scss */
.eg {
  font-family: all-round-gothic, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
  font-weight: 600;
  font-style: normal; }

/* 日本語フォント */
/* line 7, sass/elements/_text.scss */
.jp {
  font-family: source-han-sans-japanese, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif; }

/* 文字寄せ */
/* line 12, sass/elements/_text.scss */
.center {
  text-align: center; }

/* line 15, sass/elements/_text.scss */
.right {
  text-align: right; }

/* ノートパソコン改行 */
@media screen and (max-width: 1050px) {
  /* line 20, sass/elements/_text.scss */
  .npbr {
    display: block; } }

/* タブレット改行 */
@media screen and (max-width: 768px) {
  /* line 27, sass/elements/_text.scss */
  .tbbr {
    display: block; } }

/* スマホ改行 */
@media screen and (max-width: 480px) {
  /* line 34, sass/elements/_text.scss */
  .spbr {
    display: block; } }

/* スマホ非表示 */
@media screen and (max-width: 480px) {
  /* line 41, sass/elements/_text.scss */
  .spnone {
    display: none; } }

/* 見出し */
/* line 48, sass/elements/_text.scss */
.sec_ttl {
  text-align: center;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1em;
  padding: 1em 0;
  margin-bottom: 2em;
  background: #000;
  color: #fff; }
  @media screen and (max-width: 480px) {
    /* line 48, sass/elements/_text.scss */
    .sec_ttl {
      font-size: 1.8em;
      line-height: 1.25em; } }
  /* line 62, sass/elements/_text.scss */
  .sec_ttl::after {
    content: "";
    display: block;
    border-top: #000 solid 1.2em;
    border-left: transparent solid 1.2em;
    border-right: transparent solid 1.2em;
    position: absolute;
    top: auto;
    left: 50%;
    right: auto;
    bottom: -1.1em;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

/* 段落 */
/* line 75, sass/elements/_text.scss */
p {
  padding-bottom: 1.5em;
  /* 注釈 */ }
  /* line 79, sass/elements/_text.scss */
  p.note {
    padding-left: 1em;
    text-indent: -1em;
    color: #06abf0;
    font-size: 0.85em;
    line-height: 1.25em; }
    /* line 85, sass/elements/_text.scss */
    p.note::before {
      content: "※"; }
    /* line 89, sass/elements/_text.scss */
    .add_box p.note {
      color: #000;
      margin-top: 2em; }

/* 画像 */
/* line 2, sass/elements/_img.scss */
img {
  vertical-align: bottom; }
  /* line 4, sass/elements/_img.scss */
  img.img100 {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%; }

/* line 8, sass/elements/_img.scss */
.imgbox {
  line-height: 0; }

/* =======================================================================================================================
　　　　　　　　　SVG
======================================================================================================================= */
/* 読み込み遅延 */
/* line 2, sass/elements/_lazyload.scss */
img {
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  /* line 4, sass/elements/_lazyload.scss */
  img.lazyload {
    opacity: 0;
    filter: alpha(opacity=0); }
  /* line 7, sass/elements/_lazyload.scss */
  img.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100); }

/* 読み込み遅延 */
/* line 12, sass/elements/_lazyload.scss */
.lazyload0, .lazyload1, .lazyload2, .lazyload3, .lazyload4 {
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0); }
  /* line 15, sass/elements/_lazyload.scss */
  .lazyload0.lazyloaded, .lazyload1.lazyloaded, .lazyload2.lazyloaded, .lazyload3.lazyloaded, .lazyload4.lazyloaded {
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
    filter: alpha(opacity=100); }

/* line 20, sass/elements/_lazyload.scss */
.lazyload1 {
  -webkit-transform: translate(0, 2.5em);
  -moz-transform: translate(0, 2.5em);
  -ms-transform: translate(0, 2.5em);
  -o-transform: translate(0, 2.5em);
  transform: translate(0, 2.5em); }
  /* line 22, sass/elements/_lazyload.scss */
  .lazyload1.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

/* line 26, sass/elements/_lazyload.scss */
.lazyload2 {
  -webkit-transform: translate(-2.5em, 0);
  -moz-transform: translate(-2.5em, 0);
  -ms-transform: translate(-2.5em, 0);
  -o-transform: translate(-2.5em, 0);
  transform: translate(-2.5em, 0); }
  /* line 28, sass/elements/_lazyload.scss */
  .lazyload2.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

/* line 32, sass/elements/_lazyload.scss */
.lazyload3 {
  -webkit-transform: translate(2.5em, 0);
  -moz-transform: translate(2.5em, 0);
  -ms-transform: translate(2.5em, 0);
  -o-transform: translate(2.5em, 0);
  transform: translate(2.5em, 0); }
  /* line 34, sass/elements/_lazyload.scss */
  .lazyload3.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

/* line 38, sass/elements/_lazyload.scss */
.lazyload4 {
  -webkit-transform: translate(0, -2.5em);
  -moz-transform: translate(0, -2.5em);
  -ms-transform: translate(0, -2.5em);
  -o-transform: translate(0, -2.5em);
  transform: translate(0, -2.5em); }
  /* line 40, sass/elements/_lazyload.scss */
  .lazyload4.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

/* トップページ内コンテンツの場合 */
/* line 77, sass/elements/_lazyload.scss */
#front-page section .lazyload0.lazyloaded, #front-page section .lazyload1.lazyloaded, #front-page section .lazyload2.lazyloaded, #front-page section .lazyload3.lazyloaded, #front-page section .lazyload4.lazyloaded {
  opacity: 0;
  filter: alpha(opacity=0); }
/* line 82, sass/elements/_lazyload.scss */
#front-page section .lazyload1.lazyloaded {
  -webkit-transform: translate(0, 2.5em);
  -moz-transform: translate(0, 2.5em);
  -ms-transform: translate(0, 2.5em);
  -o-transform: translate(0, 2.5em);
  transform: translate(0, 2.5em); }
/* line 87, sass/elements/_lazyload.scss */
#front-page section .lazyload2.lazyloaded {
  -webkit-transform: translate(-2.5em, 0);
  -moz-transform: translate(-2.5em, 0);
  -ms-transform: translate(-2.5em, 0);
  -o-transform: translate(-2.5em, 0);
  transform: translate(-2.5em, 0); }
/* line 92, sass/elements/_lazyload.scss */
#front-page section .lazyload3.lazyloaded {
  -webkit-transform: translate(2.5em, 0);
  -moz-transform: translate(2.5em, 0);
  -ms-transform: translate(2.5em, 0);
  -o-transform: translate(2.5em, 0);
  transform: translate(2.5em, 0); }
/* line 97, sass/elements/_lazyload.scss */
#front-page section .lazyload4.lazyloaded {
  -webkit-transform: translate(0, -2.5em);
  -moz-transform: translate(0, -2.5em);
  -ms-transform: translate(0, -2.5em);
  -o-transform: translate(0, -2.5em);
  transform: translate(0, -2.5em); }
/* line 47, sass/elements/_lazyload.scss */
#front-page section.on .lazyload0.lazyloaded, #front-page section.on .lazyload1.lazyloaded, #front-page section.on .lazyload2.lazyloaded, #front-page section.on .lazyload3.lazyloaded, #front-page section.on .lazyload4.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100); }
/* line 52, sass/elements/_lazyload.scss */
#front-page section.on .lazyload1.lazyloaded {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }
/* line 57, sass/elements/_lazyload.scss */
#front-page section.on .lazyload2.lazyloaded {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }
/* line 62, sass/elements/_lazyload.scss */
#front-page section.on .lazyload3.lazyloaded {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }
/* line 67, sass/elements/_lazyload.scss */
#front-page section.on .lazyload4.lazyloaded {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }
@media screen and (min-width: 1921px) and (max-aspect-ratio: 100 / 53) {
  /* line 47, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100); }
  /* line 52, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload1.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  /* line 57, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload2.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  /* line 62, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload3.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  /* line 67, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload4.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }

@media screen and (max-width: 1920px) and (min-width: 1051px) and (max-aspect-ratio: 2 / 1) {
  /* line 47, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100); }
  /* line 52, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload1.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  /* line 57, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload2.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  /* line 62, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload3.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  /* line 67, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload4.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }

@media screen and (max-width: 1050px) and (min-width: 769px) and (max-aspect-ratio: 25 / 13) {
  /* line 47, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100); }
  /* line 52, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload1.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  /* line 57, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload2.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  /* line 62, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload3.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  /* line 67, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload4.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }

@media screen and (max-width: 768px) and (min-width: 481px) and (max-aspect-ratio: 25 / 37) {
  /* line 47, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100); }
  /* line 52, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload1.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  /* line 57, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload2.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  /* line 62, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload3.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  /* line 67, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload4.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }

@media screen and (max-width: 480px) and (max-aspect-ratio: 35 / 68) {
  /* line 47, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100); }
  /* line 52, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload1.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  /* line 57, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload2.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  /* line 62, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload3.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  /* line 67, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload4.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }

/* リンク */
/* line 2, sass/elements/_link.scss */
a {
  color: #06abf0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  /* line 5, sass/elements/_link.scss */
  a img {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  /* line 8, sass/elements/_link.scss */
  a:hover {
    color: #06abf0; }
    /* line 10, sass/elements/_link.scss */
    a:hover img {
      opacity: 0.7;
      filter: alpha(opacity=70); }

/* ================= 新着記事 ============================================================ */
/* =======================================================================================================================
　　　　　　　　　ヘッダー
======================================================================================================================= */
/* line 5, sass/_header.scss */
#header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  /* -------------------------- ロゴ ------------------------------------------- */
  /* ================= グローバルナビゲーション ============================================================ */ }
@media screen and (max-width: 768px) and (min-width: 481px) {
  /* line 5, sass/_header.scss */
  #header {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; } }

  /* line 15, sass/_header.scss */
  #header .logo {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1em;
    width: 12.5em; }
    @media screen and (max-width: 768px) {
      /* line 15, sass/_header.scss */
      #header .logo {
        width: 18em; } }
    @media screen and (max-width: 480px) {
      /* line 15, sass/_header.scss */
      #header .logo {
        width: 12em; } }
    /* line 25, sass/_header.scss */
    #header .logo img {
      width: 100%;
      height: auto; }
  @media screen and (max-width: 768px) {
    /* line 31, sass/_header.scss */
    #header .gnav {
      display: none; } }
  /* line 35, sass/_header.scss */
  #header .gnav ul {
    list-style: none inside;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    /* line 38, sass/_header.scss */
    #header .gnav ul li {
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 2em;
      line-height: 1.4em; }
      @media screen and (max-width: 1050px) {
        /* line 38, sass/_header.scss */
        #header .gnav ul li {
          padding-left: 1.5em; } }
      /* line 45, sass/_header.scss */
      #header .gnav ul li:first-child {
        padding-left: 0; }
      /* line 48, sass/_header.scss */
      #header .gnav ul li a {
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        font-weight: 900;
        text-decoration: none;
        color: #000;
        overflow: hidden; }
        /* line 55, sass/_header.scss */
        #header .gnav ul li a::before {
          content: "";
          display: inline-block;
          position: absolute;
          top: auto;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          height: 0.5em;
          background: #06abf0;
          -webkit-transform: translate(-120%, 0);
          -moz-transform: translate(-120%, 0);
          -ms-transform: translate(-120%, 0);
          -o-transform: translate(-120%, 0);
          transform: translate(-120%, 0);
          -webkit-transition: 0.3s ease;
          -moz-transition: 0.3s ease;
          -ms-transition: 0.3s ease;
          -o-transition: 0.3s ease;
          transition: 0.3s ease;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
        /* line 65, sass/_header.scss */
        #header .gnav ul li a span {
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          z-index: 1; }
        /* line 70, sass/_header.scss */
        #header .gnav ul li a:hover::before {
          -webkit-transform: translate(0, 0);
          -moz-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          -o-transform: translate(0, 0);
          transform: translate(0, 0); }

/* =======================================================================================================================
　　　　　　　　　固定ボタン
======================================================================================================================= */
/* line 83, sass/_header.scss */
.fixbtn {
  list-style: none inside;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  border-top: #fff solid 0.25em;
  /* ================= 共通 ============================================================ */ }
  /* line 90, sass/_header.scss */
  .fixbtn li {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    height: 5em;
    padding: 0 5em;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    /* ボタン ------------------------------------------- */
    /* -------------------------- セット ------------------------------------------- */
    /* -------------------------- 追加 ------------------------------------------- */ }
    @media screen and (max-width: 768px) {
      /* line 90, sass/_header.scss */
      .fixbtn li {
        padding: 0 2.5em; } }
    @media screen and (max-width: 480px) {
      /* line 90, sass/_header.scss */
      .fixbtn li {
        padding: 0 0.5em; } }
    /* line 104, sass/_header.scss */
    .fixbtn li a {
      display: inline-block;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-family: source-han-sans-japanese, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
      font-weight: 700;
      line-height: 1em;
      text-align: center;
      text-decoration: none;
      height: 2.8em;
      padding: 0.75em 1.5em;
      border-radius: 1.4em;
      border: #000 solid 0.15em;
      box-shadow: 0 0.2em 0 0 #000;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      box-shadow: none;
      line-height: inherit;
      width: 100%;
      font-size: 1.25em;
      font-weight: 900;
      background: #fff;
      background-image: url("images/bg_flow.png");
      background-repeat: repeat;
      background-position: 0 0;
      border: none;
      color: #000;
      text-shadow: 0.1em 0.1em 0 #fff; }
      /* line 34, sass/mixin/_shadow.scss */
      .fixbtn li a:hover {
        box-shadow: 0 0 0 0 #000;
        -webkit-transform: translate(0, 0.2em);
        -moz-transform: translate(0, 0.2em);
        -ms-transform: translate(0, 0.2em);
        -o-transform: translate(0, 0.2em);
        transform: translate(0, 0.2em);
        text-decoration: none;
        opacity: 1;
        filter: alpha(opacity=100); }
      @media screen and (max-width: 480px) {
        /* line 104, sass/_header.scss */
        .fixbtn li a {
          padding-left: 0;
          padding-right: 0; } }
      @media screen and (max-width: 480px) {
        /* line 121, sass/_header.scss */
        .fixbtn li a span {
          display: none; } }
    /* line 129, sass/_header.scss */
    .fixbtn li.set_btn {
      background: #f953a6;
      position: relative;
      /* ボタン ------------------------------------------- */ }
      /* line 134, sass/_header.scss */
      .fixbtn li.set_btn a {
        background-color: #f3f3f3;
        text-shadow: none; }
        /* line 137, sass/_header.scss */
        .fixbtn li.set_btn a img {
          transition: transform 0.5s ease-in-out; }
        /* line 140, sass/_header.scss */
        .fixbtn li.set_btn a:hover {
          background-color: #000;
          color: #fff; }
          /* line 143, sass/_header.scss */
          .fixbtn li.set_btn a:hover img {
            opacity: 1;
            transform: rotate(360deg); }
        /* line 148, sass/_header.scss */
        .fixbtn li.set_btn a .dolphin {
          position: absolute;
          right: -10%;
          width: 25%;
          height: 100%;
          bottom: 50%;
          display: block; }
          @media screen and (max-width: 1050px) {
            /* line 148, sass/_header.scss */
            .fixbtn li.set_btn a .dolphin {
              width: 35%; } }
          @media screen and (max-width: 768px) {
            /* line 148, sass/_header.scss */
            .fixbtn li.set_btn a .dolphin {
              width: 45%;
              right: -20%; } }
          @media screen and (max-width: 480px) {
            /* line 148, sass/_header.scss */
            .fixbtn li.set_btn a .dolphin {
              width: 80%;
              right: -55%;
              bottom: -30%; } }
    /* line 172, sass/_header.scss */
    .fixbtn li.add_btn {
      background: #06abf0;
      /* ボタン ------------------------------------------- */ }
      /* line 176, sass/_header.scss */
      .fixbtn li.add_btn a {
        background-color: #f3f3f3;
        text-shadow: none; }
        /* line 179, sass/_header.scss */
        .fixbtn li.add_btn a img {
          transition: transform 0.5s ease-in-out; }
        /* line 182, sass/_header.scss */
        .fixbtn li.add_btn a:hover {
          background-color: #000;
          color: #fff; }
          /* line 185, sass/_header.scss */
          .fixbtn li.add_btn a:hover img {
            opacity: 1;
            transform: rotate(-45deg); }
        /* line 190, sass/_header.scss */
        .fixbtn li.add_btn a .horse {
          position: absolute;
          left: -10%;
          width: 25%;
          height: 100%;
          bottom: 25%;
          display: block; }
          @media screen and (max-width: 1050px) {
            /* line 190, sass/_header.scss */
            .fixbtn li.add_btn a .horse {
              width: 35%; } }
          @media screen and (max-width: 768px) {
            /* line 190, sass/_header.scss */
            .fixbtn li.add_btn a .horse {
              width: 45%;
              left: -20%; } }
          @media screen and (max-width: 480px) {
            /* line 190, sass/_header.scss */
            .fixbtn li.add_btn a .horse {
              width: 50%;
              left: -30%;
              bottom: -30%; } }

/* =======================================================================================================================
　　　　　　　　　スマートフォンナビゲーション
======================================================================================================================= */
/* ================= アイコンナビゲーション ============================================================ */
/* line 6, sass/_spnav.scss */
.icon_nav {
  display: none;
  position: absolute;
  top: 0;
  left: auto;
  right: 5em;
  bottom: auto;
  z-index: 999; }
  @media screen and (max-width: 768px) {
    /* line 6, sass/_spnav.scss */
    .icon_nav {
      display: block; } }
  @media screen and (max-width: 480px) {
    /* line 6, sass/_spnav.scss */
    .icon_nav {
      right: 4.5em; } }
  /* line 16, sass/_spnav.scss */
  .icon_nav ul {
    list-style: none inside;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 5em;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center; }
    /* line 22, sass/_spnav.scss */
    .icon_nav ul li {
      font-size: 2.5em;
      padding-top: 0.5em;
      padding-right: 1em; }
      @media screen and (max-width: 480px) {
        /* line 22, sass/_spnav.scss */
        .icon_nav ul li {
          font-size: 2em;
          padding-top: 0;
          padding-right: 0.75em; } }
      /* line 31, sass/_spnav.scss */
      .icon_nav ul li a {
        color: #000;
        text-decoration: none; }

/* ================= 格納ナビゲーション ============================================================ */
/* line 41, sass/_spnav.scss */
.hm_btn, .hm_menu_wrap {
  display: none; }
  @media screen and (max-width: 768px) {
    /* line 41, sass/_spnav.scss */
    .hm_btn, .hm_menu_wrap {
      display: block; } }

/* line 48, sass/_spnav.scss */
.hm_menu_check {
  /* チェックボックスを隠す */
  display: none; }

/* -------------------------- メニューボタン ------------------------------------------- */
/* line 53, sass/_spnav.scss */
.hm_btn {
  font-size: 1.25em;
  width: 1.33em;
  height: 1.2em;
  cursor: pointer;
  border: #000 solid 1.2em;
  border-radius: 50%;
  position: fixed;
  top: 0.5em;
  left: auto;
  right: 0.5em;
  bottom: auto;
  background: #000;
  cursor: pointer;
  z-index: 99999; }
  @media screen and (max-width: 480px) {
    /* line 53, sass/_spnav.scss */
    .hm_btn {
      font-size: 1em;
      top: 0.75em;
      right: 0.75em; } }
  /* line 69, sass/_spnav.scss */
  .hm_btn::before, .hm_btn::after {
    width: 1.33em;
    height: 0.13em;
    background: #fff;
    display: block;
    content: '';
    position: absolute;
    -webkit-transition: -webkit-background 0.2s linear, -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
    transition: background 0.2s linear, box-shadow 0.2s linear, transform 0.2s 0.2s; }
  /* line 80, sass/_spnav.scss */
  .hm_btn::before {
    -webkit-box-shadow: #fff 0 0.532em 0;
    box-shadow: #fff 0 0.532em 0; }
  /* line 84, sass/_spnav.scss */
  .hm_btn::after {
    bottom: 0; }

/* 開閉時のアニメーション */
/* line 92, sass/_spnav.scss */
.hm_menu_check:checked ~ .hm_btn::before {
  background: rgba(0, 0, 0, 0);
  -webkit-box-shadow: #fff 0 0.532em 0;
  box-shadow: #fff 0 0.532em 0;
  -webkit-transform: rotate(45deg) translate3d(0.166em, 0.2em, 0);
  transform: rotate(45deg) translate3d(0.5em, -0.25em, 0);
  left: -0.1em; }
/* line 100, sass/_spnav.scss */
.hm_menu_check:checked ~ .hm_btn::after {
  background: #fff;
  -webkit-transform: rotate(-45deg) translate3d(0.166em, -0.2em, 0);
  transform: rotate(-45deg) translate3d(0.5em, -0.25em, 0);
  left: -0.1em; }

/* -------------------------- 格納領域 ------------------------------------------- */
/* line 110, sass/_spnav.scss */
.hm_menu_wrap {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.7s;
  transition: 0.7s;
  box-sizing: border-box;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999; }
  /* line 121, sass/_spnav.scss */
  .hm_menu_wrap .hm_inner {
    position: absolute;
    top: 0;
    left: 0;
    right: -19px;
    bottom: -19px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    /* line 125, sass/_spnav.scss */
    .hm_menu_wrap .hm_inner .menucontent {
      box-sizing: border-box;
      padding: 7em calc( 1em + 19px ) 5em 1em;
      width: 60%;
      min-height: 100vh;
      position: absolute;
      top: 0;
      left: 100%;
      right: auto;
      bottom: auto;
      -webkit-transition: left 1.0s;
      transition: left 1.0s;
      border: none;
      background: #f3f3f3;
      /* 中身デザイン ------------------------------------------- */ }
      @media screen and (max-width: 480px) {
        /* line 125, sass/_spnav.scss */
        .hm_menu_wrap .hm_inner .menucontent {
          width: 100%; } }
      /* line 140, sass/_spnav.scss */
      .hm_menu_wrap .hm_inner .menucontent .gnav {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        /* line 142, sass/_spnav.scss */
        .hm_menu_wrap .hm_inner .menucontent .gnav ul {
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          list-style: none inside; }
          /* line 145, sass/_spnav.scss */
          .hm_menu_wrap .hm_inner .menucontent .gnav ul li {
            padding-bottom: 1em; }
            /* line 147, sass/_spnav.scss */
            .hm_menu_wrap .hm_inner .menucontent .gnav ul li a {
              display: block;
              width: 100%;
              position: relative;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              height: 3.4em;
              font-size: 1.5em;
              font-weight: 700;
              line-height: normal;
              text-align: center;
              text-decoration: none;
              background: #fff;
              color: #000;
              border-radius: 1.7em;
              padding: 1em 2em;
              /* 商品一覧ボタン */ }
              /* line 162, sass/_spnav.scss */
              .hm_menu_wrap .hm_inner .menucontent .gnav ul li a.item_link {
                background: #06abf0;
                background-image: url("images/bg_flow.png");
                background-repeat: repeat;
                background-position: 0 0;
                /* セット */
                /* 追加 */ }
                /* line 169, sass/_spnav.scss */
                .hm_menu_wrap .hm_inner .menucontent .gnav ul li a.item_link.set_link {
                  background-color: #06abf0; }
                /* line 174, sass/_spnav.scss */
                .hm_menu_wrap .hm_inner .menucontent .gnav ul li a.item_link.add_link {
                  background-color: #f953a6; }

/* 開閉時のアニメーション */
/* line 188, sass/_spnav.scss */
.hm_menu_check:checked ~ .hm_menu_wrap {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible; }
  /* line 191, sass/_spnav.scss */
  .hm_menu_check:checked ~ .hm_menu_wrap .menucontent {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 40%;
    height: auto; }
    @media screen and (max-width: 480px) {
      /* line 191, sass/_spnav.scss */
      .hm_menu_check:checked ~ .hm_menu_wrap .menucontent {
        left: 0; } }

/* =======================================================================================================================
　　　　　　　　　フッター
======================================================================================================================= */
/* line 4, sass/_footer.scss */
#footer {
  /* ================= フッター上部 ============================================================ */
  /* ================= フッター下部 ============================================================ */ }
  /* line 7, sass/_footer.scss */
  #footer .footer_upper {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 5em; }
    @media screen and (max-width: 480px) {
      /* line 7, sass/_footer.scss */
      #footer .footer_upper {
        overflow: hidden;
        padding-bottom: 2.5em; } }
    /* line 14, sass/_footer.scss */
    #footer .footer_upper .fnav {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      /* line 16, sass/_footer.scss */
      #footer .footer_upper .fnav ul {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        list-style: none inside;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        @media screen and (max-width: 480px) {
          /* line 16, sass/_footer.scss */
          #footer .footer_upper .fnav ul {
            width: 170%;
            margin-left: -35%;
            -webkit-transform: scale(0.7);
            -moz-transform: scale(0.7);
            -ms-transform: scale(0.7);
            -o-transform: scale(0.7);
            transform: scale(0.7); } }
        /* line 25, sass/_footer.scss */
        #footer .footer_upper .fnav ul li {
          padding: 0 1em;
          line-height: 1em;
          border-right: #000 solid 0.1em; }
          /* line 29, sass/_footer.scss */
          #footer .footer_upper .fnav ul li:last-child {
            border-right: none; }
          @media screen and (max-width: 480px) {
            /* line 25, sass/_footer.scss */
            #footer .footer_upper .fnav ul li {
              padding: 0 0.5em; } }
          /* line 35, sass/_footer.scss */
          #footer .footer_upper .fnav ul li a {
            color: #000;
            text-decoration: none; }
            /* line 38, sass/_footer.scss */
            #footer .footer_upper .fnav ul li a:hover {
              color: #06abf0; }
  /* line 48, sass/_footer.scss */
  #footer .footer_btm {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #000;
    padding: 1em 0; }
    /* line 52, sass/_footer.scss */
    #footer .footer_btm .innerbox {
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
      /* ロゴマーク */
      /* コピーライト */ }
      /* line 57, sass/_footer.scss */
      #footer .footer_btm .innerbox .logo {
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 15em; }
        @media screen and (max-width: 480px) {
          /* line 57, sass/_footer.scss */
          #footer .footer_btm .innerbox .logo {
            width: 18em;
            margin: 0 auto;
            left: -0.5em; } }
        /* line 65, sass/_footer.scss */
        #footer .footer_btm .innerbox .logo img {
          width: 100%;
          height: auto; }
      /* line 71, sass/_footer.scss */
      #footer .footer_btm .innerbox .copyright {
        padding-bottom: 0;
        font-weight: 700;
        line-height: 1em;
        color: #f3f3f3; }
        @media screen and (max-width: 480px) {
          /* line 71, sass/_footer.scss */
          #footer .footer_btm .innerbox .copyright {
            text-align: center;
            -webkit-transform: scale(0.8);
            -moz-transform: scale(0.8);
            -ms-transform: scale(0.8);
            -o-transform: scale(0.8);
            transform: scale(0.8); } }

/* =======================================================================================================================
　　　　　　　　　トップページメインカラム
======================================================================================================================= */
/* line 4, sass/_top.scss */
.timerHidden {
  display: none; }

/* line 7, sass/_top.scss */
.timerVisible {
  display: block; }

/* ================= メイン画像 ============================================================ */
/* line 26, sass/_top.scss */
#mainimg {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100 );
  max-height: 75vw;
  background: -webkit-linear-gradient(-1deg, #06abf0 0, #06abf0 10%, transparent 25%, transparent 100%), url("images/bg_top.webp") no-repeat 50% 50%/cover;
  background: -moz-linear-gradient(-1deg, #06abf0 0, #06abf0 10%, transparent 25%, transparent 100%), url("images/bg_top.webp") no-repeat 50% 50%/cover;
  background: -o-linear-gradient(-1deg, #06abf0 0, #06abf0 10%, transparent 25%, transparent 100%), url("images/bg_top.webp") no-repeat 50% 50%/cover;
  background: linear-gradient(-1deg, #06abf0 0, #06abf0 10%, transparent 25%, transparent 100%), url("images/bg_top.webp") no-repeat 50% 50%/cover;
  overflow: hidden;
  /* -------------------------- 手前画像 ------------------------------------------- */ }
@media screen and (max-width: 768px) and (max-aspect-ratio: 10 / 13) {
  /* line 26, sass/_top.scss */
  #mainimg {
    max-height: none; } }
@media screen and (max-width: 768px) and (max-aspect-ratio: 1 / 2) {
  /* line 26, sass/_top.scss */
  #mainimg {
    max-height: 180vw; } }

@media screen and (max-width: 768px) and (max-aspect-ratio: 10 / 13) {
  /* line 36, sass/_top.scss */
  #mainimg .innerbox {
    padding: 0; } }

  /* line 41, sass/_top.scss */
  #mainimg .innerbox {
    padding: 0; }
  /* line 47, sass/_top.scss */
  #mainimg .imgbox {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100 );
    max-height: 75vw;
    padding: 3em 0; }
@media screen and (max-width: 768px) and (max-aspect-ratio: 10 / 13) {
  /* line 47, sass/_top.scss */
  #mainimg .imgbox {
    max-height: none; } }
@media screen and (max-width: 768px) and (max-aspect-ratio: 1 / 2) {
  /* line 47, sass/_top.scss */
  #mainimg .imgbox {
    max-height: 180vw; } }

    /* line 51, sass/_top.scss */
    #mainimg .imgbox.sp_img {
      display: none; }
@media screen and (min-width: 769px) and (max-aspect-ratio: 5 / 3) {
  /* line 47, sass/_top.scss */
  #mainimg .imgbox {
    padding: 3em 0; } }
@media screen and (min-width: 769px) and (max-aspect-ratio: 4 / 3) {
  /* line 47, sass/_top.scss */
  #mainimg .imgbox {
    padding-bottom: 0; } }

    @media screen and (max-width: 768px) {
      /* line 47, sass/_top.scss */
      #mainimg .imgbox {
        padding: 5em 0 2.5em 0; } }
  @media screen and (max-width: 768px) and (max-aspect-ratio: 10 / 13) {
    /* line 47, sass/_top.scss */
    #mainimg .imgbox {
      padding-top: 3.5em;
      padding-bottom: 7.5em; }
      /* line 67, sass/_top.scss */
      #mainimg .imgbox.pc_img {
        display: none; }
      /* line 70, sass/_top.scss */
      #mainimg .imgbox.sp_img {
        display: block; } }
  @media screen and (max-width: 768px) and (max-aspect-ratio: 1 / 2) {
    /* line 47, sass/_top.scss */
    #mainimg .imgbox {
      padding-bottom: 0; } }

    @media screen and (max-width: 480px) {
      /* line 47, sass/_top.scss */
      #mainimg .imgbox {
        padding-top: 3.5em; } }
    /* line 81, sass/_top.scss */
    #mainimg .imgbox img {
      object-fit: contain;
      object-position: 50% 50%;
      width: 100%;
      height: 100%; }

/* ================= 問題点 ============================================================ */
/* line 88, sass/_top.scss */
#intro {
  padding-top: 0;
  background: #06abf0;
  /* -------------------------- 見出し ------------------------------------------- */
  /* -------------------------- チェックリスト ------------------------------------------- */
  /* でも */
  /* 白背景ボックス ------------------------------------------- */
  /* -------------------------- イラスト ------------------------------------------- */ }
  @media screen and (max-width: 768px) {
    /* line 88, sass/_top.scss */
    #intro {
      padding-bottom: 0; } }
  /* line 96, sass/_top.scss */
  #intro h2 {
    font-size: 1em;
    text-align: center;
    padding-bottom: 3.75em;
    /* 画像 ------------------------------------------- */
    /* テキスト ------------------------------------------- */ }
    @media screen and (max-width: 480px) {
      /* line 96, sass/_top.scss */
      #intro h2 {
        padding-bottom: 2.5em; } }
    /* line 105, sass/_top.scss */
    #intro h2 .imgbox {
      display: block;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 97%;
      line-height: 0; }
      /* line 110, sass/_top.scss */
      #intro h2 .imgbox img {
        width: 100%;
        height: auto; }
    /* line 116, sass/_top.scss */
    #intro h2 .txtbox {
      display: block;
      font-size: 2em;
      line-height: 1.5em; }
      /* line 120, sass/_top.scss */
      #intro h2 .txtbox strong {
        font-size: 1.2em;
        font-weight: 900; }
  /* line 129, sass/_top.scss */
  #intro p {
    position: absolute;
    top: -0.1em;
    left: 2em;
    right: auto;
    bottom: auto;
    font-size: 3em;
    font-weight: 900;
    line-height: 1em;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
    z-index: 2; }
    @media screen and (max-width: 1050px) {
      /* line 129, sass/_top.scss */
      #intro p {
        left: 0.25em; } }
    @media screen and (max-width: 480px) {
      /* line 129, sass/_top.scss */
      #intro p {
        font-size: 2em; } }
  /* line 146, sass/_top.scss */
  #intro .check_list {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none inside;
    padding: 5em;
    background: #fff;
    border-radius: 1em; }
    @media screen and (max-width: 1050px) {
      /* line 146, sass/_top.scss */
      #intro .check_list {
        padding: 4em 2.5em; } }
    @media screen and (max-width: 480px) {
      /* line 146, sass/_top.scss */
      #intro .check_list {
        padding: 2.5em 1.25em 4em 1.25em; } }
    /* line 158, sass/_top.scss */
    #intro .check_list li {
      font-size: 1.5em;
      padding-bottom: 1.25em;
      padding-left: 1.5em;
      text-indent: -1.4em;
      /* チェックボックスマーク */
      /* 強調 */ }
      @media screen and (max-width: 768px) {
        /* line 158, sass/_top.scss */
        #intro .check_list li {
          line-height: 1.25em; } }
      @media screen and (max-width: 480px) {
        /* line 158, sass/_top.scss */
        #intro .check_list li {
          font-size: 1.25em;
          line-height: 1.5em; } }
      /* line 170, sass/_top.scss */
      #intro .check_list li:last-child {
        padding-bottom: 0; }
      /* line 175, sass/_top.scss */
      #intro .check_list li::before {
        content: "\f14a";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        line-height: 1;
        color: #06abf0;
        padding-right: 0.5em; }
      /* line 183, sass/_top.scss */
      #intro .check_list li strong {
        font-weight: 700;
        color: #06abf0; }
  /* line 191, sass/_top.scss */
  #intro .shock {
    position: absolute;
    top: auto;
    left: auto;
    right: 1em;
    bottom: 0;
    width: 28%; }
    @media screen and (max-width: 768px) {
      /* line 191, sass/_top.scss */
      #intro .shock {
        position: relative;
        right: 0;
        width: 68%;
        margin-top: -3em;
        margin-left: 30%; } }
    @media screen and (max-width: 480px) {
      /* line 191, sass/_top.scss */
      #intro .shock {
        width: 79%;
        margin-top: -4em;
        margin-left: 20%; } }
    /* line 206, sass/_top.scss */
    #intro .shock img {
      width: 100%;
      height: auto; }

/* ================= 問題解決 ============================================================ */
/* line 213, sass/_top.scss */
#no3 {
  padding-top: 0;
  text-align: center;
  /* メインコピー */
  /* -------------------------- 3つのなし ------------------------------------------- */ }
  /* line 218, sass/_top.scss */
  #no3 .no3 {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1em;
    width: 63%;
    margin: 0 auto 2.5em auto; }
    @media screen and (max-width: 1050px) {
      /* line 218, sass/_top.scss */
      #no3 .no3 {
        width: 75%; } }
    @media screen and (max-width: 768px) {
      /* line 218, sass/_top.scss */
      #no3 .no3 {
        width: 100%; } }
    /* line 229, sass/_top.scss */
    #no3 .no3 img {
      width: 100%;
      height: auto; }
  /* line 236, sass/_top.scss */
  #no3 .flex {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none inside;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    /* line 240, sass/_top.scss */
    #no3 .flex li {
      width: 33.33%;
      /* 画像 ------------------------------------------- */
      /* テキスト ------------------------------------------- */ }
      @media screen and (max-width: 1050px) {
        /* line 240, sass/_top.scss */
        #no3 .flex li {
          width: auto; } }
      @media screen and (max-width: 768px) {
        /* line 240, sass/_top.scss */
        #no3 .flex li {
          width: 32%; } }
      @media screen and (max-width: 480px) {
        /* line 240, sass/_top.scss */
        #no3 .flex li {
          width: 100%;
          margin-bottom: 3.5em; }
          /* line 251, sass/_top.scss */
          #no3 .flex li:last-child {
            margin-bottom: 0; } }
      /* line 257, sass/_top.scss */
      #no3 .flex li .imgbox {
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 20em;
        margin: 0 auto; }
        /* line 261, sass/_top.scss */
        #no3 .flex li .imgbox img {
          width: 100%;
          height: auto; }
      /* line 267, sass/_top.scss */
      #no3 .flex li .txtbox {
        padding-top: 1.5em;
        /* 改行調整 */
        /* 見出し */
        /* 説明文 */ }
        @media screen and (max-width: 480px) {
          /* line 271, sass/_top.scss */
          #no3 .flex li .txtbox .tbbr {
            display: inline; } }
        @media screen and (max-width: 480px) {
          /* line 276, sass/_top.scss */
          #no3 .flex li .txtbox .spbr {
            display: block; } }
        /* line 283, sass/_top.scss */
        #no3 .flex li .txtbox h3 {
          font-size: 1.5em;
          font-weight: 900;
          line-height: 1em; }
          @media screen and (max-width: 768px) {
            /* line 283, sass/_top.scss */
            #no3 .flex li .txtbox h3 {
              line-height: 1.25em; } }
          /* line 290, sass/_top.scss */
          #no3 .flex li .txtbox h3 strong {
            color: #fc4b47;
            font-weight: 900; }
        /* line 297, sass/_top.scss */
        #no3 .flex li .txtbox p {
          font-size: 1.25em;
          line-height: 1.5em;
          padding-top: 1em;
          padding-bottom: 0; }
@media screen and (max-width: 1050px) and (min-width: 481px) {
  /* line 297, sass/_top.scss */
  #no3 .flex li .txtbox p {
    font-size: 1em;
    line-height: 1.5em; } }

/* ================= 利用シーン ============================================================ */
/* line 316, sass/_top.scss */
#scene {
  padding-top: 0;
  background: #f3f3f3;
  /* 見出し */
  /* -------------------------- シーン一覧 ------------------------------------------- */ }
  /* line 321, sass/_top.scss */
  #scene .sec_ttl {
    background: #000; }
    /* line 323, sass/_top.scss */
    #scene .sec_ttl::after {
      border-top-color: #000; }
  /* line 329, sass/_top.scss */
  #scene ol {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none inside;
    counter-reset: listnumb; }
    /* line 333, sass/_top.scss */
    #scene ol li {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-bottom: 4em;
      counter-increment: listnumb;
      /* 横並び画像・テキスト ------------------------------------------- */
      /* 偶数 ------------------------------------------- */ }
      @media screen and (max-width: 768px) {
        /* line 333, sass/_top.scss */
        #scene ol li {
          padding-bottom: 3.5em; } }
      /* line 340, sass/_top.scss */
      #scene ol li:last-child {
        padding-bottom: 0; }
      /* line 345, sass/_top.scss */
      #scene ol li .flex {
        display: block;
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        /* 画像 */
        /* テキスト */ }
        /* line 351, sass/_top.scss */
        #scene ol li .flex .imgbox {
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          width: 55%; }
          @media screen and (max-width: 768px) {
            /* line 351, sass/_top.scss */
            #scene ol li .flex .imgbox {
              width: 100%; } }
          /* line 357, sass/_top.scss */
          #scene ol li .flex .imgbox img {
            width: 100%;
            border-radius: 1em; }
        /* line 364, sass/_top.scss */
        #scene ol li .flex figcaption {
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-box-flex: 1;
          -webkit-flex: 1;
          -moz-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          padding-left: 2.5em;
          /* 見出し */
          /* 説明文 */ }
          @media screen and (max-width: 768px) {
            /* line 364, sass/_top.scss */
            #scene ol li .flex figcaption {
              width: 100%;
              -webkit-box-flex: 0;
              -webkit-flex: none;
              -moz-box-flex: 0;
              -ms-flex: none;
              flex: none;
              padding-right: 2.5em;
              padding-top: 0.5em; } }
          @media screen and (max-width: 480px) {
            /* line 364, sass/_top.scss */
            #scene ol li .flex figcaption {
              padding-left: 0;
              padding-right: 0; } }
          /* line 378, sass/_top.scss */
          #scene ol li .flex figcaption::before {
            content: counter(listnumb,decimal-leading-zero);
            display: block;
            font-family: all-round-gothic, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
            font-weight: 600;
            font-style: normal;
            font-size: 5em;
            font-weight: 700;
            line-height: 1em;
            color: #000; }
          /* line 389, sass/_top.scss */
          #scene ol li .flex figcaption h3 {
            display: inline-block;
            font-size: 1.5em;
            font-weight: 900;
            line-height: 1.3em;
            background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #f953a6)) repeat scroll 0 0;
            background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 60%, #f953a6 0%) repeat scroll 0 0;
            background: rgba(0, 0, 0, 0) -moz-linear-gradient(transparent 60%, #f953a6 0%) repeat scroll 0 0;
            background: rgba(0, 0, 0, 0) -o-linear-gradient(transparent 60%, #f953a6 0%) repeat scroll 0 0;
            background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #f953a6 0%) repeat scroll 0 0;
            margin-bottom: 0.5em; }
@media screen and (max-width: 1050px) and (min-width: 769px) {
  /* line 389, sass/_top.scss */
  #scene ol li .flex figcaption h3 {
    font-size: 1.3em; } }

            @media screen and (max-width: 480px) {
              /* line 389, sass/_top.scss */
              #scene ol li .flex figcaption h3 {
                font-size: 1.3em; } }
          /* line 407, sass/_top.scss */
          #scene ol li .flex figcaption p {
            font-size: 1.25em;
            line-height: 1.5em;
            padding-bottom: 0; }
@media screen and (max-width: 1050px) and (min-width: 769px) {
  /* line 407, sass/_top.scss */
  #scene ol li .flex figcaption p {
    font-size: 1.15em;
    line-height: 1.5em; } }

            @media screen and (max-width: 480px) {
              /* line 407, sass/_top.scss */
              #scene ol li .flex figcaption p {
                font-size: 1.15em;
                line-height: 1.5em; } }
      /* line 427, sass/_top.scss */
      #scene ol li:nth-child(even) .flex {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row-reverse;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
        /* テキスト */ }
        /* line 430, sass/_top.scss */
        #scene ol li:nth-child(even) .flex figcaption {
          padding-left: 0;
          padding-right: 2.5em; }
          @media screen and (max-width: 768px) {
            /* line 430, sass/_top.scss */
            #scene ol li:nth-child(even) .flex figcaption {
              padding-left: 2.5em; } }
          @media screen and (max-width: 480px) {
            /* line 430, sass/_top.scss */
            #scene ol li:nth-child(even) .flex figcaption {
              padding-left: 0;
              padding-right: 0; } }

/* ================= サービスの特徴全般 ============================================================ */
/* line 449, sass/_top.scss */
#point {
  padding-top: 0;
  background: #fff;
  /* 見出し */
  /*.sec_ttl{
  	background: $bc;
  	color: $mc;
  	&::after{
  		border-top-color: $bc;
  	}
  }*/
  /* -------------------------- 特徴一覧 ------------------------------------------- */ }
  /* line 463, sass/_top.scss */
  #point ol {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none inside;
    counter-reset: listnumb; }
    /* line 467, sass/_top.scss */
    #point ol li {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 2.5em;
      margin-bottom: 2.5em;
      background: #f3f3f3;
      border-radius: 0.5em;
      text-align: center;
      counter-increment: listnumb;
      /* 見出し ------------------------------------------- */
      /* 説明文 ------------------------------------------- */
      /* 画像 ------------------------------------------- */ }
      @media screen and (max-width: 768px) {
        /* line 467, sass/_top.scss */
        #point ol li {
          border-width: 0.3em; } }
      @media screen and (max-width: 480px) {
        /* line 467, sass/_top.scss */
        #point ol li {
          padding: 1.5em; } }
      /* line 481, sass/_top.scss */
      #point ol li:last-child {
        margin-bottom: 0; }
      /* line 486, sass/_top.scss */
      #point ol li h3 {
        font-size: 2em;
        font-weight: 900;
        line-height: 1.25em;
        padding-bottom: 0.75em;
        /* 数字 */
        /* POINT */
        /* 強調 */ }
        @media screen and (max-width: 480px) {
          /* line 486, sass/_top.scss */
          #point ol li h3 {
            font-size: 1.8em; } }
        /* line 496, sass/_top.scss */
        #point ol li h3::before {
          content: counter(listnumb,decimal-leading-zero);
          display: block;
          font-family: all-round-gothic, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
          font-weight: 600;
          font-style: normal;
          font-size: 2.5em;
          font-weight: 700;
          line-height: 1em;
          color: #000;
          padding-top: 0.05em;
          padding-bottom: 0.1em; }
        /* line 509, sass/_top.scss */
        #point ol li h3::after {
          content: "POINT";
          display: block;
          font-family: all-round-gothic, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
          font-weight: 600;
          font-style: normal;
          font-size: 0.625em;
          font-weight: 700;
          line-height: 1em;
          position: absolute;
          top: 1.5em;
          left: 0;
          right: 0;
          bottom: auto;
          margin: auto;
          text-align: center; }
          @media screen and (max-width: 480px) {
            /* line 509, sass/_top.scss */
            #point ol li h3::after {
              top: 1em; } }
        /* line 525, sass/_top.scss */
        #point ol li h3 strong {
          font-size: 1.25em;
          font-weight: 900;
          color: #06abf0;
          /* 数字サイズ */ }
          /* line 531, sass/_top.scss */
          #point ol li h3 strong .eg {
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            display: inline-block;
            font-size: 1.5em;
            top: 0.05em; }
      /* line 541, sass/_top.scss */
      #point ol li p {
        font-size: 1.25em;
        line-height: 1.5em;
        /* 改行 */ }
        @media screen and (max-width: 768px) {
          /* line 541, sass/_top.scss */
          #point ol li p {
            text-align: left; } }
        @media screen and (max-width: 480px) {
          /* line 541, sass/_top.scss */
          #point ol li p {
            font-size: 1em; } }
        /* line 550, sass/_top.scss */
        #point ol li p:last-child {
          padding-bottom: 0; }
        /* line 555, sass/_top.scss */
        #point ol li p span {
          display: block; }
          @media screen and (max-width: 768px) {
            /* line 555, sass/_top.scss */
            #point ol li p span {
              display: inline; } }
      /* line 564, sass/_top.scss */
      #point ol li .imgbox {
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        margin: auto;
        padding-bottom: 1.875em; }
        @media screen and (max-width: 1050px) {
          /* line 564, sass/_top.scss */
          #point ol li .imgbox {
            width: 75%; } }
        @media screen and (max-width: 768px) {
          /* line 564, sass/_top.scss */
          #point ol li .imgbox {
            width: 100%; } }
        /* line 575, sass/_top.scss */
        #point ol li .imgbox:last-child {
          padding-bottom: 0; }
        /* line 578, sass/_top.scss */
        #point ol li .imgbox img {
          width: 100%;
          height: auto; }

/* ================= 100GBセットの説明 ============================================================ */
/* line 587, sass/_top.scss */
.set100gb {
  background: linear-gradient(45deg, #f953a6 30%, #fc4b47 100%);
  /* -------------------------- 白背景ボックス ------------------------------------------- */ }
  /* line 591, sass/_top.scss */
  .set100gb .flex {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2.5em;
    background: #fff;
    border-radius: 0.5em;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    /* セット内容 ------------------------------------------- */
    /* 100GBってどのくらい？ ------------------------------------------- */ }
    @media screen and (max-width: 480px) {
      /* line 591, sass/_top.scss */
      .set100gb .flex {
        padding: 1em; } }
    /* line 602, sass/_top.scss */
    .set100gb .flex .set_img {
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding-right: 2.5em;
      /* 画像 */
      /* ボタン */ }
      @media screen and (max-width: 768px) {
        /* line 602, sass/_top.scss */
        .set100gb .flex .set_img {
          width: 100%;
          -webkit-box-flex: 0;
          -webkit-flex: none;
          -moz-box-flex: 0;
          -ms-flex: none;
          flex: none;
          padding-right: 0;
          padding-bottom: 2.5em; } }
      @media screen and (max-width: 480px) {
        /* line 602, sass/_top.scss */
        .set100gb .flex .set_img {
          padding-bottom: 1.5em; } }
      /* line 617, sass/_top.scss */
      .set100gb .flex .set_img .imgbox {
        padding-bottom: 1em; }
        /* line 619, sass/_top.scss */
        .set100gb .flex .set_img .imgbox img {
          width: 100%;
          height: auto; }
      /* line 625, sass/_top.scss */
      .set100gb .flex .set_img .btn {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        /* line 627, sass/_top.scss */
        .set100gb .flex .set_img .btn a {
          width: 100%;
          display: inline-block;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-family: source-han-sans-japanese, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
          font-weight: 700;
          line-height: 1em;
          text-align: center;
          text-decoration: none;
          height: 2.8em;
          padding: 0.75em 1.5em;
          border-radius: 1.4em;
          border: #000 solid 0.15em;
          box-shadow: 0 0.2em 0 0 #000;
          -webkit-transition: 0.3s ease;
          -moz-transition: 0.3s ease;
          -ms-transition: 0.3s ease;
          -o-transition: 0.3s ease;
          transition: 0.3s ease;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          box-shadow: none;
          font-size: 1.7em;
          font-weight: 900;
          background: #000 url("images/bg_flow.png") repeat 0 0;
          color: #fff;
          text-shadow: 0.05em 0.05em 0 #000; }
          /* line 34, sass/mixin/_shadow.scss */
          .set100gb .flex .set_img .btn a:hover {
            box-shadow: 0 0 0 0 #000;
            -webkit-transform: translate(0, 0.2em);
            -moz-transform: translate(0, 0.2em);
            -ms-transform: translate(0, 0.2em);
            -o-transform: translate(0, 0.2em);
            transform: translate(0, 0.2em);
            text-decoration: none;
            opacity: 1;
            filter: alpha(opacity=100); }
          @media screen and (max-width: 480px) {
            /* line 627, sass/_top.scss */
            .set100gb .flex .set_img .btn a {
              font-size: 1.3em; } }
    /* line 643, sass/_top.scss */
    .set100gb .flex .about_100gb {
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 40%; }
      @media screen and (max-width: 768px) {
        /* line 643, sass/_top.scss */
        .set100gb .flex .about_100gb {
          width: 100%; } }
      /* line 649, sass/_top.scss */
      .set100gb .flex .about_100gb img {
        width: 100%;
        height: auto; }

/* ================= 端末スペック ============================================================ */
/* line 657, sass/_top.scss */
#spec {
  /* -------------------------- 端末横並び ------------------------------------------- */
  /* -------------------------- スペックヘッダー ------------------------------------------- */
  /* -------------------------- 表 ------------------------------------------- */ }
  /* line 659, sass/_top.scss */
  #spec .spec_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4em;
    list-style: none inside; }
    @media screen and (max-width: 1050px) {
      /* line 659, sass/_top.scss */
      #spec .spec_list {
        grid-template-columns: 1fr; } }
    /* line 668, sass/_top.scss */
    #spec .spec_list > li:last-child {
      position: relative; }
      /* line 670, sass/_top.scss */
      #spec .spec_list > li:last-child::after {
        content: "Coming Soon";
        font-family: all-round-gothic, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
        font-weight: 600;
        font-style: normal;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 5;
        opacity: 1;
        text-align: center;
        font-size: 3em;
        width: 50%;
        height: 7%;
        line-height: 1em; }
      /* line 687, sass/_top.scss */
      #spec .spec_list > li:last-child::before {
        content: " ";
        background: #fff;
        height: 100%;
        width: 100%;
        opacity: 0.8;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 4; }
  /* line 702, sass/_top.scss */
  #spec .spec_hd {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 2;
    font-size: 0.475vw;
    /* T8写真 ------------------------------------------- */
    /* テキスト・アイコン ------------------------------------------- */ }
    @media screen and (max-width: 1050px) {
      /* line 702, sass/_top.scss */
      #spec .spec_hd {
        font-size: inherit; } }
    /* line 713, sass/_top.scss */
    #spec .spec_hd .t8_img {
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 30%; }
      @media screen and (max-width: 480px) {
        /* line 713, sass/_top.scss */
        #spec .spec_hd .t8_img {
          position: absolute;
          top: 0;
          left: 0;
          right: auto;
          bottom: auto;
          width: 5em; } }
      /* line 720, sass/_top.scss */
      #spec .spec_hd .t8_img img {
        width: 100%;
        height: auto; }
    /* line 726, sass/_top.scss */
    #spec .spec_hd .txtbox {
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding-left: 5em;
      /* 見出し */
      /* スペック画像 */ }
      @media screen and (max-width: 1050px) {
        /* line 726, sass/_top.scss */
        #spec .spec_hd .txtbox {
          padding-left: 1.5em; } }
      @media screen and (max-width: 480px) {
        /* line 726, sass/_top.scss */
        #spec .spec_hd .txtbox {
          width: 100%;
          -webkit-box-flex: 0;
          -webkit-flex: none;
          -moz-box-flex: 0;
          -ms-flex: none;
          flex: none;
          padding-left: 0; } }
      /* line 740, sass/_top.scss */
      #spec .spec_hd .txtbox h2 {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 1em;
        padding-bottom: 2.5em; }
        @media screen and (max-width: 768px) {
          /* line 740, sass/_top.scss */
          #spec .spec_hd .txtbox h2 {
            padding-bottom: 0.5em; } }
        @media screen and (max-width: 480px) {
          /* line 740, sass/_top.scss */
          #spec .spec_hd .txtbox h2 {
            padding: 2.5em 0;
            padding-left: 6em; } }
        /* line 751, sass/_top.scss */
        #spec .spec_hd .txtbox h2 > span {
          display: block;
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          /* line 754, sass/_top.scss */
          #spec .spec_hd .txtbox h2 > span.small {
            font-size: 2.5em;
            font-weight: 500;
            line-height: 1em; }
            @media screen and (max-width: 1050px) {
              /* line 754, sass/_top.scss */
              #spec .spec_hd .txtbox h2 > span.small {
                font-size: 1.5em; } }
            @media screen and (max-width: 480px) {
              /* line 754, sass/_top.scss */
              #spec .spec_hd .txtbox h2 > span.small {
                font-size: 1em; } }
          /* line 765, sass/_top.scss */
          #spec .spec_hd .txtbox h2 > span.middle {
            font-size: 3.125em;
            font-weight: 700;
            line-height: 1.5em; }
            @media screen and (max-width: 1050px) {
              /* line 765, sass/_top.scss */
              #spec .spec_hd .txtbox h2 > span.middle {
                font-size: 2em; } }
            @media screen and (max-width: 480px) {
              /* line 765, sass/_top.scss */
              #spec .spec_hd .txtbox h2 > span.middle {
                font-size: 1.25em; } }
          /* line 776, sass/_top.scss */
          #spec .spec_hd .txtbox h2 > span.large {
            font-size: 3.75em;
            font-weight: 900;
            line-height: 1.5em;
            margin-top: 0.25em;
            border-top: #000 solid 0.056em;
            padding-top: 0.15em; }
            @media screen and (max-width: 1050px) {
              /* line 776, sass/_top.scss */
              #spec .spec_hd .txtbox h2 > span.large {
                font-size: 2.5em;
                border-top-width: 0.1em; } }
            @media screen and (max-width: 768px) {
              /* line 776, sass/_top.scss */
              #spec .spec_hd .txtbox h2 > span.large {
                border-top-width: 0.15em;
                font-size: 2em; } }
            @media screen and (max-width: 480px) {
              /* line 776, sass/_top.scss */
              #spec .spec_hd .txtbox h2 > span.large {
                font-size: 1.15em; } }
            /* line 794, sass/_top.scss */
            #spec .spec_hd .txtbox h2 > span.large .eg {
              font-weight: 700; }
              /* line 796, sass/_top.scss */
              #spec .spec_hd .txtbox h2 > span.large .eg strong {
                font-size: 1.33em; }
      /* line 805, sass/_top.scss */
      #spec .spec_hd .txtbox .spec_icon {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        /* line 807, sass/_top.scss */
        #spec .spec_hd .txtbox .spec_icon img {
          width: 100%;
          height: auto; }
  /* line 815, sass/_top.scss */
  #spec .table_list {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0.5em;
    border: #000 solid 0.25em;
    margin-top: -4em;
    overflow: hidden;
    font-size: 0.475vw; }
    @media screen and (max-width: 1050px) {
      /* line 815, sass/_top.scss */
      #spec .table_list {
        font-size: inherit; } }
    @media screen and (max-width: 768px) {
      /* line 815, sass/_top.scss */
      #spec .table_list {
        margin-top: 2.5em; } }
    /* line 829, sass/_top.scss */
    #spec .table_list .tcaption {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 2em;
      font-weight: 700;
      text-align: center;
      line-height: 1em;
      padding: 0.75em 0;
      background: #000;
      color: #fff; }
      @media screen and (max-width: 480px) {
        /* line 829, sass/_top.scss */
        #spec .table_list .tcaption {
          font-size: 1.25em; } }
    /* line 842, sass/_top.scss */
    #spec .table_list .tbody {
      list-style: none inside;
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border-top: #000 solid 0.25em; }
      /* line 846, sass/_top.scss */
      #spec .table_list .tbody .tr {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 1.25em;
        line-height: 1.5em;
        border-bottom: #000 solid 0.1em; }
        @media screen and (max-width: 480px) {
          /* line 846, sass/_top.scss */
          #spec .table_list .tbody .tr {
            font-size: 1em; } }
        /* line 855, sass/_top.scss */
        #spec .table_list .tbody .tr:last-child {
          border-bottom: none; }
        /* line 858, sass/_top.scss */
        #spec .table_list .tbody .tr .th,
        #spec .table_list .tbody .tr .td {
          padding: 0.75em 1.5em; }
          @media screen and (max-width: 480px) {
            /* line 858, sass/_top.scss */
            #spec .table_list .tbody .tr .th,
            #spec .table_list .tbody .tr .td {
              padding: 0.75em 1em; } }
        /* line 865, sass/_top.scss */
        #spec .table_list .tbody .tr .th {
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          width: 12.5em;
          font-weight: 700;
          background: #fb98ca;
          border-right: #000 solid 0.1em; }
          @media screen and (max-width: 480px) {
            /* line 865, sass/_top.scss */
            #spec .table_list .tbody .tr .th {
              width: 8.5em; } }
        /* line 875, sass/_top.scss */
        #spec .table_list .tbody .tr .td {
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-box-flex: 1;
          -webkit-flex: 1;
          -moz-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          background: #f3f3f3; }

/* ================= 流れ ============================================================ */
/* line 886, sass/_top.scss */
.flow {
  /* -------------------------- 共通 ------------------------------------------- */
  padding-top: 0;
  /* 見出し ------------------------------------------- */
  /* 流れ一覧 ------------------------------------------- */
  /* -------------------------- 最初の購入 ------------------------------------------- */
  /* -------------------------- 追加購入 ------------------------------------------- */ }
  @media screen and (max-width: 480px) {
    /* line 892, sass/_top.scss */
    .flow .sec_ttl {
      text-indent: 0.25em;
      padding-left: 0.25em; } }
  /* line 897, sass/_top.scss */
  .flow .sec_ttl strong {
    font-weight: 900; }
    @media screen and (max-width: 480px) {
      /* line 897, sass/_top.scss */
      .flow .sec_ttl strong {
        display: block;
        text-indent: -0.25em; } }
  /* line 907, sass/_top.scss */
  .flow .flow_list {
    list-style: none inside;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch; }
    /* line 911, sass/_top.scss */
    .flow .flow_list li {
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 30%;
      background: #fff;
      border-radius: 0.5em;
      padding: 1.5em;
      /* 矢印三角形 */
      /* 見出し */
      /* 説明文 */ }
      /* line 917, sass/_top.scss */
      .flow .flow_list li::before, .flow .flow_list li::after {
        content: "";
        display: block; }
      @media screen and (max-width: 1050px) {
        /* line 911, sass/_top.scss */
        .flow .flow_list li {
          width: 31%;
          padding: 1.5em 1em; } }
      @media screen and (max-width: 768px) {
        /* line 911, sass/_top.scss */
        .flow .flow_list li {
          width: 100%;
          padding: 2.5em;
          margin-top: 2.5em; }
          /* line 930, sass/_top.scss */
          .flow .flow_list li:first-child {
            margin-top: 0; } }
      @media screen and (max-width: 480px) {
        /* line 911, sass/_top.scss */
        .flow .flow_list li {
          width: 100%;
          padding: 2.5em 1.2em 2em 1.2em;
          margin-left: 0;
          margin-top: 5em; }
          /* line 939, sass/_top.scss */
          .flow .flow_list li:first-child {
            margin-top: 2.5em; } }
      /* line 945, sass/_top.scss */
      .flow .flow_list li::after {
        border-top: transparent solid 1.6em;
        border-left: #fff solid 1.6em;
        border-bottom: transparent solid 1.6em;
        position: absolute;
        top: 50%;
        left: auto;
        right: -1.5em;
        bottom: auto;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%); }
        @media screen and (max-width: 768px) {
          /* line 945, sass/_top.scss */
          .flow .flow_list li::after {
            border-top: #000 solid 1.6em;
            border-left: transparent solid 1.6em;
            border-right: transparent solid 1.6em;
            top: auto;
            left: 50%;
            right: auto;
            bottom: -3.2em;
            -webkit-transform: translate(-50%, 0);
            -moz-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }
      /* line 963, sass/_top.scss */
      .flow .flow_list li:last-child::after {
        content: none; }
      /* line 969, sass/_top.scss */
      .flow .flow_list li h3 {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 1.5em;
        font-weight: 700;
        line-height: 1em;
        text-align: center;
        padding-bottom: 0.5em; }
        @media screen and (max-width: 1050px) {
          /* line 969, sass/_top.scss */
          .flow .flow_list li h3 {
            font-size: 1.1em; } }
        @media screen and (max-width: 768px) {
          /* line 969, sass/_top.scss */
          .flow .flow_list li h3 {
            font-size: 2em;
            text-align: left; } }
        @media screen and (max-width: 480px) {
          /* line 969, sass/_top.scss */
          .flow .flow_list li h3 {
            font-size: 1.5em;
            text-align: center; } }
      /* line 989, sass/_top.scss */
      .flow .flow_list li p {
        font-size: 1.25em;
        line-height: 1.5em;
        padding-bottom: 0; }
@media screen and (max-width: 1050px) and (min-width: 769px) {
  /* line 989, sass/_top.scss */
  .flow .flow_list li p {
    font-size: 1em; } }

  /* line 1003, sass/_top.scss */
  .flow#flow1 {
    background: #f3f3f3;
    /* 見出し */
    /* 流れ一覧 ------------------------------------------- */ }
    /* line 1007, sass/_top.scss */
    .flow#flow1 .sec_ttl {
      background: #f953a6; }
      /* line 1009, sass/_top.scss */
      .flow#flow1 .sec_ttl::after {
        border-top-color: #f953a6; }
    /* line 1017, sass/_top.scss */
    .flow#flow1 .flow_list li div {
      font-family: all-round-gothic, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
      font-weight: 600;
      font-style: normal;
      text-align: center;
      font-size: 3em;
      margin-bottom: 0.5em; }
      /* line 1022, sass/_top.scss */
      .flow#flow1 .flow_list li div span {
        display: block;
        font-size: 0.35em;
        margin-bottom: 0.2em; }
    /* line 1028, sass/_top.scss */
    .flow#flow1 .flow_list li h3 {
      color: #f953a6; }
  /* line 1036, sass/_top.scss */
  .flow#flow2 {
    background: #f3f3f3;
    /* 見出し */
    /* 流れ一覧 ------------------------------------------- */ }
    /* line 1040, sass/_top.scss */
    .flow#flow2 .sec_ttl {
      background: #06abf0; }
      /* line 1042, sass/_top.scss */
      .flow#flow2 .sec_ttl::after {
        border-top-color: #06abf0; }
    /* line 1050, sass/_top.scss */
    .flow#flow2 .flow_list li div {
      font-family: all-round-gothic, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
      font-weight: 600;
      font-style: normal;
      text-align: center;
      font-size: 3em;
      margin-bottom: 0.5em; }
      /* line 1055, sass/_top.scss */
      .flow#flow2 .flow_list li div span {
        display: block;
        font-size: 0.35em;
        margin-bottom: 0.2em; }
    /* line 1061, sass/_top.scss */
    .flow#flow2 .flow_list li h3 {
      color: #06abf0; }

/* ================= FAQ ============================================================ */
/* line 1070, sass/_top.scss */
#faq {
  background: #fff;
  /* 見出し */
  /* -------------------------- タブ表示切替 ------------------------------------------- */
  /* -------------------------- Q&Aリスト ------------------------------------------- */ }
  /* line 1074, sass/_top.scss */
  #faq h2 {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 2.5em;
    font-weight: 900;
    text-align: center;
    line-height: 1em;
    padding-bottom: 1em; }
  /* line 1084, sass/_top.scss */
  #faq .tab_box {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* タブ型ナビゲーション-------------------------- */
    /* 切替表示コンテンツ-------------------------- */
    /* 選択時-------------------------- */ }
    /* line 1088, sass/_top.scss */
    #faq .tab_box .tab_nav {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      /* line 1090, sass/_top.scss */
      #faq .tab_box .tab_nav ul.flex {
        list-style: none inside;
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 0; }
        @media screen and (max-width: 480px) {
          /* line 1090, sass/_top.scss */
          #faq .tab_box .tab_nav ul.flex {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; } }
        /* line 1097, sass/_top.scss */
        #faq .tab_box .tab_nav ul.flex li {
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding-left: 0.5em; }
          /* line 1100, sass/_top.scss */
          #faq .tab_box .tab_nav ul.flex li:first-child {
            padding-left: 2em; }
          @media screen and (max-width: 480px) {
            /* line 1097, sass/_top.scss */
            #faq .tab_box .tab_nav ul.flex li {
              padding-left: 0.2em; }
              /* line 1105, sass/_top.scss */
              #faq .tab_box .tab_nav ul.flex li:first-child {
                padding-left: 0; } }
          /* line 1109, sass/_top.scss */
          #faq .tab_box .tab_nav ul.flex li label {
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            display: block;
            min-width: 8em;
            font-size: 1.25em;
            font-weight: 700;
            line-height: 1em;
            text-align: center;
            background: #f3f3f3;
            color: #000;
            padding: 1em 2em;
            border-bottom: none;
            border-top-left-radius: 0.5em;
            border-top-right-radius: 0.5em;
            -webkit-transition: 0.5s ease;
            -moz-transition: 0.5s ease;
            -ms-transition: 0.5s ease;
            -o-transition: 0.5s ease;
            transition: 0.5s ease;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            cursor: pointer; }
            @media screen and (max-width: 1050px) {
              /* line 1109, sass/_top.scss */
              #faq .tab_box .tab_nav ul.flex li label {
                min-width: 0; } }
            @media screen and (max-width: 768px) {
              /* line 1109, sass/_top.scss */
              #faq .tab_box .tab_nav ul.flex li label {
                padding: 0.75em 1.25em; } }
            @media screen and (max-width: 480px) {
              /* line 1109, sass/_top.scss */
              #faq .tab_box .tab_nav ul.flex li label {
                font-size: 1em;
                padding: 1em 0.6em; } }
            /* line 1135, sass/_top.scss */
            #faq .tab_box .tab_nav ul.flex li label:hover {
              background: #000;
              color: #fff;
              -webkit-transform: translate(0, 0.2em);
              -moz-transform: translate(0, 0.2em);
              -ms-transform: translate(0, 0.2em);
              -o-transform: translate(0, 0.2em);
              transform: translate(0, 0.2em); }
    /* line 1146, sass/_top.scss */
    #faq .tab_box .switch_content {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 0.5em;
      background: #fff;
      overflow: hidden;
      /* 中身 */ }
      /* line 1153, sass/_top.scss */
      #faq .tab_box .switch_content .content {
        width: 100%;
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        top: 0;
        left: 0;
        right: auto;
        bottom: auto;
        z-index: 1; }
    /* line 1164, sass/_top.scss */
    #faq .tab_box input[type="radio"] {
      display: none; }
      /* line 1167, sass/_top.scss */
      #faq .tab_box input[type="radio"]:checked#category01 {
        /* タブ型ナビゲーション */
        /* 切替表示コンテンツ */ }
        /* line 1172, sass/_top.scss */
        #faq .tab_box input[type="radio"]:checked#category01 ~ .tab_nav ul.flex li label.category01_label {
          background: #000;
          color: #fff;
          -webkit-transform: translate(0, 0.2em);
          -moz-transform: translate(0, 0.2em);
          -ms-transform: translate(0, 0.2em);
          -o-transform: translate(0, 0.2em);
          transform: translate(0, 0.2em); }
        /* line 1182, sass/_top.scss */
        #faq .tab_box input[type="radio"]:checked#category01 ~ .switch_content {
          /* 中身 */ }
          /* line 1185, sass/_top.scss */
          #faq .tab_box input[type="radio"]:checked#category01 ~ .switch_content .category01_content {
            position: relative;
            opacity: 1;
            filter: alpha(opacity=100);
            z-index: 2; }
    /* line 1164, sass/_top.scss */
    #faq .tab_box input[type="radio"] {
      display: none; }
      /* line 1167, sass/_top.scss */
      #faq .tab_box input[type="radio"]:checked#category02 {
        /* タブ型ナビゲーション */
        /* 切替表示コンテンツ */ }
        /* line 1172, sass/_top.scss */
        #faq .tab_box input[type="radio"]:checked#category02 ~ .tab_nav ul.flex li label.category02_label {
          background: #000;
          color: #fff;
          -webkit-transform: translate(0, 0.2em);
          -moz-transform: translate(0, 0.2em);
          -ms-transform: translate(0, 0.2em);
          -o-transform: translate(0, 0.2em);
          transform: translate(0, 0.2em); }
        /* line 1182, sass/_top.scss */
        #faq .tab_box input[type="radio"]:checked#category02 ~ .switch_content {
          /* 中身 */ }
          /* line 1185, sass/_top.scss */
          #faq .tab_box input[type="radio"]:checked#category02 ~ .switch_content .category02_content {
            position: relative;
            opacity: 1;
            filter: alpha(opacity=100);
            z-index: 2; }
    /* line 1164, sass/_top.scss */
    #faq .tab_box input[type="radio"] {
      display: none; }
      /* line 1167, sass/_top.scss */
      #faq .tab_box input[type="radio"]:checked#category03 {
        /* タブ型ナビゲーション */
        /* 切替表示コンテンツ */ }
        /* line 1172, sass/_top.scss */
        #faq .tab_box input[type="radio"]:checked#category03 ~ .tab_nav ul.flex li label.category03_label {
          background: #000;
          color: #fff;
          -webkit-transform: translate(0, 0.2em);
          -moz-transform: translate(0, 0.2em);
          -ms-transform: translate(0, 0.2em);
          -o-transform: translate(0, 0.2em);
          transform: translate(0, 0.2em); }
        /* line 1182, sass/_top.scss */
        #faq .tab_box input[type="radio"]:checked#category03 ~ .switch_content {
          /* 中身 */ }
          /* line 1185, sass/_top.scss */
          #faq .tab_box input[type="radio"]:checked#category03 ~ .switch_content .category03_content {
            position: relative;
            opacity: 1;
            filter: alpha(opacity=100);
            z-index: 2; }
    /* line 1164, sass/_top.scss */
    #faq .tab_box input[type="radio"] {
      display: none; }
      /* line 1167, sass/_top.scss */
      #faq .tab_box input[type="radio"]:checked#category04 {
        /* タブ型ナビゲーション */
        /* 切替表示コンテンツ */ }
        /* line 1172, sass/_top.scss */
        #faq .tab_box input[type="radio"]:checked#category04 ~ .tab_nav ul.flex li label.category04_label {
          background: #000;
          color: #fff;
          -webkit-transform: translate(0, 0.2em);
          -moz-transform: translate(0, 0.2em);
          -ms-transform: translate(0, 0.2em);
          -o-transform: translate(0, 0.2em);
          transform: translate(0, 0.2em); }
        /* line 1182, sass/_top.scss */
        #faq .tab_box input[type="radio"]:checked#category04 ~ .switch_content {
          /* 中身 */ }
          /* line 1185, sass/_top.scss */
          #faq .tab_box input[type="radio"]:checked#category04 ~ .switch_content .category04_content {
            position: relative;
            opacity: 1;
            filter: alpha(opacity=100);
            z-index: 2; }
    /* line 1164, sass/_top.scss */
    #faq .tab_box input[type="radio"] {
      display: none; }
      /* line 1167, sass/_top.scss */
      #faq .tab_box input[type="radio"]:checked#category05 {
        /* タブ型ナビゲーション */
        /* 切替表示コンテンツ */ }
        /* line 1172, sass/_top.scss */
        #faq .tab_box input[type="radio"]:checked#category05 ~ .tab_nav ul.flex li label.category05_label {
          background: #000;
          color: #fff;
          -webkit-transform: translate(0, 0.2em);
          -moz-transform: translate(0, 0.2em);
          -ms-transform: translate(0, 0.2em);
          -o-transform: translate(0, 0.2em);
          transform: translate(0, 0.2em); }
        /* line 1182, sass/_top.scss */
        #faq .tab_box input[type="radio"]:checked#category05 ~ .switch_content {
          /* 中身 */ }
          /* line 1185, sass/_top.scss */
          #faq .tab_box input[type="radio"]:checked#category05 ~ .switch_content .category05_content {
            position: relative;
            opacity: 1;
            filter: alpha(opacity=100);
            z-index: 2; }
  /* line 1198, sass/_top.scss */
  #faq ul.qa_list {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none inside; }
    /* line 1201, sass/_top.scss */
    #faq ul.qa_list li.qa_set {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background: #fff;
      border-bottom: #f3f3f3 dashed 0.2em;
      /* テキスト ------------------------------------------- */
      /* 開閉動作 ------------------------------------------- */ }
      /* line 1205, sass/_top.scss */
      #faq ul.qa_list li.qa_set:last-child {
        border-bottom: none; }
      /* line 1208, sass/_top.scss */
      #faq ul.qa_list li.qa_set label {
        cursor: pointer; }
      /* line 1212, sass/_top.scss */
      #faq ul.qa_list li.qa_set .qa_txt {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 1.25em;
        line-height: 1.5em;
        /* Q */
        /* A */ }
        @media screen and (max-width: 480px) {
          /* line 1212, sass/_top.scss */
          #faq ul.qa_list li.qa_set .qa_txt {
            font-size: 1em; } }
        /* line 1220, sass/_top.scss */
        #faq ul.qa_list li.qa_set .qa_txt .question {
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 1.1em;
          font-weight: 700;
          background: #f3f3f3;
          padding: 1.2em;
          text-indent: -2.4em;
          padding-left: 3.95em;
          padding-right: 4em;
          -webkit-transition: 1s ease;
          -moz-transition: 1s ease;
          -ms-transition: 1s ease;
          -o-transition: 1s ease;
          transition: 1s ease;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          /* 開閉ボタン */ }
          @media screen and (max-width: 480px) {
            /* line 1220, sass/_top.scss */
            #faq ul.qa_list li.qa_set .qa_txt .question {
              padding: 0.8em;
              text-indent: -1.8em;
              padding-left: 2.5em;
              padding-right: 2.5em; } }
          /* line 1236, sass/_top.scss */
          #faq ul.qa_list li.qa_set .qa_txt .question::before {
            font-family: all-round-gothic, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
            font-weight: 600;
            font-style: normal;
            content: "Q";
            font-weight: 900;
            font-size: 1.8em;
            padding-right: 0.5em;
            color: #fc4b47; }
            @media screen and (max-width: 480px) {
              /* line 1236, sass/_top.scss */
              #faq ul.qa_list li.qa_set .qa_txt .question::before {
                padding-right: 0.25em; } }
          /* line 1249, sass/_top.scss */
          #faq ul.qa_list li.qa_set .qa_txt .question::after {
            display: block;
            font-family: all-round-gothic, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
            font-weight: 600;
            font-style: normal;
            font-size: 1.8em;
            font-weight: 500;
            text-indent: 0;
            line-height: 1em;
            padding-bottom: 0.1em;
            content: "+";
            box-sizing: border-box;
            width: 1em;
            height: 1em;
            border-radius: 50%;
            border: #b5b5b5 solid 0.075em;
            color: #b5b5b5;
            display: -ms-flexbox;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -ms-flex-align: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            align-items: center;
            -ms-flex-pack: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            position: absolute;
            top: auto;
            left: auto;
            right: 0.6em;
            bottom: 0.6em;
            -webkit-transition: 1s ease;
            -moz-transition: 1s ease;
            -ms-transition: 1s ease;
            -o-transition: 1s ease;
            transition: 1s ease;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            opacity: 0.5;
            filter: alpha(opacity=50); }
            @media screen and (max-width: 480px) {
              /* line 1249, sass/_top.scss */
              #faq ul.qa_list li.qa_set .qa_txt .question::after {
                right: 0.35em;
                bottom: 50%;
                -webkit-transform: translate(0, 50%);
                -moz-transform: translate(0, 50%);
                -ms-transform: translate(0, 50%);
                -o-transform: translate(0, 50%);
                transform: translate(0, 50%); } }
        /* line 1276, sass/_top.scss */
        #faq ul.qa_list li.qa_set .qa_txt .answer {
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          height: auto;
          max-height: 0;
          overflow: hidden;
          padding: 0;
          -webkit-transition: 1s ease;
          -moz-transition: 1s ease;
          -ms-transition: 1s ease;
          -o-transition: 1s ease;
          transition: 1s ease;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
          /* line 1283, sass/_top.scss */
          #faq ul.qa_list li.qa_set .qa_txt .answer .answer_txt {
            display: block;
            width: 100%;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 1.5em;
            padding-left: 4.3em;
            line-height: 1.5em;
            background: #ffeeee;
            /* リンク色 */
            /* 中身段落 */
            /* 海外利用料金 */
            /* 注釈リスト */
            /* 中身オーダーリスト */ }
            @media screen and (max-width: 480px) {
              /* line 1283, sass/_top.scss */
              #faq ul.qa_list li.qa_set .qa_txt .answer .answer_txt {
                padding: 1em;
                padding-left: 2.7em; } }
            /* line 1294, sass/_top.scss */
            #faq ul.qa_list li.qa_set .qa_txt .answer .answer_txt::before {
              font-family: all-round-gothic, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
              font-weight: 600;
              font-style: normal;
              content: "A";
              font-size: 2em;
              font-weight: 900;
              color: #fc4b47;
              position: absolute;
              top: 0.65em;
              left: 0.9em;
              right: auto;
              bottom: auto; }
              @media screen and (max-width: 480px) {
                /* line 1294, sass/_top.scss */
                #faq ul.qa_list li.qa_set .qa_txt .answer .answer_txt::before {
                  top: 0.3em;
                  left: 0.4em; } }
            /* line 1308, sass/_top.scss */
            #faq ul.qa_list li.qa_set .qa_txt .answer .answer_txt a {
              color: #fc4b47; }
              /* line 1310, sass/_top.scss */
              #faq ul.qa_list li.qa_set .qa_txt .answer .answer_txt a:hover {
                color: #06abf0; }
            /* line 1316, sass/_top.scss */
            #faq ul.qa_list li.qa_set .qa_txt .answer .answer_txt p {
              padding-bottom: 1em;
              /* 注釈 */ }
              /* line 1318, sass/_top.scss */
              #faq ul.qa_list li.qa_set .qa_txt .answer .answer_txt p:last-child {
                padding-bottom: 0; }
              /* line 1323, sass/_top.scss */
              #faq ul.qa_list li.qa_set .qa_txt .answer .answer_txt p.note {
                font-size: 0.8em;
                color: #fc4b47; }
            /* line 1330, sass/_top.scss */
            #faq ul.qa_list li.qa_set .qa_txt .answer .answer_txt ul.g_price {
              margin-bottom: 1em; }
            /* line 1335, sass/_top.scss */
            #faq ul.qa_list li.qa_set .qa_txt .answer .answer_txt ul.note {
              list-style: none inside;
              width: 100%;
              position: relative;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              font-size: 0.8em;
              line-height: 1.5em; }
              /* line 1340, sass/_top.scss */
              #faq ul.qa_list li.qa_set .qa_txt .answer .answer_txt ul.note li {
                color: #fc4b47;
                padding-bottom: 0.3em;
                padding-left: 1.25em;
                text-indent: -1.25em; }
                /* line 1345, sass/_top.scss */
                #faq ul.qa_list li.qa_set .qa_txt .answer .answer_txt ul.note li:last-child {
                  padding-bottom: 0;
                  padding-right: 0.25em; }
                /* line 1349, sass/_top.scss */
                #faq ul.qa_list li.qa_set .qa_txt .answer .answer_txt ul.note li::before {
                  content: "※"; }
            /* line 1356, sass/_top.scss */
            #faq ul.qa_list li.qa_set .qa_txt .answer .answer_txt ol {
              width: 100%;
              position: relative;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              list-style: none inside;
              counter-reset: listnumb; }
              /* line 1360, sass/_top.scss */
              #faq ul.qa_list li.qa_set .qa_txt .answer .answer_txt ol > li {
                width: 100%;
                position: relative;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                counter-increment: listnumb;
                padding-left: 1.5em;
                padding-bottom: 1em;
                /* 数字 */
                /* リスト内見出し */
                /* 入れ子リスト */
                /* 入れ込段落 */ }
                /* line 1365, sass/_top.scss */
                #faq ul.qa_list li.qa_set .qa_txt .answer .answer_txt ol > li:last-child {
                  padding-bottom: 0; }
                /* line 1370, sass/_top.scss */
                #faq ul.qa_list li.qa_set .qa_txt .answer .answer_txt ol > li::before {
                  content: counter(listnumb);
                  font-family: all-round-gothic, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
                  font-weight: 600;
                  font-style: normal;
                  font-size: 1em;
                  font-weight: 700;
                  line-height: 1em;
                  display: inline-block;
                  box-sizing: border-box;
                  width: 1.15em;
                  height: 1.15em;
                  padding-top: 0.1em;
                  border: #000 solid 0.1em;
                  border-radius: 50%;
                  background: #fff;
                  color: #000;
                  display: -ms-flexbox;
                  display: -webkit-box;
                  display: -webkit-flex;
                  display: flex;
                  -ms-flex-align: center;
                  -webkit-box-align: center;
                  -webkit-align-items: center;
                  align-items: center;
                  -ms-flex-pack: center;
                  -webkit-box-pack: center;
                  -webkit-justify-content: center;
                  justify-content: center;
                  position: absolute;
                  top: 0.2em;
                  left: 0;
                  right: auto;
                  bottom: auto; }
                  @media screen and (max-width: 768px) {
                    /* line 1370, sass/_top.scss */
                    #faq ul.qa_list li.qa_set .qa_txt .answer .answer_txt ol > li::before {
                      padding-top: 0.2em; } }
                  @media screen and (max-width: 480px) {
                    /* line 1370, sass/_top.scss */
                    #faq ul.qa_list li.qa_set .qa_txt .answer .answer_txt ol > li::before {
                      padding-top: 0.1em; } }
                /* line 1396, sass/_top.scss */
                #faq ul.qa_list li.qa_set .qa_txt .answer .answer_txt ol > li h4 {
                  font-size: 1em;
                  font-weight: 700;
                  padding-bottom: 0.4em; }
                /* line 1403, sass/_top.scss */
                #faq ul.qa_list li.qa_set .qa_txt .answer .answer_txt ol > li ul {
                  list-style: none inside;
                  width: 100%;
                  position: relative;
                  -webkit-box-sizing: border-box;
                  -moz-box-sizing: border-box;
                  box-sizing: border-box;
                  font-size: 0.8em;
                  line-height: 1.5em; }
                  /* line 1408, sass/_top.scss */
                  #faq ul.qa_list li.qa_set .qa_txt .answer .answer_txt ol > li ul li {
                    padding-bottom: 0.5em;
                    padding-left: 1.25em;
                    text-indent: -1.25em; }
                    /* line 1412, sass/_top.scss */
                    #faq ul.qa_list li.qa_set .qa_txt .answer .answer_txt ol > li ul li:last-child {
                      padding-bottom: 0; }
                    /* line 1415, sass/_top.scss */
                    #faq ul.qa_list li.qa_set .qa_txt .answer .answer_txt ol > li ul li::before {
                      content: "●";
                      color: #fc4b47;
                      padding-right: 0.25em; }
                /* line 1424, sass/_top.scss */
                #faq ul.qa_list li.qa_set .qa_txt .answer .answer_txt ol > li p {
                  font-size: 0.8em;
                  line-height: 1.5em;
                  padding-bottom: 0.5em; }
                  /* line 1428, sass/_top.scss */
                  #faq ul.qa_list li.qa_set .qa_txt .answer .answer_txt ol > li p:last-child {
                    padding-bottom: 0; }
      /* line 1438, sass/_top.scss */
      #faq ul.qa_list li.qa_set .qa_open {
        position: absolute;
        top: 0;
        left: 0;
        right: auto;
        bottom: auto;
        z-index: 10;
        opacity: 0;
        filter: alpha(opacity=0); }
        /* line 1443, sass/_top.scss */
        #faq ul.qa_list li.qa_set .qa_open:checked + .qa_txt {
          /* Q */
          /* A */ }
          /* line 1445, sass/_top.scss */
          #faq ul.qa_list li.qa_set .qa_open:checked + .qa_txt .question {
            font-weight: 700;
            background: #fc4b47;
            color: #fff; }
            /* line 1449, sass/_top.scss */
            #faq ul.qa_list li.qa_set .qa_open:checked + .qa_txt .question::before {
              color: #fff; }
            /* line 1452, sass/_top.scss */
            #faq ul.qa_list li.qa_set .qa_open:checked + .qa_txt .question::after {
              content: "-";
              color: #fff;
              border-color: #fff; }
          /* line 1459, sass/_top.scss */
          #faq ul.qa_list li.qa_set .qa_open:checked + .qa_txt .answer {
            max-height: 100em;
            -webkit-transition: 4s ease;
            -moz-transition: 4s ease;
            -ms-transition: 4s ease;
            -o-transition: 4s ease;
            transition: 4s ease;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

/* ================= ラインナップ ============================================================ */
/* line 1471, sass/_top.scss */
.lineup {
  /* -------------------------- 共通 ------------------------------------------- */
  padding-top: 0;
  background-repeat: repeat;
  background-position: 0 0;
  /* 商品一覧 ------------------------------------------- */
  /* -------------------------- 端末＋ギガセット ------------------------------------------- */
  /* -------------------------- 追加ギガ ------------------------------------------- */ }
  /* line 1477, sass/_top.scss */
  .lineup .sec_ttl .note_link {
    text-shadow: none;
    font-size: 0.5em;
    font-weight: normal;
    padding-left: 0.5em; }
  /* line 1484, sass/_top.scss */
  .lineup .innerbox2 {
    width: 100%; }
  /* line 1489, sass/_top.scss */
  .lineup .lineup_list {
    list-style: none inside;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    /* line 1492, sass/_top.scss */
    .lineup .lineup_list > li {
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      /* line 1494, sass/_top.scss */
      .lineup .lineup_list > li a {
        color: #000;
        text-decoration: none;
        /* マウスオーバー */ }
        /* line 1497, sass/_top.scss */
        .lineup .lineup_list > li a figure {
          display: block;
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          /* 商品画像 */ }
          /* line 1502, sass/_top.scss */
          .lineup .lineup_list > li a figure .imgbox {
            width: 100%;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            /* line 1504, sass/_top.scss */
            .lineup .lineup_list > li a figure .imgbox img {
              width: 100%;
              height: auto; }
          /* line 1509, sass/_top.scss */
          .lineup .lineup_list > li a figure figcaption {
            width: 100%;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            display: block;
            /* 商品情報 */
            /* ボタン */ }
            /* line 1514, sass/_top.scss */
            .lineup .lineup_list > li a figure figcaption .item_info {
              list-style: none inside;
              width: 100%;
              position: relative;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              padding-bottom: 0.5em; }
              /* line 1518, sass/_top.scss */
              .lineup .lineup_list > li a figure figcaption .item_info li {
                width: 100%;
                position: relative;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                /* 価格 */
                /* 商品名 */ }
                /* line 1522, sass/_top.scss */
                .lineup .lineup_list > li a figure figcaption .item_info li.price {
                  margin-top: -2em;
                  text-align: right; }
                  /* line 1525, sass/_top.scss */
                  .lineup .lineup_list > li a figure figcaption .item_info li.price span {
                    position: relative;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    display: inline-block;
                    font-family: all-round-gothic, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
                    font-weight: 600;
                    font-style: normal;
                    font-size: 4em;
                    font-weight: 700;
                    letter-spacing: -0.04em;
                    line-height: 1em;
                    white-space: nowrap;
                    color: #000;
                    -webkit-transition: 0.3s ease;
                    -moz-transition: 0.3s ease;
                    -ms-transition: 0.3s ease;
                    -o-transition: 0.3s ease;
                    transition: 0.3s ease;
                    -webkit-backface-visibility: hidden;
                    backface-visibility: hidden; }
                    @media screen and (max-width: 1050px) {
                      /* line 1525, sass/_top.scss */
                      .lineup .lineup_list > li a figure figcaption .item_info li.price span {
                        font-size: 5em; } }
                    @media screen and (max-width: 480px) {
                      /* line 1525, sass/_top.scss */
                      .lineup .lineup_list > li a figure figcaption .item_info li.price span {
                        font-size: 6em; } }
                    /* line 1542, sass/_top.scss */
                    .lineup .lineup_list > li a figure figcaption .item_info li.price span::after {
                      content: "円";
                      display: inline;
                      font-family: source-han-sans-japanese, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
                      font-size: 0.5em;
                      font-weight: 900;
                      font-style: normal;
                      letter-spacing: 0;
                      line-height: 1em;
                      padding-left: 0.05em; }
                    /* line 1553, sass/_top.scss */
                    .lineup .lineup_list > li a figure figcaption .item_info li.price span::before {
                      content: "（税込）";
                      position: absolute;
                      top: 0.2em;
                      left: auto;
                      right: -0.1em;
                      bottom: auto;
                      font-weight: 700;
                      font-style: normal;
                      letter-spacing: 0;
                      line-height: 1em;
                      -webkit-text-stroke: 0 transparent;
                      text-stroke: 0 transparent;
                      text-shadow: 0 0 0 transparent,0 0 0 transparent;
                      color: #000;
                      -webkit-transform: scale(0.16);
                      -moz-transform: scale(0.16);
                      -ms-transform: scale(0.16);
                      -o-transform: scale(0.16);
                      transform: scale(0.16);
                      -webkit-transform-origin: 100% 0;
                      -moz-transform-origin: 100% 0;
                      -ms-transform-origin: 100% 0;
                      -o-transform-origin: 100% 0;
                      transform-origin: 100% 0; }
                /* line 1570, sass/_top.scss */
                .lineup .lineup_list > li a figure figcaption .item_info li.name {
                  font-weight: 700;
                  /* 商品タイプ */
                  /* ギガ・有効期限 */ }
                  /* line 1574, sass/_top.scss */
                  .lineup .lineup_list > li a figure figcaption .item_info li.name .type {
                    font-size: 1.25em; }
                  @media screen and (min-width: 1051px) {
                    /* line 1579, sass/_top.scss */
                    .lineup .lineup_list > li a figure figcaption .item_info li.name .gb_day {
                      padding-left: 0.5em; } }
                  @media screen and (max-width: 768px) {
                    /* line 1579, sass/_top.scss */
                    .lineup .lineup_list > li a figure figcaption .item_info li.name .gb_day {
                      display: block; } }
            /* line 1592, sass/_top.scss */
            .lineup .lineup_list > li a figure figcaption .btn {
              width: 100%;
              position: relative;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box; }
              /* line 1594, sass/_top.scss */
              .lineup .lineup_list > li a figure figcaption .btn span {
                display: inline-block;
                position: relative;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                font-family: source-han-sans-japanese, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
                font-weight: 700;
                line-height: 1em;
                text-align: center;
                text-decoration: none;
                height: 2.8em;
                padding: 0.75em 1.5em;
                border-radius: 1.4em;
                border: #000 solid 0.15em;
                box-shadow: 0 0.2em 0 0 #000;
                -webkit-transition: 0.3s ease;
                -moz-transition: 0.3s ease;
                -ms-transition: 0.3s ease;
                -o-transition: 0.3s ease;
                transition: 0.3s ease;
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
                box-shadow: none;
                width: 100%;
                font-size: 1.25em;
                font-weight: 700;
                background: #000;
                color: #fff; }
                /* line 34, sass/mixin/_shadow.scss */
                .lineup .lineup_list > li a figure figcaption .btn span:hover {
                  box-shadow: 0 0 0 0 #000;
                  -webkit-transform: translate(0, 0.2em);
                  -moz-transform: translate(0, 0.2em);
                  -ms-transform: translate(0, 0.2em);
                  -o-transform: translate(0, 0.2em);
                  transform: translate(0, 0.2em);
                  text-decoration: none;
                  opacity: 1;
                  filter: alpha(opacity=100); }
                @media screen and (max-width: 1050px) {
                  /* line 1594, sass/_top.scss */
                  .lineup .lineup_list > li a figure figcaption .btn span {
                    padding-left: 0;
                    padding-right: 0; } }
        /* line 1614, sass/_top.scss */
        .lineup .lineup_list > li a:hover figure .imgbox img {
          opacity: 1;
          filter: alpha(opacity=100);
          -webkit-transform: scale(1.05);
          -moz-transform: scale(1.05);
          -ms-transform: scale(1.05);
          -o-transform: scale(1.05);
          transform: scale(1.05); }
        /* line 1625, sass/_top.scss */
        .lineup .lineup_list > li a:hover figure figcaption .item_info li.price span {
          color: #06abf0; }
        /* line 1632, sass/_top.scss */
        .lineup .lineup_list > li a:hover figure figcaption .btn span {
          box-shadow: 0 0 0 0 #000;
          -webkit-transform: translate(0, 0.2em);
          -moz-transform: translate(0, 0.2em);
          -ms-transform: translate(0, 0.2em);
          -o-transform: translate(0, 0.2em);
          transform: translate(0, 0.2em);
          text-decoration: none;
          opacity: 1;
          filter: alpha(opacity=100);
          background: #06abf0; }
  /* line 1649, sass/_top.scss */
  .lineup#set {
    background: #f3f3f3;
    /* 見出し */
    /* 商品一覧 ------------------------------------------- */ }
    /* line 1653, sass/_top.scss */
    .lineup#set .sec_ttl {
      background: #f953a6; }
      /* line 1655, sass/_top.scss */
      .lineup#set .sec_ttl::after {
        border-top-color: #f953a6; }
    /* line 1662, sass/_top.scss */
    .lineup#set .lineup_list > li {
      width: 45%;
      margin-right: 5%; }
      /* line 1665, sass/_top.scss */
      .lineup#set .lineup_list > li:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1050px) {
        /* line 1662, sass/_top.scss */
        .lineup#set .lineup_list > li {
          width: 45%;
          margin-right: 5%;
          margin-bottom: 5em; }
          /* line 1672, sass/_top.scss */
          .lineup#set .lineup_list > li:nth-child(even) {
            margin-right: 0;
            margin-left: 5%; }
          /* line 1676, sass/_top.scss */
          .lineup#set .lineup_list > li:nth-last-child(2n) {
            margin-bottom: 0; }
          /* line 1679, sass/_top.scss */
          .lineup#set .lineup_list > li:last-child {
            margin-bottom: 0; } }
      @media screen and (max-width: 480px) {
        /* line 1662, sass/_top.scss */
        .lineup#set .lineup_list > li {
          width: 100%;
          margin-right: 0;
          margin-bottom: 4em; }
          /* line 1687, sass/_top.scss */
          .lineup#set .lineup_list > li:nth-child(even) {
            margin-left: 0; }
          /* line 1690, sass/_top.scss */
          .lineup#set .lineup_list > li:nth-last-child(2n) {
            margin-bottom: 4em; } }
      /* line 1694, sass/_top.scss */
      .lineup#set .lineup_list > li a {
        /* マウスオーバー */ }
        /* line 1696, sass/_top.scss */
        .lineup#set .lineup_list > li a figure figcaption {
          /* 商品情報 */
          /* ボタン */ }
          /* line 1699, sass/_top.scss */
          .lineup#set .lineup_list > li a figure figcaption .item_info li {
            /* 商品名 */ }
            /* line 1702, sass/_top.scss */
            .lineup#set .lineup_list > li a figure figcaption .item_info li.name {
              /* ギガ・有効期限 */ }
              @media screen and (max-width: 480px) {
                /* line 1705, sass/_top.scss */
                .lineup#set .lineup_list > li a figure figcaption .item_info li.name .gb_day {
                  display: inline-block;
                  padding-left: 0.5em; } }
          /* line 1716, sass/_top.scss */
          .lineup#set .lineup_list > li a figure figcaption .btn {
            width: 100%;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            /* line 1718, sass/_top.scss */
            .lineup#set .lineup_list > li a figure figcaption .btn span {
              display: inline-block;
              position: relative;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              font-family: source-han-sans-japanese, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
              font-weight: 700;
              line-height: 1em;
              text-align: center;
              text-decoration: none;
              height: 2.8em;
              padding: 0.75em 1.5em;
              border-radius: 1.4em;
              border: #000 solid 0.15em;
              box-shadow: 0 0.2em 0 0 #000;
              -webkit-transition: 0.3s ease;
              -moz-transition: 0.3s ease;
              -ms-transition: 0.3s ease;
              -o-transition: 0.3s ease;
              transition: 0.3s ease;
              -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
              box-shadow: none;
              width: 100%;
              font-size: 1.25em;
              font-weight: 700;
              background: #000;
              color: #fff;
              border: none; }
              /* line 34, sass/mixin/_shadow.scss */
              .lineup#set .lineup_list > li a figure figcaption .btn span:hover {
                box-shadow: 0 0 0 0 #000;
                -webkit-transform: translate(0, 0.2em);
                -moz-transform: translate(0, 0.2em);
                -ms-transform: translate(0, 0.2em);
                -o-transform: translate(0, 0.2em);
                transform: translate(0, 0.2em);
                text-decoration: none;
                opacity: 1;
                filter: alpha(opacity=100); }
              @media screen and (max-width: 1050px) {
                /* line 1718, sass/_top.scss */
                .lineup#set .lineup_list > li a figure figcaption .btn span {
                  padding-left: 0;
                  padding-right: 0; } }
        /* line 1739, sass/_top.scss */
        .lineup#set .lineup_list > li a:hover figure .imgbox img {
          opacity: 1;
          filter: alpha(opacity=100);
          -webkit-transform: scale(1.05);
          -moz-transform: scale(1.05);
          -ms-transform: scale(1.05);
          -o-transform: scale(1.05);
          transform: scale(1.05); }
        /* line 1750, sass/_top.scss */
        .lineup#set .lineup_list > li a:hover figure figcaption .item_info li.price span {
          color: #f953a6; }
        /* line 1757, sass/_top.scss */
        .lineup#set .lineup_list > li a:hover figure figcaption .btn span {
          box-shadow: 0 0 0 0 #000;
          -webkit-transform: translate(0, 0.2em);
          -moz-transform: translate(0, 0.2em);
          -ms-transform: translate(0, 0.2em);
          -o-transform: translate(0, 0.2em);
          transform: translate(0, 0.2em);
          text-decoration: none;
          opacity: 1;
          filter: alpha(opacity=100);
          background: #f953a6; }
    /* line 1771, sass/_top.scss */
    .lineup#set .lineup_list.battery {
      justify-content: center;
      margin-bottom: 4em; }
  /* line 1779, sass/_top.scss */
  .lineup#add {
    background: #f3f3f3;
    /* 見出し */
    /* 有効期限別商品一覧ボックス ------------------------------------------- */
    /* 商品一覧 ------------------------------------------- */ }
    /* line 1783, sass/_top.scss */
    .lineup#add .sec_ttl {
      background: #06abf0; }
      /* line 1785, sass/_top.scss */
      .lineup#add .sec_ttl::after {
        border-top-color: #06abf0; }
    /* line 1791, sass/_top.scss */
    .lineup#add .add_box {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 4.5em;
      margin-bottom: 5em;
      /* 見出し */ }
      @media screen and (max-width: 1050px) {
        /* line 1791, sass/_top.scss */
        .lineup#add .add_box {
          padding: 2em; } }
      @media screen and (max-width: 768px) {
        /* line 1791, sass/_top.scss */
        .lineup#add .add_box {
          padding: 2em 1em; } }
      @media screen and (max-width: 480px) {
        /* line 1791, sass/_top.scss */
        .lineup#add .add_box {
          padding: 2em 0.75em; } }
      /* line 1804, sass/_top.scss */
      .lineup#add .add_box:last-child {
        margin-bottom: 0; }
      /* line 1809, sass/_top.scss */
      .lineup#add .add_box h3 {
        width: 100%;
        font-size: 2em;
        font-weight: 900;
        line-height: 1em;
        background: #fff;
        padding: 0.3em 0;
        border-radius: 0.3em;
        text-align: center;
        position: absolute;
        top: -0.75em;
        left: 0;
        right: auto;
        bottom: auto; }
        /* line 1819, sass/_top.scss */
        .lineup#add .add_box h3 strong {
          color: #06abf0;
          font-weight: 900; }
        /* line 1823, sass/_top.scss */
        .lineup#add .add_box h3 .eg {
          position: relative;
          font-size: 1.5em;
          font-weight: 700;
          top: 0.05em;
          left: 0.04em; }
    /* line 1834, sass/_top.scss */
    .lineup#add .lineup_list {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (max-width: 768px) {
        /* line 1834, sass/_top.scss */
        .lineup#add .lineup_list {
          margin-top: -2.5em; } }
  @media screen and (max-width: 768px) and (min-width: 481px) {
    /* line 1834, sass/_top.scss */
    .lineup#add .lineup_list {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

      /* line 1842, sass/_top.scss */
      .lineup#add .lineup_list > li {
        width: 18%; }
        @media screen and (min-width: 769px) {
          /* line 1842, sass/_top.scss */
          .lineup#add .lineup_list > li {
            margin-right: 2.5%; }
            /* line 1846, sass/_top.scss */
            .lineup#add .lineup_list > li:nth-child(5n) {
              margin-right: 0; } }
        @media screen and (max-width: 768px) {
          /* line 1842, sass/_top.scss */
          .lineup#add .lineup_list > li {
            width: 33.33%;
            margin-top: 2.5em; } }
  @media screen and (max-width: 768px) and (min-width: 481px) {
    /* line 1842, sass/_top.scss */
    .lineup#add .lineup_list > li {
      padding: 0 1em; } }

        @media screen and (max-width: 480px) {
          /* line 1842, sass/_top.scss */
          .lineup#add .lineup_list > li {
            width: 48%;
            margin-right: 4%; }
            /* line 1860, sass/_top.scss */
            .lineup#add .lineup_list > li:nth-child(2n) {
              margin-right: 0; } }
        /* line 1864, sass/_top.scss */
        .lineup#add .lineup_list > li a {
          /* マウスオーバー */ }
          /* line 1865, sass/_top.scss */
          .lineup#add .lineup_list > li a figure {
            /* 商品画像 */ }
            @media screen and (max-width: 480px) {
              /* line 1868, sass/_top.scss */
              .lineup#add .lineup_list > li a figure .imgbox {
                margin: 0 auto; } }
            /* line 1875, sass/_top.scss */
            .lineup#add .lineup_list > li a figure figcaption {
              /* 商品情報 */
              /* ボタン */ }
              /* line 1878, sass/_top.scss */
              .lineup#add .lineup_list > li a figure figcaption .item_info li {
                /* 価格 */ }
                @media screen and (max-width: 1050px) {
                  /* line 1878, sass/_top.scss */
                  .lineup#add .lineup_list > li a figure figcaption .item_info li {
                    text-align: center; } }
                /* line 1883, sass/_top.scss */
                .lineup#add .lineup_list > li a figure figcaption .item_info li.price {
                  text-align: center;
                  margin-top: -1.5em; }
                  /* line 1886, sass/_top.scss */
                  .lineup#add .lineup_list > li a figure figcaption .item_info li.price span {
                    font-size: 3.75em;
                    line-height: 1em;
                    letter-spacing: -0.04em; }
                    @media screen and (max-width: 1050px) {
                      /* line 1886, sass/_top.scss */
                      .lineup#add .lineup_list > li a figure figcaption .item_info li.price span {
                        font-size: 3em; } }
                    @media screen and (max-width: 480px) {
                      /* line 1886, sass/_top.scss */
                      .lineup#add .lineup_list > li a figure figcaption .item_info li.price span {
                        font-size: 4em; } }
@media screen and (max-width: 1050px) and (min-width: 769px) {
  /* line 1903, sass/_top.scss */
  .lineup#add .lineup_list > li a figure figcaption .btn span {
    font-size: 1em; } }

          /* line 1917, sass/_top.scss */
          .lineup#add .lineup_list > li a:hover figure .imgbox img {
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-transform: scale(1.05);
            -moz-transform: scale(1.05);
            -ms-transform: scale(1.05);
            -o-transform: scale(1.05);
            transform: scale(1.05); }
          /* line 1928, sass/_top.scss */
          .lineup#add .lineup_list > li a:hover figure figcaption .item_info li.price span {
            color: #06abf0; }
          /* line 1935, sass/_top.scss */
          .lineup#add .lineup_list > li a:hover figure figcaption .btn span {
            box-shadow: 0 0 0 0 #000;
            -webkit-transform: translate(0, 0.2em);
            -moz-transform: translate(0, 0.2em);
            -ms-transform: translate(0, 0.2em);
            -o-transform: translate(0, 0.2em);
            transform: translate(0, 0.2em);
            text-decoration: none;
            opacity: 1;
            filter: alpha(opacity=100);
            background: #06abf0;
            border: none; }

/* ================= 新着情報 ============================================================ */
/* line 1954, sass/_top.scss */
#topics {
  background: linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
  /* 見出し ------------------------------------------- */
  /* -------------------------- 記事スクロールボックス ------------------------------------------- */ }
  /* line 1958, sass/_top.scss */
  #topics h2 {
    font-size: 1em;
    text-align: center;
    padding-bottom: 2.5em; }
    /* line 1962, sass/_top.scss */
    #topics h2 span {
      display: block;
      /* 英語 */
      /* 日本語 */ }
      /* line 1966, sass/_top.scss */
      #topics h2 span.eg {
        font-size: 3.75em;
        font-weight: 700;
        line-height: 1em;
        color: #fff; }
      /* line 1974, sass/_top.scss */
      #topics h2 span.jp {
        font-size: 1.25em;
        font-weight: 700;
        line-height: 1em;
        padding-top: 0.5em; }
  /* line 1984, sass/_top.scss */
  #topics .post_box {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.5em 0.5em;
    background: #fff;
    border-radius: 0.5em; }
    /* line 1989, sass/_top.scss */
    #topics .post_box .post_scroll {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      max-height: 22em;
      padding: 0 1.5em 0 2em;
      overflow-y: scroll;
      scrollbar-width: thin;
      scrollbar-color: #000 #b5b5b5;
      /* 記事 ------------------------------------------- */ }
      /* line 7, sass/mixin/_scrollbar.scss */
      #topics .post_box .post_scroll::-webkit-scrollbar {
        width: 10px; }
      /* line 10, sass/mixin/_scrollbar.scss */
      #topics .post_box .post_scroll::-webkit-scrollbar-track {
        background: #b5b5b5;
        border: none;
        border-radius: 10px;
        box-shadow: inset 0 0 2px #b5b5b5; }
      /* line 16, sass/mixin/_scrollbar.scss */
      #topics .post_box .post_scroll::-webkit-scrollbar-thumb {
        background: #000;
        border-radius: 10px;
        box-shadow: none; }
      @media screen and (max-width: 480px) {
        /* line 1989, sass/_top.scss */
        #topics .post_box .post_scroll {
          padding: 0 0.5em; } }
      /* line 2000, sass/_top.scss */
      #topics .post_box .post_scroll .post {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 1.2em 0;
        border-bottom: #000 solid 0.15em;
        /* 記事ヘッダー */
        /* 記事中身 */
        /* 記事LINE画像 */ }
        /* line 2004, sass/_top.scss */
        #topics .post_box .post_scroll .post:last-child {
          border-bottom: none; }
        /* line 2009, sass/_top.scss */
        #topics .post_box .post_scroll .post .post_hd {
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          display: -ms-flexbox;
          display: -webkit-box;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-align: end;
          -webkit-align-items: flex-end;
          -moz-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end;
          padding-bottom: 1em;
          /* 日付 */
          /* 記事タイトル */ }
          /* line 2016, sass/_top.scss */
          #topics .post_box .post_scroll .post .post_hd .date {
            width: 7.5em;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            font-family: all-round-gothic, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
            font-weight: 600;
            font-style: normal;
            font-weight: 700; }
            @media screen and (max-width: 480px) {
              /* line 2016, sass/_top.scss */
              #topics .post_box .post_scroll .post .post_hd .date {
                width: 100%;
                display: -ms-flexbox;
                display: -webkit-box;
                display: -webkit-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-align: end;
                -webkit-align-items: flex-end;
                -moz-box-align: end;
                -ms-flex-align: end;
                align-items: flex-end; } }
            /* line 2026, sass/_top.scss */
            #topics .post_box .post_scroll .post .post_hd .date .year {
              font-size: 1.25em;
              line-height: 1em; }
              @media screen and (max-width: 480px) {
                /* line 2026, sass/_top.scss */
                #topics .post_box .post_scroll .post .post_hd .date .year {
                  font-size: 1.5em;
                  padding-bottom: 0.1em;
                  padding-right: 0.1em; } }
            /* line 2035, sass/_top.scss */
            #topics .post_box .post_scroll .post .post_hd .date .md {
              font-size: 2.5em;
              line-height: 1em; }
          /* line 2042, sass/_top.scss */
          #topics .post_box .post_scroll .post .post_hd h3 {
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -moz-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            font-size: 1.25em;
            font-weight: 1.5em;
            line-height: 1.5em;
            padding-bottom: 0.1em; }
            @media screen and (max-width: 480px) {
              /* line 2042, sass/_top.scss */
              #topics .post_box .post_scroll .post .post_hd h3 {
                width: 100%;
                -webkit-box-flex: 0;
                -webkit-flex: none;
                -moz-box-flex: 0;
                -ms-flex: none;
                flex: none; } }
        /* line 2058, sass/_top.scss */
        #topics .post_box .post_scroll .post p:last-child {
          padding-bottom: 0; }
        /* line 2064, sass/_top.scss */
        #topics .post_box .post_scroll .post .topics_img {
          display: -ms-flexbox;
          display: -webkit-box;
          display: -webkit-flex;
          display: flex;
          -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          align-items: center; }
          @media screen and (max-width: 480px) {
            /* line 2064, sass/_top.scss */
            #topics .post_box .post_scroll .post .topics_img {
              align-items: flex-start;
              flex-direction: column; } }
          /* line 2070, sass/_top.scss */
          #topics .post_box .post_scroll .post .topics_img div {
            padding-right: 1em; }
            @media screen and (max-width: 480px) {
              /* line 2072, sass/_top.scss */
              #topics .post_box .post_scroll .post .topics_img div:first-child {
                margin-bottom: 1em; } }

/* ================= 窓口 ============================================================ */
/* line 2085, sass/_top.scss */
#contact {
  text-align: center;
  color: #06abf0;
  /* ロゴマーク */
  /* 見出し */
  /* 電話番号 */
  /* 営業時間 */
  /* 連絡先画像 */ }
  @media screen and (max-width: 480px) {
    /* line 2085, sass/_top.scss */
    #contact {
      padding: 2.5em 0; } }
  /* line 2093, sass/_top.scss */
  #contact .logo {
    width: 37.5%;
    margin: auto; }
    @media screen and (max-width: 480px) {
      /* line 2093, sass/_top.scss */
      #contact .logo {
        width: 80%; } }
    /* line 2099, sass/_top.scss */
    #contact .logo img {
      width: 100%;
      height: auto; }
  /* line 2105, sass/_top.scss */
  #contact h2 {
    font-size: 2.5em;
    font-weight: 900;
    line-height: 1em;
    padding-top: 1em;
    padding-bottom: 0.25em; }
    @media screen and (max-width: 480px) {
      /* line 2105, sass/_top.scss */
      #contact h2 {
        font-size: 1.8em; } }
  /* line 2117, sass/_top.scss */
  #contact .tel {
    font-family: all-round-gothic, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 5em;
    font-weight: 700;
    line-height: 1em;
    padding-bottom: 0; }
    @media screen and (max-width: 480px) {
      /* line 2117, sass/_top.scss */
      #contact .tel {
        font-size: 3.5em; } }
  /* line 2129, sass/_top.scss */
  #contact .open {
    font-size: 1.25em;
    line-height: 1em;
    padding-top: 1em;
    padding-bottom: 0; }
    /* line 2134, sass/_top.scss */
    #contact .open .eg {
      font-size: 1.25em;
      font-weight: 500; }
  /* line 2140, sass/_top.scss */
  #contact .contact_list {
    list-style: none;
    margin-top: 1.5em;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      /* line 2140, sass/_top.scss */
      #contact .contact_list {
        flex-wrap: wrap; } }
    @media screen and (max-width: 480px) {
      /* line 2140, sass/_top.scss */
      #contact .contact_list {
        flex-direction: column; } }
    /* line 2150, sass/_top.scss */
    #contact .contact_list li {
      padding: 0 0.5em; }
      @media screen and (max-width: 768px) {
        /* line 2150, sass/_top.scss */
        #contact .contact_list li {
          padding: 0;
          flex-wrap: wrap;
          width: 48%;
          margin: 0 1% 1em; }
          /* line 2157, sass/_top.scss */
          #contact .contact_list li:last-child {
            margin-bottom: 0; } }
      @media screen and (max-width: 480px) {
        /* line 2150, sass/_top.scss */
        #contact .contact_list li {
          flex-direction: column;
          width: auto;
          margin: 0 0 1em; }
          /* line 2165, sass/_top.scss */
          #contact .contact_list li:first-child {
            margin-right: 0; } }
      @media screen and (max-width: 300px) {
        /* line 2150, sass/_top.scss */
        #contact .contact_list li {
          width: 100%; } }
      @media screen and (min-width: 481px) {
        /* line 2173, sass/_top.scss */
        #contact .contact_list li a[href^="tel:"] {
          pointer-events: none; } }
      /* line 2177, sass/_top.scss */
      #contact .contact_list li img {
        width: 100%; }

/* ================= youtube動画 ============================================================ */
/* line 2185, sass/_top.scss */
.youtube {
  background: rgba(8, 191, 252, 0.2) url("images/bg_point.png") repeat 0 0; }
  /* line 2188, sass/_top.scss */
  .youtube .innerbox {
    /* 見出し ------------------------------------------- */
    /* youtube動画 ------------------------------------------- */
    /* PC */
    /* SP */ }
    /* line 2191, sass/_top.scss */
    .youtube .innerbox h2 {
      font-size: 1em;
      text-align: center;
      padding-bottom: 2.5em; }
      /* line 2196, sass/_top.scss */
      .youtube .innerbox h2 span {
        display: block;
        /* 英語 */
        /* 日本語 */ }
        /* line 2200, sass/_top.scss */
        .youtube .innerbox h2 span.eg {
          font-size: 3.75em;
          font-weight: 700;
          line-height: 1em;
          letter-spacing: -0.05em;
          -webkit-text-stroke: 0.03em #000;
          text-stroke: 0.03em #000;
          text-shadow: 0.02em 0.05em 0 #000, -0.02em 0.05em 0 #000;
          color: #fff; }
        /* line 2211, sass/_top.scss */
        .youtube .innerbox h2 span.jp {
          font-size: 1.1em;
          font-weight: 700;
          line-height: 1em;
          padding-top: 0.5em; }
    /* line 2222, sass/_top.scss */
    .youtube .innerbox .pc {
      display: block;
      text-align: center; }
      @media screen and (max-width: 480px) {
        /* line 2222, sass/_top.scss */
        .youtube .innerbox .pc {
          display: none; } }
      /* line 2230, sass/_top.scss */
      .youtube .innerbox .pc iframe {
        aspect-ratio: 16 / 9;
        border-radius: 0.5em;
        border: #000 solid 0.2em; }
    /* line 2239, sass/_top.scss */
    .youtube .innerbox .sp {
      display: none; }
      @media screen and (max-width: 480px) {
        /* line 2239, sass/_top.scss */
        .youtube .innerbox .sp {
          display: block; } }
      /* line 2246, sass/_top.scss */
      .youtube .innerbox .sp iframe {
        aspect-ratio: 9 / 16;
        border-radius: 0.5em;
        border: #000 solid 0.2em; }

/* ================= バナーエリア ============================================================ */
/* line 2258, sass/_top.scss */
#bn {
  background: #67e0dd url("images/bg_scene.png") repeat 0 0; }

/*# sourceMappingURL=style.css.map */
