@charset "UTF-8";
/* ===== Normalize =============================================
   normalize.css v2.1.3 | MIT License | git.io/normalize
   ==================================================================== */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "“" "”" "‘" "’";
}

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

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/* ===== scss settings =============================================
   Author:
   ==================================================================== */
/* ===== mixin =============================================
   ==================================================================== */
body,
html {
  min-width: 1134px;
}
@media only screen and (max-width: 767px) {
  body,
  html {
    min-width: 100%;
  }
}

/* =======================
    Initialize
    ======================================================= */
ul {
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0 1rem;
  line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
}

img {
  vertical-align: top;
}

a {
  color: #9e2828;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
a:hover {
  color: #50211f;
  transition: 0.3s ease-in-out;
}

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 20px 0;
}

html {
  font-size: 62.5%;
  background: #eaeaea;
}

body {
  font-family: "Open Sans", Helvetica, Arial, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  font-smoothing: antialiased;
  box-sizing: border-box;
  background: #eaeaea;
  background: url(/img/bg.jpg);
}
body.open .l-content {
  filter: blur(8px);
  pointer-events: none;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 12px;
    font-size: 1.2rem;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
  }
}

/* ===================
    loading
   =================== */
.loading {
  background: #2D120C;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100001;
}
.s-visible .loading.s-hidden, .wf-active .loading.s-hidden {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  text-align: center;
}

.loading__icon img {
  width: 50px;
  height: auto;
}

/* =======================
    layout
    ======================================================= */
