@charset "UTF-8";
/* ***************************************
font Setting
*************************************** */
/*----------------------------------------
breakpoint Setting
----------------------------------------*/
/*========================================
  全体設定
========================================*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@100..900&display=swap");
html,
body {
  width: 100%;
  /*height: 100%;*/
}

body {
  min-width: 320px;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

/*----------------------------------------
	フォントサイズ
----------------------------------------*/
html {
  font-size: 56.25%;
  /* 9px */
}

@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
    /* 10px */
  }
}
body {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  margin: 0 auto;
}

/*----------------------------------------
	共通css
----------------------------------------*/
a:link,
a:visited,
a:active {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: top;
}

/*overflowで要素内をスクロールした時にiOSでスムーズにスクロールされない問題を解決*/
/*慣性スクロールにする*/
.inline_block {
  display: inline-block;
}

.text-css {
  line-break: strict;
}

@media screen and (min-width: 768px) {
  .css-pc-br::after {
    content: "\a";
    white-space: pre;
  }
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .css-sp-br::after {
    content: "\a";
    white-space: pre;
  }
  .sp_none {
    display: none;
  }
}
.obj-fit-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;"; /*IE用*/
}

.bold {
  font-weight: bold;
}

.font_size--068 {
  font-size: 0.68em;
}

.font_size--078 {
  font-size: 0.78em;
}

.font_size--088 {
  font-size: 0.88em;
}

.font_size--093 {
  font-size: 0.93em;
}

.font_size--11 {
  font-size: 1.1em;
}

.font_size--12 {
  font-size: 1.2em;
}

.font_size--13 {
  font-size: 1.3em;
}

.font_size--15 {
  font-size: 1.5em;
}

.font_size--18 {
  font-size: 1.8em;
}

.font_size--20 {
  font-size: 2em;
}

/*----------------------------------------
.header
----------------------------------------*/
/*----------------------------------------
.breadcrumbs
----------------------------------------*/
.breadcrumbs {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  padding: 0.5rem 0.5em;
  color: #4d4d4d;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.breadcrumbs__list {
  display: flex;
}
.breadcrumbs__item {
  position: relative;
  display: block;
  padding-right: 1.6rem;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0.8rem;
  width: 0;
  height: 1em;
  border-right: 1px solid;
  transform: rotate(30deg);
}
.breadcrumbs__item:not(:last-child) a {
  text-decoration: underline;
}
.breadcrumbs__item:last-child a {
  pointer-events: none;
}

/*----------------------------------------
.footer
----------------------------------------*/
.footer {
  font-size: 1.5rem;
  position: relative;
  background-color: #fff;
  color: #4d4d4d;
}
.footer__inner {
  padding: 2rem 0;
  text-align: center;
}
.footer__logo {
  width: 9rem;
  margin: 0 auto 0.3rem;
}
.footer__logo_inner {
  display: block;
}
.footer__list {
  margin-bottom: 1.5rem;
}
.footer__item {
  margin-bottom: 0.5rem;
}
.footer__copy {
  line-height: 1.4;
  opacity: 0.7;
}

/*----------------------------------------
.page_top
----------------------------------------*/
.page_top {
  position: fixed;
  bottom: -5rem;
  right: 0;
  transition: 0.3s;
  z-index: 3;
  color: #fff;
}
.page_top.fixed {
  bottom: 0;
}
.page_top__inner {
  background: #2d2d2d;
  text-decoration: none;
  width: 5rem;
  height: 5rem;
  text-align: center;
  display: block;
  position: relative;
}
.page_top__inner::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  bottom: 0;
  left: 0;
  right: 0;
  width: 13px;
  height: 13px;
  margin: auto;
  display: block;
  border-left: 2px solid;
  border-top: 2px solid;
  transform: rotate(45deg);
}

