@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Italianno&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP|Noto+Serif+JP:400,500&display=swap");
/****************************************

    Reset

*****************************************/
/* Reset Style */
html {
  font-size: 62.5%;
  overflow-y: scroall;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
}

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

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

figure {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img,
svg {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

ol, ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

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

caption, th {
  text-align: left;
}

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

img,
object,
embed {
  vertical-align: top;
}

legend {
  display: none;
}

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

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

select, input, button, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  width: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

area {
  border: none;
  outline: none;
}

em, strong {
  font-weight: bold;
}

.float-left {
  float: left;
}

/****************************************

    common

*****************************************/
.sans-serif {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "Yu Gothic", "ヒラギノ角ゴ ProN W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
}

.serif {
  font-family: "YuMincho", "Yu Mincho", "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.over {
  opacity: 1;
  transition: opacity 0.3s;
}
.over:hover {
  opacity: 0.8;
}

.cf {
  *zoom: 1;
}
.cf:before, .cf:after {
  content: " ";
  display: table;
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.txtL {
  text-align: left;
}

.txtR {
  text-align: right;
}

.txtC {
  text-align: center;
}

/****************************************

    Link

*****************************************/
a {
  outline: none;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a.disable {
  cursor: default;
}

a.disable:hover {
  text-decoration: none;
}

a.default:link {
  color: #0000ff;
  text-decoration: underline;
}
a.default:link:hover {
  text-decoration: none;
}

a.default:visited {
  color: #800080;
}

a.default:active {
  color: #ff8000;
}

a.default:hover {
  color: #b80120;
}

@media only screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

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

.js-fadein,
.js-fadein-item {
  opacity: 0;
  transition: opacity 1.5s, transform 2s;
}
.js-fadein.visible,
.js-fadein-item.visible {
  transform: translateY(0px);
  opacity: 1;
}
.js-fadein--up,
.js-fadein-item--up {
  transform: translateY(50px);
}

/* ベーススタイル
-------------------------------------------------- */
body {
  position: relative;
  color: #333;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", "YuMincho", "Yu Mincho", "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 400;
  line-height: 1.85;
  background: #fbf8f5;
  font-feature-settings: "palt" 1;
}

.wrap {
  display: flex;
  flex-direction: column;
}
.wrap > .container {
  display: flex;
  flex-direction: column;
}

#loading {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background: #fff;
}

.wrap {
  width: 100vw;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .wrap {
    min-width: auto;
    width: 100vw;
    overflow: hidden;
    padding-top: 0;
  }
}

.fixed {
  position: fixed;
  right: 40px;
  bottom: 40px;
  margin: auto;
  z-index: 100;
  visibility: hidden;
}
.fixed .flex {
  display: flex;
}
.fixed .flex .btn {
  flex-direction: column;
  justify-content: center;
  width: 194px;
  height: 53px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #000;
  box-sizing: border-box;
  border-radius: 4px;
  transition: background 0.2s;
}
.fixed .flex .btn .text {
  position: relative;
  display: inline-block;
  height: 53px;
  line-height: 53px;
}
.fixed .flex .btn .text::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: 8px;
  margin-right: -32px;
  vertical-align: middle;
  background-image: url(../img/common/ico_feather.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  transform: translateY(-4px);
}
.fixed .flex .btn:hover {
  background: #545454;
}
.fixed .flex .btn2 {
  flex-direction: column;
  justify-content: center;
  width: 104px;
  height: 53px;
  color: #000;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  transition: background 0.2s;
  margin-right: 3px;
  border: 1px solid #000;
}
.fixed .flex .btn2 .text {
  position: relative;
  display: inline-block;
  height: 51px;
  line-height: 51px;
}
.fixed .flex .btn2:hover {
  background: #e6e6e6;
}
@media only screen and (max-width: 767px) {
  .fixed {
    left: 50%;
    right: auto;
    bottom: 10px;
    transform: translateX(-50%);
  }
}

.header {
  display: flex;
  flex-direction: row;
  width: 1120px;
  margin: 0 auto;
}
.header .header--inr {
  align-self: center;
  position: relative;
  width: 100%;
  padding-top: 34px;
  padding-bottom: 37px;
  border-bottom: 1px solid #000;
}
.header .header--inr:after {
  content: "";
  position: absolute;
  bottom: 3px;
  width: 100%;
  height: 3px;
  background: #000;
}
body.home .header {
  display: flex;
  width: 100vw;
  max-width: 1392px;
}
body.home .header .header--inr {
  align-self: flex-start;
  width: 1024px;
  margin: 0 auto;
}

.header .logo {
  width: 382px;
}
.header .logo img {
  width: 100%;
}
.header .title {
  margin-top: 5px;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
.header .btn {
  position: absolute;
  right: 0;
  top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 194px;
  height: 53px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #000;
  box-sizing: border-box;
  border-radius: 4px;
  transition: background 0.2s;
}
.header .btn .text {
  position: relative;
  display: inline-block;
  height: 53px;
  line-height: 53px;
}
.header .btn .text::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: 8px;
  margin-right: -32px;
  vertical-align: middle;
  background-image: url(../img/common/ico_feather.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  transform: translateY(-4px);
}
.header .btn:hover {
  background: #545454;
}
@media only screen and (max-width: 767px) {
  .header {
    display: flex;
    flex-direction: row;
    width: calc(100vw - 40px);
    margin: 0 20px;
  }
  .header .header--inr {
    display: flex;
    flex-direction: column;
    align-self: center;
    position: relative;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #000;
  }
  .header .header--inr:after {
    content: "";
    position: absolute;
    bottom: 3px;
    width: 100%;
    height: 3px;
    background: #000;
  }
  body.home .header {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
  body.home .header .header--inr {
    align-self: flex-start;
    width: 100vw;
    margin: 0;
  }
  .header .logo {
    width: 100%;
  }
  .header .logo img {
    width: 50%;
  }
  .header .title {
    margin-top: 2px;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
  .header .btn {
    position: static;
    margin-top: 20px;
  }
}

.footer {
  position: relative;
  display: flex;
  flex-direction: column;
}
.footer .frame {
  align-self: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 1120px;
}
.footer .logo {
  width: 382px;
}
.footer .logo img {
  width: 100%;
}
.footer .title {
  margin-top: 5px;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
}
.footer .btn {
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 688px;
  height: 93px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #000;
  box-sizing: border-box;
  border-radius: 4px;
  transition: background 0.2s;
}
.footer .btn:hover {
  background: #545454;
}
.footer .btn .text {
  position: relative;
  display: inline-block;
  height: 93px;
  font-size: 2rem;
  line-height: 93px;
  transition: background 0.2s;
}
.footer .btn .text::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: 8px;
  margin-right: -32px;
  vertical-align: middle;
  background-image: url(../img/common/ico_feather.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  transform: translateY(-4px);
}
@media only screen and (max-width: 767px) {
  .footer .btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 688px;
    height: 80px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    box-sizing: border-box;
    border-radius: 4px;
  }
  .footer .btn .text {
    position: relative;
    display: inline-block;
    height: 80px;
    font-size: 2rem;
    line-height: 80px;
  }
  .footer .btn .text::after {
    content: "";
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    margin-left: 8px;
    margin-right: -32px;
    vertical-align: middle;
    background-image: url(../img/common/ico_feather.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    transform: translateY(-4px);
  }
}
.footer .foot-gallery {
  margin-top: 80px;
}
.footer .foot-gallery img {
  width: 100%;
}
.footer .copyright {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 40px;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  line-height: 0.8;
  background: #000;
}
@media only screen and (max-width: 767px) {
  .footer {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .footer .frame {
    align-self: center;
    display: block;
    width: auto;
    margin: 0 20px;
  }
  .footer .logo {
    width: 100%;
    margin-top: 40px;
  }
  .footer .logo img {
    width: 100%;
  }
  .footer .title {
    margin-top: 5px;
    font-size: 1.3rem;
    letter-spacing: 0.2em;
  }
  .footer .btn {
    order: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: auto;
    height: 93px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    box-sizing: border-box;
    border-radius: 4px;
    transition: background 0.2s;
  }
  .footer .btn:hover {
    background: #545454;
  }
  .footer .btn .text {
    position: relative;
    display: inline-block;
    height: 93px;
    font-size: 2rem;
    line-height: 93px;
    transition: background 0.2s;
  }
  .footer .btn .text::after {
    content: "";
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    margin-left: 8px;
    margin-right: -32px;
    vertical-align: middle;
    background-image: url(../img/common/ico_feather.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    transform: translateY(-4px);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .footer .btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: auto;
    height: 80px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    box-sizing: border-box;
    border-radius: 4px;
  }
  .footer .btn .text {
    position: relative;
    display: inline-block;
    height: 80px;
    font-size: 2rem;
    line-height: 80px;
  }
  .footer .btn .text::after {
    content: "";
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    margin-left: 8px;
    margin-right: -32px;
    vertical-align: middle;
    background-image: url(../img/common/ico_feather.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    transform: translateY(-4px);
  }
}
@media only screen and (max-width: 767px) {
  .footer .foot-gallery {
    margin-top: 40px;
  }
  .footer .foot-gallery img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .footer .copyright {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 40px;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    line-height: 0.8;
    background: #000;
  }
}

.no-padding {
  padding: 0 !important;
}

.ma0 {
  margin: 0 !important;
}

.ma5 {
  margin: 5px !important;
}

.ma10 {
  margin: 10px !important;
}

.ma15 {
  margin: 15px !important;
}

.ma20 {
  margin: 20px !important;
}

.ma25 {
  margin: 25px !important;
}

.ma30 {
  margin: 30px !important;
}

.ma35 {
  margin: 35px !important;
}

.ma40 {
  margin: 40px !important;
}

.ma45 {
  margin: 45px !important;
}

.ma50 {
  margin: 50px !important;
}

.mat0 {
  margin-top: 0 !important;
}

.mat1 {
  margin-top: 1px !important;
}

.mat2 {
  margin-top: 2px !important;
}

.mat3 {
  margin-top: 3px !important;
}

.mat4 {
  margin-top: 4px !important;
}

.mat5 {
  margin-top: 5px !important;
}

.mat10 {
  margin-top: 10px !important;
}

.mat15 {
  margin-top: 15px !important;
}

.mat20 {
  margin-top: 20px !important;
}

.mat25 {
  margin-top: 25px !important;
}

.mat30 {
  margin-top: 30px !important;
}

.mat35 {
  margin-top: 35px !important;
}

.mat40 {
  margin-top: 40px !important;
}

.mat45 {
  margin-top: 45px !important;
}

.mat50 {
  margin-top: 50px !important;
}

.mar0 {
  margin-right: 0 !important;
}

.mar3 {
  margin-right: 3px !important;
}

.mar5 {
  margin-right: 5px !important;
}

.mar10 {
  margin-right: 10px !important;
}

.mar15 {
  margin-right: 15px !important;
}

.mar20 {
  margin-right: 20px !important;
}

.mar25 {
  margin-right: 25px !important;
}

.mar30 {
  margin-right: 30px !important;
}

.mar35 {
  margin-right: 35px !important;
}

.mar40 {
  margin-right: 40px !important;
}

.mar45 {
  margin-right: 45px !important;
}

.mar50 {
  margin-right: 50px !important;
}

.mab0 {
  margin-bottom: 0 !important;
}

.mab5 {
  margin-bottom: 5px !important;
}

.mab10 {
  margin-bottom: 10px !important;
}

.mab15 {
  margin-bottom: 15px !important;
}

.mab20 {
  margin-bottom: 20px !important;
}

.mab25 {
  margin-bottom: 25px !important;
}

.mab30 {
  margin-bottom: 30px !important;
}

.mab35 {
  margin-bottom: 35px !important;
}

.mab40 {
  margin-bottom: 40px !important;
}

.mab45 {
  margin-bottom: 45px !important;
}

.mab50 {
  margin-bottom: 50px !important;
}

.mab150 {
  margin-bottom: 150px !important;
}

.mal0 {
  margin-left: 0 !important;
}

.mal5 {
  margin-left: 5px !important;
}

.mal10 {
  margin-left: 10px !important;
}

.mal12 {
  margin-left: 12px !important;
}

.mal15 {
  margin-left: 15px !important;
}

.mal20 {
  margin-left: 20px !important;
}

.mal25 {
  margin-left: 25px !important;
}

.mal30 {
  margin-left: 30px !important;
}

.mal35 {
  margin-left: 35px !important;
}

.mal40 {
  margin-left: 40px !important;
}

.mal45 {
  margin-left: 45px !important;
}

.mal50 {
  margin-left: 50px !important;
}

.mal100 {
  margin-left: 100px !important;
}

.mal150 {
  margin-left: 150px !important;
}

.pa0 {
  padding: 0 !important;
}

.pa5 {
  padding: 5px !important;
}

.pa10 {
  padding: 10px !important;
}

.pa15 {
  padding: 15px !important;
}

.pa20 {
  padding: 20px !important;
}

.pa25 {
  padding: 25px !important;
}

.pa30 {
  padding: 30px !important;
}

.pa35 {
  padding: 35px !important;
}

.pa40 {
  padding: 40px !important;
}

.pa45 {
  padding: 45px !important;
}

.pa50 {
  padding: 50px !important;
}

.pat0 {
  padding-top: 0 !important;
}

.pat5 {
  padding-top: 5px !important;
}

.pat10 {
  padding-top: 10px !important;
}

.pat15 {
  padding-top: 15px !important;
}

.pat20 {
  padding-top: 20px !important;
}

.pat25 {
  padding-top: 25px !important;
}

.pat30 {
  padding-top: 30px !important;
}

.pat35 {
  padding-top: 35px !important;
}

.pat40 {
  padding-top: 40px !important;
}

.pat45 {
  padding-top: 45px !important;
}

.pat50 {
  padding-top: 50px !important;
}

.par0 {
  padding-right: 0 !important;
}

.par5 {
  padding-right: 5px !important;
}

.par10 {
  padding-right: 10px !important;
}

.par15 {
  padding-right: 15px !important;
}

.par20 {
  padding-right: 20px !important;
}

.par25 {
  padding-right: 25px !important;
}

.par30 {
  padding-right: 30px !important;
}

.par35 {
  padding-right: 35px !important;
}

.par40 {
  padding-right: 40px !important;
}

.par45 {
  padding-right: 45px !important;
}

.par50 {
  padding-right: 50px !important;
}

.pab0 {
  padding-bottom: 0 !important;
}

.pab5 {
  padding-bottom: 5px !important;
}

.pab10 {
  padding-bottom: 10px !important;
}

.pab15 {
  padding-bottom: 15px !important;
}

.pab20 {
  padding-bottom: 20px !important;
}

.pab25 {
  padding-bottom: 25px !important;
}

.pab30 {
  padding-bottom: 30px !important;
}

.pab35 {
  padding-bottom: 35px !important;
}

.pab40 {
  padding-bottom: 40px !important;
}

.pab45 {
  padding-bottom: 45px !important;
}

.pab50 {
  padding-bottom: 50px !important;
}

.pal0 {
  padding-left: 0 !important;
}

.pal5 {
  padding-left: 5px !important;
}

.pal10 {
  padding-left: 10px !important;
}

.pal12 {
  padding-left: 12px !important;
}

.pal15 {
  padding-left: 15px !important;
}

.pal20 {
  padding-left: 20px !important;
}

.pal25 {
  padding-left: 25px !important;
}

.pal30 {
  padding-left: 30px !important;
}

.pal35 {
  padding-left: 35px !important;
}

.pal40 {
  padding-left: 40px !important;
}

.pal45 {
  padding-left: 45px !important;
}

.pal50 {
  padding-left: 50px !important;
}

.plr10 {
  padding: 0 10px !important;
}

.plr20 {
  padding: 0 20px !important;
}

.border-all {
  border: 1px solid #D3D3D3;
}

.border-top {
  border-top: 1px solid #D3D3D3;
}

.border-bottom {
  border-bottom: 1px solid #D3D3D3;
}

.border-right {
  border-right: 1px solid #D3D3D3;
}

.border-left {
  border-left: 1px solid #D3D3D3;
}

.border-top-dot {
  border-top: 1px dotted #D3D3D3;
}

.fs7 {
  font-size: 7px;
}

.fs8 {
  font-size: 8px;
}

.fs9 {
  font-size: 9px;
}

.fs10 {
  font-size: 10px;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs17 {
  font-size: 17px;
}

.fs18 {
  font-size: 18px;
}

.fs19 {
  font-size: 19px;
}

.fs20 {
  font-size: 20px;
}

.fs21 {
  font-size: 21px;
}

.fs22 {
  font-size: 22px;
}

.fs23 {
  font-size: 23px;
}

.fs24 {
  font-size: 24px;
}

.fs25 {
  font-size: 25px;
}

.fs26 {
  font-size: 26px;
}

.fs27 {
  font-size: 27px;
}

.fs28 {
  font-size: 28px;
}

.fs29 {
  font-size: 29px;
}

.fs30 {
  font-size: 30px;
}

.fs31 {
  font-size: 31px;
}

.fs32 {
  font-size: 32px;
}

.fs33 {
  font-size: 33px;
}

.fs34 {
  font-size: 34px;
}

.fs35 {
  font-size: 35px;
}

.fs36 {
  font-size: 36px;
}

.fs37 {
  font-size: 37px;
}

.fs38 {
  font-size: 38px;
}

.fs39 {
  font-size: 39px;
}

.fs40 {
  font-size: 40px;
}

.fw100 {
  font-weight: 100;
}

.fw200 {
  font-weight: 200;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.text-center {
  text-align: center;
}

body.home .sec-hero {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100vw;
  margin: 0;
  padding-top: 87px;
}
body.home .sec-hero .deco {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 530px;
  height: 1223px;
  background: url(../img/home/deco_hero.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 634px;
  z-index: -1;
}
body.home .sec-hero .outer {
  align-self: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1392px;
}
body.home .sec-hero .frame {
  align-self: flex-start;
  width: 1024px;
  margin: 0 auto;
}
body.home .sec-hero .sec--inr {
  position: relative;
  height: 620px;
  background-image: url(../img/home/img_hero.svg);
  background-repeat: no-repeat;
  background-position: left top;
}
body.home .sec-hero .heading {
  position: absolute;
  top: -62px;
  font-size: 4.8rem;
  font-family: "Italianno", cursive;
}
body.home .sec-hero .page-title {
  position: absolute;
  left: 272px;
  top: -58px;
  font-weight: normal;
}
body.home .sec-hero .page-title .sub {
  position: relative;
  top: -10px;
  display: block;
  font-size: 1.4rem;
  text-align: right;
}
body.home .sec-hero .description {
  position: absolute;
  left: 290px;
  top: 230px;
  font-size: 3rem;
  line-height: 1.4;
  text-align: left;
  letter-spacing: 0.08em;
}
body.home .sec-hero .gallery {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 342px;
}
body.home .sec-hero .gallery__item {
  margin-left: 6px;
  width: 240px;
}
body.home .sec-hero .gallery__item .pic {
  width: 100%;
}
body.home .sec-hero .gallery-instagram {
  width: 768px;
  position: absolute;
  right: 0;
  top: 340px;
}
body.home .sec-hero .lead {
  padding: 70px 0 25px;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}
body.home .sec-hero .btn-order {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 600px;
  height: 93px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #000;
  box-sizing: border-box;
  border-radius: 4px;
  transition: background 0.2s;
  margin-left: auto;
  margin-right: auto;
}
body.home .sec-hero .btn-order:hover {
  background: #545454;
}
body.home .sec-hero .btn-order .text {
  position: relative;
  display: inline-block;
  height: 93px;
  font-size: 2rem;
  line-height: 93px;
  transition: background 0.2s;
}
body.home .sec-hero .btn-order .text::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: 8px;
  margin-right: -32px;
  vertical-align: middle;
  background-image: url(../img/common/ico_feather.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  transform: translateY(-4px);
}
@media only screen and (max-width: 767px) {
  body.home .sec-hero .btn-order {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 600px;
    height: 80px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    box-sizing: border-box;
    border-radius: 4px;
  }
  body.home .sec-hero .btn-order .text {
    position: relative;
    display: inline-block;
    height: 80px;
    font-size: 2rem;
    line-height: 80px;
  }
  body.home .sec-hero .btn-order .text::after {
    content: "";
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    margin-left: 8px;
    margin-right: -32px;
    vertical-align: middle;
    background-image: url(../img/common/ico_feather.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    transform: translateY(-4px);
  }
}
@media only screen and (max-width: 767px) {
  body.home .sec-hero {
    width: 100vw;
    margin: 0 auto;
    padding-top: 0px;
  }
  body.home .sec-hero .deco {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 60px;
    width: 299px;
    height: 1021px;
    background-image: url(../img/home/deco_hero.png);
    background-repeat: no-repeat;
    background-position: top 0 right -70px;
    background-size: 299px;
    z-index: -1;
  }
  body.home .sec-hero .outer {
    width: 100vw;
  }
  body.home .sec-hero .frame {
    width: 100vw;
    margin: 0;
  }
  body.home .sec-hero .sec--inr {
    position: relative;
    height: auto;
    margin: 0 20px;
    background: none;
  }
  body.home .sec-hero .heading {
    position: static;
    top: 0;
    font-size: 2.8rem;
    font-family: "Italianno", cursive;
  }
  body.home .sec-hero .page-title {
    position: static;
    font-weight: normal;
  }
  body.home .sec-hero .page-title .logo {
    width: 274px;
  }
  body.home .sec-hero .page-title .sub {
    display: block;
    position: relative;
    top: 0px;
    margin-top: 5px;
    font-size: 1.6rem;
    text-align: left;
  }
  body.home .sec-hero .description {
    position: static;
    margin-top: 10px;
    padding-top: 25px;
    font-size: 2.65rem;
    line-height: 1.5;
    text-align: left;
    letter-spacing: 0.08em;
    border-top: 1px solid #000;
  }
  body.home .sec-hero .gallery {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: static;
    margin: 25px 0 0;
    width: 100%;
  }
  body.home .sec-hero .gallery__item {
    margin: 0 3px;
  }
  body.home .sec-hero .gallery__item .pic {
    width: 100%;
  }
  body.home .sec-hero .gallery__item:last-child {
    display: none;
  }
  body.home .sec-hero .gallery-instagram {
    width: 100%;
    position: static;
    margin: 25px 0 0;
  }
  body.home .sec-hero .lead {
    padding: 20px 0;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
  body.home .sec-hero .btn-order {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: auto;
    height: 93px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    box-sizing: border-box;
    border-radius: 4px;
    transition: background 0.2s;
    margin-left: 20px;
    margin-right: 20px;
  }
  body.home .sec-hero .btn-order:hover {
    background: #545454;
  }
  body.home .sec-hero .btn-order .text {
    position: relative;
    display: inline-block;
    height: 93px;
    font-size: 2rem;
    line-height: 93px;
    transition: background 0.2s;
  }
  body.home .sec-hero .btn-order .text::after {
    content: "";
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    margin-left: 8px;
    margin-right: -32px;
    vertical-align: middle;
    background-image: url(../img/common/ico_feather.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    transform: translateY(-4px);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  body.home .sec-hero .btn-order {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: auto;
    height: 80px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    box-sizing: border-box;
    border-radius: 4px;
  }
  body.home .sec-hero .btn-order .text {
    position: relative;
    display: inline-block;
    height: 80px;
    font-size: 2rem;
    line-height: 80px;
  }
  body.home .sec-hero .btn-order .text::after {
    content: "";
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    margin-left: 8px;
    margin-right: -32px;
    vertical-align: middle;
    background-image: url(../img/common/ico_feather.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    transform: translateY(-4px);
  }
}
body.home .sec-intro {
  margin-top: 140px;
}
body.home .sec-intro .eyecat {
  width: 100%;
  max-width: 1392px;
  height: 482px;
  margin: 0 auto;
  background-image: url(../img/home/eyecat_intro.jpg);
  background-position: 0 0;
  background-size: cover;
}
body.home .sec-intro .row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
body.home .sec-intro .row .col {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 50%;
}
body.home .sec-intro .row .col .col__inr {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
body.home .sec-intro .row .col .content {
  order: 1;
  width: 560px;
  box-sizing: border-box;
}
body.home .sec-intro .row .col .content .sec-title {
  display: inline-block;
  margin-top: -0.4em;
  padding: 40px;
  font-size: 10.9em;
  font-family: "Italianno", cursive;
  font-weight: normal;
  line-height: 1;
  background: #fbf8f5;
}
body.home .sec-intro .row .col .content .heading,
body.home .sec-intro .row .col .content .caption {
  margin: 0 40px;
}
body.home .sec-intro .row .col .content .heading {
  margin-bottom: 30px;
  font-size: 2.3rem;
  font-weight: normal;
}
body.home .sec-intro .row .col .content .heading__inr {
  display: inline-block;
  padding-bottom: 0.3em;
  border-bottom: 3px double #666;
}
body.home .sec-intro .row .col .content .caption {
  font-size: 1.5rem;
}
body.home .sec-intro .row .col .content .list__item {
  position: relative;
  padding-left: 0.8em;
}
body.home .sec-intro .row .col .content .list__item::before {
  content: "・";
  position: absolute;
  left: 0;
}
body.home .sec-intro .row .col .pic {
  position: relative;
  width: 700px;
  z-index: -1;
}
body.home .sec-intro .row .col .pic .img {
  display: block;
  width: 100%;
}
body.home .sec-intro .row .col:nth-child(odd)::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: calc(100% - 180px);
  background: #000;
}
body.home .sec-intro .row .col:nth-child(odd) .content {
  align-self: flex-end;
}
body.home .sec-intro .row .col:nth-child(odd) .pic {
  order: 2;
}
body.home .sec-intro .row .col:nth-child(even) .content {
  align-self: flex-start;
}
body.home .sec-intro .row .col:nth-child(even) .pic {
  order: 0;
  align-self: flex-end;
}
@media only screen and (max-width: 767px) {
  body.home .sec-intro {
    margin-top: 70px;
  }
  body.home .sec-intro .eyecat {
    width: 100%;
    max-width: 100vw;
    height: 230px;
    margin: 0 auto;
    background-image: url(../img/home/eyecat_intro.jpg);
    background-size: cover;
  }
  body.home .sec-intro .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  body.home .sec-intro .row .col {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
  }
  body.home .sec-intro .row .col .col__inr {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
  }
  body.home .sec-intro .row .col .content {
    order: 1;
    width: 100vw;
    box-sizing: border-box;
  }
  body.home .sec-intro .row .col .content .sec-title {
    display: inline-block;
    margin-top: -0.4em;
    padding: 20px 40px 10px 20px;
    font-size: 5.3em;
    font-family: "Italianno", cursive;
    font-weight: normal;
    line-height: 1;
    background: #fbf8f5;
  }
  body.home .sec-intro .row .col .content .heading,
body.home .sec-intro .row .col .content .caption {
    margin: 0 40px;
  }
  body.home .sec-intro .row .col .content .heading {
    margin-bottom: 30px;
    font-size: 2.3rem;
    font-weight: normal;
  }
  body.home .sec-intro .row .col .content .heading__inr {
    display: inline-block;
    width: 100%;
    padding-bottom: 0.3em;
    border-bottom: 3px double #666;
  }
  body.home .sec-intro .row .col .content .caption {
    font-size: 1.5rem;
  }
  body.home .sec-intro .row .col .content .list__item {
    position: relative;
    padding-left: 0.8em;
  }
  body.home .sec-intro .row .col .content .list__item::before {
    content: "・";
    position: absolute;
    left: 0;
  }
  body.home .sec-intro .row .col .pic {
    position: relative;
    width: 100%;
    margin-top: 25px;
    z-index: -1;
  }
  body.home .sec-intro .row .col .pic .img {
    display: block;
    width: 100%;
    height: auto;
  }
  body.home .sec-intro .row .col:nth-child(odd)::after {
    content: none;
  }
  body.home .sec-intro .row .col:nth-child(odd) .content {
    align-self: flex-end;
  }
  body.home .sec-intro .row .col:nth-child(odd) .pic {
    order: 2;
  }
  body.home .sec-intro .row .col:nth-child(even) {
    margin-top: 25px;
  }
  body.home .sec-intro .row .col:nth-child(even) .content {
    align-self: flex-start;
  }
  body.home .sec-intro .row .col:nth-child(even) .sec-title {
    margin-top: 0;
  }
  body.home .sec-intro .row .col:nth-child(even) .pic {
    order: 2;
    align-self: flex-end;
  }
}
body.home .sec-eduquer {
  display: flex;
  flex-direction: column;
  margin-top: 200px;
  padding-bottom: 200px;
}
body.home .sec-eduquer .frame {
  align-self: center;
  width: 100%;
  max-width: 1392px;
  margin: 0 40px;
  border: 1px solid #000;
}
body.home .sec-eduquer .block-title {
  text-align: center;
}
body.home .sec-eduquer .sec-title {
  display: inline-block;
  margin-top: -0.8em;
  padding: 40px 80px 0;
  font-size: 10.9em;
  font-family: "Italianno", cursive;
  font-weight: normal;
  line-height: 1;
  background: #fbf8f5;
}
body.home .sec-eduquer .heading {
  margin-bottom: 30px;
  font-size: 2.3rem;
  font-weight: normal;
}
body.home .sec-eduquer .heading__inr {
  display: inline-block;
  padding-bottom: 0.3em;
  border-bottom: 3px double #666;
}
body.home .sec-eduquer .caption {
  font-size: 1.5rem;
}
body.home .sec-eduquer .row {
  display: flex;
  justify-content: space-between;
  padding: 40px;
  box-sizing: border-box;
}
body.home .sec-eduquer .row .col {
  flex: 1;
  position: relative;
  margin: 0 3.5px;
}
body.home .sec-eduquer .row .col::after {
  content: "";
  position: absolute;
  right: -3px;
  bottom: 0;
  width: 1px;
  height: 40%;
  background: #000;
}
body.home .sec-eduquer .row .col:last-child::after {
  content: none;
}
body.home .sec-eduquer .row .thumb {
  margin-bottom: 40px;
}
body.home .sec-eduquer .row .thumb img {
  width: 100%;
}
body.home .sec-eduquer .row .title,
body.home .sec-eduquer .row .caption {
  padding: 0 40px;
}
body.home .sec-eduquer .row .title {
  font-size: 1.9rem;
  font-weight: normal;
  line-height: 1.73;
}
body.home .sec-eduquer .row .caption {
  margin-top: 20px;
}
body.home .sec-eduquer .btn-order {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 688px;
  height: 93px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #000;
  box-sizing: border-box;
  border-radius: 4px;
  transition: background 0.2s;
  display: block;
  margin: 80px auto;
}
body.home .sec-eduquer .btn-order:hover {
  background: #545454;
}
body.home .sec-eduquer .btn-order .text {
  position: relative;
  display: inline-block;
  height: 93px;
  font-size: 2rem;
  line-height: 93px;
  transition: background 0.2s;
}
body.home .sec-eduquer .btn-order .text::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: 8px;
  margin-right: -32px;
  vertical-align: middle;
  background-image: url(../img/common/ico_feather.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  transform: translateY(-4px);
}
@media only screen and (max-width: 767px) {
  body.home .sec-eduquer .btn-order {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 688px;
    height: 80px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    box-sizing: border-box;
    border-radius: 4px;
  }
  body.home .sec-eduquer .btn-order .text {
    position: relative;
    display: inline-block;
    height: 80px;
    font-size: 2rem;
    line-height: 80px;
  }
  body.home .sec-eduquer .btn-order .text::after {
    content: "";
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    margin-left: 8px;
    margin-right: -32px;
    vertical-align: middle;
    background-image: url(../img/common/ico_feather.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    transform: translateY(-4px);
  }
}
@media only screen and (max-width: 767px) {
  body.home .sec-eduquer {
    display: flex;
    flex-direction: column;
    width: 100vw;
    margin-top: 60px;
    padding-bottom: 100px;
    border-top: 1px solid #000;
  }
  body.home .sec-eduquer .frame {
    align-self: center;
    max-width: auto;
    width: auto;
    margin: 0 20px;
    padding-top: 60px;
    border: none;
  }
  body.home .sec-eduquer .block-title {
    text-align: left;
  }
  body.home .sec-eduquer .sec-title {
    display: inline-block;
    margin-top: 0;
    padding: 0;
    font-size: 5.3em;
    font-family: "Italianno", cursive;
    font-weight: normal;
    line-height: 1;
    background: #fbf8f5;
  }
  body.home .sec-eduquer .heading {
    margin-bottom: 30px;
    font-size: 2.3rem;
    font-weight: normal;
  }
  body.home .sec-eduquer .heading__inr {
    display: inline-block;
    width: 100%;
    padding-bottom: 0.3em;
    border-bottom: 3px double #666;
  }
  body.home .sec-eduquer .caption {
    font-size: 1.5rem;
  }
  body.home .sec-eduquer .row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px;
    box-sizing: border-box;
  }
  body.home .sec-eduquer .row .col {
    flex: 1;
    position: relative;
    margin: 40px 0 0;
  }
  body.home .sec-eduquer .row .col:first-child {
    margin-top: 0;
  }
  body.home .sec-eduquer .row .col::after {
    content: none;
  }
  body.home .sec-eduquer .row .col:last-child::after {
    content: none;
  }
  body.home .sec-eduquer .row .thumb {
    width: 100%;
    margin-bottom: 40px;
  }
  body.home .sec-eduquer .row .thumb img {
    width: 100%;
  }
  body.home .sec-eduquer .row .title,
body.home .sec-eduquer .row .caption {
    padding: 0 0px;
  }
  body.home .sec-eduquer .row .title {
    font-size: 1.9rem;
    font-weight: normal;
    line-height: 1.73;
  }
  body.home .sec-eduquer .row .caption {
    margin-top: 20px;
  }
  body.home .sec-eduquer .btn-order {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: auto;
    height: 93px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    box-sizing: border-box;
    border-radius: 4px;
    transition: background 0.2s;
    display: block;
    margin: 80px 20px;
  }
  body.home .sec-eduquer .btn-order:hover {
    background: #545454;
  }
  body.home .sec-eduquer .btn-order .text {
    position: relative;
    display: inline-block;
    height: 93px;
    font-size: 2rem;
    line-height: 93px;
    transition: background 0.2s;
  }
  body.home .sec-eduquer .btn-order .text::after {
    content: "";
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    margin-left: 8px;
    margin-right: -32px;
    vertical-align: middle;
    background-image: url(../img/common/ico_feather.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    transform: translateY(-4px);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  body.home .sec-eduquer .btn-order {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: auto;
    height: 80px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    box-sizing: border-box;
    border-radius: 4px;
  }
  body.home .sec-eduquer .btn-order .text {
    position: relative;
    display: inline-block;
    height: 80px;
    font-size: 2rem;
    line-height: 80px;
  }
  body.home .sec-eduquer .btn-order .text::after {
    content: "";
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    margin-left: 8px;
    margin-right: -32px;
    vertical-align: middle;
    background-image: url(../img/common/ico_feather.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    transform: translateY(-4px);
  }
}
body.home .sec-stimuler {
  display: flex;
  flex-direction: column;
}
body.home .sec-stimuler .eyecat {
  align-self: center;
  max-width: 100%;
}
body.home .sec-stimuler .eyecat img {
  width: 100%;
}
body.home .sec-stimuler .block-title {
  text-align: center;
}
body.home .sec-stimuler .sec-title {
  position: relative;
  display: inline-block;
  width: 860px;
  margin-top: -66px;
  padding: 40px 80px 0;
  font-size: 10.9em;
  font-family: "Italianno", cursive;
  font-weight: normal;
  line-height: 1;
  background: #fbf8f5;
  z-index: 1;
}
body.home .sec-stimuler .heading {
  margin-bottom: 30px;
  padding-bottom: 40px;
  font-size: 2.3rem;
  letter-spacing: 0.2em;
  font-weight: normal;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 500px;
}
body.home .sec-stimuler .heading__inr {
  display: inline-block;
  padding-bottom: 0.3em;
  border-bottom: 3px double #666;
}
body.home .sec-stimuler .row {
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 1120px;
}
body.home .sec-stimuler .row::before {
  content: "";
  position: absolute;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 100%;
  background: #000;
}
body.home .sec-stimuler .row .col {
  width: calc(50% - 20px);
  box-sizing: border-box;
}
body.home .sec-stimuler .row .col:nth-child(odd) .thumb {
  order: 2;
}
body.home .sec-stimuler .row .col:nth-child(even) {
  padding-top: 120px;
}
body.home .sec-stimuler .list__item {
  display: flex;
  margin-bottom: 90px;
}
body.home .sec-stimuler .list .thumb {
  flex: 0 0 auto;
  width: 136px;
  height: 136px;
  margin: 0 20px;
  border-radius: 100%;
  overflow: hidden;
}
body.home .sec-stimuler .list .thumb img {
  width: 100%;
}
body.home .sec-stimuler .list .name-jp {
  font-size: 1.9rem;
}
body.home .sec-stimuler .list .name-en {
  font-size: 1.2rem;
}
body.home .sec-stimuler .list .caption {
  margin-top: 20px;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  text-align: justify;
}
body.home .sec-stimuler .other {
  align-self: center;
  width: 1120px;
  margin-top: 40px;
  padding: 40px 0 60px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
body.home .sec-stimuler .other > .swiper-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body.home .sec-stimuler .other .item {
  align-self: flex-start;
  width: 136px;
  margin: 20px 12px 0;
}
body.home .sec-stimuler .other .thumb {
  flex: 0 0 auto;
  width: 136px;
  height: 136px;
  border-radius: 100%;
  overflow: hidden;
}
body.home .sec-stimuler .other .thumb img {
  width: 100%;
}
body.home .sec-stimuler .other .name-jp {
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  body.home .sec-stimuler {
    display: flex;
    flex-direction: column;
  }
  body.home .sec-stimuler .eyecat {
    align-self: center;
    max-width: 100%;
  }
  body.home .sec-stimuler .eyecat img {
    width: 100%;
  }
  body.home .sec-stimuler .block-title {
    text-align: left;
  }
  body.home .sec-stimuler .sec-title {
    display: inline-block;
    width: auto;
    margin-top: -0.4em;
    padding: 20px 40px 10px 20px;
    font-size: 5.3em;
    font-family: "Italianno", cursive;
    font-weight: normal;
    line-height: 1;
    background: #fbf8f5;
  }
  body.home .sec-stimuler .heading {
    margin: 0 20px 30px;
    padding-bottom: 78px;
    font-size: 2.3rem;
    letter-spacing: 0.08em;
    font-weight: normal;
  }
  body.home .sec-stimuler .heading__inr {
    display: inline-block;
    width: 100%;
    padding-bottom: 0.3em;
    border-bottom: 3px double #666;
  }
  body.home .sec-stimuler .row {
    position: relative;
    align-self: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  body.home .sec-stimuler .row::before {
    content: none;
  }
  body.home .sec-stimuler .row .col {
    width: 100%;
    box-sizing: border-box;
  }
  body.home .sec-stimuler .row .col:nth-child(odd) .thumb {
    order: 2;
  }
  body.home .sec-stimuler .row .col:nth-child(even) {
    padding-top: 0px;
  }
  body.home .sec-stimuler .list {
    margin: 0 20px;
  }
  body.home .sec-stimuler .list__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 40px;
  }
  body.home .sec-stimuler .list .thumb {
    align-self: center;
    flex: 0 0 auto;
    width: 204px;
    height: 204px;
    margin: 0px;
    border-radius: 100%;
    overflow: hidden;
  }
  body.home .sec-stimuler .list .thumb img {
    width: 100%;
  }
  body.home .sec-stimuler .list .prof {
    order: 2;
    margin-top: 20px;
    text-align: center;
  }
  body.home .sec-stimuler .list .name-jp {
    font-size: 1.9rem;
  }
  body.home .sec-stimuler .list .name-en {
    font-size: 1.2rem;
  }
  body.home .sec-stimuler .list .caption {
    margin-top: 20px;
    font-size: 1.5rem;
    letter-spacing: 0.2em;
    text-align: justify;
  }
  body.home .sec-stimuler .other {
    align-self: center;
    width: 100vw;
    margin-top: 40px;
    padding: 40px 0 110px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    overflow: auto;
  }
  body.home .sec-stimuler .other > .swiper-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  body.home .sec-stimuler .other .item {
    align-self: flex-start;
    width: 204px;
    height: 204px;
    margin: 0px 12px 0;
  }
  body.home .sec-stimuler .other .thumb {
    flex: 0 0 auto;
    width: 204px;
    height: 204px;
    border-radius: 100%;
    overflow: hidden;
  }
  body.home .sec-stimuler .other .thumb img {
    width: 100%;
  }
  body.home .sec-stimuler .other .name-jp {
    margin-top: 10px;
    font-size: 1.9rem;
    line-height: 1.2;
    text-align: center;
  }
}
body.home .sec-realisations {
  margin-top: 190px;
}
body.home .sec-realisations .eyecat {
  display: flex;
  height: 460px;
}
body.home .sec-realisations .eyecat .pic {
  width: calc(100% - 340px);
  height: 100%;
}
body.home .sec-realisations .eyecat .pic:first-child {
  background-image: url(../img/home/eyecat_realisations_1.jpg);
  background-size: cover;
}
body.home .sec-realisations .eyecat .pic:last-child {
  background-image: url(../img/home/eyecat_realisations_2.jpg);
  background-size: cover;
}
body.home .sec-realisations .block-title {
  flex: 0 0 auto;
  width: 680px;
  padding: 0px 150px 0;
  text-align: center;
  box-sizing: border-box;
  text-align: center;
  box-sizing: border-box;
}
body.home .sec-realisations .sec-title {
  display: inline-block;
  font-size: 7.2em;
  font-family: "Italianno", cursive;
  font-weight: normal;
  line-height: 0.8;
  background: #fbf8f5;
}
body.home .sec-realisations .heading {
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 2.3rem;
  letter-spacing: 0.1em;
  font-weight: normal;
  white-space: nowrap;
}
body.home .sec-realisations .heading__inr {
  display: block;
  padding-bottom: 0.3em;
  border-bottom: 3px double #666;
}
body.home .sec-realisations .aera-lineup {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}
body.home .sec-realisations .aera-lineup .area-title {
  align-self: center;
  text-align: center;
  border-bottom: 3px double #666;
  box-sizing: border-box;
  padding-bottom: 0.25rem;
}
body.home .sec-realisations .aera-lineup .area-title .text {
  line-height: 1.2;
  font-size: 2.3rem;
  font-weight: normal;
}
body.home .sec-realisations .aera-lineup .lead {
  margin-top: 15px;
  text-align: center;
}
body.home .sec-realisations .list {
  align-self: center;
  width: 1120px;
  margin-top: 20px;
}
body.home .sec-realisations .list > .swiper-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.home .sec-realisations .list__item {
  flex: 0 0 auto;
  width: 220px;
}
body.home .sec-realisations .list .card {
  position: relative;
  display: block;
  background: #f3f3f3;
  color: #000;
  text-decoration: none;
}
body.home .sec-realisations .list .card::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 34px;
  height: 8px;
  background-repeat: no-repeat;
  background-position: 0 0;
  transition: transform 0.2s;
}
body.home .sec-realisations .list .card:hover::after {
  transform: translateX(5px);
}
body.home .sec-realisations .list .card:hover .pic {
  transform: scale(1.05);
  transition: transform 1s;
}
body.home .sec-realisations .list .thumb {
  overflow: hidden;
}
body.home .sec-realisations .list .pic {
  width: 100%;
  transition: transform 0.6s;
}
body.home .sec-realisations .list .detail {
  padding: 30px;
}
body.home .sec-realisations .list .price {
  font-size: 1.2rem;
}
body.home .sec-realisations .list .caption {
  margin-top: 10px;
}
body.home .sec-realisations .btn-order {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 688px;
  height: 93px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #000;
  box-sizing: border-box;
  border-radius: 4px;
  transition: background 0.2s;
  display: block;
  margin: 80px auto;
}
body.home .sec-realisations .btn-order:hover {
  background: #545454;
}
body.home .sec-realisations .btn-order .text {
  position: relative;
  display: inline-block;
  height: 93px;
  font-size: 2rem;
  line-height: 93px;
  transition: background 0.2s;
}
body.home .sec-realisations .btn-order .text::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: 8px;
  margin-right: -32px;
  vertical-align: middle;
  background-image: url(../img/common/ico_feather.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  transform: translateY(-4px);
}
@media only screen and (max-width: 767px) {
  body.home .sec-realisations .btn-order {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 688px;
    height: 80px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    box-sizing: border-box;
    border-radius: 4px;
  }
  body.home .sec-realisations .btn-order .text {
    position: relative;
    display: inline-block;
    height: 80px;
    font-size: 2rem;
    line-height: 80px;
  }
  body.home .sec-realisations .btn-order .text::after {
    content: "";
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    margin-left: 8px;
    margin-right: -32px;
    vertical-align: middle;
    background-image: url(../img/common/ico_feather.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    transform: translateY(-4px);
  }
}
@media only screen and (max-width: 767px) {
  body.home .sec-realisations {
    margin-top: 190px;
  }
  body.home .sec-realisations .eyecat {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
  }
  body.home .sec-realisations .eyecat .pic {
    width: 100%;
    height: 250px;
  }
  body.home .sec-realisations .eyecat .pic:first-child {
    background-image: url(../img/home/eyecat_realisations_1.jpg);
    background-size: cover;
  }
  body.home .sec-realisations .eyecat .pic:last-child {
    display: none;
  }
  body.home .sec-realisations .block-title {
    flex: 0 0 auto;
    width: 100%;
    padding: 0;
    text-align: left;
    box-sizing: border-box;
  }
  body.home .sec-realisations .sec-title {
    display: inline-block;
    width: auto;
    margin-top: -0.4em;
    padding: 20px 40px 10px 20px;
    font-size: 5.3em;
    font-family: "Italianno", cursive;
    font-weight: normal;
    line-height: 1;
    background: #fbf8f5;
  }
  body.home .sec-realisations .heading {
    margin: 0 20px 30px;
    font-size: 2.3rem;
    letter-spacing: 0.08em;
    font-weight: normal;
  }
  body.home .sec-realisations .heading__inr {
    display: inline-block;
    width: 100%;
    padding-bottom: 0.3em;
    border-bottom: 3px double #666;
  }
  body.home .sec-realisations .lead {
    margin: 0 20px;
  }
  body.home .sec-realisations .aera-lineup {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
  }
  body.home .sec-realisations .aera-lineup .area-title {
    align-self: center;
    text-align: center;
  }
  body.home .sec-realisations .aera-lineup .area-title .text {
    line-height: 0.8;
    font-size: 2.3rem;
    font-weight: normal;
  }
  body.home .sec-realisations .aera-lineup .lead {
    margin-top: 15px;
    text-align: left;
  }
  body.home .sec-realisations .list {
    align-self: center;
    width: 100vw;
    margin-top: 40px;
    overflow: auto;
  }
  body.home .sec-realisations .list > .swiper-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  body.home .sec-realisations .list__item {
    flex: 0 0 auto;
    width: 220px;
    margin: 0 3px;
  }
  body.home .sec-realisations .list .card {
    position: relative;
    display: block;
    background: #f3f3f3;
    color: #000;
    text-decoration: none;
  }
  body.home .sec-realisations .list .card::after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 34px;
    height: 8px;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  body.home .sec-realisations .list .detail {
    padding: 20px 20px 30px;
  }
  body.home .sec-realisations .list .price {
    font-size: 1.2rem;
  }
  body.home .sec-realisations .list .caption {
    margin-top: 10px;
  }
  body.home .sec-realisations .btn-order {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: auto;
    height: 93px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    box-sizing: border-box;
    border-radius: 4px;
    transition: background 0.2s;
    display: block;
    margin: 80px 20px;
  }
  body.home .sec-realisations .btn-order:hover {
    background: #545454;
  }
  body.home .sec-realisations .btn-order .text {
    position: relative;
    display: inline-block;
    height: 93px;
    font-size: 2rem;
    line-height: 93px;
    transition: background 0.2s;
  }
  body.home .sec-realisations .btn-order .text::after {
    content: "";
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    margin-left: 8px;
    margin-right: -32px;
    vertical-align: middle;
    background-image: url(../img/common/ico_feather.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    transform: translateY(-4px);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  body.home .sec-realisations .btn-order {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: auto;
    height: 80px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    box-sizing: border-box;
    border-radius: 4px;
  }
  body.home .sec-realisations .btn-order .text {
    position: relative;
    display: inline-block;
    height: 80px;
    font-size: 2rem;
    line-height: 80px;
  }
  body.home .sec-realisations .btn-order .text::after {
    content: "";
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    margin-left: 8px;
    margin-right: -32px;
    vertical-align: middle;
    background-image: url(../img/common/ico_feather.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    transform: translateY(-4px);
  }
}
body.home .sec-voix {
  display: flex;
  flex-direction: column;
  margin-top: 200px;
}
body.home .sec-voix .frame {
  align-self: center;
  width: 100%;
  max-width: 1392px;
  margin: 0 40px;
  border: 1px solid #000;
}
body.home .sec-voix .block-title {
  text-align: center;
}
body.home .sec-voix .sec-title {
  display: inline-block;
  margin-top: -130px;
  padding: 40px 20px 0;
  font-size: 7.2em;
  font-family: "Italianno", cursive;
  font-weight: normal;
  line-height: 1;
  background: #fbf8f5;
}
body.home .sec-voix .heading {
  margin-bottom: 30px;
  font-size: 2.3rem;
  font-weight: normal;
}
body.home .sec-voix .heading__inr {
  display: inline-block;
  padding-bottom: 0.3em;
  border-bottom: 3px double #666;
}
body.home .sec-voix .list {
  align-self: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: auto;
  margin: 40px 80px 0;
  padding-bottom: 80px;
}
body.home .sec-voix .list__item {
  width: 33.333%;
  padding: 4px;
  box-sizing: border-box;
}
body.home .sec-voix .list .card {
  position: relative;
  display: flex;
  padding: 20px;
  color: #000;
  text-decoration: none;
  background: #f3f3f3;
}
body.home .sec-voix .list .card::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 34px;
  height: 8px;
  background-repeat: no-repeat;
  background-position: 0 0;
  transition: transform 0.2s;
}
body.home .sec-voix .list .card:hover::after {
  transform: translateX(5px);
}
body.home .sec-voix .list .thumb {
  flex: 0 0 auto;
  width: 136px;
  height: 136px;
  border-radius: 100%;
  overflow: hidden;
}
body.home .sec-voix .list .thumb .pic {
  width: 100%;
}
body.home .sec-voix .list .detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-left: 20px;
}
body.home .sec-voix .list .data {
  font-size: 1.2rem;
}
body.home .sec-voix .list .caption {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  body.home .sec-voix {
    display: flex;
    flex-direction: column;
    margin-top: 75px;
  }
  body.home .sec-voix .frame {
    align-self: center;
    width: 100%;
    max-width: 1392px;
    margin: 0 0;
    border: 1px solid #000;
  }
  body.home .sec-voix .block-title {
    text-align: left;
    margin: 0 20px;
  }
  body.home .sec-voix .sec-title {
    display: inline-block;
    margin-top: 0;
    padding: 40px 0 0;
    font-size: 5.3em;
    font-family: "Italianno", cursive;
    font-weight: normal;
    line-height: 1;
    background: #fbf8f5;
    white-space: nowrap;
  }
  body.home .sec-voix .heading {
    margin-bottom: 30px;
    font-size: 2.3rem;
    font-weight: normal;
  }
  body.home .sec-voix .heading__inr {
    display: inline-block;
    width: 100%;
    padding-bottom: 0.3em;
    border-bottom: 3px double #666;
  }
  body.home .sec-voix .list {
    align-self: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 40px 0 0;
    padding-bottom: 80px;
  }
  body.home .sec-voix .list__item {
    width: auto;
    padding: 0;
    margin: 10px 20px 0;
    box-sizing: border-box;
  }
  body.home .sec-voix .list .card {
    position: relative;
    display: flex;
    padding: 20px;
    color: #000;
    text-decoration: none;
    background: #f3f3f3;
  }
  body.home .sec-voix .list .card::after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 34px;
    height: 8px;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  body.home .sec-voix .list .thumb {
    flex: 0 0 auto;
    width: 136px;
    height: 136px;
    border-radius: 100%;
    overflow: hidden;
  }
  body.home .sec-voix .list .detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-left: 20px;
  }
  body.home .sec-voix .list .data {
    font-size: 1.2rem;
  }
  body.home .sec-voix .list .caption {
    margin-top: 10px;
  }
}
body.home .sec-flux {
  display: flex;
  flex-direction: column;
  margin-top: 200px;
}
body.home .sec-flux .outer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body.home .sec-flux .eyecat {
  position: relative;
  width: 45%;
  background-image: url(../img/home/eyecat_flux.jpg);
  background-size: cover;
}
body.home .sec-flux .eyecat .block-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  right: -520px;
  top: -140px;
  width: auto;
  height: auto;
  padding: 30px 50px;
  background: #fbf8f5;
  text-align: center;
}
body.home .sec-flux .eyecat .sec-title {
  display: block;
  font-size: 7.2em;
  font-family: "Italianno", cursive;
  font-weight: normal;
  line-height: 0.7;
}
body.home .sec-flux .eyecat .heading {
  font-size: 2.3rem;
  font-weight: normal;
}
body.home .sec-flux .eyecat .heading__inr {
  display: inline-block;
  padding-bottom: 0.3em;
  border-bottom: 3px double #666;
}
body.home .sec-flux .content {
  width: 50%;
}
body.home .sec-flux .step {
  width: 560px;
}
body.home .sec-flux .step__item {
  display: flex;
  position: relative;
  border-bottom: 1px solid #000;
}
body.home .sec-flux .step__item::after {
  content: "";
  position: absolute;
  left: calc(50% - 4px);
  bottom: -10px;
  width: 18px;
  height: 18px;
  background: #fbf8f5;
  border-width: 1px;
  border-style: solid;
  border-color: transparent transparent #000 #000;
  transform: rotate(-45deg);
}
body.home .sec-flux .step__item:last-child {
  border: none;
}
body.home .sec-flux .step__item:last-child::after {
  content: none;
}
body.home .sec-flux .step__item .heading {
  font-family: "Italianno", cursive;
}
body.home .sec-flux .step__item .heading .sub {
  font-size: 3.2rem;
  vertical-align: middle;
}
body.home .sec-flux .step__item .heading .num {
  font-size: 10.9rem;
  vertical-align: middle;
}
body.home .sec-flux .step__item .detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 40px;
}
body.home .sec-flux .step__item .detail .subhead {
  font-size: 2.3rem;
}
body.home .sec-flux .step__item .detail .caption {
  margin-top: 10px;
}
body.home .sec-flux .step__item--last {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 30px 0;
}
body.home .sec-flux .step__item--last .fin {
  font-size: 2.3rem;
  border-bottom: 3px double #666;
}
body.home .sec-flux .btn-order {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 688px;
  height: 93px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #000;
  box-sizing: border-box;
  border-radius: 4px;
  transition: background 0.2s;
  display: block;
  margin: 120px auto 40px;
}
body.home .sec-flux .btn-order:hover {
  background: #545454;
}
body.home .sec-flux .btn-order .text {
  position: relative;
  display: inline-block;
  height: 93px;
  font-size: 2rem;
  line-height: 93px;
  transition: background 0.2s;
}
body.home .sec-flux .btn-order .text::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: 8px;
  margin-right: -32px;
  vertical-align: middle;
  background-image: url(../img/common/ico_feather.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  transform: translateY(-4px);
}
@media only screen and (max-width: 767px) {
  body.home .sec-flux .btn-order {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 688px;
    height: 80px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    box-sizing: border-box;
    border-radius: 4px;
  }
  body.home .sec-flux .btn-order .text {
    position: relative;
    display: inline-block;
    height: 80px;
    font-size: 2rem;
    line-height: 80px;
  }
  body.home .sec-flux .btn-order .text::after {
    content: "";
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    margin-left: 8px;
    margin-right: -32px;
    vertical-align: middle;
    background-image: url(../img/common/ico_feather.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    transform: translateY(-4px);
  }
}
body.home .sec-flux .block-present {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  position: relative;
  width: 560px;
  height: 109px;
  padding-left: 130px;
  box-sizing: border-box;
}
body.home .sec-flux .block-present::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 109px;
  height: 109px;
  background-image: url(../img/home/ico_present.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 109px;
}
body.home .sec-flux .block-present .heading {
  font-size: 2.3rem;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  body.home .sec-flux {
    display: flex;
    flex-direction: column;
    margin-top: 100px;
  }
  body.home .sec-flux .outer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  body.home .sec-flux .eyecat {
    position: relative;
    width: 100%;
    height: auto;
    background: none;
  }
  body.home .sec-flux .eyecat .pic {
    width: 100%;
    height: auto;
  }
  body.home .sec-flux .eyecat .block-title {
    flex: 0 0 auto;
    display: block;
    position: static;
    width: 100%;
    padding: 0px;
    text-align: left;
    box-sizing: border-box;
    text-align: left;
    box-sizing: border-box;
  }
  body.home .sec-flux .eyecat .sec-title {
    display: inline-block;
    width: auto;
    margin-top: -0.4em;
    padding: 20px 40px 10px 20px;
    font-size: 5.3em;
    font-family: "Italianno", cursive;
    font-weight: normal;
    line-height: 1;
    background: #fbf8f5;
  }
  body.home .sec-flux .eyecat .heading {
    margin: 0 20px 30px;
    font-size: 2.3rem;
    letter-spacing: 0.08em;
    font-weight: normal;
  }
  body.home .sec-flux .eyecat .heading__inr {
    display: inline-block;
    width: 100%;
    padding-bottom: 0.3em;
    border-bottom: 3px double #666;
  }
  body.home .sec-flux .content {
    width: 100%;
  }
  body.home .sec-flux .step {
    width: auto;
    margin: 0 20px;
  }
  body.home .sec-flux .step__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 35px;
    border-bottom: 1px solid #000;
  }
  body.home .sec-flux .step__item::after {
    content: "";
    position: absolute;
    left: calc(50% - 4px);
    bottom: -10px;
    width: 18px;
    height: 18px;
    background: #fbf8f5;
    border-width: 1px;
    border-style: solid;
    border-color: transparent transparent #000 #000;
    transform: rotate(-45deg);
  }
  body.home .sec-flux .step__item:last-child {
    border: none;
  }
  body.home .sec-flux .step__item:last-child::after {
    content: none;
  }
  body.home .sec-flux .step__item .heading {
    display: block;
    line-height: 0.6;
  }
  body.home .sec-flux .step__item .heading .sub {
    font-size: 3.2rem;
    vertical-align: middle;
  }
  body.home .sec-flux .step__item .heading .num {
    font-size: 10.9rem;
    vertical-align: middle;
  }
  body.home .sec-flux .step__item .detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding-bottom: 20px;
  }
  body.home .sec-flux .step__item .detail .subhead {
    font-size: 2.3rem;
  }
  body.home .sec-flux .step__item .detail .caption {
    margin-top: 10px;
  }
  body.home .sec-flux .step__item--last {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 30px 0;
  }
  body.home .sec-flux .step__item--last .fin {
    font-size: 2.3rem;
    border-bottom: 3px double #666;
  }
  body.home .sec-flux .btn-order {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: auto;
    height: 93px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    box-sizing: border-box;
    border-radius: 4px;
    transition: background 0.2s;
    display: block;
    margin: 40px 20px 40px;
  }
  body.home .sec-flux .btn-order:hover {
    background: #545454;
  }
  body.home .sec-flux .btn-order .text {
    position: relative;
    display: inline-block;
    height: 93px;
    font-size: 2rem;
    line-height: 93px;
    transition: background 0.2s;
  }
  body.home .sec-flux .btn-order .text::after {
    content: "";
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    margin-left: 8px;
    margin-right: -32px;
    vertical-align: middle;
    background-image: url(../img/common/ico_feather.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    transform: translateY(-4px);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  body.home .sec-flux .btn-order {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: auto;
    height: 80px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    box-sizing: border-box;
    border-radius: 4px;
  }
  body.home .sec-flux .btn-order .text {
    position: relative;
    display: inline-block;
    height: 80px;
    font-size: 2rem;
    line-height: 80px;
  }
  body.home .sec-flux .btn-order .text::after {
    content: "";
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    margin-left: 8px;
    margin-right: -32px;
    vertical-align: middle;
    background-image: url(../img/common/ico_feather.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    transform: translateY(-4px);
  }
}
@media only screen and (max-width: 767px) {
  body.home .sec-flux .block-present {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    position: relative;
    width: 560px;
    height: 109px;
    padding-left: 130px;
    box-sizing: border-box;
  }
  body.home .sec-flux .block-present::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 109px;
    height: 109px;
    background-image: url(../img/home/ico_present.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 109px;
  }
  body.home .sec-flux .block-present .heading {
    font-size: 2.3rem;
    font-weight: normal;
  }
}
body.home .sec-qa {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 200px;
}
body.home .sec-qa .deco {
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: -1;
}
body.home .sec-qa .deco--1 {
  right: 0;
  top: -100px;
  width: 601px;
  height: 601px;
  background-image: url(../img/home/deco_qa_1.png);
}
body.home .sec-qa .deco--2 {
  left: 0;
  top: 380px;
  width: 600px;
  height: 764px;
  background-image: url(../img/home/deco_qa_2.png);
}
body.home .sec-qa .deco--3 {
  right: 0;
  bottom: -100px;
  width: 601px;
  height: 601px;
  background-image: url(../img/home/deco_qa_3.png);
}
body.home .sec-qa .frame {
  align-self: center;
  width: 100%;
  max-width: 1392px;
  padding: 0 60px 60px;
  border: 1px solid #000;
  box-sizing: border-box;
}
body.home .sec-qa .block-title {
  text-align: center;
}
body.home .sec-qa .sec-title {
  display: inline-block;
  margin-top: -130px;
  padding: 40px 20px 0;
  font-size: 7.2em;
  font-family: "Italianno", cursive;
  font-weight: normal;
  line-height: 1;
  background: #fbf8f5;
}
body.home .sec-qa .heading {
  margin-bottom: 30px;
  font-size: 2.3rem;
  font-weight: normal;
}
body.home .sec-qa .heading__inr {
  display: inline-block;
  padding-bottom: 0.3em;
  border-bottom: 3px double #666;
}
body.home .sec-qa .area-qa {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 100px 0;
  background: rgba(244, 241, 237, 0.8);
}
body.home .sec-qa .area-qa .qa {
  align-self: center;
  width: 760px;
}
body.home .sec-qa .area-qa .qa__list {
  padding: 40px 0;
  border-bottom: 1px solid #000;
}
body.home .sec-qa .area-qa .qa__list .term,
body.home .sec-qa .area-qa .qa__list .desc {
  position: relative;
  min-height: 57px;
  padding-top: 5px;
  padding-left: 70px;
}
body.home .sec-qa .area-qa .qa__list .term .ico,
body.home .sec-qa .area-qa .qa__list .desc .ico {
  display: block;
  width: 57px;
  height: 57px;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 57px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
body.home .sec-qa .area-qa .qa__list .term {
  font-size: 2.3rem;
}
body.home .sec-qa .area-qa .qa__list .term .ico {
  background-image: url(../img/home/ico_q.png);
}
body.home .sec-qa .area-qa .qa__list .desc {
  display: block;
  margin-top: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
}
body.home .sec-qa .area-qa .qa__list .desc .ico {
  background-image: url(../img/home/ico_a.png);
}
@media only screen and (max-width: 767px) {
  body.home .sec-qa {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 40px;
  }
  body.home .sec-qa .deco {
    display: none;
  }
  body.home .sec-qa .frame {
    align-self: center;
    width: 100%;
    max-width: auto;
    padding: 0;
    border: none;
    border-top: 1px solid #000;
    box-sizing: border-box;
  }
  body.home .sec-qa .block-title {
    text-align: left;
    margin: 0 20px;
  }
  body.home .sec-qa .sec-title {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 60px 0 0;
    font-size: 5.3em;
    font-family: "Italianno", cursive;
    font-weight: normal;
    line-height: 1;
    background: #fbf8f5;
  }
  body.home .sec-qa .heading {
    margin-bottom: 0px;
    font-size: 2.3rem;
    font-weight: normal;
  }
  body.home .sec-qa .heading__inr {
    display: inline-block;
    width: 100%;
    padding-bottom: 0.3em;
    border-bottom: 3px double #666;
  }
  body.home .sec-qa .area-qa {
    display: flex;
    flex-direction: column;
    position: relative;
    width: auto;
    margin: 0 20px 0;
    padding: 0;
    background: none;
  }
  body.home .sec-qa .area-qa .qa {
    align-self: center;
    width: 100%;
  }
  body.home .sec-qa .area-qa .qa__list {
    position: relative;
    padding: 40px 40px 40px 0px;
    border-bottom: 1px solid #000;
    transition: all 1s;
  }
  body.home .sec-qa .area-qa .qa__list::before, body.home .sec-qa .area-qa .qa__list::after {
    content: "";
    position: absolute;
    display: block;
    background: #000;
    opacity: 1;
    transition: all 0.2s;
  }
  body.home .sec-qa .area-qa .qa__list::before {
    right: 0;
    top: 59px;
    width: 23px;
    height: 4px;
  }
  body.home .sec-qa .area-qa .qa__list::after {
    right: 9px;
    top: 50px;
    width: 4px;
    height: 23px;
  }
  body.home .sec-qa .area-qa .qa__list.is-open::before {
    transform: rotate(180deg);
  }
  body.home .sec-qa .area-qa .qa__list.is-open::after {
    transform: rotate(-90deg);
  }
  body.home .sec-qa .area-qa .qa__list .term,
body.home .sec-qa .area-qa .qa__list .desc {
    position: relative;
    min-height: 44px;
    padding-top: 2px;
    padding-left: 60px;
  }
  body.home .sec-qa .area-qa .qa__list .term .ico,
body.home .sec-qa .area-qa .qa__list .desc .ico {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 44px;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  body.home .sec-qa .area-qa .qa__list .term {
    font-size: 2.3rem;
    line-height: 1.5;
  }
  body.home .sec-qa .area-qa .qa__list .term .ico {
    background-image: url(../img/home/ico_q.png);
  }
  body.home .sec-qa .area-qa .qa__list .desc {
    display: none;
    margin-top: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
    opacity: 0;
  }
  body.home .sec-qa .area-qa .qa__list .desc .ico {
    background-image: url(../img/home/ico_a.png);
  }
  body.home .sec-qa .area-qa .qa__list.is-open .desc {
    display: block;
    opacity: 1;
  }
}
body.home .sec-operation {
  display: flex;
  flex-direction: column;
  margin: 200px 0 160px;
}
body.home .sec-operation .frame {
  align-self: center;
  width: 1120px;
}
body.home .sec-operation .block-title {
  text-align: center;
}
body.home .sec-operation .sec-title {
  display: inline-block;
  margin-top: -130px;
  padding: 40px 20px 0;
  font-size: 7.2em;
  font-family: "Italianno", cursive;
  font-weight: normal;
  line-height: 1;
  background: #fbf8f5;
}
body.home .sec-operation .heading {
  margin-bottom: 30px;
  font-size: 2.3rem;
  font-weight: normal;
}
body.home .sec-operation .heading__inr {
  display: inline-block;
  padding-bottom: 0.3em;
  border-bottom: 3px double #666;
}
body.home .sec-operation .outline {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
body.home .sec-operation .outline .outline__term,
body.home .sec-operation .outline .outline__desc {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}
body.home .sec-operation .outline .outline__term {
  width: 28rem;
  font-size: 1.7rem;
  font-weight: normal;
}
body.home .sec-operation .outline .outline__desc {
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  body.home .sec-operation {
    display: flex;
    flex-direction: column;
    margin: 80px 0 60px;
    padding-top: 20px;
    border-top: 1px solid #000;
  }
  body.home .sec-operation .frame {
    align-self: center;
    width: 100%;
  }
  body.home .sec-operation .block-title {
    text-align: left;
  }
  body.home .sec-operation .sec-title {
    display: inline-block;
    margin-top: 0;
    padding: 40px 20px 0;
    font-size: 5.3em;
    font-family: "Italianno", cursive;
    font-weight: normal;
    line-height: 1;
    background: #fbf8f5;
  }
  body.home .sec-operation .heading {
    margin: 10px 20px 0;
    font-size: 2.3rem;
    font-weight: normal;
  }
  body.home .sec-operation .heading__inr {
    display: inline-block;
    width: 100%;
    padding-bottom: 0.3em;
    border-bottom: 3px double #666;
  }
  body.home .sec-operation .outline {
    width: auto;
    margin: 30px 20px 0;
  }
  body.home .sec-operation .outline .outline__term,
body.home .sec-operation .outline .outline__desc {
    display: list-item;
    list-style-type: none;
    padding-top: 0px;
    padding-bottom: 0px;
    border: none;
    box-sizing: border-box;
  }
  body.home .sec-operation .outline .outline__term {
    width: auto;
    margin-bottom: 10px;
    font-size: 1.7rem;
    font-weight: normal;
  }
  body.home .sec-operation .outline .outline__desc {
    font-size: 1.5rem;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
  }
}

body.form .progress {
  align-self: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  width: 514px;
  height: 1px;
  margin: 126px 0 80px;
  background: #000;
}
body.form .progress__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 80px;
  height: 60px;
  padding-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
  transform: translateX(-50%);
}
body.form .progress__item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 100%;
}
body.form .progress__item--current::before {
  background: #000;
}
body.form .progress__item:nth-child(1) {
  left: 0%;
}
body.form .progress__item:nth-child(2) {
  left: 33%;
}
body.form .progress__item:nth-child(3) {
  left: 66%;
}
body.form .progress__item:nth-child(4) {
  left: 100%;
}
@media only screen and (max-width: 767px) {
  body.form .progress {
    width: 80%;
    margin: 94px 0 50px;
  }
  body.form .progress__item {
    padding-bottom: 5px;
    font-size: 1.3rem;
  }
}
body.form .page-title {
  margin-bottom: 50px;
  text-align: center;
  font-weight: normal;
  font-size: 2.3rem;
}
body.form .area-form {
  display: flex;
  flex-direction: column;
}
body.form .area-input {
  display: flex;
  flex-direction: column;
}
body.form .step {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 70px;
  padding-bottom: 110px;
}
body.form .step:last-child {
  padding-bottom: 0;
}
body.form .step:last-child::before {
  content: none;
}
body.form .step:last-child::after {
  content: none;
}
body.form .step::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 0.5px);
  bottom: 0;
  width: 48px;
  height: 1px;
  background: #000;
  transform: rotate(-29deg);
  transform-origin: 0% 0%;
}
body.form .step::before {
  content: "";
  display: block;
  position: absolute;
  right: calc(50% - 0.5px);
  bottom: 0;
  width: 48px;
  height: 1px;
  background: #000;
  transform: rotate(29deg);
  transform-origin: 100% 0%;
}
body.form .step .heading {
  margin-bottom: 20px;
  font-family: "Italianno", cursive;
  font-size: 13.7rem;
  text-align: center;
  line-height: 0.8;
  text-indent: -0.2em;
}
body.form .step .caution {
  margin-bottom: 40px;
  font-size: 1.5rem;
  line-height: 1.75;
  text-align: center;
}
body.form .step .kind {
  align-self: center;
  width: 940px;
  margin-top: 25px;
  margin-bottom: 25px;
  overflow: hidden;
  text-align: center;
}
body.form .step .kind .text {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 2em;
  font-size: 1.9rem;
  font-weight: normal;
  text-align: left;
  letter-spacing: 0.1em;
}
body.form .step .kind .text::before,
body.form .step .kind .text::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 400%;
  height: 1px;
  background-color: #ccc;
}
body.form .step .kind .text::before {
  right: 100%;
}
body.form .step .kind .text::after {
  left: 100%;
}
body.form .step .frame {
  align-self: center;
  display: flex;
  padding: 0 60px 10px;
  flex-direction: column;
  width: 1120px;
  border: 1px solid #000;
  box-sizing: border-box;
}
body.form .step .question {
  align-self: center;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 40px;
  font-size: 2.3rem;
  font-weight: normal;
  text-align: center;
  line-height: 0.8;
  background: #fbf8f5;
  transform: translateY(-50%);
}
body.form .step .question::before {
  content: "Q";
  display: inline-block;
  margin-right: 0.3em;
  font-family: "Italianno", cursive;
  font-size: 6rem;
}
body.form .step .question .sub {
  margin-left: 1em;
  font-size: 1.4rem;
  color: #c80000;
}
body.form .step .row {
  align-self: center;
  max-width: 964px;
  margin-left: -25px;
}
body.form .step .row {
  *zoom: 1;
}
body.form .step .row:before, body.form .step .row:after {
  content: "";
  display: table;
}
body.form .step .row:after {
  clear: both;
}
body.form .step .row .item {
  float: left;
  display: flex;
  flex-direction: column;
  margin-left: 25px;
  margin-bottom: 50px;
}
body.form .step .row .item .thumb {
  width: 100%;
  margin-bottom: 25px;
}
body.form .step .row--color {
  align-self: center;
  max-width: 605px;
  margin-left: -25px;
}
body.form .step .row--color {
  *zoom: 1;
}
body.form .step .row--color:before, body.form .step .row--color:after {
  content: "";
  display: table;
}
body.form .step .row--color:after {
  clear: both;
}
body.form .step .row--color .item {
  float: left;
  display: flex;
  flex-direction: column;
  margin-left: 25px;
  margin-bottom: 50px;
}
body.form .step .row--color .item .img {
  margin-bottom: 25px;
}
body.form .step .row--plate {
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
}
body.form .step .row--plate .caption {
  text-align: center;
}
body.form .step .row--plate input[type=text] {
  align-self: center;
  width: 470px;
  height: 60px;
  margin-top: 25px;
  padding: 0 1.6em;
  line-height: 60px;
  border-width: 1px;
  color: #000;
  border-style: solid;
  border-color: #e4dcd0;
  background: #f4f1ed;
  text-align: center;
  box-sizing: border-box;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  body.form .step {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 70px;
    padding-top: 20px;
    padding-bottom: 110px;
    border-bottom: 1px solid #000;
  }
  body.form .step:last-child {
    padding-bottom: 0;
  }
  body.form .step:last-child::before {
    content: none;
  }
  body.form .step:last-child::after {
    content: none;
  }
  body.form .step::after {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 0.5px);
    bottom: 80px;
    width: 48px;
    height: 1px;
    background: #000;
    transform: rotate(-29deg);
    transform-origin: 0% 0%;
  }
  body.form .step::before {
    content: "";
    display: block;
    position: absolute;
    right: calc(50% - 0.5px);
    bottom: 80px;
    width: 48px;
    height: 1px;
    background: #000;
    transform: rotate(29deg);
    transform-origin: 100% 0%;
  }
  body.form .step .heading {
    margin-bottom: 20px;
    font-family: "Italianno", cursive;
    font-size: 13.7rem;
    text-align: center;
    line-height: 0.8;
    text-indent: -0.2em;
  }
  body.form .step .caution {
    margin-bottom: 40px;
    font-size: 1.5rem;
    line-height: 1.75;
    text-align: left;
  }
  body.form .step .kind {
    align-self: center;
    width: 940px;
    margin-top: 25px;
    margin-bottom: 25px;
    overflow: hidden;
    text-align: center;
  }
  body.form .step .kind .text {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 2em;
    font-size: 1.9rem;
    font-weight: normal;
    text-align: left;
    letter-spacing: 0.1em;
  }
  body.form .step .kind .text::before,
body.form .step .kind .text::after {
    position: absolute;
    top: 50%;
    content: "";
    width: 400%;
    height: 1px;
    background-color: #ccc;
  }
  body.form .step .kind .text::before {
    right: 100%;
  }
  body.form .step .kind .text::after {
    left: 100%;
  }
  body.form .step .frame {
    align-self: center;
    display: flex;
    flex-direction: column;
    padding: 0 20px 10px;
    width: 100vw;
    border: none;
    box-sizing: border-box;
  }
  body.form .step .question {
    align-self: center;
    display: block;
    margin-bottom: 20px;
    padding: 10px 0 0 60px;
    font-size: 2.3rem;
    font-weight: normal;
    text-align: left;
    line-height: 1.2;
    background: #fbf8f5;
    transform: translateY(0);
  }
  body.form .step .question::before {
    content: "Q";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 0.3em;
    font-family: "Italianno", cursive;
    font-size: 6rem;
  }
  body.form .step .question .sub {
    margin-left: 1em;
    font-size: 1.4rem;
    color: #c80000;
    white-space: nowrap;
  }
  body.form .step .row {
    align-self: center;
    display: block;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    max-width: auto;
    margin: 0 -10px;
    padding: 0;
    box-sizing: border-box;
  }
  body.form .step .row .item {
    float: left;
    width: 50%;
    padding: 0 10px;
    flex-direction: column;
    margin-left: 0;
    margin-bottom: 50px;
    box-sizing: border-box;
  }
  body.form .step .row .item .thumb {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
  }
  body.form .step .row--color {
    align-self: center;
    max-width: auto;
    margin-left: 0;
  }
  body.form .step .row--color {
    *zoom: 1;
  }
  body.form .step .row--color:before, body.form .step .row--color:after {
    content: "";
    display: table;
  }
  body.form .step .row--color:after {
    clear: both;
  }
  body.form .step .row--color .item {
    float: left;
    display: flex;
    flex-direction: column;
    width: 33.333%;
    margin-left: 0;
    margin-bottom: 50px;
    box-sizing: border-box;
  }
  body.form .step .row--color .item .img {
    margin-bottom: 25px;
  }
  body.form .step .row--plate {
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
  }
  body.form .step .row--plate .caption {
    text-align: left;
  }
  body.form .step .row--plate input[type=text] {
    align-self: center;
    width: 100%;
    height: 60px;
    margin-top: 25px;
    padding: 0 1.6em;
    line-height: 60px;
    border-width: 1px;
    color: #000;
    border-style: solid;
    border-color: #e4dcd0;
    background: #f4f1ed;
    text-align: center;
    box-sizing: border-box;
    border-radius: 4px;
  }
}
body.form .btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 60px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #e4dcd0;
  background: #f4f1ed;
  border-radius: 30px;
  box-shadow: 0px 3px 4px 0px rgb(230, 230, 230);
  transition: all 0.2s;
}
body.form .btn:hover {
  box-shadow: none;
}
body.form .btn--small {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 96px;
  height: 40px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #e4dcd0;
  background: #f4f1ed;
  border-radius: 20px;
  box-shadow: 0px 3px 4px 0px rgb(230, 230, 230);
  transition: all 0.2s;
}
body.form .btn--small:hover {
  box-shadow: none;
}
body.form .area-input input[type=radio] {
  display: none;
}
body.form .area-input input[type=radio]:checked + .btn, body.form .area-input input[type=radio]:checked + .btn--small {
  color: #fff;
  border-color: #000;
  background: #000;
  box-shadow: 0 0 0 0 #fff;
}
body.form .area-input input[type=radio] .card-body {
  text-align: center;
}
body.form .card {
  align-self: center;
  display: flex;
  flex-direction: column;
  width: 216px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  body.form .card {
    align-self: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 135px;
    cursor: pointer;
  }
}
body.form .color {
  align-self: center;
  display: flex;
  flex-direction: column;
  width: 96px;
  cursor: pointer;
}
body.form .color .img {
  display: block;
  width: 100%;
  height: auto;
}
body.form .color .preview {
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  font-size: 6rem;
  font-family: "Italianno", cursive;
  text-align: center;
  text-indent: -0.1em;
  border-radius: 100%;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
}
body.form .color .preview--rand {
  box-shadow: none;
}
body.form .color input {
  display: none;
}
body.form .color input:checked + .btn {
  color: #fff;
  border-color: #000;
  background: #000;
  box-shadow: 0 0 0 0 #fff;
}
body.form .payment {
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
}
body.form .payment .frame {
  align-self: center;
  display: flex;
  padding: 0 60px 40px;
  flex-direction: column;
  width: 1120px;
  border: 1px solid #000;
  box-sizing: border-box;
}
body.form .payment .frame .row {
  display: flex;
  justify-content: center;
}
body.form .payment .frame .row .block {
  width: 500px;
}
body.form .payment .frame .row .block .amzLoginWrap img {
  align-self: center;
  display: block;
  margin: 0 auto;
}
body.form .payment .frame .row .block .amzLoginWrap .introduction {
  display: block;
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 1.75;
}
body.form .payment .frame .row .block figure {
  text-align: center;
}
body.form .payment .frame .row .block .introduction-card {
  display: block;
  margin: 20px 5px;
  padding: 5px;
  font-size: 1.5rem;
  line-height: 1.75;
}
body.form .payment .frame .row .block .introduction-card p {
  padding-bottom: 2em;
}
body.form .payment .frame .row .block .introduction-card .btn {
  display: block;
  max-width: 278px;
  height: 53px;
  margin: 0 auto;
  padding: 0 48px 0 12px;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  background-color: #000;
  box-sizing: border-box;
  border-radius: 4px;
  transition: background 0.2s;
}
body.form .payment .frame .row .block .introduction-card .btn .text {
  position: relative;
  display: inline-block;
  height: 53px;
  line-height: 53px;
}
body.form .payment .frame .row .block .introduction-card .btn .text::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: 8px;
  margin-right: -32px;
  vertical-align: middle;
  background-image: url(../img/common/cardicon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  transform: translateY(-4px);
}
body.form .payment .frame .row .block .introduction-card .btn:hover {
  background: #545454;
}
body.form .payment .frame .heading {
  align-self: center;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 40px;
  font-size: 2.3rem;
  font-weight: normal;
  text-align: center;
  line-height: 0.8;
  background: #fbf8f5;
  transform: translateY(-50%);
}
body.form .payment .frame .heading .sub {
  margin-left: 1em;
  font-size: 1.4rem;
  color: #c80000;
}
body.form .payment .frame .kind {
  align-self: center;
  width: 940px;
  margin-top: 25px;
  margin-bottom: 25px;
  overflow: hidden;
  text-align: center;
}
body.form .payment .frame .kind .text {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 2em;
  font-size: 1.9rem;
  font-weight: normal;
  text-align: left;
  letter-spacing: 0.1em;
}
body.form .payment .frame .kind .text::before,
body.form .payment .frame .kind .text::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 400%;
  height: 1px;
  background-color: #ccc;
}
body.form .payment .frame .kind .text::before {
  right: 100%;
}
body.form .payment .frame .kind .text::after {
  left: 100%;
}
@media only screen and (max-width: 767px) {
  body.form .payment {
    display: flex;
    flex-direction: column;
    margin: 0 10px;
    margin-bottom: 180px;
  }
  body.form .payment .frame {
    align-self: center;
    display: flex;
    padding: 0 0 40px;
    flex-direction: column;
    width: 100%;
    border: navy;
    box-sizing: border-box;
  }
  body.form .payment .frame .row {
    display: flex;
    justify-content: center;
  }
  body.form .payment .frame .row .block {
    width: 500px;
  }
  body.form .payment .frame .row .block .amzLoginWrap img {
    align-self: center;
    display: block;
    margin: 0 auto;
  }
  body.form .payment .frame .row .block .amzLoginWrap .introduction {
    display: block;
    margin-top: 20px;
    font-size: 1.5rem;
    line-height: 1.75;
  }
  body.form .payment .frame .row .block figure {
    text-align: center;
  }
  body.form .payment .frame .row .block .introduction-card {
    display: block;
    margin: 20px 5px;
    padding: 5px;
    font-size: 1.5rem;
    line-height: 1.75;
  }
  body.form .payment .frame .row .block .introduction-card p {
    padding-bottom: 2em;
  }
  body.form .payment .frame .row .block .introduction-card .btn {
    display: block;
    max-width: 278px;
    height: 53px;
    margin: 0 auto;
    padding: 0 48px 0 12px;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    box-sizing: border-box;
    border-radius: 4px;
    transition: background 0.2s;
  }
  body.form .payment .frame .row .block .introduction-card .btn .text {
    position: relative;
    display: inline-block;
    height: 53px;
    line-height: 53px;
  }
  body.form .payment .frame .row .block .introduction-card .btn .text::after {
    content: "";
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    margin-left: 8px;
    margin-right: -32px;
    vertical-align: middle;
    background-image: url(../img/common/cardicon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    transform: translateY(-4px);
  }
  body.form .payment .frame .row .block .introduction-card .btn:hover {
    background: #545454;
  }
  body.form .payment .frame .heading {
    margin-bottom: 10px;
    padding: 0;
    font-size: 2.1rem;
    font-weight: normal;
    text-align: center;
    line-height: 0.8;
  }
  body.form .payment .frame .heading .sub {
    margin-left: 1em;
    font-size: 1.4rem;
    color: #c80000;
  }
  body.form .payment .frame .block {
    width: 100%;
  }
  body.form .payment .frame .block figure img {
    max-width: 100%;
  }
  body.form .payment .frame .amzLoginWrap img {
    align-self: center;
    display: block;
    margin: 0 auto;
  }
  body.form .payment .frame .amzLoginWrap .introduction {
    display: block;
    margin-top: 20px;
    font-size: 1.5rem;
    line-height: 1.75;
  }
  body.form .payment .frame .kind {
    align-self: center;
    width: 940px;
    margin-top: 25px;
    margin-bottom: 25px;
    overflow: hidden;
    text-align: center;
  }
  body.form .payment .frame .kind .text {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 2em;
    font-size: 1.9rem;
    font-weight: normal;
    text-align: left;
    letter-spacing: 0.1em;
  }
  body.form .payment .frame .kind .text::before,
body.form .payment .frame .kind .text::after {
    position: absolute;
    top: 50%;
    content: "";
    width: 400%;
    height: 1px;
    background-color: #ccc;
  }
  body.form .payment .frame .kind .text::before {
    right: 100%;
  }
  body.form .payment .frame .kind .text::after {
    left: 100%;
  }
}
body.form .block-title {
  align-self: center;
  font-size: 2.3rem;
  font-weight: normal;
}
body.form .block-title .text {
  padding: 0 10px 5px;
  letter-spacing: 0.15em;
  border-bottom: 3px double #666;
}
@media only screen and (max-width: 767px) {
  body.form .block-title {
    width: calc(100vw - 40px);
    font-size: 2.3rem;
    font-weight: normal;
  }
  body.form .block-title .text {
    display: block;
    padding: 0 0px 2px;
    letter-spacing: 0.15em;
    border-bottom: 3px double #666;
  }
}
body.form .area-confirm {
  display: flex;
  flex-direction: column;
}
body.form .area-confirm .block {
  align-self: center;
  display: flex;
  flex-direction: column;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  body.form .area-confirm .block {
    align-self: center;
    display: flex;
    flex-direction: column;
    margin-top: 80px;
  }
  body.form .area-confirm .block:first-child {
    margin-top: 0;
  }
}
body.form .table-outer {
  margin-top: 80px;
  align-self: center;
  width: 1120px;
}
body.form .table-outer .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #000;
}
body.form .table-outer .row .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 32px;
  box-sizing: border-box;
}
body.form .table-outer .row .col--head {
  width: 38%;
  padding: 0 10px;
  font-size: 1.7rem;
}
body.form .table-outer .row .col--desc {
  width: 62%;
  font-size: 1.5rem;
}
body.form .table-outer .row .col--desc .text-danger {
  color: #f21717;
  font-weight: bold;
  display: block;
  line-height: 1.5em;
  margin: 0 0 1em 0;
}
body.form .table-outer .row .col-left {
  display: flex;
  flex-direction: row;
  justify-content: left;
  line-height: 32px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  body.form .table-outer {
    margin-top: 40px;
    align-self: center;
    width: calc(100vw - 40px);
  }
  body.form .table-outer .row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
  }
  body.form .table-outer .row .col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 32px;
    box-sizing: border-box;
  }
  body.form .table-outer .row .col--head {
    width: 100%;
    margin-bottom: 5px;
    padding: 0;
    font-size: 1.7rem;
  }
  body.form .table-outer .row .col--desc {
    width: 100%;
    font-size: 1.5rem;
  }
  body.form .table-outer .row .col--desc .text-danger {
    color: #f21717;
    font-weight: bold;
    display: block;
    line-height: 1.5em;
    margin: 0 0 1em 0;
  }
}
body.form .table-column-outer {
  align-self: center;
  width: 1120px;
}
body.form .table-column-outer .lead {
  max-width: 768px;
  margin: 15px auto 15px;
}
body.form .table-column-outer .row {
  margin-bottom: 25px;
  padding-bottom: 50px;
  border-bottom: 1px solid #000;
}
body.form .table-column-outer .row .column {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0;
}
body.form .table-column-outer .row .column .col {
  flex-direction: column;
  justify-content: center;
  line-height: 32px;
  box-sizing: border-box;
}
body.form .table-column-outer .row .column .col--head {
  width: 38%;
  padding: 0 10px;
  font-size: 1.7rem;
}
body.form .table-column-outer .row .column .col--desc {
  width: 62%;
  font-size: 1.5rem;
}
body.form .table-column-outer .row .column .col--desc .text-danger {
  color: #f21717;
  font-weight: bold;
  display: block;
  line-height: 1.5em;
  margin: 0 0 1em 0;
}
body.form .table-column-outer .row .column .col-left {
  display: flex;
  flex-direction: row;
  justify-content: left;
  line-height: 32px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  body.form .table-column-outer {
    margin: 0;
    align-self: center;
    width: calc(100vw - 40px);
  }
  body.form .table-column-outer .lead {
    margin: 10px auto 30px;
  }
  body.form .table-column-outer .row {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
  }
  body.form .table-column-outer .row .column {
    display: block;
    width: 100%;
    padding: 0;
  }
  body.form .table-column-outer .row .column .col {
    display: block;
    line-height: 32px;
    box-sizing: border-box;
    padding: 0;
  }
  body.form .table-column-outer .row .column .col--head {
    width: auto;
    margin-bottom: 0;
    padding: 0;
    font-size: 1.7rem;
  }
  body.form .table-column-outer .row .column .col--head .sub {
    display: inline-block;
  }
  body.form .table-column-outer .row .column .col--desc {
    width: auto;
    font-size: 1.5rem;
    padding-top: 1px;
  }
  body.form .table-column-outer .row .column .col--desc .text-danger {
    color: #f21717;
    font-weight: bold;
    display: block;
    line-height: 1.5em;
    margin: 0 0 1em 0;
  }
}
body.form .area-btn {
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 1120px;
  margin-top: 0;
  margin-bottom: 200px;
}
body.form .area-btn .btn-form--submit {
  display: block;
  width: 400px;
  height: 80px;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
  text-align: center;
  background: #ae1414;
  border-width: 1px;
  border-style: solid;
  border-color: #ae1414;
  border-radius: 40px;
  box-shadow: 0px 3px 4px 0px rgb(230, 230, 230);
  transition: all 0.2s;
}
body.form .area-btn .btn-form--submit:hover {
  box-shadow: none;
}
body.form .area-btn .btn-form--disable {
  display: block;
  width: 400px;
  height: 80px;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
  text-align: center;
  background: #eea6a7;
  border-width: 1px;
  border-style: solid;
  border-color: #eea6a7;
  border-radius: 40px;
  box-shadow: 0 3px 4px 0 rgb(230, 230, 230);
  transition: all 0.2s;
}
body.form .area-btn .btn-form--disable:hover {
  box-shadow: none;
}
body.form .area-btn .btn-form--back {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 160px;
  height: 50px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  border-color: #e4dcd0;
  background: #fbf8f5;
  border-radius: 25px;
  box-shadow: 0 3px 4px 0 rgb(230, 230, 230);
  transition: all 0.2s;
}
body.form .area-btn .btn-form--back:hover {
  box-shadow: none;
}
body.form .area-btn .btn-form--reload {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 160px;
  height: 50px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  border-color: #e4dcd0;
  background: #fbf8f5;
  border-radius: 25px;
  box-shadow: 0 3px 4px 0 rgb(230, 230, 230);
  transition: all 0.2s;
}
body.form .area-btn .btn-form--reload:hover {
  box-shadow: none;
}
body.form .area-btn .btn-form--top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 200px;
  height: 60px;
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
  text-align: center;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-color: #e4dcd0;
  background: #f4f1ed;
  border-radius: 30px;
  box-shadow: 0px 3px 4px 0px rgb(230, 230, 230);
  transition: all 0.2s;
}
body.form .area-btn .btn-form--top:hover {
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  body.form .area-btn {
    position: relative;
    align-self: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100vw;
    margin-top: 96px;
    margin-bottom: 30px;
  }
  body.form .area-btn .btn-form--submit {
    display: block;
    width: auto;
    height: 80px;
    margin: 0 20px;
    text-align: center;
    color: #fff;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
    background: #ae1414;
    border-width: 1px;
    border-style: solid;
    border-color: #ae1414;
    border-radius: 40px;
    box-shadow: 0px 3px 4px 0px rgb(230, 230, 230);
    transition: all 0.2s;
  }
  body.form .area-btn .btn-form--disable {
    display: block;
    width: auto;
    height: 80px;
    margin: 0 20px;
    text-align: center;
    color: #fff;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
    background: #eea6a7;
    border-width: 1px;
    border-style: solid;
    border-color: #eea6a7;
    border-radius: 40px;
    box-shadow: 0 3px 4px 0 rgb(230, 230, 230);
    transition: all 0.2s;
  }
  body.form .area-btn .btn-form--disable:hover {
    box-shadow: none;
  }
  body.form .area-btn .btn-form--back {
    display: block;
    position: static;
    transform: translateY(0);
    width: 155px;
    height: 50px;
    margin: 30px auto 0;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: #e4dcd0;
    background: #fbf8f5;
    border-radius: 25px;
    box-shadow: 0px 3px 4px 0px rgb(230, 230, 230);
    transition: all 0.2s;
  }
  body.form .area-btn .btn-form--reload {
    display: block;
    position: static;
    transform: translateY(0);
    width: 155px;
    height: 50px;
    margin: 30px auto 0;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: #e4dcd0;
    background: #fbf8f5;
    border-radius: 25px;
    box-shadow: 0px 3px 4px 0px rgb(230, 230, 230);
    transition: all 0.2s;
  }
  body.form .area-btn .btn-form--top {
    display: block;
    flex-direction: column;
    justify-content: center;
    width: 200px;
    height: 60px;
    margin: 0 auto;
    color: #000;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
    text-align: center;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    border-color: #e4dcd0;
    line-height: 60px;
    background: #f4f1ed;
    border-radius: 30px;
    box-shadow: 0px 3px 4px 0px rgb(230, 230, 230);
    transition: all 0.2s;
  }
}
body.form #ship-btn-error {
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 1120px;
  margin-top: 25px;
  margin-bottom: 25px;
}
body.form .area-share {
  display: flex;
  flex-direction: column;
}
body.form .area-share .frame {
  align-self: center;
  display: flex;
  padding: 0 60px 10px;
  flex-direction: column;
  width: 1120px;
  border: 1px solid #000;
  box-sizing: border-box;
}
body.form .area-share .title-share {
  align-self: center;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 40px;
  font-size: 2.3rem;
  font-weight: normal;
  text-align: center;
  line-height: 0.8;
  background: #fbf8f5;
  transform: translateY(-50%);
}
body.form .area-share .row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 40px 0 60px;
}
body.form .area-share .row .btn-share {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 253px;
  height: 60px;
  margin: 0 10px;
  text-decoration: none;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
  text-align: center;
  border-radius: 4px;
}
body.form .area-share .row .btn-share--fb {
  background: #305097;
}
body.form .area-share .row .btn-share--tw {
  text-align: center;
  background: #050202;
}
body.form .area-share .row .btn-share--tw > img {
  margin: 0 auto;
}
body.form .area-share .row .btn-share--li {
  background: #5ae628;
}
@media only screen and (max-width: 767px) {
  body.form .area-share {
    display: flex;
    flex-direction: column;
  }
  body.form .area-share .frame {
    align-self: center;
    display: flex;
    padding: 40px 20px 10px;
    flex-direction: column;
    width: 100vw;
    border: none;
    border-top: 1px solid #000;
    box-sizing: border-box;
  }
  body.form .area-share .title-share {
    align-self: center;
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 0px;
    font-size: 2.3rem;
    font-weight: normal;
    text-align: left;
    line-height: 1.5;
    background: #fbf8f5;
    transform: translateY(0%);
  }
  body.form .area-share .row {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0px 0 0px;
  }
  body.form .area-share .row .btn-share {
    align-self: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 253px;
    height: 60px;
    margin: 20px 10px 0;
    text-decoration: none;
    color: #fff;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
    text-align: center;
    border-radius: 4px;
  }
  body.form .area-share .row .btn-share--fb {
    background: #305097;
  }
  body.form .area-share .row .btn-share--tw {
    background: #050202;
  }
  body.form .area-share .row .btn-share--li {
    background: #5ae628;
  }
}

.btn3 {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.75rem 1.5rem;
  font-size: 1.375rem;
  line-height: 2;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn3 {
    transition: none;
  }
}
.btn3:hover, .btn3:focus {
  text-decoration: none;
}
.btn3:focus, .btn3.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn3.disabled, .btn3:disabled {
  opacity: 0.65;
}
.btn3:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn3-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn3-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn3-primary:focus, .btn3-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn3-primary.disabled, .btn3-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn3-primary:not(:disabled):not(.disabled):active, .btn3-primary:not(:disabled):not(.disabled).active, .show > .btn3-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn3-primary:not(:disabled):not(.disabled):active:focus, .btn3-primary:not(:disabled):not(.disabled).active:focus, .show > .btn3-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn3-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn3-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn3-secondary:focus, .btn3-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn3-secondary.disabled, .btn3-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn3-secondary:not(:disabled):not(.disabled):active, .btn3-secondary:not(:disabled):not(.disabled).active, .show > .btn3-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn3-secondary:not(:disabled):not(.disabled):active:focus, .btn3-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn3-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn3-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn3-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn3-success:focus, .btn3-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn3-success.disabled, .btn3-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn3-success:not(:disabled):not(.disabled):active, .btn3-success:not(:disabled):not(.disabled).active, .show > .btn3-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn3-success:not(:disabled):not(.disabled):active:focus, .btn3-success:not(:disabled):not(.disabled).active:focus, .show > .btn3-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn3-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn3-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn3-info:focus, .btn3-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn3-info.disabled, .btn3-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn3-info:not(:disabled):not(.disabled):active, .btn3-info:not(:disabled):not(.disabled).active, .show > .btn3-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn3-info:not(:disabled):not(.disabled):active:focus, .btn3-info:not(:disabled):not(.disabled).active:focus, .show > .btn3-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn3-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn3-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn3-warning:focus, .btn3-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn3-warning.disabled, .btn3-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn3-warning:not(:disabled):not(.disabled):active, .btn3-warning:not(:disabled):not(.disabled).active, .show > .btn3-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn3-warning:not(:disabled):not(.disabled):active:focus, .btn3-warning:not(:disabled):not(.disabled).active:focus, .show > .btn3-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn3-danger {
  color: #fff;
  background-color: #c80000;
  border-color: #c80000;
}
.btn3-danger:hover {
  color: #fff;
  background-color: #a20000;
  border-color: #950000;
}
.btn3-danger:focus, .btn3-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 0, 0, 0.5);
}
.btn3-danger.disabled, .btn3-danger:disabled {
  color: #fff;
  background-color: #c80000;
  border-color: #c80000;
}
.btn3-danger:not(:disabled):not(.disabled):active, .btn3-danger:not(:disabled):not(.disabled).active, .show > .btn3-danger.dropdown-toggle {
  color: #fff;
  background-color: #950000;
  border-color: #880000;
}
.btn3-danger:not(:disabled):not(.disabled):active:focus, .btn3-danger:not(:disabled):not(.disabled).active:focus, .show > .btn3-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 0, 0, 0.5);
}

.btn3-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn3-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn3-light:focus, .btn3-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn3-light.disabled, .btn3-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn3-light:not(:disabled):not(.disabled):active, .btn3-light:not(:disabled):not(.disabled).active, .show > .btn3-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn3-light:not(:disabled):not(.disabled):active:focus, .btn3-light:not(:disabled):not(.disabled).active:focus, .show > .btn3-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn3-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn3-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn3-dark:focus, .btn3-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn3-dark.disabled, .btn3-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn3-dark:not(:disabled):not(.disabled):active, .btn3-dark:not(:disabled):not(.disabled).active, .show > .btn3-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn3-dark:not(:disabled):not(.disabled):active:focus, .btn3-dark:not(:disabled):not(.disabled).active:focus, .show > .btn3-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn3-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.btn3-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn3-outline-primary:focus, .btn3-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn3-outline-primary.disabled, .btn3-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn3-outline-primary:not(:disabled):not(.disabled):active, .btn3-outline-primary:not(:disabled):not(.disabled).active, .show > .btn3-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn3-outline-primary:not(:disabled):not(.disabled):active:focus, .btn3-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn3-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn3-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn3-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn3-outline-secondary:focus, .btn3-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn3-outline-secondary.disabled, .btn3-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn3-outline-secondary:not(:disabled):not(.disabled):active, .btn3-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn3-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn3-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn3-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn3-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn3-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn3-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn3-outline-success:focus, .btn3-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn3-outline-success.disabled, .btn3-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn3-outline-success:not(:disabled):not(.disabled):active, .btn3-outline-success:not(:disabled):not(.disabled).active, .show > .btn3-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn3-outline-success:not(:disabled):not(.disabled):active:focus, .btn3-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn3-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn3-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn3-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn3-outline-info:focus, .btn3-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn3-outline-info.disabled, .btn3-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn3-outline-info:not(:disabled):not(.disabled):active, .btn3-outline-info:not(:disabled):not(.disabled).active, .show > .btn3-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn3-outline-info:not(:disabled):not(.disabled):active:focus, .btn3-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn3-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn3-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn3-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn3-outline-warning:focus, .btn3-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn3-outline-warning.disabled, .btn3-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn3-outline-warning:not(:disabled):not(.disabled):active, .btn3-outline-warning:not(:disabled):not(.disabled).active, .show > .btn3-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn3-outline-warning:not(:disabled):not(.disabled):active:focus, .btn3-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn3-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn3-outline-danger {
  color: #c80000;
  background-color: transparent;
  background-image: none;
  border-color: #c80000;
}
.btn3-outline-danger:hover {
  color: #fff;
  background-color: #c80000;
  border-color: #c80000;
}
.btn3-outline-danger:focus, .btn3-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 0, 0, 0.5);
}
.btn3-outline-danger.disabled, .btn3-outline-danger:disabled {
  color: #c80000;
  background-color: transparent;
}
.btn3-outline-danger:not(:disabled):not(.disabled):active, .btn3-outline-danger:not(:disabled):not(.disabled).active, .show > .btn3-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #c80000;
  border-color: #c80000;
}
.btn3-outline-danger:not(:disabled):not(.disabled):active:focus, .btn3-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn3-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 0, 0, 0.5);
}

.btn3-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn3-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn3-outline-light:focus, .btn3-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn3-outline-light.disabled, .btn3-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn3-outline-light:not(:disabled):not(.disabled):active, .btn3-outline-light:not(:disabled):not(.disabled).active, .show > .btn3-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn3-outline-light:not(:disabled):not(.disabled):active:focus, .btn3-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn3-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn3-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn3-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn3-outline-dark:focus, .btn3-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn3-outline-dark.disabled, .btn3-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn3-outline-dark:not(:disabled):not(.disabled):active, .btn3-outline-dark:not(:disabled):not(.disabled).active, .show > .btn3-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn3-outline-dark:not(:disabled):not(.disabled):active:focus, .btn3-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn3-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn3-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.btn3-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn3-link:focus, .btn3-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn3-link:disabled, .btn3-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn3-lg {
  padding: 0.5rem 1rem;
  font-size: 1.71875rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn3-sm {
  padding: 0.25rem 0.5rem;
  font-size: 1.203125rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn3-block {
  display: block;
  width: 100%;
}
.btn3-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn3-block,
input[type=reset].btn3-block,
input[type=button].btn3-block {
  width: 100%;
}

/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.5rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1.5rem;
  margin: -1.5rem -1.5rem -1.5rem auto;
  font-size: 2.75rem;
}

.modal-title {
  margin-bottom: 0;
  line-height: 2;
  font-size: 1.725rem;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.5rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1.5rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
#mmContents img {
  max-width: 100%;
}

label.introduction {
  font-size: 14px;
  line-height: 23px;
}

.amzLoginWrap {
  padding: 5px;
  margin: 5px;
}

.addressBookWidgetDiv {
  height: 250px;
}

.walletWidgetDiv {
  height: 250px;
}

.form-control {
  display: block;
  height: 32px;
  padding: 6px 12px;
  margin: 3px 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control.is-invalid {
  border-color: #dc3545;
}
.form-control.is-valid {
  width: calc(100% - 34px);
  border-color: #28a745;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.125rem 1.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e4e7ea;
  opacity: 1;
}

.form-control-textarea {
  display: block;
  padding: 6px 12px;
  margin: 3px 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control-textarea.is-invalid {
  border-color: #dc3545;
}
.form-control-textarea.is-valid {
  width: calc(100% - 34px);
  border-color: #28a745;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.125rem 1.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}
.form-control-textarea:disabled, .form-control-textarea[readonly] {
  background-color: #e4e7ea;
  opacity: 1;
}

.form-control-select {
  display: block;
  height: 46px;
  padding: 6px 12px;
  margin: 3px 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control-select:disabled, .form-control-select[readonly] {
  background-color: #e4e7ea;
  opacity: 1;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  box-sizing: border-box;
  padding: 0;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.sub {
  margin-left: 1em;
  font-size: 1.4rem;
  color: #c80000;
}

.w-25 {
  width: calc(25% - 24px);
}

.w-40 {
  width: calc(40% - 24px);
}

.w-50 {
  width: calc(50% - 24px);
}

.w-75 {
  width: calc(75% - 24px);
}

.w-100 {
  width: calc(100% - 24px);
}

@media only screen and (min-width: 768px) {
  .w-25p {
    width: calc(25% - 24px);
  }
  .w-40p {
    width: calc(40% - 24px);
  }
  .w-50p {
    width: calc(50% - 24px);
  }
  .w-75p {
    width: calc(75% - 24px);
  }
  .w-100p {
    width: calc(100% - 24px);
  }
}
@media only screen and (max-width: 767px) {
  .w-25s {
    width: calc(25% - 24px);
  }
  .w-40s {
    width: calc(40% - 24px);
  }
  .w-50s {
    width: calc(50% - 24px);
  }
  .w-75s {
    width: calc(75% - 24px);
  }
  .w-100s {
    width: calc(100% - 24px);
  }
  .w-autos {
    width: calc(100% - 24px);
  }
}
.birthYear {
  min-width: 100px;
  max-width: 150px;
  width: 25%;
}

.birthMonth {
  min-width: 100px;
  max-width: 150px;
  width: 25%;
  margin-left: 5px;
  margin-right: 5px;
}

.birthDay {
  min-width: 100px;
  max-width: 150px;
  width: 25%;
}

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

.show {
  display: block !important;
}

.form-group {
  margin-bottom: 1rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.form-check-label {
  margin: 0 0 0 8px;
  display: inline-block;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-right: calc(3rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 2.6;
}

.text-center {
  text-align: center;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

#mypage #email, #mypage #password-confirm, #mypage #password {
  min-width: 220px;
}
#mypage .card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
#mypage .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 5px;
  margin-bottom: 5px;
}
#mypage button.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.375rem 1.75rem;
  line-height: 2.6;
  border-radius: 0.45rem;
  width: auto;
  height: auto;
}
#mypage a.btn {
  display: inline-block;
  background: none;
  border: none;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.375rem 0.75rem;
  line-height: 2.6;
  border-radius: 0.25rem;
  width: auto;
  height: auto;
  box-shadow: none;
  text-decoration: none;
  color: #f21717;
}
#mypage .text-danger {
  color: #f21717;
}
#mypage .alert {
  text-align: center;
}
#mypage .btn-danger {
  background-color: #f21717;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  #mypage .btn-danger {
    margin-left: 14px;
  }
  #mypage .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  #mypage .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #mypage .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  #mypage .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  #mypage .text-md-right {
    text-align: right !important;
  }
  #mypage .orderHistry {
    width: 100%;
    max-width: 980px;
    margin: 15px auto;
  }
  #mypage .orderHistry table.table {
    width: 100%;
    font-size: 13px;
  }
  #mypage .orderHistry table.table tr {
    border-bottom: 1px solid #666666;
  }
  #mypage .orderHistry table.table tr th:nth-child(1),
