@charset "UTF-8";

/*****************************/
/* ---共通--- */
/*****************************/
body,
p,
.p-large,
.p-small,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

body,
p {
  color: #222;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 2.4px;
}

.p-large {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.p-small {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

h1 {
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.5rem;
  letter-spacing: -0.1px;
  font-feature-settings: "palt";
  margin-bottom: 30px;
}
h2 {
  color: #333;
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 2.625rem;
  letter-spacing: -0.2px;
  text-align: center;
  margin-bottom: 2rem;
}
h3 {
  color: #333;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2.125rem;
  letter-spacing: -0.2px;
}
h4 {
  color: #333;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.75rem;
  letter-spacing: -0.1px;
}
h5 {
  color: #333;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: -0.1px;
}
h6 {
  color: #333;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: -0.1px;
}

.tab {
  padding: 8rem 3rem 5rem;
}

.p-heading {
  line-height: 2;
  margin-bottom: 3.25rem;
}

.li-space-lg li {
  margin-bottom: 0.375rem;
}

.indent {
  padding-left: 1.25rem;
}

a {
  color: #555;
  text-decoration: underline;
}
a:hover {
  color: #555;
  text-decoration: underline;
}
.white,
a.white {
  color: #fff;
}

.blue {
  color: #5f4dee;
}

.btn-solid-reg {
  display: inline-block;
  padding: 1.1875rem 2.125rem 1.1875rem 2.125rem;
  border: 0.125rem solid #cc2525;
  border-radius: 2rem;
  background-color: #cc2525;
  color: #fff;
  font: 700 0.875rem/1.2 "Noto Sans JP", sans-serif;
  text-decoration: none;
  transition: all 0.2s;
}
.btn-solid-reg:hover {
  background-color: transparent;
  color: #cc2525;
  text-decoration: none;
}

.btn-solid-lg {
  display: inline-block;
  padding: 1.5rem 1.2rem;
  border: 0.125rem solid #cc2525;
  border-radius: 2rem;
  background-color: #cc2525;
  color: #fff;
  font: 700 0.875rem/0 "Noto Sans JP", sans-serif;
  text-decoration: none;
  transition: all 0.2s;
}
.btn-solid-lg:hover {
  background-color: transparent;
  color: #cc2525;
  text-decoration: none;
}

.btn-outline-reg {
  display: inline-block;
  padding: 1.1875rem 2.125rem 1.1875rem 2.125rem;
  border: 0.125rem solid#cc2525;
  border-radius: 2rem;
  background-color: transparent;
  color: #cc2525;
  font: 700 0.875rem/0 "Noto Sans JP", sans-serif;
  text-decoration: none;
  transition: all 0.2s;
}
.btn-outline-reg:hover {
  background-color: #5f4dee;
  color: #fff;
  text-decoration: none;
}

.btn-outline-lg {
  display: inline-block;
  padding: 1.375rem 2.625rem 1.375rem 2.625rem;
  border: 0.125rem solid#cc2525;
  border-radius: 2rem;
  background-color: transparent;
  color: #cc2525;
  font: 700 0.875rem/0 "Noto Sans JP", sans-serif;
  text-decoration: none;
  transition: all 0.2s;
}
.btn-outline-lg:hover {
  background-color: #5f4dee;
  color: #fff;
  text-decoration: none;
}

.btn-outline-sm {
  display: inline-block;
  padding: 0.875rem 1.5rem 0.875rem 1.5rem;
  border: 0.125rem solid #fff;
  border-radius: 2rem;
  background-color: transparent;
  color: #fff;
  font: 700 0.875rem/0 "Noto Sans JP", sans-serif;
  text-decoration: none;
  transition: all 0.2s;
}
.btn-outline-sm:hover {
  color: #fff;
  text-decoration: none;
}

.form-group {
  position: relative;
  margin-bottom: 1.25rem;
}

.form-group.has-error.has-danger {
  margin-bottom: 0.625rem;
}

.form-group.has-error.has-danger .help-block.with-errors ul {
  margin-top: 0.375rem;
}

.label-control {
  position: absolute;
  top: 0.87rem;
  left: 1.25rem;
  color: #555;
  opacity: 1;
  font: 400 0.875rem/1.375rem "Noto Sans JP", sans-serif;
  cursor: text;
  transition: all 0.2s ease;
}


.scroll-img {
  height: 380px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #88b3d9 #f4f4f4;
  box-shadow: 10.4257px 10.4257px 56.2989px rgba(0, 0, 0, 0.07);
  border-radius: 10px 0 0 10px;
}

@media (max-width: 767px) {
  .tab {
    padding: 5rem 2rem;
  }

  .scroll-img--mobile {
    overflow-x: auto;
    overflow-y: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    height: 400px;
  }

  .sp-img {
    height: auto;
    width: 600px;
    max-width: none;
  }
}





/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
  .label-control {
    top: 0.9375rem;
  }
}

.form-control-input:focus+.label-control,
.form-control-input.notEmpty+.label-control,
.form-control-textarea:focus+.label-control,
.form-control-textarea.notEmpty+.label-control {
  top: 0.125rem;
  opacity: 1;
  font-size: 0.75rem;
  font-weight: 700;
}

.form-control-input,
.form-control-select {
  display: block;
  /* needed for proper display of the label in Firefox, IE, Edge */
  width: 100%;
  padding-top: 1.0625rem;
  padding-bottom: 0.0625rem;
  padding-left: 1.25rem;
  border: 1px solid #c4d8dc;
  border-radius: 0.25rem;
  background-color: #fff;
  color: #555;
  font: 400 0.875rem/1.875rem "Noto Sans JP", sans-serif;
  transition: all 0.2s;
  -webkit-appearance: none;
  /* removes inner shadow on form inputs on ios safari */
}

.form-control-select {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  height: 3rem;
}

/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
  .form-control-input {
    padding-top: 1.25rem;
    padding-bottom: 0.75rem;
    line-height: 1.75rem;
  }

  .form-control-select {
    padding-top: 0.875rem;
    padding-bottom: 0.75rem;
    height: 3.125rem;
    line-height: 2.125rem;
  }
}

