@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Teko:wght@300..700&display=swap");
/*===================================================================
reset*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, section, figure, aside, header, footer, main, nav, label {
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

a {
  text-decoration: none;
  outline: none;
  color: #000;
}

img {
  vertical-align: top;
}

input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid #757575;
  border-radius: 0px;
  color: #000;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.bl-header {
  position: relative;
  background-color: #033c75;
  height: 54px;
  z-index: 11;
}
.bl-header .container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.bl-header h1 {
  z-index: 100;
  padding: 0 15px;
}
.bl-header h1 img.bl-house-logo {
  width: 84px;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.bl-header .header-menu {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  padding: 10px;
}
.bl-header .header-menu-block {
  position: fixed;
  top: 0;
  right: -200px;
  width: 87%;
  height: 100vh;
  margin: auto;
  padding: 10px;
  background-color: #ffffff;
  transition: right 0.2s;
}
.bl-header .header-menu-list-wrapper {
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 101;
  transition: visibility 0s ease-out 0.3s, opacity 0.2s;
}
.bl-header .header-menu-list-wrapper-opened {
  transition: visibility 0s;
  visibility: visible;
  opacity: 1;
}
.bl-header .header-menu-list-wrapper-opened .header-menu-block {
  transition: right 0.2s;
  right: 0;
}
.bl-header .header-menu-list {
  padding: 0;
  list-style: none;
}
.bl-header .header-menu li a {
  font-size: 16px;
  display: inline-block;
  width: 100%;
  color: #08c1d1;
  padding: 10px;
  border-bottom: 1px solid #dddddd;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.bl-header .header-menu-contact {
  margin-top: 25px;
  padding-left: 12px;
  color: #666;
}
.bl-header .header-menu-contact__head {
  font-size: 14px;
}
.bl-header .header-menu-contact__body {
  display: flex;
  align-items: center;
  margin-top: 7px;
  font-size: 13px;
}
.bl-header .header-menu-contact a {
  display: inline-block;
  color: #666;
  text-decoration: underline;
}
.bl-header .header-menu-contact svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: #666;
}
.bl-header .online_store_icon {
  width: 86px;
  position: fixed;
  top: 5px;
  right: 5px;
  padding: 4px;
}
.bl-header .online_store_icon img {
  width: 100%;
  height: auto;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.8));
  transition: filter 0.2s linear;
}
.bl-header .online_store_icon img:hover {
  filter: none;
}
.bl-header .icon__button {
  display: block;
  border: none;
  width: 44px;
  height: 0;
  padding: 44px 10px 0;
  overflow: hidden;
  margin: 0;
}
.bl-header .icon__button--menu {
  position: fixed;
  top: 5px;
  right: 10px;
  z-index: 1;
  background: url("../images/base/icon__menu--white.svg") no-repeat center rgba(3, 60, 117, 0.3);
}
.bl-header .icon__button--close {
  visibility: hidden;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 21;
  background: url("../images/base/icon__close.svg") no-repeat center;
}

@media (min-width: 768px) {
  .bl-header {
    height: 74px;
  }
  .bl-header .container {
    max-width: 1120px;
    margin: 0 auto;
  }
  .bl-header h1 img.bl-house-logo {
    width: 100px;
  }
  .bl-header .header-menu {
    width: 72%;
    height: 74px;
    padding: 0;
    align-items: center;
  }
  .bl-header .header-menu .icon__button--menu {
    display: none;
  }
  .bl-header .header-menu-list-wrapper {
    position: static;
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
    background: none;
  }
  .bl-header .header-menu-block {
    position: static;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0;
    background: none;
  }
  .bl-header .header-menu-list {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .bl-header .header-menu li a {
    color: #ffffff;
    border-bottom: none;
    font-size: 14px;
    padding: 5px;
  }
  .bl-header .header-menu li a:hover {
    color: #08c1d1;
  }
  .bl-header .header-menu-contact {
    margin-top: 0;
    padding: 0;
    color: #ffffff;
  }
  .bl-header .header-menu-contact__head {
    font-weight: bold;
    font-size: 13px;
  }
  .bl-header .header-menu-contact__body {
    margin-top: 4px;
    font-size: 12px;
  }
  .bl-header .header-menu-contact a {
    color: #ffffff;
  }
  .bl-header .header-menu-contact svg {
    fill: #ffffff;
  }
  .bl-header .online_store_icon {
    position: static;
    display: flex;
    align-items: center;
    height: 74px;
    margin: 0 10px;
  }
}
@media (min-width: 1024px) {
  .bl-header .header-menu-contact__head {
    font-size: 14px;
  }
  .bl-header .header-menu-contact__body {
    margin-top: 7px;
    font-size: 13px;
  }
  .bl-header .header-menu li a {
    font-size: 16px;
  }
  .bl-header .online_store_icon {
    width: 100px;
  }
}
/* ------------------------
共通
------------------------ */
html {
  height: 100%;
}

