/* 共通スタイルカスタマイズ */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

html {
  font-size: 62.5%;
}

body {
  position: static;
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック",
    "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", sans-serif;
  color: #222222;
  font-size: 1.5rem;
}

body.tfx-is-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 769px) {
  *:focus {
    outline: none !important;
  }

  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer
  }
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 959px) {
  body.tfx-is-fixed {
    position: static;
  }
}

a {
  color: initial;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

a:active {
  text-decoration: underline;
}

[class^="icon-"],
[class*=" icon-"] {
  vertical-align: baseline;
  position: relative;
  top: 2px;
}

a+[class^="icon-"],
a+[class*=" icon-"] {
  margin-left: 4px;
}

a>img {
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

a:hover>img {
  opacity: 0.6;
}

[class^="icon-"]+a,
[class*=" icon-"]+a {
  margin-left: 4px;
}

a.tfx-text-underline:active {
  color: #7A7A7A;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }

  a.tfx-text-underline:hover {
    color: #7A7A7A;
  }
}

.underline-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.underline-link:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .underline-link:hover {
    color: #7A7A7A;
  }
}

p {
  margin-bottom: 0.8rem;
}

ol,
ul {
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}

/* フォントスタイル */
.tfx-font-roboto {
  font-family: "Roboto", sans-serif;
}

.tfx-color-red {
  color: #B31D36 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック",
    "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", sans-serif;
}

.h2,
h2 {
  line-height: 1.5;
}

h2 .tfx-content-wrapper,
.h2 .tfx-content-wrapper {
  padding-left: 0;
  padding-right: 0;
}

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

.tfx-font-size-12px {
  font-size: 1.2rem;
}

.tfx-font-size-14px {
  font-size: 1.4rem;
}

.tfx-font-size-15px {
  font-size: 1.5rem;
}

.tfx-font-size-16px {
  font-size: 1.6rem;
}

.tfx-font-size-20px {
  font-size: 2rem;
}

/* コンテンツ幅 */
.tfx-content-wrapper {
  display: block;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 960px;
  margin: 0 auto;
}

.tfx-content-wrapper-sm {
  display: block;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 824px;
  margin: 0 auto;
}

.tfx-is-sp {
  display: block !important;
}

.tfx-is-pc {
  display: none !important;
}

.tfx-scroll-x {
  overflow-x: auto;
}

.tfx-scroll-x * {
  width: auto;
  max-width: auto;
  max-width: initial;
}

.tfx-main-inner {
  background: #eff4f7;
}

@media screen and (min-width: 824px) {
  .tfx-content-wrapper-sm {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 960px) {
  .tfx-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

/* セクション */
.tfx-section-inner {
  padding-top: 56px;
  padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .tfx-section-inner {
    padding-top: 80px;
  }
}

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

.tfx-bg-gray {
  background: #eff4f7;
}

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

  .tfx-is-pc {
    display: block !important;
  }

  .tfx-is-pc.disp-inline-block{
    display: inline-block !important;
  }
  .tfx-is-pc.disp-flex{
    display: flex !important;
  }

  .tfx-scroll-x {
    overflow-x: visible;
  }

  .tfx-scroll-x * {
    width: 100%;
    max-width: 100%;
  }
}

/* 追加margin,padding */
/* top */
.tfx-mt-4px {
  margin-top: 4px !important;
}

.tfx-mt-6px {
  margin-top: 6px !important;
}

.tfx-mt-8px {
  margin-top: 8px !important;
}

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

.tfx-mt-12px {
  margin-top: 12px !important;
}

.tfx-mt-16px {
  margin-top: 16px !important;
}

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

.tfx-mt-24px {
  margin-top: 24px !important;
}

.tfx-mt-32px {
  margin-top: 32px !important;
}

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

.tfx-mt-56px {
  margin-top: 56px !important;
}

.tfx-mt-80px {
  margin-top: 80px !important;
}

.tfx-mt-96px {
  margin-top: 96px !important;
}

/* bottom */
.tfx-mb-4px {
  margin-bottom: 4px !important;
}

.tfx-mb-8px {
  margin-bottom: 8px !important;
}

.tfx-mb-12px {
  margin-bottom: 12px !important;
}

.tfx-mb-16px {
  margin-bottom: 16px !important;
}

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

.tfx-mb-24px {
  margin-bottom: 24px !important;
}

.tfx-mb-27px {
  margin-bottom: 27px !important;
}

.tfx-mb-32px {
  margin-bottom: 32px !important;
}

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

.tfx-mb-56px {
  margin-bottom: 56px !important;
}

.tfx-mb-60px {
  margin-bottom: 60px !important;
}

.tfx-mb-80px {
  margin-bottom: 80px !important;
}

.tfx-mb-96px {
  margin-bottom: 96px !important;
}

/* left */
.tfx-ml-4px {
  margin-left: 4px !important;
}

.tfx-ml-8px {
  margin-left: 8px !important;
}

.tfx-ml-16px {
  margin-left: 16px !important;
}

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

.tfx-ml-24px {
  margin-left: 24px !important;
}

.tfx-ml-48px {
  margin-left: 48px !important;
}

/* right */
.tfx-mr-4px {
  margin-right: 4px !important;
}

.tfx-mr-8px {
  margin-right: 8px !important;
}

.tfx-mr-16px {
  margin-right: 16px !important;
}

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

.tfx-mr-24px {
  margin-right: 24px !important;
}

/* 端末によってmargin変化 */
.tfx-mt-sp-12px {
  margin-top: 12px !important;
}

.tfx-mt-sp-16px {
  margin-top: 16px !important;
}

.tfx-mt-sp-20px {
  margin-top: 20px !important;
}

.tfx-mt-sp-24px {
  margin-top: 24px !important;
}

.tfx-mt-sp-32px {
  margin-top: 32px !important;
}

.tfx-mt-sp-40px {
  margin-top: 40px !important;
}

.tfx-mt-sp-56px {
  margin-top: 56px !important;
}

.tfx-mt-sp-80px {
  margin-top: 80px !important;
}

@media screen and (min-width: 768px) {
  .tfx-mt-sp-12px {
    margin-top: 0 !important;
  }

  .tfx-mt-sp-16px {
    margin-top: 0 !important;
  }

  .tfx-mt-sp-20px {
    margin-top: 0 !important;
  }

  .tfx-mt-sp-24px {
    margin-top: 0 !important;
  }

  .tfx-mt-sp-32px {
    margin-top: 0 !important;
  }

  .tfx-mt-sp-40px {
    margin-top: 0 !important;
  }

  .tfx-mt-sp-56px {
    margin-top: 0 !important;
  }

  .tfx-mt-sp-80px {
    margin-top: 0 !important;
  }

  .tfx-mt-pc-12px {
    margin-top: 12px !important;
  }

  .tfx-mt-pc-16px {
    margin-top: 16px !important;
  }

  .tfx-mt-pc-20px {
    margin-top: 20px !important;
  }

  .tfx-mt-pc-24px {
    margin-top: 24px !important;
  }

  .tfx-mt-pc-32px {
    margin-top: 32px !important;
  }

  .tfx-mt-pc-40px {
    margin-top: 40px !important;
  }

  .tfx-mt-pc-56px {
    margin-top: 56px !important;
  }

  .tfx-mt-pc-80px {
    margin-top: 80px !important;
  }

  .tfx-mt-pc-96px {
    margin-top: 96px !important;
  }
}

.tfx-mb-sp-12px {
  margin-bottom: 12px !important;
}

.tfx-mb-sp-16px {
  margin-bottom: 16px !important;
}

.tfx-mb-sp-20px {
  margin-bottom: 20px !important;
}

.tfx-mb-sp-24px {
  margin-bottom: 24px !important;
}

.tfx-mb-sp-32px {
  margin-bottom: 32px !important;
}

.tfx-mb-sp-40px {
  margin-bottom: 40px !important;
}

.tfx-mb-sp-56px {
  margin-bottom: 56px !important;
}

.tfx-mb-sp-80px {
  margin-bottom: 80px !important;
}

@media screen and (min-width: 768px) {
  .tfx-mb-sp-12px {
    margin-bottom: 0 !important;
  }

  .tfx-mb-sp-16px {
    margin-bottom: 0 !important;
  }

  .tfx-mb-sp-20px {
    margin-bottom: 0 !important;
  }

  .tfx-mb-sp-24px {
    margin-bottom: 0 !important;
  }

  .tfx-mb-sp-32px {
    margin-bottom: 0 !important;
  }

  .tfx-mb-sp-40px {
    margin-bottom: 0 !important;
  }

  .tfx-mb-sp-56px {
    margin-bottom: 0 !important;
  }

  .tfx-mb-sp-80px {
    margin-bottom: 0 !important;
  }

  .tfx-mb-pc-12px {
    margin-bottom: 12px !important;
  }

  .tfx-mb-pc-16px {
    margin-bottom: 16px !important;
  }

  .tfx-mb-pc-20px {
    margin-bottom: 20px !important;
  }

  .tfx-mb-pc-24px {
    margin-bottom: 24px !important;
  }

  .tfx-mb-pc-32px {
    margin-bottom: 32px !important;
  }

  .tfx-mb-pc-40px {
    margin-bottom: 40px !important;
  }

  .tfx-mb-pc-56px {
    margin-bottom: 56px !important;
  }

  .tfx-mb-pc-80px {
    margin-bottom: 80px !important;
  }

  .tfx-mb-pc-96px {
    margin-bottom: 96px !important;
  }
}

/* padding */
/* top */
.tfx-pt-4px {
  padding-top: 4px !important;
}

.tfx-pt-8px {
  padding-top: 8px !important;
}

.tfx-pt-12px {
  padding-top: 12px !important;
}

.tfx-pt-16px {
  padding-top: 16px !important;
}

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

.tfx-pt-24px {
  padding-top: 24px !important;
}

.tfx-pt-32px {
  padding-top: 32px !important;
}

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

.tfx-pt-56px {
  padding-top: 56px !important;
}

.tfx-pt-80px {
  padding-top: 80px !important;
}

.tfx-pt-96px {
  padding-top: 96px !important;
}

/* bottom */
.tfx-pb-4px {
  padding-bottom: 4px !important;
}

.tfx-pb-8px {
  padding-bottom: 8px !important;
}

.tfx-pb-12px {
  padding-bottom: 12px !important;
}

.tfx-pb-16px {
  padding-bottom: 16px !important;
}

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

.tfx-pb-24px {
  padding-bottom: 24px !important;
}

.tfx-pb-32px {
  padding-bottom: 32px !important;
}

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

.tfx-pb-56px {
  padding-bottom: 56px !important;
}

.tfx-pb-80px {
  padding-bottom: 80px !important;
}

.tfx-pb-96px {
  padding-bottom: 96px !important;
}

/* left */
.tfx-pl-4px {
  padding-left: 4px !important;
}

.tfx-pl-8px {
  padding-left: 8px !important;
}

.tfx-pl-12px {
  padding-left: 8px !important;
}

.tfx-pl-16px {
  padding-left: 16px !important;
}

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

.tfx-pl-24px {
  padding-left: 24px !important;
}

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

/* right */
.tfx-pr-4px {
  padding-right: 4px !important;
}

.tfx-pr-8px {
  padding-right: 8px !important;
}

.tfx-pr-12px {
  padding-right: 12px !important;
}

.tfx-pr-16px {
  padding-right: 16px !important;
}

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

.tfx-pr-24px {
  padding-right: 24px !important;
}

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

a[type="button"] {
  -webkit-appearance: none;
}

a[type="button"]::-webkit-search-decoration {
  display: none;
}

/* 幅指定 PCのみ  主にボタンで使用する*/
@media screen and (min-width: 768px) {
  .btn.tfx-w-228 {
    width: 100%;
    max-width: 228px;
  }

  .btn.tfx-w-264 {
    width: 100%;
    max-width: 264px;
  }

  .btn.tfx-w-304 {
    width: 100%;
    max-width: 304px;
  }

  .btn.tfx-w-388 {
    width: 100%;
    max-width: 388px;
  }

  .btn.tfx-w-430 {
    width: 100%;
    max-width: 430px;
  }

  .btn.tfx-w-468 {
    width: 100%;
    max-width: 468px;
  }

  .btn.tfx-w-480 {
    width: 100%;
    max-width: 480px;
  }

  .btn.tfx-w-max {
    width: 100%;
    max-width: 100%;
  }
}

/* headings */
.h2,
h2 {
  font-weight: bold;
  background: #eff4f7;
  font-size: 2.8rem;
  padding: 24px 16px;
  margin-bottom: 0;
}

.h3,
h3 {
  background: none;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 32px;
  font-weight: bold;
}

.tfx-message-alert {
  position: relative;
  width: 100%;
  background: #333333;
  color: #fff;
  padding: 16px 0 16px 0;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0;
}

.tfx-message-alert .tfx-content-wrapper {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  padding: 0 32px 0 16px;
}

.tfx-message-alert a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tfx-message-alert a:hover {
  text-decoration: none;
}

.tfx-message-alert .icon-alert_error {
  font-size: 2rem;
}

.tfx-message-alert .icon-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.6rem;
}

.tfx-underline-title {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 17px;
  border-bottom: 1px solid #222;
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {

  .tfx-message-alert a:hover .tfx-campaign-link-text {
    text-decoration: underline;
  }

  .h2,
  h2 {
    font-size: 3.6rem;
    padding: 24px 20px 26px;
    margin-bottom: 0;
  }

  .h3,
  h3 {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }

  .tfx-message-alert {
    padding: 8px 20px;
  }

  .tfx-message-alert .tfx-content-wrapper {
    padding: 0 16px;
  }

  .tfx-message-alert .icon-alert_error {
    font-size: 2.4rem;
  }

  .tfx-message-alert .icon-arrow {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    vertical-align: middle;
    margin-left: 4px;
  }

  .tfx-underline-title {
    font-size: 2rem;
    padding-bottom: 16px;
  }
}

@media screen and (min-width: 960px) {

  .h2,
  h2 {
    padding: 24px 0 26px;
  }

  .tfx-message-alert {
    padding: 8px 0;
  }
}

/* ぱんくず */
.tfx-main-inner {
  position: relative;
}

.breadcrumb {
  background: #fff;
  color: #222;
  font-size: 1.2rem;
  padding: 12px 16px;
  margin-bottom: 0;
}

.tfx-breadcrumb-wrapper {
  width: 100%;
  background: #fff;
  /* padding: 0 16px; */
}

.breadcrumb a {
  color: #222;
  text-decoration: underline;
}

.breadcrumb>li {
  position: relative;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 24px;
}

.breadcrumb-item+.breadcrumb-item::before {
  font-family: "icomoon";
  content: "\e906";
  color: #222;
  padding-right: 0;
  font-size: 1.6rem;
  position: absolute;
  left: 4px;
  top: 2px;
  line-height: 1;
}

.breadcrumb-item.active {
  color: #222;
}

@media screen and (min-width: 768px) {
  .tfx-main-inner {
    padding-bottom: 0;
  }

  .breadcrumb a:hover {
    color: #ccc;
  }

  .tfx-breadcrumb-wrapper {
    border-top: none;
    position: static;
  }

  .breadcrumb {
    padding: 8px 24px;
  }
}

@media screen and (min-width: 960px) {
  .breadcrumb {
    padding: 8px 0;
  }

  .tfx-breadcrumb-wrapper {
    padding: 0 16px;
  }
}

/* ボタン */
/* ボタン共通 */
.btn {
  position: relative;
  width: 100%;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  padding: 12px 28px;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.24);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.24);
}

.btn:hover {
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.36);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.4;
}

.btn-secondary {
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-secondary:hover {
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.32);
}

.tfx-btn-inner {
  position: relative;
  z-index: 2;
}

a.btn .tfx-btn-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tfx-btn-content-colmun4 a.btn .tfx-btn-inner {
  height: 100%;
}