#mypage .orderHistry table.table tr td:nth-child(1) {
    padding: 5px;
    width: 70px;
  }
  #mypage .orderHistry table.table tr th:nth-child(2),
#mypage .orderHistry table.table tr td:nth-child(2) {
    padding: 5px 10px;
    width: auto;
  }
  #mypage .orderHistry table.table tr th:nth-child(3),
#mypage .orderHistry table.table tr td:nth-child(3) {
    padding: 5px;
    width: 100px;
    text-align: center;
  }
  #mypage .orderHistry table.table tr th:nth-child(4),
#mypage .orderHistry table.table tr td:nth-child(4) {
    padding: 5px;
    width: 70px;
    text-align: center;
  }
  #mypage .profileEdit {
    width: 100%;
    max-width: 980px;
    margin: 15px auto;
  }
  #mypage .profileEdit table.table {
    width: 100%;
    font-size: 13px;
  }
  #mypage .profileEdit table.table tr th:nth-child(1),
#mypage .profileEdit table.table tr td:nth-child(1) {
    padding: 5px;
    width: 150px;
  }
  #mypage .profileEdit table.table tr th:nth-child(2),
#mypage .profileEdit table.table tr td:nth-child(2) {
    padding: 5px 10px;
    width: auto;
  }
  #mypage .nav-link {
    display: block;
    padding: 1rem 1.5rem;
    margin: 25px 4px 50px;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #333333;
    border-radius: 4px;
    border: 1px solid #333333;
    transition: all 0.2s;
  }
}
@media (max-width: 768px) {
  #mypage .orderHistry {
    margin: 0 15px;
  }
  #mypage .orderHistry table.table {
    width: 100%;
    font-size: 12px;
  }
  #mypage .orderHistry table.table tr {
    border-bottom: 1px solid #666666;
  }
  #mypage .orderHistry table.table tr th:nth-child(1),
