@charset "UTF-8";
/* ==========================================================
  フォント
========================================================== */
/* ==========================================================
  テキストシャドウ
========================================================== */
/* ===================================================================
CSS information
 file name  :shared.css
 style info :共通のスタイル
=================================================================== */
/* ==========================================================
  RESET、CLEARFIX
========================================================== */
::-moz-selection {
  background: #3390ff;
}
::selection {
  background: #3390ff;
}

::-moz-selection {
  background: #3390ff;
}

* {
  margin: 0;
  padding: 0;
}

body,
div,
section,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

legend {
  color: #000;
}

img {
  height: auto;
  line-height: 0;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (max-width: 750px) {
  img {
    width: 100%;
  }
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* ==========================================================
  BASE
========================================================== */
html {
  overflow: auto;
}

body {
  margin: 0;
  font-family: "M PLUS Rounded 1c", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: 1.7;
  overflow: hidden;
}
body:focus {
  outline: none;
}
@media screen and (min-width: 751px) {
  body {
    font-size: 14px;
    min-width: 1100px;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 3.4vw;
  }
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
section,
p,
a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a,
a:visited,
a:hover {
  color: #000;
  text-decoration: none;
}

#wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 751px) {
  #wrap {
    background: #0d168b;
  }
}
@media screen and (max-width: 750px) {
  #wrap {
    background: #1c215d;
    overflow-x: hidden;
  }
}

