@charset "UTF-8";
/*リセット
--------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

ul, li {
  list-style: none;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*フォント
---------------------------------------------*/
.jp {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.eg {
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: normal;
}

.gi {
  font-family: "garamond-premier-pro-subhead", serif;
  font-weight: 400;
  font-style: italic;
  color: #7923A6;
}

.gi_c {
  font-family: "garamond-premier-pro-caption", serif;
  font-weight: 400;
  font-style: italic;
  color: #7923A6;
}

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
body {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif !important;
  font-weight: 500 !important;
  font-style: normal;
  letter-spacing: 1.5px;
  font-feature-settings: "palt" !important;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 12px !important;
    line-height: 18px !important;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 12px !important;
    line-height: 18px !important;
  }
}

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

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

a:hover {
  opacity: 0.6;
  transition: 0.5s;
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

.img_100 {
  width: 100% !important;
  margin: 0 auto;
}

.img_90 {
  width: 90% !important;
  margin: 0 auto;
}

.img_80 {
  width: 80% !important;
  margin: 0 auto;
}

.img_70 {
  width: 70% !important;
  margin: 0 auto;
}

.img_50 {
  width: 50% !important;
  margin: 0 auto;
}

.slider {
  overflow: hidden;
}

.flexslider {
  box-sizing: border-box;
}

.inviewfadeIn {
  opacity: 0;
  transform: translate(0, 3px);
  -webkit-transform: translate(0, 3px);
  transition: 2s;
  transition-duration: 2s;
}

.fadeIn {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/* ---------------------------------------------------
コンテンツ共通
--------------------------------------------------- */
#wrapper {
  width: 100%;
  overflow: hidden !important;
}

@media screen and (min-width: 769px) {
  .box {
    margin: 0 auto 150px;
  }
}
@media screen and (max-width: 768px) {
  .box {
    margin: 25px auto 50px;
  }
}

@media screen and (min-width: 769px) {
  .mw {
    max-width: 1100px;
  }
}

h2 {
  text-align: center;
}
@media screen and (min-width: 769px) {
  h2 {
    font-size: 24px !important;
    margin: 0 auto 30px !important;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 20px !important;
    margin: 100px auto 40px !important;
  }
}
h2 span {
  font-size: 13px !important;
  margin-top: 10px !important;
}

h2::after {
  content: "";
  display: block;
  height: 2px;
  background-color: #ccc;
  width: 50px;
  margin: 20px auto 0;
}

h3 {
  text-align: center;
}

@media screen and (min-width: 1000px) {
  h3 {
    text-align: center;
    font-size: 24px !important;
    margin: 60px auto 40px !important;
  }
}
@media screen and (max-width: 999px) {
  h3 {
    font-size: 16px !important;
    margin-top: 50px !important;
    margin-bottom: 25px !important;
  }
}
h3 span {
  font-size: 13px !important;
  margin-top: 10px !important;
}

.btn_link a {
  color: #7923A6;
  border: 1px solid #7923A6;
  text-align: center;
  display: block;
  padding: 15px 0;
}
@media screen and (min-width: 769px) {
  .btn_link a {
    width: 300px;
    margin: 30px auto 100px;
  }
}
@media screen and (max-width: 768px) {
  .btn_link a {
    margin: 20px auto 80px;
    width: 80%;
  }
}

/* ---------------------------------------------------
ヘッダー
--------------------------------------------------- */
#header {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #header {
    height: 120px;
    padding: 0 50px;
    position: fixed;
    z-index: 1;
  }
}
@media screen and (min-width: 769px) {
  #header .online {
    position: absolute;
    left: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  #header .online {
    position: fixed;
    z-index: 1;
    top: 30px;
    left: 30px;
  }
}

