@charset "UTF-8";
/* ***************************************
font Setting
*************************************** */
/*----------------------------------------
breakpoint Setting
----------------------------------------*/
/*========================================
  全体設定
========================================*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alice&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;500;700&family=Zen+Kaku+Gothic+New:wght@400;500;700;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);
}

.option__item_data, .section__text_box, .main_visual__text_inner, .main_visual__sub_tilte {
  font-family: fot-udmarugo-small-pr6n, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.main_visual__main_tilte {
  font-family: fot-chiaro-std, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wrapper {
  background-color: white;
}

@media screen and (min-width: 768px) {
  .main_visual {
    padding-bottom: 2rem;
  }
}
.main_visual__inner {
  max-width: 1200px;
  margin: auto;
  padding: 1.5rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .main_visual__inner {
    display: flex;
    align-items: flex-end;
  }
}
.main_visual__image {
  max-width: 40rem;
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .main_visual__image {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .main_visual__image {
    width: 35%;
  }
}
.main_visual__text_area {
  font-size: 2vw;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .main_visual__text_area {
    line-height: 1.25;
    width: 65%;
    padding-left: 3%;
    text-align: right;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .main_visual__text_area {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1200px) {
  .main_visual__text_area {
    font-size: 1.6rem;
  }
}
.main_visual__main_tilte {
  color: #ef839b;
  font-size: 3em;
  letter-spacing: -0.02em;
}
.main_visual__sub_tilte {
  margin-bottom: 1rem;
  font-size: 2.4em;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .main_visual__sub_tilte {
    font-size: 2.425em;
    letter-spacing: 0.02em;
    padding: 0 0.1em;
  }
}
.main_visual__text_inner {
  color: #827e7b;
  font-size: max(1.5rem, 1.5em);
  border: 1px solid #9e978d;
  display: inline-block;
  padding: 0.15em 1em;
}

.footer {
  background-color: rgba(255, 255, 255, 0.3);
  color: #4a4438;
}

.page_top__inner {
  background: #ef839b;
}

@media screen and (min-width: 768px) {
  .section__text_box {
    font-size: 1.8rem;
  }
}
.section__text_box_inner--frame {
  color: #ef839b;
}

.option__item_inner {
  background-color: #f7d3d3;
  border: 1px solid #f3bdbd;
  border-radius: 0;
}
.option__item_image {
  border-bottom: 1px solid #c1b6a7;
}
@media screen and (max-width: 767px) {
  .option__item_image::after {
    content: none;
  }
}
.option__item_image::before {
  font-family: "Alice", serif;
  font-size: 3.3rem;
  background-color: #ef839b;
  border: 2px solid;
  color: #fff;
  z-index: 2;
  top: auto;
  bottom: -1rem;
  left: 0.1rem;
  padding-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  .option__item_image::before {
    left: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .option__item_data {
    padding-bottom: 3rem;
  }
  .option__item_data::after {
    display: block;
    width: 100%;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0.3rem 0.3rem;
    font-size: min(3.5vw, 1.5rem);
    letter-spacing: 0.05em;
    content: "対応モデルを見る≫";
    color: #5c5cdc;
  }
}
.option__item_name {
  font-weight: 700;
}/*# sourceMappingURL=style.css.map */