a img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover img {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

a:hover img.hoverNone {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

/* ==========================================================
    HIDDEN
  ========================================================== */
@media screen and (min-width: 751px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .spNone {
    display: none !important;
  }
}
.new:after {
  display: block;
  content: "";
  background: url(/flo/assets/img/shared/icn_new.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
}
@media screen and (min-width: 751px) {
  .new:after {
    width: 95px;
    height: 49px;
    top: -20px;
    right: 10px;
  }
}
@media screen and (max-width: 750px) {
  .new:after {
    width: 10vw;
    height: 6vw;
    top: -2vw;
    right: 2vw;
  }
}

/* ==========================================================
    HEADER
  ========================================================== */
header {
  width: 100%;
  background: #200101;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 751px) {
  header {
    height: 62px;
  }
}
@media screen and (max-width: 750px) {
  header {
    height: 10vw;
  }
}
header .inner {
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  header .inner {
    width: 1060px;
  }
}
@media screen and (max-width: 750px) {
  header .inner {
    width: 96%;
  }
}
header .inner p {
  float: left;
  line-height: 0;
}
@media screen and (min-width: 751px) {
  header .inner p {
    width: 190px;
    padding-top: 22px;
  }
}
@media screen and (max-width: 750px) {
  header .inner p {
    width: 34%;
    padding: 3.4vw 0 0;
  }
}
header .inner .sns {
  float: right;
}
@media screen and (min-width: 751px) {
  header .inner .sns {
    padding-top: 12px;
  }
}
@media screen and (max-width: 750px) {
  header .inner .sns {
    padding: 1.6vw 0 0;
  }
}
header .inner .sns li {
  float: left;
}
@media screen and (min-width: 751px) {
  header .inner .sns li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 750px) {
  header .inner .sns li {
    width: 11vw;
    margin-left: 2vw;
  }
  header .inner .sns li:first-child {
    margin-left: 0;
  }
}

/* ==========================================================
    FOOTER
  ========================================================== */
#pageTop {
  position: fixed;
  z-index: 9999;
}
@media screen and (min-width: 751px) {
  #pageTop {
    bottom: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 750px) {
  #pageTop {
    bottom: 2vw;
    right: 2vw;
  }
}

footer {
  background: #1d308a;
  border-top: solid 1px #405cc8;
}
@media screen and (min-width: 751px) {
  footer {
    padding: 50px 0 60px;
  }
}
@media screen and (max-width: 750px) {
  footer {
    padding: 6vw 0 4vw;
  }
}
@media screen and (min-width: 751px) {
  footer .storeBtn {
    width: 535px;
    padding: 60px 36px 26px;
    margin: 0 auto 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    background: url(/flo/assets/img/shared/bg_store_pc.png) no-repeat center top;
  }
}
@media screen and (max-width: 750px) {
  footer .storeBtn {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  footer .productBox {
    width: 760px;
    margin: 0 auto 40px;
  }
}
@media screen and (min-width: 751px) {
  footer .productBox figure {
    float: left;
  }
}
@media screen and (max-width: 750px) {
  footer .productBox figure {
    width: 30%;
    margin: 0 auto 3vw;
  }
}
footer .productBox dl {
  color: #fff;
}
@media screen and (min-width: 751px) {
  footer .productBox dl {
    float: right;
    width: 590px;
    margin-top: -10px;
  }
}
@media screen and (max-width: 750px) {
  footer .productBox dl {
    text-align: center;
  }
}
footer .productBox dl dt {
  margin-left: -0.06em;
}
@media screen and (min-width: 751px) {
  footer .productBox dl dt {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  footer .productBox dl dt {
    font-size: 4.8vw;
    margin-bottom: 2vw;
  }
}
footer .productBox dl dd ul li {
  font-family: "Kosugi Maru", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 751px) {
  footer .productBox dl dd ul li {
    font-size: 14px;
    float: left;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 750px) {
  footer .productBox dl dd ul li {
    font-size: 3vw;
  }
}
@media screen and (min-width: 751px) {
  footer .productBox dl dd ul li:nth-child(odd) {
    width: 300px;
  }
}
footer #bottomArea {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
@media screen and (min-width: 751px) {
  footer #bottomArea {
    width: 1100px;
    margin: 0 auto;
    padding: 20px;
    border-top: solid 1px #405cc8;
  }
}
@media screen and (max-width: 750px) {
  footer #bottomArea {
    padding: 4% 0%;
  }
}
@media screen and (min-width: 751px) {
  footer #bottomArea ul#bnrArea {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  footer #bottomArea ul#bnrArea {
    margin-bottom: 10%;
  }
}
@media screen and (min-width: 751px) {
  footer #bottomArea ul#bnrArea li {
    float: left;
    margin: 0 10px 10px 0;
  }
}
@media screen and (max-width: 750px) {
  footer #bottomArea ul#bnrArea li {
    width: 50%;
    margin: 0% auto 2%;
  }
}
@media screen and (min-width: 751px) {
  footer #bottomArea ul#linkArea {
    float: right;
  }
}
@media screen and (max-width: 750px) {
  footer #bottomArea ul#linkArea {
    margin-bottom: 4%;
  }
}
footer #bottomArea ul#linkArea li {
  position: relative;
}
@media screen and (min-width: 751px) {
  footer #bottomArea ul#linkArea li {
    float: left;
    margin-left: 10px;
  }
}
@media screen and (max-width: 750px) {
  footer #bottomArea ul#linkArea li {
    width: 70%;
    margin: 0% auto 4%;
  }
}
footer #bottomArea ul#linkArea li a {
  border-radius: 100px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  border: 2px solid #fff;
}
@media screen and (min-width: 751px) {
  footer #bottomArea ul#linkArea li a {
    width: 200px;
    padding: 4px 0 6px;
    display: inline-block;
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  footer #bottomArea ul#linkArea li a {
    display: block;
    padding: 2%;
    font-size: 3.6vw;
    position: relative;
    text-align: center;
  }
}
footer #bottomArea ul#linkArea li:after {
  content: "";
  border: 0px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
}
@media screen and (min-width: 751px) {
  footer #bottomArea ul#linkArea li:after {
    width: 6px;
    height: 6px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    right: 14px;
    margin-top: -5px;
  }
}
@media screen and (max-width: 750px) {
  footer #bottomArea ul#linkArea li:after {
    width: 12px;
    height: 12px;
    border-top: solid 5px #fff;
    border-right: solid 5px #fff;
    right: 20px;
    margin-top: -7px;
  }
}
footer #copyright {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  color: #fff;
  text-shadow: none;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  footer #copyright {
    font-size: 12px;
    width: 1100px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  footer #copyright {
    font-size: 2.2vw;
    width: 94%;
  }
}
footer #copyright ul {
  padding-left: 1em;
  text-indent: -1em;
  color: #6f7cbb;
}
@media screen and (min-width: 751px) {
  footer #copyright ul {
    font-size: 10px;
    float: left;
  }
}
@media screen and (max-width: 750px) {
  footer #copyright ul {
    margin-bottom: 4%;
  }
}
footer #copyright small {
  color: #fff;
}
@media screen and (min-width: 751px) {
  footer #copyright small {
    font-size: 12px;
    float: right;
  }
}
@media screen and (max-width: 750px) {
  footer #copyright small {
    display: block;
    text-align: center;
  }
}

@media screen and (min-width: 751px) {
  .storeBtnSp {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .storeBtnSp {
    background: url(/flo/assets/img/shared/bg_store_sp.png) no-repeat 0 0;
    background-size: 100%;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    height: 20vw;
  }
}
.storeBtnSp li {
  position: absolute;
  top: 4.4vw;
  right: 5vw;
  width: 46%;
}