@charset "UTF-8";
/* !!------------------------------------ */
/* !! クリップ */
.l-inner {
  width: 1040px;
  margin: 0 auto;
  padding: 0 20px; }
  @media screen and (max-width: 767px) {
    .l-inner {
      width: 100%; } }

.list-caution > li {
  position: relative;
  font-size: 3.388vw;
  padding-left: 4.356vw;
  width: 100% !important;
  font-weight: bold;
  line-height: 1.8; }
  @media screen and (min-width: 768px) {
    .list-caution > li {
      padding-left: 20px;
      font-size: 14px; } }
  .list-caution > li:before {
    content: "※";
    display: inline-block;
    position: absolute;
    left: 0; }

.txt-caution {
  position: relative;
  width: 100% !important;
  font-weight: bold;
  line-height: 1.8;
  text-align: left;
  font-size: 3.388vw;
  padding-left: 4.356vw; }
  @media screen and (min-width: 768px) {
    .txt-caution {
      padding-left: 20px;
      font-size: 14px; } }
  .txt-caution:before {
    content: "※";
    display: inline-block;
    position: absolute;
    left: 0; }

.txt-dot {
  position: relative;
  font-weight: bold;
  line-height: 1.8;
  text-align: left;
  font-size: 3.388vw;
  padding-left: 4.356vw !important; }
  @media screen and (min-width: 768px) {
    .txt-dot {
      padding-left: 15px !important;
      font-size: 14px; } }
  .txt-dot:before {
    content: "・";
    display: inline-block;
    position: absolute;
    left: 0; }

/* CSS Document */
*, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body.showBlk * {
  background-color: rgba(255, 0, 0, 0.2); }

body.showBlk * * {
  background-color: rgba(0, 255, 0, 0.2); }

body.showBlk * * * {
  background-color: rgba(0, 0, 255, 0.2); }

body.showBlk * * * * {
  background-color: rgba(255, 0, 255, 0.2); }

body.showBlk * * * * * {
  background-color: rgba(0, 255, 255, 0.2); }

body.showBlk * * * * * * {
  background-color: rgba(255, 255, 0, 0.2); }

body.showBlk * * * * * * * {
  background-color: rgba(255, 0, 0, 0.2); }

body.showBlk * * * * * * * * {
  background-color: rgba(0, 255, 0, 0.2); }

body.showBlk * * * * * * * * * {
  background-color: rgba(0, 0, 255, 0.2); }

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s linear; }

ul {
  list-style: none; }

h1, h2, h3, h4, ul, ol, dl, dd, p, hr, figure {
  margin: 0;
  padding: 0; }

header, nav, main, footer, section, aside {
  display: block; }

strong {
  font-weight: normal; }

form {
  margin-bottom: 0; }

img {
  vertical-align: bottom;
  flex-shrink: 0; }