.wrapper, .header__main__inner {
  width: 1134px;
  box-sizing: border-box;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .wrapper, .header__main__inner {
    width: 100%;
    word-wrap: break-word;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.s-login .wrapper, .s-login .header__main__inner {
  width: calc(100% - 230px);
}

.l-header {
  width: 100%;
  height: 65px;
  position: fixed;
  z-index: 10001;
  overflow: hidden;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .l-header {
    height: 50px;
    overflow: visible;
    z-index: 20001;
  }
}
.s-login .l-header {
  width: 220px;
  height: 120vh;
  background: #2D120C;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .s-login .l-header {
    width: 100%;
    height: 50px;
  }
}

.headermg {
  height: 65px;
}
.s-login .headermg {
  display: none;
}
@media only screen and (max-width: 767px) {
  .s-login .headermg {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .headermg {
    height: 50px;
  }
}

.l-content {
  background: url(/img/bg.jpg);
}
.s-login .l-content {
  padding: 0 0 0 220px;
  width: calc(100% - 220px);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .s-login .l-content {
    padding: 10px 0 0;
    width: 100%;
  }
}

.l-footer {
  border-top: 3px solid #2D120C;
  background: #fff;
}
.s-login .l-footer {
  padding: 0 0 0 230px;
  width: calc(100% - 230px);
  border-top: 1px solid #8B8B8B;
}
@media only screen and (max-width: 767px) {
  .s-login .l-footer {
    padding: 0;
    width: 100%;
  }
}

.overlay {
  display: none;
  width: 100%;
  height: 120%;
  position: fixed;
  top: 50px;
  left: 0;
  background: #000000;
  z-index: 20000;
  opacity: 0.7;
}

/* =======================
    header
    ======================================================= */
.header__main {
  background: #2D120C;
  height: 65px;
}
@media only screen and (max-width: 767px) {
  .header__main {
    position: relative;
    height: inherit;
    background: #fff;
    border-bottom: 2px solid #2D120C;
  }
}

.header__main__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.s-login .header__main__inner {
  display: block;
  width: 100%;
  padding: 10px 0 0;
}
@media only screen and (max-width: 767px) {
  .s-login .header__main__inner {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header__main__inner {
    display: block;
    padding: 0;
  }
}

.logobox {
  display: inline-block;
  vertical-align: top;
  width: 134px;
  padding: 20px 20px 0;
  box-sizing: border-box;
  font-size: 15px;
  font-size: 1.5rem;
  background: #fff;
}
.s-login .logobox {
  width: calc(100% - 30px);
  padding: 18px 36px;
  margin: 0 15px 10px;
}
@media only screen and (max-width: 767px) {
  .s-login .logobox {
    width: 110px;
    display: block;
    margin: 0 auto;
    padding: 12px 0px 0;
  }
}
.logobox--header {
  height: 65px;
}
@media only screen and (max-width: 767px) {
  .logobox--header {
    width: 110px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 12px 0 0;
  }
}
.logobox--loginform {
  width: 150px;
  padding: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .logobox--loginform {
    width: 110px;
  }
}
.logobox--footer {
  width: 114px;
  padding: 4px 0 0;
}
.logo__item {
  width: 100%;
  height: auto;
}

.mobilemenu {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mobilemenu {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 5px;
  }
}
.mobilemenu__item {
  font-size: 30px;
  font-size: 3rem;
  color: #2D120C;
  display: block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  padding: 5px 0 0;
}
.mobilemenu__item:hover {
  color: #000000;
}
.mobilemenu__icon {
  font-family: fontAwesome;
  position: relative;
}
.mobilemenu__icon::after {
  content: "\f0c9";
}
.open .mobilemenu__icon::after {
  content: "\f00d";
}
.mobilemenu__label {
  font-size: 8px;
  font-size: 0.8rem;
  letter-spacing: 0;
  display: block;
}

.header__nav {
  -ms-flex-preferred-size: calc(100% - 144px);
      flex-basis: calc(100% - 144px);
  background: #2D120C;
  vertical-align: top;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .header__nav {
    display: none;
    text-align: center;
    width: 100%;
    padding: 0 0 10px;
  }
  .header__nav.s-menu--on {
    display: block;
    position: absolute;
    z-index: 100;
    font-size: 14px;
    font-size: 1.4rem;
    background: #fff;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    top: 50px;
  }
}
.s-login .header__nav {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: 100%;
}
.header__navbox {
  display: block;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .header__navbox {
    width: 100%;
    margin: 1px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.mainnav__grp {
  table-layout: auto;
  display: table;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .mainnav__grp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.s-login .mainnav__grp {
  display: block;
}
@media only screen and (max-width: 767px) {
  .s-login .mainnav__grp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.mainnav__item {
  display: table-cell;
  text-align: center;
  font-family: garamond-premier-pro, source-han-serif-japanese, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", Garamond, "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .mainnav__item {
    display: block;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    border-bottom: 1px solid #fff;
    position: relative;
  }
  .mainnav__item:nth-child(odd)::after {
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-right: 1px solid #fff;
  }
}
.s-login .mainnav__item {
  display: block;
  text-align: left;
}
.mainnav__item--bnr {
  margin: 10px 0 0;
}
.mainnav__item--bnr img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .mainnav__item--bnr {
    margin: 10px auto;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.s-login .mainnav__item--user {
  display: none;
}
@media only screen and (max-width: 767px) {
  .s-login .mainnav__item--user {
    display: block;
  }
}

.mainnav__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 65px;
  color: #fff;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .mainnav__link {
    background: #2D120C;
    height: 44px;
  }
}
.s-login .mainnav__link {
  height: 38px;
  padding: 0 15px;
  display: table;
}
.s-login .mainnav__link::after {
  display: inline-block;
  content: "\f105";
  font-family: fontAwesome;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
.s-login .mainnav__link:hover::after {
  transform: translateX(5px) translateY(-50%);
  transition: 0.3s ease-in-out;
}
.mainnav__item--bnr .mainnav__link::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mainnav__item--bnr .mainnav__link {
    background: #fff;
    width: 180px;
    padding: 0;
    margin: 0 auto;
  }
}
.mainnav__link:hover {
  color: #fff;
  background: #50211f;
}
@media only screen and (max-width: 767px) {
  .mainnav__link:hover {
    background: #2D120C;
  }
}
.mainnav__item--bnr .mainnav__link:hover {
  background: #2D120C;
}
.mainnav__item--bnr .mainnav__link:hover::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mainnav__item--bnr .mainnav__link:hover {
    background: #fff;
  }
}
.mainnav__link--signin {
  padding: 0 10px;
  background: #fff;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .mainnav__link--signin {
    background: #50211f;
    color: #fff;
  }
}
.mainnav__link--signin:hover {
  background: #50211f;
}
.mainnav__link--login {
  position: relative;
  background: transparent;
  color: #000000;
}
.mainnav__link--login::before {
  content: "ログイン";
  width: 100%;
  height: 100%;
  position: absolute;
  line-height: 65px;
  z-index: 2;
  top: 0;
  left: 0;
  transition: 0.3s all ease-in-out;
  background: linear-gradient(to bottom, #ffec67, #f0a800);
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .mainnav__link--login::before {
    line-height: 44px;
  }
}
.mainnav__link--login::after {
  content: "ログイン";
  width: 100%;
  height: 100%;
  position: absolute;
  line-height: 65px;
  z-index: 1;
  top: 0;
  left: 0;
  transition: 0.3s all ease-in-out;
  background: linear-gradient(to bottom, #f0a800, #b96701);
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .mainnav__link--login::after {
    line-height: 44px;
  }
}
.mainnav__link--login:hover {
  color: #000000;
}
.mainnav__link--login:hover::before {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .mainnav__link--login:hover::before {
    opacity: 1;
  }
}

.mainnav__label {
  display: block;
  vertical-align: middle;
  width: 100%;
}
.s-login .mainnav__label {
  height: 38px;
  display: table-cell;
}

.header__contact {
  padding: 0 15px;
  margin: 10px 0 0;
}
@media only screen and (max-width: 767px) {
  .header__contact {
    color: #222;
  }
}

/* =======================
    footer
    ======================================================= */
.footer__prop {
  border-bottom: 1px solid #2D120C;
  font-size: 14px;
  font-size: 1.4rem;
  background: #fff;
  padding: 16px 0 6px;
}
@media only screen and (max-width: 767px) {
  .footer__prop {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.footer__prop__title {
  margin: 0;
  font-size: 15px;
  font-size: 1.5rem;
  color: #222;
  padding: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .footer__prop__title {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.footer__prop__grp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__prop__item {
  display: block;
  margin: 0 20px 10px 0;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footer__prop__item {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.footer__prop__item::after {
  content: "";
  display: inline-block;
  border-right: 1px solid #8B8B8B;
  height: 100%;
  width: 1px;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
}
.footer__prop__item:last-child::after {
  display: none;
}
.fullscreen__footer {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .fullscreen__footer {
    position: relative;
    bottom: auto;
    left: auto;
    transform: translateX(0%);
    margin: 20px 0 0;
    display: block;
    text-align: center;
  }
}

.footer__top {
  padding: 20px 0;
}
.footer__top__inner {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .footer__top__inner {
    display: block;
  }
}

.footer__top__contact {
  padding: 0 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .footer__top__contact {
    padding: 18px 0 0 0;
  }
}

.footer__sitelink {
  padding: 0 0 12px;
}

.footer__sitelink__grp {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 12px;
}
@media only screen and (max-width: 767px) {
  .footer__sitelink__grp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
}

.footer__sitelink__item {
  display: block;
  vertical-align: top;
  margin: 0 18px 0 0;
}
@media only screen and (max-width: 767px) {
  .footer__sitelink__item {
    margin: 0 15px 15px 0;
  }
}

.footer__sitelink__link {
  font-size: 13px;
  font-size: 1.3rem;
  color: #222;
}
@media only screen and (max-width: 767px) {
  .footer__sitelink__link {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.footer__bottom {
  background: #2D120C;
  color: #fff;
  padding: 18px 0;
}
@media only screen and (max-width: 767px) {
  .footer__bottom {
    padding: 18px 0;
  }
}
.s-login .footer__bottom {
  background: #fff;
  zoom: 1;
}
.s-login .footer__bottom:before, .s-login .footer__bottom:after {
  content: "";
  display: table;
}
.s-login .footer__bottom:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .s-login .footer__bottom {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.footer__textlink {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 0 3px;
}
@media only screen and (max-width: 767px) {
  .footer__textlink {
    padding: 0 0 12px 0;
  }
}
.s-login .footer__textlink {
  float: left;
}
@media only screen and (max-width: 767px) {
  .s-login .footer__textlink {
    float: none;
  }
}

.footer__textlink__grp {
  display: -ms-flexbox;
  display: flex;
}

.footer__textlink__item {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 767px) {
  .footer__textlink__item {
    font-size: 10px;
    font-size: 1rem;
    margin: 0 5px;
  }
}
.footer__textlink__item::after {
  content: "|";
  margin: 0 0 0 10px;
  color: #333;
}
.footer__textlink__item:last-child::after {
  content: "";
}

.footer__textlink__link {
  color: #fff;
}
.footer__textlink__link:hover {
  color: #fff;
}
.s-login .footer__textlink__link {
  color: #222;
}

.footer__textlink__label {
  line-height: 1;
}

.footer__copyright {
  display: block;
  padding: 10px 0 0;
  line-height: 1.5;
  font-size: 10px;
  font-size: 1rem;
  color: #4E4E4D;
}
@media only screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 8px;
    font-size: 0.8rem;
  }
}
.s-login .footer__copyright {
  padding: 0;
}
.fullscreen__footer .footer__copyright {
  padding: 0;
}

.footer__copyright__link {
  color: #fff;
}
.footer__copyright__link:hover {
  color: #fff;
}
.s-login .footer__copyright__link {
  color: #222;
}

/* =======================
    btn
    ======================================================= */
.btnbox {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.btnbox--l {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.btn__item {
  display: block;
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .btn__item {
    margin: 0 4px;
  }
}

.btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #50211f;
  height: 48px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: garamond-premier-pro, source-han-serif-japanese, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", Garamond, "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
  position: relative;
  z-index: 0;
  min-width: 7em;
  padding: 3px 12px 0;
  border: 0;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 20px 10;
  }
}
.btn:hover {
  color: #fff;
  background: #50211f;
}
.btn:focus {
  outline: 0;
}
.btn i {
  transform: translateY(-2px);
}

.btn--arrow {
  position: relative;
}
.btn--arrow::after {
  content: "";
  display: inline-block;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 5px;
  height: 5px;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4.245px;
  transition: 0.2s ease-in-out;
}
.btn--arrow:hover::after {
  right: 7px;
  transition: 0.2s ease-in-out;
}

.btn--login {
  color: #000000;
  background: transparent;
}
.btn--login::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: 0.3s all ease-in-out;
  background: linear-gradient(to bottom, #ffec67, #f0a800);
  border-radius: 8px;
}
.btn--login::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  transition: 0.3s all ease-in-out;
  background: linear-gradient(to bottom, #f0a800, #b96701);
  border-radius: 8px;
}
.btn--login:hover {
  color: #000000;
}
.btn--login:hover::before {
  opacity: 0;
}

.btn--signup::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: 0.3s all ease-in-out;
  background: #fff;
  border-radius: 8px;
  background: linear-gradient(to bottom, #6d0c0c, #50211f);
}
.btn--signup::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  transition: 0.3s all ease-in-out;
  background: linear-gradient(to bottom, #50211f, #2D120C);
  border-radius: 8px;
}
.btn--signup:hover {
  color: #fff;
}
.btn--signup:hover::before {
  opacity: 0;
}

.btn--white {
  background: #fff;
  color: #50211f;
  border: 1px solid #50211f;
  transition: 0.3s all ease-in-out;
}
.btn--white:hover {
  background: #50211f;
}
.btn--white.btn--arrow {
  position: relative;
}
.btn--white.btn--arrow::after {
  content: "";
  display: inline-block;
  border-right: 1px solid #9e2828;
  border-bottom: 1px solid #9e2828;
  width: 5px;
  height: 5px;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4.245px;
  transition: 0.2s ease-in-out;
}
.btn--white.btn--arrow:hover::after {
  right: 7px;
  transition: 0.2s ease-in-out;
}

.btn--tobottom {
  position: relative;
}
.btn--tobottom::after {
  content: "\f107";
  font-family: fontAwesome;
  display: inline-block;
  margin: 0 0 0 5px;
}

@media only screen and (max-width: 767px) {
  .btn--min {
    font-size: 8px;
    font-size: 0.8rem;
    height: 18px;
    padding: 0px 7px;
  }
}

@media only screen and (max-width: 767px) {
  .btn--small {
    font-size: 10px;
    font-size: 1rem;
    height: 26px;
    padding: 4px 8px;
    width: auto;
  }
}

.btn--normal {
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .btn--normal {
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .btn--large {
    width: 100%;
  }
}

.btn--full {
  width: 100%;
}

.btn--teikei {
  width: 220px;
  font-size: 15px;
  font-size: 1.5rem;
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .btn--teikei {
    width: auto;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .btn--yutai {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 0 15px;
  }
}

.btn--pdf {
  position: relative;
}
.btn--pdf::after {
  content: "\f1c1";
  font-family: fontAwesome;
  display: inline-block;
  margin: 0 0 0 5px;
}

.btn--afterservice {
  height: 44px;
  font-size: 15px;
  font-size: 1.5rem;
}

/* =======================
    Box element
    ======================================================= */
.contbox {
  padding: 0 0 60px;
}
@media only screen and (max-width: 767px) {
  .contbox {
    padding: 0 0 20px;
  }
}
.contbox--hasmg {
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .contbox--hasmg {
    padding-top: 15px;
  }
}
.contbox--service {
  background: #fff;
}

.contbox__body--narrow {
  width: 500px;
  margin: 0 auto;
  padding: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .contbox__body--narrow {
    width: 100%;
  }
}

/* =======================
    Card Items
    ======================================================= */
/* =======================
    title
    ======================================================= */
.contbox___header {
  display: block;
  padding: 54px 0 38px;
}
@media only screen and (max-width: 767px) {
  .contbox___header {
    padding: 25px 0 12px;
  }
}
.contbox___header__text {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px 0 0;
}
@media only screen and (max-width: 767px) {
  .contbox___header__text {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 8px 0 0;
  }
}

.cmntitle, .form__title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  font-family: garamond-premier-pro, source-han-serif-japanese, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", Garamond, "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .cmntitle, .form__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.cmntitle--center {
  text-align: center;
}
.cmntitle__sub {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: garamond-premier-pro, source-han-serif-japanese, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", Garamond, "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
  padding: 10px 0;
  display: inline-block;
  position: relative;
  color: #7f6703;
}
@media only screen and (max-width: 767px) {
  .cmntitle__sub {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.cmntitle__sub::before {
  width: 60px;
  content: "";
  display: inline-block;
  border-top: 1px solid #7f6703;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateX(100%) translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .cmntitle__sub::before {
    width: 10px;
    border-top: 0.5px solid #7f6703;
  }
}
.cmntitle__sub::after {
  width: 60px;
  content: "";
  display: inline-block;
  border-top: 1px solid #7f6703;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateX(-100%) translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .cmntitle__sub::after {
    width: 10px;
    border-top: 0.5px solid #7f6703;
  }
}

.cmnsubtitle {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  font-feature-settings: "pkna";
  letter-spacing: 1.5px;
  margin: 0 0 18px;
}
@media only screen and (max-width: 767px) {
  .cmnsubtitle {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.cmnleadcopy {
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .cmnleadcopy {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.tile {
  padding: 0 0 30px;
}
.tile__grp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (max-width: 767px) {
  .tile__grp--splist {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .tile__grp--yutai {
    display: -ms-flexbox;
    display: flex;
  }
}
.tile__item {
  display: block;
}
@media only screen and (max-width: 767px) {
  .tile__grp--splist .tile__item {
    margin: 0 0 20px;
  }
}
.tile__grp--yutai .tile__item {
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .tile__grp--yutai .tile__item {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    padding: 0 5px;
  }
  .tile__grp--yutai .tile__item img {
    width: 100%;
    height: auto;
  }
}
.privilege {
  padding: 0 30px;
  -ms-flex-preferred-size: 325px;
      flex-basis: 325px;
}
@media only screen and (max-width: 767px) {
  .privilege {
    zoom: 1;
    padding: 0 15px;
  }
  .privilege:before, .privilege:after {
    content: "";
    display: table;
  }
  .privilege:after {
    clear: both;
  }
}
.privilege__icon {
  width: 70%;
  margin: 0px auto 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .privilege__icon {
    width: 100px;
    float: left;
  }
}
.privilege__icon img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.privilege__icon::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.privilege__title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 10px 0;
  line-height: 1.4;
  color: #50211f;
}
@media only screen and (max-width: 767px) {
  .privilege__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .privilege__text {
    text-align: left;
    padding: 15px 0 0;
  }
}

.linkcard__grp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 105%;
  margin: 0 -2.5%;
}
@media only screen and (max-width: 767px) {
  .linkcard__grp {
    display: block;
  }
}
.linkcard__grp--inuserp {
  width: 100%;
  margin: 0;
  -ms-flex-pack: start;
      justify-content: start;
}
.linkcard__item {
  display: block;
  -ms-flex-preferred-size: 28%;
      flex-basis: 28%;
  margin: 0 2.5% 30px;
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px -1px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .linkcard__item {
    -ms-flex-preferred-size: 31.333%;
        flex-basis: 31.333%;
    margin: 0 1% 10px;
  }
}
.linkcard__grp--inuserp .linkcard__item {
  border-radius: 12px;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15), -1px -1px 1px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .linkcard__grp--inuserp .linkcard__item {
    border-radius: 3px;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
.linkcard__item--single {
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .linkcard__grp--inuserp .linkcard__item--single {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.linkcard__item section {
  height: 100%;
}
.linkcard__link {
  display: block;
  color: #222;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .linkcard__link {
    padding: 5px;
  }
}
.linkcard__link:hover {
  color: #000000;
  background: rgba(0, 0, 0, 0.1);
}
.linkcard__link:hover img {
  opacity: 0.7;
  transition: 0.3s ease-in-out opacity;
}
.linkcard__grp--inuserp .linkcard__link:hover {
  background: rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .linkcard__grp--splist .linkcard__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}
.linkcard__img {
  display: block;
  position: relative;
  background: #000;
  width: 100%;
  overflow: hidden;
}
.linkcard__img::after {
  content: "";
  padding-top: 50%;
  display: block;
  width: 100%;
}
.linkcard__img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
  transition: 0.3s ease-in-out opacity;
}
.linkcard__img--vtop img {
  top: 0;
  bottom: auto;
}
@media only screen and (max-width: 767px) {
  .linkcard__grp--splist .linkcard__img {
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
  }
}
.linkcard__title {
  padding: 10px 12px 0;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .linkcard__title {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 10px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .linkcard__grp--splist .linkcard__title {
    -ms-flex-preferred-size: calc(100% - 100px);
        flex-basis: calc(100% - 100px);
    text-align: left;
    padding: 0 0 0 10px;
    box-sizing: border-box;
  }
}
.linkcard__desc {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8;
  padding: 6px 0 10px 0;
}

/* =======================
    Home
    ======================================================= */
.cover {
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .cover {
    padding: 0;
  }
}
.cover__inner {
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: 10000;
  text-align: center;
  transform: translateY(-50%);
}
.cover__text {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: garamond-premier-pro, source-han-serif-japanese, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", Garamond, "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
  padding: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .cover__text {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.cover__slide {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cover__img {
  width: 100%;
  background: #000;
}
.cover__img img {
  width: 100%;
  height: auto;
  opacity: 0.8;
}

.campaign {
  width: 960px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 767px) {
  .campaign {
    width: calc(100% + 30px);
    margin: 0 -15px 20px;
  }
}
.campaign__bnr a {
  display: inline-block;
}
.campaign__bnr img {
  width: 100%;
  height: auto;
  display: block;
}
.campaign__bnr--user {
  max-width: 960px;
  margin: 0 0 10px;
}

/* =======================
    Yutai
    ======================================================= */
.yutai__table {
  width: 100%;
  line-height: 1.6;
  margin: 0 0 20px;
}
.s-login .yutai__table {
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .s-login .yutai__table {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.yutai__table thead {
  background: #926666;
  color: #fff;
}
.yutai__table thead th:last-child {
  border-left: 1px solid #fff;
}
.yutai__table th {
  padding: 20px;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .yutai__table th {
    padding: 10px;
  }
}
.s-login .yutai__table th {
  padding: 10px;
}
.yutai__table td {
  padding: 20px;
  background: #fff;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
  .yutai__table td {
    padding: 10px;
  }
}
.s-login .yutai__table td {
  border-right: 1px solid #ddd;
  padding: 10px;
}
.yutai__table__th1 {
  background: #2D120C;
  border-right: 1px solid #fff;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .yutai__table__th1 {
    width: 1em;
  }
}
.yutai__table__th2 {
  background: #50211f;
  color: #fff;
}

.yutai__swcoff {
  text-align: center;
}
.yutai__swcoff__grp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .yutai__swcoff__grp {
    display: block;
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
}
.s-login .yutai__swcoff__grp {
  max-width: 1094px;
}
@media only screen and (max-width: 767px) {
  .s-login .yutai__swcoff__grp {
    min-width: auto;
    width: calc(100% + 20px);
  }
}
.yutai__swcoff__item {
  -ms-flex-preferred-size: 537px;
      flex-basis: 537px;
  display: block;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  border-top: 1px solid #CCAC41;
  border-bottom: 1px solid #CCAC41;
  margin: 0 0 20px;
}
.s-login .yutai__swcoff__item {
  -ms-flex-preferred-size: 49.5%;
      flex-basis: 49.5%;
  background: #efefef;
}
.yutai__swcoff__item--gourmet {
  background: linear-gradient(to right, #603813, #754C24, #2D120C);
  color: #fff;
}
.s-login .yutai__swcoff__item--gourmet {
  background: linear-gradient(to right, #603813, #754C24, #2D120C);
  color: #fff;
}
.yutai__swcoff__item--leisure {
  background: linear-gradient(to right, #603813, #754C24, #2D120C);
  color: #fff;
}
.s-login .yutai__swcoff__item--leisure {
  background: linear-gradient(to right, #603813, #754C24, #2D120C);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .yutai__swcoff__item--leisure {
    background: #fff;
    color: #000;
  }
  .s-login .yutai__swcoff__item--leisure {
    background: #fff;
    color: #000;
  }
}
@media only screen and (max-width: 767px) {
  .yutai__swcoff__item--theatre {
    background: linear-gradient(to right, #603813, #754C24, #2D120C);
    color: #fff;
  }
  .s-login .yutai__swcoff__item--theatre {
    background: linear-gradient(to right, #603813, #754C24, #2D120C);
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .yutai__swcoff__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.yutai__swcoff__item::before {
  content: "";
  width: calc(100% - 66px);
  border-top: 1px solid #CCAC41;
  height: 0;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.yutai__swcoff__item::after {
  content: "";
  width: calc(100% - 66px);
  border-top: 1px solid #CCAC41;
  height: 0;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.yutai__swcoff__item__inner {
  padding: 30px 10px;
}
.yutai__swcoff__pattern {
  position: relative;
}
.yutai__swcoff__pattern::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(/img/yutai_pattern.svg);
  background-size: cover;
  position: absolute;
  top: 10px;
  left: 10px;
}
.yutai__swcoff__pattern::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(/img/yutai_pattern.svg);
  background-size: cover;
  position: absolute;
  top: 10px;
  right: 10px;
  transform: scale(-1, 1);
}
.yutai__swcoff__pattern--bottom::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(/img/yutai_pattern.svg);
  background-size: cover;
  position: absolute;
  top: 6px;
  left: 0px;
  transform: scaleY(-1);
}
.yutai__swcoff__pattern--bottom::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(/img/yutai_pattern.svg);
  background-size: cover;
  position: absolute;
  top: 6px;
  right: 0px;
  transform: scale(-1, -1);
}
.yutai__swcoff__title {
  font-size: 46px;
  font-size: 4.6rem;
  font-family: garamond-premier-pro, source-han-serif-japanese, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", Garamond, "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
  position: relative;
  padding: 0 0 28px;
}
@media only screen and (max-width: 767px) {
  .yutai__swcoff__title {
    font-size: 30px;
    font-size: 3rem;
  }
}
.yutai__swcoff__title::after {
  content: "";
  width: 94px;
  border-top: 1px solid #CCAC41;
  height: 0;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .yutai__swcoff__title::after {
    width: 40px;
  }
}
.yutai__swcoff__disc {
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 22px;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .yutai__swcoff__disc {
    padding: 0 0 10px;
  }
}
.yutai__swcoff__disc__text {
  font-size: 18px;
  font-size: 1.8rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  text-align: left;
  line-height: 1.2;
  box-sizing: border-box;
  padding: 0 10px 0 0;
}
.yutai__swcoff__item--gourmet .yutai__swcoff__disc__text {
  -ms-flex-preferred-size: 43%;
      flex-basis: 43%;
}
.yutai__swcoff__item--leisure .yutai__swcoff__disc__text {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}
.yutai__swcoff__item--theatre .yutai__swcoff__disc__text {
  -ms-flex-preferred-size: 28%;
      flex-basis: 28%;
}
@media only screen and (max-width: 767px) {
  .yutai__swcoff__disc__text {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 0 0 10px;
    height: 45px;
  }
  .yutai__swcoff__item--gourmet .yutai__swcoff__disc__text {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .yutai__swcoff__item--leisure .yutai__swcoff__disc__text {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
  .yutai__swcoff__item--theatre .yutai__swcoff__disc__text {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
}
@media only screen and (max-width: 1366px) {
  .s-login .yutai__swcoff__disc__text {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-login .yutai__swcoff__disc__text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.yutai__swcoff__disc__detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: end;
  height: 51px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.yutai__swcoff__item--theatre .yutai__swcoff__disc__detail {
  -ms-flex-preferred-size: 58%;
      flex-basis: 58%;
  height: 45px;
}
@media only screen and (max-width: 767px) {
  .yutai__swcoff__disc__detail {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
  }
  .yutai__swcoff__item--theatre .yutai__swcoff__disc__detail {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
}
.yutai__swcoff__disc__label {
  background: #CCAC41;
  color: #fff;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  -ms-flex-preferred-size: 25px;
      flex-basis: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 51px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .yutai__swcoff__disc__label {
    font-size: 14px;
    font-size: 1.4rem;
    height: 45px;
  }
}
.yutai__swcoff__disc__num {
  font-size: 67px;
  font-size: 6.7rem;
  font-family: garamond-premier-pro, source-han-serif-japanese, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", Garamond, "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
  height: 51px;
  padding: 0 10px;
  margin-top: -4px;
}
@media only screen and (max-width: 767px) {
  .yutai__swcoff__disc__num {
    font-size: 60px;
    font-size: 6rem;
    padding: 0 4px;
    height: 45px;
  }
}
.yutai__swcoff__disc__unit {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin: 28px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .yutai__swcoff__disc__unit {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 27px 0 0;
    height: 45px;
  }
}
.yutai__swcoff__disc__price {
  font-size: 46px;
  font-size: 4.6rem;
  font-family: garamond-premier-pro, source-han-serif-japanese, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", Garamond, "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .yutai__swcoff__disc__price {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 1366px) {
  .s-login .yutai__swcoff__disc__price {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-login .yutai__swcoff__disc__price {
    font-size: 30px;
    font-size: 3rem;
  }
}
.yutai__swcoff__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .yutai__swcoff__bottom {
    display: block;
  }
}
.yutai__swcoff__bottom__l {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media only screen and (max-width: 767px) {
  .yutai__swcoff__bottom__l {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (max-width: 1366px) {
  .s-login .yutai__swcoff__bottom__l {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
  }
}
@media only screen and (max-width: 767px) {
  .s-login .yutai__swcoff__bottom__l {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.yutai__swcoff__bottom__r {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media only screen and (max-width: 767px) {
  .yutai__swcoff__bottom__r {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.yutai__swcoff__ex {
  text-align: left;
  padding: 0 0 0 23px;
}
@media only screen and (max-width: 767px) {
  .yutai__swcoff__ex {
    padding: 0 0 0 10px;
  }
}
.yutai__swcoff__ex__label {
  font-size: 11px;
  font-size: 1.1rem;
  color: #222;
  padding: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .yutai__swcoff__ex__label {
    font-size: 10px;
    font-size: 1rem;
  }
}
.yutai__swcoff__item--gourmet .yutai__swcoff__ex__label {
  color: #fff;
}
.yutai__swcoff__item--leisure .yutai__swcoff__ex__label {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .yutai__swcoff__item--leisure .yutai__swcoff__ex__label {
    color: #222;
  }
}
@media only screen and (max-width: 767px) {
  .yutai__swcoff__item--theatre .yutai__swcoff__ex__label {
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .yutai__swcoff__ex__grp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0 10px;
  }
}
.yutai__swcoff__ex__item {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 2px 0;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .yutai__swcoff__ex__item {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding: 0 18px 5px 0;
  }
}
.yutai__swcoff__photos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  box-sizing: border-box;
  padding: 0 6px 0 0;
}
@media only screen and (max-width: 767px) {
  .yutai__swcoff__photos {
    padding: 0 10px 0 10px;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
.yutai__swcoff__photos__item {
  -ms-flex-preferred-size: 120px;
      flex-basis: 120px;
  display: block;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .yutai__swcoff__photos__item {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin: 0 15px 0 0;
  }
}
@media only screen and (max-width: 1366px) {
  .s-login .yutai__swcoff__photos__item {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
}
@media only screen and (max-width: 767px) {
  .s-login .yutai__swcoff__photos__item {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.yutai__swcoff__photos__img img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .yutai__swcoff__photos__img img {
    width: 80px;
  }
}
.yutai__swcoff__photos__caption {
  font-size: 10px;
  font-size: 1rem;
  padding: 8px 0 0;
  line-height: 1.2;
}

.yutaicobox {
  width: 900px;
  margin: 0 auto;
  padding: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .yutaicobox {
    width: 100%;
    padding: 0 0 10px;
  }
}
.yutaicobox--user {
  width: 100%;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}
.yutaicobox__title {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .yutaicobox__title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.yutaicobox__title--user {
  font-size: 15px;
  font-size: 1.5rem;
}

.yutai__co__item {
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 30px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.yutai__co__logo {
  width: 260px;
}
@media only screen and (max-width: 767px) {
  .yutai__co__logo {
    width: 120px;
  }
  .yutai__co__logo img {
    width: 100%;
    height: auto;
  }
}
.yutai__co__detail {
  width: calc(100% - 280px);
}
@media only screen and (max-width: 767px) {
  .yutai__co__detail {
    width: calc(100% - 130px);
  }
}

.channel {
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
@media only screen and (max-width: 767px) {
  .channel {
    display: block;
  }
}
.channel__main {
  -ms-flex-preferred-size: calc(100% - 30px - 300px);
      flex-basis: calc(100% - 30px - 300px);
}
@media only screen and (max-width: 767px) {
  .channel__main {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.channel__sub {
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
}
@media only screen and (max-width: 767px) {
  .channel__sub {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.channel__title {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 18px 0;
}
.channel__nav {
  border: 1px solid #DADCDD;
  box-sizing: border-box;
}
.channel__nav__list {
  counter-reset: movie_number;
}
.channel__nav__item {
  display: block;
}
.channel__nav__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0 10px;
  padding: 5px 10px 5px 28px;
  color: #222;
  line-height: 1.4;
  box-sizing: border-box;
  position: relative;
}
.channel__nav__link::before {
  counter-increment: movie_number;
  content: counter(movie_number);
  width: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .channel__nav__link::before {
    font-size: 10px;
    font-size: 1rem;
    width: 15px;
  }
}
.channel__nav__link.is-current {
  background: #edd9c1;
}
.channel__nav__link.is-current::before {
  content: "";
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  border-color: transparent transparent transparent #50211f;
}
@media only screen and (max-width: 767px) {
  .channel__nav__link.is-current::before {
    left: 14px;
  }
}
.channel__nav__link.is-current:hover {
  background: #edd9c1;
}
.channel__nav__link:hover {
  background: #f6f6f6;
}
.channel__nav__thumb {
  width: 100px;
  height: 56.25px;
  border-radius: 5px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .channel__nav__thumb {
    width: 80px;
    height: 45px;
  }
}
.channel__nav__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
}
.channel__nav__label {
  width: calc(100% - 100px - 10px - 20px);
}

/* =======================
    contacts(list)
    ======================================================= */
.contacts__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 88%;
  margin: 30px auto;
}
@media only screen and (max-width: 767px) {
  .contacts__body {
    display: block;
    margin: 10px auto;
    width: 92%;
  }
}
.contacts__elm {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  text-align: left;
  padding: 0 0 60px;
}
@media only screen and (max-width: 767px) {
  .contacts__elm {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0 0 20px;
  }
}
.contacts__elm__title {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: garamond-premier-pro, source-han-serif-japanese, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", Garamond, "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
  padding: 0 0 20px;
  position: relative;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .contacts__elm__title {
    line-height: 1.5;
    padding: 0;
    margin: 0 0 10px;
  }
}
.contacts__elm__title::after {
  content: "";
  width: 1px;
  height: 20px;
  border-left: 3px solid #7f6703;
  display: block;
  position: absolute;
  top: -2px;
  left: -13px;
}
@media only screen and (max-width: 767px) {
  .contacts__elm__title::after {
    top: -2px;
    height: 100%;
  }
}
.contacts__elm__div {
  padding: 0 0 10px;
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
}
.contacts__elm__tel {
  margin: 0 0 2px;
}
.contacts__elm__time {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0 0 10px;
}
.contacts__elm__mail {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0 0 10px;
}
.contacts__elm__link {
  padding: 0 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

/* =======================
    news(before login)
    ======================================================= */
.news__grp {
  text-align: left;
}
.news__item {
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  -ms-flex-align: top;
      align-items: top;
}
@media only screen and (max-width: 767px) {
  .news__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.news__propname {
  font-size: 12px;
  font-size: 1.2rem;
  -ms-flex-preferred-size: 190px;
      flex-basis: 190px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .news__propname {
    font-size: 11px;
    font-size: 1.1rem;
    -ms-flex-preferred-size: 140px;
        flex-basis: 140px;
    padding: 0 0 5px;
  }
}
.news__propname span {
  background: #fff;
  border: 1px solid #50211f;
  color: #2D120C;
  padding: 6px 12px;
  display: block;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .news__propname span {
    padding: 4px 5px 2px;
  }
}
.news__date {
  color: #222;
  margin: 0 10px;
  -ms-flex-preferred-size: 88px;
      flex-basis: 88px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .news__date {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
  }
}
.news__body {
  -ms-flex-preferred-size: 856px;
      flex-basis: 856px;
  line-height: 1.4;
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .news__body {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.news__body a {
  text-decoration: underline;
}

.sale__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 30px 0 80px;
}
@media only screen and (max-width: 767px) {
  .sale__head {
    display: block;
    padding: 10px 0 40px;
  }
}
.sale__head__child {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  background: #fff;
  box-sizing: border-box;
  padding: 30px;
  border: 3px double #7f6703;
  height: 100%;
  position: relative;
}
.sale__head__child:nth-child(2) {
  background: linear-gradient(142deg, rgba(140, 95, 18, 0.7), rgb(45, 18, 12)), url(/img/bg_valuation.jpg);
  color: #fff;
  border: 3px double #fff;
}
@media only screen and (max-width: 767px) {
  .sale__head__child {
    padding: 20px 15px;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: calc(100% + 30px);
    margin: 0 -15px 10px;
  }
}
.sale__head__title {
  font-family: garamond-premier-pro, source-han-serif-japanese, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", Garamond, "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  font-size: 3rem;
  padding: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .sale__head__title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.sale__head__lead {
  padding: 0 0 15px;
  font-size: 13px;
  font-size: 1.3rem;
}
.sale__head__btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 0 20px;
}
.sale__head__btn {
  display: block;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}
.sale__head__contact__name {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 0 10px;
}
.sale__head__contact__cont {
  display: -ms-flexbox;
  display: flex;
}
.sale__head__contact__cont .sale__head__contact__time {
  padding: 0 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .sale__head__contact__cont {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.sale_contact .sale__head__contact__cont {
  display: block;
}
.sale__head__contact__time {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
}
.sale__cont {
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .sale__cont {
    padding: 25px 0;
  }
}
.sale__cont--valuation {
  background: url(/img/bg_valuation.jpg);
  border-top: double #7f6703 3px;
}
.sale__cont--purchase {
  background: linear-gradient(142deg, rgba(140, 95, 18, 0.7), rgb(45, 18, 12)), url(/img/bg_valuation.jpg);
  color: #fff;
  border-top: double #fff 3px;
}
.sale__cont__head {
  padding: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .sale__cont__head {
    padding: 0 0 12px;
    text-align: left;
  }
}
.sale__cont__title {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: garamond-premier-pro, source-han-serif-japanese, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", Garamond, "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
  padding: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .sale__cont__title {
    padding: 0 0 10px;
    text-align: center;
  }
}
.sale__cont__body__title {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 0 40px;
  color: #50211f;
}
@media only screen and (max-width: 767px) {
  .sale__cont__body__title {
    padding: 10px 0 15px;
    line-height: 1.5;
  }
}
.sale__cont__body__title--white {
  color: #fff;
}

.sale__merit {
  background: linear-gradient(142deg, #754C24, #2D120C);
  padding: 50px 40px 0;
}
.sale__merit--purchase {
  background: transparent;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .sale__merit {
    padding: 15px 10px;
    width: calc(100% + 20px);
    margin: 0 -20px;
  }
}
.sale__merit__grp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.sale__merit__item {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  display: block;
  background: #fff;
  margin: 0 0 3.5%;
  padding: 20px;
  box-sizing: border-box;
  color: #222;
}
@media only screen and (max-width: 767px) {
  .sale__merit__item {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    padding: 10px;
  }
}
.sale__merit__title {
  font-size: 17px;
  font-size: 1.7rem;
  padding: 0 0 15px;
  color: #926666;
}
@media only screen and (max-width: 767px) {
  .sale__merit__title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
.sale__merit__detail {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: left;
}
.sale__merit__img {
  padding: 0 0 15px;
}
.sale__merit__img img {
  height: 100px;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .sale__merit__img img {
    height: 60px;
  }
}

.sale__flow {
  padding: 40px 0 20px;
  margin: 0 0 40px;
  counter-reset: count;
}
@media only screen and (max-width: 767px) {
  .sale__flow {
    margin: 0 0 20px;
    padding: 20px 0 0;
  }
}
.sale__flow__grp {
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 20px;
}
@media only screen and (max-width: 767px) {
  .sale__flow__grp {
    display: block;
    padding: 0;
  }
}
.sale__flow__grp--r {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.sale__flow--purchase .sale__flow__grp {
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .sale__flow--purchase .sale__flow__grp {
    padding-left: 0;
  }
}
.sale__flow__item {
  display: block;
  -ms-flex-preferred-size: 22%;
      flex-basis: 22%;
  margin: 0 20px 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sale__flow__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    margin: 0 0 20px;
  }
}
.sale__flow__arrow {
  position: relative;
  border: 2px solid #926666;
  background: #fff;
  height: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (max-width: 767px) {
  .sale__flow__arrow {
    height: 50px;
  }
}
.sale__flow--purchase .sale__flow__arrow {
  border-color: #fff;
}
.sale__flow__arrow::after {
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 10px;
  display: inline-block;
  border-top: 2px solid #9e2828;
  border-right: 2px solid #9e2828;
  position: absolute;
  top: 50%;
  right: -21px;
  transform: rotate(45deg) translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .sale__flow__arrow::after {
    top: auto;
    right: 50%;
    bottom: -70px;
    transform: rotate(135deg) translateX(-50%) translateY(0);
  }
}
.sale__flow__item:last-child .sale__flow__arrow::after {
  display: none;
}
.sale__flow--purchase .sale__flow__arrow::after {
  border-color: #fff;
}
.sale__flow__grp--r .sale__flow__item:first-child .sale__flow__arrow::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-top: 2px solid #9e2828;
  border-right: 2px solid #9e2828;
  position: absolute;
  top: 50%;
  right: 251px;
  transform: rotate(45deg) translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .sale__flow__grp--r .sale__flow__item:first-child .sale__flow__arrow::before {
    top: -25px;
    right: 50%;
    transform: rotate(135deg) translateX(-50%) translateY(0);
  }
}
.sale__flow__arrow i {
  font-style: normal;
  background: #DAB300;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  color: #fff;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  box-sizing: border-box;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .sale__flow__arrow i {
    right: auto;
    top: 50%;
    left: 0;
    transform: translateX(-50%) translateY(-50%);
  }
}
.sale__flow__arrow i::before {
  counter-increment: count;
  content: counter(count);
}
.sale__flow__label {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #926666;
}
.sale__flow__desc {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.6;
  padding: 10px 0;
  color: #222;
}
.sale__flow--purchase .sale__flow__desc {
  color: #fff;
}

.sale__contactbox {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (max-width: 767px) {
  .sale__contactbox {
    display: block;
  }
}

.sale_contact {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .sale_contact {
    padding: 20px 0 0;
    text-align: center;
  }
}

.faqnav {
  padding: 0 0 40px;
}
.faqnav__grp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.faqnav__item {
  display: block;
  margin: 0 3px 10px 3px;
}
.faqnav__link {
  border: 1px solid #6d0c0c;
  background: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px;
  border-radius: 10px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .faqnav__link {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 8px;
  }
}
.faqnav__link:hover {
  background: #eee;
}
.faqnav__link::after {
  content: "\f107";
  font-family: fontAwesome;
  display: inline-block;
  margin: 0 0 0 5px;
}

.faqbox {
  text-align: left;
  padding: 0 0 40px;
}
.faqbox__title {
  border-bottom: 1px solid #8B8B8B;
  font-size: 20px;
  font-size: 2rem;
  font-family: garamond-premier-pro, source-han-serif-japanese, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", Garamond, "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
  padding: 10px 0;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .faqbox__title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 0 0 5px;
  }
}

.faqcont__item {
  display: block;
  padding: 0 0 20px;
  line-height: 1.5;
}
.faqcont__q {
  padding: 10px 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.faqcont__q span {
  font-weight: bold;
  background: #f6f6f6;
  padding: 10px 15px;
  -ms-flex-preferred-size: calc(100% - 40px);
      flex-basis: calc(100% - 40px);
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #bbb;
}
@media only screen and (max-width: 767px) {
  .faqcont__q span {
    -ms-flex-preferred-size: calc(100% - 32px);
        flex-basis: calc(100% - 32px);
  }
}
.faqcont__q::before {
  content: "Q";
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #9e2828;
  color: #fff;
  border-radius: 50%;
  overflow: hidden;
  font-size: 20px;
  font-size: 2rem;
  -ms-flex-preferred-size: 30px;
      flex-basis: 30px;
  height: 30px;
  margin: 6px 0 0;
}
@media only screen and (max-width: 767px) {
  .faqcont__q::before {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 3px 0 0;
    -ms-flex-preferred-size: 25px;
        flex-basis: 25px;
    height: 25px;
  }
}
.faqcont__a {
  padding: 10px 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.faqcont__a span {
  background: #fff;
  padding: 10px 15px;
  -ms-flex-preferred-size: calc(100% - 40px);
      flex-basis: calc(100% - 40px);
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #bbb;
}
@media only screen and (max-width: 767px) {
  .faqcont__a span {
    -ms-flex-preferred-size: calc(100% - 32px);
        flex-basis: calc(100% - 32px);
  }
}
.faqcont__a::before {
  content: "A";
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #7f6703;
  color: #fff;
  border-radius: 50%;
  overflow: hidden;
  font-size: 20px;
  font-size: 2rem;
  -ms-flex-preferred-size: 30px;
      flex-basis: 30px;
  height: 30px;
  margin: 6px 0 0;
}
@media only screen and (max-width: 767px) {
  .faqcont__a::before {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 3px 0 0;
    -ms-flex-preferred-size: 25px;
        flex-basis: 25px;
    height: 25px;
  }
}

.terms {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .terms {
    width: 100%;
  }
}
.terms__header {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .terms__header {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .terms__body {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .terms__footer {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.terms__box {
  padding: 0 0 40px;
}
.terms__title {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 0 15px;
}
.terms__item {
  padding: 0 0 30px;
}
.terms__item dl {
  margin: 0;
  padding: 0;
}
.terms__label {
  margin: 0;
  padding: 0 0 10px;
}
.terms__text {
  margin: 0;
}
.terms__ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  counter-reset: item;
  padding: 0 0 0 1em;
}
.terms__ol--l1 li {
  text-indent: -1em;
}
.terms__ol--l1 li::before {
  counter-increment: item;
  content: counter(item) ".";
  width: 1em;
  margin-right: 5px;
}
.terms__ol--l2 li {
  text-indent: -1em;
}
.terms__ol--l2 li::before {
  counter-increment: item;
  content: "（" counter(item) "）";
  width: 1em;
  margin-right: 5px;
}
.terms__table {
  width: 100%;
  background: #fff;
  border-left: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
  .terms__table {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .terms__table__outer {
    overflow: auto;
    white-space: nowrap;
    border-right: 1px solid #ccc;
  }
  .terms__table__outer::-webkit-scrollbar {
    height: 5px;
  }
  .terms__table__outer::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .terms__table__outer::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}
.terms__table__title {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 25px 0 17px;
}
.terms__table__footer {
  padding: 12px 0 0;
  line-height: 1.6;
  font-size: 12px;
  font-size: 1.2rem;
}
.terms__table th {
  text-align: center;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .terms__table th {
    padding: 5px;
  }
}
.terms__table td {
  padding: 10px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
  .terms__table td {
    padding: 5px;
  }
}
.terms__table__th1 {
  background: #2D120C;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.terms__table__th2 {
  background: #50211f;
  color: #fff;
  border-right: 1px solid #fff;
}
.terms__table__td1 {
  width: 3em;
}
.terms__table__td2 {
  width: 5em;
}
.terms__table__td4 {
  width: 8em;
}

/* =======================
    login screen
    ======================================================= */
.l-fullscreen {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .l-fullscreen {
    padding: 10px;
    box-sizing: border-box;
    height: auto;
    min-height: auto;
  }
}
.l-fullscreen--login {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/img/cover_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.l-fullscreen--passwd {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/img/cover_02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.loginbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  background: #fff;
  width: 580px;
  box-sizing: border-box;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .loginbox {
    position: relative;
    top: auto;
    left: auto;
    transform: translateX(0%) translateY(0%);
    width: 100%;
    margin: 0 auto;
    padding: 20px;
  }
}
.loginbox input[type=text],
.loginbox input[type=email],
.loginbox input[type=password] {
  outline: none;
  box-shadow: none;
  width: 100%;
  border-radius: 8px;
  padding: 6px 10px;
  border: 1px solid #ccc;
  font-size: 18px;
  font-size: 1.8rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .loginbox input[type=text],
  .loginbox input[type=email],
  .loginbox input[type=password] {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.loginbox__form {
  padding: 0 40px 20px;
}
@media only screen and (max-width: 767px) {
  .loginbox__form {
    padding: 0 0px 20px;
  }
}
.loginbox__annotation {
  background: #eeeeee;
  box-sizing: border-box;
  padding: 15px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .loginbox__annotation {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .loginbox__contact {
    padding: 10px 0 0;
  }
}
.loginbox__contact br {
  display: none;
}

.form__item {
  padding: 0 0 10px;
}

/* =======================
    user page
    ======================================================= */
.userp__head {
  margin: 0 0 10px;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 8px 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .userp__head {
    display: none;
  }
}

.userp__confbtn {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 2px 10px 0 0;
  position: relative;
}

.usermenu {
  position: absolute;
  z-index: 10;
  top: 35px;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2), -1px -1px 2px rgba(0, 0, 0, 0.15);
  visibility: hidden;
  opacity: 0;
}
.usermenu.s-show {
  visibility: visible;
  opacity: 1;
}
.usermenu::before {
  content: "";
  position: absolute;
  top: -30px;
  right: 23px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
  z-index: 11;
}
.usermenu::after {
  content: "";
  position: absolute;
  top: -34px;
  right: 21px;
  border: 17px solid transparent;
  border-bottom: 17px solid #ccc;
  z-index: 9;
}
.usermenu__grp {
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
.usermenu__grp--mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .usermenu__grp--mobile {
    padding: 20px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.usermenu__item {
  display: block;
}
.usermenu__link {
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  width: 10em;
}
.usermenu__link:hover {
  background: #ddd;
}
@media only screen and (max-width: 767px) {
  .usermenu__grp--mobile .usermenu__link {
    display: block;
    width: auto;
  }
}

.userp__title {
  font-size: 30px;
  font-size: 3rem;
  padding: 10px 10px 15px;
  font-weight: normal;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .userp__title {
    font-size: 20px;
    font-size: 2rem;
    padding: 8px 10px 13px 20px;
  }
}

.userp__box {
  background: #fff;
  padding: 25px 20px;
  margin: 0 10px 10px;
  position: relative;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px -1px 1px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .userp__box {
    margin: 0 0 10px;
  }
}
.userp__box::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  border-left: 3px solid #9e2828;
}
@media only screen and (max-width: 767px) {
  .userp__box::before {
    width: 100%;
    height: 1px;
    border-top: 3px solid #9e2828;
    border-left: none;
  }
}
.userp__box__outer {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .userp__box__outer {
    display: block;
  }
}
.userp__box--child {
  -ms-flex-preferred-size: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
}
@media only screen and (max-width: 767px) {
  .userp__box--child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.userp__box--child:first-child {
  margin-right: 0;
}
.userp__box__title {
  font-size: 20px;
  font-size: 2rem;
  font-family: garamond-premier-pro, source-han-serif-japanese, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", Garamond, "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
  font-weight: bold;
  padding: 0 0 18px;
}
@media only screen and (max-width: 767px) {
  .userp__box__title {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 0 8px;
  }
}

.propertylink {
  position: absolute;
  top: 20px;
  right: 10px;
}
@media only screen and (max-width: 767px) {
  .propertylink {
    position: relative;
    top: auto;
    right: auto;
    padding: 0 0 10px;
  }
}
.propertylink__grp {
  display: -ms-flexbox;
  display: flex;
}
.propertylink__item {
  display: block;
  margin: 0 10px 0 0;
}
.propertylink__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 20px;
  border: 1px solid #50211f;
  border-radius: 6px;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0 20px;
  color: #50211f;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .propertylink__link {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.propertylink__link::after {
  content: "\f105";
  font-family: fontAwesome;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
.propertylink__link:hover {
  background: rgba(0, 0, 0, 0.1);
}
.propertyitem__grp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .propertyitem__grp {
    display: block;
  }
}
.propertyitem__item {
  display: block;
  -ms-flex-preferred-size: calc(25% - 15px);
      flex-basis: calc(25% - 15px);
  background: #fff;
}
.propertyitem__item:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .propertyitem__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0 0 10px;
  }
}
.propertyitem__item section {
  height: 100%;
}
.propertyitem__link {
  display: block;
  color: #222;
  box-sizing: border-box;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15), -1px 0 1px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .propertyitem__link {
    display: -ms-flexbox;
    display: flex;
    border-radius: 3px;
    -ms-flex-align: center;
        align-items: center;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15), 0px -1px 1px rgba(0, 0, 0, 0.1);
  }
}
.propertyitem__link:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #000000;
}
.propertyitem__link:hover img {
  opacity: 0.7;
  transition: 0.3s ease-in-out opacity;
}
.propertyitem__img {
  display: block;
  position: relative;
  background: #000;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .propertyitem__img {
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
    width: 100px;
  }
}
.propertyitem__img::after {
  content: "";
  padding-top: 50%;
  display: block;
  width: 100%;
}
.propertyitem__img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
  transition: 0.3s ease-in-out opacity;
}
.propertyitem__img--video img {
  opacity: 0.9;
}
.propertyitem__img--video::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-image: url(../../img/icon_play.svg);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .propertyitem__img--video::before {
    width: 30px;
    height: 30px;
  }
}
.propertyitem__title {
  padding: 12px 15px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .propertyitem__title {
    -ms-flex-preferred-size: calc(100% - 100px);
        flex-basis: calc(100% - 100px);
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0 0 0 10px;
  }
}

.manualbox {
  margin: 0 0 30px;
  background: #efefef;
  padding: 28px 28px 18px;
  border-radius: 12px;
}
@media only screen and (max-width: 767px) {
  .manualbox {
    padding: 15px 16px;
    border-radius: 3px;
  }
}
.companybox + .manualbox {
  margin-top: 30px;
}
.manualbox__title {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .manualbox__title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.manualbox__annotation {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.4;
}

.textlink__grp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
.textlink__item {
  display: block;
  list-style: none;
  width: calc(33.33% - 6.6666666667px);
}
@media only screen and (max-width: 767px) {
  .textlink__item {
    width: calc(50% - 5px);
  }
}
.textlink__item a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  width: 100%;
  color: #222;
  box-sizing: border-box;
  position: relative;
  border-radius: 16px;
  padding: 0 25px;
  text-align: left;
  height: 36px;
  overflow: hidden;
  background: #fff;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15), -1px 0 1px rgba(0, 0, 0, 0.1);
}
.textlink__item a:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #000000;
}
.textlink__item--catalog {
  width: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}
.textlink__item--catalog a {
  width: calc(33.33% - 6.6666666667px);
}
@media only screen and (max-width: 767px) {
  .textlink__item--catalog a {
    width: 100%;
  }
}

.companybox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #222;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .companybox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.companybox__label {
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 12px 20px;
  font-weight: bold;
  color: #555;
}
@media only screen and (max-width: 767px) {
  .companybox__label {
    font-size: 10px;
    font-size: 1rem;
    padding: 8px 10px;
    margin: 0 0 10px;
  }
}
.companybox--owners .companybox__label {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  padding: 7px 15px;
}
.companybox__name {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .companybox__name {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0 0 6px;
  }
}
@media only screen and (max-width: 767px) {
  .companybox__contact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}
.companybox__label2 {
  font-size: 10px;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .companybox__label2 {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 5px 0 0;
  }
}
.companybox__tel {
  font-family: garamond-premier-pro, source-han-serif-japanese, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", Garamond, "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  font-size: 2.8rem;
  margin: 0 0 0 0px;
}
.companybox--owners .companybox__tel {
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .recommendbox {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
}
.recommendbox__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  color: #222;
  background: #fff;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15), -1px -1px 1px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .recommendbox__link {
    border-radius: 3px;
    padding: 10px;
    background: transparent;
  }
}
.recommendbox__link:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #000000;
}
.recommendbox__link:hover img {
  opacity: 0.8;
  transition: 0.2s ease-in-out opacity;
}
@media only screen and (max-width: 767px) {
  .recommendbox__link:hover {
    color: #222;
    background: transparent;
  }
}
.recommendbox__img {
  -ms-flex-preferred-size: 320px;
      flex-basis: 320px;
  background: #000;
  max-height: 320px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .recommendbox__img {
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
    background: #fff;
    max-height: 180px;
  }
}
.recommendbox__img img {
  width: 100%;
  height: 100%;
  transition: 0.2s ease-in-out opacity;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.recommendbox__detail {
  -ms-flex-preferred-size: calc(100% - 340px);
      flex-basis: calc(100% - 340px);
}
@media only screen and (max-width: 767px) {
  .recommendbox__detail {
    -ms-flex-preferred-size: calc(100% - 110px);
        flex-basis: calc(100% - 110px);
  }
}
.recommendbox__detail p {
  font-size: 14px;
  font-size: 1.4rem;
  overflow: hidden;
  max-height: 7em;
}
@media only screen and (max-width: 767px) {
  .recommendbox__detail p {
    margin-left: -110px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.recommendbox__title {
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .recommendbox__title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.recommendbox__prop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.6;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .recommendbox__prop {
    -ms-flex-align: center;
        align-items: center;
  }
}
.recommendbox__prop dt {
  -ms-flex-preferred-size: 70px;
      flex-basis: 70px;
  background: #8B8B8B;
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  margin: 0 5px 5px 0;
  line-height: 22px;
}
@media only screen and (max-width: 767px) {
  .recommendbox__prop dt {
    font-size: 9px;
    font-size: 0.9rem;
    -ms-flex-preferred-size: 4em;
        flex-basis: 4em;
    padding: 2px 2px;
    box-sizing: border-box;
    line-height: 1.4;
    height: 100%;
    display: block;
  }
}
.recommendbox__prop dd {
  -ms-flex-preferred-size: calc(100% - 80px);
      flex-basis: calc(100% - 80px);
  margin: 0 0 5px;
}
@media only screen and (max-width: 767px) {
  .recommendbox__prop dd {
    -ms-flex-preferred-size: calc(100% - 4em);
        flex-basis: calc(100% - 4em);
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
  }
}

.asbox {
  padding: 20px;
  background: #fff5e9;
  height: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .asbox {
    padding: 15px;
  }
}
.asbox__title {
  font-size: 20px;
  font-size: 2rem;
  color: #50211f;
  padding: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .asbox__title {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0 0 10px;
    line-height: 1.4;
  }
}
.asbox__img {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #fff;
  border-radius: 50%;
  padding: 20px;
  overflow: hidden;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .asbox__img {
    width: 75px;
    height: 75px;
  }
}
.asbox__img img {
  width: 100%;
  height: auto;
}
.asbox__info p {
  border-top: 1px solid #2D120C;
  padding: 15px 0 0;
  margin-top: 20px;
}

.afterservice__btn {
  padding: 0 20px;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .afterservice__btn {
    padding: 0 15px;
  }
}

.ascontact {
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 12px;
  margin: 0 0 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #8B8B8B;
}
.ascontact__title {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 8px;
  font-weight: bold;
  color: #222;
  position: relative;
}
.ascontact__title::after {
  content: "";
  border-top: 1px solid #8B8B8B;
  width: calc(100% - 5em);
  display: inline-block;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 5em;
  transform: translateY(-50%);
}
.ascontact .companybox {
  margin: 0 30px 0 0;
}
@media only screen and (max-width: 767px) {
  .ascontact .companybox {
    margin: 0 0 10px;
  }
  .ascontact .companybox .companybox__label {
    width: 100%;
    padding: 5px 10px;
    text-align: left;
    font-size: 10px;
    font-size: 1rem;
  }
}
.ascontact .companybox--owners {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .ascontact .companybox--owners br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .ascontact .companybox--owners .companybox__tel {
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
  }
}

.as2 {
  background: #fff5e9;
}
.as2__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .as2__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.as2__child {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
}
@media only screen and (max-width: 767px) {
  .as2__child {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .as2__child:nth-child(3) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.as2__annotation {
  padding: 0 20px 20px;
  line-height: 1.4;
}
.as2__contact__title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: bold;
  padding: 0 0 18px;
}
@media only screen and (max-width: 767px) {
  .as2__contact__title {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0 0 10px;
    line-height: 1.4;
  }
}
.as2__contact__tel {
  font-family: garamond-premier-pro, source-han-serif-japanese, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", Garamond, "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  font-size: 4rem;
  padding: 0 0 4px;
}
.as2__contact__time {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 0 12px;
}

.annotation {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}

/* =======================
    icon
    ======================================================= */
.newicon {
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 10px;
  margin: 0;
  padding: 10px 0 7px;
  z-index: 2;
  width: 40px;
  text-align: center;
  color: white;
  font-size: 13px;
  font-size: 1.3rem;
  background: #DAB300;
  border-radius: 2px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .newicon {
    font-size: 10px;
    font-size: 1rem;
    width: 30px;
    padding: 8px 0 3px;
    left: 6px;
  }
}
.newicon:before {
  position: absolute;
  content: "";
  top: 0;
  right: -5px;
  border: none;
  border-bottom: solid 6px #7f6703;
  border-right: solid 5px transparent;
}
.newicon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 10px solid #DAB300;
}
@media only screen and (max-width: 767px) {
  .newicon:after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 6px solid #DAB300;
  }
}

/* =======================
    Pagination
    ======================================================= */
.pagination__grp {
  font-size: 0;
}

.pagination__item {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 10px 0 0;
}
.pagination__item a {
  display: table;
  background: #fff;
  border: 1px solid #9e2828;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #9e2828;
}
.pagination__item a:hover {
  background: #9e2828;
  color: #fff;
}
.pagination__item--current .pagination__item a {
  background: #2D120C;
  border-color: #2D120C;
  color: #fff;
  pointer-events: none;
}
.pagination__item--current a {
  background: #2D120C;
  border: 1px solid #2D120C;
  color: #fff;
  cursor: default;
  pointer-events: none;
}
.pagination__item--current a:hover {
  background: #2D120C;
  border: 1px solid #2D120C;
  color: #fff;
}

.pagination__label {
  display: table-cell;
  vertical-align: middle;
  height: 30px;
}

/* =======================
    page top Btn
    ======================================================= */
.btnpagetop {
  position: fixed !important;
  width: 40px;
  bottom: 10px;
  right: 10px;
}
@media only screen and (max-width: 767px) {
  .btnpagetop {
    bottom: 0;
  }
}

.btnpagetop__link {
  display: block;
  text-align: center;
  padding: 10px;
  background-color: #000000;
  width: 40px;
  height: 40px;
  position: relative;
  box-sizing: border-box;
}
.btnpagetop__link::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  height: 12px;
  width: 12px;
  margin: 2px 0 0 -6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(-45deg);
  transition: 0.2s ease-in-out;
}
.btnpagetop__link:hover {
  background: #4E4E4D;
}
.btnpagetop__link:hover::after {
  top: 10px;
}

/* =======================
    Owner support tel box
    ======================================================= */
.footer__top__contact .contactbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}
.ascontact .contactbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
}
.campaign__footer .contactbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}
.footer__top__contact .contactbox__main {
  padding: 0 20px 0 0;
}
.campaign__footer .contactbox__main {
  padding: 0 20px 0 0;
}
.contactbox__name {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .contactbox__name {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.loginbox__contact .contactbox__name {
  font-size: 12px;
  font-size: 1.2rem;
}
.contactbox__tel, .contacts__elm__tel, .sale__head__contact__tel {
  font-size: 30px;
  font-size: 3rem;
  font-family: garamond-premier-pro, source-han-serif-japanese, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", Garamond, "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
  padding: 0 0 4px;
}
@media only screen and (max-width: 767px) {
  .contactbox__tel, .contacts__elm__tel, .sale__head__contact__tel {
    font-size: 20px;
    font-size: 2rem;
  }
}
.footer__top__contact .contactbox__tel, .footer__top__contact .contacts__elm__tel, .footer__top__contact .sale__head__contact__tel {
  padding: 0 0 0 0;
}
.loginbox__contact .contactbox__tel, .loginbox__contact .contacts__elm__tel, .loginbox__contact .sale__head__contact__tel {
  font-size: 20px;
  font-size: 2rem;
}
.contactbox__time {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.3;
}
.campaign__footer .contactbox__time br {
  display: none;
}

/* =======================
    module
    ======================================================= */
.widthfull {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .widthspmin {
    width: 100px;
    height: auto;
  }
}

.caption {
  font-size: 12px;
  font-size: 1.2rem;
  color: #4E4E4D;
  line-height: 1.5 !important;
}
@media only screen and (max-width: 767px) {
  .caption {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.text--ul {
  text-decoration: underline;
}

/*  background
------------------------------------*/
.bg--white {
  background: #fff;
}

.bg--gray,
.bggray {
  background-color: #eeeeee;
}

/* =======================
    status
    ======================================================= */
@media only screen and (max-width: 767px) {
  .s-spfull {
    width: 100%;
    height: auto;
  }
}

.s-menu--on {
  visibility: visible !important;
  opacity: 1 !important;
  transition: 0.3s ease-in-out;
}

.s-pchidden {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .s-pchidden {
    display: inline-block !important;
  }
}

.s-sphidden {
  display: inline-block !important;
}
@media only screen and (max-width: 767px) {
  .s-sphidden {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .s-spmargin {
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
  }
}

/* =======================
// modal 内のYouTube Video iframe
    ======================================================= */
.archiveVideoPlayer {
  width: 80vw;
  max-width: 1400px !important;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 767px) {
  .archiveVideoPlayer {
    width: 90vw;
  }
}

.archiveVideoModal__closeBtn {
  background: #fff;
  color: #222;
  border-color: #222;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0 5px;
  padding: 6px 15px;
  border-radius: 20px;
  cursor: pointer;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 0.2s;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.archiveVideoModal__closeBtnIcon {
  height: 30px;
  display: block;
}
.archiveVideoModal__closeBtnLabel {
  height: 30px;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.form {
  width: 800px;
  margin: 0 auto;
  padding: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .form {
    width: 100%;
  }
}
.form__title {
  padding: 40px 0;
  text-align: center;
}
.form__msg {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .form__msg {
    margin: 0 0 15px;
    padding: 20px;
  }
}

.formlocation {
  padding: 10px 0 18px;
}
.formlocation__grp {
  font-size: 0;
  text-align: center;
  height: 42px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .formlocation__grp {
    height: 34px;
  }
}
.formlocation__item {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 12px 25px;
  background: #fff;
  position: relative;
  border-top: 1px solid #ced2c1;
  border-bottom: 1px solid #ced2c1;
}
@media only screen and (max-width: 767px) {
  .formlocation__item {
    font-size: 9px;
    font-size: 0.9rem;
    padding: 0px 8px 0 18px;
    line-height: 1.2;
  }
}
.formlocation__item::before, .formlocation__item::after {
  z-index: 999;
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  width: 0;
  height: 0;
  margin-top: -21px;
  border-style: solid;
  border-width: 21px 0 21px 14px;
  border-color: transparent transparent transparent #ced2c1;
}
@media only screen and (max-width: 767px) {
  .formlocation__item::before, .formlocation__item::after {
    right: -9px;
    margin-top: -17px;
    border-width: 17px 0 17px 10px;
  }
}
.formlocation__item::after {
  right: -12px;
  border-color: transparent transparent transparent #fff;
}
@media only screen and (max-width: 767px) {
  .formlocation__item::after {
    right: -8px;
  }
}
.formlocation__item--current {
  background: #DAB300;
}
.formlocation__item--current::after {
  border-color: transparent transparent transparent #DAB300;
}
.formlocation__item:first-child {
  border-left: 1px solid #ced2c1;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
@media only screen and (max-width: 767px) {
  .formlocation__item:first-child {
    padding-left: 8px;
    padding-right: 4px;
  }
}
.formlocation__item:last-child {
  border-right: 1px solid #ced2c1;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.formlocation__item:last-child::before, .formlocation__item:last-child::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .formlocation__label {
    display: table-cell;
    vertical-align: middle;
    height: 32px;
  }
}

.form__body {
  background: #fff;
  padding: 40px 60px;
}
@media only screen and (max-width: 767px) {
  .form__body {
    padding: 20px;
  }
}
.form__body input[type=text],
.form__body input[type=password],
.form__body input[type=number],
.form__body input[type=email],
.form__body input[type=tel],
.form__body textarea {
  border: 1px solid #DADCDD;
  border-radius: 3px;
  padding: 6px;
  font-size: 15px;
  font-size: 1.5rem;
  box-sizing: border-box;
  background: #fff;
  box-shadow: inset 1px 4px 5px -5px rgba(0, 0, 0, 0.4);
}
.form__body input[type=text]:focus,
.form__body input[type=password]:focus,
.form__body input[type=number]:focus,
.form__body input[type=email]:focus,
.form__body input[type=tel]:focus,
.form__body textarea:focus {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  border: 1px solid #DADCDD;
  background: rgba(64, 158, 255, 0.2) !important;
}
@media only screen and (max-width: 767px) {
  .form__body input[type=text],
  .form__body input[type=password],
  .form__body input[type=number],
  .form__body input[type=email],
  .form__body input[type=tel],
  .form__body textarea {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.form__body input[type=text],
.form__body input[type=password],
.form__body input[type=number],
.form__body input[type=email],
.form__body textarea {
  width: 100%;
}
.form__body input[type=tel] {
  width: 12em;
}
.form__body input[type=text].input__text--postalcode {
  width: 10em;
}
.form__body input[type=text].input__text--roomnum {
  width: 10em;
}

.form__2col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.form__2col .form__dl {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

.campaign__cover {
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  color: #fff;
  position: relative;
  min-height: 400px;
}
@media only screen and (max-width: 767px) {
  .campaign__cover {
    min-height: auto;
  }
}
.campaign__cover::before {
  content: "";
  background: inherit;
  display: block;
  width: 100%;
  height: 100%;
  filter: blur(5px);
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: 0;
}
.campaign__cover::after {
  content: "";
  display: block;
  padding-top: 28%;
}
@media only screen and (max-width: 767px) {
  .campaign__cover::after {
    padding-top: 100%;
  }
}
.campaign__cover__inner {
  width: 800px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .campaign__cover__inner {
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
  }
}
.campaign__title {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  font-family: garamond-premier-pro, source-han-serif-japanese, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", Garamond, "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .campaign__title {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 10px;
  }
}
.campaign__termbox {
  margin: 0 0 20px;
}
.campaign__term {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .campaign__term {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.campaign__term__label {
  -ms-flex-preferred-size: 10em;
      flex-basis: 10em;
}
.campaign__head__notice {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
}
.campaign__pdfbox {
  margin: 40px 0;
}
@media only screen and (max-width: 767px) {
  .campaign__pdfbox {
    margin: 20px 0;
  }
  .campaign__pdfbox .btn__item {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .campaign__pdfbox .btnbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

.form__camp__prod {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 -10px 10px;
  padding: 5px 10px;
  transition: background 0.1s ease-in-out;
  line-height: 1.3;
  width: calc(100% + 20px);
  box-sizing: border-box;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .form__camp__prod {
    border-top: 1px solid #eeeeee;
    margin-bottom: 0;
  }
}
.form__camp__prod:hover {
  background: #f6f6f6;
  transition: background 0.1s ease-in-out;
}
.form__camp__prod--head {
  text-align: center;
  background: #f6f6f6;
  border: 1px solid #8B8B8B;
  width: 100%;
  margin: 0;
  padding: 4px 0px;
}
.form__camp__prod--head .form__camp__prod__item,
.form__camp__prod--head .form__camp__prod__price,
.form__camp__prod--head .form__camp__prod__num {
  position: relative;
}
.form__camp__prod--head .form__camp__prod__item::after,
.form__camp__prod--head .form__camp__prod__price::after,
.form__camp__prod--head .form__camp__prod__num::after {
  content: "";
  border-right: 1px solid #8B8B8B;
  height: 100%;
  width: 1px;
  top: 0;
  right: 0;
  position: absolute;
}
.form__camp__prod--head .form__camp__prod__price {
  text-align: center;
}
.form__camp__prod--head .form__camp__prod__num {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  margin: 0;
  padding: 0 10px;
}
.s-confirm .form__camp__prod--head .form__camp__prod__num {
  font-size: 12px;
  font-size: 1.2rem;
}
.form__camp__prod--head .form__camp__prod__total {
  text-align: center;
}
.form__camp__prod input[type=text].input__num__count {
  width: 3em;
  text-align: right;
}
.form__camp__prod__item {
  -ms-flex-preferred-size: calc(100% - 255px);
      flex-basis: calc(100% - 255px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 767px) {
  .form__camp__prod__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0 0 5px;
  }
}
.form__camp__prod__item--narrow {
  -ms-flex-preferred-size: calc(100% - 325px);
      flex-basis: calc(100% - 325px);
}
@media only screen and (max-width: 767px) {
  .form__camp__prod__item--narrow {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.form__camp__prod__item__name {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .form__camp__prod__item__name {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-right: 10px;
  }
}
.form__camp__prod__item__name--1col {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.form__camp__prod__item__vari {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media only screen and (max-width: 767px) {
  .form__camp__prod__item__vari {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.form__camp__prod__item__vari:empty {
  display: none;
}
.form__camp__prod__price {
  -ms-flex-preferred-size: 90px;
      flex-basis: 90px;
  text-align: right;
  position: relative;
}
.form__camp__prod__price--double {
  -ms-flex-preferred-size: 160px;
      flex-basis: 160px;
}
@media only screen and (max-width: 767px) {
  .form__camp__prod__price {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.form__camp__prod__num {
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
  margin: 0 10px 0 15px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .form__camp__prod__num {
    -ms-flex-preferred-size: calc(30% - 25px);
        flex-basis: calc(30% - 25px);
  }
}
.s-confirm .form__camp__prod__num {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
}
.form__camp__prod__total {
  -ms-flex-preferred-size: 90px;
      flex-basis: 90px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .form__camp__prod__total {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.form__camp__prod__notice {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-size: 13px;
  font-size: 1.3rem;
  color: #d74225;
}
@media only screen and (max-width: 767px) {
  .form__camp__prod__notice {
    margin-top: 6px;
  }
}

.form__camp__3col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 10px;
  padding: 5px 10px;
  transition: background 0.1s ease-in-out;
  line-height: 1.3;
  width: 100%;
  box-sizing: border-box;
}
.form__camp__3col:hover {
  background: #f6f6f6;
  transition: background 0.1s ease-in-out;
}
.form__camp__3col__name {
  -ms-flex-preferred-size: calc(100% - 130px);
      flex-basis: calc(100% - 130px);
  font-weight: bold;
}
.form__camp__3col__label {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
}
.form__camp__3col__cb {
  -ms-flex-preferred-size: 30px;
      flex-basis: 30px;
  text-align: right;
}

.camp__total {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: baseline;
      align-items: baseline;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .camp__total {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.camp__total__price {
  font-size: 34px;
  font-size: 3.4rem;
  color: #6d0c0c;
}

.camp__title {
  text-align: center;
  position: relative;
  margin: 40px -60px 20px;
  width: calc(100% + 120px);
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .camp__title {
    margin: 0 -20px 20px;
    width: calc(100% + 40px);
  }
}
.camp__title::before {
  content: "";
  display: inline-block;
  border-top: 1px solid #926666;
  width: calc(50% - 5em);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
}
.camp__title::after {
  content: "";
  display: inline-block;
  border-top: 1px solid #926666;
  width: calc(50% - 5em);
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 0;
}

.camp_item_block {
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .camp_item_block {
    margin: 0 -20px 20px;
    width: calc(100% + 40px);
  }
}
.camp_item_block--other {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0;
}
.camp_item_block--other + .camp_item_block--other {
  border-top: none;
}
@media only screen and (max-width: 767px) {
  .camp_item_block--other {
    margin: 0 0 20px;
    width: 100%;
  }
}

.parent_cat_title {
  font-size: 18px;
  font-size: 1.8rem;
  color: #2D120C;
  background: #f6f6f6;
  padding: 10px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  position: relative;
  border: 1px solid #eeeeee;
}
@media only screen and (max-width: 767px) {
  .parent_cat_title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.parent_cat_title:hover {
  background: #fff5e9;
}
.s-close .parent_cat_title {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.toggle_status_icon {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url(/img/icon_close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  transition: transform 0.2s;
}
.s-close .toggle_status_icon {
  transform: translateY(-50%) rotate(45deg);
}

.camp_prod_head_copy {
  color: #d74225;
}
@media only screen and (max-width: 767px) {
  .camp_prod_head_copy {
    padding: 0 10px;
  }
}

.parent_cat_items {
  padding: 0 10px 0;
  margin: 0 0 20px;
  border: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.parent_cat_title + .parent_cat_items {
  border-top-right-radius: 0;
}
.s-close .parent_cat_items {
  display: none;
}

.child_cat_title {
  font-size: 16px;
  font-size: 1.6rem;
  color: #6d0c0c;
  margin: 20px 0 10px;
}
@media only screen and (max-width: 767px) {
  .child_cat_title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.child_cat_items {
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .child_cat_items {
    margin: 0;
  }
}
.child_cat_items:last-child {
  border-bottom: none;
}

.noticeContainer {
  margin: 50px 0 30px;
}

.notice {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 20px 0;
  background: #f6f6f6;
  padding: 15px;
  border-radius: 5px;
  line-height: 1.4;
}
.notice:empty {
  display: none;
}
.notice__title {
  font-weight: bold;
  margin: 0 0 10px;
}

.campaign__footer {
  padding: 40px 0 0;
}

.form__dl {
  display: block;
  margin: 0 0 20px;
  padding: 0;
  line-height: 1.6;
}
.s-confirm .form__dl {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.form__dl dt {
  display: block;
  margin: 0;
  padding: 0 0 10px;
  color: #222;
  font-weight: bold;
}
.form__dl dt .required {
  margin: 0 0 0 10px;
}
.s-confirm .form__dl dt {
  color: #777;
  font-size: 13px;
  font-size: 1.3rem;
}
.form__dl dd {
  display: block;
  margin: 0;
}

.form__btnlist {
  display: -ms-flexbox;
  display: flex;
}
.form__btnlist--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .form__btnlist {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.form__btnlist__item {
  display: block;
  padding: 0 30px 0 0;
}
.form__btnlist--wrap .form__btnlist__item {
  padding: 0 0 5px;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
@media only screen and (max-width: 767px) {
  .form__btnlist__item {
    padding: 0 12px 10px 0;
  }
}
.form__btnlist__item label {
  margin: 0 0 0 5px;
}
@media only screen and (max-width: 767px) {
  .form__btnlist__item label {
    margin: 0 0 0 2px;
  }
}

.checkpolicy {
  font-size: 13px;
  font-size: 1.3rem;
  background: #f6f6f6;
  padding: 20px;
  margin: 0 0 30px;
}

.required {
  background: #d74225;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
  padding: 1px 6px;
  border-radius: 2px;
}

.error,
.form__error {
  color: #d74225;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 3px 0 0;
}
.error::before,
.form__error::before {
  content: "\f071";
  font-family: fontAwesome;
  margin: 0 5px 0 0;
}

.error {
  padding: 3px 0 10px;
}

.flash__message {
  line-height: 1.2;
  margin: 10px 0;
  padding: 10px 12px 8px;
  border-radius: 5px;
  box-sizing: border-box;
}

.bg--error {
  color: #ff3300;
  background: #fff6ec;
  border: 1px solid #ff3300;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  height: inherit;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: none !important;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  display: none;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  display: none;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  top: 19px;
  right: 20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 5px;
  width: 5px;
  margin: 0 0 0 26px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border: 1px solid #fff;
  line-height: 20px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background: #fff;
  opacity: 1;
}

/* ===== Module =============================================
   Author:
   ==================================================================== */
/* ==========================================================================
   Module
   ========================================================================== */
.mauto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mall0 {
  margin: 0px !important;
}
@media only screen and (max-width: 767px) {
  .mall0 {
    margin: 0px !important;
  }
}

.mall5 {
  margin: 5px !important;
}
@media only screen and (max-width: 767px) {
  .mall5 {
    margin: 3px !important;
  }
}

.mall10 {
  margin: 10px !important;
}
@media only screen and (max-width: 767px) {
  .mall10 {
    margin: 5px !important;
  }
}

.mall15 {
  margin: 15px !important;
}
@media only screen and (max-width: 767px) {
  .mall15 {
    margin: 8px !important;
  }
}

.mall20 {
  margin: 20px !important;
}
@media only screen and (max-width: 767px) {
  .mall20 {
    margin: 10px !important;
  }
}

.mall25 {
  margin: 25px !important;
}
@media only screen and (max-width: 767px) {
  .mall25 {
    margin: 13px !important;
  }
}

.mall30 {
  margin: 30px !important;
}
@media only screen and (max-width: 767px) {
  .mall30 {
    margin: 15px !important;
  }
}

.mall35 {
  margin: 35px !important;
}
@media only screen and (max-width: 767px) {
  .mall35 {
    margin: 18px !important;
  }
}

.mall40 {
  margin: 40px !important;
}
@media only screen and (max-width: 767px) {
  .mall40 {
    margin: 20px !important;
  }
}

.mall45 {
  margin: 45px !important;
}
@media only screen and (max-width: 767px) {
  .mall45 {
    margin: 23px !important;
  }
}

.mall50 {
  margin: 50px !important;
}
@media only screen and (max-width: 767px) {
  .mall50 {
    margin: 25px !important;
  }
}

.mall55 {
  margin: 55px !important;
}
@media only screen and (max-width: 767px) {
  .mall55 {
    margin: 28px !important;
  }
}

.mall60 {
  margin: 60px !important;
}
@media only screen and (max-width: 767px) {
  .mall60 {
    margin: 30px !important;
  }
}

.mall65 {
  margin: 65px !important;
}
@media only screen and (max-width: 767px) {
  .mall65 {
    margin: 33px !important;
  }
}

.mall70 {
  margin: 70px !important;
}
@media only screen and (max-width: 767px) {
  .mall70 {
    margin: 35px !important;
  }
}

.mall75 {
  margin: 75px !important;
}
@media only screen and (max-width: 767px) {
  .mall75 {
    margin: 38px !important;
  }
}

.mall80 {
  margin: 80px !important;
}
@media only screen and (max-width: 767px) {
  .mall80 {
    margin: 40px !important;
  }
}

.mall85 {
  margin: 85px !important;
}
@media only screen and (max-width: 767px) {
  .mall85 {
    margin: 43px !important;
  }
}

.mall90 {
  margin: 90px !important;
}
@media only screen and (max-width: 767px) {
  .mall90 {
    margin: 45px !important;
  }
}

.mall95 {
  margin: 95px !important;
}
@media only screen and (max-width: 767px) {
  .mall95 {
    margin: 48px !important;
  }
}

.mall100 {
  margin: 100px !important;
}
@media only screen and (max-width: 767px) {
  .mall100 {
    margin: 50px !important;
  }
}

.mt0 {
  margin-top: 0px !important;
}
@media only screen and (max-width: 767px) {
  .mt0 {
    margin-top: 0px !important;
  }
}

.mt5 {
  margin-top: 5px !important;
}
@media only screen and (max-width: 767px) {
  .mt5 {
    margin-top: 3px !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}
@media only screen and (max-width: 767px) {
  .mt10 {
    margin-top: 5px !important;
  }
}

.mt15 {
  margin-top: 15px !important;
}
@media only screen and (max-width: 767px) {
  .mt15 {
    margin-top: 8px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media only screen and (max-width: 767px) {
  .mt20 {
    margin-top: 10px !important;
  }
}

.mt25 {
  margin-top: 25px !important;
}
@media only screen and (max-width: 767px) {
  .mt25 {
    margin-top: 13px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media only screen and (max-width: 767px) {
  .mt30 {
    margin-top: 15px !important;
  }
}

.mt35 {
  margin-top: 35px !important;
}
@media only screen and (max-width: 767px) {
  .mt35 {
    margin-top: 18px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media only screen and (max-width: 767px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

.mt45 {
  margin-top: 45px !important;
}
@media only screen and (max-width: 767px) {
  .mt45 {
    margin-top: 23px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media only screen and (max-width: 767px) {
  .mt50 {
    margin-top: 25px !important;
  }
}

.mt55 {
  margin-top: 55px !important;
}
@media only screen and (max-width: 767px) {
  .mt55 {
    margin-top: 28px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}
@media only screen and (max-width: 767px) {
  .mt60 {
    margin-top: 30px !important;
  }
}

.mt65 {
  margin-top: 65px !important;
}
@media only screen and (max-width: 767px) {
  .mt65 {
    margin-top: 33px !important;
  }
}

.mt70 {
  margin-top: 70px !important;
}
@media only screen and (max-width: 767px) {
  .mt70 {
    margin-top: 35px !important;
  }
}

.mt75 {
  margin-top: 75px !important;
}
@media only screen and (max-width: 767px) {
  .mt75 {
    margin-top: 38px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}
@media only screen and (max-width: 767px) {
  .mt80 {
    margin-top: 40px !important;
  }
}

.mt85 {
  margin-top: 85px !important;
}
@media only screen and (max-width: 767px) {
  .mt85 {
    margin-top: 43px !important;
  }
}

.mt90 {
  margin-top: 90px !important;
}
@media only screen and (max-width: 767px) {
  .mt90 {
    margin-top: 45px !important;
  }
}

.mt95 {
  margin-top: 95px !important;
}
@media only screen and (max-width: 767px) {
  .mt95 {
    margin-top: 48px !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}
@media only screen and (max-width: 767px) {
  .mt100 {
    margin-top: 50px !important;
  }
}

.mb0 {
  margin-bottom: 0px !important;
}
@media only screen and (max-width: 767px) {
  .mb0 {
    margin-bottom: 0px !important;
  }
}

.mb5 {
  margin-bottom: 5px !important;
}
@media only screen and (max-width: 767px) {
  .mb5 {
    margin-bottom: 3px !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media only screen and (max-width: 767px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}
@media only screen and (max-width: 767px) {
  .mb15 {
    margin-bottom: 8px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 767px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mb25 {
  margin-bottom: 25px !important;
}
@media only screen and (max-width: 767px) {
  .mb25 {
    margin-bottom: 13px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media only screen and (max-width: 767px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.mb35 {
  margin-bottom: 35px !important;
}
@media only screen and (max-width: 767px) {
  .mb35 {
    margin-bottom: 18px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

.mb45 {
  margin-bottom: 45px !important;
}
@media only screen and (max-width: 767px) {
  .mb45 {
    margin-bottom: 23px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media only screen and (max-width: 767px) {
  .mb50 {
    margin-bottom: 25px !important;
  }
}

.mb55 {
  margin-bottom: 55px !important;
}
@media only screen and (max-width: 767px) {
  .mb55 {
    margin-bottom: 28px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media only screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 30px !important;
  }
}

.mb65 {
  margin-bottom: 65px !important;
}
@media only screen and (max-width: 767px) {
  .mb65 {
    margin-bottom: 33px !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}
@media only screen and (max-width: 767px) {
  .mb70 {
    margin-bottom: 35px !important;
  }
}

.mb75 {
  margin-bottom: 75px !important;
}
@media only screen and (max-width: 767px) {
  .mb75 {
    margin-bottom: 38px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media only screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}

.mb85 {
  margin-bottom: 85px !important;
}
@media only screen and (max-width: 767px) {
  .mb85 {
    margin-bottom: 43px !important;
  }
}

.mb90 {
  margin-bottom: 90px !important;
}
@media only screen and (max-width: 767px) {
  .mb90 {
    margin-bottom: 45px !important;
  }
}

.mb95 {
  margin-bottom: 95px !important;
}
@media only screen and (max-width: 767px) {
  .mb95 {
    margin-bottom: 48px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media only screen and (max-width: 767px) {
  .mb100 {
    margin-bottom: 50px !important;
  }
}

.mr0 {
  margin-right: 0px !important;
}
@media only screen and (max-width: 767px) {
  .mr0 {
    margin-right: 0px !important;
  }
}

.mr5 {
  margin-right: 5px !important;
}
@media only screen and (max-width: 767px) {
  .mr5 {
    margin-right: 3px !important;
  }
}

.mr10 {
  margin-right: 10px !important;
}
@media only screen and (max-width: 767px) {
  .mr10 {
    margin-right: 5px !important;
  }
}

.mr15 {
  margin-right: 15px !important;
}
@media only screen and (max-width: 767px) {
  .mr15 {
    margin-right: 8px !important;
  }
}

.mr20 {
  margin-right: 20px !important;
}
@media only screen and (max-width: 767px) {
  .mr20 {
    margin-right: 10px !important;
  }
}

.mr25 {
  margin-right: 25px !important;
}
@media only screen and (max-width: 767px) {
  .mr25 {
    margin-right: 13px !important;
  }
}

.mr30 {
  margin-right: 30px !important;
}
@media only screen and (max-width: 767px) {
  .mr30 {
    margin-right: 15px !important;
  }
}

.mr35 {
  margin-right: 35px !important;
}
@media only screen and (max-width: 767px) {
  .mr35 {
    margin-right: 18px !important;
  }
}

.mr40 {
  margin-right: 40px !important;
}
@media only screen and (max-width: 767px) {
  .mr40 {
    margin-right: 20px !important;
  }
}

.mr45 {
  margin-right: 45px !important;
}
@media only screen and (max-width: 767px) {
  .mr45 {
    margin-right: 23px !important;
  }
}

.mr50 {
  margin-right: 50px !important;
}
@media only screen and (max-width: 767px) {
  .mr50 {
    margin-right: 25px !important;
  }
}

.mr55 {
  margin-right: 55px !important;
}
@media only screen and (max-width: 767px) {
  .mr55 {
    margin-right: 28px !important;
  }
}

.mr60 {
  margin-right: 60px !important;
}
@media only screen and (max-width: 767px) {
  .mr60 {
    margin-right: 30px !important;
  }
}

.mr65 {
  margin-right: 65px !important;
}
@media only screen and (max-width: 767px) {
  .mr65 {
    margin-right: 33px !important;
  }
}

.mr70 {
  margin-right: 70px !important;
}
@media only screen and (max-width: 767px) {
  .mr70 {
    margin-right: 35px !important;
  }
}

.mr75 {
  margin-right: 75px !important;
}
@media only screen and (max-width: 767px) {
  .mr75 {
    margin-right: 38px !important;
  }
}

.mr80 {
  margin-right: 80px !important;
}
@media only screen and (max-width: 767px) {
  .mr80 {
    margin-right: 40px !important;
  }
}

.mr85 {
  margin-right: 85px !important;
}
@media only screen and (max-width: 767px) {
  .mr85 {
    margin-right: 43px !important;
  }
}

.mr90 {
  margin-right: 90px !important;
}
@media only screen and (max-width: 767px) {
  .mr90 {
    margin-right: 45px !important;
  }
}

.mr95 {
  margin-right: 95px !important;
}
@media only screen and (max-width: 767px) {
  .mr95 {
    margin-right: 48px !important;
  }
}

.mr100 {
  margin-right: 100px !important;
}
@media only screen and (max-width: 767px) {
  .mr100 {
    margin-right: 50px !important;
  }
}

.ml0 {
  margin-left: 0px !important;
}
@media only screen and (max-width: 767px) {
  .ml0 {
    margin-left: 0px !important;
  }
}

.ml5 {
  margin-left: 5px !important;
}
@media only screen and (max-width: 767px) {
  .ml5 {
    margin-left: 3px !important;
  }
}

.ml10 {
  margin-left: 10px !important;
}
@media only screen and (max-width: 767px) {
  .ml10 {
    margin-left: 5px !important;
  }
}

.ml15 {
  margin-left: 15px !important;
}
@media only screen and (max-width: 767px) {
  .ml15 {
    margin-left: 8px !important;
  }
}

.ml20 {
  margin-left: 20px !important;
}
@media only screen and (max-width: 767px) {
  .ml20 {
    margin-left: 10px !important;
  }
}

.ml25 {
  margin-left: 25px !important;
}
@media only screen and (max-width: 767px) {
  .ml25 {
    margin-left: 13px !important;
  }
}

.ml30 {
  margin-left: 30px !important;
}
@media only screen and (max-width: 767px) {
  .ml30 {
    margin-left: 15px !important;
  }
}

.ml35 {
  margin-left: 35px !important;
}
@media only screen and (max-width: 767px) {
  .ml35 {
    margin-left: 18px !important;
  }
}

.ml40 {
  margin-left: 40px !important;
}
@media only screen and (max-width: 767px) {
  .ml40 {
    margin-left: 20px !important;
  }
}

.ml45 {
  margin-left: 45px !important;
}
@media only screen and (max-width: 767px) {
  .ml45 {
    margin-left: 23px !important;
  }
}

.ml50 {
  margin-left: 50px !important;
}
@media only screen and (max-width: 767px) {
  .ml50 {
    margin-left: 25px !important;
  }
}

.ml55 {
  margin-left: 55px !important;
}
@media only screen and (max-width: 767px) {
  .ml55 {
    margin-left: 28px !important;
  }
}

.ml60 {
  margin-left: 60px !important;
}
@media only screen and (max-width: 767px) {
  .ml60 {
    margin-left: 30px !important;
  }
}

.ml65 {
  margin-left: 65px !important;
}
@media only screen and (max-width: 767px) {
  .ml65 {
    margin-left: 33px !important;
  }
}

.ml70 {
  margin-left: 70px !important;
}
@media only screen and (max-width: 767px) {
  .ml70 {
    margin-left: 35px !important;
  }
}

.ml75 {
  margin-left: 75px !important;
}
@media only screen and (max-width: 767px) {
  .ml75 {
    margin-left: 38px !important;
  }
}

.ml80 {
  margin-left: 80px !important;
}
@media only screen and (max-width: 767px) {
  .ml80 {
    margin-left: 40px !important;
  }
}

.ml85 {
  margin-left: 85px !important;
}
@media only screen and (max-width: 767px) {
  .ml85 {
    margin-left: 43px !important;
  }
}

.ml90 {
  margin-left: 90px !important;
}
@media only screen and (max-width: 767px) {
  .ml90 {
    margin-left: 45px !important;
  }
}

.ml95 {
  margin-left: 95px !important;
}
@media only screen and (max-width: 767px) {
  .ml95 {
    margin-left: 48px !important;
  }
}

.ml100 {
  margin-left: 100px !important;
}
@media only screen and (max-width: 767px) {
  .ml100 {
    margin-left: 50px !important;
  }
}

/*--------------------
 *    padding
 *--------------------*/
.pall0 {
  padding: 0px !important;
}
@media only screen and (max-width: 767px) {
  .pall0 {
    padding: 0px !important;
  }
}

.pall5 {
  padding: 5px !important;
}
@media only screen and (max-width: 767px) {
  .pall5 {
    padding: 3px !important;
  }
}

.pall10 {
  padding: 10px !important;
}
@media only screen and (max-width: 767px) {
  .pall10 {
    padding: 5px !important;
  }
}

.pall15 {
  padding: 15px !important;
}
@media only screen and (max-width: 767px) {
  .pall15 {
    padding: 8px !important;
  }
}

.pall20 {
  padding: 20px !important;
}
@media only screen and (max-width: 767px) {
  .pall20 {
    padding: 10px !important;
  }
}

.pall25 {
  padding: 25px !important;
}
@media only screen and (max-width: 767px) {
  .pall25 {
    padding: 13px !important;
  }
}

.pall30 {
  padding: 30px !important;
}
@media only screen and (max-width: 767px) {
  .pall30 {
    padding: 15px !important;
  }
}

.pall35 {
  padding: 35px !important;
}
@media only screen and (max-width: 767px) {
  .pall35 {
    padding: 18px !important;
  }
}

.pall40 {
  padding: 40px !important;
}
@media only screen and (max-width: 767px) {
  .pall40 {
    padding: 20px !important;
  }
}

.pall45 {
  padding: 45px !important;
}
@media only screen and (max-width: 767px) {
  .pall45 {
    padding: 23px !important;
  }
}

.pall50 {
  padding: 50px !important;
}
@media only screen and (max-width: 767px) {
  .pall50 {
    padding: 25px !important;
  }
}

.pall55 {
  padding: 55px !important;
}
@media only screen and (max-width: 767px) {
  .pall55 {
    padding: 28px !important;
  }
}

.pall60 {
  padding: 60px !important;
}
@media only screen and (max-width: 767px) {
  .pall60 {
    padding: 30px !important;
  }
}

.pall65 {
  padding: 65px !important;
}
@media only screen and (max-width: 767px) {
  .pall65 {
    padding: 33px !important;
  }
}

.pall70 {
  padding: 70px !important;
}
@media only screen and (max-width: 767px) {
  .pall70 {
    padding: 35px !important;
  }
}

.pall75 {
  padding: 75px !important;
}
@media only screen and (max-width: 767px) {
  .pall75 {
    padding: 38px !important;
  }
}

.pall80 {
  padding: 80px !important;
}
@media only screen and (max-width: 767px) {
  .pall80 {
    padding: 40px !important;
  }
}

.pall85 {
  padding: 85px !important;
}
@media only screen and (max-width: 767px) {
  .pall85 {
    padding: 43px !important;
  }
}

.pall90 {
  padding: 90px !important;
}
@media only screen and (max-width: 767px) {
  .pall90 {
    padding: 45px !important;
  }
}

.pall95 {
  padding: 95px !important;
}
@media only screen and (max-width: 767px) {
  .pall95 {
    padding: 48px !important;
  }
}

.pall100 {
  padding: 100px !important;
}
@media only screen and (max-width: 767px) {
  .pall100 {
    padding: 50px !important;
  }
}

.pt0 {
  padding-top: 0px !important;
}
@media only screen and (max-width: 767px) {
  .pt0 {
    padding-top: 0px !important;
  }
}

.pt5 {
  padding-top: 5px !important;
}
@media only screen and (max-width: 767px) {
  .pt5 {
    padding-top: 3px !important;
  }
}

.pt10 {
  padding-top: 10px !important;
}
@media only screen and (max-width: 767px) {
  .pt10 {
    padding-top: 5px !important;
  }
}

.pt15 {
  padding-top: 15px !important;
}
@media only screen and (max-width: 767px) {
  .pt15 {
    padding-top: 8px !important;
  }
}

.pt20 {
  padding-top: 20px !important;
}
@media only screen and (max-width: 767px) {
  .pt20 {
    padding-top: 10px !important;
  }
}

.pt25 {
  padding-top: 25px !important;
}
@media only screen and (max-width: 767px) {
  .pt25 {
    padding-top: 13px !important;
  }
}

.pt30 {
  padding-top: 30px !important;
}
@media only screen and (max-width: 767px) {
  .pt30 {
    padding-top: 15px !important;
  }
}

.pt35 {
  padding-top: 35px !important;
}
@media only screen and (max-width: 767px) {
  .pt35 {
    padding-top: 18px !important;
  }
}

.pt40 {
  padding-top: 40px !important;
}
@media only screen and (max-width: 767px) {
  .pt40 {
    padding-top: 20px !important;
  }
}

.pt45 {
  padding-top: 45px !important;
}
@media only screen and (max-width: 767px) {
  .pt45 {
    padding-top: 23px !important;
  }
}

.pt50 {
  padding-top: 50px !important;
}
@media only screen and (max-width: 767px) {
  .pt50 {
    padding-top: 25px !important;
  }
}

.pt55 {
  padding-top: 55px !important;
}
@media only screen and (max-width: 767px) {
  .pt55 {
    padding-top: 28px !important;
  }
}

.pt60 {
  padding-top: 60px !important;
}
@media only screen and (max-width: 767px) {
  .pt60 {
    padding-top: 30px !important;
  }
}

.pt65 {
  padding-top: 65px !important;
}
@media only screen and (max-width: 767px) {
  .pt65 {
    padding-top: 33px !important;
  }
}

.pt70 {
  padding-top: 70px !important;
}
@media only screen and (max-width: 767px) {
  .pt70 {
    padding-top: 35px !important;
  }
}

.pt75 {
  padding-top: 75px !important;
}
@media only screen and (max-width: 767px) {
  .pt75 {
    padding-top: 38px !important;
  }
}

.pt80 {
  padding-top: 80px !important;
}
@media only screen and (max-width: 767px) {
  .pt80 {
    padding-top: 40px !important;
  }
}

.pt85 {
  padding-top: 85px !important;
}
@media only screen and (max-width: 767px) {
  .pt85 {
    padding-top: 43px !important;
  }
}

.pt90 {
  padding-top: 90px !important;
}
@media only screen and (max-width: 767px) {
  .pt90 {
    padding-top: 45px !important;
  }
}

.pt95 {
  padding-top: 95px !important;
}
@media only screen and (max-width: 767px) {
  .pt95 {
    padding-top: 48px !important;
  }
}

.pt100 {
  padding-top: 100px !important;
}
@media only screen and (max-width: 767px) {
  .pt100 {
    padding-top: 50px !important;
  }
}

.pb0 {
  padding-bottom: 0px !important;
}
@media only screen and (max-width: 767px) {
  .pb0 {
    padding-bottom: 0px !important;
  }
}

.pb5 {
  padding-bottom: 5px !important;
}
@media only screen and (max-width: 767px) {
  .pb5 {
    padding-bottom: 3px !important;
  }
}

.pb10 {
  padding-bottom: 10px !important;
}
@media only screen and (max-width: 767px) {
  .pb10 {
    padding-bottom: 5px !important;
  }
}

.pb15 {
  padding-bottom: 15px !important;
}
@media only screen and (max-width: 767px) {
  .pb15 {
    padding-bottom: 8px !important;
  }
}

.pb20 {
  padding-bottom: 20px !important;
}
@media only screen and (max-width: 767px) {
  .pb20 {
    padding-bottom: 10px !important;
  }
}

.pb25 {
  padding-bottom: 25px !important;
}
@media only screen and (max-width: 767px) {
  .pb25 {
    padding-bottom: 13px !important;
  }
}

.pb30 {
  padding-bottom: 30px !important;
}
@media only screen and (max-width: 767px) {
  .pb30 {
    padding-bottom: 15px !important;
  }
}

.pb35 {
  padding-bottom: 35px !important;
}
@media only screen and (max-width: 767px) {
  .pb35 {
    padding-bottom: 18px !important;
  }
}

.pb40 {
  padding-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .pb40 {
    padding-bottom: 20px !important;
  }
}

.pb45 {
  padding-bottom: 45px !important;
}
@media only screen and (max-width: 767px) {
  .pb45 {
    padding-bottom: 23px !important;
  }
}

.pb50 {
  padding-bottom: 50px !important;
}
@media only screen and (max-width: 767px) {
  .pb50 {
    padding-bottom: 25px !important;
  }
}

.pb55 {
  padding-bottom: 55px !important;
}
@media only screen and (max-width: 767px) {
  .pb55 {
    padding-bottom: 28px !important;
  }
}

.pb60 {
  padding-bottom: 60px !important;
}
@media only screen and (max-width: 767px) {
  .pb60 {
    padding-bottom: 30px !important;
  }
}

.pb65 {
  padding-bottom: 65px !important;
}
@media only screen and (max-width: 767px) {
  .pb65 {
    padding-bottom: 33px !important;
  }
}

.pb70 {
  padding-bottom: 70px !important;
}
@media only screen and (max-width: 767px) {
  .pb70 {
    padding-bottom: 35px !important;
  }
}

.pb75 {
  padding-bottom: 75px !important;
}
@media only screen and (max-width: 767px) {
  .pb75 {
    padding-bottom: 38px !important;
  }
}

.pb80 {
  padding-bottom: 80px !important;
}
@media only screen and (max-width: 767px) {
  .pb80 {
    padding-bottom: 40px !important;
  }
}

.pb85 {
  padding-bottom: 85px !important;
}
@media only screen and (max-width: 767px) {
  .pb85 {
    padding-bottom: 43px !important;
  }
}

.pb90 {
  padding-bottom: 90px !important;
}
@media only screen and (max-width: 767px) {
  .pb90 {
    padding-bottom: 45px !important;
  }
}

.pb95 {
  padding-bottom: 95px !important;
}
@media only screen and (max-width: 767px) {
  .pb95 {
    padding-bottom: 48px !important;
  }
}

.pb100 {
  padding-bottom: 100px !important;
}
@media only screen and (max-width: 767px) {
  .pb100 {
    padding-bottom: 50px !important;
  }
}

.pr0 {
  padding-right: 0px !important;
}
@media only screen and (max-width: 767px) {
  .pr0 {
    padding-right: 0px !important;
  }
}

.pr5 {
  padding-right: 5px !important;
}
@media only screen and (max-width: 767px) {
  .pr5 {
    padding-right: 3px !important;
  }
}

.pr10 {
  padding-right: 10px !important;
}
@media only screen and (max-width: 767px) {
  .pr10 {
    padding-right: 5px !important;
  }
}

.pr15 {
  padding-right: 15px !important;
}
@media only screen and (max-width: 767px) {
  .pr15 {
    padding-right: 8px !important;
  }
}

.pr20 {
  padding-right: 20px !important;
}
@media only screen and (max-width: 767px) {
  .pr20 {
    padding-right: 10px !important;
  }
}

.pr25 {
  padding-right: 25px !important;
}
@media only screen and (max-width: 767px) {
  .pr25 {
    padding-right: 13px !important;
  }
}

.pr30 {
  padding-right: 30px !important;
}
@media only screen and (max-width: 767px) {
  .pr30 {
    padding-right: 15px !important;
  }
}

.pr35 {
  padding-right: 35px !important;
}
@media only screen and (max-width: 767px) {
  .pr35 {
    padding-right: 18px !important;
  }
}

.pr40 {
  padding-right: 40px !important;
}
@media only screen and (max-width: 767px) {
  .pr40 {
    padding-right: 20px !important;
  }
}

.pr45 {
  padding-right: 45px !important;
}
@media only screen and (max-width: 767px) {
  .pr45 {
    padding-right: 23px !important;
  }
}

.pr50 {
  padding-right: 50px !important;
}
@media only screen and (max-width: 767px) {
  .pr50 {
    padding-right: 25px !important;
  }
}

.pr55 {
  padding-right: 55px !important;
}
@media only screen and (max-width: 767px) {
  .pr55 {
    padding-right: 28px !important;
  }
}

.pr60 {
  padding-right: 60px !important;
}
@media only screen and (max-width: 767px) {
  .pr60 {
    padding-right: 30px !important;
  }
}

.pr65 {
  padding-right: 65px !important;
}
@media only screen and (max-width: 767px) {
  .pr65 {
    padding-right: 33px !important;
  }
}

.pr70 {
  padding-right: 70px !important;
}
@media only screen and (max-width: 767px) {
  .pr70 {
    padding-right: 35px !important;
  }
}

.pr75 {
  padding-right: 75px !important;
}
@media only screen and (max-width: 767px) {
  .pr75 {
    padding-right: 38px !important;
  }
}

.pr80 {
  padding-right: 80px !important;
}
@media only screen and (max-width: 767px) {
  .pr80 {
    padding-right: 40px !important;
  }
}

.pr85 {
  padding-right: 85px !important;
}
@media only screen and (max-width: 767px) {
  .pr85 {
    padding-right: 43px !important;
  }
}

.pr90 {
  padding-right: 90px !important;
}
@media only screen and (max-width: 767px) {
  .pr90 {
    padding-right: 45px !important;
  }
}

.pr95 {
  padding-right: 95px !important;
}
@media only screen and (max-width: 767px) {
  .pr95 {
    padding-right: 48px !important;
  }
}

.pr100 {
  padding-right: 100px !important;
}
@media only screen and (max-width: 767px) {
  .pr100 {
    padding-right: 50px !important;
  }
}

.pl0 {
  padding-left: 0px !important;
}
@media only screen and (max-width: 767px) {
  .pl0 {
    padding-left: 0px !important;
  }
}

.pl5 {
  padding-left: 5px !important;
}
@media only screen and (max-width: 767px) {
  .pl5 {
    padding-left: 3px !important;
  }
}

.pl10 {
  padding-left: 10px !important;
}
@media only screen and (max-width: 767px) {
  .pl10 {
    padding-left: 5px !important;
  }
}

.pl15 {
  padding-left: 15px !important;
}
@media only screen and (max-width: 767px) {
  .pl15 {
    padding-left: 8px !important;
  }
}

.pl20 {
  padding-left: 20px !important;
}
@media only screen and (max-width: 767px) {
  .pl20 {
    padding-left: 10px !important;
  }
}

.pl25 {
  padding-left: 25px !important;
}
@media only screen and (max-width: 767px) {
  .pl25 {
    padding-left: 13px !important;
  }
}

.pl30 {
  padding-left: 30px !important;
}
@media only screen and (max-width: 767px) {
  .pl30 {
    padding-left: 15px !important;
  }
}

.pl35 {
  padding-left: 35px !important;
}
@media only screen and (max-width: 767px) {
  .pl35 {
    padding-left: 18px !important;
  }
}

.pl40 {
  padding-left: 40px !important;
}
@media only screen and (max-width: 767px) {
  .pl40 {
    padding-left: 20px !important;
  }
}

.pl45 {
  padding-left: 45px !important;
}
@media only screen and (max-width: 767px) {
  .pl45 {
    padding-left: 23px !important;
  }
}

.pl50 {
  padding-left: 50px !important;
}
@media only screen and (max-width: 767px) {
  .pl50 {
    padding-left: 25px !important;
  }
}

.pl55 {
  padding-left: 55px !important;
}
@media only screen and (max-width: 767px) {
  .pl55 {
    padding-left: 28px !important;
  }
}

.pl60 {
  padding-left: 60px !important;
}
@media only screen and (max-width: 767px) {
  .pl60 {
    padding-left: 30px !important;
  }
}

.pl65 {
  padding-left: 65px !important;
}
@media only screen and (max-width: 767px) {
  .pl65 {
    padding-left: 33px !important;
  }
}

.pl70 {
  padding-left: 70px !important;
}
@media only screen and (max-width: 767px) {
  .pl70 {
    padding-left: 35px !important;
  }
}

.pl75 {
  padding-left: 75px !important;
}
@media only screen and (max-width: 767px) {
  .pl75 {
    padding-left: 38px !important;
  }
}

.pl80 {
  padding-left: 80px !important;
}
@media only screen and (max-width: 767px) {
  .pl80 {
    padding-left: 40px !important;
  }
}

.pl85 {
  padding-left: 85px !important;
}
@media only screen and (max-width: 767px) {
  .pl85 {
    padding-left: 43px !important;
  }
}

.pl90 {
  padding-left: 90px !important;
}
@media only screen and (max-width: 767px) {
  .pl90 {
    padding-left: 45px !important;
  }
}

.pl95 {
  padding-left: 95px !important;
}
@media only screen and (max-width: 767px) {
  .pl95 {
    padding-left: 48px !important;
  }
}

.pl100 {
  padding-left: 100px !important;
}
@media only screen and (max-width: 767px) {
  .pl100 {
    padding-left: 50px !important;
  }
}

/*	font-size
------------------------------------*/
.small {
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .small {
    font-size: 10px;
    font-size: 1rem;
  }
}

.normal {
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .normal {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.large {
  font-size: 28px;
  font-size: 2.8rem;
}
@media only screen and (max-width: 767px) {
  .large {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.fs10 {
  font-size: 10px;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .fs10 {
    font-size: 8px;
    font-size: 0.8rem;
  }
}

.fs11 {
  font-size: 11px;
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .fs11 {
    font-size: 8.8px;
    font-size: 0.88rem;
  }
}

.fs12 {
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .fs12 {
    font-size: 9.6px;
    font-size: 0.96rem;
  }
}

.fs13 {
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .fs13 {
    font-size: 10.4px;
    font-size: 1.04rem;
  }
}

.fs14 {
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .fs14 {
    font-size: 11.2px;
    font-size: 1.12rem;
  }
}

.fs15 {
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .fs15 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.fs16 {
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .fs16 {
    font-size: 12.8px;
    font-size: 1.28rem;
  }
}

.fs17 {
  font-size: 17px;
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .fs17 {
    font-size: 13.6px;
    font-size: 1.36rem;
  }
}

.fs18 {
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .fs18 {
    font-size: 14.4px;
    font-size: 1.44rem;
  }
}

.fs19 {
  font-size: 19px;
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .fs19 {
    font-size: 15.2px;
    font-size: 1.52rem;
  }
}

.fs20 {
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .fs20 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.fs21 {
  font-size: 21px;
  font-size: 2.1rem;
}
@media only screen and (max-width: 767px) {
  .fs21 {
    font-size: 16.8px;
    font-size: 1.68rem;
  }
}

.fs22 {
  font-size: 22px;
  font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .fs22 {
    font-size: 17.6px;
    font-size: 1.76rem;
  }
}

.fs23 {
  font-size: 23px;
  font-size: 2.3rem;
}
@media only screen and (max-width: 767px) {
  .fs23 {
    font-size: 18.4px;
    font-size: 1.84rem;
  }
}

.fs24 {
  font-size: 24px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .fs24 {
    font-size: 19.2px;
    font-size: 1.92rem;
  }
}

.fs25 {
  font-size: 25px;
  font-size: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .fs25 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.fs26 {
  font-size: 26px;
  font-size: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .fs26 {
    font-size: 20.8px;
    font-size: 2.08rem;
  }
}

.fs27 {
  font-size: 27px;
  font-size: 2.7rem;
}
@media only screen and (max-width: 767px) {
  .fs27 {
    font-size: 21.6px;
    font-size: 2.16rem;
  }
}

.fs28 {
  font-size: 28px;
  font-size: 2.8rem;
}
@media only screen and (max-width: 767px) {
  .fs28 {
    font-size: 22.4px;
    font-size: 2.24rem;
  }
}

.fs29 {
  font-size: 29px;
  font-size: 2.9rem;
}
@media only screen and (max-width: 767px) {
  .fs29 {
    font-size: 23.2px;
    font-size: 2.32rem;
  }
}

.fs30 {
  font-size: 30px;
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  .fs30 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.fs31 {
  font-size: 31px;
  font-size: 3.1rem;
}
@media only screen and (max-width: 767px) {
  .fs31 {
    font-size: 24.8px;
    font-size: 2.48rem;
  }
}

.fs32 {
  font-size: 32px;
  font-size: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .fs32 {
    font-size: 25.6px;
    font-size: 2.56rem;
  }
}

.fs33 {
  font-size: 33px;
  font-size: 3.3rem;
}
@media only screen and (max-width: 767px) {
  .fs33 {
    font-size: 26.4px;
    font-size: 2.64rem;
  }
}

.fs34 {
  font-size: 34px;
  font-size: 3.4rem;
}
@media only screen and (max-width: 767px) {
  .fs34 {
    font-size: 27.2px;
    font-size: 2.72rem;
  }
}

.fs35 {
  font-size: 35px;
  font-size: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .fs35 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.fs36 {
  font-size: 36px;
  font-size: 3.6rem;
}
@media only screen and (max-width: 767px) {
  .fs36 {
    font-size: 28.8px;
    font-size: 2.88rem;
  }
}

.fs37 {
  font-size: 37px;
  font-size: 3.7rem;
}
@media only screen and (max-width: 767px) {
  .fs37 {
    font-size: 29.6px;
    font-size: 2.96rem;
  }
}

.fs38 {
  font-size: 38px;
  font-size: 3.8rem;
}
@media only screen and (max-width: 767px) {
  .fs38 {
    font-size: 30.4px;
    font-size: 3.04rem;
  }
}

.fs39 {
  font-size: 39px;
  font-size: 3.9rem;
}
@media only screen and (max-width: 767px) {
  .fs39 {
    font-size: 31.2px;
    font-size: 3.12rem;
  }
}

.fs40 {
  font-size: 40px;
  font-size: 4rem;
}
@media only screen and (max-width: 767px) {
  .fs40 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.fs41 {
  font-size: 41px;
  font-size: 4.1rem;
}
@media only screen and (max-width: 767px) {
  .fs41 {
    font-size: 32.8px;
    font-size: 3.28rem;
  }
}

.fs42 {
  font-size: 42px;
  font-size: 4.2rem;
}
@media only screen and (max-width: 767px) {
  .fs42 {
    font-size: 33.6px;
    font-size: 3.36rem;
  }
}

.fs43 {
  font-size: 43px;
  font-size: 4.3rem;
}
@media only screen and (max-width: 767px) {
  .fs43 {
    font-size: 34.4px;
    font-size: 3.44rem;
  }
}

.fs44 {
  font-size: 44px;
  font-size: 4.4rem;
}
@media only screen and (max-width: 767px) {
  .fs44 {
    font-size: 35.2px;
    font-size: 3.52rem;
  }
}

.fs45 {
  font-size: 45px;
  font-size: 4.5rem;
}
@media only screen and (max-width: 767px) {
  .fs45 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.fs46 {
  font-size: 46px;
  font-size: 4.6rem;
}
@media only screen and (max-width: 767px) {
  .fs46 {
    font-size: 36.8px;
    font-size: 3.68rem;
  }
}

.fs47 {
  font-size: 47px;
  font-size: 4.7rem;
}
@media only screen and (max-width: 767px) {
  .fs47 {
    font-size: 37.6px;
    font-size: 3.76rem;
  }
}

.fs48 {
  font-size: 48px;
  font-size: 4.8rem;
}
@media only screen and (max-width: 767px) {
  .fs48 {
    font-size: 38.4px;
    font-size: 3.84rem;
  }
}

.fs49 {
  font-size: 49px;
  font-size: 4.9rem;
}
@media only screen and (max-width: 767px) {
  .fs49 {
    font-size: 39.2px;
    font-size: 3.92rem;
  }
}

.fs50 {
  font-size: 50px;
  font-size: 5rem;
}
@media only screen and (max-width: 767px) {
  .fs50 {
    font-size: 40px;
    font-size: 4rem;
  }
}

.fs51 {
  font-size: 51px;
  font-size: 5.1rem;
}
@media only screen and (max-width: 767px) {
  .fs51 {
    font-size: 40.8px;
    font-size: 4.08rem;
  }
}

.fs52 {
  font-size: 52px;
  font-size: 5.2rem;
}
@media only screen and (max-width: 767px) {
  .fs52 {
    font-size: 41.6px;
    font-size: 4.16rem;
  }
}

.fs53 {
  font-size: 53px;
  font-size: 5.3rem;
}
@media only screen and (max-width: 767px) {
  .fs53 {
    font-size: 42.4px;
    font-size: 4.24rem;
  }
}

.fs54 {
  font-size: 54px;
  font-size: 5.4rem;
}
@media only screen and (max-width: 767px) {
  .fs54 {
    font-size: 43.2px;
    font-size: 4.32rem;
  }
}

.fs55 {
  font-size: 55px;
  font-size: 5.5rem;
}
@media only screen and (max-width: 767px) {
  .fs55 {
    font-size: 44px;
    font-size: 4.4rem;
  }
}

.fs56 {
  font-size: 56px;
  font-size: 5.6rem;
}
@media only screen and (max-width: 767px) {
  .fs56 {
    font-size: 44.8px;
    font-size: 4.48rem;
  }
}

.fs57 {
  font-size: 57px;
  font-size: 5.7rem;
}
@media only screen and (max-width: 767px) {
  .fs57 {
    font-size: 45.6px;
    font-size: 4.56rem;
  }
}

.fs58 {
  font-size: 58px;
  font-size: 5.8rem;
}
@media only screen and (max-width: 767px) {
  .fs58 {
    font-size: 46.4px;
    font-size: 4.64rem;
  }
}

.fs59 {
  font-size: 59px;
  font-size: 5.9rem;
}
@media only screen and (max-width: 767px) {
  .fs59 {
    font-size: 47.2px;
    font-size: 4.72rem;
  }
}

.fs60 {
  font-size: 60px;
  font-size: 6rem;
}
@media only screen and (max-width: 767px) {
  .fs60 {
    font-size: 48px;
    font-size: 4.8rem;
  }
}

.fs61 {
  font-size: 61px;
  font-size: 6.1rem;
}
@media only screen and (max-width: 767px) {
  .fs61 {
    font-size: 48.8px;
    font-size: 4.88rem;
  }
}

.fs62 {
  font-size: 62px;
  font-size: 6.2rem;
}
@media only screen and (max-width: 767px) {
  .fs62 {
    font-size: 49.6px;
    font-size: 4.96rem;
  }
}

.fs63 {
  font-size: 63px;
  font-size: 6.3rem;
}
@media only screen and (max-width: 767px) {
  .fs63 {
    font-size: 50.4px;
    font-size: 5.04rem;
  }
}

.fs64 {
  font-size: 64px;
  font-size: 6.4rem;
}
@media only screen and (max-width: 767px) {
  .fs64 {
    font-size: 51.2px;
    font-size: 5.12rem;
  }
}

.fs65 {
  font-size: 65px;
  font-size: 6.5rem;
}
@media only screen and (max-width: 767px) {
  .fs65 {
    font-size: 52px;
    font-size: 5.2rem;
  }
}

.fs66 {
  font-size: 66px;
  font-size: 6.6rem;
}
@media only screen and (max-width: 767px) {
  .fs66 {
    font-size: 52.8px;
    font-size: 5.28rem;
  }
}

.fs67 {
  font-size: 67px;
  font-size: 6.7rem;
}
@media only screen and (max-width: 767px) {
  .fs67 {
    font-size: 53.6px;
    font-size: 5.36rem;
  }
}

.fs68 {
  font-size: 68px;
  font-size: 6.8rem;
}
@media only screen and (max-width: 767px) {
  .fs68 {
    font-size: 54.4px;
    font-size: 5.44rem;
  }
}

.fs69 {
  font-size: 69px;
  font-size: 6.9rem;
}
@media only screen and (max-width: 767px) {
  .fs69 {
    font-size: 55.2px;
    font-size: 5.52rem;
  }
}

.fs70 {
  font-size: 70px;
  font-size: 7rem;
}
@media only screen and (max-width: 767px) {
  .fs70 {
    font-size: 56px;
    font-size: 5.6rem;
  }
}

.fs71 {
  font-size: 71px;
  font-size: 7.1rem;
}
@media only screen and (max-width: 767px) {
  .fs71 {
    font-size: 56.8px;
    font-size: 5.68rem;
  }
}

.fs72 {
  font-size: 72px;
  font-size: 7.2rem;
}
@media only screen and (max-width: 767px) {
  .fs72 {
    font-size: 57.6px;
    font-size: 5.76rem;
  }
}

.fs73 {
  font-size: 73px;
  font-size: 7.3rem;
}
@media only screen and (max-width: 767px) {
  .fs73 {
    font-size: 58.4px;
    font-size: 5.84rem;
  }
}

.fs74 {
  font-size: 74px;
  font-size: 7.4rem;
}
@media only screen and (max-width: 767px) {
  .fs74 {
    font-size: 59.2px;
    font-size: 5.92rem;
  }
}

.fs75 {
  font-size: 75px;
  font-size: 7.5rem;
}
@media only screen and (max-width: 767px) {
  .fs75 {
    font-size: 60px;
    font-size: 6rem;
  }
}

.fs76 {
  font-size: 76px;
  font-size: 7.6rem;
}
@media only screen and (max-width: 767px) {
  .fs76 {
    font-size: 60.8px;
    font-size: 6.08rem;
  }
}

.fs77 {
  font-size: 77px;
  font-size: 7.7rem;
}
@media only screen and (max-width: 767px) {
  .fs77 {
    font-size: 61.6px;
    font-size: 6.16rem;
  }
}

.fs78 {
  font-size: 78px;
  font-size: 7.8rem;
}
@media only screen and (max-width: 767px) {
  .fs78 {
    font-size: 62.4px;
    font-size: 6.24rem;
  }
}

.fs79 {
  font-size: 79px;
  font-size: 7.9rem;
}
@media only screen and (max-width: 767px) {
  .fs79 {
    font-size: 63.2px;
    font-size: 6.32rem;
  }
}

.fs80 {
  font-size: 80px;
  font-size: 8rem;
}
@media only screen and (max-width: 767px) {
  .fs80 {
    font-size: 64px;
    font-size: 6.4rem;
  }
}

.fs81 {
  font-size: 81px;
  font-size: 8.1rem;
}
@media only screen and (max-width: 767px) {
  .fs81 {
    font-size: 64.8px;
    font-size: 6.48rem;
  }
}

.fs82 {
  font-size: 82px;
  font-size: 8.2rem;
}
@media only screen and (max-width: 767px) {
  .fs82 {
    font-size: 65.6px;
    font-size: 6.56rem;
  }
}

.fs83 {
  font-size: 83px;
  font-size: 8.3rem;
}
@media only screen and (max-width: 767px) {
  .fs83 {
    font-size: 66.4px;
    font-size: 6.64rem;
  }
}

.fs84 {
  font-size: 84px;
  font-size: 8.4rem;
}
@media only screen and (max-width: 767px) {
  .fs84 {
    font-size: 67.2px;
    font-size: 6.72rem;
  }
}

.fs85 {
  font-size: 85px;
  font-size: 8.5rem;
}
@media only screen and (max-width: 767px) {
  .fs85 {
    font-size: 68px;
    font-size: 6.8rem;
  }
}

.fs86 {
  font-size: 86px;
  font-size: 8.6rem;
}
@media only screen and (max-width: 767px) {
  .fs86 {
    font-size: 68.8px;
    font-size: 6.88rem;
  }
}

.fs87 {
  font-size: 87px;
  font-size: 8.7rem;
}
@media only screen and (max-width: 767px) {
  .fs87 {
    font-size: 69.6px;
    font-size: 6.96rem;
  }
}

.fs88 {
  font-size: 88px;
  font-size: 8.8rem;
}
@media only screen and (max-width: 767px) {
  .fs88 {
    font-size: 70.4px;
    font-size: 7.04rem;
  }
}

.fs89 {
  font-size: 89px;
  font-size: 8.9rem;
}
@media only screen and (max-width: 767px) {
  .fs89 {
    font-size: 71.2px;
    font-size: 7.12rem;
  }
}

.fs90 {
  font-size: 90px;
  font-size: 9rem;
}
@media only screen and (max-width: 767px) {
  .fs90 {
    font-size: 72px;
    font-size: 7.2rem;
  }
}

.fs91 {
  font-size: 91px;
  font-size: 9.1rem;
}
@media only screen and (max-width: 767px) {
  .fs91 {
    font-size: 72.8px;
    font-size: 7.28rem;
  }
}

.fs92 {
  font-size: 92px;
  font-size: 9.2rem;
}
@media only screen and (max-width: 767px) {
  .fs92 {
    font-size: 73.6px;
    font-size: 7.36rem;
  }
}

.fs93 {
  font-size: 93px;
  font-size: 9.3rem;
}
@media only screen and (max-width: 767px) {
  .fs93 {
    font-size: 74.4px;
    font-size: 7.44rem;
  }
}

.fs94 {
  font-size: 94px;
  font-size: 9.4rem;
}
@media only screen and (max-width: 767px) {
  .fs94 {
    font-size: 75.2px;
    font-size: 7.52rem;
  }
}

.fs95 {
  font-size: 95px;
  font-size: 9.5rem;
}
@media only screen and (max-width: 767px) {
  .fs95 {
    font-size: 76px;
    font-size: 7.6rem;
  }
}

.fs96 {
  font-size: 96px;
  font-size: 9.6rem;
}
@media only screen and (max-width: 767px) {
  .fs96 {
    font-size: 76.8px;
    font-size: 7.68rem;
  }
}

.fs97 {
  font-size: 97px;
  font-size: 9.7rem;
}
@media only screen and (max-width: 767px) {
  .fs97 {
    font-size: 77.6px;
    font-size: 7.76rem;
  }
}

.fs98 {
  font-size: 98px;
  font-size: 9.8rem;
}
@media only screen and (max-width: 767px) {
  .fs98 {
    font-size: 78.4px;
    font-size: 7.84rem;
  }
}

.fs99 {
  font-size: 99px;
  font-size: 9.9rem;
}
@media only screen and (max-width: 767px) {
  .fs99 {
    font-size: 79.2px;
    font-size: 7.92rem;
  }
}

.fs100 {
  font-size: 100px;
  font-size: 10rem;
}
@media only screen and (max-width: 767px) {
  .fs100 {
    font-size: 80px;
    font-size: 8rem;
  }
}

/*	text lifter
------------------------------------*/
.bold {
  font-weight: bold;
}

.fwnormal {
  font-weight: normal;
}

.txtc {
  text-align: center;
}

.txtl {
  text-align: left;
}

.txtr {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .sptxtl {
    text-align: left;
  }
}

.text--white {
  color: #fff;
}

.flexstart {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

/*  Movie Responsive
------------------------------------*/
.movie {
  position: relative;
  width: 100% !important;
  padding: 56.25% 0 0 0;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube {
  position: relative;
  width: 100% !important;
  padding: 56.25% 0 0 0;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*  list
------------------------------------*/
.list__item {
  position: relative;
  padding-left: 1em;
  margin-bottom: 1em;
  text-indent: -0.1em;
}
.list__item::after {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

/*	float
------------------------------------*/
.fleft {
  float: left;
}

.fright {
  float: right;
}

.fclear {
  clear: both;
}

/*	clearfix
------------------------------------*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}