#mypage .orderHistry table.table tr td:nth-child(1) {
    padding: 5px;
    width: 60px;
    text-align: center;
  }
  #mypage .orderHistry table.table tr th:nth-child(2),
#mypage .orderHistry table.table tr td:nth-child(2) {
    padding: 5px;
    width: auto;
  }
  #mypage .orderHistry table.table tr th:nth-child(3),
#mypage .orderHistry table.table tr td:nth-child(3) {
    padding: 4px;
    width: 60px;
    text-align: center;
  }
  #mypage .orderHistry table.table tr th:nth-child(4),
#mypage .orderHistry table.table tr td:nth-child(4) {
    padding: 4px;
    width: 60px;
    text-align: center;
  }
  #mypage .profileEdit {
    margin: 15px;
  }
  #mypage .profileEdit table.table {
    width: 100%;
    font-size: 13px;
  }
  #mypage .profileEdit table.table tr th:nth-child(1),
#mypage .profileEdit table.table tr td:nth-child(1) {
    padding: 5px;
    width: 120px;
  }
  #mypage .profileEdit table.table tr th:nth-child(2),
#mypage .profileEdit table.table tr td:nth-child(2) {
    padding: 5px 10px;
    width: auto;
  }
  #mypage .nav-link {
    display: block;
    padding: 1rem 1.5rem;
    margin: 5px;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #333333;
    border-radius: 4px;
    border: 1px solid #333333;
    transition: all 0.2s;
  }
}
#mypage .nav {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
#mypage .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
#mypage .nav-link:hover {
  color: #333333;
  background-color: #FFFFFF;
  border: 1px solid #333333;
  transition: all 0.2s;
}
#mypage .fade {
  transition: opacity 0.15s linear;
}