::selection {
  color: #fff;
  background: #2C3F89; }

::-moz-selection {
  color: #2C3F89; }

input::selection,
textarea::selection {
  color: #221814;
  background: #dbdcdc; }

input[type=text],
input[type=tel],
input[type=email],
textarea,
button {
  -webkit-appearance: none;
  appearance: none;
  border: none; }

.collection main {
  overflow: hidden; }

.noLink {
  text-decoration: none !important;
  cursor: default; }

p {
  line-height: 1.6;
  font-size: 1.4rem;
  text-align: justify; }

.ar {
  text-align: right; }

i {
  font-style: normal; }

.fr {
  float: right; }

.sp {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp {
      display: block; } }

.pc {
  display: block; }
  @media screen and (max-width: 767px) {
    .pc {
      display: none; } }

.idx {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between; }

.btn.na {
  opacity: .5;
  pointer-events: none; }

@media screen and (min-width: 768px) {
  .sp {
    display: none !important; }
  .pc {
    display: block; } }

/* !!------------------------------------ */
/* !! font */
/* !!------------------------------------ */
/* !! 共通css */
html {
  font-size: 62.5%;
  margin: 0; }
  html.font-large {
    font-size: 80%; }

@media screen and (min-width: 768px) {
  .spView {
    display: none; }
  .pcView {
    display: block; } }

@media screen and (max-width: 767px) {
  .spView {
    display: block; }
  .pcView {
    display: none; } }

body {
  margin: 0;
  font-family: tbudrgothic-std, sans-serif;
  font-style: normal;
  letter-spacing: .1em;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #040000;
  padding-top: 70px; }
  @media screen and (min-width: 768px) {
    body {
      padding-top: 140px; } }
  body.top {
    padding-top: 0; }

p {
  font-size: 1.4rem;
  line-height: 1.66; }

ul.disc {
  list-style: disc;
  padding-left: 1.6em; }
  ul.disc li {
    font-size: 1.6rem; }

section {
  padding-top: 40px; }
  @media screen and (min-width: 768px) {
    section {
      padding-top: 50px; } }

/* !! - - -  */
/* !! 見出し */
h1.sec,
h2.sec,
div.sec-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  font-size: 24px; }
  h1.sec b,
  h2.sec b,
  div.sec-title b {
    margin: 10px 0 15px;
    font-weight: 900; }
  h1.sec i,
  h2.sec i,
  div.sec-title i {
    font-size: 0.58em;
    display: block;
    margin-bottom: 20px; }
  h1.sec:before,
  h2.sec:before,
  div.sec-title:before {
    content: "";
    width: 56px;
    height: 16px;
    display: block;
    position: relative;
    z-index: 1;
    background-image: url(../img/dec1@3x.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center; }
  h1.sec:after,
  h2.sec:after,
  div.sec-title:after {
    content: "";
    width: 66px;
    height: 3.3px;
    display: block;
    background-image: url(../img/dec2@3x.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center; }
  @media screen and (min-width: 768px) {
    h1.sec.pc_hr,
    h2.sec.pc_hr,
    div.sec-title.pc_hr {
      display: block !important; }
      h1.sec.pc_hr b,
      h1.sec.pc_hr i,
      h2.sec.pc_hr b,
      h2.sec.pc_hr i,
      div.sec-title.pc_hr b, div.sec-title.pc_hr i {
        display: inline-block;
        margin-right: 20px; }
    h1.sec.w,
    h2.sec.w,
    div.sec-title.w {
      color: #fff !important; }
      h1.sec.w:after,
      h2.sec.w:after,
      div.sec-title.w:after {
        content: "";
        width: 66px;
        height: 3.3px;
        display: block;
        background-image: url(../img/dec2-w@3x.png);
        background-repeat: no-repeat;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        background-position: center center; } }

h3.lead {
  font-size: 7.26vw;
  font-weight: 900;
  line-height: 1.33;
  text-align: center;
  margin-top: -0.165em;
  margin-bottom: -0.165em;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  letter-spacing: .02em;
  white-space: nowrap;
  position: relative;
  height: 38.72vw; }
  @media screen and (min-width: 768px) {
    h3.lead {
      height: 160px;
      font-size: 34px; }
      h3.lead br {
        display: none; } }
  h3.lead div {
    position: relative;
    z-index: 1; }
  h3.lead.w {
    color: #fff; }
  h3.lead strong {
    font-weight: 900;
    font-size: 1.07em;
    letter-spacing: .01em; }
  h3.lead i {
    font-size: 0.87em;
    letter-spacing: .0em; }
  @media screen and (max-width: 767px) {
    h3.lead.strp1 {
      background-image: linear-gradient(135deg, #e14687 20.83%, #de317a 20.83%, #de317a 50%, #e14687 50%, #e14687 70.83%, #de317a 70.83%, #de317a 100%);
      background-size: 16.97px 16.97px;
      clip-path: polygon(0 0, 0 100%, 100% calc(100% - 6.534vw), 100% 7.018vw);
      -webkit-clip-path: polygon(0 0, 0 100%, 100% calc(100% - 6.534vw), 100% 7.018vw); } }
  @media screen and (min-width: 768px) {
    h3.lead.strp1:before {
      content: "";
      height: 160px;
      width: 100%;
      background-image: linear-gradient(135deg, #e14687 20.83%, #de317a 20.83%, #de317a 50%, #e14687 50%, #e14687 70.83%, #de317a 70.83%, #de317a 100%);
      background-size: 16.97px 16.97px;
      position: absolute;
      z-index: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      clip-path: polygon(0 0, 0 100%, 100% calc(100% - 2.19vw), 100% 2.19vw);
      -webkit-clip-path: polygon(0 0, 0 100%, 100% calc(100% - 2.19vw), 100% 2.19vw); }
      .ie h3.lead.strp1:before {
        display: none; }
    .ie h3.lead.strp1 {
      background-image: linear-gradient(135deg, #e14687 20.83%, #de317a 20.83%, #de317a 50%, #e14687 50%, #e14687 70.83%, #de317a 70.83%, #de317a 100%);
      background-size: 16.97px 16.97px; } }

/* !! - - -  */
/* !! ボタン */
.btn {
  background: #DE317A;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 200px;
  height: 40px;
  border-radius: 99px;
  margin: 0 auto;
  position: relative; }
  @media screen and (min-width: 768px) {
    .btn {
      width: 360px;
      height: 50px; }
      .btn:hover:after {
        content: "";
        width: 40px; } }
  .btn:after {
    transition: 100ms;
    content: "";
    width: 44px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../img/anchor-2-w@3x.png);
    background-repeat: no-repeat;
    -webkit-background-size: 6px auto;
    background-size: 6px auto;
    background-position: center center; }
  .btn.plus:after {
    content: "";
    background-image: url(../img/anchor-plus-w@3x.png);
    background-repeat: no-repeat;
    -webkit-background-size: 10px auto;
    background-size: 10px auto;
    background-position: center center; }
    @media screen and (min-width: 768px) {
      .btn.plus:after {
        background-image: url(../img/anchor-plus-w@3x.png);
        background-repeat: no-repeat;
        -webkit-background-size: 14px auto;
        background-size: 14px auto;
        background-position: right 18px center; } }
  .btn.back:after {
    content: "";
    width: 44px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    transform: rotate(180deg);
    background-image: url(../img/anchor-2-w@3x.png);
    background-repeat: no-repeat;
    -webkit-background-size: 6px auto;
    background-size: 6px auto;
    background-position: center center; }
    @media screen and (min-width: 768px) {
      .btn.back:after {
        background-image: url(../img/anchor-2-w@3x.png);
        background-repeat: no-repeat;
        -webkit-background-size: 8px auto;
        background-size: 8px auto;
        background-position: left 16px center; } }
  .btn i {
    line-height: 1;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .1em;
    white-space: nowrap; }
    .ie .btn i {
      -webkit-transform: translateY(12%);
      -moz-transform: translateY(12%);
      -ms-transform: translateY(12%);
      -o-transform: translateY(12%);
      transform: translateY(12%); }
    @media screen and (min-width: 768px) {
      .btn i {
        font-size: 18px; } }
  .btn.reset {
    background: #c9caca;
    color: #040000;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .btn.reset {
        width: auto;
        margin: 15px 9.68vw; } }
    .btn.reset:after {
      content: "";
      display: none; }
    .btn.reset:active {
      background: #eee; }
    @media screen and (min-width: 768px) {
      .btn.reset:hover {
        background: #eee; } }
  .btn.webyoyaku {
    margin: 0;
    border-radius: 5px !important; }
    @media screen and (max-width: 767px) {
      .btn.webyoyaku {
        height: 40px;
        width: auto;
        margin: 3.63vw 7.26vw !important; } }
    @media screen and (max-width: 767px) {
      .btn.webyoyaku {
        transition: 200ms cubic-bezier(0, 1.63, 0.78, 0.96);
        transition-property: transform;
        -webkit-tap-highlight-color: transparent; }
        .btn.webyoyaku a {
          -webkit-tap-highlight-color: transparent; }
        .btn.webyoyaku:active {
          -webkit-transform: scale(0.9);
          -moz-transform: scale(0.9);
          -ms-transform: scale(0.9);
          -o-transform: scale(0.9);
          transform: scale(0.9);
          will-change: transform; } }
    @media screen and (min-width: 768px) {
      .btn.webyoyaku i {
        font-size: 16px; } }

a.link,
div.link,
div.select,
.webyoyaku-filter {
  margin: 0 7.26vw;
  background: #AAFFF0;
  height: 60px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 900;
  position: relative;
  line-height: 1; }
  .ie a.link span,
  .ie div.link span,
  .ie div.select span,
  .ie .webyoyaku-filter span {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%); }
  @media screen and (min-width: 768px) {
    a.link:hover:after,
    div.link:hover:after,
    div.select:hover:after,
    .webyoyaku-filter:hover:after {
      content: "";
      width: 36px; } }
  a.link:before,
  div.link:before,
  div.select:before,
  .webyoyaku-filter:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 5px; }
  a.link:after,
  div.link:after,
  div.select:after,
  .webyoyaku-filter:after {
    transition: 100ms;
    content: "";
    height: 100%;
    width: 40px;
    background-image: url(../img/anchor-bl@3x.png);
    background-repeat: no-repeat;
    -webkit-background-size: 6px auto;
    background-size: 6px auto;
    background-position: center center;
    position: absolute;
    top: 0;
    right: 0; }
  a.link.down:after,
  div.link.down:after,
  div.select.down:after,
  .webyoyaku-filter.down:after {
    content: "";
    height: 100%;
    width: 40px;
    background-image: url(../img/anchor-bl@3x.png);
    background-repeat: no-repeat;
    -webkit-background-size: 6px auto;
    background-size: 6px auto;
    background-position: center center;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(90deg); }
  a.link.up:after,
  div.link.up:after,
  div.select.up:after,
  .webyoyaku-filter.up:after {
    content: "";
    height: 100%;
    width: 40px;
    background-image: url(../img/anchor-bl@3x.png);
    background-repeat: no-repeat;
    -webkit-background-size: 6px auto;
    background-size: 6px auto;
    background-position: center center;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(-90deg); }

main {
  visibility: hidden;
  opacity: 0;
  transition: 300ms opacity; }
  @media screen and (min-width: 768px) {
    main {
      overflow: hidden; } }
  .wf-active main {
    visibility: visible;
    opacity: 1; }

/* !!------------------------------------ */
/* !! ナビゲーション */
/* !! - - -  */
/* !! ヘッダー */
header.gnav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  pointer-events: none; }
  .menu_on header.gnav {
    pointer-events: auto; }
  header.gnav a {
    pointer-events: auto; }
  header.gnav .hd {
    height: 70px;
    pointer-events: auto;
    background: #DE317A;
    transition: 300ms;
    z-index: 2;
    padding: 0px;
    padding-right: 70px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: flex-end;
    align-items: center;
    position: relative; }
    @media screen and (min-width: 768px) {
      header.gnav .hd {
        height: 140px; }
        .moved header.gnav .hd {
          height: 80px; } }
    @media screen and (max-width: 767px) {
      .top header.gnav .hd {
        background: rgba(255, 255, 255, 0); }
      .menu_on header.gnav .hd,
      .top.moved header.gnav .hd {
        background: #DE317A; } }
    .moved header.gnav .hd {
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }
    .menu_on header.gnav .hd {
      box-shadow: 0 0 4px transparent; }
    header.gnav .hd .logo {
      position: absolute;
      top: 0;
      z-index: 11;
      height: 100%;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      left: 5.3vw;
      pointer-events: none; }
      @media screen and (min-width: 768px) {
        header.gnav .hd .logo {
          left: 50px; }
          header.gnav .hd .logo img {
            width: 176px;
            height: auto; } }
      header.gnav .hd .logo img {
        width: 26vw; }
        @media screen and (min-width: 768px) {
          header.gnav .hd .logo img {
            width: 176px; } }
    header.gnav .hd .sitelogo {
      height: auto;
      position: relative;
      top: -5px; }
      @media screen and (min-width: 768px) {
        header.gnav .hd .sitelogo {
          display: none; } }
      header.gnav .hd .sitelogo img {
        height: 100%;
        height: auto;
        width: auto;
        height: 6.7vw; }
        @media screen and (min-width: 768px) {
          header.gnav .hd .sitelogo img {
            height: auto; } }
      .top header.gnav .hd .sitelogo {
        opacity: 0;
        pointer-events: none; }
      .menu_on header.gnav .hd .sitelogo,
      .top.moved header.gnav .hd .sitelogo {
        opacity: 1;
        pointer-events: auto; }
  header.gnav .inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      header.gnav .inner {
        z-index: 2;
        pointer-events: none; } }
    @media screen and (max-width: 767px) {
      header.gnav .inner {
        overflow: auto;
        padding-bottom: 40px;
        padding-top: 70px;
        background: #DE317A;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        pointer-events: auto;
        transition: 0; }
        .loaded header.gnav .inner {
          transition: 500ms cubic-bezier(0.57, 0.2, 0.41, 1.01); }
        .menu_on header.gnav .inner {
          -webkit-transform: translateX(0);
          -moz-transform: translateX(0);
          -ms-transform: translateX(0);
          -o-transform: translateX(0);
          transform: translateX(0); }
        header.gnav .inner ul.index {
          margin: 20px 7.26vw; }
        header.gnav .inner a.link {
          margin-top: 20px; } }
    @media screen and (min-width: 768px) {
      header.gnav .inner {
        height: 100%;
        pointer-events: none; }
        header.gnav .inner ul.index {
          margin: 0;
          height: 100%;
          pointer-events: none;
          justify-content: center; }
          header.gnav .inner ul.index li {
            width: auto;
            height: auto;
            margin: 0;
            margin: 0 10px;
            pointer-events: auto; }
            header.gnav .inner ul.index li a {
              background: none !important;
              color: #fff; }
              header.gnav .inner ul.index li a i {
                font-size: 16px;
                color: #fff;
                display: block;
                white-space: nowrap; }
        header.gnav .inner .bnr-shindan {
          display: none; }
        header.gnav .inner a.link {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          right: 0;
          width: 300px;
          height: 60px;
          margin: 0;
          border-radius: 5px 0 0 5px; }
          .ie header.gnav .inner a.link i {
            -webkit-transform: translateY(20%);
            -moz-transform: translateY(20%);
            -ms-transform: translateY(20%);
            -o-transform: translateY(20%);
            transform: translateY(20%); }
          header.gnav .inner a.link:before {
            content: "";
            border-radius: 5px 0 0 5px;
            top: 2px;
            left: 2px;
            border-width: 2px 0 2px 2px; } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      header.gnav .inner ul.index {
        justify-content: flex-end;
        padding: 0 320px 0 226px; } }

/* !! - - -  */
/* !! ボタン */
#menu-btn {
  width: 68px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/btn-menu@3x.png);
  background-repeat: no-repeat;
  -webkit-background-size: 29px auto;
  background-size: 29px auto;
  background-position: center center; }
  @media screen and (min-width: 768px) {
    #menu-btn {
      display: none; } }
  .menu_on #menu-btn {
    background-image: url(../img/btn-close@3x.png);
    background-repeat: no-repeat;
    -webkit-background-size: 30px auto;
    background-size: 30px auto;
    background-position: center center; }

/* !!------------------------------------ */
/* !! フッター */
#footer {
  color: #fff;
  background-color: #000;
  position: relative; }
  #footer .btnPagetop {
    position: fixed;
    bottom: -50px;
    right: 15px;
    transition: 300ms;
    opacity: 0;
    z-index: 100; }
    .foot_inview #footer .btnPagetop {
      position: absolute !important;
      bottom: -15px !important;
      right: 15px; }
    #footer .btnPagetop a {
      width: 31px;
      height: 31px;
      background: #c6c7c7 url(../img/arrow_pagetop.png) no-repeat center center;
      background-size: cover;
      border-radius: 50%;
      display: block; }
  #footer a.store-circle {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      #footer a.store-circle {
        display: none; }
        .top #footer a.store-circle {
          display: block; } }
    .foot_inview #footer a.store-circle {
      position: absolute; }
    @media screen and (min-width: 768px) {
      #footer a.store-circle {
        display: none; } }

