@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  text-decoration: none; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0; }

th, strong, address {
  font-weight: normal; }

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

/* basic class */
.clear {
  clear: both; }

br.clear {
  line-height: 0;
  font-size: 0;
  height: 0; }

.acenter {
  text-align: center; }

.aright {
  text-align: right; }

.aleft {
  text-align: left; }

.fleft {
  float: left; }

.fright {
  float: right; }

.vtop {
  vertical-align: top; }

.vmiddle {
  vertical-align: middle; }

.vbottom {
  vertical-align: bottom; }

.clearfix {
  zoom: 1; }

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

.inline_block {
  display: inline-block;
  display: -moz-inline-box;
  *display: inline;
  *zoom: 1; }

textarea {
  font-size: 100%; }

/* for iphone */
* {
  -webkit-text-size-adjust: 100%; }

body {
  font-family: "Noto Serif JP", serif;
  color: #383838;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  position: relative; }
  body a {
    transition: .4s ease;
    cursor: pointer; }
  body a:hover {
    text-decoration: none; }

.container {
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow: hidden; }

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box; }

.tb,
.tb-flex,
.tb-inline-block {
  display: none !important; }

.sp,
.sp-flex,
.sp-inline-block {
  display: none !important; }

.pc {
  display: block !important; }

.pc-inline-block {
  display: inline-block !important; }

.pc-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.fixed {
  position: fixed;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 900px) {
  .pc,
  .pc-inline-block,
  .pc-flex {
    display: none !important; }

  .sp,
  .sp-flex,
  .sp-inline-block {
    display: none !important; }

  .tb {
    display: block !important; }

  .tb-inline-block {
    display: inline-block !important; }

  .tb-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media screen and (max-width: 600px) {
  .pc,
  .pc-inline-block,
  .pc-flex {
    display: none !important; }

  .tb,
  .tb-inline-block,
  .tb-flex {
    display: none !important; }

  .sp {
    display: block !important; }

  .sp-inline-block {
    display: inline-block !important; }

  .sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
#page-animate::before {
  content: '';
  position: fixed;
  bottom: 200%;
  width: 100%;
  height: 100%;
  background-color: #b90034;
  z-index: 9999;
  pointer-events: none;
  left: 0;
  -webkit-transition: bottom 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: bottom 0.8s cubic-bezier(0.4, 0, 0.2, 1); }

#page-animate::after {
  content: '';
  position: fixed;
  bottom: 200%;
  width: 100%;
  height: 100%;
  background-color: #b90034;
  z-index: 9999;
  pointer-events: none;
  left: 0;
  -webkit-transition: bottom 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: bottom 0.8s cubic-bezier(0.4, 0, 0.2, 1); }

#page-animate.is-slide::after {
  bottom: 0; }

#page-animate.is-slide-in::before {
  bottom: 0; }

.fix-footer-banner {
  position: fixed;
  z-index: 995;
  bottom: 0; }
  .fix-footer-banner img {
    width: 100%; }