#AmazonPayButton .btn-form--back {
  display: inline-block;
  transform: translateY(-50%);
  padding: 10px 15px;
  margin: 15px 0 0 0;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
  text-align: center;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #ae1414;
  background: #ae1414;
  border-radius: 25px;
  box-shadow: 0 3px 4px 0 rgb(230, 230, 230);
  transition: all 0.2s;
}
#AmazonPayButton .btn-form--back:hover {
  box-shadow: none;
}

#area-btn-error {
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 1120px;
  margin-top: 96px;
  margin-bottom: 200px;
}
#area-btn-error .btn-form--submit {
  display: block;
  width: 400px;
  height: 80px;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
  background: #ae1414;
  border-width: 1px;
  border-style: solid;
  border-color: #ae1414;
  border-radius: 40px;
  box-shadow: 0 3px 4px 0 rgb(230, 230, 230);
  transition: all 0.2s;
}
#area-btn-error .btn-form--submit:hover {
  box-shadow: none;
}
#area-btn-error .btn-form--back {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 160px;
  height: 50px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #e4dcd0;
  background: #fbf8f5;
  border-radius: 25px;
  box-shadow: 0 3px 4px 0 rgb(230, 230, 230);
  transition: all 0.2s;
}
#area-btn-error .btn-form--back:hover {
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  #area-btn-error {
    position: relative;
    align-self: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100vw;
    margin-top: 96px;
    margin-bottom: 30px;
  }
  #area-btn-error .btn-form--submit {
    display: block;
    width: auto;
    height: 80px;
    margin: 0 20px;
    text-align: center;
    color: #fff;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
    background: #ae1414;
    border-width: 1px;
    border-style: solid;
    border-color: #ae1414;
    border-radius: 40px;
    box-shadow: 0 3px 4px 0 rgb(230, 230, 230);
    transition: all 0.2s;
  }
  #area-btn-error .btn-form--back {
    display: block;
    position: static;
    transform: translateY(0);
    width: 155px;
    height: 50px;
    margin: 40px auto 0;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: #e4dcd0;
    background: #fbf8f5;
    border-radius: 25px;
    box-shadow: 0 3px 4px 0 rgb(230, 230, 230);
    transition: all 0.2s;
  }
  #area-btn-error .btn-form--top {
    display: block;
    flex-direction: column;
    justify-content: center;
    width: 200px;
    height: 60px;
    margin: 0 auto;
    color: #000;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
    text-align: center;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    border-color: #e4dcd0;
    line-height: 60px;
    background: #f4f1ed;
    border-radius: 30px;
    box-shadow: 0 3px 4px 0 rgb(230, 230, 230);
    transition: all 0.2s;
  }
}