body.moved #footer .btnPagetop {
  bottom: 15px;
  right: 15px;
  opacity: 1; }

.row_list_first dd a {
  white-space: nowrap; }

/* !!------------------------------------ */
/* !! トップページ */
.top-lead {
  padding-top: 0;
  background: #DE317A;
  padding: 0 7.26vw;
  padding-top: 100px;
  padding-bottom: 90px;
  position: relative;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .top-lead {
      height: 400px;
      padding: 0;
      padding-top: 150px;
      margin-bottom: 0; }
      .top-lead ul.index {
        display: none; } }

h1.title {
  text-align: center;
  position: relative;
  margin-top: -15px;
  margin-bottom: 25px; }
  @media screen and (min-width: 768px) {
    h1.title {
      margin: 0; }
      h1.title img {
        width: 386px; } }

/* !! - index */
ul.index {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between; }
  ul.index li {
    height: 50px;
    width: calc(50% - 5px);
    margin-bottom: 10px; }
    ul.index li:last-of-type {
      margin-bottom: 0; }
    ul.index li.w {
      width: 100%; }
    ul.index li a {
      width: 100%;
      height: 100%;
      border-radius: 5px;
      background: #FFF4E8;
      display: block;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      position: relative; }
      ul.index li a:after {
        content: "";
        width: 40px;
        height: 100%;
        background-image: url(../img/anchor-red@3x.png);
        background-repeat: no-repeat;
        -webkit-background-size: 6px auto;
        background-size: 6px auto;
        background-position: center center;
        position: absolute;
        top: 0;
        right: 0; }
        @media screen and (min-width: 768px) {
          ul.index li a:after {
            display: none; } }
      ul.index li a[href^="#"]:after {
        content: "";
        transform: rotate(90deg); }
      ul.index li a i {
        font-weight: 900;
        font-size: 3.388vw;
        color: #DE317A; }

a.store-circle {
  position: absolute;
  bottom: -10px;
  right: 20px; }
  @media screen and (min-width: 768px) {
    a.store-circle {
      display: none; } }

a.scroll {
  height: 50px;
  width: 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #FFF; }
  @media screen and (min-width: 768px) {
    a.scroll {
      display: none; } }
  a.scroll:before {
    content: "";
    width: 1px;
    height: 20px;
    background: #fff;
    bottom: 0;
    left: 50%;
    position: absolute; }
  a.scroll:after {
    content: "";
    width: 1px;
    height: 20px;
    background: #DE317A;
    bottom: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%); }

/* !! - - -  */
/* !! お知らせ */
ul.info-list {
  padding: 0 7.26vw;
  margin: 7.26vw 0; }
  ul.info-list .date {
    font-size: 12px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 1; }
    @media screen and (max-width: 767px) {
      ul.info-list .date {
        background-image: url(../img/bg-dot@3x.png);
        background-repeat: no-repeat;
        -webkit-background-size: 1000px auto;
        background-size: 1000px auto;
        background-position: bottom left; } }
    @media screen and (min-width: 768px) {
      ul.info-list .date {
        font-size: 16px;
        line-height: 1.66;
        margin-bottom: 0;
        padding-bottom: 0;
        margin-right: 30px; } }
  ul.info-list .title {
    font-size: 14px;
    line-height: 1.66;
    margin-top: -0.33em;
    margin-bottom: -0.33em; }
    @media screen and (min-width: 768px) {
      ul.info-list .title {
        font-size: 16px; } }
  @media screen and (min-width: 768px) {
    ul.info-list {
      margin: 0;
      padding: 0; }
      ul.info-list li {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        background-image: url(../img/bg-dot@3x.png);
        background-repeat: no-repeat;
        -webkit-background-size: 1000px auto;
        background-size: 1000px auto;
        background-position: bottom left; }
        ul.info-list li:hover {
          opacity: .6; }
        ul.info-list li a {
          padding-right: 60px;
          padding-bottom: 10px;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          -o-flex-wrap: wrap;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: center;
          background-image: url(../img/anchor-bl@3x.png);
          background-repeat: no-repeat;
          -webkit-background-size: 6px auto;
          background-size: 6px auto;
          background-position: right 8px; } }

@media screen and (min-width: 768px) {
  #news {
    padding: 0;
    background: #f7f8f8; }
    #news h2.sec {
      padding-top: 45px; }
    #news .inner {
      height: 170px;
      width: 1000px;
      margin: 0 auto;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      #news .inner h2 {
        margin: 0;
        height: 100%; }
      #news .inner .btn {
        display: none; } }