select {
  /* you should keep these first rules in place to maintain cross-browser behavior */
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: url("../images/down-arrow.png");
  background-position: 96% 50%;
  background-repeat: no-repeat;
  outline: none;
}

select::-ms-expand {
  display: none;
  /* removes the ugly default down arrow on select form field in IE11 */
}

.form-control-textarea {
  display: block;
  /* used to eliminate a bottom gap difference between Chrome and IE/FF */
  width: 100%;
  height: 8rem;
  /* used instead of html rows to normalize height between Chrome and IE/FF */
  padding-top: 1.25rem;
  padding-left: 1.3125rem;
  border: 1px solid #c4d8dc;
  border-radius: 0.25rem;
  background-color: #fff;
  color: #555;
  font: 400 0.875rem/1.75rem "Noto Sans JP", sans-serif;
  transition: all 0.2s;
}

.form-control-input:focus,
.form-control-select:focus,
.form-control-textarea:focus {
  border: 1px solid #a1a1a1;
  outline: none;
  /* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-select:hover,
.form-control-textarea:hover {
  border: 1px solid #a1a1a1;
}

.checkbox {
  font: 400 0.75rem/1.25rem "Noto Sans JP", sans-serif;
}

/* IE10+ hack to raise checkbox field position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
  input[type="checkbox"] {
    vertical-align: -9%;
  }
}

.form-control-submit-button {
  display: inline-block;
  width: 100%;
  height: 3.125rem;
  border: 1px solid #5f4dee;
  border-radius: 1.5rem;
  background-color: #5f4dee;
  color: #fff;
  font: 700 0.875rem/0 "Noto Sans JP", sans-serif;
  cursor: pointer;
  transition: all 0.2s;
}
.form-control-submit-button:hover {
  background-color: transparent;
  color: #5f4dee;
}

/* Form Success And Error Message Formatting */
#smsgSubmit.h3.text-center.tada.animated,
#lmsgSubmit.h3.text-center.tada.animated,
#nmsgSubmit.h3.text-center.tada.animated,
#pmsgSubmit.h3.text-center.tada.animated,
#smsgSubmit.h3.text-center,
#lmsgSubmit.h3.text-center,
#nmsgSubmit.h3.text-center,
#pmsgSubmit.h3.text-center {
  display: block;
  margin-bottom: 0;
  color: #555;
  font-size: 1.125rem;
  line-height: 1rem;
}