body {
  position: relative;
  font-family: "noto-sans-cjk-jp", sans-serif;
  line-height: 1.65;
}
body.modalOpen {
  overflow: hidden;
}

section {
  padding: 45px 20px;
}
@media screen and (min-width: 769px) {
  section {
    padding: 95px 45px;
  }
}

h3 {
  font-size: 30px;
}

strong {
  font-weight: bold;
}

.center {
  text-align: center;
}

.hide {
  display: none;
}

.visible-sp {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .visible-sp {
    display: none;
  }
}
.visible-pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .visible-pc {
    display: inline-block;
  }
}

.iv-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s linear;
}
.iv-fadein {
  opacity: 1;
  transform: none;
}

.heading {
  font-size: 24px;
  font-family: "serenity", sans-serif;
  line-height: 1;
  margin-bottom: 30px;
  color: #ef9235;
}
@media screen and (min-width: 769px) {
  .heading {
    font-size: 36px;
  }
}
.heading span {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 200;
  font-family: "serenity", sans-serif;
}
@media screen and (min-width: 769px) {
  .heading span {
    font-size: 14px;
  }
}

.btn-arw {
  text-align: right;
  margin-top: 20px;
  padding: 10px 30px 10px 10px;
  background-image: url(../images/arrow_black.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 20px;
}
.btn-arw a {
  font-weight: 500;
}
.btn-yellow {
  background: #ef9235;
  border: none;
  border-radius: 5px;
  color: #fff;
  padding: 12px 42px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  background-image: url(../images/arrow_white.png);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 20px;
  cursor: pointer;
}
.btn-back {
  margin-top: 45px;
  text-align: center;
}
.btn-back a {
  position: relative;
  padding: 10px 10px 10px 45px;
  border: 1px solid #3f3f3f;
  border-radius: 25px;
}
.btn-back a:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/arrow_black.png) no-repeat center;
  background-size: contain;
  transform: translateY(-50%) rotate(180deg);
  position: absolute;
  left: 15px;
  top: 50%;
}

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

.is-pc {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .is-pc {
    display: block !important;
  }
}

.en {
  font-family: "serenity", sans-serif;
  font-size: 60%;
  color: #ef9235;
}

.inner {
  max-width: 1240px;
  margin: 0 auto;
}
.inner-800 {
  max-width: 840px;
  margin: 0 auto;
}

.sect-of {
  background: #f2f2f2;
}

.section-title, .section-sub-title {
  line-height: 1.5;
  text-align: center;
}
.section-title .en, .section-sub-title .en {
  display: block;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .section-title .en, .section-sub-title .en {
    font-size: auto;
  }
}
.section-title {
  font-size: 28px;
}
@media screen and (min-width: 769px) {
  .section-title {
    font-size: 40px;
  }
}
.section-sub-title {
  font-size: 20px;
}
@media screen and (min-width: 769px) {
  .section-sub-title {
    font-size: 28px;
  }
}

.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
}