/* !! - - -  */
/* !!  無料診断って？  */
ul.onayami {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  justify-content: center;
  position: relative;
  z-index: 1; }
  ul.onayami li {
    width: 36.3vw;
    margin: 0 2.904vw;
    margin-bottom: 3.63vw; }
    @media screen and (min-width: 768px) {
      ul.onayami li {
        width: 227px;
        margin-bottom: 0;
        margin: 0 12px; } }
    ul.onayami li:nth-last-of-type(-n+2) {
      margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      ul.onayami li:nth-of-type(2n) {
        -webkit-transform: translateY(7.26vw);
        -moz-transform: translateY(7.26vw);
        -ms-transform: translateY(7.26vw);
        -o-transform: translateY(7.26vw);
        transform: translateY(7.26vw); } }
    ul.onayami li .txt {
      font-weight: bold;
      background: #AAFFF0;
      text-align: center;
      font-size: 3.388vw;
      position: relative;
      border-radius: 199px;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      line-height: 1.43;
      padding-bottom: 7.26vw; }
      @media screen and (max-width: 767px) {
        ul.onayami li .txt {
          width: 36.3vw;
          height: 36.3vw; } }
      @media screen and (min-width: 768px) {
        ul.onayami li .txt {
          width: 227px;
          height: 227px;
          font-size: 18px;
          padding-bottom: 60px; } }
      ul.onayami li .txt:after {
        content: "";
        width: 100%;
        height: 100%;
        border: 2px solid #000;
        position: absolute;
        top: 3px;
        left: 3px;
        border-radius: 199px; }
    ul.onayami li img {
      display: block;
      margin: 0 auto;
      margin-top: -12.1vw;
      position: relative;
      z-index: 1; }
      @media screen and (min-width: 768px) {
        ul.onayami li img {
          margin-top: -80px;
          -webkit-transform: scale(1.14);
          -moz-transform: scale(1.14);
          -ms-transform: scale(1.14);
          -o-transform: scale(1.14);
          transform: scale(1.14);
          transform-origin: bottom center; } }
  @media screen and (max-width: 767px) {
    ul.onayami._2 {
      margin-top: 2.42vw; }
      ul.onayami._2 li:nth-of-type(2n) {
        -webkit-transform: translateY(-4.84vw);
        -moz-transform: translateY(-4.84vw);
        -ms-transform: translateY(-4.84vw);
        -o-transform: translateY(-4.84vw);
        transform: translateY(-4.84vw); } }
  @media screen and (min-width: 768px) {
    ul.onayami._2 {
      margin-left: 30px; } }
  @media screen and (min-width: 768px) {
    ul.onayami {
      margin-left: -30px; }
      ul.onayami li {
        position: relative; }
      ul.onayami li._1 {
        top: 0vw; }
      ul.onayami li._2 {
        top: 0.584vw; }
      ul.onayami li._3 {
        top: 1.168vw; }
      ul.onayami li._4 {
        top: 1.752vw; }
      ul.onayami li._5 {
        top: 0vw; }
      ul.onayami li._6 {
        top: -0.584vw; }
      ul.onayami li._7 {
        top: -1.168vw; }
      ul.onayami li._8 {
        top: -1.752vw; } }

/* !! - - -  */
/* !! 診断の流れ */
#flow.ver01 ul.flow {
  margin-top: 30px;
  max-width: 1000px; }
  @media screen and (min-width: 768px) {
    #flow.ver01 ul.flow {
      margin: 0 auto;
      margin-top: 40px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between; } }
  #flow.ver01 ul.flow li {
    width: 100%;
    position: relative; }
    @media screen and (min-width: 768px) {
      #flow.ver01 ul.flow li {
        width: 300px; }
        #flow.ver01 ul.flow li.full {
          width: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          -o-flex-wrap: wrap;
          flex-wrap: wrap;
          justify-content: space-between;
          -ms-align-items: center;
          align-items: center; } }
    #flow.ver01 ul.flow li.full .list-caution {
      margin-top: 5px; }
      @media screen and (max-width: 767px) {
        #flow.ver01 ul.flow li.full .list-caution {
          padding: 0 4.84vw 0 7.26vw; } }
    @media screen and (min-width: 768px) {
      #flow.ver01 ul.flow li.step02 p.ttl {
        line-height: 54px; } }
    @media screen and (max-width: 767px) {
      #flow.ver01 ul.flow li.step02 div.txt {
        padding: 0 30px 0 20px; } }
    #flow.ver01 ul.flow li p {
      font-weight: bold;
      font-size: 3.388vw;
      line-height: 1.7; }
      @media screen and (min-width: 768px) {
        #flow.ver01 ul.flow li p {
          font-size: 16px; } }
      #flow.ver01 ul.flow li p.txt-caution {
        font-size: 2.904vw;
        text-align: justify !important; }
        @media screen and (min-width: 768px) {
          #flow.ver01 ul.flow li p.txt-caution {
            width: 240px !important;
            margin: 10px auto 0;
            font-size: 14px; } }
    #flow.ver01 ul.flow li .date {
      font-size: 4.84vw;
      font-weight: 900;
      color: #DE317A;
      line-height: 1;
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        #flow.ver01 ul.flow li .date {
          font-size: 20px; } }
      #flow.ver01 ul.flow li .date i {
        font-size: 1.5em; }
    #flow.ver01 ul.flow li .flx {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between; }
      #flow.ver01 ul.flow li .flx .txt {
        width: 50%; }
        @media screen and (max-width: 767px) {
          #flow.ver01 ul.flow li .flx .txt {
            padding: 0 20px 0 30px;
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: center; } }
      #flow.ver01 ul.flow li .flx .img {
        width: 50%; }
        #flow.ver01 ul.flow li .flx .img img {
          width: 100% !important;
          height: auto !important; }
      @media screen and (max-width: 767px) {
        #flow.ver01 ul.flow li .flx.rev .txt {
          order: 2 !important; }
        #flow.ver01 ul.flow li .flx.rev .img {
          order: 1 !important; } }
      @media screen and (min-width: 768px) {
        #flow.ver01 ul.flow li .flx .img {
          order: 1 !important;
          width: 100%; }
        #flow.ver01 ul.flow li .flx .txt {
          order: 2 !important;
          width: 100%;
          text-align: center;
          margin-top: -20px;
          position: static;
          z-index: 3; }
          #flow.ver01 ul.flow li .flx .txt p {
            text-align: center; } }
  #flow.ver01 ul.flow .spacer {
    text-align: center; }
    @media screen and (max-width: 767px) {
      #flow.ver01 ul.flow .spacer {
        height: 12.342vw; } }
    #flow.ver01 ul.flow .spacer img {
      height: 12.342vw;
      width: auto; }
    @media screen and (max-width: 767px) {
      #flow.ver01 ul.flow .spacer .arrow {
        width: 12.1vw;
        height: auto;
        transform: rotate(90deg);
        margin-top: 4.84vw; } }
    @media screen and (min-width: 768px) {
      #flow.ver01 ul.flow .spacer {
        width: 50px;
        position: relative;
        z-index: 1;
        align-items: center;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        height: 300px;
        left: 0; }
        #flow.ver01 ul.flow .spacer img {
          width: 70px;
          height: auto; }
        #flow.ver01 ul.flow .spacer.w {
          width: 100%;
          height: 110px;
          position: relative;
          display: flex;
          align-items: center;
          flex-direction: column;
          justify-content: center;
          margin-top: 0;
          margin-bottom: -20px; }
          #flow.ver01 ul.flow .spacer.w img {
            height: 110px !important;
            width: auto; } }
  #flow.ver01 ul.flow .last {
    padding: 12.1vw 0;
    background: #f7f8f8; }
    @media screen and (min-width: 768px) {
      #flow.ver01 ul.flow .last {
        max-width: 650px; } }
    #flow.ver01 ul.flow .last .txt {
      padding: 0px 30px; }
      @media screen and (min-width: 768px) {
        #flow.ver01 ul.flow .last .txt {
          padding: 0; }
          #flow.ver01 ul.flow .last .txt p {
            line-height: 1; }
            #flow.ver01 ul.flow .last .txt p br {
              display: none; } }
    @media screen and (min-width: 768px) {
      #flow.ver01 ul.flow .last {
        padding: 40px;
        width: 100% !important; } }
    #flow.ver01 ul.flow .last h4 {
      background: #DE317A;
      margin: 15px 0 10px;
      font-size: 3.872vw;
      padding-left: 7.26vw;
      color: #fff;
      width: 50%;
      height: 35px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      font-weight: 900;
      border-radius: 0 17px 17px 0; }
      @media screen and (min-width: 768px) {
        #flow.ver01 ul.flow .last h4 {
          font-size: 16px;
          width: 220px;
          height: 35px;
          padding: 0;
          border-radius: 99px;
          text-align: center;
          display: block;
          margin: 30px 0 15px; } }
    #flow.ver01 ul.flow .last > p {
      padding-left: 7.26vw; }
      @media screen and (min-width: 768px) {
        #flow.ver01 ul.flow .last > p {
          padding-left: 0; } }