/* ---------------------------------------------------
ハンバーガーメニュー
--------------------------------------------------- */
#nav-pop {
  font-family: garamond-premier-pro, serif;
  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) {
  #nav-pop {
    height: 100vh;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  #nav-pop .pop-nav {
    width: 80%;
    margin: 100px auto;
  }
}
@media screen and (max-width: 768px) {
  #nav-pop .pop-nav {
    margin: 100px auto;
    width: 90%;
  }
}
#nav-pop .pop-nav .nav_tit {
  text-align: center;
  font-size: 20px;
}
#nav-pop .pop-nav .brands ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 769px) {
  #nav-pop .pop-nav .brands ul {
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  #nav-pop .pop-nav .brands ul {
    justify-content: space-between;
    padding: 30px 0;
  }
}
@media screen and (min-width: 769px) {
  #nav-pop .pop-nav .brands li {
    width: 14.2857142857%;
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  #nav-pop .pop-nav .brands li {
    width: calc(50% - 10px);
    padding: 10px 0;
  }
}
#nav-pop .pop-nav .nav_link {
  margin-top: 70px;
}
@media screen and (min-width: 769px) {
  #nav-pop .pop-nav .nav_link {
    display: flex;
    justify-content: center;
  }
}
#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) {
  #nav-pop .pop-nav .nav_link a {
    margin-bottom: 30px;
  }
}
#nav-pop .pop-nav .nav_link a:hover {
  background-color: #ccc;
  border: none;
}

#btn-menu-nav,
#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) {
  #btn-menu-nav,
  #nav-pop .close {
    top: 30px;
    right: 30px;
  }
}

#btn-menu-nav {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
#btn-menu-nav span {
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  transition: all 0.3s ease-out;
  background: #000 !important;
}

#nav-pop .close {
  display: block;
  cursor: pointer;
  transform: translateY(40%);
}
#nav-pop .close span {
  width: 100%;
  height: 1px;
  background: #000;
  display: block;
  transform: rotate(30deg);
}
#nav-pop .close span:last-child {
  transform: rotate(-30deg);
}

/* ---------------------------------------------------
メイン
--------------------------------------------------- */
#main {
  text-align: center;
}
#main .title {
  width: 75%;
  margin: 12% auto 10%;
}
@media screen and (min-width: 769px) {
  #main .title {
    width: 78%;
    margin: 5% auto 1%;
  }
}
#main h1 {
  font-size: 25vw;
  margin-top: -3vw;
}
@media screen and (min-width: 769px) {
  #main h1 {
    font-size: 15vw;
    margin-top: -23vw;
  }
}

.brandlist {
  margin-top: 10vw;
  margin-bottom: 15%;
  font-size: 2.2vw;
  letter-spacing: 0.8px;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .brandlist {
    margin-top: 6vw;
    font-size: 1.1vw;
    margin-bottom: 9vw;
  }
}

/* ---------------------------------------------------
メニュー
--------------------------------------------------- */
#menu {
  background-color: #f3f1f3;
}
@media screen and (min-width: 769px) {
  #menu {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  #menu {
    padding: 70px 0;
  }
}
#menu .menu_tit {
  text-align: center;
}
@media screen and (min-width: 769px) {
  #menu .menu_tit {
    font-size: 24px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  #menu .menu_tit {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
#menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #menu ul li {
    width: calc(25% - 50px);
    margin: 20px 20px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #menu ul li {
    width: calc(80% - 30px);
    margin-top: 20px;
  }
}
#menu ul li a {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  #menu ul li a {
    justify-content: center;
  }
}
#menu ul li .pd {
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  #menu ul li .pd {
    width: 8%;
  }
}
@media screen and (max-width: 768px) {
  #menu ul li .pd {
    width: 8%;
  }
}
#menu ul li p {
  text-align: center;
}
#menu ul li p span {
  font-size: 11px;
}