.wrapper {
  font-family: "M PLUS 2", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

.wrapper {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  position: relative;
  background-color: #fff;
  color: #4d4d4d;
}

.main_visual {
  /*background-color: $main-color;
  &__inner {
    max-width: min(80%, 54rem);
    margin: 0 auto;
  }
  &__title {
    padding-top: 0.5rem;
    text-align: center;
    font-size: min(5vw, 3rem);
    color: #fff;
    font-weight: 500;
  }
  &__title {
    text-align: center;
    background-color: $base-color;
    color: $accent-color;
    padding: 0.3em 1rem 0.6em;
    font-size: min(6vw, 2em);
    font-weight: 500;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
    &::before,
    &::after {
      content: "◆";
      font-size: 0.68em;
      vertical-align: 8%;
      margin: 0 -0.3em;
    }
  }
  &__image {
    padding-left: 10%;
    img {
      margin-bottom: -2.5%;
    }
  }*/
}

.footer__inner {
  padding-left: 1rem;
  padding-right: 1rem;
}
.footer__list {
  margin-bottom: 2rem;
}
.footer__item--shop_neme {
  font-size: 1.1em;
}
.footer__copy {
  font-size: 0.93em;
}

.section__inner {
  padding: 1rem 1rem 3rem;
}
.section__text_box {
  text-align: center;
  padding: 1.5rem 0;
  font-size: 1.7rem;
}
.section__text_box--padding {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.section__text_box_inner--frame {
  font-size: 1.6rem;
  border: 1px solid;
  display: inline-block;
  padding: 1rem 0.8em;
}
@media screen and (max-width: 767px) {
  .section__text_box_inner--frame {
    text-align: left;
  }
}
.section__text {
  margin-bottom: 0.5rem;
}
.section__text--sub {
  font-size: 1.6rem;
}

.option {
  max-width: 1400px;
  margin: auto;
}
.option__list {
  padding: 1rem 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  counter-reset: number 0;
}
@media screen and (min-width: 768px) {
  .option__list {
    padding-bottom: 3rem;
  }
}
.option__item {
  width: 50%;
  margin-bottom: 2rem;
  padding: 0 0.5rem;
  width: 50%;
}
@media screen and (min-width: 576px) {
  .option__item {
    width: 33.333%;
  }
}
@media screen and (min-width: 768px) {
  .option__item {
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .option__item {
    padding: 0 1rem;
    width: 20%;
  }
}
.option__item > form {
  height: 100%;
}
.option__item_inner {
  display: block;
  height: 100%;
  font-size: 2.2vw;
  border: 2px solid;
  border-radius: 0.3rem;
  position: relative;
}
@media screen and (min-width: 576px) {
  .option__item_inner {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .option__item_inner {
    border-width: 3px;
  }
}
.option__item_image {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  z-index: 1;
  position: relative;
  background-color: #fff;
}
.option__item_image::before {
  counter-increment: number 1;
  content: counter(number);
  position: absolute;
  width: 4.5rem;
  height: 4.5rem;
  box-sizing: border-box;
  border-radius: 50%;
  text-align: center;
  font-size: 2.7rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -0.6rem;
  left: -0.7rem;
}
@media screen and (min-width: 768px) {
  .option__item_image::before {
    top: 0.1rem;
    left: 0.1rem;
  }
}
.option__item_image img {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s linear;
  -o-object-fit: contain;
     object-fit: contain;
}
.option__item_image::after {
  position: absolute;
  margin: auto;
  z-index: 1;
  content: "対応モデルを見る";
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: rgba(255, 255, 255, 0.8);
  color: #4d4d4d;
}
@media screen and (min-width: 768px) {
  .option__item_image::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
  }
  a:hover .option__item_image::after {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .option__item_image::after {
    right: 0.5rem;
    bottom: 0.5rem;
    text-decoration: underline;
    font-size: min(3.3vw, 1.4rem);
  }
}
.option__item_data {
  padding: 0.8rem 0 1rem;
}
@media screen and (min-width: 768px) {
  .option__item_data {
    padding: 1.2rem 0;
  }
}
.option__item_name {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.2;
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  .option__item_name {
    padding-bottom: 0.6rem;
  }
}
.option__item_name_hosoku {
  font-size: 0.78em;
  display: inline-block;
}
.option__item_text {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  margin-top: -0.4rem;
}
@media screen and (min-width: 768px) {
  .option__item_text {
    margin-top: -0.6rem;
  }
}
.option__item_deco {
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .option__item_deco {
    padding-top: 0.1em;
  }
}
.option__item_deco_inner {
  font-size: min(2em, 2rem);
}
@media screen and (min-width: 768px) {
  .option__item_deco_inner {
    font-size: 1.8em;
  }
}
.option__item_deco--free .option__item_deco_inner {
  letter-spacing: 0.1em;
}
.option__item_deco_inner .font_size--sm {
  font-size: 0.8em;
  padding-left: 0.1rem;
  vertical-align: 4%;
}
.option__item_icon_inner {
  font-size: 0;
  display: block;
  margin: auto;
  position: absolute;
  top: -1.2rem;
  left: -1rem;
  width: 5rem;
  height: 5rem;
  z-index: 1;
}
@media screen and (min-width: 576px) {
  .option__item_icon_inner {
    width: 6rem;
    height: 6rem;
    left: -1.2rem;
  }
}
.option__item_icon_inner::before, .option__item_icon_inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
}
.option__item_icon_inner::before {
  background-image: url(../../../../common_846/op_model/img/new_bg.svg);
}
.option__item_icon_inner::after {
  background-image: url(../img/new.svg);
}/*# sourceMappingURL=common.css.map */