.help-block.with-errors .list-unstyled {
  color: #555;
  font-size: 0.75rem;
  line-height: 1.125rem;
  text-align: left;
}

.help-block.with-errors ul {
  margin-bottom: 0;
}

/* end of form success and error message formatting */

/* Form Success And Error Message Animation - Animate.css */
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* end of form success and error message animation - Animate.css */

/* Fade-move Animation For Details Lightbox - Magnific Popup */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
  -ms-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
  transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(37.5rem) rotateX(0);
  -ms-transform: translateY(0) perspective(37.5rem) rotateX(0);
  transform: translateY(0) perspective(37.5rem) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
  -ms-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
  transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
}

/* dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* end of fade-move animation for details lightbox - magnific popup */

/* Fade Animation For Image Lightbox - Magnific Popup */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation: fadeIn 0.6s;
  animation: fadeIn 0.6s;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation: fadeOut 0.8s;
  animation: fadeOut 0.8s;
}


/* オーバーレイ 初期状態 */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

/* オーバーレイ 表示アニメーション */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: .8;
}

/* オーバーレイ 非表示アニメーション */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* コンテンツ 初期状態 */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

/* コンテンツ 表示アニメーション */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* コンテンツ 非表示アニメーション */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/* end of fade animation for image lightbox - magnific popup */

/*************************/
/*     ---spinne----     */
/*************************/
.spinner-wrapper {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.75rem;
  height: 1.25rem;
  margin: -0.625rem 0 0 -1.875rem;
  display: flex;
  /* Flexbox layout */
  justify-content: center;
  /* Horizontal alignment */
  align-items: center;
  /* Vertical alignment */
  text-align: center;
}