/* ------------------------
HERO
------------------------ */
.mv {
  position: relative;
}
.mv_img {
  position: sticky;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  overflow: hidden;
}
.mv_img video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv_img_overlay {
  opacity: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
}
.mv_logo {
  position: relative;
  height: calc(100svh - 54px);
  margin-top: -100vh;
  width: 100%;
  mix-blend-mode: plus-lighter;
}
@media screen and (min-width: 769px) {
  .mv_logo {
    height: calc(100svh - 74px);
  }
}
.mv_ttl {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 20px 45px;
}
@media screen and (min-width: 769px) {
  .mv_ttl {
    padding: 30px;
  }
}
.mv_ttl img {
  width: 70px;
}
@media screen and (min-width: 769px) {
  .mv_ttl img {
    width: 120px;
  }
}
.mv_ttl p {
  font-family: "serenity", sans-serif;
  font-size: 78px;
  color: #ffdea1;
  line-height: 0.9;
  font-weight: 200;
}
@media screen and (min-width: 769px) {
  .mv_ttl p {
    font-size: 120px;
  }
}
.mv_ttl span {
  display: block;
  margin-top: 8px;
  color: #fff;
}
.mv .lead {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 40vh 30px 30px;
}
@media screen and (min-width: 769px) {
  .mv .lead {
    padding: 50vh 30px 4%;
  }
}
.mv .lead:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: linear-gradient(0deg, #000, transparent);
}
.mv .lead_ttl {
  margin-bottom: 50px;
  font-size: 34px;
  font-family: "serenity", sans-serif;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .mv .lead_ttl {
    margin-bottom: 150px;
    font-size: 40px;
    color: #ef9235;
  }
}
.mv .lead_ttl span {
  display: block;
}
.mv .lead_ttl span + span {
  text-align: right;
}
.mv .lead_txt {
  position: relative;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.85;
  color: #fff;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .mv .lead_txt {
    max-width: 800px;
    margin: 0 auto 10px;
    font-size: 15px;
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 1280px;
  padding: 10px;
  border-bottom: 1px solid #dfdfdf;
}
.breadcrumb_item {
  position: relative;
  font-size: 10px;
}
.breadcrumb_item:first-child a {
  background: url(../images/icn-bl.svg) no-repeat 50%;
  background-size: contain;
  display: block;
  height: 14px;
  width: 20px;
}
.breadcrumb_item:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 0 1 auto;
}
.breadcrumb_item:not(:first-child) {
  margin-left: 10px;
  padding-left: 10px;
}
.breadcrumb_item:not(:first-child):before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: translate(-58%, -50%) rotate(-45deg);
}
.breadcrumb_item:not(:last-child) {
  white-space: nowrap;
}
.breadcrumb_item a {
  color: #1f74b1;
}