.header {
  height: 0;
  position: relative;
  width: 100%;
  padding: 0 30px;
  background: #b90034;
  z-index: 999; }
  .header__tp {
    background: transparent; }
  .header__tp:before {
    display: none !important; }
  .header__logo {
    top: 23px;
    width: 64px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 996; }
  .header:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    margin-top: -1px;
    content: '';
    height: 0;
    padding-bottom: 68px;
    background: url("../img/base/bg-header-btm.svg") repeat-x bottom center; }
  .header .nav {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 997; }
    .header .nav__bar {
      position: absolute;
      top: -1px;
      right: 7px;
      width: 62px;
      height: 60px;
      transition: all .4s ease;
      z-index: 1; }
      .header .nav__bar span {
        width: 29px;
        height: 1px;
        display: inline-block;
        background: #b90034;
        position: absolute;
        left: 16px;
        transition: .4s ease; }
      .header .nav__bar.active span {
        background: #fff; }
      .header .nav__bar span:nth-child(1) {
        top: 21px; }
      .header .nav__bar span:nth-child(2) {
        top: 29px; }
      .header .nav__bar span:nth-child(3) {
        bottom: 22px; }
      .header .nav__bar.active span:nth-of-type(1) {
        transform: translateY(8px) rotate(-45deg); }
      .header .nav__bar.active span:nth-of-type(2) {
        opacity: 0; }
      .header .nav__bar.active span:nth-of-type(3) {
        transform: translateY(-8px) rotate(45deg); }
      .header .nav__bar--tp {
        top: 11px;
        right: 13px; }
        .header .nav__bar--tp.top {
          top: 11px;
          left: 13px; }
        .header .nav__bar--tp.other {
          background: url("../img/base/bg-bar.svg") no-repeat center top; }
          .header .nav__bar--tp.other span {
            background: #fff; }
      .header .nav__bar--cart {
        position: fixed;
        width: auto;
        height: auto;
        top: 20px;
        right: 16px;
        z-index: 1;
        display: none; }
        .header .nav__bar--cart.top {
          display: block; }
        .header .nav__bar--cart .svg-cart-path {
          fill: #fff; }
        .header .nav__bar--cart.active {
          display: none; }
        .header .nav__bar--cart.fix {
          background: none; }
          .header .nav__bar--cart.fix .svg-cart-path {
            fill: #b90034; }

.nav-l {
  position: fixed;
  top: 0;
  width: 100%;
  left: -120%;
  bottom: 120%;
  z-index: 997;
  display: block;
  background: #b90034;
  transition: all .6s ease;
  transition-delay: .6s; }
  .nav-l__logo {
    margin-top: 25px;
    opacity: 0;
    transition: opacity .8s ease; }
    .nav-l__logo img {
      margin: 0 auto; }
  .nav-l__menu {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity .8s ease; }
  .nav-l__item {
    text-align: center;
    margin-top: 27px; }
    .nav-l__item:first-child {
      margin-top: 0; }
    .nav-l__item a {
      color: #fff;
      font-size: 16px;
      letter-spacing: .08em;
      font-family: "Bodoni Moda", serif; }
  .nav-l__online {
    text-align: center;
    margin-top: 67px; }
    .nav-l__online span {
      color: #fff;
      font-family: "Bodoni Moda", serif;
      font-size: 16px;
      letter-spacing: .08em;
      position: relative;
      cursor: pointer; }
      .nav-l__online span:before {
        content: '';
        width: 15px;
        height: 15px;
        background: url("../img/base/pc/icn-online-white.svg") no-repeat center;
        display: block;
        position: absolute;
        right: -22px;
        top: 3px; }
  .nav-l.open {
    left: 0;
    bottom: 0;
    border-radius: 0;
    transition: all .6s ease; }
    .nav-l.open .nav-l__menu, .nav-l.open .nav-l__logo {
      opacity: 1;
      transition: opacity .8s ease;
      transition-delay: .7s; }

.online-link {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 1001;
  display: none; }
  .online-link__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.8); }
  .online-link__ttl {
    position: absolute;
    top: 25%;
    font-size: 28px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
    @media (min-width: 900px) {
      .online-link__ttl {
        top: 38%;
        font-size: 30px; } }
    @media (max-width: 414px) {
      .online-link__ttl {
        top: 20%;
        font-size: 20px; } }
  .online-link__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
  .online-link__item {
    margin: 0 8px 25px;
    background: #fff; }
    .online-link__item img {
      width: 230px;
      height: auto; }
    .online-link__item a:hover {
      opacity: .5; }
  .online-link__close {
    position: absolute;
    width: 21px;
    height: auto;
    top: 30px;
    right: 33px;
    transition: .3s ease;
    cursor: pointer; }
    .online-link__close:hover {
      opacity: .5; }

.fixed {
  position: fixed;
  width: 100%;
  height: 100%; }

.footer {
  background: #b90034;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 95px 30px 55px; }
  .footer:before {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 0;
    padding-bottom: 12.3324396783%;
    background: url("../img/base/bg-ft-tp.svg") no-repeat center top;
    background-size: cover;
    content: ''; }
  .footer__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 176%;
    pointer-events: none; }
    .footer__bg canvas {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; }
  .footer__mark {
    text-align: center; }
  .footer__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin-top: 40px; }
    .footer__sns a {
      display: block;
      margin: 0 10px;
      width: 50px;
      height: 50px;
      text-align: center; }
  .footer__list {
    margin-top: 44px; }
    .footer__list-item {
      max-width: 170px;
      margin: 11px auto 0; }
      .footer__list-item:first-child {
        margin-top: 0; }
      .footer__list-item a {
        line-height: 20px;
        color: #fff;
        text-align: center;
        display: block;
        font-family: "Bodoni Moda", serif;
        letter-spacing: .1em; }
      .footer__list-item--btm {
        margin-top: 42px; }
  .footer__menu {
    margin-top: 36px;
    text-align: center;
    letter-spacing: -.4em; }
    .footer__menu-item {
      display: inline-block;
      letter-spacing: normal;
      margin: 11px .5em 0; }
      .footer__menu-item a {
        display: block;
        color: #fff;
        font-size: 14px;
        line-height: 20px; }
  .footer__tel {
    margin-top: 50px;
    letter-spacing: .05em; }
    .footer__tel a {
      color: #fff; }
  .footer__logo {
    margin-top: 50px; }

@media screen and (min-width: 601px), print {
  .header:before {
    padding-bottom: 11%;
    width: 100%;
    background-size: 100% auto; }

  .fix-footer-banner {
    display: none !important; }

  .online-link__inner {
    flex-wrap: nowrap; }
  .online-link__close {
    top: -50px;
    left: auto;
    right: 8px;
    width: auto; } }
@media screen and (min-width: 901px), print {
  .header__logo {
    top: 36px;
    width: 100px; }
    .header__logo img {
      width: 100%;
      height: auto; }
  .header:before {
    display: none; }
  .header .nav__bar {
    background: url("../img/base/bg-bar.svg") no-repeat center top;
    width: 62px;
    height: 60px;
    top: 40px;
    right: 42px; }
    .header .nav__bar span {
      left: 16px; }
    .header .nav__bar span:nth-child(1) {
      top: 21px; }
    .header .nav__bar span:nth-child(2) {
      top: 29px; }
    .header .nav__bar span:nth-child(3) {
      bottom: 22px; }
    .header .nav__bar--tp {
      top: 40px;
      right: 42px;
      display: none; }
    .header .nav__bar--cart {
      display: none !important; }

  .nav-l {
    background: none;
    position: fixed;
    width: 100%;
    top: -150px;
    opacity: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    transition: .6s ease;
    padding-left: 15px;
    padding-right: 50px; }
    .nav-l--top {
      top: 0;
      opacity: 1; }
    .nav-l.fix {
      top: 0;
      opacity: 1; }
    .nav-l.hide {
      top: -150px;
      opacity: 0; }
    .nav-l__logo {
      padding-top: 40px;
      margin-top: 0;
      opacity: 1; }
    .nav-l__menu {
      flex: 1 0 0%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      opacity: 1;
      position: static;
      transform: translate(0, 0); }
    .nav-l__list {
      letter-spacing: -.4em;
      padding: 28px 0 0 0;
      flex: 1 0 0%;
      color: #000; }
      .nav-l__list.white a {
        color: #fff; }
      .nav-l__list a {
        color: #000; }
    .nav-l__item {
      display: inline-block;
      letter-spacing: normal;
      padding: 0 30px;
      margin: 0; }
      .nav-l__item a {
        font-size: 16px;
        letter-spacing: .08em;
        font-family: "Bodoni Moda", serif;
        position: relative;
        display: block; }
        .nav-l__item a:after {
          content: '';
          position: absolute;
          width: 0;
          height: 1px;
          background: #000;
          left: 0;
          bottom: -4px;
          display: block;
          transition: width .4s ease; }
      .nav-l__item a:hover:after {
        width: 100%; }
    .nav-l__online {
      margin-left: auto;
      padding-top: 21px;
      margin-top: 0;
      text-align: left; }
      .nav-l__online.white span {
        border: solid 1px #fff;
        color: #fff;
        background: url("../img/base/pc/icn-online-white.svg") no-repeat right 12px top 7px; }
      .nav-l__online span {
        display: block;
        border: solid 1px #000;
        width: 143px;
        font-size: 16px;
        font-family: "Bodoni Moda", serif;
        color: #000;
        padding: 6px 12px 8px;
        letter-spacing: .03em;
        background: url("../img/base/pc/icn-online.svg") no-repeat right 12px top 7px;
        border-radius: 6px; }
        .nav-l__online span:hover {
          background-color: rgba(225, 225, 225, 0.6); }
        .nav-l__online span:before {
          display: none; }

  .footer {
    padding: 85px 30px 55px; }
    .footer:before {
      padding-bottom: 2.5%;
      background: url("../img/base/pc/bg-ft-tp.svg") no-repeat center top;
      background-size: cover; }
    .footer__sns a:hover {
      opacity: .8; }
    .footer__list-item a, .footer__menu-item a {
      display: inline-block;
      position: relative; }
      .footer__list-item a:before, .footer__menu-item a:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px;
        background: #fff;
        transition: .4s ease; }
      .footer__list-item a:hover:before, .footer__menu-item a:hover:before {
        width: 100%; } }
@media screen and (min-width: 900px) and (max-width: 1190px) {
  .nav-l {
    padding: 0 30px; }
    .nav-l__list {
      padding-left: 20px; }
    .nav-l__item {
      padding: 0 15px; } }
.buy {
  padding: 88px 30px 101px;
  position: relative; }
  .buy__ttl {
    font-size: 23px;
    text-align: center;
    line-height: 33px; }
    @media screen and (min-width: 600px), print {
      .buy__ttl {
        font-size: 28px;
        line-height: 50px; } }
    @media screen and (min-width: 900px), print {
      .buy__ttl {
        font-size: 35px; }
        .buy__ttl sup {
          line-height: 1;
          position: relative;
          top: -6px; } }
    .buy__ttl sup {
      font-size: 14px;
      position: relative;
      top: 1px;
      line-height: 1; }
  .buy__cate {
    text-align: center;
    border: solid 1px #383838;
    width: 117px;
    margin: 40px auto 0;
    padding: 5px 4px 6px;
    font-size: 16px; }
  .buy__name {
    text-align: center;
    font-size: 23px;
    margin: 10px -15px 0; }
    .buy__name span {
      font-size: 30px; }
  .buy__btn {
    text-align: center;
    padding-right: 15px;
    margin-top: 30px; }
    .buy__btn a {
      position: relative;
      display: block;
      width: 231px;
      margin: 0 auto;
      background: #b90034;
      color: #fff;
      font-family: "Bodoni Moda", serif;
      font-size: 18px;
      padding: 18px 0 19px; }
      .buy__btn a:before {
        position: absolute;
        right: -22px;
        top: 17px;
        content: '';
        width: 46px;
        height: 14px;
        background: url("../img/base/btn-arrow.svg") no-repeat center center;
        transition: right .4s ease; }
      .buy__btn a:hover:before {
        right: -26px; }
    @media screen and (min-width: 900px), print {
      .buy__btn {
        margin-left: -15px; }
        .buy__btn a {
          margin: 0 auto; } }
    .buy__btn:last-child {
      margin-top: 28px; }
  .buy__img {
    margin-top: 44px;
    text-align: center; }
    .buy__img img {
      max-width: 100%;
      height: auto; }
  .buy__txt {
    font-size: 12px;
    line-height: 20px;
    font-family: "Noto Sans JP", sans-serif;
    display: table;
    margin: 24px auto 0; }
  @media (min-width: 900px), print {
    .buy__cate {
      margin-top: 32px; }
    .buy__btn {
      margin-top: 60px; }
    .buy__img {
      margin-top: 72px; } }

.contents {
  padding: 136px 0 110px; }

.page-ttl {
  text-align: center; }
  .page-ttl__ja {
    font-size: 23px; }
  .page-ttl__en {
    font-size: 23px;
    font-family: "Bodoni Moda", serif; }

.policy {
  margin-top: 35px;
  padding: 0 30px; }
  .policy__box {
    margin-bottom: 50px; }
    .policy__box:last-child {
      margin-bottom: 0; }
  .policy__ttl {
    color: #b90034;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px; }
    .policy__ttl--center {
      text-align: center;
      color: #b90034;
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 30px;
      line-height: 26px; }
  .policy__content {
    margin-bottom: 30px; }
  .policy__sb {
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 12px;
    font-size: 16px; }
  .policy__sb2 {
    margin-bottom: 10px;
    line-height: 25px;
    font-weight: 600; }
  .policy__sb3 {
    margin-bottom: 8px;
    line-height: 25px;
    font-weight: 600; }
  .policy__sb4 {
    margin-bottom: 8px;
    line-height: 25px; }
  .policy__txt {
    line-height: 25px;
    margin-bottom: 30px; }
    .policy__txt:last-of-type {
      margin-top: 0; }
    .policy__txt--center {
      text-align: center;
      line-height: 25px; }
  .policy__btn {
    text-align: center;
    margin-top: 40px; }
    .policy__btn a {
      width: 280px;
      max-width: 100%;
      background: #b90034;
      display: block;
      padding: 16px;
      color: #fff;
      margin: 0 auto;
      border-radius: 24px; }
  .policy__list {
    line-height: 25px;
    margin-bottom: 25px; }
    .policy__list li {
      position: relative;
      padding-left: 1em; }
      .policy__list li:before {
        content: '・';
        position: absolute;
        left: 0;
        top: 0; }
  .policy__link {
    margin-bottom: 30px; }
    .policy__link:first-of-type {
      margin-bottom: 0; }
    .policy__link a {
      line-height: 25px;
      color: #0b97c4;
      text-decoration: underline;
      margin-bottom: 8px;
      display: inline-block; }

@media screen and (min-width: 601px), print {
  .faq {
    padding-bottom: 100px; } }
@media screen and (min-width: 901px), print {
  .contents {
    padding-top: 420px; }

  .header__logo {
    top: 195px; }

  .page-ttl__ja {
    font-size: 56px; }
  .page-ttl__en {
    font-size: 56px; }

  .policy {
    max-width: 840px;
    padding: 113px 30px 0;
    margin: 0 auto; }
    .policy__btn a:hover {
      opacity: .8; } }

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