.spinner > div {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #cc2525;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

/**************************/
/*     Navigation     */
/**************************/
.navbar-custom {
	font: 700 0.875rem/0.875rem "Noto Sans JP", sans-serif;
  box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
}

.navbar-custom .navbar-brand.logo-image img {
  width: 200px;
  height: auto;
}


@media (max-width: 767px) {
  .navbar-brand1 {
    width: 300px;
  }

	.navbar-custom .navbar-brand.logo-text {
		color: #fff;
    font: 300 1rem "Noto Sans JP", sans-serif;
    text-decoration: none;
  }

  .navbar-custom .navbar-nav {
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
  }

  .navbar-custom .nav-item,
  .navbar-custom .nav-item .nav-link {
    font-weight: 300;
    font-size: 0.8;
    padding: 0.625rem 0.75rem 0.625rem 0.75rem;
    line-height: 1.2;
    color: #f7f5f5;
    opacity: 1;
    text-decoration: none;
    transition: all 0.2s ease;
  }
  .navbar-custom .nav-item .nav-link:hover,
  .navbar-custom .nav-item .nav-link.active {
    color: #fff;
    opacity: 1;
  }

  /* Dropdown Menu */
  .navbar-custom .dropdown:hover > .dropdown-menu {
    display: block;
    min-width: auto;
    animation: fadeDropdown 0.2s;
  }
  @keyframes fadeDropdown {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  .navbar-custom .dropdown-toggle:focus {
    /* removes dropdown outline on focus */
    outline: 0;
  }

  .navbar-custom .dropdown-menu {
    margin-top: 0;
    border: none;
    border-radius: 0.25rem;
    background-color: #5f4dee;
  }

  .navbar-custom .dropdown-item {
    color: #f7f5f5;
    opacity: 0.8;
    font: 700 0.875rem/0.875rem "Noto Sans JP", sans-serif;
    text-decoration: none;
  }

  .navbar-custom .dropdown-item:hover {
    background-color: #5f4dee;
    color: #fff;
    opacity: 1;
  }

  .navbar-custom .dropdown-items-divide-hr {
    width: 100%;
    height: 1px;
    margin: 0.75rem auto 0.725rem auto;
    border: none;
    background-color: #c4d8dc;
    opacity: 0.2;
  }

  /* end of dropdown menu */

  .navbar-custom .nav-item .btn-outline-sm {
    margin-top: 0.25rem;
    margin-bottom: 1.375rem;
		margin-left: 0.5rem;
		color: #fff;
    border: 0.125rem solid #fff;
  }
	.navbar-custom .nav-item .btn-outline-sm:hover {
		color: #cc2525;
    background-color: #fff;
  }

  .navbar-custom .navbar-toggler {
    padding: 0;
    border: none;
    color: #fff;
    font-size: 2rem;
  }

  .navbar-custom button[aria-expanded="false"] .navbar-toggler-awesome.fas.fa-times {
    display: none;
  }

  .navbar-custom button[aria-expanded="false"] .navbar-toggler-awesome.fas.fa-bars {
    display: inline-block;
  }

  .navbar-custom button[aria-expanded="true"] .navbar-toggler-awesome.fas.fa-bars {
    display: none;
  }

  .navbar-custom button[aria-expanded="true"] .navbar-toggler-awesome.fas.fa-times {
    display: inline-block;
    margin-right: 0.125rem;
  }
}


@media (max-width: 992px) {
  .navbar-custom {
		background-color: rgba(56, 38, 40, 0.8);/* #382628 */
  }

}

/* Toggle button icons display fix */
.navbar-custom button.navbar-toggler {
  padding: 0;
  border: none;
  color: #fff;
  font-size: 2rem;
}

.navbar-custom button[aria-expanded="false"] .fa-times {
  display: none;
}

.navbar-custom button[aria-expanded="true"] .fa-bars {
  display: none;
}

.navbar-custom button[aria-expanded="true"] .fa-times {
  display: inline-block;
}

.navbar-custom button[aria-expanded="false"] .fa-bars {
  display: inline-block;
}


/*****************************/
/* 　----main----　　 */
/*****************************/

.main {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
}



/*********************/
/*     Header     */
/*********************/
.header {
  position: relative;
  background-color: #f7f7f7;
  background-image: url(https://marketing.f-i-d.jp/wp-content/themes/fid/lpassets/MOTENASU-lp2305/images/fvbg_sp.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  height: calc(100vh - 5vh);
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* 縦方向に中央寄せ */
  align-items: center;
  /* 横方向に中央寄せ */
}
.header span {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 2rem;
}
.header .text-container {
  text-align: center;
}

.header .btn-solid-lg {
  margin-right: 0.5rem;
  margin-bottom: 1.125rem;
  margin-left: 0.5rem;
  border-color: #cc2525;
  background-color: #f3f7fd;
  color: #cc2525;
}
.header .btn-solid-lg:hover {
  background: transparent;
  color: #f3f7fd;
  border: #fff 2px solid;
}

/* -sp */
.shopify-sp {
  position: absolute;
  bottom: 0;
  background-color: #ebe6e6;
  width: 100%;
  padding: 1.2rem 0 1rem;
  font-size: 0.9rem;
  font-weight: bold;
  height: 45px;
  text-align: center;
}
.shopify-sp img {
  position: absolute;
  right: 20px;
  bottom: 0;
	height: 80px;
  animation: fluffy 2s ease 0s infinite;
}
@keyframes fluffy {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -4%);
  }
  100% {
    transform: translate(0, 0);
  }
}

/***************************/
/*     06. worries     */
/***************************/
.worries {
  position: relative;
  text-align: center;
}
.worries .h2-heading {
  margin-bottom: 3rem;
  font-size: 1.8rem;
}
.worries .problem_list {
  background-color: #f6e9eb;
  padding: 1.5rem;
  border-radius: 1rem;
  font-weight: bold;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 25px 20px -20px;
}

.fadein {
  transform: translateY(90px);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  opacity: 0;
}
.fadein.active {
  visibility: visible;
  transform: translateX(0);
  opacity: 1;
}

/* 侍キャラ */
.worries .worries_img {
  width: 230px;
  height: auto;
  text-align: center;
  margin: 30px auto;
}

/* ----effectiveness--- */
.effectiveness {
  position: relative;
  background: #f6e9eb;
}
.effectiveness::before {
  content: "";
  display: inline;
  position: absolute;
  top: 0;
  left: 50%;
  border: transparent 150px solid;
  border-top: #fff 50px solid;
  transform: translate(-50%, 0);
}
.effectiveness_flex {
  margin-top: 80px;
}

/***************************/
/*     delivery     */
/***************************/
.delivery {
  background: #f6e9eb;
}

/*************************/
/*     Customers     */
/*************************/
.customer {
  background-color: #F3F2F0;
}

.slider-1 {
  padding-top: 5rem;
  padding-bottom: 3.25rem;
}
.slider-1 .slider-container {
  text-align: center;
}

/***************************/
/*     marketingperson     */
/***************************/
.marketingperson {
  background-color: #fff;
  background-image: url(https://marketing.f-i-d.jp/wp-content/themes/fid/assets/img/lower/sol08/marketingperson_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: #231815;
}

/***************************/
/*     motenasufunction     */
/***************************/
.motenasufunction {
  background-color: #bbb;
  background-image: url(/wp-content/themes/fid/assets/img/lower/sol08/motenasu_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: #231815;
}

/**********************/
/*     14. Footer     */
/**********************/
.footer {
  letter-spacing: 2px;
  line-height: 24px;
}
.footer dd {
  margin-bottom: 0;
}
.footer dd span {
  margin-right: 15px;
}

.footer-frame {
  width: 100%;
  height: 1.5rem;
}

.footer {
  padding-top: 3rem;
  padding-bottom: 0.5rem;
  background-color: rgb(45, 45, 45);
}

.footer .footer-col {
  margin-bottom: 2.25rem;
}

.footer h4 {
  margin-bottom: 0.625rem;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 12px;
  letter-spacing: 2px;
}

.footer .list-unstyled,
.footer p {
  color: #f3f7fd;
}

.footer .footer-col.middle .list-unstyled .fas {
  color: #fff;
  font-size: 0.5rem;
  line-height: 1.5rem;
}

.footer .footer-col.middle .list-unstyled .media-body {
  margin-left: 0.5rem;
}

.footer .footer-col.last .list-unstyled .fas {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.footer .footer-col.last .list-unstyled .media-body {
  margin-left: 0.625rem;
}

.footer .footer-col.last .list-unstyled .fas.fa-globe {
  margin-left: 1rem;
  margin-right: 0.625rem;
}

.footer a,
.footer:hover {
  text-decoration: none;
  color: #fff;
}

/*************************/
/*     15. Copyright     */
/*************************/
.copyright {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #111;
  text-align: center;
}

.copyright .p-small {
  padding-top: 1.375rem;
  /* border-top: 1px solid rgb(45, 45, 45); */
  color: #f3f7fd;
}

.copyright a {
  color: #f3f7fd;
  text-decoration: none;
}

/**********************************/
/*     16. Back To Top Button     */
/**********************************/
a.back-to-top {
  position: fixed;
  z-index: 999;
  right: 0.75rem;
  bottom: 0.75rem;
  display: none;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 1.875rem;
  background: #cc2525 url("../images/up-arrow.png") no-repeat center 47%;
  background-size: 1.125rem 1.125rem;
  text-indent: -9999px;
  z-index: 99999;
}


@media screen and (max-width: 767px) {
  a.back-to-top {
    opacity: 0;
    display: none;
  }
}

/*****************************/
/* ---smsバナー---- */
/*****************************/
.sms {
  margin: 0 auto;
  width: 800px;
  max-width: 100%;
}



.sms img {
  transition: 0.3s;
  margin-bottom: 50px;
}

.sms img:hover {
  opacity: 0.5;
}

.worries .tab,
.sales .tab {
  padding-top: 5rem;
}

@media (max-width: 767px) {
  .sms img {
    padding: 0 0 0 0;
  }
}



/*****************************/
/* ----資料Download--- */
/*****************************/
#banner {
  position: fixed;
  transform: translateY(100px);
  z-index: 9999;
}

#banner img {
  width: 300px;
  animation: fluffy 2s ease 0s infinite;
}

#banner.upmove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#banner.downmove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}

/* 1000px以上で適用 */
@media (min-width: 1000px) {
  /*  ボタン配置  */
  #banner {
    left: 15px;
    bottom: 10px;
  }
}
/* 999px以下で適用 */
@media (max-width: 999px) {
  #banner {
    left: 15px;
    bottom: 10px;
  }
}