/* ---------------------------------------------------
人気ランキング、おすすめアイテム
--------------------------------------------------- */
.brand_item,
.ranking_item,
.category,
.off_item {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .brand_item,
  .ranking_item,
  .category,
  .off_item {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .brand_item,
  .ranking_item,
  .category,
  .off_item {
    justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .category div,
  .category li {
    width: 20%;
    padding: 5px;
  }
}
@media screen and (max-width: 768px) {
  .category div,
  .category li {
    width: 50%;
    padding: 5px;
  }
}
.category img {
  padding-bottom: 10px;
}
.category p {
  text-align: center;
}
.category p .tt02, .category p .text-red {
  color: #7923A6;
}

@media screen and (min-width: 769px) {
  .brand_item div,
  .brand_item li, .ranking_item div,
  .ranking_item li, .off_item div,
  .off_item li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .brand_item div,
  .brand_item li, .ranking_item div,
  .ranking_item li, .off_item div,
  .off_item li {
    margin-bottom: 20px;
  }
}

.ranking_item div, .ranking_item li,
.ranking02_item div,
.ranking02_item li,
.ranking03_item div,
.ranking03_item li,
.ranking04_item div,
.ranking04_item li,
.ranking05_item div,
.ranking05_item li {
  position: relative;
}
.ranking_item div::before, .ranking_item li::before,
.ranking02_item div::before,
.ranking02_item li::before,
.ranking03_item div::before,
.ranking03_item li::before,
.ranking04_item div::before,
.ranking04_item li::before,
.ranking05_item div::before,
.ranking05_item li::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 10px;
  font-size: 30px;
}
.ranking_item div:nth-child(1)::before, .ranking_item li:nth-child(1)::before,
.ranking02_item div:nth-child(1)::before,
.ranking02_item li:nth-child(1)::before,
.ranking03_item div:nth-child(1)::before,
.ranking03_item li:nth-child(1)::before,
.ranking04_item div:nth-child(1)::before,
.ranking04_item li:nth-child(1)::before,
.ranking05_item div:nth-child(1)::before,
.ranking05_item li:nth-child(1)::before {
  content: "1";
  color: #ac5eac;
}
.ranking_item div:nth-child(2)::before, .ranking_item li:nth-child(2)::before,
.ranking02_item div:nth-child(2)::before,
.ranking02_item li:nth-child(2)::before,
.ranking03_item div:nth-child(2)::before,
.ranking03_item li:nth-child(2)::before,
.ranking04_item div:nth-child(2)::before,
.ranking04_item li:nth-child(2)::before,
.ranking05_item div:nth-child(2)::before,
.ranking05_item li:nth-child(2)::before {
  content: "2";
  color: #b887b8;
}
.ranking_item div:nth-child(3)::before, .ranking_item li:nth-child(3)::before,
.ranking02_item div:nth-child(3)::before,
.ranking02_item li:nth-child(3)::before,
.ranking03_item div:nth-child(3)::before,
.ranking03_item li:nth-child(3)::before,
.ranking04_item div:nth-child(3)::before,
.ranking04_item li:nth-child(3)::before,
.ranking05_item div:nth-child(3)::before,
.ranking05_item li:nth-child(3)::before {
  content: "3";
  color: #997a99;
}
.ranking_item div:nth-child(4)::before, .ranking_item li:nth-child(4)::before,
.ranking02_item div:nth-child(4)::before,
.ranking02_item li:nth-child(4)::before,
.ranking03_item div:nth-child(4)::before,
.ranking03_item li:nth-child(4)::before,
.ranking04_item div:nth-child(4)::before,
.ranking04_item li:nth-child(4)::before,
.ranking05_item div:nth-child(4)::before,
.ranking05_item li:nth-child(4)::before {
  content: "4";
  color: #827e82;
}
.ranking_item div:nth-child(5)::before, .ranking_item li:nth-child(5)::before,
.ranking02_item div:nth-child(5)::before,
.ranking02_item li:nth-child(5)::before,
.ranking03_item div:nth-child(5)::before,
.ranking03_item li:nth-child(5)::before,
.ranking04_item div:nth-child(5)::before,
.ranking04_item li:nth-child(5)::before,
.ranking05_item div:nth-child(5)::before,
.ranking05_item li:nth-child(5)::before {
  content: "5";
  color: #827e82;
}

/* ---------------------------------------------------
カテゴリーから探す共通
--------------------------------------------------- */
@media screen and (min-width: 769px) {
  .cate {
    width: 80%;
  }
}
.cate ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.cate ul li {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.cate ul li a {
  padding: 15px 0;
}
.cate ul li:hover {
  opacity: 0.6;
  transition: 0.5s;
}

/* ---------------------------------------------------
アイテムカテゴリーから探す
--------------------------------------------------- */
@media screen and (min-width: 769px) {
  .item_cate ul li {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .item_cate ul li {
    width: 45%;
  }
}
.item_cate ul li a {
  background-color: #edeced;
}

/* ---------------------------------------------------
サマーキワードから探す
--------------------------------------------------- */
.summer_cate ul li {
  background-color: #f5ebf3;
}
@media screen and (min-width: 769px) {
  .summer_cate ul li {
    width: 33.3333333333%;
    align-items: center;
    display: grid;
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .summer_cate ul li {
    width: 45%;
    height: 50px;
    align-items: center;
    display: grid;
  }
}
.summer_cate ul li a {
  background-color: #f5ebf3;
}
@media screen and (max-width: 768px) {
  .summer_cate ul li span {
    font-size: 10px;
  }
}

/* ---------------------------------------------------
価格から探す
--------------------------------------------------- */
@media screen and (min-width: 769px) {
  .price_cate ul li {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .price_cate ul li {
    width: 90%;
  }
}
.price_cate ul li a {
  background-color: #f3ede9;
}

/* ---------------------------------------------------
ブランドセール一覧
--------------------------------------------------- */
.sale_brands ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .sale_brands ul {
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .sale_brands ul {
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .sale_brands li {
    width: 20%;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 768px) {
  .sale_brands li {
    width: calc(45% - 10px);
    padding: 10px 0;
  }
}
.sale_brands li p {
  font-family: garamond-premier-pro, serif;
  text-align: center;
  color: #7923A6;
}

#content {
  height: 100%;
}
@media screen and (min-width: 769px) {
  #content {
    width: 100%;
    margin: 120px auto 0;
  }
}
@media screen and (max-width: 768px) {
  #content {
    width: 100%;
    margin: 0 auto;
  }
}

/* ---------------------------------------------------
スタッフコーデ
--------------------------------------------------- */
.staffcode .loop {
  display: flex;
  overflow: hidden;
  width: 100vw;
}
@media screen and (min-width: 769px) {
  .staffcode .loop {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .staffcode .loop {
    height: 300px;
  }
}
.staffcode .loop img {
  width: auto;
  height: 100%;
}
.staffcode .loop img:first-child {
  animation: loop 50s -25s linear infinite;
}
.staffcode .loop img:last-child {
  animation: loop2 50s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px;
}

/* ---------------------------------------------------
フッター
--------------------------------------------------- */
#footer {
  text-align: center;
}
@media screen and (min-width: 769px) {
  #footer {
    padding: 0px 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 70px 0 20px;
  }
}
#footer .all_sale a {
  margin: 0 auto 20px;
  border: 1px solid #000;
}
@media screen and (min-width: 769px) {
  #footer .all_sale a {
    width: 300px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 768px) {
  #footer .all_sale a {
    width: 80%;
    padding: 15px 0;
  }
}
#footer .back_top a {
  margin: 0 auto 70px;
  border: 1px solid #000;
}
@media screen and (min-width: 769px) {
  #footer .back_top a {
    width: 300px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 768px) {
  #footer .back_top a {
    width: 80%;
    padding: 15px 0;
  }
}
#footer #f_area {
  margin: 5vw auto 3vw;
}
@media screen and (max-width: 768px) {
  #footer #f_area {
    margin: 10vw auto 7vw;
  }
}
@media screen and (min-width: 769px) {
  #footer #f_area img {
    width: 7%;
  }
}
@media screen and (max-width: 768px) {
  #footer #f_area img {
    width: 20%;
  }
}
#footer #f_area .copyright {
  text-align: center;
  font-size: 10px;
  padding-top: 20px;
}

