@charset "UTF-8";
/*リセット
--------------------------------------------*/
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;
}

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* common
---------------------------------------------*/
html,
body {
  font-family: "Roboto Condensed", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  width: 100%;
  height: 100%;
  line-height: 1.6;
  background: #fff;
  font-feature-settings: "palt";
  letter-spacing: 1.5px;
}
@media screen and (min-width: 769px) {
  html,
body {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  html,
body {
    font-size: 12px;
  }
}

img {
  width: 100%;
  display: block;
}

a {
  color: #000;
}

.spNone {
  display: block;
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}

.pcNone {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block !important;
  }
}

p#toptopage {
  position: fixed;
  bottom: 5%;
  right: 5%;
}

/* content
---------------------------------------------*/
.fv {
  margin-bottom: 100px;
  height: 100vh;
  display: block;
}
.fv .bg {
  background-color: rgba(194, 175, 142, 0.7);
  height: 100vh;
  display: flex;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .fv .bg {
    height: auto;
  }
}
.fv .container {
  margin-right: 0;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .fv .container {
    display: block;
    margin: 0 auto;
    align-items: flex-end;
  }
}
.fv .container .right_wrap {
  width: 75%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .fv .container .right_wrap {
    width: 90%;
    margin: 0 auto;
  }
}
.fv .container .left_wrap {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .fv .container .left_wrap {
    width: 90%;
    margin: 20px auto;
  }
}
.fv .container .left_wrap h1 {
  width: 30%;
  margin: 10% auto;
}
@media screen and (max-width: 768px) {
  .fv .container .left_wrap h1 {
    width: 100%;
    margin: 0 auto;
  }
}

div#content {
  margin: 0 auto 100px;
}
@media screen and (min-width: 769px) {
  div#content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  div#content {
    width: 100%;
  }
}
div#content p.desc {
  font-family: "Libre Baskerville", serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  text-align: center;
  align-items: center;
  margin: 100px 0;
}
@media screen and (min-width: 769px) {
  div#content p.desc {
    font-size: 12px;
    line-height: 3em;
    letter-spacing: 0.25em;
  }
}
@media screen and (max-width: 768px) {
  div#content p.desc {
    font-size: 13px;
    width: 90%;
    margin: 100px auto;
    letter-spacing: 0.3em;
    line-height: 2.3em;
    text-align: left;
  }
}
div#content div.menu {
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  div#content div.menu {
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  div#content div.menu {
    padding: 25px 0;
  }
}
div#content div.menu div {
  max-width: 1000px;
  margin: 0 auto;
}
div#content div.menu div ul {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (min-width: 769px) {
  div#content div.menu div ul {
    height: 40px;
    justify-content: center;
    width: 75%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  div#content div.menu div ul {
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
  }
}
div#content div.menu div ul li {
  border-right: 1px dotted #000;
}
@media screen and (min-width: 769px) {
  div#content div.menu div ul li {
    width: 150px;
    margin-bottom: 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  div#content div.menu div ul li {
    width: calc((100% - 4px) / 3);
    margin-bottom: 15px;
    font-size: 12px;
  }
}
div#content div.menu div ul li:nth-child(1) {
  border-left: 1px dotted #000;
}
@media screen and (max-width: 768px) {
  div#content div.menu div ul li:nth-child(4) {
    border-left: 1px dotted #000;
  }
}
div#content div.menu div ul li span {
  color: #d38c55;
  font-size: 13px;
}
div#content div.menu div ul li a {
  text-decoration: none;
  position: relative;
  display: inline-block;
}
div#content div.menu div ul li a:hover span.maru {
  display: inline-block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #8b8a8a;
  margin: 0 5px 1px 0;
}
div#content div.item_box {
  max-width: 1200px;
  margin: auto;
}
@media screen and (min-width: 769px) {
  div#content div.item_box {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  div#content div.item_box {
    margin-top: 60px;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box div.textarea {
    box-sizing: border-box;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  div#content div.item_box div.textarea {
    margin-bottom: 30px;
  }
}
div#content div.item_box div.textarea h3 {
  text-align: center;
}
div#content div.item_box div.textarea h3 .h3_sub {
  font-family: "Libre Baskerville", serif;
  color: #d38c55;
}
@media screen and (min-width: 769px) {
  div#content div.item_box div.textarea h3 .h3_sub {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  div#content div.item_box div.textarea h3 .h3_sub {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box div.textarea h3 .h3_num {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  div#content div.item_box div.textarea h3 .h3_num {
    font-size: 19px;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box div.textarea h3 {
    font-size: 42px;
    padding-bottom: 30px;
    line-height: 38px;
  }
}
@media screen and (max-width: 768px) {
  div#content div.item_box div.textarea h3 {
    font-size: 28px;
    padding-bottom: 5px;
    line-height: 30px;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box div.textarea p {
    width: 650px;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  div#content div.item_box div.textarea p {
    width: 90%;
    margin: 18px auto 0;
    letter-spacing: 0.1em;
  }
}
div#content div.item_box ul {
  word-break: break-all;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  div#content div.item_box ul {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  div#content div.item_box ul {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box ul li {
    width: calc(25% - 24px);
    margin-bottom: 48px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  div#content div.item_box ul li {
    width: 50%;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 768px) {
  div#content div.item_box ul li:nth-child(odd) {
    box-sizing: border-box;
    padding-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  div#content div.item_box ul li:nth-child(even) {
    box-sizing: border-box;
    padding-left: 5px;
  }
}
div#content div.item_box ul li a {
  color: #000;
  text-decoration: none;
}
div#content div.item_box ul li a div {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  div#content div.item_box ul li a p {
    margin-top: 15px;
    line-height: 2.3em;
  }
}
@media screen and (max-width: 768px) {
  div#content div.item_box ul li a p {
    font-size: 10px;
    margin-top: 12px;
    line-height: 2.3em;
    letter-spacing: 0.1em;
  }
}
div#content div.item_box ul li a p span.bold {
  font-family: "Libre Baskerville", serif;
  font-size: 10px;
  font-weight: bold;
  color: #d38c55;
}
div#content div.item_box ul li a p span.Xs {
  font-size: 10px;
}
div#content div.item_box ul li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
div#content div.item_box ul li .soon {
  pointer-events: none;
}
div#content div.item_box ul li .soon:hover img {
  opacity: 1;
  filter: alpha(opacity=1);
  -ms-filter: "alpha(opacity=1)";
}
div#content .items_btn {
  text-align: center;
  font-size: 15px;
  margin: 0 auto;
}
div#content .items_btn a {
  text-decoration: none;
  border: 1px solid #000;
  padding: 15px 0;
  width: 400px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div#content .items_btn a {
    width: 80%;
  }
}
div#content .hat_btn {
  margin-bottom: 10px;
}