#flow.ver02 ul.flow {
  margin-top: 30px;
  max-width: 1000px; }
  @media screen and (min-width: 768px) {
    #flow.ver02 ul.flow {
      margin: 0 auto;
      margin-top: 40px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between; } }
  #flow.ver02 ul.flow li {
    width: 100%;
    position: relative; }
    @media screen and (min-width: 768px) {
      #flow.ver02 ul.flow li {
        width: 300px; }
        #flow.ver02 ul.flow li.full {
          width: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          -o-flex-wrap: wrap;
          flex-wrap: wrap;
          justify-content: space-between;
          -ms-align-items: center;
          align-items: center; } }
    #flow.ver02 ul.flow li.full .list-caution {
      margin-top: 5px; }
      @media screen and (max-width: 767px) {
        #flow.ver02 ul.flow li.full .list-caution {
          padding: 0 4.84vw 0 7.26vw; } }
    @media screen and (min-width: 768px) {
      #flow.ver02 ul.flow li.step02 p.ttl {
        line-height: 54px; } }
    @media screen and (max-width: 767px) {
      #flow.ver02 ul.flow li.step02 div.txt {
        padding: 0 30px 0 20px; } }
    #flow.ver02 ul.flow li p {
      font-weight: bold;
      font-size: 3.388vw;
      line-height: 1.7; }
      @media screen and (min-width: 768px) {
        #flow.ver02 ul.flow li p {
          font-size: 16px; } }
      #flow.ver02 ul.flow li p.txt-caution {
        font-size: 2.904vw;
        text-align: justify !important; }
        @media screen and (min-width: 768px) {
          #flow.ver02 ul.flow li p.txt-caution {
            width: 240px !important;
            margin: 10px auto 0;
            font-size: 14px; } }
    #flow.ver02 ul.flow li .date {
      font-size: 4.84vw;
      font-weight: 900;
      color: #DE317A;
      line-height: 1;
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        #flow.ver02 ul.flow li .date {
          font-size: 20px; } }
      #flow.ver02 ul.flow li .date i {
        font-size: 1.5em; }
    #flow.ver02 ul.flow li .flx {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between; }
      #flow.ver02 ul.flow li .flx .txt {
        width: 50%; }
        @media screen and (max-width: 767px) {
          #flow.ver02 ul.flow li .flx .txt {
            padding: 0 20px 0 30px;
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: center; } }
      #flow.ver02 ul.flow li .flx .img {
        width: 50%; }
        #flow.ver02 ul.flow li .flx .img img {
          width: 100% !important;
          height: auto !important; }
      @media screen and (max-width: 767px) {
        #flow.ver02 ul.flow li .flx.rev .txt {
          order: 2 !important; }
        #flow.ver02 ul.flow li .flx.rev .img {
          order: 1 !important; } }
      @media screen and (min-width: 768px) {
        #flow.ver02 ul.flow li .flx .img {
          order: 1 !important;
          width: 100%; }
        #flow.ver02 ul.flow li .flx .txt {
          order: 2 !important;
          width: 100%;
          text-align: center;
          margin-top: -20px;
          position: static;
          z-index: 3; }
          #flow.ver02 ul.flow li .flx .txt p {
            text-align: center; } }
  #flow.ver02 ul.flow .spacer {
    text-align: center; }
    @media screen and (max-width: 767px) {
      #flow.ver02 ul.flow .spacer {
        height: 12.342vw; } }
    #flow.ver02 ul.flow .spacer img {
      height: 12.342vw;
      width: auto; }
    @media screen and (max-width: 767px) {
      #flow.ver02 ul.flow .spacer .arrow {
        width: 12.1vw;
        height: auto;
        transform: rotate(90deg);
        margin-top: 4.84vw; } }
    @media screen and (min-width: 768px) {
      #flow.ver02 ul.flow .spacer {
        width: 50px;
        position: relative;
        z-index: 1;
        align-items: center;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        height: 300px;
        left: 0; }
        #flow.ver02 ul.flow .spacer img {
          width: 70px;
          height: auto; }
        #flow.ver02 ul.flow .spacer.w {
          width: 100%;
          height: 150px;
          position: relative;
          display: flex;
          align-items: center;
          flex-direction: column;
          justify-content: center;
          margin-top: -70px;
          margin-bottom: -20px; }
          #flow.ver02 ul.flow .spacer.w img {
            height: 150px !important;
            width: auto; } }
  #flow.ver02 ul.flow .last {
    padding: 12.1vw 0;
    background: #f7f8f8; }
    @media screen and (min-width: 768px) {
      #flow.ver02 ul.flow .last {
        max-width: 650px; } }
    #flow.ver02 ul.flow .last .txt {
      padding: 0px 30px; }
      @media screen and (min-width: 768px) {
        #flow.ver02 ul.flow .last .txt {
          padding: 0; }
          #flow.ver02 ul.flow .last .txt p {
            line-height: 1; }
            #flow.ver02 ul.flow .last .txt p br {
              display: none; } }
    @media screen and (min-width: 768px) {
      #flow.ver02 ul.flow .last {
        padding: 40px;
        width: 100% !important; } }
    #flow.ver02 ul.flow .last h4 {
      background: #DE317A;
      margin: 15px 0 10px;
      font-size: 3.872vw;
      padding-left: 7.26vw;
      color: #fff;
      width: 50%;
      height: 35px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      font-weight: 900;
      border-radius: 0 17px 17px 0; }
      @media screen and (min-width: 768px) {
        #flow.ver02 ul.flow .last h4 {
          font-size: 16px;
          width: 220px;
          height: 35px;
          padding: 0;
          border-radius: 99px;
          text-align: center;
          display: block;
          margin: 30px 0 15px; } }
    #flow.ver02 ul.flow .last > p {
      padding-left: 7.26vw; }
      @media screen and (min-width: 768px) {
        #flow.ver02 ul.flow .last > p {
          padding-left: 0; } }