.invalid-feedback {
  width: 100%;
  margin: 0 0.75rem 1rem;
  font-size: 85%;
  color: #dc3545;
}

.alert-error {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid #fdd6d6;
  border-radius: 0.25rem;
  color: #813838;
  background-color: #fee2e1;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.float-left {
  float: left;
}

#card-auth-error {
  margin-top: 10px;
}

.text-center-wide {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .text-center-wide {
    text-align: left;
    width: calc(100vw - 40px);
  }
  .text-center-narrow {
    text-align: center;
    width: calc(100vw - 40px);
  }
}
.radio-card {
  margin: 5px;
}

.font-weight-bold {
  font-weight: bold;
}

/*/* 2023/3/1追記 */
/* oshibana送客バナー */
.footer__to-oshibana-bnr img {
  width: 600px;
  margin: 90px auto 10px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  display: block;
}

.footer__to-oshibana-bnr a:hover {
  opacity: 0.8;
  transition: 0.2s;
}

@media only screen and (max-width: 767px) {
  .footer__to-oshibana-bnr img {
    width: 90%;
    height: auto;
  }
}
.badge {
  display: inline-block;
  padding: 0.25em 0.625em;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.175rem;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #fe696a;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #fe3638;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(254, 105, 106, 0.5);
}

.badge-secondary {
  color: #2b3445;
  background-color: #f3f5f9;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #2b3445;
  background-color: #d1d9e8;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(243, 245, 249, 0.5);
}