footer ul li {
  text-align: center;
}
@media screen and (min-width: 769px) {
  footer ul li {
    font-size: 16px;
    font-weight: bold;
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  footer ul li {
    font-size: 14px;
    font-weight: bold;
    margin-top: 50px;
  }
}
footer p {
  text-align: center;
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  footer p {
    margin: 40px auto 20px auto;
  }
}
@media screen and (max-width: 768px) {
  footer p {
    margin: 30px auto;
  }
}

@media screen and (min-width: 769px) {
  p#toptopage {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 768px) {
  p#toptopage {
    width: 20px;
    height: 20px;
  }
}

/* scss読み込み
---------------------------------------------*/
/* アニメーション
---------------------------------------------*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important;
}

.fuwatAnime2nd {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.fuwatAnime3rd {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.fuwatAnime4th {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.duration-02s {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.delay-01s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-015s {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.delay-02s {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

/* ---------------------------------------------------
otona_menu
--------------------------------------------------- */
#otona_menu {
  letter-spacing: 1.5px;
  font-feature-settings: "palt";
}
#otona_menu .eg {
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  #otona_menu {
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 768px) {
  #otona_menu {
    font-size: 12px;
    line-height: 18px;
  }
}
#otona_menu a {
  text-decoration: none;
  color: #000;
  display: block;
}
#otona_menu img {
  width: 100%;
  vertical-align: middle;
}
#otona_menu #header {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #otona_menu #header {
    height: 120px;
    padding: 0 50px;
    position: fixed;
    z-index: 1;
  }
}
@media screen and (min-width: 769px) {
  #otona_menu #header .online {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  #otona_menu #header .online {
    position: fixed;
    z-index: 1;
    top: 30px;
    left: 30px;
  }
}
#otona_menu #nav-pop {
  transition: height 0.4s linear;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background: #fff;
  z-index: 101;
  overflow-y: auto;
}
@media screen and (min-width: 769px) {
  #otona_menu #nav-pop {
    height: 100vh;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  #otona_menu #nav-pop .pop-nav {
    width: 80%;
    margin: 100px auto;
  }
}
@media screen and (max-width: 768px) {
  #otona_menu #nav-pop .pop-nav {
    margin: 100px auto;
    width: 90%;
  }
}
#otona_menu #nav-pop .pop-nav .nav_tit {
  text-align: center;
  font-size: 20px;
}
#otona_menu #nav-pop .pop-nav .brands ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 769px) {
  #otona_menu #nav-pop .pop-nav .brands ul {
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  #otona_menu #nav-pop .pop-nav .brands ul {
    justify-content: space-between;
    padding: 30px 0;
  }
}
@media screen and (min-width: 769px) {
  #otona_menu #nav-pop .pop-nav .brands li {
    width: 14.2857142857%;
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  #otona_menu #nav-pop .pop-nav .brands li {
    width: calc(50% - 10px);
    padding: 10px 0;
  }
}
#otona_menu #nav-pop .pop-nav .nav_link {
  margin-top: 70px;
}
@media screen and (min-width: 769px) {
  #otona_menu #nav-pop .pop-nav .nav_link {
    display: flex;
    justify-content: center;
  }
}
#otona_menu #nav-pop .pop-nav .nav_link a {
  border: 1px solid #000;
  padding: 15px 0;
  width: 300px;
  margin: 0 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #otona_menu #nav-pop .pop-nav .nav_link a {
    margin-bottom: 30px;
  }
}
#otona_menu #nav-pop .pop-nav .nav_link a:hover {
  background-color: #ccc;
  border: none;
}
#otona_menu #btn-menu-nav,
#otona_menu #nav-pop .close {
  position: fixed;
  z-index: 99;
  right: 5%;
  top: 55px;
  z-index: 99;
  width: 50px;
  height: 19px;
}
@media screen and (max-width: 768px) {
  #otona_menu #btn-menu-nav,
#otona_menu #nav-pop .close {
    top: 30px;
    right: 30px;
  }
}
#otona_menu #btn-menu-nav {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
#otona_menu #btn-menu-nav span {
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  transition: all 0.3s ease-out;
  background: #000 !important;
}
#otona_menu #nav-pop .close {
  display: block;
  cursor: pointer;
  transform: translateY(40%);
}
#otona_menu #nav-pop .close span {
  width: 100%;
  height: 1px;
  background: #000;
  display: block;
  transform: rotate(30deg);
}
#otona_menu #nav-pop .close span:last-child {
  transform: rotate(-30deg);
}/*# sourceMappingURL=style.css.map */