#flow.ver03 ul.flow {
  margin-top: 30px;
  max-width: 1000px; }
  @media screen and (min-width: 768px) {
    #flow.ver03 ul.flow {
      margin: 0 auto;
      margin-top: 40px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between; } }
  #flow.ver03 ul.flow li {
    width: 100%;
    position: relative; }
    @media screen and (min-width: 768px) {
      #flow.ver03 ul.flow li {
        width: 300px; }
        #flow.ver03 ul.flow li.full {
          width: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          -o-flex-wrap: wrap;
          flex-wrap: wrap;
          justify-content: space-between;
          -ms-align-items: center;
          align-items: center; } }
    #flow.ver03 ul.flow li.full .list-caution {
      margin-top: 5px; }
      @media screen and (max-width: 767px) {
        #flow.ver03 ul.flow li.full .list-caution {
          padding: 0 4.84vw 0 7.26vw; } }
    @media screen and (max-width: 767px) {
      #flow.ver03 ul.flow li.full .txt-dot {
        margin-left: 30px; } }
    @media screen and (min-width: 768px) {
      #flow.ver03 ul.flow li.step02 p.ttl {
        line-height: 54px; } }
    @media screen and (max-width: 767px) {
      #flow.ver03 ul.flow li.step02 div.txt {
        padding: 0 30px 0 20px; } }
    #flow.ver03 ul.flow li p {
      font-weight: bold;
      font-size: 3.388vw;
      line-height: 1.7; }
      @media screen and (min-width: 768px) {
        #flow.ver03 ul.flow li p {
          font-size: 16px; } }
      #flow.ver03 ul.flow li p.txt-caution {
        font-size: 2.904vw;
        text-align: justify !important; }
        @media screen and (min-width: 768px) {
          #flow.ver03 ul.flow li p.txt-caution {
            width: 240px !important;
            margin: 10px auto 0;
            font-size: 14px; } }
    #flow.ver03 ul.flow li .date {
      font-size: 4.84vw;
      font-weight: 900;
      color: #DE317A;
      line-height: 1;
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        #flow.ver03 ul.flow li .date {
          font-size: 20px; } }
      #flow.ver03 ul.flow li .date i {
        font-size: 1.5em; }
    #flow.ver03 ul.flow li .flx {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between; }
      #flow.ver03 ul.flow li .flx .txt {
        width: 50%; }
        @media screen and (max-width: 767px) {
          #flow.ver03 ul.flow li .flx .txt {
            padding: 0 20px 0 30px;
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: center; } }
      #flow.ver03 ul.flow li .flx .img {
        width: 50%; }
        #flow.ver03 ul.flow li .flx .img img {
          width: 100% !important;
          height: auto !important; }
      @media screen and (max-width: 767px) {
        #flow.ver03 ul.flow li .flx.rev .txt {
          order: 2 !important; }
        #flow.ver03 ul.flow li .flx.rev .img {
          order: 1 !important; } }
      @media screen and (min-width: 768px) {
        #flow.ver03 ul.flow li .flx .img {
          order: 1 !important;
          width: 100%; }
        #flow.ver03 ul.flow li .flx .txt {
          order: 2 !important;
          width: 100%;
          text-align: center;
          margin-top: -20px;
          position: static;
          z-index: 3; }
          #flow.ver03 ul.flow li .flx .txt p {
            text-align: center; } }
  #flow.ver03 ul.flow .spacer {
    text-align: center; }
    @media screen and (max-width: 767px) {
      #flow.ver03 ul.flow .spacer {
        height: 12.342vw; } }
    #flow.ver03 ul.flow .spacer img {
      height: 12.342vw;
      width: auto; }
    @media screen and (max-width: 767px) {
      #flow.ver03 ul.flow .spacer .arrow {
        width: 12.1vw;
        height: auto;
        transform: rotate(90deg);
        margin-top: 4.84vw; } }
    @media screen and (min-width: 768px) {
      #flow.ver03 ul.flow .spacer {
        width: 50px;
        position: relative;
        z-index: 1;
        align-items: center;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        height: 300px;
        left: 0; }
        #flow.ver03 ul.flow .spacer img {
          width: 70px;
          height: auto; }
        #flow.ver03 ul.flow .spacer.w {
          width: 100%;
          height: 150px;
          position: relative;
          display: flex;
          align-items: center;
          flex-direction: column;
          justify-content: center;
          margin-top: -70px;
          margin-bottom: -20px; }
          #flow.ver03 ul.flow .spacer.w img {
            height: 150px !important;
            width: auto; } }
  #flow.ver03 ul.flow .last {
    padding: 12.1vw 0;
    background: #f7f8f8; }
    @media screen and (min-width: 768px) {
      #flow.ver03 ul.flow .last {
        max-width: 650px; } }
    #flow.ver03 ul.flow .last .txt {
      padding: 0px 30px; }
      @media screen and (min-width: 768px) {
        #flow.ver03 ul.flow .last .txt {
          padding: 0; }
          #flow.ver03 ul.flow .last .txt p {
            line-height: 1; }
            #flow.ver03 ul.flow .last .txt p br {
              display: none; } }
    @media screen and (min-width: 768px) {
      #flow.ver03 ul.flow .last {
        padding: 40px;
        width: 100% !important; } }
    #flow.ver03 ul.flow .last h4 {
      background: #DE317A;
      margin: 15px 0 10px;
      font-size: 3.872vw;
      padding-left: 7.26vw;
      color: #fff;
      width: 50%;
      height: 35px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      font-weight: 900;
      border-radius: 0 17px 17px 0; }
      @media screen and (min-width: 768px) {
        #flow.ver03 ul.flow .last h4 {
          font-size: 16px;
          width: 220px;
          height: 35px;
          padding: 0;
          border-radius: 99px;
          text-align: center;
          display: block;
          margin: 30px 0 15px; } }
    #flow.ver03 ul.flow .last > p {
      padding-left: 7.26vw; }
      @media screen and (min-width: 768px) {
        #flow.ver03 ul.flow .last > p {
          padding-left: 0; } }

#flow.ver03 .flow-note {
  max-width: 1000px;
  margin: 20px auto 50px; }
  @media screen and (min-width: 768px) {
    #flow.ver03 .flow-note {
      padding-left: 40px; } }
  @media screen and (max-width: 767px) {
    #flow.ver03 .flow-note {
      padding: 0 30px; } }

#flow.ver03 .flow-note-example {
  padding: 10px 0 0 20px; }

#flow.ver03 .flow-note-ttl {
  font-size: 18px;
  color: #DE317A;
  font-weight: 900;
  line-height: 1.4; }
  @media screen and (max-width: 767px) {
    #flow.ver03 .flow-note-ttl {
      font-size: 3.872vw; } }
  #flow.ver03 .flow-note-ttl > span {
    display: inline-block; }
    #flow.ver03 .flow-note-ttl > span:after {
      background: radial-gradient(circle farthest-side, #DE317A, #DE317A 60%, transparent 60%, transparent);
      background-size: 6px 6px;
      content: '';
      display: inline-block;
      height: 5px;
      width: 100%; }

#flow.ver03 .flow-note-list {
  margin-top: 5px; }
  #flow.ver03 .flow-note-list > li {
    font-size: 16px;
    font-weight: bold;
    padding-left: 23px;
    line-height: 1.7;
    position: relative; }
    @media screen and (max-width: 767px) {
      #flow.ver03 .flow-note-list > li {
        font-size: 3.388vw; } }
    #flow.ver03 .flow-note-list > li > span {
      display: inline-block;
      position: absolute;
      left: 0; }