.badge-success {
  color: #2b3445;
  background-color: #42d697;
}

a.badge-success:hover, a.badge-success:focus {
  color: #2b3445;
  background-color: #29bc7d;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(66, 214, 151, 0.5);
}

.badge-info {
  color: #2b3445;
  background-color: #69b3fe;
}

a.badge-info:hover, a.badge-info:focus {
  color: #2b3445;
  background-color: #3699fe;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(105, 179, 254, 0.5);
}

.badge-warning {
  color: #2b3445;
  background-color: #fea569;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #2b3445;
  background-color: #fe8736;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(254, 165, 105, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #f34770;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #f0174b;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(243, 71, 112, 0.5);
}

.badge-light {
  color: #2b3445;
  background-color: #fff;
}

a.badge-light:hover, a.badge-light:focus {
  color: #2b3445;
  background-color: #e6e5e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #373f50;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #222732;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(55, 63, 80, 0.5);
}

.badge-accent {
  color: #fff;
  background-color: #4e54c8;
}

a.badge-accent:hover, a.badge-accent:focus {
  color: #fff;
  background-color: #363cad;
}

a.badge-accent:focus, a.badge-accent.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(78, 84, 200, 0.5);
}

.badge-primary, .badge-success,
.badge-info, .badge-warning,
.badge-danger, .badge-dark {
  color: #fff;
}