.imgArea {
  background: #000;
  padding: 45px 15px;
}
@media screen and (min-width: 769px) {
  .imgArea_mov {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.imgArea_mov p {
  margin-top: 5px;
  color: #fff;
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  .imgArea_mov p {
    margin-top: 10px;
    font-size: 13px;
    text-align: right;
  }
}

.imgSld {
  margin: 0 -15px;
}

.scroll_list_item {
  width: 74vw;
}
@media screen and (min-width: 769px) {
  .scroll_list_item {
    width: 27vw;
  }
}
.scroll_list_item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.btn-toform {
  position: fixed;
  bottom: 0;
  right: 0;
  border-top-left-radius: 10px;
  background: #6c6c6c;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.2s linear;
}
.btn-toform.is-hide {
  pointer-events: none;
  opacity: 0;
}
.btn-toform a {
  display: block;
  padding: 6px 16px;
  font-size: 11px;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .btn-toform a {
    padding: 10px 25px;
    font-size: 14px;
  }
}
.btn-toform .deadline span {
  font-weight: bold;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .btn-toform .deadline span {
    font-size: 18px;
  }
}
.btn-toform .deadline-contents {
  width: 40%;
  min-width: 300px;
  text-align: center;
  margin: 0 auto;
  padding: 1.5rem 4rem 0.5rem 4rem;
}
.btn-toform .txt {
  position: relative;
  padding-right: 10px;
}
.btn-toform .txt::after {
  content: "";
  position: absolute;
  top: 56%;
  right: -4px;
  width: 5px;
  height: 5px;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
}

@media screen and (min-width: 769px) {
  .contents_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.contents_item + .contents_item {
  margin-top: 45px;
}
@media screen and (min-width: 769px) {
  .contents_item + .contents_item {
    margin-top: 60px;
  }
}
@media screen and (min-width: 769px) {
  .contents_item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 769px) {
  .contents_item_head {
    width: 48%;
  }
}
@media screen and (min-width: 769px) {
  .contents_item_body {
    width: 48%;
  }
}
.contents_img {
  overflow: hidden;
  margin-top: 20px;
  border-radius: 25px;
}
.contents .movWrap {
  margin-top: 20px;
}
.contents .btn-arw {
  margin-top: 0;
}

/* PARTS------------------------ */
.parts {
  color: #fff;
  background: #000000;
}
.parts_list {
  padding: 30px 0 0;
}
.parts_list_item {
  position: relative;
}
@media screen and (min-width: 769px) {
  .parts_list_item {
    max-height: 500px;
    display: flex;
  }
  .parts_list_item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .parts_list_item:nth-child(even) .parts_list_txt {
    left: 0;
  }
}
.parts_list_item.hub .parts_list_img {
  background-image: url(../images/parts_hubs.jpg);
}
.parts_list_item.rim .parts_list_img {
  background-image: url(../images/parts_rim.jpg);
}
.parts_list_item.spoke .parts_list_img {
  background-image: url(../images/parts_spoke.jpg);
}
.parts_list_item.nipple .parts_list_img {
  background-image: url(../images/parts_nipple.jpg);
}
.parts_list_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0.8;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .parts_list_img {
    position: relative;
    width: 60%;
    height: auto;
    transform: none;
  }
}
.parts_list_img img {
  width: 100%;
  height: 100%;
}
.parts_list_txt {
  position: relative;
  margin: 10px 0;
  padding: 30px 10px;
}
@media screen and (min-width: 769px) {
  .parts_list_txt {
    width: 50%;
    padding: 30px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.parts_list_txt .item-title {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1;
  font-family: "serenity", sans-serif;
}
.parts_wheelList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.parts_wheelList_item {
  width: 48%;
  margin: 0 4% 4% 0;
}
@media screen and (min-width: 769px) {
  .parts_wheelList_item {
    width: 22%;
    margin-bottom: 2%;
  }
}
.parts_wheelList_item:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .parts_wheelList_item:nth-child(2n) {
    margin-right: 4%;
  }
}
@media screen and (min-width: 769px) {
  .parts_wheelList_item:nth-child(4n) {
    margin-right: 0;
  }
}
.parts_wheelList_item a {
  color: #fff;
}
.parts_wheelList_item .name {
  margin-top: 5px;
  line-height: 1.4;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .parts_wheelList_item .name {
    font-size: 14px;
  }
}
.parts_wheelList_item .price {
  margin-top: 5px;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .parts_wheelList_item .price {
    font-size: 14px;
  }
}
.parts .btn-arw {
  background: url(../images/arrow_white.png) no-repeat right;
  background-size: 20px;
}
.parts .btn-arw a {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .parts_btmTxt {
    text-align: right;
  }
}

/* PRICE------------------------------------*/
.price-list {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .price-list {
    display: flex;
    align-items: center;
  }
}
.price-list-item {
  display: flex;
  align-items: center;
  padding: 5px;
  border: solid 4px #bbb;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .price-list-item {
    display: block;
    width: 20%;
  }
}
.price-list-item img {
  width: 33%;
  padding: 5px;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .price-list-item img {
    width: 100%;
  }
}
.price-list-item .price-text {
  margin-left: 20px;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .price-list-item .price-text {
    margin-left: 0;
    text-align: center;
  }
}
.price-list-item h3 {
  font-size: 16px;
  font-weight: bold;
  font-family: "serenity", sans-serif;
}
.price-list-item p {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}
.price-list .plus {
  width: 20px;
  margin: 5px auto;
}
@media screen and (min-width: 769px) {
  .price-list .plus {
    width: 30px;
    margin: 0 5px;
  }
}

/* HOW TO ORDER------------------------------------ */
.howto {
  background: #404430;
  color: #fff;
}
.howto .contact {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.howto .contact a {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0 20px;
}
.howto .contact a img {
  width: 50px;
}
.howto .contact a span {
  font-family: "serenity", sans-serif;
  font-size: 30px;
  padding-left: 10px;
  color: #ef9235;
}

/* ------------------------------------
order form
------------------------------------ */
.make-account a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}

.section-form h3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  margin: 30px 0 5px;
  font-weight: 500;
}
.section-form h3.required::after {
  content: "※";
  position: absolute;
  font-size: 12px;
  color: #f00;
  font-weight: bold;
  top: -10px;
  left: 0px;
}
.section-form h3 a {
  font-size: 14px;
  color: #404430;
  padding-right: 30px;
  background-image: url(../images/arrow_black.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 20px;
  font-weight: 500;
}
.section-form .example {
  margin-bottom: 5px;
  font-size: 12px;
}
.section-form .example a {
  color: #404430;
  text-decoration: underline;
}
.section-form label {
  cursor: pointer;
}
.section-form label.payment {
  display: block;
  margin: 15px 15px 0 0;
  padding: 5px 15px;
  border: solid 4px #666959;
}
@media screen and (min-width: 769px) {
  .section-form label.payment {
    display: inline-block;
  }
}
.section-form input {
  width: 100%;
}
.section-form input[type=text], .section-form input[type=tel] {
  padding: 8px 10px;
  border-radius: 5px;
  font-size: 14px;
}
.section-form input[type=text]::-moz-placeholder, .section-form input[type=tel]::-moz-placeholder {
  color: #b9b9b9;
}
.section-form input[type=text]::placeholder, .section-form input[type=tel]::placeholder {
  color: #b9b9b9;
}
.section-form input[type=checkbox], .section-form input[type=radio] {
  display: none;
}
.section-form input[type=radio]:checked + label {
  border-color: #ef9235;
  color: #ef9235;
}
.section-form input.hide {
  margin-top: 10px;
}
.section-form .selectWrap {
  position: relative;
}
.section-form .selectWrap:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #757575;
  border-bottom: 2px solid #757575;
  transform: translateY(-58%) rotate(45deg);
  pointer-events: none;
}
.section-form select {
  width: 100%;
  padding: 8px 10px;
  font-size: 14px;
  border-radius: 5px;
  border-color: #757575;
  background: none;
}
@media screen and (min-width: 769px) {
  .section-form select {
    padding: 10px 15px;
    font-size: 16px;
  }
}
.section-form textarea {
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  font-size: 14px;
  border-radius: 5px;
  border-color: #757575;
}
@media screen and (min-width: 769px) {
  .section-form textarea {
    font-size: 16px;
  }
}
.section-form textarea::-moz-placeholder {
  color: #b9b9b9;
}
.section-form textarea::placeholder {
  color: #b9b9b9;
}
.section-form .form-note {
  min-height: 180px;
}
.section-form .variation-item {
  margin-top: 5px;
}
.section-form .variation-name {
  font-size: 12px;
}

.second-wheel {
  margin: 45px 0;
}
@media screen and (min-width: 769px) {
  .second-wheel {
    margin: 60px 0;
  }
}
.second-wheel .details {
  color: darkcyan;
}
.second-wheel .details .add-wheel-form {
  display: block;
  list-style: none;
  position: relative;
}
.second-wheel .details .add-wheel-form::marker {
  display: none;
  color: transparent;
}
.second-wheel .details .add-wheel-form .expand-check input[type=checkbox] {
  display: none;
}
.second-wheel .details .add-wheel-form .expand-check input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.second-wheel .details .add-wheel-form .expand-check label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.second-wheel .details .add-wheel-form .expand-check label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border: 1px solid #231815;
  background: #fff;
}
.second-wheel .details .add-wheel-form .expand-check label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: rotate(45deg);
  width: 5px;
  height: 9px;
  margin-top: -7px;
  border-right: 3px solid darkcyan;
  border-bottom: 3px solid darkcyan;
  opacity: 0;
}
.second-wheel .details .add-wheel-form .expand-check span {
  font-size: 14px;
}
.second-wheel .details .foldable {
  display: block;
}
.second-wheel .details .foldable.fold {
  display: none;
}
.second-wheel .details summary::-webkit-details-marker {
  display: none;
}
.second-wheel .form-adding-one {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.order-form-contact,
.order-form-misc,
.order-shipping {
  margin-top: 30px;
  border-top: dashed 1px #404430;
}
.order-form-contact_table,
.order-form-misc_table,
.order-shipping_table {
  overflow: auto;
  margin-top: 30px;
}
.order-form-contact_table dl,
.order-form-misc_table dl,
.order-shipping_table dl {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #e4e4e4;
}
.order-form-contact_table dt,
.order-form-misc_table dt,
.order-shipping_table dt {
  font-weight: bold;
}
.order-form-contact_table dd,
.order-form-misc_table dd,
.order-shipping_table dd {
  margin-top: 5px;
}
.order-form-contact_table tr,
.order-form-misc_table tr,
.order-shipping_table tr {
  border-bottom: 1px solid #ccc;
}
.order-form-contact_table th, .order-form-contact_table td,
.order-form-misc_table th,
.order-form-misc_table td,
.order-shipping_table th,
.order-shipping_table td {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 5px 10px;
}

.order-form-misc .example {
  margin-top: 15px;
}

.form_item_modalBtn {
  font-size: 14px;
  color: #404430;
  padding-right: 26px;
  background: url(../images/icn-plus.svg) right 5px center no-repeat;
  background-size: 20px;
  font-weight: bold;
  cursor: pointer;
  padding: 5px 30px 5px 10px;
  border: 1px solid #404430;
  border-radius: 20px;
}

.modal {
  position: fixed;
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
  width: 96%;
  height: 88%;
  padding-top: 30px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s linear;
}
@media screen and (min-width: 769px) {
  .modal {
    max-width: 1200px;
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
}
.modal_inner {
  height: 100%;
  padding: 10px 15px 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 2px solid #757575;
  background: #fff;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .modal_inner {
    padding: 3%;
  }
}
.modal_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 92px;
  height: 32px;
  padding-right: 10px;
  border: 2px solid #757575;
  border-bottom: none;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  z-index: 11;
  line-height: 30px;
  font-weight: bold;
  text-align: right;
  background: #fff;
  cursor: pointer;
}
.modal_close:before {
  content: "×";
  position: absolute;
  top: 0;
  left: 10px;
}
.modal_filter {
  margin: 0 -15px;
  padding: 0 15px 10px;
  border-bottom: 1px solid #757575;
}
@media screen and (min-width: 769px) {
  .modal_filter {
    margin: 0;
    padding: 0 2% 2%;
  }
}
.modal_filter_item {
  margin: 5px 0;
}
@media screen and (min-width: 769px) {
  .modal_filter_item {
    margin: 10px 0;
  }
}
.modal_content {
  height: calc(100% - 123px);
  overflow-y: auto;
}
.modal_content_anno {
  text-align: right;
  width: 100%;
  margin-top: 5px;
  font-size: 11px;
}
@media screen and (min-width: 769px) {
  .modal_content_anno {
    margin-top: 10px;
    font-size: 13px;
  }
}
.modal_content .btn-arw {
  margin-top: 0;
  padding: 5px 20px 5px 5px;
  font-size: 12px;
  background-size: 15px;
}
.modal_content .btn-arw a {
  font-weight: 400;
}
.modal_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 15px 0;
}
.modal_list.-noItem {
  height: 100%;
  align-items: center;
  justify-content: center;
}
.modal_list_item {
  width: 32%;
  margin: 0 2% 2% 0;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .modal_list_item {
    width: 18%;
    margin: 0 2.5% 2.5% 0;
  }
}
.modal_list_item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .modal_list_item:nth-child(3n) {
    margin-right: 2.5%;
  }
}
@media screen and (min-width: 769px) {
  .modal_list_item:nth-child(5n) {
    margin-right: 0;
  }
}
.modal_list_itemName {
  margin-top: 5px;
  font-size: 11px;
  color: #005b5d;
  line-height: 1.3;
  word-break: break-word;
}
@media screen and (min-width: 769px) {
  .modal_list_itemName {
    font-size: 13px;
  }
}
.modal_loading {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: calc(100% - 30px);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 2px solid #757575;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
}
.modal_loading_content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.modal_loading_content img {
  width: 160%;
}
@media screen and (min-width: 769px) {
  .modal_loading_content img {
    width: 100%;
  }
}
.modal_loading_content p {
  margin-top: 45px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.modal .spinner {
  width: 48px;
  height: 48px;
  border: 5px solid #ddd;
  border-top-color: #555;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.blink-text {
  animation: fadeInOut 2.5s ease-in-out infinite;
}

@keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.g-recaptcha {
  margin-top: 30px;
  padding-top: 30px;
  border-top: dashed 1px #404430;
}
.g-recaptcha > div {
  margin: 0 auto;
}

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

.validation-block {
  padding: 14px;
  border: #F00 solid 4px;
  border-radius: 10px;
  margin: 20px 0px;
}
.validation-block p {
  margin-top: 0px;
}

.validation-block p:last-child {
  margin-bottom: 0;
}

.modal-table {
  width: 100%;
  margin: 0 0 18px;
}

.modal-table th,
.modal-table td {
  font-size: 1.4em;
  padding: 6px 12px;
  border: #CCC solid 1px;
}

.modal-table th {
  width: 30%;
  background-color: #F9F9F9;
}

.modal-footer .btn-primary {
  background-color: #ef9235;
  border: #9b5e2c;
  color: #2d1d10;
}

.modal-footer .btn-primary:hover {
  background-color: #f4a053;
}

.pages .mv_img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.pages .mv_logo {
  height: auto;
  margin-top: 0;
}
.pages .mv_ttl {
  position: static;
  padding: 60px 20px;
}
@media screen and (min-width: 769px) {
  .pages .mv_ttl {
    padding: 8%;
  }
}
.pages .mv_ttl p {
  margin-top: 15px;
  font-size: 32px;
}
@media screen and (min-width: 769px) {
  .pages .mv_ttl p {
    font-size: 68px;
  }
}

.page-thanks {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.thanks {
  flex: 1 0 auto;
}
.thanks_txtArea {
  padding: 45px 20px 60px;
}
@media screen and (min-width: 769px) {
  .thanks_txtArea {
    padding: 8% 30px;
  }
}
.thanks_txtArea h2 {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .thanks_txtArea h2 {
    font-size: 30px;
  }
}
.thanks_txtArea h2 .en {
  display: block;
}
.thanks_txt {
  margin-bottom: 10px;
}

/* BESTBUY------------------------------------*/
.bestbuy_mechanic {
  background: #f2f2f2;
  margin: 30px 0 60px;
  padding: 20px 15px 30px;
  border-radius: 8px;
}
@media screen and (min-width: 769px) {
  .bestbuy_mechanic {
    margin: 60px 0 90px;
    padding: 30px;
  }
}
.bestbuy_mechanic_ttl {
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 2px dashed #ddd;
}
@media screen and (min-width: 769px) {
  .bestbuy_mechanic_ttl {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  .bestbuy_mechanic_list {
    display: flex;
    flex-wrap: wrap;
  }
}
.bestbuy_mechanic_item {
  display: flex;
  align-items: flex-start;
  font-size: 11px;
}
@media screen and (min-width: 769px) {
  .bestbuy_mechanic_item {
    width: 48%;
    margin: 4% 4% 0 0;
  }
}
.bestbuy_mechanic_item + .bestbuy_mechanic_item {
  margin-top: 35px;
}
@media screen and (min-width: 769px) {
  .bestbuy_mechanic_item + .bestbuy_mechanic_item {
    margin: 4% 4% 0 0;
  }
}
@media screen and (min-width: 769px) {
  .bestbuy_mechanic_item:nth-child(2n) {
    margin-right: 0;
  }
}
.bestbuy_mechanic_txtArea {
  margin-left: 5%;
}
.bestbuy_mechanic_name {
  font-size: 16px;
  font-weight: 500;
}
.bestbuy_mechanic_name span {
  margin-left: 20px;
  font-size: 10px;
  font-weight: 400;
}
.bestbuy_mechanic_txt {
  margin-top: 5px;
}
@media screen and (min-width: 769px) {
  .bestbuy_mechanic_txt {
    font-size: 12px;
  }
}
.bestbuy_cat {
  margin: 45px 0;
}
@media screen and (min-width: 769px) {
  .bestbuy_cat {
    margin: 60px 0;
  }
}
.bestbuy_cat_ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .bestbuy_cat_ttl {
    justify-content: center;
    font-size: 26px;
  }
}
.bestbuy_cat_auth {
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .bestbuy_cat_auth {
    margin-left: 45px;
  }
}
.bestbuy_cat_auth .face {
  position: relative;
  margin-right: 15px;
}
.bestbuy_cat_auth .face p {
  font-size: 11px;
  text-align: center;
  font-weight: 400;
}
.bestbuy_cat_cmnt {
  margin: 10px 0;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .bestbuy_cat_cmnt {
    text-align: center;
    font-size: 13px;
  }
}
.bestbuy_cat.-pist .bestbuy_list_item a {
  border-color: #ff5a2e;
  background: #fff8f7;
}
.bestbuy_cat.-pist .bestbuy_list_item a:before {
  background: #ff5a2e;
}
.bestbuy_cat.-pist .bestbuy_list_item a:after {
  color: #ff5a2e;
}
.bestbuy_cat.-gravel .bestbuy_list_item a {
  border-color: #e7b430;
  background: #fffbf2;
}
.bestbuy_cat.-gravel .bestbuy_list_item a:before {
  background: #e7b430;
}
.bestbuy_cat.-gravel .bestbuy_list_item a:after {
  color: #e7b430;
}
.bestbuy_cat.-road .bestbuy_list_item a {
  border-color: #4c86d6;
  background: #f5faff;
}
.bestbuy_cat.-road .bestbuy_list_item a:before {
  background: #4c86d6;
}
.bestbuy_cat.-road .bestbuy_list_item a:after {
  color: #4c86d6;
}
.bestbuy_cat.-touring .bestbuy_list_item a {
  border-color: #4cd682;
  background: #f3fcf6;
}
.bestbuy_cat.-touring .bestbuy_list_item a:before {
  background: #4cd682;
}
.bestbuy_cat.-touring .bestbuy_list_item a:after {
  color: #4cd682;
}
.bestbuy_list {
  overflow: hidden;
  margin: 0 -20px;
  padding: 15px 0;
}
@media screen and (min-width: 769px) {
  .bestbuy_list {
    margin: 0 -45px;
    padding: 45px 0;
  }
}
.bestbuy_list:not(.is-overflow) .splide__list {
  justify-content: center;
}
.bestbuy_list:not(.is-overflow) .splide__arrow {
  display: none;
}
.bestbuy_list .splide__track {
  overflow: visible;
  padding: 0 20px !important;
}
@media screen and (min-width: 769px) {
  .bestbuy_list .splide__track {
    padding: 0 45px !important;
  }
}
.bestbuy_list .splide__slide:last-child {
  margin-right: 0 !important;
}
.bestbuy_list .splide__pagination {
  bottom: 0;
}
.bestbuy_list .splide__pagination__page.is-active {
  background: #000;
}
.bestbuy_list_item:first-child a::after {
  content: "1";
}
.bestbuy_list_item:nth-child(2) a::after {
  content: "2";
}
.bestbuy_list_item:nth-child(3) a::after {
  content: "3";
}
.bestbuy_list_item a {
  position: relative;
  padding: 20px;
  display: block;
  border-radius: 30px;
  border: 4px solid;
}
@media screen and (min-width: 769px) {
  .bestbuy_list_item a {
    padding: 30px;
  }
}
.bestbuy_list_item a::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 12px;
  width: 60px;
  height: 82px;
  border-radius: 50%;
  background: #ffb62e;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%) rotate(24deg);
  z-index: -1;
}
.bestbuy_list_item a::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 42px;
  font-weight: bold;
  font-family: "serenity", sans-serif;
}
.bestbuy_list_item .ttl {
  padding-left: 30px;
  font-weight: bold;
}
.bestbuy_list_item .price {
  margin-top: 5px;
  text-align: right;
  font-size: 12px;
}
.bestbuy_list_item .link {
  margin-top: 15px;
  text-align: right;
  font-weight: 500;
  padding-right: 25px;
  background: url(../images/arrow_black.png) no-repeat center right;
  background-size: 18px;
}
.bestbuy_list_item .cmnt {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .bestbuy_list_item .cmnt {
    margin-top: 20px;
    font-size: 14px;
  }
}
.bestbuy_list_item .cmnt span {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 15px;
  border: 1px solid #989898;
  font-weight: bold;
  font-size: 10px;
  background: #fff;
  color: #333;
}
@media screen and (min-width: 769px) {
  .bestbuy_list_item .cmnt span {
    font-size: 11px;
  }
}
.bestbuy_list_item img {
  margin-top: 10px;
}

/* ------------------------------------
FOOTER
------------------------------------ */
footer {
  background: #404430;
  margin-top: 30px;
}
footer a {
  color: #fff;
}
footer .copyright {
  padding: 20px 0;
  background: #000;
  text-align: center;
}

.store {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 0;
}
.store .store-img {
  padding: 10px;
  max-width: 300px;
}
.store .store-text {
  text-align: left;
  padding: 10px;
  max-width: 300px;
}
.store .store-text strong {
  font-size: 16px;
}
.store .store-text a {
  text-decoration: underline;
}
.store .store-text p {
  margin-top: 10px;
  line-height: 1;
}/*# sourceMappingURL=style.css.map */