.btn [class^="icon-"],
.btn [class*=" icon-"] {
  position: absolute;
  top: 50%;
  right: 8px;
  font-size: 2.4rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

/* CVボタン */
.tfx-btn-cv {
  font-weight: bold;
  color: #fff;
  background: rgb(184, 11, 53);
  background: linear-gradient(45deg,
      rgba(184, 11, 53, 1) 0%,
      rgba(222, 26, 56, 1) 100%);
}

.tfx-btn-cv-size-regular {
  min-height: 56px;
  padding: 0 28px;
  font-size: 1.5rem;
}

.tfx-btn-cv-size-large {
  min-height: 84px;
  padding: 10px 24px;
  font-size: 1.8rem;
}

a.tfx-btn-cv-size-regular .tfx-btn-inner {
  min-height: 54px;
}

a.tfx-btn-cv-size-large .tfx-btn-inner {
  min-height: 62px;
}

@media all and (-ms-high-contrast: none) {
  a.btn:not(.tfx-btn-cv) {
    padding: 15px 28px 10px;
  }

  .pagination .page-item a.btn:not(.tfx-btn-cv) {
    padding: 0;
  }

  a.btn.tfx-btn-cv-size-regular .tfx-btn-inner {
    margin-top: 14px;
    min-height: auto;
  }

  a.btn.tfx-btn-cv-size-large .tfx-btn-inner {
    margin-top: 16px;
    min-height: auto;
  }
}

.tfx-btn-cv:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FB2949;
  /* background: rgba(222, 26, 56, 1);
  background: linear-gradient(
    45deg,
    rgba(222, 26, 56, 1) 0%,
    rgba(184, 11, 53, 1) 100%
  ); */
  opacity: 0;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.tfx-btn-cv:hover {
  color: #fff;
}

.tfx-btn-cv:hover:after {
  opacity: 1;
}

.tfx-btn-cv:active {
  background: rgb(184, 11, 53);
  background: linear-gradient(45deg,
      rgba(184, 11, 53, 1) 0%,
      rgba(184, 11, 53, 1)100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tfx-btn-cv:hover:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tfx-btn-cv:hover:active:after {
  opacity: 0;
}

.tfx-btn-cv:disabled {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tfx-btn-cv:disabled:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tfx-btn-cv:hover:disabled:after {
  opacity: 0;
}

/* プライマリーボタン */
.btn-primary {
  background: #333;
  min-height: 56px;
  padding: 12px 28px;
  font-size: 1.5rem;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.24);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background: #222;
}

.btn-primary:hover {
  background: #848484;
  -webkit-box-shadow: 0px 4px 12px rgb(0 0 0, 48%);
  box-shadow: 0px 4px 12px rgb(0 0 0, 48%);
}

.btn-primary:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary:hover:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary:disabled {
  background: #333;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary:disabled:hover {
  background: #333;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* セカンダリーボタン */
.btn-secondary {
  background: #fff;
  color: #222;
  min-height: 56px;
  padding: 12px 28px;
  font-size: 1.5rem;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  background: #d8e5ed;
  color: #222;
}

.btn-secondary:hover {
  background: #D8E5ED;
  color: #222;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.32);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.32);
}

.btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgb(38 175 229 / 50%);
  box-shadow: 0 0 0 0.2rem rgb(38 175 229 / 50%);
}

.btn-secondary:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-secondary:hover:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-secondary:disabled {
  background: #fff;
  color: #222;
  opacity: 0.6;
}

.btn-secondary:disabled:hover {
  background: #fff;
  color: #222;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 768px) {
  .btn {
    width: 320px;
  }

  .tfx-btn-cv-size-regular {
    font-size: 1.6rem;
  }

  .tfx-btn-cv-size-large {
    font-size: 2rem;
  }

  .btn-primary {
    font-size: 1.6rem;
  }

  .btn-secondary {
    font-size: 1.6rem;
  }
}

/* 戻るボタン */
.tfx-btn-back {
  width: 280px;
  font-size: 1.4rem;
  margin-top: 80px;
  min-height: 48px;
}

.tfx-btn-back [class^="icon-"],
.tfx-btn-back [class*=" icon-"] {
  font-size: 2.4rem;
}

.tfx-btn-back .icon-back_arrow {
  right: auto;
  left: 4px;
}

a.tfx-btn-back .tfx-btn-inner {
  min-height: 24px;
}

/* アイコンつきボタン */
/* .tfx-btn-icon:not(.btn-primary):not(.btn-secondary):not(.tfx-btn-back){
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  font-size: 1.5rem;
  padding: 12px 30px;
  white-space: nowrap;
} */

/* .tfx-btn-icon:not(.btn-primary):not(.btn-secondary):not(.tfx-btn-back):hover {
  background: #d8e5ed;
  color: #222;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.32);
}
.tfx-btn-icon:not(.btn-primary):not(.btn-secondary):not(.tfx-btn-back):active {
  box-shadow: none;
  background: #d8e5ed;
}
.tfx-btn-icon:not(.btn-primary):not(.btn-secondary):not(.tfx-btn-back):hover:active {
  box-shadow: none;
}
.tfx-btn-icon:not(.btn-primary):not(.btn-secondary):not(.tfx-btn-back):disabled {
  background: #d8e5ed;
  box-shadow: none;
  color: #222;
}
.tfx-btn-icon:not(.btn-primary):not(.btn-secondary):not(.tfx-btn-back):disabled:hover {
  background: #d8e5ed;
  box-shadow: none;
  color: #222;
} */
.tfx-btn-icon [class^="icon-"],
.tfx-btn-icon [class*=" icon-"] {
  position: static;
  vertical-align: middle;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.tfx-btn-icon .tfx-btn-inner {
  vertical-align: middle;
}

.tfx-btn-icon [class^="icon-"]+.tfx-btn-inner,
.tfx-btn-icon [class*=" icon-"]+.tfx-btn-inner {
  margin-left: 8px;
}

.tfx-btn-icon .tfx-btn-inner+[class^="icon-"],
.tfx-btn-icon .tfx-btn-inner+[class*=" icon-"] {
  margin-left: 8px;
}

.tfx-btn-icon .tfx-btn-icon-right {
  position: absolute;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* @media screen and (min-width: 768px){
  .tfx-btn-icon:not(.btn-primary):not(.btn-secondary):not(.tfx-btn-back){
    font-size: 1.6rem;
  }
} */

/* 可変ボタン */
.tfx-btn-variable {
  width: auto;
  padding-left: 40px;
  padding-right: 46px;
}

.tfx-btn-variable.tfx-btn-icon {
  padding-right: 40px;
}

/* ボタン用カラム */
.tfx-btn-content {
  width: 100%;
}

.tfx-btn-content+.tfx-btn-content .btn {
  margin-top: 24px;
}

.tfx-btn-content+.tfx-btn-content .tfx-btn-cv-size-large {
  margin-top: 16px;
}

.tfx-btn-content .btn+.btn {
  margin-top: 24px;
}

/* 戻るボタンの場合 */
.tfx-btn-content+.tfx-btn-content .tfx-btn-back {
  margin-top: 32px;
}

/* PC:４カラム SP:2カラム */
.tfx-btn-content-colmun4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tfx-btn-content-colmun4 .btn+.btn {
  margin-top: 0;
}

.tfx-btn-content-colmun4 .btn {
  width: calc(50% - 8px);
}

.tfx-btn-content-colmun4>.btn:nth-child(even) {
  margin-left: 16px;
}

.tfx-btn-content-colmun4>.btn:nth-child(n + 3) {
  margin-top: 16px;
}

/* PC:3カラム SP:2カラム */
.tfx-btn-content-colmun3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tfx-btn-content-colmun3 .btn+.btn {
  margin-top: 0;
}

.tfx-btn-content-colmun3 .btn {
  width: calc(50% - 8px);
}

.tfx-btn-content-colmun3>a.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tfx-btn-content-colmun3>a.btn .tfx-btn-inner {
  width: 100%;
}

.tfx-btn-content-colmun3>.btn:nth-child(even) {
  margin-left: 16px;
}

.tfx-btn-content-colmun3>.btn:nth-child(n + 3) {
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .tfx-btn-content-colmun3 .btn {
    margin-left: 16px;
    width: calc((100% /3) - (32px / 3));
  }

  .tfx-btn-content-colmun3>.btn:first-child {
    margin-left: 0;
  }

  .tfx-btn-content-colmun3>.btn:nth-child(n + 3) {
    margin-top: 0;
  }

  .tfx-btn-content-colmun3>.btn:nth-child(n + 4) {
    margin-top: 16px;
  }

  .tfx-btn-content-colmun3>.btn:nth-child(3n + 1) {
    margin-left: 0;
  }

  .tfx-btn-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tfx-btn-content+.tfx-btn-content {
    margin-top: 24px;
  }

  .tfx-btn-content+.tfx-btn-content .btn {
    margin-top: 0;
  }

  .tfx-btn-content+.tfx-btn-content .tfx-btn-cv-size-large {
    margin-top: 16px;
  }

  /* 戻るボタンの場合 */
  .tfx-btn-content+.tfx-btn-content .tfx-btn-back {
    margin-top: 8px;
  }

  /* カラムあり */

  .tfx-btn-content .btn+.btn {
    margin-top: 0;
    margin-left: 24px;
  }

  .tfx-btn-content .btn+.tfx-btn-cv-size-large {
    margin-top: 0;
  }

  .tfx-btn-content-colmun3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tfx-btn-content-colmun4 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tfx-btn-content-colmun4 .btn {
    width: calc(25% - 12px);
  }

  .tfx-btn-content-colmun4 .btn+.btn {
    margin-left: 16px;
  }

}

/* ページ内ナビゲーション */
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  margin-bottom: 56px;
}

.nav .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 12px 7px 30px 7px;
}

.nav>li {
  position: relative;
  width: calc(100% / 3);
}

.nav>.tfx-nav-item-grow {
  width: 50%;
}

.nav>li:nth-child(n + 4) {
  border-top: 1px solid #ccc;
}

.nav>li+li {
  border-left: 1px solid #ccc;
}

.nav .icon-down {
  position: absolute;
  display: block;
  margin: 0 auto;
  font-size: 2.4rem;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: top 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.tfx-nav-link-number {
  width: 100%;
  position: absolute;
  display: block;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #b31d36;
  font-weight: bold;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  z-index: -1;
}

.nav-item .nav-link:focus,
.nav-item .nav-link:hover,
.nav-item .nav-link:active,
.nav-item.show .nav-link {
  background: none;
  opacity: 0.4;
  color: #58778b;
}

.nav-item .nav-link:focus .icon-down,
.nav-item .nav-link:hover .icon-down,
.nav-item .nav-link:active .icon-down,
.nav-item.show .nav-link .icon-down {
  bottom: -2px;
}

.tfx-nav-link-number+.nav-link {
  padding-top: 36px;
}

@media screen and (min-width: 768px) {
  .nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 80px;
    border-top: none;
    border-bottom: none;
  }

  .nav>li {
    position: relative;
    width: 100%;
  }

  .nav>.tfx-nav-item-grow {
    width: 100%;
  }

  .nav .nav-link {
    font-size: 1.4rem;
    padding: 12px 20px 30px 20px;
  }

  .nav-item>.nav-link {
    color: #222;
  }

  .nav .icon-down {
    font-size: 2.4rem;
  }

  .nav>li:nth-child(n + 4) {
    border-top: none;
  }

  .tfx-nav-link-number {
    top: 0;
  }

  .tfx-nav-link-number+.nav-link {
    padding-top: 20px;
  }
}

/* タブ */
.nav-pills {
  border-radius: 8px;
  border: none;
  margin-bottom: 32px;
}

.nav-pills .nav-link {
  border-radius: 0;
  font-size: 1.5rem;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  background: #d8e5ed;
  min-height: 80px;
  padding: 18px 8px;
}

.nav-pills .nav-link:hover {
  color: #222;
  font-size: 1.8rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  color: #222;
  padding: 10px 8px;
  font-size: 1.8rem;
  border-left: none;
  z-index: 1;
}

.nav-pills>li {
  position: relative;
}

.nav-pills>li+li {
  border: none;
}

.nav-pills>li:first-child:before {
  display: none;
}

.nav-pills .nav-link:focus,
.nav-pills .nav-link:hover,
.nav-pills .nav-link:active,
.nav-pills.show .nav-link {
  opacity: 1;
  background: #fff;
}

.nav-pills>li::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  top: 0;
  left: -1px;
  background: #fff;
}

.nav-pills>li::first-child::before {
  display: none;
}

.nav-pills>li:first-child .nav-link {
  border-radius: 8px 0 0 8px;
}

.nav-pills>li:last-child .nav-link {
  border-radius: 0 8px 8px 0;
}

.tfx-tab-contents {
  overflow: hidden;
}

.tfx-tab-contents-wrapper {
  width: 100%;
  position: relative;
  -webkit-transition: height 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.tfx-tab-item-cover {
  position: absolute;
  top: 0;
  left: 0;
  /* width: 100%; */
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.tfx-tab-item {
  width: 100vw;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1);

}

.tfx-tab-item.active {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 350px) {
  .nav-pills .nav-link {
    padding: 10px 20px;
  }

  .nav-pills .nav-link.active,
  .nav-pills .show>.nav-link {
    font-size: 1.8rem;
    padding: 10px 20px;
  }
}

@media screen and (min-width: 768px) {
  [data-tfx-tab-content="review"] {
    min-height: 450px;
  }

  .nav-pills .nav-link {
    min-height: 56px;
  }

  .nav-pills {
    margin-bottom: 40px;
  }

  .nav-pills .nav-link {
    padding: 0px 10px;
    font-size: 1.6rem;
  }

  .nav-pills .nav-link.active,
  .nav-pills .show>.nav-link {
    font-size: 2rem;
  }

  .nav-pills .nav-link:hover {
    color: #222;
    font-size: 2rem;
  }
}

/* アコーディオン */
.accordion>.card:last-of-type {
  border-radius: 8px;
}

.accordion>.card:first-of-type {
  border-bottom: 1px solid #333;
}

.card {
  border: 1px solid #333;
  border-radius: 8px;
}

.card-header {
  position: relative;
  background: #fff;
  padding: 16px 48px 16px 20px;
  border-bottom: 1px solid #ccc;
}

.accordion .card-header {
  cursor: pointer;
}

.tfx-header-nav-title {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: bold;
}

.card-body {
  padding: 24px 20px;
}

.tfx-accordion-icon {
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 12px;
}

.tfx-accordion-title {
  margin-bottom: 0;
}

.card-header:not(.collapsed) .tfx-accordion-icon-2 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tfx-accordion-icon>span {
  background: #222;
  display: block;
  position: absolute;
}

.tfx-accordion-icon-1 {
  width: 100%;
  height: 2px;
  top: 6px;
  left: 0;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.tfx-accordion-icon-2 {
  height: 100%;
  width: 2px;
  top: 0;
  left: 6px;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.tfx-card-body-inner {
  opacity: 0.5;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.tfx-accordion-sp+.tfx-accordion-sp {
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .tfx-accordion-sp+.tfx-accordion-sp {
    border-top: 1px solid #ccc;
    padding-top: 56px;
    margin-top: 56px;
  }

  .tfx-accordion-sp .collapse:not(.show) {
    display: block;
  }

  .tfx-accordion-sp .card-header {
    pointer-events: none;
  }

  .tfx-accordion-sp.accordion>.card:last-of-type {
    border-radius: 0;
  }

  .tfx-accordion-sp.accordion>.card:first-of-type {
    border-bottom: none;
  }

  .tfx-accordion-sp .card {
    border: none;
    border-radius: 0;
    overflow: visible;
  }

  .tfx-accordion-sp.accordion>.card .card-header {
    border-bottom: none;
    padding: 0;
    margin-bottom: 24px;
  }

  .tfx-accordion-sp .tfx-accordion-icon {
    display: none;
  }

  .tfx-accordion-sp .tfx-header-nav-title {
    font-size: 2.4rem;
  }

  .tfx-accordion-sp .tfx-btn-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tfx-accordion-sp .tfx-btn-content .btn {
    width: calc(25% - 18px);
  }

  .tfx-accordion-sp .tfx-btn-content>.btn:nth-child(5n) {
    margin-left: 0;
  }

  .tfx-accordion-sp .tfx-btn-content>.btn:nth-child(n + 5) {
    margin-top: 16px;
  }

  .tfx-accordion-sp .card-body {
    padding: 0;
  }

  .tfx-accordion-sp .tfx-card-body-inner {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }

  .accordion .card-header {
    -webkit-transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .accordion .card-header.collapsed:hover {
    background: #D8E5ED;
  }
}

/* リスト */
.list-unstyled>li {
  padding-left: 25px;
}

.list-unstyled>li {
  position: relative;
}

.list-unstyled>li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #222;
  display: block;
  position: absolute;
  border-radius: 50%;
  top: 9px;
  left: 10px;
}

.list-unstyled li+li {
  margin-top: 8px;
}

.list-unstyled ul {
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .list-unstyled>li:before {
    top: 10px;
    left: 10px;
  }
}

/* インデント */
.tfx-indent-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.tfx-indent-list>li {
  padding-left: 1em;
  text-indent: -1em;
}

.tfx-indent-list.tfx-indent-2>li {
  padding-left: 1.8em;
  text-indent: -1.8em;
}

.tfx-indent-list>li+li {
  margin-top: 8px;
}

/* QA 、お知らせ等で使うリスト */
.tfx-arrow-list {
  padding: 0;
  list-style-type: none;
  border-bottom: 1px solid #ccc;
}

.tfx-arrow-list li {
  border-top: 1px solid #ccc;
}

.tfx-arrow-list a {
  position: relative;
  display: block;
  padding: 28px 48px 26px 16px;
  font-size: 1.5rem;
  background: #fff;
}

.tfx-arrow-list a::before {
  position: absolute;
  display: block;
  font-family: "icomoon" !important;
  content: "\e906";
  font-size: 2.2rem;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* news */
.tfx-news-list-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.tfx-news-date {
  margin-right: 16px;
}

.tfx-news-list-text {
  margin-bottom: 0;
}

/* QA */
.tfx-arrow-list .tfx-faq-column {
  padding-left: 48px;
}

.tfx-faq-column [class^="icon-"],
.tfx-faq-column [class*=" icon-"] {
  position: absolute;
  display: block;
  font-size: 2.4rem;
  top: 27px;
  left: 16px;
}

/* store */
.tfx-store-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 12px;
}

.tfx-store-content-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tfx-store-content-item+.tfx-store-content-item {
  margin-top: 8px;
}

.tfx-store-content-label {
  background: #eff4f7;
  width: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4px;
  font-size: 1.2rem;
}

.tfx-store-content-text {
  width: calc(100% - 64px);
  padding-left: 8px;
  font-size: 1.5rem;
}

.tfx-store-column:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .tfx-arrow-list a {
    padding: 32px 64px 32px 24px;
    font-size: 1.6rem;
  }

  .tfx-arrow-list a::before {
    right: 24px;
    -webkit-transition: right 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: right 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .tfx-arrow-list a:hover {
    opacity: 0.6;
    text-decoration: none;
  }

  .tfx-arrow-list a:hover::before {
    right: 22px;
  }

  .tfx-arrow-list a:active {
    opacity: 0.6;
  }

  .tfx-arrow-list a:active::before {
    right: 6px;
  }

  .tfx-arrow-list a.tfx-is-disabled {
    pointer-events: none;
    opacity: 0.4;
  }

  /* QA */
  .tfx-arrow-list .tfx-faq-column {
    padding-left: 64px;
  }

  .tfx-faq-column [class^="icon-"],
  .tfx-faq-column [class*=" icon-"] {
    font-size: 3.4rem;
    top: 26px;
    left: 24px;
  }

  /* store */
  .tfx-arrow-list .tfx-store-column {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .tfx-store-title {
    width: 300px;
    padding-right: 8px;
  }

  .tfx-store-content {
    width: calc(100% - 300px);
  }
}

.tfx-arrow-list-left {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #222;
}

.tfx-arrow-list-left>li {
  position: relative;
  border-top: 1px solid #222;
}

.tfx-arrow-list-left>li a {
  display: block;
  font-size: 1.4rem;
  padding: 14px 40px 13px 16px;
}

.tfx-arrow-list-left>li a::before {
  font-family: "icomoon" !important;
  content: "\e906";
  position: absolute;
  font-size: 2rem;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tfx-arrow-list-left>li a.tfx-arrow-list-blank::before {
  content: "\e909";
}

/* ページ送り */
.pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 56px;
  margin-bottom: 0;
  padding: 0 16px 70px;
}

.page-item+.page-item {
  margin-left: 8px;
}

.page-item {
  width: 38px;
  height: 38px;
  font-family: "Roboto", sans-serif;
}

.page-link {
  border: none;
  padding: 0;
  width: 38px;
  height: 38px;
  min-height: 38px;
  font-size: 1.5rem;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tfx-page-item-prev,
.tfx-page-item-next {
  width: calc(50% - 16px);
  position: absolute;
  bottom: 0;
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック",
    "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", sans-serif;
}

.tfx-page-item-prev {
  left: 8px;
}

.tfx-page-item-next {
  right: 8px;
}

.tfx-page-item-prev .icon-back_arrow {
  position: absolute;
  top: 19px;
  right: auto;
  left: 6px;
  font-size: 1.6rem;
}

.tfx-page-item-next .icon-arrow {
  position: absolute;
  top: 19px;
  right: 6px;
  font-size: 1.6rem;
}

@media screen and (min-width: 350px) {
  .page-item {
    width: 48px;
    height: 48px;
  }

  .page-link {
    width: 48px;
    height: 48px;
    min-height: 48px;

  }

  .tfx-page-item-prev,
  .tfx-page-item-next {
    width: calc(50% - 24px);
  }

  .tfx-page-item-prev {
    left: 16px;
  }

  .tfx-page-item-next {
    right: 16px;
  }

  .tfx-page-item-prev .icon-back_arrow {
    top: 24px;
  }

  .tfx-page-item-next .icon-arrow {
    top: 24px;
  }
}


.tfx-page-item-prev .page-link,
.tfx-page-item-next .page-link {
  width: 100%;
  font-size: 1.4rem;
}



.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 8px;
}


.page-item.active .page-link {
  background: #d8e5ed;
  color: #222;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tfx-pagenation-dot {
  color: #555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
}

@media screen and (min-width: 768px) {
  .pagination {
    padding-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page-item {
    width: 40px;
    height: 40px;
  }

  .tfx-page-item-prev {
    left: 0;
  }

  .tfx-page-item-next {
    right: 0;
  }

  .tfx-page-item-prev,
  .tfx-page-item-next {
    width: 140px;
    position: relative;
  }

  .tfx-page-item-next .icon-arrow {
    top: 20px;
  }

  .tfx-page-item-prev .icon-back_arrow {
    top: 20px;
  }

  .page-link {
    width: 40px;
    height: 40px;
    min-height: 40px;
    font-size: 1.6rem;
  }

  .tfx-page-item-prev .page-link,
  .tfx-page-item-next .page-link {
    font-size: 1.4rem;
  }

  .tfx-page-item-prev {
    margin-right: 16px;
  }

  .page-item+.page-item {
    margin-left: 8px;
  }

  .page-item+.tfx-page-item-next {
    margin-left: 24px;
  }

  .tfx-pagenation-dot {
    padding: 0;
    width: 22px;
  }
}

/* フォーム関係 */
input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input::-webkit-input-placeholder {
  color: #ccc !important;
}

input::-moz-placeholder {
  color: #ccc !important;
}

input:-ms-input-placeholder {
  color: #ccc !important;
}

input::-ms-input-placeholder {
  color: #ccc !important;
}

input::placeholder {
  color: #ccc !important;
}

/* WebKit, Blink, Edge */
::-webkit-input-placeholder {
  color: #ccc !important;
}

/* IE */
input:-ms-input-placeholder {
  color: #ccc !important;
}

/* Edge */
input::-ms-input-placeholder {
  color: #ccc !important;
}

select {
  width: 100%;
  font-size: 1.5rem;
  border-radius: 4px;
  min-height: 56px;
  padding: 14px 46px 12px 16px;
  border: 1px solid #333;
  cursor: pointer;
}

.form-control {
  font-size: 1.5rem;
  padding: 16px;
  border-color: #333;
  border-radius: 4px;
  min-height: 56px;
}

@media all and (-ms-high-contrast: none) {
  .form-control {
    padding: 8px;
  }
}

textarea {
  width: 100%;
  height: 180px;
  font-size: 1.5rem;
  border-radius: 4px;
  border-color: #333;
  padding: 16px;
}

label {
  font-size: 1.4rem;
  margin-bottom: 4px;
}

input[type="password"] {
  padding-right: 76px;
}

.tfx-form-content+.tfx-form-content {
  margin-top: 56px;
}

.tfx-form-content-title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 32px;
}

.form-group {
  margin-bottom: 0;
}

.tfx-form-group p {
  font-size: 1.4rem;
  margin-bottom: 4px;
}

.tfx-form-block {
  background: #fff;
  padding: 32px 0px 24px;
}

.tfx-form-block+.tfx-form-block {
  border-top: 1px solid #ccc;
  padding: 24px 0;
}

form .tfx-form-block:last-child {
  padding-bottom: 32px;
}

.tfx-form-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 16px;
}

.tfx-form-tag {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background: #b31d36;
  line-height: 1;
  padding: 4px 8px 4px;
  margin-top: 1px;
}

.tfx-form-optional-tag {
  white-space: nowrap;
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background: black;
  line-height: 1;
  padding: 4px 8px 4px;
  margin-top: 1px;
}

.tfx-form-device-info-list {
  margin-left: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tfx-form-text {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
}

.tfx-form-tag+.tfx-form-text {
  margin-left: 8px;
}

.tfx-form-optional-tag+.tfx-form-text {
  margin-left: 8px;
}

.tfx-form-title [class^="icon-"],
.tfx-form-title [class*=" icon-"] {
  font-size: 2rem;
  margin-left: 8px;
  top: 1px;
}

.tfx-form-group {
  margin-bottom: 0;
}

.tfx-form-group .d-flex .flex-fill+.flex-fill {
  margin-left: 23px;
}

.tfx-form-group .d-flex+.d-flex {
  margin-top: 16px;
}

/* select */
.tfx-select {
  position: relative;
}

.tfx-select.tfx-is-disabled {
  border: 1px solid #989898;
  border-radius: 4px;
}

.tfx-select.tfx-is-disabled .tfx-select-icon {
  background: #989898;
}

select:disabled {
  border: none
}

.tfx-select-icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 100%;
  background: #333;
  color: #fff;
  border-radius: 0 4px 4px 0;
  pointer-events: none;
}

.tfx-select-icon .icon-down {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 2.4rem;
}

.tfx-select-suffix {
  margin-left: 8px;
}

/* radio */

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
  color: #222;
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
  border-color: #ccc;
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
  border-color: #ccc;
  background: #fff;
}

.custom-radio {
  position: relative;
  padding-left: 0;
}

.tfx-form-mounting-radio {
  display: flex;
}

.custom-control-label {
  background: #fff;
  -webkit-transition: border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.custom-radio .custom-control-label {
  /* border: 1px solid #ccc; */
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-radio .custom-control-label:before {
  background: #fff;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: none;
}

.custom-control-input:focus~.custom-control-label::before {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom-control-input:focus:not(:checked)~.custom-control-label {
  border-color: #80bdff;
}

.custom-control-input:focus~.custom-control-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.custom-radio .custom-control-label::before {
  width: 24px;
  height: 24px;
  border-color: #ccc;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.custom-radio .custom-control-label::after {
  width: 14px;
  height: 14px;
  border-color: #ccc;
  top: 50%;
  left: 21px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  border-radius: 50%;
}

.custom-control-input:checked~.custom-control-label::before {
  border-color: #b31d36;
  background-color: #fff;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after{
  background: #b31d36;
}

.custom-control-label>span::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.custom-control-label>span::after{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #333;
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.tfx-inline-input .custom-control-label>span::after{
  display: none;
}


.custom-radio .custom-control-label {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 16px 16px 16px 48px;
}

.tfx-radio-plan .custom-control-label {
  display: block;
  padding-left: 56px;
}


.custom-control-input:checked+.custom-control-label>span::before {
  border: 2px solid #b31d36;
}

.custom-control-input:checked:hover+.custom-control-label>span:after {
  opacity: 1;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  color: #fff;
  background-color: #fff;
  border-color: #ccc;
}

.custom-control-input:disabled~.custom-control-label:before {
  background: #fff;
}

.tfx-radio-content {
  width: 100%;
}

.tfx-radio-content .custom-control+.custom-control {
  margin-top: 16px;
}

/* tfx-item-radio-title */
.tfx-item-radio-title {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
}

/* カスタマイズ実装start...*/
/* tfx-item-radio-sub-title */
.tfx-item-radio-sub-title {
  display: block;
  font-size: 1.5rem;
}
/* カスタマイズ実装end...*/

.tfx-item-radio-subtext {
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  margin-top: 4px;
}

.tfx-item-radio-subtext span {
  display: inline-block;
  position: relative;
  top: 1px;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin: 0 1px 0 2px;
}

.tfx-item-radio-price {
  margin-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tfx-item-radio-price-left {
  display: inline-block;
  right: 8px;
  font-size: 1.2rem;
  margin-right: 8px;
  margin-top: 2px;
}

.tfx-item-radio-price-left .font-weight-bold {
  font-size: 1.4rem;
}

.tfx-item-radio-price-right {
  font-weight: bold;
}

.tfx-item-radio-price-right-num-1 {
  font-size: 2.4rem;
  line-height: 1;
}

.tfx-item-radio-price-right-num-2 {
  font-size: 2.8rem;
  line-height: 1;
}

/* tfx-radio-service */
.tfx-radio-service-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* justify-content: space-between; */
  font-weight: bold;
}

.tfx-radio-service-title {
  font-size: 1.8rem;
}

.tfx-radio-service-price {
  font-size: 1.8rem;
}

.tfx-radio-service-price-num {
  font-size: 2rem;
}

/* checkbox */
.custom-checkbox {
  position: relative;
  padding-left: 0;
}

.custom-checkbox .custom-control-label {
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-checkbox .custom-control-label:before {
  background: #fff;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: none;
}

.custom-control-input:focus~.custom-control-label::before {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom-control-input:focus:not(:checked)~.custom-control-label {
  border-color: #80bdff;
}

.custom-control-input:focus~.custom-control-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.custom-checkbox .custom-control-label::before {
  width: 24px;
  height: 24px;
  border-color: #ccc;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.custom-checkbox .custom-control-label::after {
  font-family: "icomoon" !important;
  content: "\e90d";
  width: 14px;
  height: 14px;
  border-color: #ccc;
  font-size: 2rem;
  line-height: 1;
  margin-top: -3px;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  border-radius: 0;
  color: #fff;
}

.custom-control-input[type="checkbox"]:checked~.custom-control-label::before {
  border-color: #b31d36;
  background-color: #b31d36;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background: none;
}

.custom-checkbox .custom-control-label {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 16px 16px 16px 48px;
}

.tfx-checkbox-content {
  width: 100%;
}

.tfx-checkbox-content .custom-control+.custom-control {
  margin-top: 24px;
}

/* 黒いradio,checkbox */


.tfx-custom-input-black .custom-control-input:checked+.custom-control-label >span::before {
  border-color: #333;
}

.tfx-custom-input-black .custom-control-input:checked~.custom-control-label::before {
  border-color: #333;
}

.tfx-custom-input-black .custom-control-input:checked~.custom-control-label::after {
  background: #333;
}

.tfx-custom-input-black .custom-control-input[type="checkbox"]:checked~.custom-control-label::after {
  background: none;
}

.tfx-custom-input-black .custom-control-input[type="checkbox"]:checked~.custom-control-label::before {
  border-color: #333;
  background-color: #333;
}

/* tfx-custom-tag */
.tfx-custom-tag {
  display: inline-block;
  padding-left: 0;
}

.tfx-custom-tag .custom-control-label {
  border: 1px solid #ccc;
  border-radius: 30px;
  padding: 9px 16px 11px;
  margin-right: 8px;
  margin-top: 12px;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tfx-custom-tag .custom-control-label::after {
  display: none;
}

.tfx-custom-tag .custom-control-label::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #222;
  border-radius: 30px;
  background: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.tfx-custom-tag .custom-control-input:checked+.custom-control-label {
  border: 1px solid #333;
  /* padding: 9px 16px 11px; */
}

.tfx-custom-tag .custom-control-input:checked+.custom-control-label::before {
  opacity: 1;
  background: none !important;
}

.tfx-custom-tag .custom-control-input:checked+.custom-control-label span::before {
  display: none;
}


/* 郵便番号 */
.tfx-postal-input {
  width: calc(100% - 124px);
  max-width: 180px;
}

.tfx-postal-button {
  width: 108px;
  margin-left: 16px;
}

.tfx-postal-button .btn {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* password */
.tfx-password-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}

.tfx-password-check>li {
  position: relative;
  font-size: 1.4rem;
  padding-left: 18px;
  margin-right: 10px;
}

.tfx-password-check>li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  background: #bfbfbf;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.tfx-password-check>li.tfx-is-active {
  font-weight: bold;
}

.tfx-password-check>li.tfx-is-active::before {
  background: #00aa6b;
}

.tfx-password-check-zinga {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}

.tfx-password-check-zinga>li {
  position: relative;
  font-size: 1.4rem;
  padding-left: 18px;
  margin-right: 10px;
}

.tfx-password-check-zinga>li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  background: #bfbfbf;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.tfx-password-check-zinga>li.tfx-is-active {
  font-weight: bold;
}

.tfx-password-check-zinga>li.tfx-is-active::before {
  background: #00aa6b;
}

.tfx-password-content {
  position: relative;
}

.tfx-password-show {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ccc;
}

.tfx-password-show .icon-visibility_off {
  top: 3px;
}

.tfx-password-content.tfx-is-active .icon-visibility_off::before {
  content: "\e935";
}

.tfx-password-success {
  position: absolute;
  top: 50%;
  right: 46px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #00aa6b;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.tfx-password-control.tfx-is-success .tfx-password-success {
  opacity: 1;
  visibility: visible;
}

.tfx-password-content [class^="icon-"],
.tfx-password-content [class*=" icon-"] {
  font-size: 2.4rem;
}

/* バリデーション */
.form-control.is-invalid,
.was-validated .form-control:invalid {
  background: #fff5f4;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  background: none;
  border-color: initial;
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: initial;
  -webkit-box-shadow: initial;
  box-shadow: initial;
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
  color: initial;
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
  border-color: #ccc;
  background-color: #fff;
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
  border-color: #ccc;
}

.tfx-inline-input .custom-control-label {
  padding: 0 0 0 30px;
  border: none;
}

.tfx-inline-input .custom-control-label::before {
  width: 20px;
  height: 20px;
  left: 0;
}

.tfx-inline-input .custom-control-label>span::before {
  display: none;
}

.tfx-inline-input.custom-checkbox .custom-control-label::after {
  left: 0;
}

.tfx-inline-input .custom-control-input:focus:not(:checked)~.custom-control-label {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tfx-inline-input .tfx-inline-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #80bdff;
}

.tfx-inline-input .custom-control-input:focus~.custom-control-label {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tfx-inline-input .custom-control-label {
  font-size: 1.5rem;
}
.tfx-inline-input .tfx-underline-link{
  margin: 0 8px;
}

/* formプライバシーポリシー */
.tfx-form-policy {
  background: #fff;
  border: 1px solid #ccc;
  padding: 24px 20px;
  width: 100%;
  height: 280px;
  overflow-y: auto;
}

.tfx-form-last-column {
  padding: 80px 16px;
}

.tfx-form-policy-title {
  font-weight: bold;
  position: relative;
  padding-left: 16px;
  margin-bottom: 18px;
}

.tfx-form-policy-title::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 100%;
  background: #333;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .tfx-form-policy {
    padding: 40px;
    height: 260px;
  }

  .custom-control-input:not(:disabled):hover+.custom-control-label>span:after {
    opacity: 1;
  }

  .tfx-inline-input .custom-control-label>span:after{
    display: none;
  }
  .tfx-inline-input .custom-control-label>span::before{
    display: none;
  }
}

/* 検索窓 */
.tfx-search-input {
  position: relative;
}

.tfx-search-input input {
  padding-left: 40px;
  padding-right: 40px;
}

.tfx-search-input-icon {
  position: absolute;
  display: block;
  top: 50%;
  left: 14px;
  font-size: 2.4rem;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tfx-search-input-icon [name="search-button"] {
  padding: 0;
}

.tfx-search-input-remove {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  color: #fff;
  background: #333;
  top: 50%;
  right: 16px;
  font-size: 1.8rem;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}

.tfx-search-input-remove .icon-close {
  position: absolute;
  display: block;
  top: 50%;
  right: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tfx-search-input.tfx-is-active .tfx-search-input-remove {
  opacity: 1;
  visibility: visible;
}

/* レンジスライダー */
input[type=range] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  margin: 0;
  width: 100%;
  height: 12px;
  background: none;
  z-index: 1;
}

@media all and (-ms-high-contrast: none) {
  input[type=range] {
    top: -32px;
    height: auto;
  }
}

input[type=range]:focus {
  outline: none;
}

/* WebKit・Blink向け 溝のスタイル */
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: 0.2s;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  border-radius: 1.3px;
  border: none;
}

/* WebKit・Blink向け つまみのスタイル */
input[type=range]::-webkit-slider-thumb {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #222;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  /* 以下は つまみの縦位置調整 */
  margin-top: -11px;
  /* (つまみの高さ - トラックの高さ) / 2 。つまみの高さは border を含む */
  position: relative;
  z-index: 5;
}

input[type="range"]:focus::-webkit-slider-thumb {
  border: 2px solid blue;
}

/* 何故か上の margin-top 指定が Edge に効いてしまうので、Edge向けに設定をリセット */
@supports (-ms-ime-align: auto) {
  input[type=range]::-webkit-slider-thumb {
    margin-top: 0 !important;
  }
}


/* Firefox向け 溝のスタイル */
input[type=range]::-moz-range-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: none;
  border-radius: 1.3px;
  border: none;
}

/* Firefox向け つまみのスタイル */
input[type=range]::-moz-range-thumb {
  box-shadow: none;
  border: 2px solid #222;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  position: relative;
  z-index: 5;
}

input[type=range]:focus::-moz-range-thumb {
  border-color: blue;
}

/* Edge・IE向け 溝のスタイル */
input[type=range]::-ms-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}

/* Edge・IE向け 溝の色（つまみより左側） */
input[type=range]::-ms-fill-lower {
  background: none;
  border: none;
  border-radius: 2.6px;
  box-shadow: none;
}

/* Edge・IE向け 溝の色（つまみより右側） */
input[type=range]::-ms-fill-upper {
  background: none;
  border: none;
  border-radius: 2.6px;
  box-shadow: none;
}

/* Edge・IE向け つまみのスタイル */
input[type=range]::-ms-thumb {
  box-shadow: none;
  border: 2px solid #000000;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  position: relative;
  z-index: 5;
}

input[type=range]:focus::-ms-thumb {
  border-color: blue;
}

/* Edge・IE向け focus時の色（つまみより左側） */
input[type=range]:focus::-ms-fill-lower {
  background: none;
}

/* Edge・IE向け focus時の色（つまみより右側） */
input[type=range]:focus::-ms-fill-upper {
  background: none;
}

/* Edge・IE向け ポップアップを非表示に */
input[type=range]::-ms-tooltip {
  display: none;
}


.tfx-range {
  position: relative;
  margin-bottom: 60px;
}

.tfx-range-separation {
  position: absolute;
  width: calc(100% - 3px);
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  top: 2px;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

.tfx-range-separation>div {
  width: 8px;
  position: relative;
}

.tfx-range-marker {
  display: block;
  width: 8px;
  height: 8px;
  background: #d8e5ed;
  border-radius: 50%;
}

.tfx-range-marker-text {
  position: absolute;
  display: block;
  top: 26px;
  left: -7px;
  width: 30px;
}

.tfx-range-separation>div:first-child .tfx-range-marker-text {
  left: 0;
}

.tfx-range-separation>div:nth-child(2) {
  left: 7px;
}

.tfx-range-separation>div:nth-child(4) {
  left: -4px;
}

.tfx-range-separation>div:last-child .tfx-range-marker-text {
  left: auto;
  right: 0;
}

.tfx-range-bar-cover {
  position: absolute;
  background: #EFF4F7;
  top: 0;
  left: 0;
  width: 0;
  width: 100%;
  height: 12px;
  border-radius: 10px;
  z-index: 0;
}

.tfx-range-bar {
  position: absolute;
  background: #333;
  top: 0;
  left: 0;
  width: 0;
  height: 12px;
  border-radius: 10px;
  z-index: 1;
  /* transition: width 0.2s cubic-bezier(0.4, 0, 0.2, 1); */

}

[data-tfx-range-bar="range-1"] {
  width: 0;
}

[data-tfx-range-bar="range-2"] {
  width: 25%;
}

[data-tfx-range-bar="range-3"] {
  width: 50%;
}

[data-tfx-range-bar="range-4"] {
  width: 75%;
}

[data-tfx-range-bar="range-5"] {
  width: 100%;
}

.tfx-form-block-wrapper {
  padding: 0 20px;
  background: #fff;
}

.tfx-form-result {
  background: #fff;
  border-top: 2px solid #ccc;
  padding: 32px 20px;
}

@media screen and (min-width: 768px) {
  select {
    font-size: 1.6rem;
    min-height: 44px;
    padding: 8px 50px 8px 20px;
  }

  input {
    font-size: 1.6rem;
  }

  textarea {
    font-size: 1.6rem;
  }

  label {
    font-size: 1.6rem;
    margin-bottom: 4px;
  }

  .tfx-form-block-wrapper {
    padding: 0 40px;
  }

  .tfx-form-content-title {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }

  .tfx-form-group p {
    font-size: 1.6rem;
    margin-bottom: 4px;
  }

  .form-control {
    font-size: 1.6rem;
    padding: 16px;
    min-height: 44px;
  }

  .tfx-form-title {
    margin-bottom: 0;
  }

  .tfx-form-block .tfx-form-title {
    width: 256px;
    padding-right: 8px;
  }

  .tfx-form-block .tfx-form-group {
    width: calc(100% - 256px);
  }

  .tfx-form-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 0;
  }

  .tfx-form-block+.tfx-form-block {
    padding: 24px 0;
  }

  form .tfx-form-block:first-child {
    padding-top: 40px;
  }
  form .tfx-form-block:last-child {
    padding-bottom: 40px;
  }

  .custom-radio .custom-control-label::before {
    width: 20px;
    height: 20px;
    left: 16px;
  }

  .custom-radio .custom-control-label::after {
    width: 10px;
    height: 10px;
    left: 21px;
  }

  .custom-radio .custom-control-label {
    padding: 9px 10px 11px 44px;
  }

  .tfx-radio-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .tfx-radio-content .custom-control+.custom-control {
    margin-top: 0;
    margin-left: 16px;
  }

  .tfx-radio-column-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tfx-radio-column-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tfx-radio-column-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tfx-radio-column-3 .custom-control {
    width: calc((100% / 3) - 11px);
  }

  .tfx-radio-column-3 .custom-control:nth-child(3n + 1) {
    margin-left: 0;
  }

  .tfx-radio-column-3 .custom-control:nth-child(n + 4) {
    margin-top: 16px;
  }

  .tfx-radio-column-2 .custom-control {
    width: calc((100% / 2) - 8px);
  }

  .tfx-radio-column-2 .custom-control:nth-child(odd) {
    margin-left: 0;
  }

  .tfx-radio-column-2 .custom-control:nth-child(n + 3) {
    margin-top: 16px;
  }

  .tfx-radio-column-4 .custom-control {
    width: calc(25% - 12px);
  }

  .tfx-radio-column-4 .custom-control:nth-child(4n + 1) {
    margin-left: 0;
  }

  .tfx-radio-column-4 .custom-control:nth-child(n + 5) {
    margin-top: 16px;
  }

  .tfx-item-radio-price {
    margin-top: 2px;
  }

  .tfx-item-radio-subtext {
    margin-top: 2px;
  }

  .tfx-radio-service .custom-control-label {
    padding: 20px 24px 20px 60px;
  }

  .tfx-radio-plan .custom-control-label {
    padding: 24px 20px 24px 60px;
  }

  .tfx-item-radio-title {
    font-size: 2rem;
  }

/* カスタマイズ実装start...*/
  .tfx-item-radio-sub-title {
    font-size: 1.5rem;
  }
/* カスタマイズ実装end...*/

  .tfx-item-radio-subtext span {
    font-size: 1.6rem;
  }

  .tfx-item-radio-price-right-num-1 {
    font-size: 3.2rem;
    margin-right: 4px;
  }

  .tfx-item-radio-price-right-num-2 {
    font-size: 3.6rem;
  }

  .custom-checkbox .custom-control-label {
    padding: 9px 10px 11px 44px;
  }

  .custom-checkbox .custom-control-label::before {
    width: 20px;
    height: 20px;
    left: 16px;
  }

  .custom-checkbox .custom-control-label::after {
    left: 16px;
  }

  .tfx-postal-input {
    width: calc(100% - 128px);
    max-width: 176px;
  }

  .tfx-postal-button {
    width: 112px;
  }

  .tfx-postal-button .btn {
    padding: 0;
    min-height: 44px;
  }

  .tfx-form-last-column {
    padding: 80px 0;
  }

  .tfx-inline-input .custom-control-label {
    padding: 0 0 0 30px;
    border: none;
  }

  .tfx-inline-input .custom-control-label::before {
    width: 20px;
    height: 20px;
    left: 0;
  }

  .tfx-range-marker-text {
    white-space: nowrap;
    width: auto;
  }

  .tfx-range {
    margin-bottom: 40px;
  }

  .tfx-form-result {
    padding: 40px 16px;
  }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none) {
  .form-control {
    padding: 8px;
  }
}

/* ツールチップ */
.tfx-tooltip {
  position: relative;
}

.tfx-tooltip.tfx-is-active .tfx-tooltip-balloon {
  opacity: 1;
  visibility: visible;
}

.tfx-icon-tooltip {
  cursor: pointer;
  border: none;
  background: none;
  padding-left: 0;
  padding-right: 0;
}

.tfx-icon-tooltip span {
  position: absolute;
  text-indent: -9999px;
}

.tfx-tooltip-balloon {
  width: 240px;
  position: absolute;
  bottom: 40px;
  right: -100px;
  background: #fff;
  padding: 16px;
  font-size: 1.5rem;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.tfx-tooltip-balloon::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 20px;
  /* 吹き出しサイズ */
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
  bottom: -4px;
  left: 60%;
  /* 位置 */
  -webkit-transform: translateX(-50%) rotate(57deg) skew(368deg, 34deg);
  transform: translateX(-50%) rotate(57deg) skew(368deg, 34deg);
  /* 傾斜角(skew) */
}

.tfx-tooltip-balloon::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tfx-tooltip-balloon>* {
  position: relative;
  z-index: 3;
}

.tfx-tooltip-balloon,
.tfx-tooltip-balloon::before,
.tfx-tooltip-balloon::after {
  background: #fff;
}

.tfx-tooltip-balloon p {
  margin-bottom: 0;
}

.tfx-tooltip-balloon .tfx-tooltip-balloon-close {
  position: absolute;
  display: block;
  background: #333;
  width: 24px;
  height: 24px;
  color: #fff;
  border-radius: 50%;
  z-index: 3;
  top: -12px;
  right: -12px;
  padding: 0;
  cursor: pointer;
  border: none;
}

.tfx-tooltip-balloon-close .icon-close {
  position: absolute;
  margin-left: 0;
  font-size: 1.6rem;
  top: 4px;
  left: 4px;
}

@media screen and (min-width: 375px) {
  .tfx-tooltip-balloon {
    width: 268px;
    right: -132px;
  }

  .tfx-tooltip-balloon::before {
    left: 50%;
  }
}

@media screen and (min-width: 768px) {
  .tfx-tooltip-balloon {
    font-size: 1.6rem;
  }
}

/* タグ */
.tfx-category-tag {
  margin-top: -4px;
  letter-spacing: -0.4em;
}

.tfx-category-tag>span {
  display: inline-block;
  letter-spacing: normal;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 4px 8px;
  line-height: 1;
  background: #333;
  margin-right: 4px;
  margin-top: 4px;
}

.tfx-batch {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 4px 16px;
  line-height: 1;
  background: #333;
  border-radius: 20px;
}

.tfx-slider-modal-button {
  display: block;
  position: absolute;
  bottom: 90px;
  right: 30px;
  width: 40px;
  height: 40px;
  background: #333;
  color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
  z-index: 10;
  cursor: pointer;
  border: none;
}

.tfx-slider-modal-button .icon-zoom_in {
  font-size: 2.4rem;
  position: absolute;
  top: 9px;
  left: 9px;
}

/* サムネ */
.txf-carousel-wrapper {
  overflow: hidden;
}

.carousel-indicators {
  position: static;
  width: 2000px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 24px 0 0 8px;
  padding: 0;
}

.carousel-indicators li {
  position: relative;
  width: 66px;
  height: 48px;
  height: auto;
  text-indent: 0;
  margin-left: 8px;
  margin-right: 0;
  border: none;
  opacity: 1;
}

.carousel-indicators li:hover::before {
  border-color: #333;
}

.carousel-indicators li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}

.carousel-indicators li.active:hover::before {
  border: 2px solid #a90533;
}

.carousel-indicators li.active::before {
  border: 2px solid #a90533;
}

.carousel-indicators img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  opacity: 1;
}

.carousel-control-next,
.carousel-control-prev {
  width: auto;
  opacity: 1;
}

.carousel-control-next {
  right: 16px;
}

.carousel-control-prev {
  left: 4px;
}

.carousel-control-next-icon {
  position: relative;
  background: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  top: -40px;
  left: 6px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
  opacity: 1;
  -webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.carousel-control-next-icon:hover {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.32);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.32);

}

.carousel-control-next-icon .icon-arrow {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #333;
  font-size: 2.8rem;
}

.carousel-control-prev-icon {
  position: relative;
  background: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  top: -40px;
  left: 6px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
  -webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
}

.carousel-control-prev-icon:hover {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.32);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.32);

}

.carousel-control-prev-icon .icon-back_arrow {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #333;
  font-size: 2.8rem;
}

.carousel-item {
  padding: 0 16px;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #ccc;
}

.tfx-slider-num {
  display: inline-block;
  padding: 4px 16px;
  color: #fff;
  background: #333;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  border-radius: 20px;
}

.tfx-slider-num-wrapper {
  position: absolute;
  width: 100%;
  bottom: 88px;
  left: 0;
  text-align: center;
  z-index: 5;
}

/* slide用モーダル */
.tfx-slider-modal .carousel-item {
  padding: 0px;
}

.tfx-slider-modal .carousel-item img {
  border: none;
}

.tfx-slider-modal .carousel-control-next-icon {
  top: 0;
}

.tfx-slider-modal .carousel-control-prev-icon {
  top: 0;
}

.tfx-slider-modal .tfx-slider-num-wrapper {
  bottom: -38px;
}

.tfx-slider-modal .tfx-slider-num {
  color: #333;
  background: #fff;
}

/* modal */
.modal img {
  max-width: 100%;
}

.modal-dialog {
  margin: 0.5rem 16px;
}
.tfx-modal-img-title {
  display: block;
  margin-bottom: 4px;
}
.modal-body .tfx-result-img{
  width: 880px !important
}

.tfx-modal-img-subtitle {
  display: block;
  font-size: 1.4rem;
}

@media screen and (min-width:544px) {
  .modal-dialog {
    margin-right: auto;
    margin-left: auto;
  }
}

.tfx-slider-modal {
  display: block !important;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.tfx-slider-modal.show {
  visibility: visible;
  opacity: 1;
}

.modal-content {
  background: none;
  border: none;
}

.modal-body {
  padding: 40px 20px 32px;
}

.modal .modal-body {
  background: #fff;
}

.tfx-modal-title {
  padding-bottom: 24px;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

.modal-content {
  background: none;
  border: none;
}

.modal-header {
  border: none;
  padding-bottom: 18px;
}

.modal-header .icon-close {
  color: #fff;
  font-size: 3.2rem;
}

.modal-header .close {
  opacity: 1;
  padding: 0;
}

.modal .tfx-scroll-x * {
  width: auto;
  max-width: auto;
  max-width: initial;
}

/* スライド入りモーダル */
.tfx-slider-modal .modal-header .close {
  margin-right: 16px;
}

.tfx-slider-modal .modal-dialog {
  margin: 0 auto;
  margin-top: -40px;
}

.tfx-slider-modal .modal-body {
  padding: 0;
}

.tfx-slider-modal .tfx-slider-wrapper .swiper-slide {
  border: none;
  text-align: center;
}

.tfx-slider-modal .swiper-container-horizontal>.swiper-pagination-bullets,
.tfx-slider-modal.swiper-pagination-custom,
.tfx-slider-modal .swiper-pagination-fraction {
  background: #fff;
  color: #333;
  bottom: -38px;
}

.modal-backdrop {
  background: #222;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.tfx-slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid #a90533;
}

.carousel-control-next:focus .carousel-control-next-icon::before,
.carousel-control-prev:focus .carousel-control-prev-icon::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 2px solid blue;
}

@media screen and (min-width: 768px) {
  .tfx-modal-img-title {
    display: inline-block;
    margin-bottom: 0;
  }
  .tfx-modal-img-subtitle{
    display: inline-block;
    font-size: 1.4rem;
  }
  .tfx-modal-img-title {
    display: inline-block;
    margin-bottom: 4px;
  }
  .modal .tfx-scroll-x * {
    width: 100%;
    max-width: 100%;
  }

  .modal-body {
    padding: 40px 40px 42px;
  }

  .tfx-modal-body-content {
    padding: 0 20px;
  }

  .modal-dialog {
    margin: 0 auto;
  }

  .modal-lg,
  .modal-xl {
    max-width: 640px;
  }

  .tfx-slider-modal-button {
    width: 40px;
    height: 40px;
    bottom: auto;
    right: 12px;
    top: 280px;
    border: none;
  }


  .modal .carousel-item {
    text-align: center;
  }

  .modal .carousel-item img {
    width: auto;
    height: 100%;
    max-width: 100%;
  }

  /* スライド */
  .carousel-item {
    padding: 0;
    max-width: 449px;
    height: 338px;
    border: 1px solid #ccc;
  }

  .modal .carousel-item {
    max-width: initial;
    max-width: auto;
  }

  .modal .carousel-control-prev {
    height: auto;
  }

  .modal .carousel-control-next {
    height: auto;
  }

  .carousel-item img {
    border: none;
  }

  .carousel-indicators {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }

  .carousel-indicators li {
    margin-top: 8px;
  }

  .txf-carousel-wrapper {
    overflow: visible;
  }

  .carousel-control-next-icon {
    width: 56px;
    height: 56px;
    top: 0;
  }

  .carousel-control-next-icon .icon-arrow {
    font-size: 3rem;
    left: 13px;
    top: 13px;
  }

  .carousel-control-next {
    right: -20px;
    height: 338px;
  }

  .carousel-control-prev-icon {
    width: 56px;
    height: 56px;
    top: 0;
  }

  .carousel-control-prev-icon .icon-back_arrow {
    font-size: 3rem;
    left: 13px;
    top: 13px;
  }

  .carousel-control-prev {
    left: -30px;
    height: 338px;
  }

  /* サムネ */
  .tfx-slider-modal .modal-dialog {
    margin-left: auto;
    margin-right: auto;
  }

  .tfx-slider-modal .swiper-slide img {
    max-width: initial;
    max-width: auto;
    width: 100%;
  }

  /* slide用モーダル */
  .tfx-slider-modal .carousel-control-next {
    right: -56px;
  }

  .tfx-slider-modal .carousel-control-prev {
    left: -76px;
  }

  .tfx-slider-modal .modal-header .close {
    margin-right: 0;
  }

  .tfx-slider-modal .modal-header {
    padding-right: 0;
  }

  .tfx-slider-modal .carousel-control-prev-icon {
    width: 56px;
    height: 56px;
  }

  .tfx-slider-modal .carousel-control-prev-icon .icon-arrow {
    font-size: 3rem;
  }

  .tfx-slider-modal .carousel-control-prev-icon .icon-back_arrow {
    left: 14px;
    top: 13px;
  }

  .tfx-slider-modal .carousel-control-next-icon {
    width: 56px;
    height: 56px;
  }

  .tfx-slider-modal .carousel-control-next-icon .icon-arrow {
    font-size: 3rem;
  }

  .tfx-slider-modal .carousel-control-next-icon .icon-arrow {
    left: 14px;
    top: 13px;
  }

  .tfx-slider-num-wrapper {
    display: none;
  }

  .tfx-slider-modal .tfx-slider-num-wrapper {
    display: block;
  }

  .tfx-slider-modal .carousel-item {
    height: 560px;
    width: 100%;
  }

  .modal .carousel-control-next-icon {
    -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .modal .carousel-control-prev-icon {
    -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .tfx-is-nav-hide .carousel-control-next-icon {
    opacity: 0;
    visibility: hidden;
  }

  .tfx-is-nav-hide .carousel-control-prev-icon {
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (min-width: 992px) {

  .modal-lg,
  .modal-xl {
    max-width: 960px;
  }
}

/* footer */
footer {
  padding: 0;
  background: none;
}

.tfx-scroll-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #d8e5ed;
  padding: 24px 16px 32px;
}

.tfx-scroll-top-inner {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

.tfx-scroll-top-inner:hover {
  color: #58778b;
  text-decoration: none;
}

.tfx-scroll-top-inner:active {
  color: #58778b;
  text-decoration: none;
}

.tfx-scroll-top-inner:focus {
  color: #58778b;
  text-decoration: none;
}

.tfx-scroll-top-inner .icon-top {
  font-size: 3.2rem;
  display: block;
  -webkit-transition: top 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: top 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.tfx-scroll-top-inner:hover .icon-top {
  top: 0;
}

.tfx-scroll-top-inner:active .icon-top {
  top: 0;
}

.tfx-scroll-top-inner:focus .icon-top {
  top: 0;
}

.tfx-footer-inner {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #333;
}

.tfx-copyright {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
}

/* tfx-footer-logo */
.tfx-footer-logo {
  text-align: center;
}

/* tfx-footer-sns */
.tfx-footer-sns {
  margin-top: 48px;
}

.tfx-footer-sns-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tfx-footer-sns-list>li+li {
  margin-left: 22px;
}

/* tfx-footer-corporate */
.tfx-footer-corporate {
  margin-top: 40px;
  margin-bottom: 34px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.tfx-footer-corporate-logo {
  position: relative;
  top: -4px;
}

.tfx-footer-corporate-logo+div {
  margin-left: 32px;
}

.tfx-footer-corporate a {
  color: #fff;
  font-size: 1.4rem;
}

.tfx-footer-corporate .icon-blank_link {
  color: #fff;
  font-size: 1.8rem;
}

/* tfx-footer-nav */
.tfx-footer-nav {
  position: relative;
  padding-top: 80px;
  margin-bottom: 80px;
}

.tfx-footer-conversion {
  margin-top: 40px;
}

.tfx-footer-conversion .tfx-btn-cv {
  position: absolute;
  top: 0;
  left: 0;
}

.tfx-footer-conversion-mail {
  position: relative;
  display: block;
  padding: 16px 16px 15px 70px;
  color: #fff;
  font-size: 1.4rem;
  border: 1px solid #fff;
  border-radius: 8px;
}

.tfx-footer-conversion-mail:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.6;
}

.tfx-footer-conversion-mail .icon-newsletter {
  position: absolute;
  top: 50%;
  left: 16px;
  font-size: 3.2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tfx-footer-conversion-mail .icon-arrow {
  font-size: 2rem;
  top: 0;
}

.tfx-footer-conversion-mail-content {
  /* padding-right: 8px; */
}

.tfx-footer-conversion-mail-content .tfx-is-sp {
  display: none !important;
}

.tfx-footer-conversion-mail-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tfx-footer-conversion-mail-image {
  position: absolute;
  width: 36px;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tfx-footer-conversion-mail+.tfx-footer-conversion-mail {
  margin-top: 24px;
}

@media screen and (min-width: 375px) {
  .tfx-footer-conversion-mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tfx-footer-conversion-mail-link {
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
  }
}

/* tfx-footer-nav */
.tfx-footer-nav a {
  color: #fff;
}

.tfx-footer-nav .tfx-accordion-icon>span {
  background: #fff;
}

.tfx-footer-nav .tfx-arrow-list-left {
  border-color: #fff;
}

.tfx-footer-nav .tfx-arrow-list-left>li {
  border-color: #848484;
}

.tfx-footer-nav .tfx-arrow-list-left>li:first-child {
  border-color: #fff;
}


/* tfx-footer-myaccount */
.tfx-footer-myaccount {
  border: 1px solid #fff;
  border-radius: 8px;
  margin-bottom: 32px;
}

.tfx-footer-myaccount .tfx-arrow-list-left {
  border-bottom: none;
}

.tfx-footer-nav .card {
  background: none;
  margin-bottom: 0;
}

.tfx-footer-nav .card-header {
  background: none;
  color: #fff;
}

.tfx-footer-nav-inner .tfx-footer-list:last-child {
  border-bottom: 1px solid #fff;
}

.tfx-footer-list {
  margin-bottom: 0;
}

.tfx-footer-list>li {
  border-top: 1px solid #fff;
}

.tfx-footer-list-inner {
  position: relative;
  display: block;
  padding: 16px 48px 16px 16px;
  color: #fff;
  cursor: pointer;
}

a.tfx-footer-list-inner::before {
  content: "\e906";
  position: absolute;
  font-family: "icomoon" !important;
  top: 50%;
  right: 8px;
  left: auto;
  font-size: 2.4rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tfx-footer-list-inner:not(.collapsed) .tfx-accordion-icon-2 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tfx-footer-list-blank a.tfx-footer-list-inner::before {
  content: "\e909";
}

.tfx-footer-list .tfx-arrow-list-left {
  border-bottom: none;
  background: #515151;
}

.tfx-footer-arrow-list-child {
  list-style-type: none;
  padding-left: 14px;
  background: #6F6F6F;
  border-top: 1px solid #848484;
}

.tfx-footer-arrow-list-child>li a {
  padding-right: 56px;
}

.tfx-footer-arrow-list-child>li a::before {
  right: 40px;
}

.tfx-footer-arrow-list-child>li a::after {
  content: "";
  display: block;
  position: relative;
  width: calc(100% + 24px);
  height: 1px;
  background: #848484;
  left: 0;
  bottom: -13px;
}

.tfx-footer-arrow-list-child>li:last-child a::after {
  display: none;
}

.tfx-footer-arrow-list-child a {
  position: relative;
}

.tfx-footer-arrow-list-child>li+li {
  margin-top: 0;
}

.tfx-footer-link-mypage {
  display: none;
}

.tfx-footer-conversion-mail-link-text {
  font-weight: bold;
}

.tfx-footer-nav .tfx-footer-small-list {
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tfx-footer-small-list>li {
  border: none;
  width: 50%;
  margin-bottom: 32px;
}

.tfx-footer-small-list>li a {
  font-size: 1.4rem;
}


.tfx-footer-small-list>li:nth-last-child(-n+1) {
  margin-bottom: 0;
}

.tfx-footer-conversion+.tfx-footer-small-list {
  margin-top: 56px;
}

.tfx-footer-small-list a:hover {
  text-decoration: none;
}

.tfx-footer-nav .tfx-arrow-list-left [class^="icon-"],
.tfx-footer-nav .tfx-arrow-list-left [class*=" icon-"],
.tfx-footer-nav .tfx-footer-small-list [class^="icon-"],
.tfx-footer-nav .tfx-footer-small-list [class*=" icon-"] {
  font-size: 2rem;
  line-height: 0;
  margin-left: 4px;
}


.tfx-footer-nav .tfx-footer-small-list [class^="icon-"],
.tfx-footer-nav .tfx-footer-small-list [class*=" icon-"] {
  top: 3px;
}

.tfx-footer-link-blank:hover {
  text-decoration: none;
}

@media screen and (min-width: 375px) {
  .tfx-footer-conversion-mail-content .tfx-is-sp {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .tfx-footer-arrow-list-child {
    background: none;
    border-top: none;
  }

  .tfx-footer-arrow-list-child>li a {
    font-size: 1.2rem;
  }

  .tfx-footer-arrow-list-child>li a::before {
    right: 8px;
  }

  .tfx-footer-arrow-list-child>li a::after {
    display: none;
  }

  .tfx-footer-arrow-list-child>li+li {
    margin-top: 4px;
  }

  footer .tfx-footer-list-inner {
    display: block;
    font-size: 1.6rem;
  }
  footer div.tfx-footer-list-inner{
    padding-bottom: 12px;
    border-bottom: 1px solid #fff;
  }

  footer div.tfx-footer-list-inner:hover{
    text-decoration: underline;
  }

  .tfx-footer-link-mypage {
    display: block;
  }

  .tfx-footer-list-inner:hover .tfx-accordion-icon-2 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }


  .tfx-footer-inner {
    padding-top: 100px;
  }

  .tfx-footer-conversion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 56px;
  }

  .tfx-footer-conversion .tfx-btn-cv {
    margin-top: 24px;
    position: relative;
    top: auto;
    left: auto;
    width: 468px;
  }

  .tfx-footer-conversion-mail-content .tfx-is-sp {
    display: none !important;
  }

  .tfx-footer-conversion-mail {
    width: calc(50% - 12px);
    padding: 20px 16px 20px 48px;
  }

  .tfx-footer-conversion-mail+.tfx-footer-conversion-mail {
    margin-top: 0;
    margin-left: 24px;
  }

  .tfx-footer-conversion-mail-image {
    width: 20px;
  }

  .tfx-footer-conversion-mail .icon-newsletter {
    font-size: 2rem;
  }

  .tfx-footer-myaccount {
    display: none;
  }

  .tfx-footer-nav {
    padding-top: 0;
  }

  .tfx-footer-nav-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .tfx-footer-list {
    width: calc(100%/3 - 40px);
  }

  .tfx-footer-nav-inner .tfx-footer-list:last-child {
    border-bottom: none;
  }

  .tfx-footer-list>li {
    border-top: none;
  }

  .tfx-footer-list>li+li {
    margin-top: 24px;
  }

  .tfx-footer-list a.tfx-footer-list-inner .tfx-accordion-icon {
    display: none;
  }
  .tfx-footer-list .tfx-footer-list-inner .tfx-accordion-icon{
    right: 5px;
    bottom: 9px;
  }

  .tfx-footer-nav .tfx-arrow-list-left {
    border: none;
  }

  .tfx-footer-nav .tfx-arrow-list-left>li {
    border: none;
  }

  .tfx-footer-list-inner {
    padding: 0;
    margin-bottom: 12px;
    font-size: 1.4rem;
  }

  .tfx-arrow-list-left>li a {
    padding: 0 24px 0 0;
    position: relative;
  }

  .tfx-arrow-list-left>li a::before {
    font-size: 1.8rem;
    right: 3px;
  }

  .tfx-arrow-list-left>li .tfx-footer-link-blank::before {
    content: "\e909";
  }

  a.tfx-footer-list-inner {
    padding-right: 24px;
  }

  a.tfx-footer-list-inner::before {
    right: 0;
  }

  .tfx-footer-list .tfx-navbar-wrapper.tfx-arrow-list-left>li+li {
    margin-top: 4px;
  }

  a.tfx-footer-list-inner {
    pointer-events: auto;
  }

  .tfx-footer-list .tfx-arrow-list-left {
    background: none;
  }

  .tfx-footer-list .tfx-arrow-list-left>li a {
    display: inline-block;
  }

  .tfx-footer-link-about-title {
    border-bottom: 1px solid #ccc;
    margin-bottom: 12px;
  }

  .tfx-footer-link-about-title .tfx-footer-list-inner {
    font-size: 1.6rem;
  }

  .tfx-footer-nav .tfx-footer-small-list {
    margin-top: 80px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .tfx-footer-conversion+.tfx-footer-small-list {
    margin-top: 60px;
  }

  .tfx-footer-small-list>li {
    border: none;
    width: auto;
  }

  .tfx-footer-small-list>li a {
    display: inline-block;
  }

  .tfx-footer-small-list>li+li {
    margin-top: 0;
    margin-left: 56px;
  }

  .tfx-footer-small-list a:hover span:not([class]) {
    text-decoration: underline;
  }

  .tfx-footer-link-blank:hover span:not([class]) {
    text-decoration: underline;
  }

  .tfx-footer-nav .tfx-footer-small-list [class^="icon-"],
  .tfx-footer-nav .tfx-footer-small-list [class*=" icon-"] {
    top: 3px;
  }
}

/* header */

.tfx-navbar-wrapper {
  height: 70px;
}

.tfx-navbar-wrapper>.navbar {
  background: #fff;
}

.navbar,
.navbar>.container,
.navbar>.container-fluid {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.tfx-header-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 34px;
  background-color: #fff;
  padding: 4px 16px;
  border-bottom: 1px solid #ccc;
}
.tfx-header-search-content .tfx-header-about .tfx-btn-inner{
  font-size: 1.2rem;
  margin-left: 4px;
}
@media screen and (min-width: 425px){
  .tfx-header-search-content .tfx-header-about .tfx-btn-inner{
    font-size: 1.5rem;
  }
}

.tfx-header-top img {
  vertical-align: baseline;
}

.tfx-navbar-wrapper {
  position: relative;
}

header.tfx-is-fixed .tfx-navbar-wrapper:not(.tfx-is-open) .navbar {
  position: fixed;
}

header.tfx-is-fixed-click .navbar {
  position: fixed;
}

.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #ccc;
  z-index: 200;
}

.tfx-nav-link {
  width: 60px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tfx-nav-link .tfx-nav-link-text {
  font-size: 1rem;
  margin-bottom: 0;
  margin-top: 2px;
  font-weight: bold;
}

.tfx-nav-link-icon {
  position: relative;
  width: 18px;
  height: 14px;
  margin-left: auto;
  margin-right: auto;
}

.tfx-nav-link-icon span {
  position: absolute;
  display: block;
  background: #222;
  width: 100%;
  height: 2px;
  left: 0;
}

.tfx-nav-link-icon-1 {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: top 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: top 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: top 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.tfx-nav-link-icon-2 {
  top: 6px;
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.tfx-nav-link-icon-3 {
  top: 12px;
  -webkit-transition: top 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: top 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: top 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: top 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}


.tfx-navbar-wrapper.tfx-is-open .tfx-nav-link .tfx-nav-link-icon-1 {
  top: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tfx-navbar-wrapper.tfx-is-open .tfx-nav-link .tfx-nav-link-icon-2 {
  opacity: 0;
}

.tfx-navbar-wrapper.tfx-is-open .tfx-nav-link .tfx-nav-link-icon-3 {
  top: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0;
  width: calc(100% - (60px * 4));
  padding: 0;
  padding-right: 20px;
}

.navbar-brand img {
  max-width: 100%;
}

/* tfx-header-search */
.tfx-header-search {
  position: relative;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1rem;
  border-left: 1px solid #ccc;
  cursor: pointer;
}

.tfx-header-search p {
  white-space: nowrap;
}

.tfx-header-search-pc {
  display: none;
}

.tfx-header-search-icon {
  position: absolute;
  top: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.tfx-header-search-icon-close {
  position: absolute;
  top: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.tfx-header-search .icon-search {
  font-size: 1.9rem;
}

.tfx-header-search .icon-close {
  font-size: 1.9rem;
}

.tfx-header-search p {
  margin-bottom: 0;
  font-weight: bold;
}

/* tfx-header-about */
.tfx-header-about {
  padding-left: 0;
  list-style-type: none;
  margin-top: 24px;
  margin-bottom: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.tfx-header-about.tfx-is-pc {
  display: none !important;
}

.tfx-header-about a {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tfx-header-about>li {
  width: calc(100% - 7px);
}

.tfx-header-about>li+li {
  margin-left: 14px;
}

/* tfx-header-account */
.tfx-header-account {
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1rem;
  border-left: 1px solid #ccc;
  position: relative;
}

.tfx-header-account p {
  margin-bottom: 0;
  font-weight: bold;
}

.tfx-header-account .icon-account {
  font-size: 1.8rem;
}

.tfx-header-account-icon {
  text-align: center;
}

.tfx-header-account .tfx-arrow-list-left {
  position: absolute;
  width: 100vw;
  left: calc(-100vw + 119px);
  top: 71px;
  height: calc(100vh - 70px);
  background: #fff;
  border-bottom: none;
  overflow-x: auto;
  padding-bottom: 100px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.tfx-header-account-icon.tfx-is-open+.tfx-arrow-list-left {
  opacity: 1;
  visibility: visible;
}

.tfx-header-account-icon.tfx-is-open {
  color: #b31d36;
}

.tfx-header-account-icon.tfx-is-open::before {
  background: #b31d36;
}

@media screen and (min-width: 350px) {
  .tfx-header-account .tfx-arrow-list-left {
    left: calc(-100vw + 139px);
  }
}

@media screen and (max-width: 958px) {
  .tfx-arrow-list-left2 {
    left: calc(-100vw + 69px) !important;
  }
}


/* tfx-header-cart */
.tfx-header-cart {
  position: relative;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1rem;
  border-left: 1px solid #ccc;
  background: #b31d36;
  color: #fff;
}

.tfx-header-cart-icon {
  text-align: center;
}

.tfx-header-cart p {
  margin-bottom: 0;
  font-weight: bold;
}

.tfx-header-cart .icon-cart {
  font-size: 2rem;
}

.tfx-header-cart-batch {
  position: absolute;
  top: 14px;
  left: 37px;
  border: 2px solid #b31d36;
  width: 16px;
  height: 16px;
  font-size: 1rem;
  color: #b31d36;
  font-weight: bold;
  background: #fff;
  text-align: center;
  border-radius: 50%;
}

.tfx-header-cart-batch span {
  position: relative;
  display: block;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  top: -2px;
}

/* tfx-header-menu */
.tfx-header-menu {
  position: fixed;
  background: #eff4f7;
  top: 105px;
  left: 0;
  width: 100%;
  height: calc(100% - 105px);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    z-index 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    z-index 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

header.tfx-is-fixed .tfx-navbar-wrapper:not(.tfx-is-open) .tfx-header-menu {
  top: 71px;
  height: calc(100% - 71px);
}

header.tfx-is-fixed-click .tfx-header-menu {
  top: 71px;
  height: calc(100% - 71px);
}

.tfx-navbar-wrapper.tfx-is-open .tfx-header-menu {
  opacity: 1;
  visibility: visible;
  z-index: 100000;
}

.tfx-header-menu-heading {
  position: relative;
  padding: 24px 16px 0;
  height: 184px;
  background: #eff4f7;
}

.tfx-header-menu-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tfx-header-menu-content-inner {
  position: relative;
  width: calc(100% - 86px);
  height: calc(100vh - (184px + 70px));
  background: #fff;
  padding-bottom: 100px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}

.tfx-header-menu-content-item {
  position: absolute;
  width: 100%;
  height: calc(100vh - (210px + 70px));
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.tfx-header-menu-content-item-inner {
  overflow-y: auto;
  width: 100%;
  height: 100%;
  padding: 24px 16px 80px;
  -webkit-overflow-scrolling: touch;
}

header.tfx-is-fixed .tfx-navbar-wrapper:not(.tfx-is-open) .tfx-header-menu-content-item,
header.tfx-is-fixed-click .tfx-header-menu-content-item {
  height: calc(100vh - (184px + 70px));

}

.tfx-header-menu-content-item.tfx-is-current {
  visibility: visible;
  opacity: 1;
}

.tfx-header-menu-content-link {
  width: 86px;
  height: calc(100vh - (70px + 184px + 34px));
  overflow-y: auto;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  padding-bottom: 80px;
  -webkit-overflow-scrolling:touch;
}

header.tfx-is-fixed .tfx-navbar-wrapper:not(.tfx-is-open) .tfx-header-menu-content-link,
header.tfx-is-fixed-click .tfx-header-menu-content-link {
  height: calc(100vh - (70px + 184px));
}

.tfx-header-menu-content-link li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 86px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #d8e5ed;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.tfx-header-menu-content-link>li:last-child {
  border-bottom: none;
}

.tfx-header-menu-content-link li p {
  font-size: 1rem;
  font-weight: bold;
}

.tfx-header-menu-content-link [class^="icon-"],
.tfx-header-menu-content-link [class*=" icon-"] {
  font-size: 3.2rem;
}

.tfx-header-menu-content-link .tfx-is-current {
  background: #fff;
  position: relative;
  z-index: 1;
}

.tfx-header-list-inner {
  position: relative;
  display: block;
  padding: 16px 40px 16px 16px;
  border-top: 1px solid #333;
}

a.tfx-header-list-inner::before {
  content: "\e906";
  position: absolute;
  font-family: "icomoon" !important;
  top: 50%;
  right: 8px;
  left: auto;
  font-size: 2.2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tfx-header-list-inner:not(.collapsed) .tfx-accordion-icon-2 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tfx-header-list-blank .tfx-header-list-inner::before {
  content: "\e909";
}

.tfx-header-menu-content-item .tfx-arrow-list-left {
  background: #eff4f7;
  list-style-type: none;
  border-bottom: none;
}

.tfx-header-menu-content-item .tfx-arrow-list-left>li {
  border-color: #ccc;
}

.tfx-header-menu-content-item .navbar-nav {
  border-bottom: 1px solid #222;
}

.tfx-header-search:hover {
  text-decoration: none;
}

.tfx-header-account-icon:hover {
  text-decoration: none;
}

.tfx-header-cart:hover {
  text-decoration: none;
  color: #fff;
}

.tfx-header-menu-login {
  padding: 24px 16px;
  background: #EFF4F7;
}

.tfx-header-menu-login .btn {
  width: 263px;
  min-height: 48px;
  padding: 9px 28px;
}

.tfx-header-menu-login-name {
  font-weight: bold;
  font-size: 2rem;
  margin-right: 4px;
}

.tfx-header-menu-login-sama {
  font-weight: bold;
  font-size: 1.8rem;
}

.tfx-header-inner a.btn-primary:hover {
  color: #fff;
}

.tfx-header-inner a.btn-secondary:hover {
  color: #222;
}

.tfx-arrow-list-left-child-wrapper {
  width: 100%;
  padding: 24px 16px 0;
}

.tfx-arrow-list-left-child {
  width: 100%;
}

.tfx-arrow-list-left-child+.tfx-arrow-list-left-child {
  border-right: none;
  border-bottom: 1px solid #222;
}

.tfx-navbar-wrapper .tfx-arrow-list-left-child {
  border-top: 1px solid #222;
  list-style-type: none;
  padding-left: 0;
  background: #fff;
  margin-bottom: 0;
}

.tfx-navbar-wrapper .tfx-arrow-list-left-child>li {
  position: relative;
  border-top: 1px solid #222;

}

.tfx-navbar-wrapper .tfx-arrow-list-left-child>li:first-child {
  border-top: none;
}

.tfx-arrow-list-left-child>li a::before {
  font-family: "icomoon" !important;
  content: "\e906";
  position: absolute;
  font-size: 2rem;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tfx-navbar-wrapper .tfx-arrow-list-left-child>li a::before {
  right: 12px;
}

.tfx-navbar-wrapper .tfx-arrow-list-left-child>li .tfx-arrow-list-left-blank::before {
  content: "\e909";
}

.tfx-navbar-wrapper .tfx-arrow-list-left-child>li a {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
}

.tfx-arrow-list-left-child-wrapper .tfx-arrow-list-left>li:first-child {
  border-top: none;
}

.tfx-header-about-contents {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #fff;
  width: 500px;
  top: 48px;
  left: 0;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
  -webkit-transition: visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.tfx-navbar-wrapper .tfx-header-about-contents>.tfx-arrow-list-left {
  position: static;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-right: 1px solid #ccc;
}

.tfx-navbar-wrapper .tfx-header-about-contents>.tfx-arrow-list-left+.tfx-arrow-list-left {
  border-right: none;
  border-bottom: 1px solid #ccc;
}

.tfx-navbar-wrapper .tfx-header-about-contents .tfx-arrow-list-left-child {
  width: 100%;
  background: #EFF4F7;
  border-top: 1px solid #ccc;
  border-right: none;
}


@media screen and (min-width: 959px) {
  .tfx-navbar-wrapper .tfx-arrow-list-left-child>li a {
    font-size: 1.4rem;
    font-weight: 500;
  }

  .tfx-is-hover+.tfx-header-about-contents {
    opacity: 1;
    visibility: visible;
  }

  .tfx-header-nav-title.tfx-is-hover+.tfx-header-hover-content>.tfx-arrow-list-left {
    visibility: visible;
  }

  .tfx-header-inner .tfx-header-nav-title:focus+.tfx-header-hover-content>.tfx-arrow-list-left {
    visibility: visible;
  }

  .tfx-header-account-icon.tfx-is-open+.tfx-arrow-list-left {
    opacity: 0;
    visibility: hidden;
  }

  .tfx-header-account-icon.tfx-is-hover+.tfx-arrow-list-left {
    opacity: 1;
    visibility: visible;
  }

  .tfx-header-account-icon.tfx-is-hover {
    color: #b31d36;
  }

  .tfx-header-account-icon.tfx-is-hover::before {
    background: #b31d36;
  }

  .tfx-header-menu-login {
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    padding: 16px;
    background: none;
  }

  .tfx-header-menu-login-name {
    font-size: 2.4rem;
  }

  .tfx-header-menu-login-sama {
    font-size: 2rem;
  }

  .tfx-header-inner .tfx-navbar-wrapper a.btn-primary:hover {
    color: #fff;
  }

  .tfx-header-inner .tfx-navbar-wrapper a.btn-secondary:hover {
    color: #222;
  }

  .tfx-arrow-list-left-child-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }

  .tfx-navbar-wrapper .tfx-arrow-list-left-child {
    border-top: none;
  }

  .tfx-arrow-list-left-child+.tfx-arrow-list-left-child {
    border-bottom: none;
  }

  .tfx-navbar-wrapper .tfx-arrow-list-left-child>li {
    border-color: #ccc;
  }

  .tfx-header-about-contents .tfx-arrow-list-left-child>li {
    border-color: #EFF4F7;
  }

  .tfx-header-about-contents .tfx-arrow-list-left-child>li:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
    height: 1px;
    background: #ccc;
  }
  .tfx-header-about-contents .tfx-arrow-list-left-child>li:last-child:before{
    display: none;
  }

  .tfx-arrow-list-left-child {
    width: 50%;
    border-right: 1px solid #ccc;
  }
}

/* tfx-np1-navi */
.tfx-np1-navi .tfx-np1-current {
  color: #b31d36;
}

.tfx-np1-navi .tfx-np1-current::before {
  background: #b31d36;
}

.tfx-np1-navi .tfx-header-nav-title [class^="icon-"],
.tfx-np1-navi .tfx-header-nav-title [class*=" icon-"] {
  font-size: 2rem;
  margin-right: 4px;
  top: 0;
}

.tfx-np1-subnavi {
  display: none;
  position: fixed;
  padding-left: 130px;
  width: 100%;
  height: 86px;
  left: 0;
  top: 80px;
  background: #fff;
  -webkit-box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.16);
  z-index: 1;
}

.tfx-header-searchbox-cover {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: -71px;
  left: 0;
  z-index: -1;
}

.tfx-header-searchbox {
  width: 100%;
  position: absolute;
  top: 71px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    z-index 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    z-index 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    z-index 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    z-index 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.tfx-header-search.tfx-is-open .tfx-header-search-icon {
  opacity: 0;
  visibility: hidden;
}

.tfx-header-search.tfx-is-open .tfx-header-search-icon-close {
  opacity: 1;
  visibility: visible;
}

.tfx-header-search.tfx-is-open+.tfx-header-searchbox {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.tfx-header-searchbox-inner {
  background: #eff4f7;
  padding: 24px 16px;
  z-index: 2;
}

.tfx-header-searchbox-inner-form {
  position: relative;
}

.tfx-header-searchbox-inner .form-control {
  padding-left: 50px;
}

.tfx-header-searchbox-inner .tfx-search-input-icon {
  left: 22px;
}

/* header-small */
.tfx-header-small {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  padding: 19px 16px;
  border-bottom: 1px solid #ccc;
}

.tfx-header-small-logo-1 {
  position: absolute;
  width: 90px;
  top: 50%;
  left: 16px;
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tfx-header-small .tfx-header-small-logo-1 img {
  width: 90px;
}

.tfx-header-small h1 {
  line-height: 1;
}

.tfx-header-small img {
  width: 64px;
}

@media screen and (min-width: 768px) {
  .tfx-header-small-logo-1 {
    left: 24px;
  }
}

.tfx-navbar-wrapper .tfx-arrow-list-left>li a {
  padding-left: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.tfx-header-mypage-button {
  padding: 24px 0;
  text-align: center;
}

.tfx-header-mypage-button .btn {
  width: 263px;
  min-height: 48px;
  padding: 9px 28px;
}

.tfx-header-account-icon::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  font-size: 1.4rem;
  background: none;
  left: 0;
  bottom: -1px;
  -webkit-transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

@media screen and (min-width: 350px) {

  .navbar-brand {
    width: calc(100% - (70px * 4));
  }

  .tfx-nav-link {
    width: 70px;
  }

  .tfx-header-search {
    width: 70px;
  }

  .tfx-header-account {
    width: 70px;
  }

  .tfx-header-cart {
    width: 70px;
  }
}

@media screen and (min-width: 959px) {
  .tfx-header-tablet-layout {
    width: calc(100% - 370px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 12px;
    padding-right: 32px;
  }

  .tfx-header-tablet-layout .tfx-header-about {
    width: 100%;
    margin: 0;
  }

  .tfx-header-tablet-layout .tfx-header-search {
    margin: 0;
    width: 100%;
  }

  .tfx-header-tablet-layout .tfx-header-about.tfx-is-pc {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .tfx-header-tablet-layout .tfx-header-about.tfx-is-pc .icon-np1 {
    top: 0;
    margin-right: 4px;
  }

  .tfx-header-tablet-layout .tfx-header-about.tfx-is-pc .icon-quiz {
    top: 1px;
    margin-right: 4px;
  }
  .tfx-navbar-wrapper .tfx-arrow-list-left .icon-blank_link {
    margin-left: 4px;
    font-size: 2rem;
    line-height: 1.5rem;
    top: 3px;
  }

  .tfx-accordion-sp .collapse:not(.show) {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .tfx-navbar-wrapper .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .tfx-header-list-inner:hover .tfx-accordion-icon-2 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .tfx-nav-link {
    display: none;
  }

  .tfx-header-search {
    width: 80px;
  }

  .tfx-header-account {
    position: relative;
    width: 80px;
  }

  .tfx-header-account {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .tfx-header-account-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
  }

  .tfx-header-account-icon.tfx-is-pc {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .tfx-header-cart {
    width: 80px;
  }

  .tfx-navbar-wrapper {
    height: 80px;
  }

  .tfx-np1-navbar {
    height: 166px;
  }

  .navbar {
    height: 80px;
    background-color: #fff !important;
  }

  .navbar-brand {
    width: 130px;
    padding-right: 0;
    padding-left: 24px;
  }

  .navbar-nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .tfx-navbar-wrapper .tfx-arrow-list-left {
    list-style-type: none;
    border-bottom: none;
    padding-left: 0;
    width: 250px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
    position: absolute;
    top: 48px;
    left: 50%;
    -webkit-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
    opacity: 0;
    visibility: hidden;
  }

  .tfx-header-mypage-button {
    border-top: 1px solid #ccc;
    padding: 20px 0 24px;
  }

  .tfx-navbar-wrapper .tfx-arrow-list-left .tfx-header-mypage-button .btn {
    width: 280px;
    font-size: 1.4rem;
    min-height: 48px;
    padding-right: 16px;
  }

  .tfx-header-mypage-button .btn-primary {
    margin: 0 auto;
  }

  .tfx-navbar-wrapper .tfx-arrow-list-left a {
    font-size: 1.4rem;
    padding: 12px 8px 12px 40px;
    font-weight: 500;
  }

  .tfx-footer-list .tfx-arrow-list-left>li+li {
    margin-top: 4px;
  }

  .tfx-navbar-wrapper .tfx-arrow-list-left-mypage {
    width: 500px;
    height: auto;
    left: auto;
    right: -80px;
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }


  .tfx-header-account .tfx-arrow-list-left {
    top: 80px;
    padding-bottom: 0;
  }

  .navbar-nav>li {
    position: relative;
  }

  .navbar-nav>li+li {
    margin-left: 16px;
  }

  .tfx-navbar-wrapper .tfx-arrow-list-left>li {
    border-color: #ccc;
  }

  .tfx-navbar-wrapper .tfx-arrow-list-left>li:first-child {
    border-top: none;
  }

  .navbar-collapse {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .tfx-header-nav-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1.4rem;
    cursor: pointer;
  }

  .tfx-header-nav-title:hover {
    text-decoration: none;
  }

  .tfx-header-nav-title::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    font-size: 1.4rem;
    background: none;
    left: 0;
    bottom: -1px;
    -webkit-transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .tfx-header-nav-title.tfx-is-hover {
    text-decoration: none;
  }

  .tfx-header-nav-title.tfx-is-hover::before {
    background: #b31d36;
  }

  .tfx-header-nav-title.tfx-is-hover {
    color: #b31d36;
    opacity: 1;
    visibility: visible;
  }

  .tfx-header-about.tfx-is-pc {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-top: 0;
  }

  .tfx-header-about {
    margin-right: 10px;
  }

  .tfx-header-about a {
    font-size: 1.2rem;
    font-weight: bold;
  }

  .tfx-header-about a:hover {
    text-decoration: none;
    color: #b31d36;
  }

  .tfx-header-about a:active {
    text-decoration: none;
    color: #b31d36;
  }

  .tfx-header-about a:focus {
    text-decoration: none;
    color: #b31d36;
  }

  .tfx-header-about [class^="icon-"],
  .tfx-header-about [class*=" icon-"] {
    font-size: 2rem;
  }

  .tfx-header-about>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
  }

  .tfx-header-search .icon-search {
    font-size: 2.4rem;
  }

  .tfx-header-account .icon-account {
    font-size: 2.4rem;
  }

  .tfx-header-cart .icon-cart {
    font-size: 2.4rem;
  }

  .tfx-header-cart-batch {
    width: 18px;
    height: 18px;
    -webkit-transition: border 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: border 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .tfx-header-cart-batch span {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    top: -1px;
  }

  .tfx-header-account-content {
    width: 240px;
    opacity: 1;
    visibility: visible;
  }

  .tfx-navbar-wrapper .tfx-arrow-list-left a {
    font-size: 1.4rem;
    padding: 12px 40px 12px 16px;
  }

  .tfx-navbar-wrapper .tfx-arrow-list-left a:hover {
    text-decoration: none;
    color: #b31d36;
  }

  .tfx-navbar-wrapper .tfx-arrow-list-left a:active {
    text-decoration: none;
    color: #b31d36;
  }

  .tfx-navbar-wrapper .tfx-arrow-list-left a:focus {
    text-decoration: none;
    color: #b31d36;
  }

  .tfx-navbar-wrapper .tfx-arrow-list-left>li a::before {
    right: 15px;
  }

  .tfx-header-hover+.tfx-arrow-list-left {
    -webkit-transition: visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
      -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
      -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
      transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
      transform 0.2s cubic-bezier(0.4, 0, 0.2, 1),
      -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .tfx-header-hover.tfx-is-hover+.tfx-arrow-list-left {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    visibility: visible;
    opacity: 1;
  }

  .tfx-header-hover.tfx-is-hover+.tfx-arrow-list-left-mypage {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  .tfx-header-account-icon:hover {
    color: #b31d36;
  }

  .tfx-header-account-icon:hover+.tfx-header-hover-content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .tfx-header-account-icon:hover+.tfx-arrow-list-left-mypage {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  .tfx-header-account-icon:hover::before {
    background: #b31d36;
  }

  .tfx-header-account-icon:active {
    color: #b31d36;
  }

  .tfx-header-account-icon:active+.tfx-header-hover-content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .tfx-header-account-icon:active::before {
    background: #b31d36;
  }

  .tfx-header-account-icon:focus {
    color: #b31d36;
  }

  .tfx-header-account-icon:focus+.tfx-header-hover-content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .tfx-header-account-icon:focus+.tfx-arrow-list-left-mypage {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  .tfx-header-account-icon:focus::before {
    background: #b31d36;
  }

  .tfx-header-inner .tfx-header-nav-title:hover {
    color: #b31d36;
  }

  .tfx-header-nav-title.tfx-is-hover+.tfx-header-hover-content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .tfx-header-nav-title:hover+.tfx-header-hover-content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .tfx-header-nav-title:hover+.tfx-header-hover-content>.tfx-arrow-list-left {
    visibility: visible;
  }

  .tfx-header-nav-title:hover::before {
    background: #b31d36;
  }

  .tfx-header-nav-title:hover+.tfx-header-hover-content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .tfx-header-inner .tfx-header-nav-title:active {
    color: #b31d36;
  }

  .tfx-header-nav-title:active::before {
    background: #b31d36;
  }

  .tfx-header-nav-title:active+.tfx-header-hover-content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .tfx-header-inner .tfx-header-nav-title:focus {
    color: #b31d36;
  }

  .tfx-header-nav-title:focus::before {
    background: #b31d36;
  }

  .tfx-header-nav-title:focus+.tfx-header-hover-content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .tfx-header-cart:hover {
    background: #de1a38;
  }

  .tfx-header-cart:hover .tfx-header-cart-batch {
    border-color: #de1a38;
    color: #de1a38;
  }

  .tfx-header-cart:active {
    background: #de1a38;
  }

  .tfx-header-cart:active .tfx-header-cart-batch {
    border-color: #de1a38;
    color: #de1a38;
  }

  .tfx-header-cart:focus {
    background: #de1a38;
  }

  .tfx-header-cart:focus .tfx-header-cart-batch {
    border-color: #de1a38;
    color: #de1a38;
  }

  .tfx-header-hover:active+.tfx-header-hover-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .tfx-header-hover:active+.tfx-arrow-list-left-mypage {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  .tfx-navbar-wrapper.tfx-is-open .tfx-header-menu {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }

  .tfx-header-menu {
    display: none;
  }

  .tfx-header-account .tfx-arrow-list-left {
    display: block;
  }

  .tfx-np1-subnavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .tfx-navbar-wrapper .tfx-np1-subnavi .tfx-arrow-list-left {
    top: 86px;
    right: auto;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .tfx-header-search.tfx-is-open::before {
    background: #a90533;
  }

  .tfx-header-search.tfx-is-open .tfx-header-search-icon-close {
    color: #a90533;
  }

  .tfx-header-search:hover::before {
    background: #a90533;
  }

  .tfx-header-search:focus::before {
    background: #a90533;
  }

  .tfx-header-search:active::before {
    background: #a90533;
  }

  .tfx-header-search::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    font-size: 1.4rem;
    background: none;
    left: 0;
    bottom: -1px;
    -webkit-transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .tfx-header-searchbox {
    position: absolute;
    top: 80px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  }

  .tfx-header-searchbox-cover {
    top: -80px;
  }

  .tfx-header-searchbox-inner {
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
    padding: 16px 0;
    background: #fff;
  }

  .tfx-header-searchbox-inner .form-control {
    padding-left: 48px;
  }

  .tfx-header-search-icon-close {
    top: 18px;
  }

  .tfx-header-search-icon-close p {
    margin-top: 2px;
  }

  .tfx-header-search-icon {
    top: 18px;
  }

  .tfx-header-search:hover {
    color: #b31d36;
  }

  .tfx-header-search:active {
    color: #b31d36;
  }

  .tfx-header-search:focus {
    color: #b31d36;
  }

  .tfx-header-small {
    padding: 20px 16px;
  }

  .tfx-header-small img {
    width: 80px;
  }
}

@media screen and (min-width: 1212px) {
  .tfx-header-tablet-layout {
    padding-top: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .tfx-navbar-wrapper .navbar-collapse{
    width: calc(100% - 280px);
  }
  .tfx-header-tablet-layout .tfx-header-about.tfx-is-pc{
    width: 280px;
  }

  .tfx-header-nav-title {
    font-size: 1.4rem;
  }

  .navbar-nav>li+li {
    margin-left: 24px;
  }

  .tfx-header-about {
    margin-right: 30px;
  }

  .tfx-header-tablet-layout .tfx-header-about {
    width: auto;
  }

  .tfx-navbar-wrapper .tfx-arrow-list-left {
    top: 80px;
  }

  .tfx-header-about-contents {
    top: 80px;
    left: 120px;
  }
}

/* tfx-campaign-banner */
.tfx-campaign-banner {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.tfx-campaign-banner img {
  width: 100%;
}

.tfx-campaign-banner a {
  display: block;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
}

.tfx-campaign-banner a:hover {
  opacity: 1;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.36);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.36);
}

.tfx-campaign-banner a:active {
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tfx-campaign-banner a.tfx-is-disabled {
  opacity: 0.6;
  pointer-events: none;
}

.tfx-campaign-banner>li+li {
  margin-top: 16px;
}

.tfx-more-content {
  display: none;
}

.tfx-more-btn {
  position: relative;
  margin-top: 0;
  width: 240px;
}

.tfx-more-btn-icon {
  top: 50%;
  right: 14px;
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tfx-more-btn-icon-1 {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #333;
  top: 6px;
  left: 0;
}

.tfx-more-btn-icon-2 {
  position: absolute;
  width: 2px;
  height: 100%;
  background: #333;
  top: 0;
  left: 6px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.tfx-section-column.tfx-is-oepn .tfx-more-btn-icon-2 {
  opacity: 0;
  visibility: hidden;
}

.tfx-more-btn-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
}

.tfx-more-wrapper .tfx-more-btn .icon-down {
  display: inline-block;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.tfx-more-wrapper.tfx-is-oepn .tfx-more-btn .icon-down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  .tfx-campaign-banner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tfx-campaign-banner>li {
    width: calc(33% - 14px);
    margin-left: 24px;
  }

  .tfx-campaign-banner>li+li {
    margin-top: 0;
  }

  .tfx-campaign-banner>li:first-child {
    margin-left: 0;
  }

  .tfx-campaign-banner>li:nth-child(4n) {
    margin-left: 0;
  }

  .tfx-campaign-banner>li:nth-child(n + 4) {
    margin-top: 16px;
  }
}

/* tfx-contact-section-item */
.tfx-contact-section-item {
  background: #fff;
  border: 1px solid #ccc;
  padding: 24px 20px;
}

.tfx-contact-section-item+.tfx-contact-section-item {
  margin-top: 20px;
}

.tfx-contact-section-title {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 16px;
}

.tfx-contact-section-text {
  text-align: center;
  margin-bottom: 20px;
}

.tfx-contact-section-tel {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 27px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tfx-contact-section-tel .icon-tel {
  font-size: 3.2rem;
}

.tfx-contact-section-tel-num {
  font-weight: bold;
  font-size: 3rem;
  margin-left: 8px;
}

@media screen and (min-width: 350px) {
  .tfx-contact-section-tel-num {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 768px) {
  .tfx-contact-section-text {
    text-align: left;
  }

  .tfx-contact-section {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .tfx-contact-section-item {
    padding: 32px 20px;
  }

  .tfx-contact-section.tfx-contact-section-column-2 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .tfx-contact-section.tfx-contact-section-column-2 .tfx-contact-section-item {
    width: calc(50% - 12px);
  }

  .tfx-contact-section.tfx-contact-section-column-3 .tfx-contact-section-item {
    position: relative;
    width: calc((100% / 3) - 16px);
    padding-bottom: 100px;
  }

  .tfx-contact-section.tfx-contact-section-column-3 .tfx-contact-section-item .btn {
    position: absolute;
    width: calc(100% - 40px);
    bottom: 32px;
    left: 20px;
  }

  .tfx-contact-section.tfx-contact-section-column-3 .tfx-contact-section-item {
    margin-left: 24px;
  }

  .tfx-contact-section.tfx-contact-section-column-3 .tfx-contact-section-item:first-child {
    margin-left: 0;
  }

  .tfx-contact-section-item+.tfx-contact-section-item {
    margin-top: 0;
  }

  .tfx-contact-section-item .tfx-contact-section-btn {
    min-height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tfx-line-friend .tfx-contact-section.tfx-contact-section-column-3 .tfx-contact-section-item {
    padding-bottom: 16px;
  }
}

.tfx-section-column .icon-down {
  display: inline-block;
}

.tfx-section-column.tfx-is-oepn .icon-down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}



#tfx-modal-wrap {
  display: none;
  background: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
}

.tfx-popup-content {
  position: fixed;
  width: 85%;
  max-width: 400px;
  height: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  opacity: 1;
  display: none;
  border-radius: 0;
  z-index: 1000;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);

}

.tfx-popup-inner {
  padding: 32px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}

.tfx-popup-icon {
  font-size: 4rem;
  color: #B31D36;
  margin-bottom: 4px;
}

@media screen and (min-width: 768px) {
  .tfx-popup-inner {
    padding: 40px;
  }
}

/* cookie */
.tfx-cookie-footer {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.95);
  color: #fff;
  z-index: 200;
}

.tfx-cookie-footer-inner {
  position: relative;
  padding: 16px;
}

.tfx-cookie-footer-text {
  margin-bottom: 16px;
}

.tfx-cookie-footer-text a {
  color: #fff;
  text-decoration: underline;
}

.tfx-cookie-close {
  position: absolute;
  display: block;
  font-size: 3.2rem;
  top: -43px;
  right: 8px;
  color: #222;
  cursor: pointer;
}

.tfx-cookie-footer-content a {
  color: #fff;
}

.tfx-cookie-footer-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tfx-cookie-footer-link {
  white-space: nowrap;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

}

.tfx-cookie-footer-link .icon-arrow {
  font-size: 2.4rem;
  top: 0;
}

.tfx-cookie-footer-content .btn {
  width: 187px;
  /* min-height: 48px; */
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .tfx-cookie-footer-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 24px;
  }

  .tfx-cookie-footer-text {
    width: calc(100% - 320px);
  }

  .tfx-cookie-footer-content {
    width: 320px;
  }

  .tfx-cookie-footer-content .btn {
    width: 187px;
  }

  .tfx-cookie-footer-text {
    margin-bottom: 0;
    padding-right: 20px;
  }
}

.invalid-feedback {
  font-weight: bold;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .invalid-feedback {
    font-size: 1.6rem;
  }
}

.suggestions {
  width: 100%;
  border-color: #222;
  border-radius: 0 0 4px 4px;
  top: -3px;
}

.suggestions .header {
  color: #222;
  font-size: 1.2rem;
  padding-top: 0;
}

.suggestions .header:not(:first-child) {
  border-top: none;
}

.suggestions .item {
  padding-bottom: 18px;
}

.suggestions .item a {
  text-decoration: underline;
}

.suggestions .container {
  padding: 12px 16px 18px;
}

@media screen and (min-width: 768px) {
  .suggestions .item {
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 543.98px) {
  .suggestions {
    position: absolute;
    top: -3px;
  }
}

.tfx-move-once.tfx-is-moved.tfx-is-moved-end img {
  -webkit-animation: none;
  animation: none
}

.tfx-move-once.tfx-is-moved.tfx-is-moved-end.tfx-move-table table {
  -webkit-animation: none;
  animation: none
}

.tfx-move-once.tfx-is-moved:not(.tfx-move-table) img {
  -webkit-animation-name: moveOnce;
  animation-name: moveOnce;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.tfx-move-once.tfx-is-moved.tfx-move-table table {
  -webkit-animation-name: moveOnce;
  animation-name: moveOnce;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes moveOnce {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  60% {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes moveOnce {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  60% {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.tfx-item-price-table.fixed_header_display_none_at_print table {
  border-right: 1px solid #58778b !important;
}

@media screen and (min-width: 768px) {
  @-webkit-keyframes moveOnce {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }

    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes moveOnce {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }

    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
}

.tfx-underline-link {
  text-decoration: none;
}

.tfx-underline-link:hover {
  text-decoration: none;
}

.tfx-underline-link span:not([class]) {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {

  .tfx-underline-link:hover {
    opacity: 0.6;
  }
}

.tfx-icon-text-link:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .tfx-icon-text-link:hover span:not([class]) {
    text-decoration: underline;
  }
}

.tfx-map-marker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 28px;
  height: 33px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  top: 1px;
  /* カスタマイズ実装start...*/
  background: url('../images/common/map_baloon.png') no-repeat;
  /* カスタマイズ実装end...*/
  background-size: cover;
}

.tfx-map-marker span {
  position: absolute;
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  top: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tfx-map-marker-wrapper {
  position: relative;
  display: inline-block;
}

.tfx-map-marker-wrapper .tfx-map-balloon {
  position: absolute;
}

.tfx-map-balloon {
  position: relative;
  min-width: 300px;
  background: #fff;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  padding: 16px;
  display: inline-block;
  bottom: 54px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tfx-map-balloon::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #fff transparent transparent transparent;
  bottom: -15px;
  left: 50%;
  margin-left: 8px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);

}

.tfx-map-balloon-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.tfx-map-balloon-title [class^="icon-"],
.tfx-map-balloon-title [class*=" icon-"] {
  font-size: 2.4rem;
  margin-left: 4px;
}

.tfx-map-baloon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 1.4rem;
}

.tfx-map-baloon-item+.tfx-map-baloon-item {
  margin-top: 4px;
}

.tfx-map-baloon-item-title {
  width: 60px;
}

.tfx-map-baloon-item-content {
  position: relative;
  padding-left: 1em;
  width: calc(100% - 60px);
}

.tfx-map-baloon-item-content::before {
  content: "：";
  position: absolute;
  left: 0;
  top: 0;
}

.tfx-map-baloon-item-content [class^="icon-"],
.tfx-map-baloon-item-content [class*=" icon-"] {
  font-size: 2rem;
  top: 0;
  margin-left: 4px;
}

.tfx-map-baloon-tel {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}

.tfx-map-baloon-tel [class^="icon-"],
.tfx-map-baloon-tel [class*=" icon-"] {
  font-size: 2rem;
  top: 0;
  margin-left: 0;

}

.tfx-map-baloon-item-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tfx-map-baloon-close {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  background: #333;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 50%;
  cursor: pointer;
}

.tfx-map-baloon-close .icon-close {
  position: absolute;
  top: 3px;
  left: 3px;
}


.tfx-top-navi .tfx-btn-content>.content-asset {
  margin-top: 16px;
}

.tfx-top-navi .tfx-btn-content>.content-asset:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  a.tfx-map-baloon-tel {
    pointer-events: auto;
    cursor: pointer;
  }

  a.tfx-map-baloon-tel:hover span:not([class]) {
    text-decoration: underline;
  }

  .tfx-map-baloon-item-content a:hover {
    text-decoration: none;
  }

  .tfx-map-baloon-item-content a:hover span:not([class]) {
    text-decoration: underline;
  }

  .tfx-map-balloon-title a:hover {
    text-decoration: none;
  }

  .tfx-map-balloon-title a:hover span:not([class]) {
    text-decoration: underline;
  }

  .tfx-top-navi .tfx-btn-content>.content-asset {
    width: calc((100% / 3) - (48px / 3));
    max-width: 320px;
    margin-left: 24px;
    margin-top: 0;
  }

  .tfx-top-navi .tfx-btn-content>.content-asset:first-child {
    margin-left: 0;
  }

  .tfx-top-navi .tfx-btn-content>.content-asset .btn {
    width: 100%;
  }
}
#yotpo_testimonials_btn {
  display: none;
}

.tfx-video-cover {
  max-width: 100%;
}
.tfx-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  /* 高さを指定(16:9) */
}

.tfx-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .tfx-video-cover {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}

.tfx-about-np1-nav .btn.tfx-is-current {
  background: #D8E5ED;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tfx-about-np1-nav {
  margin-bottom: 16px;
  margin-top: -16px;
}

.tfx-about-np1-nav .tfx-btn-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tfx-about-np1-nav .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(50% - 8px);
}

.tfx-about-np1-nav .tfx-btn-content>.btn:first-child {
  margin-top: 16px;
}

.tfx-about-np1-nav .tfx-btn-content .btn+.btn {
  margin-top: 16px;
}

.tfx-about-np1-nav .tfx-btn-content+.tfx-btn-content .btn {
  margin-top: 16px;
}

.tfx-about-np1-nav .tfx-btn-content>.btn:nth-child(even) {
  margin-left: 14px;
}

@media screen and (min-width: 768px) {
  .tfx-about-np1-nav {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .tfx-about-np1-nav .tfx-btn-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .tfx-about-np1-nav .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(25% - 12px);
    margin-left: 16px;
  }

  .tfx-about-np1-nav .tfx-btn-content>.btn:first-child {
    margin-top: 0;
  }

  .tfx-about-np1-nav .tfx-btn-content .btn+.btn {
    margin-top: 0;
    margin-left: 16px;
  }

  .tfx-about-np1-nav .tfx-btn-content+.tfx-btn-content .btn {
    margin-top: 0;
  }

  .tfx-about-np1-nav .tfx-btn-content>.btn:nth-child(even) {
    margin-left: 16px;
  }

  .tfx-about-np1-nav .tfx-btn-content>.btn:nth-child(1) {
    margin-left: 0;
  }

}


/* フッター */
footer {
  background-color: #000;
  color: #fff;
  font-family: Assistant, sans-serif !important;
}

/* フッター インナー */
.footer-innner {
  padding: 0 5rem;
  max-width: 100%;
}

/* フッター ヘッド */
.footer-header {
  padding: 2rem 0;
  display: grid;
  align-items: center;
  grid-template-columns: 13rem auto;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.footer-corporate-logo {
  line-height: 0;
}

.footer-corporate-logo > a > img {
  width: 100%;
  max-width: 11rem;
}

.footer-corporate-logo > a:hover > img,
.footer-sns > a:hover > img {
  opacity: 1 !important;
}

.footer-sns {
  display: flex;
  gap: 1rem;
}

.footer-sns > a {
  border: 1px solid #fff;
  border-radius: 10rem;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-sns > a > img {
  max-width: 100%;
  max-height: 50%;
}

/* フッター メイン */
.footer-contents {
  display: grid;
  grid-template-columns: 23rem auto;
  align-items: center;
  padding: 6rem 0 7rem;
}

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

.footer-corporate a {
  color: inherit;
  text-decoration: none;
}

.footer-corporate h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #fff;
}

.footer-corporate img {
  opacity: 1 !important;
}

.footer-contents-link {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
  align-items: start;
  border-left: 1px solid rgb(255 255 255 / 10%);
  padding-left: 4.5rem;
}

.footer-contents-item > h4 {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: Assistant, sans-serif !important;
  margin: 0 0 1.5rem 0;
  color: #fff;
}

.footer-contents-item > ul li {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.footer-contents-item > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-contents-item > a {
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: flex;
}

.footer-contents-item > ul li a {
  color: inherit !important;
  text-decoration: none !important;
}

.footer-contents-item-link:hover,
.footer-contents-item-link:hover img,
.footer-img-ownerslink:hover,
.footer-img-arrow:hover {
  opacity: 1 !important;
}

.footer-contents-item .footer-contents-item-list {
  margin-left: 1.5rem;
}

.footer-img-arrow {
  vertical-align: middle;
}

/* フッター コピーライト */
.footer-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-top: 1px solid rgb(255 255 255 / 10%);
  margin: 0;
  padding: 3rem 0;
}

.footer-copyright > span {
  line-height: 13px;  
  max-width: 140rem;
  width: 100%;
  padding: 0 5rem;
  font-size: 1.1rem;
  font-weight: 500;
}

/* フッター スマホ用 */
@media screen and (max-width: 989px) {
  .footer-innner {
    padding: 0 1.5rem;
  }

  .footer-contents {
    grid-template-columns: 100%;
    padding: 1rem 0 0;
  }

  .footer-contents .footer-corporate {
    order: 2;
    padding: 2rem 0;
  }

  .footer-contents .footer-corporate h3 {
    margin: 2rem 0;
  }

  .footer-contents .footer-contents-link {
    order: 1;
    border-left: 0;
    padding-left: 0;
    grid-template-columns: 100%;
    gap: 0;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    padding-bottom: 4rem;
  }

  .footer-contents .footer-contents-link .footer-contents-item h4 {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 0;
    cursor: pointer;
  }

  .footer-contents .footer-contents-link .footer-contents-item h4 .dli-plus {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 1rem;
    height: 0.1rem;
    background: currentColor;
    border-radius: 0.1rem;
    position: relative;
    transition: transform 0.3s;
  }

  .footer-contents .footer-contents-link .footer-contents-item h4 .dli-plus::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
    transition: transform 0.3s;
  }

  .footer-contents .footer-contents-link .footer-contents-item h4.open .dli-plus::before {
    display: none;
  }

  .footer-contents .footer-contents-link .footer-contents-item .ul-list li:last-child {
    margin-bottom: 2rem;
  }

  .footer-contents-item .footer-contents-item-list li:last-child {
    margin-bottom: 2rem;
  }

  .footer-contents-item ul li:last-child {
    margin-bottom: 0;
  }

  .footer-copyright {
    padding: 2rem 0;
  }

  .footer-copyright span {
    padding: 0 1.5rem;
    text-align: center;
  }

  .footer-contents-item-list {
    display: none;
  }

  .open .footer-contents-item-list {
    display: block;
  }

  .footer-contents-item > li {
    display: flex;
  }
}