.badge-primary:hover, .badge-primary:focus, .badge-success:hover, .badge-success:focus,
.badge-info:hover,
.badge-info:focus, .badge-warning:hover, .badge-warning:focus,
.badge-danger:hover,
.badge-danger:focus, .badge-dark:hover, .badge-dark:focus {
  color: #fff !important;
}

.badge-secondary,
.badge-light {
  color: #373f50;
}

.badge-primary.badge-shadow {
  box-shadow: 0 0.5rem 1.125rem -0.275rem rgba(254, 105, 106, 0.9);
}

.badge-secondary.badge-shadow {
  box-shadow: 0 0.5rem 1.125rem -0.275rem rgba(243, 245, 249, 0.9);
}

.badge-success.badge-shadow {
  box-shadow: 0 0.5rem 1.125rem -0.275rem rgba(66, 214, 151, 0.9);
}

.badge-info.badge-shadow {
  box-shadow: 0 0.5rem 1.125rem -0.275rem rgba(105, 179, 254, 0.9);
}

.badge-warning.badge-shadow {
  box-shadow: 0 0.5rem 1.125rem -0.275rem rgba(254, 165, 105, 0.9);
}

.badge-danger.badge-shadow {
  box-shadow: 0 0.5rem 1.125rem -0.275rem rgba(243, 71, 112, 0.9);
}

.badge-light.badge-shadow {
  box-shadow: 0 0.5rem 1.125rem -0.275rem rgba(255, 255, 255, 0.9);
}

.badge-dark.badge-shadow {
  box-shadow: 0 0.5rem 1.125rem -0.275rem rgba(55, 63, 80, 0.9);
}

.badge-accent.badge-shadow {
  box-shadow: 0 0.5rem 1.125rem -0.275rem rgba(78, 84, 200, 0.9);
}

.badge-secondary.badge-shadow,
.badge-light.badge-shadow {
  box-shadow: 0 0.5rem 1.125rem -0.275rem rgba(0, 0, 0, 0.25);
}

a.badge-shadow:hover {
  box-shadow: none;
}

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