p.comm {
  margin-top: 30px;
  background: #DE317A;
  height: 90px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 3.872vw;
  font-weight: bold;
  position: relative; }
  p.comm.pc {
    display: none; }
  @media screen and (min-width: 768px) {
    p.comm {
      width: 310px;
      height: 175px;
      font-size: 18px !important;
      margin-top: 0; }
      p.comm.pc {
        display: -webkit-flex !important;
        display: -moz-flex !important;
        display: -ms-flex !important;
        display: -o-flex !important;
        display: flex !important; }
      p.comm.sp {
        display: none !important; } }
  p.comm:before {
    content: "";
    width: 20px;
    height: 40px;
    background-image: url(../img/dec5@3x.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 21.78vw;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
    @media screen and (min-width: 768px) {
      p.comm:before {
        display: none;
        top: 50%;
        left: -10px;
        -webkit-transform: translate(-100%, -50%) rotate(-90deg);
        -moz-transform: translate(-100%, -50%) rotate(-90deg);
        -ms-transform: translate(-100%, -50%) rotate(-90deg);
        -o-transform: translate(-100%, -50%) rotate(-90deg);
        transform: translate(-100%, -50%) rotate(-90deg); } }
  p.comm > svg {
    position: absolute;
    width: 65px;
    height: 60px;
    bottom: 100%;
    left: 0; }

/* !! - - -  */
/* !! 開催店舗のご案内 */
h3.store {
  margin: 0 7.26vw;
  background: #F5C1D7;
  height: 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px !important;
  border-radius: 99px;
  font-size: 16px;
  font-weight: 900;
  position: relative; }
  @media screen and (min-width: 768px) {
    h3.store {
      font-size: 20px;
      width: 500px;
      margin: 0 auto;
      margin-bottom: 30px; } }
  h3.store:after {
    content: "";
    width: 15px;
    height: 20px;
    background-image: url(../img/dec5-2@3x.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
    position: absolute;
    bottom: 1px;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    -moz-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    -o-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%); }

section#store-guide {
  position: relative; }
  @media screen and (min-width: 768px) {
    section#store-guide {
      background: #DE317A;
      padding-bottom: 100px; }
      section#store-guide.page-store {
        padding-bottom: 0; }
      section#store-guide .sec {
        color: #fff;
        width: 1000px;
        margin: 0 auto; }
        section#store-guide .sec:after {
          content: "";
          background-image: url(../img/dec2-w@3x.png);
          background-repeat: no-repeat;
          -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
          background-position: center center; } }
  section#store-guide div.inner {
    margin-top: -25px;
    background: #DE317A;
    padding: 54px 0 140px; }
    section#store-guide div.inner p {
      width: 250px;
      margin: 0 auto; }
      section#store-guide div.inner p img {
        width: 100% !important;
        height: auto !important; }
    @media screen and (min-width: 768px) {
      section#store-guide div.inner {
        background: #DE317A;
        width: 1000px;
        margin: 0 auto;
        height: 289px;
        padding: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between; }
        section#store-guide div.inner p {
          width: 300px;
          display: flex;
          align-items: center;
          flex-direction: column;
          justify-content: center; }
          section#store-guide div.inner p img {
            margin-bottom: 60px; } }
  section#store-guide .link {
    margin-top: -110px !important; }
    .ie section#store-guide .link span {
      -webkit-transform: translateY(30%);
      -moz-transform: translateY(30%);
      -ms-transform: translateY(30%);
      -o-transform: translateY(30%);
      transform: translateY(30%); }
    @media screen and (min-width: 768px) {
      section#store-guide .link {
        margin: 0 !important;
        width: 400px;
        position: absolute;
        bottom: 100px;
        right: 50%;
        margin-right: 100px !important; }
        section#store-guide .link#btn-select {
          position: relative;
          transform: none;
          top: 0;
          left: 0;
          margin: 30px auto !important;
          bottom: 40px; } }
  section#store-guide .mention {
    margin: 4.84vw 0 !important; }
    @media screen and (min-width: 768px) {
      section#store-guide .mention {
        margin: 20px 0 !important; } }
    section#store-guide .mention p {
      font-size: 14px;
      font-weight: bold;
      margin: 0 9.68vw;
      margin-bottom: 1em;
      text-align: justify; }
      section#store-guide .mention p:last-of-type {
        margin-bottom: 0; }
      @media screen and (min-width: 768px) {
        section#store-guide .mention p {
          text-align: center; }
          section#store-guide .mention p br {
            display: none; } }
  section#store-guide .store-guide-note {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      section#store-guide .store-guide-note {
        margin-left: 60px;
        margin-top: 30px; } }
    section#store-guide .store-guide-note:before {
      content: "※";
      display: inline-block;
      position: absolute;
      left: 0; }

.bnr-shindan {
  width: 85.668vw;
  height: 52.272vw;
  margin: 0 auto;
  position: relative;
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .bnr-shindan {
      width: 473px;
      height: 289px;
      margin-top: 0; } }
  .bnr-shindan img {
    width: 105%;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0; }

/* !! - - -  */
/* !! 体験者のお声 */
ul.voice {
  padding: 0 7.26vw;
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    ul.voice {
      padding: 0;
      width: 960px;
      margin: 0 auto;
      margin-top: 40px;
      position: relative; } }
  ul.voice li {
    height: 60px;
    margin-bottom: 10px;
    background: #F6C2D8;
    border-radius: 10px;
    padding: 0 15px;
    line-height: 1.71;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-left: 15px;
    position: relative;
    font-size: 3.388vw; }
    @media screen and (min-width: 768px) {
      ul.voice li {
        padding: 10px 20px;
        margin-left: 0;
        width: 472px;
        height: auto;
        margin-bottom: 15px; } }
    ul.voice li:before {
      content: "";
      width: 15px;
      height: 19px;
      background-image: url(../img/dec6@3x.png);
      background-repeat: no-repeat;
      -webkit-background-size: 100% 100%;
      background-size: 100% 100%;
      background-position: center center;
      position: absolute;
      top: 5px;
      left: 0;
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%); }
    ul.voice li:nth-of-type(2n) {
      background: #FCEEC0;
      margin-left: 0;
      margin-right: 15px; }
      @media screen and (min-width: 768px) {
        ul.voice li:nth-of-type(2n) {
          position: absolute;
          right: 0;
          margin: 0 !important;
          -webkit-transform: translateY(-55%);
          -moz-transform: translateY(-55%);
          -ms-transform: translateY(-55%);
          -o-transform: translateY(-55%);
          transform: translateY(-55%); }
          ul.voice li:nth-of-type(2n)._2 {
            margin-top: -30px !important; } }
      ul.voice li:nth-of-type(2n):before {
        content: "";
        left: auto;
        right: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        background-image: url(../img/dec7@3x.png);
        background-repeat: no-repeat;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        background-position: center center; }
    @media screen and (min-width: 768px) {
      ul.voice li {
        font-size: 16px; } }

/* !! - - -  */
/* !! よくあるお悩み */
ul.question {
  margin: 7.26vw;
  margin-bottom: 16.94vw;
  margin-top: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center; }
  @media screen and (min-width: 768px) {
    ul.question {
      width: 1000px;
      margin: 0 auto;
      margin-bottom: 0;
      margin-top: 40px;
      margin-bottom: 100px; } }
  ul.question li {
    width: calc((100% - 45px)/2);
    margin-right: 12px;
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      ul.question li:nth-of-type(2n) {
        margin-left: 12px;
        margin-right: 0; } }
    @media screen and (min-width: 768px) {
      ul.question li {
        width: 200px;
        margin: 0 15px;
        margin-top: 30px; }
        ul.question li:nth-of-type(-n+4) {
          margin-top: 0; } }
    ul.question li img {
      width: 100% !important;
      height: auto !important;
      display: block; }
    ul.question li .name {
      font-size: 20px;
      font-weight: 900;
      line-height: 1;
      margin-top: 15px;
      color: #DE317A;
      margin-bottom: 10px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between;
      justify-content: flex-start;
      align-items: center; }
      ul.question li .name b {
        font-weight: 900; }
      @media screen and (min-width: 768px) {
        ul.question li .name b {
          font-size: 22px; } }
      ul.question li .name:before {
        content: "";
        width: 17px;
        height: 17px;
        display: inline-block;
        border: 2px solid #DE317A;
        margin-right: 5px; }
    ul.question li p {
      font-size: 12px; }
      @media screen and (min-width: 768px) {
        ul.question li p {
          font-size: 14px; } }