/* otona_footer
---------------------------------------------*/
.otona_footer {
  background: #F5F5F5;
}

@media screen and (min-width: 769px) {
  .otona_footer {
    padding: 205px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .otona_footer {
    padding: 100px 0 10px;
  }
}
.otona_footer div.inner {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .otona_footer div.inner {
    width: 842px;
  }
}
@media screen and (max-width: 768px) {
  .otona_footer div.inner {
    width: 94.5%;
  }
}
.otona_footer div.inner h6 {
  text-align: center;
  font-family: garamond-premier-pro, serif;
  letter-spacing: 0.1em;
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .otona_footer div.inner h6 {
    font-size: 18px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 769px) {
  .otona_footer div.inner h6 {
    font-size: 23px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .otona_footer div.inner h6 span {
    font-size: 15px;
  }
}
@media screen and (min-width: 769px) {
  .otona_footer div.inner h6 span {
    font-size: 20px;
  }
}
.otona_footer div.inner div.banner_outer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .otona_footer div.inner div.banner_outer {
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 768px) {
  .otona_footer div.inner div.banner_outer {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .otona_footer div.inner div.banner_outer div.banner_wrap {
    width: 48.2%;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 769px) {
  .otona_footer div.inner div.banner_outer div.banner_wrap {
    width: 389px;
    margin-bottom: 45px;
  }
}
.otona_footer div.inner div.banner_outer div.banner_wrap a {
  color: #000;
  text-decoration: none;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.otona_footer div.inner div.banner_outer div.banner_wrap img {
  display: block;
  width: 100%;
}

.otona_footer div.inner div.banner_outer div.banner_wrap p.text_wrap {
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .otona_footer div.inner div.banner_outer div.banner_wrap p.text_wrap {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .otona_footer div.inner div.banner_outer div.banner_wrap p.text_wrap {
    margin-top: 17px;
  }
}
.otona_footer div.inner div.banner_outer div.banner_wrap p.text_wrap span.date {
  font-size: 10px;
  color: #707070;
  display: block;
  margin-bottom: 8px;
}

.otona_footer div.inner div.banner_outer div.banner_wrap p.text_wrap span.f_title {
  font-size: 12px;
  line-height: 1.62;
}

@media screen and (max-width: 768px) {
  .otona_footer div.inner ul.btnArea {
    width: 86.7418899859%;
    margin: 0 auto 75px;
  }
}
@media screen and (min-width: 769px) {
  .otona_footer div.inner ul.btnArea {
    width: 528px;
    margin: 0 auto 120px;
  }
}
@media screen and (max-width: 768px) {
  .otona_footer div.inner ul.btnArea li {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .otona_footer div.inner ul.btnArea li {
    margin-bottom: 24px;
  }
}
.otona_footer div.inner ul.btnArea li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #707070;
  text-decoration: none;
  color: #000;
  font-family: garamond-premier-pro, serif;
  font-style: normal;
  letter-spacing: 0.1em;
  font-weight: 400;
}

@media screen and (min-width: 769px) {
  .otona_footer div.inner ul.btnArea li a {
    height: 54px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .otona_footer div.inner ul.btnArea li a {
    font-size: 13px;
    height: 54px;
  }
}
.otona_footer div.inner p.copy {
  font-family: garamond-premier-pro, serif;
  letter-spacing: 0.1em;
  font-style: normal;
  font-weight: 400;
  font-size: 9px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .otona_footer div.inner p.copy {
    font-size: 11px;
  }
}
/* loading
--------------------------------------*/
/*jQueryのCSS
--------------------------------------*//*# sourceMappingURL=style.css.map */