@charset "UTF-8";
/*---------------------------------------------
メディアクエリー
---------------------------------------------*/
/*---------------------------------------------
共通
---------------------------------------------*/
html {
  color: #000;
}

.font {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-style: normal;
  font-weight: 300;
}

a {
  color: #000;
  text-decoration: none;
}

/*リセット
--------------------------------------------*/
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, sub, sup, 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

/*---------------------------------------------
FV
---------------------------------------------*/
.fv .sp_fv {
  background-image: url(../images/sp_main.jpg);
  height: 87vh;
  width: auto;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 769px) {
  .fv .pc_fv {
    background-image: url(../images/pc_main.jpg);
    height: 100vh;
    width: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
  }
}
.fv .title {
  position: absolute;
  width: 76%;
  top: 4%;
  left: 8%;
}
@media screen and (min-width: 769px) {
  .fv .title {
    width: 34%;
    top: 8%;
    left: initial;
    right: 3%;
  }
}
.fv .otona_logo {
  position: absolute;
  width: 19%;
  bottom: 4%;
  right: 5%;
}
@media screen and (min-width: 769px) {
  .fv .otona_logo {
    width: 8%;
    bottom: 6%;
    right: initial;
    left: 3%;
  }
}

/*---------------------------------------------
read
---------------------------------------------*/
.read {
  width: 83%;
  font-size: 14px;
  line-height: 2.4;
  text-align: center;
  margin: 60px auto 100px;
}
@media screen and (min-width: 769px) {
  .read {
    margin-top: 120px;
    line-height: 3;
    width: 100%;
	font-size: 13px;
  }
}

/*---------------------------------------------
box
---------------------------------------------*/
.box {
  margin-top: 100px;
}
@media screen and (min-width: 769px) {
  .box {
    max-width: 1100px;
    margin: 140px auto;
  }
}

@media screen and (min-width: 769px) {
  .pc_flex {
    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;
  }
  .pc_flex .main_image {
    width: 52%;
    padding: 0 20px;
  }
  .reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.left {
  width: 87%;
}

.right {
  width: 87%;
  margin-left: auto;
}

.center {
  width: 87%;
  margin: 100px auto;
}

.credit .c_text {
  display: block;
  font-size: 11px;
  margin-top: 40px;
  margin-bottom: 5px;
}
.credit .link {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.credit .link :hover {
  opacity: 0.6;
}
.credit .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.credit .flex .thumb {
  width: 60px;
}
.credit .flex .item_brand {
  margin-left: 10px;
}
.credit .flex .item_price {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
  width: 90%;
  line-height: 1.3;
}
.credit .flex .brand {
  display: block;
  line-height: 1.2;
  font-size: 11px;
  color: #6f6f6f;
}
.credit .flex .buy_btn {
  font-size: 13px;
  background: #000;
  width: 30px;
  text-align: center;
  padding: 2px 10px;
  color: #fff;
  margin-left: auto;
}
.credit .soon .buy_btn {
  font-size: 11px;
  background: #fff;
  border: 1px solid #6f6f6f;
  color: #6f6f6f;
  width: 50px;
}
@media screen and (min-width: 769px) {
  .credit .soon .buy_btn {
    width: 100px;
	font-size: 12px;
  }
}

.a_right {
  width: 90%;
  margin-left: auto;
}

.a_left {
  width: 90%;
  margin-right: auto;
}

.a_center {
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .a_right,
  .a_left,
  .a_center {
    margin: 0 auto;
    width: 392px;
  }
}

.other {
  width: 50%;
  margin: 200px auto;
}
@media screen and (min-width: 769px) {
  .other {
    width: 500px;
    margin: 300px auto;
  }
}

.last_box {
  margin-bottom: 200px;
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
}/*# sourceMappingURL=style.css.map */