/* !!------------------------------------ */
/* !! 開催店舗のご案内ページ */
select.area {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1;
  left: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  height: 100%;
  font-size: 16px; }

#addAreaBtn {
  display: none; }
  #addAreaBtn.on {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center; }

#selectAnchor {
  visibility: hidden;
  height: 0; }

@media screen and (min-width: 768px) {
  #store-guide .wrap {
    padding: 20px 0;
    background: #fff; } }

section#store-list {
  padding-top: 0;
  padding-bottom: 80px; }
  section#store-list .btn {
    margin: 30px auto 70px auto; }
    @media screen and (min-width: 768px) {
      section#store-list .btn {
        margin: 5px auto 100px; } }

/* !! web予約チェック */
.webyoyaku-filter {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .webyoyaku-filter {
      width: 400px;
      text-align: center;
      margin: 0 auto;
      margin-bottom: 40px; } }
  .webyoyaku-filter:after {
    content: none; }
  .webyoyaku-filter:hover:after {
    content: none; }

#ck-webyoyaku-label {
  line-height: 1;
  display: block;
  margin: 20px 9.68vw;
  font-size: 14px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  position: relative;
  font-weight: 900;
  padding-left: 0;
  justify-content: center; }
  @media screen and (min-width: 768px) {
    #ck-webyoyaku-label {
      /*
		display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
*/
      margin: 0 auto !important; } }
  #ck-webyoyaku-label input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden; }
  #ck-webyoyaku-label:before {
    width: 16px;
    height: 16px;
    background: #fff;
    border: 2px solid #000;
    display: block;
    top: 0;
    left: 0;
    z-index: 0;
    margin-right: 10px; }
  #ck-webyoyaku-label:after {
    border: 3px solid #DE317A;
    width: 20px;
    height: 12px;
    border-width: 0 0 3px 3px;
    transform-origin: left bottom;
    top: 50%;
    left: calc(50% - 90px);
    position: absolute;
    transform: translate(-50%, -50%) rotate(-45deg);
    opacity: 0; }
    .show-webyoyaku #ck-webyoyaku-label:after {
      display: block;
      opacity: 1; }

@media screen and (min-width: 768px) {
  ul#store-list-container {
    width: 1000px;
    margin: 50px auto;
    margin-top: 0px; } }

ul#store-list-container li {
  background: #FEFCF5;
  padding-bottom: 20px; }

ul#store-list-container .hd {
  height: 40px;
  position: relative;
  background: #FCEEC0; }
  @media screen and (min-width: 768px) {
    ul#store-list-container .hd {
      height: 50px; } }
  ul#store-list-container .hd a {
    padding: 0 7.26vw;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
    -ms-align-items: center;
    align-items: center; }
    ul#store-list-container .hd a span {
      text-decoration: underline;
      font-size: 14px;
      letter-spacing: .1em;
      font-weight: bold;
      white-space: nowrap; }
      @media screen and (min-width: 768px) {
        ul#store-list-container .hd a span {
          font-size: 16px; } }
    ul#store-list-container .hd a:after {
      content: "";
      height: 100%;
      width: 10px;
      background-image: url(../img/anchor-bl@3x.png);
      background-repeat: no-repeat;
      -webkit-background-size: 6px auto;
      background-size: 6px auto;
      background-position: center center; }
    @media screen and (min-width: 768px) {
      ul#store-list-container .hd a {
        padding: 0 30px; } }

ul#store-list-container .data {
  padding: 20px 7.26vw 15px 7.26vw;
  padding-bottom: 0;
  background: #FEFCF5; }
  @media screen and (min-width: 768px) {
    ul#store-list-container .data {
      padding: 24px 30px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between; } }
  ul#store-list-container .data p {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 100px;
    position: relative;
    line-height: 1.7;
    font-size: 12px;
    padding-bottom: 10px; }
    ul#store-list-container .data p:last-of-type {
      padding-bottom: 0; }
    @media screen and (min-width: 768px) {
      ul#store-list-container .data p {
        font-size: 14px;
        padding-bottom: 0px;
        width: 50%; } }
    ul#store-list-container .data p b {
      width: 90px;
      height: 20px;
      font-size: 12px;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      background: #FCEEC0;
      font-size: 12px;
      position: absolute;
      left: 0;
      top: 0; }
      @media screen and (min-width: 768px) {
        ul#store-list-container .data p b {
          font-size: 14px; } }

ul#store-list-container .btn {
  margin-bottom: 0px !important; }
  @media screen and (max-width: 767px) {
    ul#store-list-container .btn {
      margin-top: 15px !important; } }

ul#store-list-container .txt {
  font-size: 1.2rem;
  font-weight: bold;
  color: #DE317A;
  text-align: justify;
  padding: 0 30px;
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    ul#store-list-container .txt {
      font-size: 1.2rem;
      line-height: 1.7;
      margin-top: 20px; } }

#notfound {
  display: none;
  background: #FEFCF5;
  padding: 50px 0;
  font-size: 16px;
  border: 1px dashed #222;
  color: #222;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1;
  text-align: center;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    #notfound {
      margin: 0 12.1vw;
      display: none;
      text-align: center;
      font-size: 3.63vw; } }

#footer {
  background: #fff; }

.link.ft {
  border-radius: 5px 5px 0 0 !important;
  height: 40px;
  color: #000;
  width: 68.728vw;
  margin: 0 auto;
  position: fixed;
  left: 50%;
  bottom: -60px;
  opacity: 0;
  transition: 300ms;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
  .foot_inview .link.ft {
    position: absolute !important; }
  .btnSelect_fade .link.ft {
    bottom: 0;
    opacity: 1; }
  .link.ft:before {
    content: "";
    top: 0;
    left: 0;
    border-radius: 5px 5px 0 0 !important;
    border-bottom: 0; }
  @media screen and (min-width: 768px) {
    .link.ft {
      bottom: -60px;
      height: 60px;
      width: 400px; } }

/* !!------------------------------------ */
/* !! お知らせページ */
/* !! - - -  */
/* !! 詳細 */
#news.page-information {
  padding-top: 50px !important;
  background: #FFF; }

#news > article {
  margin: 7.26vw;
  max-width: 800px; }
  @media screen and (min-width: 768px) {
    #news > article {
      margin: 50px auto;
      margin-bottom: 70px; } }
  #news > article header {
    padding-bottom: 20px;
    background-image: url(../img/bg-dot@3x.png);
    background-repeat: no-repeat;
    -webkit-background-size: 1000px auto;
    background-size: 1000px auto;
    background-position: bottom left;
    margin-bottom: 20px; }
  #news > article .date {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      #news > article .date {
        font-size: 14px; } }
  #news > article .title {
    text-align: justify;
    line-height: 1.67;
    font-size: 23px;
    margin-top: 0;
    margin-top: -0.335em;
    margin-bottom: -0.335em; }
    @media screen and (min-width: 768px) {
      #news > article .title {
        font-size: 18px; } }
  #news > article > p {
    font-size: 14px;
    margin-bottom: 1.5em; }
    @media screen and (min-width: 768px) {
      #news > article > p {
        font-size: 16px; } }
  #news > article + .btn {
    margin-bottom: 70px; }