#bottombtn {
	display: block;
	position: fixed;
	bottom: 0;
	padding-top: 3px;
	width: 100%;
	min-height: 5vh;
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
  background: #d7000f;
  border: 1px solid #d7000f;
  z-index: 999;
}

/*****************************/
/*    support    */
/*****************************/
.support_container {
  background: #f6e9eb;
  padding: 2rem 0 1.8rem;
  margin-top: 3rem;
}

.support {
  background: url(https://marketing.f-i-d.jp/wp-content/themes/fid/lpassets/MOTENASU-DataDriven_lp_2410/images/bg_cube.png) 100% 100% no-repeat #fff;
  background-size: 90%;
}

h2.support_container_head {
  font: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.4;
}

.support_container .list-unstyled {
  margin-bottom: 0;
}
.support_container .sub-title {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #cc2525;
  line-height: 1.5;
}

/*****************************/
/*     contact-form     */
/*****************************/
#contact-form {
  background-color: #f6e9eb;
}

.mail_form {
  background-color: #fff;
}

label {
  margin-bottom: 0;
  display: block;
}

/*****************************/
/*     Media Queries     */
/*****************************/
/* Min-width 768px */
@media (min-width: 768px) {
  h1 {
    color: #fff;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 3.5rem;
    letter-spacing: -0.1px;
    font-feature-settings: "palt";
    margin-bottom: 30px;
  }
  h2 {
    font-size: 2rem;
  }

  /* General Styles */
  .p-heading {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }

  .h2-heading {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  /* Header */
  .header {
    position: relative;
    background-image: url(https://marketing.f-i-d.jp/wp-content/themes/fid/lpassets/MOTENASU-lp2305/images/top_main02.jpg);
    height: auto;
    align-items: start;
  }
  .header span {
    font-size: 1.8rem;
  }
  .header .header-content {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }
  .header .text-container {
    text-align: left;
  }
  .header .btn-solid-lg {
    margin-bottom: 0;
    margin-left: 0;
  }

  .shopify {
    position: absolute;
    bottom: 5%;
    right: 3%;
    animation: fluffy 2s ease 0s infinite;
  }
  .shopify img {
    width: 280px;
  }

  /* Footer */
  .footer-frame {
    height: 5rem;
  }
}

/* Min-width 992px */
@media (min-width: 992px) {
  /* Navigation */
  .navbar-custom {
    padding: 1.5rem 1.5rem 1.5rem 2rem;
    box-shadow: none;
  }
  .navbar-custom .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }

  .navbar-custom .nav-item .nav-link {
    padding: 0.25rem 0.75rem 0.25rem 0.75rem;
  }
  .navbar-custom .nav-item .nav-link:hover,
  .navbar-custom .nav-item .nav-link.active {
    opacity: 1;
    line-height: 1.2;
  }

  .navbar-custom.top-nav-collapse {
    padding: 0.3rem 1.5rem 0.3rem 2rem;
    margin: 0;
		background-color: rgba(56, 38, 40, 0.8);/* #382628 */
    box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
  }
  .navbar-custom.top-nav-collapse .nav-item .nav-link:hover {
    color: #fff;
  }

  .navbar-custom .dropdown-menu {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 0.25rem solid rgba(0, 0, 0, 0);
    border-radius: 0.25rem;
  }

  .navbar-custom.top-nav-collapse .dropdown-menu {
    border-top: 0.25rem solid rgba(0, 0, 0, 0);
    box-shadow: 0 0.375rem 0.375rem 0 rgba(0, 0, 0, 0.02);
  }

  .navbar-custom .dropdown-item {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .navbar-custom .dropdown-items-divide-hr {
    width: 84%;
  }

  .navbar-custom .nav-item .btn-outline-sm {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 1rem;
  }
  /* end of navigation */

  /* General Styles */
  .p-heading {
    width: 65%;
  }

  .h2-heading {
    width: 80%;
  }

  .copyright {
    padding-top: 0.5rem;
    padding-bottom: 0.3rem;
    background-color: #111;
    text-align: center;
  }
}

/* Min-width 1200px */
@media (min-width: 1200px) {
  /* Customer */
  .slider-1 .slider-container {
    margin-right: 3rem;
    margin-left: 3rem;
  }

  /* point */
  .tabs .image-container {
    margin-right: 1.5rem;
    margin-left: 1rem;
  }

  .tabs .text-container {
    margin-top: 1.5rem;
    margin-right: 1rem;
    margin-left: 1.5rem;
  }
  /* end of point */

  /* Footer */
  .footer .footer-col.first {
    margin-right: 1.5rem;
  }
  .footer .footer-col.middle {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }
  .footer .footer-col.last {
    margin-left: 1.5rem;
  }
  /* end of footer */
}